/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*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);
}

body{
	position: relative;
	overflow-x: hidden;
}


body.cur{
	overflow: hidden;
}


/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	height: 119px;
	transition: background .3s;
}

#header.cur{
  background: #f7f7f7;
  -webkit-box-shadow: 0px 0px 12px #eee;
  box-shadow: 0px 0px 12px #eee;
}

.logo{
	width:323px;
	margin-top: 29px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.sanline{
	width:26px;
	margin-top: 49px;
	cursor: pointer;
}

.sanline span{
	display: block;
	height: 2px;
	background-color: #4c4c4c;
	transition: width .3s;
}

.sanline span:nth-child(1){width: 100%;}
.sanline span:nth-child(2){width: 20px;margin-top: 7px;}
.sanline span:nth-child(3){width: 20px;margin-top: 7px;}
.sanline:hover span{
	width: 100%;
}

.sanline-close{
	display: none;
}
.sanline.cur span{display: none;}
.sanline.cur .sanline-close{display: block;}
#fuceng{
	position: fixed;
  top: 0rem;
  padding-top: 119px;
  left: 0;
  width: 100%;
  height: 100vh;
  
  z-index: 800;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
  -webkit-clip-path: ellipse(0 0 at 100% 0);
  clip-path: ellipse(0 0 at 100% 0);
  pointer-events: none;
}

#fuceng.cur {
  -webkit-clip-path: ellipse(141% 141% at 100% 0);
  clip-path: ellipse(141% 141% at 100% 0);
  pointer-events: auto;
}

#fuceng-bg{
	background-image: url(../images/fuceng-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}

.fuceng1{
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 50;
	top: 50%;
	transform: translateY(-50%);
}

.fuceng1-list ul{
	margin:0;
	display: flex;
	justify-content: space-between;
}

.fuceng1-list{
	padding: 0 100px;
}

.fuceng1-a{
	font-size: 26px;
	color: #333;
	font-weight: bold;
}

.fuceng1-list dl{
	margin:0;
	padding-top: 10px;
}
.fuceng1-list dd{
	margin-top: 20px;
	font-size: 18px;
	color: #666;
}
.fuceng1-list a:hover{
	color: #f06d10;
}

.fuceng2{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 30px;
	z-index: 50;
}

.fuceng2-div{
	border-top: 1px solid #d3d3d3;
	padding: 25px 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	max-width: 1600px;
	margin:0 auto;
}







.header-adl{
	margin-top: 49px;

}
.header-adl dl{
	margin:0;
}

.header-adl dd{
	float: left;
	width: 20px;
	margin-right: 34px;
}

.header-adl dd a,.header-adl dd a img{
	display: block;
	width: 100%;
}
.nav{
	
}
.nav ul{
	margin:0;
}
.nav>ul>li:first-child{
	padding-left: 0;
}
.nav>ul>li{
	float: left;
	margin-right: 25px;
	padding: 0 15px;
}
.nav>ul>li>a{
	font-size: 18px;
	color: #333;
	height: 119px;
	line-height: 119px;
	display: block;
	position: relative;
}
.nav>ul>li>a::after{
	position: absolute;
	width: 0px;
	left: 50%;
	background-color: #f06d10;
	content:"";
	height: 2px;
	bottom:30px;
	transition: width .3s,left .3s;
}
.nav>ul>li.cur>a::after{
	width: 100%;
	left: 0;
}
.nav>ul>li:hover>a::after{
	width: 100%;
	left: 0;
}


.xiala{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: #f7f7f7;
	text-align: center;
	font-size: 0;
	display: none;
}
.xiala a{
	display: inline-block;
	font-size: 16px;
	color: #333;
	position: relative;
	height: 60px;
	line-height: 60px;
	transition: color .3s;
}

.xiala a+a{
	margin-left: 60px;
}

