/**************************************/
/*************[公用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{
	height: 118px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/header-bg.jpg);
	border-top: 4px solid #2367ae;
	position: relative;
}


.logo{
	width: 119px;
	margin-top: 12px;
	margin-left: 11px;
}

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

.search{
	width:20px;
	margin-top: 48px;
	margin-right: 8px;
	margin-left: 18px;
}

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

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 7px;
}
.nav>ul>li>a{
	display: block;
	font-size: 16px;
	color: #333;
	height: 114px;
	line-height: 114px;
	padding: 0 15px;
	position: relative;
}
.nav>ul>li>a::after{
	position: absolute;
	display: block;
	left: 13px;
	right: 13px;
	bottom: 29px;
	background-color: #2367ae;
	content:"";
	height: 3px;
	opacity: 0;
	transition: opacity .3s;
}
.nav>ul>li.cur>a::after{
	opacity: 1;
}
.nav>ul>li.cur>a,
.nav>ul>li:hover>a{
	color: #2367ae;
}



.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: #2367ae;
	color: #fff;
}

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





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

#main{

}
.fafa .flex-control-nav{
	height: 0;
	bottom: 10%;
}
.fafa .flex-control-nav li{
	margin:0 15px;
}
.fafa .flex-control-paging li a{
	width: 17px;
	height: 17px;
	background-image: url(../images/arrow-b2.png);
}
.fafa .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);
}

.main2{
	padding: 105px 0 155px;
	background-image: url(../images/main2-bg.jpg);
}

.erji-title-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	
}

.main2 .erji-title-p{
	max-width: 600px;
	margin: 30px auto 0px;
}


.main2-list dl{
	margin:0;
	font-size: 0;
	white-space: nowrap;
}

.main2-list dd{
	display: inline-block;
	vertical-align: top;
	width: 12%;
	transition: width .3s;
}
.main2-list dd+dd{
	border-left: 4px solid #ffffff;
}
.main2-list dd.cur{
	width: 40%;
}


.main2-list dd>a{
	display: block;
	height: 490px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.main2-list dd>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 153px;
	content:"";
	background-image: url(../images/yin3.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 10;
}

.main2-title{
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 50;
	padding: 0 5px 30px;
}

.main2-title h1{
	margin:0;
	font-size: 26px;
	color: #fff;
	font-family: "Impact";
	text-transform: uppercase;
}

.main2-title h2{
	margin:0;
	font-size:16px;
	color: #fff;
	margin-top: 12px;
}











.main3{
	padding: 125px 0 135px;
	background-image: url(../images/main3-bg.jpg);
}

.main3-1 .erji-title-p{
	margin-left: 35px;
	margin-top: 20px;
	width: 560px;
}


.main3-menu{
	width: 468px;
	margin-top: 30px;
}

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

.main3-menu dd{
	float: left;
	width: 23%;
	margin-left: 2%;

}
.main3-menu dd>a{
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.main3-menu dd.cur>a{
	background-color: #2367ae;
	color: #fff;
}
.main3-2-wp{
	position: relative;
}

.main3-2-bg{
	position: absolute;
	width: 773px;
	right: 0;
	bottom: 0;
	content:"";
	z-index: 50;
}
.main3-2-bg img{
	display: block;
	width: 100%;
}
.main3-2{display: none;position: relative;z-index: 15;min-height:919px;}
.main3-2:first-child{display: block;}

.main3-2 dl{
	margin:0;
}

.main3-2 dd{
	float: left;
	width: 33.33333%;
}

.main3-2-pic .imgbox_a{
	padding-bottom: 65.665%;
}
.main3-2-con-wp{
	background-color: #fff;
}
.main3-2-con-wp .imgbox_a{
	padding-bottom: 65.665%;
}

.main3-2-con{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 55px;
}
.main3-2-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.main3-2-con h1 a:hover{
	color: #2367ae;
}
.main3-2-con h2{
	margin:0;
	font-size: 14px;
	color: #333;
	opacity: 0.6;
	text-align: center;
	margin: 25px 0 17px;
}
.main3-2-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.main3-2-a{
	margin-top: 20px;
}
.main3-2-a a{
	display: block;
	width: 112px;
	height: 36px;
	line-height: 34px;
	border:1px solid #dadada;
	font-size: 14px;
	color: #a9a9a9;
	margin:0 auto;
	text-align: center;
	border-radius: 999em;
	transition: .3s;
}
.main3-2-a a:hover{
	background-color: #2367ae;
	border-color: #2367ae;
	color:#fff;
}

.main3-2 dd:nth-child(4){
	clear: left;
}



.main3-2 dd:nth-child(3) .main3-2-con-wp,
.main3-2 dd:nth-child(4) .main3-2-con-wp{
    background-color: #2367ae;
}

.main3-2 dd:nth-child(3) .main3-2-con h1,
.main3-2 dd:nth-child(4) .main3-2-con h1{
	color: #fff;
}

.main3-2 dd:nth-child(3) .main3-2-con h1 a:hover,
.main3-2 dd:nth-child(4) .main3-2-con h1 a:hover{
	color: #fff;
}

.main3-2 dd:nth-child(3) .main3-2-con h2,
.main3-2 dd:nth-child(4) .main3-2-con h2{
	color: #fff;
	opacity: 0.6;
}

.main3-2 dd:nth-child(3) .main3-2-con p,
.main3-2 dd:nth-child(4) .main3-2-con p{
	color: #fff;
	opacity: 0.7;
}
.main3-2 dd:nth-child(3) .main3-2-a a,
.main3-2 dd:nth-child(4) .main3-2-a a{
	border-color: #558ac0;
	color: rgba(255,255,255,0.6);
}


.main3-2 dd:nth-child(3) .main3-2-a a:hover,
.main3-2 dd:nth-child(4) .main3-2-a a:hover{
	background-color: #fff;
	border-color: #fff;
	color:#2367ae;
}





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





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

#footer{

}

.footer-1{
	background-image: url(../images/footer-1.jpg);
	padding: 50px 0 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.foo-logo{
	width: 119px;
	margin-top: 22px;
}

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

.er-wp{
	width: 265px;
}

.er{
	width: 103px;
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 14px;
}

.footer-2{
	background-image: url(../images/footer-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.footer-2-1{
	padding: 60px 0 65px;
	border-bottom: 1px solid #6595c6;
	
}
.foo2-1{
	width: 460px;
	margin-right: 50px;
}

.foo2-1-1 h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.foo2-1-1-p p{margin:0;}

.foo2-1-1-p{
	/*font-size: */
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 2.4;
	margin-top: 25px;
}

