/**************************************/
/*************[公用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{
	background-color: #fff;
	height: 100px;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 888;
	padding: 0	40px;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}

#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.search-form-wp{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding:  22px 0;
	background-color: #c22335;
	z-index: 50;
	display: none;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.2);
}

.search-form input:focus{
	outline: none;
}
.search-form{
	position: relative;	width: 1050px;
	margin:0 auto;
	padding-right: 106px;
}
.search-form input[type="text"]{
	display: block;
	width: 100%;
	height:46px;
	background-color:#fff;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 15px;
}
.search-form  input[type="button"]{
	position: absolute;
	height:46px;
	right:0;
	top: 0;
	width: 96px;
	border:0;
	background-color: #fff;
	cursor: pointer;
	font-size: 16px;
	color: #c22335;
}
.logo{
	width: 68px;
	margin-top: 12px;
}

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

.search-wp{
	width: 26px;
	height: 100px;
	padding-top: 37px;
	background-repeat: no-repeat;
	background-position: center 108px;
	background-image: url(../images/jiao1.png);
	transition: background-position .5s;
}

.search-wp.cur{
	background-position: center 92px;
}

.search{
	cursor: pointer;
}
.search img{
	display: block;	
	width: 100%;
}

.nav{
	margin-right: 45px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	text-align: center;
	position: relative;
}

.nav>ul>li+li{
	margin-left: 70px;
}

.nav>ul>li>a{
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	color: #333;
	padding: 0	10px;
}

.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	color: #c22335;

}
.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	border:1px solid #eeeeee;
	border-top: 0;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#333;
	transition: .3s;
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #c22335;
	color: #fff;
}







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





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

#main{
	margin-top: 100px;
}


.fafa .slides>li{
	height: 518px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 152px;
}
@-webkit-keyframes fadeInLeft1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.banner-wen1{
	width: 533px;
	-webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.banner-wen2{
	width: 752px;
	margin-top: 20px;
	-webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}

.fafa .slides>li.flex-active-slide  .banner-wen1{
	-webkit-animation-name: fadeInLeft1;
	animation-name: fadeInLeft1;
}


.fafa .slides>li.flex-active-slide  .banner-wen2{
	-webkit-animation-name: fadeInLeft1;
	animation-name: fadeInLeft1;
	-webkit-animation-delay:0.3s;
  animation--delay:0.3s;
}


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

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

}

.fafa .flex-control-nav{
	width: auto;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	padding: 7px ;
	border-radius: 24px;
	background-color: rgba(255,255,255,0.9);
}


.main1{
	background-color: #f9f9f9;

}

.main1-dl dl{
	margin:0;
}

.main1-dl dd{
	float: left;
	width: 11.1111111%;
	border-bottom: 1px solid #ebebeb;
}
.main1-dl dd+dd{
	border-left: 1px solid #ebebeb;

}
.main1-dl dd>a{
	display: block;
	font-size: 16px;
	color: #666;
	text-align: center;
	padding: 25px 10px 30px;
}

.main1-ico img{
	display: block;
	margin:0 auto 15px;

}
.main1-ico img.curImg{
	display: none;
}

.main1-dl dd>a:hover{
	color: #c22335;
}
.main1-dl dd>a:hover .main1-ico img{
	display: none;
}
.main1-dl dd>a:hover .main1-ico img.curImg{
	display: block;
}


.main2{
	background-color: #fff;
	padding: 80px 0;
}


.main2-1{
	width: 1055px;
	margin-right: 45px;
}


.main2-2{
	overflow: hidden;
}
.main2-1 .xinwen1-1{
	width: 520px;
	margin-right: 30px;
}
.main2-1-con{
	overflow: hidden;
}

.title-11 h3{
	margin:0;
	font-size: 18px;
	color: #fff;
	background-color: #c22335;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
}
.list01{
	padding-top: 25px;
}
.list01 dl{
	margin:0;
}

.list01 dd{
	margin-top: 20px;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
	position: relative;
	padding-right:32px;
	height: 22px;
	line-height: 22px;
}

.list01 dd:first-child{
	margin-top: 0
}


.list01 dd a{
	font-size: 16px;
	color:#666;
}
.list01 dd span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	/*font-family: "Arial";*/
	top: 0;
}
.list01 dd a:hover{
	color:#c22335;
}
.main2-2-top{
	background-color: #c22335;
}
.main2-2-top-1{
	width: 50%;
}

