/**************************************/
/*************[公用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:"ms";
	src:url("../fonts/MSJH.TTC");

}

@font-face{
	font-family:"din";
	src:url("../fonts/DINCOND-MEDIUM.OTF");

}
body{
	overflow-x: hidden;
	height: auto!important;
}
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{
	position: relative;
	z-index: 999;
	background-color: #fff;
	height: 83px;
}

.logo{
	width: 164px;
	margin-top: 20px;
}

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


.er1-ico{
	width: 16px;
	margin-top: 34px;
	position: relative;
	cursor: pointer;
}
.er1-ico img{
	display: block;
	width: 100%;
}
.er1-ico:hover .er2{
	display: block;
}
.er2{
	position: absolute;
	width: 100px;
	right: 0;
	top: 49px;
	display: none;
}



.wen1{
	width: 16px;
	margin: 34px 20px 0;
}
.wen1 img{
	display: block;
	width: 100%;
}

.nav>ul>li{
	float: left;
	width: 83px;
	position: relative;
	clear: none!important;
}
.nav>ul>li+li{
	margin-left: 30px;
}
.nav>ul>li>a{
	display: block;
	height: 83px;
	line-height: 83px;
	font-size: 14px;
	color: #333;
	text-align: center;
	position: relative;
	/*font-family:"ms";*/
}


.nav>ul>li>a span{
	position: relative;
	z-index: 15;
	color: inherit;
}
.nav>ul>li>a::before{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height:6px;
	content:"";
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/before.png);
}
.nav>ul>li>a::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	content:"";
	transition: height .3s;
	z-index: 1;
  background-color: #2578c0;
}

.nav>ul>li.cur>a,.nav>ul>li:hover>a{
	color: #fff;
}
.nav>ul>li.cur>a::after,.nav>ul>li:hover>a::after{
	height: 100%;
}

.nav>ul>li.cur>a::before,.nav>ul>li:hover>a::before{
	width: 28px;
	transition: width .3s;
}

.nav>ul>li>ul{
	position: absolute;
	width: 15000px;
	left: 0%;
	top:100%;
	z-index: 600;
	background-image: url(../images/nav-bg.png);
	display: none;
	padding-left: 40px;
}


.nav>ul>li:nth-child(6)>ul{
    left: -367px;
}



.nav>ul>li>ul>li{
	float: left;

}
.nav>ul>li>ul>li+li{
	margin-left: 30px;

}
.nav>ul>li>ul>li{
	height:57px;
	line-height: 57px;
}
.nav>ul>li>ul>li>a{
	display: block;
	
	text-align: center;
	font-size: 14px;
	color:#fff;
	transition: color .3s;
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	/*color: #2578c0;*/
	font-weight: bold;
}


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





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

#main{

}

.banner{
	overflow: hidden;
	position: relative;
}

.fafa ,.fafa .flex-viewport,.fafa .slides,.fafa .slides>li{
	height: 100%;
}
.fafa .slides>li{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	transition: transform 5s linear;
}
.fafa .slides>li>a{
	height: 100%;
	display: block;
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}
.fafa .imgbox_a{
	padding-bottom: 39.84375%;
}

.fafa .slides>li:first-child.flex-active-slide{
    transform: scale(1.05);
}
.fafa .flex-direction-nav{
	width: 1200px;
	left: 50%;
	position: absolute;
	bottom: 75px;
	margin-left: -600px;
	height: 17px;
}


.fafa .flex-direction-nav a{
	width: 9px;
	height: 17px;
	top: 0;
	margin-top: 0;
}
.fafa .flex-direction-nav .flex-prev{
	background-image: url(../images/jiao15.png);
	left: 0;
}
.fafa .flex-direction-nav .flex-next{
	background-image: url(../images/jiao16.png);
	left: 25px;
	right: auto;
}

.banner-arr-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 130px;
	z-index: 50;
}