.xiala a::after{
	position: absolute;
	width: 0px;
	left: 50%;
	background-color: #f06d10;
	content:"";
	height: 2px;
	bottom:0px;
	transition: width .3s,left .3s;
}
.xiala a:hover{
	color: #f06d10;
}
.xiala a:hover::after{
	width: 100%;
	left: 0;
}

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





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

#main{
	overflow-x: hidden;
}



.fafa .flex-control-paging li a{
	width: 100px;
	height: 7px;
	background-image: url(../images/arrow-b2.png);
	background-size: auto;
	background-position: center top;
}

.fafa .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);
}

.fafa .flex-control-nav{
	width: 1600px;
	left: 50%;
	margin-left: -800px;
	height: 0;
	text-align: left;
	bottom: 17.36%;
}

.main1{
	padding-bottom: 65px;
}



.main1-top-title h1{
	margin:0;
	font-size: 20px;
	color: #333;
	opacity: 0.2;
	text-transform: uppercase;
	font-family: 'Georgia';
}

.main1-top-title h2{
	margin:0;
	font-size: 40px;
	color: #333;;
	font-weight: bold;
	margin-top: 10px;
}

.main1-top-div{
	margin-top: 30px;
}


.main1-1{
	width: 617px;
	margin-right: 52px;
}

.main1-2{
	overflow: hidden;
	min-height: 100px;
}

.main1-2-div-wp{
	margin-top: 38px;
}
.main1-2-div{
	display: none;
}

.main1-2-div:first-child{
	display: block;
}

.tui1-pic{
	width: 201px;
	margin-left: 60px;
}
.tui1-pic .imgbox_a{
	padding-bottom: 68.6567%;
}

.tui1-con{
	overflow:hidden;
	padding-top: 10px;
}

.tui1-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.tui1-con h1 a:hover{
	color: #f06d10;
}

.tui1-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin:18px 0 12px;
}

.tui1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.main1-2-list{
	margin-top: 20px;
}
.main1-2-list dl{
	margin:0;
}

.main1-2-list dd{
	position: relative;
	padding-right: 100px;
	font-size: 16px;
	color: #333;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 13px;
	background-image: url(../images/main1-2-list.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}
.main1-2-list dd+dd{
	margin-top: 30px;
}
.main1-2-list dd a:hover{
	color: #f06d10;
}
.main1-2-list dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}
#huadm .erji-title{
	cursor: pointer;
}
#huadm .erji-title+.erji-title{
	margin-left: 40px;
}
#huadm .erji-title.cur{
	color: #999999;
}
#huadm .erji-title.cur::after{display: none;}

#huadm .erji-title-a{
	display: none;
}
#huadm .erji-title-a.frr{
	display: block;
}
.fmain1 .imgbox_a{
	padding-bottom: 13.125%;
}


.main1-middle{
	margin:60px 0 80px;
}



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

.main2-item{
	width: 47.5625%;
}

.main2-item .imgbox_a{
	padding-bottom: 53.35%;
}

.main2-item .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 114px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/hei3.png);
	content:"";
}


.main2-title{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	z-index: 50;
	padding: 0 15px;
	text-align: center;
	z-index: 50;
}
.main2-title span{
	font-family: 'Georgia';
	font-size: 40px;
	font-weight: bold;
	opacity: 0.2;
	text-transform: uppercase;
	color: #fff;
}
.main2-title i{
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 15;
}


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





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

#footer{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0;
	min-height: 698px;
}


.foo-logo-wp{
	width: 400px;
	margin-right: 200px;
}


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

.foo-dlp{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	margin-top: 25px;
}
.foo-dlp p{margin:0;}
.foo-dlp p+p{
	margin-top: 10px;
}


.er{
	width: 110px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	display: none;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 11px;
}


.foo-list{
	overflow: hidden;
	padding-top: 15px;
}

.foo-list ul{
	margin:0;
}

.foo-list li{
	float: left;
}

.foo-list li+li{
	margin-left: 90px;
}

