/**************************************/
/*************[公用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{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	height: 90px;
	background-color: #fff;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}

.header-index1{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-image: url(../images/header-index.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
	z-index:999 ;
}

.index-header2#header{
	/*top: -90px;*/
	display: none;
}

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

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

.search{
	width: 45px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/search-bg.png);
	margin-top: 35px;
}

.search a,.search img{
	display: block;
	width: 20px;
	margin-left: auto;
}
.nav{
	margin-right: 15px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	text-align: center;
	/*position: relative;*/
	padding: 0	15px;

}
.nav>ul>li>a{
	display: block;
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	color:#333;
	padding: 0	15px;
}

.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	color: #0b67b0;
}



.header-index1 .search{
	background-image: url(../images/search-bg2.png);
}

.header-index1 .nav>ul>li>a{
	color: #fff;
}
.header-index1 .nav>ul>li:hover>a, .header-index1 .nav>ul>li.cur>a {
	font-weight: bold;
}



.xiala{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: rgba(255,255,255,0.7);height:190px;
	z-index: 500;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	display: none;
	text-align: left;
}

.xiala-dl{
	width: 420px;
	margin-left:43px;
}
.xiala-dl dl{
	margin:0;
}

.xiala-dl dd{
	float: left;
	width: 40%;
	margin-left:10%;
	height: 50px;
	line-height: 49px;
	border-bottom: 1px solid #d2d2d2;
	padding-left:45px;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-image: url(../images/xiala-dl.png);
}
.xiala-dl dd a{
	font-size: 14px;
	color: #666;
}
.xiala-dl dd a:hover{
	color: #0b67b0;
}

.xiala1-right{
	overflow:hidden; 
	padding-top: 3px;
}
.xiala1-right h1{
	margin:0;
	font-size: 18px;
	color: #0b67b0;
	font-weight: bold;
}

.xiala1-right p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin:11px 0 10px;
}

.xiala2-right{
	width: 800px;
	margin-left: 195px;
	margin-top: 5px;
}


.xiala2-pic{
	width: 216px;
	margin-right: 50px;
}
.xiala2-pic .imgbox_a{
	padding-bottom: 64.35%;
}

.xiala2-dl{
	margin:0;
	overflow: hidden;
}
.xiala2-dl dl{
	margin:0;
}
.xiala2-dl dd{
	padding: 13px 0;
	border-bottom: 1px solid #d2d2d2;
}
.xiala2-dl dd h1{
	margin:0;
	font-size: 12px;
	color: #999;
}

.xiala2-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.xiala2-dl dd h2 a:hover{
	color: #0b67b0;
}

.xiala-ico-dl{
	width: 550px;
	margin-top: 40px;
}
.xiala-ico-dl dl{
	margin:0;
}

.xiala-ico-dl dd{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 0;
	line-height: normal;
	text-align: 	center;
}

.xiala-ico-dl dd>a{
	display: inline-block;
	font-size: 16px;
	color: #666;
}
.xiala-ico-dl dd>a:hover{
	color: #0b67b0;
}
.xiala-ico-dl dd>a img{
	display: block;
	width: 56px;
	margin:0 auto 9px;
}


.xiala-contact{
	padding-top: 11px;
	overflow: hidden;
}

.xiala-contact .foo1-dl dd{
	margin-top: 25px!important;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	padding-left: 50px;
	padding-top: 0;

}
.xiala-contact .foo1-dl dd:first-child{
	width: 98%;
	margin-top: 0px!important;
}
.xiala-contact .foo1-dl dd h2{font-size: 16px;line-height: 20px;margin-top: 7px;}
.xiala-contact .foo1-dl dd h3{font-size: 20px;}




.more111 a{
	display: block;
	width: 143px;
	height: 40px;
	line-height: 36px;
	border:2px solid #0b67b0;
	position: relative;
	margin-top: 3px;
	padding-left:15px;

}

.more111 a span{
	position: relative;
	z-index: 50;
	font-size: 14px;
	color: #0b67b0;
	transition: .3s;
}

.more111 a::after{
	position: absolute;
	width: 25px;
	height: 11px;
	top: 50%;
	margin-top:-5px;
	content:"";
	background-image: url(../images/jjt1.png);
	right: 15px;
	z-index: 50;
	transition: .3s;
}
.more111 a::before{
	position: absolute;
	z-index: 20;
	background-color: #0b67b0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	transition: .3s;
	content:"";
}

.more111 a:hover::before{
	width: 100%;
}
.more111 a:hover::after{
	background-image: url(../images/jjt2.png);
	right: 10px;
}
.more111 a:hover span{
	color: #fff;
}







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





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

#main{
	margin-top: 90px;
}

#main.main-index{
	margin-top: 0;
}


.banner{
	overflow: hidden;
}


.fafa,.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.flex-active-slide{
	transform: scale(1.05);
}


.fafa .flex-control-paging li{

	vertical-align: bottom;

}

.fafa .flex-control-paging li a{

	width: 5px;

	height: 10px;

	border-radius: 5px;

	background-color: #fff;

	background-image: none;

	transition: .3s;

}



.fafa .flex-control-paging li a.flex-active{

	width: 5px;

	height: 20px;

	border-radius: 5px;

	background-color: #0b67b0;

	background-image: none;

}


.fxfx .flex-control-paging li{

	vertical-align: bottom;

}

.fxfx .flex-control-paging li a{

	width: 5px;

	height: 10px;

	border-radius: 5px;

	background-color: #fff;

	background-image: none;

	transition: .3s;

}


.fxfx .flex-control-nav{
	bottom: 10px;
}
.fxfx .flex-control-nav li{
	margin:0 4px;
}
.fxfx .flex-control-paging li a.flex-active{

	width: 5px;

	height: 15px;

	border-radius: 5px;

	background-color: #0b67b0;

	background-image: none;

}