.main2-2-top-1 .imgbox_a{
	padding-bottom: 71.6%;
}

.main2-2-top-2{
	overflow: hidden;
	padding-top: 30px;
	padding-right: 20px;
}

.er2{
	width: 120px;
	margin-left: 18px;
}

.er2 img{
	display: block;
	width: 100%;
}

.main2-2-top-con{
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	text-align: right;
	padding-top: 20px;
}

.main2-2-hei{
	position: absolute;
	z-index: 15;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi12.png);
}
.main2-2-bo{
	font-size: 16px;
	color: #d6cec7;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main2-2-bo img{
	display: block;
	margin:0 auto 10px;width: 44px;

}


.main2-2-bottom a{
	display: block;
	height: 179px;
	background-repeat: no-repeat;
	background-position: right center;
	/**
	background-image: url(../images/main2-2-2.jpg);
	padding-top: 60px;
	padding-left: 23px;
	background-color: #ebecf1;
	**/
}


.main2-2-bottom a h1{
	margin:0;
	font-size: 21px;
	color: #c22335;
}

.main2-2-bottom a h2{
	margin:0;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}



.main3{
	background-color: #f8f8f8;
	padding: 70px 0;
}

.title-22{
	position: relative;
}
.title-22 h1{
	margin:0;
	font-size: 21px;
	color: #c22335;
}

.main3-list{
	margin-top: 25px;
}

.main3-list .item .imgbox_a{
	padding-bottom: 68.7%;
}

.main3-1{
	width: 1055px;
	margin-right: 45px;
}

.main3-list .item  .imgbox_a h1 {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    bottom: -42px;
    height: 42px;
    line-height: 42px;
    background-image: url(../images/hongdi.png);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: bottom .3s;
}

.main3-list .item  .imgbox_a:hover h1{
	bottom: 0;
}

.main3-list .owl-dots {
    text-align: right;
    margin-top: 0px;
    font-size: 0;
    line-height: normal;
    position: absolute;
    right: 0;
    top: -40px;
}
.main3-list .owl-dots .owl-dot{
    display: inline-block;
    border:0;
    background-color: transparent;
    outline: none;
}
.main3-list .owl-dots .owl-dot+.owl-dot{
	margin-left: 10px;
}
.main3-list .owl-dot span{
    width: 10px;
    display: block;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center ;
    background-image: url(../images/owl-dot-ico.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main3-list .owl-dot.active span{
    background-image: url(../images/owl-dot-ico-h.png);

}

.main3-2{
	overflow: hidden;
}


.main3-2-div{
	margin-top: 25px;
	background-color: #fff;
	height: 224px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/main3-2-div-bg.png);
}


.fmain3-2{
	text-align: center;
}
.fmain3-2 .slides>li{
	padding: 50px 0px 0;
}
.fmain3-2 h1{
	margin:0;
	font-size: 18px;
	color: #c22335;
	padding: 0	70px;
}

.fmain3-2 p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	margin:22px 0 40px;
	padding: 0	70px;
	overflow: hidden;
}


.fmain3-2 h3{
	margin:0;
	font-size: 18px;
	color: #c22335;
	/*font-family: "Arial";*/
	font-weight: bold;
	position: relative;
	padding-bottom: 16px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/h3.png);
}

.fmain3-2 .flex-direction-nav a{
	width: 43px;
	height: 55px;
	margin-top: -27px;
}

.fmain3-2 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-righth.png);

}
.fmain3-2 .flex-direction-nav .flex-next {
    right: -8px;
}
.fmain3-2 .flex-direction-nav .flex-prev {
    left: -8px;
}
.fmain3-2 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-lefth.png);

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

#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 dashed #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;
	padding-left: 15px;
	display: none;
	font-size: 0;
	line-height: normal;
}
.nav-2>ul>li>ul>li{
	display: inline-block;
}
.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: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width:60px;
   margin-left: 15px;
   margin-top: 5px;
}

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

}






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