.foo-a{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.foo-list dl{
	margin:0;
	padding-top: 15px;
}
.foo-list dd{
	font-size: 14px;
	color: #fff;
	margin-top:15px;
}
.foo-list dd a:hover{
	font-weight: bold;
}

.footer-2{
	margin-top: 95px;
	border-top: 1px solid rgba(230,230,230,0.5);
	padding-top: 50px;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	line-height: 1.8;
}
.footer-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: #f7f7f7;

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

.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{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-2::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	content:"";
	height: 175px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/baiyin.png);
}
.banner-2 .container{
	height: 600px;
	position: relative;
	z-index: 10;
}

.banner-2-wen{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.banner-2-wen-title{
	font-size: 50px;
	color:#fff;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}


.erji{
	padding: 88px 0 105px;
	overflow: hidden;
}

.xm-item+.xm-item{
	margin-top: 115px;
}

.xm-pic{
	width: 761px;
}

.xm-pic .imgbox_a{
	padding-bottom: 53.3508%;
}

.xm-con{
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(8, 1, 6, 0.1);
	height: 406px;
	padding: 60px;
}

.xm-con-h1{
	font-size: 30px;
	font-weight: bold;
	color:#333;
}

.xm-con-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 25px;
	max-height: 8em;
	overflow: hidden;
}

.xm-con-p p{
	margin:0;
}

.erji-title-wp{
	border-bottom: 1px solid #c1c1c1;
	font-size: 0;
	text-align: center;
}

.erji-title{
	display: inline-block;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 25px;
	position: relative;
}

.erji-title::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -5px;
	height: 5px;
	background-color: #f06d10;
	content:"";
}

.xinwen2{
	margin-top: 50px;
}
.xinwen2 ul{
	margin:0;
	position: relative;
}
.xinwen2 ul::after{
	position: absolute;
	width: 1px;
	content:"";
	top: 0;
	bottom: 0;
	left: 416px;
	background-color: #bcbcbc;
}
.xinwen2 li{
	margin-top: 40px;
}
.xinwen2 li:first-child{
	margin-top: 0px;
}
.xinwen2-date{
	width: 417px;
	text-align: center;
	height: 218px;
	padding-top: 72px;
	position: relative;
	z-index: 80;
	padding-left: 215px;
}
.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: #f06d10;
	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: #f06d10;
	font-family: "Arial";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;

}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #f06d10;
	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: 200px;
	margin-left: 40px;
}
.xinwen2-pic .imgbox_a{
	padding-bottom: 69.33%;

}
.xinwen2-con-nei{
	overflow: hidden;
	padding-top:10px;
}
.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: 620px;
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}
.xinwen2 li:hover .linei{background-color:#f06d10; }
.xinwen2 li:hover .xinwen2-div::after{
	left: -83px;
	right: -350px;
}
.xinwen2 li:hover .xinwen2-con-nei h1,
.xinwen2 li:hover .xinwen2-con-nei p{color: #f06d10;}

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

.fenye ul{
	margin:0;
}


.fenye .pagination > li > a,
.fenye .pagination > li > span{
	color: #f06d10;
}
.fenye .pagination > li > a:hover,
.fenye .pagination > li > span:hover,
.fenye .pagination > li > a:focus,
.fenye .pagination > li > span:focus {
	color: #f06d10;
}

.fenye .pagination > .active > a,
.fenye .pagination > .active > span,
.fenye .pagination > .active > a:hover,
.fenye .pagination > .active > span:hover,
.fenye .pagination > .active > a:focus,
.fenye .pagination > .active > span:focus {
	color: #fff;
	background-color: #f06d10;
	border-color: #f06d10;
}






.xinwen-xx{
	padding: 0 100px;
}



.hdetail-left{
	width: 970px;
}

.hdetail1{
	font-size: 16px;
	color:#666;
	padding-bottom: 25px;
	border-bottom: 1px solid #dcdde2;
}
.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);}
.hdedtail2{
	padding:40px 0 30px;
}