.fxfx .imgbox_a{
	padding-bottom: 41.6%;
}


.main1{
	background-image: url(../images/main1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.main1-left {
	width: 790px;
	margin-right: 75px;
	margin-top: 80px;
}

.main1-left h1{
	margin:0;
	font-size: 34px;
	font-weight: bold;
	color: #0b67b0;
}
.main1-p{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 2;
	margin-top: 28px;
}

.main1-right{
	overflow: hidden;
}
.main1-right-dl{
	padding-top: 45px;
	min-height:500px;
}
.main1-right-dl dl{
	margin:0;
}

.main1-right-dl dd{
	float: left;
	width: 50%;
	padding-left:60px; 
	margin-top: 65px;
	position: relative;
}


.main1-right-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.main1-right-dl dd h1 span{
	font-size: 70px;
	font-family: "Arial";
	padding-right: 5px;
}
.main1-right-dl dd h2{
	margin:0;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}


.main1-right-dl dd::before{
	content:"";
	position: absolute;
	width: 2px;
	height: 80px;
	background-color:#37a442;
	z-index: 15; 
	left: 0;
	top: 0;
}

.main1-right-dl dd::after{
	content:"";
	position: absolute;
	width: 1px;
	height: 10000px;
	top: 50%;
	margin-top: -5000px;
	background-color:#ededed;
	z-index: 10; 
	left: 0;
}

.main2{
	position: relative;
}

.main2-1-wp .main2-1{display: none;}
.main2-1-wp .main2-1:first-child{display: block;}

.main2-1{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 670px;
	position: relative;
	z-index: 40;
	background-attachment: fixed;
}
.main2-1 .container{
	position: relative;
	z-index: 35;
}
.main2-1::after{
	position: absolute;
	z-index: 25;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/mb.png);
	content:"";
}

.main2-1-con{
	width: 50%;
	padding-top: 95px;
}
.main2-1-con h1{
	margin:0;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}

.main2-1-con p{
	margin:0;
	font-size: 14px;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	color: #fff;
	margin:28px 0 35px;
}


.main2-1-a{
	height: 66px;
	width: 224px;
	position: relative;
	padding-left: 30px;
	padding-top: 21px;
}
.main2-1-a a{
	font-size: 16px;
	color: #fff;
}
.main2-1-a a:hover{
	font-weight: bold;
}
.main2-1-a a img{
	margin-top: -3px;
	margin-left: 24px;
}
.main2-1-a::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background-image: url(../images/item3.png);
}

.main2-1-a::after{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background-image: url(../images/item3.png);
}
.main1-left .main2-1-a{
	margin-top: 30px;
}

.main1-left .main2-1-a a{
	color: #999;
}
.main1-left .main2-1-a::before{
	background-image: url(../images/item3h.png);
}
.main1-left .main2-1-a::after{
	background-image: url(../images/item3h.png);
}


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

.main2-2-list{
	background-image: url(../images/item2.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.main2-2-list .item{
	display: block;
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding: 25px 0;
	cursor: pointer;
	background-image: url(../images/item2.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.main2-2-list .item.cur{
	background-color: #37a442;
}

.main2-ico{
	width: 78px;
	margin:0 auto 13px;
}

.main2-2-list .owl-nav button.owl-prev{
    position: absolute;
    left:-100px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    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%;
}

.main2-2-list .owl-nav button.owl-next{
    position: absolute;
    right:-100px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    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%;
}

.main2-2-list .owl-nav button.owl-prev.disabled,
.main2-2-list .owl-nav button.owl-next.disabled{
	display: none;
}



.main3{
	background-color: #f0f6fc;
	padding: 110px 0;
}

.main3-title h1{
	margin:0;
	font-size: 34px;
	font-weight: bold;
	color: #0b67b0;
}

.main3-more{
	margin-top: 8px;

}
.main3-more a{
	display: none;
	font-size: 16px;
	color: #666;
}
.main3-more a:hover{
	color: #37a442;
}
.main3-more a:first-child{
	display: inline;
}


.main3-title-dl{
	margin-right: 7px;
	margin-top: 8px;
}
.main3-title-dl dl{
	margin: 0;
}



.main3-title-dl dd{
	font-size: 16px;
	color: #666;
	float: left;
	padding:0 9px;
	position: relative;
}
.main3-title-dl dd::after{
	content:"";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	width: 2px;
	background-color: #888a8c;
	height: 14px;
}


.main3-title-dl dd span{
	display: block;
	cursor: pointer;
	font-size: 16px;
	color: #666;
	position: relative;
}
.main3-title-dl dd span::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content:"";
	height: 5px;
	background-color: #37a442;
	z-index: 15;
	display: none;
}
.main3-title-dl dd.cur span::after{
	display: block;
}
.main3-title-dl dd.cur span{
	font-weight: bold;
	color: #000;
}
.main3-title-dl dd span i{font-style: normal;position: relative;z-index: 25;}


.main3-div-wp{
	margin-top: 50px;
}
.main3-div-wp .main3-div{display: none;}
.main3-div-wp .main3-div:first-child{display: block;}
.main3-left{
	width: 715px;
	margin-right: 65px;
}

.main3-left h1{
	margin:0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.main3-left h1 a:hover{
	color: #0b67b0;
}
.main3-left h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin:20px 0 12px;
	padding-left:28px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time.png);
	height: 19px;
	line-height:19px;
}
.main3-pic{
	margin-top: 25px;
}
.main3-pic .imgbox_a{
	padding-bottom: 53.147%;
}

.main3-left p{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}





.main3-right{
	overflow: hidden;
}

.main3-dl dl{
	margin:0;
}

.main3-dl dd{
	padding: 40px;
	position: relative;
}
.main3-dl dd:first-child::before{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background-color: #e0e0e0;
	z-index: 5;
}
.main3-dl dd::after{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #e0e0e0;
	z-index: 5;
}
.main3-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
	padding-left:28px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time.png);
		height: 19px;
	line-height:19px;
	position: relative;
	z-index: 15;
	transition: .3s;
}