.banner-arr-box{
	position: absolute;
	left: 0;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background-color: #fff;
	width: 100px;
}
.banner-arr-box span{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0%;
	background-color: #0083b8;
}
.banner-arr{
	padding-left: 30px;
	position: relative;
	font-size: 0;
	line-height: normal;
	background-image: url(../images/arr.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.banner-arr-con-wp .banner-arr-con{
	display: none;
	font-size: 16px;
	color: #fff;
	text-align: center;
	height: 21px;
	line-height: 21px;
}
.banner-arr-con-wp .banner-arr-con:first-child{display: block;}

.banner-arr-div{
	display: inline-block;	
	padding: 0	18px;
	position: relative;
}

.banner-arr-left{
	position: absolute;
	left: 0;
	top: 2px;
	width: 9px;
	height: 17px;
	cursor: pointer;
}
.banner-arr-left img{
	display: block;
	width: 100%;
}

.banner-arr-right{
	position: absolute;
	right: 0;
	top: 2px;
	width: 9px;
	height: 17px;
	cursor: pointer;
}
.banner-arr-right img{
	display: block;
	width: 100%;
}




.main0{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 80;
}


.index0-dl-wp{
	height: 83px;
	background-color: rgba(255,255,255,0.8);
}

.index0-dl dl{
	margin:0;
}
.index0-dl{

	position: relative;
}
.index0-dl::after{
	position: absolute;
	width: 1px;
	content:"";
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #dcdcdc;
}
.index0-dl dd{
	float: left;
	width: 20%;
	border-left: 1px solid #dcdcdc;
}
.index0-dl dd>a{
	display: block;
	position: relative;
}

.index0-1{
	height: 83px;
	font-size: 14px;
	font-weight: bold;
	color: #262626;
	text-align: center;
	padding-top: 12px;
	position: relative;
	z-index: 15;
	font-family:"ms";
}
.index0-1 img{
	display: block;
	margin:0 auto 10px;
}

.index0-2{
	position: absolute;
	z-index: 25;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}

.index0-2-pic .imgbox_a{
	padding-bottom: 41%;
}

.index0-2-h1{
	background-color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family:"ms";
}
.color1{
	color: #fff;
	background-color:  #01b1b1;	
}
.color2{
	color: #fff;
	background-color:  #bcdc93;	
}
.color3{
	color: #fff;
	background-color:  #9ed7c6;	
}
.color4{
	color: #fff;
	background-color:  #f4b544;	
}
.color5{
	color: #fff;
	background-color:  #f48a44;	
}
.color6{
	color: #fff;
	background-color:  #e5714d;	
}
.index0-dl dd>a:hover .index0-2{
	opacity: 1;
	visibility: visible;
	transition: .3s;

}






.main1{
	padding: 40px 0 30px;
	background-color: #fff;
}










.main1-1{
	width: 492px;
	height: 247px;
	background-color: #0090c1;
	background-image: url(../images/main1-1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 28px 20px 0;
}


















.main1-1-title{
	font-size: 18px;
	color: #fff;
	font-family:"ms";
}
.fmain1{
	margin-top: 22px;
}
.fmain1 h1{
	margin:0;
	font-size: 20px;
	color: #fff;
	font-family:"din";
}


.fmain1 h2{
	margin:0;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	margin:15px 0 12px;
}

.fmain1 p{
	margin:0;
	font-size: 14px;
	color: #8be2ff;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}


.fmain1 .flex-control-paging li a{
	width: 6px;
	height: 6px;
}
.fmain1 .flex-control-nav{
	position: relative;
	bottom: 0;
	margin-top: 18px;
	text-align: left;
}
.fmain1 .flex-control-nav li{
	margin:0;
}

.fmain1 .flex-control-nav li+li{
	margin-left: 6px;
}

.main1-2{
	width: 696px;
}

.index2-dl{
	height: 247px;
	overflow: hidden;
}
.index2-dl dl{
	margin:0;
}

.index2-dl dd{
	float: left;
	width: 17%;
	transition: width .3s;
}
.index2-dl dd.cur{
	width: 49%;
}
.index2-dl dd+dd{
	border-left: 2px solid #fff;
}
.index2-dl dd>a{
	display: block;height: 247px;
	position: relative;
	background-repeat: no-repeat;
	background-position: right center;
}

.index2-h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 17px 21px;
	z-index: 25;
}
.index2-h1 span{
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 50;
	/*font-family:"ms";*/
}
.index2-h1::after{
	position: absolute;z-index: 30;
	left: 0;
	width: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.72);
	content:"";
	background-repeat: no-repeat;
	background-position: 95% center;
}
.index2-dl dd.cur .index2-h1::after{
	width: 100%;
	background-image: url(../images/jiao.png);
	transition: .3s;
}








.main2{
	background-color:#f6f6f6;
	padding-bottom:  38px;
}
.main2-div{
	height: 142px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	cursor: pointer;
}

.main2-div::after{
	position: absolute;
	content:"";
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #213855;
	opacity: 0.72;
	z-index: 15;
}

.main2-bo{
	position: absolute;
	width: 60px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 14px;
	color: #fff;
	text-align: center;
	z-index: 25;
}
.main2-bo img{
	display: block;
	margin:0 auto 7px;
}



.video-wp{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1800;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
	z-index: 25;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	
}


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

.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
}

.video-box video:focus{
	outline: none;
}



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





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

#footer{
	background-color: #213855;
	padding: 30px 0;
	position: relative;	z-index: 800;
}


.foo1{
	width: 56px;
	margin-left: auto;
}

.foo1 dl{
	margin:0;
}
.foo1 dd{
	float: left;
	width: 36px;
	position: relative;
}
.foo1 dd+dd{
	margin-left: 21px;
}
.foo1 dd a,.foo1 dd img{
	display: block;
	width: 100%;
}
.foo1 dd:hover .foo1-er{
	display: block;
}
.foo1-er{
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: 66px;
	display: none;
}
.foo1-er img{
	display: block;
	width: 100%;
}


.foo2{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	margin-top: 22px;
}







