/**************************************/
/*************[公用start]**************/
/**************************************/
/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/

@font-face{
	font-family:"din";
	src:url("../fonts/din.ttf");

}
div.clear{
	clear: both;
	height: 0;
	width: 0;
}

body.cur {
    overflow: hidden;
}


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{
	position: relative;
	background-color: #fff;
	height: 90px;
	z-index: 999;
}
#header .container {
    position: relative;
    z-index: 50;
}
.logo{
	width: 360px;
	margin-top: 25px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.menu{
	width: 18px;
	position: relative;
	cursor: pointer;
	margin-top: 39px;
}

.menu img{
	display: block;
	width: 100%;
}
.menu:hover::after{
	width: 4px;
}
.menu:hover::before{
	width: 1px;
}
.menu::before{
	position: absolute;
	content:"";
	height: 3px;
	background-color: #4a5671;
	width: 0;
	left: 17px;
	top: 0;
	transition: width .15s;
}
.menu::after{
	position: absolute;
	content:"";
	height: 3px;
	background-color: #4a5671;
	width: 0;
	left: 14px;
	top: 5px;
	transition: width .15s;
}

.nav{padding-right: 30px;}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	margin-right: 20px;
	position: relative;
	padding: 20px 0;
	transition: padding .3s;
}

.nav>ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #000;
	text-align: center;
	padding: 0	10px;
	background-repeat: no-repeat;
	background-position: right center;
	transition: background-image .3s;
	background-image: url(../images/xiala0.png);
	position: relative;
	overflow: hidden;
}
.nav>ul>li>a>span{
	display: inline-block;
	transition: all ease-out .3s;
	
}

#header .nav>ul>li>a>span::after {
  position: absolute;
  left: 0;
  width: 100%;
  color: #ec7f00;
  
  content: attr(data-title);
  transform: translateY(100%);
}
#header .nav>ul>li.cur a span, #header .nav>ul>li:hover a span {
    transform: translateY(-100%);
    
}


.nav>ul>li.xiaLi:hover>a{
	background-image: url(../images/xiala1.png);
}

.xiala{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	min-width: 520px;
	padding-top: 2px;
	height: 52px;
	display: none;
}

.xiala dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.xiala dd{
	display: inline-block;
}
.xiala dd+dd{
	margin-left: 35px;
}
.xiala dd>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
	text-align: center;
	position: relative;
}

.xiala dd>a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #eb7f00;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.xiala dd>a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}
.xiala-bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 52px;
	z-index: 25;
	border-top:1px solid #dddddd;
	background-color: #fff;
	display: none;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .slides>li{
	height: 700px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li  img{
	display: none;
}



.fafa .flex-direction-nav{
	height: 0;
	width: 1560px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 119px;
	z-index: 50;
}
.fafa .flex-direction-nav a{
	width: 37px;
	height: 37px;
	top: 0;
	margin-top: 0;
	transition: background-image .3s;
}
.fafa .flex-direction-nav .flex-prev{
	left: 0;
}
.fafa .flex-direction-nav .flex-next{
	left: 55px;
	right: auto;
}
.fafa .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left-h.png);
}
.fafa .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right-h.png);
}

.main1{
	background-color: #fff;
	padding: 90px 0;
}

.main1-div{
	position: relative;
	padding-right: 148px;
	padding-bottom: 50px;
}
.main1-div::before{
	position: absolute;
	width: 32px;
	height: 461px;
	background-image: url(../images/main1-div.png);
	top: 0;
	right: 60px;
	content:"";
	z-index: 25;
}
.main1-div::after{
	position: absolute;
	width: 100%;
	height: 138px;
	bottom: 0;
	content:"";
	z-index: 5;
	border:1px solid #e8e9ef;
}
.main1-pic{
	width: 413px;
	margin-left: 88px;
	position: relative;
	z-index: 50;
}

.main1-pic .imgbox_a{
	padding-bottom: 110.65%;
}


.main1-con{
	overflow: hidden;
	position: relative;
	z-index: 50;
}

.main1-1{
	margin-top: 30px;
}

.main1-1-p{
	font-size: 14px;
	color: #777;
	line-height: 2.2;
}

.main1-1-p p{margin:0;}


.main1-1-a{
	margin-top: 20px;
	width: 22px;
}

.main1-1-a a,.main1-1-a img{display: block;width: 100%;}


.main1-1-h1{
	font-size: 12px;
	color: #9d9d9d;
	line-height: 2;
	margin-top: 20px;
}


.main1-2{
	margin-top: 130px;
}
.main1-2 dl{
	margin:0;
}