.main3-dl dd h2{
	margin:0;
	font-size: 18px;
	color: #333;
	margin:23px 0 15px;
	position: relative;
	z-index: 15;
	transition: .3s;
}
.main3-dl dd p{
	margin:0;
	font-size: 14px;
	color: #666;
	position: relative;
	z-index: 15;
	transition: .3s;
}

.main3-dd-bg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.main3-dl dd:hover .main3-dd-bg{
	opacity: 1;
	visibility: visible;
}
.main3-dl dd:hover h1{
	color: #fff;
	background-image: url(../images/timeh.png);
}

.main3-dl dd:hover h2{
	color: #fff;

}
.main3-dl dd:hover p{
	color: #fff;
}



.main4{
	background-image: url(../images/main4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}


.main4-div{
	padding: 100px 0;
	background-image: url(../images/heidi2.png);
}


.main4-div h1{
	margin:0;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	font-family: "Arial";
	text-transform: uppercase;
	text-align: center;
}


.main4-div h2{
	margin:0;
	font-size:20px;
	color: #fff;
	text-align: center;
	margin:10px 0 29px;
}


.bo{
	width: 50px;
	margin:0 auto;
	cursor: pointer;
}

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

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





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

#footer{

}
.footer-1{
	background-color: #363738;
	padding: 55px 0 50px;
}


.foo1-1{
	width: 138px;
	margin-top: 25px;
}

.foo1-1 a,
.foo1-1 img{
	display: block;
	width: 100%;
}

.foo1-2{padding-left: 30px;}
.foo1-2 ul{
	margin:0;
}
.foo1-2 dl{
	margin:0;
}
.foo1-2 li{
	float: left;
	margin-left: 65px;
}

.foo1-2 li h1{
	margin:0;
	font-size: 16px;
	color: #fff;
}

.foo1-2 dd{
	margin-top: 15px;
	font-size: 14px;
	color: #949495;
	padding-left: 4px;
}
.foo1-2 dd a{
	transition: color .3s;
}
.foo1-2 dd a:hover{
	color: #fff;
}
.foo1-2 li:first-child+li+li dd{
	margin-top: 10px;
}
.foo1-2 li:first-child+li+li dd:first-child{
	margin-top: 15px;
}





.er{
	width: 128px;
	margin-left: 106px;
	font-size: 14px;
	color: #949495;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.foo1-3{
	width: 285px;
}

.foo1-3 p{
	font-size: 14px;
	color: #949495;
	margin:0;
	text-align: right;
	margin: 20px 0 25px;
	line-height: 2;
}
.foo1-3-1{
	padding-left: 139px;
	background-repeat: no-repeat;
	background-position: 90px center;
	background-image: url(../images/foo1-3-1.png);
}
.foo1-3-1 h1{
	margin:0;
	font-size: 14px;
	color: #949495;
}
.foo1-3-1 h2{
	margin:0;
	font-size:20px;
	color: #fff;
	font-weight: bold;
	margin-top: 8px;
}

.foo1-3-img{
	width: 190px;
	margin-left: auto;
}

.foo1-3-img a,.foo1-3-img img{
	display: block;
	width: 100%;
}



.footer-2{
	background-color: #2f2e2e;
	font-size: 14px;
	color: #949495;
	padding: 18px 0;
	line-height: 1.8;
}
.footer-2 a:hover{
	color: #fff;
}


