/**************************************/
/*************[公用start]**************/
/**************************************/



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: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100px;
	background-image: url(../images/heidi-30.png);
	z-index: 999;
}


.logo{
	width: 505px;
	top: 19px;
	float: none;
	position: absolute;
	left: 160px;
}

.logo img,.logo a{
	display: block;
	width: 100%;
}

.menu{
	width: 100px;
	top: 0px;
	position: absolute;
	left: 0px;
	cursor: pointer;
}

.menu img{
	display: block;
	width: 100%;
}


.menu-wp{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1200;
	background-color: #fff;
	overflow: hidden;
	display: none;
}

.menu-bg{
	height: 100%;
	position: absolute;
	width: 430px;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/menu-bg.jpg);
}

.menu-div-wp{
	height: 100%;
}

.menu-div-wp-table{
	display: table;
	width: 100%;
	height: 100%;
}

.menu-div-wp-table-cell{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}


.menu-div{
	padding: 0	130px;
}


.menu-box{
	position: relative;
	padding-left: 430px;
	height: 100%;
}





.logo22{
	width: 505px;
}

.logo22 img,.logo22 a{
	display: block;
	width: 100%;
}
.close22{
	width: 26px;
	margin-top: 19px;
	position: relative;
	cursor: pointer;
}

.close22 img,.close22 a{
	display: block;
	width: 100%;
}

.close22 img{
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.close22:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: .3s;
}
.menu-div-middle{
	padding:10% 0%;
}
.menu-div-middle-list{
	position: relative;

}
.menu-div-middle-list::after{
	position: absolute;
	height: 3px;
	background-color: #dcdcdc;
	content:"";
	left: -130px;
	right: 0;
	top:60px;
	z-index: 15;
}
.menu-div-middle-list::before{
	position: absolute;
	height: 3px;
	background-color: #ee7600;
	content:"";
	left: -130px;
	width: 130px;
	z-index: 25;
	top:60px;
}

.menu-div-middle-list-h{
	position: absolute;
	height: 3px;
	background-color: #ee7600;
	top:60px;
	left: 0;
	width: 0;
	transition: width .3s;
	z-index: 30;
}

.menu-div-middle-list ul{
	margin:0;
	position: relative;
	z-index: 20;
}


.menu-div-middle-list li{
	float: left;
	width: 14.28571%;
	text-align: center;
	min-height: 260px;
}

.menu-div-middle-list li h1{
	margin:0;
	font-size: 20px;
	color: #333;
}
.menu-div-middle-list li.cur h1{
	color: #1650a0;
}
.menu-div-bottom-p{
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 1.8;
	padding-top: 35px;
}
.menu-div-bottom-p a:hover{
	color: #1650a0;
}


.menu-div-middle-list dl{
	margin:0;
	margin-top: 80px;
}

.menu-div-middle-list dd{
	font-size: 16px;
	color: #333;
}
.menu-div-middle-list dd+dd{
	margin-top: 12px;
}
.menu-div-middle-list dd a:hover{
	color: #1650a0;
}


.menu-div-bottom{
	padding: 0 10px 0 140px;
	position: relative;
	min-height: 150px;
}

.menu-er{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.menu-er img{display: block;
	margin-bottom: 10px;
width: 100%;}

.lan{
	width: 26px;
	margin-top: 42px;
}

.lan img,.lan a{
	display: block;
	width: 100%;
}

.wen{
	width: 20px;
	margin: 40px 24px 0;
}

.wen img,.wen a{
	display: block;
	width: 100%;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 100px;
	line-height: 100px;
}
.nav>ul>li>a{
	font-size: 16px;
	color: #fff;
}
.nav>ul>li+li{
	margin-left: 55px;
}

.nav>ul>li.cur>a,.nav>ul>li>a:hover{
	font-weight: bold;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	position: relative;
	z-index: 50;
}
.banner{
	overflow: hidden;
}
.fafa,.fafa .slides,.fafa .slides>li{
	height: 100%;
}

.fafa .slides>li{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	
}
.fafa .slides>li{
	transition: transform 5s linear;
}
.fafa .slides>li.flex-active-slide{
	transform: scale(1.05);
}

.main1{
	background-repeat: no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main1-bg.jpg);
	padding: 80px 0;
	overflow: hidden;
}

