/**************************************/
/*************[公用start]**************/
/**************************************/

body{
	overflow-x:hidden;
}

div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	height: 100px;
	background-color: #fff;
	position: relative;
	z-index: 500;
}


.logo{
	width: 223px;
	margin-top: 14px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.lan{
	width: 32px;
	margin-top: 35px;
}

.lan a,.lan img{
	display: block;
	width: 100%;
}

.download a{ font-size: 18px}
.search{
	width: 32px;
	margin: 35px 20px 0;
}

.search a,.search img{
	display: block;
	width: 100%;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 100px;
	line-height: 100px;
	padding-right: 33px;
	position: relative;
}
.nav>ul>li+li{
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 33px;
}
.nav>ul>li>a{
	font-size:16px;
	color: #333; 
}

.nav>ul>li.cur>a,
.nav>ul>li>a:hover{
	color: #35488d;
	font-weight: bold;
}

.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #35488d;
	color: #fff;
}





/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .slides>li{
	/*height: 820px;*/
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li  img.phone-img{
	display: none;
	width: 100%;
}

.fafa .flex-control-paging li a{
	width: 10px;
	height: 10px;
	transition: .3s;
}
.fafa .flex-control-paging li a.flex-active{
	width: 26px;
}
.fafa .flex-control-nav li{
	margin:0 10px;
}
.fafa .flex-control-nav{
	bottom: 50px;
	height: 0;
}

.main1{
	padding: 70px 0;
	background-image: url(../images/main1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.main1-1 h1{
	margin:0;
	font-size: 38px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.main1-1 p{
	margin:0;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 2;
	padding: 0	150px;
	margin-top: 35px;
}

.main2-2{
	margin-top: 60px;
	padding: 0	50px;
}
.main2-2 dl{
	margin:0;
}

.main2-2 dd{
	float: left;
	width: 25%;
	text-align: center;
}
.main2-2 dd+dd{
	border-left: 1px solid #f2f2f2;
}
.main2-2 dd h1{
	margin:0;
	font-size: 14px;
	color: #666;

}
.main2-2 dd h1 span{
	font-weight: bold;
	color: #35488d;
	font-size: 52px;
	font-family:'Impact';
	padding-right: 8px;
}
.main2-2 dd img{
	display: block;
	width: 36px;
	margin:20px auto 0;
}
.main2{
	padding: 160px 0;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	color: #fff;
	font-size: 38px;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	letter-spacing: 12px;
}
.main2 a{
	display: inline-block;
	width: 80px;
	margin: 0 50px;
	
}

.title-11{
	text-align: center;
}

.title-11 h1{
	margin:0;
	font-size: 24px;
	color: #7c7d7d;
	font-family: 'Impact';
	text-transform: uppercase;
}
.title-11 h2{
	margin:0;
	font-size: 38px;
	color: #333;
	font-weight: bold;
	margin-top:6px;
}


.main3{
	padding: 70px 0;
	background-color: #f2f5f8;
}

.main3-list-wp{
	margin-top: 50px;
}
.main3-list .item{
	background-color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.main3-list .item::after{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 15;
	background-image: url(../images/baidi.png);
	transition: background-image .3s;
}
.main3-item{
	padding: 40px 40px 65px;
	position: relative;
	z-index: 50;
}

.main3-ico{
	width: 156px;
	height: 156px;
	border:1px solid #e7e7e7;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 60px;
	background-size: 60px;
	margin:0 auto;
	transition: background-image .3s;
}
.main3-ico1{background-image: url(../images/main3-ico1.png);}
.main3-ico2{background-image: url(../images/main3-ico2.png);}
.main3-ico3{background-image: url(../images/main3-ico3.png);}
.main3-ico4{background-image: url(../images/main3-ico4.png);}
.main3-ico5{background-image: url(../images/main3-ico5.png);}
.main3-ico6{background-image: url(../images/main3-ico6.png);}
.main3-ico7{background-image: url(../images/main3-ico7.png);}


.main3-item h1{
	margin:0;
	font-size: 20px;
	color: #333;
	text-align: center;
	margin:40px 0 30px;
	transition: color .3s;
}

.main3-item  p{
	margin:0;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	transition: color .3s;
}

.main3-item  .more1>a{
	margin:0 auto;
	transition: color .3s;
}
.main3-item .more1>a::after{
   transition: left .3s,background-image .3s;
}
.main3-list .item:hover .main3-item h1{color: #fff;}
.main3-list .item:hover .main3-item p{color: #fff;}
.main3-list .item:hover::after{
	background-image: url(../images/landi.png);
}

.main3-list .item:hover .more1>a{color: #fff;}
.main3-list .item:hover .more1>a::after{
	background-image: url(../images/more1h.png);
}

.main3-list .item:hover .main3-ico1{background-image: url(../images/main3-ico1h.png);}
.main3-list .item:hover .main3-ico2{background-image: url(../images/main3-ico2h.png);}
.main3-list .item:hover .main3-ico3{background-image: url(../images/main3-ico3h.png);}
.main3-list .item:hover .main3-ico4{background-image: url(../images/main3-ico4h.png);}
.main3-list .item:hover .main3-ico5{background-image: url(../images/main3-ico5h.png);}
.main3-list .item:hover .main3-ico6{background-image: url(../images/main3-ico6h.png);}
.main3-list .item:hover .main3-ico7{background-image: url(../images/main3-ico7h.png);}



.main3-list .owl-dots {
    text-align: center;
    margin-top: 52px;
    font-size: 0;
    line-height: normal;
}
.main3-list .owl-dots .owl-dot{
    display: inline-block;
    margin:0 3px;
    border:0;
    background-color: transparent;
    outline: none;
}
.main3-list .owl-dot span{
    width: 28px;
    display: block;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center ;
    background-image: url(../images/owl-dot-ico.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main3-list .owl-dot.active span{
    background-image: url(../images/owl-dot-ico-h.png);

}

.main4{
	padding: 70px 0;
	background-color: #fff;
}



.main5{
	padding: 70px 0;
 	background-repeat: no-repeat;
  background-position: center ;
  background-image: url(../images/main5-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 825px;
}
.main5-list{
	padding-top: 15px;
}
.main5-list dl{
	margin:0;
	margin-left: -3%;
}

.main5-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 60px;
}


.main5-pic{
	width: 190px;
}
.main5-pic.fl{
	margin-right: 40px;
}
.main5-pic.fr{
	margin-left: 40px;
}
.main5-pic .imgbox_a{
	border-radius: 50%;
}

.main5-con{
	overflow:hidden;
	padding-top: 20px;
}

.main5-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
}

.main5-con h1 a:hover{
	color: #34488d;
}

.main5-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 25px;
}

.main4{
	position: relative;
}

.main4 .container{
	position: relative;
	z-index: 15;
}


.main4-list-wp{
	margin-top: 60px;
	position: relative;
	z-index: 15;
}
.main4::after{
	position: absolute;
	z-index: 10;
	content:"";
	background-color: #34488d;
	left: 0;
	right: 0;
	bottom: 0;
	height: 290px;
}

.main4-list .item{
	padding-bottom: 95px;
}
.main4-list .center .main4-pic{
	opacity: 1;
}
.main4-item{
	width: 1200px;
	background-color: #fff;
	position: relative;
}
.main4-pic{
	position: relative;
	z-index: 22;
	opacity: 0.6;
}
.main4-pic .imgbox_a{
	padding-bottom: 38.333333%;
}



.main4-list .owl-nav{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	top: 50%;
	height: 0;
}
.main4-list .owl-nav button.owl-prev{
  position: absolute;
  left:-46px;
  top: 50%;
  width: 80px;
  margin-top: -25px;
  height: 50px;
  background-image: url(../images/left.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
}

.main4-list .owl-nav button.owl-next{
  position: absolute;
  right:-46px;
  top: 50%;
  width: 80px;
  margin-top: -25px;
  height: 50px;
  background-image: url(../images/right.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
}

.main4-div{
	position: absolute;
	width: 380px;
	left: 96px;
	top: 0px;
	height: 100%;
	background-color: #fff;
	z-index: 50;
	padding: 80px 45px 0;
	opacity: 0;
	visibility: hidden;
}
.main4-div::before{
	position: absolute;
	width: 0px;
	height:2px;
	background-color: #35488d;
	left: -30px; 
	top: 37px;
	content:"";
	opacity: 0;
	visibility: hidden;
	
}
.main4-list .center .main4-div{
	top: 80px;
	opacity: 1;
	visibility: visible;
	transition: top .5s,opacity .5s;
	transition-delay: .5s;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.08);
}
.main4-list .center .main4-div::before{
	width: 60px;
	transition: width .5s,opacity .5s;
	transition-delay: 0.5s;
	opacity: 1;
	visibility: visible;
}

.main4-list2 .owl-nav button.owl-prev{
  position: absolute;
  left:0px;
  top: 0%;
  width: 80px;
  height: 50px;
  background-image: url(../images/left.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.main4-list2 .owl-nav button.owl-next{
  position: absolute;
  right:0px;
  top: 0%;
  width: 80px;
  height: 50px;
  background-image: url(../images/right.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
  -webkit-background-size: 100%;
  background-size: 100%;
}



.main4-div h1{
	margin:0;
	font-size: 24px;
	color: #333;
}


.main4-div h1 a:hover{
	color: #34488d;
}

.main4-div h2{
	margin:0;
	font-size: 16px;
	color: #34488d;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/hh2.png);
	margin:22px 0;
}

.main4-div p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 10em;
	overflow: hidden;
}

.main4-div .more1{
	margin-top: 40px;
}








/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}

.footer-1{
	background-color: #3c3c3c;
	padding: 40px 0;
}

.foo1-1{
	width: 100px;
}

.foo1-2{
	width: 240px;
	margin:0 123px 0 144px;
}
.foo1-3{
	width: 500px;
}





.foo1-h1{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 0px!important;
	position: relative;
}

.foo1-h1::before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #fff;
	width: 100%;
	content:"";
	z-index: 10;
	display: none;
}

.foo1-h1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #35488d;
	width: 40px;
	content:"";
	z-index: 20;
	display: none;
}
.foo1-dl{
	padding-top: 0px!important;
}
.foo1-dl dl{
	margin:0;
}

.foo1-dl dd{
	font-size: 16px;
	color: #fff;
	margin-top: 13px;
}
.foo1-dl dd a:hover{
	/*color: #35488d;*/
}
.foo1-2 .foo1-dl{
	padding-right: 60px;
}
.foo1-2 .foo1-dl dd{
	float: left;
	width: 50%;
}

.foo1-3 .foo1-h1::before{
	width: 100px;
}
.foo1-dl2{
	padding-top: 0px!important;
}
.foo1-dl2 dl{
	margin:0;
}

.foo1-dl2 dd{
	font-size: 16px;
	color: #fff;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-top: 13px;
}

.foo1-4{
	width: 280px;
	padding-top: 20px;
}

.foo1-4-sel{
	padding-top: 24px;
}
.foo1-4-sel select{
	border:0;
	border-radius: 0;
	height: 46px;
	box-shadow: none!important;
	font-size: 16px;
}


.foo1-5{
}
.foo1-5 .foo1-h1::before,
.foo1-5 .foo1-h1::after{
	display: none;
}
.er-wp{
	width: 250px;
}
.er{
	font-size: 16px;
	color: #fff;

	text-align: center;
	padding-top: 5px;
	width: 106px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}



.footer-2{
	background-color: #2e2e2e;
	padding: 20px 0 84px;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}


/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 158px;
   margin-left: 15px;
   margin-top: 13px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	    margin-top: 25px;
    width: 27px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
  height: 500px;
  background-repeat: no-repeat;
  background-position: center ;
  /*background-size: cover;*/
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner-2 img{
	display: none;
	width: 100%;
}

.chanpin-li{
	background-color: #fff;
	padding: 70px 0;
}
.chanpin-pic{
	width: 675px;
}

.chanpin-pic .imgbox_a{
	padding-bottom: 54.5%;
}

.chanpin-pic.fr{
	margin-left: 70px;
}
.chanpin-pic.fl{
	margin-right: 70px;
}
.chanpin-con{
	overflow: hidden;
	padding-top: 25px;
}

.chanpin-title{
	height: 96px;
	line-height: 96px;
	font-size: 24px;
	color: #333;
	padding-left: 130px;
	background-repeat: no-repeat;
	background-position: left top;
}

.chanpin-p{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 4.8em;
	overflow: hidden;
	margin-top: 38px;
}

.chanpin-p p{
	margin:0;
}
.more1{
	margin-top: 60px;
}
.more1>a{
	display: block;
	width: 105px;
	padding-bottom: 13px;
	font-size: 15px;
	color: #35488d;
	/*font-weight: bold;*/
	text-transform: uppercase;
	padding-left:12px;
	font-family: "Impact";
	position: relative;
}

.more1>a::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 17px;
	content:"";
	background-image: url(../images/more1.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: left .3s;
}

.more1>a:hover::after{
	left: 8px;
}

.bgf2f5f8{
	background-color: #f2f5f8;
}

.banner-2-bottom{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi1.png);
	z-index: 50;
}

.banner-2-div{
	position: relative;
	height: 62px;
}

.mianbaoxie{
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
}


.mianbaoxie dl{
	margin:0;
}
.mianbaoxie dd+dd{
	margin-left: 10px;
}
.mianbaoxie dd{
	float: left;
	padding-left:14px;
	height: 62px;
	line-height: 62px;
	font-size: 14px;
	color: #dfdedc;
	color: rgba(255,255,255,0.7);
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/jiao1.png);
}

.mianbaoxie dd a:hover{
	color: #fff;
}
.mianbaoxie dd span{
	font-weight: bold;
	color: #fff;
}

.erji-nav{
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.erji-nav dl{
	margin:0;
	display: inline-block;
}

.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	border-left: 1px solid #a79e95;
	border-left: 1px solid rgba(255,255,255,0.4);
}
.erji-nav dd>a{
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	color: #fff;
	padding: 0	80px;
}

.erji-nav dd.cur>a,.erji-nav dd>a:hover{
	background-color: #35488d;
}
.xinwen1{
	padding: 60px 0;
	background-color: #f9f9f9;
	background-image: url(../images/xinwen1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.xinwen1-pic .imgbox_a{
	padding-bottom: 66.6%;
}
.xinwen1-con{
	margin-top: 25px;
}
.xinwen1-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
}

.xinwen1-con h1 a:hover{
	color: #35488d;
}

.xinwen1-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	height: 23px;
	line-height: 23px;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/h2.png);
	margin-top: 21px;
}

.xinwen2{
	padding: 0 0 70px;
}

.xinwen2-list ul{
	margin:0;
}

.xinwen2-li{
	padding: 45px 0;
	border-bottom: 1px solid #e4e4e4;
	transition: padding .3s,background-color .3s;
	background-color: #fff;
}

.xinwen2-pic{
	width: 350px;
	margin-right: 45px;
}

.xinwen2-pic .imgbox_a{
	padding-bottom: 66.6%;
}

.xinwen2-con{
	overflow: hidden;
	padding-top: 15px;
}

.xinwen2-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}

.xinwen2-con h1 a:hover{
	color: #35488d;
}

.xinwen2-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	height: 23px;
	line-height: 23px;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/h2.png);
	margin: 22px 0 20px;
}

.xinwen2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.xinwen2-con .more1{
	margin-top: 25px;
}

.xinwen2-li:hover{
	padding-left: 30px;
	padding-right: 30px;
	background-color: #f2f5f8;

}

.fenye{
  text-align: center;
  margin-top: 70px;
}
.fenye ul{
    margin:0;
}
.xinwen-xx{
	padding: 60px 0;
}
.danpian{
	max-width: 1400px;
	margin:0 auto;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
	height: auto!important;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#35488d;

}

.liuyan-wp{
	padding: 70px 0;
}
.liuyan{
	height: 552px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/liuyan-bg.jpg);
	background-color: #edf5f8;
	padding-top: 115px;
	padding-left: 165px;
}

.liuyan-form{
	width: 392px;
}

.liuyan-form h1{
	margin:0;
	font-size: 24px;
	color: #333;
}

.liuyan-form h2{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	margin-top: 10px;
	padding-bottom: 15px;
}

.liuyan-input input:focus{
	outline: none;
}

.liuyan-input input[type="text"]{
	display: block;
	width: 100%;
	height:50px;
	background-color:transparent;
	border:1px solid #8d8d8d;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 20px;
	border-radius: 8px;
}

.liuyan-input{
	margin-top: 20px;
}

.liuyan-input.liuyan-input2{
	margin-top: 30px;
}
.liuyan-input input[type="button"]{
	display: block;
	width: 100%;
	height:50px;
	background-color:#35488d;
	border:1px solid #35488d;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	text-align: center;
}






.map-wp{
	width: 989px;
	height: 402px;
	margin-left: 50px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.map-con{
	overflow: hidden;
	padding-top: 45px;
	padding-left: 130px;
}

.map-con img{
	display: block;
}

.map-con dl{
	margin:0;
}

.map-con dd{
	font-size: 16px;
	color: #333;
	line-height: 22px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 35px;
}

.map-con dd+dd{
	margin-top: 15px;
}

.rongyu-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.rongyu-item{margin-bottom: 30px;}
.rongyu-item h1{
	margin:0;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.rongyu-item:hover h1{
	color: #35488d;
}





.shipin-wp{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index:1005;
	opacity: 0;
	visibility: hidden;
}
.shipin-wp.cur{
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
.shipin-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);
	z-index: 50;
	cursor: pointer;
}

.shipin-div{
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	width: 780px;
	margin-left: -390px;
	height: 452px;
	padding: 15px;
	margin-top: -226px;
	z-index: 80;
	border-radius: 5px;
}









.phone{
	text-align: right;
	margin-left: 30px;
	margin-top: 26px;
}

.phone h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.phone h1 img{
	margin-top: -3px;
	margin-right: 6px;
}

.phone h2{
	margin:0;
	font-size: 24px;
	color: #35488d;
	font-weight: bold;
	margin-top: 6px;
}


.main5-list2-wp{
	margin-top: 30px;
}

.main5-list2 .owl-dots {
    text-align: center;
    margin-top: 30px;
    font-size: 0;
    line-height: normal;
}
.main5-list2 .owl-dots .owl-dot{
    display: inline-block;
    margin:0 3px;
    border:0;
    background-color: transparent;
    outline: none;
}
.main5-list2 .owl-dot span{
    width: 15px;
    display: block;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center ;
    background-image: url(../images/owl-dot-ico.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main5-list2 .owl-dot.active span{
    background-image: url(../images/owl-dot-ico-h.png);

}

.bj-wp{
	position: fixed;
	width: 100%;
	right: 0;
	height: 64px;
	background-color: #353535;
	z-index: 888;
	bottom: -64px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.bj-wp.cur{
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.bj-wp.cur2{
    width: 0;
    padding-right: 64px;
    overflow: hidden;
}


.bj-wp.cur2 .bj{
    width: 0;
    padding-right: 0;
    transition: all 0.5s ease;
    overflow: hidden;
}
.bj-wp.cur2 .bj4{
	opacity: 1;
	visibility: visible;
}
.bj{
	position: relative;
	padding-right: 80px;
}
.bj1 input:focus{
	outline: none;
}
.bj1 {
	width: 1085px;
	padding-right: 290px;
	position: relative;
	height: 64px;
}

.bj1-title{
	width: 144px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	height: 64px;
	line-height: 64px;
}

.bj1-con{
	overflow: hidden;
	padding-top: 15px;
}

.bj1-input{
	width: 46%;
}

.bj1-input input[type="text"]{
	display: block;
	width: 100%;
	height:34px;
	background-color:transparent;
	border:0;
	border-bottom:1px solid #c8c8c8;
	font-size: 16px;
	color: #c8c8c8;
	line-height: 1.428571;
	padding: 6px 15px;
}

.bj1-con-btn{
	position: absolute;
	width: 164px;
	right: 0;
	top: 15px;
}
.bj1-con-btn button:focus{
	outline: none;
}
.bj1-con-btn button{
	display: block;
	width: 100%;
	background-color: #35488d;
	border:0;
}
.bj1-con-btn button::after{
	position: absolute;
	content:"";
	width: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #3c3c3c;
	transition: width .5s;
	z-index: 15;
}
.bj1-con-btn span{
	height: 34px;
	display: block;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 25;
	/*transition: color .5s;*/
}

.bj1-con-btn button:hover::after{
	width: 100%;
}

.bj3{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 17px;
	cursor: pointer;
}

.bj3 img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}


.bj3:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: .3s;
}

.bj4{
	width: 64px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.bj4 img{
	display: block;
	width: 100%;
}
.bj2{
	width: 242px;
	height: 64px;
	background-color: #35488d;
	padding: 0	15px;
}

.bj2 dl{
	margin:0;
}

.bj2 dd{
	width: 33.333333%;
	float: left;
	height: 64px;
	padding-top: 16px;
	position: relative;
}
.bj2 dd+dd{
	background-image: url(../images/bj2-4.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.bj2-ico{
	display: block;
	width: 30px;
	margin:0 auto;
	cursor: pointer;
}
.bj2-ico img{
	display: block;
	width: 100%;
	transition: opacity .3s;
}
.bj2-ico:hover img{
	opacity: 0.8;
}
.bj2-er{
	position: absolute;
	width: 110px;
	padding: 4px;
	background-color: #fff;
	right: 0;
	bottom: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.bj2-tel{
	position: absolute;
	padding: 4px;
	background-color: #fff;
	right: 0;
	bottom: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.bj2-er img{
	display: block;
	width: 100%;
}

.bj2-ico:hover+.bj2-er{
	opacity: 1;
	visibility: visible;
}