/*****vieye*****/
@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	overflow-x:hidden;
}
body {
	font-size: 14px;
	font-family:'microsoft yahei';
	overflow-x:hidden;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.main {
	padding-left: 60px;
	padding-right: 60px;
	overflow: hidden;
	
}


*.nomargin{
	margin-right:0px;
	}

.clearfix{
	clear:both;
	
	_zoom:1;
	}
.clearfix:before,.clearfix:after{
	content: '';
	display: block;

	clear:both;
}

.ab_active{
	color:#fff;
	background:url(../img/content/ab_title_bg.png) no-repeat center center;
	}
.space_tb1-5{
	padding-top:15px;
	padding-bottom:15px;
	}
.space_tb1{
	padding-top:10px;
	padding-bottom:10px;
	}
.space_tb2{
	padding-top:20px;
	padding-bottom:20px;
	}	
.space_tb3{
	padding-top:30px;
	padding-bottom:30px;
	}	
.space_tb4{
	padding-top:40px;
	padding-bottom:40px;
	}	
.space_tb5{
	padding-top:50px;
	padding-bottom:50px;
	}

.ta_c{
	text-align:center;
	}

.ta_l{
	text-align:left;
	}

.ta_r{
	text-align:right;
	}
	
.btn{
	cursor:pointer;
	}
.ov_hd{
	overflow:hidden;
	}

.m_color{
	color:#da251c;
	}
.mh_color a:hover{
	color:#da251c;
	}	
.m_bg{
	background:#da251c;
	}

.m_bc{
	background:#da251c;
	color:#fff;
	}
.bd_c{
	border:1px solid #ccc;
	overflow:hidden;
	}		

.para_p{
	line-height:28px;
	
	}

.hide{
	display: none;
}

.container1{
	padding-left:5.7%;
	padding-right:5.7%; 
}

.change1{
	transition: all 0.5s;
}

.main-shlink{
	color: #999;
	font-size: 13px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;	


	
}

.main-erweima{
	margin-top: 5px;
	position: relative;
}


.main-searh{
	width: 20px;
	height: 20px;
	background: url(../img/public/search-icon1.png) no-repeat center center;

	margin-top: 5px;
	margin-right: 15px;
}

.main-im1{
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	z-index: 100000;
	max-width: none;
	
	
	z-index: 100;
	
	visibility:hidden;
	
	transition: all 0.2s;
}
.main-erweima:hover img{
	transform: scale(0.8,0.8);
}
.main-erweima:hover .main-im1{
	visibility:visible;
	top: 100%;
	width: 150px;
	height: 150px;
	transform: scale(1,1);
	transition: all 0.2s;
}

.main-topic{
	padding-top: 30px;
	padding-bottom: 30px;
}
.main-topic .hotline{
	font-size: 26px;
	text-align: right;
	margin-top: 15px;
}

.main-navs-search{
	border-top: 1px solid #ccc;
	height: 45px;

}
.min-nav{

font-size:14px; 

}
.min-nav li{
	float: left;
	padding-left: 35px;

}
.min-nav li a{
	display: block;	
	padding: 15px 12px 15px 12px;
}
.min-nav li a:hover{
	
	color: #da251c;
	
	
}

.min-nav li.active a{
	
	color: #da251c;

}



.dropbtn{
	margin-left: 15px;
	line-height: 45px;
	font-weight: bold;

}




.dropbtn a{

	display: inline-block;
	margin-left: 5px;
	margin-top: 8px;

}

.dropbtn span{
	width: 28px;
	height: 3px;

	display: block;
	background: #000;
	margin:5px 0;
}

.dropbtn.active span:nth-child(1){
	transform:rotate(45deg);
	transform-origin:left;
}

.dropbtn.active span:nth-child(2){
	opacity: 0;
	
}


.dropbtn.active span:nth-child(3){

	transform:translate(0,3px) rotate(-45deg);
	transform-origin: left;

}


.pages{
	transition:all 0.3s;

}

.toactive{
	transform: translateX(250px);
	transition:all 0.3s;
}
.toactive .bgs{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background:rgba(255,255,255,0.7);
	z-index: 1000;

}
.main-top{
	position: relative;
}
.dropmenu{
	padding:15px 3px 15px;
	background: rgba(0,0,0,0.3);
	text-align: center;
	width: 100%;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 100;
	visibility: hidden;


}
.dropmenu dl{
	padding: 3px;
}
.dropmenu a{
	display: block;
	line-height: 30px;
	padding: 15px;
	transition: all 0.5s;
	opacity: 0;
	background: #fff;

}
.dropmenu a:hover{
	background: #e0e0e0;
}

.dropmenu  dl:nth-child(1) a{
	transform:translateY(20px);
}
.dropmenu  dl:nth-child(2) a{
	transform:translateY(40px);
}
.dropmenu  dl:nth-child(3) a{
	transform:translateY(60px);
}
.dropmenu  dl:nth-child(4) a{
	transform:translateY(20px);
}
.dropmenu  dl:nth-child(5) a{
	transform:translateY(40px);
}
.dropmenu  dl:nth-child(6) a{
	transform:translateY(60px);
}
.dropmenu  dl:nth-child(7) a{
	transform:translateY(20px);
}
.dropmenu.show {
	visibility: visible;
}
.dropmenu.show dl a{
	opacity: 1;
	
	transform:translateY(0);
	transition: all 0.5s;
}

}


.dropmenu .s1{

}

