/* Write your styles */
.width100{width: 100%;}
.width20{width: 20%;float: left;}



.index_tel{line-height:4rem; background:#e7141a; font-size:2rem; text-align:center; color:#fff;}
.index_tel a{ color:#fff;}
.index_tel i{ margin-right:1rem;}
.b10{height: 10px; clear: both; overflow: hidden}
.b20{height: 20px; clear: both; overflow: hidden}
.b40{height: 40px; clear: both; overflow: hidden}
.app_about{ margin-top:2rem; text-align:center;}
.app_about a{ color:#fff;}
.app_nav li{text-align: -webkit-center;}
.app_nav li p{ margin-top:1rem;}
.index_top{ line-height:2.8rem;}
.index_top h2{ padding-left:1rem; border-bottom:1px solid #006965;}
.index_top h2 a{  font-size:1.6rem;}
.app_product ul{ overflow:hidden; margin:0; padding:0;}
.app_product ul li{ list-style:none;}
.app_product ul li h3{ height:2rem; line-height:2rem; overflow:hidden;}

.index_nav{background: #e7141a; overflow: hidden;}
.index_nav .width25{width: 33%; float: left; text-align: center;}
.index_nav .width25 a{width: 100%; padding: 5px 0; border-right: 1px solid rgba(163,163,163,0.3); border-bottom: 1px solid rgba(163,163,163,0.3); display: block; color: #fff;}


.ffs{max-width:640px;margin:0 auto;display:-webkit-box;background:#e7141a;}
.inner_tab {
	padding:35px 0;
	text-align:center;
	border-bottom:1px solid #f0f0f0;
}
.inner_tab .tab {
	display:inline-block;
	height:30px;
	padding:0 10px;
	margin:0 5px;
	font-size:16px;
	color:#333;
    line-height:30px;
    border:1px solid #ccc;
    border-radius:1px;
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
	transition:all .6s;
	-moz-transition:all .6s;
	-webkit-transition:all .6s;background-color:#f0f0f0;margin-bottom: 8px;    width: 150px;overflow: hidden;
}
.inner_tab .tab.on,.inner_tab .tab:hover {
	color:#fff;
	background-color:#e71f1a;
	border-color:#e71f1a;
}












.app_news{ margin-top:1rem;}
.app_news ul{margin:0; padding:0;}
.app_news ul li{ list-style:none;}
.app_news ul li h3{ height:2rem; line-height:2rem; overflow:hidden;}

.news_h3{ margin: 0; padding: 0; line-height: 2rem; display: block;clear: both;}
.news_h3 a{font-size: 1.6rem;}
.am-list li{border: none;}
.app_news ul li{ margin:0; padding:0; clear: both;}

.app-footer{    width: 100%;
    line-height: 24px;
    padding-top: 5px;
    padding: 21px 0;
    text-align: center;
    margin-bottom: 28px;
    position: relative;}
.app-footer p{	text-align:center;margin: 0;padding: 0;}

.app_box a:link, .app_box a:visited {
color: #575757;
text-decoration: none;
}
.app_box a {
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
}
 .app_box a:link, .app_box a:visited {
color: #575757;
text-decoration: none;
}

.blog-content img{ width:100%; max-width:100%;}

.tx_1{width: 100%; background: #000; color: #fff; line-height: 40px; display: block;}
.tx_2{width: 100%; background: #f08300; color: #fff; line-height: 40px; display: block;}
.tx_2:hover{color: #fff;}
.tx_p{padding: 0 20px;}
.tx_p img{max-width: 100%; margin-top: 5px; margin-bottom: 5px;}
.tx_p h2{line-height: 32px; max-height: 64px;}
.tx_dl{padding: 0 20px;}
.tx_dl dd{line-height: 32px; height: 32px; overflow: hidden; border-bottom: 1px solid #f2f2f2; margin-bottom: 8px;}

.pro_list p{line-height: 32px; height: 32px; background: #f39b31; text-align: center; margin: 0 0 10px 0; overflow: hidden;}
.pro_list p a{color: #fff;}
.pro_list img{width: 100%; height: 140px;}

.anli_list p{line-height: 32px; height: 32px; background: #3077ab; text-align: center; margin: 0 0 10px 0; overflow: hidden;}
.anli_list p a{color: #fff;}


.zixun_ul{padding: 0 5%;}
.zixun_ul i{color: #1161aa; margin-right: 3px;}
.zixun_ul p{margin: 0; padding: 0;}
.zixun_ul .intro{margin-top:10px;}
.app_news .am-list-static li {
    list-style: none;
    padding: 0;
}

.app_news .am-list-static li a{
    list-style: none;
    padding: 0.5rem 1rem;
}

.am-g .index_img img{width: 100%; height: 92px;}
.am-g .index_img p{margin:10px 0 0 0; font-size: 14px; line-height: 24px; height: 24px;overflow: hidden;}


/*FOOTer*/


.global-nav{
	position: fixed;
	left: 0%;
	bottom: 0;
	z-index: 1013;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.global-nav__nav-wrap{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	height: 70px;
	border-top: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 5px 0;
}
.global-nav__nav-item{
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	overflow: hidden;
}
.global-nav__nav-link{
	position: relative;
	display: block;
	width: 62px;
	height: 50px;
	line-height: 24px;
	padding-top: 7px;
	text-align: center;
	white-space: nowrap;
	color: #999;
}
.global-nav__nav-link:active{
	color: #ff7171;
}
.global-nav__iconfont{
	font-size:24px;
	font-style:normal;
}
.global-nav__nav-tit{
	display: block;
	font-size: 12px;
}
.global-nav__nav-shop-cart-num,.global-nav__operate-cart-num{
	position: absolute;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	border-radius: 8px;
	background-color: #dba651;
	color: #fff;
	font-size: 12px;
}
.global-nav__nav-shop-cart-num{
	right: 7px;
	top:4px;
}
.global-nav__operate-wrap{
	position: relative;
	width: 62px;
	height: 58px;
	background-color: rgba(153,153,153,.75);
	right: -62px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: block;
	overflow: hidden;
}
.global-nav__operate-wrap:before,.global-nav__operate-wrap:after{
	content: '';
	position: absolute;
	top: 24px;
	width: 7px;
	height: 7px;
	border-top:2px solid #fff;
	border-right: 2px solid #fff;
}
.global-nav__operate-wrap:before{
	display: none;
	right: 3px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.global-nav__operate-wrap:after{
	right: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.global-nav__yhd-logo{
	position: absolute;
	right: 20px;
	top: 15px;
	width: 32px;
	height: 29px;
	background-image:url(../images/global_nav_login.png);
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
}
.global-nav__operate-cart-num{
	right: -8px;
	top: -8px;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.global-nav--current{
	left:0;
}
.global-nav--current .global-nav__operate-wrap{
	width: 20px;
	right: 0;
}
.global-nav--current .global-nav__yhd-logo{
	width: 0;
}
.global-nav--current .global-nav__operate-cart-num{
	opacity: 0;
}
.global-nav--current .global-nav__operate-wrap:before{
	display: block;
}
.global-nav--current .global-nav__operate-wrap:after{
	display: none;
}

.global-nav__nav-item a i{font-size: 2.2rem;}

.toTop{display:none;width:35px;height:35px;border-radius:50%;position:fixed;right:10px;bottom:88px;z-index:6}
.toTop img{width:100%;vertical-align: middle;border: 0 none;}

/*FOOTer*/