.yq{
	width: 215px;
	margin-top: 50px;
}
.yq select:focus{
	outline: none;
}
.yq select{
	display: block;
	width: 100%;
	height: 37px;
	font-size: 14px;
	color: #fff;
	background-color: #185a9e;
	border:0;
	padding-left: 15px;
}
.foo2-2{
	overflow: hidden;
}


.foo2-2 ul{
	margin:0;
}

.foo2-2 li{
	float: left;
}
.foo2-2 li+li{
	margin-left: 70px;
}
.foo2-2 li h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.foo2-2 dl{
	margin:0;

	margin-top: 28px;
}

.foo2-2 li:nth-child(3) dl{
    height: 222px;
    overflow-y: auto;
    padding-right: 15px;
}

.foo2-2 li:nth-child(3) dl::-webkit-scrollbar {
    width: 4px;
}
.foo2-2 li:nth-child(3) dl::-webkit-scrollbar-thumb {
    width: 4px;
    height: 36px;
    background-color: #fff;
}
.foo2-2 li:nth-child(3) dl::-webkit-scrollbar-track {
    width: 1px;
		
}

.foo2-2 dd{
	font-size: 16px;
	color: rgba(255,255,255,0.7);
}
.foo2-2 dd+dd{
    margin-top: 18px;
}
.foo2-2 dd a:hover{
	color: #fff;
}

.footer-2-2{
	padding: 45px 0;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 1.8;
}
.footer-2-2 a:hover{
	color: #fff;
}



/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;

}
.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: 80px;
   margin-left: 15px;
   margin-top:8px;
}

.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: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0 0 35.52% 0!important;
}

.banner-2-wen1{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}


.banner-2-wen2{
	font-size:48px;
	color: #fff;
	font-weight: bold;
	margin:35px 0 ;
}
.banner-2-wen2::after{
	display: block;
	width: 83px;
	height: 4px;
	content:"";
	background-color: #fff;
	margin-top: 45px;
}

.banner-2-wen3{
	font-size:18px;
	color: #fff;
	line-height: 2.4;
}

.banner-2-wen3 p{margin:0;}


.news1{
	padding: 65px 0 85px;
	background-image: url(../images/news1-bg.jpg);
}

.erji-padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.news1-1{
	width: 380px;
	margin-right: 30px;
}

