/**************************************/
/*************[公用start]**************/
/**************************************/
body{
	overflow-x: hidden;
}
/*主站变灰*/
/*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>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
	position: relative;
	z-index: 999;
	background-color: #fff;
	height: 80px;
}
.logo{
	width: 160px;
	margin-top: 10px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.search{
	width: 18px;
	margin-top: 31px;
	margin-right: 10px;
}
.search a,.search img{
	display: block;
	width: 100%;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	margin-right: 15px;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	font-size: 16px;
	color: #333;
	height: 80px;
	line-height: 80px;
	padding: 0 15px;
	position: relative;
}
.nav>ul>li>a::after{
	position: absolute;
	display: block;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background-color: #004798;
	content:"";
	height: 5px;
	opacity: 0;
	transition: opacity .3s;
}
.nav>ul>li.cur>a::after{
	opacity: 1;
}
.nav>ul>li.cur>a,
.nav>ul>li:hover>a{
	color: #004798;
}
.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #004798;
	color: #fff;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.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;
  overflow:hidden;
  position: relative;
}
.fafa .slides>li video{
  position: absolute;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  z-index: 10;
}
.banner-wen{
	position: absolute;
	width: 100%;
	left: 0;
	top: 25%;
	z-index: 50;
}
.banner-wen-h1{
	font-size: 52px;
	color: #fff;
	font-weight: 800;
	max-width: 750px;
}
.fafa .slides>li img{
	display: none;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 53px;
}
.fafa .flex-control-nav li{
	margin:0 6px;
}
.fafa .flex-control-paging li a{
	width: 88px;
	height: 5px;
	background-image: none!important;
	background-color: #bfbfbf;
	position: relative;
}
.fafa .flex-control-paging li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	left: 0;
	content:"";
	background-color: #fff;
}
.fafa .flex-control-paging li a.flex-active::after{
	width: 0;
}
.fafa .flex-control-paging li a.flex-active::after{
	width: 100%;
	transition: width 15s;
}
.fafa .flex-control-paging li:first-child a.flex-active::after{
	animation:myfirst 15s;
	-webkit-animation:myfirst 15s;
}
@keyframes myfirst
{
    from {width: 0;}
    to {width: 100%;}
}
@-webkit-keyframes myfirst
{
    from {width: 0;}
    to {width: 100%;}
}
.main1{
	background-color: #fff;
	padding: 75px 0 105px;
}
.main1-title{
	position: relative;
}
.main1-title .erji-title{
	text-align: left;
}
.main1-title  .erji-title.text-center span {
  left: 0%;
  transform: translate(0%,-50%);
}
.main1-menu{
	position: absolute;
	right: 0;
	top: 30px;
}
.main1-menu dl{
	margin:0;
}
.main1-menu dd{
	float: left;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-right: 30px;
	position: relative;
	padding-top: 28px;
	cursor: pointer;
	line-height: 1;
}
.main1-menu dd::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 2px;
	height: 1px;
	content:"";
	background-color: #dedede;
	z-index: 10;
}
.main1-menu dd::after{
	z-index: 15;
	position: absolute;
	width: 50%;
	left: 0;
	top: 0px;
	height: 5px;
	content:"";
	background-color: #004798;
}
.main1-menu dd.cur{
	color: #004798;
}
.main1-menu dd+dd{
	margin-left: 65px;
}
.main1-div-wp .main1-div{display: none;}
.main1-div-wp .main1-div:first-child{display: block;}
.main2{
	height: 321px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main2-bg.jpg);
	padding-top: 50px;
}
.main2-h1{
	font-size: 36px;
	font-weight: bold;
	color:#333;
	text-align: center;
}
.main2-p{
	font-size: 14px;
	color:#666;
	text-align: center;
	line-height: 2;
	max-width: 900px;
	margin:15px auto 0;
}
.main3{
	background-color: #fff;
	padding: 85px 0;
}
.main3-2{
	background-color: #f9f9f9;
}
.main3-2-item{
	width: 47%;
	padding: 40px;
}
.main3-2-item .gonggao2-con2 {
  margin-top: 0px;
}
.main4{
	padding: 80px 0 85px;
	background-image: url(../images/main4-bg.jpg);
}
.main4-1 .erji-title{
	text-align: left;
}
.main4-1 .erji-title.text-center span {
  left: 0%;
  transform: translate(0%,-50%);
}
.main4-1-con{
	font-size: 14px;
	color: #999;
	line-height: 2;
	max-width: 875px;
	margin:30px 0 55px;
}
.main4-2 dl{
	margin:0;
	margin-left: -0.5%;
}
.main4-2 dd{
	float: left;
	width: 32.83333%;
	margin-left: 0.5%;
	margin-top:0.5%;
}
.main4-2 dd:nth-child(1),
.main4-2 dd:nth-child(2){
	width: 49.25%;
}
.main4-2 dd .imgbox_a{
	padding-bottom: 98.8095%;
}
.main4-2 dd:nth-child(1) .imgbox_a,
.main4-2 dd:nth-child(2) .imgbox_a{
	padding-bottom: 65.35433%;
}


.main4-2-bbg{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 100%;
	z-index: 5;
}



.imgbox_hover .main4-2-bbg{
	/* 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 .main4-2-bbg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}




.main4-2-title{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 15;
	background-color: rgba(0,0,0,0.7);
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
	font-size: 	20px;
	font-weight: bold;
	color:#fff;
}
.main4-2-title img{
	margin-top: -3px;
	margin-right: 36px;
	margin-right: 15px;
}
.main4-2-title::after{
	position: absolute;
	width: 12px;
	height: 6px;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	background-image: url(../images/more1.png);
	background-size: 100%;
	content:"";
	z-index: 50;
}
.main5{
	height: 322px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main5-bg.jpg);
	padding-top: 75px;
}
.main5-title{
	font-size: 0;
}
.main5-title span{
	display: inline-block;
	font-size: 36px;
  background-image: linear-gradient(to right, #004799 , #0091db);
  color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
  line-height: 1;
}
.main5-title img{
	display: block;
	width: 52px;
	margin-top: 35px;
}
.main5 .more1{
	margin-top: 38px;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/footer-bg.jpg);
	padding: 50px 0 105px;
}
.foo1-1{
	width: 325px;
	margin-right: 100px;
}
.foo-logo{
	width: 225px;
}
.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}
.foo1-1-p p{margin:0;}
.foo1-1-p{
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	line-height: 2;
	margin-top: 18px;
}
.yq{
	width: 210px;
	margin-top: 40px;
}
.foo1-2{
	overflow: hidden;
	padding-top: 20px;
}
.foo1-2 ul{margin:0;}
.foo1-2 li{
	float: left;
}
.foo1-2 li+li{
	margin-left: 60px;
}
.foo1-2 li h1{
	margin:0;
	font-size: 20px;
	color: #fff;
}
.foo1-2 li h1::after{
	display: block;
	width: 29px;
	height: 4px;
	content:"";
	background-color: #fff;
	margin-top: 25px;
}
.foo1-2 dl{margin:0;padding-top: 10px;}
.foo1-2 dd{
	margin-top: 15px;
}
.foo1-2 dd>a{
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	transition: opacity .3s;
}
.foo1-2 dd>a:hover{
	opacity: 1;
}
.footer-2{
	margin-top: 65px;
	padding-top: 35px;
	border-top: 1px solid #797a79;
}
.footer-2 .fl{
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	line-height: 2.4;
}
.footer-2 .fl span{
	padding-left: 15px;
}
.footer-2 .fr{margin-top: 10px;}
.footer-2 .fr dl{margin:0;}
.footer-2 .fr dd{
	float: left;
	width: 31px;
	position: relative;
}
.footer-2 .fr dd+dd{
	margin-left: 19px;
}
.footer-2 .fr dd>a,
.footer-2 .fr dd img{
	display: block;
	width: 100%;
}
.footer-2 .fr dd:hover .frer{
	display: block;
}
.frer{
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: 45px;
	display: none;
}
.frer img{
	display: block;
	width: 100%;
}
.er{
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 100px;
	margin:0 auto;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 13px;
}
/**************************************************************/
/*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: 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: 18px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 150px;
   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{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.erji-top{
	background-color: #f9f9f9;
	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: 68px;
	line-height: 68px;
	font-size: 16px;
	color: #333;
	padding: 0 5px;
	position: relative;
}
.erji-nav dd+dd{
	margin-left: 20px;
}
.erji-nav dd.cur>a,.erji-nav dd>a:hover{
	color: #004798;
}
.erji-nav dd>a::after{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #004798;
	content:"";
	height: 4px;
	opacity: 0;
	transition: opacity .3s;
}
.erji-nav dd.cur>a::after{
	opacity: 1;
}
.contact1{
	padding: 85px 0 120px;
}
.contact2{
	padding:  0px 0 55px;
}
.contact2-div{
	position: relative;
}
.contact2-box-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
	height: 0;
	z-index: 50;
}
.contact2-box{
	width: 616px;
	padding: 60px 63px;
	/*background-image: url(../images/hd.png);*/
	background-color: rgba(0,71,152,0.9);
	margin-left: auto;
}
.contact-h1{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.contact-dl dl{
	margin:0;
	border-top: 1px solid #336cad;
	margin-top: 45px;
}
.contact-dl dd{
	padding: 30px 0px 30px 70px;
	border-bottom: 1px solid #336cad;
	background-repeat: no-repeat;
	background-position: left center;
}
.contact-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	opacity: 0.7;
}
.contact-dl dd h2{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	opacity: 0.7;
}
.mm50{margin-top: 50px;}
.erji-padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.map-wp{
	height: 764px;
	position: relative;
	z-index: 10;
}
.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.erji-title{font-size: 0;position: relative;}
.erji-title h1{
	margin:0;
	font-size: 100px;
	font-weight: bold;
	font-family: 'Georgia';
	color: #f4f4f4;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	white-space: nowrap;
}
.erji-title span{
	position: absolute;
	left: 0%;
	top: 50%;
	font-weight: bold;
	display: block;
	line-height: 1;
	font-size: 36px;
	transform: translateY(-50%);
  background-image: linear-gradient(to right, #004799 , #0091db);
  color: transparent;
  -webkit-background-clip: text;
}
.erji-title.text-center span{
	left: 50%;
	transform: translate(-50%,-50%);
}
.erji-title .more1{
	margin-top: 23px;
}
.contact1-dl dl{
	margin:0;
	margin-left: -5%;
}
.contact1-dl dd{
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top:55px;
}
.contact1-dl dd.fullDD{
	width: 95%;
}
.contact1-title {
	font-size: 14px;
	color: #333;
	padding-bottom: 12px;
}
.contact1-input input[type="text"]{
	display: block;
	width: 100%;
	height: 60px;
	background-color: #f9f9f9;
	border:0;
	border:1px solid #e6e6e6;
	padding-left: 50px;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: 18px center;
}
.contact1-input input[type="text"]:focus{
	outline: none;
}
.contact1-input textarea{
	display: block;
	width: 100%;
	height: 200px;
	background-color: #f9f9f9;
	border:0;
	border:1px solid #e6e6e6;
	padding: 20px;
	padding-left: 50px;
	padding-right: 30px;
	resize: none;
	background-repeat: no-repeat;
	background-position: 18px 18px;
	background-image: url(../images/cdd5.png);
}
.contact1-input textarea:focus{
	outline: none;
}
.contact1-dl dd.yzDD{
	width: 480px;
	padding-right: 200px;
	position: relative;
}
.contact1-dl dd.yzDD .contact1-input{
	position: relative;
}
.contact1-yzm{
	position: absolute;
	width: 160px;
	right:1px;
	top: 1px;
	border-left:1px solid #e6e6e6;
}
.contact1-yzm img{
	display: block;
	width: 100%;
}
.contact1-dl dd.yzDD .contact1-input input[type="text"]{
	padding-right: 115px;
	padding-left:20px;
	height: 50px;
}
.contact1-btn{
	position: absolute;
	width: 168px;
	right: 0;
	top: 0;
}
.contact1-btn input{
	display: block;
	background-color: #004798;
	border:0;
	font-size: 14px;
	color: #fff;
	width: 100%;
	height: 50px;
	transition: background-color .3s;
}
.contact1-btn input:hover{
	background-color: #0091db;
}
.contact1-btn input:focus{
	outline: none;
}
.human1{
	padding: 80px 0 100px;
	background-image: url(../images/human1-bg.jpg);
}
.human1-y-wp{
	width: 497px;
	height: 499px;
	position: relative;
	margin:0 auto;
	padding-top: 210px;
}
@-webkit-keyframes qiuqiu {
    0% {
        -ms-transform:rotate(0deg); /* Internet Explorer */
		-moz-transform:rotate(0deg); /* Firefox */
		-webkit-transform:rotate(0deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(0deg); /* Opera */
		transform:rotate(0deg); /* Opera */
    }
    100% {
        -ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(360deg); /* Opera */
		transform:rotate(360deg); /* Opera */
    }
}
@-o-keyframes qiuqiu {
    0% {
        -ms-transform:rotate(0deg); /* Internet Explorer */
		-moz-transform:rotate(0deg); /* Firefox */
		-webkit-transform:rotate(0deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(0deg); /* Opera */
		transform:rotate(0deg); /* Opera */
    }
    100% {
        -ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(360deg); /* Opera */
		transform:rotate(360deg); /* Opera */
    }
}
@-moz-keyframes qiuqiu {
    0% {
        -ms-transform:rotate(0deg); /* Internet Explorer */
		-moz-transform:rotate(0deg); /* Firefox */
		-webkit-transform:rotate(0deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(0deg); /* Opera */
		transform:rotate(0deg); /* Opera */
    }
    100% {
        -ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(360deg); /* Opera */
		transform:rotate(360deg); /* Opera */
    }
}
@keyframes qiuqiu {
    0% {
        -ms-transform:rotate(0deg); /* Internet Explorer */
		-moz-transform:rotate(0deg); /* Firefox */
		-webkit-transform:rotate(0deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(0deg); /* Opera */
		transform:rotate(0deg); /* Opera */
    }
    100% {
        -ms-transform:rotate(360deg); /* Internet Explorer */
		-moz-transform:rotate(360deg); /* Firefox */
		-webkit-transform:rotate(360deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(360deg); /* Opera */
		transform:rotate(360deg); /* Opera */
    }
}
.human1-dy{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-animation:qiuqiu 60s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
	-o-animation:qiuqiu 60s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
	animation:qiuqiu 60s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
 	animation-iteration-count:infinite;
  	animation-fill-mode:both;
  	animation-direction: reverse;
}
.human1-xy{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	-webkit-animation:qiuqiu 40s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
	-o-animation:qiuqiu 40s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
	animation:qiuqiu 40s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
 	animation-iteration-count:infinite;
  	animation-fill-mode:both;
}
.news4-yuan-wai{
	-webkit-animation:qiuqiu 80s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
	-o-animation:qiuqiu 80s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
	animation:qiuqiu 80s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
 	animation-iteration-count:infinite;
  	animation-fill-mode:both;
}
.human1-div1-title{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	text-align: center;
	width: 2em;
	margin:0 auto;
	line-height: 1;
}
.human1-div1{
	position: relative;
}
.human1-dl dl{margin:0;}
.human1-dl dd{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	position: absolute;
	width: 400px;
}
.human1-dl dd:nth-child(1){
	left: 0;
	top: 103px;
	text-align: right;
}
.human1-dl dd:nth-child(2){
	right: 0;
	top: 103px;
}
.human1-dl dd:nth-child(3){
	left: 0;
	bottom: 80px;
	text-align: right;
}
.human1-dl dd:nth-child(4){
	right: 0;
	bottom: 80px;
}
.human1-div2{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
.human2{
	padding: 80px 0;
}
.zhaopin-table{
	margin:0!important;
}
.zhaopin-table table.table{
	margin:0;
	text-align: center;
  border-bottom: 1px solid #ddd;
}
.zhaopin-table table.table tr th{
	background-color: #004798;
	font-size: 14px;
	color: #fff;
	height: 68px;
	vertical-align: middle;
	text-align: center;
	border-color:#004798;
	font-weight: normal;
}
.zhaopin-table table.table tr th span{
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
}
.zhaopin-table table.table tr th:first-child{
	text-align: left;
	padding-left: 80px;
}
.zhaopin-table table.table tr th span{
	font-size: 12px;
	padding-left: 5px;
}
.zhaopin-table table.table tr td{
	background-color: #f6f6f6;
	border-color: #fff;
	vertical-align: middle;
}
.zhaopin-table table.table tr td i
{font-style: normal;font-size: 18px;color: #333;
}
.zhaopin-table table.table tr.tr11 td{
	font-size: 14px;
	color: #666;
	height: 68px;
}
.zhaopin-table table.table tr.tr11 td:first-child{
	font-size: 18px;
	padding-left: 80px;
	text-align: left;
}
.zhaopin-table table.table tr.tr22 td{
	padding: 0;
}
.zhaopin-con{
	padding: 35px;
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: left;
	display: none;
	white-space: normal;
}
.jjw{
	cursor: pointer;
}
.jjw:hover{
	color: #004798;
}
.tan_aaa-wp{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1998;
	display: none;
}
.tan_aaa-box{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 500;
}
.tan_aaa-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
}
.tan_aaa-div{
	position: absolute;
	width: 900px;
	height: 600px;
	background-color: #fff;
	z-index: 200;
	margin-left: -450px;
	left: 50%;
	margin-top: -300px;
	top: 50%;
	padding: 60px 30px 30px;
}
 .close_btn{position:absolute;width:50px;height:50px;right:10px;top:10px;text-align:center;line-height:50px;display:block;margin-bottom:1px;cursor:pointer;overflow:hidden;background-color: #004798;}
 .close_btn:hover{background:#004798;}
 .close_btn:after, .close_btn:before{content:''; position:absolute; width:60%; height:1px;background:#fff; display:block; left:50%; margin-left:-30%;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
 .close_btn:before{bottom:50%; transform:rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
 .close_btn:after{top: 50%; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
 .close_btn:hover:after{top:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover:before{bottom:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover i{opacity:1;visibility:visible;}
 .close_btn i{font-style:normal;
 	opacity:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;visibility:hidden;color:#fff;font-size: 12px;}
.tan_aaa-div-h1{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 40px;
}
.tan_aaa-dl{
	background-color:#efefef;
	margin-top:  30px;
	padding: 30px 40px;
}
.tan_aaa-dl dl{
	margin:0;
	margin-left: -3%;
}
.tan_aaa-dl dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
}
.tan_aaa-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
}
.tan_aaa-dl dd h2{
	margin:0;
	font-size: 25px;
	color: #333;
	margin-top: 10px;
}
.tan_aaa-wen-wp{
	padding: 40px;
	padding-right: 20px;
}
.tan_aaa-wen{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	height:14.4em ;
	overflow-y: auto;
	padding-right: 20px;
}
.tan_aaa-wen::-webkit-scrollbar {
    width: 6px;
}
.tan_aaa-wen::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background-color: #004798;
}
.tan_aaa-wen::-webkit-scrollbar-track {
    width: 6px;
    border-radius:6px;
}
.human2-form{
	max-width: 520px;
	padding-right: 137px;
	position: relative;
	margin-top: 56px;
}
.human2-form input:focus{
	outline: none;
}
.human2-form input[type="text"]{
	display: block;
	width: 100%;
	border:0;
	border:1px solid #b2d7ed;
	border-right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 47px;
	padding: 6px 15px 6px 24px;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
}
.human2-form input[type="button"]{
	position: absolute;
	width: 137px;
	right: 0;
	top: 0;
	height: 47px;
	border:0;
	background-color: #004798;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	font-size: 16px;
	padding-left: 52px;
	background-repeat: no-repeat;
	background-position: 24px center;
	background-image: url(../images/wen0.png);
	text-align: left;
}
.buju{
	padding: 96px 0 170px;
}
.buju-pic{
	width: 56.09375%;
}
.buju-pic .imgbox_a{
	padding-bottom: 59.3315%;
}
.buju-pic.fl{
	margin-right: 80px;
}
.buju-pic.fr{
	margin-left: 80px;
}
.buju-item+.buju-item{
	margin-top:  55px;
}
.buju-con{
	overflow: hidden;
	padding-top: 53px;
}
.buju-ico{
	width: 36px;
}
.buju-ico img{
	display: block;
	width: 100%;
}
.buju-h1{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin-top: 28px;
}
.buju-h1 a:hover{
	color: #004798;
}
.buju-p{
	font-size: 14px;
	color: #999;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin:25px 0 40px;
}
.more1>a{
	display: block;
	width: 206px;
	height: 53px;
	line-height: 53px;
	background-color: #004798;
	font-size: 14px;
	color: #fff;
	text-align: center;
	transition: background-color .3s
}
.more1>a img{
	display: inline-block!important;
	width: 12px!important;
	margin-top: -3px;
	margin-left: 14px;
}
.more1>a:hover {
  background-color: #0091db;
}
.news1{
	padding: 95px 0 75px;
}
.news1-1{
	width: 827px;
	margin-right: 40px;
}
.news1-1-item{
	width: 48%;
	padding-bottom: 210px;
	position: relative;
}
.news1-1-pic .imgbox_a{
	padding-bottom: 67.2544%;
}
.news1-1-con{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 210px;
	background-color: #f7f7f7;
	padding: 40px 25px 0;
	overflow: hidden;
	transition: .3s;
}
.news1-fl{
	line-height: 20px;
}
.news1-fl .fl{
	font-size: 18px;
	color: #004798;
	font-weight: bold;
	transition: color .3s;
}
.news1-fl .fr{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time.png);
	transition: color .3s,background-image .3s;
}
.news1-1-a{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 20px;
	transition: color .3s;
}
.news1-1-p{
	font-size: 14px;
	color: #fff;
	opacity: 0;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 20px;
	transition: opacity .3s;
}
.news1-1-con .more1{
	margin-top: 80px;
	width: 164px;
	transition: opacity .3s;
	opacity: 0;
}
.news1-1-con .more1>a{
	background-color: #fff;
	font-size: 14px;
	color: #666;
}
.news1-1-con .more1>a:hover{
	color: #004798;
	font-weight: bold;
}
.news1-1-item:hover .news1-1-a{color: #fff;}
.news1-1-item:hover .news1-fl .fl{color: #fff;}
.news1-1-item:hover .news1-fl .fr{color: #fff;background-image: url(../images/timeh.png);}
.news1-1-item:hover .news1-1-con{
	height: 100%;
	background-color: #004798;
}
.news1-1-item:hover .news1-1-p{
	opacity: 0.6
}
.news1-1-item:hover .news1-1-con .more1{
	opacity: 1;
}
.news1-2{
	overflow: hidden;
}
.news1-2 dl{
	margin:0;
}
.news1-2 dd{
	background-color: #f7f7f7;
}
.news1-2 dd+dd{
	margin-top: 37px;
}
.news1-2-pic{
	width: 200px;
}
.news1-2-pic .imgbox_a{
	padding-bottom: 67%;
}
.news1-2-con{
	overflow: hidden;
	padding: 17px 15px 0;
}
.news1-2-con h1{
	margin:0;
	font-size: 14px;
	color: #333;
}
.news1-2-con h1>a:hover{
	color: #004798;
	font-weight: bold;
}
.news1-2-con p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin:8px 0 6px;
}
.news2{
	padding: 100px 0 155px;
	background-image: url(../images/news2-bg.jpg);
}
.news2-list{
	overflow: hidden;
}
.news2-list dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}
.news2-list dd{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
	margin-top: 2%;
}
.news2-list dd>a{
	display: block;
	background-color: #f7f7f7;
	padding: 30px 20px 25px;
}
.news2-list dd>a:hover h2{
	color: #ba2922;
	color: #004798;
}
.news2-list dd h1{
	margin:0;
	font-size: 14px;
	color: #999;
}
.news2-list dd h2{
	margin:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin:13px 0 15px;
}
.news2-fl{
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background-color: #ba2922;
	text-align: center;
}
.news3{
	padding: 105px 0 160px;
}
.news3-list{
	overflow: hidden;
}
.news3-list dl{
	margin:0;
	margin-left: -4%;
}
.news3-list dd{
	float: left;
	width:46%;
	margin-left: 4%;
	margin-top: 20px;
}
.news3-list dd:nth-child(1){margin-top: 0;}
.news3-list dd:nth-child(2){margin-top: 0;}
.news3-list dd>a{
	display: block;
	background-color: #f7f7f7;
	padding-left:4px;
	padding-right: 15px;
	position: relative;
}
.news3-list dd>a::before{
	width: 4px;
	top: 0;
	bottom: 0;
	content:"";
	background-color: #004798;
	position: absolute;
	left: 0;
	z-index: 1;
	transition: width .5s;
}
.news3-date{
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999;
	width: 120px;
	text-align: center;
	position: relative;
	z-index: 5;
	transition: color .3s;
}
.news3-con{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	position: relative;
	z-index: 5;
	transition: color .3s;
}
.news3-list dd>a:hover::before{
	width: 100%;
}
.news3-list dd>a:hover .news3-date{color: #fff;}
.news3-list dd>a:hover .news3-con{color: #fff;}
.gonggao1{
	padding: 90px 0;
}
.gonggao1-list{
	overflow: hidden;
}
.gonggao1-list dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}
.gonggao1-list dd{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
	margin-top: 2%;
}
.gonggao1-list dd>a{
	display: block;
	background-color: #f7f7f7;
	padding: 32px 28px 35px;
	transition: background-color .3s;
}
.gonggao1-date{
	font-size: 14px;color: #999;
	height: 21px;
	padding-top: 3px;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: .3s;
}
.gonggao1-con-wp{
	margin-top: 18px;
	padding-top: 15px;
	border-top: 1px solid #d7d7d7;
}
.gonggao1-con{
	font-size: 20px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	transition: color .3s;
}
.gonggao1-list dd>a:hover{
	background-color: #004798;
}
.gonggao1-list dd>a:hover .gonggao1-date{
	background-image: url(../images/jiao1h.png);
	color: #fff;
}
.gonggao1-list dd>a:hover .gonggao1-con{
	color: #fff;
}
.gonggao1 .more1>a{
	margin:0 auto;
}
.gonggao2{
	padding: 100px 0 130px;
	background-image: url(../images/gonggao2-bg.jpg);
}
.gonggao2-pic{
	width: 600px;
	margin-left: 125px;
}
.gonggao2-pic img{
	display: block;
	width: 100%;
}
.gonggao2-con{
	overflow: hidden;
	padding-top: 30px;
}
.gonggao2-con1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gonggao2-con1-1 span{
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.gonggao2-con1-1 span+span{
	margin-top: 8px;
}
.gonggao2-con1-2{
	font-size: 18px;
	color: #333;
}
.gonggao2-con1-2 span{
	font-size: 40px;
}
.gonggao2-con1-2 img{
	margin:0 12px;
}
.gonggao2-con2{
	margin-top: 50px;
}
.gonggao2-con2 dl{
	margin:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gonggao2-con2 dd h1{
	margin:0;
	font-size: 14px;
	color: #333;
}
.gonggao2-con2 dd h2{
	margin:0;
	font-size: 24px;
	color: #333;
	margin-top: 13px;
}
.gonggao2-con1-3 span{
	display: block;
	font-size: 14px;
	color: #333;
}
.gonggao2-con1-3 span+span{
	margin-top: 5px;
}
.gonggao3{
	padding: 100px 0 180px;
}
.gonggao4{
	height: 309px;
	background-image: url(../images/gonggao4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 90px;
}
.gonggao4-div{
	width: 250px;
	margin-left: 235px;
	text-align: center;
}
.gonggao4-div h1{
	margin:0;
	font-size: 48px;
	color: #004798;
	font-weight: bold;
}
.gonggao4-a{
	margin-top: 25px;
}
.gonggao4-a a{
	display: block;
	height:50px ;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 999em;
	background-color: #004798;
	transition: background-color .3s;
}
.gonggao4-a a:hover {
    background-color: #0091db;
}
.about1{
	padding: 110px 0 115px;
}
.about1-1{
	width: 583px;
	margin-right: 55px;
}
.about1-1 .imgbox_a{
	padding-bottom: 50.9434%;
	cursor: pointer;
}
.about1-1 .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	background-color: #000;
	opacity: 0.3;
	z-index: 10;
}
.about1-1 .imgbox_a::after{
	position: absolute;
	width: 63px;
	height: 63px;
	left: 50%;
	top: 50%;
	content:"";
	background-image: url(../images/bo.png);
	transform: translate(-50%,-50%);
	z-index: 15;
}
.about1-2{
	overflow:hidden;
}
.about1-2 .erji-title{
	text-align: left;
}
.about1-2  .erji-title.text-center span {
    left: 0%;
    transform: translate(0%,-50%);
}
.about1-2-con{
	padding: 15px 0 32px;
}
.about1-2-h1{
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.about1-2-p{
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
}
.about1-2-p p{margin:0;}
.video-wp{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1800;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
	z-index: -1;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
	z-index: 1800;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
	z-index: 25;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.video-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}
.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
}
.video-box video:focus{
	outline: none;
}
body.cur{
	overflow: hidden!important;
}
.about2{
	padding: 70px 0 90px;
	background-image: url(../images/about2-bg.jpg);
}
.about2-list1{
	padding: 0 41px;
}
.about2-list1 .item{
	cursor: pointer;
	font-size: 16px;
	color:#2367ae;
	text-align: center;
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	height: 47px;
	line-height: 45px;
}
.about2-list1 .item.cur{
	background-color: #2367ae;
	border-color: #2367ae;
	color:#fff;
}
.about2-list1 .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-image: url(../images/left22.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
		background-size: 100%;
}
.about2-list1 .owl-nav button.owl-prev:hover{
	background-image: url(../images/left22h.png);
}
.about2-list1 .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-size: 100%;
    background-image: url(../images/right22.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}
.about2-list1 .owl-nav button.owl-next:hover{
	background-image: url(../images/right22h.png);
}
.about2-list2-wp{
	margin-top: 50px;
	padding: 0 41px;
}
.about2-list2-wp .about2-list2{display: none;}
.about2-list2-wp .about2-list2:first-child{display: block;}
.about2-list2-nian{
	line-height: 1;
	font-size: 80px;
	color:rgba(0, 0, 0, 0.05);
	writing-mode: vertical-lr;/*ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: vertical-rl;*/
	writing-mode: tb-lr;/*IEæµè§ˆå™¨çš„ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: tb-rlï¼›*/
	font-weight: bold;
}
.about2-list2-dl{
	overflow: hidden;
	position: relative;
}
.about2-list2-dl::before{
	z-index: 5;
	position: absolute;
	width: 1px;
	background-color: #dddddd;
	content:"";
	top: 0;
	bottom: 5px;
	left: 183px;
}
.about2-list2-dl dl{
	margin:0;
	position: relative;
	z-index: 15;
	height: 500px;
	overflow-y: auto;
	padding-right: 15px;
}
.about2-list2-dl dl::-webkit-scrollbar {
    width: 4px;
}
.about2-list2-dl dl::-webkit-scrollbar-thumb {
    width: 4px;
    height: 36px;
    background-color: #2367ae;
}
.about2-list2-dl dl::-webkit-scrollbar-track {
    width: 1px;
		background-color: #eee;
}
.about2-list2-dl dd{
	padding: 19px 0;
	background-image: url(../images/bei.png);
	background-repeat: no-repeat;
	background-position: 153px 0;
	position: relative;
}
.about2-list2-dl dd{
	margin-bottom: 15px;
}
.about2-date{
	width: 115px;
	font-size: 16px;
	color:#2367ae;
	text-align: right;
	line-height: 24px;
	margin-right: 130px;
}
.about2-p{
	overflow: hidden;
	font-size: 16px;
	color:rgba(0,0,0,0.87);
	line-height: 24px;
}
.about2-p p{
	margin:0;
}
.about2-list2-dl dd:hover{
	background-image: url(../images/beih.png);
}
.about2-list2-dl dd:hover .about2-p{
	font-weight: bold;
}
.about3{
	padding: 100px 0;
	background-image: url(../images/about3-bg.jpg);
}
.about3-div{
	padding-top: 50px;
	min-height: 455px;
	position: relative;
	padding-left: 410px;
}
.about3-1{
	position: absolute;
	left: 0;
	top: 25px;
	width: 459px;
	height: 430px;
	background-image: url(../images/about3-1.png);
	text-align: center;
	padding-top: 143px;
	font-size: 28px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}
.about3-1 img{
	display: block;
	width: 67px;
	margin:0 auto 22px;
}
.about3-2{
	overflow: hidden;
}
.about3-2-dl dl{
	margin:0;
	font-size: 0;
	margin-left: -1%;
}
.about3-2-dl dd{
	display: inline-block;
	width: 24%;
	margin-left: 1%;
	text-align: center;
	margin-top: 90px;
	vertical-align: top;
	padding: 0 5px;
}
.about3-2-dl dd:nth-child(1),
.about3-2-dl dd:nth-child(2),
.about3-2-dl dd:nth-child(3),
.about3-2-dl dd:nth-child(4){
	margin-top: 0;
}
.about3-2-dl dd:nth-child(5){
	margin-left: 26%;
}
.about3-2-dl dd h1{
	margin:0;
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.about3-2-dl dd h2{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-top: 15px;
}
.about4{
	padding: 120px 0 55px;
}
.about4 .more1>a{
	margin:0 auto;
}
.about4-list .news1-1-item{
	width: 100%;
}



.about4-div{
	padding: 0 190px;
}
.about4-pic .imgbox_a{
	padding-bottom:67.21%;
}

.about4-width{
	width: 674px;
	height: 0;
}

.poster-main {
  position: relative;
}
.poster-main .poster-list {
  width: 900px;
  height: 453px;
}
.poster-main .poster-list .poster-item {
  width: 674px;
  height: 453px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1!important;
	cursor: pointer;
}
.poster-item:hover .poster-item-title{
	color: #1485ee;
}
.poster-main .poster-btn {
  position: absolute;
  width: 54px!important;
  height: 115px!important;
  margin-top: -57px;
  top: 50%;
  cursor: pointer;
}
.poster-main .poster-btn:hover{
}
.poster-main .poster-prev-btn {
  left: -95px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: center;
	background-size: 100%;
  transition: background-image .3s;
}
.poster-main .poster-prev-btn:hover{
  background-image: url(../images/lefth.png);
}
.poster-main .poster-next-btn {
  right: -95px;
	background-size: 100%;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image .3s;
}
.poster-main .poster-next-btn:hover{
  background-image: url(../images/righth.png);
}

.poster-item-title{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -50px;
	text-align: center;
	font-size: 20px;
	color:rgba(0,0,0,0.87);
	font-weight: bold;
}















.about5{
	padding: 90px 0 100px;
	background-image: url(../images/about5-bg.jpg);
}
.about5 .more1>a{
	margin:0 auto;
}
.erji-bottom{
	padding: 70px 0;
}
.xinwen2 ul{
	margin:0;
	position: relative;
}
.xinwen2 ul::after{
	position: absolute;
	width: 1px;
	content:"";
	top: 0;
	bottom: 0;
	left: 219px;
	background-color: #bcbcbc;
}
.xinwen2 li{
	margin-top: 15px;
}
.xinwen2 li:first-child{
	margin-top: 0px;
}
.xinwen2-date{
	width: 220px;
	text-align: center;
	height: 234px;
	padding-top: 81px;
	position: relative;
	z-index: 80;
}
.xinwen2-date::before{
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content:"";
	/*background-image: url(../images/lanhua.jpg);
	background-repeat: no-repeat;
	background-position:right center;
	-webkit-background-size: cover;
	background-size: cover;*/
	background-color: #004798;
	transition: .5s;
	z-index: 30;
}
.xinwen2-date::after{
	position: absolute;
	width:15px;
	height: 29px;
	margin-top: -15px;
	top: 50%;
	content:"";
	background-image: url(../images/jiao18.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: -14px;
	display: none;
	z-index: 30;
}
.linei{
	position: absolute;
	width: 45px;
	height: 1px;
	background-color:#bcbcbc;
	left: 100%;
	top: 50%;
}
.xinwen2-date h1{
	margin:0;
	font-size: 50px;
	font-weight: bold;color: #004798;
	font-family: "Arial";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;
}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #004798;
	font-family: "Arial";
	line-height: 1;
	margin-top: 6px;
	z-index: 40;
	transition: .3s;
}
.xinwen2-div{
	width: 980px;
	padding: 40px;
	position: relative;
}
.xinwen2-div::after{
	position: absolute;
	background-color: #f6f6f6;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	content:"";
	z-index: 40;
	transition: .3s;
}
.xinwen2-con{
	position: relative;
	z-index: 50;
}
.xinwen2-pic{
	width: 231px;
	margin-left: 70px;
}
.xinwen2-pic .imgbox_a{
	padding-bottom:66.67%;
}
.xinwen2-con-nei{
	overflow: hidden;
	padding-top: 15px;
}
.xinwen2-con-nei h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}
.xinwen2-con-nei h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:20px 0 13px;
}
.xinwen2-con-nei h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.xinwen2-con-nei p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.xinwen2 li:hover .xinwen2-date h1,
.xinwen2 li:hover .xinwen2-date h2{color: #fff;}
.xinwen2 li:hover .xinwen2-date::before{
	width: 550px;
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}
.xinwen2 li:hover .linei{background-color:#004798; }
.xinwen2 li:hover .xinwen2-div::after{
	left: -80px;
	right: -350px;
}
.xinwen2 li:hover .xinwen2-con-nei h1,
.xinwen2 li:hover .xinwen2-con-nei p{color: #004798;}
.fenye{
	text-align: center;
	margin-top:70px;
}
.fenye ul{
	margin:0;
}
.danpian-div{
	width: 920px;
	min-height: 1px;
}
.danpian-div1{
	font-size: 16px;
	color: #333;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.danpian-div2{
	margin-top:35px;
}
.danpian-h1{
	font-size: 30px;
	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;
	line-height: 2;
	margin-top: 30px;
}
.danpian-con,.danpian-con *{
	font-family: "Microsoft Yahei"!important;
	font-size: 16px!important;
	color: #666!important;
	line-height: 2!important;
}
.danpian-con.cur0,.danpian-con.cur0 *{
	font-size:18px!important;
	text-indent: 2em;
}
.danpian-con.cur2,.danpian-con.cur2 *{
	font-size: 14px!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}
.aafl a{
	display: inline-block;
	width: 13px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center ;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 12px;
}
.aafl a.aafl1{background-image: url(../images/aaa1.png);}
.aafl a.aafl2{background-image: url(../images/aaa2.png);}
.aafl a.aafl3{background-image: url(../images/aaa3.png);}
.aafl a.aafl1.cur{background-image: url(../images/aaa1h.png);}
.aafl a.aafl2.cur{background-image: url(../images/aaa2h.png);}
.aafl a.aafl3.cur{background-image: url(../images/aaa3h.png);}
.danpian-tui{
	width: 300px;
	min-height: 1px;
	box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.1);
	background-color: #fff;
	padding: 25px;
}
.danpian-tui-title .fl{
	position: relative;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.danpian-tui-title .fl::before{
	position: absolute;
	width: 6px;
	left: -25px;
	height: 26px;
	margin-top: -13px;
	top: 50%;
	content:"";
	background-color: #004798;
}
.danpian-tui-title .fr{
	font-size: 14px;
	color: #333;
	margin-top: 4px;
}
.danpian-tui-title .fr:hover{
	color: #004798;
}
.danpian-tui-list dl{
	margin:0;
}
.danpian-tui-list dd{
	padding: 20px 0;
}
.danpian-tui-list dd+dd{
	border-top: 1px solid #dcdde2;
}
.danpian-tui-list dd h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1.8;
}
.danpian-tui-list dd h2{
	margin:0;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-top: 10px;
}
.danpian-tui-list dd:hover h1{
	color: #004798;
}








.contact1{background-image: url(../images/contact1-bg.jpg);}
.gonggao1{background-image: url(../images/gonggao1-bg.jpg);}
.about6{background-image: url(../images/about6-bg.jpg);padding: 80px 0 110px;}
.news1{background-image: url(../images/news1-bg.jpg);}
.news3{
	background-image: url(../images/news3-bg.jpg);
	background-size: auto;
	background-position: right top;
}

.main2 .more1{
	margin:30px 0 0;
}
.main2 .more1 a{
	margin:0 auto;
	background-color: transparent;
	border:1px solid #d6d6d5;
	color: #333;
	line-height: 51px;
	transition: .3s;
}

.main2 .more1 a img.more1ico{display: none!important;}

.main2 .more1 a:hover{
	border-color: #004798;
	background-color: #004798;
	color: #fff;
}
.main2 .more1 a:hover img{
	display: none!important;
}

.main2 .more1 a:hover img.more1ico{display: inline-block!important;}

.main2{
	min-height: 321px;
	height: auto;
	padding-bottom: 50px;
}


.human2{
	background-image: url(../images/human2-bg.jpg);
	background-size: contain;
	background-position: center top;
}

.human1{
	padding: 70px 0 110px;
}

.human1-div{
	margin-top: 20px;
}

.human1-h1{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.human1-pic{
	width: 50%;
}
.human1-pic.fl{
	padding-right: 70px;
}
.human1-pic.fr{
	padding-left: 70px;
}
.human1-pic img{
	display: block;
	width: 100%;
}

.human1-con{
	overflow: hidden;
	font-size: 16px;
	color: #666;
	line-height: 2;
	padding-top: 30px;
}

.human1-con p{margin:0;}


.gonggao3{
	background-image: url(../images/gonggao3-bg.jpg);
	background-size: auto;
	background-position: right bottom;
}

.about4{
	background-image: url(../images/about4-bg.jpg);
	padding: 100px 0 80px;
}
.about1{
	background-image: url(../images/about1-bg.jpg);
}
.about2{
	background-size: 100% auto;
	background-position: center bottom;

}
.about3{
	padding: 85px 0 120px;
	background-position: center bottom;
}

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

.about3-3-dl dl{
	margin:0;
	font-size: 0;
	text-align: center;
}

.about3-3-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 195px;
	margin-bottom: 25px;
}
.about3-3-dl dd+dd{
	margin-left: 70px;

}
.about3-3-dl dd:nth-child(1){
	margin-left: 275px;
}
.about3-3-dl dd:nth-child(3){
	margin-right: 275px;
}
.about3-3-dl dd:nth-child(4){
	margin-left: 0;
}

.about3-3-ico{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.about3-3-iimg{
	width: 95px;
	margin:0 auto 10px;
}
.about3-3-iimg  img{
	display: block;
	width: 100%;
}
.about3-3-h1{
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin-top: 5px;
}

.about3-4-title{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.about3-4{
	padding-top: 30px;
}
.about3-4-dl{
	max-width:950px;
	margin:0 auto;
	padding-top: 15px;
}
.about3-4-dl dl{
	margin:0;
	font-size: 0;
	margin-left: -3%;
}

.about3-4-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 3%;
	margin-top: 30px;
}

.about3-4-name{
	width: 183px;
	height: 46px;
	padding-top: 11px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/about3-4-name.png);
	background-size: 100%;
	padding-left: 67px;
	margin-right: 28px;
}

.about3-4-con{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	overflow: hidden;
	padding: 9px 0;
}
.about3-4-con p{margin:0;}

.about2x-2{
	padding: 30px 0 90px;
}

.about2x-2-con{
	font-size: 0;
	text-align: center;
	display: none;
}
.about2x-2-con:first-child{
	display: block;
}
.about2x-2-nian{
	font-size: 70px;
	font-weight: bold;
	color: #004798;
	display: inline-block;
	border-bottom: 2px solid #004798;
}

.about2x-2-con-p p{margin:0;}
.about2x-2-con-p{
	font-size: 18px;
	color: #666;
	line-height: 2;
	margin-top: 30px;
}

.about2x-3{
	background-repeat: no-repeat;
	background-position: left 31px;
	background-image: url(../images/about2x-bg.png);
	padding: 0 160px;
}
.about2x-3-list{
	position: relative;
}
.about2x-3-list::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 31px;
	background-color: #8f8f8f;
	content:"";
}
.about2x-3-list::after{
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 31px;
	background-color: #8f8f8f;
	content:"";
}
.about2x-3-list .item{
	font-size: 35px;
	color: #999999;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding-top: 55px;
	cursor: pointer;
	position: relative;
	transition: color .3s;
}

.about2x-3-list .owl-item+.owl-item .item::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 31px;
	background-color: #8f8f8f;
	content:"";
}

.about2x-3-list .item.cur{
	background-repeat: no-repeat;
	background-position: left 31px;
	background-image: url(../images/cur.png);
	color: #004798;
}

.about2x-3-list .item.cur::before{
	/*background-color: #004798;*/
}

.about2x-3-list .owl-nav button.owl-prev{
    position: absolute;
    left:-67px;
    top: 11px;
    width: 40px;
    height: 40px;
    background-image: url(../images/left3.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
    transition: background-image .3s;
}
.about2x-3-list .owl-nav button.owl-prev:hover{

    background-image: url(../images/left3h.png);
}
.about2x-3-list .owl-nav button.owl-next{
    position: absolute;
    right:-67px;
    top: 11px;
    width: 40px;
    height: 40px;
    background-image: url(../images/right3.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    background-size: 100%;
    z-index: 50;
    transition: background-image .3s;
}

.about2x-3-list .owl-nav button.owl-next:hover{

    background-image: url(../images/right3h.png);
}




.about9-list-wp{
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/about9-1.png);
}

.about9-list .item{
	height: 415px;
}

.about9-item1 .about9-item{
	height: 230px;
	width: 330px;
	padding-left: 32px;
	background-repeat: 	no-repeat;
	background-position: 	center bottom;
	background-image: url(../images/bab.png);
	transition:background-image .3s;
}

.about9-item2{
	padding-top:185px;
}
.about9-item2 .about9-item{
	height: 230px;
	width: 330px;
	padding-left: 32px;
	background-repeat: 	no-repeat;
	background-position: 	center top;
	background-image: url(../images/bab2.png);
	padding-top: 129px;
	transition:background-image .3s;
}
.cur .about9-item1 .about9-item{
    background-image: url(../images/babh.png);
}
.cur .about9-item2 .about9-item{
    background-image: url(../images/bab2h.png);
}
.cur .about9-item1 .about9-item h1{
    color:#004798;
    border-color:#004798;
}
.cur .about9-item2 .about9-item h1{
    color:#004798;
    border-color:#004798;
}
.about9-item h1{
	margin:0;
	font-size:24px;
	color: #2c2c2c;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: 3px solid #2c2c2c;
	transition: border-color .3s,color .3s;
}

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

.about9-list .owl-nav button.owl-prev{
    position: absolute;
    left:-80px;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background-image: url(../images/left6.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition:background-image .3s; 
}
.about9-list .owl-nav button.owl-prev:hover{background-image: url(../images/left6h.png);}
.about9-list .owl-nav button.owl-next{
    position: absolute;
    right:-80px;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background-image: url(../images/right6.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition:background-image .3s; 
}
.about9-list .owl-nav button.owl-next:hover{background-image: url(../images/right6h.png);}








.about3x-1{
	width: 503px;
	margin-right: 60px;
}

.about3x-2{
	overflow: hidden;
}

.about3x-2-1 dl{
	margin:0;
}
.about3x-2-1 dd{
	padding-top: 25px;
}
.about3x-2-1-title{
	width:100px;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	line-height: 25px;
}

.about3x-2-1-con{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	padding-left: 53px;
	background-repeat: no-repeat;
	background-position: 0 11px;
	background-image: url(../images/about3x-line.jpg);
	line-height: 25px;
}

.about3x-2-2 .erji-title h1{opacity: 0}
.about3x-2-2 .erji-title span{
	position: relative;
	top: 0;
  transform: translateY(0%);
}

.about3x-2-2-dl dl{
	margin:0;
	font-size: 0;
	margin-left: -2%;
}

.about3x-2-2-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-left: 2%;
	margin-top: 45px;
}



.about3x-2-2-dl dd .about3x-2-1-title{
	width: 70px;
}