.main1-2 dd{
	width: 25%;
	float: left;
	padding-left: 60px;
}
.main1-2 dd>a{
	display: block;
	padding-bottom: 17px;
	position: relative;
	font-size: 16px;
	color: #333;
	transition: color .3s;
}
.main1-2 dd>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color:#e8e9ef;
	content:"";
	z-index: 10;
}
.main1-2 dd>a::before{
	position: absolute;
	width: 0%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color:#eb7f00;
	content:"";
	z-index: 20;
	transition: width .3s;
}

.main1-2 dd>a i{
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	transition: background-image .3s;
	background-position: center;
}

.main1-2 dd:nth-child(1)>a i{background-image: url(../images/main1-2-ico1.png);}
.main1-2 dd:nth-child(2)>a i{background-image: url(../images/main1-2-ico2.png);}
.main1-2 dd:nth-child(3)>a i{background-image: url(../images/main1-2-ico3.png);}
.main1-2 dd:nth-child(4)>a i{background-image: url(../images/main1-2-ico4.png);}
.main1-2 dd:nth-child(1)>a:hover i{background-image: url(../images/main1-2-ico1h.png);}
.main1-2 dd:nth-child(2)>a:hover i{background-image: url(../images/main1-2-ico2h.png);}
.main1-2 dd:nth-child(3)>a:hover i{background-image: url(../images/main1-2-ico3h.png);}
.main1-2 dd:nth-child(4)>a:hover i{background-image: url(../images/main1-2-ico4h.png);}
.main1-2 dd>a:hover{
	color: #eb7f00;
}
.main1-2 dd>a:hover::before{
	width: 100%;
}
.title-11 .fl h1{
	margin:0;
	font-size: 26px;
	color: #333;
}
.title-11 .fl h2{
	margin:0;
	font-size: 14px;
	color: #202020;
	margin-top: 22px;
	text-transform: uppercase;
}
.title-11 .fl h2::after{
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	background-color: #eb7f00;
	content:"";
	width: 200px;
	margin-left: 70px;
}
.title-11 a.fr{
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/more.png);
	font-size: 14px;
	color: #333;
	/*transition: color .3s;*/
	margin-top: 40px;
}
.title-11 a.fr:hover{
	color: #ff7e00;
}
.main3 .about-erji{
	padding: 50px 0 70px;
}

.main3-div{
	background-color: #4a5671;
	margin-top: 60px;
}

.erji .main3-div{
	margin-top: 0;
}
.main3-pic-wp .main3-pic{display: none;}
.main3-pic-wp .main3-pic:first-child{display: block;}

.main3-pic-wp{
	width: 67.7%;
	background-color: #fff;
}
.main3-pic .imgbox_a{
	padding-bottom: 59.5%;
}

.main3-pic .imgbox_hover>img{
	/* ueco 时间曲线*/
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 


}

.main3-dl{
	overflow:hidden;
	padding-top: 54px;
	padding-left: 54px;
}

.main3-dl dl{
	margin:0;
}
.main3-dl dd{
	position: relative;
}
.main3-dl dd::before{
	position: absolute;
	width: 0px;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	content:"";
	background-color: #ff7e00;
}

.main3-dl dd.cur::before{
	width: 100%;
	transition: width .5s;
}
.main3-dl dd+dd{
	margin-top: 20px;
}
.main3-dl dd>a{
	display: block;
	height: 70px;
	line-height: 70px;
	padding-left: 40px;
	font-size: 24px;
	color: #fff;
	position: relative;
	z-index: 25;
}
.main3-dl dd>a i{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	right: 85px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.main3-dl dd>a::after{
	position: absolute;
	width: 1px;
	height: 23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	background-color: #fff;
	opacity: 0.3;
	right: 195px;
}

.main3-dl dd>a i.i1{background-image: url(../images/main3-ico1.png);}
.main3-dl dd>a i.i2{background-image: url(../images/main3-ico2.png);}
.main3-dl dd>a i.i3{background-image: url(../images/main3-ico3.png);}
.main3-dl dd>a i.i4{background-image: url(../images/main3-ico4.png);}
.main3-dl dd>a i.i5{background-image: url(../images/main3-ico5.png);}


.main3-dl dd.cur>a i{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg); 	/* Opera */
	transition: transform .5s,background-image .5s;
}
.main3-dl dd.cur>a i.i1{background-image: url(../images/main3-ico1h.png);}
.main3-dl dd.cur>a i.i2{background-image: url(../images/main3-ico2h.png);}
.main3-dl dd.cur>a i.i3{background-image: url(../images/main3-ico3h.png);}
.main3-dl dd.cur>a i.i4{background-image: url(../images/main3-ico4h.png);}
.main3-dl dd.cur>a i.i5{background-image: url(../images/main3-ico5h.png);}


