@media screen and (min-width:1025px) and (max-width:1201px){
@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
a{ text-decoration:none;}
li{ list-style:none;}
table,tr,td,ul,li,dl,dt,dd,div,img{ border:0;}
body{ font-size:12px; font-family:微软雅黑; overflow-x: hidden; text-align:center;}

/*首页*/
.center{ width:1024px; margin:0 auto;}

.header{ height:105px; position:relative; z-index:10000; display:block;}
.logo{ float:left; margin-top:12px; margin-left:5px;}

/* 本例子css */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{ float:left; margin-left:85px; position:relative; z-index:1;}
.nav .nLi{ float:left; position:relative; display:inline; margin-left:1px;}
.nav .nLi h3{ float:left;}
.nav .nLi h3 a{ display:block; width:85px; height:105px; line-height:105px; font-size:14px; color:#666666; font-weight:normal; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;}
.nav .on h3 a{ background:url(../images/header5.png) repeat-x; color:#FFF;}
.nav .nLi h3 .a_on{ background:url(../images/header5.png) repeat-x; color:#FFF;}
.nav .sub{ display:none; width:85px; left:0; top:105px; position:absolute; background:url(../images/header4.png) repeat; padding-bottom:10px;}
.nav .sub li{ zoom:1; float:left; margin-top:10px;}
.nav .sub a{ display:block; width:73px; height:35px; line-height:35px; text-align:left; padding-left:12px; font-size:13px; color:#fff; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;}
.nav .sub a:hover{ background:#0f67b1; color:#fff;}

.chat{ float:right; height:31px; margin-top:39px; border-left:1px solid #666; padding-left:3px; display:none;}
.chat li{ float:left; height:31px; margin-left:6px; position:relative;}
.chat2{ position:absolute; top:35px; left:-62px; width:152px; height:0px; overflow:hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.chat2 img{ display:block; width:150px; height:150px; border:1px solid #999;}
.chat1:hover .chat2{ height:152px;}

/* 本例子css */
.slideBox{ width:100% !important; height:795px; overflow:hidden; position:relative; display:block;}
.slideBox .hd{ width:100%; height:17px; overflow:hidden; position:absolute; z-index:1; bottom:32px;}
.slideBox .hd ul{ overflow:hidden; zoom:1; display:inline-table;}
.slideBox .hd ul li{ display:inline-block; margin:0 7px; width:17px; height:17px; text-align:center; background:url(../images/index4.png) no-repeat; cursor:pointer;}
.slideBox .hd ul li.on{ background:url(../images/index3.png) no-repeat;}

.slideBox .bd{ width:100% !important; position:relative; height:100%; z-index:0;}
.slideBox .bd ul{ width:100% !important;}
.slideBox .bd ul li{ width:100% !important; height:795px; zoom:1; vertical-align:middle;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{ position:absolute; left:10px; top:50%; margin-top:-26px; display:block; width:52px; height:52px; background:url(../images/index1.png) no-repeat;}
.slideBox .next{ position:absolute; right:10px; top:50%; margin-top:-26px; display:block; width:52px; height:52px; background:url(../images/index2.png) no-repeat;}

.header_mobile{ width:100%; height:80px; overflow:hidden; background:url(../images/header4.png) repeat; position:fixed; top:0; left:0; z-index:10000; display:none;}
.logo_mobile{ float:left; margin-left:3%; margin-top:10px; width:120px;}
.header_mobile1{ float:right; width:33px; height:33px; margin-right:3%; margin-top:25px; position:relative;}
.header_mobile1 .span1{ display:block; height:3px; background:#fff; width:33px; position:absolute; top:6px; left:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.header_mobile1 .span2{ display:block; height:3px; background:#fff; width:33px; position:absolute; top:15px; left:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.header_mobile1 .span3{ display:block; height:3px; background:#fff; width:33px; position:absolute; top:24px; left:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}

.header_mobile_in{ position:fixed; top:80px; left:0; z-index:10000; width:100%; overflow:hidden; background:url(../images/header4.png) repeat; border-top:1px solid #bee1fd; display:none;}
.header_mobile_in>li{ float:left; width:100%;}
.header_mobile_in>li>a{ float:left; display:block; width:100%; height:40px; line-height:40px; color:#FFF; font-size:14px;}

.header_mobile_in1{ width:100%; overflow:hidden; display:none;}
.header_mobile_in1 li{ float:left; width:100%; height:40px;}
.header_mobile_in1 li a{ color:#FFF; display:block; width:100%; height:40px; line-height:40px;}

.header_mobile_in_open .span1{
	top:15px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.header_mobile_in_open .span2{ display:none;}
.header_mobile_in_open .span3{
	top:15px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/* mobile css */
.swiper-container {
	width: 100%;
	height: 100%;
	display:none;
	position:relative;
	z-index:100;
	overflow:hidden;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index1{ height:580px; background:url(../images/index6.jpg) center center no-repeat;}

.index_title{ width:184px; height:188px; background:url(../images/index5.png) no-repeat; overflow:visible; margin:0 auto;}
.index_title1{ float:left; margin-top:150px; margin-left:48px; height:30px; line-height:30px; font-size:16px; color:#989898; text-overflow:ellipsis; white-space:nowrap;}
.index_title0{ width:184px; height:188px; background:url(../images/index51.png) no-repeat; overflow:visible; margin:0 auto;}
.index_title01{ float:left; margin-top:150px; margin-left:48px; height:30px; line-height:30px; font-size:16px; color:#989898; text-overflow:ellipsis; white-space:nowrap;}

.index1_1{ margin:40px auto 0 auto; width:660px; height:56px; overflow:hidden; font-size:14px; line-height:28px; color:#333;}
.index1_2{ float:left; width:100%; height:108px; overflow:hidden; margin-top:36px;}
.index1_3{ float:left; width:319px; height:108px; border-right:1px solid #e1e1e1;}
.index1_3_1{ float:left; font-size:88px; font-family:"Arial"; color:#005bac; width:210px; text-align:left; height:108px; line-height:108px; margin-left:18px;}
.index1_3_2{ float:left; text-align:left; color:#666666; line-height:24px; margin-top:16px;}

.index1_4{ float:left; width:407px; height:108px; border-right:1px solid #e1e1e1;}
.index1_4_1{ float:left; font-size:88px; font-family:"Arial"; color:#005bac; width:210px; text-align:left; height:108px; line-height:108px; margin-left:18px;}
.index1_4_2{ float:left; text-align:left; color:#666666; line-height:24px; margin-top:16px;}

.index1_5{ float:left; width:292px; height:108px;}
.index1_5_1{ float:left; font-size:88px; font-family:"Arial"; color:#005bac; width:115px; text-align:left; height:108px; line-height:108px; margin-left:18px;}
.index1_5_2{ float:left; text-align:left; color:#666666; line-height:24px; margin-top:16px;}

.index1_6{ display:inline-block; margin-top:50px; width:180px; height:42px; line-height:42px; border:1px solid #696969; font-size:16px; color:#333; overflow:hidden; background:#fbfbfb; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index1_6:hover{ background:#696969; color:#FFF;}

.index2{ width:100%; overflow:hidden;}
.index2_1{ float:left; width:50%; position:relative; overflow:hidden;}
.index2_1_1{ display:block; width:100%;}
.index2_1_2{ position:absolute; top:8.8%; left:16%; z-index:10; width:33.4%;}
.index2_1_3{ position:absolute; top:31.5%; left:16%; z-index:10; width:137px; height:35px; line-height:35px; background:#319cd2; font-size:16px; color:#FFF; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index2_1_3:hover{ background:#02428f;}

.index2_2{ float:right; width:50%;}
.index2_3{ float:left; width:100%; position:relative; overflow:hidden;}
.index2_3_1{ display:block; width:100%;}
.index2_3_2{ position:absolute; top:30%; left:8%; z-index:10; width:29.2%}
.index2_3_3{ position:absolute; top:63%; left:8%; z-index:10; width:137px; height:35px; line-height:35px; background:#319cd2; font-size:16px; color:#FFF; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index2_3_3:hover{ background:#02428f;}

.index2_4{ float:left; width:100%; position:relative; overflow:hidden;}
.index2_4_1{ display:block; width:100%;}
.index2_4_2{ position:absolute; top:30%; left:8%; z-index:10; width:29.2%}
.index2_4_3{ position:absolute; top:63%; left:8%; z-index:10; width:137px; height:35px; line-height:35px; background:#319cd2; font-size:16px; color:#FFF; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index2_4_3:hover{ background:#02428f;}

.index3{ height:430px;}
.index3_1{ margin:40px auto 0 auto; width:870px; height:56px; overflow:hidden; font-size:14px; line-height:28px; color:#333;}

.index4{ width:100%; overflow:hidden; position:relative; display:block;}
.index4_1{ width:100%; overflow:hidden; position:relative; z-index:100;}
.index4_1 img{ width:100%; display:block;}
.index4_2{ width:100%; overflow:hidden; position:absolute; top:0; left:0; z-index:10; -webkit-animation:play1 10s linear infinite; -moz-animation:play1 10s linear infinite; -ms-animation:play1 10s linear infinite; -0-animation:play1 10s linear infinite; animation:play1 10s linear infinite;}
.index4_2 img{ width:100%; display:block;}

.index4_3{ position:absolute; top:0; left:0; left:27.6%; top:35.6%; z-index:100; width:16.66%;}
.index4_4{ position:absolute; top:60%; left:27.6%; z-index:10; width:137px; height:35px; line-height:35px; background:#319cd2; font-size:16px; color:#FFF; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; z-index:1000;}
.index4_4:hover{ background:#02428f;}

.index4_mobile{ width:100%; overflow:hidden; position:relative; display:none;}
.index4_1_mobile{ width:100%; overflow:hidden; position:relative; z-index:100;}
.index4_1_mobile img{ width:100%; display:block;}
.index4_2_mobile{ width:100%; overflow:hidden; position:absolute; top:0; left:0; z-index:10; -webkit-animation:play1 10s linear infinite; -moz-animation:play1 10s linear infinite; -ms-animation:play1 10s linear infinite; -0-animation:play1 10s linear infinite; animation:play1 10s linear infinite;}
.index4_2_mobile img{ width:100%; display:block;}

.index4_3_mobile{ position:absolute; top:0; left:0; left:7.8%; top:35.6%; z-index:100; width:29.4%;}
.index4_4_mobile{ position:absolute; top:60%; left:7.8%; z-index:10; width:137px; height:35px; line-height:35px; background:#319cd2; font-size:16px; color:#FFF; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; z-index:1000;}
.index4_4_mobile:hover{ background:#02428f;}

.index5{ height:500px; overflow:hidden; position:relative;}

.index_title2{ width:222px; height:178px; background:url(../images/index13.jpg) 0 center no-repeat; margin:0 auto; overflow:hidden;}
.index_title2_1{ width:222px; font-size:36px; color:#545454; line-height:40px; margin-top:58px;}
.index_title2_2{ width:222px; font-size:16px; color:#989898; line-height:20px; margin-top:12px;}

.swiper-container0 {
	width: 100%;
	display:block;
	position:relative;
	z-index:100;
	overflow:hidden;
}

.index5_1{ display:block; width:100%; height:100%; overflow:hidden;}
.index5_2{ float:left; width:494px; height:257px; margin-left:18px;}
.index5_3{ float:right; margin-right:18px; width:492px; height:255px; border:1px solid #e6e6e6; text-align:left;}
.index5_4{ float:left; margin-left:5%; margin-top:30px; font-size:24px; font-weight:bold; color:#1754a3; width:90%; height:60px; line-height:60px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background:url(../images/index17.jpg) left bottom no-repeat;}
.index5_5{ float:left; margin-left:5%; font-size:14px; color:#999999; width:90%; height:120px; line-height:30px; overflow:hidden; margin-top:18px;}

.swiper-button-next{ background:url(../images/index15.jpg) no-repeat;}
.swiper-button-prev{ background:url(../images/index14.jpg) no-repeat;}
.swiper-button-next:hover{ background:url(../images/index15_1.jpg) no-repeat;}
.swiper-button-prev:hover{ background:url(../images/index14_1.jpg) no-repeat;}

.index6{ width:100%; height:680px; overflow:hidden; background:#ececec; position:relative;}
.index6_1{ width:100%; height:0px; border-bottom:1px dotted #c4c4c4; position:absolute; top:102px; left:0; z-index:0;}

/* 本例子css */
.slideTxtBox{ width:1024px; margin:0 auto; margin-top:79px; display:block;}
.slideTxtBox .hd{ width:100%; height:55px; position:relative; text-align:center;}
.slideTxtBox .hd ul{ display:inline-table; border-bottom:1px solid #d9d9d9; border-right:1px solid #d9d9d9;}
.slideTxtBox .hd ul li{ float:left; width:176px; height:45px; line-height:45px; font-size:20px; color:#5f5f5f; cursor:pointer; border-top:1px solid #d9d9d9; border-left:1px solid #d9d9d9; background:#FFF; position:relative;}
.slideTxtBox .hd ul li span{ width:21px; height:9px; background:url(../images/index18.png) no-repeat; position:absolute; top:45px; left:77px; display:none;}
.slideTxtBox .hd ul li.on{ background:#1754a3; color:#FFF;}
.slideTxtBox .hd ul li.on span{ display:block;}

.slideTxtBox .bd ul{ float:left; margin-top:40px; width:100%; zoom:1;}
.slideTxtBox .bd li{ float:left; width:100%; overflow:hidden;}

.index6_2{ float:left; width:100%; overflow:hidden;}
.index6_3{ float:left; display:block; width:31%; margin-left:1.75%; overflow:hidden;}

.index6_4{ float:left; width:100%; display:block;}
.index6_5{ float:left; width:100%; overflow:hidden; font-size:16px; font-weight:bold; color:#1754a3; height:20px; line-height:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top:22px; text-align:left;}
.index6_6{ float:left; width:100%; overflow:hidden; font-size:14px; color:#666666; height:56px; line-height:28px; margin-top:10px; text-align:left;}
.index6_7{ float:left; width:68px; height:23px; background:url(../images/index20.png) no-repeat; margin-top:20px;}

.index6_8{ display:inline-block; margin-top:50px; width:180px; height:42px; line-height:42px; border:1px solid #696969; font-size:16px; color:#333; overflow:hidden; background:#fbfbfb; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index6_8:hover{ background:#696969; color:#FFF;}

.footer_top{ height:89px; padding:33px 0;}
.footer_top1{ float:left; font-size:22px; font-family:"宋体"; font-weight:bold; color:#666666; width:320px; line-height:30px; margin-top:40px;}
.footer_top2{ float:left; width:282px;}
.footer_top2_1{ font-size:16px; color:#666666; line-height:20px; margin-top:12px;}
.footer_top2_2{ font-size:36px; font-family:"Arial"; color:#1754a3; line-height:40px; margin-top:5px;}
.footer_top3{ float:left; margin-top:26px;}
.footer_top3_1{ float:left; margin-left:50px; appearance:none; -webkit-appearance:none; -moz-appearance:none; border:none; background:none; width:171px; height:39px; background:url(../images/index22.png) no-repeat; outline:none; font-size:14px; color:#666; cursor:pointer; padding-left:22px;}
.footer_top4{ float:left; width:89px; height:89px; background:url(../images/index21.jpg) no-repeat; display:block;}

.footer_mid{ width:100%; background:#003aa0; overflow:hidden; padding:65px 0 30px 0; border-bottom:1px solid #004999;}
.footer_mid1{ float:left; width:150px; overflow:hidden; text-align:left;}
.footer_mid1_1{ float:left; width:100%; overflow:hidden; font-size:16px; color:#FFF; line-height:20px;}
.footer_mid1_2{ float:left; width:100%; overflow:hidden; margin-top:16px;}
.footer_mid1_2 li{ float:left; width:100%; overflow:hidden; margin-top:5px;}
.footer_mid1_2 li a{ float:left; line-height:20px; font-size:14px; color:#97d4ff;}

.footer_mid2{ float:left; overflow:hidden;}
.footer_mid2_1{ float:left; margin-left:15px; margin-right:15px; width:90px; display:block;}
.footer_mid2_1 img{ float:left;}
.footer_mid2_2{ float:left; width:100%; overflow:hidden; height:40px; line-height:40px; font-size:14px; color:#FFF;}

.footer_mid3{ float:right; width:177px; overflow:hidden;}
.footer_mid3_1{ float:left; width:100%; display:block;}
.footer_mid3_2{ float:left; width:100%; height:20px; line-height:20px; margin-top:30px; overflow:hidden; font-size:14px; color:#FFF;}

.footer_bottom{ width:100%; background:#00206f; border-top:1px solid #00367b; font-size:14px; line-height:20px; padding:20px 0; overflow:hidden;}
.footer_bottom span{ color:#fff; float:left;}
.footer_bottom a{ color:#3d8cc3; float:right;}

.rolling{ position:fixed; z-index:100000; top:50%; left:60px; margin-top:-95px; display:block;}
.rolling li{ float:left; clear:both; margin:2px 0;}
.rolling li a{ display:block; width:14px; height:14px; background:url(../images/index25.png) center center no-repeat;}
.rolling .rolling_on a{ background:url(../images/index26.png) center center no-repeat;}
.rolling li span{ display:block; width:1px; height:16px; background:#b8b8b8; overflow:hidden; float:left; margin-left:7px;}

.online{ position:fixed; z-index:100000; top:50%; right:60px; margin-top:-150px; display:block;}
.online li{ position:relative; width:48px; height:48px; margin-bottom:1px;}
.online li span{ position:absolute; width:11px; height:6px; background:url(../images/index28.png) no-repeat; left:18px; top:-6px;}

.online1{ position:absolute; top:0; right:48px; width:177px; height:48px; line-height:48px; font-size:16px; color:#FFF; background:#9a9a9a; display:none;}
.online2{ position:absolute; top:0; right:48px; display:none;}

/* about css */
.neiye_banner{ width:100%; height:470px; overflow:hidden;}

.position{ width:100%; height:60px; background:url(../images/about3.png) repeat; margin-top:410px;}
.position1{ position:relative;}
.position2{ float:left; width:117px; height:140px; background:#024390; margin-top:-80px; color:#FFF; text-align:left; padding-left:23px;}
.position2_1{ float:left; width:100%; font-size:24px; font-weight:bold; line-height:30px; margin-top:50px;}
.position2_2{ float:left; width:100%; line-height:20px;}

.position3{ float:left; margin-left:24px; height:60px; background:url(../images/about2.png) left center no-repeat; font-size:13px; color:#FFF; padding-left:31px; line-height:62px;}
.position3 a{ color:#FFF;}
.position3 span{ font-family:"宋体";}

.position4{ float:right; display:block;}
.position4 li{ float:left;}
.position4 li a{ display:block; width:150px; height:60px; line-height:60px; font-size:18px; color:#FFF;}
.position4 li a:hover{ background:#024390;}
.position4 li .a_on{ background:#024390;}

.neiye_banner_mobile{ display:none; width:100%; position:relative;}
.neiye_banner_mobile>img{ display:block; width:100%;}

.about0{ margin-top:80px;}

.about1{ width:100%; height:426px; background:url(../images/about6.jpg) center top no-repeat;}
.about1_1{ height:378px; background:#FFF;}
.about1_2{ float:left; margin-left:26px; display:block; width:480px; height:auto;}
.about1_3{ float:left; width:470px; overflow:hidden; margin-left:26px; text-align:left;}
.about1_4{ float:left; width:100%; overflow:hidden; font-size:32px; color:#005bac; line-height:40px; margin-top:15px; height:40px;}
.about1_5{ float:left; width:100%; overflow:hidden; font-size:14px; color:#666666; line-height:28px; margin-top:20px; height:280px;}

.about2{ width:100%; height:490px; background:url(../images/about10.jpg) bottom center repeat-x;}
.about2_1{ height:378px;}
.about2_2{ float:right; display:block; width:470px; height:auto; margin-top:70px;}
.about2_3{ float:left; width:510px; overflow:hidden; text-align:left; margin-top:88px; background:#FFF;}
.about2_4{ float:left; width:94%; margin-left:3%; overflow:hidden; font-size:32px; color:#005bac; line-height:40px; margin-top:15px; height:40px;}
.about2_5{ float:left; width:94%; margin-left:3%; overflow:hidden; font-size:14px; color:#666666; line-height:28px; margin-top:20px; height:280px;}

.about3{ width:100%; height:auto; background:url(../images/about9.jpg) top center no-repeat; border-bottom:1px solid #ededed; padding-bottom:80px; overflow:hidden;}
.about3_1{ margin-top:80px; background:#FFF; overflow:hidden;}
.about3_2{ float:left; margin-top:45px; margin-left:26px; width:470px; display:block;}
.about3_3{ float:left; width:470px; overflow:hidden; margin-left:26px; text-align:left;}
.about3_4{ float:left; width:100%; overflow:hidden; font-size:32px; color:#005bac; line-height:40px; margin-top:40px;}
.about3_5{ float:left; width:100%; overflow:hidden; font-size:14px; color:#666666; line-height:28px; margin-top:20px;}
.about3_6{ float:left; width:94%; overflow:hidden; font-size:14px; color:#666666; line-height:28px; text-align:left; margin-left:3%; padding:30px 0;}

/* history css */
.history{ width:100%; overflow:hidden; border-bottom:1px solid #ededed; padding-bottom:20px;}
.history1{ margin:0 auto; width:300px; overflow:hidden; background:url(../images/index21.jpg) top center no-repeat; padding-top:50px;}
.history1_1{ font-size:36px; color:#545454; background:#FFF; line-height:40px;}
.history1_2{ font-size:16px; color:#989898; background:#FFF; line-height:20px; margin-top:15px;}
.history2{ width:100%; overflow:hidden; background:url(../images/history3.jpg) center top repeat-y; padding:30px 0 20px 0; margin-top:12px;}
.history2 li{ width:100%; overflow:hidden; background:url(../images/history2.jpg) center 53px no-repeat; margin-top:10px;}
.history3{ width:46%; overflow:hidden; color:#005bac; padding-top:35px;}
.history3_1{ font-size:48px; font-family:"Arial";}
.history3_2{ font-size:16px;}
.history4{ width:40%; overflow:hidden; background:#f6f6f6; border-radius:15px; text-align:left; padding:20px 3%;}
.history4_1{ font-size:18px; color:#35393b; line-height:30px;}
.history4_2{ font-size:14px; color:#999999; line-height:20px;}
.history5{ display:inline-block;}

/* honor css */
.honor1{ width:100%; height:467px; background:url(../images/honor1.jpg) top center no-repeat; margin-top:50px;}
.honor2{ float:right; width:770px; overflow:hidden; margin-top:80px;}
.honor2 li{ float:left; width:46%; margin-right:2%; overflow:hidden; text-align:left; font-size:16px; color:#666666; line-height:36px; background:url(../images/honor2.png) left center no-repeat; padding-left:2%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.honor3{ width:1024px; margin:0 auto; overflow:hidden; background:url(../images/honor3.jpg) top center repeat-y; padding:0px;}
.honor3 li{ float:left; width:298px; height:435px; background:url(../images/honor4.jpg) center 62px no-repeat; margin:0 21px; overflow:hidden;}
.honor3_1{ float:left; margin-top:71px; margin-left:9px; display:block; overflow:hidden; outline:none;}
.honor3_1 img{ display:block;}
.honor3_2{ float:left; width:100%; text-align:center; font-size:16px; color:#666666; margin-top:10px; height:54px; line-height:54px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.page{ width:100%; min-height:50px; overflow:hidden;}

/* pro css */
.pro{ width:100%; overflow:hidden; margin-top:30px;}
.pro li{ float:left; width:30%; overflow:hidden; margin-left:2.5%; margin-top:34px;}

.pro li .pro1{ width:100%; display:block; overflow:hidden;}
.pro li .pro1 img{ width:100%; display:block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pro li:hover .pro1 img{ -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.pro2{ width:100%; height:80px; line-height:80px; background:#f6f4f4; font-size:20px; color:#444; display:block;}

/* proIn css */
.proIn{ width:100%; overflow:hidden; border-bottom:1px solid #ededed;}

.proIn1{ width:100%; overflow:hidden; font-size:36px; color:#333333; line-height:42px; margin-top:50px;}
.proIn2{ width:100%; overflow:hidden; font-size:14px; color:#666666; line-height:30px; margin-top:30px;}

.mod18Box { float:left; width:962px; padding:44px 31px 0 31px; text-align:left; border-top:1px solid #dedede; margin-top:30px; position:relative; display:block;}
.mod18Box1{ position:absolute; width:962px; height:118px; background:#f5f5f5; bottom:0; left:31px;}
.mod18{ width:962px; height:auto; margin: 0px auto; position: relative;}
.mod18 .btn{position:absolute;width:20px;height:38px;top:740px;cursor:pointer;z-index:99;}
.mod18 .prev{left:100px;background:url(../images/proIn1.jpg) no-repeat;}
.mod18 .next{right:100px;background:url(../images/proIn2.jpg) no-repeat;}

.mod18 li{float:left;}
.mod18 .cf{left:0;}
.mod18 .cf li{position:relative;}
.mod18 .cf a{display:block;width:962px;height:690px;position:absolute;color:#fff;}
.mod18 .picBox{height:690px;position:relative;overflow:hidden; left:0;}
.mod18 .picBox ul{height:690px;position:absolute; left:0;}
.mod18 .picBox li{width:962px;height:690px;}

.mod18 .listBox{ width:670px; height:118px; margin:0 auto; position:relative; overflow:hidden; margin-top:12px; background:#f5f5f5;}
.mod18 .listBox ul{position:absolute; top:16px; left:0; width:100px; overflow:hidden;}
.mod18 .listBox li{width:119px;height:86px;cursor:pointer;position:relative; margin-left:8px;}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li img{width:117px;height:84px; border:1px solid #cccccc;}
.mod18 .listBox .on img{width:117px;height:84px;border:1px solid #005bac;}
.mod18 .listBox .on i{display:block;}

.proIn3{ width:962px; margin:0 auto; overflow:hidden;}
.proIn4{ width:100%; overflow:hidden; text-align:left; font-size:30px; color:#333; line-height:40px; margin-top:50px;}
.proIn5{ width:100%; overflow:hidden; text-align:left; font-size:18px; color:#333; line-height:24px; margin-top:10px;}
.proIn6{ width:100%; overflow:hidden; padding:25px 0 80px 0;}

.proIn6_1{ border-top:1px solid #d5d5d5; border-left:1px solid #d5d5d5;}
.proIn6_1 tr td{ border-bottom:1px solid #d5d5d5; border-right:1px solid #d5d5d5; height:40px; text-align:left; padding:0 40px; font-size:14px;}
.proIn6_2{ width:160px; background:#edf7ff; color:#024390;}
.proIn6_3{ width:620px; color:#666666;}

.pageIn{ width:100%; overflow:hidden; border-top:1px solid #e6e6e9; padding:8px 0 20px 0; position:relative;}
.pageIn1{ width:80%; height:20px; line-height:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:14px; text-align:left; color:#333; margin-top:12px;}
.pageIn1 a{ color:#333;}
.pageIn2{ position:absolute; top:24px; right:0;}

/* mobile css */
.swiper-container1 {
	width: 100%;
	height: 100%;
	display:none;
	position:relative;
	z-index:100;
	overflow:hidden;
	margin-top:30px;
}
.swiper-container1 img{ width:94%;}

/* news css */
.picScroll-left{ width:1024px !important; height:369px; margin:0 auto; overflow:hidden; position:relative; margin-top:50px;}
.picScroll-left .prev{ display:block; width:39px; height:70px; overflow:hidden; cursor:pointer; background:url(../images/news3.png) no-repeat; position:absolute; top:150px; left:0; z-index:10;}
.picScroll-left .next{ display:block; width:39px; height:70px; overflow:hidden; cursor:pointer; background:url(../images/news4.png) no-repeat; position:absolute; top:150px; left:473px; z-index:10;}

.picScroll-left .bd{ overflow:hidden; z-index:1; position:relative; width:1024px !important; height:369px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; width:1024px !important; height:369px;}
.picScroll-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; width:1024px !important; height:369px;}
.picScroll-left .bd ul li .pic{ text-align:center; float:left; width:512px !important; height:auto;}
.picScroll-left .bd ul li .pic img{ width:512px !important; height:369px; display:block;}
.picScroll-left .bd ul li .title{ float:right; width:480px !important; height:367px; border-bottom:1px solid #eeeeef; border-top:1px solid #eeeeef; text-align:left;}
.picScroll-left .bd ul li .title1{ float:left; width:100%; height:76px; line-height:38px; font-size:30px; color:#1754a3; margin-top:45px; overflow:hidden;}
.picScroll-left .bd ul li .title2{ float:left; width:100%; font-size:14px; color:#666; line-height:28px; height:28px; overflow:hidden; margin-top:30px;}
.picScroll-left .bd ul li .title3{ float:left; width:100%; font-size:14px; color:#666; line-height:28px; height:56px; overflow:hidden; margin-top:20px;}
.picScroll-left .bd ul li .title4{ float:left; margin-top:40px;}

.news1{ width:1024px; margin:0 auto; overflow:hidden; background:#f7f7f7; margin-top:30px; padding:2px 2px 0 2px;}
.news1 li{ float:left; width:100%; height:67px; border-bottom:1px solid #eeeeee; text-align:left;}
.news1 li a{ float:left; display:block; height:67px; line-height:67px; max-width:70%; font-size:14px; color:#666666; margin-left:2%; background:url(../images/news5.png) left no-repeat; padding-left:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news1 li span{ float:right; display:block; height:67px; line-height:67px; font-size:14px; color:#999999; margin-right:3%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news1 li:hover a{ margin-left:3%;}
.news1 li:hover span{ margin-right:2%;}

.swiper-container2 {
	width: 100%;
	height: 100%;
	display:none;
	position:relative;
	z-index:100;
	overflow:hidden;
	margin-top:30px;
}

.news2{ display:block; width:50%;}
.news2_1{ display:block;}
.news2_2{ width:100%; font-size:18px; color:#1754a3; line-height:50px; height:50px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* newsIn css */
.newsIn{ width:100%; overflow:hidden; text-align:left; border-top:1px solid #dedede; float:left; margin-top:20px; padding:30px 0; font-size:14px; color:#666666; line-height:28px;}
.newsIn img{ max-width:100%;}

/* cooperation css */
.cooperation{ width:100%; overflow:hidden; border-bottom:1px solid #ededed;}
.cooperation1{ width:100%; min-height:510px; background:url(../images/cooperation2.jpg) center bottom no-repeat; margin-top:40px;}
.cooperation1_1{ float:left; width:490px; text-align:left; padding-bottom:20px;}
.cooperation1_2{ float:left; width:100%; font-size:32px; color:#005bac; line-height:46px;}
.cooperation1_3{ float:left; width:100%; font-size:14px; color:#666; line-height:28px; margin-top:30px;}
.cooperation1_4{ float:right; width:490px; display:block; margin-top:100px;}

.cooperation2{ overflow:hidden; text-align:left; padding:45px 0;}
.cooperation2_1{ float:left; font-size:24px; color:#666; line-height:30px;}
.cooperation2_2{ float:left; font-size:14px; color:#666; line-height:28px; margin-top:20px;}

.cooperation3{ width:100%; overflow:hidden; background:#f6f6f6; padding:40px 0;}
.cooperation3_1{ width:100%; overflow:hidden; font-size:32px; color:#005bac; line-height:46px;}
.cooperation3_2{ width:100%; overflow:hidden;}
.cooperation3_2 li{ float:left; width:20%; margin-left:4%; margin-top:60px;}
.cooperation3_3{ display:inline-block; width:150px; height:150px; line-height:150px; -moz-border-radius:75px; -webkit-border-radius:75px; border-radius:75px; font-size:24px; font-weight:bold; color:#FFF; background:#024390;}
.cooperation3_4{ width:100%; text-align:left; font-size:14px; color:#333; line-height:24px; margin-top:20px;}

.cooperation4{ width:100%; height:auto; background:url(../images/cooperation4.jpg) center bottom no-repeat;}
.cooperation4_0{ width:1024px; margin:0 auto; overflow:hidden; padding:40px 0 55px 0;}
.cooperation4_1{ float:left; width:100%; overflow:hidden; font-size:32px; color:#005bac; line-height:40px;}
.cooperation4_2{ float:left; width:100%; overflow:hidden; font-size:16px; color:#666; line-height:28px; margin-top:10px;}

.cooperation4_3{ float:left; width:982px; height:58px; line-height:58px; border:1px solid #dfdfdf; outline:none; padding:0 20px; font-family:"微软雅黑"; font-size:16px; color:#666;}
.cooperation4_4{ float:left; width:460px; height:58px; line-height:58px; border:1px solid #dfdfdf; outline:none; padding:0 20px; font-family:"微软雅黑"; font-size:16px; color:#666;}
.cooperation4_5{ float:left; width:460px; height:58px; line-height:58px; border:1px solid #dfdfdf; outline:none; padding:0 20px; font-family:"微软雅黑"; font-size:16px; color:#666; margin-left:20px;}
.cooperation4_6{ float:left; width:982px; height:120px; line-height:30px; border:1px solid #dfdfdf; outline:none; padding:10px 20px; font-family:"微软雅黑"; font-size:16px; color:#666;}
.cooperation4_7{ float:left; width:800px; height:58px; line-height:58px; border:0; outline:none; padding:0 20px; font-family:"微软雅黑"; font-size:16px; color:#666;}
.cooperation4_8{ width:510px; height:60px; border:0; background:#004aa7; font-family:"微软雅黑"; color:#FFF; font-size:18px; cursor:pointer; outline:none;}
.cooperation4_9{ float:left; width:1022px; height:58px; border:1px solid #dfdfdf; overflow:hidden; background:#FFF;}

/* vip css */
.vip{ width:100%; height:338px; overflow:hidden; margin-top:30px; display:block;}
.vip_mobile{ width:100%; overflow:hidden; display:none; margin-top:30px;}
.vip_mobile img{ display:block; width:100%;}

.vip1{ width:1024px; margin:0 auto; overflow:hidden; text-align:left; padding:50px 0; font-size:14px; color:#666; line-height:28px;}
.vip1 img{ max-width:100%;}
.vip2{ font-size:32px; color:#005bac;}

/* wine css */
.wine{ height:510px; background:url(../images/wine2.jpg) center center no-repeat;}

.wine1_1{ width:184px; height:188px; background:url(../images/index5.png) no-repeat; overflow:visible; margin:0 auto;}
.wine1_2{ float:left; margin-top:150px; margin-left:48px; height:30px; line-height:30px; font-size:16px; color:#989898; text-overflow:ellipsis; white-space:nowrap;}
.wine1_3{ margin:40px auto 0 auto; width:875px; height:56px; overflow:hidden; font-size:14px; line-height:28px; color:#333;}
.wine1_4{ float:left; width:100%; overflow:hidden;}
.wine1_4 li{ width:302px; height:115px; background:url(../images/wine3.png) no-repeat; float:left; margin-left:29px; margin-top:40px;}
.wine1_5{ font-size:48px; color:#024390; line-height:120px; float:left; margin-left:20px;}
.wine1_6{ font-size:14px; color:#080405; line-height:24px; text-align:left; float:left; margin-top:40px; margin-left:10px;}

.wine2{ width:100%; background:#f6f6f6; padding:50px 0; overflow:hidden;}
.wine2_1{ float:left; display:block; width:500px;}
.wine2_2{ float:right; width:500px; text-align:left;}
.wine2_3{ float:left; width:100%; overflow:hidden; font-size:32px; color:#005bac; line-height:40px; margin-top:0px;}
.wine2_4{ float:left; width:100%; overflow:hidden; font-size:16px; color:#666; line-height:28px; margin-top:30px;}

.wine3{ width:100%; background:url(../images/wine6.jpg) center bottom no-repeat #0069a4; overflow:hidden; padding-bottom:80px;}
.wine3_1{ position:relative;}
.wine3_2{ float:left; width:90%; height:auto; background:url(../images/wine5.jpg) center bottom no-repeat #FFF; overflow:hidden; text-align:left; font-size:14px; color:#666; line-height:28px; padding:40px 5%; margin-top:30px;}
.wine3_3{ text-align:left; float:left; margin-left:0; overflow:hidden; width:398px;}
.wine3_4{ font-size:32px; color:#FFF; line-height:40px; float:left; width:100%; margin-top:50px;}
.wine3_5{ font-size:24px; font-family:"Arial"; color:#68a2d1; line-height:28px; float:left; width:100%; margin-top:15px;}

.wine4{ overflow:hidden; padding:30px 0; width:100%; border-bottom:1px solid #bbbbbb;}
.wine4_1{ font-size:14px; color:#666; line-height:28px; text-align:left;}

/* contact css */
.contact{ width:100%; height:1221px; overflow:hidden; background:url(../images/contact2.jpg) bottom center no-repeat;}
.contact1{ overflow:hidden; padding-bottom:60px;}
.contact1_1{ float:left; width:800px; overflow:hidden; margin-top:25px;}
.contact1_1 li{ float:left; width:100%; overflow:hidden; margin-top:37px;}
.contact1_2{ float:left; display:block;}
.contact1_3{ float:left; overflow:hidden; margin-left:12px;}
.contact1_4{ float:left; font-size:18px; color:#333; line-height:22px;}
.contact1_5{ float:left; clear:both; font-size:36px; color:#005bac; font-weight:bold; line-height:40px;}
.contact1_6{ float:right; margin-top:62px; border-left:1px dotted #bcbcbc; padding-left:80px;}
.contact1_7{ float:right; display:block; margin-top:5px;}
.contact1_8{ float:right; font-size:14px; color:#6b6b6b; clear:both; line-height:20px; margin-top:15px;}

.map{ width:100%; height:455px; border:0;}

.contact2{ float:left; width:100%; overflow:hidden;}
.contact2 li{ float:left; width:45.5%; overflow:hidden; margin-left:3%; text-align:left; margin-top:35px;}
.contact2_1{ float:left; width:100%; font-size:18px; color:#333333; line-height:30px;}
.contact2_2{ float:left; width:100%; font-size:16px; color:#737373; line-height:30px; background:#f5f5f5; padding:10px 0; margin-top:15px;}
.contact2_3{ float:left; width:40%; overflow:hidden; background:url(../images/contact6.png) left no-repeat; margin-left:2%; padding-left:5%;}
.contact2_4{ float:left; width:46%; overflow:hidden; background:url(../images/contact7.png) left no-repeat; margin-left:2%; padding-left:5%;}

.contact3{ width:100%; height:auto; background:#f4f4f4;}

/* recruit css */
.recruit1{ overflow:hidden; padding-bottom:60px; border-bottom:1px solid #ededed; width:100%;}

.recruit3{ float:none; width:1024px; margin:0 auto; margin-top:50px; overflow:hidden;}
.recruit3_1{ float:left; width:100%; overflow:hidden; line-height:20px; background:#f7f7f7; text-align:left; font-size:20px; color:#666; padding:15px 0;}
.recruit3_2{ float:left; width:30%; padding:0 1%;}
.recruit3_3{ float:left; width:12%; padding:0 1%;}
.recruit3_4{ float:left; width:18%; padding:0 1%;}
.recruit3_5{ float:left; width:14%; padding:0 1%;}
.recruit3_6{ float:left; width:10%; padding:0 1%;}

.recruit4{ float:left; width:100%; overflow:hidden;}
.recruit4 li{ float:left; width:100%; overflow:hidden; border-bottom:1px solid #eeeeee;}
.recruit4_1{ float:left; width:100%; overflow:hidden; text-align:left; font-size:16px; color:#999999;}
.recruit4_2{ float:left; width:30%; padding:0 1%; line-height:80px;}
.recruit4_3{ float:left; width:12%; padding:0 1%; line-height:80px;}
.recruit4_4{ float:left; width:18%; padding:0 1%; line-height:80px;}
.recruit4_5{ float:left; width:14%; padding:0 1%; line-height:80px;}
.recruit4_6{ float:left; width:10%; padding:0 1%; line-height:80px;}
.recruit4_7{ float:left; width:6%; height:80px; background:url(../images/recruit2.jpg) center center no-repeat; cursor:pointer;}

.recruit4_8{ font-size:14px; color:#666; line-height:30px; padding:20px 0; border-bottom:1px solid #e5e5e5;}
.recruit4_9{ float:left; width:100%; overflow:hidden; padding:30px 0;}
.recruit4_10{ float:left; display:block; width:154px; height:44px; background:url(../images/recruit4.jpg) no-repeat;}
.recruit4_11{ float:right; font-size:16px; color:#666; height:44px; line-height:44px;}
.recruit4_12{ display:none; float:left; width:96%; background:#f7f7f7; text-align:left; padding:0 2%;}

/* zhuanti css */
.zhuanti1{ width:100%; height:324px; margin-top:35px; background:url(../images/zhuanti1_2.jpg) top center no-repeat; position:relative; z-index:100;}
.zhuanti1_1{ display:block; margin:0 auto; max-width:100%;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.zhuanti2{ width:100%; min-height:493px; background:url(../images/zhuanti2_4.jpg) bottom center no-repeat; position:relative; z-index:1; padding-bottom:20px;}
.zhuanti2_1{ display:block; margin:0 auto; max-width:100%;}
.zhuanti2_2{ width:100%; overflow:hidden;}
.zhuanti2_3{ width:100%; font-size:32px; color:#FFF; line-height:78px;}
.zhuanti2_2 span{ display:block; width:35px; height:3px; background:#FFF; margin:0 auto;}

.picScroll-left1{ width:1024px; overflow:hidden; position:relative; margin:30px auto 0 auto; padding-bottom:30px; display:block;}
.picScroll-left1 .hd{ overflow:hidden; width:100%; height:16px; position:absolute; bottom:0; z-index:969999;}
.picScroll-left1 .hd ul{ display:inline-table; overflow:hidden; zoom:1;}
.picScroll-left1 .hd ul li{ float:left; width:24px; height:9px; overflow:hidden; margin:0 3px; text-indent:-999px; cursor:pointer; background:#2a79ba; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.picScroll-left1 .hd ul li.on{ background:#b2d0e8;}

.picScroll-left1 .bd{ overflow:hidden;}
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1;}
.picScroll-left1 .bd ul li{ float:left; _display:inline; overflow:hidden; width:341.33px; min-height:205px;}
.picScroll-left1 .bd ul li .bd_li1{ float:left; width:152px; height:152px; display:block;}
.picScroll-left1 .bd ul li .bd_li2{ float:left; width:170px; margin-left:10px; text-align:left;}
.picScroll-left1 .bd ul li .bd_li3{ float:left; width:154px; line-height:32px; background:#2f95d2; font-size:16px; color:#FFF; padding-left:16px; position:relative;}
.picScroll-left1 .bd ul li .bd_li3 span{ position:absolute; top:0; left:0; width:2px; height:100%; background:#d5eaf6;}
.picScroll-left1 .bd ul li .bd_li4{ float:left; width:170px; overflow:hidden; line-height:24px; font-size:12px; color:#FFF; margin-top:6px; background:url(../images/zhuanti2_5.png) top left repeat;}

.swiper-container3 {
	width: 94%;
	height: 100%;
	margin:30px auto 0 auto;
	overflow:hidden;
	position:relative;
	display:none;
}
.swiper-container3 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: none;
	height:auto;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container3 .swiper-pagination3{ margin-top:10px;}
.swiper-container3 .swiper-pagination-bullet{ background:#2a7cbd; width:10px; height:10px; margin:0 3px;}
.swiper-container3 .swiper-pagination-bullet-active{ background:#b2d1e8;}
.zhuanti2_4{ float:left; width:20%; display:block; margin-left:1%;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.zhuanti2_5{ float:left; text-align:left; width:76%; margin-left:3%;}
.zhuanti2_6{ float:left; width:97%; line-height:32px; background:#2f95d2; font-size:16px; color:#FFF; padding-left:3%; position:relative;}
.zhuanti2_6 span{ position:absolute; top:0; left:0; width:2px; height:100%; background:#d5eaf6;}
.zhuanti2_7{ float:left; width:100%; overflow:hidden; line-height:24px; font-size:14px; color:#FFF; margin-top:6px; background:url(../images/zhuanti2_5.png) top left repeat;}

.zhuanti3{ width:1024px; margin:0 auto; overflow:hidden; padding-top:30px;}
.zhuanti3_1{ width:100%; overflow:hidden;}
.zhuanti3_2{ width:100%; font-size:32px; color:#005bac; line-height:78px;}
.zhuanti3_1 span{ display:block; width:35px; height:3px; background:#005bac; margin:0 auto;}
.zhuanti3_3{ width:1024px; margin:16px auto 30px auto; overflow:hidden;}
.zhuanti3_3 li{ float:left; width:226px; border:1px solid #ebebeb; overflow:hidden; margin:0 14px 0 14px;}
.zhuanti3_4{ float:left; display:block; width:226px; height:auto;}
.zhuanti3_5{ float:left; width:90%; overflow:hidden; background:#f6f4f4; border-top:1px solid #eaeaea; text-align:left; padding:16px 5%;}
.zhuanti3_6{ font-size:16px; color:#333; line-height:22px; width:100%;}
.zhuanti3_7{ font-size:14px; color:#666; line-height:22px; width:100%; margin-top:10px;}

.zhuanti3_tab{ width:100%; height:430px; overflow:hidden; position:relative; padding-bottom:29px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.zhuanti3_tab1{ width:100%; height:23px; background:url(../images/zhuanti3_2.jpg) top center no-repeat #FFF; position:absolute; bottom:0; left:0; border-top:6px solid #f6f4f4;}
.zhuanti3_tab2{ background:url(../images/zhuanti3_3.jpg) 39px 5px no-repeat; width:122px; height:23px; padding-left:55px; line-height:18px; margin:0 auto; text-align:left; font-size:14px; color:#005bac; cursor:pointer;}

.swiper-container4 {
	width: 94%;
	height: 100%;
	margin:30px auto;
	overflow:hidden;
	position:relative;
	display:none;
}
.swiper-container4 .swiper-slide {
	width:90%;
	margin:0 auto;
	text-align: center;
	font-size: 18px;
	background: none;
	height:auto;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container4 .swiper-button-next4{ background:url(../images/index15.jpg) no-repeat;}
.swiper-container4 .swiper-button-prev4{ background:url(../images/index14.jpg) no-repeat;}
.swiper-container4 .swiper-button-next4:hover{ background:url(../images/index15_1.jpg) no-repeat;}
.swiper-container4 .swiper-button-prev4:hover{ background:url(../images/index14_1.jpg) no-repeat;}

.zhuanti3_8{ width:100%; overflow:hidden;}
.zhuanti3_9{ display:block; width:270px; max-width:100%; margin:0 auto;}
.zhuanti3_10{ width:270px; max-width:100%; overflow:hidden; text-align:left; margin:0 auto;}
.zhuanti3_11{ font-size:16px; color:#333; line-height:22px; width:100%; margin-top:10px;}
.zhuanti3_12{ font-size:14px; color:#666; line-height:22px; width:100%; margin-top:10px;}

.zhuanti4{ width:100%; background:url(../images/zhuanti4_2.jpg) center 38px no-repeat; overflow:hidden;}
.zhuanti4_1{ overflow:hidden; position:relative; width:1024px; margin:0 auto; overflow:hidden; padding-bottom:30px;}
.zhuanti4_2{ float:left; margin-left:58px; margin-top:90px; background:#FFF; width:900px; min-height:270px; text-align:left; -webkit-box-shadow:0px 5px 15px #f1f1f1; -moz-box-shadow:0px 5px 15px #f1f1f1; box-shadow:0px 5px 15px #f1f1f1; padding-bottom:25px;}
.zhuanti4_3{ float:left; width:462px; margin-left:50px; font-size:32px; color:#005bac; line-height:38px; margin-top:34px;}
.zhuanti4_4{ float:left; width:462px; margin-left:50px; clear:both; font-size:16px; color:#666; line-height:29px; margin-top:25px;}
.zhuanti4_5{ position:absolute; width:406px; height:auto; display:block; top:116px; right:0;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.zhuanti5{ width:100%; overflow:hidden;}
.zhuanti5_1{ width:1024px; margin:0 auto; overflow:hidden; padding:40px 0 50px 0;}
.zhuanti5_1 img{ display:block; width:544px; max-width:100%;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.zhuanti5_1 li{ width:1024px; overflow:hidden; float:left;}
.zhuanti5_2{ width:512px; overflow:hidden; text-align:left;}
.zhuanti5_3{ float:left; width:432px; line-height:30px; overflow:hidden; padding:0 40px; margin-top:40px; font-size:24px; color:#015fa8; background:url(../images/zhuanti5_6.jpg) 40px center no-repeat;}
.zhuanti5_3 span{ margin-left:28px;}
.zhuanti5_4{ float:left; width:432px; overflow:hidden; padding:0 40px; font-size:16px; color:#666; line-height:30px; margin-top:20px; padding-bottom:20px;}
.zhuanti5_4 img{ width:544px; max-width:100%; display:block;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.zhuanti6{ width:100%; min-height:441px; background:url(../images/zhuanti6_1.jpg) top center repeat-y;}
.zhuanti6_1{ position:relative; overflow:hidden;}
.zhuanti6_2{ float:left; margin-top:40px; width:455px; height:355px; background:url(../images/zhuanti6_2.png) no-repeat; text-align:left; padding:0 340px 0 80px;}
.zhuanti6_3{ float:left; width:100%; overflow:hidden; font-size:32px; color:#005bac; line-height:40px; margin-top:20px;}
.zhuanti6_4{ float:left; width:100%; overflow:hidden; font-size:16px; color:#666; line-height:30px; margin-top:20px;}
.zhuanti6_5{ position:absolute; top:85px; right:0px;}

.zhuanti7{ overflow:hidden; padding:30px 0 40px 0;}
.zhuanti7_1{ width:100%; overflow:hidden;}
.zhuanti7_2{ float:left; margin-top:30px; width:100%; line-height:30px; overflow:hidden; font-size:24px; color:#015fa8; background:url(../images/zhuanti5_6.jpg) left center no-repeat; text-align:left;}
.zhuanti7_2 span{ margin-left:28px;}
.zhuanti7_3{ float:left; width:100%; overflow:hidden; font-size:16px; color:#666; line-height:30px; margin-top:20px; padding-bottom:20px; text-align:left;}

.container { margin:50px auto; max-width:1024px; display:block;}
.poster-main{ position:relative;width:1024px;height:339px;}
.poster-main a,.poster-main img{display:block;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.poster-main .poster-list{width:1024px;height:339px;}
.poster-main .poster-list .poster-item{ position:absolute;left:0;top:0;}
.poster-main .poster-btn{ position:absolute;top:0;width:100px;height:339px; z-index:10; cursor:pointer; opacity:0.8;}
.poster-main .poster-prev-btn{left:0; background: url(../images/btn_l.png) no-repeat center center;}
.poster-main .poster-next-btn{right:0; background: url(../images/btn_r.png) no-repeat center center;}

.zhuanti7_4{  float:left; width:100%; overflow:hidden; text-align:center;}
.zhuanti7_4 img{ display:inline-block; margin:0 auto; width:354px; max-width:33%;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.swiper-container5 {
	width: 100%;
	height: 100%;
	margin:30px auto;
	overflow:hidden;
	position:relative;
	display:none;
}
.swiper-container5 .swiper-slide {
	width:90%;
	margin:0 auto;
	text-align: center;
	font-size: 18px;
	background: none;
	height:auto;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container5 .swiper-slide img{ max-width:100%; width:680px;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.zhuanti8{ width:100%; min-height:982px; background:url(../images/zhuanti7_1.jpg) bottom center no-repeat #f6f6f6; overflow:hidden;}
.zhuanti8_1{ width:1024px; margin:0 auto; overflow:hidden; padding:50px 0 30px 0;}
.zhuanti8_2{ float:left; width:400px; overflow:hidden; text-align:left;}
.zhuanti8_3{ float:left; width:100%; line-height:30px; overflow:hidden; font-size:24px; color:#015fa8; background:url(../images/zhuanti5_6.png) left center no-repeat; text-align:left;}
.zhuanti8_3 span{ margin-left:28px;}
.zhuanti8_4{ float:left; width:100%; overflow:hidden; font-size:16px; color:#666; line-height:30px; margin-top:20px;}
.zhuanti8_5{ float:right; width:620px;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.zhuanti8_6{ width:1024px; margin:0 auto; overflow:hidden; background:url(../images/zhuanti7_5.png) bottom center no-repeat; padding-bottom:15px;}
.zhuanti8_7{ width:1024px; margin:0 auto; overflow:hidden;}
.zhuanti8_7 li{ float:left; margin:0 0 0 143px; width:298px; overflow:hidden;}
.zhuanti8_7 li img{ display:block;}
.zhuanti8_7 li span{ display:block; font-size:16px; color:#666; height:90px; line-height:48px; background:url(../images/zhuanti7_3.jpg) repeat-x;}

.zhuanti9{ width:1024px; margin:0 auto; overflow:hidden; padding:30px 0;}
.zhuanti9_1{ float:left; width:100%; line-height:30px; overflow:hidden; font-size:24px; color:#015fa8; background:url(../images/zhuanti5_6.png) left center no-repeat; text-align:left;}
.zhuanti9_1 span{ margin-left:28px;}
.zhuanti9_2{ float:left; width:100%; overflow:hidden; font-size:16px; color:#666; line-height:30px; margin-top:20px; text-align:left;}
.zhuanti9_3{ float:left; width:100%; overflow:hidden; margin-top:20px;}
.zhuanti9_3 img{}

.zhuanti10{ width:100%; overflow:hidden; background:#f9f9f9; padding:20px 0 35px 0;}
.zhuanti10_1{ width:1024px; margin:0 auto; overflow:hidden; padding-top:40px; display:block;}
.zhuanti10_1 img{ display:block; max-width:100%;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.zhuanti10_2{ width:94%; margin:0 auto; overflow:hidden; display:none;}
.zhuanti10_2 li{ float:left; width:100%; overflow:hidden; text-align:left;}
.zhuanti10_3{ float:left; width:100%; overflow:hidden; font-size:20px; color:#005bac; line-height:30px; margin-top:10px;}
.zhuanti10_4{ float:left; width:100%; overflow:hidden; font-size:16px; color:#666; line-height:30px;}

.zhuanti11{ width:100%; overflow:hidden;}
.zhuanti11 .img1{ display:block; width:100%; max-width:100%;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.zhuanti11 .img2{ display:none; width:100%; max-width:100%;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.zhuanti12{ width:100%; overflow:hidden; padding:20px 0 45px 0;}
.zhuanti12_1{ width:1024px; margin:0 auto; overflow:hidden;}
.zhuanti12_1 li{ float:left; overflow:hidden; border:1px solid #dedede; width:28%; margin-left:4%; background:#f5f5f5; margin-top:30px; padding-bottom:22px;}
.zhuanti12_1 li img{ display:block; max-width:100%;}
.zhuanti12_2{ float:left; width:90%; overflow:hidden; margin-left:5%; position:relative; text-align:left;}
.zhuanti12_2 span{ width:35px; height:1px; background:#cfcece; position:absolute; bottom:0; left:0;}
.zhuanti12_3{ float:left; width:100%; overflow:hidden; margin-top:22px; font-size:16px; color:#000;}
.zhuanti12_4{ float:left; width:100%; overflow:hidden; font-size:14px; color:#828282; line-height:22px; padding-bottom:15px; margin-top:10px;}

}