.search-product-form{
	position: absolute;
	top:100%;
	left: 0;
	width: 100%;
	z-index: 100;	
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.5);
	box-shadow: 0 -5px 10px #eee;
	
}

.search-product-form:hover{
	background: #595959;
	transition: all 0.5s;
}

.search-product-form input{
	margin-top: 15px;
	border:0;
	color: #fff;
	border-bottom:1px solid #fff;
	width: 65%;
	background-color: transparent;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	border-radius: 0 0 5px 5px;
	outline:none

	
}

.search-product-form input:focus{
	width: 100%;

}

.search-product-form button{
	font-size: 16px;
	margin-top: 20px;
	padding: 5px 25px;
	background: inherit;
	color: #fff;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	border:0;
	border:1px solid #fff;
	cursor: pointer;

}
.search-product-form button:hover{
	background: #fff;
	color: #000;
	border-color: #000;
}

.search-product-form .close{
	color:#fff;
	margin-bottom: 15px;
	margin-top: 15px;
	text-decoration: underline;
}
.search-product-form .close:hover{
	


}

.i_banner{

}
.i_banner .owl-dots{
	position: absolute;
	bottom:20px;
	width: 100%;
	text-align: center;
}
.i_banner .owl-dots .owl-dot{
	width: 100px;
	height: 4px;
	display: inline-block;
	background: #fff;
	width: 80px;
	margin:0 8px;
	border-radius: 2px;
	transition:all 1s;

}
.i_banner .owl-dots .owl-dot.active{
	width: 30px;
	background: #e60012;
	transition:all 1s;
}

.bn-1{
	position: absolute;
	width: 100%;
	top: 14%;


}
.bn-1 .pic1{
	max-width: 30%;
	transform:translateY(50px);
	transition: all 0.5s;
	opacity: 0;

}
.i_banner .active .bn-1 .pic1{
	opacity: 1;
	transform:translateY(0px);
	transition: all 0.5s;
	transition-delay: 1.5s;
}

.bn-1 .t1{
	margin-top: 15px;
	padding-top: 5%;
	font-size: 24px;	
	opacity: 0;
	transition: all 0.5s;

}

.i_banner .active  .bn-1 .t1{
	opacity: 1;
	transition: all 0.5s;
	transition-delay:2s;
}

.bn-1 .t2{
	margin-top: 15px;
	padding-top: 1%;
	color: #666;
	line-height: 26px;
	padding-bottom: 3%;
	opacity: 0;
	transition: all 0.5s;
}
.i_banner .active  .bn-1 .t2{
	opacity: 1;
	transition: all 0.5s;
	transition-delay: 2.5s;
}


.bn-1 .t3{
	display: inline-block;
	margin-top: 15px;
	opacity: 0;
	transform: rotateY(45deg);	
}

.i_banner .active .bn-1 .t3{
	opacity: 1;
	transform: rotateY(0);
	transition: all 0.5s;
	transition-delay: 3s;
}


.bn-1 .t3 i{
	color: #da251c;
	margin-right: 5px;
}

.bn-2{
	position: absolute;
	top:25%;
	width: 100%;
	text-align: center;
}

.bn-2 .t1{
	background: rgba(255,255,255,0.6);
	padding:2% 3%;
	max-width:590px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 18px;
	box-shadow: 0 0 3px #ccc;
	opacity: 0;
	transition: all 0.5s;


}


.i_banner .active .bn-2 .t1{
	opacity: 1;
	transition: all 0.5s;
	transition-delay: 1.5s;
}


.bn-2 .t1 p{
	line-height: 24px;
	padding: 3% 0;
	transform:translateY(100px);
	opacity: 0;
}

.i_banner .active .bn-2 .t1 p{
	transform:translateY(0);
	opacity: 1;
	transition: all 0.5s;
	transition-delay: 2s;
}

.bn-2 .piclist{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5%;	
}

.bn-2 .piclist img{
	max-width: 10%;
	position: absolute;
	transform: rotate(180deg);
	opacity: 0;
}
.i_banner .active .bn-2 .piclist img {
	transform: rotate(0);
	opacity: 1;
	transition: all 0.5s;
	transition-delay: 2.5s;
}

.bn-2 .im1{
	left:20%;
}
.bn-2 .im2{
	left: 45%;
}
.bn-2 .im3{
	right: 20%;
}

.bn-3{
	position: absolute;
	width: 100%;
	top: 14%;
	
}
.bn-3 .pic1{
	margin-bottom: 2%;
	max-width:30%;
	transform: translateX(-100px) scale(0.8,0.8);
	opacity: 0;
	transition: all 0.5s;
}

.i_banner .active .bn-3 .pic1{
	transform: translateX(0) scale(1,1);
	opacity: 1;
	transition: all 0.5s;
	transition-delay:1.5s;
}

.bn-3 .t1{
	margin-top: 2.5%;
	max-width: 50%;
	line-height: 24px;
	transform: translateX(100px);
	opacity: 0;
	transition: all 0.5s;
}

.i_banner .active .bn-3 .t1{
	transform: translateX(0);
	opacity: 1;
	transition: all 0.5s;
	transition-delay:1.5s;
}

.bn-3 .pic2{
	margin-top:4%;
	max-width: 35%;
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.5s;
}

.i_banner .active .bn-3 .pic2{
	transform: translateY(0);
	opacity: 1;
	transition: all 0.5s;
	transition-delay:2s;
}