.title-11{
	text-align: center;
}
.title-11 h1{
	margin:0;
	font-size: 34px;
	color: #333;
	font-weight: bold;
}
.title-11 h2{
	margin:0;
	font-size: 20px;
	color: #ee7600;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}
.main1-dl{
	text-align: center;
	font-size: 0;
	line-height: normal;
	padding: 38px 0 48px;
}
.main1-dl dl{
	margin:0;
	display: inline-block;
}

.main1-dl dd{
	float: left;
	/*padding: 12px 0px;*/
	height: 46px;
	line-height: 44px;
	width: 180px;
	font-size: 16px;
	color: #999;
	cursor: pointer;
	border:1px solid #e5e5e5;
	transition: background-color .3s,border-color .3s,color .3s;
}
.main1-dl dd+dd{
	margin-left: 33px;
}
.main1-dl dd.cur{
	background-color: #1650a0;
	border-color: #1650a0;
	color: #fff;
}






.main1-list .owl-nav button.owl-prev{
    position: absolute;
    left:-100px;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    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%;
}

.main1-list .owl-nav button.owl-next{
    position: absolute;
    right:-100px;
    top: 50%;
   	margin-top: -23px;
    width: 46px;
    height: 46px;
    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%;
}


.main1-list-div-wp{
	position: relative;
}

.main1-list-div{
	position: absolute;
	width: 100%;
	left: -15000%;
	top: 0
}

.main1-list-div.cur{
	position: relative;
	left: 0
}
.main2{
	background-repeat: no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main2-bg.jpg);
	overflow: hidden;
}

.main2 .title-11{
	padding: 70px 15px 55px;
}

.main2-list .item{
	width: 1250px;
}

.main2-list .item>a.imgbox_a{
	background-color: #000;
	padding-bottom: 52%
}

.main2-list .item>a.imgbox_a img{
	opacity: 0.4;
}
.main2-list .center .item>a.imgbox_a img{
	opacity: 1;
}


.main2-list .owl-nav{
	position: absolute;
	left: 50%;
	margin-left: -625px;
	width: 1250px;
	top: 50%;
	height: 0;
}
.main2-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -38px;
    width: 33px;
    height: 77px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main2-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -38px;
    width: 33px;
    height: 77px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}


.main2-list .item h1{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	height: 56px;
	line-height: 56px;
	background-image: url(../images/landi.png);
	margin:0;
	font-size: 16px;
	padding: 0	45px;
	display: none;
}

.main2-list .center .item h1{
	display: block;
}

.main2-list2 .item>a.imgbox_a{
	padding-bottom: 52%
}
.main2-list2 .item h1{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	height:40px;
	line-height: 40px;
	background-image: url(../images/landi.png);
	margin:0;
	font-size: 15px;
	padding: 0	15px;
	text-align: center;
}
.main2-list2 .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -29px;
    width: 25px;
    height: 58px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main2-list2 .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
   	margin-top: -29px;
    width: 25px;
    height: 58px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}


.main3{
	background-color: #fff;
	padding: 110px 0 100px;
}
.main3-div{
	min-height: 649px;
	padding-left:720px ;
	background-repeat: no-repeat;
	background-position: left top;
	/*background-image: url(../images/main3-bg.png);*/
	background-image: url(../images/global2.gif);
	/*background-image: url(https://www.nbdeli.com/bocstatic/web/img/global.gif?v=v16);*/
}
.main3-div .title-11{
	text-align: left;
}

.main3-p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 30px;
}




.main3-dl dl{
	margin:0;
}

.main3-dl dd{
	margin-top: 40px;
	border:1px solid #e5e5e5;
	padding: 25px 15px 25px 40px;
	background-color: #fff;
	position: relative;
	transition: background-color .3s,border-color .3s,box-shadow .3s;
}

.main3-dd{
	position: relative;
}
.main3-dd::before{
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background-color: #e5e5e5;
	left: 107px;
	content:"";
	transition: background-color .3s;
}
.main3-di{
	width: 107px;
	margin-right: 35px;
	height: 115px;
	line-height: 115px;
	font-size: 24px;
	color: #ee7600;
	font-weight: bold;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/di.png);
	transition: color .3s,background-image .3s;
}

