#newBridge #nbWebImLightContainer{
	z-index: 1000000000000000 !important
}



.case_nav{
	width: 100%;
	margin-top: 80px;
	line-height: 40px;padding: 80px 60px;
	box-sizing: border-box;
}
.case_nav p{
	
	float: left;
	padding: 0 30px 0 30px;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.case_nav p a{
	font-size: 14px;
	color: #999;
	display: block;
}

.case_nav p:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #cc0000;
    position: absolute;
    top:20px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.case_nav p:hover{
	padding: 0 0 0 58px ;
	
}
.case_nav p:hover:after{
	width: 56px;
}
.case_nav p:hover a{
	color: #cc0000;
}
.case_nav p.act{
	padding: 0 0 0 58px;
	
}
.case_nav p.act:after{
	width: 56px;
}
.case_nav p.act a{
	color: #cc0000;
}




.case_list{
	width: 100%;
}
.case_list ul li{
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
}
.case_list ul li:nth-of-type(3n){
	margin-right: 0;
}
.case_list ul li .top{
	width: 100%;
	position: relative;
}
.case_list ul li .top img{
	display: block;
	width: 100%;
}
.case_list ul li .top .box{
	width: 92%;
	height: 85%;
	position: absolute;
	left: 4%;
	top: 7.5%;
	border: 1px solid #fff;
	display: none;
	z-index: 100;
}
.case_list ul li .top .box h1{
	width: 100%;
	height: 80px;
	line-height: 80px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -40px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	overflow: hidden;
	background: url(../img/xian.jpg) center bottom no-repeat;
}
.case_list ul li .top:after{
	background: rgba(0,0,0,0.6);
	opacity: 0;
	    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.case_list ul li:hover .top:after{
	opacity: 1;
}

.case_list ul li:hover .top .box{
	display: block;
}
.case_list ul li .bottom{
	padding: 0 26px;
	box-sizing: border-box;
}
.case_list ul li .bottom h2{
	line-height: 108px;
	height: 108px;
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    position: relative;
}
.case_list ul li .bottom h2:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 1px;
	background: #cc0000;
	content: "";
	-webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.case_list ul li:hover .bottom h2:after{
	width: 80px;
}
.case_list ul li .bottom p{
	margin-top: 22px;
	line-height: 28px;
	height: 56px;
	display: -webkit-box;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    font-size: 14px;
    color: #999;
	
}
.case_list ul li .bottom a.more{
	width: 100%;
	line-height: 39px;
	margin-bottom: 32px;
	display: block;
	font-size: 14px;
	color: #999;
}
.case_list ul li:hover .bottom a.more{
	color: #CC0000;
}


.moreloading{
	    text-align: center;
    margin: 60px 0 40px;
    line-height: 40px;
    font-size: 14px;
    color: #cc0000;
    cursor: pointer;
}
.moreloading img{
	display: block;
	margin: 0 auto;
}
.moreloading img.loading {
	-webkit-transform: rotate(0deg) translateZ(0);
	-webkit-transition-duration: 0;
	-webkit-animation-name: loading;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg) translateZ(0);
	}
	to {
		-webkit-transform: rotate(360deg) translateZ(0);
	}
}



.case_xq{
	width: 100%;
	padding: 60px 120px;
	margin-top: 80px;
	box-sizing: border-box;
}

.case_xq .left{
	width:100%;
	float: none;
	
	box-sizing: border-box;
}
.case_xq .left img{
	width: 100%;
	display: block;
}



.pageBox {
	padding-bottom: 30px;
	line-height: 36px
}

.pagerBox {
	position: relative;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	border-right: none;
	border-left: none
}

.pagerNext,
.pagerPrev {
	position: relative;
	overflow: hidden;
	width: 50%;
	line-height: 70px;
		height: 70px;
	overflow: hidden;
}

.pagerPrev {
	float: left;
	padding-right: 40px;
	padding-left: 60px;
		box-sizing: border-box;
}

.pagerNext {
	float: right;
	padding-right: 60px;
	padding-left: 40px;
	text-align: right;
	box-sizing: border-box;
}

.pagerTit {
	position: absolute;
	top: 1px;
	color: #777;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 73px;

}

.pagerPrev .pagerTit {
	left: 0
}

.pagerNext .pagerTit {
	right: 0
}

.pagerNext a,
.pagerPrev a {
	display: inline-block;
	max-width: 100%;
	color: #777;
	vertical-align: middle
}

.pagerNext a:hover,
.pagerPrev a:hover {
	color: #cf1610
}

.pagerList {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	display: block;
	margin-left: -36px;
	padding: 30px 0 0;
	width: 72px;
	height: 100%;
	border: 1px solid #dbdbdb;
	border-top: none;
	border-bottom: none;
	transition: all .5s ease 0s
}

.pagerList span {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 2px;
	background: #aaa;
	transition: all .5s ease 0s
}

.pagerList span:first-child+span {
	margin: 3px auto
}

.pagerList:hover {
	background: #cf1610
}

.pagerList:hover span {
	background: #FFF
}

.pagerList:hover span:first-child+span {
	width: 30px
}
.pageBox .container {
    width: 1230px;
    margin:0 auto;
}




.hotNews {
	overflow: hidden;
	padding: 0 3% 10px
}

.hotNewsTit {
	overflow: hidden;
	padding-bottom: 16px;
	padding-right: 12px;
	padding-left: 12px;
	box-sizing: border-box;
}

.hotNewsH2 {
	float: left;
	color: #333;
	font-size: 26px;
	line-height: 26px
}

.hotNewsMore {
	float: right;
	padding-right: 20px;
	background: url(../img/hotNews.png) right center no-repeat;
	color: #666;
	font-size: 16px;
	line-height: 26px;
	transition: all .6s ease 0s
}

.hotNewsMore:hover {
	color: #da0502
}
.imgBg{
	width: 100%;
	overflow: hidden;
}
.img-responsive{
	display: block;
	width: 100%;
	transition: .8s all
}
.hotNewsList li:hover img{
	transform: scale(1.2);
}
.hotNewsList li {
	padding: 10px;
	width: 25%;
	float: left;box-sizing: border-box;
}