.i_tit{
	font-size: 24px;
	font-weight: bold;

	
	text-align: center;

	margin-top: 4%;
	margin-bottom: 4%;
}

.i_product{}

.i_product .pro-menu{
	width: 21%;
	float: left;
	position: relative;
	
}
.pro-menu {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 849px;
}
.pro-menu .t1{
	padding: 18px 0;
	font-size: 24px;
	font-weight: bold;
	background: #7a7a7a;
	color: #fff;
}

.pro-menu a.on{
	color: #d83129;
}
.pro-menu dl{
	
	border-bottom: 1px dashed #cccccc;
	padding-left: 15px;
	padding-top:15px;
	padding-bottom: 15px;
	
}
.pro-menu dl:last-child{
	border-bottom: 0;
	padding-bottom: 20px;
}
.pro-menu dl dt{
	
	font-size: 18px;
	padding-left: 30px;
	line-height: 1.2;
	background: url(../img/index/arraw-r-red.png) no-repeat left center;


}

.pro-menu dl dt a.on{
	background: #959595;
	color: #fff;
	padding: 5px;
}


.pro-menu dl dd{
	line-height: 24px;

	padding-left: 30px;
	margin-top: 15px;
}

.pro-menu dl dd a{
	padding-top: 5px;
	display: block;
	color: #666;
}

.pro-menu a:hover{
	color:#da251c;
}

.i_product .pro-list{
	width: 79%;
	float: left;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: -1px;

}

.i_product .ho-s:hover{
	box-shadow: 0 0 30px #ddd inset;


}

.pro-list .bd{
	height: 100%;
	border:1px solid #ccc;
	border-left: 0;
	border-top: 0;
	padding:3.5%;
}


.pro-list .pro-list-it1{
	height: 424px;
	

}

.pro-list-it1 .t1{
	width: 50%;
	float: left;
}
.pro-list-it1 .t1 h3{
	font-size: 24px;
	
	margin-bottom: 15px;

}
.pro-list-it1 .t1 h3:after{
	display: block;
	content:'';
	width:280px;
	height: 3px;
	margin-top: 15px;
	background: #ccc;
}
.pro-list-it1 .t1 p{
	line-height: 24px;
	color: #777777;
}

.pro-list-it1 .more{
	display: block;
	margin-top: 25px;
	color: #da251c;
}

.pro-list-it1 img{
	max-width: 40%;
	margin-right: 2%;
	float: right;
}

.pro-list .pro-list-it2{
	height: 424px;

}
.pro-list-it2 h3{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.6em;
}

.pro-list-it2 p{
	line-height: 24px;
	color: #777777;
	

}
.pro-list-it2 img{
	max-width: 50%;
	display: block;
	margin:auto;
}

.pro-list-it2 .more{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #da251c;
	margin-left: auto;
	margin-right: auto;
}

.solution_box{ overflow: hidden;}
.solution_area{ height: 778px; background: url(../img/index/s5.jpg); background-position: right bottom; background-repeat: no-repeat;/* background-attachment: fixed;*/ position: relative;}
.solution_area:before{
    display: block;
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index:0;
    content: "";
    background: url("../images/tou_bai70.png") repeat;
    background: rgba(255,255,255,.2);
}
.solution_area .s_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.3);
}

