/*清除默认样式*/
* {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
ol li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    vertical-align: top;
    border:none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.wrapper{
	width: 940px;
	margin: 0 auto;
}

.head{
	width: 100%;
	height: 70px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 44;
}
.head_top{
	height: 70px;
	position: relative;
	line-height: 70px;
	display: flex;
}
.head_top .logo{
	width: 129px;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 45;
}
.head_top .logo img{
	width: 100%;
	height: 100%;
}
.head_top .text{
	width: 184px;
	height: 20px;
	margin-left: 130px;
	margin-top: 25px;
}
.head_top .text img{
	width: 100%;
	height: 100%;
}
.nav{
	flex: 1;
}
.nav ul{
	display: flex;
}
.nav ul li{
	flex: 1;
	text-align: center;
}
.nav ul li:hover a{
	color: #000;
}
.nav ul li.active{
	font-weight: bold;
}
.nav ul li a{
	display: block;
	font-size: 14px;
	color: #333;
}
.language ul{
	margin-top: 26px;
	margin-left: 80px;
}
.language ul li{
	float: left;
	height: 17px;
	line-height: 17px;
	padding-right: 6px;
	border-right: 1px solid #e5e5e5;
	margin-left: 6px;
}
.language ul li a{
	display: block;	
	font-size: 12px;
	color: #333;
}
.language ul > li:last-child{
	padding-right: 0;
	border-right: none;
}
.aa{
	width: 100%;
	padding-top:70px;
	margin-top: -70px;
}
.banner{
	width: 100%;
}
.banner .swiper-wrapper{
	width: 100%;
	height: 700px;
}
.banner .swiper-slide img{
	width: 100%; 
	height: 100%;
}





.about_us{
	height: 380px;
	background: #f5f5f5;
	padding-bottom: 60px;
	position: relative;
}
.about_list{
	background: #f5f5f5;
	position: relative;
}

.about_us .about_cont{
	width: 594px;
	height: 346px;
	background: #fff;
	position: absolute;
	top: -118px;
	left: 0;
	z-index: 33;
	padding: 50px 40px;
	box-sizing: border-box;
}
.about_us .about_cont p.special{
	padding-top: 15px;
}
.about_us .about_cont h3{
	font-size: 22px;
	color: #DB0E0E;
	text-align: center;
	font-weight: normal;
	padding-bottom: 24px;
	position: relative;
}
.about_us .about_cont h3 i{
	display: block;
	width: 60px;
	height: 1px;
	background: #CFCFCF;
	position: absolute;
	left: 50%;
	bottom: 16px;
	margin-left: -30px;
}
.about_us .about_cont p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.about_us .group{
	width: 395px;
	height: 402px;
	background: url(../images/group.png);
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 59%;
	top: 4px;
	z-index: 33;
	padding-top: 124px;
	padding-left: 98px;
	padding-right: 98px;
	box-sizing: border-box;
	transition-duration: .5s;
}

.about_us .group.animated {
  top: -164px;
  animation-duration: .7s;
  transform-origin: center bottom;
  animation-name:group;
}
@keyframes group{
  0%,
  100%,
  20%,
  50%,
  80% {
  transition-timing-function: cubic-bezier(0.215,.61,.355,1); /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
  transform: translate3d(0,0,0); /*设置只在Z轴上移动*/
  }
  40%,
  43%{
  transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
  transform: translate3d(0,-30px,0);
  }
  70%{
  transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  transform: translate3d(0,-15px,0);
  }
  90%{
  transform: translate3d(0,-4px,0);
  }
}
.about_us .group h3{
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	margin-bottom: 8px;
}
.about_us .group i{
	display: block;
	width: 60px;
	height: 1px;
	background: #cfcfcf;
}
.about_us .group .chinese{
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 8px;
}
.about_us .group .en{
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 10px;
}
.service{
	width: 100%;
	padding-top: 50px;
	padding-bottom:35px;
}
.service h3{
	font-size: 22px;
	color: #D61E12;
	text-align: center;
	font-weight: normal;
}
.service i{
	display:block;
	width: 60px;
	height: 1px;
	background: #cfcfcf;
	margin: 8px auto 0;
}
.service ul {
	padding-top: 58px;
}
.service ul li{
	width: 250px;
	float: left;
	margin-left: 95px;
}
.service ul > li:first-child{
	margin-left: 0;
}
.service ul li img{
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.service ul li h4{
	font-size: 16px;
	color: #333;
	margin-top: 26px;
	font-weight: normal;
}
.service ul li p{
	font-size: 12px;
	color: #999;
	line-height: 18px;
	padding-top: 10px;
}
.team{
	width: 100%;
	background: #F7F9FC;
}
.team ul li{
	width: 290px;
	margin-left: 35px;
}
.team ul li img:hover{
	transform: scale(1.00);
	box-shadow: 0 0 40px #999;
	border-radius: 4px;
}
.team ul{
	padding-top: 40px;
}
.team ul li img{
	width: 290px;
	height: 330px;
	transition: all 0.6s;
}
.team ul li h4{
	margin-top: 14px;
}
.team ul li p{
	padding-bottom: 18px;
}
.team ul li span{
	display: block;
	width: 60px;
	height: 2px;
	background: #D61E12;
}
.location{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 60px;
	background: #F5F5F5;
}
.map{
	width: 813px;
	height: 500px;
	padding: 50px 50px 50px 212px;
	box-sizing: border-box;
	background: #fff;
	margin-left: 130px;
	box-shadow: 0 0 40px #cfcfcf;
}
.map_con{
	width: 100%;
	height: 100%;
}
.location .address{
	position: relative;
}
.location .address .details{
	width: 302px;
	height: 412px;
	background: url(../images/adress-bg.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 46px;
	left: 0;
	padding: 60px 20px;
	box-sizing: border-box;
}
.location .address .details h3{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-bottom: 6px;
}
.location .address .details i{
	display: block;
	width: 60px;
	height: 1px;
	background: #CFCFCF;
	margin: 0 auto;
}
.location .address .details div{
	width: 100%;
	font-size: 14px;
	color: #fff;	
	padding-left: 35px;
	box-sizing: border-box;
}
.location .address .details .adress_con{
	background: url(../images/address.png) no-repeat left;
	-webkit-background-size: 15px 18px;
	background-size: 15px 18px;
	margin-top: 36px;
}
.location .address .details .tel{
	background: url(../images/tel.png) no-repeat left;
	-webkit-background-size: 17px 19px;
	background-size: 17px 19px;
	margin-top: 28px;
}
.location .address .details .chuanzhen{
	background: url(../images/chuanzhen.png) no-repeat left;
	-webkit-background-size: 16px 15px;
	background-size: 16px 15px;
	margin-top: 50px;
}
.location .address .details .eamil{
	background: url(../images/eamil.png) no-repeat left;
	-webkit-background-size: 18px 14px;
	background-size: 18px 14px;
	margin-top: 42px;
}
.foot{
	width: 100%;
	height: 177px;
	background: #D61E12;
	padding-top: 50px;
	box-sizing: border-box;
}
.foot .number{
	width: 225px;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #D61E12;
	letter-spacing: 2px;
	border-radius: 3px;
	margin: 0 auto;
}
.foot p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}


.en-service h4{
	text-align: center;
}
.en-service ul li{
	width: 290px;
	margin-left: 35px;
}
.details p{
	font-size: 16px;
	color: #fff;
	padding-top: 15px;
}


.special-foot{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 22;
}
.article-content{
	width: 100%;
	padding-top: 70px;
}
.article-banner{
	width: 100%;
	height: 200px;
}
.article-banner img{
	width: 100%;
	height: 100%;
}
.article-list{
	padding-bottom: 20px;
}
.page-box{
	padding-bottom: 220px;
}
.page-box{
	text-align: center;
}
.page-box ul {
	width: 100%;
	text-align: center;
	vertical-align: top;
}
.page-box ul li{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: #F0F2F5;
	text-align: center;
	border-radius: 2px;
	margin-left: 20px;
	vertical-align: top;
}
.page-box ul > li:first-child{
	margin-left: 0;
}
.page-box ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #606266;
}
.page-box ul li.active{
	background: #D61E12;
	color: #fff;
}
.page-box ul li.active a{
	color: #fff;
}
.page-box ul li.prve{
	background-color: #F0F2F5;
	background-image: url(../images/prve.png);
	background-repeat: no-repeat;
	background-position: center;
}
.page-box ul li.next{
	background: url(../images/next.png) no-repeat center #F0F2F5;
}
.article-content .article-list ul{
	width: 100%;
}
.article-content .article-list ul li{
	margin-top: 30px;
}
.article-content .article-list ul li a{
	display: block;
	display: flex;
}
.article-content .article-list ul li .coverImg{
	width: 326px;
	height: 130px;
}
.article-content .article-list ul li .coverImg img{
	width: 100%;
	height: 100%;
}
.article-content .article-list ul li .desc{
	flex: 1;
	margin-left: 20px;
	padding: 20px 0;
	box-sizing: border-box;
}
.article-content .article-list ul li .desc h4{
	font-size: 22px;
	color: #303133;
	font-weight: normal;
}
.article-content .article-list ul li .desc .intro{
	display: flex;
	margin-top: 44px;
}
.article-content .article-list ul li .desc .intro div{
	font-size: 12px;
	color: #909399;
	padding-left: 18px;
	margin-right: 20px;
}
.article-content .article-list ul li .desc .intro div.manager{
	background: url(../images/pen.png) no-repeat left;
	-webkit-background-size: 12px;
	background-size: 12px;
}
.article-content .article-list ul li .desc .intro div.date{
	background: url(../images/date.png) no-repeat left;
	-webkit-background-size: 12px;
	background-size: 12px;
}
.article-content .article-list ul li .desc .intro div.channel{
	background: url(../images/label.png) no-repeat left;
	-webkit-background-size: 12px;
	background-size: 12px;
}
.article-content .article-list ul li .desc .intro div.star img{
	width: 12px;
	height: 12px;
	vertical-align: inherit;
}
.nodata{
	width: 100%;
	text-align: center;
	padding: 20px 0;
}