/**************************************************************/
/*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: 190px;
   margin-left: 15px;
   margin-top: 10px;
}

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

.banner-2 h1{
	margin:0;
	font-size: 46px;
	color: #fff;
	text-align: center;
}

.banner-2 h2{
	margin:0;
	font-size: 22px;
	color: #fff;
	font-family: "Arial";
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}

.erji-top{
	box-shadow: 0 4px 10px -3px rgba(0,0,0,0.14);
	position: relative;
	z-index: 35;
}
.mianbaoxie{
	background-repeat: no-repeat;
	background-position: 0  center;
	background-image: url(../images/mianbaoxie1.png);
	padding-left: 20px;
}
.mianbaoxie dl{
	margin:0;
}

.mianbaoxie dd{
	float: left;
	height: 65px;
	line-height: 65px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 11px  center;
	background-image: url(../images/mianbaoxie2.png);
	font-size: 14px;
	color: #666;
}

.mianbaoxie dd a:hover{
	color: #0b67b0;
}


.mianbaoxie dd span{
	font-weight: bold;
	color: #0b67b0;
}

.menu dl{
	margin:0;
}
.menu{
	border-left: 1px solid #e1e4e6;

}
.menu dd{
	float: left;
	border-right: 1px solid #e1e4e6;
	width: 160px;
}

.menu dd>a{
	display: block;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #333;
	border-bottom: 2px solid #fff;
	text-align: center;
}
.menu dd>a:hover{
	color: #0b67b0;
}
.menu dd.cur>a{
	border-bottom: 2px solid #0b67b0;
}

.menu dd.cur>a:hover{
	color: #333;
}

.erji-bottom{
	padding: 60px 0;
	position: relative;
	z-index: 25;
}

.xinwen-list ul{
	margin:0;
}

.xinwen-list li{
	padding: 15px;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.08);
	background-color: #fff;
	transition: background-color .3s;
	margin-top: 50px;
}
.xinwen-list li:first-child{
	margin-top: 0;
}
.xinwen-pic{
	width: 320px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 66.56%;
}

.xinwen-con{
	overflow: hidden;
	padding: 25px 50px 0 20px;
}

.xinwen-con h1{
	margin:0;
	font-size: 14px;
	color: #666;
	height: 19px;
	line-height: 19px;
	background-repeat: no-repeat;
	background-position: 0  center;
	background-image: url(../images/time1.png);
	padding-left: 30px;
	transition: .3s;
}

.xinwen-con h2{
	margin:0;
	font-size: 20px;
	color: #333;
	margin:18px 0 15px;
	font-weight: bold;
	transition: color .3s;
}

.xinwen-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	transition: color .3s;
}

.xinwen-list li:hover{
	background-color: #0b67b0;
}

.xinwen-list li:hover .xinwen-con h1{
	color: #fff;
	background-image: url(../images/time1h.png);
}

.xinwen-list li:hover .xinwen-con h2{
	color: #fff;
}

.xinwen-list li:hover .xinwen-con p{
	color: #fff;
}

.fenye{
	text-align: center;
	margin-top: 60px;
}

.fenye ul{
	margin:0;
}

.danpian{
	max-width: 1200px;
	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;
}


.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:#0b67b0;

}

.gonggao-list ul{
	margin:0;
	margin-top: -3%;
	margin-left: -3%;
}

.gonggao-list li{
	float: left;
	width: 30.33333333%;
	margin-left: 3%;
	margin-top: 3%;
}

.gonggao-list li>a{
	display: block;
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.08);
  background-color: #fff;
  transition: background-color .3s;
  padding: 0	25px;
}

.gonggao1-1{
	padding: 25px 0;
}

.gonggao1-date{
	width: 85px;
	border-right: 1px solid #ececec;
	font-size: 0;
	line-height: normal;
	margin-right: 25px;
	transition: .3s;
}
.gonggao1-date-con{
	display: inline-block;
	text-align: center;
}
.gonggao1-date-con h1{
	margin:0;
	font-size: 50px;
	color: #333;
	font-family: "Arial";
	font-weight: bold;
	line-height: 1;
	transition: .3s;
}
.gonggao1-date-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	font-family: "Arial";
	margin-top: 3px;
	transition: .3s;
}

.gonggao1-con{
	overflow: hidden;
	padding-top: 7px;
}

.gonggao1-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
	transition: .3s;
}

.gonggao1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 14px;
	transition: .3s;
}

.gonggao1-2{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt1.png);
	transition: .3s;
	border-top: 1px solid #ececec;
}

.gonggao-list li>a:hover{
	background-color: #0b67b0;
}

.gonggao-list li>a:hover .gonggao1-2{
	color: #fff;
	background-image: url(../images/jt1h.png);
	border-color:#accbe4;
}
.gonggao-list li>a:hover .gonggao1-1{
	border-color:#accbe4;
}
.gonggao-list li>a:hover .gonggao1-date-con{border-color:#accbe4;}
.gonggao-list li>a:hover .gonggao1-date-con h1{color: #fff;}
.gonggao-list li>a:hover .gonggao1-date-con h2{color: #fff;}

.gonggao-list li>a:hover .gonggao1-con h1{color: #fff;}
.gonggao-list li>a:hover .gonggao1-con p{color: #fff;}




.xm2-list .row{
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -40px;
}

.xm2-list .col-md-6{
	padding-left: 20px;
	padding-right: 20px;
}

.xm2-item{
	position: relative;
	margin-top: 40px;
	padding: 1px;
}
.xm2-item::after{
	position: absolute;
	content:"";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background: #0b67b0;
	background: -webkit-linear-gradient(#0b67b0, #37a442); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#0b67b0, #37a442); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#0b67b0, #37a442); /* Firefox 3.6 - 15 */
  background: linear-gradient(#0b67b0, #37a442); /* 标准的语法 */
}

.xm2-item-bai{
	background-color: #fff;
	position: relative;
	z-index: 150;

}

.xm2-pic{
	width: 340px;
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
}

.xm2-pic .imgbox_a{
	padding-bottom: 66.47%;
}

.xm2-con{
	padding: 40px 35px 0;
	overflow: hidden;
}

.xm2-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
	height: 24px;
	line-height:24px;
}

.xm2-con h1 a:hover{
	color: #0b67b0;
	font-weight: bold;
}

.xm2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height:2;
	height: 6em;
	overflow: hidden;
	margin:13px 0 20px;
	word-break:break-all;
}

.xm2-con .line{
	width: 24px;
	height: 3px;
	background-color: #0b67b0;
}

.zi-item{
	background-color: #f0f0f0;
	margin-top: 60px;
	overflow: hidden;
}

.zi-item:first-child{
	margin-top: 0;
}

.zi-pic{
	width: 50%;
}

.zi-pic .imgbox_a{
	padding-bottom: 56.923%;
}

.zi-con{
	overflow: hidden;
	padding: 50px 40px 0;
}

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

.zi-con h1 a:hover{
	color: #0b67b0;
}
.zi-con-p p{margin:0;}

.zi-con-p{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 2;
	height: 22em;
	overflow: auto;
	margin-top: 18px;
	padding-right: 15px;
}

.xm3{
	padding: 30px;
	background-color: #fff;
}
.xm3-pic{
	width: 700px;
	margin-left: 60px;
}

.xm3-pic .imgbox_a{
	padding-bottom: 66.47%;
}

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

.xm3-title{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #0b67b0;
	padding: 13px 25px;

}
.xm3-p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	/*height: 14em;*/
	/*overflow: auto;*/
	margin-top: 24px;
}
.xm3-p p{
	margin:0;
}
.xm3-rongyu{
	margin-top: 100px;
}
.xm3-rongyu-title{
	height: 42px;
	line-height: 42px;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/xm3-rongyu.jpg);
	color: #da9c5b;
	font-weight: bold;
	font-size: 20px;
}