.hotNewsList li a {
	display: block;
	height: 100%;
	color: #999;
	font-size: 12px;
	line-height: 22px
}

.hotNewsImg {
	position: relative;
	overflow: hidden
}

.hotNewsImg img {
	transition: all .8s ease 0s;
	display: block;
	width: 100%
}
.hotNewsBrief {
	overflow: hidden;
	margin: 10px 0;
	height: 44px
}

.caseBrief{
	height: 50px;
	line-height:50px;
	text-align: center;
	font-size: 16px;
	color: #333
}
.hotNewsList li:hover .caseBrief{
	color: #cc0000
}
























.case_xq  .right{
	width:100%;
	float: none;
	box-sizing: border-box;
}
.case_xq  .right .title{
	width: 100%;
	height: 90px;
	line-height: 90px;
	padding-right: 222px;
	box-sizing: border-box;
	position: relative;

	font-size: 34px;
	color: #666;
	
}
.case_xq  .right .title h1{
	overflow: hidden;
	height: 90px;
}

.case_xq  .right .title .three_button{
	position: absolute;
	right: 0;
	top: 0;
	width: 222px;
	height: 90px;
	line-height: 76px;
}
.case_xq  .right .title .three_button a{
	width: 67px;
	height: 41px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	padding: 0;
	
	border-radius: 10px;
}
.case_xq .right .title .three_button a:hover{
	border-color: #cc0000;
	color:  #cc0000
}
.case_xq  .right .title .three_button a:nth-of-type(3n){margin-right: 0;}

.case_xq  .right .box{
	width: 100%;
	padding-bottom: 25px;
	box-sizing: border-box;
}
.case_xq  .right .box h2{
	width: 100%;
	line-height: 66px;
	height: 66px;
	display: -webkit-box;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    font-size: 18px;
    color: #333;
}
.case_xq  .right .box p{
	width: 100%;
	line-height: 28px;
	
    font-size: 14px;
    color: #666;
}
.case_xq  .right .fxd{
	width: 100%;
	padding-right: 40px;
	height: 80px;
	line-height: 80px;
	box-sizing: border-box;
	
}



.news{
	width: 100%;
	padding: 0 60px;
	box-sizing: border-box;
}
.news .news_top{
	width: 100%;
	padding-bottom: 56px;
	box-sizing: border-box;
}
.news .news_top .left{
	width: 50%;
	float: left;
	height: 266px;
	background: #cc0000;
}
.news .news_top .left .zuo{
	width: 50%;
	float: left;
	height: 266px;
}
.news .news_top .left .zuo .img{
	height: 266px;
}
.news .news_top .left .you{
	width: 50%;
	float: left;
	height: 266px;
	padding: 0 35px;
	box-sizing: border-box;
}
.news .news_top .left .you h1{
	line-height: 46px;
	height: 46px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
}
.news .news_top .left .you span{
	width: 78px;
	height: 34px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	position: relative;
	display: block;
}
.news .news_top .left .you span:after{
	content: "";
	position: absolute;
	width: 26px;
	height: 1px;
	bottom: -1px;
	left: 0;
	background: #000;
	transition: .5s all;
}
.news .news_top .left .you:hover span:after{
	width: 78px;
}
.news .news_top .left .you p{
	line-height: 28px;
	margin-top: 17px;
	height: 84px;
	display: -webkit-box;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    font-size: 14px;
    color: #fff;
}
.news .news_top .left .you .ldqw{
	color: #fff;
	font-size: 14px;
	display: block;
	margin-top: 50px;
}
.news .news_top .right{
	width: 50%;
	float: left;
	height: 266px;
	background: #f2f2f2;
}
.news .news_top .right .zuo{
	width: 50%;
	float: left;
	height: 266px;
}
.news .news_top .right .zuo .img{
	height: 266px;
}
.news .news_top .right .you{
	width: 50%;
	float: left;
	height: 266px;
	padding: 0 35px;
	box-sizing: border-box;
}
.news .news_top .right .you h1{
	line-height: 46px;
	height: 46px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
}
.news .news_top .right .you span{
	width: 78px;
	height: 34px;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	position: relative;
	display: block;
}
.news .news_top .right .you span:after{
	content: "";
	position: absolute;
	width: 26px;
	height: 1px;
	bottom: -1px;
	left: 0;
	background: #CC0000;
	transition: .5s all;
}
.news .news_top .right .you:hover span:after{
	width: 78px;
}
.news .news_top .right .you p{
	line-height: 28px;
	margin-top: 17px;
	height: 84px;
	display: -webkit-box;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    font-size: 14px;
    color: #333;
}
.news .news_top .right .you .ldqw{
	color: #333;
	font-size: 14px;
	display: block;
	margin-top: 50px;
}




.news .news_bottom{
	width: 100%;
}
.news .news_bottom ul li{
	padding: 34px 0;
	padding-right: 35px;
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
	width: 50%;
	float: left;
	
}

.news .news_bottom ul li:nth-of-type(2n){
	padding-right: 0px;
	padding-left: 35px;
}
.news .news_bottom ul li .title{
	width: 100%;
	height: 62px;
	line-height: 62px;

	position: relative;
}
.news .news_bottom ul li .title h1{
	max-width: 65%;
	min-width: auto;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	float: left;
	height: 62px;
	line-height: 62px;
	overflow: hidden;
}
.news .news_bottom ul li .title span{
	font-size: 14px;
	color: #333;
	margin-left: 20px;
}
.news .news_bottom ul li .title:after{
	content: "";
	width: 75px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0px;
	background: #dcdcdc;
}
.news .news_bottom ul li .title:before{
	content: "";
	width: 26px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0px;
	background: #CC0000;
	z-index: 100;
	transition: .5s all;
}
.news .news_bottom ul li:hover .title:before{
	width: 75px;
}
.news .news_bottom ul li p{
	line-height: 28px;
	margin-top: 17px;
	height: 56px;
	display: -webkit-box;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    font-size: 14px;
    color: #333;
}
.news .news_bottom ul li .more{
	font-size: 14px;
    color: #333;
    margin-top: 20px;
    display: block;
    line-height: 19px;
}
.news .news_bottom ul li:hover .more{
	color: #CC0000;
}