.solution_block{ position: absolute; text-align: center; border-left: 3px solid #fff; border-bottom: 3px solid #fff;}
.s_block_box{ width:100%; height: 100%; display: table; vertical-align: middle; background: rgba(0,0,0,0.3)}
.s_block5 .s_block_box{ background: none; }
.s_initial{ width: 100%; padding:0 50px; display: table-cell; vertical-align: middle; font-size: 18px; font-size: 1.8rem; font-weight: bold; color: #fff;}
.s_initial a{ display: inline-block; position: relative; color: #fff; line-height: 1.2; }
.s_initial a:before,.s_initial a:after{
    display: block;
    font-size: 40px;
    font-size: 4rem;
    font-weight: normal;;
    
    line-height: normal;
    position: absolute;
    z-index:0;
}
.s_initial a:before{content: "┌"; top:-28px; left:-42px;}
.s_initial a:after{content: "┘"; bottom: -28px; right:-42px;}
.s_hover{ position: absolute; top:0; left:0; width: 100%; height: 100%; background: #fff; background: rgba(255,255,255,.9); filter:alpha(opacity=0); opacity: 0;}
.s_hover:before,.s_hover:after{
    display: block;
    font-size: 60px;
    font-size: 6rem;
    color: #c7c7c7;
    font-weight: normal;;
 
    line-height: normal;
    position: absolute;
    z-index:0;
}
.s_hover:before{content: "┌"; top:-18px; left:-18px;}
.s_hover:after{content: "┘"; bottom: -18px; right:-18px;}
.s_hover_box{ width: 100%; height: 100%; display: table; vertical-align: middle;}
.s_hover_area{ display: table-cell; vertical-align: middle; padding:0 40px; }
.s_hover_area h4{ font-size: 18px; font-size: 1.8rem; padding-bottom: 40px; margin-bottom: 30px; position: relative;}
.s_hover_area h4:before{ display: block; width: 50px; height: 4px; content: ""; background: #000; position: absolute; bottom: 0; left:50%; margin-left: -25px;}
.s_hover_des{ text-align: center; max-height:100px; overflow: hidden; line-height: 24px; }
a.s_hover_more{ display: block; margin:40px auto 0; text-transform: uppercase; background: #da251c; color: #fff; padding: 10px; width: 60%; max-width: 130px;}
a.s_hover_more:hover{ background-color: #646363;}
.solution_block:hover .s_hover{ filter:alpha(opacity=100); opacity: 1;}
.s_block1{ width: 28%; height: 100%; border: none; background: url(../img/index/s1.jpg); background-position: center center; } 
.s_block2{ width: 25%; height: 46%; left: 28%;background: url(../img/index/s2.jpg); background-position: center center;}
.s_block3{ width: 25%; height: 46%; left: 53%;background: url(../img/index/s3.jpg); background-position: center center;}
.s_block4{ width: 22%; height: 59%; right: 0;background: url(../img/index/s4.jpg); background-position: center center;}
.s_block5{ width: 50%; height: 54%; left: 28%; bottom: 0; border-bottom: none;}
.s_block6{ width: 19%; height: 54%; left: 59%; bottom: 0; border-bottom: none;}
.s_block7{ width: 22%; height: 41%; right: 0; bottom: 0; border-bottom: none;}



.i-prodetail{
	padding-top: 5%;
	padding-bottom:3%;
}

.i-prodetail .prode-tit{
	font-size: 30px;
	color: #3f70b1;
	margin-bottom: 30px;
	line-height: 30px;
}

.i-prodetail .prode-tit span{
	margin-bottom: 10px;
	display: block;

}
.i-prodetail .prode-tit:after{
	content: '';
	display: block;
	height: 3px;
	width: 15%;
	background: #000;
}

.i-prodetail  ul{
	
}
.i-prodetail  ul li{
	
	margin-bottom: 25px;
}
.i-prodetail  ul li a{
	position: relative;
	display: block;
	text-align: center;
	text-align: center;
}

.i-prodetail .i-prodedesc{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,179,112,0.8);
	color: #fff;	
	line-height: 24px;
	opacity: 0;
	transform: translateY(-200px);

}

.i-prodetail  ul li a:hover{
	box-shadow: 0 0 15px #999;
}
.i-prodetail  ul li:hover .i-prodedesc{
	opacity: 1;
	transform: translateY(0)
}

.i-prodetail .i-prodedesc p{
	padding: 6%;
	border:1px solid #fff;
	position: absolute;
	left: 6%;
	top: 6%;
	height: 88%;
	width: 88%;
}

.i-prodetail  .prode-name{
	text-transform: uppercase;
	line-height: 24px;
	margin-top: 10px;
}

.i_about {
	background: #f4f5f8;
	padding-top:1px;
	padding-bottom: 3%;
	
}

.i_about  .ab-desc{
	position: relative;
	height: 500px;
}

.i_about .mid{
	position: absolute;
	left: 24.8%;
	top: 0;
	width:52%;
	text-align: center;
	padding-top: 50px;

}


.i_about .ab-ite{
	
	
}
.i_about .ab-ite:hover{

}

.i_about .ite1{
	position: absolute;
	width: 24.8%;	
	top: 0;
	left: 0;
	height: 65%;
	min-width:215px;

}
.i_about .ite2{
    position: absolute;
	top:68%;
	left: 0;
	width: 24.8%;
	min-width:215px;

}
.i_about .ite3{
	position: absolute;
	top: 0;
	right: 0;
	width: 20.8%;
	height: 55%;
	margin-top: 2%;
	min-width: 310px;

	
	
}
.i_about .ite4 {
	position: absolute;

	top: 58%;
	right: 0;
	width: 20.8%;
	margin-top:2%;
	min-width: 310px;
	

}
.i_about .ite4 .t1:after{
	width:100%;
}

.ab-ite .t1{
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 24px;
}

.ab-ite .t1:after{
	display: block;
	content: "";
	height: 3px;
	width: 130px;
	background: #e60012;
	margin-top: 8px;

}
.ab-ite .t2{
	line-height: 24px;
	
	
}
.sec_news{ padding-bottom:70px; line-height: 24px; }
#news_scr{ border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; position: relative;}
#news_scr .item{ border-top: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf;}
#news_scr .owl-controls{ width: 100%; position: absolute; bottom: -30px; left: 0; margin: 0;}
#news_scr .owl-controls .owl-page span{ background: #003477;}
.n_rec_box{  height: 315px; background-repeat: no-repeat; background-position: -20px center; background-size:cover; position: relative; display: table; vertical-align: middle; color: #333;}
.n_rec_bg{ width: 100%; height: 100%; position: absolute; top:0; left: 0; z-index: 0; background: #fff; }
.n_rec_area{ display: table-cell; vertical-align: middle; padding: 0 30px;}
.n_rec_tit,.n_rec_date,.n_rec_des,a.n_rec_more{ position: relative;}
.n_rec_tit{ font-size: 18px;}
.n_rec_date{ margin-top: 5px;}
.n_rec_des{ max-height: 70px; overflow: hidden; margin-top: 30px;}
a.n_rec_more{ display: block; width: 123px; overflow: hidden; background: url("../img/index/news_01.png") no-repeat; font-size: 0; height: 0; filter:alpha(opacity=0); opacity: 0;}
.n_rec_box:hover{ color: #fff; background-position: center center;}
.n_rec_box:hover .n_rec_bg{ background: url("../images/tou_blue60.png") repeat; background: rgba(0,0,0,.60);}
.n_rec_box:hover .n_rec_tit a{ color: #fff;}
.n_rec_box:hover a.n_rec_more{ height: 35px; filter:alpha(opacity=100); opacity: 1; margin-top: 40px;}
.n_rec_tit a:hover{ text-decoration: underline;}
.n_rec_box:hover a.n_rec_more:hover{ filter:alpha(opacity=80); opacity: 0.80;}

.owl-theme .owl-controls{
	text-align: center;
}
.sec_news .owl-dot span{ width: 35px; height: 3px; border-radius: inherit; margin:0 4px; background:#666; display: block;}
.sec_news .owl-dot.active span,.sec_news .owl-controls.clickable .owl-page:hover span{background:#003477;}
.sec_news .owl-dot {
    display: inline-block;
    zoom: 1;
  visibility: hidden;
}

.i_ad{
	margin-bottom: 70px;

}

.main-foot{
	color: #fff;
	
}
.main-foot .fo-content{
position: relative;
background: #ccc;
min-height: 360px;
padding-bottom: 60px;
padding-top: 1px;

}

.fo-content .f-t1{
	padding: 15px 0;
	

	font-size: 18px;
	
   background-size: 30px 30px;
   color: #333;
   border-bottom: 3px solid #666;

}
.fo-content .fo-1{
	padding-top: 5%;
	padding-bottom: 5%;
	 float: left;
	   margin-right:4%;
	   width: 16%;
	color: #666;
	

}
.fo-1 p{
	color: #959595;
	line-height: 30px;
	margin-top: 25px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 3px 3px 10px #fff;
	
}



.fo-content .f-list{
	line-height: 32px;
	padding: 20px 0;
}

.fo-content .fo-2{
  max-width: 270px;
  margin-top: 5%;
  float: left;
  width: 20%;
  margin-right:6%;   
 padding-bottom: 15px;
  color: #666;  

}

.fo-2 .f-list a{
	display: block;
	
}
.fo-2 .f-list a:hover{
	color: #da251c;
}

.fo-content .fo-3{
   max-width: 350px;
   margin-top: 5%;
	 float: left;
	  width: 20%;
	 color: #666;  
	padding-bottom: 15px;        
}

.fo-3 .f-t1{
	
}

.fo-content .fo-4{
	position: absolute;
	width: 30%;
	padding:20px 2% 0;
	top: 0;
	right: 0;
	height: 100%;
	background: #959595;
	padding-bottom: 1px;
}

.fo-4 .f-t2{
	padding-bottom: 10px;
	border-bottom:1px solid #cccccc;
	margin-bottom: 8%;
font-size: 16px;
	font-weight: bold;
}
.fo-4 .pic{
	text-align: center;
}
.fo-4 .f-t3{
	padding-top: 20px;
	border-top:1px solid #cccccc;
	margin-top: 5%;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	
}

.copyright{
	text-align: center;
	padding: 10px 0;
	background: #4c4c4c;
	color: #fff;
	line-height: 24px;
}


.in-banner{
	
}



.in-tit{
	position: absolute;
	top: 20%;
	color: #fff;

}
.in-tit .tit_tc1{
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;

}
.in-tit .tit_tc2{
	font-size: 16px;
	line-height: 24px;
	padding-top: 2%;
}

.in-tit .prosubtit{
	font-size: 60px;	
}


.path-nav{

	border-bottom: 1px solid #ddd;
	box-shadow: 0 5px 5px #eee;
	

}
.path-nav .p-n-nav{
	float: left;
	padding: 20px 0;

}
.p-n-nav li{
	float: left;
	
}
.p-n-nav li a{
	display: block;
	line-height: 30px;
	padding: 7px 25px;
	margin-right: 10px;
	border:1px solid #ccc;
	text-align: center;
}

.p-n-nav li.on a,.p-n-nav li:hover a{
	background: #da251c;
	color: #fff;
	border-color:#da251c;
}


.path-nav .p-n-path{
	float: right;


}
.p-n-path{
	padding:20px 0;

}

.p-n-path .t1{
	background: #8e8e8e;
	padding: 15px;
	display: inline-block;
	
	color: #fff;

}

.p-n-path a{
	
	border-radius: 100px;
	padding: 10px;
	
}
.p-n-path a:hover{
	color: #da251c;
}


.p-n-path span{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border:1px solid #ccc;
	text-align: center;
	line-height: 30px;
	margin-right: 5px;
}

.p-n-path a.on{
	color: #da251c
}
.p-n-path a.on span{
	background: #da251c;
	color: #fff;
	border:0;
}

.in-about{

}
 .in-ab-tit{
	font-size: 24px;
	width: 235px;
	padding:10px 0;
	border-bottom: 3px solid #da251c;
	margin-bottom: 15px;
}


.in-about .in-ab-1{
	margin-top: 30px;
	margin-bottom: 70px;
}

.in-about .in-ab-3{
	margin-top: 30px;
}
.in-culture{
	margin-top:40px;
	margin-bottom: 60px;
	position: relative;

}

.in-culture .culture-desc{
	display: inline-block;
	position: absolute;
	margin-bottom: 30px;
	}
.in-culture .culture-desc p{
	font-size: 18px;
	line-height: 36px;
	color: #666;
}	

.in-culture .pic{
	float: right;
	display: inline-block;



}



.in-news{
	padding: 50px 0 0;
	
}
.in-news .in-news-list{

}
.in-news-list li{
	
	padding: 15px;
	margin-bottom: 30px;
	background: #f5f5f5;
}
.in-news-list li:hover{
	box-shadow: 0 0 15px #999;
}
.in-news-list .pic{

	
}
.in-news-list .pic img{

	transition: all 0.5s;
}
.in-news-list li:hover .pic img{
	transform: scale(1.1,1.1);
	transition: all 0.5s;
}

.in-news-list .news-desc{
	padding-left: 15px;

}
.news-desc  h3{
	margin-top: 15px;
	font-size: 16px;
	line-height: 24px;
	

}
.news-desc  h3 span{
	float: right;
	color: #666;

}
.news-desc  h3:hover{
	color: #da251c;
}
.news-desc  p{
	color: #666;

	line-height: 24px;
   padding:10px 0;
}
.news-desc .more{
	margin-top: 15px;
	margin-bottom: 15px;
	background: #8e8e8e;
	float: right;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.news-desc .more:hover{
	background: #da251c;
}



.in-news-detail{
	padding-top: 2.5%;
	padding-bottom: 5%;


}
.in-news-detail .newstit{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin-top: 20px;
}
.in-news-detail .dateinfo{
	text-align: center;
	margin:20px 0;
	color: #999;
	line-height: 24px;

}

.in-news-detail .dateinfo span{
	padding:0 10px;
}

.in-news-detail .news{
	font-size: 16px;
	line-height: 30px;
}
.in-news-detail strong{
	font-weight: bold;
}



.in-honor{
	min-height:600px;
	padding-top: 40px;
}
.honorlist{
	margin:0 -15px;
}
.honorlist li{
	padding: 0 15px 20px;
}
.honorlist p{
	line-height: 30px;
	text-align: center;
}


.in-solve{
	padding-top: 40px;
}
.in-solve ul {

	margin-top: 30px;
}
.in-solve ul li{
	padding:0 15px;
	margin-bottom: 20px;
	position: relative;

}
.in-solve ul li:before{
	content: "┌";
	display: block;
	position: absolute;
	left: -10px;
	top:-20px;
	font-size: 50px;
	color: #6a6a6a;
}
.in-solve ul li:after{
	content: "┘";
   
	display: block;
	position: absolute;
	right: -10px;
	bottom:10px;
	font-size: 50px;
	color: #da251c;
}

.in-solve p{
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}

.in-solve img:hover{
	transform: scale(1.1,1.1);
	transition: all 0.5s;
}
.in-solve img{
	transition: all 0.5s;
max-width: none;
position:relative;
animation:mymove1 10s infinite;
animation-direction:alternate;
animation-timing-function:linear;
animation-delay:1s;
-webkit-animation:mymove1 10s infinite; /*Safari and Chrome*/
-webkit-animation-direction:alternate;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:1s;
}

.in-solve .im0{
animation:mymove1 10s infinite;
animation-direction:alternate;
animation-timing-function:linear;
animation-delay:1s;
-webkit-animation:mymove1 10s infinite; /*Safari and Chrome*/
-webkit-animation-direction:alternate;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:1s;
}
.in-solve .im1{

animation:mymove1 10s infinite;
animation-direction:alternate;
animation-timing-function:linear;
animation-delay:1s;
-webkit-animation:mymove1 10s infinite; /*Safari and Chrome*/
-webkit-animation-direction:alternate;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:1s;
}
.in-solve .im2{
float: right;
animation:mymove2 10s infinite;
animation-direction:alternate;
animation-timing-function:linear;
animation-delay:2s;
-webkit-animation:mymove2 10s infinite; /*Safari and Chrome*/
-webkit-animation-direction:alternate;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:1s;
}
.in-solve .im3{
float: right;
animation:mymove2 10s infinite;
animation-direction:alternate;
animation-timing-function:linear;
animation-delay:2s;
-webkit-animation:mymove2 10s infinite; /*Safari and Chrome*/
-webkit-animation-direction:alternate;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:1s;
}

@keyframes mymove1
{
from {left:0px;}
to {left:-350px;}
}

@-webkit-keyframes mymove1
{
from {left:0px;}
to {left:-350px;}
}


@keyframes mymove2
{
from {left:0px;}
to {left:350px;}
}

@-webkit-keyframes mymove2
{
from {left:0px;}
to {left:350px;}
}

.in_tit1{
	position: absolute;
	left: 0;
	bottom:15%;


}

.in_tit1 dl dt{
	
	
	line-height: 35px;
	padding-left: 40px;
	background:#fff url(../img/content/in_tit1_icon1.png) no-repeat 14px center;

}
.in_tit1 .dtc1{
	width: 50px;
	height: 35px;
	text-align:center;
	display: inline-block;
	background: #da251c;
	color: #ccc;
}
.in_tit1 .dtc2{
	padding-left: 15px;
	
	padding-right: 45px;
	display: inline-block;
	background: #1e4869 url(../img/content/in_tit1_icon2.png) no-repeat right 15px center;
	color: #fff;

}

.in-product{

}

.in-product .in-pro-catetit{
	font-size: 30px;
	color: #666;
	line-height: 24px;
	padding-bottom: 15px;
	border-bottom: 3px solid #ccc;
	margin-bottom: 15px;

}



.in-product  ul li{
	margin-top: 40px;
	
}

.in-product  .in-prolist{
	margin:0 -15px;
}
.in-product  .in-prolist a{
	padding:0 15px;
	margin-bottom: 30px;
	display: block;
	
	
}


.in-prolist .conc{
	border:1px solid #ccc;
	position: relative;
	padding: 10% 0;
	overflow: hidden;

}

.in-product  .in-prolist a:hover .conc{
	border:1px solid #ffb370;
}
.in-prolist .in-prodesc{
	padding: 20px 15px;
	background: rgba(255,179,112,0.9);
	color: #fff;
	position: absolute;
	bottom:0;
	transform: translateY(100%);
	transition: all 0.5s;

}

.in-product  .in-prolist a:hover .in-prodesc{

transform: translateY(0);
transition: all 0.5s;
}

.in-prolist .in-prodesc h3{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.in-prolist .in-prodesc p{
	line-height: 24px;
	color: #fff;
}

.in-product-category{
	padding-top: 50px;
	padding-bottom: 60px;
}
.in-pro-cate-menu{
	height: auto;
	min-height: 849px;
}

.pro-search{
	text-align: center;
	margin-bottom: 50px;
}
.pro-search form{
	display: block;
	
	max-width: 767px;
	margin:auto;
	position: relative;
	border:1px solid #ccc;
	
}

.pro-search .ipt{
	width: 100%;
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	
	border:0;
	padding-left: 10px;
	padding-right: 30px;
	
	font-size: 16px;
	
}

.pro-search .ips{
	position: absolute;
	right: -5px;
	top: 0;
	width: 80px;

	background:#da251c url(../img/content/search-1.png) no-repeat center center;
	height: 50px;
	border:0;
	float: left;

}
.pro-search .ips:hover{
	
	background-color: #7a7a7a;
}

.showpro-cate-btn{
	 height: 40px;
	 line-height: 40px;
	 background:#cccccc url(../img/content/arraw.png) no-repeat right 10px center;

	margin-bottom: 25px;
	font-size: 16px;
	color: #fff;
	



}
.showpro-cate-btn p{
	border-top: 1px solid #eee;
	
	padding: 0 10px;

}


.pro-menu-pad-phone{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	padding: 0 15px;
	z-index: 100;
	line-height: 35px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 60px;
	display: none;
}

.pro-menu-pad-phone.show{
	display: block;
}

.pro-menu-pad-phone .close{
	
	float: right;

	width: 35px;
	height: 35px;


}

.pro-menu-pad-phone .t1{
	
	position: fixed;
	
	right: 15px;
	top: 0;
	padding: 5px 20px;
	
	text-align: center;
	
	
	margin-bottom: 20px;
	
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	background: rgba(0,0,0,0.3);
	color: #fff;

}


.pro-menu-pad-phone .a1{
	font-size: 18px;
	
	display: inline-block;
}



.pro-menu-pad-phone .list{
	
}

.pro-menu-pad-phone .list a{
	margin-right: 10px;
	color: #666;
	display: block;
}

.pro-menu-pad-phone .item{

	margin-bottom: 15px;
	}
.pro-menu-pad-phone .dc{
	background: #efefef;
	padding: 15px;
}




.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 img{
	max-width: 50%;
}

.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-content{
	padding-bottom: 100px;
	font-size: 16px;
	line-height: 28px;
}
.pro-detail-content h4,.pro-detail-content h3{
	font-size: 24px;
	color: #444;
	line-height: 28px;
	border-bottom: 3px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 30px;
	position: relative;
	padding-left: 15px;
}
.pro-detail-content h4:after,.pro-detail-content h3:after{
	content: '';
	display: block;
	width: 200px;
	height: 2px;
	background: #da251c;
	position: absolute;
	left: 0;
	bottom:-2px;

}

.slide_table{
	width: 100%;
	overflow-y:hidden;
	overflow-x:auto;
}

.pro-detail-content table{
	border-top:1px solid #ccc;
	border-left: 1px solid #ccc;
}
.pro-detail-content table tr td{
	border-right:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px;
}

.in-marketchina{
	padding-top: 5%;
	padding-bottom: 5%;

}

.in-marketchina .market-map{
	margin:50px auto;
}


.in-downloadlist{
	padding-top: 50px;
	min-height: 500px;

}
.download-list li{
	margin-bottom: 30px;

}


.download-list .download-tit{

	height: 40px;
	line-height: 40px;
	padding:  0 20px 0 35px;

	background:#f5f5f5 url(../img/content/plus.png) no-repeat 5px center;

}
.download-list li:hover .download-tit{
	border:1px solid #ccc;
}


.download-tit .a1{
	float: right;
	margin-top: 5px;
}

.download-list  .droptab{
	height: 40px;
	line-height: 40px;
	background: #eee;
	padding: 0 15px; 
	text-align: center;
	height: 0;
	transition: height 0.3s;
	overflow: hidden;
}

.download-list li:hover .droptab{
	height: 40px;
	transition: height 0.3s;
	}
.download-list  .droptab a{
	margin:0 15px;
}

.download-list  .droptab a:hover{
	color: #da251c;
}

.in-message{
	

}
.in-ser-1{
	padding: 15px 0;
	text-align: center;
}

.in-ser-1 p{
	margin-top: 30px;
	font-size: 16px;
	line-height: 24px;
	
}

.in-ser-1 .ser-contact{
	margin:30px 0;
	color: #666;
}

.in-ser-1 .ser-contact span{
	display: inline-block;
	margin:0 15px;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 15px;

}
.in-ser-1 .ser-contact i{
	float: left;
	margin-right: 15px;
	display: inline-block;
	height: 27px;
	vertical-align: middle;	
}


.in-ser-2{
	margin-bottom: 5%;
}
.in-ser-2 label{
	font-weight:normal;
	margin-bottom:15px;
	color:#666;
	width:100%;
	display: block;

	
	
	
	}	
.in-ser-2 i{
	color:#f00;
	display:inline-block;
	width:15px;
	
	
	}	
.in-ser-2 span{
	display:inline-block;
	width:100px;
	text-align:left;
	line-height:35px;
	display:table-cell;
	
	}
.in-ser-2 input,.in-ser-2 select{
	width:100%;
	height:35px;
	line-height:35px;
	display:inline-block;
	border:1px solid #ccc;
	padding-left: 5px;
	
	}

.in-ser-2 select{
	
	color: #666;
}

.in-ser-2 textarea{
	width:100%;
    display:table-cell;
	height:120px;
	border:1px solid #ccc;
	padding:5px;
	}			
	
.in-ser-2 .ta-r{
	float:right;
	}	

.in-ser-2 .t2{
	width:100%;
	}	
.in-ser-2 button{
	width:30%;
	min-width: 150px
	margin-right:auto;
	margin-right:auto;
	display:inline-block;
	border:1px solid #adadad;
	background: #adadad;
	padding: 10px 0;
	color: #fff;
	font-size: 18px;
	
	}	
.in-ser-2 button:hover{
	background: #da251c;
	border-color: #da251c
}	
.in-ser-2 .tp1{
	width: 150px;
	margin-right: 5px;

	float: left;
}

.in-contact{
	padding-top: 1%;
	padding-bottom: 5%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.in-contact .in-con-1{
	text-align: center;
	margin:20px 0 20px;

}

.in-con-1 .erweima{
	margin-top: 30px;
	text-align: center;
}
.in-con-1 {
	padding-left: -15px;
	padding-right: -15px;
}
.in-con-1 .img-item{
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.in-contact .in-con-2{
	margin-top: 25px;
}
.in-con-2 h5{
	padding:5px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	font-size: 18px;

}
.in-con-2 ul{
	margin-bottom: 30px;
}
.in-con-2 ul li{
	
	
}

.in-video{
	padding-top: 6%;
	padding-bottom: 6%;
}
.in-video ul{
	margin:0 -10px;
}
.in-video ul li{
	height: 300px;
	background: #000;
	padding:0 10px;
}

.in-video video{
	width: 100%;
	height: 100%;
}

.in-advantages a{
	display: block;
}
.in-advantages .adv-menu{
	padding:30px 0;
	text-align: center;
	font-size: 16px;

}

.in-advantages .adv-menu a{	
	text-align: center;
	padding: 0 5%;
	display: inline-block;
	border-right: 1px solid #ccc;
}


.adv-menu.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;

	background: rgba(0,0,0,0.7);
	color: #fff;
	padding:15px 0;


}
.adv-menu.fixed a{
	border-color: #fff;
	padding:0;
	width: 24%;


}


.no-border{
	border:0 !important;
	border:0;
}


.in-contact h2{
	font-size: 36px;
	padding: 2.5% 0;
	margin:20px 0;

}

.in-coways{
	margin-left: -15px;
	margin-right: -15px;
}
.in-coways dl{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}

.in-coways dl dt{
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
}

.in-coways dl dd{
	font-size: 18px;
	padding: 15px 0;
	line-height: 30px;
	min-height: 120px;
}

.in-coways .sharelinks{
	

}

.in-coways .sharelinks a{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	border:1px solid #000;
	text-align: center;
	border-radius: 25px;
	margin-right: 5%;
	transition:all 0.5s;
}

.in-coways .sharelinks a:hover{
	background: #000;
	transform: rotate(360deg);
	color: #fff;
	transition:all 0.5s;
}

.in-co-messages{
	margin-bottom: 5%;

}
.in-co-messages p{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
}

.in-co-messages .t1{
	margin:0 -15px;
	margin-bottom: 35px;
}

.in-co-messages .la1{
	padding: 0 15px;
}
.in-co-messages input{
	width: 100%;
	border:0;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;

}

.in-co-messages textarea{
	width: 100%;
	border:1px solid #ccc;
	height: 250px;
	padding: 5px;

}
.in-co-messages button{
	display: inline-block;
	width: 200px;
	background: #38537f;
	color: #fff;
	border:0;
	padding: 15px 0;
	margin:30px auto;
	font-size: 16px;
	transition:all 0.2s;

}
.in-co-messages button:hover{
	
	border-radius: 30px;
	background: #ffb370;
	transform:scale(1.2,1.2);
	transition:all 0.2s;
}

.in-co-messages .t2{
	margin-top: 20px;
	display: block;
}
.in-co-messages .t2 input{
	width: 200px;
}

.in-co-messages .t3{
	display: block;
	height: 100px;
}

.pagelist {
	display: block;
	text-align: center;
    font-size: 12px;
    list-style: outside none none;
    padding: 10px 0;
    white-space: nowrap;
}

.pagelist li {
    border: 1px solid #999;
    display: inline;
	line-height: 40px;
    font-size: 14px;
    border: #ccc solid 1px;
    padding: 4px 9px;
    margin: 0 3px;
}

.pagelist li img {
    border: 0 none;
    vertical-align: middle;
}

.pagelist li.current {
   background: #5e5e5e;
    color: #FFF;
    border: #5e5e5e solid 1px;
}

.pagelist li a {
    text-decoration: none;
}

.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;
}

.pagelist1{
	text-align:center;
	}

#zoomiocontainer img{
	max-width: none;
}	