.inside_banner{
	height: 450px;
}
.inside_banner1{
	background: url(../images/inside_banner1.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner2{
	background: url(../images/inside_banner2.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner3{
	background: url(../images/inside_banner3.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner4{
	background: url(../images/inside_banner4.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner5{
	background: url(../images/inside_banner5.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner6{
	background: url(../images/inside_banner6.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner7{
	background: url(../images/inside_banner7.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner8{
	background: url(../images/inside_banner8.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner9{
	background: url(../images/inside_banner9.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner10{
	background: url(../images/inside_banner10.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner11{
	background: url(../images/inside_banner11.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner12{
	background: url(../images/inside_banner12.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner13{
	background: url(../images/inside_banner13.jpg) no-repeat center;
	background-size: cover;
}
.about .aboutUs>p{
	line-height: 24px;
}
.about .aboutUs>img{
	margin-top: 35px;
}
.about .aboutUs{
	padding-bottom: 100px;
}
.about .a_speech{
	background: url(../images/a_speech.jpg) no-repeat center;
	background-size: cover;
	padding: 75px 0 65px;
}
.about .a_speech .left{
	width: 630px;
	float: left;
}
.about .a_speech .img{
	float: right;
}
.about .a_speech .img img{
	width: 100%;
}
.about .a_speech .left .p1{
	font-size: 36px;
	color: #333;
	margin-bottom: 50px;
}
.about .a_speech .left .p2{
	color: #333;
	line-height: 22px;
}
.about .a_honor .contain{
	overflow: hidden;
}
.about .a_honor .slider {
  width: 100%;
}

.about .a_honor .slides {
  height: 100%;
  /* Simple clear fix */
  overflow: hidden;
  list-style: none;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.about .a_honor .slide {
  height: 100%;
  float: left;
  clear: none;
}
.about .a_honor .slide a{
  width: 100%;
  height: 100%;
  display: block;
}

.about .a_honor .slider-arrow {
  position: absolute;
  display: block;
  text-decoration: none;
  width: 44px;
  height: 44px;
  top: 50%;
  margin-top: -22px;
  text-indent: 999px;
  overflow: hidden;
  z-index: 2;
}

.about .a_honor .slider-arrow--right{
	background: url(../images/right_btn.png) no-repeat center;
	right: -0;
}
.about .a_honor .slider-arrow--left{
	left: -0;
	background: url(../images/left_btn.png) no-repeat center;
}
.about .a_honor .img{
	width: 378px;
	height: 268px;
	border: 1px solid #eeeeee;
	margin-right: 20px;
	margin-bottom: 24px;
	float: left;
	overflow: hidden;
	display: inline-block;
}
.about .a_honor img{
	width: 100%;
	height: 100%;
	transition:all 0.3s;
}
.about .a_honor .img:nth-of-type(3n){
	margin-right: 0;
}
.about .a_honor{
	padding-bottom: 30px;
}
.about .a_honor .img:hover img{
	transform: scale(1.2);
}
.about .culture{
	background: url(../images/culture.jpg) no-repeat center;
	height: 645px;
}
.about .culture .font>div{
	font-size: 16px;
	line-height: 36px;
	color: #333;
}
.about .owl-nav div{
	width: 44px;
	height: 44px;
	text-indent: 50px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -22px;
}
.about .owl-prev{
	left: -75px;
	background: url(../images/left_btn.png) no-repeat center;
}
.about .owl-next{
	right: -75px;
	background: url(../images/right_btn.png) no-repeat center;
}
.about .a_video{
	text-align: center;
	color: #333;
	padding-bottom: 65px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
}
.about .a_video .img{
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.about .a_video .img img{
	width: 380px;
	height: 335px;
	transition:all 0.3s;
}
.about .a_video .item:hover p{
	color: #e60012;
}
.about .a_video .img:after{
	content: '';
	position: absolute;
	width: 70px;
	height: 70px;
	background: url(../images/video.png) no-repeat center;
	background-size: cover;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.about .a_video .item:hover .img img{
	transform: scale(1.2);
}
.bread{
	padding-top: 35px;
}
.bread span,
.bread a{
	display: inline-block;
	vertical-align: middle;
	color: #999;
	font-size: 12px;
}
.pro_center .main li{
	width: 380px;
	float: left;
	margin-right: 20px;
	margin-top: 35px;
	font-size: 20px;
	text-align: center;
	color: #333;
}
.pro_center .main li:nth-of-type(3n){
	margin-right: 0;
}
.pro_center .img img{
	width: 100%;
	max-height: 100%;
	transition:all 0.2s;
}
.pro_center .main li:hover img{
	transform: scale(1.2);
}
.pro_center .img{
	margin-bottom: 15px;
	overflow: hidden;
}


.paging {
	 text-align:center;
	 padding: 65px 0 150px;
}
.paging li {
	 display:inline-block;
	 margin-right:5px;
	 border: 1px solid #e5e5e5;
}
.paging li p{
	font-size: 12px;
}
.paging li.style {
	 width:45px;
	 height:45px;
	 text-align:center;
	 line-height:45px;
	 color: #999;
}
.paging li.active,
.paging li.style:hover {
	 background: #df232e;
}
.paging li.style a {
	 color:#999;
	 font-size:16px;
}
.paging li.active a,
.paging li.style:hover a {
	 color:#fff;
}
.paging li.style1 {
	 width:80px;
	 height:45px;
	 text-align:center;
	 line-height:45px;
}
.paging li.active,
.paging li.style1:hover {
	 background: #df232e;
}
.paging li.active a,
.paging li.style1:hover a{
	 color: #fff;
}
.paging li.style1 a {
	 color:#999;
	 font-size:16px;
}
.paging li span{
	vertical-align: bottom;
	color: #333;
	font-size: 20px;
	display: inline-block;
}
.client .in_pro{
	padding-bottom: 1px;
	border-bottom: 1px solid #eee;
}
.service_tab{
	text-align: center;
	background: #eee;
}
.service_tab a{
	line-height: 66px;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.service_tab a:hover,
.service_tab a.active{
	color: #f33d4a;
	border-bottom: 1px solid #f33d4a;
}
.service_tab i{
	display: inline-block;
	vertical-align: middle;
	height: 42px;
	width: 1px;
	background: #bfbfbf;
	margin: 0 55px;
}
.service .main{
	padding: 120px 0;
	background: url(../images/sevice_bg.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}
.s_pc{
	display: inline-block;
	max-width: 100%;
}
.s_m{
	display: none;
	width: 100%;
}
.news .tab{

}
.news .tab{
	text-align: center;
	background: #eee;
}
.news .tab a{
	line-height: 66px;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.news .tab a:hover,
.news .tab a.active{
	color: #f33d4a;
	border-bottom: 1px solid #f33d4a;
}
.news .tab i{
	display: inline-block;
	vertical-align: middle;
	height: 42px;
	width: 1px;
	background: #bfbfbf;
	margin: 0 160px;
}
.news .main{
	margin-top: 70px;
}
.news .main li{
	float: left;
	width: 555px;
	margin-bottom: 70px;
	margin-right: 70px;
	position: relative;
}
.news .main li .font{
	width: 275px;
	float: right;
}
.news .main li:nth-of-type(2n){
	margin-right: 0;
}
.news .main .main li .font .p1{
	border-bottom: 1px solid #e5e5e5;
	line-height: 45px;
}
.news .main li .font .p1 span.fl{
	font-size: 20px;
	color: #333;
}
.news .main li .font .a1{
	font-size: 16px;
	color: #333;
	margin: 23px 0 13px;
}
.news .main li .font .p2{
	line-height: 24px;
}
.news .main li .font .btn{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 65px;
	height: 28px;
	border: 1px solid #e60012;
	background: url(../images/news_dot.png) no-repeat center;
}
.news .main li a.fl{
	overflow: hidden;
}
.news .main li a.fl img{
	transition:all 0.2s;
	width: 260px;
	height: 260px;
}
.news .main li:hover a.fl img{
	transform: scale(1.2);
}
.news .main li .font .a1:hover{
	color: #e60012;
}
.news_detail .pq{
	font-size: 25px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}
.news_detail .pw{
	font-size: 16px;
	color: #333;
	margin: 25px 0 35px;
	text-align: center;
}
.news_detail .main img{
	max-width: 100%;
}
.news_detail{
	padding-bottom: 130px;
}
.joinUs .left{
	width: 268px;

}
.joinUs .part1 .p1{
	background: #e60012;
	line-height: 60px;
	color: #fff;
}
.joinUs .part1 .p1 span{
	display: inline-block;
}
.joinUs .part1 .p1 .span1{
	vertical-align: middle;
	font-size: 22px;
	margin-left: 15px;
}
.joinUs .part1 .p1 .span2{
	vertical-align: -webkit-baseline-middle;
	font-size: 14px;
	margin-left: 3px;
}
.joinUs .part1 a{
	line-height: 48px;
	border: 1px solid #eee;
	text-indent: 10px;
	border-bottom: 0;
}
.joinUs .part1 a:hover,
.joinUs .part1 a.active{
	color: #e60012;
}
.joinUs .part2{
	margin-top: 20px;
}
.joinUs .part2 .p1{
	padding: 0 13px;
	background: #e60012;
	color: #fff;
	font-size: 22px;
	line-height: 60px;
}
.joinUs .part2 .p1 span{
	display: block;
	background: url(../images/join_dot.png) no-repeat right;
}
.joinUs .part2 img{
	border: 1px solid #eee;
}
.joinUs .right{
	width: 870px;
	float: right;
}
.joinUs .right .main{
	line-height: 30px;
	color: #999;
	font-size: 12px;
}
.joinUs .right .main span{
	font-weight: bold;
	color: #333;
	margin-top: 38px;
	display: block;
	font-size: 14px;
}
.joinUs .contain{
	margin-top: 50px;
}
.joinUs .right .p1{
	color: #e60012;
	font-size: 20px;
	line-height: 58px;
	height: 58px;
	margin-bottom: 40px;
	border-bottom: 2px solid #eee;
}
.joinUs .right .p1 span{
	border-bottom: 2px solid #e60012;
	display: inline-block;
}
.joinUs .right .p2{
	background: #eee;
	color: #333;
	line-height: 48px;
}
.joinUs .right .p2 span{
	float: left;
	width: 33%;
	text-indent: 8px;
}
.joinUs{
	padding-bottom: 40px;
}
.contact .part1 .left p{
	line-height: 36px;
	padding-left: 28px;
}
.contact .part1 .left .ico1{
	background:url(../images/contact1.png) no-repeat left;
}
.contact .part1 .left .ico2{
	background:url(../images/contact2.png) no-repeat left;
}
.contact .part1 .left .ico3{
	background:url(../images/contact3.png) no-repeat left;
}
.contact .part1 .left .ico4{
	background:url(../images/contact4.png) no-repeat left;
}
.contact .part1 .left .ico5{
	background:url(../images/contact5.png) no-repeat left;
}
.contact .part1 .left{
	width: 460px;
	font-size: 16px;
}
.contact .part1{
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}
#map1{
	width: 608px;
	height: 242px;
	float: right;
}
.contact .part2 input{
	width: 48.5%;
	border: 1px solid #e5e5e5;
	line-height: 58px;
	height: 58px;
	float: left;
	margin-right: 3%;
	text-indent: 13px;
	box-sizing:border-box;
	margin-bottom: 15px;
	color: #666;
}
.contact .part2 input:nth-of-type(2){
	margin-right: 0;
}
.contact .part2 textarea{
	width: 100%;
	border: 1px solid #e5e5e5;
	line-height: 20px;
	height: 290px;
	padding-top: 10px;
	color: #666;
	text-indent: 13px;
	box-sizing:border-box;
}
.contact .part2 .btn{
	width: 180px;
	line-height: 55px;
	background: #ff0000;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	margin: 40px auto 140px;
}
.power .part1 .img img{
	float: left;
	width: 380px;
	height: 260px;
	margin-right: 20px;
}
.power .part1 .img img:nth-of-type(3){
	margin-right: 0;
}
.power .part1 .main p{
	padding: 5px;
	/* text-align: center; */
	line-height: 30px;
}
.power .part2{
	background: #eee;
}
.power .part2 img{
	width: 220px;
	height: 388px;
}
.power .part2 .main li{
	margin-right: 20px;
	float: left;
	width: 220px;
	overflow: hidden;
	height: 388px;
	position: relative;
}
.power .part2 .main li:last-child{
	margin-right: 0;
}
.power .part2 .main li .end{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 65px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: rgba( 0,0,0,0.6 );
	transition:all 0.3s;
}
.power .part2 .main li:hover .end{
	bottom: -65px;
}
.power .part2 .main li .show{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background: rgba( 0,0,0,0.6 );
	transition:all 0.3s;
	color: #fff;
}
.power .part2 .main li .show>div{
	position: absolute;
	padding: 0 10px;
	left: 50%;
	top: 50%;
	box-sizing:border-box;
	width: 100%;
	transform: translate(-50%, -50%);
}
.power .part2 .main li .show .p1{
	font-size: 16px;
	margin-bottom: 35px;
	text-align: center;
}
.power .part2 .main li .show .p2{
	font-size: 12px;
	line-height: 20px;
}
.power .part2 .main li:hover .show{
	top: 0;
}
.power .part2{
	padding-bottom: 40px;
}












.tab i:last-child{
	display: none;
}

.qm{
    background: url(../images/qm.png);
    background-size: contain;
    width: 100px;
    height: 89px;
    position: absolute;
    bottom: -35px;
    left: 45%;
}

.a_speech em{display: block;text-align: right;}
