@font-face {
	font-family: 'TCCM';
	src: url('../font/TCCM.eot'); /* IE9 Compat Modes */
	src: url('../font/TCCM.woff') format('woff'), /* Modern Browsers */
         url('../font/TCCM.TTF')  format('truetype'), /* Safari, Android, iOS */
         url('../font/TCCM.svg #TCCM') format('svg'); /* Legacy iOS */
}
.header{
	background:url("../images/headerbg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	-moz-box-shadow:0px 3px 5px #666; 
	-webkit-box-shadow:0px 3px 5px #666; 
	box-shadow:0px 3px 5px #666;
	position: relative;
	z-index: 99;
}
.header_in{
	width: 1520px;
	margin:0 auto;
	position: relative;
}
.logo{
	position: absolute;
	left:0;
	top:3px;
}
.nav{
	width: 880px;
	margin:0 auto;
}
.nav ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.nav li{
	display: inline-block;
	vertical-align: top;
	line-height: 88px;
	position: relative;
}
.nav li::after{
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom:0;
	left:0;
	background: #fff;
}
.nav li a{
	display: block;
	font-size: 16px;
	color: #444;
}
.nav li.sub01::after{
	background: #af010a;
}
.nav li.sub01 a{
	color: #af010a;
}
.hotline{
	position: absolute;
	right:0;
	z-index: 99;
	top:33px;
}
.language{
	float: left;
	line-height: 24px;
	padding-right: 20px;
	position: relative;
}
.language::after{
	content: "";
	width: 1px;
	height: 11px;
	background: #c74e54;
	position: absolute;
	right:0;
	top:7px;
}
.telline{
	float: left;
	padding-left: 20px;
}
.language a{
	color: #fff;
	font-size: 14px;
}
.telline{
	font-size: 14px;
	color: #fff;
}
.language i{
	font-size: 22px;
	vertical-align: middle;
	padding-right: 8px;
}
.telline i{
	font-size: 22px;
	padding-right: 7px;
}
.about{
	padding:100px 0;
}
.about_tit{
	text-align: center;
	position: relative;
	padding-bottom: 35px;
}
.about_tit h3{
	font-size: 36px;
	color: #444;
}
.about_tit::after{
	content: "";
	position: absolute;
	left:50%;
	bottom:0;
	width: 65px;
	height: 3px;
	background: #940008;
	margin-left: -32px;
}
.about_in{
	padding-top: 35px;
	font-size: 15px;
	color: #555;
	line-height: 30px;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.about_in{
	text-align: center;
}
.digital li{
	text-align: center;
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.digital li span{
	font-size: 52px;
	color: #af010a;
	font-family: 'TCCM';
}
.digital li p{
	font-size: 14px;
	color: #333;
}
.digital li em{
	color: #888;
	font-size: 14px;
	vertical-align: top;
}
.digital{
	padding:60px 0;
}
.about_product{
	background:url("../images/abprobg.jpg") center bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.about_tit p{
	font-size: 14px;
	color: #666666;
	padding-top: 13px;
}
.product_list{
	position: relative;
	padding-bottom: 130px;
}
.product_list .swiper-container{
	padding-top: 47px;
}
.product_list .swiper-slide{
	text-align: center;
	background: #fff;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.product_list .swiper-slide a{
	border:3px solid #af010a;
	display: block;
}
.product_list .swiper-slide figcaption{
	padding:17px 0 24px;
	position: relative;
}
.product_list .swiper-slide figcaption p{
	font-size: 14px;
	color: #666;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.product_list .swiper-slide figcaption::before{
	content: "";
	width: 34px;
	height: 4px;
	background: #888;
	position: absolute;
	left:50%;
	top:0;
	margin-left: -17px;
}
.product_list .swiper-slide:hover{
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	transform:translateY(-15px);
}
.product_list .swiper-pagination{
	width: 100%;
	bottom:75px;
}
.product_list .swiper-pagination-bullet{
	width: 21px;
	height: 4px;
	background: #888;
	margin:0 5px;
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.product_list .swiper-pagination-bullet-active{
	background: #af010a;
}
.product_list .swiper-slide:hover figcaption::before{
	background: #af010a;
}
.product_list .swiper-slide:hover figcaption p{
	color: #af010a;
}



.product_list_phone{
	position: relative;
	padding-bottom: 130px;
}
.product_list_phone .swiper-container{
	padding-top: 47px;
}
.product_list_phone .swiper-slide{
	text-align: center;
	background: #fff;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.product_list_phone .swiper-slide a{
	border:3px solid #af010a;
	display: block;
}
.product_list_phone .swiper-slide figcaption{
	padding:17px 0 24px;
	position: relative;
}
.product_list_phone .swiper-slide figcaption p{
	font-size: 14px;
	color: #666;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.product_list_phone .swiper-slide figcaption::before{
	content: "";
	width: 34px;
	height: 4px;
	background: #888;
	position: absolute;
	left:50%;
	top:0;
	margin-left: -17px;
}
.product_list_phone .swiper-slide:hover{
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	transform:translateY(-15px);
}
.product_list_phone .swiper-pagination{
	width: 100%;
	bottom:75px;
}
.product_list_phone .swiper-pagination-bullet{
	width: 21px;
	height: 4px;
	background: #888;
	margin:0 5px;
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.product_list_phone .swiper-pagination-bullet-active{
	background: #af010a;
}
.product_list_phone .swiper-slide:hover figcaption::before{
	background: #af010a;
}
.product_list_phone .swiper-slide:hover figcaption p{
	color: #af010a;
}
.devoted{
	position: relative;
}
.devoted_name{
	position: absolute;
	left:0;
	top:80px;
	width: 100%;
	text-align: center;
}
.devoted_name h2{
	font-size: 80px;
	color: #000;
	font-family: 'TCCM';
	text-transform:uppercase;
}
.devoted_name h3{
	font-size: 32px;
	color: #940008;
	font-weight: bold;
}
.devoted_name p{
	font-size: 17px;
	color: #666;
	padding:20px 0 45px;
}
.devoted_name a{
	margin:0 auto;
	display: block;
	color: #fff;
	font-size: 14px;
	width: 100px;
	line-height: 45px;
	background: #940008;
	text-align: center;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-ms-border-radius: 1.5rem;
	-o-border-radius: 1.5rem;
	border-radius: 1.5rem;
}
.devoted_name a:hover{
	background: none;
	border:1px solid #940008;
	color: #940008;
}
.devoted_hover{
	position: absolute;
	bottom:0;
	left:0;
	z-index: 99;
}
.devoted_hover img{
	display: block;
}
.innews_tit{
	text-align: center;
}
.innews_tit h3{
	font-size: 36px;
	color: #444;
	padding-bottom: 6px;
}
.innews_tit p{
	font-size: 14px;
	color: #808080;
}
.innews{
	background: #f5f5f7;
	padding:80px 0 100px;
}
.innewsl1_text{
	position: relative;
	padding:35px 40px 40px;
	background: #fff;
}
.innews_list{
	padding-top: 48px;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.innewsl_it1{
	width: 32%;
}
.innewsl1_text span{
	color: #7f7f7f;
	font-size: 14px;
}
.inn1t_tit{
	padding-top: 10px;
}
.inn1t_tit h3{
	font-size: 16px;
	color: #000;
	height: 52px;
	line-height: 26px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.inn1t_tit p{
	font-size: 14px;
	color: #b2b2b2;
}
.inn1t_info{
	padding-top: 14px;
}
.inn1t_info p{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.arrow{
	position: absolute;
	left:47px;
	bottom:-14px;
	width:0;
    height:0;
    border-width:14px 14px 0;
    border-style:solid;
    border-color:#fff transparent transparent;
}
.innewsl_it1:hover .innewsl1_text{
	background: #940008;
}
.innewsl_it1:hover .innewsl1_text span{
	color: #fff;
}
.innewsl_it1:hover .inn1t_tit h3{
	color: #fff;
}
.innewsl_it1:hover .inn1t_tit p{
	color: #fff;
}
.innewsl_it1:hover .inn1t_info p{
	color: #fff;
}
.innewsl_it1:hover .arrow{
	border-color:#940008 transparent transparent;
}
.innewsl_it1 li{
	background: #fff;
	padding:20px 25px;
}
.innewsl_it1 li a{
	display: block;
}
.innewsl_it1 li h3{
	font-size: 16px;
	color: #000;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; 
}
.innewsl_it1 li span{
	font-size: 14px;
	color: #b2b2b2;
	padding:10px 0;
	display: block;
}
.innewsl_it1 li p{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.innewsl_it2 ul{
	height: 100%;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.innewsl_it2 li h3 b{
	width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;	
    border-top: 1px solid #940008;
    transition: all .4s cubic-bezier(.35, .45, .55, 1);
    margin-top: -1px;
}
.innewsl_it2 li:hover h3 b{
	width: 30px;
}
.innewsl_it2 li:hover h3{
	color:#940008;
}
.innewsl_it2 li:hover span{
	color:#940008;
}
.innewsl_it2 li:hover p{
	color:#940008;
}
.footer_tit{
	padding-bottom: 17px;
}
.footer_tit h3{
	font-size: 15px;
	color: #ccc;
	font-weight: bold;
}
.footer_tit h3 a{
	color:#ccc;
}
.footer_list a{
	font-size: 13px;
	color: #999;
	display: block;
	line-height: 36px;
}
.footer article{
	background: #313131;
	padding:40px 0 0;
}

.footer_list a:hover{
	color: #fff;
}
.footr_it1{
	position: relative;
	padding-bottom: 40px;
	padding-right: 40px;
}
.footr_it1::after{
	content: "";
	width: 1px;
	height: 270px;
	background: #5a5a5a;
	position: absolute;
	right:0;
	bottom:0;
}
.foot_con_tit{
	font-size:15px;
	color: #ccc;
	font-weight: bold;
	padding-bottom: 17px;
}
.footer aside{
	background: #000;
	line-height: 50px;
}
.footer aside p{
	float: left;
	color: #fff;
	font-size: 13px;
}
.footer aside a{
	float: right;
}
.footer aside a img{
	vertical-align: middle;
}
.foot_con_btn span{
	font-size: 15px;
	display: block;;
	color: #ccc;
}
.foot_con_btn h3{
	font-size:33px;
	color: #fff;
	padding-bottom: 8px;
}
.foot_con_btn p{
	font-size: 13px;
	color: #999;
	line-height: 30px;
}
.footer_move{
	padding-top: 120px;
	text-align: center;
	position: absolute;
	left:0;
	bottom:0;
	width: 195px;
	height: 375px;
	background: url("../images/footmove.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.foot_share{
	padding-top: 70px;
}
.foot_share h3{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
	background: #af010a;
}
.foot_share h3::before{
	content: "";
	width: 45px;
	height: 1px;
	background: #cf676c;
	position: absolute;
	left:-55px;
	top:10px;
}
.foot_share h3::after{
	content: "";
	width: 45px;
	height: 1px;
	background: #cf676c;
	position: absolute;
	right:-55px;
	top:10px;
}
.footer_center{
	position: relative;
}
.footer_right{
	width: calc(100% - 300px);
	float: right;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footr_it2{
	width: 48%;
	padding-right: 0;
	padding-left: 35px;
}
.footr_it2 a{
	width: 50%;
	float: left;
}
.footr_it3{
	padding-left: 50px;
	padding-right: 0;
}
.footr_it3::after{
	width: 0;
}
.foot_share a{
	float: none!important;
	display: inline-block;
	margin:0 5px!important;
	vertical-align: top;
}
.foot_share a.bds_more{
	display: none;
}
.foot_share a.bds_sqq{
	width: 32px;
	height: 32px;
	background:url("../images/qq.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.foot_share a.bds_qzone{
	width: 32px;
	height: 32px;
	background:url("../images/zone.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.foot_share a.bds_tsina{
	width: 32px;
	height: 32px;
	background:url("../images/sina.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.foot_share .bdsharebuttonbox{
	padding-top: 15px;
}
.brand{
	line-height: 60px;
	height: 60px;
	border-bottom: 1px solid #d2d2d2;
}
.brand_left{
	float: left;
}
.brand_left a{
	color: #888;
	font-size: 15px;
}
.brand_left a:last-child{
	color:#444;
	font-size:15px;
}
.brand_left span{
	font-size: 15px;
	color: #444;
}
.sidenav{
	float: right;
}
.sidenav a{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #444;
	width: 140px;
	text-align: center;
}
.sidenav a.sidsub{
	background: #af010a;
	color: #fff;
}
.pblic_page{
	padding:70px 0;
}
.about_tit2{
	text-align: center;
	padding-bottom: 25px;
}
.about_tit2 h3{
	font-size: 36px;
	color: #444;
}
.about_info{
	width: 1150px;
	margin:0 auto;
	padding:45px 50px 75px 35px;
	border:5px solid #af010a;
}
.aboutin_tit{
	font-size: 22px;
	color: #666464;
	padding-bottom: 25px;
}
.aboutin_pt{
	font-size: 15px;
	color: #555;
	line-height: 30px;
	height: 322px;
	overflow-y: scroll;
	padding-right: 60px;
	float: right;
}
.aboutinfo_left{
	float: left;
	padding-top: 35px;
	width: 565px;
}
.aboutinfo_right{
	float: right;
}
.aboutgt{
	padding-bottom: 80px;
}
.honorgt{
	padding:95px 0 145px;
	background:url("../images/honorbg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.honor_list .swiper-slide{
	text-align: center;
	padding:30px 0;
	border-left: 1px solid #fff;
}
.honor_list .swiper-slide:first-child{
	border-left: 0;
}
.honor_list{
	padding-top: 20px;
	position: relative;
}
.honor_list .swiper-container{
	border: 1px solid #fff;
}
.honor_list .swiper-pagination{
	width: 100%;
	bottom:-45px;
}
.honor_list .swiper-pagination-bullet{
	width: 30px;
	margin:0 5px!important;
	height: 4px;
	background: #484647;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	opacity: 1;
}
.honor_list .swiper-pagination-bullet-active{
	background: #af010a;
}
.honor_list .swiper-button-prev{
	background: url(../images/left.png) no-repeat left top;
    width: 40px;
    height: 40px;
    background-size: cover;
    left: -60px;
}
.honor_list .swiper-button-next{
	background: url(../images/right.png) no-repeat left top;
    width: 40px;
    height: 40px;
    background-size: cover;
    right: -60px;
}.honor_list .swiper-slide img{	width:190px;}
.culturebg{
	padding:90px 0 243px;
	background:url("../images/culturebg.jpg") center bottom no-repeat;
}
.culture_info{
	padding-top: 20px;
	font-size: 15px;
	color: #666464;
	line-height: 30px;
}
.culture_info p{
	font-size: 15px;
	color: #666464;
	line-height: 30px;
}
.about_tit2 img{
	padding-top: 45px;
}
.newsroll{
	border:2px solid #ccc;
}
.newsroll{
	width: 100%;
}
.news_swiper{
	padding-bottom: 105px;
}
.news_swiper_list{
	position: relative;
}
.news_swiper_list .swiper-pagination{
	width: 100%;
	bottom:-45px;
}
.news_swiper_list .swiper-pagination-bullet{
	width: 21px;
	height: 4px;
	background: #888;
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin:0 5px!important;
}
.news_swiper_list .swiper-pagination-bullet-active{
	background: #af010a;
}
.newsli_part{
	border-top: 1px solid #f3f3f3;
	padding: 45px 0;
}
.newsli_part li{
	width: 48%;
}
.newsli_part li a{
	display: block;
	border:1px solid #ccc;
	padding:20px;
}
.news_time{
	width: 70px;
	text-align: center;
	float: left;
	border:1px solid #ccc;
}
.news_time h3{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	background: #ccc;
	line-height: 55px;
}
.news_time p{
	font-size: 12px;
	color: #000;
	line-height: 24px;
}
.news_right{
	width: 447px;
	float: right;
}
.news_right h3{
	font-size: 16px;
	color: #000;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-bottom: 15px;
}
.news_right p{
	font-size: 14px;
	color: #777;
	line-height: 20px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.news_right h3 b{
	width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;	
    border-top: 1px solid #af010a;
    transition: all .4s cubic-bezier(.35, .45, .55, 1);
    margin-top: -1px;
}
.newsli_part li:hover h3 b{
	width: 30px;
}
.newsli_part ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.newsli_part li{
	padding-bottom: 22px;
}
.newsli_part li:hover a{
	border:1px solid #940008;
}
.newsli_part li:hover .news_time{
	border:1px solid #940008;
}
.newsli_part li:hover .news_time h3{
	background: #940008;
}
.newsli_part li:hover .news_right h3{
	color: #940008;
}
.news_tail{
	padding: 85px 0 120px;
}
.news_tail_tit{
	text-align: center;
	padding-bottom: 45px;
}
.news_tail_tit h3{
	font-size: 30px;
	color: #000;
	padding-bottom: 20px;
}
.news_tail_tit span{
	color: #777;
	font-size: 14px;
}
.news_tail_info{
	font-size: 16px;
	color: #444;
	line-height: 36px;
}
.message_li{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 20px;
}
.message_li ul{
	width: 48%;
}
.message_li li{
	line-height: 50px;
	padding-left:15px;
	background: #f7f7f7;
	margin-bottom: 10px;
}
.message_li li label{
	float: left;
	font-size: 	14px;
	color: #777;
	width: 80px;
	
}
.message_li li input{
	float: left;
	width: calc(100% - 80px);
	line-height: 50px;
	font-size: 	14px;
	color: #777;
	padding:0 10px;
	background: none;
}
.message_li li textarea{
	float: left;
	width: calc(100% - 80px);
	line-height: 2;
	font-size: 	14px;
	color: #777;
	padding:0 10px;
	height: 230px;
	background:none;
}
.message_li li.code input{
	width: 40%;
}
.message_li li.code img{
	display: inline-block;
	vertical-align: middle;
}
.message_li li.code a{
	color: #777;
	font-size: 14px;
}
.message_btn{
	padding-top: 35px;
	text-align: center;
}
.message_btn button{
	cursor: pointer;
	width: 120px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin:0 27px;
	background: #999;
}
.message_btn button.subm{
	background: #af010a;
}
.message_btn input{
	color: #fff;
	font-size: 14px;
	background: none;
	cursor: pointer;
}
.down_list ul{
	display:-webkit-flex;
	display:flex;
	-webkit-flex:wrap;
	flex-wrap;wrap;
}
.down_list li{
	width: 25%;
	float: left;
	padding:1%;
}
.down_in span{
	color: #999;
	font-size: 14px;
	float:right;
}
.down_in h3{
	font-size: 16px;
	color: #000;
	padding:20px 0 40px;
	height:100px;
}
.down_in a{
	color: #999;
}
.down_in a i{
	font-size: 35px;
	padding-right: 10px;
	vertical-align: middle;
}
.down_in{
	padding:17px;
	border:1px solid #ccc;
}
.down_list li:hover .down_in{
	border:1px solid #af010a;
}
.down_list li:hover .down_in h3{
	color: #af010a;
}
.down_list li:hover .down_in a{
	color: #af010a;
}
.map{
	float: left;
	width: 763px;
}
#map{
	width:100%;
	height:810px;
}
.address{
	float: right;
	width: 387px;
}
.address_tit h3{
	font-size: 24px;
	font-weight: bold;
	color: #af010a;
}
.address_pat li{
	padding:15px 0;
	border-bottom: 1px solid #dadada;
}
.address_pat li p{
	font-size: 15px;
	color: #444;
	line-height: 40px;
}
.contact_info{
	padding-top: 20px;
}
.product_page aside{
	width: 225px;
	float: left;
	border-left: 6px solid #af010a;
	padding:6px 0 25px;
	background: #eeeeee;
}
.product_page article{
	width: 920px;
	float: right;
}
.product_page aside li{
	border-bottom: 1px solid #fff;
	line-height: 2;
	
	
}
.product_page aside li dl{
	/* display:none; */
	background:#fff;
}
.product_page aside li a{
	font-size: 15px;
	color: #666666;
	padding-left: 24px;
	padding-right: 10px;
	display: block;
	line-height:60px;
}
.product_page aside li.subpro{
	background: #af010a;
}
.product_page aside li.subpro a{
	color:#fff;
}
.product_page aside li dl dd a{
	color:#666;
}
.product_page aside li dl dd{
background:url(../images/sjicon.jpg) no-repeat 25px center;
	padding-left:15px;
}
.product_page aside li.subpro dl dd a{
	color:#666;
	
}
.product_page aside li.subpro dl dd a:hover{
	
}
.product_type h3{
	font-size: 30px;
	color: #444;
}
.product_list2{
	padding-top: 30px;
}
.product_list2 li{
	width: 33.33%;
	text-align: center;
	float: left;
	padding:1%;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.product_list2 li a{
	border:2px solid #d2d2d2;
	display: block;
}
.product_list2 li figcaption{
	position: relative;
	padding:25px 0;
}
.product_list2 li figcaption::before{
	content: "";
	width: 34px;
	height: 4px;
	background: #888;
	position: absolute;
	left:50%;
	top:0;
	margin-left: -17px;
}
.product_list2 li figcaption p{
	font-size: 14px;
	color: #666;
	line-height: 2;
		text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.product_list2 li:hover a{
	border:2px solid #af010a;
}
.product_list2 li:hover figcaption p{
	color: #af010a;
}
.product_list2 li:hover figcaption::before{
	background: #af010a;
}
.product_list2 li:hover{
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	transform:translateY(-15px);
}
.pro_right_name li{
	font-size: 16px;
	color: #444;
	padding-bottom: 30px;
}
.pro_right_name h3{
	font-size: 16px;
	color: #af010a;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
.pro_right_name span{
	color: #999999;
	font-size: 16px;
}
.pro_maxpic{
	width: 650px;
	border:1px solid #d2d2d2;
}
.pro_right{
	width: 490px;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.protail_img_name{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.protail_link{
	font-size: 0;
	border:1px solid #d2d2d2;
}
.protail_link a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #666;
	width: 25%;
	text-align: center;
	line-height: 55px;
	height: 55px;
	border-left: 1px solid #d2d2d2;
}
.protail_link a:first-child{
	border-left: 0;
}
.protail_link a i{
	font-size: 30px;
}
.protail_link a.pro_mess{
	background: #af010a;
	color: #fff;
}
.proil_info{
	padding-top: 45px;
}
.proil_info_left{
	float:left;
}
.proil_info_right{
	float:right;
	width:920px;
}
.proil_info_tit{
	background: #e5e5e5;
}
.proil_info_tit h3{
	font-size: 18px;
	color: #444;
	text-align: center;
	width: 195px;
	line-height: 58px;
	
	float:left;
}
.proil_info_tit h3:hover{
	cursor:pointer;
}
.proil_info_right aside{

}
.proil_info_right aside .proil_pass{

	
	display:none;

}
.proil_info_tit h3.red{
	color: #fff;
	background: #af010a;
}
.proil_pass{
	font-size: 15px;
	color: #666;
	line-height: 36px;
	padding:14px ;
}
.proil_common{
	background: #e5e5e5;
	padding:66px 0;
	margin-top: 60px;
}
.common_tit{
	text-align: center;
	font-size: 30px;
	color: #444444;
}
.common_list li{
	width: 25%;
}
.common_list li a{
	background: #fff;
	border:2px solid #af010a;
}
.nav li.nav_lang{
    display: none;
}
.menu{
	display: none;
}
.menu_down{
	display: none;
}
.verifty{
	width:100%;
	padding:0;
}
.verifytop{
	background: #af010a;
}

.verifty ul{
	width:auto;
	margin:0 auto;
}
.verifty li.code img{
	float:right;
	height:50px;
}
.remarks{
	padding-top: 20px;
	padding-left: 10px;
}
.remarks a{
	font-size: 1.6rem;
	padding-left:10px;
	color:blue;
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}
.remarks a:hover{
	text-decoration: underline;
}

.verifty .message{
	width:370px;
	margin: 0 auto;
	padding:5% 0 12%;
}
.verifty_btn button{
	width:100%;
	margin: 0 auto;
	font-size: 1.6rem;
	color:#fff;
}
.verifty_btn{
	padding-top: 15px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.user_info{
	padding:5% 0;
	color:#fff;
}
.user_info p{
	font-size: 1.5rem;
	line-height: 2;
}
.user_info a{
	color:#fff;
}
.user_info a:hover{
	color:#ff0000;
}
.user_info a button{
	margin-left:5px;
	line-height: 2;
	padding:0 1.5%;
}


.pronav aside{
	width: 225px;
	float: left;
	border-left: 6px solid #af010a;
	padding:6px 0 25px;
	background: #eeeeee;
}
.pronav article{
	width: 920px;
	float: right;
}
.pronav li{
	border-bottom: 1px solid #fff;
	line-height: 2;
	
	
}
.pronav li dl{
	display:none;
	background:#fff;
}
.pronav li a{
	font-size: 15px;
	color: #666666;
	padding-left: 24px;
	padding-right: 10px;
	display: block;
	line-height:60px;
}
.pronav li.subpro{
	background: #af010a;
}
.pronav li.subpro a{
	color:#fff;
}
.pronav li dl dd a{
	color:#666;
}
.pronav li dl dd{
background:url(../images/sjicon.jpg) no-repeat 25px center;
	padding-left:15px;
}
.pronav li.subpro dl dd a{
	color:#666;
	
}
.product_list{
	position:relative;
}
.product_list .swiper-button-next{
	background:url("../images/right.png") no-repeat left top;
	width:40px;
	height:40px;
	background-size:cover;
	right:-60px;
}
.product_list .swiper-button-prev{
	background:url("../images/left.png") no-repeat left top;
	width:40px;
	height:40px;
	background-size:cover;
	left:-60px;
}
.product_list_phone .swiper-button-next{
	background:url("../images/right.png") no-repeat left top;
	width:40px;
	height:40px;
	background-size:cover;
	right:-60px;
}
.product_list_phone .swiper-button-prev{
	background:url("../images/left.png") no-repeat left top;
	width:40px;
	height:40px;
	background-size:cover;
	left:-60px;
}
.product_pic{
	height:220px;
	overflow-y:hidden;
}
.product_pic img{
	width:100%;
}
.product_list_phone{
	display:none;
}

/*水印*/
.syimg{
	position:relative;
}
.syimg::after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	pointer-events:none; 
	background:url(../images/sy.png) no-repeat center top;
	background-size:cover;
}