.xm3-rongyu dl{
	margin:0;
	padding-top: 15px;
}

.xm3-rongyu dd{
	margin-top: 5px;
	color: #da9c5b;
	font-size: 16px;
	line-height: 1.5;
}

.wenhua1{
	padding: 70px 0;
}

.wenhua-title1{
	text-align: center;
}

.wenhua-title1 h1{
	margin:0;
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.wenhua-title1 h3{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 10px;
	line-height: 2;
}
.wenhua-title1 p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	width: 1100px;
	margin: 25px auto 0;
}

.wenhua1-dl{
	margin-top: 35px;
}

.wenhua1-dl dl{
	margin:0;
}

.wenhua1-dl dd{
	float: left;
	width: 15%;
	height: 330px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	border-left: 2px solid #fff;
	cursor: pointer;
	transition: width .5s;
	overflow: hidden;
}

.wenhua1-dl dd::after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	visibility: visible;
	transition: .3s;
	content:"";
	z-index: 50;
}

.wenhua1-dl dd.cur::after{
	opacity: 0;
	visibility: hidden;
}

.wenhua1-dl dd:first-child{
	border-left: 0;
}
.wenhua1-dl dd.cur{
	width: 55%;
}


.wenhua1-con{
	position: absolute;
	font-size: 16px;
	color: #fff;
	line-height: 2.4;
	top: 50%;
	margin-top: -3.6em;
	height: 7.2em;
	overflow: hidden;
	right: -1000px;
	padding-right: 50px;
	z-index: 80;
}

.wenhua1-con p{margin:0;}
.wenhua1-dl dd.cur .wenhua1-con{
	right: 0;
	transition: right 0.8s;
}







.wenhua2{
	padding-bottom: 65px;
}

.wenhua2-div{
	position: relative;
	padding-top:  150px;
}

.wenhua2-div::after{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	height: 449px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/wenhua2-bg.jpg);
	z-index: 50;
}

.wenhua2-div .container{
	position: relative;
	z-index: 80;
}

.wenhua2-list .item{
	padding: 5px;
}

.wenhua2-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.wenhua2-con{
	background-color: #fff;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.08);
	padding: 32px 25px;
}

.wenhua2-con h1{
	margin:0;
	font-size: 14px;
	color: #666;
	height: 16px;
	line-height:16px;
	padding-left: 28px;
	background: url(../images/time2.jpg) no-repeat left center;
}

.wenhua2-con h2{
	margin:0;
	font-size:20px;
	color: #333;
	margin:17px 0 12px;
}
.wenhua2-con h2 a:hover{
	color: #0b67b0;
}
.wenhua2-con p{
	margin:0;
	font-size:14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.more1{
	margin-top: 50px;
}
.more1 a{
	display: block;
	width: 200px;
	height: 54px;
	line-height: 52px;
	text-align: center;
	margin:0 auto;
	font-size: 15px;
	color: #0b67b0;
	border:1px solid #0b67b0;
}

.more1 a:hover{
	color: #fff;
	background-color:#0b67b0;
}
.wenhua3{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/wenhua3-bg.jpg);
	padding: 65px 0;
}
.wenhua3-div{
	width: 	547px;
	height: 340px;
	background-color: #fff;
	padding: 45px 38px 0;
}

.wenhua-title2{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	padding-bottom: 24px;
	background-repeat: no-repeat;
	background-position:left bottom;
	background-image: url(../images/wenhua-title2.jpg);
}

.wenhua3-con{
	margin-top: 45px;
}


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

.wenhua3-con h1 a:hover{
	color: #0b67b0;
}

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

.fwenhua3 .flex-direction-nav{
	position: absolute;
	width: 91px;
	height: 42px;
	right: 0;
	top: -110px;
}

.fwenhua3 .flex-direction-nav .flex-prev{
	background-image: url(../images/b-left2.png);
	left: 0;
}

.fwenhua3 .flex-direction-nav a{
	width: 42px;
	height: 42px;
	top: 0;
	margin-top: 0;
}
.fwenhua3 .flex-direction-nav .flex-next{
	background-image: url(../images/b-right2.png);
	right: 0;
}


.dangjian{
	padding: 70px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(../images/dangjian-bg.jpg);
	min-height: 950px;
}


.dangjian1-left{
	width: 48%;
	margin-right: 4%;
}

.dangjian1-right{
	overflow: hidden;
}
.dangjian-title{
	padding-bottom: 35px;
}
.dangjian-title .fl{
	font-size: 32px;
	color: #333;
	font-weight: bold;
}

.dangjian-title a.fr{
	font-size: 14px;
	color: #666;
	margin-top: 12px;
}

.dangjian-title a.fr:hover{
	color: #f80018;
}

.fdangjian1 .imgbox_a{
	padding-bottom: 64.14%;
}

.dangjian1-h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	padding: 0 245px 0 25px;
	background-color: rgba(0,0,0,0.5);
	font-size:20px;
	color: #fff;
	z-index: 50;
}

.dangjian1-h1 span{
	position: absolute;
	right: 150px;
	top: 0;
	font-size: 0.8em;
}

.fdangjian1 .flex-control-nav{
	text-align: right;
	padding-right: 26px;
	bottom: 35px;
	height: 0;
}

.fdangjian1 .flex-control-nav li{
	margin:0 10px;
}

.dangjian1-list dl{
	margin:0;
}

.dangjian1-list dd{
	margin-top: 21px;
}

.dangjian1-list dd:first-child{
	margin-top: 0;
}