.hdedtail-title{
	font-size: 30px;
	color:rgba(0,0,0,0.87);
	text-align: center;
	line-height: 1.6;
}

.hdedtail-fx{
	font-size: 14px;
	color:rgba(0,0,0,0.87);
	text-align: center;
	margin-top: 25px;
}

.hdedtail-fx span.kdspan{
	color: #999;
	display: inline-block;
	vertical-align:middle;
	margin-right: 15px;
}
.hdedtail-fx span.kdspan img{
	margin-top: -3px;
	margin-right: 5px;
}
.hdedtail3{
	font-size: 18px;
	color:rgba(0,0,0,0.87);
	line-height: 2;
}


.hdedtail3,.hdedtail3 *{
	font-family: "Microsoft Yahei"!important;
	font-size: 18px!important;
	color: #666!important;
	line-height: 2!important;
}
.hdedtail3.cur0,.hdedtail3.cur0 *{
	font-size:20px!important;
}
.hdedtail3.cur2,.hdedtail3.cur2 *{
	font-size: 16px!important;
}

.hdedtail3 img{
	display: block;
	margin:0 auto 10px;
}

.hdetail-right{
	width: 350px;
}

.hdedtail4{
	background-color: #fff;
	padding: 20px 0;
	box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.1);
}

.hdedtail-title .fl{
	height: 27px;
	line-height: 27px;
	padding-left: 18px;
	border-left: 6px solid #f06d10;
	font-size: 20px;
	font-weight: bold;
	color:rgba(0,0,0,0.87);
}

.hdedtail-title .fr{
	font-size: 14px;
	color:rgba(0,0,0,0.87);
	margin-right: 13px;
	cursor: pointer;
	margin-top: 5px;
}

.hdedtail-title .fr:hover{
	color: #f06d10;
}

.hdedtail4-list dl{
	margin:0;
	padding: 0px 30px;
}

.hdedtail4-list h1{
	margin:0;
	font-size: 18px;
	color:#333;
	line-height: 2;
	max-height: 4em;
	overflow: hidden;
	font-weight: bold;
}



.hdedtail4-list h1 a:hover{
	color: #f06d10;
}

.hdedtail4-list h2{
	margin:0;
	font-size: 14px;
	color:rgba(0,0,0,0.87);
	margin-top:8px;
}
.hdedtail4-list dd{
	padding: 20px 0;
}
.hdedtail4-list dd+dd{
	border-top: 1px solid #dcdde2;
}


.hdedtail2 .social-share{
	display: inline-block;
	vertical-align: middle;
}

.search-wwp{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1005;
	background-color: rgba(41,41,41,0.8);
	display: none;
}

.search-form-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 52;
}

.search-title{
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.search-form{
	width: 640px;
	margin:30px auto 0;
	position: relative;
	max-width: 100%;
}
.search-form input:focus,
.search-form button:focus{
	outline: none;
}
.search-form .input-lg{
	
	font-size: 14px;
	padding-left: 25px;
	padding-right: 150px;
	box-shadow:none!important;
	border:1px solid #dadada;
}

.search-btn{
	width: 137px;
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	border:0;
	background-color: #f06d10;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 16px;
	color: #fff;
	padding: 0;
	cursor: pointer;
	transition: background-color .3s;
}
.search-btn img{
	margin-right: 10px;
}
.search-btn:hover{
	background-color: #de6510;
}
.search-close-wp{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 15;
	padding-top: 51px;
}
.search-close{
	width: 18px;
	cursor: pointer;
	margin-left: auto;
	margin-right: 170px;
}

.search-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.search-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}

.search_dd{
	cursor: pointer;
}
.search_dd.cur{
	opacity: 0;
	visibility: hidden;
}
.sousuo-list dl{
	margin:0;
	border-top: 1px solid #c1c1c1;
}

.sousuo-list dd{
	padding: 45px 0;
	border-bottom: 1px solid #c1c1c1;
}

