/**************************************/
/*************[公用start]**************/
/**************************************/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}
a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
img{
	border:0;
	max-width: 100%;
}
div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*图片中心放大代码区域*/
.img-box{/*图片盒子类名*/
	overflow: hidden;
}
.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}
.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*图片中心放大代码区域*/
.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}
.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
	position: relative;
	z-index: 999;
	height: 100px;
	background-color: #fff;
}
.logo{
    width:452px;
	margin-top: 27px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.search{
	width: 32px;
	margin-top: 34px;
	margin-left: 40px;
}
.search a{
	display: block;
	height: 32px;
	background-image: url(../images/wen1.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image .3s;
}
.search a:hover{
	background-image: url(../images/wen1h.png);
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	padding: 15px 0;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 55px;
}
.nav>ul>li>a{
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #333;
	position: relative;
	overflow: hidden;
}
.nav>ul>li>a>span{
	display: inline-block;
	transition: transform .3s;
	padding: 0	10px;
}
.nav>ul>li>a>span::after {
  position: absolute;
  left: 0;
  width: 100%;
  color: #999999;
  content: attr(data-title);
  transform: translateY(100%);
  font-family: "Times New Roman";
  text-align: center;
}
.nav>ul>li:hover a span {
  transform: translateY(-100%);
}
.nav>ul>li.cur a,.nav>ul>li.cur a>span::after{
	color: #186bbd;
}


.nav>ul>li>ul{
	position: absolute;
	left: -10px;
	right: -10px;
	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: #186bbd;
	color: #fff;
}











/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.banner{
	position: relative;
	overflow: hidden;
	z-index: 70;
}
.banner video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  z-index: 20;
}
.banner-con-wp{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 50;
	top: 50%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-con h1{
	margin:0;
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.banner-hua{
	position: absolute;
	z-index: 50;
	width: 100%;
	left: 0;
	bottom: 50px;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		-webkit-transform: translate(0, 14px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		transform: translate(0, 14px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}
#shu{
	position: relative;
  width: 30px;
  height: 50px;
  border: 2px solid #FFF;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: 600;
  cursor:pointer;
  margin:0 auto;
}
#shu::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 4px;
  height: 12px;
  margin-left: -2px;
  background-color: #FFF;
  border-radius: 4px;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
.banner-hua h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}


.banner{
	overflow: hidden;
}

.fafa,.fafa .slides{
	height: 100%;
}

.fafa .slides>li{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	transition: transform 5s linear;
}







.fafa .slides>li.flex-active-slide{
    transform: scale(1.05);
}


.main1{
	padding: 120px 0 130px;
	background-color: #fff;
}
.main1-1{
	width: 750px;
	margin-right: 83px;
}
.main1-video video{
	display: block;
	width: 100%;
}
.main1-2{
	overflow: hidden;
	padding-top: 15px;
}
.main .about-title h1{font-size: 40px;}
.main .about-title-p{
	text-indent: 0;
}
.more33 a{
	font-size: 16px;
	color: #666;
	display: block;
	width: 127px;
	padding-bottom:8px;
	text-transform: uppercase;
	font-family:'Georgia' ;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/more33.png);
}
.more33 a:hover{
	color: #004e9f;
}
.main1 .more33{
	margin-top: 60px;
}
.main1-2-dl{
	margin-top: 90px;
}
.main1-2-dl dl{
	margin:0;
}
.main1-2-dl dd{
	float: left;
	width: 281px;
}
.main1-2-dl dd>a{
	display: block;
	height: 79px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 106px;
	padding-top:9px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
.main1-2-dl dd.dd1>a{
	background-image: url(../images/main1-1.png);
}
.main1-2-dl dd.dd2>a{
	background-image: url(../images/main1-2.png);
}
.main2{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/main2-bg.jpg);
	padding-top: 110px;
}
.main2-div{
	position: relative;
}
.main2-div .more33{
	position: absolute;
	right: 0;
	top: 0;
}
.main2-div .more33 a{color: #fff;background-image: url(../images/more33-bai.png);}
.main2-1{
	width: 390px;
	padding-right: 55px;
}
.main2-2{
	width: 944px;
	margin-top: 75px;
}
.main2 .about-title h1{color: #fff;}
.main2 .about-title-p{color: #fff;}
.main2-item{
	background-color: #ffffff;
}
.main2-2-1{
	border-bottom: 1px solid #d4d4d4;
	height: 55px;
	overflow: hidden;
}
.main2-2-1 h1{
	margin:0;
	font-size: 35px;
	color: #333;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	margin-left: 25px;
	position: relative;
	top: 23px;
	transition: top .3s;
}
.main2-a{
	border-left: 1px solid #d4d4d4;
}
.main2-a a{
	display: block;
	height: 54px;
	width: 54px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/ojia.png);
	background-color: #fff;
	transition: .3s;
}
.main2-2-2{
	padding: 60px 25px 0;
}
.main2-2-2 h1{
	margin:0;
	font-size: 16px;
	color: #555;
}
.main2-2-2 h2{
	margin:0;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 15px;
	transition: color .3s;
}
.main2-2-pic{
	margin-top: 50px;
}
.main2-2-pic .imgbox_a{
	padding-bottom: 75%;
}
.main2-item:hover .main2-2-1 h1{
	top: 0;
}
.main2-item:hover .main2-a a{
	background-image: url(../images/ojiah.png);
	background-color: #f19512;
}
.main2-item:hover .main2-2-2 h2{
	color: #004e9f;
}
.main2-2-list .owl-nav button.owl-prev{
    position: absolute;
    left:-62px;
    top: 50%;
    margin-top: -55px;
    width: 53px;
    height: 110px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.main2-2-list .owl-nav button.owl-next{
    position: absolute;
    right:-62px;
    top: 50%;
    margin-top: -55px;
    width: 53px;
    height: 110px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.main3{
	padding: 100px 0 200px;
	position: relative;
	z-index: 25;
	background-color: #fff;
}
.main3-1-div .more33{
	margin-top: 25px;
}
.main3-1{
	width: 1025px;
	margin-right: 50px;
}
.main3-2{
	overflow: hidden;
}
.title-11 span{
	font-size: 30px;
	color: #333;
	cursor: pointer;
}
.title-11 span+span{
	margin-left: 27px;
}
.title-11 span.cur{
	font-weight: bold;
}
.title-11 a.fr{
	font-size: 16px;
	color: #666;
	display: block;
	width: 127px;
	padding-bottom:8px;
	text-transform: uppercase;
	font-family:'Georgia' ;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/more33.png);
	display: none;
	margin-top: 7px;
}
.title-11 a.fr.frr{
	display: block;
}
.title-11 a.fr:hover{
	color: #004e9f;
}
.main3-1-div-wp .main3-1-div{display: none;}
.main3-1-div-wp .main3-1-div:first-child{display: block;}
.main3-1-div{
	padding-top:50px;
}
.main3-list1{
	overflow: hidden;
}
.main3-list1 dl{
	margin:0;
	margin-left: -3%;
	margin-top: -50px;
}
.main3-list1 dd{
	float: left;
	width: 30.333333%;
	margin-left: 3%;
	margin-top: 50px;
	padding-left: 24px;
	position: relative;
}
.main3-list1 dd::before{
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 0;
	width: 1px;
	background-color: #f4f4f4;
	z-index: 15;
	content:"";
}
.main3-list1 dd::after{
	position: absolute;
	left: 0;
	top: 3px;
	height: 50px;
	width: 3px;
	background-color: #004e9f;
	z-index: 25;
	content:"";
}
.main3-list1 dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main3-list1 dd h2{
	margin:0;
	font-size: 12px;
	color: #999;
	margin:10px 0 15px;
}
.main3-list1 dd p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.main3-list1 dd:hover::after{
	background-color: #f19512;
}
.main3-list1 dd:hover h1{color: #004e9f;}
.main3-list2{
	border:1px solid #dbdbdb;
	margin-top: 25px;
	padding: 15px 20px;
}
.main3-list2 dl{
	margin:0;
}
.main3-list2 dd{
}
.main3-list2 dd+dd{
	border-top: 1px solid #f4f4f4;
}
.main3-list2 dd{
	height: 54px;
	line-height: 53px;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
	color: #333;
	position: relative;
	padding-right: 42px;
}
.main3-list2 dd>span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #999;
}
.main3-list2 dd>a{
	font-size: 14px;
	color: #333;
}
.main3-list2 dd>a:hover{
	color: #004e9f;
}
.main4{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main4-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 50;
}
.main4-div{
	height: 675px;
	position: relative;
}
.main4-div1{
	width: 580px;
	margin-left: auto;
	position: relative;
	z-index: 15;
	text-align: right;
	padding-top: 130px;
}
.main4-div1 .about-title h1{color: #fff;}
.main4-div1 .about-title-p{color: #fff;margin-top: 75px;}
.main4-dl dl{
	margin:0;
}
.main4-dl dd{
	width: 275px;
	height: 246px;
}
.main4-dl dd>a{
	display: block;
	height: 100%;
	text-align: center;
	padding-top: 60px;
	position: relative;
	z-index: 50;
}
.main4-dl dd>a::after{
	position: absolute;
	z-index: 15;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	content:"";
	background-color: rgba(0,0,0,0.1);
}
.main4-dl dd>a:hover::after{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.main4-dl dd>a img{
	display: block;
	margin:0 auto;
	position: relative;
	z-index: 25;
	width: 65px;
}
.main4-dl dd>a h1{
	margin:0;
	font-size:18px;
	font-weight: bold;
		position: relative;
	z-index: 25;
}
.line{
	width: 28px;
	height: 3px;
	margin:25px auto 20px;
	background-color: #fff;
		position: relative;
	z-index: 25;
}
.ddd1{
	position: absolute;
	left: 0;
	top: -123px;
}
.ddd1>a{
	background-color: #004e9f;
}
.ddd1>a h1{color: #fff;}
.ddd2{
	position: absolute;
	left: 0;
	top: 133px;
}
.ddd2>a{
	background-color: #deb273;
}
.ddd2>a h1{color: #fff;}
.ddd3{
	position: absolute;
	left: 285px;
	top: 133px;
}
.ddd3>a{
	background-color: #5186bd;
}
.ddd3>a h1{color: #fff;}
.ddd4{
	position: absolute;
	left: 0;
	top: 389px;
}
.ddd4>a{
	background-color: #fff;
}
.ddd4>a h1{color: #004e9f;}
.ddd4>a .line{background-color: #004e9f;}
.ddd5{
	position: absolute;
	left: 285px;
	top: 389px;
}
.ddd5>a{
	border:1px solid #fff;
}
.ddd5>a h1{color: #fff;}
.ddd6{
	position: absolute;
	left: 571px;
	top: 389px;
}
.ddd6>a{
	background-color: #fff;
}
.ddd6>a h1{color: #004e9f;}
.ddd6>a .line{background-color: #004e9f;}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
}
.footer-1{
	background-color: #fff;
	padding: 70px 0;
	border-top: 2px solid #f6f6f6;
}
.footer-1-div{
	min-height: 145px;
	padding-left:500px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/logo.png);
}
.er-wp{
	width: 150px;
	margin-bottom: 15px;

}
.er{
	width: 90px;
	margin-right: 24px;
	box-shadow: 0px 0px 5px 0px rgba(04, 0, 0, 0.2);
	float: none;
    margin: 0 auto;
}
.er img{
	display: block;
	width: 100%;
}
.er-con{
	overflow: hidden;
	padding-top: 15px;
	font-size: 14px;
	color: #666;
	line-height: 2;
	text-align: center;
}
.foo1-dl{
	overflow: hidden;
}
.foo1-dl dl{
	margin:0;
	margin-left: -2%;
}
.foo1-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	padding-left:68px;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 53px;
	padding-top: 4px;
	margin-top: 39px;
}
.foo1-dl dd:first-child{margin-top: 0;}
.foo1-dl dd:first-child+dd{margin-top: 0;}
.foo1-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #999;
}
.foo1-dl dd h2{
	margin:0;
	font-size: 18px;
	color: #666;
	margin-top: 10px;
}
.foo1-dl dd h3{
	margin:0;
	font-size: 24px;
	color: #666;
	font-family: "Impact";
	margin-top: 5px;
}
.footer-2{
	background-color: #3d3d3d;
	padding:20px 0;
	font-size: 14px;
	color: #fff;
	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;
	/*background-color: #0089d0;*/
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
}
.nav-2>ul>li{
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 4px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
	font-size: 0;
	width:300px;
	margin-left: 15px;
	margin-top: 21px;
	/*opacity: 0;*/
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
	display: none;
	height: 75px;
}
#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 210px 0;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
}
.banner-2 .container{
    position: relative;
}


.banner-2-lun-wp{
    position: absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
    left: 240px;
}
.banner-2-lun .imgbox_a{
    padding-bottom: 66.5%;
}

.erji{
	overflow: hidden;
}
.erji-top{
	background-color: #e2e2e2;
}
.erji-nav dl{
	margin:0;
}
.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 40px;
}
.erji-nav dd>a{
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 3px solid #e2e2e2;
	font-size: 16px;
	color: #333;
	padding: 0	15px;
}
.erji-nav dd.cur>a,.erji-nav dd>a:hover{
	border-color:#f19512;
}
.erji-bottom{
	padding:55px 0 80px;
	overflow: hidden;
}
.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: #186bbd;
	font-size: 14px;
	color: #fff;
	height: 68px;
	vertical-align: middle;
	text-align: center;
	border-color:#186bbd;
}
.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: #186bbd;
}
.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: #186bbd;}
 .close_btn:hover{background:#186bbd;}
 .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;
}
.fenye{
	text-align: center;
	margin-top: 50px;
	font-size: 16px;
}
.fenye ul{
	margin:0;
}
.xinwen1{
	background-color:#f6f6f6;
	padding: 50px 58px;
}
.xinwen1 .form-control{
	box-shadow: none!important;
	border-radius: 0;
}
.xinwen1-1{
	width: 105px;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	color: #333;
}
.xinwen1-2{
	width: 238px;
}
.xinwen1-3{
	width: 238px;
	margin:0 22px;
}
.xinwen1-4{
	width: 238px;
}
.xinwen1-5{
	width: 238px;
	margin-left: 22px;
}
.xinwen1-5 input{
	width: 100%;
	height: 34px;
	border:0;
	cursor: pointer;
	background-color: #186bbd;
	color: #fff;
	display: block;
	font-size: 14px;
}
.xinwen1-5 input:focus{
	outline: none;
}
.xinwen2{
	margin-top: 60px;
}
.xinwen2 ul{
	margin:0;
	position: relative;
}
.xinwen2 ul::after{
	position: absolute;
	width: 1px;
	content:"";
	top: 0;
	bottom: 0;
	left: 168px;
	background-color: #bcbcbc;
}
.xinwen2 li{
	margin-top: 15px;
}
.xinwen2 li:first-child{
	margin-top: 0px;
}
.xinwen2-date{
	width: 169px;
	text-align: center;
	height: 232px;
	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: #186bbd;
	transition: .5s;
	z-index: 30;
}
.xinwen2-date::after{
	position: absolute;
	width:15px;
	height: 29px;
	margin-top: -15px;
	top: 50%;
	content:"";
	background-image: url(../images/jiao1.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: #186bbd;
	font-family: "Arial";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;
}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #186bbd;
	font-family: "Arial";
	line-height: 1;
	margin-top: 6px;
	z-index: 40;
	transition: .3s;
}
.xinwen2-div{
	width: 1046px;
	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: 30px;
}
.xinwen2-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.xinwen2-con-nei{
	overflow: hidden;
}
.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: 479px;
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}
.xinwen2 li:hover .linei{background-color:#186bbd; }
.xinwen2 li:hover .xinwen2-div::after{
	left: -186px;
	right: -330px;
}
.xinwen2 li:hover .xinwen2-con-nei h1,
.xinwen2 li:hover .xinwen2-con-nei p{color: #186bbd;}
.xinwen-div{
	max-width: 1300px;
	margin:0 auto;
}
.danpian2{
	max-width: 1300px;
	margin:0 auto;
}
.danpian2-h1{
	text-align: center;
	font-size: 25px;
	color: #186bbd;
	line-height: 1.5;
}
.danpian2-h2{
	text-align: center;
	font-size:16px;
	color: #666;
	line-height: 1.5;
	margin-top: 10px;
}
.danpian2-h3{
	padding:35px 0 25px;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 30px;
}
.danpian2-h3 .wwfl.fl img{
	margin-top: -3px;
	margin-right: 5px;
}
.aafl{
	margin-left: 20px;
}
.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);}
.danpian2-con {
	padding: 0px 0 60px;
}
.danpian2-con p{margin:0;}
.danpian2-con img{
	display: block;
	margin:15px auto;
}
.danpian2-con,.danpian2-con *{
	font-family: "Microsoft Yahei"!important;
	font-size: 16px!important;
	color: #666!important;
	line-height: 2.2!important;
}
.danpian2-con.cur0,.danpian2-con.cur0 *{
	font-size: 18px!important;
}
.danpian2-con.cur2,.danpian2-con.cur2 *{
	font-size: 14px!important;
}
.danpian2-page{
	border-top: 1px solid #f3f3f3;
}
.danpian2-page-li{
	border-bottom: 1px solid #f3f3f3;
}
.danpian2-con a:hover{
	color: #186bbd!important;
}
.danpian2-sx{
	width: 120px;
	height: 59px;
	margin-right: 35px;
}
.danpian2-sx a{
	display: block;
	height: 59px;
	line-height: 59px;
	text-align: center;
	font-size: 16px;
	color: #999;
}
.danpian2-page-div{
	overflow:hidden;
	padding-right: 115px;
	position: relative;
	height: 59px;
	line-height: 59px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.danpian2-page-div a{
	font-size: 16px;
	color: #666;
}
.danpian2-page-div a:hover{
	color: #186bbd;
}
.danpian2-page-div span{
	position: absolute;
	right: 30px;
	font-size: 14px;
	color: #999;
}
.danpian2-page-li:hover .danpian2-sx a{
	background-color: #186bbd;
	color: #fff;
}
.about1{
	padding: 100px 0 0px;
	background-color: #fff;
	position: relative;
}
.about1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 15;
	content:"";
	height: 180px;
	background-color: #f6f6f6;
}
.about1 .container{
	position: relative;
	z-index: 25;
}
.about1-div{
	background-color: #fff;
	padding-bottom: 180px;
}
.about1-1{
	width: 700px;
	height: 403px;
	background-color:#186bbd;
	background-image: url(../images/about1-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 30;
	padding-top: 124px;
	padding-right: 285px;
	text-align: center;
}
.about1-1::before{
	width: 29px;
	height: 371px;
	left: -29px;
	content:"";
	position: absolute;
	top: 0;
	background-image: url(../images/zm.png);
	background-repeat: no-repeat;
	background-position: center;
}
.about1-1 h1{
	margin:0;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.more2{
	margin-top: 80px;
}
.more2 a{
	display: block;
	margin:0 auto;
	width: 54px;
	height: 54px;
	background-image: url(../images/more2.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image .3s;
}
.more2 a:hover{
	background-image: url(../images/more2h.png);
}
.about1-2{
	position: absolute;
	z-index: 35;
	left: 414px;
	background-color: #fff;
	padding: 75px 65px 0;
	height: 292px;
	top: 50px;
	box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.5);
}
.about1-2 .about-title-p{
	max-height: 7.8em;
	overflow: hidden;
}
.about1-3{
	position: absolute;
	bottom: 0;
	left: 350px;
	height: 366px;
	z-index: 25;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.about2{
	padding: 100px 0 125px;
	background-color: #fff;
}
.about2-dl{
	padding-top: 35px;
}
.about2-dl dl{
	margin:0;
	margin-left: -4%;
}
.about2-dl dd{
	float: left;
	width: 29.33333333%;
	margin-left: 4%;
}
.about2-dl dd>a{
	position: relative;
	display: block;
}
.about2-dl dd>a .imgbox_a>img{
	transition: .3s;
}
.about2-dl dd>a:hover .imgbox_a>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about2-pic .imgbox_a{
	padding-bottom: 105.868%;
}
.about2-pic{
	position: relative;
	z-index: 15;
}
.about2-con{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 50px;
	z-index: 25;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.5);
	padding:30px;
}
.about2-con h1{
	margin:0;
	font-weight: bold;
	font-size: 26px;
	color: #333;
}
.about2-con p{
	margin:0;
	font-size: 16px;
	color: #333;
	margin-top: 12px;
}
.about2 .about-title{text-align: center;}
.about2 .about-title-p{text-indent: 0em;}
.about2 .about-title h1{
	line-height: 1.5;
}
.about-title h1{
	margin:0;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.about-title-p{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 2.6;
	margin-top: 20px;
	text-indent: 2em;
}
.about3{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about3-bg.jpg);
	padding: 125px 0;
}
.about3-div{
	max-width: 50%;
}
.about3-div .about-title h1{color: #fff;}
.about3-div .about-title-p{color: #fff;}
.about3-dl{
	font-size: 0;
	line-height: normal;
	text-align: center;
	margin-top: 50px;
}
.about3-dl dl{
	margin:0;
	display: inline-block;
}
.about3-dl dd{
	float: left;
	font-size: 20px;
	color: #fff;
}
.about3-dl dd+dd{
	margin-left: 75px;
}
.about3-dl dd img{
	display: block;
	margin:0 auto 22px;
}
.map-wp{
	height: 562px;
}
.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.pro1-item{
	width: 50%;
}
.pro1-item>a{
	display: block;
	padding: 75px 15px;
	font-size: 0;
	line-height: normal;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	position: relative;
}
.pro1-item>a::after{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 15;
}
.pro1-item>a span{
	display: inline-block;
	position: relative;
	z-index: 25;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.pro1-item>a span::after{
	position: absolute;
	width: 15px;
	height: 8px;
	left: 50%;
	margin-left: -7px;
	bottom: -35px;
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	display: none;
}
.pro1-item.cur>a::after{display: none;}
.pro1-item.cur>a span::after{display: block;}
.pro2{
	position: relative;
	padding: 115px 0 105px;
}
.pro2 .container{
	position: relative;
	z-index: 25;
}
.pro2::after{
	position: absolute;
	content:"";
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #f6f6f6;
	z-index: 15;
}
.pro2-pic {
	width: 50%;
	padding-right: 85px;
	margin-top: 15px;
}
.pro2-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.pro2-con-wp{
	overflow: hidden;
	padding-left: 85px;
}
.pro2-1{
	border-bottom: 1px solid #ffffff;
	padding-bottom: 25px;
	position: relative;
}
.pro2-1::before{
	position: absolute;
	height: 1px;
	background-color: #fff;
	z-index: 25;
	content:"";
	left: -85px;
	bottom: -1px;
	width: 85px;
}
.pro2-1-title{
	font-size: 16px;
	color: #666;
}
.pro2-1-title span{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	padding-right: 10px;
}
.pro2-2 p{margin:0;}
.pro2-2{
	text-indent: 2em;
	font-size: 16px;
	color: #666;
	line-height: 2.2;
	margin-top: 30px;
}
.pro2-3{
	margin-top: 50px;
}
.er2{
	width: 90px;
	margin-right: 27px;
}
.er2 img{
	display: block;
	width: 100%;
}
.er2-con{
	overflow: hidden;
}
.er2-con h1{
	margin:0;
	font-size: 16px;
	color: #666;
}
.er2-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	padding: 15px 0;
}
.er2-con h3{
	margin:0;
	font-size: 25px;
	color: #666;
	font-family: "Impact";
}
.pro2-4{
	margin-top: 50px;
}
.pro2-4 a{
	width: 136px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	background-color: #186bbd;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.pro2-4 a+a{
	margin-left: 24px;
}
.pro2-4 a:hover{
	background-color: #EF942A;
}
.pro3{
	border-top: 10px solid #186bbd;
}
.pro3-1{
	background-color: #fff;
}
.pro3-1-title{
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-top: 39px;
}
.pro3-1-dl dl{
	margin:0;
}
.pro3-1-dl dd{
	float: left;
	height: 119px;
	line-height: 119px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	cursor: pointer;
	padding: 0	18px;
	border-bottom: 5px solid #fff;
}
.pro3-1-dl dd+dd{
	margin-left: 20px;
}
.pro3-1-dl dd.cur{
	border-color:#186bbd;
}
.pro3-2{
	background-color: #f6f6f6;
	padding: 50px 0 90px;
}
.pro3-2-div-wp .pro3-2-div{display: none;}
.pro3-2-div-wp .pro3-2-div:first-child{display: block;}
.pro3-2-div{
	font-size:16px;
	color: #666;
	line-height: 2.2;
}
.pro4{
	background-color: #fff;
	padding: 60px 0 100px;
}
.pro4-title{
	text-align: center;
	font-size: 0;
	line-height: normal;
}
.pro4-title span{
	display: inline-block;
	padding: 0 8px 20px;
	border-bottom: 5px solid #186bbd;
	font-size: 26px;
	font-weight: bold;
	color: #333;
}
.pro4-pic .imgbox_a{
	padding-bottom: 61.674%;
}
.pro4-item h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 35px;
}
.pro4-item h2{
	margin:0;
	font-size: 16px;
	color: #666;
	text-align: center;
	margin-top: 10px;
}
.pro4-list{
	margin-top: 60px;
}
.pro4-item:hover h1{color: #186bbd;}
.pro4-list .owl-nav button.owl-prev{
    position: absolute;
    left:-60px;
    top: 50%;
    margin-top: -25px;
    width: 48px;
    height: 50px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.pro4-list .owl-nav button.owl-prev:hover{background-image: url(../images/lefth.png);}
.pro4-list .owl-nav button.owl-next{
    position: absolute;
    right:-60px;
    top: 50%;
    margin-top: -25px;
    width: 48px;
    height: 50px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.pro4-list .owl-nav button.owl-next:hover{background-image: url(../images/righth.png);}
.cp-list{
}
.cp-list dd{
	float: left;
	width: 28.3333333%;
	margin-left: 5%;
	margin-top: 5%;
}
.cp-list dl {
  margin: 0;
  margin-left: -5%;
	margin-top: -5%;
}
.chanpin-item{
	background-color: #fff;
	padding: 45px  33px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
}
.chanpin-item h1{
	margin:0;
	font-size: 18px;
	color: #666;
}
.chanpin-item h2{
	margin:0;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	margin-top: 13px;
}
.chanpin-pic {
	padding: 20px 0;
}
.chanpin-pic .imgbox_a{
	padding-bottom:66.67%;
}
.chanpin-item-p{
	font-size: 16px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.chanpin-item-p p{
	margin:0;
}
.chanpin-item-a{
	margin-top: 35px;
}
.chanpin-item-a a{
	width: 46%;
	display: block;
	height: 49px;
	line-height: 47px;
	font-size: 16px;
	color: #666;
	text-align: center;
	position: relative;
	border:1px solid #c9c9c9;
	transition: color .3s;
}
.chanpin-item-a a span{
	position: relative;
	z-index: 10;
}
.chanpin-item-a a::before{
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	transition: width .3s;
	background-color: #186bbd;
	z-index: 2;
}
.chanpin-item-a a:hover span{
	color: #fff;
}
.chanpin-item-a a:hover::before{
	width: 100%;
}
#job-form .col-sm-10{
	padding-left: 5px;
}

#job-form .col-sm-2{
	text-align: right;
	height: 34px;
	line-height: 34px;
	padding-right: 0;
}

#job-form textarea{
	resize: none;
	height: 120px;
	width: 350px;
}



#job-form input[type="text"]{

	width: 200px;
}

#job-form input[type="file"]{
	height: 34px;
	padding-top: 4px;
}

#job-form input[type="file"]:focus{
	outline: none;
}

#job-form dl{
	margin:0;
}

#job-form dd+dd{
	margin-top: 15px;
}


.dashiji1{
	background-repeat: repeat-x;
	background-position: left 50px;
	background-image: url(../images/line11.png);
	position: relative;
	padding: 0	42px;
}
.dashiji1-left{
	position: absolute;
	width: 42px;
	left: 0;
	top: 32px;
	cursor: pointer;
}
.dashiji1-right{
	position: absolute;
	width: 42px;
	right: 0;
	top: 32px;
	cursor: pointer;
}
.dashiji1-left img,.dashiji1-right img{
	display: block;
	width: 100%;
}
.dashiji1-list .item{
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.dashiji1-list .item span{
	display: inline-block;
	padding-top: 75px;
	font-size: 24px;
	color: #d4d4d4;
	cursor: pointer;
	position: relative;
	transition: color .3s;
}

.dashiji1-list .item span::before{
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/ico11.png);
	content:"";
	top: 0;
	left: 50%;
	margin-left: -15px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}


.dashiji1-list .item span::after{
	position: absolute;
	width: 16px;
	height: 16px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/ico22.png);
	content:"";
	top: 45px;
	left: 50%;
	transition: background-image .3s;
	margin-left: -8px;
}
.dashiji1-list .item.cur span,.dashiji1-list .item span:hover{
	color: #125db6;
}
.dashiji1-list .item.cur span::before{
	opacity: 1;
	visibility: visible;
}

.dashiji1-list .item.cur span::after{
	background-image: url(../images/ico22h.png);
}


.dashiji2{
	margin-top: 50px;
}

.dashiji2-title{
	font-size: 16px;
	color: #125db6;
	font-weight: bold;padding-left: 52px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ico33.png);
	min-height: 31px;
}

.dashiji2-title span{
	font-size: 30px;
	padding-right:10px;
}
.dashiji2-div{
	display: none;
}
.dashiji2-div:first-child{
	display: block;
}

.dasiji2-date{
	width: 82px;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/ico44.png);
	margin-right: 25px;
}

.dashiji2-con{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
}
.dashiji2-con img{
	display: block;
	margin:10px 0;
}
/*.dashiji2-list dd:hover .dashiji2-con{color: #125db6;}*/
.dashiji2-list dd+dd{
	margin-top: 20px;
}
.dashiji2-list{
	position: relative;
	padding: 20px 0 45px;
	margin-top: 25px;
}
.dashiji2-list dl{
	margin:0;
	position: relative;
	z-index: 25;
}

.dashiji2-list::after{
	content:"";
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	content:"";
	z-index: 15;
	background-color: #dedede;
	left: 74px;
}