.main4-div{
	margin-top: 60px;
}


.main4-list .owl-dots {
    margin-top: 50px;
}
.main4-list .owl-dots .owl-dot{
    margin:0 4px;
}
.main4-list .owl-dot span{
    width: 13px;
    height: 13px;
}






.main5{
	margin-top: 45px;
}

.main5-2{
	background-color:#1554b1;
	padding: 70px 0;
	margin-top: 60px;
}


.main5-2-1{
	width: 56.5%;
	padding-right: 50px;
}

.main5-2-1 h1{
	margin:0;
	font-size: 20px;
	color: #fff;
}

.main5-2-1 p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 15px;
}


.main5-2-a{
	width: 22px;
	margin-top: 25px;
}

.main5-2-a a,.main5-2-a img{
	display: block;
	width: 100%;
}

.main5-2-2{
	overflow: hidden;
	padding-top: 10px;
}

.main5-2-2 .fuwu1-dl dd{
	border-color:#4176c5;
}
.main5-2-2 .fuwu1-dl dd h1{
	color: #fff;
}
.main5-2-2  .fuwu1-dl dd .line{
	background-color: #4176c5;
}

.main6{
	background-color: #fff;
	padding: 65px 0;
}

.main6 .erji-nav{
	padding: 50px 0;
}
.main6 .xinwen-item{
	margin-top: 0;
}


.main6-list .owl-dots {
    margin-top: 50px;
}
.main6-list .owl-dots .owl-dot{
    margin:0 4px;
}
.main6-list .owl-dot span{
    width: 13px;
    height: 13px;
}










/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #060e1f;
}


.footer-1{
	padding: 55px 0 35px;
}

.er{
	margin-top: 54px;
	font-size: 14px;
	color: #596275;
	text-align: center;
	width: 139px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 13px;
}

.foo-logo{
	width: 138px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}


.foo1-con{
	font-size: 14px;
	color: #596275;
	line-height: 1.8;
	margin-top: 35px;
}

.foo1-con-p{
	font-size: 12px;
	padding: 8px 0;
	width: 360px;
}

.foo1-dl{
	margin-top: 30px;
}
.foo1-dl dl{
	margin:0;
}

.foo1-dl dd{
	float: left;
	position: relative;
	font-size: 14px;
	color: #596275;
}
.foo1-dl dd a{
	transition: color .3s;
}
.foo1-dl dd a:hover{
	color: #fff;
}
.foo1-dl dd+dd{
	margin-left: 45px;
}

.foo1-dl dd+dd::before{
	position: absolute;
	width: 1px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	content:"";
	left: -25px;
	background-image: url(../images/fdd.png);
}

.footer-2{
	font-size: 14px;
	color: #596275;
	line-height: 1.8;
	padding: 15px 0;
	border-top: 1px solid #1b2438;
}