#footer{
	background-color: #c22335;
	padding: 35px 40px;
}
#footer .container-fluid{
	padding-left: 0;
	padding-right: 0;
}


.er{
	width: 100px;
	margin-left: 50px;
}

.er img{
	display: block;
	width: 100%;
}

.foo-con{
	overflow: hidden;
	padding-top: 9px;
}
.foo-dl dl{
	margin:0;
}

.foo-dl dd{
	height: 20px;
	line-height: 20px;
	padding: 0 25px;
	float: left;
	background-image: url(../images/dd2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.foo-dl dd:first-child{
	padding-left: 0;
	background-image: none;
}


.foo-dl dd a{
	font-size: 16px;
	color: #fff;
}

.foo-dl dd a:hover{
	font-weight: bold;
}

.foo-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 13px;
}

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





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




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



.banner-2{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 85px 0 76px;
	text-align: center;
}
.rencai-banner-2{
	padding-bottom: 165px;
}

.banner-2::after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/hongdi.png);
	z-index: 15;
	content:"";
}

.banner-2 h1{
	margin:0;
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 25;
}



.banner-2 h2{
	margin:0;
	font-size: 16px;
	/*font-family: "Arial";*/
	text-transform: uppercase;
	color: #fff;
	margin-top: 7px;
	position: relative;
	z-index: 25;
}

.erji-top{
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	height: 52px;
	line-height: 52px;
	padding: 0 32px;
	float: left;
	background-image: url(../images/dd.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.erji-nav dd:first-child{
	padding-left: 0;
	background-image: none;
}


.erji-nav dd a{
	font-size: 16px;
	color: #333;
}

.erji-nav dd a:hover,.erji-nav dd.cur a{
	color: #c22335;
}

.pp75{padding: 75px 0;}
.pp50{padding: 50px 0;}

.xinwen1{
	background-color: #f8f8f8;
	
}

.xinwen1-1{
	width: 626px;
	margin-right: 56px;
}

.xinwen1-1 .imgbox_a{
	padding-bottom: 68.85%;
}
.xinwen1-1 .imgbox_a h1{
	position: absolute;
	margin:0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/hongdi.png);
	padding-left:15px;
	padding-right: 110px;
	font-size: 16px;
	color: #fff;
}



.xinwen1-1 .flex-control-nav li{
	margin:0;
}

.xinwen1-1 .flex-control-nav li+li{
	margin-left:10px; 
}

.xinwen1-1 .flex-control-nav{
	height: 0;
	bottom: 25px;
	text-align: right;
	padding-right:20px;
}


.xinwen1-2{
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

.xinwen1-2 dl{
	margin:0;
}

.xinwen1-2 dd+dd{
	margin-top: 65px;
}

.xinwen1-2-date{
	width: 55px;
	margin-right: 35px;
	text-align: center;
}

.xinwen1-2-date h1{
	margin:0;
	font-size: 48px;
	color: #000;
	/*font-family: "Arial";*/
	line-height: 1
}
.xinwen1-2-date h2{
	margin:0;
	font-size: 14px;
	color: #000;
	/*font-family: "Arial";*/
	border-top: 1px solid #dddddd;
	padding-top: 13px;
	margin-top: 10px;
}

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

.xinwen1-2-con h1{
	margin:0;
	font-size: 18px;
	color: #000;
}

.xinwen1-2-con h1 a:hover{
	color: #c22335;
}

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

.xinwen2{
	padding: 80px 0 90px;
	background-color: #fff;
}
.xinwen2-list{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.xinwen2-list dl{
	margin:0
}
.xinwen2-list  dd{
	float: left;
	width: 50%;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	
}
.xinwen2-list  dd .xinwen1-2-con h1{
	padding-left:14px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/hh1.png);
	transition: color .3s;
}
.xinwen2-list  dd>a{
	display: block;
	padding: 50px 45px 45px;
	background-color: #fff;
	transition: background-color .3s;
}
.xinwen2-date{
	font-size: 15px;
	color: #999;
	background-repeat: no-repeat; 
	background-position: right center;
	margin-top:25px;
	/*font-family: "Arial";*/
	background-image: url(../images/jt1k.png);
	transition: background-image .3s;
}

.xinwen2-list  dd>a:hover{
	background-color: #f4f4f4;
}
.xinwen2-list  dd>a:hover .xinwen2-date{
	background-image: url(../images/jt1.png);
}
.xinwen2-list  dd>a:hover .xinwen1-2-con h1{
	color: #c22335;
}

.fenye ul{
	margin:0;
}
.fenye{
	text-align: center;
	margin-top: 50px;
}
.fenye span .active{ 
	background-color: #ff000069;
    color: white;
}

.danpian-top{
	padding: 50px 0 40px;
	background-color: #f8f8f8;
}

.danpian-h1{
	font-size: 26px;
	color: #333;
	line-height: 1.5;
	text-align: center;
}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	margin-top: 18px;

}

.danpian-bottom{
	background-color: #fff;
	padding: 45px 0;
}

.danpian-con{
	font-size: 16px;
	color:#666;
	line-height: 2;
	padding: 0px 0 50px;
	text-indent: 2em;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}

.dan-a{
	width: 50%;
	background-color: #f8f8f8;
	padding: 15px 30px;
}
.dan-a.fr{
	border-left: 1px solid #eeeeee;

}

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

.dan-a a:hover{
	color: #c22335;
}

.erji-bottom{
	/*padding: */
}
.img-list .row{
	margin-left: -23px;
	margin-right: -23px;
	margin-top: -35px;
}
.img-list .col-lg-3{
	padding-left: 23px;
	padding-right: 23px;
	margin-top: 35px;
}
.img-pic{
	border:1px solid #dddddd;
	padding: 22px;
	position: relative;
}

.img-pic .imgbox_a{
	padding-bottom: 71.85%;
}

.img-pic-div h1{
	margin:0;
	font-size: 16px;
	color: #333;
	margin-top: 17px;
}
.img-pic-div p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 11px;
}
.img-pic-div:hover h1{
	color: #c22335;
}

