/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"SHH";
	src:url("../fonts/SourceHanSerifCN-Heavy-4.otf");
}
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
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_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover> .imgbox_a_bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: relative;
	z-index: 999;
	padding-left: 85px;
	height: 104px;
	background-color: #fff;
}



#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.logo{
	width: 333px;
	margin-top: 23px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.search{
	width: 140px;
	height: 104px;
	border-left: 1px solid #ededed;
	padding-top: 27px;
	margin-left: 50px;
}

.search a{
	display: block;
	width: 52px;
	margin:0 auto;
}

.search a img{
	display: block;
	width: 100%;
}

.nav>ul>li{
	float: left;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 45px;
}
.nav>ul>li>a{
	display: block;
	height: 104px;
	line-height: 104px;
	font-size: 20px;
	color: #222;
	position: relative;
	font-weight: bold;
}
.nav>ul>li.cur>a,.nav>ul>li:hover>a{
	color: #0170b4;
}


.nav>ul>li.cur>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 4px;
	content:"";
	background-color: #0170b4;
}
.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	padding-top: 1px;
	top: 100%;
	background-color: #fff;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 3px;
	font-size: 15px;
	color: #222;
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #0170b4;
	color: #fff;
}

.dangjian-color .nav>ul>li.cur>a,.dangjian-color .nav>ul>li:hover>a{
	color: #bb3131;
}
.dangjian-color .nav>ul>li>ul>li>a:hover{
	background-color: #bb3131;
}
.dangjian-color .nav>ul>li.cur>a::after{
	background-color: #bb3131;

}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .flex-control-paging li a{
	width: 22px;
	height: 22px;
}

.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main1{
	background-image: url(../images/main1-bg.jpg);
	/*height: 777px;*/
	padding: 90px 0;
}


.main1-sp{
	width: 662px;
	margin-left: 130px;
}

.main1-sp .imgbox_a{
	padding-bottom: 58.46%;
}

.main1-sp .imgbox_a::before{
	position: absolute;
	width: 86px;
	height: 86px;
	content:"";
	left: 50%;
	top: 50%;
	margin-left: -43px;
	margin-top: -43px;
	background-image: url(../images/bo.png);
	z-index: 15;
}

.main1-con{
	overflow: hidden;
}

.main1-con1{
	font-size: 16px;
	color: #222;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/main1-con1-bg.png);
}
.main1-con2{
	font-size: 44px;
	color: #222;
	font-weight: bold;
	margin-top: 25px;
}

.main1-con3{
	font-size: 17px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	margin-top: 40px;
	text-indent: 2em;
}
.main1-con .more11{
	margin-top: 65px;
}
.main1-bottom{
	margin-top: 65px;
}
.main1-bottom dl{
	margin:0;
	margin-left: -3%;
}