/**************************************************************/
/*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: 160px;
   margin-left: 15px;
   margin-top: 19px;
}

.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: 21px;
}
.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;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2-wen{
	padding-top: 195px;
}
.banner-2-wen h1{
	margin:0;
	font-size: 44px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	margin-bottom:22px;
}
.banner-2-wen h2{
	margin:0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin:18px 0 35px;
	display: none;
}


.banner-2-wen .line{
	width: 40px;
	height: 4px;
	background-color: #fff;
}
.banner-2{
	position: relative;
	z-index: 50;
}

.erji-wp{
	position: relative;
	z-index: 150;
}

.erji{
	padding: 45px 0 60px;
	position: relative;
}

.erji::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	height: 50px;
	content:"";
	background-color: #fff;
	box-shadow: 0 -10px 10px 1px rgba(0,0,0,0.3);
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 1px;
}
.erji-nav dd>a{
	display: block;
	padding: 15px 33px 15px 24px;
	background-color: #f2f4f6;
	transition: background-color .3s;
}

.erji-nav dd>a span{
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ben.png);
	font-size: 14px;
	color: #333;
	height: 20px;
	line-height: 20px;
	transition: color .3s,background-image .3s;
}

.erji-nav dd.cur>a{
	background-color: #ff7e00;
}
.erji-nav dd.cur>a span{
	color: #fff;
	background-image: url(../images/benh.png);
}

.erji-nav dd>a:hover{
	background-color: #ff7e00;
}
.erji-nav dd>a:hover span{
	color: #fff;
	background-image: url(../images/benh.png);
}

.xinwen-item{
	margin-top: 45px;
	border:1px solid #e8e9ef;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 64.06%;
}

.xinwen-con{
	padding: 23px 32px 20px;
}

.xinwen-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.xinwen-con h1 a{
	transition: color .3s;
}
.xinwen-con h1 a:hover{
	color: #ff7e00;
}
.xinwen-con p{
	margin:0;
	font-size: 14px;
	color: #999999;
	line-height: 1.8;
	height: 3.6em;
	margin-top: 17px;
	overflow: hidden;
}

.xinwen-h2{
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #d1d1d1;
	font-size: 12px;
	color: #333;
	position: relative;
}
.xinwen-h2::before{
	position: absolute;
	left: 0;
	top: -1px;
	height: 1px;
	background-color: #ff7e00;
	transition: width .3s;
	width: 0;
	content:"";
}
.xinwen-h2 a.fl{
	transition: color .3s;
}
.xinwen-h2 a.fl:hover{
	color: #ff7e00;
}

.xinwen-item:hover .xinwen-h2::before{
	width: 100%;
}

.fenye ul{
	margin:0;
}

.fenye{
	margin-top: 55px;
	text-align: center;
}








.xinwen-xx-right{
	width: 396px;
	margin-left:120px; 
}

.xinwen-xx-left{
	overflow: hidden;
}

.xinwen-xx-title h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.xinwen-xx-right .xinwen-xx-title h1{
	opacity: 0;
}
.xinwen-xx-title h2{
	margin:0;
	font-size:26px;
	color: #333;
	line-height: 1.5;
	padding: 15px 0 25px;
	border-bottom: 1px solid #e8e9ef;
}


.xinwen-xx-neirong p{margin:0;}
.xinwen-xx-neirong{
	font-size: 14px;
	color:#777;
	line-height: 2.2;
	padding: 30px 0 65px;
}

.xinwen-xx-neirong img{
	display: block;
	margin:15px auto;
}

.xinwen-xx-return{
	width: 44px;
}

.xinwen-xx-return a,.xinwen-xx-return img{
	display: block;
	width: 100%;
}


.xinwen-xx-list {
	padding-top: 15px;
}
.xinwen-xx-list dl{
	margin:0;
}

.xinwen-xx-list dd{
	padding: 30px 0;
	border-bottom: 1px solid #e8e9ef;
	position: relative;
}
.xinwen-xx-list dd::after{
	content:"";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #ff7e00;
	transition: width .3s;
}
.xinwen-xx-list dd.cur::after{
	width: 100%;
}


.xinwen-xx-list dd:first-child .xinwen-xx-pic{
	display: block;
}
.xinwen-xx-pic{padding-bottom:30px;display: none; }

.xinwen-xx-list dd .xinwen-con{
	padding: 0;
}
.xinwen-xx-list dd .xinwen-h2{
	padding-top: 0;
	border-top: 0;
	margin-top: 20px;
}
.xinwen-xx-list dd .xinwen-h2::before{display: none;}
.xinwen-xx-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.xinwen-xx-con h1{
	margin:0;
	font-size: 24px;
	color: #333;
}
.xinwen-xx-con h2{
	margin:0;
	font-size: 18px;
	overflow: hidden;
	color: #333;
	margin:18px 0;
}

.xinwen-xx-con h2 a:hover{
	color: #004ea2;
}

.xinwen-xx-con p{
	margin:0;
	font-size: 16px;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	color: #999;
}

.xinwen-xx-div{
	position: relative;
	padding-top: 25px;
}

.xinwen-xx-div::after{
	position: absolute;
	width: 1px;background-color: #e8e9ef;
	content:"";
	right: 457px;
	bottom: 0;
	top: 97px;
}


.zizhi-list dl{
	margin:0;
	margin-left: -2%;
}

.zizhi-list dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 45px;
}
.zizhi-list dd:nth-child(1){margin-top: 0;}
.zizhi-list dd:nth-child(2){margin-top: 0;}
.zizhi-list dd:nth-child(3){margin-top: 0;}
.zizhi-list dd:nth-child(4){margin-top: 0;}
.zizhi-item{
	padding: 50px 15px 30px;
}

.zizhi-pic{
	width: 220px;
	margin:0 auto;
}

.zizhi-pic .imgbox_a{
	padding-bottom: 124.7826%;
	box-shadow: 0px 6px 16px 0px rgba(32, 0, 0, 0.2);
}
.zizhi-item{
	border:1px solid #e8e9ef;
	transition: border-color .3s;
}
.zizhi-item h1{
	margin:0;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 35px;
}

.zizhi-item:hover{
	border-color:#ff7e00;

}

.map-wp{
	width: 58%;
	height: 589px;

}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.contact-con{
	overflow: hidden;
	padding-right: 45px;
}

.erji-title h1{
	margin:0;
	font-size: 26px;
	color: #333;
}

.erji-title h1::after{
	width: 10px;
	height: 2px;
	content:"";
	display: block;
	margin-top: 20px;
	background-color: #333;
}

.contact-h1{
	font-size: 42px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

.contact-con .contact-h1{
	margin-top: 55px;

}
.contact-dl{
	padding-top: 60px;
}
.contact-dl dl{
	margin:0;
}

.contact-dl dd{
	font-size: 14px;
	color: #333;
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: left 2px;
	line-height: 1.5;
}
.contact-dl dd+dd{
	margin-top: 20px;
}

.contact{
	position: relative;
}

.er2{
	position: absolute;
	width: 300px;
	left: 0;
	bottom: 0;
}

.er2-img{
	width: 141px;
	margin-right:5px;
}

.er2-img img{
	display: block;
	width: 100%;
}

.er2-con{
	overflow: hidden;
	padding-top: 38px;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 2;
}

.fuwu1-h1{
	text-align: center;
	font-size: 24px;
	color: #333;
}
.fuwu1-p{
	text-align: center;
	font-size: 14px;
	color: #777;
	line-height: 2;
	padding: 45px 0 55px;
}
.fuwu1-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.fuwu1-dl dd{
	display: inline-block;
	width: 117px;
	border:1px solid #c3c6da;
	text-align: center;
	padding: 15px 0;
	border-radius: 15px;
}
.fuwu1-dl dd+dd{
	margin-left: 70px;
}
.fuwu1-dl dd img{
	display: block;
	margin:0 auto;
	width: 42px;
}

.fuwu1-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #7f818f;
	padding: 12px 0;
}

.fuwu1-dl dd .line{
	width: 27px;
	height: 1px;
	background-color: #7f818f;
	margin:0 auto;
}

.fuwu2{
	margin: 80px 0 60px;
	height: 295px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.fuwu3 .erji-title h1{
	text-align: center;
}

.fuwu3 .erji-title h1::after{
	display: none;
}
.fuwu3-dl{
	margin-top: 55px;
}
.fuwu3-dl dl{
	margin:0;
}

.fuwu3-dl dd{
	float: left;
	width: 215px;
	border:1px solid #e8e9ef;
	position: relative;
	height: 311px;
	padding: 40px 0px 0;
}
.fuwu3-dl dd+dd{
	margin-left: 54px;
}
.fuwu3-dl dd+dd::before{
	position: absolute;
	width: 54px;
	top: 0;
	bottom: 0;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	right: 100%;
}
.fuwu3-bg{
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	z-index: 25;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.fuwu3-bg::after{
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	z-index: 15;
	content:"";
	background-color: #000;
	opacity: 0.22;
}
.fuwu3-dd{
	position: relative;
	height: 100%;
	z-index: 50;
}

.fuwu3-dd h1{
	margin:0;
	font-size: 30px;
	color: #333;
	height: 59px;
	position: relative;
	transition: color .3s;
	padding-left: 30px;
}

.fuwu3-dd h1::after{
	position: absolute;
	width: 59px;
	height: 59px;
	top: 0;
	left: 45px;
	content:"";
	background-image: url(../images/fuwu3-ico0.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	transition: background-image .3s;
}

.fuwu3-dd h2{
	margin:0;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 45px;
	transition: color .3s;
}


.fuwu3-ico{
	position: absolute;
	width: 52px;
	right: 30px;
	bottom: 28px;
}
.fuwu3-ico img{
	display: block;
	width: 100%;
}

.fuwu3-ico img.cur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .3s;
}


.fuwu3-dl dd:hover .fuwu3-bg{
	opacity: 1;
	visibility: visible;
}

.fuwu3-dl dd:hover .fuwu3-dd h1{color: #fff;}
.fuwu3-dl dd:hover .fuwu3-dd h1::after{background-image: url(../images/fuwu3-ico0h.png);}
.fuwu3-dl dd:hover .fuwu3-dd h2{color: #fff;}

.fuwu3-dl dd:hover .fuwu3-ico img{opacity: 0;}
.fuwu3-dl dd:hover .fuwu3-ico img.cur{opacity: 1;}


.fuwu4{
	/*margin-top*/
	padding-top: 45px;
}	
.fuwu4 input:focus,
.fuwu4 textarea:focus{
	outline: none;
}
.fuwu4-li{
	border-bottom: 1px solid #6f6f6f;
	padding-bottom: 15px; 
	margin-top: 35px;
	line-height: 1.6;
}
.fuwu4-li.fl,.fuwu4-li.fr{
	width: 47%;
}