.ovhd{overflow: hidden;}

.box_bor{
	background-color: #fff;
	border:1px solid #dddddd;
	padding: 25px;
}

.title-11{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.png);
}

.title-11-fl{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	border-bottom: 3px solid #2367ae;
	padding-bottom: 15px;
}
.title-11 a.fr{
	font-size: 14px;
	color: #999;
	width: 50px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/fr.png);
	margin-top: 6px;
}
.title-11 a.fr:hover{
	color: #2367ae;
}
.news1-1-list{
	padding-top: 12px;
}
.news1-1-list dl{
	margin:0;
}

.news1-1-list dd{
	margin-top: 20px;
}

.news1-1-date{
	width: 75px;
	border-right: 1px solid #dddddd;
	margin-right: 17px;
	text-align: center;
	height: 70px;
	padding-top: 5px;
}
.news1-1-date h1{
	margin:0;
	font-size: 36px;
	color: #2367ae;
	font-weight: bold;
	line-height: 1;
}
.news1-1-date h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}
.news1-1-con{
	padding-top: 6px;
}
.news1-1-a{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.news1-1-a a:hover{
	color: #2367ae;
}

.box_bor-div{
	margin-top: 25px;
}
.news1-2-pic{
	width:531px;
	margin-right: 30px;
}
.fnews1 .imgbox_a{
	padding-bottom: 65.35%;
}

.fnews1 .imgbox_a h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	height: 75px;
	line-height: 75px;
	background-image: url(../images/heidi2.png);
	z-index: 15;
	padding-left: 27px;
	padding-right: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}


.fnews1 .flex-control-nav{
	text-align: right;
	padding-right: 25px;
	bottom: 39px;
	height: 0;
}

.fnews1 .flex-control-nav li{margin:0;}
.fnews1 .flex-control-nav li+li{
	margin-left:11px;
}

.fnews1 .flex-control-paging li a{
	width: 9px;
	height: 9px;
}

.news-tui{
	padding: 16px 0;
	border-bottom: 5px solid #efefef;
}
.news-tui h1{
	margin:0;
	font-size: 16px;
	color: #666;
}

.news-tui h2{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin:15px 0 8px;
}
.news-tui h2 a:hover{
	color: #2367ae;
}
.news-tui p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.news1-2-list{
	padding-top: 11px;
}
.news1-2-list dl{
	margin:0;
}

.news1-2-list dd{
	position: relative;
	padding-right: 60px;
	font-size: 16px;
	color: #333;
	height: 46px;
	line-height: 45px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px dotted #dddddd;
}

.news1-2-list dd a:hover{
	color: #2367ae;
}
.news1-2-list dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}

.news2{
	padding: 85px 0 140px;
	background-color: #fff;
}

.erji-title{font-size: 0;position: relative;}
.erji-title h1{
	margin:0;
	font-size: 100px;
	font-family: 'Impact';
	color: #333;
	opacity: 0.05;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
}

.erji-title span{
	position: absolute;
	left: 0%;
	top: 50%;
	font-weight: bold;
	display: block;
	line-height: 1;
	font-size: 36px;
	color: #2367ae;
	height: 1em;
	margin-top: -0.5em;
}
.erji-title.text-center span{
	left: 50%;
	transform: translateX(-50%);
}

.more1>a{
	display: block;
	width: 207px;
	height: 57px;
	line-height: 55px;
	border:1px solid #cddae6;
	background-color: #fff;
	font-size: 16px;
	color: #666;
	padding-left: 45px;
	transition:  .3s;
	background-image: url(../images/more1.png);
	background-repeat: no-repeat;
	background-position: 160px 27px;
}


.more1>a:hover {
  background-color: #2367ae;
  border-color: #2367ae;
	background-image: url(../images/more1h.png);
	color: #fff;
}
.erji-title .more1{
	margin-top: 23px;
}

.mm50{
	margin-top: 50px;
}

.fnews2 .imgbox_a{
	padding-bottom: 65.35%;
}

.fnews2 .imgbox_a h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	height: 86px;
	line-height: 86px;
	background-image: url(../images/heidi2.png);
	z-index: 15;
	padding-left: 32px;
	padding-right: 120px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}


.fnews2 .flex-control-nav{
	text-align: right;
	padding-right:32px;
	bottom: 47px;
	height: 0;
}

.fnews2 .flex-control-nav li{margin:0;}
.fnews2 .flex-control-nav li+li{
	margin-left:16px;
}

