.wrap{
	width: 100%;
	min-width: 1100px;
}
.w1100{
	width: 1100px;
	margin:auto;
}
.pr{
	position: relative;
}
.delay_1s{
	animation-delay:1s;
}
.delay_01s{
	animation-delay:0.1s;
}
.delay_02s{
	animation-delay:0.2s;
}
.delay_03s{
	animation-delay:0.3s;
}
.delay_04s{
	animation-delay:0.4s;
}
.delay_05s{
	animation-delay:0.5s;
}
.delay_06s{
	animation-delay:0.6s;
}
.delay_08s{
	animation-delay:0.8s;
}
.delay_09s{
	animation-delay:0.9s;
}
.delay_07s{
	animation-delay:0.7s;
}
.animated{

}

.section1{
	
	overflow: hidden;
}
.banner{
	position: relative;
	height: 100%;
}

.banner .next,.banner .prev{
	position: absolute;
	display: block;
	height: 32px;
	width: 21px;
	background: url(../images/slider-arrow.png) center center no-repeat;
	top:50%;
	margin-top: -16px;
	z-index: 100;
}

.banner .next{
	background-position: -176px 0px;
	left:20px;
}
.banner .prev{
	background-position: -58px 0px;
	right:20px;
}
.banner .slide1{
	background: url(../images/banner1.jpg) no-repeat;
	background-size: cover;
}
.banner .slide2{
	background: url(../images/banner2.jpg) no-repeat;
	background-size: cover;
}
.banner .slide3{
	background: url(../images/banner3.jpg) no-repeat;
	background-size: cover;
}
.banner_txt{
	margin-top: 125px;
}
.nav{
	height: 120px;
	background: rgba(0,0,0,0.7);
	position: absolute;
	z-index: 10;
	width: 100%;
	line-height: 120px;
}
.logo{
	padding-left:160px;
	padding-right: 100px;
}
.logo img{
	vertical-align: middle;
}
.nav_list{
	font-size: 0px;
}
.nav_list .nli{
	display: inline-block;
	font-size: 16px;
	line-height: 120px;
	color:white;
	position: relative;
	text-align: center;
	width: 110px;
	margin:0px 5px;
}
.nav_list .nli h2{
	font-weight: normal;
	opacity: 0.8;
	transition: all 0.5s;
}
.nav_list .nli:hover h2{
	opacity: 1;
}
.sub{
	position: absolute;
	width: 100%;
	background: rgba(66,66,66,0.8);
	border-top: 4px solid #427ac0;
	margin-top: -4px;
	box-sizing: border-box;
	transition: all 0.3s;
	transform:scaleY(0);
	transform-origin: top;
	overflow: hidden;
	z-index: 100;
}
.nav_list .nli:hover .sub{
	transform:scaleY(1);
}
.sub li{
	line-height: 33px;
	font-size: 16px;
	color:white;
	text-align: center;
	border-bottom: 1px solid #939393;
}
.sub li:hover{
	border-color: #427ac0;
}
.sub a:first-child li{
	margin-top: 10px;
}
.sub a:last-child li{
	margin-bottom: 10px;
}
.search{
	position: absolute;
	right:100px;
	top:0px;
}
@media (max-width: 1786px) {
	.search{
		right: 15px;
	}
}
@media (max-width: 1700px) {
	.search{
		display: none;
	}
}
@media (max-width: 1631px) {
	.logo{
		padding-right: 0px;
	}
}
@media (max-width: 1535px) {
	.logo{
		padding-right: 0px;
		padding-left: 20px;
	}
}
@media (max-width: 1400px) {
	.logo{
		padding-right: 0px;
		padding-left: 20px;
		width: 350px;
	}
	.logo img{
		width: 100%;
	}
}
.search input{
	margin:0px;
	padding:0px;
	border:none;
	background: none;
	box-sizing: border-box;
}
.search input.text{
	width: 50px;
	font-size: 16px;
	color:white;
	border-right: 1px solid white;
	margin-right: 10px;
	transition: all 0.5s;
}
.search input.submit{
	width: 16px;
	height: 16px;
	background: url(../images/search_bg.png) center center no-repeat;
}
.search input.text:focus{
	outline: none;
	width: 100px;
	border-bottom: 1px solid #427ac0;
	border-right: none;
}