.fuwu4-span{
	font-size: 14px;
	color: #333;
	margin-right: 15px;
	height: 24px;
	line-height: 24px;
	position: relative;
}
.fuwu4-span-te::before{
	position: absolute;
	content:"*";
	width: 12px;
	top: 0;
	right: 100%;
	color: #f00;
}

.fuwu4-input-wp{
	overflow: hidden;
}

.fuwu4-input input[type="text"]{
	display: block;
	width: 100%;
	height: 24px;
	background-color:#fff;
	border:0;
	font-size: 14px;
	color: #333;
}

.fuwu4-input textarea{
	display: block;
	width: 100%;
	height: 185px;
	background-color:#fff;
	border:0;
	font-size: 14px;
	color: #333;
}

.fuwu4-li.fuwu4-li-btn{
	padding-bottom: 0;
	border-bottom: 0;
}

.fuwu4-li.fuwu4-li-btn input{
	display: block;
	width: 160px;
	height: 50px;
	background-color: #eeeeee;
	border:0;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	transition: background-color .3s,color .3s;
}
.fuwu4-li.fuwu4-li-btn input:hover{
	background-color: #ff7e00;
	color: #fff;
}






.job-list ul{
	margin:0;
}
.job-list{
	border-top: 1px solid #d2d2d2;

}
.job-list li{
	background-color: #fff;
	border:1px solid #d2d2d2;
	border-top: 0;
}