.dangjian1-date{
	width: 94px;
	height: 104px;
	margin-right: 28px;
	background-color: #c0c0c0;

	padding-top: 17px;
}

.dangjian1-date h1{
	margin:0;
	font-size: 40px;
	font-family: "Arial";
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1;
}

.dangjian1-date h2{
	margin:0;
	font-size: 18px;
	font-family: "Arial";
	text-align: center;
	color: #fff;
	margin-top: 10px;
}

.dangjian1-con{
	overflow: hidden;
	padding-top: 8px;
}

.dangjian1-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
	height: 24px;
	line-height: 24px;

}


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

.dangjian1-list dd:hover .dangjian1-con h1{
	color: #0b67b0;
	font-weight: bold;
}

.dangjian1-list dd:hover .dangjian1-date{
	background-color: #0b67b0;
}

.dangjian2{
	margin-top: 80px;
}


.dangjian2-dl{
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding: 50px 0;
}

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

.dangjian2-dl dd{
	float: left;
	width: 220px;
	cursor: pointer;
	border:1px solid #d7d7d7;
	border-left: 0;
	font-size: 16px;
	color: #666;
	height: 48px;
	line-height: 46px;
	background-color: #fff;
}

.dangjian2-dl:first-child{
	border-left: 1px solid #d7d7d7;
}

.dangjian2-dl dd.cur{
	background-color: #4951b9;
    border-color: #6c73d6;
	color: #fff;
}

.dangjian2-div-wp{
	position: relative;
	overflow: hidden;
}
.dangjian2-div{
	position: absolute;
	left: 0;
	left: -1500%;
	top: 0;
	width: 100%;
}

.dangjian2-div.cur{
	position: relative;
	left: 0;
}
.dangjian2-div .wenhua2-list .item{
	padding: 0;
}
.dangjian2-div .wenhua2-con{
	box-shadow: none;
	background-color: transparent;
	padding: 30px 0 0;
}

.rencai ul{
	margin:0;
	font-size: 0;
	line-height: normal;
	margin-left: -3%;
}

.rencai li{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 30.333333%;
	background-color: #f5f5f5;
	padding: 35px;
	margin-left: 3%;
}

.rencai-title-ico{
	width: 42px;
	margin-right: 11px;
}

.rencai-title-ico img{
	display: block;
	width: 100%;
}

.rencai-title-con{
	overflow: hidden;
	font-size: 14px;
	color: #333;
	padding-top:2px;
	line-height: 1.6;
}

.rencai-title-con span{
	font-size: 24px;
}

.rencai-div{
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin-top: 25px;
	height: 350px;
	overflow:auto;
	padding-right: 25px;
}
.rencai-div p{
    margin:0;
}
.dashiji-left{
	width: 340px;
}

.dashiji-left>img{
	display: block;
	width: 100%;
}

.dashiji-left-dl dl{
	margin:0;
}

.dashiji-left-dl dd{
	height: 64px;
	line-height: 64px;
	background-color:#f5f5f5;
	color: #888888; 
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	margin-top: 3px;
	position: relative;
}

.dashiji-left-dl dd.cur{
	color: #fff;
	background-color: #37a442;
}

.dashiji-left-dl dd::before{
	width: 15px;
	height: 22px;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 93px;
	background-image: url(../images/ding.png);
	display: none;
}

.dashiji-left-dl dd.cur::before{
	display: block;
}

.dashiji-right{
	overflow: hidden;
	
}

.dashiji-nianfen{
	background-repeat: repeat-y;
	background-position: 171px top;
	background-image: url(../images/after.png);
	display: none;
}

.dashiji-nianfen:first-child{
	display: block;
}

.dashiji-nian{
	width: 180px;
	text-align: right;
	padding-right: 36px;
	font-size: 36px;
	color: #37a442;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/dashiji-nian.png);
	margin-right: 20px;
	height: 71px;
	line-height: 71px;
}

.dashiji-neirong{
	overflow: hidden;

}
.dashiji-con{
	padding: 22px 34px;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
}

.dashiji-con.cur{
	background-color: #f5f5f5;
}

.dashiji-con.cur:hover,.dashiji-con:hover{
	color: #fff;
	background-color: #0b67b0;
}



/*.dashiji-item{
	margin-top: 0px!important;
}
*/
.dashiji-item:first-child{
	margin-top: 0;
}

.rongyu-left{
	width: 477px;
}

.rongyu-left img{
	display: block;
	width: 100%;
}


.rongyu .dashiji-con{
	position: relative;
	padding-right: 270px;
}

.rongyu-pic{
	width: 200px;
	position: absolute;
	right: 35px;
	bottom: 0;
	z-index: 800;
	opacity: 0;
	visibility: hidden;
	/*transition: .3s;*/
}

.rongyu-pic .imgbox_a{
	padding-bottom: 70%;
}

.rongyu .dashiji-item:first-child .rongyu-pic{
	bottom: auto;
	top: 0;
}

.rongyu .dashiji-neirong{
	overflow: visible;
	float: right;
	width: 883px;
}

.dashiji-con:hover .rongyu-pic{
	opacity: 1;
	visibility: visible;
}
.contact .wenhua-title1{
	text-align: left;
}
.contact1-1{
	width: 1080px;
	height: 440px;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/contact1-1.jpg);
	padding: 40px 65px 0;
}

.contact1-2{
	width: 430px;
	height: 440px;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/contact1-2.jpg);
	padding: 40px 35px 0;
}

.contact .contact1-2 .wenhua-title1 h1{
	color: #fff;
}

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

.contact1-1-dl dd{
	float: left;
	width: 28.333333%;
	margin-left: 5%;
	margin-top: 35px;
}

.contact1-title{
	font-size: 16px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/contact1-title.png);
	padding-left: 21px;
}