.title-11{
	position: relative;
}


.more1{
	position: absolute;
	right: 0;
	width: 19px;
	top: 50%;
	margin-top: -10px;
}






.title-11 h1{
	margin:0;
	font-size: 34px;
	color: #000;
	font-weight: bold;
}

.title-11 h2{
	margin:0;
	font-size: 18px;
	color: #999;
	text-transform: uppercase;
	margin-top:10px;
	/*font-family: "Arial";*/
}

.gonghui1-dl dl{
	margin:0;
	margin-left: -4%;
}

.gonghui1-dl dd{
	float: left;
	width: 21%;
	margin-left: 4%;
	margin-top: 26px;
}

.gonghui1-dl dd:first-child{
	width: 46%;
}

.gonghui1-date{
	font-size: 16px;
	color: #fff;
	/*font-family: "Arial";*/
	background-color: #c22335;
	display: inline-block;
	margin-top: 35px;
	padding: 10px 12px;
}

.gonghui1-date2{
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 25;
	background-image: url(../images/hongdi.png);
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 8px;
}

.gonghui1-date2 h2{
	margin:0;
	font-size: 24px;
	/*font-family: "Arial";*/
	color: #fff;
}

.gonghui1-date2 h3{
	margin:0;
	font-size: 12px;
	/*font-family: "Arial";*/
	color: #fff;
	margin-top: 4px;
}
.gonghui2{
	margin-top: 70px;
}
.gonghui2-list-wp{
	margin-top: 38px;
	padding-right:2px;
}
.gonghui2-list{
	border:1px solid #dddddd;
	border-left: 0;
	position: relative;

}
.gonghui2-list::before{
	position: absolute;
	background-color: #ddd;
	content:"";
	left: 0;
	width: 1px;
	top: 0;
	bottom: 0;
}
.gonghui2-list .item{
	padding: 50px;
	border-left:1px solid #dddddd;
}

.gonghui2-list .item h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.gonghui2-list .item h1 a:hover{
	color: #c22335;
}

.gonghui2-list .item h2{
	margin:0;
	font-size: 14px;
	color: #333;
	margin:15px 0;
}