/**************************************************************/
/*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: 4px 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:164px;
   margin-left: 15px;
   margin-top: 14px;
}

.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: 170px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}


.erji-top{
	background-color: #f5f5f5;
}

.mianbaoxie{
	height: 66px;
	line-height: 66px;
	font-size: 14px;
	color: #646262;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #2578c0;
}
.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 40px;
}
.erji-nav dd>a{
	display: block;
	height: 66px;
	line-height: 66px;
	font-size: 14px;
	color: #646262;
	position: relative;
}

.erji-nav dd>a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #2578c0;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.erji-nav dd:hover>a,.erji-nav dd.cur>a{

	color: #2578c0;
}
.erji-nav dd.cur>a{
	font-weight: bold;
}
.erji-nav dd:hover>a::after,.erji-nav dd.cur>a::after{
  width: 100%;
  right: auto;
  left: 0;
}


.erji-bottom{
	padding: 30px 0;
}

.dang-right-wp{
	width: 299px;
	margin-left: 61px;
	position: relative;
}
.dang-right{
	width: 299px;
	position: relative;

}
.dang-right.cur {
  position: fixed;
  top: 0px;
}
.dang-left{
	overflow: hidden;
	width: 840px;
}

.dang-img1 img{
	width: 100%;
	display: block;
}

.dang-form{
	background-color: #f5f5f5;
	padding: 30px 20px 70px;
	background-image: url(../images/dang-form.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.dang-form-li+.dang-form-li{
	margin-top: 20px;
}

.dang-form-li h1{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #2578c0;
}

.dang-input{
	margin-top: 15px;
	position: relative;
}

.dang-input .form-control{
	border-radius: 0;
	height: 42px;
}

.dang-input select.form-control{
	padding-left: 12px;
	-webkit-appearance: none;
	appearance: none;
	
}

.dang-select{
	position: relative;
}
/*.dang-select::after{
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position:  center;
	position: absolute;
	content:"";
	width: 16px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	right:20px;
}*/
.dang-input input.form-control{
	padding-right: 50px;
}

.dang-input input[type="image"]{
	position: absolute;
	right: 17px;
	top: 12px;
	width: 19px;
}

.dang-input input[type="image"]:focus{
	outline: none;
}

.dang1-pic{
	width: 357px;
	margin-left: 25px;
}

.dang1-pic .imgbox_a{
	padding-bottom: 67.22%;
}

.dang1-con{
	overflow: hidden;
	padding-top: 12px;
}

.dang1-con h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #5595cc;
}

.dang1-con h2{
	margin:0;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin:14px 0 20px;
}

.dang1-con h2 a:hover{
	color: #5595cc;
}

.dang1-con p{
	margin:0;
	font-size: 14px;
	color: #898888;
	line-height:1.8;
	height: 5.4em;
	overflow: hidden; 
}
.dang1-con .more1{
	margin-top: 45px;
}
.more1 a{
	font-size: 14px;
	color: #333;
}
.more1 a img{
	margin-top: -3px;
	margin-left: 15px;
}
.more1 a:hover{
	color: #5595cc;
}

.dang2{
	margin-top: 35px;
	border-top: 1px solid #ebf0f0;
}

.dang2 dl{
	margin:0;
}

.dang2 dd{
	padding: 23px 0;
	border-bottom: 1px solid #ebf0f0;
}

.dang2-date{
	width: 82px;
	height: 82px;
	margin-right: 24px;
	background-color: #f8f8f8;
	padding-left: 15px;
	padding-top: 10px;
}

.dang2-date h1{
	margin:0;
	font-size: 36px;
	font-weight: bold;
	color: #2578c0;
	line-height: 1;
}
.dang2-date h1::after{
	content:"";
	width: 19px;
	height: 2px;
	display: block;
	margin-top: 7px;
	background-color: #2578c0;
}
.dang2-date h2{
	margin:0;
	font-size: 12px;
	font-family: "Arial";
	font-weight: bold;
	color: #bebebe;
	margin-top: 9px;
}

.dang2-con{
	overflow: hidden;
	padding-top: 11px;
}