.main1-bottom dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.main1-bottom1{
	font-size: 16px;
	color: #222;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedfdf;
}
.main1-bottom2{
	font-size: 16px;
	color: #222;
	line-height: 1;
	margin-top: 25px;
}
.main1-bottom2 span{
	display: inline-block;
	font-size: 88px;
	font-family: "Impact";
	color: #e9a014;
	vertical-align: top;
	padding-right: 10px;
}
.main1-bottom dd:hover .main1-bottom1{color: #005da7;}
.main1-bottom dd:hover .main1-bottom2 span{color: #005da7;}


.main2{
	background-image: url(../images/main2-bg.jpg);
	/*height: 918px;*/
	padding: 85px 0;
}

.main2-menu-wp{
	position: relative;
}
.main2-menu{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
}
.main2-menu-a{
	display: inline-block;
	vertical-align: top;
	padding-bottom: 25px;
	position: relative;
}
.main2-menu-a+.main2-menu-a{
	margin-left: 65px;
}
.main2-menu-a a{
	display: block;
	font-size: 22px;
	color: #222;
	text-align: center;
	line-height: 1;
}
.main2-menu-a a:hover{
	color: #005da7;
}
.main2-menu-a img{
	display: block;
	width: 47px;
	margin:0 auto 13px;
}
.main2-menu-a img.imgCur{
	display: none;
}
.main2-menu-a.cur a{color: #005da7;}
.main2-menu-a.cur img{display: none;}
.main2-menu-a.cur img.imgCur{display: block;}
.main2-menu-a.cur::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 3px;
	background-color: #005da7;
	content:"";
	z-index: 15;
}


.main2-item{
	-webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  -o-transform: scale(0.92);
  transform: scale(0.92);
  opacity: 1;
  transition: .3s;

}
.main2-item .imgbox_a{
	padding-bottom: 49.4%;

}
.main2-item-con{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 15;
  padding: 45px 75px 0;

}

.main2-h1{
	font-size: 32px;
	color: #fff;
	margin-top: 15px;

}

.main2-p{
	font-size: 18px;
	color: #fff;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 20px;

}
.center .main2-item{
	-webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.center .main2-h1{
	text-shadow: 0px 3px 6px rgba(1, 35, 67, 0.23);
}
.center .main2-p{
	text-shadow: 0px 3px 6px rgba(1, 35, 67, 0.23);
}
.main2-ico{
	width: 60px;
}
.main2-list .owl-nav{
	position: absolute;
	left: 450px;
	right: 450px;
	top: 50%;
}
.main2-list .owl-nav button.owl-prev{
  position: absolute;
  left:-43px;
  top: 50%;
  margin-top: -43px;
  width: 86px;
  height: 86px;
  background-image: url(../images/left.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
  background-size: 100%;
}

.main2-list .owl-nav button.owl-next{
  position: absolute;
  right:-43px;
  top: 50%;
  margin-top: -43px;
  width: 86px;
  height: 86px;
  background-image: url(../images/right.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  background-size: 100%;
  z-index: 50;
}

.main3{
	background-image: url(../images/main3-bg.jpg);
	padding: 70px 0 110px;
}

.title-11{
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 25px;
}
.title-11-1-h1{
	font-size: 46px;
	color: #222;
	font-weight: bold;
	line-height: 1;
}


.title-11-1-h2{
	font-size: 20px;
	color: #666;
	line-height: 1;
	margin-top: 15px;
}

.title-11 .more11{
	margin-top: 27px;
}
.mm55{margin-top: 55px;}


.main3-1{
	width: 698px;
	margin-right: 68px;
}

.fmain3 .imgbox_a{
	padding-bottom: 66.48%;
}
.fmain3 .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 176px;
	background-repeat: repeat-x;
	background-image: url(../images/heidi1.png);
	content:"";
	z-index: 5;
}

.main3-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 145px 30px 35px;
	line-height: 1;
	color: #fff;
	font-size: 20px;
	z-index: 30;
}

.fmain3 .flex-control-nav{
	bottom: 35px;
	text-align: right;
	padding-right: 45px;
	height: 0;
}
.fmain3 .flex-control-nav li{
	margin:0;
}
.fmain3 .flex-control-nav li+li{
	margin-left: 10px;
}
.fmain3 .flex-control-paging li a{
	width: 8px;
	height: 8px;
	background-image: url(../images/arrow-b2.png);
}


.fmain3 .flex-control-paging li a.flex-active {
	width: 30px;
  background-image: url(../images/arrow-b2-h.png);
}

.main3-2{
	overflow: hidden;
	padding-top: 10px;
}
.tui{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 25px;
}
.tui-h1{
	font-size: 26px;
	color: #222;
	line-height: 1;
}
.tui-h1 a:hover{
	color: #bb3131;
}
.tui-p{
	font-size: 18px;
	color: #999;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 20px;
}
.main3-2-list{
	padding-top:50px;
}
.main3-2-list dl{
	margin:0;
}

.main3-2-list dd{
	font-size: 20px;
	color: #222;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/dian1.png);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 120px;
	height: 22px;
	line-height:22px;
	position: relative;
}
.main3-2-list dd+dd{
	margin-top: 28px;
}
.main3-2-list dd a:hover{
	color: #bb3131;
}

.main3-2-list dd span.span_001{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #666;
}


.main4{
	background-image: url(../images/main4-bg.jpg);
	padding: 70px 0 100px;
}

.main4-1{
	width: 432px;
	box-shadow: 3px 4px 40px 0px rgba(29, 34, 63, 0.06);
	margin-right: 30px;
}
.mm45{margin-top: 45px;}

.main4-1-pic .imgbox_a{
	padding-bottom: 61.34%;
}

.main4-1-con{
	background-color: #fff;
	padding: 25px 25px 35px;
}

.main4-h1{
	font-size: 20px;
	color: #222;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	font-weight: bold;
}
.main4-h1 a:hover{
	color: #0d5eb0;
}
.main4-p{
	font-size: 16px;
	color: #999;
	line-height: 1;
	margin:15px 0 ;
}
.main4-1-date{
	font-size: 17px;
	color: #999;
	line-height: 1;
}

.main4-2{
	width: 457px;
}

.main4-2-1{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 18px;
}
.main4-2-1-div{
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt3.png);
}

.main4-2-a+.main4-2-a{
	margin-top: 20px;
}
.main4-2-a a{
	display: block;
	background-color: #fff;
	box-shadow: 3px 4px 40px 0px rgba(29, 34, 63, 0.06);
	padding: 24px;
}
.main4-2-a a:hover{
	background-color: #0d5eb0;
}
.main4-2-a a:hover .main4-2-1-div{
	background-image: url(../images/jt3h.png);
}
.main4-2-a a:hover .main4-date1{color: #fff;}
.main4-2-a a:hover .main4-date2{color: #fff;}
.main4-2-a a:hover .main4-2-1{
	border-color:#dbe1e6;
}
.main4-2-a a:hover .main4-h1{color: #fff;}



.main4-date1{
	font-size: 38px;
	color: #0d5eb0;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.main4-date2{
	font-size: 17px;
	color: #666;
	text-align: center;
	line-height: 1;
	margin-top: 10px;
}


.main4-3{
	width: 550px;
}



.main4-3-a+.main4-3-a{
	margin-top: 25px;
}
.main4-3-a a{
	display: block;
	background-color: #fff;
	box-shadow: 3px 4px 40px 0px rgba(29, 34, 63, 0.06);
	padding: 35px 30px;
	padding-left: 0;
}
.main4-3-a a:hover{
	background-color: #0d5eb0;
}
.main4-3-a .main4-date1{
	font-size: 34px;
}
.main4-3-a .main4-date{
	width: 125px;
	border-right: 1px solid #f0f0f0;
	margin-right: 32px;
}
.main4-3-a a:hover .main4-date{border-color:#dbe1e6;}
.main4-3-a a:hover .main4-date1{color: #fff;}
.main4-3-a a:hover .main4-date2{color: #fff;}
.main4-3-a a:hover .main4-h1{color: #fff;}

.main4-bottom{
	border-top: 1px solid #dbd8d8;
	margin-top: 70px;
	padding-top: 60px;
}

.main4-bottom-item{
	width: 48%;
}
.main4-bottom-item .imgbox_a{
	padding-bottom: 34.35%;
}
.main4-bottom-item .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	background-color: #1c76de;
	opacity: 0.26;
	z-index: 5;
}
.main4-bottom-h1{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
	color: #fff;
	font-size: 33px;
	color: #fff;
	font-weight: 100;
	text-align: center;
}
.main4-bottom-h1 img{
	margin-top: -3px;
	margin-right: 25px;
}
.main5{
	background-image: url(../images/main5-bg.jpg);
	height: 214px;
	padding-top: 55px;
}

.main5-1-h1{
	font-size: 20px;
	color: #fff;
	line-height: 1;
}
.main5-1-h1 img{
	margin-top: -3px;
	margin-right: 12px;
}
.main5-1-h2{
	font-size: 52px;
	color: #fff;
	line-height: 1;
	margin-top: 18px;
}

.main5-2{
	width: 450px;
	margin-right: 100px;
	margin-top: 20px;
}

.main5-2-a{
	width: 190px;
	border:5px solid rgba(255,255,255,0.43);
	border-radius: 999em;
}

.main5-2-a a{
	display: block;
	background-color: #fff;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
	border-radius: 999em;
	color: #005da7;
	padding-left: 36px;
	background-image: url(../images/jt2.png);
	background-repeat: no-repeat;
	background-position: 135px center;
}
.main5-2-a a:hover{
	font-weight: bold;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}

.footer-1{
	background-color: #31383e;
	padding: 88px 0 45px;
}

.foo1-1{
	width: 385px;
}

.flogo a,.flogo img{
	display: block;
	width: 100%;
}

.foo1-1-dl dl{
	margin:0;
	padding-top: 130px;
}
.foo1-1-dl dd{
	font-size: 16px;
	color: rgba(255,255,255,0.3);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 17px;
}

.foo-nav ul{
	margin:0;
}
.foo-nav li{
	float: left;
}

.foo-nav li+li{
	margin-left: 70px;
}

.foo1-2-h1{
	font-size: 20px;
	color: #fff;
}
.foo1-2-h1 a:hover{
	font-weight: bold;
}

.foo-nav dl{margin:0;padding-top: 10px;}
.foo-nav dd{
	margin-top: 13px;
	font-size: 16px;
	color: rgba(255,255,255,0.25);
}
.foo-nav dd a:hover{
	color: #fff;
}


.foo1-2-2{
	margin-top: 65px;
}

.er{
	width: 149px;
	font-size: 14px;
	color: rgba(255,255,255,0.35); 
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

.yq{
	overflow: hidden;
	padding-top: 15px;
}

.yq-title{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.yq-title img{
	margin-top: -3px;
	margin-right: 18px;
}

.yq-dl dl{
	margin:0;
}

.yq-dl dd{
	float: left;
	margin-right: 50px;
	margin-top: 20px;
	font-size: 18px;
	color: rgba(255,255,255,0.3); 
}

.yq-dl dd a:hover{
	color: #fff;
}

.footer-2{
	background-color: #1f252a;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	color: #7e8082;
	line-height: 1.8;
}



/**************************************************************/
/*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;

}
.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{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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: 5px 10px;
	display: block;
	font-size: 15px;
	width: 100%;
	color:#666;
}


.nav-2>ul>li>ul>li:last-child .swdl{
	margin-bottom: 5px;
}

.nav-2>ul>li>ul>li {
    padding-left: 15px;
}
.swdl{
	padding-top:1px;
	padding-left: 25px;
	border-top: 1px dotted #ddd;
	margin:7px 0 10px;
	font-size: 0;
}
.swdl a{
	margin-right: 15px;
	font-size: 13px;
	margin-top: 9px;
	display: inline-block;
}






/*.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: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 260px;
   margin-left: 15px;
   margin-top:14px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
	height: 377px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 100px;
}

.banner-2-wen{
	position: relative;
	padding-top: 50px;
	overflow: hidden;
}
.banner-2-wen span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 85px;
	color: #fff;
	opacity: 0.18;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	font-family:"SHH";
	white-space: nowrap;
}
.banner-2-wen-h1{
	position: relative;
	z-index: 15;
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.banner-2-wen::after{
	width: 1px;
	height:55px;
	display: block;
	margin-top: 25px;
	margin-left: 12px;
	content:"";
	background-color: #fff;
	opacity: 0.5;
}

.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>a{
	display: block;
	height: 74px;
	line-height: 74px;
	font-size: 20px;
	color: #222;
	position: relative;
}

.erji-nav dd+dd{
	margin-left: 38px;
}

.erji-nav dd>a:hover{
	color: #0170b4;
}

.erji-nav dd.cur>a{
	color: #0170b4;
}

.erji-nav dd.cur>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 4px;
	content:"";
	background-color: #0170b4;
}

.dangjian-color .erji-nav dd>a:hover,
.dangjian-color .erji-nav dd.cur>a{
	color: #bb3131;
}

.dangjian-color .erji-nav dd.cur>a::after{
	background-color: #bb3131;
	
}





.mianbaoxie{
	background-image: url(../images/mian1.png);
	background-repeat: no-repeat;
	background-position:0px center;
	padding-left: 21px;
}

.mianbaoxie dl{
	margin:0;
}

.mianbaoxie dd{
	float: left;
	font-size: 16px;
	color: #666;
	height: 74px;
	line-height: 74px;
}
.mianbaoxie dd span,
.mianbaoxie dd a:hover{
	color: #0170b4;
}
.mianbaoxie dd+dd{
	padding-left: 40px;
	background-image: url(../images/mian2.png);
	background-repeat: no-repeat;
	background-position: 17px center;
}


.dangjian-color .mianbaoxie dd span,
.dangjian-color .mianbaoxie dd a:hover{
	color: #bb3131;
}

.erji-bottom{
	padding: 60px 0;
}
.zhaos-list{
	overflow: hidden;
}
.zhaos-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}
.zhaos-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.zhaos-pic .imgbox_a{
	padding-bottom: 60.9%;
}

.zhaos-con{
	background-color: #f8f8f8;
	padding: 35px 30px;
}

.zhaos-h1{
	font-size:24px;
	color: #222;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}

.zhaos-h1 a:hover{
	color: #0170b4;
}

.zhaos-h2{
	font-size:18px;
	color: #999;
	line-height: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt1.png);
	margin-top: 30px;
}


.fenye{
	text-align: center;
	margin-top:60px;
}
.fenye ul{
	margin:0;
}


.dangjian-color .pagination > li > a,
.dangjian-color .pagination > li > span {
  color: #bb3131;
}


.dangjian-color .pagination > li > a:hover,
.dangjian-color .pagination > li > span:hover,
.dangjian-color .pagination > li > a:focus,
.dangjian-color .pagination > li > span:focus {
  color: #bb3131;
}
.dangjian-color .pagination > .active > a,
.dangjian-color .pagination > .active > span,
.dangjian-color .pagination > .active > a:hover,
.dangjian-color .pagination > .active > span:hover,
.dangjian-color .pagination > .active > a:focus,
.dangjian-color .pagination > .active > span:focus {
	color: #fff;
  background-color: #bb3131;
  border-color: #bb3131;
}







.fengcai-item:hover .fengcai-h1{
	color: #0170b4;
}
.fengcai-pic .imgbox_a{
	padding-bottom: 71.37%;
}

.fengcai-h1{
	font-size: 24px;
	color: #222;
	text-align: center;
	font-weight: bold;
	padding: 25px 15px;
	line-height: 1;
	background-color: #f8f8f8;
}



.dangjian-list{
	overflow: hidden;
}
.dangjian-list dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}
.dangjian-list dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 2%;
}

.dangjian-pic .imgbox_a{
	padding-bottom: 59.38%;
}

.dangjian-item:hover .dangjian-h1{
	color: #bb3311;
}
.dangjian-h1{
	font-size: 20px;
	color: #222;
	text-align: center;
	line-height: 1;
	margin-top:20px;
}


.tongzhi-list dl{
	margin:0;
}

.tongzhi-list dd{
	font-size: 20px;
	color: #222;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/dian1.png);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 120px;
	height: 71px;
	line-height:70px;
	position: relative;
	border-bottom: 1px dashed #e3e3e3;
}

.tongzhi-list dd a:hover{
	color: #0170b4;
}

.tongzhi-list dd span.span_001{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #666;
}



.danpian-h1{
	font-size: 38px;
	color: #222;
	text-align: center;
}

.danpian-h2{
	font-size: 16px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	line-height: 1.8;
}


.danpian-con{
	font-size: 18px;
	color: #222;
	line-height: 2;
	margin: 25px 0 45px;
	padding: 45px 0 50px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.danpian-con img{
	display: block;
	margin:0 auto 10px;
}

.danpian-page{
	max-width: 80%;
}

.danpian-page-a{
	font-size: 16px;
	color: #999;
}
.danpian-page-a+.danpian-page-a{
	margin-top: 15px;
}
.danpian-page-a a:hover{
	color: #0170b4;
}

.returnx{
	font-size: 16px;
	color: #999;
}
.returnx img{
	margin-top: -3px;
	margin-right: 12px;
}

.returnx a:hover{
	color: #0170b4;
}


.news1{
	padding: 70px 0 80px;
	background-color: #f8f8f8;
}

.news1-item{
	background-color: #fff;
}

.news1-pic{
	width: 685px;
}

.news1-pic .imgbox_a{
	padding-bottom: 66%;
}


.news1-con{
	overflow: hidden;
	padding: 50px 70px 0;
}
.news1-h1{
	font-size: 16px;
	color: #999;
}
.news1-h1 span{
	display: inline-block;
	font-size: 55px;
	color: #222;
	border-bottom: 2px solid #0170b4;
	padding-bottom: 10px;
	line-height: 1;
	margin-right: 15px;
}
.news1-h2{
	font-size:22px;
	color: #222;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 25px;
}
.news1-h2 a:hover {
  color: #0170b4;
}

.news1-p{
	font-size:16px;
	color: #999;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
}


.more11 a{
	font-size: 16px;
	color: #005da7;
}
.more11 a img{
	display: inline-block!important;
	width: 31px!important;
	margin-top: -3px;
	margin-left: 15px;
}
.news1-con .more11{
	margin-top: 40px;
}



.more11 a:hover {
  font-weight: bold;
}


.fnews1 .flex-control-nav{
	width: 685px;
	left: 0;
	bottom: 33px;
	text-align: right;
	padding-right: 28px;
	height: 0;
}
.fnews1 .flex-control-nav li{
	margin:0;
}
.fnews1 .flex-control-nav li+li{
	margin-left: 10px;
}
.fnews1 .flex-control-paging li a{
	width: 8px;
	height: 8px;
	background-image: url(../images/arrow-b2.png);
}


.fnews1 .flex-control-paging li a.flex-active {
	width: 30px;
  background-image: url(../images/arrow-b2-h.png);
}

.news2{
	background-color: #fff;
	padding: 60px 0;
}

.news2-list dl{
	margin:0;
}

.news2-list dd{
	padding: 35px 0;
	border-bottom: 1px solid #ebebeb;
}

.news2-list dd:first-child{
	padding-top: 0;
}

.news2-pic{
	width: 368px;
	margin-left: 165px;
}

.news2-pic .imgbox_a{
	padding-bottom: 67.66%;
}

.news2-con{
	overflow: hidden;
	padding-top: 15px;
}

.news2-h1{
	font-size: 22px;
	color: #222;
	line-height: 1;
}

.news2-h2{
	font-size: 22px;
	color: #222;
	line-height: 1;
	margin:24px 0 25px;
}
.news2-h2 a:hover {
  color: #0170b4;
}
.news2-p{
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	max-height: 5.4em;
}

.dangjian-color .news1-con .more11 a{
	color: #bb3131;
}

.dangjian-color .news1-h2 a:hover {
  color: #bb3131;
}

.dangjian-color .news1-h1 span{
	border-color:#bb3131;
}

.dangjian-color .news2-h2 a:hover {
  color: #bb3131;
}

.job1-1{
	width: 59.67%;
}

.job1-1 img{
	display: block;
	width: 100%;
}

.job1-2{
	height: 343px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-image: url(../images/job1-bg.jpg);
	padding: 95px 15px 0 80px;
}

.job1-2-title1{
	font-size: 32px;
	color: #222;
	font-weight: bold;
	line-height: 1;
}

.job1-2-title2{
	font-size: 40px;
	color: #c4c4c4;
	opacity: 0.18;
	font-family: "SHH";
	text-transform: uppercase;
	line-height: 1;
	margin-top: 10px;
}

.job1-2-p{
	font-size: 18px;
	color: #222;
	margin-top: 30px;
}

.job2{
	margin-top: 70px;
}

.job2-item{
	background-color: #f8f8f8;
	padding: 45px 40px 40px 50px;
}
.job2-item+.job2-item{
	margin-top: 10px;
}
.job2-item1-1{
	width: 560px;
	margin-right: 40px;
}

.job2-item1-1-h1{
	font-size: 22px;
	color: #222;
	line-height: 1;
}
.job2-item1-1-h2{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-top: 20px;
}
.job2-item1-1-h2 span{
	padding-right: 30px;
}
.job2-item1-2{
	width:510px;
	font-size: 0;
	padding-top: 8px;
}

.job2-item1-2 span{
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	font-size: 16px;
	color: #666;
	border:1px solid #eaeaea;
	margin-right: 20px;
	margin-top: 5px;
}

.job2-item1-3{
	width: 100px;
	height: 39px;
	line-height: 39px;
	border-radius: 999em;
	background-color: #0170b4;
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	margin-top: 10px;
}
.job2-item1-3.cur{
	background-image: url(../images/jiao2h.png);

}
.job2-item2{
	padding: 25px 0 0;
	margin-top: 30px;
	border-top: 1px solid #ddd;
	background-color: #f8f8f8;
	font-size: 18px;
	color: #666;
	line-height: 2;
	display: none;
}

.linian1{
	width: 50%;
}

.linian1-1{
	height: 454px;
	background-image: url(../images/linian1-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #f0f0f0;
	padding: 116px 105px 0 90px;
}

.linian1-1-h1{
	font-size: 28px;
	color: #0170b4;
	line-height: 1;
}


.linian1-1-h2{
	font-size: 20px;
	color: #666;
	line-height: 1;
	margin-top: 15px;
}
.linian1-1-h3{
	font-size: 20px;
	color: #999;
	line-height: 1.5;
	margin-top: 35px;
}
.linian1-2 img{
	display: block;
	width: 100%;
}

.linian2{
	width: 50%;
	height: 908px;
	background-image: url(../images/linian1-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	padding: 150px 15px 0 120px;
}

.linian2 .linian1-1-h1{color: #fff;}
.linian2 .linian1-1-h3{color: #fff;margin-top: 25px;}


.contact1 dl{
	margin:0;
	margin-left: -3%;
}

.contact1 dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-bottom: 3%;
	background-color: #f8f8f8;
}


.contact1-ico{
	width:135px;
	height: 139px;
	background-color: #0170b4;
	background-repeat: no-repeat;
	background-position: center;
}

.contact1-con{
	overflow: hidden;
	padding: 35px 15px 0 35px;
}
.contact1-con span{
	font-size: 20px;
	color: #222;
}
.contact1-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	margin-top: 12px;
}
.contact2{
	height: 436px;
}

.contact2 .map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.yaosu-item{
	background-color: #f8f8f8;
}

.yaosu-item+.yaosu-item{
	margin-top: 55px;
}

.yaosu-pic{
	width: 50%;
	position: relative;
	z-index:50;
}

.yaosu-pic .imgbox_a{
	padding-bottom: 66.13%;
	z-index: 10;
}

.yaosu-title{
	position: absolute;
	left: 0;
	top:32px;
	background-color: #0170b4;
	z-index: 25;
	
	padding:  0 20px;
	max-width: 100%;
}
.yaosu-title-h1{
	height: 79px;
	line-height: 79px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
.yaosu-title::before{
	position: absolute;
	width: 48px;
	height: 79px;
	content:"";
	background-image: url(../images/jiao3.png);
	top: 0;
	right: 100%;
}
.yaosu-con{
	overflow: hidden;
	padding: 90px 70px 0;
}

.yaosu-con1{
	font-size: 16px;
	color: #222;
	line-height: 1;
	border-left: 4px solid #0170b4;
	padding-left: 10px;
}

.yaosu-con2{
	font-size: 40px;
	color: #222;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
	margin-top: 25px;
}
.yaosu-con2 a:hover{
	color: #0170b4;
}
.yaosu-con3{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	max-height: 7.2em;
	overflow: hidden;
	margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.yaosu{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/yaosu-bg.jpg);
}


.zhaotou{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/zhaotou-bg.jpg);
}

.zhaotou1-1{
	width: 489px;
	margin-right: 180px;
}

.zhaotou1-2{
	overflow: hidden;
	font-size: 20px;
	color: #222;
	line-height: 2;
	padding-top: 155px;
}



.about{
	background-repeat: no-repeat;
	background-position: 50% 120px;
	background-image: url(../images/about-bg.jpg);
}






.about1-1{
	width: 460px;
}

.about1-1-h1{
	font-size: 28px;
	color: #222;
	line-height: 1;
}

.about1-1-h2{
	font-size: 18px;
	color: #999;
	margin-top: 10px;
}
.about1-1 img{
	display: block;
	margin-top: 22px;
	margin-left: 7px;
}


.about1-2{
	overflow: hidden;
}

.about1-2-item+.about1-2-item{
	margin-top: 80px;
}

.about1-2-h1{
	font-size: 34px;
	color: #0170b4;
}

.about1-2-p{
	font-size: 18px;
	color: #666;
	line-height: 2;
	margin-top: 25px;
	text-align: justify;
}

.about1-2-p p{margin:0;}

.about2{
	margin-top: 100px;
}

.about2-1{
	width: 47%;
	height: 313px;
	background-color: #ececec;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about2-2{
	width: 53%;
	height: 313px;
	background-image: url(../images/about2-2-bg.jpg);
	position: relative;
}

.about2-2-h1{
	position: absolute;
	font-size: 56px;
	color: #fff;
	line-height: 1;
	text-align: center;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
	width: 100%;
}

.ssearch-wp{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1001;
	background-color: rgba(0,0,0,0.64);
	display: none;
}


.ssearch-form{
	position: absolute;
	width: 0;
	left: 50%;
	margin-left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	overflow: hidden;
}
.ssearch-form{
	width: 0;
	margin-left: 0;
	transition: width 0.5s,margin-left 0.5s;
}
.ssearch-form.cur{
	width: 1100px;
	margin-left: -550px;

}
.ssearch-h1{
	font-size: 32px;
	font-weight: bold;
	color: #005da7;
	line-height: 1;
}
.ssearch-input input:focus{
	outline: none;
}
.ssearch-input input[type="text"]{
	display: block;
	width: 100%;
	height: 60px;
	padding: 15px;
	border-radius: 5px;
	border:1px solid #ddd;
	font-size: 16px;
	color: #333;
	padding-right: 75px;
}
.ssearch-input input[type="submit"]{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
  height: 60px;
  border:0;
  background-color: #005da7;
  background-image: url(../images/topSearch.png);
  background-repeat: no-repeat;
  background-position: center;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 0;
}
.ssearch-close{
	position: absolute;
	font-size: 72px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 45px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.ssearch-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.ssearch-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}


#totop{
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 68px;
	height: 68px;
	background-image: url(../images/totop.png);
	background-size: 100%;
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.1);
	border-radius: 50%;
	cursor: pointer;
	transition: .3s;
	display: none;
	z-index: 1022;
}

#totop:hover{
	background-image: url(../images/totoph.png);
	box-shadow:none;
}

#totop.cur{
	display: block;
}