.gonghui2-list .item h2 span{
	display: inline-block;
	padding-left: 13px;
	margin-left: 13px;
	background-image: url(../images/line111.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	margin-top: -2px;
}

.gonghui2-list .item p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 8em;
	overflow: hidden;
}
.banner-3{
	padding: 150px 0 280px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	text-align: center;
	z-index: 25;
}

.banner-3::before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/heidi11.png);
	content: "";
	z-index: 10;
}

.banner-3 h1{
	margin:0;
	font-size: 26px;
	/*font-family: "Arial";*/
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: 25;
	line-height: 1.4;
	color: #fff;
}

.banner-3 h2{
	margin:0;
	font-size: 32px;
	/*font-family: "Arial";*/
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: 25;
	line-height: 1.4;
	color: #fff;
	padding: 20px 0;
}
.banner-3 h3{
	margin:0;
	font-size: 32px;
	font-weight: bold;
	position: relative;
	z-index: 25;
	line-height: 1.4;
	color: #fff;
}
.banner-3 h4{
	margin:0;
	font-size: 20px;
	/*font-family: "Arial";*/
	text-transform: uppercase;
	position: relative;
	z-index: 25;
	line-height: 1.4;
	color: #fff;
	margin-top: 12px;
}

.chanye{
	background-color: #fff;
	padding-bottom: 5px;
}

.chanye-div{
	position: relative;
	top: -55px;
	z-index: 50;
}

.chanye-dl dl{
	margin:0;
}

.chanye-dl dd{
	float: left;
	width: 18%;
	margin-left: 2%;
	background-color: #f8f8f8;
	padding: 90px 35px 45px;
	transition: background-color .3s,top .3s;
	position: relative;
	top: 0;
	margin-bottom: 25px;
}