.contact1-p{
	font-size: 14px;
	color: #333;
	line-height: 2;
	margin-top: 20px;
	max-height: 14em;
	overflow: hidden;
}
.contact1-p p{margin:0;}
.contact1-2 .contact1-p{
	color: #fff;
}

.contact2{
	margin-top: 70px;
}

.contact2-1-dl dl{
	margin:0;
}

.contact2-1-dl dd{
	font-size: 16px;
	color: #333;
	padding: 2px 0;
	padding-left:40px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.5;
	margin-top: 20px;
}

.contact2-1-dl dd:first-child{
	margin-top: 0;
}

.contact2-1{
	padding: 40px 0;
}

.er2{
	width: 135px;
}

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

.er2-con{
	width: 165px;
	margin-right: 25px;
	text-align: right;
	padding-top: 45px;
}

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

.er2-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 12px;
}

.map-wp{
	height: 560px;
}

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

.about1{
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/about1-bg.jpg);
	-webkit-background-size: contain;
	background-size: contain;
	padding: 80px 0;
}

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

.about1-p{
	font-size: 14px;
	color: #333;
	line-height: 2;
	text-align: center;
	width: 1000px;
	margin:42px auto 60px;
}

.about1-p a{
	color: #0b67b0;
}
.about1-p a:hover{
	font-weight: bold;
}
.about1-dl {
	width: 80%;
	margin:0 auto;
}
.about1-dl dl{
	margin:0;
	margin-left: -2%;
}

.about1-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	text-align: center;
}

.about1-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.about1-dl dd h1 span{
	font-weight: bold;
	font-size: 70px;
	color: #0b67b0;
	font-family: "Arial";
	line-height: 1;
	padding-right: 5px;
}
.about1-dl dd h2{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-top: 5px;
}

.about2-item1 h1{
	margin:0;
	font-size: 44px;
	color: #333;
	font-weight: bold;
}

.about2-item1 h2{
	margin:0;
	font-size: 25px;
	color: #0b67b0;
	font-weight: bold;
	margin:18px 0 55px;
}
.about2{
	padding: 35px 0 90px; 
}
.about2-item{
	margin-top: 50px;
}
.about2-item1 .line{
	width: 145px;
	height: 2px;
	background-color: #c1c1c1;
	position: relative;
}

.about2-item1 .line::before{
	position: absolute;
	content:"";
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	background-color: #37a442;
}

.about2-item1 p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 35px;
}

.about2-item2 .imgbox_a{
	padding-bottom: 95%;
}

.about2-con{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 35px 0 0;
	z-index: 50;
}
.about2-con::after{
	position: absolute;
	left: 0;
	content:"";
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 40;
	top: 0;
}
.about2-con h1{
	margin:0;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	position: relative;
	z-index: 50;

}

.about2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 14px;
	position: relative;
	z-index: 50;
}
.about2-item2 .imgbox_a:hover .about2-con{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	transition: padding .3s;
}
.about2-item2 .imgbox_a:hover .about2-con::after{
	top: 100%;
	transition: top .3s;
}

.about2-item2 .imgbox_a:hover .about2-con h1{
	color: #fff;
	transition: color .3s;
}

.about2-item2 .imgbox_a:hover .about2-con p{
	color: #fff;
	transition: color .3s;
}

.about2 .col-lg-4{
	padding-left: 20px;
	padding-right: 20px;
}

.about2 .row {
    margin-right: -20px;
    margin-left: -20px;
}


.about3{
	/*height: 768px;*/
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about3-bg.jpg);
	padding-top: 85px;
	padding-bottom: 113px;
}


.about3-pic{
	width: 402px;
	margin-left: 100px;
	margin-top: 95px;
}

.about3-pic .imgbox_a{
	padding-bottom: 118.16%;
}
.about3-con {
	overflow: hidden;
	padding-top: 30px;
}
.about3-title{
	font-size: 36px;
	color: #333;
	position: relative;
}
.about3-title i{
	position: relative;
	z-index: 50;
	font-style: normal;
}
.about3-title span{
	font-size: 2em;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
	color: #e6e6e6;
	position: absolute;
	line-height: 1;
	left: 0;
	bottom: 0;
	z-index: 30;
}
.about3-con h1{
	margin:0;
	font-size:20px;
	font-weight: bold;
	color: #0b67b0; 
	line-height: 1.4;
	margin-top: 8px;
}


.about3-con-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin-top: 40px;
}

.about3-con-p p{margin:0;}











.xm1{
	
	position: relative;
}

.xm1-bg-wp{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 50;
}

.xm1-bg{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
}
.xm1-bg:first-child{
	display: block;
}
.xm1-list-wp{
	height: 100%;position: relative;z-index: 80;
}
.xm1-list{height: 100%;}
.xm1-list .owl-stage-outer{height: 100%;}
.xm1-list .owl-stage{height: 100%;}
.xm1-list .owl-item{height: 100%;}