.fnews2 .flex-control-paging li a{
	width: 9px;
	height: 9px;
}


.news2-1{
	width: 692px;
	margin-right: 15px;
}

.news2-2-list dl{
	margin:0;
}

.news2-2-list dd+dd{
	margin-top: 15px;
}

.news2-2-list dd{
	border:1px solid #ddd;
	padding: 25px;
}

.news2-2-list dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
}

.news2-2-list dd h2{
	margin:0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin:15px 0;
}
.news2-2-list dd h2 a:hover{
	color: #2367ae;
}
.news2-2-list dd p{
	margin:0;
	font-size: 16px;
	color: #666;
}

.join{
	padding: 133px 0 150px;
	background-image: url(../images/join-bg.jpg);
	background-position: left bottom;
	background-size: auto;
}
.join1-pic{
	margin-right: 60px;
	width: 546px;
}
.join1-pic img{
	display: block;
	width: 100%;
}
.join1-con{
	padding-top: 30px;
}

.join1-con-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 45px;
}

.join1-con-p p{margin:0;}
.join1-con-p p+p{
	margin-top: 30px;
}

.join2{
	margin-top: 155px;
}

.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: #2367ae;
	font-size: 14px;
	color: #fff;
	height: 68px;
	vertical-align: middle;
	text-align: center;
	border-color:#2367ae;
	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: #2367ae;
}
.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: #2367ae;}
 .close_btn:hover{background:#2367ae;}
 .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: #2367ae;
}
.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: #2367ae;
	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;
}




.wenhua1{
	padding: 140px 0 105px;
	background-color: #fff;
}


.wenhua1-div{
	position: relative;
}

.wenhua1-img{
	max-width: 549px;
	margin:0 auto;
	position: relative;
}

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

.wenhua1-img span{
	position: absolute;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	width: 2em;
	left: 50%;
	top: 50%;
	margin-left: -1em;
	line-height: 1;
	margin-top: -1em;
}

.wenhua1-dl dl{
	margin:0;
}

.wenhua1-dl dd h1{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #2367ae;
}
.wenhua1-dl dd p{
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-top: 20px;
}

.wenhua1-dl dd{
	position: absolute;
	width: 400px;
}
.wenhua1-dl dd:nth-child(1){
	text-align: right;
	left: 0;
	top: 60px;
}
.wenhua1-dl dd:nth-child(2){
	right: 0;
	top: 60px;
}

.wenhua1-dl dd:nth-child(3){
	text-align: right;
	left: 0;
	bottom: 60px;
}
.wenhua1-dl dd:nth-child(4){
	right: 0;
	bottom: 60px;
}







.wenhua2{
	padding: 100px 0 120px;
	/*background-color: #fff;*/
	background-image: url(../images/wenhua2-bg.jpg);
}

.wenhua2-dl dl{
	margin:0;
	margin-left: -1%;
	margin-top: -1%;
}

.wenhua2-dl dd{
	float: left;
	width: 32.33333%;
	margin-left: 1%;
	margin-top: 1%;
}
.wenhua2-dl dd .imgbox_a{
	padding-bottom: 65.35%;
}

.wenhua2-dl dd:first-child{
	width: 65.66666%;
}
.wenhua2-dl dd:first-child .imgbox_a{
	padding-bottom: 32.17%;
}


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

.wenhua3-pic .imgbox_a{
	padding-bottom: 65.35%;
}

.wenhua3-title{
	background-color: #fff;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 30px 15px;
	border:1px solid #ddd;
	border-top: 0;
}

.wenhua3-list .item:hover .wenhua3-title{
	color: #2367ae;
}

.yingxiao1{
	padding: 120px 0 213px;
	position: relative;
}
.yingxiao1::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 5;
	height: 406px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/yingxiao1-bg.jpg);
	content:"";
}
.yingxiao1 .container{
	position: relative;
	z-index: 50;
}


.yingxiao1-item{
	width: 48.5715%;
}
.yingxiao1-item .imgbox_a{
	padding-bottom: 58.53%;
}

.yingxiao1-item .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 5;
	height: 189px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/yin1.png);
	content:"";
}

.yingxiao1-title{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 15px 20px 40px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	z-index: 50;
}
.yingxiao1-title span{
	padding-left: 20px;
	font-family: 'Impact';
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
}


.yingxiao2{
	padding: 110px 0 150px;
}
.yingxiao2-img{
	padding-top: 20px;
}
.yingxiao2-img img{
	display: block;
	margin:0 auto;
}