.section2{
	background: #5e91cf;
	overflow: hidden;
}


.i_product h2{
	font-size: 47px;
	color:white;
	text-align: center;
}
.i_product small{
	font-size: 20px;
	color:white;
	border-bottom: 1px solid #a8c3e5;
	text-align: center;
	display: block;
	padding-top: 8px;
	padding-bottom: 14px;
}
.i_product div.en{
	text-align: center;
	font-family: "Arial";
	font-size: 12px;
	opacity: 0.2;
	text-align: center;
	color:white;
	margin-top: 15px;
}
.i_product_list{
	text-align: center;
	margin-top: 85px;
}
.i_product_list li{
	display: inline-block;
	width: 126px;
	height: 46px;
	background: url(../images/i_pro_li_bg1.png);
	text-align: center;
	color:#3c3c3c;
	opacity: 0.7;
	font-size: 20px;
	box-sizing: border-box;
	padding-top: 7px;
	transition: all 0.5s;
	margin:0px 22px;
}
.i_product_list li:hover{
	background: url(../images/i_pro_li_bg2.png);
	color:white;
}
.picScroll-left{
	margin:auto;
	margin-top: 50px;
	position: relative;
	width: 1071px;
}
.picScroll-left .bd{
	overflow: hidden;
}
.picScroll-left .tempWrap{
	margin:auto;
}
.picScroll-left .next,.picScroll-left .prev{
	position: absolute;
	display: block;
	width: 47px;
	height: 47px;
	background: url(../images/arr.png) no-repeat;
	z-index: 10;
	top:50%;
	margin-top: -23px;
}
.picScroll-left .next{
	left:-75px;
}
.picScroll-left .prev{
	right:-75px;
	background-position: -52px 0px;
}
.picScroll-left .next:hover{
	left:-75px;
	background-position: -117px 0px;
}
.picScroll-left .prev:hover{
	right:-75px;
	background-position: -167px 0px;
}
.i_pro_list{
	margin:auto;
}
.i_pro_list li{
	width: 335px;
	height: 249px;
	position: relative;
	margin:0px 11px;
}
.i_pro_list li .pic{
	width: 100%;
	overflow: hidden;
}
.i_pro_list li .pic img{
	width: 335px;
	height: 249px;
}
.i_pro_list li .title{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	bottom:0px;
	left:0px;
	text-align: center;
	padding-top: 60px;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: all 0.5s;
}
.i_pro_list li:hover .title{
	transform: scaleY(1);
}
.i_pro_list li .title h3{
	font-size: 18px;
	line-height: 50px;
	position: relative;
	color:white;
}
.i_pro_list li .title h3:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background: white;
	bottom:0px;
	left:50%;
	margin-left: -20px;
}
.i_pro_list li .title a.more{
	display: block;
	width: 98px;
	height: 30px;
	background: #0050b3;
	color:white;
	line-height: 30px;
	text-align: center;
	margin:auto;
	margin-top: 18px;
}