.job-item{
	position: relative;
	padding-left:440px;
}
.job1-1{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 440px;
	border-right: 1px solid #d2d2d2;
	padding: 60px 30px;
}
.job1-1-h1{
	color: #333;
	font-size: 14px;
	line-height: 28px;
	/*height: 28px;*/

}
.job1-1-h1 span{
	font-size: 24px;
	font-family: "kt";
	padding-left: 5px;ical-align: middle;
}

.job1-1-bottom{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0px;
	padding: 0	30px 60px;
}

.job1-1-bottom-p{
	font-size: 14px;
	color: #333;
	line-height: 2;
}
.job1-1-bottom-p p{
	margin:0;
}


.job1-1-a{
	margin-top: 25px;
}

.job1-1-a{
	width: 123px;
	height: 33px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 33px;
	background-color: #1273c0;
	transition: background-color .3s,box-shadow .3s;
	cursor: pointer;

}

.job1-1-a i{
	font-style: normal;
}
.job1-1-a:hover{
	background-color: #ff7e00;
	/*box-shadow: 0 0 12px 2px rgba(0,0,0,0.3);*/
}

.job1-1-a:hover i{
	display: none;
}


.job-tanc-div{
	position: fixed;
	width:490px;
	height: 234px;
	left: 50%;
	margin-left: -245px;
	top: 50%;
	margin-top: -117px;
	background-color: #1273c0;
	border-radius: 8px; 
	box-shadow: 0 0 12px 2px rgba(0,0,0,0.3);
	padding: 40px 50px 0;
	display: none;
	z-index: 1800;
}

.job-tanc-wen{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	text-align: center;
}

.job-tanc-btn{
	width: 130px;
	height: 44px;
	line-height: 44px;
	color: #333;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	margin-left: auto;
	margin-top: 15px;
	cursor: pointer;
	transition: background-color .3s,color .3s;
}

.job-tanc-btn:hover{
	background-color: #ff7e00;
	color: #fff;
}




.job1-2{
	padding: 60px;
	z-index: 30;
	position: relative;
}
.job1-2-title{
	font-size: 0;
	line-height: normal;
}

.job1-2-title h1{
	display: inline-block;
	margin:0;
	font-size: 16px;
	color: #fff;
	background-color: #1273c0;
	padding: 9px 20px;
}

.job1-2-con{
	font-size: 14px;
	color: #777;
	line-height: 2.2;
	margin-top: 25px;
}

.job1-2-item+.job1-2-item{
	margin-top: 40px;
}


.yewu1-pic{
	width: 50%;
}

.yewu1-pic .imgbox_a{
	padding-bottom: 69.6%;
}

.fyewu1 .flex-direction-nav .flex-prev{
	background-image: url(../images/left.jpg);
	left: 0;
	transition: background-image .3s;
	width: 60px;
	height: 60px;
	top: auto;
	margin-top: 0;
	bottom: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.fyewu1 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/lefth.jpg);

}

