/**************************************/
/*************[公用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)
}
*/
/*百度百科變灰*/
@font-face{
	font-family:"de";
	src:url("../fonts/DISNEYENGLISH-BOLD.OTF");
}
@font-face{
	font-family:"ib";
	src:url("../fonts/IMPERLB.TTF");
}
@font-face{
	font-family:"in";
	src:url("../fonts/IMPERLN.TTF");
}
body{
	overflow-x: hidden;
	font-family: PingFang SC, PingFang SC-Regular, "苹方", "微软雅黑", sans-serif;
}
div.clear{
	clear: both;
	height: 0;
	width: 0;
}
a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
img{
	border:0;
	max-width: 100%;
}
div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*图片中心放大代码区域*/
.img-box{/*图片盒子类名*/
	overflow: hidden;
}
.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}
.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*图片中心放大代码区域*/
.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}
.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
	position: relative;
	z-index: 999;
	height: 110px;
	background-color: #fff;
}
.logo{
	width: 243px;
	margin-top:23px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.search{
	width: 21px;
	margin-top:45px;
}
.search a,.search img{
	display: block;
	width: 100%;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	margin-right: 30px;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	font-size: 16px;
	color: #333;
	height: 110px;
	line-height: 110px;
	padding: 0 25px;
	position: relative;
	font-weight: bold;
}
.nav>ul>li>a::after{
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #ed2939;
    bottom: 15px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav>ul>li:hover>a::after,.nav>ul>li.cur>a::after{
  width: 100%;
  right: auto;
  left: 0;
}
.nav>ul>li>ul{
	position: absolute;
	left:0px;
	right: 0;
	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: #ed2939;
	color: #fff;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.banner{
	position: relative;
}
.fafa,.fafa .slides,.fafa .slides>li{
	height: 100%;
}
.fafa .slides>li{
	position: relative;
	overflow: hidden;
}
.fafa .slides>li.flex-active-slide .fafa-bg{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.fafa-bg{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	transition: 8s;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		-webkit-transform: translate(0, 5px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		transform: translate(0, 5px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}
#shu{
  position: absolute;
  width: 20px;
  height: 30px;
  border: 2px solid #FFF;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: 600;
  cursor:pointer;
  left: 50%;
  margin-left: -10px;
  bottom: 30px;
}
#shu::before {
  position: absolute;
  top: 3px;
  left: 50%;
  content: '';
  width: 2px;
  height:8px;
  margin-left: -1px;
  background-color: #FFF;
  border-radius: 2px;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
.fafa .flex-control-nav{
	width: 1540px;
	left: 50%;
	margin-left: -770px;
	height: 0;
	bottom: 50px;
	text-align: right;
}
.fafa .flex-control-nav li{margin: 0}
.fafa .flex-control-nav li+li{
	margin-left:20px;
}
.fafa .flex-control-paging li a{
	width: 32px;
	height: 5px;
}
.fxfx .flex-control-nav{
	height: 0;
	bottom: 25px;
}
.fxfx .flex-control-paging li a{
	width: 25px;
	height: 3px;
	background-image: none;
	background-color: #fff;
}
.fxfx .flex-control-paging li a.flex-active{
	background-color: #ed2939;
}
.main1{
	padding: 80px 0 170px;
	background-image: url(../images/main1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.main1 .title-11 h1{
	padding-top: 0;
}
.title-11 h1{
	margin: 0;
	font-size: 35px;
	font-weight: bold;
	color: #333;
	padding-top:6px;
}
.main-div{
	margin-top:40px;
}
.main1-sp.fr{
	width: 711px;
	margin-left:50px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/main1-sp-bg.jpg);
	background-attachment: fixed;
}
.main1-sp a,.main1-sp img{
	display: block;
	width: 100%;
}
.main1-sp>a{
	position: relative;
}
.main1-sp>a::after{
}
.bo2{
	position: absolute;
	width:60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	content: "";
	z-index: 15;
}
@keyframes scaleAni {
  0% {
  	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
  }
  50%{
  	left: -12px;
	right: -12px;
	top: -12px;
	bottom: -12px;
  }
  100% {
  	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
  }
}
.bo2::after{
	position: absolute;
	background-color: #ed2939;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	z-index: 1;
	opacity: 0.3;
}
.main1-sp>a:hover .bo2::after{
	animation-duration:2.5s;
	animation-iteration-count: infinite;
	-webkit-animation-name: scaleAni;
	animation-name: scaleAni;
}
.bo2 img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 50;
}
.main-con-wp{
	overflow: hidden;
}
.main-con-p{
	font-size:14px;
	color: #666;
	line-height: 2.2;
}
.main-con-wp .more1{
	margin-top: 45px;
}
.main1-dl{
	margin-top:80px;
	border: 1px solid #f0f0f0;
	border-left: 0;
	border-right: 0;
	padding: 40px 0;
}
.main1-dl dl{
	margin: 0;
}
.main1-dl dd{
	float: left;
	width: 25%;
	padding: 0	40px;
}
.main1-dd{
	background-repeat: no-repeat;
	background-position: right center;
}
.main1-dl dd h1{
	margin: 0;
  font-size: 36px;
  color: #333;
  font-family: "de";
  transition: color .3s;
}
.main1-dl dd:hover h1{
	color: #ed2939;
}
.main1-dl dd h2{
	margin: 0;
  font-size: 14px;
  color: #666;
  margin-top: 7px;
}
.main1-dl dd+dd{
	border-left: 1px solid #f0f0f0;
}
.main2{
	background-image: url(../images/main2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main2-1{
	padding-top: 85px;
}
.main2-1 .title-11 h1{
	text-align: center;
	padding-top: 0;
}
.main2-dl1{
	margin-top:70px;
}
.main2-dl1 dl{
	margin: 0;
}
.main2-dl1 dd{
	float: left;
	width: 25%;
	font-size: 0;
	text-align: center;
	padding-bottom:30px;
	position: relative;
}
.main2-dd{
	display: inline-block;
	cursor: pointer;
}
.main2-dl1 h1{
	margin: 0;
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top:15px;
}
.main2-ico{
	width: 37px;
	height: 33px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition:background-image .5s;
}
.main2-ico1{background-image: url(../images/main2-ico1.png);}
.main2-ico2{background-image: url(../images/main2-ico2.png);}
.main2-ico3{background-image: url(../images/main2-ico3.png);}
.main2-ico4{background-image: url(../images/main2-ico4.png);}
.cur .main2-ico1{background-image: url(../images/main2-ico1h.png);}
.cur .main2-ico2{background-image: url(../images/main2-ico2h.png);}
.cur .main2-ico3{background-image: url(../images/main2-ico3h.png);}
.cur .main2-ico4{background-image: url(../images/main2-ico4h.png);}
.main2-dl1 dd::after{
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #ed2939;
    bottom: 0;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.main2-dl1 dd.cur::after{
  width: 100%;
  right: auto;
  left: 0;
}
.main2-dl1 dd.cur h1{
	font-weight: bold;
}
.main2-2{
	padding:85px 0;
	box-shadow: 0px 3px 2.94px 0.06px rgba(181, 181, 181, 0.35) inset;
}
.main2-2-div-wp{
	position: relative;
}
.main2-2-div-wp .main2-2-div{
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 5;
}
.main2-2-div-wp .main2-2-div.cur{
	opacity: 1;
	position: relative;
	z-index: 15;
}
.main2-2-pic{
	width: 794px;
	margin-left:86px;
	position: relative;
	right: -30px;
	opacity: 0;
	transition:right .3s,opacity .5s;
	transition-delay:.25s ;
}
.cur .main2-2-pic{
	opacity: 1;
	right: 0;
}
.main2-2-pic .imgbox_a{
	padding-bottom: 64.232%;
}
.main2-2-pic .imgbox_hover>img{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.main2-2-con-wp{
	overflow: hidden;
	padding-top: 45px;
	position: relative;
	opacity: 0;
	left: -50px;
	transition:left .5s,opacity .5s;
	transition-delay:.15s ;
}
.cur .main2-2-con-wp{
	opacity: 1;
	left: 0;
}
.main2-2-con-wp .main-con-p{
	height: 13.2em;
	overflow: hidden;
	margin-top: 40px;
}
.main2-2-title h1{
	margin: 0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.main2-2-title h2{
	margin: 0;
	font-size: 20px;
	color: #999;
	font-family: "ib";
	margin-top: 12px;
}
.main2-2-con-wp .more1{
	margin-top: 30px;
}
.main3{
	padding: 80px 0 60px;
}
.main3-list .item .imgbox_a{
	padding-bottom:63.78%;
}
.main3-list .item .imgbox_a::after{
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	content: "";
	background-image: url(../images/main3-ico0.png);
	background-size: 100%;
	z-index: 25;
	-webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: transform .3s;
}
.main3-list .item .imgbox_a:hover::after{
	-webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.main3-con{
	position: absolute;
	width: 55%;
	left: 0;
	bottom: 0;
	background-color: #ebf5fc;
	padding: 25px 35px 35px;
	border-top-right-radius: 25px;
}
.main3-h1{
	font-size:20px;
	color: #333;
	padding-left:45px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 34px;
	line-height: 34px;
	transition: background-image .3s;
}
.main3-ico1{background-image: url(../images/main3-ico1.png);}
.main3-ico2{background-image: url(../images/main3-ico2.png);}
.main3-ico3{background-image: url(../images/main3-ico3.png);}
.main3-p{
	font-size:14px;
	color: #666;
	margin-top: 12px;
}
.main3-list .item .imgbox_a:hover .main3-ico1{background-image: url(../images/main3-ico1h.png);}
.main3-list .item .imgbox_a:hover .main3-ico2{background-image: url(../images/main3-ico2h.png);}
.main3-list .item .imgbox_a:hover .main3-ico3{background-image: url(../images/main3-ico3h.png);}
.main3-list .owl-dots {
    margin-top: 60px;
}
.main3-list .owl-dots .owl-dot{
    margin:0 12px;
}
.main3-list .owl-dot span{
    width: 21px;
    height: 21px;
}
.main4{
	padding:100px 0 110px;
	background-image: url(../images/main4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main4-1{
	width: 602px;
	margin-right: 96px;
}
.main4-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.main4-2{
	overflow: hidden;
}
.main4-con h1{
	margin:0;
	font-size: 16px;
	color: #999;
	font-family: "in";
}
.main4-con h2{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 15px 0 12px;
}
.main4-con h2 a:hover{
	color: #ed2939;
}
.main4-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	height: 4em;
	overflow: hidden;
	line-height: 2;
}
.main4-1 .main4-con{
	background-color: #fff;
	padding: 30px 40px;
	border-bottom:3px solid #ed2939;
}
.main4-2 dl{
	margin: 0;
}
.main4-2 dd+dd{
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #e2e2e2;
}
.main4-2 dd .main4-pic{
	width: 210px;
	margin-right:48px;
}
.main4-2 .main4-con{
	padding-top:10px;
}
.main5{
	background-color: #f1f2f6;
	overflow: hidden;
	position: relative;
	/*background-image: url(../images/main5-bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main5-1{
	width: 600px;
	position: absolute;
	left: calc((100% - 1540px) / 2);
	top: 20%;
	z-index: 50;
}
.main5-1 .main-con-p{
	margin-top: 45px;
	height: 8.8em;
	overflow: hidden;
}
.main5-1 .more1{
	margin-top: 65px;
}
.main5-2{
	position: relative;
	width: 100%;
	right: 0%;
	top: 0;
}
.main5-2-dl{
	width: 100%;
}
.main5-2-dl dl{
	margin: 0;
	font-size: 0;
	white-space: nowrap;
	font-size: 0;
	line-height: normal;
}
.main5-2-dl dd{
	width: 15.625%;
	display: inline-block;
	vertical-align: top;
	border-left:5px solid #efeff3;
}
.main5-2-dl dd .imgbox_a{
	padding-bottom: 43.5%;
	background-color: #f8faff;
}
.main5-2-dl dd .imgbox_a>img{
	z-index: 15;
	opacity: 1;
	transition: opacity .5s;
}
.main5-2-dl dd .imgbox_a>img.curImg{
	z-index: 25;
	opacity: 0;
	transition: opacity .5s;
}
.main5-2-dl dd .imgbox_a:hover>img{
	opacity: 0;
}
.main5-2-dl dd .imgbox_a:hover>img.curImg{
	opacity: 1;
}
.main5-2-dl+.main5-2-dl{
	border-top: 5px solid #efeff3;
}
/*.main5-2-dl:nth-child(1){margin-left: 50%;}
.main5-2-dl:nth-child(2){margin-left: 40%;}
.main5-2-dl:nth-child(3){margin-left: 30%;}
.main5-2-dl:nth-child(4){margin-left: 20%;}
.main5-2-dl:nth-child(5){margin-left: 10%;}*/
.main5-2-dl:nth-child(even){
	/*margin-left: 7.8125%;*/
	position: relative;
	right:-7.8125%;
}
.main5-2-dl:nth-child(odd) dd:first-child{
	border-left: 5px solid #fff;
}
.main5-2-dl:nth-child(even)::before{
	position: absolute;
	width: 500px;
	right: 100%;
	top: -5px;
	height: 5px;
	content: "";
	background-color: #efeff3;
}
.main5-2-dl dd .imgbox_a.main5-hui{
	background-color: #f1f2f6;
}
.main5-3{
	padding-top: 25px;
}
.main5-3-dl dl{
	margin: 0;
	margin-left: -2%;
}
.main5-3-dl dd{
	float: left;
	width: 31.33333333%;
	margin-left: 2%;
	margin-top: 2%;
}
.main5-3-dl dd .imgbox_a{
	padding-bottom: 43.5%;
	background-color: #f8faff;
}
.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;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.footer-1{
	padding: 85px 0;
}
.foo1-1{
	width: 350px;
	margin-left:50px;
	text-align: right;
}
.foo1-1 h1{
	margin: 0;
	font-size:20px;
	color: #fff;
}
.foo1-1 h1 img{
	margin-top: -1px;
	margin-right: 10px;
}
.foo1-1 h2{
	margin: 0;
	font-size:36px;
	color: #ed2939;
	font-weight: bold;
	margin:20px 0 22px;
}
.foo1-1 p{
	margin: 0;
	font-size:14px;
	color: #fff;
	line-height: 2;
}
.er{
	width: 130px;
	font-size:14px;
	color: #fff;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom:10px;
}
.foo-nav{
	overflow: hidden;
}
.foo-nav ul{
	margin: 0;
}
.foo-nav li{
	float: left;
	text-align: center;
}
.foo-nav li+li{
	margin-left:80px;
}
.foo-nav li h1{
	margin: 0;
	font-size:18px;
	color: #fff;
	font-weight: bold;
}
.foo-nav dl{
	margin: 0;
	padding-top: 13px;
}
.foo-nav dd{
	margin-top:10px;
}
.foo-nav dd a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	opacity: 0.5;
	transition: opacity .3s;
}
.foo-nav dd a:hover{
	opacity: 1;
}
.footer-2{
	padding: 30px 0;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.footer-2 .fl span{
	padding-left: 20px;
}
.footer-2 .fr a:hover{
	font-weight: bold;
}
/**************************************************************/
/*footer-over*/
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
}
.nav-2>ul>li{
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	text-transform: uppercase;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 4px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width:185px;
   margin-left: 15px;
   margin-top:10px;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
		display: none;
		height: 75px;
	}
#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 200px;
}
.banner-2 h1{
	margin: 0;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.banner-2 h2{
	margin: 0;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 13px;
}
.erji-top-div{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-top.jpg);
}
.erji-nav dl{
	margin: 0;
}
.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 70px;
}
.erji-nav dd>a{
	display: block;
	padding: 0 15px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	height: 92px;
	line-height: 90px;
	border-bottom: 2px solid #e7ecec;
	transition: color .3s;
}
.erji-nav dd>a:hover{
	color: #ed2939;
}
.erji-nav dd.cur>a{
	border-color:#ed2939;
	color: #ed2939;
}
.mianbaoxie dl{
	margin: 0;
}
.mianbaoxie dd{
	float: left;
	font-size: 14px;
	color: #999;
	height: 90px;
	line-height: 90px;
}
.mianbaoxie dd+dd{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-image: url(../images/jt.png);
}
.mianbaoxie dd a:hover,
.mianbaoxie dd span{
	color: #ed2939;
}
.erji-bottom{
	padding:75px 0;
}
.xinwen-list dl{
	margin: 0;
	margin-left: -3%;
}
.xinwen-list dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	margin-top: 3%;
}
.xinwen-list dd:nth-child(1),
.xinwen-list dd:nth-child(2),
.xinwen-list dd:nth-child(3){
	margin-top: 0;
}
.xinwen-pic .imgbox_a{
	padding-bottom:66.67%;
}
.xinwen-con{
	background-color: #f7fbff;
	padding: 30px 35px 25px;
}
.xinwen-item:hover .xinwen-con h1{
	color: #ed2939;
}
.xinwen-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.xinwen-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	height: 19px;
	line-height: 19px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/date.png);
	padding-left: 28px;
	margin: 20px 0 15px;
}
.xinwen-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.xinwen-con-a{
	margin-top: 15px;
	padding-left: 30px;
	position: relative;
}
.xinwen-con-a::before{
	position: absolute;
	width:20px;
	height: 2px;
	margin-top: -1px;
	left: 0;
	content: "";
	top: 50%;
	background-color: #ed2939;
}
.xinwen-con-a a{
	font-size: 14px;color: #999;
	font-weight: bold;
}
.xinwen-con-a a:hover{
	color: #ed2939;
}
.fenye ul{
	margin:0;
}
.fenye{
	text-align: center;
	margin-top: 75px;
}
.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;
	font-weight: bold;
}
.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con strong.fangan-xx-title{
	font-size: 18px!important;
	color:#333!important;
	line-height: 1!important;
	display: block;
	border-left: 4px solid #ed2939;
	padding-left: 12px;
}
.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dan-a a{
	font-size: 16px;
	color:#666;
}
.dan-a a:hover{
	color:#ed2939;
}
.anli-list dl{
	margin: 0;
}
.anli-list dd+dd{
	margin-top:70px;
}
.anli-list dd{
	background-color: #ecf5f9;
}
.anli-pic{
	width: 480px;
}
.anli-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.anli-con{
	overflow: hidden;
	padding: 45px 65px 0 55px;
}
.anli-h1{
	font-size:18px;
	color: #333;
	font-weight: bold;
}
.anli-con-p{
	font-size:14px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin: 25px 0 35px;
}
.anli-con-p p{margin: 0}
.more1 a{
	display: block;
	width: 180px;
	height: 55px;
	border: 1px solid #d7d7d7;
	text-align: center;
	line-height: 52px;
	font-size: 14px;
	color: #666;
	position: relative;
	transition: color .3s;
}
.more1 a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 3px;
	content: "";
	background-color: #ed2939;
	z-index: 10;
	transition: height .3s;
}
.more1 a:hover::after{
	height: 100%;
}
.more1 a:hover{
	color: #fff;
}
.more1 a span{
	position: relative;
	z-index: 25;
	font-family:"in";
}
.kehu-list{
	padding-bottom: 50px;
}
.kehu-list dl{
	margin: 0;
	margin-left: -1%;
}
.kehu-list dd{
	float: left;
	width: 19%;
	margin-left: 1%;
	margin-bottom: 1%;
}
.kehu-list dd .imgbox_a{
	padding-bottom: 43.33333%;
}
.kehu{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/kehu-bg.jpg);
}
.fangan-list dl{
	margin: 0;
	margin-left: -3%;
	margin-top: -3%;
}
.fangan-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}
.fangan-item{
	border: 1px solid #e7ecec;
	padding: 70px 55px;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
	position: relative;
}
.fangan-bg{
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	right: -1px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
	z-index: 15;
	opacity: 0;
	transition: opacity .3s;
}
.fangan-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	position: relative;
	z-index: 30;
	transition: color .3s;
}
.fangan-p{
	font-size: 14px;
	color: #666;
	line-height: 2.4;
	margin: 30px 0 40px;
	position: relative;
	z-index: 30;
	transition: color .3s;
	height: 12em;
	overflow: hidden;
}
.fangan-p p{margin: 0}
.fangan-item .more1{
	position: relative;
	z-index: 30;
}
.fangan-item:hover .fangan-bg{opacity: 1;}
.fangan-item:hover .fangan-h1{color: #fff;}
.fangan-item:hover .fangan-p{color: #fff;}
.fangan-item:hover .more1>a::after{
	display: none;
}
.fangan-item:hover .more1>a{
	border-color: #fff;
	color: #ed2939;
	background-color: #fff;
}
.m-page{
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}
.m-page a{
	display: inline-block;
	font-size: 14px;
	color: #999;
}
.m-page a+a{
	margin-left: 30px;
}
.m-page a img{
	display: block;
	margin: 0 auto 12px;
}
.m-page a:hover{
	color: #ed2939;
	font-weight: bold;
}
.fangan .danpian-h1{
	margin-bottom: 15px;
}
.wenhua-item{
	background-color: #fff;
	height: 360px;
	width: 40%;
	position: relative;
	transition: width .5s;
}
.wenhua-item::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/wenhua-bg.jpg);
	content: "";
	opacity: 0;
	transition: opacity .5s;
}
.wenhua-item.fl::after{
	background-image: url(../images/sm_bj.jpg);
}
.wenhua-item.cur{
	width: 60%;
}
.wenhua-item.cur::after{
	opacity: 1;
}
.wenhua-erji{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}
.wenhua-item-con{
	position: relative;
	z-index: 50;
	padding: 50px;
}
.wenhua-ico{
	width: 28px;
	position: relative;
}
.wenhua-ico img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	left: 0;
	opacity: 1;
	transition: opacity .5s;
}
.wenhua-ico img.curImg{
	position: absolute;
	z-index: 15;
	top: 0;
	opacity: 0;
}
.wenhua-title{
	margin-top: 17px;
}
.wenhua-title h1{
	margin: 0;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	transition: color .5s;
}
.wenhua-title h2{
	margin: 0;
	font-size: 16px;
	color: #666;
	margin-top: 5px;
	transition: color .5s;
	/*font-weight: bold;*/
}
.wenhua-p{
	font-size: 18px;
	color: #666;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 50px;
	max-width: 100%;
	padding-right: 50px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/yh.png);
	display: inline-block;
	transition: background-image .5s,color .5s;
}
.cur .wenhua-ico img{
	opacity: 0;
}
.cur .wenhua-ico img.curImg{
	opacity: 1;
}
.cur .wenhua-title h1{color: #fff;}
.cur .wenhua-title h2{color: #fff;}
.cur .wenhua-p{color: #fff;background-image: url(../images/yhh.png);}
.about-pic{
	width: 555px;
	margin-left: 120px;
}
.about-pic .imgbox_a{
	padding-bottom: 118.56%;
	border-top-right-radius: 80px;
}
.bo{
	position: absolute;
	width:60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	content: "";
	z-index: 15;
}
.bo img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 50;
}
.bo::after{
	position: absolute;
	background-color: #fff;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	z-index: 1;
	opacity: 0.3;
}
.about-pic .imgbox_a:hover .bo::after{
	animation-duration:2.5s;
	animation-iteration-count: infinite;
	-webkit-animation-name: scaleAni;
	animation-name: scaleAni;
}
.about-con{
	overflow: hidden;
}
.about-title h1{
	margin: 0;
	font-size: 20px;
	color: #ed2939;
	font-weight: bold;
}
.about-title h2{
	margin: 0;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}
.about-p{
	margin:30px 0 60px;
	font-size: 16px;
	color: #666;
	line-height: 2.2;
}
.about-p p{margin: 0;}
.about-dl dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}
.about-dl dd{
	text-align: center;
}
.about-dl dd span{
	display: block;
	font-size: 36px;
	color: #ed2939;
	font-family: "de";
}
.about-dl dd i{
	font-style: normal;
}
.jishu-item-wp{
	padding:80px 0;
	background-color: #fff;
}
.jishu-item{
	display: flex;
	align-items: center;
}
.jishu-pic{
	width: 56.7%;
	order: 1;
}
.jishu-pic .imgbox_a{
	padding-bottom: 64.23%;
}
.jishu-con{
	width: 43.3%;
	padding-left: 70px;
	order: 2;
}
.jishu-item-wp:nth-child(even){
	background-color: #ecf5f9;
}
.jishu-item-wp:nth-child(even) .jishu-pic{
	order: 3;
}
.jishu-item-wp:nth-child(even) .jishu-con{
	padding-left: 0;
	padding-right: 70px;
}
.jishu-h1{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.jishu-dl dl{
	margin: 0;
}
.jishu-dl dd{
	margin-top:30px;
}
.jishu-dl dd h1{
	margin: 0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.jishu-dl dd h1 img{
	margin-top: -3px;
	margin-right:15px;
}
.jishu-dl dd p{
	margin: 0;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 13px;
}
.jishu-p{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	line-height:2;
	margin-top:30px;
}
.join1{
	border-bottom: 1px solid #e6e6e6;
}
.join1-1{
	width: 35%;
	height: 85px;
	line-height: 85px;
	font-size: 16px;
	color: #333;
	padding-left: 165px;
	font-weight: bold;
	padding-right: 15px;
}
.join1-2{
	width: 18.2%;
	height: 85px;
	line-height: 85px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-right: 15px;
}
.join1-3{
	width: 18.2%;
	height: 85px;
	line-height: 85px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-right: 15px;
}
.join1-4{
	width: 18.2%;
	height: 85px;
	line-height: 85px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-right: 15px;
}
.join1-form{
	width: 330px;
	position: relative;
	padding-right: 160px;
	padding-top: 25px;
}
.join1-form input:focus{
	outline: none;
}
.join1-form input[type="text"]{
	display: block;
	width: 100%;
	border:0;
	font-size: 16px;
	color: #333;
	height: 35px;
}
.join1-form input[type="button"]{
	position: absolute;
	width: 150px;
	top: 0;
	right: 0;
	height: 85px;
	border: 0;
	font-size: 16px;
	color: #fff;
	background-color: #ed2939;
	background-image: url(../images/wen2.png);
	background-repeat: no-repeat;
	background-position: 100px center;
}
.join1-form input[type="button"]:hover{
	font-weight: bold;
}
.join2{
	margin-top: 70px;
}
.join2-li{
	background-color: #f1f3f7;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	transition: background-color .3s;
}
.join2-li::after{
	position: absolute;
	width:18px;
	height: 14px;
	content: "";
	background-image: url(../images/join2-ico.png);
	background-size: 100%;
	right: 140px;
	top: 50%;
	margin-top: -7px;
	transition: background-image .3s;
}
.join2-li+.join2-li{
	margin-top: 35px;
}
.join2-li .join1-1{
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	font-weight: bold;
	transition: color .3s;
}
.join2-li .join1-2{
	height: 100px;
	line-height: 100px;
	font-size: 14px;
	transition: color .3s;
}
.join2-li .join1-3{
	height: 100px;
	line-height: 100px;
	font-size: 14px;
	transition: color .3s;
}
.join2-li .join1-4{
	height: 100px;
	line-height: 100px;
	font-size: 14px;
	transition: color .3s;
}
.join2-li:hover{
	background-color: #ed2939;
}
.join2-li:hover::after{
	background-image: url(../images/join2-icoh.png);
}
.join2-li:hover .join1-1,
.join2-li:hover .join1-2,
.join2-li:hover .join1-3,
.join2-li:hover .join1-4{
	color: #fff;
}
.join-tc-wp{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1055;
	display: none;
}
.join-tc{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}
.join-tc-hei{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000;
	opacity: 0.4;
}
.join-tc-div{
	position: absolute;
	width: 670px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 30;
	background-color: #fff;
	padding: 55px 50px;
	border-radius: 15px;
}
.join-tc1 h1{
	margin: 0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.join-tc1 dl{
	margin: 0;
	font-size: 0;
	padding: 22px 0 15px;
}
.join-tc1 dd{
	display: inline-block;
	font-size: 14px;
	color: #666;
	margin-right: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.join-tc1{
	border-bottom:1px solid #e6e6e6;
}
.join-tc2{
	height: 320px;
	overflow-y: auto;
	margin-top: 10px;
}
.join-tc2::-webkit-scrollbar {
    width: 6px;
}
.join-tc2::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background-color: #ed2939;
}
.join-tc2::-webkit-scrollbar-track {
    width: 6px;
    border-radius:6px;
}
.join-tc2-item{
	margin-top: 25px;
}
.join-tc2-item h1{
	margin: 0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.join-tc2-p{
	margin-top:10px;
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.join-tc3{
	margin:50px 0 0;
	text-align: center;
}
.join-tc3-con{
	display: inline-block;
	min-width: 330px;
	font-size: 14px;
	color: #fff;
	background-color: #ed2939;
	border-radius: 999em;
	padding: 15px;
}
.join-tc-close{
	position: absolute;
	width: 17px;
	cursor: pointer;
	right:30px;
	top: 30px;
}
.join-tc-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.join-tc-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}










.xinwen2 ul{
	margin:0;
	position: relative;
}
.xinwen2 ul::after{
	position: absolute;
	width: 1px;
	content:"";
	top: 0;
	bottom: 0;
	left: 168px;
	background-color: #bcbcbc;
}
.xinwen2 li{
	margin-top: 15px;
}
.xinwen2 li:first-child{
	margin-top: 0px;
}
.xinwen2-date{
	width: 169px;
	text-align: center;
	height: 232px;
	padding-top: 81px;
	position: relative;
	z-index: 80;
}
.xinwen2-date::before{
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content:"";
	/*background-image: url(../images/lanhua.jpg);
	background-repeat: no-repeat;
	background-position:right center;
	-webkit-background-size: cover;
	background-size: cover;*/
	background-color: #ed2939;
	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: #ed2939;
	font-family: "Arial";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;
}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #ed2939;
	font-family: "Arial";
	line-height: 1;
	margin-top: 6px;
	z-index: 40;
	transition: .3s;
}
.xinwen2-div{
	width: 1245px;
	padding: 40px;
	position: relative;
}
.xinwen2-div::after{
	position: absolute;
	background-color: #ecf5f9;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	content:"";
	z-index: 40;
	transition: .3s;
}
.xinwen2-con{
	position: relative;
	z-index: 50;
}
.xinwen2-pic{
	width: 231px;
	margin-left: 30px;
}
.xinwen2-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.xinwen2-con-nei{
	overflow: hidden;
}
.xinwen2-con-nei h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}
.xinwen2-con-nei h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:20px 0 13px;
}
.xinwen2-con-nei h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.xinwen2-con-nei p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.xinwen2 li:hover .xinwen2-date h1,
.xinwen2 li:hover .xinwen2-date h2{color: #fff;}
.xinwen2 li:hover .xinwen2-date::before{
	width: 420px;
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}
.xinwen2 li:hover .linei{background-color:#ed2939; }
.xinwen2 li:hover .xinwen2-div::after{
	left: -126px;
	right: -330px;
}
.xinwen2 li:hover .xinwen2-con-nei h1,
.xinwen2 li:hover .xinwen2-con-nei p{color: #ed2939;}