.chanye-dl dd h1{
	margin:0;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin:15px 0 20px;
}
.chanye-dl dd p{
	margin:0;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
}
.more2{
	font-size: 0;
	text-align: center;
	margin-top: 40px;
	opacity: 0;
	visibility: hidden;
}
.more2 a{
	display: inline-block;
	padding: 7px 27px;
	background-color: #fff;
	font-size: 12px;
	color: #c22335;
}
.more2 a:hover{
	font-weight: bold;
}
.chanye-ico{
	width: 87px;
	height: 86px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.chanye-ico1{background-image: url(../images/cy-ico1.png);}
.chanye-ico2{background-image: url(../images/cy-ico2.png);}
.chanye-ico3{background-image: url(../images/cy-ico3.png);}
.chanye-ico4{background-image: url(../images/cy-ico4.png);}
.chanye-ico5{background-image: url(../images/cy-ico5.png);}
.chanye-ico6{background-image: url(../images/cy-ico6.png);}
.chanye-ico7{background-image: url(../images/cy-ico7.png);}
.chanye-ico8{background-image: url(../images/cy-ico8.png);}
.chanye-ico9{background-image: url(../images/cy-ico9.png);}



.chanye-dl dd:hover .chanye-ico1{background-image: url(../images/cy-ico1h.png);}
.chanye-dl dd:hover .chanye-ico2{background-image: url(../images/cy-ico2h.png);}
.chanye-dl dd:hover .chanye-ico3{background-image: url(../images/cy-ico3h.png);}
.chanye-dl dd:hover .chanye-ico4{background-image: url(../images/cy-ico4h.png);}
.chanye-dl dd:hover .chanye-ico5{background-image: url(../images/cy-ico5h.png);}
.chanye-dl dd:hover .chanye-ico6{background-image: url(../images/cy-ico6h.png);}
.chanye-dl dd:hover .chanye-ico7{background-image: url(../images/cy-ico7h.png);}
.chanye-dl dd:hover .chanye-ico8{background-image: url(../images/cy-ico8h.png);}
.chanye-dl dd:hover .chanye-ico9{background-image: url(../images/cy-ico9h.png);}

.chanye-dl dd:hover{
	background-color: #c22335;
	top: -50px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
}
.chanye-dl dd:hover h1{color: #fff;}
.chanye-dl dd:hover p{color: #fff;}
.chanye-dl dd:hover .more2{
	opacity: 1;
	visibility: visible;
	transition: .3s;
	transition-delay:.1s;
}

.chanye-xx-title{
	width: 220px;

}




.chanye-xx-title h1{
	margin:0;
	font-size: 36px;
	font-weight: bold;
	/*font-family: "Arial";*/
	text-transform: uppercase;
	color: #e0e0e0;
	float: left;
	writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;      
  writing-mode: vertical-rl;
  *writing-mode: tb-rl;
}

.chanye-xx-title h2{
	margin:0;
	font-size: 50px;
	font-weight: bold;
	color: #c22335;
	width: 55px;
	text-align: center;
	float: left;
	margin-left: 	10px;
}

.chanye-xx-con{
	overflow: hidden;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}
.rencai1 {
	position: relative;
	z-index: 80;
}
.rencai1::before{
	position: absolute;
	width:6.5%;
	top: 0;
	bottom: 0;
	left:29%;
	background-image: url(../images/line222.png);
	background-repeat: repeat-y;
	background-position: center top;
	content:"";
}
.rencai1::after{
	position: absolute;
	width: 6.5%;
	top: 0;
	bottom: 0;
	right:29%;
	background-image: url(../images/line222.png);
	background-repeat: repeat-y;
	background-position: center top;
	content:"";
}
.rencai1 dl{
	margin:0;
}

.rencai1 dd{
	float: left;
	width: 29%;
	text-align: left;
}
.rencai1 dd:first-child+dd{
	margin:0 6.5%;
}
.rencai1 dd img{
	display: block;
	width: 60px;
}
.rencai1 dd h1{
	margin:0;
	font-size: 20px;
	color: #fff;
	margin:32px 0 12px;
}

.rencai1 dd h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	/*font-family: "Arial";*/
	text-transform: uppercase;
}

.rencai1 dd p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 40px;
}

.rencai2{
	background-color: #fff;
	position: relative;
	z-index: 80;
}

.rencai2-div{
	position: relative;
	top: -70px;
	background-color: #f8f8f8;
	padding: 75px 65px 50px;
}

.rencai2-con{
	margin-top: 40px;
}

.rencai2-left{
	width: 345px;
	margin-right: 80px;
	font-size: 16px;
	color: #666;
	line-height:2;
	margin-top: 5px;
}

.rencai2-right{
	overflow: hidden;
}






.job-table table.table{
	margin: 0px;
}
.table-responsive{
	border:0!important;
}
.job-table table.table th{
	font-weight: normal;
	font-size: 16px;
	color:#333;
	text-align: center;
	border-color: #fff;
	height: 40px;
	line-height: 40px;
}

.job-table table.table th:first-child{
	text-align: left;
	padding-left: 50px;
	width: 170px;
}

.job-table table.table td{
	font-weight: normal;
	font-size: 14px;
	color:#666;
	text-align: center;
	border-color: #fff;
	height: 40px;
	line-height: 40px;
	border-top: 0;
	border-bottom:13px solid #f8f8f8;
	
}
.job-table table.table tr.tr11 td{
	background-color: #e8e8e8;
}

.job-table table.table td:first-child{
	text-align: left;
	padding-left: 30px;
}
.job-table table.table tr.tr22{
	display: none;
}
.job-table table.table tr.tr22 td{
	padding: 0;
}
.job-table table.table tr.tr11{
	cursor: pointer;
}
.job-table table.table tr.tr11.cur td{
	background-color: #c22335;
	color:#fff;
}

.gangwei{
	padding: 30px;
	font-size: 14px;
	color:#666;
	line-height: 2;
	background-color: #e8e8e8;
}

.jj{
	width: 22px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/jj1.png);
	display: inline-block;    vertical-align: middle;
}

.job-table table.table tr.tr11.cur .jj{
	background-image: url(../images/jj2.png);

}

.rencai3{
	position: relative;
	padding-top: 1px;
}

.map-wp{
	position: relative;
	z-index: 15;
	height: 635px;
}

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

.rencai3-div-wp{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	z-index: 25;
}


.rencai3-div-wp .container{
	position: relative;
}

.rencao3-div{
	position: absolute;
	left: 0;
	top: 88px;
	width: 460px;
	height: 460px;
	background-image: url(../images/hongdi3.png);
	padding: 35px 50px;
}