.news_xq{
	width: 100%;
	padding: 0 60px;
	box-sizing: border-box;
}
.news_xq .left{
	width: 70%;
	float: left;
}
.news_xq .left .title{
	width: 100%;
}
.news_xq .left .title h1{
	height: 34px;
	line-height: 34px;
	width: 100%;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	overflow: hidden;
}
.news_xq .left .title p{
	font-size: 14px;
	color: #999;
	line-height: 80px;
	height: 80px;
	overflow: hidden;
}
.news_xq .left .content{
	border: 1px solid #959595;
	border-right: 0;
	border-left: 0;
	padding: 30px 0;
	box-sizing: border-box;
	
	
}

.news_xq .left .content p{
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.news_xq .left .content img{
	max-width: 100%;
	min-width: auto;
	margin: 20px 0;
}

.news_xq .left .fenxiang{
	line-height: 82px;
	height: 82px;
	
}
.news_xq .left .fenxiang a{
	line-height: 82px;
	background-image: none !important;
	padding-left: 0 !important;
	font-size: 16px  !important;
	color: #333 !important;
}

.news_xq .fanye{
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
}
.news_xq .fanye a{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}

.news_xq  .right{
	float: right;
	width: 30%;
	padding-left: 60px;
	box-sizing: border-box;
}
.news_xq  .right .fanhui{
	width: 100%;
	height: 72px;
	line-height: 72px;
	border: 1px dashed #f4f4f4;
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;font-size: 18px;
	color: #CC0000;
	margin-top: 114px;
}
.news_xq  .right .fanhui a{
	font-size: 18px;
	color: #CC0000;
}
.news_xq  .right .fanhui img{
	margin-right: 20px;
	vertical-align: middle;
}

.news_xq  .right .rm_click{
	width: 100%;
	background: #f2f2f2;
	padding: 24px;
	box-sizing: border-box;
	margin-top: 35px;
	position: relative;
}
.news_xq  .right .rm_click .bt{
	line-height: 38px;
	font-size: 18px;
	color: #333;
}
.news_xq  .right .rm_click:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 55px;
	width: 4px;
	content: "";
	background: #CC0000;
}
.news_xq  .right .rm_click ul{
	padding: 24px 0 0;
	box-sizing: border-box;
}
.news_xq  .right .rm_click ul li{
	width: 50%;
	float: left;
	line-height: 40px;
}
.news_xq  .right .rm_click ul li a{
	font-size: 14px;
	color: #333;
}
.news_xq  .right .rm_click ul li img{
	float: left;
	margin: 10px 15px 0 0;
}


.news_xq  .right .rm_click ol{
	width: 100%;
	padding-top: 24px;
}

.news_xq  .right .rm_click ol li{
	width: 100%
}

.news_xq  .right .rm_click ol li img{
	display: block;
	width: 100%
}
.news_xq  .right .rm_click ol li p{
	padding: 0px 0;
	color: #666;
    font-size: 15px;
    line-height: 42px;
    padding-right:100px;
    box-sizing:border-box;
    position: relative;
    margin-bottom:10px;
    height: 42px;
    overflow: hidden;
}

.news_xq  .right .rm_click ol li p span{
	position: absolute;
	right: 0;
	top: 0px;
	color: #666;
    font-size: 15px;
    line-height: 42px;
    display: block;
    width: 100px;
    height: 42px;
    text-align: right;
}







.contact{
	width: 100%;
}

.contact .contact_top{
	width: 100%;
	height: 827px;
	background: url(../img/contact.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
.contact .contact_top .contact_po{
	width: 1320px;
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -660px;
}
.contact .contact_top .contact_po .left{
	width: 275px;
	float: left;
}
.contact .contact_top .contact_po .right{
	width: 1045px;
	float: right;
	padding-left: 70px;
	box-sizing: border-box;
}
.contact .contact_top .contact_po .right p{
	font-size: 45px;
	color: #fff;
	margin-top: 50px;
	line-height: 62px;
	font-family: renzhen;
	position: relative;

}
.contact .contact_top .contact_po .right p span{
	position: absolute;
	left: -100px;
	top: -14px;
	font-size: 112px;
	color: #cc0000;
}
.contact .contact_top .contact_po .right ul{
	width: 100%;
	margin-top: 70px;
}
.contact .contact_top .contact_po .right ul li{
	width: 25%;
	float: left;
	line-height: 40px;
	font-size: 40px;
	color: #fff;
	font-family: contact;
}
.contact .contact_top .contact_po .right ul li img{
	display: block;
	width: 40px;
	float: left;
}
.contact .contact_top .contact_po .right ul li div{
	float: left;
	margin-left: 20px;
}
.contact .contact_top .contact_po .right ul li p{
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	font-family: "微软雅黑";
	margin-top: 0;

}
.contact .contact_bottom{
	width: 100%;
	padding: 0 180px;
	box-sizing: border-box;
	margin-top: -105px;
	position: relative;
	z-index: 100;
}
.contact .contact_bottom #allmap  {
	width: 100%;
	height: 450px;

}
.contact .contact_bottom #allmap img{
	display: block;
	width: 100%;
}
.contact .contact_bottom .box{
	width: 100%;
	padding-bottom: 18px;
	box-sizing: border-box;
}
.contact .contact_bottom .box img{
	display: block;
	width: 62px;
	margin: 60px auto 30px;
}
.contact .contact_bottom .box h2{
	line-height: 40px;
	color: #333;
	font-size: 30px;
	text-align: center;
}
.contact .contact_bottom .box p{
	line-height: 30px;
	color: #333;
	font-size: 18px;
	text-align: center;
}

.contact .contact_bottom .box h1{
	line-height: 130px;
	color: #CC0000;
	font-size: 58px;
	text-align: center;
}