.fyewu1 .flex-direction-nav .flex-next{
	background-image: url(../images/right.jpg);
	left: 60px;
	right: auto;
	transition: background-image .3s;
	width: 60px;
	height: 60px;
	top: auto;
	margin-top: 0;
	bottom: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.fyewu1 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/righth.jpg);

}
.yewu1-con{
	overflow: hidden;
	padding-right: 50px;
}

.yewu1-con-p p{margin:0;}

.yewu1-con-p{
	font-size: 14px;
	color: #777;
	line-height: 2;
	margin-top: 35px;
	height: 452px;
	overflow-y: auto;
	padding-right: 45px;
	text-align: justify;
}

.yewu1-con-p .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 4px;
	margin:0;
}

.yewu1-con-p.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, 
.yewu1-con-p.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{
	opacity: 1;
	width: 4px;
	margin:0;
}

.yewu1-con-p .mCSB_scrollTools .mCSB_draggerContainer{
	background-color: #f4f5f7;
}

.yewu1-con-p .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #ff7e00;
	border-radius: 0;
}

.yewu2{
	margin-top: 60px;
}

.yewu2-list-wp{
	margin-top: 38px;
}

.yewu2-item>a{
	display: block;
	position: relative;
	padding: 35px 28px 30px;
}
.yewu2-item>a h1{
	margin:0;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 25px;
	transition: color .3s;
	position: relative;
	z-index: 25;

}
.yewu2-item>a::before{
	position: absolute;
	left: 0;
	top: 0;
	content:"";
	width: 100%;
	height: 100%;
	border:1px solid #e8e9ef;
	z-index: 5;
}
.yewu2-item>a::after{
	position: absolute;
	left: 0;
	top: 0;
	content:"";
	width: 100%;
	height: 100%;
	border:1px solid #ff7e00;
	z-index: 15;
	opacity: 0;
	transition: opacity .3s;
}
.yewu2-pic .imgbox_a{
	padding-bottom: 106.9%;
}

.yewu2-pic{
	position: relative;
	z-index: 25;
}

.yewu2-item>a:hover h1{color: #ff7e00;}

.yewu2-item>a:hover::after{opacity:1;}

.about-erji{
	position: relative;
	padding: 40px 0 50px;

}

.about-erji::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	height: 50px;
	content:"";
	background-color: #fff;
	box-shadow: 0 -10px 10px 1px rgba(0,0,0,0.3);
}

.about1-con{
	overflow: hidden;
}
.about1-con-p-wp{
	margin-top: 44px;
	padding: 35px 40px;
	border:1px solid #e8e9ef;
	border-right: 0;
}

.about1-con-p p{margin:0;}

.about1-con-p{
	font-size: 14px;
	color: #777;
	line-height: 2.1;
	height: 377px;
	overflow-y: auto;
	padding-right: 25px;
}
.about1-con-p.mCS_no_scrollbar{
	padding-right: 0;
}
.about1-con-p .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 4px;
	margin:0;
}

.about1-con-p.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, 
.about1-con-p.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{
	opacity: 1;
	width: 4px;
	margin:0;
}

.about1-con-p .mCSB_scrollTools .mCSB_draggerContainer{
	background-color: #f4f5f7;
}

.about1-con-p .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #ff7e00;
	border-radius: 0;
}
.about2{

	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	/*background-image: url(../images/about2.jpg);*/
	padding: 55px 0 90px;
	background: #1359b1;
}

.about2-1 .about-p{
    width: 100%;
	/*max-width: 650px;*/
	/*margin:0 auto;*/
	
}
.about-p{
	font-size: 14px;
	color: #fff;
	line-height: 2.2;
	text-align: left;
}
.about2-2{
	margin-top: 50px;
}
.about2-2 dl{
	margin:0;
}

.about2-2 dd{
	float: left;
	width: 25%;
	position: relative;
	text-align: center;
}
.about2-2 dd::after{
	position: absolute;
	width: 2px;
	height: 17px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	background-color: #fff;
}
.about2-2 dd:first-child::before{
	position: absolute;
	width: 2px;
	height: 17px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	background-color: #fff;
}
.about2-2 dd h1{
	margin:0;
	font-size: 13px;
	color: #fff;
}

.about2-2 dd h2{
	margin:0;
	font-size: 60px;
	color: #fff;
	padding: 25px 0;
	line-height: 1;
	font-family:"din";

}

.about2-2 dd h3{
	margin:0;
	font-size: 13px;
	color: #fff;
}

.about3-1{
	padding: 35px 0 60px;
}
.about3-1 .about-p{
    width:100%;
	/*max-width: 1220px;*/
	/*margin:0 auto;*/
	color: #333;
}