.dang2-con h1{
	margin:0;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

.dang2-con h1 a:hover{
	color: #2578c0;
}

.dang2-con p{
	margin:0;
	font-size: 12px;
	color: #898888;
	margin-top: 10px;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.dang2-dd{
	background-color: #fff;
	transition: background-color .3s;
}

.dang2-dd:hover{
	background-color: #f8f8f8;
}
.more2{
	margin-top: 27px;
}
.more2>a{
	display: block;
	height: 54px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#f8f8f8;
	background-image: url(../images/more2.png); 
	transition: .3s;
}

.more2>a:hover{
	background-color: #2578c0;
	background-image: url(../images/more2h.png); 

}

.zyline{
	position: relative;
}

.zyline::after{
	position: absolute;
	width: 1px;
	background-color: #ebf0f0;
	content:"";
	right: 330px;
	top: 0;
	bottom: -30px;
}

.gaoguan-dl dl{
	margin:0;
}

.gaoguan-dl dd{
	margin-top: 16px;
}

.gaoguan-dl dd>a{
	display: block;
	height:106px;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 124px;
	padding-top: 32px;
}

.gaoguan-dl dd>a h1{
	margin:0;
	font-size: 18px;
	color: #fff;
}

.gaoguan-dl dd>a h2{
	margin:0;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 8px;
}
.erji-title{
	padding-bottom: 30px;
}
.erji-title h1{
	margin:0;
	font-size: 34px;
	color: #2578c0;
	font-weight: bold;
	text-transform: uppercase;
}

.erji-title h1 span{
	color: #5eb530;
	padding-left: 10px;
}
.erji-title h2{
	margin:0;
	font-size: 22px;
	color: #555451;
	margin-top: 13px;
}

.gaoguan .dang-right{
	margin-left: 38px;
}

.gaoguan-list dl{
	margin:0;
}

.gaoguan-list dd{
	padding: 15px;
	background-color: #f5f5f5;
}
.gaoguan-list dd+dd{
	margin-top: 33px;
}
.gaoguan-pic{
	width: 180px;
	margin-right: 37px;
}

.gaoguan-pic .imgbox_a{
	padding-bottom: 133.89%;
}

.gaoguan-con{
	padding-top: 25px;
}

.gaoguan-con h1{
	margin:0;
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

.gaoguan-con h1 a:hover{
	color: #2578c0;
}
.gaoguan-con-p p{margin:0;}

.gaoguan-con-p{
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 2;
	max-height: 8em;
}


.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
}

.sanji-dl dd+dd{
	margin-left: 33px;
}

.sanji-dl dd>a{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	display: block;
	padding:0 2px 8px;
}
.sanji-dl dd.cur>a{
	border-bottom: 2px solid #2c7cc2;

}
.sanji-dl dd.cur>a,.sanji-dl dd>a:hover{
	color: #2c7cc2;
}

.fengcai{
	padding-top: 30px;
}

.fengcai dl{
	margin:0;
	margin-left: -3%;
}

.fengcai dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-bottom: 60px;
	background-color:#f4f4f4;
	padding: 30px 25px 22px;
	transition: background-color .3s,box-shadow .3s;
}
.fengcai dd:hover{
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.fengcai-pic .imgbox_a{
	padding-bottom: 142.48%;
}

.fengcai-con{
	padding-top: 20px;
}

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

.fengcai-a{
	margin-top: 15px;
}

.fengcai-a>a{
	display: block;
	width: 92px;
	height: 33px;
	line-height: 31px;
	border-radius: 999em;
	border:1px solid #d3d3d3;
	text-align: center;
	font-size: 14px;
	color: #333;
	transition: .3s;
}
.fengcai-a>a:hover{
	background-color: #2578c0;
	border-color: #2578c0;
	color: #fff;
}

.fenye{
	padding-top: 35px;
	border-top: 1px solid #e8e8e8;
	text-align: center;
}

.fenye ul{
	margin:0;
}

.jijian-dl dl{
	margin:0;
}
.jijian-dl{
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	margin-bottom: 25px;
}
.jijian-dl dd{
	float: left;
	width: 16.666666666667%;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.jijian-dl dd>a{
	display: block;
	height:45px ;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #555;
}
.jijian-dl dd>a:hover{
	color: #2578c0;
}
.jijian-dl dd.cur>a{
	background-color:#2578c0;
	color: #fff!important; 
}

.contact{
	padding: 30px 0 0;
}

.map-wp{
	height: 372px;
}

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

.contact1-pic{
	width: 486px;
	padding: 8px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.18);
	position: relative;
	z-index: 25;
	margin-left: 30px;
}

.contact1-pic .imgbox_a{
	padding-bottom: 62.5%;
}

.contact1{
	padding-bottom: 52px;
	position: relative;
}


.contact1::after{
	position: absolute;
	width: 941px;
	margin-left: -470px;
	height: 416px;
	bottom: 0;
	left: 50%;
	content:"";
	background-image: url(../images/contact1-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 15;
}

.contact1-con{
	position: relative;
	z-index: 25;
}

.contact1-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
}

.contact1-con h2{
	margin:0;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	margin:20px 0 13px;
}
.contact1-con h3{
	margin:0;
	font-size: 14px;
	color: #666;
}

.contact1-con h4{
	margin:0;
	font-size: 24px;
	color: #2578c0;
	margin-top: 15px;
}

.contact1-con dl{
	margin:0;
	padding-top: 20px;
}

.contact1-con dd{
	font-size:14px;
	color: #666666; 
	line-height: 1.6;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left 0px;
}

.contact1-con dd+dd{
	margin-top: 20px;
}

.er-wp{
	position: absolute;
	width: 183px;
	bottom: 0;
	left: 295px;
}

.erer{
	width: 108px;
	margin-right: 18px;
}

.erer img{
	display: block;
	width: 100%;
}

.er-wp-con{
	padding-top:15px;
	overflow: hidden;
	font-size:  14px;
	color: #666666;
	line-height: 1.8;
}
.rong{
	padding-top: 30px;
}
.rong1{
	background-image: url(../images/rong1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:0 0 30px;
}

.rong1-title{
	width: 350px;
	margin-right: 65px;
	font-size: 28px;
	color: #000000;
}

.rong1-con{
	overflow: hidden;
}

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

.rong1-con h1::before{
	width: 7px;
	height: 28px;
	content:"";
	display: inline-block;
	background-image: url(../images/zs.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	vertical-align: middle;
}

.rong1-con h1::after{
	width: 7px;
	height: 28px;
	content:"";
	display: inline-block;
	background-image: url(../images/yx.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
	vertical-align: middle;
}


.rong1-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 13px;
}

.rong2{
	padding: 35px 0;
	background-color: #f4f6f8;
}

.rong2-1{
	width: 417px;
}
.rong2-2{
	width: 783px;
	background-color: #fff;
	border-radius: 10px;
	padding: 8px;
	box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.18);
	position: relative;
}
.rong2-2-pic{
	display: none;
}
.rong2-2-pic:first-child{
	display: block;
}
.rong2-2-pic .imgbox_a{
	padding-bottom: 50.33%;
	border-radius: 8px;
}

.rong2-1 dl{
	margin:0;
}

.rong2-1 dd{
	height: 134px;
	padding-top: 38px;
	padding-left:46px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	cursor: pointer;
}

.rong2-1 dd+dd{
	border-top:1px solid #f0f0f0; 
}
.rong2-1 dd.cur::after{
	background-color: #fff;
	content:"";
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 50;

}

.rong2-1 dd.cur::before{
	background-color: #fff;
	content:"";
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background-color: #2578c0;
	position: absolute;
	bottom: 0;
	z-index: 60;
}
.rong2-1-ico{
	width: 36px;
	margin-right: 15px;
	position: relative;
	z-index: 100;
}

.rong2-1-ico img{
	display: block;
	width: 100%;
}

.rong2-1-con{
	padding-top: 7px;
	position: relative;
	z-index: 100;
}

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

.rong2-1-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}



.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 #ddd;
	padding: 10px 0 15px;

}




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


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

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

.dan-a a{
	font-size: 15px;
	color:#333;
}

.dan-a a:hover{
	color:#2578c0;

}

.zi-left{
	width: 560px;
	background-color: #fff;
	padding: 8px;
	margin-right: 45px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	box-shadow: 0px 0px 24px 0px rgba(34, 24, 21, 0.14);
}

.fzi .imgbox_a{
	padding-bottom: 72.477%;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.zi-right{
	overflow: hidden;
}

.zi-title{
	font-size: 22px;
	color: #333;
}

.zi-title::after{
	content:"";
	display: block;
	width: 42px;
	height: 2px;
	background-color: #2c2c2c;
	margin-top: 15px;
}

.zi-p{
	margin-top: 18px;
	font-size: 14px;
	color: #888;
	line-height: 2.2;
}

.zi{
	position: relative;
}

.zi-sel{
	position: absolute;
	right: 0;
	top: -95px;
	width: 274px;
	padding-right: 42px;
	z-index: 50;
}

.zi-span{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	background-color: #2578c0;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-image: url(../images/fang1.png);
}

.zi-xia{
	position: absolute;
	right: 0;
	width: 42px;
	height: 50px;
	top: 0;
	background-color: #1766aa;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/jiao2.png);
	cursor: pointer;
}

.zi-dl{
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #2578c0;
	display: none;

}

.zi-dl dl{
	margin:0;
}

.zi-dl dd>a{
	display: block;
	padding: 8px 12px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	transition: background-color .3s;
	background-color: #2578c0;
}

.zi-dl dd>a:hover{
	background-color: #1766aa;
}

.zi{
	padding-bottom: 45px;
}

.fzi .flex-control-paging li a{
	width: 14px;
	height: 14px;
	background-image: url(../images/arrow-b1.png);
}

.fzi .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b1-h.png);
}