.xm1-list .item{
	background-image: url(../images/item.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 1px;
	position: relative;
	height: 100%;
}
.xm1-list .item>a{
	display: block;
	height: 100%;
	position: relative;
	z-index: 35;
}
.xm1-list  .owl-item:first-child .item{
	background-image: none;
	padding-left: 0;
}

.xm1-list .item a::before{
	position: absolute;
	left: 1px;
	right: 0px;
	bottom: 0;
	top: 100%;
	transition: top .5s;
	z-index: 15;
	content:"";
	background: #0b67b0;
  background: -webkit-linear-gradient(#0b67b0, #37a442);
  background: -o-linear-gradient(#0b67b0, #37a442);
  background: -moz-linear-gradient(#0b67b0, #37a442);
  background: linear-gradient(#0b67b0, #37a442);
}

.xm1-list .item a:hover::before{
	top: 0;
}

.xm1-list .item>a:hover .xm1-item{
	margin-top: -244px;
}

.xm1-list .item>a:hover .xm1-con{
	top: 0;
	opacity: 1;
	visibility: visible;
}
.xm1-item{
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 25px;
	top: 50%;
	margin-top: -84px;
	z-index: 75;
	transition: margin-top .3s;
}

.xm1-ico{
	width: 78px;
	margin:0 auto;
}

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

.xm1-title h1{
	margin:0;
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin:15px 0 10px;
}

.xm1-title h2{
	margin:0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.xm1-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	height: 12em;
	overflow: hidden;
	margin:34px 0 55px;
	text-align: justify;
}
.xm1-p p{margin:0;}
.xm1-more{
	width: 34px;
	margin:0 auto;
}

.xm1-more img{
	display: block;
	width: 100%;
}

.xm1-line{
	width: 36px;height: 2px;
	background-color: #fff;
	margin:0 auto;
}

.xm1-con{
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	top: 25px;
	transition: .5s;
}












.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;
}

.videosamplex{
	/*width: 750px;*/
}


.zhongx1{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 70px 0;
	background-image: url(../images/zhongx1-bg.jpg);
}
.zhongx1-div{
	margin-top: 35px;
}
.zhongx1-left{
	width: 1027px;
}


.zhongx1-right{
	width: 493px;
}

.zhongx .row{
	margin-left: -20px;
	margin-right: -20px;
}

.zhongx .col-lg-4{
	padding-left: 20px;
	padding-right: 20px;
}
.zhongx .col-lg-8{
	padding-left: 20px;
	padding-right: 20px;
}
.zhongx .col-lg-12{
	padding-left: 20px;
	padding-right: 20px;
}
.zhongx1-div .wenhua2-con h2{
	font-weight: bold;
}

.zhongx1-div .wenhua2-con{
	transition: box-shadow .3s;
}
.zhongx1-div .wenhua2-con:hover{
	    box-shadow: 0 0 15px 1px rgba(0,0,0,0.12);
}

.zhongx1-div .zhongx1-con{
	padding-top: 58px;
	padding-bottom: 58px;
}

.zhongx1-div .col-lg-4 .col-md-6+.col-md-6{
	margin-top: 38px;
}

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

.zhongx-title h1{
	margin:0;
	font-size: 32px;
	color: #333;
	font-weight: bold;
}


.zhongx-title a.fr{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top:9px;
}

.zhongx-title a.fr:hover{
	color: #0b67b0;
}


.zhongx2-1-pic{
	margin-top: 35px;
}

.zhongx2-1-pic1 .imgbox_a{
	padding-bottom: 32.15%;
}

.zhongx2-1-pic2 .imgbox_a{
	padding-bottom: 66.9%;
}

.zhongx2-1-pic .imgbox_a h1{
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi2.png);
	margin:0;
	font-size: 20px;
	color: #fff;
	padding: 0	15px;
	height: 50px;
	line-height: 50px;
}

.bo2{
	position: absolute;
	width: 50px;
	margin-left: -25px;
	left: 50%;
	top: 50%;
	margin-top: -25px;
}

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

.zhongx2-2{
	margin-top: 68px;
	padding-left: 297px;
	height: 232px;
	position: relative;
}

.zhongx2-2-list .item{
	padding: 10px;
}

.zhongx2-2-item{
	padding: 30px 20px;
	transition: box-shadow .3s;
	background-color: #fff;
}
.zhongx2-2-item:hover{
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.zhongx2-2-item h1{
	margin:0;
	font-size: 18px;
	color: #37a442;
	font-family:'Impact' ;
}

.zhongx2-2-item h1 span{
	font-size: 46px;
	padding-right: 5px;
}

.zhongx2-2-item h2{
	margin:0;
	font-size:20px;
	color: #333;
	margin:17px 0 12px;
}
.zhongx2-2-item h2 a:hover{
	color: #0b67b0;
}
.zhongx2-2-item p{
	margin:0;
	font-size:14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.zhongx2-2-list .owl-nav button.owl-prev{
    position: absolute;
    left:-43px;
    top: 50%;
    margin-top: -25px;
    width: 23px;
    height: 51px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

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

.zhongx2-2-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 234px;
}

.zhongx2-2-title1{
	background-color: #0b67b0;
	height: 116px;
	padding-left: 53px;
	padding-top: 22px;
	position: relative;
}

.zhongx2-2-title1::after{
	position: absolute;
	width: 13px;
	height: 25px;
	right: -13px;
	top: 50%;
	margin-top: -12px;
	content:"";
	background-image: url(../images/jiao18.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.zhongx2-2-title1 h1{
	margin:0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}


.zhongx2-2-title1 h2{
	margin:0;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-top: 5px;
}

.zhongx2-2-title-a{
	height: 116px;
	line-height: 116px;
	text-align: center;
	background-color: #f5f5f5;
	font-size: 16px;
	color: #333;
}

.zhongx2-2-title-a a:hover{
	color: #0b67b0;
}









.foo1-dl{
	overflow: hidden;
}

.foo1-dl dl{
	margin:0;
	margin-left: -2%;
}

.foo1-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	padding-left:68px;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 53px;
	padding-top: 4px;
	margin-top: 35px;
}
.foo1-dl dd:first-child{margin-top: 0;}
.foo1-dl dd:first-child+dd{margin-top: 0;}

.foo1-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #999;
}
.foo1-dl dd h2{
	margin:0;
	font-size: 18px;
	color: #666;
	margin-top: 10px;
}
.foo1-dl dd h3{
	margin:0;
	font-size: 24px;
	color: #666;
	font-family: "Impact";
	margin-top: 5px;
}