.header-content{

	position: relative;

}
.main-search {
    padding: 15px;
    padding-bottom: 40px;
    display: none;
    background: #fff;
    text-align: center;
	font-family: arial;
	border-bottom:1px solid #ccc;
}

.main-search .t1 {
    font-size: 30px;
    line-height: 1.3;
    color: #1e1e1e;
    margin-top: 30px;
    margin-bottom: 10px;
}

.main-search .t2 {
    color: #000 !important;
    font-size: 72px;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.main-search form {
    max-width: 556px;
    position: relative;
    margin: auto;
}

.main-search .inputbox {
    position: relative;
}

.main-search .ipt {
    height: 40px;
    width: 100%;
    border: 0;
    padding: 0 148px 0 8px;
    outline: none;
}

.main-search .inputbox:after {
    content: '';
    display: block;
    width: calc(100% - 155px);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #000;
}

.main-search .ips {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    font-weight: bold;
    border: 0;
    background: none;
    padding: 0 15px;
	cursor: pointer;
	background: #d20000;
	color: #fff;
}

.main-search .ips:hover {
    background: #d20000;
    color: #fff;
}
.main-p{
	color: #aaaaaa;
	padding:10px 0;
	font-size: 0.87rem;
	border-bottom:1px solid #ccc;
}
.main-p .pt1{
	color: #aaaaaa;
	float: left;
}
.main-p .pt2{
	color: #aaaaaa;
	float: right;
	
}
.main-p .pt2 span{
	margin-right: 15px;
	cursor: pointer;
}
.main-p .pt2 span:hover{
	color: #d20000;
}
.main-p .pt2 i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.main-toppic {

	padding-top: 35px;
 
	padding-bottom: 35px;
 
	 position: relative;
 
 }
 
 .logo {
 
	 position: relative;
 
	 float: left;
 
	 padding-top: 10px;
 
 }
 
 
 
 .main-nav{
 
	 float: right;
 
 }
 
 
 
 .main-nav li{
 
 
 
	 display: inline-block;
 
 
 
	 margin-left: 60px;
 
 
 
 }
 
 
 
 .main-nav li a{
 
	 display: block;
 
 
 
	 padding:20px 0;
 
 
 
	 font-size: 1.1rem;
 

 
 }
 
 .main-nav .a1{
 
	 position:relative;
 
 }
 
 .main-nav .a1:after{
 
	 content: '';
 
	 display: block;
 
	 position: absolute;
 
	 bottom:0px;
 
	 left: 0;
 
	 height: 3px;
 
	 background: #de1f1f;
 
	 width: 100%;
 
	 width: 0;
 
 
 
 }
 
 .main-nav li:hover .a1:after{
 
	 width: 100%;
 
 }
 
 .main-nav .icon1{
 
	 opacity: 0;
 
	 visibility: hidden;
 
 }
 
 .main-nav li a.active:after{
 
	 width: 100%;
 
 }
 
 .main-nav li a:hover{
 
	 opacity: 1;
 
 
 
 }
 
 .main-nav li:hover a .icon1{
 
	 opacity: 1;
 
	 visibility: visible;
 
 }
 
 .dropdesc{
 
	 position: absolute;
 
	 z-index: 10;
 
	 background: #fff;
 
	 padding:20px 15px;
 
	 width: 100%;
 
	 left: 0;
 
	 border:1px solid #ccc;
 
	 padding-top: 50px;
 
	 display: none;
 
 }
 
 .dropdesc a:hover{
 
	 transform: translateX(10px)
 
 }
 
 .dropdesc dt a{
	 color: #de1f1f;
	 padding: 12px 0;
 }
 
 .dropdesc dd {
	 padding-left: 10px;
 }
 
 .dropdesc dd a{
 
	 font-weight: normal;
	 padding: 9px 0;
	 font-size: 1.5rem;
 
 }

.ss-btn{
	float: right;	
	margin-top: 15px;
	margin-bottom: 15px;
	color:#d20000;
	cursor: pointer;
	font-weight: bold;
	
}
.ss-btn small:nth-child(1){
	display: inline-block;
	transition: all 0.5s;
}
.ss-btn small:nth-child(2){
	display: none;
	transition: all 0.5s;
}
.ss-btn .lines {
	display: inline-block;
	vertical-align: middle;
}
.ss-btn .lines span{
	width: 24px;
	height: 2px;
	margin:6px;
	display: block;
	background:#d20000;
	transition: all 0.3s;
}
.ss-btn.showbtn{
	
}
.ss-btn.showbtn small:nth-child(1){
	display: none;
	transition: all 0.5s;
}
.ss-btn.showbtn small:nth-child(2){
	display: inline-block;
	transition: all 0.5s;
}
.ss-btn.showbtn .lines span:nth-child(2){
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.ss-btn.showbtn .lines span:nth-child(1){
	transform-origin: 5%;
	transform: rotateZ(45deg);
	transition: all 0.3s;
}
.ss-btn.showbtn .lines span:nth-child(3){
	transform-origin: 5%;
	transform: rotateZ(-45deg);

}

.drop-menu{

	position: fixed;

	top:0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 2000;

	background: #fff;

	padding:50px 15px 15px;

	display: none;

}

.drop-menu .close{

	width: 30px;

	height: 30px;

	position: absolute;

	right: 15px;

	top: 15px;

}

.drop-menu .smalllogo{

	text-align: center;

	margin-bottom: 15px;

}

.drop-menu .smalllogo img{

	width: 120px;	

}

.drop-menu ul{

	border-top: 3px solid #d20000;

	padding:20px 0;

}

.drop-menu a:hover{

	color: #d20000;

	transform: translateX(10px)

}

.drop-menu .dmitems1{

	

}

.drop-menu .dmitems1 a{

	padding:10px 0;

	border-bottom:1px solid #ccc;


	display: block;

	font-weight: bold;

}

.drop-menu .dmitems2{

	padding-right: 15px;

}

.drop-menu .dmitems2 a{

	padding:10px 0;

	border-bottom:1px solid #ccc;

	font-size: 1rem;

	display: block;

	font-weight: bold;

}

.drop-menu .languages{

	position: absolute;

	bottom:15px;

	left: 15px;

	right: 15px;

}

.drop-menu .languages dl{

	

}

.drop-menu .languages dt{

	font-size: 16px;

	background: #d20000;

	color: #fff;

	text-align: center;

	padding:10px;	

}

.drop-menu .languages dd{

	position: absolute;

	bottom:100%;

	left: 0;

	width: 100%;

	background: #f4f4f4;

	padding:10px;

}

.drop-menu .languages dd a{

	display: inline-block;

	padding:10px 26px;

	border:1px solid #ccc;

	background: #fff;

	margin-bottom:10px;

	font-size: 0.87rem;	

}
.i_productcate{

	text-align: center;
	border-bottom:1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #eee;
}
.i_productcate .icon{
	padding-bottom: 130px;
	opacity: 0.5;
}
.i_productcate .icon img{
	
}
.i_productcate h3{
	padding:10px 0;
	font-size: 1.1rem;
	opacity: 0.5;
}
.i_productcate a{
	display: block;
	border-left: 1px solid #ccc;
	padding:30px 15px;
	position: relative;
	z-index: 10;
	
}
.i_productcate a:hover{
	
	background: #eee;
	opacity: 1;
	transform: scale(1.1,1.1);
	box-shadow: 0 0 3px 1px #000;
	position: relative;
	z-index: 30;
}
.i_productcate a:hover h3{
	opacity: 1;
}
.i_productcate a:hover .icon{
	opacity: 1;
}
.tit1{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.tit1 .tit-tc1{
	font-size: 2.2rem;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 20px;
}
.tit1 .tit-tc2{
	color: #999;
	line-height: 2;
}
.i_product{
	margin:40px 0;
	padding-top: 1px;
	padding-bottom: 1%;
}
.i_product .tit-tc1,.i_product .tit-tc2{
	transform: translateY(200px);
	opacity: 0;
}
.prolist ul{
	margin-left: -5px;
	margin-right: -5px;
}
.prolist li{
	padding:5px;
	transform: translateY(200px);
	opacity: 0;
}
.prolist a{
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	padding:30px 15px;
	box-shadow: 0 0 5px 2px #eee;
}
.prolist .pic{
	padding-bottom: 80%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.prolist .desc{
	
}
.prolist .desc h3{
	font-size: 1.25rem;
	color: #555;
	line-height: 1.4;
	margin-bottom:10px;
	height: 1.4em;
	overflow: hidden;
}
.prolist .desc small{
	display: block;
	text-transform: uppercase;
	color: #999;
	line-height: 1.6;
	height: 1.6em;
	overflow: hidden;
}
.prolist .cover{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.prolist .pic2{
	width: 100%;
	height: 100%;
}
.prolist .pic2 img{
	max-width: 130%;
	max-height: 130%;
}
.prolist a:hover .cover{
	opacity: 1;
	visibility: visible;
}
.prolist .t1{
	margin-left: 15px;
	margin-right: 15px;
}
.prolist .more{
	color: #999;
	float: left;
}
.prolist .dots{
	float: right;
}
.prolist .dots span{
	display: inline-block;
	width: 12px;
	height: 12px;
	border:1px solid #999;
	border-radius: 6px;
	margin-left: 5px;
}
.prolist .dots span.active{
	background: #d20000;
	border-color: #d20000;
}


.i_ad {
	background:#da251d;
	text-align: center;
	line-height: 1.6;
	padding:20px 0;
}
.i_ad h5{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.i_ad small{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.8;
	display: block;

}
.i_ad .line{
	width: 100px;
	background: #fff;
	height: 2px;
	margin:10px 0;
	display: inline-block;
}
.i_ad h6{
	font-size: 36px;
	font-weight: bold;
}
.i_ad h6 span{
	font-size: 30px;
}
.i_about{
	background: url(../img/ab-bg.jpg) no-repeat right bottom;
	color: #fff;
	position: relative;
	padding-top:15px;
	transform: scale(0.1,0.1);
	opacity: 0;	
}


/* .hideabout1{
	transform: scale(0.1,0.1);
	opacity: 0;
} */
.i_about .abcontent{
	position: relative;
	padding:1px 0;
	padding-bottom:750px;
	min-height: 500px;
	
}
.i_about .desc{
	position: absolute;
	padding-top:6%;
	left: 0;
	max-width: 1126px;
	z-index: 10;
	height: 100%
}
.i_about .t1{
	font-size: 3rem;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: bold;
}
.i_about .t1:after{
	content: '';
	margin-top: 15px;
	width:146px;
	height: 4px;
	display: block;
	background: #fff;
}
.i_about .t2{
	line-height: 2;
	height:12em;
	overflow: hidden;
	margin-top: 30px;
	color: #ccc;
	margin-bottom: 20px;
}
.i_about .t3{
	padding:3% 0;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}
.i_about .t3 figure{
	font-size: 4.5rem;
	font-weight: bold;
	text-align: center;
	color: #d20000;
	display: block;
}
.i_about .t3 figure span{
	font-size: 1.5rem;
}
.i_about .t3 small{
	line-height: 1.6;
	display: block;
	padding-top: 10px;
}
.i_about .t3 li{
	padding:30px 15px;
	text-align: center;
}
.i_about .t4{
	display: inline-block;	
}
.i_about .more{
	font-size: 1.8rem;
	padding:8px 15px;
	background: #fff;
	color: #d20000;
	display: inline-block;
	border-radius: 50px;
	margin-top: 50px;
	position: relative;	
	overflow: hidden;
}
.i_about .more span{
	position: relative;
	z-index: 10;
}
.i_about .more:after{
	content: '';
	display: block;
	background: #333;
	position: absolute;
	height: 110%;
	width: 0;
	left: -5%;
	top: -5%;
	border-radius: 50px;
	transform: scale(0.1);
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}
.i_about .more:hover:after{
	width: 110%;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.i_about .more:hover{
	color: #fff;
	border:5px solid #d20000 inset;
}
.i_about .more i{
	display: inline-block;
	line-height: 22px;
	border:1px solid #d20000;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	font-size: 1.6rem;
	text-align: center;
	margin-left: 6px;
}

.i_about .wdmap{
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	margin-top: 5%;
	padding:10% 3%;
}

.wdmap .video{
	background: rgba(0,0,0,0.6);
	height: 250px;
	border-radius: 5px;
	position: relative;
}
.wdmap .video-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
} 
.i_news{
	padding-top: 40px;
	padding-bottom: 40px;
}
.i_news .tit-tc1,.i_news .tit-tc2{
	transform: translateY(200px);
	opacity: 0;
}
.ne-tit{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ne-tit .tit-tc1{
	font-size: 2.2rem;
	font-weight: bold;
	text-transform: uppercase;
}
.ne-tit .tit-tc1:after{
	content: '';
	border-bottom:5px solid #000;
	margin:15px 0;
	width:150px;
	display: block;
}
.ne-tit .tit-tc2{
	color: #999;
	line-height: 2;
}
.nelist{
	margin-left: -15px;
	margin-right: -15px;
}
.nelist li{
	padding:15px;
	transform: translateY(200px);
	opacity: 0;
}

.nelist a{
	display: block;
	box-shadow: 0 0 5px 2px #eee; 
}

.nelist h3{
	line-height: 1.4;
	font-size: 1.1rem;
	height: 2.8em;
	font-weight: bold;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom:15px;
}
.nelist .pic{
	padding-bottom: 60%;
	min-height: 120px;
}
.nelist .desc{
	padding:  1px 15px;
}
.nelist li:hover img{
	transform:translate(-50%,-50%) scale(1.1,1.1)
}

.nelist .gs{
	font-size: 0.87rem;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	color: #999;
}
.nelist .more{
	color: #666;
	margin-top: 15px;
	display: block;
	margin-bottom: 15px;
	text-align: right
}
.nelist li:hover .more{
	transform: translateX(-20px);
	color: #d20000;
}
.nelist svg{
	display: inline-block;
	vertical-align: middle;
}
.nelist svg path{
	fill: #999;
}
.nelist li:hover .more svg path{
	fill: #d20000;
}
.i_searchform{
	height: 452px;
	background: url(../img/search-bg.jpg) no-repeat center center;
	padding-top: 40px;
	padding-bottom: 40px;
	opacity: 0;
	transform: scale(0.1,0.1)
}
.i_searchform .t1{
	font-weight: bold;
	color: #fff;
	margin-top:80px;
	margin-bottom:80px;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.4;
}
.i_searchform form{
	display: block;
	max-width: 1165px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	transform: scale(0.5,0.5)
	
}
.i_searchform .ipt{
	width: calc( 100% - 172px);
	height: 50px;
	border-radius: 5px;
	border:0;
	padding:0 15px;
	font-size: 1.2rem;
}
.i_searchform .ips{
	background: #d20000;
	color: #fff;
	height: 50px;
	border-radius: 5px;
	border:0;
	width: 150px;
	float: right;
	font-size: 1.2rem;
}
.i_message{
	background: -webkit-linear-gradient(left, #1b95da , #028288); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #1b95da, #028288); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #1b95da, #028288); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #1b95da , #028288); /* 标准的语法 */

	color: #fff;

	padding-top: 70px;
	padding-bottom: 70px;

}
.i_message .t1{
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.i_message .message-form{
	max-width: 1530px;
	margin-left: auto;
	margin-right: auto;
}

.message-form form{

	margin-left: -10px;

	margin-right: -10px;

}

.message-form label{

	display: block;

	padding:10px 15px;

}

.message-form .ipt{

	border-radius: 5px;

	background: #fff;

	color: #666;

	height: 46px;

	display: block;

	padding:0 15px;

	width: 100%;

	border:0;
	font-size: 1.2rem;

}

.message-form button{

	display: inline-block;

	padding:10px 86px;

	border:1px solid #fff;

	font-size: 1.1rem;

	font-weight: bold;

	border-radius: 5px;

	background: transparent;

	color: #fff;

	margin-top: 40px;

	cursor: pointer;

}

.message-form button:hover{

	background: #fff;

	color: #000;

}
.footer_content{

	
	background: #ebf0f5;
	padding-top: 1px;
	padding-bottom: 1px;

}
.fo-t{
	padding:70px 0 50px;
}
.fo-1{

	padding-right: 6%;
	margin-bottom: 20px;
	

}

.fo-1 .t1{
	font-size: 1.1rem;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top:20px;
	color: #aeb9c4;
	line-height: 1.6;
}

.fo-2{

	margin-bottom: 20px;
	padding-bottom: 15px;

}
.fo-3{
	text-align: right;
}


.fo-tit{

	font-size: 1.5rem;

	font-weight: bold;

	margin-bottom: 20px;

	text-transform: uppercase;

}

.fo-nav{}

.fo-nav a{

	display: block;

	margin-bottom:8px;

	line-height: 1.4;

	padding:5px 20px;

	background: url(../img/arraw-right-icon.png) no-repeat left center;

	color: #999;
	font-size: 0.87rem;	
	color: #49565f;
	font-size: 1rem;

}

.fo-nav a:hover{

	transform: translateX(15px);

}
.fo-coinfo{

}
.fo-coinfo span{
	display: block;

	margin-bottom:8px;

	line-height: 1.4;

	padding:5px 0px;

	color: #999;
	font-size: 0.87rem;	
	color: #49565f;
	font-size: 1rem;
}
.fo-coinfo .t1{
	font-size: 1rem;
	margin-top: 15px;
}
.fo-coinfo .icon{
	margin-top: 15px;
	color: #999;
}
.fo-coinfo .icon a{
	margin-right: 15px;
	font-size: 1.2rem;
}
.fo-ewm{
	margin-left: -10px;
	margin-right: -10px;
}
.fo-ewm span{
	display: inline-block;
	padding:10px;
	vertical-align: top;
	text-align: center;
}
.fo-ewm img{
	display: block;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.copyright{
	margin-bottom: 15px;
	padding:15px 0;
	color: #555555;
	border-top: 1px solid #ccc;
	line-height: 1.8;
}
.copyright .t1{
	float: left;
}
.copyright .t2{
	float: right;
}

.in_banner{
	background: #0c0c0c url(../img/in-banner.jpg) no-repeat right bottom;
	padding-top: 50px;
	padding-bottom: 40px;
	min-height: 260px;
	position: relative;
}
.in_banner_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(right,rgba(0,0,0,0) 0,#000 100%,#000 50%);
}
.in_tit{
	color: #fff;
	position: relative;
	z-index: 20;
}

.int-t1{
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.int-t1:after{

	content: '';

	display: block;

	width: 120px;

	height: 4px;

	background: #fff;

	margin:20px 0 15px;

}

.int-t2{

	font-size: 1.1rem;

	line-height: 2;

}
.in_tnav{
	padding:15px 0;
	border-radius: 5px;
	margin-top:30px;
	color: #fff;
	position: relative;
	z-index: 20;
}
.in_tnav a{
	display: inline-block;
	line-height: 1.8;
	margin-bottom: 5px;
	font-size: 1.1rem;
	margin-right: 15px;
/* 	padding:0 10px; */
	
}
.in_tnav a:hover,.in_tnav a.on{
	 color: #d20000;
	/* border:1px solid #fff; */
	/* transform: translateX(10px); */
}
.in-ab-1 .t1{
	font-size: 1.1rem;
	margin-top:20px;
	margin-bottom: 30px;
	
}

.in-ab-1 .t2{

	margin-top: 2%;
	margin-bottom: 2%;

}
.in-ab-1 .t2 img{
	max-width: 60%;
}

.in-ab-1 .t3 img{

	max-width:60%;

}
.rTie {
    text-align: center;
    font-size: 40px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 40px;
}
.rTie span {
    display: block;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
}
.rTie::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    background: #d20000;
    height: 1px;
}
.aboutBox {
    padding: 60px 0;
    overflow: hidden;
}
.wrap, .grWidth {
    max-width: 1340px;
    margin: 0 auto;
    overflow: hidden;
}
.aboutBox2{background-image: url('../img/about_bg2.jpg');background-position:center;background-size: cover;background-attachment: fixed;}
.aboutBox2 li{text-align: center;padding:0 10px;margin-bottom: 20px;}
.aboutBox2 li h3{font-size: 24px;font-weight: normal;color: #333;margin-bottom: 15px;}
.aboutBox2 li .pic{filter: grayscale(100%); filter: gray;-webkit-filter: grayscale(100%);-ms-filter: grayscale(100%); -o-filter: grayscale(100%);transition: all .3s;margin-bottom: 35px;position: relative;top:0;background: url('../img/radius_icon.png') no-repeat;background-size:100%; padding: 31px;display: inline-block;}
.aboutBox2 li:hover .pic{filter:none;-webkit-filter:none;-ms-filter:none; -o-filter:none;top:-10px;} 
.aboutBox2 li p{
	line-height: 2;
}

.in-ab-2{
	padding-top: 50px;
	padding-bottom:70px;
	background: #eeeeee;
	text-align: center;
}
.in-ab-2 .t1{
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom:30px;
}
.in-ab-2 ul{
	margin-left: -15px;
	margin-right: -15px;
}
.in-ab-2 li{
	padding:15px;
}
.in-ab-2 .pic{
	padding-bottom: 60%;
	min-height: 150px;
}
.in-ab-2 .desc{
	background: #fff;
	padding:15px;
}
.in-ab-2 .desc h5{
	line-height: 1.6;
	font-size: 1.1rem;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
}
.in-ab-2 .desc p{
	line-height: 2;
	height: 10em;
	font-size: 0.87rem;
	color: #666;
	overflow: hidden;
}

.in_certificate {
	padding-top: 50px;
	padding-bottom:50px;

}

.in_certificate ul{

	margin:0 -15px;

}

.in_certificate li{

	padding:15px;

}
.in_certificate .t1{
	font-size: 2rem;
	margin-bottom: 20px;
}
.cerlist .pic{
	position: relative;
	overflow: hidden;
}

.cerlist .cover{

	position: absolute;

	bottom:0;

	width: 100%;

	height: 100%;

	padding:15px;

	font-size: 1.1rem;

	text-align: center;

}

.cerlist .cover:before{

	content: '';

	display: block;

	position: absolute;

	background: rgba(0,0,0,0);

	height: 50%;

	top: 0;

	left: 0;

	width: 100%;

	transform: translateY(-60%);

	opacity: 0;

}

.cerlist li:hover .cover:before{

	transform: translateY(0);

	opacity: 1;

}

.cerlist .cover:after{

	content: '';

	display: block;

	position: absolute;

	background: rgba(23,146,206,0.7);

	height: 50%;

	bottom: 0;

	left: 0;

	width: 100%;

	transform: translateY(60%);

	opacity: 0;

}

.cerlist li:hover .cover:after{

	transform: translateY(0);

	opacity: 1;

}

.cerlist .cover h4{

	width: 180px;

	height: 180px;

	border-radius: 1000px;

	background: rgba(255,255,255,1);

	position: absolute;

	z-index: 5;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%) rotate(90deg);

	padding-top: 20px;

	padding-left: 15px;

	padding-right: 15px;

	border:2px solid #d20000;

	opacity: 0;

}

.cerlist li:hover .cover h4{

	transform: translate(-50%,-50%) rotate(0);

	opacity: 1;

}

.cerlist .cover h4 span{

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%,-50%);

	width: 100%;

	line-height: 1.2;

}
.in_workshop{
	padding-top: 40px;
	padding-bottom: 40px;

}
.in-wklist{
	margin-left: -10px;
	margin-right: 10px;
}
.in-wklist li{
	padding:10px;
}
.in-wklist a{
	display: block;
	padding-bottom: 60%;
	overflow: hidden;
	min-height: 180px;
}
.in-wklist a:hover img{
	transform:translate(-50%,-50%) scale(1.1,1.1);
}

.in_certificate{
	padding-top: 40px;
	padding-bottom: 40px;

}
.in-cerlist{
	margin-left: -10px;
	margin-right: 10px;
}
.in-cerlist li{
	padding:10px;
}
.in-cerlist a{
	display: block;
	overflow: hidden;
}
.in-cerlist a:hover img{
	transform:scale(1.1,1.1);
}

.in_product{
}
.in-protit{
	font-size: 1.5rem;
	line-height: 1.1;
	padding:15px;
	margin-top: 30px;
	margin-bottom: 15px;
	background: #999;
	color: #fff;
	text-align: center;
}
.in-prolist{
	margin-left: -10px;
	margin-right: -10px;
}
.in-prolist li{
	padding:10px;
	text-align: center;
}
.in-prolist a{
	display: block;
}
.in-prolist a:hover img{
	transform: scale(1.1,1.1);
}
.in-prolist h4{
	font-size: 1rem;
	padding:10px 0;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in_product .more{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.in_product .more a{
	width: 200px;
	padding:10px;
	border-radius: 50px;
	display: inline-block;
	border:1px solid #ccc;
	font-size: 1.1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.in_product .more a span{
	position: relative;
	z-index: 10;
}
.in_product .more a:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: #d20000;
}
.in_product .more a:hover:after{
	width: 100%;
}
.in_product .more a:hover{
	border-color: #d20000;
	color: #fff;
}
.pro-detail-info{
	padding: 8% 0 3%;
}

.pro-detail-info .pic{
	margin-bottom: 20px;
	text-align: center;

}
#zoomiocontainer{
	border-radius: 10px;
}
.pro-detail-info .pic{
	padding:10px;
}
.pro-detail-info .pic img{
	
}
.pro-detail-info .bigpic{
	max-width: 500px;
	overflow: hidden;
	margin:auto;

}
#zoomiocontainer img{
	max-width: none;
}
.pro-detail-info h2{
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 3%;
}

.pro-detail-info p{
	
	
	line-height: 24px;
	color: #666;
	font-size: 16px;
	line-height: 35px;
}
.pro-detail-info p span{
	
	
}
.pro-detail-info .contact{
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top: 10px;

}
.pro-detail-info .buy-print{
	border-bottom:1px solid #ccc;
	padding:15px 0;
	margin-bottom: 5px;
}

.pro-detail-info .prev-next-pro{
	color: #666;
	line-height: 30px;
}














.pro-detail-info .pic .moblie-pic {
	display: none;
}







.in_news{
	padding-top: 40px;
	padding-bottom: 40px;
}
.in-nelist{
	
}
.in-nelist li{
	margin-bottom: 30px;
	background: #fff;
	padding:30px;
	border-bottom:1px solid #ccc;
}
.in-nelist h3{
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 10px;
	transform: translateX(0px);
}
.in-nelist h3:hover{
	color: #d20000;
	transform: translateX(20px)
}

.in-nelist .desc{
	padding-bottom: 20px;
	padding-right: 15px;
}
.in-nelist .date{
	font-size: 0.87rem;
	margin-top: 15px;
	color: #999;
	
}
.in-nelist .t1{
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #666;
}
.in-nelist .more{
	margin-top: 20px;
	display: inline-block;
}
.in-nelist .more svg{
	display: inline-block;
	vertical-align: middle;
}
.in-nelist .pic{
	padding-bottom: 15%;
	min-height: 200px;
}
.in-nelist .pic img{
	max-width: none;
}

.in_news_detail{
	padding-top: 40px;
	padding-bottom: 40px;
}
.in_news_detail .news-tit{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.in_news_detail .news-info{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.in_news_detail .news-info span{
	color: #999;
}
.in_news_detail .news-detail{
	line-height: 2;
	min-height: 300px;
	font-size: 1rem;
}
.in_service{}
.in-se-1{
	font-size: 1rem;
	line-height: 2;
}
.in-se-2{
	margin-top: 40px;
}
.in-se-2 li{
	padding:10px 15px;
	margin-bottom: 20px;
	background:#f4f4f4;
}
.in-se-2 .a1{
	display: inline-block;
	padding-top: 8px;
	font-size: 1rem;
	background: url(../img/read-icon.png) no-repeat left 5px center;
	padding-left: 36px;
	min-height: 30px;
}
.in-se-2 .a1:hover{
	color: #d20000;
}

.in_video{
	padding-top: 40px;
	padding-bottom: 40px;
}
.in-vilist {
	margin-left: -15px;
	margin-right: -15px;
}
.in-vilist li{
	padding:15px;
}
.in-vilist video{
	width: 100%;
	height: 320px;
	background: #000;
}
.in-vilist h3{
	font-size: 1.1rem;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}


.in-contact{
	
}
.in-co-1{
	padding-top: 1px;
}
.in-co-1 .hotline{
	font-size: 2rem;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
	margin:3% 0;
	padding: 15px 0;
	color: #d20000;
}
.in-co-1 .contact-ways{
	padding-top: 25px;
	border-top: 1px solid #ccc;
	padding-bottom: 25px;


}	

.contact-ways .item{
	margin:2% 0;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}

.contact-ways .item.nomargin{
	margin-right: 0;
}
.contact-ways img{
	float: left;
	width: 40px;

}
.contact-ways .t1{
	
	margin-left: 55px;
}
.contact-ways span{
	display: block;
}
.contact-ways .tc1{
	font-weight: bold;
	color: #666;

}
.contact-ways .tc2{
	color: #666;
	line-height: 1.6;
	margin-top: 5px;
}

.in-con-3{
	margin-top: 35px;
}
.in-con-3 .tc8{
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #666;
}

.in-con-3 .form-ips input{
	width: 250px;
	border-radius: 5px;
	background: #d20000;
	color: #fff;
	padding:10px;
	border:2px solid #d20000;
	cursor: pointer;

}
.in-con-3 .form-ips input:hover{
	background: #fff;
	color: #d20000;
}

.in_message .form-ipts{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 35px;
}

.in_message .form-ipts label{
	padding: 0 15px;
	margin-top: 15px;
}

.in_message .form-ipts input{
	border:0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	outline:none;



}

.in_message .form-ipa{
		margin-bottom: 35px;
}
.in_message .form-ipa label{
	display: block;
	color: #666;
	margin-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}
.in_message .form-ipa textarea{
	width: 100%;
	border:1px solid #ccc;
	height: 250px;
	padding: 10px;
	outline:none;


}

.in_message .form-iptv{
	margin-bottom: 35px;
}
.in_message .form-iptv label{
	position: relative;
min-width: 260px;
}
.in_message .form-iptv input{
	border:0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	outline:none;
	min-width: 260px;
}

.in_message .form-iptv img{
 position: absolute;
 right: 0;
 bottom: 0;
 display: inline-block;

}

.in_message .form-ips{
	margin-bottom:40px; 
	text-align: center;
}

.in_message .form-ips button{
	padding: 10px 30px;
	border-radius: 100px;
	border:2px solid #bb1a21;
	color: #bb1a21;
	font-size: 16px;
	background: #fff;
	cursor: pointer;
	font-weight: bold;
}

.in_message .form-ips button:hover{
	background: #bb1a21;
	color: #fff;
}

.pagelist {
	text-align: center;



    font-size: 12px;



    list-style: outside none none;



    padding: 10px 0;



	white-space: nowrap;



	border-top: 1px solid #eee;
	margin-top: 30px;
	margin-bottom:15px;



	



}



.pagelist ul{



	border-top: 1px solid #fff;



}



.pagelist li {



    display: inline;



	line-height: 40px;



    font-size: 14px;



    padding: 4px 9px;



	margin: 0 3px;

	background: #f4f4f4;

}







.pagelist li img {



    border: 0 none;



    vertical-align: middle;



}







.pagelist li.current {



   background: #d20000;



    color: #FFF;



    border: #d20000 solid 1px;



}



.pagelist li a {



	text-decoration: none;
	color:inherit !important;


	



}







.pagelist li a:hover {



    border: medium none;



    color: #999;



    text-decoration: none;



}







.pagelist li a.nolink {



    color: #ccc;



    cursor: default;



}







.pagelist li a.nolink:hover {



    background: transparent none repeat scroll 0 0;



    padding: 3px 6px 4px;



}

.video-js{
	/* width: 100%; */
}

.anima-transy{
	transform: translateY(200px);
	opacity: 0;
}
.anima-transy1{
	transform: translateY(200px);
	opacity: 0;
}
.anima-transy2{
	transform: translateY(200px);
	opacity: 0;
}
.anima-transy-delay1{
	transform: translateY(200px);
	opacity: 0;
}
.anima-translist li{
	transform: translateY(200px);
	opacity: 0;
}
.anima-translist1 li{
	transform: translateY(200px);
	opacity: 0;
}
.anima-translist .item{
	transform: translateY(200px);
	opacity: 0;
}
/* .anima-translist .in-prolist{
	transform: translateY(200px);
	opacity: 0;
} */
.anima-scale{
	transform: scale(0.1,0.1);
	opacity: 0;
}































.pro-detail-info .piclist {
    margin-left: -5px;
    margin-right: -5px;
    max-width: 500px;
}

.pro-detail-info .piclist a {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.pro-detail-info .piclist a.on img {
    border-color: #d5022c;
}

.pro-detail-info .piclist img {
    border: 1px solid #cacac9;
}









































.i_banner .ban {
	position: relative!important;
}

.i_banner .tit-1 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(50%) scale(0.1, 0.1);
	width: 100%;
	padding: 2% 0;
	background-color: rgba(0, 0, 0, .7);
	text-align: center;
	transition: all .8s .5s;
	opacity: 0;
	z-index: 10;
}

.i_banner .active .tit-1 {
	transform: translateY(-50%) scale(1);
	opacity: 1;
}


.tit-1 .p1 {
	font-weight: 700;
	color: #d20000;
	line-height: 1.5;
	font-size: 60px;
	z-index: 11;
}

.tit-1 .p2 {
	font-size: 36px;
	color: #fff;
	line-height: 1.5;
	white-space: nowrap;   
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 11;
}


.i_banner .tit-2 {
	position: absolute;
	top: 27%;
	left: 0;
	width: 100%;
	padding: 2% 0;
	text-align: left;
	z-index: 10;
}

.tit-2 .p1 {
	font-weight: 700;
	color: #000;
	line-height: 1.5;
	font-size: 60px;
	white-space: nowrap;   
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	transition: all 0.8s .5s;
	z-index: 11;
	margin-bottom: 2%;
	transform: translateY(-200%);
}

.tit-2 .p2 {
	font-size: 30px;
	color: #000;
	line-height: 1.5;
	white-space: nowrap;   
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	transition: all .8s ease-out 1s;
	z-index: 11;
	transform: translateX(-30%);
}


.i_banner .active .tit-2 .p1 {
	transform: translateX(0);
	opacity: 1;
} 

.i_banner .active .tit-2 .p2 {
	opacity: 1;
	transform: translateX(0);
} 



.i_banner .tit-3 {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	padding: 2% 0;
	transition: all .8s;
	z-index: 10;
	text-align: left;
}

.tit-3 .p1 {
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	font-size: 60px;
	opacity: 0;
	transition: all 0.8s .5s;
	z-index: 11;
	margin-bottom: 2%;
	transform: translate(100%,200%) scale(0.1);
}

.tit-3 .p2 {
	font-size: 30px;
	color: #fff;
	line-height: 1.5;
	opacity: 0;
	transition: all .8s ease-out 1.5s;
	transform: rotateY(-90deg);
	transform-origin: left;
	z-index: 11;
	white-space: nowrap;   
	overflow: hidden;
	text-overflow: ellipsis;
}


.i_banner .active .tit-3 .p1 {
	transform: translate(0) scale(1);
	opacity: 1;
} 

.i_banner .active .tit-3 .p2 {
	opacity: 1;
	transform: rotateY(0deg);
}  