.fzi .flex-control-nav li{
	margin:0 4px;
}
.fzi .flex-control-nav{
	bottom: -40px;
}

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

.zuzhi-img img{
	display: block;
	margin:0 auto;
}

.rongyu{
	padding: 30px 0 75px;
	background-image: url(../images/rongyu-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}


.rongyu-div1{
	background-color: #f6f7ee;
}

.rongyu-div1-right{
	width: 404px;
	height: 463px;
	/*height: ;*/
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/rongyu1-bg.jpg);
	padding: 75px 60px 0 40px;
}

.rongyu-div1-pic-wp .rongyu-div1-pic{display: none;}
.rongyu-div1-pic-wp .rongyu-div1-pic:first-child{display: block;}

.rongyu-div1-right h1{
	margin:0;
	font-size: 30px;
	color: #333;
}

.rongyu-div1-right h2{
	margin:0;
	font-size: 32px;
	color: #cec7a2;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3;
	margin-top: 17px;
}


.rongyu-div1-right p{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-top: 35px;
}

.rongyu-div1-left{
	overflow: hidden;
	padding: 36px 160px 0;
	position: relative;
}

.rongyu-prev{
	position: absolute;
	width: 54px;
	height: 54px;
	left: 65px;
	top: 185px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-image: url(../images/left.png);
	transition: background-image .3s;
}

.rongyu-prev:hover{
	background-image: url(../images/lefth.png);

}
.rongyu-next{
	position: absolute;
	width: 54px;
	height: 54px;
	right: 65px;
	top: 185px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-image: url(../images/right.png);
	transition: background-image .3s;
}

.rongyu-next:hover{
	background-image: url(../images/righth.png);

}
.rongyu-div1-pic-img .imgbox_a{
	padding-bottom: 74.48%;
}

.rongyu-div1-pic h1{
	margin:0;
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-top: 16px;
}

.rongyu-div2{
	margin-top: 30px;
	border:2px solid #e8e8e8;
	padding: 13px;
	background-color: #fff;
}
.rongyu-list .item{
	border:2px solid #1a170f;
	cursor: pointer;
	transition: border-color .3s;
}