.sousuo-dd{
	position: relative;
	padding-right: 130px;
}

.sousuo1{
	font-size: 14px;
	color: #666;
}

.sousuo1 span{
	padding-right: 25px;
}

.sousuo2{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-top: 15px;
}
.sousuo2 a:hover{
	color: #f06d10;
}

.sousuo-right{
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 14px;
	color: #666;
	width: 120px;
}

.sousuo-right a img{
	margin-top: -3px;
	margin-left: 15px;
}

.sousuo-right a:hover{
	color: #f06d10;
}


.erji-padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contact1{
	padding: 95px 0 150px;
}
.erji-title-a{

	width: 120px;
	text-align: left;
	margin-top: 10px;
}
.erji-title-a a{
	display: block;
	position: relative;
	font-size: 14px;
	color: #666;
	transition: color .3s;
}
.erji-title-a-jt{
	position: absolute;
	width: 48px;
	height: 10px;
	right: 0;
	top: 50%;
	margin-top: -5px;
	overflow: hidden;
}
.erji-title-a-jt::before{
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt1h.png);
	position: absolute;
	width: 100%;
	height: 100%;
	content:"";
	right: 100%;
	top: 0;
	z-index: 5;
	transition: right .3s;
}
.erji-title-a-jt::after{
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt1.png);
	position: absolute;
	width: 100%;
	height: 100%;
	content:"";
	right: 0%;
	top: 0;
	z-index: 5;
	transition: right .3s;
}	
.erji-title-a a:hover{
	color: #f06d10;
}
.erji-title-a a:hover .erji-title-a-jt::before{right: 0;}
.erji-title-a a:hover .erji-title-a-jt::after{right: -100%;}


.zhaopin-table{
	margin-top: 45px;
}
.table-responsive{
	margin-bottom: 0!important;
}
.zhaopin-table table.table{
	margin:0;
	text-align: center;
  border-bottom: 1px solid #ddd;
}
.zhaopin-table table.table tr th{
	background-color: #f06d10;
	font-size: 14px;
	color: #fff;
	height: 68px;
	vertical-align: middle;
	text-align: center;
	border-color:#f06d10;
	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: #f06d10;
}
.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: #f06d10;}
 .close_btn:hover{background:#f06d10;}
 .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: #f06d10;
}
.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 #dadada;
	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: #f06d10;
	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/wen3.png);
	text-align: left;
}

.contact2{
	position: relative;
}

.map-wp{
	height: 890px;
	position: relative;
	z-index: 8;
	overflow: hidden;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
	position:relative;
}

.contact2-con-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 115px;
	z-index: 10;
	height: 0;
}

.contact2-con{
	width: 615px;
	background-color: rgba(240,109,16,0.8);
	margin-left: auto;
	margin-right: 113px;
	padding: 60px;
}