.map-box{
	position: fixed;
	left: 0;
    top: 0;
        margin: 0;
    padding: 0;
    border: 0 none;

	z-index: 10000;
    opacity: 0;
    filter: alpha(opacity=0);
    
    overflow: hidden;
    z-index: 100;
    width: 100%;
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
}
.map-box.open{
	display: none;
	bottom: 0;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.map-box iframe{
	width: 100%;
	position: relative;
	z-index: 10000;
	    margin: 0;
    padding: 0;
    border: 0 none;
}

.map-box .close {
	width: 40px;
    height: 40px;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;

	background: url('../img/hello-close.png') no-repeat center center #0C68B3;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 90000;
	cursor: pointer;
}





















.recruit_one{
	width: 100%;
	position: relative;
}
.recruit_one img{
	display: block;
	max-width: 100%;
	min-width: auto;
}
.recruit_one .box{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.recruit_one .box h1{
	font-size: 42px;
	color: #fff;
	margin-bottom: 50px;
}

.recruit_one .box p{
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	
} 

.recruit_one .box a{
	width: 206px;
	height: 46px;
	border: 1px solid #fff;
	display: block;
	margin: 100px auto 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
}

.recruit_one .box img{
	margin: 0 auto;
}


.recruit_two{
	width: 100%;
}
.recruit_two .left{
	width: 50%;
	height: 428px;
	margin-bottom: 110px;
	box-sizing: border-box;
	background: url(../img/recruit2.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
.recruit_two .left .zyfz{
	width: 590px;
	height: 210px;
	position: absolute;
	right: 0;
	bottom: -60px;
	background: #f5f5f5;
	padding-top: 60px;
	box-sizing: border-box;
}
.recruit_two .left .zyfz .zuo{
	width: 230px;
	float: left;
	padding: 0 30px;
	border-right: 1px solid #959595;
	box-sizing: border-box;
}
.recruit_two .left .zyfz .zuo h1{
	font-size: 20px;
	color: #333;
}

.recruit_two .left .zyfz .zuo p{
	font-size: 14px;
	color: #333;
	line-height: 28px;
}
.recruit_two .left .zyfz .zuo span{
	display: block;
	width: 28px;
	height: 1px;
	background: #959595;
	margin-top: 25px;
}


.recruit_two .left .zyfz .you{
	width: 360px;
	float: right;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	line-height: 28px;
	
}

.recruit_two .right{
	width: 50%;
	padding: 0 15% 0 80px;
	box-sizing: border-box;
}
.recruit_two .right .title{
	padding: 35px 0 30px;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.recruit_two .right .title h1{
	font-size: 24px;
	color: #333;
}
.recruit_two .right .title p{
	font-size: 16px;
	color: #333;line-height: 24px;
}
.recruit_two .right .box{
	padding: 25px 0;
	box-sizing: border-box;
	
}
.recruit_two .right .box h2{
	font-size: 18px;
	color: #333;
	line-height: 28px;
}
.recruit_two .right .box h2:nth-of-type(2){
	margin-bottom: 20px;
}
.recruit_two .right .box p{
	font-size: 14px;
	color: #333;
	line-height: 28px;
}

.recruit_three{
	width: 100%;
	height: 500px;
	background: url(../img/recruit3.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
}

.recruit_three h1{
	font-size: 42px;
	color: #fff;
	line-height: 210px;
}
.recruit_three p{
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}
.recruit_three a{
	width: 206px;
    height: 46px;
    border: 1px solid #fff;
    display: block;
    margin: 100px auto 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}



.recruit_four{
	width: 1556px;
	margin: 0 auto;
	padding: 120px 0;
	box-sizing: border-box;
}
.recruit_four .left{
	width: 60%;
	float: left;
	padding-right: 60px;

	height:333px;
	overflow-y: scroll;
	box-sizing: border-box;
}


.recruit_four .left::-webkit-scrollbar 
{ 
    width: 4px; 
    height: 298px; 
    background-color: #000; 
} 
   
/*定义滚动条轨道 内阴影+圆角*/ 
.recruit_four .left::-webkit-scrollbar-track 
{ 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1); 
    border-radius: 10px; 
    background-color: #000; 
} 
   
/*定义滑块 内阴影+圆角*/ 
.recruit_four .left::-webkit-scrollbar-thumb 
{ 
    border-radius: 10px; 
    -webkit-box-shadow: inset 0 0 6px #CC0000; 
    background-color: #CC0000; 
}

.recruit_four .left .box1{
	width: 100%;
	
}

.recruit_four .left .box1 .boxx{
	width: 100%;
	line-height: 20px;
	border-bottom: 1px solid #d2d2d2;
	padding-top: 35px;
	padding-bottom: 35px;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
}
.recruit_four .left .box1:nth-of-type(1) .boxx{
	padding-top: 0;
}
.recruit_four .left .box1 .boxx div:nth-of-type(1){
	width: 40%;
}
.recruit_four .left .box1 .boxx div{
	width: 20%;
	float: left;
}
.recruit_four .left .box1 .boxx div img{
	float: right;
}
.recruit_four .left .box1 .yaoqiu {
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	padding: 30px;
	box-sizing: border-box;
	display: none;
}

.recruit_four .left .box1 .yaoqiu.act {
	display: block;
}

.recruit_four .right{
	width: 40%;
	float: right;
	text-align: right;
}
.recruit_four .right h2{
	font-size: 24px;
	color: #333;
}
.recruit_four .right h1{
	font-size: 38px;
	color: #333;
	line-height: 66px;
	margin-bottom: 12px;
}
.recruit_four .right img{
	display: block;
	float: right;
	width: 389px;
	height: 234px;
}


.about_one{
	width: 100%;
	height: 748px;
}
.about_one .about_right {
	width: 1556px;
	margin:  0 auto;
}
.about_one .about_right .left{
	width:70%;
	position: absolute;
	left: -600px;
	top: 100px
}
.about_one .about_right .left img{width: 100%;display: block;}

.about_one .box{
	margin-top: 160px;
	width: 778px;
	padding: 0 30px;
	box-sizing: border-box;
	float: right;
	color: #fff;
	position: relative;
}
.about_one .box h1{
	line-height: 110px;
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}
.about_one .box p{
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin-top: 20px;
}
.about_one .box  ul{
	margin-top: 60px;
}
.about_one .box  ul li{
	width: 25%;
	float: left;

	box-sizing: border-box;

}
.about_one .box  ul li:last-child{
	border: 0;
}
.about_one .box  ul li div{
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
}
.about_one .box  ul li p{
	line-height: 30px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		margin-top: 0;
}
.about_one .box  ul li div span{
	font-size: 34px;
}

.about_two{
	width: 100%;
	height: 812px;
}
.about_two .about_two_nr{
	width: 1556px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.about_two .about_two_nr .left{
	width: 60%;
	position: absolute;
	left: 0;
	top: 50px;
	height: 700px
}
.about_two .about_two_nr .left img{
	max-width: 100%;
	min-width: auto;
	display: block;
}
.about_two .about_two_nr .right{
	width: 778px;
	position: absolute;
	right: 0;
	top: 90px;
	padding: 30px;
	background: #CC0000;
	box-sizing: border-box;
}
.about_two .about_two_nr .right .box{
	width: 100%;
}
.about_two .about_two_nr .right .box h1{
	line-height: 110px;
	font-size: 24px;
	color: #fff;
}
.about_two .about_two_nr .right .box p{
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}

.about_two .about_two_nr .right ul{
	width: 80%;
	float: left;
	margin-top: 14px;
}

.about_two .about_two_nr .right ul li{
	width: 45%;
	float: left;
	margin-bottom: 30px;
	cursor: pointer;
}
.about_two .about_two_nr .right ul li:nth-of-type(2n){
	float: right;
}

.about_two .about_two_nr .right ul li div{
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
}
.about_two .about_two_nr .right ul li i{
	display: block;
	width: 40px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #000;
	transition: all 1s; 
}
.about_two .about_two_nr .right ul li:hover i{
	width: 100%;
}
.about_two .about_two_nr .right ul li div img{
	margin-right: 20px;

	vertical-align: middle;
}
.about_two .about_two_nr .right ul li p{
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	height: 24px;
	overflow: hidden;
}

.about_three{
	width: 100%;

	background: #CC0000;
}
.about_three h1{
	line-height: 220px;
	text-align: center;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
}
.about_three ul{
	width: 1556px;
	margin: 0 auto;
	padding-bottom: 38px;
	box-sizing: border-box;
}
.about_three ul li {
	width: 13%;
	float: left;
}
.about_three ul li:last-child{
	width: 8%
}

.about_three ul li .left {
	width: 70%;
	float: left;
}

.about_three ul li .right {
	width: 30%;
	float: left;
}
.about_three ul li .img{
	width: 112px;
	height: 112px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.about_three ul li img {
	display: block;
	margin: 0 auto;
}

.about_three ul li .left img {
	width: 45px;
	margin-top: 34px;
}

.about_three ul li .right img {
	margin-top: 40px;
	float: left;
}

.about_three ul li p {
	width: 112px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 100px;
}
.about_four{
	width: 100%;
	height: 589px;
}
.about_four h1{
	line-height: 220px;
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
}
.about_four .about_four_nr{
	width: 1556px;
	margin: 0 auto;
}
.about_four .about_four_nr .swiper-slide{
	
	padding: 0 20px;
	box-sizing: border-box;
}
.about_four .about_four_nr .swiper-slide a{
	display: block;
	margin: 0 0 20px 0

}
.about_four .about_four_nr .swiper-slide img{
	width: 100%;
	display: block
}
.about_four .about_four_nr .swiper-slide .p1{
	display: block;
}
.about_four .about_four_nr .swiper-slide .p1_1{
	display: none;
}
.about_four .about_four_nr .swiper-slide:hover .p1_1{
	display: none;
}
.about_four .about_four_nr .swiper-slide:hover .p1{
	display: block;
}
.about_four .about_four_nr .swiper-container{
	padding-bottom: 80px;
}



.about_four .about_four_nr .swiper-container .swiper-pagination-bullet{
	width: 2px;
	height: 18px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
}
.about_four .about_four_nr .swiper-container .swiper-pagination-bullet-active{
	width: 2px;
	height: 27px;
	background: #CC0000;
}
.kx{
	width: 100%;
	height: 80px;
}
.serve{
	width: 100%;
}
.serve ul li{
	position: relative;
}
.serve ul li .left{
	width: 50%;
	float: left;
	overflow: hidden;
}
.serve ul li .left img{
	display: block;
	width: 100%;
	transition: 1s all;
}
.serve ul li .left:hover img{
	transform: scale(1.2);
}
.serve ul li .right{
	width: 50%;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	background: #CC0000;
	height: 100%;
}

.serve ul li .right .box{
	position: absolute;
	left: 50%;
	top: 50%;

}
.serve ul li .right .box h1{
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 30px;
}
.serve ul li .right .box p{
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.serve ul li .right .box .a{
	width: 303px;
	margin-top: 40px;
	
}
.serve ul li .right .box .a p{
	width: 143px;
	height: 31px;
	  box-shadow: inset 0 0 0 1px #fff;
	text-align: center;
	line-height: 28px;
	position: relative;
	float: left;
	margin-bottom:10px;

}
.serve ul li .right .box .a p:nth-of-type(2n){
	float: right;
}
.serve ul li .right .box .a p a{
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 100;
	    display: block;
    line-height: 30px;
}


.serve ul li .right .box .a p::before, .serve ul li .right .box .a p::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.serve ul li .right .box .a p {
  -webkit-transition: color 0.25s;
          transition: color 0.25s;
}
.serve ul li .right .box .a p::before, .serve ul li .right .box .a p::after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.serve ul li .right .box .a p::before {
  top: 0;
  left: 0;
}
.serve ul li .right .box .a p::after {
  bottom: 0;
  right: 0;
}

.serve ul li .right .box .a p:hover a{
  color: #181818;
}
.serve ul li .right .box .a p:hover::before, .serve ul li .right .box .a p:hover::after {
  width: 100%;
  height: 100%;
}
.serve ul li .right .box .a p:hover::before {
  border-top-color: #181818;
  border-right-color: #181818;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.serve ul li .right .box .a p:hover::after {
  border-bottom-color: #181818;
  border-left-color: #181818;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}


.serve ul li:nth-of-type(2n) .right .box .a p:hover a{
  color: #cc0000;
}
.serve ul li:nth-of-type(2n) .right .box .a p:hover::before {
  border-top-color: #cc0000;
  border-right-color: #cc0000;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.serve ul li:nth-of-type(2n) .right .box .a p:hover::after {
  border-bottom-color: #cc0000;
  border-left-color: #cc0000;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}











.serve ul li .right .box .more{
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 28px;
	margin-top: 40px;
}
.serve ul li .right .box .more:hover{
	color: #ccc;
}
.serve ul li:nth-of-type(2n) .left{
	width: 50%;
	float: right;
}
.serve ul li .left img{
	display: block;
	width: 100%;
}
.serve ul li:nth-of-type(2n) .right{
	width: 50%;
	float: right;
	position: absolute;
	left: 0;
	top: 0;
	background: #181818;
	height: 100%;
}
.serve ul li .yuan{
	width: 132px;
	height: 132px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.serve ul li .yuan:after{
	width: 132px;
	height: 132px;
	position: absolute;
	left: -2px;
	top: -2px;
	content: '';
	border-radius: 50%;
	
	box-sizing: border-box;
	  animation: start_right 2s linear infinite;
}


.serve ul li:nth-of-type(2n) .yuan:after{
	width: 132px;
	height: 132px;
	position: absolute;
	left: -2px;
	top: -2px;
	content: '';
	border-radius: 50%;
	
	box-sizing: border-box;
	  animation: start_left 2s linear infinite;
}


@keyframes start_right {
  0% {
    border-top: 2px solid #181818;
    transform: rotate(0deg);
  }
  100% {
    border-top: 2px solid #181818;
    transform: rotate(360deg);
  }
 
}
@keyframes start_left {
  0% {
    border-top: 2px solid #cc0000;
    transform: rotate(0deg);
  }
  100% {
    border-top: 2px solid #cc0000;
    transform: rotate(360deg);
  }
 
}
.serve ul li .yuan img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.serve_top{
	width: 100%;
	height: 700px;
	background: #CC0000;
	margin-bottom: 130px;
	position: relative;
}
.serve_top .title{
	width: 100%;
}
.serve_top .title h1{
	line-height: 220px;
	color: #fff;
	text-align: center;
	font-size: 42px;
	color: #fff;
}
.serve_top .title p{
	line-height: 28px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.serve_top .commer_c01_bg.commer_ani{
  -webkit-animation: animateOne linear 2s;
  -ms-animation: animateOne linear 2s;
  animation: animateOne linear 2s;
}
.serve_top .commer_c01_bg {
    padding-bottom: 28.5%;
    bottom: -32px;
}

.serve_top .commer_c01_bg {
    position: absolute;
    z-index: 2;
    height: 0;
    padding-bottom: 332px;
    width: 100%;
    bottom: 0;
    right: 0px;
    clip: rect(0px, 1920px, 332px, 0px);
    background-size: cover!important;
    }
@-webkit-keyframes animateOne {
  0% {
      clip: rect(0px, 0px, 332px, 0px);
  }

  100% {
      clip: rect(0px, 1920px, 332px, 0px);
  }
}
@keyframes animateOne {
  0% {
      clip: rect(0px, 0px, 332px, 0px);
  }

  100% {
      clip: rect(0px, 1920px, 332px, 0px);
  }
}

.serve_top .seo{
	width: 1010px;
	height: 300px;
	position: absolute;
	left: 50%;
	bottom:-48px;
	margin-left: -505px;
	z-index: 100;
}
.serve_top .seo ul li{
	width: 25%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.serve_top .seo ul li img{
	display: block;
	width: 100%;
}

.serve_one{
	width: 100%;
	position: relative;
	height: 598px;
}
.serve_one .left{
	width: 51%;
	
	height: 598px;
	background: url(../img/serve_1.jpg) center no-repeat ;
	background-size: cover;
	position: absolute;
	left: 0;
	top:0
}
.serve_one .left .box{
	width: 100%;
	background: #CC0000;
	position: relative;
	padding: 30px 300px 30px 180px;
	box-sizing: border-box;
}
.serve_one .left .box .zuo{
	font-size: 18px;
	color: #fff;
	line-height: 55px;
}
.serve_one .left .box .zuo p{height: 55px;
overflow:hidden}
.serve_one .left .box .you{
	position: absolute;
	right: 80px;
	top: 30px;
	width: 200px;
}
.serve_one .left .box .you img{
	width: 100%;
	display: block;
}


.serve_one .right{
	width: 51%;
	
	height: 598px;
	
	background-size: cover;
	position: absolute;
	right: 0;
	top:0
}
.serve_one .right .box{
	width: 100%;
	background: #181818;
	position: relative;
	padding: 30px 300px 30px 145px;
	box-sizing: border-box;
}
.serve_one .right  h1{
	line-height: 208px;
	height: 208px;
	overflow: hidden;
	font-size: 62px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.serve_one .right  h1 span{
	color: #CC0000;
}
.serve_one .right .box .zuo{
	font-size: 18px;
	color: #fff;
	line-height: 55px;
}
.serve_one .right .box .zuo p{height: 55px;
overflow:hidden}
.serve_one .right .box .you{
	position: absolute;
	right: 80px;
	top: 30px;
	width: 200px;
}
.serve_one .right .box .you img{
	width: 100%;
	display: block;
}


.serve_two{
	width: 100%;
}
.serve_two .top{
	width: 100%;
	padding-top: 40px;
	box-sizing: border-box;
}
.serve_two .top h1{
	line-height: 160px;
	color: #000;
	font-size: 43px;
	text-align: center;
}
.serve_two .top p{
	line-height: 28px;
	color: #333;
	font-size: 18px;
	text-align: center;
}
.serve_two .bottom{
	width: 100%;
	height: 300px;
}


.serve3_two{
	width: 100%;
	background: #181818;
}

.serve3_two .top{
	width: 100%;
	padding-top: 40px;
	box-sizing: border-box;
}
.serve3_two .top h1{
	line-height: 160px;
	color: #fff;
	font-size: 43px;
	text-align: center;
}
.serve3_two .top p{
	line-height: 28px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.serve3_two .bottom{
	width: 1360px;
	
	margin: 90px auto;
}
.serve3_two .bottom ul li{
	width: 16.9992%;
	float: left;
	position: relative;
	padding: 60px 0 60px 0;
	box-sizing: border-box;
}
.serve3_two .bottom ul li:last-child{
	width: 15%;
}
.serve3_two .bottom ul li span{
	font-size: 20px;
	color: #ff6600;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 75px;
}
.serve3_two .bottom ul li:nth-of-type(2n) span{
	font-size: 20px;
	color: #ff6600;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	top: auto;
	left: 75px;
}
.serve3_two .bottom ul li .xia{
	position: absolute;
	bottom: 0;
	left: 110px;
}
.serve3_two .bottom ul li .shang{
	position: absolute;
	bottom: auto;
	top: 0;
	left: 110px;
}



.serve3_two .bottom ul li .yellow{
	width: 125px;
	height: 125px;
	background: #8c3f0c;
	border-radius: 50%;
	position: relative;
	z-index: 100;
}
.serve3_two .bottom ul li .yellow .huiyellow{
	width: 125px;
	height: 125px;
	background: #ff6600;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 10;
}
.serve3_two .bottom ul li .yellow img{
	width: 40px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}







.background{
	background: #f1f1f1;	
}
.serve2_two{
	width:1556px;
	margin: 0 auto;
	padding: 20px 0 130px 0;
	box-sizing: border-box;
	
}
.serve2_two .top{
	width: 100%;
	
}
.serve2_two .top h1{
	line-height: 220px;
	font-size: 28px;
	color: #000;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.serve2_two .top h1:after{
	content: "";
	width: 41px;
	height: 4px;
	position: absolute;
	right: -50px;
	top: 109px;
	background: #CC0000;
	
}



.serve2_two .bottom ul{
	width: 100%;
	margin: 0 auto;
}
.serve2_two .bottom ul li {
	width: 21.6%;
	float: left;
}
.serve2_two .bottom ul li:nth-of-type(5){
	width: 13.6%;
}
.serve2_two .bottom ul li:nth-of-type(5) .left{
	width: 100%;
}
.serve2_two .bottom ul li .left {
	width: 64%;
	float: left;
}

.serve2_two .bottom ul li .right {
	width: 36%;
	float: left;
}
.serve2_two .bottom ul li .img{
	
}
.serve2_two .bottom ul li img {
	display: block;
	margin: 0 auto;
}

.serve2_two .bottom ul li .left img {
	display: block;
	width: 100%;
}

.serve2_two .bottom.serve2_two .bottom ul li .right img {
	display: block;
	width: 100%;
	float: left;
}
.serve2_two .bottom ul li h1{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 60px;
	margin-top: 25px;
	text-align: center;
	padding-left: 20px;
	box-sizing: border-box;
}
.serve2_two .bottom ul li p {
	width: 100%;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 28px;
	padding-left: 20px;
	box-sizing: border-box;
}

.serve1_two{
	width: 100%;
	
	position: relative;
	
}

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

.serve1_two .top{
	width: 100%;
	height: 990px;
	position: absolute;
	background: #181818;
	background: url(../img/serve_two.png) center bottom no-repeat;
	background-size: cover;
	z-index: 100;
}

.serve1_two .top .dzj{
	width: 538px;
	height: 538px;
	position: absolute;
	
}
.serve1_two .bottom{
	width: 100%;
	position: absolute;
	height: 305px;
	left: 0;
	bottom: 0;
	background: #CC0000;
}

.fenye{
	padding: 20px 0 40px;
	box-sizing: border-box;
	text-align: center;
}

.fenye a{
	
	font-size: 14px;
	color: #333;
	
	padding: 5px 14px;
	box-sizing: border-box;
	background: #ebebeb
}
.fenye a.act{
	color: #fff;
	background: #cc0000
}
.fenye a:hover{
	color: #fff;
	background: #cc0000
}








@media only screen and (max-width: 1600px){
.recruit_four{
	width: 80%;
	padding: 50px 0;
}
.recruit_three h1{
	line-height: 150px;
}
.recruit_three{
	height: 440px;
}
.about_three ul{
	width: 1250px;
}
.about_three ul li .left{
	width: 80%;
}
.about_three ul li .right{
	width: 20%;
}


.about_one .about_right{
	width: 80%;
}

.about_two .about_two_nr{
	width: 89%;
}

.about_two .about_two_nr .right{
	width: 680px;
	top: 85px
}
.about_two .about_two_nr .left{
	height: 600px;
	width: 54%
}
.about_one{
	height: 630px;
}
.about_one .box h1 {
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.about_one .box ul{
	margin-top: 20px;
}


.about_two .about_two_nr .right .box h1 {
    line-height: 60px;
    font-size: 24px;
    color: #fff;
}
.about_two .about_two_nr .right ul li{
	margin-bottom: 10px;
}
.about_two .about_two_nr .right{
	padding: 15px;
}
.about_two{
	height: 685px;
}
.about_three{
	height: 410px;
}
.about_three h1{
	   line-height: 150px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.about_four h1{
	  line-height: 150px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.about_four .about_four_nr{
	width: 80%;
}
.about_four .about_four_nr .swiper-container{
	padding-bottom: 50px;
}



.about_four .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px
}


.xgxw-t{margin-bottom: 20px;}
					.xgxw-t h2{font-size: 24px ;color: #000000;} 
					.xgxw-c ul{display: flex;flex-wrap: wrap;justify-content: flex-start;}
					.xgxw-c ul li{width:31%;margin-right: 3.5%;}
					.xgxw-c ul li:nth-child(3n){margin-right: 0%;}
					.xgxw-c ul li a{line-height: 40px;height: 40px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;    font-size: 16px;    position: relative;padding-left: 14px;}
					.xgxw-c ul li a span{width: 5px; height: 5px;border-radius: 5px;background-color:#666;display: inline-block;position: absolute;left: 0;top: 18px}







.about_four{
	height: 455px;
}
.serve_top .title h1{
	line-height: 120px;
	font-size: 30px;
}

.serve_top{
	height: 590px;
}



.serve2_two{
	width: 1300px;
}
.serve2_two .bottom ul li img{
	height: 168px;
}
.serve2_two .top h1{
	line-height: 120px;
}
.serve2_two{
	padding: 20px 0 50px 0;
}
.serve2_two .top h1:after{
	top: 60px;
}
.serve2_two .bottom ul li h1{
	margin-top: 15px;
	line-height: 50px;
}

.serve3_two .bottom{
	width: 1300px
}


.about_one .about_right .left{width: 80%;left: -550px}

.about_one .about_right{width: 94%}
.about_one .box p{font-size: 14px;line-height: 24px}
.about_one .box{width: 640px}

}


@media only screen and (max-width: 1440px){


.case_nav {
    width: 100%;
   
    margin-top: 60px;
    line-height:50px;
    padding: 20px 60px;
    box-sizing: border-box;
}
.case_nav p:after{
	top: 25px;
}
.case_list ul li .top .box h1{
	width: 100%!important;
    font-size: 24px;
    color: #fff;
    height: 60px;
    line-height: 60px;
	margin-top:-30px
}
.case_list ul li .bottom h2{
	line-height: 80px;
    height: 80px;
}
.case_list ul li .bottom a.more{
	margin-bottom: 20px;
}
.moreloading{
	margin: 25px auto;
}
.news .news_bottom ul li{
	padding: 20px 0;
	padding-right: 20px;
}
.news .news_bottom ul li:nth-of-type(2n){
	padding-left: 20px;
	padding-right: 0;
}
.news .news_bottom ul li .title{
	height: 52px;
	line-height: 52px;
}
.news .news_bottom ul li .title h1{
	height: 52px;
	line-height: 52px;
	font-size: 16px;
}
.news_xq .left .title h1{
	height: 24px;
    line-height: 24px;
    width: 100%;
    color: #333;
    font-size: 20px;
}
.news_xq .left .title p{
	height: 60px;
	line-height: 60px;
}
.news_xq .left .fenxiang{
	line-height: 60px;
	height: 60px;
}
.news_xq .fanye{
	padding-top:15px ;
}
.news_xq .right .fanhui{
	margin-top: 84px;
}

.contact .contact_top .contact_po{
	width: 1100px;
	margin-left: -550px;
}
.contact .contact_top .contact_po .right{
	width: 825px;
}
.contact .contact_top .contact_po .right p{
	font-size: 30px;
	line-height: 52px;
}
.contact .contact_top .contact_po .right ul li{
	font-size: 30px;
}

.contact .contact_top .contact_po .right{
	padding-left: 0px;
}
.contact .contact_top .contact_po .left{
	width: 225px;
}
.contact .contact_top .contact_po .left img{
	display: block;
	width: 225px;
}
.contact .contact_top .contact_po .right ul li{
	width: 26.5%;
}
.contact .contact_top .contact_po .right ul li:first-child{
	width:20.5%;
}
.contact .contact_top .contact_po .right ul li div{
	margin-left: 10px;
}
.contact .contact_top{
	height: 650px;
}
.contact .contact_top .contact_po{
	top: 150px;
}
.contact .contact_bottom #allmap{
	
}



.kx{
	width: 100%;
	height: 60px;
}
.serve ul li .right .box h1{
	font-size: 25px;
}
.serve ul li .right .box p{
	font-size: 16px;
}
.serve ul li .yuan{
	width: 110px;
	height: 110px;
}


.serve ul li .yuan:after{
	width: 110px;
	height: 110px;
	position: absolute;
	left: -2px;
	top: -2px;
	content: '';
	border-radius: 50%;
	
	box-sizing: border-box;
	  animation: start_right 2s linear infinite;
}


.serve ul li:nth-of-type(2n) .yuan:after{
	width: 110px;
	height: 110px;
	position: absolute;
	left: -2px;
	top: -2px;
	content: '';
	border-radius: 50%;
	
	box-sizing: border-box;
	  animation: start_left 2s linear infinite;
}














.serve_one .right  h1{
	font-size: 52px;
}
.serve_one .left .box{
	padding: 30px 300px 30px 70px;
}
.serve_one .right .box{
	    padding: 30px 300px 30px 70px;
}


.case_xq .right .title{
	font-size: 24px;
	height: 70px;
	line-height: 70px;
	padding-right: 148px;
}
.case_xq .right .title h1{
	height: 70px;
}
.case_xq .right .title .three_button a{
	width: 44px;
	height: 31px;
	line-height: 30px;
}
.case_xq .right .title .three_button{
	width: 148px;
}
.case_xq .right .box{
	padding-top: 13px;
}
.contact .contact_bottom .box h1{
	font-size: 38px;
	line-height: 90px;
}
.contact .contact_bottom .box h2{
	font-size: 24px;
}

.contact .contact_bottom .box img{
	margin: 40px auto 15px;
}

.serve3_two .top h1{
	font-size: 32px;
	line-height: 120px;
}
.serve3_two .bottom{
	margin: 50px auto;
}
.serve_two .top h1{
	font-size: 32px;
	line-height: 120px;
}

.contact .contact_bottom{
	padding: 0 80px;
}


.hotNewsList li{
	width: 33.333%
}


.hotNewsList li:nth-of-type(4){
	display: none
}














}