.section3{
	background: url(../images/s3_bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.i_about_txt{
	width: 368px;
}
.i_about_p{
	width: 320px;
	font-size: 15px;
	line-height: 24px;
	color:#5f5f5f;
	margin-top: 35px;
	margin-bottom: 130px;
}

.i_about_img{
	width: 605px;
}

/* 本例子css */
.slideBox{ width:596px; height:356px; overflow:hidden; position:relative;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ 
	float:left; 
	margin-right:4px;  
	width:15px; 
	height:15px; 
	line-height:14px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer;
	font-size: 0px;
	border-radius: 30px;
}
.slideBox .hd ul li.on{ background:#5e91cf; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:596px; height:356px; display:block;  }

.i_about_img_txt{
	font-size: 15px;
	line-height: 24px;
	color:#5f5f5f;
	margin-top: 35px;
}
.i_about_img2{
	margin-left: -25px;
}
.section4{
	background: url(../images/s4_bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.ly_img_list{
	clear: both;
	padding-top: 80px;
	font-size: 0px;
}
.ly_img_list img{
	margin-left: -2px;
}
.ly_img_list img.liyou{
	margin-left: 216px;
}
.tran_left{
	transform-origin: left;
}
.tran_right{
	transform-origin: right;
}
.section5{
	background: #4881c6;
	overflow: hidden;
}

.i_news h2{
	font-size: 47px;
	color:white;
	text-align: center;
}
.i_news small{
	font-size: 20px;
	color:white;
	border-bottom: 1px solid #a8c3e5;
	text-align: center;
	display: block;
	padding-top: 8px;
	padding-bottom: 14px;
}
.i_news div.en{
	text-align: center;
	font-family: "Arial";
	font-size: 12px;
	opacity: 0.2;
	text-align: center;
	color:white;
	margin-top: 15px;
}
.col_3{
	font-size: 0px;
	padding-top: 50px;
}
.col_3 li{
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	width: 33.333%;
	color:#e4e4e4;
}
.news_trait{
	padding-right: 40px;
	box-sizing: border-box;
}
.news_trait h3{
	font-size: 20px;
	font-weight: normal;
	line-height: 65px;
}
.news_trait .time{
	font-family: "Arial";
	font-size: 14px;
	margin-bottom: 20px;
}
.news_trait p{
	font-size: 16px;
	line-height: 25px;
}
.news_trait a.more{
	display: block;
	width: 126px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border:1px solid white;
	border-radius: 200px;
	text-transform: capitalize;
	font-size: 16px;
	margin-top: 40px;
}
.news_list{
	
}
.news_list .nli{
	border-bottom: 1px solid #93b5dd;
	margin-bottom: 15px;
}
.news_list .nli .time{
	font-family: "Arial";
	font-size: 16px;
}
.news_list .nli .des{
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 35px;
}

.section6{
	background: url(../images/s6_bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.i_contact_title{
	display: block;
	margin:auto;
}
.qb{
	display: block;
	margin:25px auto 45px;
}
.form_col_2{
	font-size: 0px;
}
.form_col_2 .nli{
	display: inline-block;
	width: 50%;
	font-size: 14px;
}
.form_col_2 .nli ul{
	margin-bottom: 15px;
}
.form_col_2 .nli ul li{
	display: inline-block;
}
.form_col_2 .nli ul li input.text{
	height: 28px;
	width: 288px;
	box-sizing: border-box;
	border:1px solid #a19e9f;
	background: none;
}
.red{
	color:#eb0000;
}
.form{
	width: 820px;
	margin:auto;
	text-align: center;
}
.item_text{

}
.item_text textarea{
	box-sizing: border-box;
	background: none;
	border:1px solid #a19e9f;
	width: 286px;
	height: 132px;
	margin-top: 5px;
}
.input1{
	border: none;
	background: #0050b3;
	width: 106px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	color:white;
	margin-top: 25px;
}
.input2{
	border: none;
	background: #bebebe;
	width: 106px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	color:white;
	margin-top: 25px;
}
.copyright{
	height: 65px;
	background: #424242;
	transition: all 0.5s;
	position: absolute;
	bottom:0px;
	width: 100%;
	line-height: 65px;
	font-size: 16px;
}
.copyright .fl{
	opacity: 0.4;
	color:white;
	transition: all 0.5s;
}
.copyright .fl:hover{
	opacity: 1;
}
.copyright .fr{
	opacity: 0.4;
	color:white;
	transition: all 0.5s;
}
.copyright .fr:hover{
	opacity: 1;
}

.inner_nav{
	position: initial;
}
.section6{
	height: 757px;
}
.inner_copyright{
	position: initial;
}

/* 本例子css */
.slideBox1{ width:100%; height:283px; overflow:hidden; position:relative;  }
.slideBox1 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox1 .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox1 .hd ul li.on{ background:#f00; color:#fff; }
.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox1 .bd li{ zoom:1; vertical-align:middle; }
.slideBox1 .bd img{ width:100%; height:283px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox1 .prev,
.slideBox1 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox1 .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox1 .prev:hover,
.slideBox1 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox1 .prevStop{ display:none;  }
.slideBox1 .nextStop{ display:none;  }
.inner_foot{
	padding-top: 111px;
}

.inner_body{
	padding-top: 70px;
	padding-bottom: 60px;
}
.slide_bar{
	width: 281px;
}
.slide_bar .title{
	color:white;
	background: #427ac0;
	height: 107px;
	box-sizing: border-box;
	padding-top: 28px;
	padding-left: 10px;
}
.slide_bar .title h2{
	font-size: 37px;
	font-weight: normal;
}
.slide_bar .title div.en{
	font-size: 13px;
	text-transform: uppercase;
	font-style: italic;
	margin-top: 5px;
}
.slide_bar_list{
	background: #eeeeee;
	padding:5px;
	padding-bottom: 0px;
}
.slide_bar_list li{
	line-height: 60px;
	font-size: 16px;
	color:#4b4b4b;
	border-bottom: 2px solid white;
	overflow: hidden;
	padding-left: 27px;
	padding-right: 25px;
}
.slide_bar_list li:hover{
	border-color: #427ac0;
}
.slide_bar_list li.on{
	border-color: #427ac0;
}

/* 本例子css */
.slideBox2{ width:281px;position:relative;  }
.slideBox2 .hd{ 
	height:15px; 
	overflow:hidden; 
	position:absolute; 
	right: 102px;
    bottom: -38px; 
	z-index:1;
}
.slideBox2 .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;
}
.slideBox2 .hd ul li{
	float:left;
	margin:0px 5px;
	width:15px;
	height:15px;
	line-height:14px;
	text-align:center;
	background:#a8a8a8;
	cursor:pointer;
	border-radius: 10px;
	font-size: 0px;
}
.slideBox2 .hd ul li.on{ background:#427ac0; color:#fff; }
.slideBox2 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox2 .bd li{ zoom:1; vertical-align:middle; }
.slideBox2 .bd li .title1{
	font-size: 16px;
	text-align: center;
	background: white;
	padding-bottom: 15px;
}
.slideBox2 .bd img{ width:281px; display:block;  }

.slide_pro_title{
	font-size: 37px;
	color:#5f5f5f;
	font-weight: normal;
	margin-top: 21px;
	margin-bottom: 10px;
	padding-left: 15px;
}
.slide_pro{
	background: #eeeeee;
	padding:2px;
	padding-bottom: 60px;
}
.inner_content{
	width: 770px;
	box-sizing: border-box;
}
.position{
	height: 63px;
	line-height: 63px;
	font-size: 18px;
	background: #427ac0;
	color:white;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
}
.position .fl img{
	margin-left: 5px;
	vertical-align: -4px;
}
.inner_content_body{
	padding-top: 25px;
}
.inner_about_img{
	display: block;
	margin:auto;
}
.inner_about_p{
	line-height: 26px;
	font-size: 14px;
	color:#5f5f5f;
	margin:auto;
	margin-top: 25px;
	width: 690px;
}

.inner_news_list{
	width: 100%;
}
.inner_news_list li{
	overflow: hidden;
	width: 723px;
	height: 130px;
	padding-top: 22px;
	padding-left: 10px;
	padding-right: 15px;
	box-sizing: border-box;
	margin:auto;
}
.inner_news_list li:hover{
	background: #f8f8f8;
}
.inner_news_list li .img_wrap{
	width: 115px;
}
.inner_news_list li .txt_wrap{
	width: 570px;
}
.inner_news_list li .txt_wrap h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
}
.inner_news_list li:hover .txt_wrap h2{
	color:#009944;
}
.inner_news_list li .txt_wrap p{
	margin-top: 3px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: lighter;
}
.inner_news_list li .txt_wrap div.time img{
	width: 16px;
	vertical-align: -2px;
	margin-right: 5px;
	font-size: 14px;
	font-family: "Arial";
	font-weight: lighter;
}
.list_images{

}
.list_images li{
	display: inline-block;
	width: 250px;
	margin:0px 1px;
	margin-bottom: 30px;
}
.list_images li .img_wrap{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.list_images li .img_wrap img{
    height: 177px;
	transition: all 0.5s;
}
.list_images li:hover .img_wrap img{
	transform: scale(1.2);
}
.list_images li .title{
	font-size: 18px;
	position: relative;
	text-align: center;
	background: #e8e8e8;
	height: 70px;
	box-sizing: border-box;
	padding-top: 18px;
	color:#6a6a6a;
}
.list_images li .title:after{
	content: '';
	position: absolute;
	width: 37px;
	height: 3px;
	background: #6a6a6a;
	left:50%;
	margin-left: -18px;
	bottom:24px;
}
.list_images li:hover .title{
	background: #427ac0;
	color:white;
}
.list_images li:hover .title:after{
	background: white;
}
.message_txt{
	width: 550px;
	padding-top: 65px;
	font-size: 16px;
	font-size: 15px;
	line-height: 25px;
	color:#777777;
}

.fix_nav{
	position: fixed;
	right:0px;
	top: 40%;
	z-index: 1000;
}
.fix_nav li{
	width: 87px;
	height: 69px;
	background: #000000;
	margin-bottom: 3px;
	text-align: center;
	color:white;
	font-size: 16px;
	box-sizing: border-box;
	padding-top: 10px;
	transition: all 0.5s;
	position: absolute;
	right:0px;
}
.fix_nav li.item0{
	margin-top: -72px;
	font-family: "Arial";
}
.fix_nav li.item2{
	margin-top: 72px;
}
.fix_nav li.item3{
	margin-top: 72px;
}
.fix_nav li.item4{
	margin-top: 143px;
}
.fix_nav li.item5{
	margin-top: 215px;
}
.fix_nav li img{
	display: block;
	margin:auto;
	margin-bottom: 6px;
}
.fix_nav li:hover{
	width: 110px;
}
.fix_nav li.item5:hover{
	width: 87px;
}
.tel_wrap{
	position: absolute;
	width: 0px;
	height: 100%;
	top:0px;
	right:87px;
	line-height: 69px;
	font-family: "Arial";
	font-size: 20px;
	background: #000;
	transition: all 0.5s;
	overflow: hidden;
}
.fix_nav li.item5:hover .tel_wrap{
	width: 150px;
}
.__list{
	width: 95%;
	margin: auto;
}
.__list h2{
	font-size: 30px;
	width: 80%;
	margin: auto;
	text-align: center;
}
.__list .b_time{
	font-size: 12px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.__list .thumb{
	max-width: 80%;
    display: block;
    margin: auto;
}
.__list .b_des{
	border-bottom: 1px solid #ccc;
    padding: 20px 0;
    padding-left: 20px;
    line-height: 30px;
}
.jiathis_style{
	float: right;
}
.b_foot{
	padding-top: 10px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 18px;
}
.pages{
	margin-top: 25px;
}
.pages li{
	display: inline-block;
	padding:2px 6px;
	border:1px solid #ccc;
	border-radius: 5px;
	margin:3px;
}
.pages li.c{
	background: #427ac0;
	color:white;
}