.rongyu-list .imgbox_a{
	padding-bottom: 74.48%;
}
.rongyu-list .imgbox_a::after{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	background-color: #000;
	transition: opacity .3s;
	opacity: 0.5;
}

.rongyu-list .item.cur{
	border-color:#2578c0;
}

.rongyu-list .item.cur .imgbox_a::after{
	opacity: 0;
}

.about1{
	background-color: #fff;
	padding: 60px 0;
}

.about1-1{
	width: 465px;
	margin-right: 110px;
}
.about1-title img{
	display: block;
	margin-bottom: 17px;
}
.about1-title{
	font-size: 26px;
	color: #333;
}
.about1-pic{
	max-width: 465px;
	margin:0 auto;
	margin-top: 32px;
}
.about1-pic img{
	display: block;
	width: 100%;
}

.about1-dl{
	margin-top: 20px;
}

.about1-dl dl{
	margin:0;
	line-height: normal;
	text-align: center;
	font-size: 0;
	position: relative;
}
.about1-dl dl::after{
	position: absolute;
	width: 1px;
	left: 50%;
	top: 12px;
	bottom: 2px;
	background-color: #d6dae0;
	content:"";
}
.about1-dl dd{
	display: inline-block;
	width: 75px;

}
.about1-dl dd+dd{
	margin-left: 80px;
}
.about1-dl dd a{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.about1-dl dd a:hover{
	color: #2578c0;
}
.about1-dl dd a img{
	display: block;
	margin:0 auto 8px;
}

.about1-2{
	overflow: hidden;
}
.about2{
	background-image: url(../images/about2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #f7f7f7;
	padding: 90px 0 70px;
}

.about2-dl dl{
	margin:0;
	margin-left: -1%;
}

.about2-dl dd{
	float: left;
	width: 24%;
	margin-left: 1%;
}

.about2-ico{
	width: 113px;
	margin-right: 20px;
}

.about2-con{
	overflow: hidden;
	padding-top: 30px;
}


.about2-con h1{
	margin:0;
	font-size: 14px;
	color: #9f9f9f;
}

.about2-con h1 span{
	font-size: 23px;
	color: #2578c0;
	font-weight: bold;
	padding-right: 5
}

.about2-con h2{
	margin:0;
	font-size: 14px;
	color: #9f9f9f;
	margin-top: 10px;
}

.fazhan-nian{
	width: 137px;
	margin-right: 30px;
	font-size: 48px;
	color: #2578c0;
	font-family: 'Bahnschrift';
	background-image: url(../images/fazhan-nian.png);
	background-repeat: no-repeat;
	background-position: right 42%;
	line-height: 1;
}

.fazhan-con-wp{
	border:1px solid #f0f0f0;
	background-color: #fff;
	padding: 15px 30px;
	overflow: hidden;
}

.fazhan-con{
	font-size: 14px;
	color: #8b9195;
	line-height: 2;
	height: 140px;
	overflow: hidden;
}

.fazhan-div .swiper-slide{
	height: 172px!important;
	padding-bottom: 38px;
	float: none;
	width: 100%;
}

.fazhan-div .swiper-container{
	height: 840px;
	overflow: hidden;
	position: relative;
	z-index: 25;
}

.fazhan-div{
	padding: 75px 0 60px;
	position: relative;
}

.fazhan-div::before{
	position: absolute;
	width: 1px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/before2.png);
	content:"";
	top: 32px;
	bottom: 32px;
	left: 130px;
	z-index: 10;
}

.fazhan-up{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 115px;
	background-image: url(../images/up.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: background-image .3s;
}

.fazhan-up:hover{
	background-image: url(../images/uph.png);

}

.fazhan-down{
	position: absolute;
	width: 32px;
	height: 32px;
	bottom: 0;
	left: 115px;
	background-image: url(../images/down.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: background-image .3s;
}

.fazhan-down:hover{
	background-image: url(../images/downh.png);

}

.fazhan-up:focus{
	outline: none;
}

.fazhan-down:focus{
	outline: none;
}

.fazhan .mCSB_scrollTools .mCSB_draggerRail{
	background-color: #f5f5f5;
}

.fazhan .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 2px;
	background-color: #2578c0;
}



/*2021-9-15*/

.tuandui{
	padding: 30px 0 45px;
	background-image: url(../images/tuandui-bg.jpg);
	background-repeat: no-repeat;
	background-position: center  bottom;
}

.tuandui-div{
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	margin-top: 15px;
	
}

.ftuandui .imgbox_a{
	padding-bottom: 53.58%;
}
.ftuandui .imgbox_a h1{
	position: absolute;
	z-index: 15;
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 20px 15px;
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	left: 0;
	bottom: 0;
}
.ftuandui{
	padding-right: 293px;

}
.ftuandui::after{
	position: absolute;
	right: 0;
	top: 0;
	content:"";
	z-index: 25;
	background-image: url(../images/tuandui-lv.png);
	background-repeat: no-repeat;
	background-position:   center;
	width: 340px;
	height: 486px;
}

.ftuandui .flex-direction-nav{
	position: absolute;
	z-index: 50;
	width: 53px;
	height: 89px;
	bottom:9px;
	right: 269px;
}

.ftuandui .flex-direction-nav .flex-prev{
	left: auto;
	right: 0;
	top: 0;
	background-image: url(../images/b-left.png);
	transition: background-image .3s;

}
.ftuandui .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left-h.png);

}

