comlinka2@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 800px) {
::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #000;
}
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {
 border-radius: 0px;
 background: #000;
}
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb {
 border-radius: 0px;
 background-color:#0078ff;
}
}
 /*=========
  基本默认值
  ==========*/
*{
	margin: 0;
	padding: 0; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}
html{ 
	min-height:100%;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body {
	min-height:100%;
	font-size: 12px;
	color: #000;
	font-family: "Arial","微软雅黑";
	overflow-x:hidden;
	line-height: 1.2;
}
@font-face {
    font-family: 'ziti';
    src: url("MSYI.TTF");
}
li{
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	text-decoration: none;
	color: #000;
	transition: all .5s;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s;  
}
::after,::before{
	transition: all .5s;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s;  
}
table {
	border-collapse: collapse;
}
input, textarea,select {
	font-family: "Arial","微软雅黑";
	font-size: 12px;
	outline: none;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
}
::-moz-placeholder {
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}
/* =========
  工具样式
  ========== */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
}
.clearfix:after{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.donghua{
	transition: all .5s;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
	-ms-transition: all .5s; 
}

.img-common{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/*文字溢出*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.ellipsis1 {
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*Flex居中样式*/
.flex-center{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}




.swiper-pagination .swiper-pagination-bullet{
	width: 9px;
	height: 4px;
	opacity: 1;
	border-radius: 0;
	background: #bec0c4
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #0078ff
}

.incomarrow-r::before{
	content: '';
	position: absolute;
	right: 0;
	top: 58%;
	width: 6px;
	height: 1px;
	background: #ffffff;
	transform: rotate(-135deg);
	margin-top: -2px
}
.incomarrow-r::after{
	content: '';
	position: absolute;
	right: 0;
	top: 60%;
	width: 18px;
	height: 1px;
	background: #ffffff;
}
.incomarrow-l::before{
	content: '';
	position: absolute;
	left: 0;
	top: 58%;
	width: 6px;
	height: 1px;
	background: #ffffff;
	transform: rotate(-45deg);
	margin-top: -2px
}
.incomarrow-l::after{
	content: '';
	position: absolute;
	right: 0;
	top: 60%;
	width: 18px;
	height: 1px;
	background: #ffffff;
}








/* =========

  首页

  ========== */
.wrap{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	/*height: 100%;*/
	max-width: 1380px;
	overflow: hidden;
}
.wrap1{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1230px;
	overflow: hidden;
}
.all{
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}
/*头部*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 111;
	background-color: #fff;
	/* -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%); */
    /*border-bottom: 1px solid #e8e8e8;*/
    margin-top: -90px;
}
@media only screen and (max-width:1024px){
    .header{
        margin-top:-50px
    }
}
.header .top{
	background-color: #0078ff;
	height: 90px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.header .top form{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	position: relative;
}
.header .top form input[type="text"]{
	width: 100%;
	height: 100%;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	text-indent: 20px;
	background-color: transparent;
}
.header .top form input[type="submit"]{
	position: absolute;
	width: 15px;
	height: 15px;
	border: 0;
	background: url(../images/icon34.png);
	top: 50%;
	right: 20px;
	margin-top: -7px;
	cursor: pointer;
}
.header .bottom{
	height: 90px;
	line-height: 90px;
	max-width: 1740px;
}
.header .bottom .logo{
	display: flex;
	align-items: center;
	float: left;
	height: 100%;
	width: 201px;
}
.header .bottom .logo img{
	width: 100%;
	/*height: 46px; */
}
.header .bottom .logo .img1{
	display: none; 
}
.indexheader .bottom .logo .img1{
	display: inline-block;
}
.indexheader .bottom .logo .img2{
	display: none;
}
.header .bottom .search{
	float: right;
	width: 15px;
	height: 100%;
	background-image: url(../images/icon34.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: contain;
}
.indexheader .bottom .search{
	background-image: url(../images/icon34.png);
}
.header .bottom .nav{
	float: right;
}
.header .bottom .nav .li1{
	float: left;
	margin-right: 50px;
	position: relative;
}
.header .bottom .nav .li1:after{
	content: "";
	position: absolute;
	left: -30px;
	width: calc(100% + 50px);
	height: 100%;
	top: 0;
}
.header .bottom .nav .li1 .a1{
	display: block;
	font-size: 18px;
	color: #2d2d2d;
	position: relative;
	z-index: 1;
}
.header .bottom .nav .li1 .a1:after{
	content: "";
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
}
.header .bottom .nav .li1 .inli{
	background-color: rgba(248,248,248,0.86);
}
.header .bottom .nav .li1 .sub{
	position: fixed;
    /* top: 180px; */
    top:90px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	display: none;
}
.header[data-on="click"] .bottom .nav .li1 .sub{
    top:180px;
}

.header .bottom .nav .li1 .sub .insub li{
	display: inline-block;
	vertical-align: top;
	margin-right: 82px;
	text-align: left;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 35px;
}
.header .bottom .nav .li1 .sub .insub li .a2{
	font-size: 14px;
	color: #565656;
}
.header .bottom .nav .li1 .sub .insub li .box1{
	margin-top: 18px;
}
.header .bottom .nav .li1 .sub .insub li .box1 .a3{
	display: block;
	font-size: 12px;
	color: #707070;
	line-height: 30px;
}
.header[data-on="click"]{
    margin-top: 0;
	/* -webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0); */
}
.header .bottom .nav .li1:hover .a1:after,.header .bottom .nav .li1.on .a1:after{
	width: 100%;
	background-color: #0078ff;
}
.header .bottom .nav .li1:hover .a1,.header .bottom .nav .li1.on .a1{
	color: #0078ff;
}
.header .bottom .nav .li1 .sub .insub li .a2:hover{
	color: #0078ff;
}
.indexheader{
	background-color: transparent;
}
.indexheader .bottom .nav .li1 .a1{
	color: #111212;
}
.indexheader .bottom .nav .li1:hover .a1,.indexheader .bottom .nav .li1.on .a1{
	color: #0078ff;
}
/*小屏幕导航*/
.header .bottom .box{
	height: 16px;
	position: relative;
	display: none;
	float: right;
	margin-left: 20px;
	margin-top: 17px;
	width: 24px;
}
.header .bottom .box .line{
	width: 24px;
	height: 2px;
	background-color: #0078ff;
	position: absolute;
	left: 0px;
	top: 7px;
}
.header .bottom .box .line1{
	margin-top: -7px;
}
.header .bottom .box .line3{
	margin-top: 7px;
}
.header .bottom .box[data-active="on"] .line1{
	margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .bottom .box[data-active="on"] .line2{
	display: none;
}
.header .bottom .box[data-active="on"] .line3{
	margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-nav-box{
	position: fixed;
	padding-top: 51px;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	display: none;
}
.mm-nav-box[data-on="active"],.mm-nav-box[data-on="active"] .mask,.mm-nav-box[data-on="active"] .mm-wrap{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.mm-nav-box .mask{
	position: fixed;
    top: 51px;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding-top: 51px;
    background-color: rgba(0,0,0,0.6);
    -webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%);
}
.mm-nav-box .mm-wrap{
	position: fixed;
	top: 0px;
	right: 0;
	padding-top: 51px;
	width: 50%;
	z-index: 100;
	height: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	overflow-y: auto;
}
.mm-nav-box .mm-wrap:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 51px;
	left: 0;
	background-color: #111;
	z-index: -1;
}
.mm-nav-box .mm-nav .li1{
	margin: 0 20px;
    line-height: 48px;
}
.mm-nav-box .mm-nav .li1 .a1{
	display: block;
	color: #fff;
	font-size: 16px;
}
.mm-nav-box .mm-nav .li1.on .a1{
	color: #0078ff;
}
.mm-nav-box .mm-nav .li1.on .mm-title{
	border-color: #0078ff;
}
.mm-nav-box .mm-nav .li1 .mm-title{
	position: relative;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.mm-nav-box .mm-nav .li1 .mm-title .a1{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
}
.mm-nav-box .mm-nav .li1 .mm-title .click{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -3px;
}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{
	border-color: #0078ff;
}
.mm-nav-box .mm-nav .li1 .mm-innav{
	/*display: none;*/
}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{
	display: block;
}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-nav-box .mm-nav .li1 .mm-innav li{
	margin: 0 10px;
	/*border-bottom: 1px solid rgba(255,255,255,.1);*/
	line-height: 1;
	/*background-color: rgba(255,255,255,.1);*/
	height: 0;
	overflow: hidden;
	transition: all .5s
}
.mm-nav-box .mm-nav .li1.active .mm-innav li{
	height: 39px;
}

.mm-nav-box .mm-nav .li1 .mm-innav li a{
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	display: block;
	padding: 10px;
}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{
	    margin: 0 15px;
}
/*小屏幕导航 End*/
@media only screen  and (max-width: 1280px){
	.header .bottom .nav .li1{
		margin-right: 40px;
	}
	.header .bottom .logo{
		width: 172px
	}
	.header .bottom .nav .li1 .a1{
		font-size: 16px
	}
}
@media only screen  and (max-width: 1100px){
	.header .bottom .logo{
		width: 145px
	}
	.header .bottom .nav .li1{
		margin-right: 35px;
	}
}
@media only screen  and (max-width: 1024px){
	.header .bottom .nav{
		display: none;
	}
	.header .top{
		height: 50px;
	}
	.header .bottom{
		height: 50px;
		line-height: 50px;
	}
	.header .bottom .logo {
    width: 118px;
}
	.header .top form{
		height: 36px;
	}
	.header .top form input[type="text"]{
		font-size: 14px;
		text-indent: 10px;
	}
	.header .top form input[type="submit"]{
		right: 0px;
	}
	.header .bottom .box, .mm-nav-box {
	    display: block;
	}
}
@media only screen  and (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{
		height: 42px;
		line-height: 42px;
	}
	.mm-nav-box .mm-wrap{
		width: 60%;
	}
}
@media only screen  and (max-width: 600px){
	.mm-nav-box .mm-nav .li1 .mm-title{
		height: 38px;
		line-height: 38px;
	}
	.mm-nav-box .mm-wrap{
		width: 70%;
	}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{
		font-size: 15px;
	}
	
	.mm-nav-box .mm-nav .li1{
		margin: 0 10px;
	}
}
@media only screen  and (max-width: 414px){
	.mm-nav-box .mm-wrap{
		width: 80%;
	}
}
/*头部 End*/
/*中间广告轮播*/
.banner{
	position: relative;
	background-color: #ccc;
}

.banner .my-swiper .swiper-slide img{
	width: 100%;
}
.banner .my-swiper .swiper-slide a{
	display: block;
	height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .my-swiper .swiper-slide a.imgphone{
	display: none;
}
.banner .my-swiper .controlbtn{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 291px;
	height: 39px;
	line-height: 39px;
	background: -webkit-linear-gradient(left, rgba(94,85,153,0.5) , rgba(113,83,102,.5)); 
    background: -o-linear-gradient(right, rgba(94,85,153,0.5), rgba(113,83,102,.5));
    background: -moz-linear-gradient(right, rgba(94,85,153,0.5), rgba(113,83,102,.5)); 
    background: linear-gradient(to right, rgba(94,85,153,0.5) , rgba(113,83,102,.5));
    z-index: 1
}
.banner .my-swiper .controlbtn::before{
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 0; 
	height: 0;
    border-color: rgba(94,85,153,0.5) transparent; /*上下颜色 左右颜色*/
    border-width:  0 0 39px 14px;
    border-style: solid;
}
.banner .my-swiper .my-pagination{
	position: static;
	height: 100%;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.banner .my-swiper .btn{
	position: relative;
    top: 0;
    height: 100%;
    width: 100px;
    cursor: pointer;
}
.banner .my-swiper .my-prev{
    left:0%;
}
.banner .my-swiper .my-next{
    right: 0%;
    transform: rotateY(180deg);
}
.banner .my-swiper .btn::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 1px;
	background-color: #ffffff;
	transform: rotate(-45deg);
	margin-top: -2px;
}
.banner .my-swiper .btn::after{
	content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
}

@media only screen  and (max-width: 800px) {
	
	.banner .my-swiper .swiper-slide a.imgpc{
		display: none;
	}
	.banner .my-swiper .swiper-slide a.imgphone{
		display: block;
	}
	.banner .my-swiper .controlbtn{
		width: 240px
	}
	.banner .my-swiper .my-pagination{
		font-size: 14px
	}
}
@media only screen  and (max-width: 640px) {
	.banner .icon{
		display: none;
	}
}
@media only screen  and (max-width: 414px) {
	
	.banner .my-swiper .controlbtn{
		display:none;
	}
	.banner .my-swiper .swiper-slide img{
		display: none;
	}
	.banner{
		height: 280px;
	}
	.banner .my-swiper{
		height: 100%;
	}
}
/*中间广告轮播 End*/

/*首页通用标题*/
.intitlediv{
	text-align: center;
}
.intitlediv .en{
	font-size: 48px;
	color: #bec0c4;margin-bottom: 5px
}
.intitlediv .en>b{
	color: #0078ff;
	font-weight: 400;

}
.intitlediv .cn{
	font-size: 24px;
	color: #111212
}

/*关于我们*/

/*首页精品工程*/
.indexCase-swiper{
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
    margin-top: 90px;
    
}
.indexCase-swiper .indexCase-container{
    margin:0 -8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.indexCase-swiper .swiper-slide{
    margin:8px;
    width: calc(100% / 2  - 16px);
}
.indexCase-swiper .swiper-slide a{
	display: block;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.indexCase-swiper .swiper-slide a img{
	width: 100%;
}
.indexCase-swiper .swiper-slide a .inbox{
	position: absolute;
	top: 36.4%;
	left: 10.6%;
	color: #ffffff;
	/*max-width: 250px;*/
	overflow: hidden;
	z-index: 1;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.indexCase-swiper .swiper-slide .inbox .num{
	font-size: 32px;
	font-weight: bold;
}
.indexCase-swiper .swiper-slide .inbox .title{
	color: #fff;
	font-size: 40px;
	line-height: 1.5;
	height: 54px;
	overflow: hidden;
	margin-bottom: 10px;
}
.indexCase-swiper .swiper-slide .inbox .more{
	font-size: 14px;
	color: #fff;
}

.indexCase-swiper .swiper-slide a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background-color: rgba(62,72,89,.95);
}
.indexcmBox{
	margin-top: 80px;
	margin-bottom: 70px;
	max-width: 1380px;
}
.index-casemore{
	display: block;
	width: 140px;
	height: 54px;
	border: 3px solid #0078ff;
	font-size: 14px;
	color: #0078ff;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 48px;
	border-radius: 30px;
	position: relative;
}
.index-casemore:after,.index-casemore:before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 600px;
	height: 3px;
	background-color:#0078ff;
}
.index-casemore:after{
	left: 100%;
}
.index-casemore:before{
	right: 100%;
}
@media only screen  and (min-width: 601px){
	.indexCase-swiper .swiper-slide:hover a:after{
		height: 100%;
	}
	.indexCase-swiper .swiper-slide:hover a .inbox{
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	.index-casemore:hover{
		background-color: #0078ff;
		color: #fff;
	}
}
@media only screen  and (max-width: 1440px){
	.indexCase-swiper .swiper-slide .inbox .num{
		font-size: 24px;
	}
	.indexCase-swiper .swiper-slide .inbox .title{
		font-size: 30px;
		height: 45px;
		margin-bottom: 3px;
	}
}
@media only screen  and (max-width: 1280px){
	.indexCase-swiper .swiper-slide .inbox .num{
		font-size: 22px;
	}
	.indexCase-swiper .swiper-slide .inbox .title{
		font-size: 26px;
		height: 42px;
	}
	.indexcmBox{
		margin-top: 60px;
		margin-bottom:50px;
	}
}
@media only screen  and (max-width: 1024px){
	.indexCase-swiper .swiper-slide .inbox .num{
		font-size: 20px;
	}
	.indexCase-swiper .swiper-slide .inbox .title{
		font-size: 26px;
		height: 39px;
	}
	.indexCase-swiper .btn{
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
	.indexcmBox{
		margin-top: 6%;
		margin-bottom:5%;
	}
}
@media only screen  and (max-width: 800px) {
	.indexCase-swiper .btn{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.indexCase-swiper .btn:after{
		height: 10px;
		width: 10px;
		margin-top: -6px;
		margin-left: -6px;
    }
    .indexCase-swiper .indexCase-container{
        margin:0 -5px;
    }
    .indexCase-swiper .swiper-slide{
        margin:5px;
        width: calc(100% - 10px);
    }

}
@media only screen  and (max-width: 600px){
	.indexCase-swiper{
		width: 94%;
	}
	.indexCase-swiper .swiper-slide .inbox .num{
		font-size: 18px;
	}
	.indexCase-swiper .swiper-slide .inbox .title{
		font-size: 24px;
		height: 36px;
		margin-bottom: 0;
	}
	.indexCase-swiper .swiper-slide a .inbox{
		top: 28%;
	}
	.index-casemore{
		width: 100px;
		height: 38px;
		line-height: 34px;
		font-size: 12px;
	}
}
@media only screen  and (max-width: 414px) {
	.indexCase-swiper .btn{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.indexCase-swiper .btn:after{
		height: 6px;
		width: 6px;
		margin-top: -4px;
		margin-left: -4px;
	}
}
@media only screen  and (max-width: 375px){
	.indexCase-swiper .swiper-slide .inbox .num{
		font-size: 16px;
	}
	.indexCase-swiper .swiper-slide .inbox .title{
		font-size: 22px;
		height: 33px;
	}
	.indexCase-swiper .swiper-slide .inbox .more{
		font-size: 12px;
	}
}
/*首页精品工程 End*/
/*智慧团&新闻*/
.innew-bg{
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right top;
}
.index-news{
	max-width: 1380px;
	margin-bottom: 180px;
	padding-top: 180px
}
.index-news .left{
	float: left;
	width: 306px; 
	position: relative;
	padding-bottom: 22px;
}
.index-news .left .title-t{
	margin-bottom: 30px
}
.index-news .left .title-t .line{
	width: 53px;
	height: 4px;
	background-color: #0078ff;
	margin-bottom: 30px
}
.index-news .left .title-t .titdiv{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index-news .left .title-t .titdiv .l-tit .cn{
	font-size: 24px;
	color: #111212;
	margin-bottom: 5px;
}
.index-news .left .title-t .titdiv .l-tit .en{
	font-size: 16px;
	color: #bec0c4;
	line-height: 30px;
}
.index-news .left .title-t .titdiv .more{
	display: block;
	width: 80px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #8f9194
}

.index-news .left .innews-swiper .swiper-wrapper .swiper-slide{
	width: 100%!important;

} 
.index-news .left .innews-swiper .swiper-slide .item{
	display: block;
	margin-bottom: 8px
}
.index-news .left .innews-swiper .swiper-slide .item .title{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #111212;
}
.index-news .left .innews-swiper .swiper-slide .item .title>span{
	margin-right: 10px;
	font-weight: bold;
	width: 18px;
}
.index-news .left .innews-swiper .swiper-slide .item .title .tt{
	flex:1;
	width: 100%
}
.index-news .left .innews-swiper .swiper-slide .item .demo{
	font-size: 14px;
	color: #8f9194;
	line-height: 2.2;
	margin-top: 24px;
	height: 0;
	overflow: hidden;
	transition: all .5s
}


.index-news .left .innews-swiper .swiper-slide .item.on{
	padding-bottom: 28px;
	border-bottom: 1px solid #eee;
	margin-bottom: 32px;
}
.index-news .left .innews-swiper .swiper-slide .item.on .title{
	color: #0078ff;
	flex-direction: column;
	align-items: flex-start;
}
.index-news .left .innews-swiper .swiper-slide .item.on .title .tt{
	font-size: 20px;
	margin-top: 10px;
}
.index-news .left .innews-swiper .swiper-slide .item.on .demo{
	height: 62px
}

.index-news .left .innews-swiper .swiper-pagination{
	text-align: left;
	position: static;
}



.index-news .right{
	float: right;
	width: calc(100% - 352px);
	display: flex;
}
.index-news .right .video-img{
	flex:1;
	width: calc(100% - 394px);
	margin-right: 16px;
}
.index-news .right .video-img div{
	z-index: 1!important;
}
.index-news .right .ab-img{
	width: 394px;
	position: relative;
	display: block;
	
}
.index-news .right .ab-img .bg{
	padding-top: calc(506 / 394  * 100%);
}
.index-news .right .ab-img .ab-cont{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 38px 38px 0 38px;
}

.index-news .right .ab-img .title{
	margin-bottom: 60px;
}
.index-news .right .ab-img .title .cn{
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 10px
}
.index-news .right .ab-img .title .en{
	font-size: 16px;
	color: #88a5cf
}
.index-news .right .ab-img .demo{
	font-size: 32px;
	color: #ffffff;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	line-height: 1.6;
	letter-spacing: 6px
}
.index-news .right .ab-img .more{
	position: absolute;
	right: 38px;
	bottom: 38px;
	font-size: 16px;
	color: #ffffff;
	z-index: 1;
	padding-right: 30px;
	transition: all .5s
}


/*首页-合作伙伴*/
.inpartner-box{
	background-color: #f5f6f7;
	padding-top: 84px;
	padding-bottom: 40px
}
.inpartner-swiper{
	margin-top: 70px;
}
.inpartner-swiper .swiper-slide{
	background-color: #ffffff
}
.inpartner-swiper .swiper-slide .img{
	padding-top: calc(85 / 195 * 100%);
	border-radius: 8px;
}
.inpartner-pagination{
	position: static;
	margin-top: 40px;
}
/*首页-合作伙伴 end*/



@media only screen  and (min-width: 601px){
	.index-news .left .title-t .titdiv .more:hover{
		color: #0078ff;
	}
	.index-news .right .ab-img .more:hover{
		letter-spacing: 2px
	}

}
@media only screen  and (max-width: 1600px){
	.index-news{
		padding-top: 10%;
		margin-bottom: 8%
	}
}
@media only screen  and (max-width: 1280px){
	.index-news{
		margin-bottom: 6%;
	}
	.index-news .left,.index-news .right{
		    float: none;
    	width: 100%;
	}
	.intitlediv .en{
		font-size: 42px
	}
	.indexCase-swiper{
		margin-top: 6%
	}
	.inpartner-box{
		padding-top: 6%
	}
	.inpartner-swiper{
		margin-top: 4%
	}
	
	
}
@media only screen  and (max-width: 1024px){
	.index-news{
		padding-top: 6%
	}
	.index-news .right .ab-img{
		width: 325px;
	}
	.index-news .right .video-img{
		width: calc(100% - 25px);
	}
	.index-news .right .video-img{
		height: 417px!important
	}
	.index-news .right .ab-img .title .cn{
		font-size: 22px
	}
	.index-news .right .ab-img .demo{
		font-size: 26px;
		writing-mode: initial;
	}
	.intitlediv .en {
	    font-size: 38px;
	}
	.indexCase-swiper{
		margin-top: 4%
	}

}
@media only screen  and (max-width: 800px){
	.index-news .right{
		margin-top: 4%;
		display: block;
	}
	.index-news .right .video-img{
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
		height: 380px!important
	}
	.index-news .right .ab-img{
		width: 100%;
		background-color: #1e57bd;
	}
	.index-news .right .ab-img .bg {
	    padding-top: 0;
	    background-size: 0;
	}
	.index-news .right .ab-img .ab-cont{
		    padding: 6% 4%;
    position: relative;
	}
	.index-news .right .ab-img .title {
	    margin-bottom: 5%;
	}
	.index-news .right .ab-img .demo{
		font-size: 22px
	}
	.intitlediv .en {
	    font-size: 30px;
	}
	.intitlediv .cn {
	    font-size: 20px;
	}
	.inpartner-pagination {
	    margin-top: 20px;
	}
}
@media only screen  and (max-width: 600px){
	.index-news .right .ab-img .title{
		text-align: center;
		margin-bottom: 3%
	}
	.index-news .right .ab-img .demo{
		text-align: center;
	}
	.index-news .right .ab-img .more{
		position: relative;
		right: 0;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		display: inline-block;
		margin-top: 20px;
	}
}
@media only screen  and (max-width: 414px){
	.index-news .right .video-img{
		height: 300px!important;
	}
	.index-news .right .ab-img .title .cn{
		margin-bottom: 5px;
		font-size: 20px
	}
	.index-news .right .ab-img .demo{
		font-size: 20px
	}
	.index-news .left .title-t {
	    margin-bottom: 15px;
	}
	.index-news .left .innews-swiper .swiper-slide .item,.index-news .left .innews-swiper .swiper-slide .item.on {
	    padding-bottom: 16px;
	    margin-bottom: 20px;
	    border-bottom: 1px solid #eee;
	}
	.index-news .left .innews-swiper .swiper-slide .item .title{
		    color: #0078ff;
		    flex-direction: column;
		    align-items: flex-start;
	}
	.index-news .left .innews-swiper .swiper-slide .item .demo{
		margin-top: 10px;
		line-height: 1.5;
		height: 42px!important
	}
	.index-news .left .innews-swiper .swiper-slide .item.on .title .tt{
		font-size: 18px
	}
	.index-news .left .innews-swiper .swiper-slide .item .title .tt{
		margin-top: 5px;
		font-size: 18px
	}

}
/*智慧团&新闻 End*/



/*底部*/
.footer{
	background-color: #20232d;
	color: #e4e4e4;
}
.footer a{
	color: #e4e4e4;
}
.footer .boderimg{
	height:5px;
	background-color: #0059eb
}
.footer .box{
	max-width: 1380px;
	margin-top: 75px;
	margin-bottom: 70px;
}
.footer .box .left{
	width: 32%;
	float: left;
}
.footer .box .left .top .inleft{
	float: left;
	width: 56.5%;
}
.footer .comcss .ctitle{
	font-size: 16px;
	/*font-weight: bold;*/
	display: block;
}
.footer .box .left .top .inleft .desc{
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
	padding-right: 5px;
}
.footer .box .left .top .inright{
	float: right;
	/*margin-top: 45px;*/
}
.footer .box .left .top .inright .ewmbox{
	float: left;
	width: 97px;
	text-align: center;
	margin-left: 10px;
}
.footer .box .left .top .inright .ewmbox:first-child{
	margin-left: 0;
}
.footer .box .left .top .inright .ewmbox img{
	width: 100%;
	height: 97px;
}
.footer .box .left .top .inright .ewmbox .title{
	font-size: 14px;
	/* */
	margin-top: 10px;
}
.footer .box .left .bottom{
	margin-top: 50px;
}
.footer .box .left .bottom .link{
	margin-top: 28px;
}
.footer .box .left .bottom .link a{
	display: inline-block;
	font-size: 14px;
	color: #939393;
	/* */
	line-height: 16px;
	padding-right: 9px;
	border-right:1px solid #939393;
	margin-right: 9px;
	margin-bottom: 5px;
}
.footer .box .left .bottom .link a:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.footer .box .right{
	float: right;
	width: 68%;    padding-left: 6%;
}
.footer .box .right .li1{
	float: left;
	width: calc(100% / 6);
	overflow: hidden;
}

.footer .box .right .li1 ul{
	margin-top: 25px;
}
.footer .box .right .li1 ul li a{
	display: block;
	font-size: 14px;
	color: #e4e4e4;
	margin-bottom: 10px;
	width: calc(100% - 10px);
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.footer .fline{
	height: 1px;
	background-color: rgba(255,255,255,.1);
}
.footer .fbottom{
	max-width: 1380px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: visible;
}
.footer .fbottom .left{
	font-size: 12px;
	color: rgba(219,219,219,0.5);
	float: left;
	width: 100%;
	margin-top: 10px;
}
.footer .fbottom .left a{
	color: rgba(219,219,219,0.5);
}
.footer .fbottom .right{
	float: right;
}
.footer .fbottom .right a{
	float: left;
	height: 32px;
	line-height: 32px;
}
.footer .fbottom .more{
	font-size: 12px;
	color: #8d8d8d;
	 
}
.footer .fbottom .icon{
	float: left;
	margin-left: 20px;
	width: 32px;
	border-radius: 50%;
	background-color: #373737;
	height: 32px;
}
.footer .fbottom .icon img{
	border-radius: 50%;
}
.footer .fbottom .icon.ewm{
	position: relative;
} 
.footer .fbottom .ewm .img02{
	position: absolute;
	bottom: 105%;
	left: -36px;
	max-width: none;
	width: 100px;
	height: 100px;
	-webkit-transform: scale(0.0001);
	-moz-transform: scale(0.0001);
	-ms-transform: scale(0.0001);
	-o-transform: scale(0.0001);
	transform: scale(0.0001);
	border-radius: 0;
}
.footer .fbottom .icon .bshare-custom{
	height: 100%;
}
.footer .fbottom .icon .bshare-custom .bshare-more.more-style-addthis{
	padding: 0 !important;
	width: 100%;
	display: block;
	background: url(../images/icon09.png) no-repeat;
	margin-right: 0;
}
@media only screen  and (min-width: 601px){
	.footer .box .right .li1 ul li:hover a,.footer .box .left .bottom .link a:hover{
		color: #0078ff;
	}
	.footer .fbottom .ewm:hover .img02{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.footer .fbottom .left a:hover{
		color: #ffffff
	}
}
@media only screen  and (max-width: 1280px){
	.footer .box{	
		margin-top: 60px;
		margin-bottom: 55px;
	}
	.footer .box .right .li1 ul li a{
		font-size: 14px;
	}
	.footer .box .left .bottom{
		margin-top: 40px;
	}
}
@media only screen  and (max-width: 1024px){
	.footer .box{
		margin-top: 6%;
		margin-bottom: 5.5%;
	}
	.footer .box .left .top .inright{
		margin-top: 20px;
	}
	.footer .box .left{
		width: 35%;
	}
	.footer .box .left .top .inleft,.footer .box .left .top .inright{
		width: 100%;
		float: none;
	}
	.footer .box .right{
		width: 63%;
	}
	.footer .box .left .bottom{
		margin-top: 10%;
	}
	.footer .box .left .bottom .link{
		margin-top: 7%;
	}
}
@media only screen  and (max-width: 800px){
	.footer .box .left,.footer .box .right{
		float: none;
		width: 100%;
	}
	.footer .box .left .bottom{
		margin-top: 3.5%;
	}
	.footer .box .left .bottom .link{
		margin-top: 1.5%;
	}
	.footer .box .right{
		margin-top: 4%;
		padding-left: 0
	}
	.footer .box .right .li1:first-child{
		margin-left: 0;
	}
	
	.footer .box .right .li1 ul{
		margin-top: 15px;
	}
	.footer .box .right .li1 ul li a{
		margin-bottom: 5px;
	}
}
@media only screen  and (max-width: 600px){
	.footer .box .right{
		display: none;
	}
	
	.footer .box .right .li1,.footer .box .right .li1:last-child{
		width: 100%;
		float: none;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid rgba(255,255,255,.15);
	}
	.footer ul .comcss .ctitle{
		font-size: 14px;
		position: relative;
	}
	.footer ul .comcss .ctitle:after{
		content: ">";
	    font-family: "宋体";
	    position: absolute;
	    top: 0;
	    right: 0;
	    color: #c9c9c9;
	}
	.footer .box .left .top .inleft .desc{
		margin-top: 10px;
		text-align: center;
	}
	.footer .fbottom .left{
		float: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.footer .fbottom .right{
		float: none;
	}
	.footer .fbottom .ewm[data-on="click"] .img02{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.footer .box .left .top .inleft, .footer .box .left .top .inright{
		    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
}
@media only screen  and (max-width: 414px){
	.footer .box .left .top .inleft .desc{
		margin-top: 5px;
	}
	.footer .box .left .top .inright{
		margin-top: 10px;
		display: none;
	}
	.footer .box .left .bottom .link a{
		padding-right: 0;
		border-right: 0;
	}
	.footer .fbottom a{
		height: 24px;
		line-height: 24px;
	}
	.footer .fbottom .icon{
		height: 24px;
		width: 24px;
		margin-left: 10px;
	}
	.footer .fbottom .icon .bshare-custom .bshare-more.more-style-addthis{
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
	}
}
/*底部 End*/
/*内页大图*/
.allbg{
	margin-top: 90px;
	position: relative;
	width: 100%;
}
.allbg .line{
	position: absolute;
	bottom: 0;
	right: 5.2%;
	height: 5px;
	width: 339px;
	background-image: url(../images/line01.png);
	background-repeat: no-repeat;
}
.allbg .inbox{
	position: relative;
	width: 100%;
	height: 600px;
}
.allbg .left{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width:460px;
	height: 100%;
}
.allbg .left::before{
	content: '';
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: -9%;
	width: 100%;
	height: 100%;
	transform: skewX(-8deg);
}
.allbg .left::after{
	content: '';
	position: absolute;
	left: -14%;
	top: 0;
	width: 92px;
	height: 100%;
	transform: skewX(-8deg);
	background-color: #dbf2ff
}
.allbg .left .blue-bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.allbg .left .blue-bg::before{
	content: '';
	position: absolute;
	right: -18%;
	bottom: 0;
	width: 254px;
	height: 150%;
	background-color: rgba(0,120,255,.3);
	transform: skewX(-8deg);
}
.allbg .left .blue-bg::after{
	content: '';
	position: absolute;
	right: -18%;
	top: 0;
	width: 254px;
	height: 100%;
	background-color: rgba(0,120,255,.3);
	transform: skewX(8deg);
}

.allbg .left .title{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding-left: 19.2%;
	transform: translateY(-50%);
	z-index: 1;
	white-space: nowrap;
}
.allbg .left .yw{
	font-size: 72px;
	color: #2e77ff;
	font-weight: bold;
	line-height: 1;
}
.allbg .left .zw{
	font-size: 40px;
	color: #2e77ff;	 
	margin-top: 10px;
}
.allbg .right{
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
	/*-webkit-animation: trftx 1s;
	-moz-animation: trftx 1s;
	-ms-animation: trftx 1s;
	-o-animation: trftx 1s;
	animation: trftx 1s;*/
}
/*@-webkit-keyframes trftx {
    from {
      width: 0;
      opacity: 0;
      -webkit-filter:blur(3px);
    }
    to {
      width: 100%;
      opacity: 1;
      -webkit-filter:blur(0px);
    }
}
@-moz-keyframes trftx {
    from {
      width: 0;
      opacity: 0;
      -moz-filter:blur(3px);
    }
    to {
      width: 100%;
      opacity: 1;
      -moz-filter:blur(0px);
    }
}
@-ms-keyframes trftx {
    from {
      width: 0;
      opacity: 0;
      -ms-filter:blur(3px);
    }
    to {
      width: 100%;
      opacity: 1;
      -ms-filter:blur(0px);
    }
}
@-o-keyframes trftx {
    from {
      width: 0;
      opacity: 0;
      -o-filter:blur(3px);
    }
    to {
      width: 100%;
      opacity: 1;
      -o-filter:blur(0px);
    }
}
@keyframes trftx {
    from {
      width: 0;
      opacity: 0;
      filter:blur(3px);
    }
    to {
      width: 100%;
      opacity: 1;
      filter:blur(0px);
    }
}*/
.allbg .bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 5.2%;
	z-index: 1;
}
.allbg .bottom a{
	color: #000;
	font-size: 12px;
}
.allbg .bottom a:nth-child(1){
	color: #8f9194
}
.allbg .bottom a.active{
	color: #777777;
}
.allbg .bottom a .color{
	color: #777777;
	margin: 0 5px;
}
@media only screen  and (max-width:1600px){
	.allbg .inbox{
		height: 550px;
	}
	.allbg .left .yw{
		font-size: 68px;
	}
	.allbg .left .zw{
		font-size: 38px;
	}
}
@media only screen  and (max-width:1440px){
	.allbg .inbox{
		height: 510px;
	}
	.allbg .left .yw{
		font-size: 64px;
	}
	.allbg .left .zw{
		font-size: 36px;
	}
}
@media only screen  and (max-width:1280px){
	.allbg .inbox{
		height: 450px;
	}
	.allbg .left .yw{
		font-size: 60px;
	}
	.allbg .left .zw{
		font-size: 34px;
	}
}
@media only screen  and (max-width:1024px){
	.allbg .inbox{
		height: 390px;
	}
	.allbg .left{
		width: 94%;
		max-width: 1380px;
		left: 3%;
	}
	.allbg .left .yw{
		font-size: 54px;
	}
	.allbg .left .zw{
		font-size: 30px;
	}
	.allbg .left .blue-bg,.allbg .left::before,.allbg .left::after{
		display: none;
	}
	.allbg .left .title{
		top: 85%;
		transform: translateY(0);
		padding-left: 0;
	}
	.allbg .bottom{
		bottom: -68px;
		width: 94%;
		max-width: 1380px;
		left: 3%;
		padding-left: 0
	}
	.allbg{
		margin-top: 50px;
	}
}

@media only screen  and (max-width:800px){
	.allbg .inbox{
		height: 340px;
	}
	.allbg .inbox{
		padding-left: 0;
	}
	.allbg{
		padding-bottom: 100px;
	}
	.allbg .left:after{
		display: none;
	}
	
	.allbg .bottom{
		bottom: -80px;
	}
	.allbg .line{
		bottom: 95px;
		width: 110px;
		background-size: contain;
		background-image: url(../images/line_01_sp.svg);
	}
}
@media only screen  and (max-width:600px){
	.allbg .inbox{
		height: 280px;
	}
	.allbg .left .yw{
		font-size: 50px;
	}
	.allbg .left .zw{
		font-size: 26px;
	}
}
@media only screen  and (max-width:414px){
	.allbg .inbox{
		height: 220px;
	}
	.allbg .left .yw{
		font-size: 42px;
		overflow: hidden;
    	text-overflow: ellipsis;
	}
	.allbg .left .zw{
		font-size: 24px;
		margin-top: 5px;
	}
	.allbg{
		padding-bottom: 80px;
	}
	.allbg .line{
		bottom: 75px;
	}
	.allbg .bottom{
		bottom: -55px;
	}
	.allbg .left .title{
		top: 80%
	}
}
/*内页大图 End*/
/* =========

  服务

  ========== */
.service-kehu{
	margin-top: 60px;
	padding-top: 30px;
	position: relative;
}
.service-kehu .top{
	background-color: #f3f8fb;
	padding-top: 50px;
	padding-bottom: 72px;
	position: relative;
}
.service-kehu:after{
	content: "";
	position: absolute;
	width: 2px;
	height: 60px;
	left: 50%;
	top: 0;
	background-color: #239600;
	margin-left: -1px;
}
.comStitle .yw{
	text-align: center;
	font-size: 30px;
	color: #ffffff;
}
.comStitle .yw.hui{
	color: #e2e2e2
}
.comStitle .zw{
	font-size: 40px;
	color: #2e2e2e;
	text-align: center;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	transform: translateY(-40%);
}
.service-kehu .top .inbox{
	background-repeat: no-repeat;
	background-position: left 30px;
}
.service-kehu .top .inbox .title{
	font-size: 30px;
	font-weight: bold;
	color: #239600;
	 
	line-height: 1.5;
	height: 45px;
	overflow: hidden;
	margin-top: 40px;
}
.service-kehu .top .inbox .desc{
	font-size: 14px;
	color: #3f3f3f;
	line-height:1.5;
	width: 60%;
	margin-top: 10px;
}
.service-kehu .ingallery{
	position: relative;
	z-index: 10;
	height: 1px;
	overflow: visible;
}
.sgallery-thumbs{
	position: absolute;
	bottom: -155px;
	right: 0%;
	width: 330px;
	height: 250px;
	background-color: #239600;
	z-index: 10;
}
.sgallery-thumbs .swiper-slide{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.sgallery-top{
	height: 600px;
	background-color: #ccc;
}
.sgallery-top .btn{
	position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    margin-top: -20px;
}
.sgallery-top .skefu-next{
	right: 4%;
}
.sgallery-top .skefu-prev{
	left: 4%;
}
.sgallery-top .btn:after{
	content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sgallery-top .skefu-prev:after{
	border-top: 4px solid rgba(255,255,255,.5);
    border-left: 4px solid rgba(255,255,255,.5);
}
.sgallery-top .skefu-next:after{
	border-bottom: 4px solid rgba(255,255,255,.5);
    border-right: 4px solid rgba(255,255,255,.5);
}
.sgallery-top .swiper-slide{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sgallery-top .swiper-slide .inbox{
	display: block;
	height: auto;
	padding-right: 680px;
}
.sgallery-top .swiper-slide .inbox .title{
	font-size: 36px;
	color: #fff;
	 
	line-height: 1.5;
	height: 54px;
	overflow: hidden;
}
.sgallery-top .swiper-slide .inbox .line{
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
}
.sgallery-top .swiper-slide .inbox .desc{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	height: 84px;
	overflow: hidden;
}
.sgallery-top .swiper-slide .inbox .more{
	font-size: 14px;
	color: #fff;
	margin-top: 40px;
}
@media only screen  and (max-width:1600px){
	.sgallery-top{
		height: 550px;
	}
}
@media only screen  and (max-width:1440px){
	.sgallery-top{
		height: 500px;
	}
	.sgallery-top .skefu-next{
		right:2%;
	}
	.sgallery-top .skefu-prev{
		left:2%;
	}
	.sgallery-top .swiper-slide .inbox .title{
		font-size: 32px;
		height: 48px;
	}
	.sgallery-top .swiper-slide .inbox .more{
		margin-top: 30px;
	}
}
@media only screen  and (max-width:1280px){
	.sgallery-top .skefu-next{
		right: 10px;
	}
	.sgallery-top .skefu-prev{
		left: 10px;
	}
	.sgallery-top{
		height: 450px;
	}
	.sgallery-top .swiper-slide .inbox .title{
		font-size: 28px;
		height: 42px;
	}
	.sgallery-top .swiper-slide .inbox{
		padding-right: 500px;
		padding-left: 40px;
	}
}
@media only screen  and (max-width:1024px){
	.sgallery-top .swiper-slide .inbox .title{
		font-size: 26px;
		height: 39px;
	}
	.sgallery-top{
		height: 400px;
	}
	.sgallery-top .swiper-slide .inbox{
		padding-right: 350px;
	}
	.service-kehu{
		margin-top: 6%;
	}
	.service-kehu .top{
		padding-top: 5%;
		padding-bottom: 7%;
	}
	.service-kehu .top .inbox .title{
		margin-top: 4%;
		font-size: 26px;
		height: 39px;
	}
	.comStitle .zw{
		font-size: 34px;
	}
	.comStitle .yw{
		font-size: 26px;
	}
	.sgallery-thumbs{
		width: 264px;
		height: 200px;
		bottom: -115px;
	}
}
@media only screen  and (max-width:800px){
	.service-kehu{
		padding-top: 20px;
	}
	.service-kehu:after{
		height: 40px;
	}
	.sgallery-top{
		height: 350px;
	}
	.sgallery-top .swiper-slide .inbox{
		padding-right: 200px;
	}
	.sgallery-top .swiper-slide .inbox .title{
		font-size: 24px;
		height: 36px;
	}
	.sgallery-top .swiper-slide .inbox .line{
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.sgallery-top .swiper-slide .inbox .desc{
		line-height: 1.5;
		height: 63px;
	}
	.sgallery-top .swiper-slide .inbox .more{
		margin-top: 20px;
	}
	.sgallery-thumbs{
		width: 237px;
		height: 180px;
		bottom: -95px;
	}
}
@media only screen  and (max-width:600px){
	.comStitle .zw{
		font-size: 30px;
	}
	.comStitle .yw{
		font-size: 24px;
	}
	.service-kehu .top .inbox .title{
		font-size: 24px;
		height: 36px;
	}
	.service-kehu .top .inbox .desc{
		font-size: 12px;
	}
	.sgallery-top{
		height: 300px;
	}
	.sgallery-top .swiper-slide .inbox{
		padding-right: 100px;
	}
	.sgallery-thumbs{
		width: 158px;
		height: 120px;
		bottom: -70px;
	}
	.service-kehu .top .inbox .desc{
		width: calc(95% - 158px);
	}
}
@media only screen  and (max-width:414px){
	.comStitle .zw{
		font-size: 24px;
	}
	.comStitle .yw{
		font-size: 18px;
	}
	.service-kehu .top .inbox .title{
		font-size: 20px;
		height: 30px;
		margin-top: 10px;
	}
	.sgallery-thumbs{
		width: 118px;
		height: 90px;
		bottom: -70px;
	}
	.service-kehu .top .inbox .desc{
		width: calc(95% - 118px);
		margin-top: 5px;
	}
	.sgallery-top{
		height: 220px;
	}
	.sgallery-top .swiper-slide .inbox{
		padding-right: 40px;
	}
	.sgallery-top .swiper-slide .inbox .title{
		font-size: 20px;
		height: 30px;
	}
	.sgallery-top .swiper-slide .inbox .desc{
		font-size: 12px;
		height: 54px;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	.sgallery-top .swiper-slide .inbox .more{
		margin-top: 10px;
	}
	.sgallery-top .btn{
		width: 26px;
		height: 26px;
		margin-top: -13px;
	}
	.sgallery-top .btn:after{
		width: 11px;
		height: 11px;
	}
}
/*service-ly*/
.service-ly{
	background-color: #f6f6f6;
	padding-top: 55px;
	padding-bottom: 80px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.service-ly:after{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 339px;
	height: 5px;
	background-image: url(../images/line01.png);
	margin-left: -170px;
}
.service-ly .top{
	padding-top: 30px;
	position: relative;
	background-image: url(../images/img13.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 50px;
}
.serly-swiper{
	padding-top: 15px;
}
.serly-swiper .serly-pagination{
	bottom: 12%;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10;
}
.serly-swiper .serly-pagination .swiper-pagination-bullet{
	background-color: #dbdbdb;
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: 0 8px;
}
.serly-swiper .serly-pagination .swiper-pagination-bullet-active{
	background-color: #239600;
}
.serly-swiper .swiper-slide a{
	display: block;
	height: 618px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}
.serly-swiper .swiper-slide a .more{
	position: absolute;
	bottom: 13%;
	width: 104px;
	height: 34px;
	border: 1px solid #fff;
	line-height: 34px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.serly-swiper .swiper-slide a img{
	width: 76px;
	height: 76px;
}
.serly-swiper .swiper-slide a .title{
	font-size: 36px;
	color: #fff;
	 
	margin-top: 5px;
}
.serly-swiper .swiper-slide .desc{
	margin-top: 90px;
	text-align: center;
	font-size: 14px;
	color: #434343;
	padding-left: 20%;
	padding-right: 20%;
	line-height: 1.5;
	height: 42px;
}
.serly-swiper .swiper-slide-prev,.serly-swiper .swiper-slide-next{
	opacity: 0.5;
}
.serly-swiper .swiper-slide-prev .desc,.serly-swiper .swiper-slide-next .desc{
	display: none;
}
.serly-swiper .swiper-slide-prev a,.serly-swiper .swiper-slide-next a{
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 rgba(0, 0, 0, .5);
}
@media only screen  and (max-width:1600px){
	.serly-swiper .swiper-slide a{
		height: 550px;
	}
}
@media only screen  and (max-width:1440px){
	.serly-swiper .swiper-slide a{
		height: 500px;
	}
}
@media only screen  and (max-width:1280px){
	.serly-swiper .swiper-slide a{
		height: 450px;
	}
	.service-ly{
		padding-bottom: 70px;
	}
	.serly-swiper .swiper-slide a .title{
		font-size: 32px;
	}
	.serly-swiper .swiper-slide .desc{
		padding-left: 15%;
		padding-right: 15%;
	}
}
@media only screen  and (max-width:1024px){
	.serly-swiper .swiper-slide a{
		height: 380px;
	}
	.service-ly{
		padding-top: 5.5%;
		padding-bottom: 7%;
	}
	.service-ly .top{
		padding-bottom: 40px;
	}
	.serly-swiper .swiper-slide a img{
		width: 60px;
		height: 60px;
	}
	.serly-swiper .swiper-slide a .title{
		font-size: 28px;
	}
	.serly-swiper .swiper-slide .desc{
		margin-top: 14.5%;
		padding-left: 10%;
		padding-right: 10%;
	}
}
@media only screen  and (max-width:800px){
	.service-ly .top{
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.serly-swiper .swiper-slide a{
		height: 320px;
	}
	.serly-swiper .swiper-slide a img{
		width: 50px;
		height: 50px;
	}
	.serly-swiper .swiper-slide a .title{
		font-size: 26px;
	}
	.serly-swiper .swiper-slide .desc{
		padding-left: 5%;
		padding-right: 5%;
	}
	.serly-swiper .serly-pagination{
		bottom: 14%;
	}
}
@media only screen  and (max-width:600px){
	.service-ly .top{
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.serly-swiper .swiper-slide a{
		height: 260px;
	}
	.serly-swiper .swiper-slide a img{
		width: 40px;
		height: 40px;
	}
	.serly-swiper .swiper-slide a .title{
		font-size: 20px;
	}
	.serly-swiper .swiper-slide .desc{
		padding-left: 5px;
		font-size: 12px;
		height: 36px;
		padding-right: 5px;
	}
}
@media only screen  and (max-width:414px){
	.service-ly .top{
		-webkit-background-size: 137px 109px;
		background-size: 137px 109px;
	}
	.serly-swiper .swiper-slide a{
		height: 200px;
	}
	.serly-swiper .swiper-slide a img{
		width: 30px;
		height: 30px;
	}
	.serly-swiper .swiper-slide a .title{
		font-size: 16px;
	}
	.serly-swiper .swiper-slide a .more{
		height: 24px;
		line-height: 24px;
		width: 80px;
	}
	.serly-swiper .swiper-slide .desc{
		font-size: 10px;
		height: 30px;
	}
}
/*service-ly End*/
/*service-tx*/
.service-tx{
	padding-top: 80px;
	background-image: url(../images/img11.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 90px;
	position: relative;
}
.service-tx .comStitle .yw,.service-lc .comStitle .yw{
	color: #f0f0f0;
}
.service-tx img{
	margin-top: 60px;
}
@media only screen  and (max-width:1280px){
	.service-tx{
		padding-top: 65px;
		padding-bottom: 75px;
	}
	.service-tx img{
		margin-top: 50px;
	}
}
@media only screen  and (max-width:1024px){
	.service-tx{
		padding-top: 6%;
		padding-bottom: 7%;
	}
	.service-tx img{
		margin-top: 5%;
	}
}
/*service-tx End*/
/*service-lc*/
.service-lc{
	margin-top: 85px;
	position: relative;
}
.service-lc:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f3f8fb;
	height: 40%;
	z-index: -1;
}
.service-lc .inbox{
	border-bottom: 1px solid #d2d2d2;
	max-width: 1380px;
}
.service-lc .inbox img{
	margin-top: 60px;
}
.service-lc .desc{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #239600;
	margin-top: 70px;
	margin-bottom: 60px;
	line-height: 1.5;
}
@media only screen  and (max-width:1280px){
	.service-lc{
		margin-top: 70px;
	}
	.service-lc .desc{
		margin-top: 60px;
		margin-bottom: 50px;
	}
	.service-lc .inbox img{
		margin-top: 40px;
	}
}
@media only screen  and (max-width:1024px){
	.service-lc{
		margin-top: 7%;
	}
	.service-lc .desc{
		margin-top: 6%;
		margin-bottom: 5%;
		font-size: 16px;
	}
	.service-lc .inbox img{
		margin-top: 4%;
	}
}
@media only screen  and (max-width:800px){
	.service-lc .desc{
		font-size: 14px;
	}
}
@media only screen  and (max-width:600px){
	.service-lc .inbox img{
		margin-top: 0;
	}
}
@media only screen  and (max-width:414px){
	.service-lc .desc{
		font-size: 12px;
	}
}
/*service-lc End*/
/*service-sjlc*/
.service-sjlc{
	padding-top: 65px;
	background-color: #f3f8fb;
	position: relative;
}
.service-sjlc .inbox{
	background-image: url(../images/img15.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.service-sjlc .inbox .stitle{
	font-size: 36px;
	color: #313131;
	 
	text-align: center;
}
.service-sjlc .inbox .line{
	width: 44px;
	height: 2px;
	background-color: #239600;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 45px;
}
.service-sjlc ul{
	padding-left: 9.5%;
	margin-bottom: 90px;
}
.service-sjlc ul li{
	float: left;
	width: 20%;
	margin-bottom: 45px;
	position: relative;
}
.service-sjlc ul li:after{
	content: "";
	position: absolute;
	top: 30px;
	height: 1px;
	background-color: #dcdcdc;
	left: 65px;
	width: calc(100% - 70px);
}
.service-sjlc ul li:nth-child(5n+0):after{
	display: none;
}
.service-sjlc ul li .num{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #239600;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #414141;
	font-weight: bold;
	 
}
.service-sjlc ul li .line1{
	width: 18px;
	height: 1px;
	background-color: #a0a0a0;
	margin-top: 24px;
	margin-bottom: 20px;
}
.service-sjlc ul li .desc{
	max-width: 138px;
	font-size: 16px;
	color: #414141;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;
}
@media only screen  and (min-width:601px){
	.service-sjlc ul li:hover .num{
		background-color: #239600;
		color: #fff;
	}
	.service-sjlc ul li:hover .line1{
		background-color: #239600;
		width: 120px;
	}
}
@media only screen  and (max-width:1280px){
	.service-sjlc{
		padding-top: 50px;
	}
	.service-sjlc ul{
		margin-bottom: 70px;
	}
	.service-sjlc ul li{
		margin-bottom: 35px;
	}
	.service-sjlc .inbox .line{
		margin-top: 25px;
		margin-bottom: 35px;
	}
}
@media only screen  and (max-width:1024px){
	.service-sjlc .inbox .stitle{
		font-size: 30px;
	}
	.service-sjlc{
		padding-top: 5%;
	}
	.service-sjlc ul{
		margin-bottom: 7%;
	}
	.service-sjlc ul li{
		margin-bottom: 3.5%;
	}
	.service-sjlc .inbox .line{
		margin-top: 2.5%;
		margin-bottom: 3.5%;
	}
	.service-sjlc ul li{
		width: 25%;
	}
	.service-sjlc ul li .line1{
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.service-sjlc ul li:nth-child(5n+0):after{
		display: block;
	}
	.service-sjlc ul li:nth-child(4n+0):after{
		display: none;
	}
}
@media only screen  and (max-width:800px){
	.service-sjlc ul{
		padding-left: 0;
	}
	.service-sjlc ul li .num{
		font-size: 18px;
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.service-sjlc ul li .line1{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.service-sjlc ul li .desc{
		font-size: 14px;
		height: 42px;
	}
	.service-sjlc ul li:after{
		top: 25px;
		width: calc(100% - 60px);
		left: 55px;
	}
}
@media only screen  and (max-width:640px){
	.service-sjlc .inbox .stitle{
		font-size: 26px;
	}
	.service-sjlc ul li{
		width: 33.33%;
	}
	.service-sjlc ul li:nth-child(4n+0):after{
		display: block;
	}
	.service-sjlc ul li:nth-child(3n+0):after{
		display: none;
	}
}
@media only screen  and (max-width:500px){
	.service-sjlc ul li{
		width: 50%;
	}
	.service-sjlc ul li:nth-child(3n+0):after{
		display: block;
	}
	.service-sjlc ul li .num{
		font-size: 14px;
		height: 36px;
		width: 36px;
		line-height: 36px;
	}
	.service-sjlc ul li:after{
		top: 18px;
		width: calc(100% - 50px);
		left: 41px;
	}
	.service-sjlc ul li .line1{
		margin-top: 12px;
		margin-bottom:6px; 
	}
}
/*service-sjlc End*/
/* =========

  联系我们

  ========== */
.contact-bg .left .yw,.contact-bg .left .zw{
	color: #009099;
}
.contact-bg .left:after{
	background-color: #009099;
}
/*contact-middle*/
.contact-middle{
	margin-top: 90px;
	padding-top: 70px;
	padding-bottom: 64px;
	background-color: #00469f;
}
.contact-middle .inbox{
	display: flex;
	align-items: center;
}
.contact-middle .inbox .left{
	float: left;
	width: 35%;
}
.contact-middle .inbox .left .title{
	font-size: 30px;
	color: #ffffff;
	/*font-weight: bold;*/
}
.contact-middle .inbox .left .line{
	height: 1px;
	background-color: rgba(255,255,255,.2);
	margin: 50px 0 20px;
}
.contact-middle .inbox .left .desc{
	font-size: 16px;
	color:#fff;
	line-height: 2;
}
.contact-middle .inbox .right{
	float: right;
	width: 65%;
	padding-left: 6%;
}
.contact-middle .inbox .right .allmap{
	height: 580px;
}
.contact-middle .inbox .right .allmap img{
	max-width: none;
}
.contact-middle .inbox .right .allmap .BMap_Marker img{
	display: none !important;
}
.contact-middle .inbox .right .allmap .BMap_Marker div{
	width: 53px !important;;
	height: 65px !important;;
	background-image: url(../images/icon12.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -20px;
	left: -27px;
}
/*contact-middle End*/
@media only screen  and (max-width:1280px){
	.contact-middle{
		margin-top: 70px;
	}
	.contact-middle{
		padding-top: 60px;
		padding-bottom: 54px;
	}
	.contact-middle .inbox .left .title{
		font-size: 26px;
	}
	
}
@media only screen  and (max-width:1024px){
	.contact-middle{
		margin-top: 80px;
	}
	.contact-middle{
		padding-top: 6%;
		padding-bottom:5.4%;
	}
	.contact-middle .inbox .left .title{
		font-size: 22px;
	}
	.contact-middle .inbox .left .line{
		margin: 15px 0;
	}
	.contact-middle .inbox .right .allmap{
		height: 400px;
	}
	.contact-middle .inbox .right .allmap .BMap_Marker div{
		width: 40px !important;
		height: 50px !important;
		-webkit-background-size: cover;
		background-size: cover;
		top: -5px;
		left: -17px;
	}
	.contact-middle .inbox{
		display: block;
	}
	.contact-middle .inbox .left,
	.contact-middle .inbox .right{
		width: 100%;
		float: none;
		padding-left: 0
	}
	
}
@media only screen  and (max-width:800px){
	.contact-middle .inbox .left .title{
		font-size: 18px;
	}
	.contact-middle .inbox .left .line{
		margin: 12px 0;
	}
	.contact-middle{
		margin-top: 0
	}
	
}
@media only screen  and (max-width:640px){
	
	.contact-middle .inbox .right{
		padding-left: 0;
		margin-top: 3%;
	}
	.contact-middle .inbox .right .allmap .BMap_Marker div{
		width: 24px !important;
		height: 32px !important;
		top: 10px;
		left: -12px;
	}
	.contact-middle .inbox .right .allmap{
		height: 300px;
	}
	
}
@media only screen  and (max-width:414px){
	.contact-middle .inbox .left .title{
		font-size: 18px;
	}
	.contact-middle .inbox .left .line{
		margin-top: 10px;
		margin-bottom: 2px;
	}
	.contact-middle{
		margin-top: 10px;
	}
	.contact-middle .inbox .right .allmap{
		height: 280px;
	}

	
}

/* =========

  新闻

  ========== */
.news-bg .left .yw,.news-bg .left .zw{
	color: #2485ff;
}
.news-bg .left:after{
	background-color: #2485ff;
}
.caseBox.with-filter-box,
.newsBox{
	margin-top: 100px;
	background-color: #f3f8fb;
	padding-top: 105px;
	position: relative;
	padding-bottom: 90px;
}
.caseBox.with-filter-box>.float,
.newsBox .float{
    overflow: visible;
    position: absolute;
    top: -82px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.caseBox.with-filter-box>.float .news-word,
.newsBox .float .news-word{
	font-size: 12px;
	color: #111212;
	line-height: 2.6;
	margin-bottom: 20px;
}
.caseBox.with-filter-box>.float .news-word .blue
.newsBox .float .news-word .blue{
	color: #2485ff;
	margin: 0 5px;
}
.newsBox .float .box{
	/*position: absolute;
	top: -30px;*/
}
/*.newsBox .float .box select{
	background-color: #2485ff !important;
	color: #ffffff;
	font-size: 14px;
	text-indent: 16px;
	height: 60px;
	border: none;
	width: 100%
}*/
.newsBox .float .box .select1{
	/*width: 216px;*/
}
/*.newsBox .float .box .select2{
	width: 124px;
	margin-left: 12px;
}*/
.newsBox .inbox li{
	float: left;
	width: 30.25%;
	margin-right: 4.625%;
	position: relative;
	padding-top: 36px;
	margin-bottom: 70px;
}
.newsBox .inbox li:nth-child(3n+0){
	margin-right: 0;
}
.newsBox .inbox li .data{
	position: absolute;
	top: 0;
	left: 18px;
	height: 72px;
	width: 72px;
	border: 3px solid #010101;
	background-color: #fff;
	padding-left: 12px;
}
.newsBox .inbox li .data .month{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}
.newsBox .inbox li .data .year{
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.newsBox .inbox li a{
	display: block;
}
.newsBox .inbox li a .imgbox{
	position: relative;
}
.newsBox .inbox li a .imgbox .inimgbox{
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.newsBox .inbox li a .imgbox img{
	width: 100%;
	position: relative;
}
.newsBox .inbox li a .imgbox .type{
	position: absolute;
	right: 30px;
	bottom: -13px;
	height: 26px;
	width: 74px;
	background-color: #2e77ff;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	border-radius: 20px;
	z-index: 10;
}
.newsBox .inbox li a .title{
	font-size: 22px;
	/*font-weight: bold;*/
	color: #111212;
	/* */
	line-height: 1.4;
	margin-top: 25px;
	/*height: 56px;*/
	overflow: hidden;
}
.newsBox .inbox li a .line{
	width: 45px;
	height: 2px;
	background-color: #fff;
	margin-top: 18px;
	margin-bottom: 20px;
}
.newsBox .inbox li a .desc{
	font-size: 14px;
	color: #a4a4a4;
	line-height: 2;
	/*height: 38px;*/
	overflow: hidden;
}
.newsBox .newsBottommore{
    width: 286px;
    height: 42px;
    border: 2px solid #2e2e2e;
    color: #2e2e2e;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    cursor: pointer;
    background-color: #fff;
    margin-top: 15px;
}
.caseBox .float .box .news-xiala,
.newsBox .float .box .news-xiala{
	width: 216px;
	height: 60px;
	background-color: #2485ff;
	position: relative;
	display: inline-block;
}
.newsBox .float .box .news-xiala.year{
	width: 124px;
	margin-left: 14px
}
.caseBox .float .box .news-xiala::after,
.newsBox .float .box .news-xiala::after{
    content: "";
    display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-style: solid;
	border-width: 2px;
	border-color: transparent transparent #ffffff #ffffff;
	transform: rotate(-45deg);
	margin-top: -6px;
}
.caseBox .box .news-xiala select,
.newsBox .float .box .news-xiala select{
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 35px 0 20px;
	color: #ffffff;
	font-size: 14px;
	background-color: #2485ff;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */



	/* border: none;
   outline: none;
   width: 100%;
   height: 60px;
   line-height: 60px;
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   padding: 0 10px;
   color: #ffffff;
   font-size: 14px;*/
}






@media only screen  and (min-width:601px){
	.newsBox .newsBottommore:hover{
		background-color: #2e2e2e;
		color: #fff;
	}
	.newsBox .inbox li a .imgbox .inimgbox:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
		opacity: 0;
	}
	.newsBox .inbox li:hover a .imgbox .inimgbox:before{
		opacity: 1;
	}
	.newsBox .inbox li a .imgbox .inimgbox:after{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -20px;
		margin-left: -20px;
		background-image: url(../images/icon14.png);
		width: 40px;
		height: 40px;
		opacity: 0;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	.newsBox .inbox li:hover a .imgbox .inimgbox:after{
		opacity: 1;
		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-ms-transition-delay: .3s;
		-o-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transform: scale(1);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@media only screen  and (max-width:1280px){
	.newsBox{
		/*margin-top: 80px;*/
		padding-top: 90px;
		padding-bottom: 80px;
	}
	.newsBox .inbox li{
		margin-bottom: 60px;
	}
}
@media only screen  and (max-width:1024px){
	.newsBox{
		/*margin-top: 8%;*/
		padding-top: 70px;
		padding-bottom: 8%;
		margin-top: 142px;
	}
	.newsBox .float{
		top: -56px
    }
    .caseBox>.float .news-word，
	.newsBox .float .news-word{
		margin-bottom: 0
    }
    
	.newsBox .inbox li{
		margin-bottom: 6%;
		margin-right: 4%;
		width: 48%;
	}
	.newsBox .inbox li:nth-child(3n+0){
		margin-right: 4%;
	}
	.newsBox .inbox li:nth-child(2n+0){
		margin-right: 0;
	}
	.newsBox .float .box{
		top: -25px;
	}
	.newsBox .float .box select{
		height: 50px;
    }
    .newsBox .float .news-word{
        margin-bottom: 16px;
    }
}
@media only screen  and (max-width:800px){
	.newsBox{
		margin-top: 60px;
	}
	.newsBox .inbox li a .title{
		font-size: 18px;
		/*height: 50px;*/
	}
	.newsBox .inbox li a .line{
		margin-top: 12px;
		margin-bottom: 15px;
	}
}
@media only screen  and (max-width:600px){
	.newsBox .float .box{
		top: -21px;
	}
	.newsBox .float .box select{
		height: 42px;
	}
	.newsBox .inbox li .data .month,.newsBox .inbox li .data .year{
		font-size: 16px;
	}
	.newsBox .inbox li .data{
		width: 60px;
		height: 60px;
		padding-left: 9px;
	}
	.newsBox .inbox li{
		padding-top: 30px;
	}
	.newsBox .inbox li a .title{
		font-size: 16px;
		/*height: 44px;*/
	}
	.newsBox .inbox li a .line{
		margin-top: 8px;
		margin-bottom: 10px;
	}
	.newsBox .inbox li a .imgbox .type{
		right: 20px;
	}
	.newsBox .inbox li a .desc{
		font-size: 12px;
		/*height: 36px;*/
	}
}
@media only screen  and (max-width:414px){
	.newsBox{
		margin-top: 42px;
		padding-top: 55px;
	}
	.newsBox .float .box{
		top: -18px;
    }
    .caseBox>.float .news-word{
        margin-bottom: 0 !important;
    }
	/*.newsBox .float .box select{
		height: 36px;
		font-size: 12px;
	}*/
	.newsBox .float .box .news-xiala{
		width: 150px;
		height: 45px;
	}
	.newsBox .float .box .news-xiala.year{
		width: 100px;
	}
	.newsBox .float .box .news-xiala select{
		height: 45px;
    	line-height: 45px;
	}
	.newsBox .inbox li{
		width: 100%;
		float: none;
	}
	.newsBox .inbox li a .title{
		/*max-height: 44px;
		height: auto;*/
	}
	.newsBox .newsBottommore{
		height: 36px;
		line-height: 34px;
		width: 240px;
	}
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.27);
             transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.27);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.27);
             transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.27);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
 
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
/* =========

  新闻详细

  ========== */
.newsDetTop{
	margin-top: 90px;
	height: 112px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	display: table;
}
.newsDetTop .inback{
	display: table-cell;
	height: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.newsDetTop .back{
	display:block;
	width: 238px;
	height: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.newsDetTop .back:before{
	content: "";
	width: 170px;
	height: 100%;
	background-color: #f5f6f7;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.newsDetTop .back:after{
	content:"" ;
	height: 100%;
	width: 110px;
	position: absolute;
	left: 104px;
	top: 0;
	background-color: #f5f6f7;
	transform: skewX(-20deg);
}
.newsDetTop .back .yuan{
	position: absolute;
    width: 110px;
    height: 110px;
    right: 35px;
    top: 0;
    z-index: 11;
}
.newsDetTop .back .yuan::before,
.newsDetTop .back .yuan::after{
	background: #2f3031;
	height: 2px;
	left: 40%;
	top: 54%
}
.newsDetTop .back .yuan::before{
	width: 8px;
	margin-top: -3px;
}
.newsDetTop .outbox{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: middle;
}
.newsDetTop .inbox{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 28px;
    height: 100%;
}
.newsDetTop .inbox .title{
	font-size: 24px;
	color: #111212;
	/* */
	margin-bottom: 10px;
}
.newsDetTop .inbox .link a{
	font-size: 12px;
	color: #8f9194;
}
.newsDetTop .inbox .link a.active,.newsDetTop .inbox .link .color{
	color: #111212;
}
.newsDetTop .inbox .link .color{
	margin: 0 5px; 
	color: #8f9194
}
.newsDetBox{
	max-width: 1380px;
	margin-top: 80px;
	margin-bottom: 70px;
	position: relative;
}

.newsDetBox .inbox .left{
	float: left;
	width: 72.5%;
	padding-right: 52px;
}
.newsDetBox .inbox .left .title{
	font-size: 30px;
	color: #2485ff;
	
	line-height: 1.5;
}
.newsDetBox .inbox .left .line{
	background-color: #2485ff;
	width: 45px;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.newsDetBox .inbox .left .see{
	line-height: 20px;
	font-size: 14px;
	color: #7d7d7d;
}
.newsDetBox .inbox .left .see .data{
	float: left;
	margin-right: 30px;
	padding-left: 25px;
	background-image: url(../images/icon17.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.newsDetBox .inbox .left .see .view{
	float: left;
	padding-left: 35px;
	background-image: url(../images/icon16.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.newsDetBox .inbox .left .content{
	margin-top: 45px;
	font-size: 14px;
	color: #111212;
	line-height: 2.57;
	margin-bottom: 90px;
	min-height: 200px;
}
.newsDetBox .inbox .left .btn{
	display: block;
	padding-left: 52px;
	position: relative;
	font-size: 13px;
	color: #868686;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.newsDetBox .inbox .left .prev{
	margin-bottom: 10px;
}
.newsDetBox .inbox .left .btn::before,
.newsDetBox .inbox .left .btn::after{
	background: #808080;
	left: 0;
	height: 1.2px
}
.newsDetBox .inbox .left .next:before{
	left: 13px;
}
.newsDetBox .inbox .right{
	float: right;
	width: 27.5%;
}
.newsDetBox .inbox .right .btitle{
	font-size: 22px;
	color: #111212;
	margin-bottom: 32px;
}
.newsDetBox .inbox .right ul li{
	margin-bottom: 18px;
}
.newsDetBox .inbox .right ul li a{
	display: block;
}
.newsDetBox .inbox .right ul li a .title{
	font-size: 14px;
	color: #111212;
	line-height: 1.5;
	height: 21px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.newsDetBox .inbox .right ul li a .data{
	font-size: 12px;
	color: #b3b3b3;
	margin-top: 6px;
}
.newsDetBox .toolbarBox{
	position: absolute;
	top: 165px;
	left: 2px;
}
.newsDetBox .toolbarBox .bshare-custom a{
	display: block;
	width: 50px;
	height: 50px;
	padding-left: 0 !important;
	margin-right: 0;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
	box-shadow: 0 0 3px rgba(0, 0, 0, .25);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
.newsDetBox .toolbarBox .bshare-custom .bshare-weixin{
	background-image: url(../images/icon19.png);
}
.newsDetBox .toolbarBox .bshare-custom .bshare-sinaminiblog{
	background-image: url(../images/icon20.png);
}
.newsDetBox .toolbarBox .bshare-custom .bshare-qzone{
	background-image: url(../images/icon21.png);
}
.newsDetBox .toolbarBox .bshare-custom .bshare-qqmb{
	background-image: url(../images/icon22.png);
}
.newsDetBox .toolbarBox .bshare-custom .bshare-more.more-style-addthis{
	background-image: url(../images/icon18.png);
}
@media only screen  and (min-width:601px){
	.newsDetBox .inbox .left .btn:hover,.newsDetBox .inbox .right ul li:hover a .title{
		color: #2485ff;
	}
	.newsDetBox .inbox .left .btn:hover::before,
	.newsDetBox .inbox .left .btn:hover::after{
		background: #2485ff;
	}
}
@media only screen  and (max-width:1280px){
	.newsDetBox{
		margin-top: 70px;
		margin-bottom: 90px;
	}
	.newsDetBox .inbox .left .title{
		font-size: 28px;
	}
	.newsDetBox .inbox .left .content{
		margin-top: 40px;
		margin-bottom: 75px;
	}
}
@media only screen  and (max-width:1024px){
	.newsDetBox{
		margin-top: 7%;
		margin-bottom: 7%;
	}
	.newsDetBox .inbox .left .title{
		font-size: 26px;
	}
	.newsDetBox .inbox .left .content{
		margin-top: 4%;
		margin-bottom: 7.5%;
	}
	.newsDetTop .back{
		width: 150px;
	}
	.newsDetTop .back:before{
		width: 65px;
	}
	.newsDetTop .back:after{
		left: 0px;
	}
}
@media only screen  and (max-width:1023px){
	.newsDetTop{
		margin-top: 50px;
	}
}
@media only screen  and (max-width:800px){
	.newsDetBox .inbox .left{
		float: none;
		width: 100%;
		padding-right: 0
	}
	.newsDetBox .inbox .right{
		display: none;
	}
	.newsDetBox .inbox .left .line{
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.newsDetBox .inbox .left .title{
		font-size: 24px;
	}
}
@media only screen  and (max-width:600px){
	.newsDetTop{
		height: 72px;
	}
	.newsDetTop .back{
		width: 60px;
	}
	.newsDetTop .back:before{
		width: 60px;
		background-position: center;
	}
	.newsDetTop .back:after{
		display: none;
	}
	.newsDetTop .back .yuan{
		width: 100%;
		height: 100%;
		right: 0
	}
	.newsDetTop .inbox .title{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.newsDetBox .toolbarBox .bshare-custom a{
		width: 36px;
		height: 36px;
		-webkit-background-size: 36px 36px;
		background-size: 36px 36px;
	}
	.newsDetBox .inbox .left .title{
		font-size: 20px;
	}
	.newsDetBox .inbox .left .line{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	
}
@media only screen  and (max-width:414px){
	.newsDetBox .inbox .left .title{
		font-size: 18px;
	}
}
/* =========

  新闻详细

  ========== */
.recruitment-bg .left .yw,.recruitment-bg .left .zw{
	color: #2485ff;
}
.recruitment-bg .left:after{
	background-color: #2485ff;
}
.recruitmentBox{
	background-color: #f5f6f7;
	padding-top: 55px;
	margin-top: 90px;
	position: relative;
	padding-bottom: 75px;
	background-image: url(../images/zhaopin_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.recruitmentBox:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	height: 60px;
	background-color: #2485ff;
	width: 2px;
	margin-left: -1px;
}
.recruitmentBox .inbox .idesc{
	max-width: 730px;
	text-align: center;
	line-height: 2.57;
	margin: 20px auto 0;
	font-size: 14px;
	color: #565555;
	padding-bottom: 85px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.recruitmentBox .inbox ul{
	margin-bottom: 75px;
}
.recruitmentBox .inbox .item.hide{
	display: none;
}
.recruitmentBox .inbox .item .top{
	padding-left: 6.6%;
	padding-right: 6.6%;
	border-bottom: 1px solid #cfd8dc;
	height: 77px;
	line-height: 76px;
	position: relative;
	cursor: pointer;
}
.recruitmentBox .inbox .item:first-child .top{
	border-top: 1px solid #cfd8dc;
	height: 78px;
}
.recruitmentBox .inbox .item .top .title{
	float: left;
	width: 44%;
	font-size: 18px;
	color: #353535;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recruitmentBox .inbox .item .top .num{
	float: left;
	width: 90px;
	text-align: center;
	color: #93a6b0;
	font-size: 18px;
	margin-right: 25%;
}
.recruitmentBox .inbox .item .top .data{
	float: left;
	color: #93a6b0;
	font-size: 14px;
	width: 80px;
	text-align: center;
}
.recruitmentBox .inbox .item .top .icon{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #bfc0c0;
	float: right;
	margin-top: 26px;
	position: relative;
}
.recruitmentBox .inbox .item .top .icon:before{
	content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    width: 12px;
    height: 2px;
    background-color: #bfc0c0;
}
.recruitmentBox .inbox .item .top .icon:after{
	content: "";
    position: absolute;
    top: 4px;
    left: 9px;
    width: 2px;
    height: 12px;
    background-color: #bfc0c0;
}
.recruitmentBox .inbox .item .top[data-on="active"] .title,.recruitmentBox .inbox .item .top[data-on="active"] .num,.recruitmentBox .inbox .item .top[data-on="active"] .data{
	color: #fff;
}
.recruitmentBox .inbox .item .top[data-on="active"]{
	background-color: #00469f;
	border-color: #00469f;
}
.recruitmentBox .inbox .item .top[data-on="active"] .icon:before,.recruitmentBox .inbox .item[data-on="active"] .top .icon:after{
	background-color: #fff;
}
.recruitmentBox .inbox .item .top[data-on="active"] .icon:after{
	display: none;
}
.recruitmentBox .inbox .item .top[data-on="active"] .icon{
	border-color: #fff;
}
.recruitmentBox .inbox .item .desc{
	padding-left: 6.6%;
	padding-right: 6.6%;
	padding-top: 45px;
	padding-bottom: 64px;
	border-bottom: 1px solid #cfd8dc;
	display: none;
}
.recruitmentBox .inbox .item .desc .intitle{
	font-size: 34px;
	color: #2e2e2e;
}
.recruitmentBox .inbox .item .desc .tj{
	font-size: 14px;
	color: #454545;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 8px;
}
.recruitmentBox .inbox .item .desc .content{
	font-size: 14px;
	color: #565555;
	line-height: 2.14;
}
.recruitmentBox .inbox .item .desc .link{
	display: block;
	width: 136px;
	height: 46px;
	background-color: #2e77ff;
	text-indent: 15px;
	line-height: 46px;
	color: #fefefe;
	position: relative;
	font-size: 16px;
	margin-top: 40px;
	border-radius: 5px;
}	
.recruitmentBox .inbox .item .desc .link:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid rgba(255,255,255,.5);
	border-right: 2px solid rgba(255,255,255,.5);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
}
.recruitmentBox .inbox .more{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 286px;
	height: 42px;
	border: 2px solid #2e2e2e;
	text-align: center;
	line-height: 40px;
	color: #2e2e2e;
	font-weight: bold;
	font-size: 14px;
	background-color: #fff;
	cursor: pointer;
}
.recruitmentBox .recruitmenttel{
	text-align: center;
	margin-top: 50px
}

.recruitmentBox .recruitmenttel span{
	position: relative;
	font-size: 14px;
	color: #00469f;
	display: inline-block;
}
.recruitmentBox .recruitmenttel span::before,
.recruitmentBox .recruitmenttel span::after{
	content: '';
	position: absolute;
	top: 50%;
	width: 160px;
	height: 1px;
	background-color: #00469f
}
.recruitmentBox .recruitmenttel span::before{
	right: 110%;
}
.recruitmentBox .recruitmenttel span::after{
	left: 110%
}
.recruitmentBox .recruitmenttel span a{
	color: #00469f
}
/*recruitment-bottom*/
.recruitment-bottom{
	height: 395px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.recruitment-bottom .inbox .title{
	font-size: 40px;
	color: #ffffff;
	/* */
}
.recruitment-bottom .inbox .line{
	width: 30px;
	height: 2px;
	background-color: #0078ff;
	margin: 20px auto;
}
.recruitment-bottom .inbox .email{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 35px;
}
.recruitment-bottom .inbox .more{
	display: block;
	width: 160px;
	height: 50px;
	border: 2px solid #fff;
	text-indent: 20px;
	color: #fefefe;
	font-size: 16px;
	line-height: 48px;
	text-align: left;
	border-radius: 30px;
	margin: 0 auto;
	position: relative;
}
.recruitment-bottom .inbox .more:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 20px;
}
/*recruitment-bottom End*/
@media only screen  and (min-width:601px){
	.recruitmentBox .inbox .more:hover{
		background-color: #2e2e2e;
		color: #fff;
	}
	.recruitmentBox .inbox .item:hover .top{
		background-color: #00469f;
		border-color: #00469f;
	}
	.recruitmentBox .inbox .item:hover .top .title,.recruitmentBox .inbox .item:hover .top .num,.recruitmentBox .inbox .item:hover .top .data{
		color: #fff;
	}
	.recruitmentBox .inbox .item:hover .top .icon:before,.recruitmentBox .inbox .item:hover .top .icon:after{
		background-color: #fff;
	}
	.recruitmentBox .inbox .item:hover .top .icon:after{
		display: none;
	}
	.recruitmentBox .inbox .item:hover .top .icon{
		border-color: #fff;
	}
	.recruitment-bottom .inbox .more:hover{
		color: #e50000;
		border-color: #e50000;
	}
	.recruitment-bottom .inbox .more:hover:after{
		border-color: #e50000;
	}
}
@media only screen  and (max-width:1280px){
	.recruitmentBox{
		margin-top: 80px;
	}
	.recruitment-bottom{
		height: 350px;
	}
}
@media only screen  and (max-width:1024px){
	.recruitmentBox{
		/*margin-top: 8%;*/
		padding-top: 5.5%;
		padding-bottom: 7.5%;
	}
	.recruitmentBox .inbox .idesc{
		padding-bottom: 8%;
	}
	.recruitmentBox .inbox .item .desc .intitle{
		font-size: 30px;
	}
	.recruitmentBox .inbox .item .desc .tj{
		margin-top: 3.5%;
	}
	.recruitmentBox .inbox .item .desc .link{
		margin-top: 4.5%;
	}
	.recruitmentBox .inbox .item .desc{
		padding-top: 36px;
		padding-bottom: 56px;
	}
	.recruitmentBox .inbox ul{
		margin-bottom: 7.5%;
	}
	.recruitment-bottom{
		height: 300px;
	}
	.recruitment-bottom .inbox .title{
		font-size: 32px;
	}
	.recruitment-bottom .inbox .line{
		margin: 15px auto;
	}
	.recruitment-bottom .inbox .email{
		margin-bottom: 26px;
	}
}
@media only screen  and (max-width:800px){
	.recruitmentBox .inbox .item .desc .intitle{
		font-size: 26px;
	}
	.recruitmentBox .inbox .item .top .num{
		margin-left: 30px;
		margin-right: 30px;
		font-size: 16px;
	}
	.recruitmentBox .inbox .item .top .title{
		width: 55%;
		font-size: 16px;
	}
	.recruitmentBox .inbox .item .top{
		padding-left: 3%;
		padding-right: 3%;
		height: 65px;
		line-height: 64px;
	}
	.recruitmentBox .inbox .item:first-child .top{
		height: 66px;
	}
	.recruitmentBox .inbox .item .top .icon{
		margin-top: 20px;
	}
	.recruitmentBox .inbox .item .desc{
		padding-top: 30px;
		padding-bottom: 48px;
	}
	.recruitmentBox{
		margin-top: 12px
	}
	.recruitmentBox .recruitmenttel{
		margin-top: 30px;
	}
}
@media only screen  and (max-width:600px){
	.recruitmentBox .inbox .idesc{
		margin-top: 0;
		line-height: 1.5;
		font-size: 12px;
	}
	.recruitmentBox .inbox .item .top{
		height: 41px;
		line-height: 40px;
	}
	.recruitmentBox .inbox .item:first-child .top{
		height: 42px;
	}
	.recruitmentBox .inbox .item .top .icon{
		margin-top: 8px;
	}
	.recruitmentBox .inbox .item .desc .intitle{
		font-size: 20px;
	}
	.recruitmentBox .inbox .item .top .title{
		font-size: 14px;
	}
	.recruitmentBox .inbox .item .top .num{
		font-size: 14px;
		width: 40px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.recruitmentBox .inbox .item .top .data{
		font-size: 12px;
		width: 70px;
	}
	.recruitmentBox .inbox .item .desc{
		padding-top: 20px;
		padding-bottom: 35px;
	}
	.recruitmentBox:after{
		height: 40px;
		top: -20px;
	}
	.recruitment-bottom{
		height: 220px;
	}
	.recruitment-bottom .inbox .title{
		font-size: 24px;
	}
	.recruitment-bottom .inbox .line{
		margin: 10px auto;
	}
	.recruitment-bottom .inbox .email{
		margin-bottom: 15px;
		font-size: 14px !important;
	}
	.recruitment-bottom .inbox .more{
		height: 36px;
		line-height: 34px;
		width: 110px;
		font-size: 13px;
		text-indent: 15px;
	}
	.recruitment-bottom .inbox .more:after{
		right: 10px;
	}
}
@media only screen  and (max-width:414px){
	.recruitmentBox .inbox .item .top .title{
		font-size: 12px;
	}
	.recruitmentBox .inbox .item .top .num{
		font-size: 12px;
		width: 36px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.recruitmentBox .inbox .item .top .icon{
		width: 16px;
		height: 16px;
		border-width: 1px;	
	}
	.recruitmentBox .inbox .item .top .icon:before{
		width: 9px;
		height: 1px;
		top: 7px;
		left: 3px;
	}
	.recruitmentBox .inbox .item .top .icon:after{
		width: 1px;
		height: 9px;
		left: 7px;
		top: 3px;
	}
	.recruitmentBox .inbox .item .top{
		height: 35px;
		line-height: 34px;
	}
	.recruitmentBox .inbox .item:first-child .top{
		height: 36px;
	}
	.recruitmentBox .inbox .item .desc .intitle{
		font-size: 16px;
	}
	.recruitmentBox .inbox .item .desc .tj{
		margin-bottom: 5px;
	}
	.recruitmentBox .inbox .item .desc .content{
		font-size: 12px !important;
	}
	.recruitmentBox .inbox .item .desc .link{
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		width: 110px;
	}
	.recruitmentBox .inbox .more{
		width: 220px;
		height: 36px;
		line-height: 34px;
	}
	.recruitmentBox .inbox .item .desc{
		padding-top: 15px;
		padding-bottom: 25px;
	}
}
/* =========

  精品工程

  ========== */
.case-bg .left .yw,.case-bg .left .zw{
	color: #ff670a;
}
.case-bg .left:after{
	background-color: #ff670a;
}
.caseBox{
	margin-top: 126px;
	background-color: #f3f8fb;
	position: relative;
	padding-bottom: 60px;
}
.caseBox .news-word{
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	font-size: 12px;
    color: #111212;
    margin-left: auto;
    margin-right: auto;    
}

.caseBox.caseBox.with-filter-box .news-word{
    position: relative;
    top: -0;
    left:unset;
    margin-left: 0 !important;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.caseBox .news-word .blue{
	color: #2485ff;
	margin: 0 5px;
}
.caseUl{
	position: relative;
	z-index: 1;
	top: -54px;
}
.caseUl li{
	float: left;
	position: relative;
	width: calc((100% - 91px) / 3);
	margin-right: 45px;
	background-color: #f3f8fb;
	margin-top: 78px;
}
.caseUl li:nth-child(1),
.caseUl li:nth-child(2),
.caseUl li:nth-child(3){
	margin-top: 0
}
.caseUl li:nth-child(3n+0){
	margin-right: 0;
}
.caseUl li a{
	display: block;
	padding-bottom: 25px;
}
.caseUl li a .imgbox{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
    -webkit-transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.27);
    -o-transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.27);
    transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.27);
}
.caseUl li a .inimg{
	 overflow: hidden;
}
.caseUl li a .imgbox img{
	width: 100%;
}
.caseUl li a .float{
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 92%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 16px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #ffffff
}

.caseUl li a .float .zw{
	font-size: 20px;
	color: #111212;
	line-height: 1.5;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.caseUl li a .float .yw{
	font-size: 14px;
	color: #a4a4a4;
	line-height: 1.5;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

@media only screen  and (min-width:601px){
	.caseUl li:hover a .imgbox{
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	.caseUl li:hover a .float{
		border-color: #0078ff
	}
}
@media only screen  and (max-width:1280px){
	.caseBox{
		padding-bottom: 3%;
	}
	.caseUl li{
		margin-top: 50px
	}
}
@media only screen  and (max-width:1024px){
	.caseUl{
		top: -30px
    }
    .caseBox{
        margin-top: 130px;
    }
	.caseBox.caseBox.with-filter-box{
        margin-top: 142px;
		/* margin-top: 130px; */
    }
    .caseBox.caseBox.with-filter-box{
        margin-top: 167px;
    }
	.caseUl li{
		margin-top: 4%
	}
	.caseBox:not(.with-filter-box) .news-word{
		top: -50px
    }
    .caseBox>.float{
        top:-56px
    }
}
@media only screen  and (max-width:800px){
	.caseUl li{
		margin-right: 3%;
		width: 48.5%;
	}
	.caseUl li:nth-child(3n+0) {
	    margin-right: 3%;
	    margin-top: 4%
	}
	.caseUl li:nth-child(2n+0) {
	    margin-right: 0;
	}
	.caseBox{
        margin-top: 60px;
		/* margin-top: 48px; */
    }
    .caseBox.caseBox.with-filter-box{
        margin-top: 80px;
    }
}
@media only screen  and (max-width:600px){
	.caseUl li a .float{
		padding-top: 13px;
		padding-bottom: 12px;
	}
	.caseUl li a .float .zw{
		font-size: 16px;
		height: 24px;
	}
}
@media only screen  and (max-width:414px){
    .caseBox{
        margin-top: 42px;
    }
    .caseBox.caseBox.with-filter-box{
        margin-top: 70px;
    }
	.caseUl li a .float{
		padding-top: 9px;
		padding-bottom: 8px;
		bottom: 5px;
	}
	.caseUl li a .float .zw{
		font-size: 14px;
		height: 21px;
	}
	.caseUl li a .float .yw{
		font-size: 10px;
		height: 15px;
	}
	.caseUl li a{
		padding-bottom: 20px;
	}
}
/* =========

  作品分类

  ========== */
.caseTop .inbox{
	position: relative;
	padding-left: 28px;
	max-width: 1200px;
	width: 94%;
}
.caseTop .float{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	line-height: 110px;
}
.caseTop .float .word{
	font-size: 12px;
	color: #9e9e9e;
	margin-right: 20px;
}
.caseTop .float select{
	width: 162px;
	height: 44px;
	border: 1px solid #d3d3d3;
	background: -webkit-linear-gradient(#fefefe, #ededed);
	background: -o-linear-gradient(#fefefe, #ededed); 
	background: -moz-linear-gradient(#fefefe, #ededed); 
	background: linear-gradient(#fefefe, #ededed); 
	text-indent: 15px;
	color: #2d2d2d;
	font-size: 14px;
}
.mm-caseTop{
	display: none;
}


/* =========

  作品详情

  ========== */
.caseview-swiper{
	padding-bottom: 60px;
}
.caseview-swiper .case-pagination{
	position: absolute;
	bottom: 25px;
	text-align: center;
}
.caseview-swiper .case-pagination .swiper-pagination-bullet{
	width: 9px;
	height: 4px;
	background-color: #bec0c4;
	border-radius: 0;
	opacity: 1
}
.caseview-swiper .case-pagination .swiper-pagination-bullet-active{
	background-color: #2e77ff;
}
.caseview-swiper .swiper-slide{
	background-color: #ececec;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.caseview-swiper .btn{
	position: absolute;
    top: 50%;
    margin-top: -28px;
    cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(17,18,18,.7);
    z-index: 10;
}
.caseview-swiper .btn::before,
.caseview-swiper .btn::after{
	left: 50%;
	margin-left: -8px;
	margin-top: -4px
}
.caseview-swiper .btn::before{
	margin-top: -6px
}
.caseview-swiper .case-next::before{
	left: calc(50% + 12px)
}

.caseview-swiper .case-prev{
	left: 3.125%;
}
.caseview-swiper .case-next{
	right: 3.125%;
}
.caseDetBox{
	border-top: 1px solid #ececec;
	margin-bottom: 80px;
}
.caseDetBox .left{
	float: left;
	width: calc(100% - 300px);
	margin-top: 25px;
	padding-right: 80px;
}
.caseDetBox .left .content{
	line-height: 2.57;
	color: #111212;
	font-size: 14px;
	margin-bottom: 45px;
}
.caseDetBox .left .link{
	padding: 20px 0;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.caseDetBox .left .link .prev{
	float: left;
	width: 50%;
	padding-right: 10px;
	display: block;
}
.caseDetBox .left .link .btn .imgbox{
	display: inline-block;
	vertical-align: middle;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 108px;
} 
.caseDetBox .left .link .btn .word{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #2b2a2a;
	margin-left: 15px;
	width: calc(100% - 142px);
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.caseDetBox .left .link .btn .word .prev-a{
	font-size: 12px;
	color: #a4a4a4;
	margin-bottom: 2px
}
.caseDetBox .left .link .btn .imgbox img{
	width: 100%;
}
.caseDetBox .left .link .next{
	float: right;
	width: 50%;
	padding-left: 10px;
	display: block;
	text-align: right;
}
.caseDetBox .left .link .next .word{
	margin-left: 0;
	margin-right: 15px;
}
.caseDetBox .right{
	float: right;
	width: 300px;
}
.caseDetBox .right .moretitle{
	width: 100%;
	height: 85px;
	line-height: 85px;
	background-color: #00469f;
	font-size: 16px;
	color: #ffffff;
	padding-left: 30px;
	background-image: url(../images/proview_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
}
.caseDetBox .right .moreclass li{
	padding-left: 30px;
	background-color: #f5f6f7
}
.caseDetBox .right .moreclass li .classa{
	display: block;
	padding: 23px 0;
	border-top: 1px solid #dadcdf;
	position: relative;
	font-size: 14px;
	color: #3c3c3c
}
.caseDetBox .right .moreclass li:nth-child(1) .classa{
	border-top: none;
}
.caseDetBox .right .moreclass li .classa span{
	position: absolute;
	right: 30px;
	top: 50%;
}
.caseDetBox .right .moreclass li .classa span::before,
.caseDetBox .right .moreclass li .classa span::after{
	background: #787f85
}

@media only screen  and (max-width:1280px){
	.caseDetBox .left{
		padding-right: 3%
	}
}
@media only screen  and (max-width:1024px){
	.caseDetBox{
		margin-bottom: 7%;
	}
	.caseDetBox .left .content{
		margin-bottom: 50px;
	}
	.caseDetBox .left{
		width: calc(100% - 256px);
	}
	.caseDetBox .right{
		width: 256px;
	}
}
@media only screen  and (max-width:800px){
	.caseDetBox .right{
		float: none;
		width: 100%;
	}
	.caseDetBox .left{
		float: none;
		width: 100%;
		margin-top: 4.5%;
	}
	.caseDetBox .left .content{
		margin-bottom: 6.5%;
	}
	.caseview-swiper{
		padding-bottom: 40px;
	}
	.caseview-swiper .case-pagination{
		bottom: 15px;
	}
	.caseDetBox .right{
		display: none;
	}
}
@media only screen  and (max-width:600px){
	.caseDetBox .left .link .prev,.caseDetBox .left .link .next{
		float: none;
		width: 100%;
		padding: 0;
	}
	.caseDetBox .left .link .next{
		margin-top: 10px;
		text-align: left;
	}
	.caseDetBox .left .link .btn.next .imgbox{
		float: left;
	}
	.caseDetBox .left .link .next .word{
		float: right;
		margin-right: 0;
		margin-top: 23px;
	}
	.caseview-swiper .btn{
		width: 44px;
		height: 44px;
		margin-top: -22px;
	}
	
	
}
@media only screen  and (max-width:414px){
	.caseDetBox .left .link .btn .imgbox{
		width: 72px;
	}
	.caseDetBox .left .link .btn .word{
		width: calc(100% - 96px);
	}
	.caseDetBox .left .link .btn.prev .word{
		margin-left: 20px;
	}
	.caseDetBox .left .link .next .word{
		margin-top: 12px;
	}
	.caseview-swiper .btn{
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}
	.caseDetBox .right .moretitle{
		height: 60px;
		line-height: 60px;
	}
	.caseDetBox .right .moreclass li .classa{
		padding: 10px 0
	}

}
/* =========

  技术力量

  ========== */
.technology-one .one-cont{
	background-repeat: no-repeat;
	background-position: left 55px;
	padding: 50px 0 62px 55px;
	
}
.technology-one .one-cont .title{font-size: 30px;color: #2e77ff;margin-bottom: 25px}
.technology-one .one-cont .demo{font-size: 14px;color: #565555;line-height: 2.57;max-width: 44%}



.technology-two{background-repeat: no-repeat;background-position: right bottom;background-color: #f5f6f7;padding: 55px 0 162px}
.technology-two .two-cont{background-color: #ffffff;margin-top: 50px;display: flex;align-items: center;}
.technology-two .two-cont .left{width: 57%;padding: 0 108px 0 55px;} 
.technology-two .two-cont .left .tit{font-size: 30px;color: #2e77ff;margin-bottom: 25px}
.technology-two .two-cont .left .desc{font-size: 14px;color: #565555;line-height: 2.57;    max-height: 178px;overflow-y: auto;}
.technology-two .two-cont .left .desc::-webkit-scrollbar {display:none}
.technology-two .two-cont .right{width: 43%;min-height: 280px;    display: flex;align-items: center;}





@media only screen  and (max-width:1400px){
	.technology-two .two-cont{
		margin-top: 20px;
	}
	.technology-two .two-cont .left{
		padding: 0 55px;
	}
	.technology-two{
		padding: 55px 0 122px;
	}

}
@media only screen  and (max-width:1280px){
	.technology-two .two-cont .left .tit{
		font-size: 28px;
		margin-bottom: 8px;
	}
	.technology-two{
		padding: 55px 0 65px;
	}
}
@media only screen  and (max-width:1024px){
	.technology-one{
		margin-top: 80px;
	}
	.technology-one .one-cont{
		padding: 6% 0 6% 40px;
	}
	.technology-two .two-cont{
		flex-direction: column-reverse;
	}
	.technology-two .two-cont .left,.technology-two .two-cont .right{
		width: 100%
	}
	.technology-two .two-cont .left{
		padding: 4%;
	}
	.technology-one .one-cont .demo{
		max-width: 100%
	}

}
@media only screen  and (max-width:800px){
	.technology-one{
		margin-top: 0
	}
	.technology-one .one-cont{
		    padding: 3% 0 6% 40px;
	}
}
@media only screen  and (max-width:600px){
	.technology-two .two-cont .right{
		min-height: 100%
	}
}

/* =========

  技术力量

  ========== */
.engineering-bg .left .yw,.engineering-bg .left .zw{
	color: #0085da;
}
.engineering-bg .left:after{
	background-color: #0085da;
}
.engineering-top:after{
	display: none;
}
.engineering-top{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	position: relative;
	padding-bottom: 100px;
	padding-top: 70px;
}
.engineering-top .cont{
	font-size: 14px;
	color: #565555;
	line-height: 2.57;
	max-width: 80%;
	text-align: center;
	margin: 45px auto 0;
}
.engineering-top .cont1{
	font-size: 14px;
	color: #565555;
	line-height: 2.57;
}
.engineering-middle{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 756px;
}
.engineering-middle img{
	width: 100%;
}

.engineering-middle .inbox{
	position: absolute;
	top: 0;
	height: 100%;
	width: 94%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 1200px;
}
.engineering-middle .inbox .left{
	float: left;
	width: 50%;
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	height: 100%;
	position: relative;
}
.engineering-middle .inbox .left:after,.engineering-middle .inbox .left:before{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background-color:rgba(255,255,255,.5);
	left: 33.333%;
}
.engineering-middle .inbox .left:before{
	left: 66.6666%;
}
.engineering-middle .inbox .left .gallery-thumbs{
	height: 66.666666%;
}
.engineering-middle .inbox .left .bottom{
	height: 33.33333%;
	border-top: 1px solid rgba(255,255,255,.5);
	margin-top: -1px;
	opacity: 0.6
}
.engineering-middle .inbox .left .bottom .btn{
	width: 33.333%;
	height: 100%;
	cursor: pointer;
	position: relative;
}
.engineering-middle .inbox .left .bottom .btn::before,
.engineering-middle .inbox .left .bottom .btn::after{
	left: 50%;
	height: 2px;
	margin-top: -20px;
	margin-left: -12px
}
.engineering-middle .inbox .left .bottom .btn::before{
	width: 10px;    margin-top: -19px;
}
.engineering-middle .inbox .left .bottom .btn::after{
	width: 30px;
}
.engineering-middle .inbox .left .bottom .btn.gt-next::before{
	left: calc(50% + 20px)
}
.engineering-middle .inbox .left .bottom .gt-next{
	float: right;
}
.engineering-middle .inbox .left .bottom .gt-prev{
	float: left;
}
.engineering-middle .inbox .left .bottom .middle{
	float: left;
	width: 33.333%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.engineering-middle .inbox .left .gallery-thumbs::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,.5)
}
.engineering-middle .inbox .left .bottom .middle .thumbs-pagination{text-align: center;font-size: 24px;color: #ffffff;}
.engineering-middle .inbox .left .gallery-thumbs .swiper-slide{
	/*border-bottom: 1px solid rgba(255,255,255,.5);*/
	height: auto;
}
.engineering-middle .inbox .left .gallery-thumbs .swiper-slide:nth-child(3n+1){
	border-left: 0;
}
.engineering-middle .inbox .left .gallery-thumbs .swiper-slide .imgbox{
	background-repeat: no-repeat;
	background-position: center;
	max-width: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 38px;
	opacity: 0.6
}	
.engineering-middle .inbox .left .gallery-thumbs .swiper-slide.active .imgbox{
	opacity: 1
}
.engineering-middle .inbox .left .gallery-thumbs .swiper-slide .title{
	font-size: 16px;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: rgba(255,255,255,.5);
	text-align: center;
	margin-bottom: 13px;
	margin-top: 16px;
}
.engineering-middle .inbox .left .gallery-thumbs .active{
	background-color: #067fce;
}
.engineering-middle .inbox .left .gallery-thumbs .active .title{
	color: #fff;
}
.engineering-middle .inbox .right{
	float: right;
	width: 50%;
	padding-left: 5.83%;
	height: 100%;
	padding-top: 90px;
}
.engineering-middle .inbox .right .comStitle{
	border-bottom: 1px solid #067fce;
	margin-bottom: 30px;
}
.engineering-middle .inbox .right .comStitle .zw{
	text-align: left;
	color: #fff;
}
.engineering-middle .inbox .right .comStitle .yw{
	text-align: left;
	color: rgba(255,255,255,.1);
}
.engineering-middle .inbox .right .gallery-top .swiper-slide a{
	display: block;
}
.engineering-middle .inbox .right .gallery-top .swiper-slide .imgbox{
	max-width: 330px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.engineering-middle .inbox .right .gallery-top .swiper-slide .imgbox img{
	width: 100%;
}
.engineering-middle .inbox .right .gallery-top .swiper-slide .title{
	font-size: 30px;
	color: #ffffff;
	line-height: 1.5;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 18px
}
.engineering-middle .inbox .right .gallery-top .swiper-slide .demo{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 35px
}
.engineering-middle .inbox .right .gallery-top .swiper-slide .desc{
	font-size: 14px;
	color: #ffffff;
	line-height: 2.8;
	max-height: 300px;
	overflow: hidden;
	/* -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; */
}
.engineering-middle .inbox .right .gallery-top .swiper-slide .more{
	font-size: 14px;
	color: #dfdfdf;
	margin-top: 26px;
}
@media only screen  and (max-width:1280px){
	.engineering-top .cont{
		    margin: 20px auto 0;
	}
	.engineering-top{
		padding-bottom: 60px;
	}
}

@media only screen  and (max-width:1024px){
	.engineering-top .img1{
		margin-top: 2.5%;
	}
	.engineering-top{
		padding: 6% 0;
	}
	.technology-one .one-cont .title,
	.technology-two .two-cont .left .tit,
	.engineering-middle .inbox .right .gallery-top .swiper-slide .title{
		font-size: 26px;
	}
	.technology-two{
		padding: 10% 0 65px;
	}
	.technology-two .two-cont .left .desc{
		max-height: 100%
	}
	.engineering-top .cont{
		max-width: 100%
	}
	
}
@media only screen  and (max-width:800px){

	.engineering-middle .inbox .left .gallery-thumbs .swiper-slide .imgbox{
		margin-top: 25px;
	}
	.engineering-middle .inbox .left .gallery-thumbs{
		height: auto;
	}
	.engineering-middle .inbox .left .bottom{
		height: 162px;
	}
	.engineering-middle .inbox .left{
		float: none;
		width: 100%;
		height: auto;
		margin-top: 5%;
		border-top: 1px solid rgba(255,255,255,.5);
		border-bottom: 1px solid rgba(255,255,255,.5);
	}
	.engineering-middle .inbox .right{
		float: none;
		width: 100%;
		padding-top: 5%;
		height: auto;
		padding-left: 0;
	}
	.engineering-middle .inbox .right .comStitle{
		margin-bottom: 10px;
	}
	.engineering-middle .inbox .right .gallery-top .swiper-slide .imgbox{
		max-width: 200px;
	}
	.engineering-middle{
		height: 100%
	}
	.engineering-middle .inbox{
		position: static;
		transform: translateX(0);
		margin: 0 auto;
		padding-bottom: 4%
	}
	.engineering-middle .inbox .left .bottom .btn::before{
		margin-top: -20px;
	}
	.engineering-middle .inbox .left .bottom .btn.gt-next::before {
	    left: calc(50% + 20px);
	}
	.engineering-middle .inbox .right .gallery-top .swiper-slide .desc{
		max-height: 100%;
	}
}
@media only screen  and (max-width:600px){
	.engineering-middle .inbox .right .gallery-top .swiper-slide .imgbox{
		max-width: 150px;
	}
	.engineering-middle .inbox .right .gallery-top .swiper-slide .title{
		font-size: 20px;
		height: 30px;
	}
	.engineering-middle .inbox .right .gallery-top .swiper-slide .desc{
		font-size: 12px !important;
		line-height: 1.5 !important;
		margin-top: 5px;
	}
	.engineering-middle .inbox .right .gallery-top .swiper-slide .more{
		margin-top: 12px;
	}
	.engineering-middle .inbox .left .gallery-thumbs .swiper-slide .imgbox{
		margin-top: 10px;
	}
	.engineering-middle .inbox .left .gallery-thumbs .active .title{
		font-size: 14px;
	}
	.engineering-middle .inbox .left .bottom{
		height: 147px;
	}
	.technology-one .one-cont .title, .technology-two .two-cont .left .tit, .engineering-middle .inbox .right .gallery-top .swiper-slide .title{
		font-size: 22px
	}
	.technology-one .one-cont .title{
		margin-bottom: 15px
	}
}	
@media only screen  and (max-width:414px){
	.engineering-middle .inbox .left .gallery-thumbs{
		position: absolute;
		top:0;
		left: 33.33%;
		width: 33.33%;
	}
	.engineering-middle .inbox .left:after, .engineering-middle .inbox .left:before{
		left: calc(33.33% - 1px);
	}
	.engineering-middle .inbox .left:after{
		left: calc(66.66%);
	}
	.engineering-middle .inbox .left .bottom .middle{
		display: none;
	}
	.engineering-middle .inbox .left .gallery-thumbs .active .title{
		margin-bottom: 0;
	}
	.engineering-middle .inbox .left .bottom{
		height: 137px;
	}
	.engineering-middle .inbox .left .gallery-thumbs .swiper-slide{
		height: 137px;
	}
}
/*engineering-bottom*/
.engineering-bottom{
	position: relative;
	padding-top: 90px;
	padding-bottom: 96px;
}
.engineering-bottom:after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 339px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-repeat: no-repeat;
}
.engineering-bottom .inbox .title1{
	color: #0085da;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.engineering-bottom .inbox .desc{
	font-size: 14px;
	color: #565555;
	line-height: 2.57;
	text-align: center;
    margin: 45px auto 65px;
    max-width: 80%
}
.engineering-bottom .inbox{
	overflow: visible;
}

.aboutupperBox .gallery-top1 .swiper-slide{
	padding-top: calc(520 / 1380 * 100%);
	background-position: center;
    background-size: cover;
    min-height: 300px;
}
.aboutupperBox .gallery-top1 .shigong-pagination{
	position: absolute;
	bottom: 28px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1
}
.aboutupperBox .gallery-top1 .shigong-pagination .swiper-pagination-bullet{
	opacity: 1;
	width: 6px;
	height: 6px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	margin: 0 5px;
	background-color: transparent;
}
.aboutupperBox .gallery-top1 .btn{
	position: absolute;
	top: 50%;
	width: 54px;
	height: 54px;
	background-color: rgba(0,0,0,.7);
	border-radius: 50%;
	margin-top: -27px;
	z-index: 1;
	cursor: pointer;
}
.aboutupperBox .gallery-top1 .btn.shigong-prev{
	left: 27px
}
.aboutupperBox .gallery-top1 .btn.shigong-next{
	right: 27px
}
.aboutupperBox .gallery-top1 .btn::before,
.aboutupperBox .gallery-top1 .btn::after{
	left: 50%;
	margin-left: -8px;
	margin-top: -4px;
	height: 2px
}
.aboutupperBox .gallery-top1 .btn::before{
	margin-top: -5px;
	width: 8px
}
.aboutupperBox .gallery-top1 .btn.shigong-next::before{
	left: calc(50% + 11px)
}
.aboutupperBox .gallery-top1 .shigong-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #2e77ff;
	border: 1px solid #2e77ff
}
.aboutupperBox .gallery-thumbs1 .swiper-wrapper{
	flex-wrap: nowrap;
}
.aboutupperBox .gallery-thumbs1 .swiper-slide{
	display: flex;justify-content: center;align-items: center;
	height: 74px;
	background-color: #00469f;
	width: 25%!important;
	font-size: 20px;
	color: rgba(255,255,255,0.76);    
	padding: 0 20px;
	cursor: pointer;
}

.aboutupperBox .gallery-thumbs1 .swiper-slide::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(255,255,255,.2);
}
.aboutupperBox .gallery-thumbs1 .swiper-slide:nth-child(1)::before{
	display: none;
}
.aboutupperBox .gallery-thumbs1 .swiper-slide.active{
	background-color: #2e77ff;
	color: rgba(255,255,255,1);
}
.aboutupperBox .gallery-thumbs1 .swiper-slide .icon{
	width: 26px;
	margin-right: 10px
}




@media only screen  and (max-width:1440px){
	.engineering-bottom{
		padding-top: 70px;
	}
	.engineering-bottom .inbox .desc{
		margin-bottom: 55px;
	}
}
@media only screen  and (max-width:1280px){
	.engineering-bottom{
		padding-top: 50px;
		padding-bottom: 6%
	}
	.engineering-bottom .inbox .desc{
		margin-bottom: 45px;
	}
	.engineering-bottom .inbox .title1{
		font-size: 24px;
		height: 36px;
	}
}
@media only screen  and (max-width:1024px){
	.engineering-bottom{
		padding-top: 5%;
	}
	.engineering-bottom .inbox .title1{
		font-size: 20px;
		height: 30px;
	}
	.engineering-bottom .inbox .desc{
		margin-top: 7px;
		margin-bottom: 36px;
		max-width: 100%
	}
	.aboutupperBox .gallery-thumbs1 .swiper-slide{
		height: 60px;
		font-size: 16px;
	}
	
}
@media only screen  and (max-width:800px){
	.gallery-thumbs1{
		display: none;
	}
}
@media only screen  and (max-width:600px){
	.engineering-bottom .inbox .desc{
		margin-top: 3px;
		margin-bottom: 25px;
	}
	.aboutupperBox .gallery-top1 .btn{
		display: none;
	}
	.aboutupperBox .gallery-top1 .swiper-slide{
		min-height: 250px
	}
	
}
/*engineering-bottom End*/
/* =========

  知产

  ========== */

.company-upper{
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 90px;
}

/*.company-upper*/
.company-upper:after{
	background-color: #0078ff;
} 
.company-upper .content{
    position: relative;
    overflow: hidden;
    margin-top: 65px;
    padding: 0 75px;
    display: flex;
    align-items: flex-start;
}
.company-upper .content .right{
	width: 34%;
	font-size: 14px;
	color: #3f3f3f;
	line-height: 2;
	position: relative;
	padding-bottom: 6%;
}
.company-upper .content .right::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90%;
	height: 80%;
    background-color: #dce2e8
}
.company-upper .content .right img{
	position: relative;
	z-index: 1
}
.company-upper .content .left{
	width: 66%;
	font-size: 14px;
	color: #565555;
	line-height: 2;
	padding-right: 6%
}
.company-upper .content .left img{
	width: 100%;
}



@media only screen  and (max-width:1280px){
	.company-upper .content{
		margin-top: 3%;
	}
	.company-upper{
		padding-bottom: 80px;
	}
}
@media only screen  and (max-width:1024px){
	.company-upper .content{
		padding: 0
	}
	.company-upper{
		padding-bottom: 8%;
	}
	.company-upper .content .right{
		padding-top: 45px;
		padding-bottom: 50px;
	}
	
}
@media only screen  and (max-width:800px){
	.company-upper{
		margin-top: 0
	}
	.company-upper .content{
		display: block;
	}
	.company-upper .content .right{
		float: none;
		width: 100%;
	}
	.company-upper .content .left{
		position: static;
		width: 100%;
		padding-right: 0
	}
	.company-upper .content .right{
		padding-top: 4%;
		padding-bottom: 5.5%;
	}
	
}

@media only screen  and (max-width:414px){
	.company-upper .content .right{
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
}
/*.company-upper End*/
/*资质证书*/
.company-shu{
	padding-top: 45px;
	padding-bottom: 72px;
	position: relative;
}
.company-shu .swiperbox{
	margin-top: 30px;
}
.company-shu .swiperbox .item{
	width: calc((100% - 211px) / 6);
	margin-right: 42px;
	margin-bottom: 42px;
	float: left;
	background-color: #f5f6f7;
	border-radius: 8px;
}
.company-shu .swiperbox .item:nth-child(6n+0){
	margin-right: 0;
}
.company-shu .swiperbox .item .img{
	padding-top: calc(85 / 195 * 100%);
	position: relative;
}
.company-shu .swiperbox .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*资质证书 End*/

/*企业简介*/
.company-middle{
	position: relative;
	margin-top: 80px;
}
.company-middle .yw{
	color: #f0f0f0;
}
.company-middle .outbox{
	padding-bottom: 70px;
	position: relative;
	margin-top: 30px;
}
.company-middle .outbox .imgbox{
	height: 520px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
}

.company-middle .outbox .content1{
	background-color: #ffffff;
	margin: -64px 75px 0;
	font-size: 14px;
	color: #494949;
	line-height: 2.5;
	padding: 32px 55px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    position: relative;
    z-index: 2;
    -webkit-column-gap: 4%; /* Chrome, Safari, Opera */
    -moz-column-gap: 4%; 
    column-gap: 4%;
}


@media only screen  and (max-width:1280px){
	.company-middle{
		margin-top: 6%
	}
	.company-middle .outbox{
		margin-top: 15px;
	}
	.company-middle .outbox .imgbox{
		height: 325px;
		font-size: 40px
	}
	.company-middle .outbox .cm-swiper{
		top: 268px;
	}
	
	.company-shu{
		padding-bottom: 4%
	}
	.company-shu .swiperbox .btn{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.company-shu .swiperbox .item{
		width: calc((100% - 97px) / 4);
		margin-right: 32px;
		margin-bottom: 32px;
	}
	.company-shu .swiperbox .item:nth-child(6n+0){
		margin-right: 32px
	}
	.company-shu .swiperbox .item:nth-child(4n+0){
		margin-right: 0
	}

}
@media only screen  and (max-width:1024px){
	.company-middle .outbox .cm-swiper .swiper-slide .desc{
		margin-top: 5px;
	}
	.company-middle .outbox .imgbox{
		height: 275px;
		font-size: 40px;
	}
	.company-middle .outbox .video-img{
		height: 450px!important
	}
	.company-middle .outbox .cm-swiper{
		top: 218px;
	}
	.company-middle .outbox{
		/*margin-top: 0;*/
		    padding-bottom: 4%;
	}
	.company-shu{
		padding-top: 6.5%;
		padding-bottom: 6.5%;
	}
	.company-shu .swiperbox{
		margin-top: 2%;
	}
	.company-middle .outbox .content1{
		    margin: -42px 4% 0;    padding: 3% 4%;
	}
	
}
@media only screen  and (max-width:800px){
	.company-middle .outbox .imgbox{
		height: 225px;
		font-size: 30px;
	}
	.company-middle .outbox .cm-swiper{
		top: 168px;
	}
	.company-middle .outbox .content1{
		margin: 0;
		padding: 3% 0;
		-webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
	.company-middle .outbox .video-img {
	    height: 380px!important;
	}
	.company-shu .swiperbox .item{
		width: calc((100% - 41px) / 3);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.company-shu .swiperbox .item:nth-child(6n+0),
	.company-shu .swiperbox .item:nth-child(4n+0){
		margin-right: 20px
	}
	.company-shu .swiperbox .item:nth-child(3n+0){
		margin-right: 0
	}

}
@media only screen  and (max-width:600px){
	.company-middle .outbox .imgbox{
		height: 200px;
		font-size: 24px;
	}
	.company-middle .outbox .cm-swiper{
		top: 160px;
	}
	.company-middle .outbox .cm-swiper .swiper-slide .desc{
		font-size: 12px !important;
		line-height: 1.5 !important;
		height: 54px;
	}
	.company-middle .outbox .cm-swiper .swiper-slide .yuan{
		width: 80px;
		height: 80px;
		font-size: 26px;
		line-height: 80px;
	}
	.company-shu .swiperbox .item{
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.company-shu .swiperbox .item:nth-child(6n+0),
	.company-shu .swiperbox .item:nth-child(4n+0),
	.company-shu .swiperbox .item:nth-child(3n+0){
		margin-right: 10px
	}
	.company-shu .swiperbox .item:nth-child(2n+0){
		margin-right: 0
	}
}
@media only screen  and (max-width:414px){
	.company-shu .swiperbox .shu-swiper .swiper-slide .title{
		font-size: 12px;
		height: 18px;
		margin-top: 5px;
	}
	.company-middle .outbox .video-img {
	    height: 260px!important;
	}
}
/*企业简介 End*/
/*发展历程*/
.company-lc{
	padding-top: 105px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	background-color: #f5f6f7; 
	background-size: cover;
}
.company-lc .inbox{
	max-width: 1380px;
}
.company-lc .inbox .yw{
	color: #ffffff;
}
.about-dpp{
	background: url(../images/about_02.png) no-repeat;
    background-position: center 50px;
    position: relative;
}
.about-dpp .line{
	position: absolute;
	top: 20px;
	left: 50%;
	width: 1px;
	height: 86%; 
	background-color: #2485ff;
}
.about-dpp .line>span{
	position: absolute;
	left: 0;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: rgba(36,133,255,.2);
	margin-left: -8px;
	margin-top: -8px;
}
.about-dpp .line>span::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #2485ff;
	margin-top: -4.5px;
	margin-left: -4.5px;
}
.about-dpp .line>span.tt{
	top: 0
}
.about-dpp .line>span.bb{
	bottom: -8px;
}

.about-dpp .adbox{
	position: relative;
	max-width: 1380px;
	margin-top: 20px;
	padding-bottom: 14%;
}
.about-dpp .adbox .list {
    position: relative;
    top: 68px;
}


.about-dpp .adbox .list .item {
    padding-bottom: 24px;
    width: 100%;
    max-width: 50%;
    margin-right: auto;
    margin-left: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.about-dpp .adbox .list .item .max-wid{
	max-width: 66%;
	width: 100%;
	position: relative;
	 padding-top: 20px;
}

.about-dpp .adbox .list .item .ll {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #2485ff;

}
.about-dpp .adbox .list .item .ll::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #2485ff;
	margin-top: -6px;
    margin-left: -12px;
}

.about-dpp .adbox .list .item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
    align-items: flex-start;
}
.about-dpp .adbox .list .item:nth-child(2n) .max-wid{
	text-align: right;
}

.about-dpp .adbox .list .item:nth-child(2n) .ll {
    right: auto;
    left: 0;
}
.about-dpp .adbox .list .item:nth-child(2n) .ll::before{
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -12px;
}
.about-dpp .adbox .list .item:nth-child(1) .max-wid,
.about-dpp .adbox .list .item:nth-child(2) .max-wid{
	max-width: 44%;
}
.about-dpp .adbox .list .item:nth-child(3) .max-wid,
.about-dpp .adbox .list .item:nth-child(4) .max-wid{
	max-width: 52%;
}
.about-dpp .adbox .list .item:nth-child(5) .max-wid,
.about-dpp .adbox .list .item:nth-child(6) .max-wid{
	max-width: 62%;
}

.about-dpp .adbox .list .item .year {
    font-size: 40px;
    color: #2485ff;
    margin-bottom: 0.24rem;
}

.about-dpp .adbox .list .item .demo {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 2.28;
    position: relative;
}



.about-dpp .adbox .list .item:nth-child(2n) .demo {
    padding-right: 0;
}

@media only screen  and (max-width:1280px){
	.company-lc{
		padding-top: 80px;
	}
}
@media only screen  and (max-width:1024px){
	.company-lc{
		padding-top: 8%;
	}
	.about-dpp .adbox .list .item .year{
		font-size: 36px
	}
}
@media only screen  and (max-width:800px){
	.about-dpp .adbox{
		margin-top: 0;
	}
	.about-dpp .adbox .list .item:nth-child(1) .max-wid, 
	.about-dpp .adbox .list .item:nth-child(2) .max-wid,
	.about-dpp .adbox .list .item:nth-child(3) .max-wid, 
	.about-dpp .adbox .list .item:nth-child(4) .max-wid,
	.about-dpp .adbox .list .item:nth-child(5) .max-wid, 
	.about-dpp .adbox .list .item:nth-child(6) .max-wid{
		max-width: 94%
	}
	.about-dpp .adbox .list .item .year{
		font-size: 32px
	}
	.about-dpp .line{
		height: 94%
	}
}
@media only screen  and (max-width:600px){
	.about-dpp{
		background-size: 0
	}
	.about-dpp .adbox .list{
		top: 50px
	}
	.about-dpp .line{
		left: 2%
	}
	.about-dpp .adbox .list .item{
		max-width: 100%;padding-left: 2%;align-items: flex-start;
	}
	.about-dpp .adbox .list .item .max-wid{
		padding-left: 2%;
		padding-top: 10px;
		max-width: 94%
	}
	.about-dpp .adbox .list .item:nth-child(2n) .max-wid{
		text-align: left;
	}
	.about-dpp .adbox .list .item .ll::before{
		width: 6px;
		height: 6px;
		border: 0;
		background-color: #2485ff;
		margin-top: -3px;
   	 	margin-left: -3px;
	}
	.about-dpp .adbox .list .item:nth-child(2n) .ll::before{
		right: auto;
		left: 0;
		margin-right: 0;
		margin-left: -3px;
	}
	.about-dpp .adbox .list .item .year {
	    font-size: 28px;
	}
	.company-lc{
		padding-bottom: 6%
	}
}
@media only screen  and (max-width:414px){
	
}
/*发展历程 End*/
/*经营范围*/
.company-view{
	position: relative;
	padding-top: 72px;
	background-color: #f5f6f7;
}
.company-view .top{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 260px;
}
.company-view .inbox{
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 52px; 
}
.company-view .inbox .yw{
	color: rgba(255,255,255,.15);
}
.company-view .inbox .zw{
	color: #fff;
}
.company-view .inbox .imgbox{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
}
.company-view .inbox .imgbox .shu-swiper{
	max-width: 1200px;
	width: calc(100% - 90px);
	margin-left: auto;
	margin-right: auto;
}
.company-view .inbox .imgbox .shu-swiper .swiper-slide{
    cursor: pointer;
    padding:30px;
}
.company-view .inbox .imgbox .shu-swiper .swiper-slide .imgboxs{
	/*-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;*/
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	padding-top: calc(320 / 226 * 100%);
	position: relative;
}
.company-view .inbox .imgbox .shu-swiper .swiper-slide .imgboxs img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: contain;
}
.company-view .inbox .imgbox .shu-swiper .swiper-slide .title{
	text-align: center;
	font-size: 14px;
	color: #434343;
	line-height: 1.5;
	height: 42px;
	margin-top: 22px;
}
.company-view .inbox .imgbox .btn,
.cluture-active .imgdiv .btn{
	position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    border: 2px solid #0078ff;
    background-color: #fff;
}
.company-view .inbox .imgbox .btn:after,
.cluture-active .imgdiv .btn::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.company-view .inbox .imgbox .shu-prev,
.cluture-active .imgdiv .btn.btn-prev{
	left: 0;
}
.company-view .inbox .imgbox .shu-next,
.cluture-active .imgdiv .btn.btn-next{
	right: 0;
}
.company-view .inbox .imgbox .shu-prev:after,
.cluture-active .imgdiv .btn.btn-prev::after{
	border-top: 2px solid #0078ff;
    border-left: 2px solid #0078ff;
    margin-left: -4px;
}
.company-view .inbox .imgbox .shu-next:after,
.cluture-active .imgdiv .btn.btn-next::after{
	border-bottom: 2px solid #0078ff;
    border-right: 2px solid #0078ff;
    margin-left: -5px;
}


@media only screen  and (max-width:1024px){
	.company-view{
		padding-top: 8%;
    }
    .company-view .inbox .imgbox .shu-swiper .swiper-slide{
        padding:20px;
    }

}
@media only screen  and (max-width:600px){
	
	.company-view .inbox .imgbox .shu-swiper .swiper-slide .title{
		margin-top: 10px
    }
    .company-view .inbox .imgbox .shu-swiper .swiper-slide{
        padding:0px;
    }

}
@media only screen  and (max-width:414px){
	.company-view .top{
		height: 200px;
	}
}
/*经营范围 End*/
/*conpany-bottom*/
.conpany-bottom{
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
	background-color: #f5f6f7;
}
.conpany-bottom .inbox{
	max-width: 1230px;
}
/*.conpany-bottom .inbox  .yw{
	color: #f0f0f0;
}*/
.conpany-bottom .inbox .list{
	margin-top: 48px;
}
.conpany-bottom .inbox .list .item{
	width: calc((100% - 100px) / 4);
	margin-right: 33px;
	margin-bottom: 55px;
	float: left;
}
.conpany-bottom .inbox .list .item:nth-child(4n){
	margin-right: 0
}
.conpany-bottom .inbox .list .item .img{
	padding-top: calc(212 / 283 * 100%);
	position: relative;
}
.conpany-bottom .inbox .list .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.conpany-bottom .inbox .list .item .tit{
	font-size: 14px;
	color: #434343;
	line-height: 1.85;
	text-align: center;
	margin-top: 10px;
	height: 52px;
}

@media only screen  and (max-width:1280px){
	.conpany-bottom .inbox .list{
		margin-top: 30px;
	}
	.conpany-bottom .inbox .list .item{
		margin-bottom: 30px
	}

}
@media only screen  and (max-width:1024px){
	.conpany-bottom .inbox img{
		margin-top: 0;
	}
	.conpany-bottom .inbox .list{
		margin-top: 20px;
	}
	.conpany-bottom .inbox .list .item{
		width: calc((100% - 41px) / 3);
		margin-right: 20px;
		margin-bottom: 20px
	}
	.conpany-bottom .inbox .list .item:nth-child(4n){
		margin-right: 20px;
	}
	.conpany-bottom .inbox .list .item:nth-child(3n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width:600px){
	.conpany-bottom .inbox .list{
		margin-top: 10px;
	}
	.conpany-bottom .inbox .list .item{
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
		margin-bottom: 10px
	}
	.conpany-bottom .inbox .list .item:nth-child(4n),
	.conpany-bottom .inbox .list .item:nth-child(3n+0){
		margin-right: 10px;
	}
	.conpany-bottom .inbox .list .item:nth-child(2n+0){
		margin-right: 0;
	}
}
/*conpany-bottom End*/

/*人力资源*/
/*建安文化*/
.company-culture{
	background-position: left bottom;
}
.company-culture .content{
    margin-top: 60px;
    display: block;
    position: relative;
}
.company-culture .content .right{
	width: 50%;
	float: right;
	font-size: 14px;
	color: #565555;
	line-height: 2.57;
	padding-right: 7.5%;
	padding-top: 52px;
	padding-bottom: 60px;
	background-image: url(../images/img19.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.company-culture .content .right::after{
	display: none;
}
.company-culture .content .left{
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-right: 0
}
.company-culture .content .left img{
	width: 100%;
}

/*核心价值观*/
.company-view.values{
	padding-top: 54px;
}
.company-view.values .inbox .yw{
	color: rgba(255,255,255,.4);
	transform: translateY(66%);
}
.company-view.values .comStitle .zw{
	    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
}
.valueslist .item{
	width: calc((100% - 181px) / 3);
	margin-right: 90px;
	float: left;
	border-top:1px solid #dfdfdf;
	text-align: center;
    /* padding: 64px 0 55px; */
    padding:30px 0 25px;
}
.valueslist .item:nth-child(3n+0){
	margin-right: 0
}
.valueslist .item:nth-child(1),
.valueslist .item:nth-child(2),
.valueslist .item:nth-child(3){
	border-top: none;
}
.valueslist .item .circle{
	width: 116px;
	height: 116px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	color: #bebebe;
	font-weight: bold;
	margin: 0 auto
}
.valueslist .item .tt{
    /* font-size: 16px; */
    font-size: 18px;
    font-weight: 600;
	color: #111212;
	margin-top: 28px;
}
.valueslist .item .desc{
	font-size: 14px;
	color: #828282;
	line-height: 2.57;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis; */
	margin-top: 20px;
	height: 144px
}
@media only screen and (max-width:414px){
    .valueslist .item .desc{
        -webkit-line-clamp: unset;
        height: auto;
    }
}

/*文化活动*/
.cluture-active{
	padding-top: 78px;
	padding-bottom: 96px
}
.cluture-active .imgdiv{
	position: relative;
	margin-top: 45px;
	padding: 0 75px;
}
.clutureac-swiper{
	overflow:hidden;
}
/*.clutureac-swiper .swiper-wrapper{
	
}*/
.clutureac-swiper .swiper-slide .tit{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	display: flex;justify-content: center;align-items: center;
	font-size: 20px;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	letter-spacing: 5px;
}
.clutureac-swiper .swiper-slide .img{
	padding-top: calc(470 / 1230 * 100%);
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


/*培训*/
.peixunbox{
	padding-bottom: 94px;
}

.peixunlist{
	margin-top: 60px;
}
.peixunlist .item{
	width: calc((100% - 73px) / 3);
	margin-right: 36px;
	float: left;
	margin-bottom: 36px;
	position: relative;
}
.peixunlist .item:nth-child(3n+0){
	margin-right: 0
}
.peixunlist .item .img{
	padding-top: calc(280 / 436 * 100%);
	position: relative;
}
.peixunlist .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.peixunlist .item .tit{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,70,159,.6);
	display: flex;justify-content: center;align-items: center;
	font-size: 20px;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	letter-spacing: 5px;
}


@media only screen  and (min-width: 601px){
	.clutureac-swiper .swiper-slide:hover .tit{
		opacity: 1;
		visibility: visible;
		letter-spacing: initial;
	}
	.peixunlist .item:hover .tit{
		opacity: 1;
		visibility: visible;
		letter-spacing: initial;
	}
}
@media only screen  and (max-width: 1440px){
	.company-culture .content{
		margin-top: 25px
	}
	.company-culture .content .right{
		padding-bottom: 40px;
		padding-right: 5.5%
	}
}
@media only screen  and (max-width: 1280px){
	.valueslist .item{
		width: calc((100% - 81px) / 3);
		margin-right: 40px;
		    padding: 45px 0 34px;
	}
	.company-view .top{
		height: 230px;
	}
	.cluture-active{
		padding: 75px 0
	}
	.cluture-active .imgdiv{
		margin-top: 20px
	}
	.peixunlist{
		margin-top: 30px;
	}
	.peixunbox{
		padding-bottom: 70px
	}
}
@media only screen  and (max-width: 1024px){
	.company-culture .content .left{
		width: 100%;
		position: relative;
	}
	.company-culture .content .right{
		float: none;width: 100%;
		    padding-top: 20px;
    padding-bottom: 20px;
	}
	.company-view .top{
		height: 200px;
	}
	.valueslist .item{
		width: calc((100% - 30px) / 2);
		margin-right: 30px;
		padding: 24px 0 34px;
	}
	.valueslist .item:nth-child(3){
		border-top: 1px solid #dfdfdf;
	}
	.valueslist .item:nth-child(3n+0){
		margin-right: 30px;
	}
	.valueslist .item:nth-child(2n+0){
		margin-right: 0;
	}
	.valueslist .item .circle{
		width: 100px;
		height: 100px;
		font-size: 32px;
	}
	.valueslist .item .tt{
		margin-top: 18px;
	}
	.company-view .inbox{
		padding-bottom: 6%
	}
	.cluture-active {
	    padding: 6% 0;
	}
	.cluture-active .imgdiv {
	    margin-top: 10px;
	}
	.clutureac-swiper {
	    padding: 0 54px;
	}
	.peixunbox{
		padding-bottom: 6%
	}
	.peixunlist{
		margin-top: 15px
	}
}
@media only screen  and (max-width: 800px){
	.recruitment-video .video-img{
		height: 480px!important
	}
	.peixunlist .item{
		width:  calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px
	}
	.peixunlist .item:nth-child(3n+0){
		margin-right: 20px;
	}
	.peixunlist .item:nth-child(2n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width: 600px){
	.company-culture .content .right{
		padding-right: 0
	}
	.company-culture .content{
		margin-top: 0
	}
	.recruitment-video .video-img{
		height: 350px!important
	}
	.clutureac-swiper{
		padding: 0
	}
	.peixunlist .item{
		width:  calc((100% - 10px) / 2);
		margin-right: 10px;
		margin-bottom: 10px
	}
	.peixunlist .item:nth-child(3n+0){
		margin-right: 10px;
	}
	.peixunlist .item:nth-child(2n+0){
		margin-right: 0;
	}
	.cluture-active .imgdiv{
		padding: 0
	}
	.cluture-active .imgdiv .btn{
		display: none;
	}
}
@media only screen  and (max-width: 414px){
	.valueslist .item{
		width: 100%;
		margin-right: 0
	}
	.valueslist .item:nth-child(2){
		border-top: 1px solid #dfdfdf;
	}
	.valueslist .item:nth-child(3n+0){
		margin-right: 0
	}
	.recruitment-video .video-img{
		height: 300px!important
	}
	.peixunlist .item{
		width:  100%;
		margin-right: 0;
	}
	.peixunlist .item:nth-child(3n+0){
		margin-right: 0;
	}
	.peixunlist .item:nth-child(2n+0){
		margin-right: 0;
	}
}






/*分页*/
.fenye{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%
}
.fenye a{
	font-size: 16px;
	color: #989c9c;
	display: inline-block;
	position: relative;
}
.fenye a.prev,
.fenye a.next{
	width: 60px;
	height: 36px;
	border: 1px solid #000
}
.fenye a.prev{
	margin-right: 60px;
}
.fenye a.next{
	margin-left: 60px;
}
.fenye a.prev::before,
.fenye a.prev::after,
.fenye a.next::before,
.fenye a.next::after{
	background: #000;
	left: 50%;
	    margin-left: -8px;
}
.fenye a.next::before{
	left: 73%;

}
.fenye a.active{
	color: #000
}
.fenye a.line{
	margin: 0 2px;
}
/*分页 end*/

.all .nothing{
	font-size: 14px;
	color: #565555;
	padding: 10px 0;
	text-align: center;
	background-color: transparent!important;
	width: 100%
}






/*侧边工具栏*/
.toolbar-box{
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 99;
}
.toolbar-box .ul1 li{
	background-color: #333;
}
.toolbar-box .ul1 li .d1{
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1;
}
.toolbar-box .ul1 li .a1{
	display: block;
	width: 35px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.toolbar-box .ul1 li .a1.weixin{
 	border-bottom: 0;
}
.toolbar-box .ul1 li .qq{
	width: 35px;
	position: relative;
	border-bottom: 0;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.toolbar-box .ul1 li .icon{
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.toolbar-box .ul1 li .icon img{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
}
.toolbar-box .ul1 li .icon .img1{
	z-index: 1;
}
.toolbar-box .ul1 li .icon .img2{
	z-index: -1;
	opacity: 0;
}
.toolbar-box .ul1 li .weixin{
	position: relative;
}
.toolbar-box .ul1 li .weixin .ewm-box{
	position: absolute;
    top: 0px;
    left: -132px;
    width: 125px;
    height: 125px;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
}
.toolbar-box .ul1 li .weixin .ewm{
	max-width: none;
	width: 125px;
	height: 125px;
}
.toolbar-box .ul1 li .qq .hover-box{
	position: absolute;
    top: 0px;
    right: 50px;
    width: 170px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    font-size: 12px;
    color: #e94f25;
    line-height: 24px;
    z-index: 12;
    text-align: center;
    padding: 5px 0;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
}
.toolbar-box .ul1 li .qq .hover-box:before {
    content: "";
    position: absolute;
    top: 12px;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #dfdfdf;
    border-bottom: 5px solid transparent;
}
.toolbar-box .ul1 li .qq .hover-box:after {
    content: " ";
    position: absolute;
    top: 12px;
    right: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    border-bottom: 4px solid transparent;
    margin-top: 1px;
}
.toolbar-box .ul1 li .qq .hover-box .hb-span{
	font-size: 14px;
	color: #515151;
	font-weight: bold;
}
.toolbar-box .ul1 li .qq .hover-box a{
	font-size: 12px;
	color: #333333;
	display: block;
	line-height: 2;
	margin-bottom: 3px;
}
.toolbar-box .ul1 li .qq .hover-box a:last-child{
	margin-bottom: 0;
}
.toolbar-box .ul1 li .qq .hover-box a .color{
	font-size: 12px;
	color: #898989;
}
.toolbar-box .ul1 .back-top{
	display: none;
	cursor: pointer;
	background-color: transparent;
	margin-top: 14px;
}
@media only screen  and (min-width: 601px){
	.toolbar-box .ul1 li .weixin:hover .ewm-box,.toolbar-box .ul1 li .qq:hover .hover-box{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
	.toolbar-box .ul1 li:hover .icon .img1{
		z-index: -1;
		opacity: 0;
	}
	.toolbar-box .ul1 li:hover .icon .img2{
		z-index: 1;
		opacity: 1;
	}
	.toolbar-box .ul1 li:hover .icon{
		background-color: #fde233;
	}
}
@media only screen  and (max-width: 1023px){
	.toolbar-box .ul1 li.telli{
		display: block;
	}
	.toolbar-box .ul1 li.telli[data-on=""] .qq{
		border-bottom: 0;
	}
	.toolbar-box .ul1 li.telli[data-on="scroll"] .qq{
		border-bottom: 1px solid #fff;
	}
}
@media only screen  and (max-width: 600px){
	.toolbar-box{
		right: 10px;
	}
	.toolbar-box .ul1 li .weixin[data-on="hover"] .ewm-box,.toolbar-box .ul1 li .qq[data-on="hover"] .hover-box{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
	.toolbar-box .ul1 li a[data-on="hover"] .img1,.toolbar-box .ul1 li .qq[data-on="hover"] .img1{
		z-index: -1;
		opacity: 0;
	}
	.toolbar-box .ul1 li a[data-on="hover"] .img2,.toolbar-box .ul1 li .qq[data-on="hover"] .img2{
		z-index: 1;
		opacity: 1;
	}
	.toolbar-box .ul1 li a[data-on="hover"] .icon,.toolbar-box .ul1 li .qq[data-on="hover"] .icon{
		background-color: #fde233;
	}
}
/*侧边工具栏 End*/
.comlinka,.comlinka2{
	position: absolute;
	top: -120px;
	height: 1px;
	width: 1px;
	opacity: 0;
	left: 0;
}
.comlinka2{
	top: -91px;
}
@media only screen  and (max-width: 1023px){
	.comlinka{
		top: -75px;
	}
	.comlinka2{
		top: -51px;
	}
}
/*网站地图*/
.siteBox .btitle{
	font-size: 48px;
	color: #0078ff;
	text-align: center;
	margin-top: 140px;
	margin-bottom: 80px;
}
.siteBox .outul .li1{
	display: inline-block;
	width: 20.8%;
	margin-right: calc(5.6% - 4px);
	margin-bottom: 70px;
	vertical-align: top;
}
.siteBox .outul .li1:nth-child(4n+0){
	margin-right: 0;
}
.siteBox .outul .li1 .a1{
	display: block;
	font-size: 24px;
	color: #0078ff;
	padding-bottom: 14px;
	border-bottom: 1px solid #f5f5f5;
}
.siteBox .outul .li1 .inul{
	margin-top: 15px;
}
.siteBox .outul .li1 .inul li a{
	font-size: 14px;
	color: #494949;
	line-height: 32px;
	border-bottom: 1px solid #f5f5f5;;
	display: block;
}
@media only screen  and (min-width: 601px){
	.siteBox .outul .li1 .inul li:hover a{
		color: #000;
		background-color: #f5f7fa;
	}
}
@media only screen  and (max-width: 1280px){
	.siteBox .btitle{
		font-size: 42px;
		margin-bottom: 70px;
	}
	.siteBox .outul .li1{
		margin-bottom: 50px;
	}
}
@media only screen  and (max-width: 1024px){
	.siteBox .btitle{
		font-size: 38px;
		margin-bottom: 7%;
	}
	.siteBox .outul .li1{
		margin-bottom: 5%;
	}
	.siteBox .outul .li1 .a1{
		font-size: 22px;
	}
}
@media only screen  and (max-width: 1023px){
	.siteBox .btitle{
		margin-top: calc(51px + 4%);
	}
}
@media only screen  and (max-width: 800px){
	.siteBox .btitle{
		font-size: 32px;
	}
	.siteBox .outul .li1{
		width: 29.6%;
	}
	.siteBox .outul .li1:nth-child(4n+0){
		margin-right: calc(5.6% - 4px);
	}
	.siteBox .outul .li1:nth-child(3n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width: 600px){
	.siteBox .btitle{
		font-size: 26px;
	}
	.siteBox .outul .li1 .a1{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.siteBox .outul .li1 .inul{
		margin-top: 10px;
	}
}
@media only screen  and (max-width: 414px){
	.siteBox .btitle{
		font-size: 22px;
	}
	.siteBox .outul .li1 .a1{
		font-size: 16px;
		padding-bottom: 7px;
	}
	.siteBox .outul .li1 .inul{
		margin-top: 7px;
	}
	.siteBox .outul .li1{
		width: 47.2%;
	}
	.siteBox .outul .li1:nth-child(3n+0){
		margin-right: calc(5.6% - 4px);
	}
	.siteBox .outul .li1:nth-child(2n+0){
		margin-right: 0;
	}
	.siteBox .outul .li1 .inul li a{
		font-size: 12px;
		line-height: 26px;
	}
}
@media only screen  and (max-width: 350px){
	.header .bottom .left .logo img{
		width: 91px;
		height: 28px;
	}
}
/*网站地图 End*/

/*搜索*/
.search-main img{ max-width:100%;}
.search-main {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
	min-height: 300px;
	margin-top:100px;
}
.search-main .list{ margin-bottom:30px;}
.search-main .type {
	line-height: 50px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}
.search-main .list ul{
	margin-bottom: 3%
}
.search-main .list ul li {
	display: block;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding:30px 2%;
	float: left;
	width: 50%;
}

.search-main .list ul li.nothing {
	height: 100px;
	border: 0px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	color: #999;
}


.search-main .list ul li a .text .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.search-main .list ul li a .text .demo {
	font-size: 12px;
	opacity: .7;
	line-height: 1.8;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 65px;
}

.search-main .list ul li a .text .rq {
	font-size: 14px;
	opacity: .7;
	line-height: 1.8;
	margin-bottom: 15px;
}
.search-main .list ul li a .img{
	width: 200px
}
.search-main .list ul li a .tu{
 	margin-bottom:20px;
 	overflow: hidden;
 	padding-top: calc(210 / 363 * 100%);
 	position: relative;
}
.search-main .list ul li a .tu img{
	transform: scale(1);
	transition: transform .5s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


@media only screen and (min-width:600px) {
	.search-main .list ul li a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-box-orient: horizontal;
		-ms-box-orient: horizontal;
		box-orient: horizontal;
	}

	.search-main .list ul li a .tu{ margin-right:30px; margin-bottom:0px;}
	.search-main .list ul li a .text {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-flex: 1;
	}
	.search-main .list ul li a:hover {
		color: #21263f;
	}
	.search-main .list ul li:hover a .tu img{
		transform: scale(1.1);
	}
	.search-main .list ul li:hover a .text .title{
		color: #0078ff;
	}
}

.search-main .list ul li a span {
	float: right;
	margin-right: 20px;
}

@media only screen and (max-width:1100px) {
	.search-main .list ul li a{
		display: block;
	}
	.search-main .list ul li a .img{
		margin-bottom: 20px;
		width: 100%
	}
}
@media only screen and (max-width:800px) {
	.search-main{ margin-top:60px;}
}
@media only screen and (max-width:500px) {
	.search-main .type {
		font-size: 22px;
	}
	.search-main .list ul li{
		float: none;
		width: 100%;
		padding: 4% 0;
	}
	.search-main{
		padding-top: 10px;
	}
	.search-main .list ul li a .text .demo{
		margin-bottom: 10px;
	}
}

.bsBox{
	box-sizing: content-box;
}
.bsBox *{
	box-sizing: content-box;
}

div[data-title="选择字幕"],
div[data-title="选择清晰度"]{
    display: none !important;
}