.about1{
	padding: 100px 0 110px;
	background-image: url(../images/about1-bg.jpg);
}

.about1-div{
	max-width: 924px;
	margin-left: auto;
	margin-right: auto;
}
.about1-pic{
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.25);
}
.about1-pic .imgbox_a{
	padding-bottom: 43.6%;
}

.fabout1 .flex-direction-nav a{
	width: 51px;
	height: 51px;
	top: auto;
	margin-top: 0;
	bottom: -23px;
}
.fabout1 .flex-direction-nav a.flex-next{
	right:43px;
}
.fabout1 .flex-direction-nav a.flex-prev{
	left: auto;
	right:98px;
}


.about1-con{
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 2.2;
	max-height: 6.6em;
	margin-top:90px; 
	overflow: hidden;
}

.tx.more1>a{
	margin:0 auto;
}






.about2{
	padding: 115px 0 120px;
	background-image: url(../images/about2-bg.jpg);
}

.about2-1{
	width: 477px;
	margin-right: 165px;
	margin-left: 60px;
}

.about2-1 .imgbox_a{
	padding-bottom: 135.22%;
	cursor: pointer;
}
.about2-1 .imgbox_a::after{
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	content:"";
	margin-left: -40px;
	margin-top: -40px;
	background-image: url(../images/bo.png);
	background-size: 100%;
	z-index: 25;
}
.about2-2{
	padding-top: 45px;
}

.about2-2-con{
	margin-top: 18px;
}
.about2-2-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}
.about2-2-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 30px;
}


.about2-dl dl{
	font-size: 0;
	text-align: center;
	padding: 0 25px;
}

.about2-dl dd{
	display: inline-block;
	margin-top: 75px;
	vertical-align: top;
	width: 25%;
}

.about2-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #666;
}

.about2-dl dd h1 span{
	font-size: 50px;
	color: #2367ae;
	font-family: 'Impact';
	padding-right: 10px;
}
.about2-dl dd h2{
	margin:0;
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}




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













.about3{
	padding: 100px 0 120px;
	background-image: url(../images/about3-bg.jpg);
	
}

.about3-1 img{
	display: block;
	width: 200px;
	margin:0 auto;
}


.about3-2{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	margin:30px 0;
}


.about3-3{
	height: 160px;
	overflow: hidden;
	padding: 0 30px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
}
.about3-3::-webkit-scrollbar {
    width: 5px;
}
.about3-3::-webkit-scrollbar-thumb {
    width: 5px;
    height: 36px;
    background-color: #2367ae;
    border-radius: 5px;
}
.about3-3::-webkit-scrollbar-track {
    width: 5px;
}
.about3-3-con{
	padding: 0 120px;
	position: relative;
	min-height: 160px;
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: center;
}
.about3-3-con::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 63px;
	height: 51px;
	content:"";
	background-image: url(../images/yin2-1.png);
	background-size: 100%;
}

.about3-3-con::after{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 63px;
	height: 51px;
	content:"";
	background-image: url(../images/yin2-2.png);
	background-size: 100%;
}
.about3-3-con p{margin:0;}

.about3-4{
	font-size: 16px;
	color: #666;
	text-align: center;
}
.about3-4 img{
	margin-left: 17px;
	vertical-align: baseline;
}
.about4{
	padding: 90px 0;
	background-image: url(../images/about4-bg.jpg);
	min-height: 770px;
}
.about4-2{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/about4-line.png);
}
.about4-2-list{
	padding: 0 110px;
}
.about4-2-list .item{
	font-size: 0;
	text-align: center;
}
.about4-2-list .item>span{
	display: inline-block;
	font-size: 24px;
	color: #333;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
}

.about4-2-list .item.cur>span{
	background-image: url(../images/about4-cur.png);
	color: #2367ae;
}

.about4-2-list .owl-nav button.owl-prev{
    position: absolute;
    left:55px;
    top: -13px;
    width: 56px;
    height: 56px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
    opacity: 0.3;
    transition: opacity .3s;
}

.about4-2-list .owl-nav button.owl-next{
    position: absolute;
    right:55px;
    top: -13px;
    width: 56px;
    height: 56px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
    opacity: 0.3;
    transition: opacity .3s;
}

.about4-2-list .owl-nav button.owl-prev:hover{opacity: 1;}
.about4-2-list .owl-nav button.owl-next:hover{opacity: 1;}

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

.about4-2{
	margin:80px 0;
}
.about4-3-div{
	display: none;
}