.contact2-title{
	font-size: 26px;
	font-weight: bold;
	color:#fff;
}
.contact2-dl{
	margin-top: 30px;
}
.contact2-dl dl{
	margin:0;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.contact2-dl dd{
	padding: 28px 0 30px 75px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background-repeat: no-repeat;
	background-position: left center;
}

.contact2-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.contact2-dl dd h2{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-top: 18px;
	line-height: 1.6;
}

.wenhua1{
	padding: 95px 0 90px;
}

.wenhua1-list dl{
	margin:0;
	margin-left: -3%;
}

.wenhua1-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.wenhua1-pic .imgbox_a{
	padding-bottom: 68.7%;
}


.wenhua1-con-wp{
	position: relative;
	height: 100px;
	z-index: 25;
}

.wenhua1-con{
	position: absolute;
	left: 45px;
	right: 45px;
	bottom: 0;
	top: -45px;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(8, 1, 3, 0.1);
	padding: 40px 25px 0;
	transition: background-color .3s;

}
.wenhua1-con h1{
	margin:0;
	font-size:18px;
	color: #333;
	font-weight: bold;
	transition: color .3s;
}
.wenhua1-con h2{
	margin:0;
	font-size:14px;
	color: #666;
	margin-top: 25px;
	background-image: url(../images/jt1.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: color .3s,background-image .3s;
}

.wenhua1-list dd:hover .wenhua1-con{
	background-color: #f06d10;
}
.wenhua1-list dd:hover .wenhua1-con h1{color: #fff;}
.wenhua1-list dd:hover .wenhua1-con h2{color: #fff;background-image: url(../images/jt3.png);}


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

.wenhua2-div{
	padding: 0 165px;
	margin-top: 50px;
}

.wenhua2-width{
	width: 874px;
	height: 0;
}

.wenhua2-pic .imgbox_a{
	padding-bottom: 68.76430206%;
}

.poster-main {
  position: relative;
}
/*.poster-main .poster-list {
  width: 600px;
  height: 288px;
}*/
.poster-main .poster-list .poster-item {
  width: 396px;
  height: 288px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1!important;
	cursor: pointer;
}

.poster-main .poster-btn {
  position: absolute;
  width: 55px!important;
  height: 55px!important;
  margin-top: -27px;
  top: 50%;
  cursor: pointer;
}
.poster-main .poster-btn:hover{
}
.poster-main .poster-prev-btn {
  left: -90px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: center;
	background-size: 100%;
  transition: background-image .3s;
}

.poster-main .poster-next-btn {
  right: -90px;
	background-size: 100%;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image .3s;
}


.poster-item-title{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0px;
	text-align: center;
	font-size: 18px;
	color:#fff;
	height: 78px;
	line-height: 78px;
	background-color: rgba(0,0,0,0.3);
}



.news1{
	padding: 95px 0 115px;
}
.erji-title-bai .erji-title{color: #fff;}
.erji-title-bai .erji-title::after{background-color: #fff;}
.erji-title-bai{
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.erji-title-bai .erji-title-a a{
	color: #fff;
}

.erji-title-bai .erji-title-a-jt::before{background-image: url(../images/jt1h-bai.png);}
.erji-title-bai .erji-title-a-jt::after{background-image: url(../images/jt3.png);}






.mm50{
	margin-top: 50px
}
.news1-1{
	width: 1010px;
}

.news1-1 .news1-item{
	width: 48.5%;
}

.news1-pic .imgbox_a{
	padding-bottom: 64%;
}


.news1-con{
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(8, 1, 3, 0.1);
	padding: 25px 40px 35px;
	transition: background-color .3s;
}

.news1-con h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	transition: color .3s;
}
.news1-con h2{
	margin:0;
	font-size: 14px;
	color:#666;
	margin:15px 0;
	transition: color .3s;
}

.news1-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	transition: color .3s;
}


.news1-item:hover .news1-con{
	background-color: #f06d10;
}

.news1-item:hover .news1-con h1{color: #fff;}
.news1-item:hover .news1-con h2{color: #fff;}
.news1-item:hover .news1-con p{color: #fff;}
.news1-2{
	width: 562px;
}

.news1-2 .news1-con{
	padding: 45px 40px 40px;
}

.news1-2 .news1-item+.news1-item{
	margin-top: 30px;
}
.news2{
	padding: 95px 0 115px;
	background-image: url(../images/news2-bg.jpg);
}

.news2-1{
	width: 710px;
	margin-right: 40px;
}


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

.fnews2 .imgbox_a h1{
	margin:0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 50;
	font-size: 18px;
	color: #fff;
	height: 78px;
	line-height: 78px;
	background-color: rgba(0,0,0,0.3);
	padding-left: 25px;
	padding-right: 137px;
}
.fnews2 .flex-control-nav{
	height: 0;
	bottom: 45px;
	text-align: right;
	padding-right: 30px;
}
.fnews2 .flex-control-nav li{
	margin:0;
}
.fnews2 .flex-control-nav li+li{
	margin-left: 17px;
}
.fnews2 .flex-control-paging li a{
	width: 13px;
	height: 13px;
}
.news2-2{
	float: right;
	width: 850px;
}


.news2-2 .news1-con{
	padding: 20px 40px 25px 25px;
}
.news2-2 .news1-con h2{
	margin:12px 0;
}
.news2-2 .news1-con h1{
	height: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news2-2 .news1-con p{
	height: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news2-2 .news1-item+.news1-item{
	margin-top:21px;
}


.news3{
	padding: 105px 0 120px;
}

.news3-1{
	width:69.625%;
	margin-right: 80px;
}


.news3-list1 dl{
	margin:0;
	margin-left: -3%;
}

.news3-list1 dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	
}

.news3-1-item{
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(8, 1, 3, 0.1);
	padding: 115px 30px 58px;
	transition: background-color .3s,background-image .3s;
	background-repeat: no-repeat;
	background-position: 30px 46px;
	background-image: url(../images/yinh.png);
}


.news3-1-item h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color:#333;
	overflow: hidden;
	transition: color .3s;
}
.news3-1-item h2{
	margin:0;
	font-size: 14px;
	color:#666;
	margin:20px 0 13px;
	transition: color .3s;
}

.news3-1-item p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	transition: color .3s;
}


.news3-1 .news3-1-item:hover{
	background-color: #f06d10;
	background-image: url(../images/yin.png);
}



.news3-1-item .more1{
	margin-top: 45px;
}
.more1 a{
	display: block;
	height: 59px;
	line-height: 57px;
	border:1px solid #d6d6d6;
	padding-left: 30px;
	position: relative;
}
.more1 a span{
	position: relative;
	z-index: 50;
	font-size: 16px;
	color: #333;
	transition: color .3s;
}

.more1 a::before{
	position: absolute;
	width: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	content:"";
	z-index: 10;
	transition: width .3s;
}

.more1 a::after{
	position: absolute;
	width: 48px;
	height: 10px;
	top: 50%;
	right: 28px;
	margin-top: -5px;
	content:"";
	z-index: 30;
	background-image: url(../images/jt1.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: background-image .3s;
}



.news3-1 .news3-1-item:hover h1{color: #fff;}
.news3-1 .news3-1-item:hover h2{color: #fff;}
.news3-1 .news3-1-item:hover p{color: #fff;}
.news3-1 .news3-1-item:hover .more1 a{
	border-color:rgba(255,255,255,0.2);
}
.news3-1 .news3-1-item:hover .more1 a span{
	color: #fff;
}

.news3-1 .news3-1-item:hover .more1 a::after{
	background-image: url(../images/jt3.png);
}

.more1 a:hover::before{
	width: 100%;
}
.news3-1 .news3-1-item .more1 a:hover span{
	color: #f06d10;
}

.news3-1 .news3-1-item .more1 a:hover::after{
	background-image: url(../images/jt1.png);
}
.news3-2{
	overflow: hidden;
}

.news3-2-list{
	background-image: url(../images/line.jpg);
	background-repeat: repeat-y;
	background-position: 104px 0px;
}

.news3-2-item+.news3-2-item{
	margin-top: 35px;
}

.news3-2-item{
	background-image: url(../images/news3-2-yuan0.jpg);
	background-repeat: no-repeat;
	background-position: 94px 3px;
}


.news3-2-date{
	font-size: 14px;
	color: #666;
	margin-right: 58px;
	height: 28px;
	line-height: 28px;
}

.news3-2-con{
	overflow: hidden;
}

.news3-2-a{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.news3-2-item:hover{
	background-image: url(../images/news3-2-yuan1.jpg);
}
.news3-2-item:hover .news3-2-a a{
	font-weight: bold;
}



.party1{
	padding: 95px 0 105px;
}
.party2{
	min-height: 500px;
	position: relative;
}


.party2::before{
	position: absolute;
	width: 100%;
	height: 476px;
	background-image: url(../images/party2-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	left: 0;
	top: 0;
	z-index: 50;
	content:"";
}

.party2 .erji-title{
	padding-bottom: 0;
}
.party2 .erji-title-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	z-index: 100;
	border-bottom: 0;
}
.party2 .erji-title-a{
	margin:30px auto 0;
}
.party2 .erji-title::after{display: none;}


.party2 .news3-1-item{
	background-image: none!important;
	padding-top: 500px
}


.party2 .news3-1-item h1 a:hover{
	color: #f06d10;
}
.party2 .more1 a:hover::before{
	width: 100%;
}
.party2 .more1 a::before{
	background-color: #f06d10;
}
.party2 .more1 a:hover span{
	color: #fff;
}
.party2 .more1 a:hover::after{
	background-image: url(../images/jt3.png);
}
.party2-list.owl-carousel .owl-stage-outer{
	overflow: visible;
}

.party2-list .owl-item{visibility: hidden;z-index: -1;}
.party2-list .owl-item.active{visibility: visible;z-index: 5;}




.party2-list .owl-nav button.owl-prev{
    position: absolute;
    left:-78px;
    bottom: 185px;
    width: 55px;
    height: 55px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.party2-list .owl-nav button.owl-next{
    position: absolute;
    right:-78px;
    bottom: 185px;
    width: 55px;
    height: 55px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    background-size: 100%;
    z-index: 50;
}
















.party3{
	padding: 70px 0 85px;
}

.party3-list dl{
	margin:0;
	margin-left: -1.5%;
}

.party3-list dd{
	float: left;
	width: 48.5%;
	margin-left: 1.5%;
	margin-top: 1.5%;
}
.party3-list dd .imgbox_a{
	padding-bottom: 13.125%;
}
.party3-list dd:first-child{
	margin-top: 0;
	width: 98.5%;
}



.about1{
	padding: 25px 0 115px;
}

.about1-pic{
	width: 671px;
	margin-left: 205px;
}
.about1-pic img{
	display: block;
	width: 100%;
}


.about1-con{
	overflow: hidden;
	padding-top: 190px;
}


.about1-title h1{
	margin:0;
	font-size: 40px;
	color: #333;
	font-weight: bold;
}

.about1-title h2{
	margin:0;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-top: 15px;
}


.about1-p p{margin:0;}
.about1-p{
	font-size: 16px;
	color: #666;
	line-height: 2.2;
	height: 6.6em;
	overflow: hidden;
	margin:45px 0;
}


.about1-dl dl{
	margin:0;
}

.about1-dl dd{
	float: left;
	margin-top: 75px;
}
.about1-dl dd+dd{
	margin-left: 115px;
}
.about1-dl dd img{
	display: block;
	height: 64px;
}

.about1-dl h1{
	margin:0;
	font-size: 16px;
	color: #333;
	margin:20px 0 15px;
}

.about1-dl h1 span{
	font-size: 40px;
	font-weight: bold;
	padding-right: 8px;
}
.about1-dl h2{
	margin:0;
	font-size: 16px;
	color: #333;
}

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

.about2 .erji-title-wp{
	border-bottom: 0;
}

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

.about3{
	padding:100px 0 165px;
	
}
.about3-list.owl-carousel .owl-stage-outer{
	overflow: visible;
}

.about3-list .owl-item{visibility: hidden;z-index: -1;}
.about3-list .owl-item.active{visibility: visible;z-index: 5;}




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

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

.about3-div.news3-1{
	width: 100%;
  margin-right: 0px;
}








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

.about4 .erji-title-wp{
	border-bottom: 0;
}

.about4-list dl{
	margin:0;
	margin-left: -3%;
}

.about4-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.about4-list dd .imgbox_a{
	padding-bottom: 53.4%;
}

.about4-list dd .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 75px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/hei2.png);
	content:"";
}

.about4-title{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	z-index: 50;
	left: 0;
	bottom: 0;
	padding: 0 15px 15px;
	width: 100%;
}