.about3-2-list .item .imgbox_a{
	padding-bottom: 69.574%;
}

.about3-2-list .owl-dots {
    margin-top: 38px;
}
.about3-2-list .owl-dots .owl-dot{
    margin:0 4px;
}
.about3-2-list .owl-dot span{
    width: 13px;
    height: 13px;
}




.about4{
	background-color: #1359b1;
	padding: 50px 0 80px;
}
.about4 .erji-title h1{color: #fff;}
.about4 .erji-title h1::after{background-color: #fff;}



.about4-div{
	margin-top: 45px;
	background-color: #4b8ada;
}


.about4-pic{
	background-color: #5c6a89;
	width: 65.77%;
}

.about4-pic .imgbox_a{
	padding-bottom: 50.68%;
}

.fabout4 .flex-direction-nav .flex-prev{
	background-image: url(../images/left.jpg);
	left: -60px;
	transition: background-image .3s;
	width: 60px;
	height: 60px;
	top: auto;
	margin-top: 0;
	bottom: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.fabout4 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/lefth.jpg);

}

.fabout4 .flex-direction-nav .flex-next{
	background-image: url(../images/right.jpg);
	left: 0px;
	right: auto;
	transition: background-image .3s;
	width: 60px;
	height: 60px;
	top: auto;
	margin-top: 0;
	bottom: 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.fabout4 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/righth.jpg);

}

.about4-con{
	overflow: hidden;
	padding: 172px 60px 0 75px;
}

.about4-con-p{
	font-size: 14px;
	color: #fff;
	line-height: 2.4;
}



.about5{
	background-color: #fff;
	padding: 50px 0 110px;
}
.about5-1-top{
	padding: 35px 0 50px;
}
.about5-1 .about-p{
	width: 100%;
	margin:0 auto;
	color: #333;
}

.about5-1-bg{
	height: 232px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;

}

.about5-2{
	margin-top: 60px; 
}
.about5-2-img{
	margin-top: 40px;
}
.about5-2-img img{
	display: block;
	margin:0 auto;
}









div.body{
	position: relative;
	z-index: 888;
	transition: .3s;
}

div.body.cur {
  transform:translateX(-439px);
  -ms-transform:translateX(-439px); /* IE 9 */
  -webkit-transform:translateX(-439px); /* Safari and Chrome */
}


div.body-hei{
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 988;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
div.body-hei.cur{
	opacity: 1;
	visibility: visible;
	right: 439px;
}

div.cebian{
	position: fixed;
	top: 0;
	width: 439px;
	bottom: 0;
	z-index: 988;
	right: -439px;
	background-color: #1273c0;
	transition: right .3s;
	padding: 0px 55px;
}

div.cebian.cur{
	right: 0;
}

.cebian-h1{
	padding: 36px 0;
	border-bottom: 1px solid #4197dc;
}
.cebian-h1 .fl{
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-family: "fu";
}

.cebian-close{
	width: 26px;
	cursor: pointer;
}

.cebian-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	
}


.cebian-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: .3s;
}

.cebian-item-wp{
	padding-top: 15px;
}
.cebian-item{
	margin-top: 35px;
}

.cebian-ico img{
	display: block;
	width: 22px;
}


.cebian-er{
	margin-top:23px; 
}

.er11{
	width: 122px;
	margin-right: 55px;
}

.er11 img{
	display: block;
	width: 100%;
}

.er11-con{
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height:2;
	padding-top: 33px;
}

.cebian-dl1 dl{margin:0;padding-top: 10px;}


.cebian-dl1 dd{
	font-size: 14px;
	color: #fff;
	line-height:2.4;
	/*margin-top: 4px;*/
}
.cebian-dl2{
	border-top: 1px solid #4197dc;
	border-bottom: 1px solid #4197dc;
	height: 254px;
	overflow: auto;
	margin-top: 20px;
}
.cebian-dl2.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, 
.cebian-dl2.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{
	opacity: 1!important;
}
.cebian-dl2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #fff!important;
	margin-right:0;
}
.cebian-dd a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	padding: 10px 8px;
	background-color: #1273c0;
	transition: background-color .3s,color .3s;
}
.cebian-dd a:hover{
	color: #fff;
	background-color:#348dd4; 
}
.cebian-dd{
	border-bottom: 1px solid #4197dc;
}


/****************/
ul, ol, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	display: inline-block;
	border: 0 none;
}
body {
	color: #333;
	font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	overflow-x: hidden;
	width: 100%;
	/*height:2000px;*/
	font-size: 14px;
}
.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #d83631 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #d83631 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #d83631 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #d83631 url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