.about4-3-div:first-child{
	display: block;
}

.about4-3-div h1{
	margin:0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.about4-3-con{
	max-width: 1000px;
	margin:30px auto 0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: center;
	max-height: 180px;
	overflow-y: auto;
	padding:  0 50px;
}
.about4-3-con p{margin:0;}

.about4-3-con::-webkit-scrollbar {
    width: 5px;
}
.about4-3-con::-webkit-scrollbar-thumb {
    width: 5px;
    height: 36px;
    background-color: #2367ae;
    border-radius: 5px;
}
.about4-3-con::-webkit-scrollbar-track {
    width: 5px;
}



.about5{
	padding: 85px 0 160px;
	background-color: #f7f7f7;
}
.about5-list{
	padding: 0 70px;
}

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

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




.about5-list .imgbox_a{
	padding-bottom: 137.46%;
}


.about6{
	padding: 110px 0 175px;
	background-image: url(../images/about6-bg.jpg);
}

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



.product{
	padding: 55px 0 115px;
}

.product-menu{
	border-top: 1px solid #ebebeb;
}
.product-menu-list{
	border-bottom: 1px solid #ebebeb;
	padding: 20px;
}

.product-menu-title{
	width: 250px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #333;
}

.product-menu-dl{
	overflow: hidden;
}
.product-menu-dl dl{
	margin:0;
	margin-left: -1.5%;
	margin-top: -1.5%;
}
.product-menu-dl dd{
	float: left;
	width: 23.5%;
	margin-left: 1.5%;
	margin-top: 1.5%;
}

.product-menu-dl dd>a{
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #333;
	background-color: #ebebeb;
	border-radius: 5px;
}
.product-menu-dl dd>a:hover{
	color: #2367ae;
}
.product-menu-dl dd.cur>a{
	background-color: #2367ae;
	color:#fff!important;
}

.product1{
	margin-top: 36px;
	padding: 45px;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/product1-bg.jpg);
}

.product1-title{
	width: 239px;
	border-right: 1px solid rgba(255,255,255,0.3);
	padding: 120px 20px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-right: 45px;
}

.product1-con-wp{
	padding-top: 30px;
}
.product1-con{
	font-size: 16px;
	color: #fff;
	line-height: 2.2;
	padding-top: 60px;
	background-image: url(../images/yin2-3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.product1-con p{margin:0;}
.product2-dl dl{
	margin:0;
	margin-left: -3%;
}

.product2-dl dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	padding: 42px 30px 10px;
}

.product2-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	opacity: 0.65;
}

.product2-dl dd h2{
	margin:0;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-top: 22px;
}

.product2-dl dd h2 a:hover{
	color: #2367ae;
}

.product2-pic {
	padding: 45px;
}

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

.fenye ul{
	margin: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: #2367ae;
	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: #2367ae;
	font-family: "Arial";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;
}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #2367ae;
	font-family: "Arial";
	line-height: 1;
	margin-top: 6px;
	z-index: 40;
	transition: .3s;
}
.xinwen2-div{
	width: 1100px;
	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;
}
.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: 500px;
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}
.xinwen2 li:hover .linei{background-color:#2367ae; }
.xinwen2 li:hover .xinwen2-div::after{
	left: -80px;
	right: -400px;
}
.xinwen2 li:hover .xinwen2-con-nei h1,
.xinwen2 li:hover .xinwen2-con-nei p{color: #2367ae;}

.erji-div{
	padding: 80px 0;
}


.danpian-div{
	width: 977px;
	min-height: 1px;
}

.danpian-div1{
	font-size: 16px;
	color: #333;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.danpian-div2{
	margin-top: 45px;
}

.danpian-h1{
	font-size: 36px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}
.danpian-con{
	font-size: 14px;
	line-height: 2;
	margin-top: 40px;
}
.danpian-con,.danpian2-con *{
	font-family: "Microsoft Yahei"!important;
	font-size: 18px!important;
	color: #666!important;
	line-height: 2!important;
}
.danpian-con.cur0,.danpian-con.cur0 *{
	font-size:20px!important;
}
.danpian-con.cur2,.danpian-con.cur2 *{
	font-size: 16px!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: 351px;
	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: #2367ae;
}
.danpian-tui-title .fr{
	font-size: 14px;
	color: #333;
	margin-top: 4px;
}
.danpian-tui-title .fr:hover{
	color: #2367ae;
}

.danpian-tui-list dl{
	margin:0;
	padding: 0 15px;
}

.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: #2367ae;
}