.rencao3-div img{
	display: block;

}

.rencao3-div h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-top: 60px;
}

.rencao3-div h2{
	margin:0;
	font-size: 14px;
	/*font-family: "Arial";*/
	color: #fff;
	text-transform: uppercase;
	margin-top: 5px;
}
.rencao3-div dl{margin:0;padding-top: 50px;}
.rencao3-div dd{
	margin:0;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
}

.rencao3-div dd+dd{
	margin-top: 15px;
}


.about1{
	min-height: 723px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 75px 0 100px;
	background-image: url(../images/about1-bg.jpg);
}

.about1-1 img{
	display: block;
}

.about1-2 h1{
	margin:0;
	color: #fff;
	font-weight: bold;
	font-size: 46px;
	line-height: 1;
}

.about1-2-p p{
	margin:0;
}

.about1-2-p{
	font-size: 16px;
	color: #fff;
	line-height: 2.2;
	height: 13.2em;
	overflow: hidden;
	max-width: 840px;
	margin-top: 40px;
}

.about1-3{
	margin-top:100px; 
}

.about1-3 a{
	width: 140px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #c22335;
}
.about1-3 a:hover{
	font-weight: bold;
}
.about1-3 a+a{
	margin-left: 20px;
}

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

.about1-3 a:first-child img{
	margin-right: 0px;
	margin-left: 18px;
}

.about2{
	background-color: #fff;
	padding: 90px 0 100px;
}

.about2-1{
	background-color: #f8f8f8;
}

.about2-1-pic{
	width: 500px;
}

.about2-1-pic .imgbox_a{
	padding-bottom: 134.6%;
}

.about2-2-item{
	width: 48.5%;
	margin-top: 100px;
	position: relative;
}

.about2-2-item .imgbox_a{
	padding-bottom: 48.57%;
}

.about2-2-item-con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 320px;
	padding: 40px;
	padding-top: 45px;
	background-image: url(../images/hongdi2.png);
}

.about2-2-item-con h1{
	margin:0;
	font-size: 22px;
	color: #fff;
	position: relative;
	z-index: 25;
}

.about2-2-item-con p{
	margin:0;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	margin-top: 12px;
	position: relative;
	z-index: 25;
}

.about2-2-item.fl .about2-2-item-con::after{
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 15;
	content:"";
	width: 100px;
	height: 100px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/yy1.png);
	content:"";
}
.about2-2-item.fr .about2-2-item-con::after{
	position: absolute;
	right: 15px;
	top:15px;
	z-index: 15;
	content:"";
	width: 100px;
	height: 100px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/yy2.png);
	content:"";
}


.about2-1-con{
	overflow: hidden;
	padding: 60px 40px 0px 60px;
}

.about2-1-con-p-wp{
	height: 420px;
	margin-top: 50px;
	padding-right: 20px;
}