.main3-dd-con{
	overflow: hidden;

}
.main3-dd-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	transition: color .3s;
}

.main3-dd-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 10px;
	transition: color .3s;
}


.main3-dl dd:hover{
	border-color:#1650a0;
	background-color: #1650a0;
	box-shadow: -1px 3px 17.64px 0.36px rgba(0, 45, 108, 0.3);
}

.main3-dl dd:hover .main3-di{
	background-image: url(../images/dih.png);
	color: #fff;
}

.main3-dl dd:hover .main3-dd::before{
	background-color: #fff;
}
.main3-dl dd:hover .main3-dd-con h1{color: #fff;}
.main3-dl dd:hover .main3-dd-con p{color: #fff;}


.main4{
	background-repeat: no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main4-bg.jpg);
	overflow: hidden;
	padding: 80px 0;
}

.main4 .title-11 h1{color: #fff;}
.main4 .title-11 h2{color: #fff;}


.main4-p{
	padding: 40px 130px 55px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 2;
}
.main4-p a:hover{
	font-weight: bold;
}

.main4-list{
	background-repeat:repeat-x;
	background-position: left 120px;
	background-image: url(../images/line2.png);
}
.main4-item{
	padding: 0	20px;
	background-repeat: no-repeat;
	background-position: center 86px;
	background-image: url(../images/bb.png);
}

.main4-nian{
	width: 86px;
	height: 86px;
	border-radius: 50%;
	line-height: 86px;
	background-color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #ee7600;
	margin:0 auto;
}

.main4-con{
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

.main4-con{
	margin-top: 132px;
}
.main4-list .owl-nav button.owl-prev{
    position: absolute;
    left:-70px;
    top: 122px;
    width: 48px;
    height: 48px;
    background-image: url(../images/left3.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main4-list .owl-nav button.owl-next{
    position: absolute;
    right:-70px;
    top: 122px;
    width: 48px;
    height: 48px;;
    background-image: url(../images/right3.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main5{
	background-color: #fff;
	padding: 60px 0 90px;
	overflow: hidden;
}

.main5-title{
	position: relative;
	padding-bottom: 36px;
}
.main5-title::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10000px;
	height: 1px;
	background-color: #c7c7c7;
	content:"";
}
.main5-title h1{
	margin:0;
	font-size: 34px;
	color: #333;
	font-weight: bold;

}
.main5-dl1{margin-top: 15px;}
.main5-dl1 dl{
	margin:0;
}

.main5-dl1 dd{
	float: left;
	font-size: 16px;
	color: #333;
	position: relative;
	cursor: pointer;
}
.main5-dl1 dd.cur{
	color: #ee7600;
}
.main5-dl1 dd+dd::before{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 65px;
	content:"";
	background-image: url(../images/dddd.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 100%;
}
.main5-dl1 dd+dd{
	margin-left: 65px;
}


.main5-dl2 dd {
  float: left;
	width: 31.3333%;
	margin-left: 2%;
	margin-top: 2%;
	font-size: 15px;
	height: 38px;
	line-height: 36px;
  color: #999;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  transition: background-color .3s,border-color .3s,color .3s;
  text-align: center;
}

.main5-dl2 dl{
	margin-left: -2%;
	display: block;

}
.main5-dl2{
	overflow: hidden;
}


.main5-dl2 dd.cur {
  background-color: #1650a0;
  border-color: #1650a0;
  color: #fff;
}




.main5-div-wp{
	margin-top: 65px;
	position: relative;
}


.main5-div{
	padding-left: 160px;
	position: absolute;
	left: -15000%;
	top: 0;
	width: 100%;
}
.main5-div.cur{
	position: relative;
	left: 0;
}
.main5-list.owl-carousel .owl-stage-outer{
	overflow: visible;
}
.main5-list.owl-carousel .owl-stage-outer::before{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15000px;
	background-color: #fff;
	content:"";
	z-index: 15;
	right: 100%;
}
.main5-list .owl-nav{
	position: absolute;
	width: 98px;
	height: 48px;
	left: 0;
	top: 165px;
}
.main5-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0;
    width: 48px;
    height: 48px;
    background-image: url(../images/left4.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.main5-list .owl-nav button.owl-prev:hover{background-image: url(../images/left4h.png);}
.main5-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0;
    width: 48px;
    height: 48px;;
    background-image: url(../images/right4.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main5-list .owl-nav button.owl-next:hover{background-image: url(../images/right4h.png);}


.main5-list{
	position: static;

}

.main5-list .news-con p{
	margin-bottom: 0;
}


.main5-num{
	position: absolute;
	left: 0;
	top: 95px;
	font-size: 16px;
	color: #999;
}
.main5-num span{
	font-size: 24px;
	font-weight: bold;
	color: #666;
	display: none;
}
.main5-num span.cur{
	display: inline;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	position: relative;
	z-index: 100;
}

.footer-1{
	background-color: #4a4a4a;
	padding: 65px 0 75px;
	position: relative;
}

#totop{
	height: 52px;
	font-size: 14px;
	width: 174px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -87px;
	top: -28px;
	padding-top: 35px;
	background-image: url(../images/totop.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.foo1-1{
	width: 505px;
}

.foo1-1 .logo{
	margin-top: 0;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
}

.foo1-dl{
	position: relative;
	margin-top: 47px;
	padding-left: 67px;
}
.foo1-dl-title{
	position: absolute;
	left: 0;
	top: 0;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	color: #fff;
}

.foo1-dl dl{
	margin:0;
}

.foo1-dl dd{
	float: left;
	width: 23px;
	position: relative;
}
.foo1-dl dd+dd{
	margin-left: 20px;
}
.foo1-dl dd a{
	display: block;width: 100%;
}

.foo1-dl dd a img{
	display: block;
	width: 100%;
}
.foo1-dl dd a:hover+.foo1-er{
	display: block;
}
.foo1-er{
	position: absolute;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	top: 35px;
	display: none;
}

.foo1-2{
	width: 749px;
}


.foo1-2  dl{
	margin:0;
}

.foo1-2  dd{
	float: left;
	padding-left: 65px;
	padding-top: 4px;
	height: 53px;
	background-repeat: no-repeat;
	background-position: left top;
}

.foo1-2  dd h1{
	margin:0;
	font-size: 14px;
	color: #fff;
	padding-bottom: 7px;
}
.foo1-2  dd h2{
	margin:0;
	font-size: 18px;
	color: #fff;
}
.foo1-2  dd h3{
	margin:0;
	font-size: 25px;
	color: #fff;
	font-family: "Impact";
}
.foo1-2  dd h4{
	margin:0;
	font-size: 18px;
	color: #fff;
	font-family: "Arial";
}

.foo1-2  dd.fdd1{
	width: 527px;
	background-image: url(../images/foo2-ico1.png);
}


.foo1-2  dd.fdd2{
	width: 222px;
	background-image: url(../images/foo2-ico2.png);
}

.foo1-2  dd.fdd3{
	width: 527px;
	margin-top: 30px;
	background-image: url(../images/foo2-ico3.png);
}
.foo1-2  dd.fdd4{
	width: 222px;
	margin-top: 30px;
	background-image: url(../images/foo2-ico4.png);
}





.footer-2{
	background-color: #3c3c3c;
	padding: 25px 0;
}
.footer-2 .fl{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	margin-top: 4px;
}
.footer-2 .fl span{
	padding-left: 25px;
}
.footer-2 .fr{
	width: 275px;
}
.footer-2 .fr .form-control{
	border-radius: 0;
	border:0;
	box-shadow: none!important;
}
/**************************************************************/
/*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: #4a4a4a;
	/*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:320px;
   margin-left: 15px;
   margin-top: 15px;
}

.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: 550px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}


.banner-2 img{
	display: none;
	width: 100%;
}

.erji{
	background-color: #f1f1f1;
}

.erji-top{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-top.jpg);
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
}

.erji-nav dd+dd{
	margin-left: 50px;
}
.erji-nav dd>a{
	display: block;
	height: 84px;
	line-height: 81px;
	padding: 0	7px;
	font-size: 16px;
	color: #333;
	position: relative;
}

.erji-nav dd>a::after{
	position: absolute;
	bottom: 0;
	height: 3px;
	background-color: #1650a0;
	content:"";
  width: 0;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.erji-nav dd>a:hover::after,.erji-nav dd.cur>a::after{
    width: 100%;
    right: auto;
    left: 0;
}




.mianbaoxie{
	height: 84px;
	line-height: 81px;
	font-size: 14px;
	color: #999;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #1650a0;
}

.erji-bottom{
	padding: 45px 0 95px;
	overflow: hidden;
}

.anli-item{
	background-color: #fff;
	padding: 45px;
	overflow: hidden;
}

.anli-item+.anli-item{
	margin-top: 50px;
}

.anli-pic{
	width: 618px;
	margin-left: 45px;
}

.anli-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.anli-con{
	overflow: hidden;
}

.anli-h1{
	height: 57px;
	line-height: 57px;
	padding: 0	25px;
	background-color: #ee7600;
}

.anli-h1 a{
	font-size: 20px;
	color: #fff;
	font-weight: bold;

}

.anli-con-p{
	margin-top: 25px;
	padding: 0 8px;
	font-size: 14px;
	color: #666;
	line-height: 2;
	max-height: 20em;
	overflow: hidden;
}

.anli-con-p p{margin:0;}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 50px;
}
.news{
	overflow: hidden;
}

.news .row{
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -40px;
}
.news .col-sm-6{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
}
.news-item{
	background-color: #fff;
	padding: 20px 20px 50px;
}
.news-pic{
	position: relative;
}
.news-pic .imgbox_a{
	padding-bottom: 66.42%;
	z-index: 25;
}

.news-con{
	margin-top: 30px;/
}


.news-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}

.news-con h1 a:hover{
	color: #1650a0;
	font-weight: bold;
}

.news-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	margin:14px 0 28px;
	overflow: hidden;
}

.more1{
	width: 120px;
	height: 26px;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 14px;
	color: #999;
	background-image: url(../images/more1.jpg);
	text-transform: uppercase;
}

.more1>a:hover{
	color: #1650a0;
}

.news-date{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
	width: 92px;
	height: 92px;
	text-align: center;
	background-color: #1650a0;
	padding-top: 19px;
}

.news-date h1{
	margin:0;
	font-weight: bold;
	font-size: 34px;
	font-family: "Arial";
	color: #fff;
	line-height: 1;
}
.news-date h2{
	margin:0;
	font-size: 14px;
	font-family: "Arial";
	color: #fff;
	margin-top: 7px;
}


.contact1-div{
	margin-top: 30px;
}


.title-22 h1{
	margin:0;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/title-22.png);
}

.contact1-1{
	width: 50%;

}
.contact1-1 dl{
	margin:0;
	padding-top: 10px;
}

.contact1-1 dd{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding: 1px 0;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left 1px;
}
.contact1-1 dd+dd{
	margin-top: 13px;
}

.contact1-2{
	width: 323px;
}

.er2{
	width: 135px;margin-left: 25px;
}
.er2 img{
	display: block;
	width: 100%;
}
.er2-con{
	overflow: hidden;
	text-align: right;
	padding-top: 42px;
}

.er2-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
}


.er2-con h2{
	margin:0;
	font-size:14px;
	color: #666;
	margin-top:10px;
}


.contact2{
	margin-top: 40px;
}

.map-wp{
	height: 560px;
}
.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.pro-pic .imgbox_a{
	padding-bottom: 65.9%;
}

.pro-con{
	background-color: #f6f8fa;
	padding: 65px 50px 50px;
	position: relative;
}
.pro-con::before{
	position: absolute;
	width: 62px;
	height: 62px;
	content:"";
	left: 50%;
	margin-left: -31px;
	top: -31px;
	background-image: url(../images/pro-ico.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}

.pro-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	text-align: center;
}

.pro-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 20px;
}

.pro-item:hover .pro-con h1{color: #1650a0;}

.zhaopin{
	background-color: #fff;
	
}
.zhaopin .erji-top{
	background-image: url(../images/erji-top2.jpg);
}
.zhaopin1{
	background-image: url(../images/zhaopin-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	z-index: 25;
}


.zhaopin1-1{
	overflow: hidden;
	padding: 70px 0 0;
}

.zhaopin1-1-con{
	margin-top: 40px;
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.zhaopin1-1-con p{margin:0;}


.zhaopin1-2{
	width: 345px;
	margin-left: 170px;
	background-color: #fff;
	padding: 54px 60px;
	position: relative;
	top: 60px;
}

.zhaopin1-2 dl{
	margin:0;
}
.zhaopin1-2 dd{
	position: relative;
}
.zhaopin1-2 dd+dd{
	margin-top: 52px;
}
.zhaopin1-2 dd+dd::before{
	position: absolute;
	width: 1px;
	background-color: #e3e3e3;
	content:"";
	height: 50px;left: 16px;
	bottom: 100%;
}
.zhaopin1-2-pic{
	width: 32px;
	margin-right: 28px;
	padding: 15px 0;
}
.zhaopin1-2-pic img{
	display: block;
	width: 100%;
}


.zhaopin1-2-con{
	overflow: hidden;
	padding: 9px 0;
}

.zhaopin1-2-con h1{
	margin:0;
	font-size: 14px;
	color: #666;
}

.zhaopin1-2-con h2{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 7px;
}

.zhaopin2{
	background-color:#1650a0;
	position: relative;
	z-index: 15;
}
.zhaopin2-div{
	overflow: hidden;
	padding: 100px 0 140px; 
}
.zhaopin2 h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}

.zhaopin2 h2{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
	line-height: 1.5;
	margin-top: 15px;
}
.zhaopin2 h2 span{
	display: inline-block;
	font-size:36px;
	font-weight: bold;
	color: #fff;
	position: relative;
	letter-spacing: 7px;
	padding: 0	40px;
}

.zhaopin2 h2 span::before{
	position: absolute;
	height: 1px;
	background-color: #5c85bd;
	width: 1000px;
	content:"";
	top: 50%;
	right: 100%;
}

.zhaopin2 h2 span::after{
	position: absolute;
	height: 1px;
	background-color: #5c85bd;
	width: 1000px;
	content:"";
	top: 50%;
	left: 100%;
}
.zhaopin3{
	position: relative;
	z-index: 25;
}
.zhaopin3-bai{
	background-color: #fff;
	box-shadow: -2px 0px 13px 0px rgba(88, 88, 88, 0.3);
	position: relative;
	top: -60px;
	padding: 75px 65px;
}
.zhaopin3-hua{
	border-bottom: 1px solid #e3e3e3;
}
.zhaopin3-hua dl{
	margin:0;
}

.zhaopin3-hua dd{
	float: left;
	padding:15px 40px; 
	background-color: #f5f5f5;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}
.zhaopin3-hua dd.cur{
	color: #fff;
	background-color: #ef7601;
}
.zhaopin3-hua dd+dd{
	margin-left: 20px;
}
.zhaopin3-div-wp .zhaopin3-div{
	display: none;
}
.zhaopin3-div-wp .zhaopin3-div:first-child{
	display: block;
}
.zhaopin3-div ul{
	margin:0;
}

.zhaopin3-div li{
	border-bottom: 1px solid #e3e3e3;
}
.zhaopin3-1{
	padding: 40px 0;
}
.zhaopin3-1 .fl{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	height: 20px;
	line-height: 20px;
}
.zhaopin3-1.cur .fl{
	color: #1650a0;
}
.zhaopin-cz{
	width: 21px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/jj.png);
	cursor: pointer;
}
.zhaopin3-1.cur .zhaopin-cz{
	background-image: url(../images/jjh.png);

}

.zhaopin3-2{
	padding: 0	40px 40px;
	display: none;
}

.zhaopin3-2-1{
	background-color: #f5f5f5;
	padding: 25px 15px;
}

.zhaopin3-2-1 dl{
	margin:0;
	margin-left: -2%;
}

.zhaopin3-2-1 dd{
	float: left;
	width: 31.3333333%;
	margin-left: 2%;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.zhaopin3-2-2{
	padding: 40px 0 20px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.zhaopin3-2-3{
	padding: 25px 35px;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.about{
	background-color: #fff;
}

.about1{
	padding: 80px 0 90px;
	background-image: url(../images/about1-1-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.about1-pic{
	width: 504px;
	margin-left: 85px;
}

.about1-con{
	overflow: hidden;
}

.about1-con h1{
	margin:0;
	font-size: 28px;
	font-weight: bold;
	color: #333;
}

.about1-con h2{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #ee7600;
	line-height: 1.5;
	margin-top: 3px;
}

.about1-con-p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 30px;
}
.about1-con-p p{
	margin:0;
}
.about1-2{
	margin-top: 50px;
}
.about1-2 dl{
	margin:0;
}

.about1-2 dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	text-align: center;
}

.about1-2 dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.about1-2 dd h1 span{
	font-size:70px;
	font-family: "Arial";
	color: #1650a0;
	font-weight: bold;
	padding-right: 10px;
}
.about1-2 dd h2{
	margin:0;
	font-size:16px;
	color: #333;
	margin-top: 12px;
}

.about2{
	background-image: url(../images/about2-bg.jpg);
	/*min-height: 820px;*/
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.about2-div{
	padding: 150px 0;
	position: relative;
	z-index: 30;
}
.about2-div::after {
  position: absolute;
  width: 452px;
  height: 5000px;
  margin-top: -2500px;
  top: 50%;
  right: 0;
  content: "";
  z-index: 30;
  background-image: url(../images/about2-div.png);
}

.subi1-left {
    width: 890px;
    position: relative;
    z-index: 50;
}

.subi1-right {
    width: 510px;
    position: relative;
    right: -58px;
    z-index: 50;
}

.subi1-right::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 58px;
	background-color: #2c96b9;
	height: 1px;
	content:"";
}
.subi1-right::after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 58px;
	background-color: #2c96b9;
	height: 1px;
	content:"";
}


.subi1-wen-wp{
	margin-top: 60px;
}
.subi1-wen-wp .subi1-wen{display: none;}
.subi1-wen-wp .subi1-wen:first-child{display: block;}


.subi1-wen-nian{
	font-size: 80px;
	font-weight: bold;
	font-family: "Arial";
	color: #fff;
	line-height: 1;
}

.subi1-dl{
	height: 185px;
	overflow-y: auto;
	padding-right: 30px;
	margin-top: 30px;
}


.subi1-dl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	    background-color: #1d5faa;
}



.subi1-dl .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #1d5faa; 
	filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
}

.subi1-dl .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.subi1-dl .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #1d5faa; 
	filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
}
	


.subi1-dl dl{
	margin:0;

}
.subi1-dl dd+dd{margin-top: 15px;}
.subi1-dl dd{
	
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left 8px;
	background-image: url(../images/subi-dian.png);
}


.about2-div .subi1-left .title-22 h1{
	color: #fff;
	background-image: url(../images/title-22-2.png);
}











.subi1-right-dl-box{
	height:470px;
  overflow: auto;
  position: relative;
}


.subi1-right-dl{
	padding-right: 58px;
}
.subi1-right-dl dl{
	margin:0;
}

.subi1-right-dl dd{
	border-top: 1px solid rgba(27,204,255,0.3);
}
.subi1-right-dl dd:first-child{
	border-top: 0;
}

.subi1-right-dd{
	height: 94px;
	line-height: 94px;
	padding: 0 30px;	
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.subi1-right-dl dd.cur .subi1-right-dd{
	background-color: #1d5faa;
}
.subi1-right-dd span{
	padding-right: 25px;
	font-size: 30px;
	font-family: "Arial";
}

.subi1-right-dl-box .mCSB_inside > .mCSB_container{
	margin-right: 0;
}

.subi1-right-dl-box .mCSB_scrollTools .mCSB_buttonUp{
	opacity: 1;
	background-image: url(../images/subi1-up.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 24px;
}
.subi1-right-dl-box .mCSB_scrollTools .mCSB_buttonDown{
	opacity: 1;
	background-image: url(../images/subi1-down.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 24px;
}


.subi1-right-dl-box .mCSB_scrollTools{
	opacity: 1;
	width: 26px;
}

.subi1-right-dl-box .mCSB_scrollTools a + .mCSB_draggerContainer{
	margin:24px 0;
}

.subi1-right-dl-box .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.subi1-right-dl-box .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.subi1-right-dl-box .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.subi1-right-dl-box .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 13px;
	margin:0 auto;
	background-color: #fff!important;
	opacity: 1;
	border-radius: 50%;
}

.subi1-right-dl-box .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{
	background-color: transparent!important;
	background-image: url(../images/subi1-xian.png);
	background-repeat: no-repeat;
	background-position: center top;
}








.about3{
	padding: 85px 0 120px;
	background-color: #fff;
}

.about3 .title-22{
	font-size: 0;
	line-height: normal;
	text-align: center;
	position: relative;
	z-index: 25;
}
.about3 .title-22 h1{
	margin:0;
	display: inline-block;
	float: none;
}

.about3-div{
	padding-top: 15px;
	position: relative;
	z-index: 15;
}

.about3-1{
	width: 889px;
}

.about3-1 img{
	display: block;
	width: 100%;
}


.about3-2{
	overflow: hidden;
	padding-top: 80px;
}

.about3-2-item+.about3-2-item{
	margin-top: 20px;
}
.about3-2-item h1{
	margin:0;
	font-size: 24px;
	font-weight: bold;
	color: #1650a0;
}


.about3-2-p{
	font-size: 16px;
	color:#333;
	line-height: 2;
	margin-top: 15px;
}
.about3-2-p p{
	margin:0;
}




.about4{
	background-image: url(../images/about4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 77px 0;
}

.about4-div{
	width: 645px;
	height: 640px;
	margin: 0 auto;
	background-image: url(../images/about4-1.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 80px;
}

.about4-div .title-22{
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.about4-div .title-22 h1{
	margin:0;
	display: inline-block;
	float: none;
	color: #fff;
	background-image: url(../images/title-22-2.png);
}


.about4-dl dl{
	margin:0;
	padding-top: 15px;
}

.about4-dl dd{
	text-align: center;
	margin-top: 25px;
}

.about4-dl dd h1{
	margin:0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.about4-dl dd h2{
	margin:0;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 12px;
}






.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 #fff;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0px 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 #fff;
}

.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:#1650a0;

}

.pro-xx1-div{
	width: 49.7%;
	background-color: #fff;
	border:19px solid #f0f6fc;
	border-radius: 15px;

}

.fpro-xx1 .imgbox_a{
	padding-bottom: 61.74%;
}

.pro-xx1-con{
	padding: 30px 30px 15px;
}


.pro-xx1-title{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}


.pro-xx1-con-p{
	height: 302px;
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin-top: 15px;
	overflow-y: auto;
}

.pro-xx1-con-p p{margin:0;}

.fpro-xx1 .flex-direction-nav a{
	width: 52px;
	height: 60px;
	margin-top: -30px;
}

.fpro-xx1 .flex-direction-nav .flex-prev {
    left: 0px;
}
.fpro-xx1 .flex-direction-nav .flex-next {
    right: 0px;
}

.pro-xx2{
	margin-top: 40px;
}

.pro-xx2-dl dl{
	margin:0;
}

.pro-xx2-dl dd{
	float: left;
	width: 33.333333333%;
	border-top: 4px solid #1650a0;
	padding:20px 0;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	background-color: #f6f8fa;
}

.pro-xx2-dl dd+dd{
	border-left: 1px solid #fff;
}

.pro-xx2-dl dd img{
	margin-top: -3px;
	margin-right: 10px;

}

.pro-xx2-dl dd img.cur{
	display: none;
}
.pro-xx2-dl dd.cur{
	border-top-color:#ee7600;
	color:#ee7600;
}
.pro-xx2-dl dd.cur img{
	display: none;
}

.pro-xx2-dl dd.cur img.cur{
	display: inline-block;
}

.pro-xx2-con-wp{
	background-color: #fff;
	padding: 50px;
}

.pro-xx2-con{
	display: none;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.pro-xx2-con:first-child{
	display: block;
}