.ftuandui .flex-direction-nav .flex-next{
	left: 0;
	right: auto;
	bottom: 0;
	background-image: url(../images/b-right.png);
	transition: background-image .3s;

}
.ftuandui .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right-h.png);

}
.ftuandui .flex-direction-nav a{
	width: 48px;
	height: 42px;
	top: auto;
	margin-top: 0;
}


.shipin.fengcai dd{
	width: 30.333333%;
}


.shipin.fengcai dd .fengcai-pic .imgbox_a {
   padding-bottom: 53.58%;
}
.shipin.fengcai dd .fengcai-pic .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	z-index: 15;
	background-color: rgba(0,0,0,0.3);
}

.shipin.fengcai dd .fengcai-pic .imgbox_a::after{
	position: absolute;
	width: 38px;
	height: 38px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content:"";
	z-index: 25;
	background-image: url(../images/bo12.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}

.buju{
	padding: 30px 0 75px;
}

.buju1-1{
	background: -webkit-linear-gradient(left, #5eb530 , #008cbe); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #5eb530, #008cbe); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #5eb530, #008cbe); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #5eb530 , #008cbe); /* 标准的语法 */
  padding: 25px 0;
  border-radius: 13px;

}

.buju1-1 dl{
	margin:0;
}

.buju1-1 dd{
	float: left;
	width: 30%;
	text-align: center;
}
.buju1-1 dd:first-child{
	width: 40%;
}

.buju1-1 dd h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.buju1-1 dd h1 span{
	font-size: 26px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
}

.buju1-1 dd h2{
	margin:0;
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	margin-top: 10px;
}


.buju1-2{
	margin-top: 60px;
}

.buju1-2-right{
	width: 380px;
	text-align: center;
	background-color: #f2f2f2;
	padding: 50px 15px 78px;
	background-image: url(../images/buju1-2-right.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 45px;
}

.buju1-2-right h1{
	margin:0;
	font-size: 28px;
	font-weight: bold;
	color: #bcbdbc;
	text-transform: uppercase;

}

.buju1-2-right h2{
	margin:0;
	font-size: 28px;
	font-weight: bold;
	color: #80aa32;
	margin:10px 0 13px;
}
.buju1-2-right h3{
	margin:0;
	font-size:14px;
	color: #bcbdbc;
		text-transform: uppercase;
}


.buju1-2-left{
	overflow: hidden;
}


.buju1-2-dl	 dl{
	margin:0;
}

.buju1-2-dl dd{
	float: left;
	font-size: 14px;
	color: #646262;
	padding-bottom: 15px;
}
.buju1-2-dl dd.cur {
	border-bottom: 3px solid #2578c0;
}
.buju1-2-dl dd a:hover{
	color: #2578c0;
}
.buju1-2-dl dd.cur a{
	font-weight: bold;
	color: #2578c0;

}
.buju1-2-dl dd+dd{
	margin-left: 50px;
}


.buju1-2-p{
	font-size: 14px;
	color: #9f9f9f;
	line-height: 2;
	height: 8em;
	overflow: hidden;
	margin-top: 25px;
}

.buju1-3{
	position: relative;
}
.buju1-3-sel{
	position: absolute;
	z-index: 25;
	right: 0;
	top: 0;
	width: 380px;
}
.buju1-3-span{
	height: 92px;
	line-height: 92px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-left: 70px;
	background-color: #80aa32;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	background-position: 25px center;
}
.buju1-3-span::after{
	position: absolute;
	right: 30px;
	top: 50%;
	width: 22px;
	height: 13px;
	margin-top: -7px;
	background-image: url(../images/jiao3.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	content:"";
}
.buju1-3-span img{
	margin-top: -3px;
	margin-right: 17px;
}



.buju1-3-sel dl{
	margin:0;
	display: none;
}

.buju1-3-sel dd{
	padding: 9px 15px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	transition: background-color .3s;
	background-color: #80aa32;
	cursor: pointer;
}

.buju1-3-sel dd:hover{
	background-color: #5eb530 ;
}










.buju1-3-bg-wp{
	position: relative;
	z-index: 15;
}
.buju1-3-bg{

	height: 422px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	display: none;
}
.buju1-3-bg a{
	display: block;
	height: 100%;
}

.buju1-3-bg:first-child{
	display: block;
}



.buju2{
	background-color: #f2f7fb;
	padding: 50px 0 65px;
	background-color: #f2f7fb;
}

.buju2 .container{
	position: relative;
}

.buju2-mq{
	position: absolute;
	width: 100px;
	height: 45px;
	background-color:#d8e2ec; 
	left: 0;
	top: -10px;
}
.buju2-mq span{
	position: absolute;
	width: 50%;
	height: 100%;
	transition: background-image .3s,background-color .3s;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}


.mqspan1{
	right: 0;
	background-image: url(../images/mqspan1.png);
}

.mqspan1.cur{
	background-image: url(../images/mqspan1h.png);
	background-color: #2578c0;
}

.mqspan2{
	left: 0;
	background-image: url(../images/mqspan2.png);
}

.mqspan2.cur{
	background-image: url(../images/mqspan2h.png);
	background-color: #2578c0;
}



.buju2 .erji-title h2{
	margin-top: 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.buju2-list-wp
{padding-top:10px; }



.buju2-list1 dl{
	margin:0;
}
.buju2-list1 dd{
	background-color: #fff;
}
.buju2-list1 dd+dd{
	margin-top: 30px;
}
.buju2-list1 .buju2-pic{
	width:229px;
	float: left;
}

.buju2-list1 .buju2-con{
	overflow: hidden;
}


.buju2-list1{
	display: none;
}

.buju2-list2 dl{
	margin:0;
	margin-left: -3%;
}

.buju2-list2 dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	margin-top: 54px;
}

.buju2-list2 dd:first-child,
.buju2-list2 dd:first-child+dd,
.buju2-list2 dd:first-child+dd+dd{
	margin-top: 0;
}

.buju2-pic .imgbox_a{
	padding-bottom: 55.643%;
}
.buju2-pic .imgbox_a::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	z-index: 15;
	background-color: #000;
	opacity: 0.5;
	transition: opacity .3s;
}
.buju2-list dd:hover .imgbox_a::after{
	opacity: 0;
}
.buju2-con{
	background-color: #fff;
	padding: 20px 20px 30px;
}

.buju2-con h1{
	margin:0;
	font-size: 16px;
	font-weight: bold;
	color: #2578c0;
}

.buju2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 10px;
}








.dsz{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/dsz-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 30px;
}

.dsz-left{
	width: 50%;
}

.dsz-pic .imgbox_a{
	padding-bottom: 68.65%;
}

.dsz-con1{
	background-color: #3AA07B;
	background: -webkit-linear-gradient(left, #5eb530 , #008cbe);
  background: -o-linear-gradient(right, #5eb530, #008cbe);
  background: -moz-linear-gradient(right, #5eb530, #008cbe);
  background: linear-gradient(to right, #5eb530 , #008cbe);
	padding: 23px 25px 23px 50px;
	font-size: 18px;
	color: #fff;
	/*background-image: url(../images/dsz-con1.jpg);*/
	background-repeat: no-repeat;
	background-position: right center;
}

.dsz-con1 img{
	display: block;
	margin-bottom: 13px;
}

.dsz-right{
	overflow: hidden;
	padding: 40px 50px 0;
}

.dsz-right-1{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
	position: relative;
	padding-bottom: 50px;
}

.dsz-right-1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	content:"";
	background-image: url(../images/line1.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}

.dsz-right-2 p{
	margin:0;
}

.dsz-right-2{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 30px;
	height: 20em;
	overflow: auto;
	padding-right: 15px;

}

.dsz-right-2.mCS_no_scrollbar{
	padding-right: 0;
}


.dsz-right{
	padding: 40px 40px 0;
}
.dsz-right-1{
	font-size: 22px;
}
.dsz-right-2{
	line-height: 2;
	margin-top: 20px;
	font-size: 15px;
}
.dsz-con1{
	padding: 20px 20px 20px 45px; 
	font-size: 16px;
}
.dsz-con1 img{
	width: 120px;
	margin-bottom: 10px;
}

















.bqq-div-wp{
	background-color: #f1f1f1;
	padding: 50px 0;
}

.bqq-div{
	background-color: #fff;
	padding: 55px 40px;
}

#header-cccc{
	height: 100px;
}

.bqq-div-right{
	width: 600px;
	margin-left: 45px;
}

.bqq-div-left{
	overflow: hidden;
}

.bqq-title{
	font-size: 21px;
	color:#333;
	margin-bottom: 25px;
}

.bqq-wen p{
	margin:0;
}

.bqq-wen{
	font-size: 14px;
	color:#666;
	line-height: 2;
	height: 336px;
	overflow-y: auto;
}
.bqq-page
{background-color: #fff;
	width: 345px;
	margin-top: 16px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/bqq2.jpg);
padding: 0 20px;}
.bqq-page a{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color:#666;
	width: 45%;
	text-align: center;
}

.bqq-page a:hover{
	color:#0097c3;
}

.fbqq .flex-direction-nav{
	display: block;
}

.fbqq .flex-direction-nav a{
	width: 40px;
	height: 41px;
	margin-top: -20px;
}

.fbqq .flex-direction-nav .flex-prev
{left: 20px;background-image: url(../images/bqq-left.png);}
.fbqq .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/bqq-lefth.png);
}
.fbqq .flex-direction-nav .flex-next{
	right: 20px;background-image: url(../images/bqq-right.png);
}
.fbqq .flex-direction-nav .flex-next:hover{
	background-image: url(../images/bqq-righth.png);
}


.fbqq .flex-direction-nav .flex-prev.flex-disabled,.fbqq .flex-direction-nav .flex-next.flex-disabled{
	display: none;
}


.fbqq .slides>li>a{
	position: relative;
	overflow: hidden;
	display: block;
	padding-bottom: 66.67%;
}

.fbqq .slides>li>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.bqq-div-left .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0c99b7;
}

.bqq-div-left .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 8px;
    height: 100%;
    /* margin: 0 auto; */
    margin-left: 7px;
    text-align: center;
    border-radius: 0;
}


.bqq-div-left .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #b0b4b8;
    width: 1px;
}