.about2-1-con-p{
	position: relative;
	padding: 0 50px;
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.about2-1-con-p strong{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.about2-1-con-p::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 31px;
	height: 29px;
	background-image: url(../images/yyy1.png);
	content:"";
	background-repeat: no-repeat;
	background-position: center top;
}
.about2-1-con-p::after{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 31px;
	height: 29px;
	background-image: url(../images/yyy2.png);
	content:"";
	background-repeat: no-repeat;
	background-position: center top;
}



.about3{
	min-height: 920px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 70px 0 100px;
	background-image: url(../images/about3-bg.jpg);
}

.about3-img{
	margin-top: 45px;
}

.about3-img img{
	display: block;
	margin:0 auto;
}
.title-33{
	position: relative;
	text-align: center;
}
.title-33 h1{
	margin:0;
	/*font-family: "Arial";*/
	font-weight: bold;
	color: #666666;
	font-size: 100px;
	line-height: 1;
	opacity: 0.05;
}

.title-33 h2{
	margin:0;
	/*font-family: "Arial";*/
	font-weight: bold;
	color: #000;
	font-size: 34px;
	line-height: 1;
	margin-top: -17px;
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
}

.about4{
	padding: 95px 0 115px;
	background-color: #fff;
}

.about4-div-wp{
	margin-top: 80px;
	position: relative;
	padding-left:430px;
	min-height: 232px;
}

.about4-left{
	position: absolute;
	width: 380px;
	left: 0;
	top: 0;
}

.about4-left dl{
	margin:0;
}

.about4-left dd{
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.about4-left dd a:hover{
	color: #c22335;
}


.about4-left dd+dd{
	margin-top: 10px;
}

.about4-item{
	border:1px solid #dddddd;
}

.about4-item>a{
	display: block;
	overflow: hidden;
	padding: 18px;
	position: relative;
}

.about4-pic .imgbox_a{
	padding-bottom: 74.85%;
}



.about4-item a h1 {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 40px;
  line-height: 40px;
  background-image: url(../images/hongdi.png);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: bottom .3s;
}

.about4-item a:hover h1{
	bottom: 0;
}

.about4-list .owl-nav button.owl-prev{
    position: absolute;
    left:-40px;
    bottom: 0;
    width: 40px;
    height: 40px;
    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%;
}

.about4-list .owl-nav button.owl-next{
    position: absolute;
    left:0px;
    bottom: 0;
    width: 40px;
    height: 40px;
    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%;
}

.about5{
	padding: 90px 0 80px;
	background-color: #f8f8f8;
}

.about5-list-wp{
	padding: 0px 50px;
	background-repeat: repeat-x;
	background-position: left 134px;
	background-image: url(../images/time.png);
	margin-top: 75px;
}

.about5-item{

	padding-left:30px; 
	background-repeat: no-repeat;
}
.about5-item h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	/*font-family: "Arial";*/
	color: #c22335;
	height: 22px;
	line-height: 22px;
}
.about5-con{
	padding-top: 20px;
}
.about5-con h2{
	margin:0;
	font-size: 15px;
	color: #000;
	height: 20px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian.png);
	padding-left: 18px;
}
.about5-con p{
	margin:0;
	font-size: 14px;
	color: #777;
	padding-left: 18px;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 3px;
}



.about5-item1{
	height:144px;
	background-image: url(../images/bb2.png);
	background-position: left 5px;
}

.about5-item2{
	padding-top: 72px;
	background-image: url(../images/bb.png);
	background-position: left 0px;
	position: relative;
	left: 100px;
}


.about5-list .owl-nav button.owl-prev{
    position: absolute;
    left:-83px;
    top: 50%;
    margin-top: -36px;
    width:34px;
    height: 34px;
    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%;
}
.about5-list .owl-nav button.owl-prev:hover{
	background-image: url(../images/left2h.png);
}
.about5-list .owl-nav button.owl-next{
    position: absolute;
    right:-83px;
    top: 50%;
    margin-top: -36px;
    width:34px;
    height: 34px;
    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%;
}
.about5-list .owl-nav button.owl-next:hover{
	background-image: url(../images/right2h.png);
}



.cebian{
	position: fixed;
	right: 30px;
	bottom: 80px;
	width: 44px;
	z-index: 888;
}

.cebian dl{
	margin:0;
}
.cebian dd.cedd3{opacity: 0;visibility: hidden;}
.cebian.cur dd.cedd3{opacity: 1;visibility: visible;}
.cebian dd+dd{
	margin-top: 6px;
}

.cebian dd{
	position: relative;
}
.cebian dd>a{
	display: block;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image .3s;
}
.cebian dd>a:hover+.cebian-er{
	display: block;
}
.cebian-er{
	position: absolute;
	width: 100px;
	right: 48px;
	top: 0;
	display: none;
	border:1px solid #ddd;
}
.cebian-er img{
	display: block;
	width: 100%;
}
.cebian dd.cedd1>a{background-image: url(../images/ce1.png);}
.cebian dd.cedd2>a{background-image: url(../images/ce2.png);}
.cebian dd.cedd3>a{background-image: url(../images/ce3.png);}


.cebian dd.cedd1>a:hover{background-image: url(../images/ce1h.png);}
.cebian dd.cedd2>a:hover{background-image: url(../images/ce2h.png);}
.cebian dd.cedd3>a:hover{background-image: url(../images/ce3h.png);}