 /*=========
  基本默认值
  ==========*/
*{
	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;
}
html{ 
	min-height:100%;
}
body {
	min-height:100%;
	font-size: 12px;
	color: #000;
	font-family:"Arial","微软雅黑";
	overflow-x:hidden;
}
/*数字*/
@font-face {
    font-family: 'T154';
    src: url("TT0154M.TTF");
}
/*字母*/
@font-face {
    font-family: 'T375';
    src: url("TT0375M_.TTF");
}
li{
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
}
img {
	border: none;
	vertical-align: middle;
	max-width:100%;
}
.allmap img{ max-width:none;}
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;
}
/* =========
  工具样式
  ========== */
.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; 
}
/* =========

  首页

  ========== */
.wrap{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-width: 1440px;
}
.mm-wrap{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-width: 1200px;
}
/*头部*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	display: none;
	border-bottom: 1px solid #dedede;
}
.header1{
	display: block;
}
.header .bottom{
	height: 72px;
	line-height: 72px;
	position: relative;
}
.header .bottom .logo{
	display: block;
	float: left;
}
.header .bottom .logo img{
	width: 145px;
	height: 37px;
}
.header .bottom .nav{
	float: left;
	margin-left: 15.625%;
	position: relative;
}
.header .bottom .none{
	display: none;
}
.header .bottom .nav .nLi{
	float: left;
	margin-right: 45px;
	position: relative;
}
.header .bottom .nav .nLi .a1{
	display: block;
	font-size: 14px;
	color: #000000;
}
.header .bottom .nav .nLi:last-child{
	margin-right: 0;
}
.header .bottom .nav .on .a1{
	color: #2067aa;
}
.header .bottom .nav .sub{
    display: none;
    width: 118px;
    left: calc(50% - 59px);
    top: 72px;
    position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(16,54,114,.75);
}
.header .bottom .nav .sub li{
	position: relative;
}
.header .bottom .nav .sub li .a2{
	display: block;
	overflow:hidden;
	height: 30px;
	line-height: 30px;
	color: #bed3f5;
	font-size: 14px;
	text-align: center;
}
.header .bottom .nav .sub li .a2:hover{
	color: #fff;
}
.header .bottom .tel{
	color: #2067aa;
	font-size: 19px;
	font-weight: bold;
	padding-left: 23px;
	background-image: url(../images/icon17.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.header .bottom .qiehuan{
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;	
	position: relative;
}
.header .bottom .qiehuan:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 14px;
	width: 1px;
	background-color: #cccccc;
	margin-top: -7px;
}
.header .bottom .qiehuan:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height: 14px;
	width: 1px;
	background-color: #cccccc;
	margin-top: -7px;
}
.header .bottom .qiehuan a{
	display: inline-block;
	margin-right: 10px;
	color: #2067aa;
}
.header .bottom .qiehuan a:last-child{
	margin-right: 0;
}
.header .bottom .search-box{
	float: right;
	position: relative;
	margin-right: 20px;
}
.header .bottom .search-box .icon{
	cursor: pointer;
}
.header .bottom .search-box .icon img{
	width: 20px;
	height: 20px;
}
.header .bottom .search-box .icon img:last-child{
	display: none;
}
.header .bottom .search-box[data-active="on"] .icon img:first-child{
	display: none;
}
.header .bottom .search-box[data-active="on"] .icon img:last-child{
	display: inline-block;
}
.header .bottom .box{
	width: 24px;
	height: 20px;
	margin-top: 27px;
	position: relative;
	cursor: pointer;
	z-index: 101;
}
.header .bottom .box .line{
	width: 24px;
	height: 2px;
	background-color: #2067aa;
	position: absolute;
	left: 0;
	top: 9px;
}
.header .bottom .box .line1{
	margin-top: -9px;
}
.header .bottom .box .line3{
	margin-top: 9px;
}
.header .bottom[data-active="on"] .box .line1{
	margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .bottom[data-active="on"] .box .line2{
	display: none;
}
.header .bottom[data-active="on"] .box .line3{
	margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*小屏幕导航展开*/
.header .mm-nav-list{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0px;
	width: 100%;
	z-index: 10;
	right: -2000px;
}
.header .mm-nav-list2{
	right: 0;
}
.mask{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.6);
	display: none;
	opacity: 0;
	margin-top: 72px;
}
.header .mm-nav-list .mml-box{
	margin-top: 72px;
	height: 100%;
	background-color: #111;
	width: 33.33333%;
	position: fixed;
	top: 0;
	right: -1000px;
	z-index: 100;
	min-width: 260px;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	overflow-y: auto;
}
.header .mm-nav-list .mml-box2{
	right: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.header .mm-nav-list .mml-box ul{
	min-height: 100%;
}
.header .mm-nav-list .mml-box ul .li1{
	margin: 0 20px;
	border-bottom: 1px solid #222;
}
.header .mm-nav-list .mml-box ul li .mm-title{
	height: 59px;
	line-height: 59px;
	position: relative;
}
.header .mm-nav-list .mml-box ul li .a1{
	color: #fff;
	font-size: 16px;	
}
.header .mm-nav-list .mml-box ul li .jiantou:after{
	content: "";
	position: absolute;
	top: 21px;
	right: 10px;
	width: 8px;
	height: 8px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.header .mm-nav-list .mml-box ul li ul{
	margin-bottom: 20px;
	display: none;
}
.header .mm-nav-list .mml-box ul li[data-active="on"] ul{
	display: block;
}
.header .mm-nav-list .mml-box ul li[data-active="on"] .jiantou:after{
	top: 50%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.header .mm-nav-list .mml-box ul li ul li{
	margin: 0 10px;
}
.header .mm-nav-list .mml-box ul li ul li a{
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: block;
}
/*小屏幕导航展开 End*/
.header .search-form{
	width: 50%;
	height: 60px;
	position: fixed;
	top: 72px;
	right: -1000px;
	padding: 0 20px;
	background-color: rgba(255,255,255,.8);
	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 .search-form2{
	top: 70px;
}
.header .search-form form{
	width: 100%;
	padding-left: 40px;
	position: relative;
}
.header .search-form form input[type="submit"]{
	width: 30px;
	height: 30px;
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}
.header .search-form form input[type="text"]{
	height: 30px;
	line-height: 30px;
	width: 100%;
	border: none;
	background: none;
	border-bottom:1px solid #2067AA;
}
@media only screen  and (min-width: 500px) {
	.header .mm-nav-list .mml-box ul li .a1:hover{
		color: #2067aa;
	}
	.header .mm-nav-list .mml-box ul li ul li a:hover{
		color: #2067aa;
	}
}
@media only screen and (min-width: 1280px){
	.header .mm-nav-list{
		display: none;
	}
	.header .bottom .box{
		display: none;
	}
}
@media only screen  and (max-width: 1440px) {
	.header .bottom .nav{
		margin-left: 10%;
	}
}
@media only screen  and (max-width: 1280px){
	.header .bottom .nav{
		margin-left: 8%;
	}
}
@media only screen  and (max-width: 1279px){
	.header .bottom .nav{
		display: none;
	}
}
@media only screen and (max-width: 1000px) {
	.header .mm-nav-list .mml-box ul li .a1{
		font-size: 14px;
	}
	.header .mm-nav-list .mml-box ul li ul li a{
		font-size: 12px;
	}
}
@media only screen and (max-width: 800px) {
	.header .bottom{
		height: 50px;
		line-height: 50px;
	}
	.header .bottom .logo img{
		width: 110px;
		height: 30px;
	}
	.header .bottom .box{
		margin-top: 16px;
	}
	.mask{
		margin-top: 50px;
	}
	.header .mm-nav-list .mml-box ul li .mm-title{
		height: 39px;
		line-height: 39px;
	}
	.header .mm-nav-list .mml-box ul li .jiantou:after{
		top: 11px;
	}
	.header .mm-nav-list .mml-box{
		margin-top: 50px;
	}
	.header .search-form{
		top: 50px;
		height: 50px;
	}
}
@media only screen and (max-width: 600px) {
	.header .bottom .tel{
		display: none;
	}
	.header .search-form{
		width: 70%;
	}
}
@media only screen and (max-width: 414px) {
	.header .bottom .qiehuan{
		margin-left: 0;
		margin-right: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header .bottom .search-box{
		margin-right: 15px;
	}
}
/*头部 ENd*/
.bgbanner{
	background-image: url(../images/bg01.jpg);
	background-attachment:fixed;
	background-position:center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
/*中间广告轮播*/
.banner{
	position:relative;
}
.banner .my-swiper{
	background-color: #e8e8e8;
}
.banner .my-swiper .swiper-slide{
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner .my-swiper .bmy-pagination{
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.banner .my-swiper .bmy-pagination .swiper-pagination-bullet{
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 0;
	opacity: 1;
}
.banner .my-swiper .bmy-pagination .swiper-pagination-bullet-active{
	background-color: #2167ac;
}
.banner .my-swiper .bmy-prev{
	position: absolute;
	top:50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	left: 10%;
	background-image: url(../images/icon10.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}
.banner .my-swiper .bmy-next{
	position: absolute;
	top:50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	right: 10%;
	background-image: url(../images/icon11.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}

	.banner .my-swiper{
		height: 920px;
	}

@media only screen  and (max-width: 1600px) {
	.banner .my-swiper{
		height: 766px;
	}
}
@media only screen  and (max-width: 1440px) {
	.banner .my-swiper{
		height: 690px;
	}
}
@media only screen  and (max-width: 1380px) {
	.banner .my-swiper{
		height: 661px;
	}
}
@media only screen  and (max-width: 1280px) {
	.banner .my-swiper{
		height: 613px;
	}
}
@media only screen  and (max-width: 1024px) {
	.banner .my-swiper{
		height: 490px;
	}
	.banner .my-swiper .bmy-pagination{
		bottom: 5.8%;
	}
}
@media only screen  and (max-width: 800px) {
	.banner .my-swiper{
		height: 450px;
	}
}
@media only screen  and (max-width: 600px) {
	.banner .my-swiper{
		height: 375px;
	}
	.banner .my-swiper .bmy-prev{
		display: none;
	}
	.banner .my-swiper .bmy-next{
		display: none;
	}
}
@media only screen  and (max-width: 414px) {
	.banner .my-swiper{
		height: 288px;
	}
	.banner .icon{
		width: 30px;
		height: 30px;
		margin-left: -15px;
	}
	
}
/*中间广告轮播 End*/

/*简介*/
.profile-box{
	background-color: #fff;
	padding-top: 125px;
	padding-bottom: 107px;
	position: relative;
}
.profile-box .wrap{
	position: relative;
	z-index: 5;
}
.profile-box .title{
	font-size: 24px;
	color: #464646;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px;
}
.profile-box .desc{
	font-size: 14px;
	color: #464646;
	line-height: 2;
	overflow: hidden;
	text-align: center;
}
.profile-box .more{
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #fff;
	line-height: 60px;
	height: 60px;
	width: 136px;
	background-color: #2067aa;
	text-align: center;
	border-radius: 40px;
	margin-top: 50px;
}
@media only screen  and (max-width: 1024px) {
	.profile-box{
		padding-top: 10%;
		padding-bottom: 9%;
	}
}
@media only screen  and (max-width: 800px) {
	.profile-box .title{
		font-size: 22px;
	}
	.profile-box .more{
		height: 45px;
		line-height: 45px;
		margin-top: 40px;
	}
}
@media only screen  and (max-width: 600px) {
	.profile-box .title{
		font-size: 20px;
	}
	.profile-box .more{
		height: 40px;
		line-height: 40px;
		margin-top: 30px;
	}
}
@media only screen  and (max-width: 414px) {
	.profile-box .title{
		font-size: 16px;
	}
	.profile-box .desc{
		font-size: 12px;
		line-height: 1.8;
		text-align: left;
	}
	.profile-box .more{
		margin-top: 20px;
		height: 30px;
		line-height: 30px;
	}
}
/*简介 End*/
/*服务*/
.services-box{
	padding-top: 260px;
	padding-bottom: 220px;
	position: relative;
}
.services-box .title{
	font-size: 48px;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}
.services-box .desc{
	font-size: 30px;
	overflow: hidden;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}
@media only screen  and (max-width: 1280px) {
	.services-box .title{	
		font-size: 42px;
	}
	.services-box .desc{
		font-size: 24px;
	}
	.services-box{
		padding-top: 230px;
		padding-bottom: 190px;
	}
}
@media only screen  and (max-width: 1024px) {
	.services-box .title{	
		font-size: 36px;
	}
	.services-box .desc{
		font-size: 20px;
	}
	.services-box{
		padding-top: 20%;
		padding-bottom: 18%;
	}
}
@media only screen  and (max-width: 800px){
	.services-box .title{	
		font-size: 30px;
	}
	.services-box .desc{
		font-size: 16px;
	}
}
@media only screen  and (max-width: 640px){
	.services-box .title{	
		font-size: 24px;
	}
	.services-box .desc{
		font-size: 14px;
	}
	.bgbanner{
		background-attachment:scroll;
	}
}
@media only screen  and (max-width: 414px){
	.services-box .title{	
		font-size: 18px;
	}
	.services-box .desc{
		font-size: 12px;
	}
}
@media only screen  and (max-width: 375px){
	.services-box .title{	
		font-size: 16px;
	}
	.services-box .desc{
		font-size: 10px;
	}
}
/*服务 End*/
/*服务项目*/
.Svline-box{
	background-color: #fff;
	padding-top: 75px;
	padding-bottom: 75px;
}
.ssl-box{
	text-align: center;
}
.ssl-box .title{
	text-align: center;
	font-size: 32px;
	color: #111111;
	line-height: 1.5;
	margin-bottom: 45px;
	position: relative;
	overflow: hidden;
}
.ssl-box .title .line{
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: calc(50% - 80px);
	background-color: #d9d9d9;
}
.ssl-box .title .line:after{
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	width: 5px;
	height: 5px;
	background-color: #d9d9d9;
}
.ssl-box .title .right{
	left: auto;
	right: 0;
}
.ssl-box .title .right:after{
	left: 0;
	right: auto;
}
.Svline-box ul{
	text-align: left;
}
.Svline-box ul li{
	width: 24.2%;
	margin-right: 1%;
	float: left;
	margin-bottom: 26px;
}
.Svline-box ul li:nth-child(4n+0){
	margin-right: 0;
}
.Svline-box ul li a{
	display: block;
	position: relative;
}
.Svline-box ul li a .tu{ background-position:center; background-repeat:no-repeat; background-size:cover;}
.Svline-box ul li a .tu img{
	width: 100%;
	display:block;
}
.Svline-box ul li a .words{
	position: absolute;
	bottom: 20px;
	left: 10%;
	width: 80%;
}
.Svline-box ul li a .words .stitle{
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
}
.Svline-box ul li a .words .sline{
	display: block;
	width: 20px;
	height: 1px;
	background-color: #fff;
	margin-top: 3px;
	margin-bottom: 3px;
}
.Svline-box ul li a .words .sdesc{
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	overflow: hidden;
}
.Svline-box ul li a .more{
	display: block;
    position: absolute;
    bottom: 7%;
    left: 19%;
    width: 62%;
    padding: 2.8% 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 17px;
    opacity: 0;
}
@media only screen  and (min-width: 500px) {
	.Svline-box ul li a:hover{
		background-color: rgb(32,103,170);
	}
	.Svline-box ul li a:hover .tu{
		opacity: 0.15;
	}
	.Svline-box ul li a:hover .words{
	    bottom: auto;
	    top: 20%;
	    left: 0;
	    width: 100%;
	    padding: 0 3%;
	    text-align: center;
	}
	.Svline-box ul li a:hover .words .sline{
		margin-left: auto;
		margin-right: auto;
	}
	.Svline-box ul li a:hover .more{
		opacity: 1;
	}
	.Svline-box ul li a:hover .words .sdesc{
		font-size: 24px;
	}
}
@media only screen  and (max-width: 1280px){
	.ssl-box .title{
		font-size: 30px;
	}
}
@media only screen  and (max-width: 1024px){
	.Svline-box{
		padding-top: 7%;
		padding-bottom: 7%;
	}
}
@media only screen  and (max-width: 800px){
	.Svline-box{
		padding-top: 12%;
		padding-bottom: 6%;
	}
	.Svline-box ul li{
		width: 32.6666666%;
	}
	.Svline-box ul li:nth-child(4n+0){
		margin-right: 1%;
	}
	.Svline-box ul li:nth-child(3n+0){
		margin-right: 0;
	}
	.ssl-box .title{
		margin-bottom: 6%;
	}
	.ssl-box .title{
		font-size: 24px;
	}
	.ssl-box .title .line{
		width: calc(50% - 65px);
	}
}
@media only screen  and (max-width: 600px){
	.Svline-box ul li{
		width: 49.5%;
	}
	.Svline-box ul li:nth-child(3n+0){
		margin-right: 1%;
	}
	.Svline-box ul li:nth-child(2n+0){
		margin-right: 0%;
	}
	.ssl-box .title{
		font-size: 22px;
	}
	.ssl-box .title .line{
		width: calc(50% - 55px);
	}
}
@media only screen  and (max-width: 414px){
	.ssl-box .title{
		font-size: 20px;
	}
	.Svline-box ul li a .words .stitle{
		font-size: 12px;
	}
	.Svline-box ul li a .words .sdesc{
		font-size: 14px;
	}
	.ssl-box .title .line{
		width: calc(50% - 50px);
	}
}
/*服务项目 End*/
/*最新案例*/
.cases-box{
	background-color: #ccc;
	position:relative;
}

.cases-box .left-wrapper{
	width: 63.5%;
	position:absolute;
	left:0px; top:0px; height:100%;
}
.cases-box  .swiper-wrapper{ height:inherit;}
.cases-box .left-wrapper .swiper-slide{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.cases-box .left-wrapper .swiper-slide a{
	display: block;
	height: 100%;
}
.cases-box .left-wrapper .swiper-slide img{
	width: 100%;
	display: none;
}
.cases-box .rightArea{
	width: 36.5%;
	background-color: #2067aa;
	position: relative;
	margin:0 0 0 auto;
}
.cases-box .rightArea .right-box{
	padding-top: 20%;
	padding-left: 13.5%;
	padding-right: 25%;
	padding-bottom: 22%;
	height: 100%;
}
.cases-box .rightArea .right-box .box3{
	position: relative;
	margin-top: 12%;
	line-height: 1;
}
.cases-box .rightArea .right-box .box3 .more{
	display: block;
	width: 90px;
	height: 32px;
	border: 1px solid #fff;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	margin-left: 70px;
}
.cases-box .rightArea .right-box .title2{
	font-size: 32px;
	color: #fff;
	overflow: hidden;
	line-height: 1.5;
	margin-bottom: 12%;
}
.cases-box .right-wrapper .d1{
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	overflow: hidden;
}
.cases-box .right-wrapper .d2{
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	margin-top: 28px;
}
.cases-box .title{
	position: absolute;
	left: 68.6%;
	top: 20%;
	font-size: 32px;
	color: #fff;
	line-height: 1.5;
	overflow: hidden;
	z-index: 10;
}
.cases-box .cases-prev{
	position: absolute;
	top: 0;
	left:0;
	width: 60px;
	height: 32px;
	border: 1px solid #fff;
	z-index: 10;
	cursor: pointer;
}
.cases-box .cases-prev:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 32px;
	height: 1px;
	background-color: #fff;
	margin-top: -1px;
}
.cases-box .cases-prev:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cases-box .cases-next{
	position: absolute;
	top: 0;
	left:170px;
	width: 60px;
	height: 32px;
	border: 1px solid #fff;
	z-index: 10;
	cursor: pointer;
}
.cases-box .cases-next:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 32px;
	height: 1px;
	background-color: #fff;
	margin-top: -1px;
}
.cases-box .cases-next:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 39px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.cases-box .rightArea .box .d1{
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	overflow: hidden;
}
.cases-box .rightArea .box .d2{
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	margin-top: 28px;
}
@media only screen  and (max-width: 1600px){
	.cases-box .rightArea .right-box{
		padding-top: 15%;
		padding-bottom: 17%;
	}
}
@media only screen  and (max-width: 1440px){
	.cases-box .rightArea .right-box{
		padding-top: 10%;
		padding-bottom: 12%;
	}
	.cases-box .rightArea .right-box .title2{
		font-size: 30px;
		margin-bottom: 8%;
	}
	.cases-box .right-wrapper .d1{
		font-size: 22px;
	}
	.cases-box .right-wrapper .d2{
		margin-top: 8%;
	}
}
@media only screen  and (max-width: 1280px){
	.cases-box .rightArea .right-box{
		padding-top: 8%;
		padding-bottom: 10%;
		padding-left: 10%;
		padding-right: 20%;
	}
	.cases-box .rightArea .right-box .title2{
		font-size: 26px;
		margin-bottom: 6%;
	}
	.cases-box .right-wrapper .d1{
		font-size: 18px;
	}
	.cases-box .rightArea .right-box .box3{
		margin-top: 8%;
	}
	.cases-box .right-wrapper .d2{
		margin-top: 5%;
	}
	
}
@media only screen  and (max-width: 1024px){
	.cases-box .rightArea .right-box .title2{
		font-size: 22px;
	}
	.cases-box .right-wrapper .d1{
		font-size: 16px;
	}
	.cases-box .right-wrapper .d2{
		font-size: 12px;
	}
	.cases-box .rightArea .right-box{
		padding-left: 8%;
		padding-right: 15%;
	}
	.cases-box .rightArea .right-box .box3{
		margin-top: 6%;
	}
}
@media only screen  and (max-width: 800px){
	.cases-box .left-wrapper{
		width: 100%;
		position:relative;
	}
	.cases-box .rightArea{
		width: 100%;
	}
	.cases-box .left-wrapper .swiper-slide img{
		display: inline-block;
	}
	.cases-box .left-wrapper .swiper-slide a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.cases-box .rightArea .right-box{
		padding-top: 5%;
		padding-bottom: 8%;
		padding-left: 5%;
		padding-right: 10%;
	}
	.cases-box .rightArea .right-box .title2{
		margin-bottom: 3%;
	}
	.cases-box .right-wrapper .d2{
		margin-top: 2.5%;
	}
	.cases-box .rightArea .right-box .box3{
		margin-top: 4%;
	}
}
@media only screen  and (max-width: 500px){
	.cases-box .cases-next,.cases-box .cases-prev{
		display: none;
	}	.cases-box .rightArea .right-box .box3 .more{
		margin-left: 0;
	}
}

@media only screen  and (max-width: 414px){
	.cases-box .rightArea .right-box .title2{
		font-size: 20px;
	}
	.cases-box .right-wrapper .d1{
		font-size: 14px;
	}
	

}
/*最新案例 End*/

/*新闻*/
.pro-page a{ font-size:16px; color:#2167aa !important;}
.new-box{
	height: 388px;
	background-color: #fff;
}
.new-box .stockIndex{
	width: 27%;
	background-color: #2067aa;
	height: 100%;
	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;
    float: left;
    min-width: 270px;
    margin-right: 45px;
}
.new-box .stockIndex .box{
	position: relative;
	height: 190px;
}
.new-box .stockIndex .box .title{
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.new-box .stockIndex .box .newspag{
	bottom: 40px;
	color: #fff;
}
.new-box .stockIndex .box .newsnext{
	background: none;
	color: #fff;
	font-size: 12px;
	width: 100px;
	height: 20px;
	top: 95px;
	left: 15px;
	margin-top: 0;
	right: auto;
	line-height: 20px;
}
.new-box .stockIndex .box .newsnext:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 60px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.new-box .stockIndex .box .newsnext:before{
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.new-box .stockIndex .box .newsprev{
	background: none;
	color: #fff;
	font-size: 12px;
	width: 100px;
	height: 20px;
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
	margin-top: 0;
	line-height: 20px;
	text-align: right;
}
.new-box .stockIndex .box .newsprev:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 60px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.new-box .stockIndex .box .newsprev:before{
	content: "";
	position: absolute;
	top: 4px;
	left: 0px;
	width: 10px;
	height: 10px;
	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);
}
.new-box .rightArea{
	width: calc(73% - 45px);
	height: 100%;
	float: right;
}
.new-box .rightArea .mynew-swiper{
	height: 100%;
}
.new-box .rightArea .mynew-swiper .swiper-slide{
	width: 270px;
	padding-top: 48px;
	padding-bottom: 48px;
}
.new-box .rightArea .mynew-swiper .swiper-slide a{
	display: block;
	height: 100%;
	border: 1px solid #d0d0d0;
	padding-left: 11%;
	padding-right: 11%;
	padding-top: 42px;
	padding-bottom: 50px;
}
.new-box .rightArea .mynew-swiper .swiper-slide a:hover{border: 1px solid #2067AA;}
.new-box .rightArea .mynew-swiper .swiper-slide a:hover .d1{ color:#2067AA}
.new-box .rightArea .mynew-swiper .swiper-slide a .d1{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	line-height: 1.5;
	height: 70px;
	overflow: hidden;
	margin-bottom: 5px;
}
.new-box .rightArea .mynew-swiper .swiper-slide a .d2{
	font-size: 12px;
	color: #5f5f5f;
	line-height: 1.8;
	overflow: hidden;
	height: 105px;
}
.new-box .rightArea .mynew-swiper .swiper-slide a .d3{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	margin-top: 10px;
}
@media only screen  and (max-width: 1440px){
	.new-box .rightArea .mynew-swiper .swiper-slide a .d1{
		font-size: 15px;
	}
}
@media only screen  and (max-width: 1024px){
	.new-box .rightArea{
		width: calc(100% - 317px);
	}
	.new-box .stockIndex{
		margin-right: 40px;
	}
}
@media only screen  and (max-width: 800px){
	.new-box{
		height: auto;
	}
	.new-box .stockIndex{
		margin-top:3%;
		float: none;
		width: 100%;
		height: auto;
		margin-right: 0;
		background-color: #fff;
	}
	.new-box .stockIndex .box .title{
		color: #000;
	}
	.new-box .stockIndex .box{
		height: auto;
		padding-top: 3%;
		padding-bottom: 3%;
	}
	.new-box .stockIndex .box .newspag{
		display: none;
	}
	.new-box .stockIndex .box .newsprev{
		display: none;
	}
	.new-box .stockIndex .box .newsnext{
		display: none;
	}
	.new-box .stockIndex .box .title{
		font-size: 26px;
	}
	.new-box .rightArea{
		float: none;
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.new-box .rightArea .mynew-swiper .swiper-slide{
		padding-top: 3%;
		padding-bottom: 6%;
	}
	.new-box .rightArea .mynew-swiper .swiper-slide a{
		padding-top: 15%;
		padding-bottom: 18%;
	}
	.new-box .rightArea .mynew-swiper .swiper-slide a .d1{
		font-size: 16px;
	}
}
@media only screen  and (max-width: 600px){
	.new-box .stockIndex .box .title{
		font-size: 22px;
	}
	.new-box .rightArea .mynew-swiper .swiper-slide a .d1{
		font-size: 14px;
		height: 63px;
	}
	.new-box .rightArea .mynew-swiper .swiper-slide a .d2{
		height: 63px;
	}

}
/*新闻 End*/
/*合作伙伴*/
.partners-box{
	padding-top: 105px;
	padding-bottom: 115px;
	background-color: #fff;
}
.partners-box ul li{
	float: left;
	width: 25%;
	padding-right: 1.5%;
	margin-bottom: 23px;
	text-align: left;
}
.partners-box ul li .title1{
	font-weight: bold;
	font-size: 16px;
	color: #2067aa;
	line-height: 1.5;
	overflow: hidden;
}
.partners-box ul li .line{
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #2067aa;
	margin-bottom: 10px;
	margin-top: 5px;
}
.partners-box ul li .desc{
	font-size: 14px;
	color: #6a6a6a;
	line-height: 1.8;
	overflow: hidden;
}
.partners-box .more{
	display: inline-block;
	width: 134px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #dddddd;
	color: #777777;
	font-size: 14px;
	border-radius: 20px;
	margin-top: 30px;
}
@media only screen  and (max-width: 1024px){
	.partners-box{
		padding-top: 10%;
		padding-bottom: 11%;
	}
	.partners-box ul li{
		width: 50%;
	}
}
@media only screen  and (max-width: 600px){
	.partners-box{
		padding-top: 6%;
	}
}
@media only screen  and (max-width: 414px){
	.partners-box ul li{
		width: 100%;
		padding-right: 0;
	}
}
/*合作伙伴 End*/

/*底部*/
.footer{
	background-color: #f3f3f3;
}
.footer .tool-box{
	text-align: center;
	padding-top: 37px;
	padding-bottom: 32px;
	border-bottom: 1px solid #dddddd;
}
.footer .tool-box img{
	width: 108px;
	height: 108px;
}
.footer .footer-nav{
	text-align: center;
	padding-top: 43px;
	padding-bottom: 43px;
	border-bottom: 1px solid #dddddd;
}
.footer .footer-nav li{
	display: inline-block;
	margin-right: 30px;
	margin-left: 22px;
	position: relative;
}
.footer .footer-nav li:after{
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #cccccc;
	margin-top: -2.5px;
}
.footer .footer-nav li:last-child:after{
	display: none;
}
.footer .footer-nav li:first-child{
	margin-left: 0;
}
.footer .footer-nav li:last-child{
	margin-right: 0;
}
.footer .footer-nav li a{
	color: #333333;
	font-size: 14px;
	line-height: 1;
}
.footer .copyright{
	font-size: 12px;
	color: #6a6a6a;
	line-height: 1.5;
	overflow: hidden;
	text-align: center;
	margin-top: 43px;
	margin-bottom: 40px;
}
@media only screen  and (min-width: 500px) {
	.footer .footer-nav li a:hover{
		color: #000;
	}
}
@media only screen  and (max-width: 1024px){
	.footer .tool-box{
		padding-top: 3.6%;
		padding-bottom: 3.125%;
	}
	.footer .footer-nav{
		padding-top: 4.1%;
		padding-bottom: 4.1%;
	}
	.footer .copyright{
		margin-top: 4.1%;
		margin-bottom: 4%;
	}
}
@media only screen  and (max-width: 800px){
	.footer .footer-nav{
		display: none;
	}
}
@media only screen  and (max-width: 414px){
	.footer .copyright{
		text-align: left;
	}
}

/*底部*/
.toolbar-box{
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 99;
}
.toolbar-box .ul1 li{
	width: 60px;
	height: 60px;
	background-color: #2067aa;
	margin-bottom: 2px;
}
.toolbar-box .ul1 li .a1{
	display: block;
}
.toolbar-box .ul1 li:last-child .a1{
	border-bottom: none;
}
.toolbar-box .ul1 li .qq{
	position: relative;
	background-image: url(../images/icon15.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}
.toolbar-box .ul1 li .icon{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.toolbar-box .ul1 li .weixin{
	position: relative;
	background-image: url(../images/icon12.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}
.toolbar-box .ul1 li .weixin .ewm{
	position: absolute;
    top: -44px;
    left: -143px;
    width: 142px;
    height: 142px;
    -webkit-transform: scale(0.00001);
    -ms-transform: scale(0.00001);
    -o-transform: scale(0.00001);
    transform: scale(0.00001);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: none;
}
.toolbar-box .ul1 li .qq .hover-box{
	position: absolute;
    top: 0px;
    right: 62px;
    width: 150px;
    padding-top: 18px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 16px;
    background-color: #103672;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    z-index: 12;
    -webkit-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: 0;
   	right: -2px;
   	width: 2px;
   	height: 60px;
   	background-color: #103672;
}
.toolbar-box .ul1 li .qq .hover-box a{
	display: block;
	margin-bottom: 12px;
	padding-left: 22px;
	background-image: url(../images/icon16.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
}
.toolbar-box .ul1 li .tel{
	background-image: url(../images/icon13.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: relative;
}
.toolbar-box .ul1 li .tel .tel-box{
	position: absolute;
    top: 0px;
    right: 60px;
    width: 150px;
   	height: 60px;
   	line-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #103672;
    font-size: 20px;
    color: #fff;
    z-index: 12;
    -webkit-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
}
.toolbar-box .ul1 .back-top{
	display: none;
	background-image: url(../images/icon14.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.toolbar-box .ul1 li .qq[data-active="on"] .hover-box{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
@media only screen  and (min-width: 500px){
	.toolbar-box .ul1 li:hover{
		background-color: #103672;
	}
	.toolbar-box .ul1 li .weixin:hover .ewm,.toolbar-box .ul1 li .qq:hover .hover-box,.toolbar-box .ul1 li .tel:hover .tel-box{
		-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	    transform: scale(1, 1);
	}
}
@media only screen  and (max-width: 600px){
	.toolbar-box .ul1 li{
		width: 45px;
		height: 45px;
	}
	.toolbar-box .ul1 li .qq{
		-webkit-background-size: 50%;
		background-size: 50%;
	}
	.toolbar-box .ul1 li .weixin{
		-webkit-background-size: 50%;
		background-size: 50%;
	}
	.toolbar-box .ul1 li .tel{
		-webkit-background-size: 50%;
		background-size: 50%;
	}
	.toolbar-box .ul1 .back-top{
		-webkit-background-size: 50%;
		background-size: 50%;
	}
	.toolbar-box .ul1 li:nth-child(2){
		display: none;
	}
	.toolbar-box .ul1 li .qq .hover-box{
		right: 47px;
	}
	.toolbar-box .ul1 li .qq .hover-box{
		padding-top: 9px;
		padding-bottom: 0;
	}
	.toolbar-box .ul1 li .qq .hover-box a{
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.toolbar-box .ul1 li .tel .tel-box{
		right: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}
	.toolbar-box .ul1 li .qq .hover-box:before{
		height: 45px;
	}
}
/*回到顶部 End*/

/* =========

  背景

  ========== */
.allbg-box{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 520px;
	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;
    margin-top: 72px;
    text-align: center;
}
.allbg-box .box{
	color: #103672;
	font-size: 36px;
	overflow: hidden;
	line-height: 1.5;
}
.allbg-box .color{
	color: #fff;
}
.allbg-box .box .yw{
	font-size: 36px;
	font-family: "T375";
}
.allbg-box .box .zw{
	font-size: 26px;
}
.allbg-box3{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 500px;
	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;
    margin-top: 72px;
    text-align: center;
}
.allbg-box3 .box{
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
}
.allbg-box3 .box .yw{
	font-size: 36px;
	color: #ffffff;
	overflow: hidden;
	font-family: "T375";
}
.allbg-box3 .box .zw{
	font-size: 26px;
	color: #fff;
	margin-top: 5px;
	overflow: hidden;
}
.allbg-box2{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 400px;
	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;
    margin-top: 72px;
    text-align: center;
}
.allbg-box2 .box{
	color: #103672;
	font-size: 36px;
	text-align: center;
	line-height: 1.5;
}
.allbg-box2 .box .yw{
	font-size: 36px;
	color: #fff;
	overflow: hidden;
	font-family: "T375";
}
.allbg-box2 .box .zw{
	font-size: 26px;
	color: #fff;
	margin-top: 5px;
	overflow: hidden;
}

	.allbg-box{
		height: 520px;
	}
	.allbg-box3{
		height: 500px;
	}
	.allbg-box2{
		height: 400px;
	}

@media only screen  and (max-width: 1680px){
	.allbg-box{
		height: 455px;
	}
	.allbg-box3{
		height: 438px;
	}
	.allbg-box2{
		height: 350px;
	}
}
@media only screen  and (max-width: 1440px){
	.allbg-box{
		height: 390px;
	}
	.allbg-box3{
		height: 375px;
	}
	.allbg-box2{
		height: 300px;
	}
}
@media only screen  and (max-width: 1380px){
	.allbg-box{
		height: 374px;
	}
	.allbg-box3{
		height: 360px;
	}
}
@media only screen  and (max-width: 1280px){
	.allbg-box{
		height: 347px;
	}
	.allbg-box3{
		height: 333px;
	}
	/*.allbg-box3 .box .yw{
		font-size: 30px;
	}
	.allbg-box3 .box .zw{
		font-size: 20px;
	}*/
	.allbg-box2{
		height: 288px;
	}
}
@media only screen  and (max-width: 1024px){
	.allbg-box{
		height: 277px;
	}
	.allbg-box3{
		height: 266px;
	}
	.allbg-box .box .yw{
		font-size: 32px;
	}
	.allbg-box .box .zw{
		font-size: 22px;
	}
	.allbg-box2{
		height: 267px;
	}
	.allbg-box2 .box .yw{
		font-size: 32px;
	}
	.allbg-box2 .box .zw{
		font-size: 20px;
		margin-top: 0px;
	}
}
@media only screen  and (max-width: 800px){
	.allbg-box2{
		margin-top: 50px;
	}
	.allbg-box{
		margin-top: 50px;
	}
	.allbg-box3{
		margin-top: 50px;
	}
}
@media only screen  and (max-width: 600px){
	.allbg-box{
		height: 216px;
	}
	.allbg-box .box{
		font-size: 32px;
	}
	.allbg-box3{
		height: 210px;
	}
	.allbg-box3 .box{
		font-size: 24px;
	}
	.allbg-box3 .box .yw{
		font-size: 26px;
	}
	.allbg-box3 .box .zw{
		font-size: 16px;
		margin-top: 0px;
	}
	.allbg-box .box .yw{
		font-size: 28px;
	}
	.allbg-box .box .zw{
		font-size: 18px;
	}
	.allbg-box2{
		height: 210px;
	}
	.allbg-box2 .box .yw{
		font-size: 24px;
	}
	.allbg-box2 .box .zw{
		font-size: 16px;
		margin-top: 0px;
	}
}
@media only screen  and (max-width: 414px){
	.allbg-box .box{
		font-size: 28px;
	}
	/*.allbg-box3 .box .yw{
		font-size: 22px;
	}*/
}
/* =========

  新闻详情

  ========== */
.newsBox{
	background-color: #eaeaea;
	padding-bottom: 200px;
}
.newsBox .chose-box{
	padding-top: 60px;
}
.newsBox .chose-box .data-chose{
	max-width: calc(100% - 275px);
}
.newsBox .chose-box .data-chose a{
	font-size: 28px;
	color: #868686;
	line-height: 1.5;
	margin-right: 40px;
	font-family: "T154";
}
.newsBox .chose-box .data-chose a:last-child{
	margin-right: 0;
}
.newsBox .chose-box .data-chose .active{
	font-size: 45px;
	color: #2167aa;
}
.newsBox .chose-box .search-box{
	margin-top: 25px;
}
.newsBox .chose-box .search-box form input[type="text"]{
	border: none;
	height: 36px;
	width: 235px;
	background-color: #e2e2e2;
	font-size: 14px;
	text-indent: 15px;
	float: left;
}
.newsBox .chose-box .search-box form input[type="submit"]{
	width: 40px;
	height: 36px;
	background-color: #8f8f8f;
	border: none;
	float: right;
	cursor: pointer;
	background-image: url(../images/icon05.png);
	background-repeat: no-repeat;
	background-position: center;
}
.masonry1{
	margin-top: 70px;
	position:relative;
	width: -moz-calc(100% + 40px) !important;
	width: -webkit-calc(100% + 40px) !important;
	width: -o-calc(100% + 40px) !important;
	width: -ms-calc(100% + 40px) !important;
	width: calc(100% + 40px) !important;
	margin-left:-20px;
}
.grid-item1{
	width: 31.94%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center; 
	background-repeat: no-repeat;
	float:left;
	top:0;
	left:40%;
	
}
.grid-item1 img{
	width: 100%;
}
.gutter-sizer1{
	width: 2.09%;
}
.newsBox .grid-item1 a{
	display: block;
	background-color: #fff;margin:0 20px 40px;
}
.newsBox a .tu{
	background-color: #000;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.newsBox a .tu img{
	width: 100%;
}
.newsBox a .upper{
	padding-top: 29px;
	padding-bottom: 29px;
}
.newsBox a .upper .leftArea{
	width: 23%;
	padding-left: 6%;
	border-right: 1px solid #ececec;
}
.newsBox a .upper .leftArea .bnum{
	font-size: 45px;
	color: #333333;
	overflow: hidden;
	font-family: "T154";
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.newsBox a .upper .leftArea .snum{
	font-size: 12px;
	color: #999999;
	line-height: 1.5;
	overflow: hidden;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.newsBox a .upper .rightArea{
	width: 77%;
	padding-left: 3%;
	padding-right: 5%;
}
.newsBox a .upper .rightArea .title{
	font-size: 18px;
	color: #000000;
	line-height: 1.2;
	height: 40px;
	overflow: hidden;
}
.newsBox a .upper .rightArea .desc{
	font-size: 12px;
	color: #7f7f7f;
	overflow: hidden;
	margin-top: 8px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.newsBox a .bottom{
	font-size: 12px;
	color: #999999;
	margin-right: 6%;
	margin-left: 6%;
	height: 38px;
	line-height: 38px;
	position: relative;
	border-top: 1px solid #e5e5e5;
}
.newsBox a .bottom:after{
	content: "";
	width: 20px;
	height: 2px;
	background-color: #969696;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 1px;
}
.newsBox a .bottom:before{
	content: "";
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #969696;
    border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0px;
}
@media only screen  and (min-width: 500px){
	.newsBox .grid-item1 a:hover{
		background-color: #2067aa;
	}
	.newsBox .grid-item1 a:hover .upper .rightArea .title{
		color: #fff;
	}
	.newsBox a:hover .upper .leftArea .bnum{
		color: #fff;
	}
	.newsBox a:hover .upper .leftArea .snum{
		color: #fff;
	}
	.newsBox a:hover .upper .rightArea .desc{
		color: #fff;
	}
	.newsBox a:hover .bottom{
		color: #fff;
	}
	.newsBox a:hover .upper .leftArea{
		border-right-color: #fff;
	}
	.newsBox a:hover .bottom{
		border-top-color: #fff;
	}
	.newsBox a:hover .bottom:before{
		border-left-color: #fff;
	}
	.newsBox a:hover .bottom:after{
		background-color: #fff;
	}
	.newsBox .grid-item1 a:hover .tu{	
		opacity: 0.8;
	}
	.newsBox .grid-item1 .chose-box .data-chose a:hover{
		color: #2067aa;
	}

}
@media only screen  and (max-width: 1600px){
	.newsBox{
		padding-bottom: 180px;
	}
}
@media only screen  and (max-width: 1440px){
	.newsBox{
		padding-bottom: 160px;
	}
}
@media only screen  and (max-width: 1280px){
	.newsBox .waterfall{
		-moz-column-gap: 20px;
    	-webkit-column-gap: 20px;
    	column-gap: 20px;
	}
	.newsBox a .upper .rightArea .title{
		font-size: 16px;
	}
	.newsBox a .upper .leftArea .bnum{
		font-size: 40px;
	}
	.newsBox{
		padding-bottom: 140px;
	}
}
@media only screen  and (max-width: 1024px){
	.newsBox .waterfall{
		-moz-column-gap: 10px;
    	-webkit-column-gap: 10px;
    	column-gap: 10px;
	}
	.newsBox{
		padding-bottom: 12%;
	}
	.newsBox a .upper .leftArea .bnum{
		font-size: 34px;
	}
}
@media only screen  and (max-width: 1023px){
	.grid-item1{
		width: 49%;
		margin-bottom: 4%;
	}
	.gutter-sizer1{
		width: 2%;
	}
	.newsBox a .upper .rightArea .title{
		font-size: 18px;
	}
	.newsBox a .upper .leftArea .bnum{
		font-size: 40px;
	}
}
@media only screen  and (max-width: 800px){
	.newsBox a .upper .rightArea .title{
		font-size: 16px;
		height: 36px;
	}
	.newsBox a .upper .leftArea .bnum{
		font-size: 32px;
	}
	.newsBox a .upper .rightArea{
		padding-right: 3%;
	}
	.newsBox a .upper .leftArea{
		padding-left: 3%;
	}
	.newsBox a .upper{
		padding-top: 8%;
		padding-bottom: 8%;
	}
	.newsBox .chose-box .data-chose a{
		font-size: 24px;
		margin-right: 30px;
	}
	.newsBox .chose-box .data-chose .active{
		font-size: 40px;
	}
	.newsBox a .bottom{
		margin-left: 3%;
		margin-right: 3%;
	}
	.newsBox .waterfall{
		margin-top: 8%;
	}
	.newsBox .chose-box{
		padding-top: 7%;
	}
	.newsBox .grid-item1 a{ margin:0 12px 24px;}
	.masonry1{
	width: -moz-calc(100% + 24x) !important;
	width: -webkit-calc(100% + 24px) !important;
	width: -o-calc(100% + 24px) !important;
	width: -ms-calc(100% + 24px) !important;
	width: calc(100% + 24px) !important;
	margin-left:-12px;
}
}
.nothing{ text-align:center;}
@media only screen  and (max-width: 600px){
	.grid.donghua{ 
	
	-webkit-transition:all 0s;
	transition:all 0s;}
	.newsBox .chose-box .data-chose{
		float: none;
		max-width: 100%;
	}
	.newsBox .chose-box .search-box{
		float: none;
	}
	.newsBox .chose-box .search-box form input[type="text"]{
		width: calc(100% - 40px);
	}
	.newsBox .chose-box .data-chose a{
		font-size: 20px;
		margin-right: 20px;
	}
	.newsBox .chose-box .data-chose .active{
		font-size: 32px;
	}
	.grid-item1{
		width: 100%;
	}
	.gutter-sizer1{
		width: 0;
	}
	.newsBox a .upper .leftArea{
		width: 18%;
	}
	.newsBox a .upper .rightArea{
		width: 82%;
	}
	.newsBox a .upper{
		padding-top: 5%;
		padding-bottom: 5%;
	}
}
@media only screen  and (max-width: 414px){
	.newsBox a .bottom{
		margin-left: 3%;
		margin-right: 3%;
	}
	.newsBox a .upper .leftArea{
		padding-left: 3%;
	}
	.newsBox a .upper .rightArea{
		padding-right: 3%;
	}
	.newsBox a .upper .leftArea{
		width: 20%;
	}
	.newsBox a .upper .rightArea{
		width: 80%;
	}
	.newsBox a .upper .rightArea .title{
		font-size: 14px;
	}
	.newsBox{
		padding-bottom: 12%;
	}
}
@media only screen  and (max-width: 375px){
	.newsBox a .upper .leftArea .bnum{
		font-size: 30px;
	}
	.newsBox a .upper .leftArea .snum{
		font-size: 10px;
	}
}
/* =========

  联系我们

  ========== */
.contactBox{
	width: 94%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 1200px;
    margin-top: 90px;
    margin-bottom: 90px;
}
.contactBox .leftArea{
	width: 44%;
	float: left;
}
.contactBox .leftArea .title{
	font-size: 22px;
	font-weight: bold;
	color: #2167aa;
	line-height: 1.5;
	overflow: hidden;
}
.contactBox .leftArea .desc{
	font-size: 14px;
	color:#565656;
	line-height: 2;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 35px;
}
.contactBox .leftArea .ewm{
	width: 108px;
	height: 108px;
}
.contactBox .rightArea{
	float: left;
	width: 56%;
}
.contactBox .rightArea input[type="text"]{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	height: 44px;
	font-size: 14px;
	text-indent: 25px;
	border: 1px solid #f2f2f2;
}
.contactBox .rightArea input[type="text"]:focus{
	border: 1px solid #cecece;
}
.contactBox .rightArea textarea{
	display: block;
	width: 100%;
	height:100px;
	padding-top: 15px;
	text-indent: 25px;
	font-size: 14px;
	border: 1px solid #f2f2f2;
	resize: none;
	margin-bottom: 20px;
}
.contactBox .rightArea textarea:focus{
	border: 1px solid #cecece;
}
.contactBox .rightArea input[type="submit"]{
	width: 82px;
	height: 44px;
	border: 1px solid #e9e9e9;
	color: #4a4f66;
	font-size: 14px;
	background-color: transparent;
	cursor: pointer;
}
.allmap{
	height: 504px;
}
@media only screen  and (min-width: 500px){
	.contactBox .upper .rightArea input[type="submit"]:hover{
		border: none;
		background-color: #2067aa;
		color: #fff;
	}
}

	.allmap{
		height: 504px;
	}

@media only screen  and (max-width: 1680px){
	.allmap{
		height: 441px;
	}
}
@media only screen  and (max-width: 1440px){
	.allmap{
		height: 378px;
	}
}
@media only screen  and (max-width: 1024px){
	.allmap{
		height: 336px;
	}
}
@media only screen  and (max-width: 800px){
	.contactBox{
		margin-top: 10%;
		margin-bottom: 10%;
	}
}
@media only screen  and (max-width: 600px){
	.allmap{
		height: 268px;
	}
	.contactBox .leftArea{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.contactBox .rightArea{
		float: none;
		width: 100%;
	}
	.contactBox .leftArea .desc{
		margin-top: 5%;
		margin-bottom: 5.5%;
	}
}
@media only screen  and (max-width: 414px){
	.contactBox .leftArea .title{
		font-size: 20px;
	}
}
@media only screen  and (max-width: 375px){
	.contactBox .leftArea .title{
		font-size: 18px;
	}
	.contactBox .leftArea .desc{
		font-size: 12px;
	}
	.contactBox .rightArea input[type="text"]{
		height: 36px;
		font-size: 12px;
	}
	.contactBox .rightArea textarea{
		font-size: 12px;
	}
	.contactBox .rightArea input[type="submit"]{
		height: 36px;
		font-size: 12px;
	}
}

/* =========

  技术支持

  ========== */
/*问题解答*/
.wtjd-box{
	margin-top: 50px;
	margin-bottom: 110px;
}
.wtjd-box .title{
	font-size: 20px;
	font-weight: bold;
	color: #2067aa;
	line-height: 1.5;
	overflow: hidden;
	margin-bottom: 35px;
}
.wtjd-box ul li{
	border-bottom: 1px solid #d8d7d5;
	position: relative;
}
.wtjd-box ul li:first-child{
	border-top: 1px solid #d8d7d5;
}
.wtjd-box ul li:after{
	content: "";
	position: absolute;
	top: 28px;
	right: 20px;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #d8d7d5;
}
.wtjd-box ul li .upper{
	padding-left: 6%;
	padding-right: 5%;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	color: #818181;
}
.wtjd-box ul li .upper .title1{
	font-size: 14px;
	position: relative;
	display: inline-block;
	width: calc(100% - 100px);
	height: 64px;
}
.wtjd-box ul li .upper .title1:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -5%;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid #246aac;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wtjd-box ul li .upper .title1:before{
	content: "<";
	position: absolute;
	top: 50%;
	left:-3.8%;
	height: auto;
	line-height: 1;
	font-weight: bold;
	color: #246aac;
	-webkit-transform: rotate(-22deg) translateY(-50%);
	-ms-transform: rotate(-22deg) translateY(-50%);
	-o-transform: rotate(-22deg) translateY(-50%);
	transform: rotate(-22deg) translateY(-50%);
}
.wtjd-box ul li .upper .data{
	font-size: 12px;
	position: relative;
	display: inline-block;
	width: 90px;
	height: 64px;
	text-align: right;
}
.wtjd-box ul li .desc{
	font-size: 14px;
	color: #818181;
	line-height: 1.8;
	overflow: hidden;
	padding-left: 6%;
	padding-top: 25px;
	padding-bottom: 35px;
	padding-right: 5%;
	display: none;
}
.wtjd-box ul li[data-active="on"]{
	border-color: #2067aa;
}
.wtjd-box ul li[data-active="on"] .upper{
	background-color: #2067aa;
}
.wtjd-box ul li[data-active="on"] .upper .title1{
	color: #fff;
}
.wtjd-box ul li[data-active="on"] .upper .title1:before{
	color: #fff;
}
.wtjd-box ul li[data-active="on"] .upper .title1:after{
	border-color: #fff;
}
.wtjd-box ul li[data-active="on"]:after{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wtjd-box ul li[data-active="on"] .upper .data{
	color: #fff;
}
@media only screen  and (max-width: 1024px){
	.wtjd-box ul li .upper .title1:before{
		left: -29px;
	}
	.wtjd-box ul li .upper .title1:after{
		left: -40px;
	}
	.wtjd-box ul li .upper{
		padding-left: 56px;
		padding-right: 48px;
	}
	.wtjd-box ul li .upper .data:after{
		right: -30px;
	}
}
@media only screen  and (max-width: 600px){
	.wtjd-box ul li .upper .data{
		display: none;
	}
	.wtjd-box ul li .upper .title1{
		width: 100%;
	}
}
@media only screen  and (max-width:414px){
	.wtjd-box ul li .upper{
		height: 48px;
		line-height: 48px;
	}
	.wtjd-box ul li .upper .title1{
		height: 48px;
		font-size: 12px;
	}
	.wtjd-box ul li:after{
		top: 20px;
	}
	.wtjd-box ul li .desc{
		font-size: 12px;
	}
	.wtjd-box ul li .upper .title1:after{
		width: 16px;
		height: 16px;
	}
	.wtjd-box ul li .upper .title1:before{
		left: -32px;
	}

}
/*问题解答 End*/
/*技术咨询*/
.jszx-box{
	height: 500px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.jszx-box .box{
	padding-top: 65px;
}
.jszx-box .box .title{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	overflow: hidden;
}
.jszx-box .box form{
	margin-top: 45px;
}
.jszx-box .box form input[type="text"]{
	width: 30%;
	background-color: #fff;
	margin-right: 20px;
	height: 44px;
	text-indent: 25px;
	font-size: 14px;
	float: left;
	margin-bottom: 20px;
}
.jszx-box .box form input[type="text"]:last-child{
	margin-right: 0;
}
.jszx-box .box form textarea{
	display: block;
	resize: none;
	width: calc(90% + 40px);
	height: 130px;
	text-indent: 25px;
	line-height: 1.5;
	padding-top: 12px;
	margin-bottom: 20px;
	font-size: 14px;
}
.jszx-box .box form input[type="submit"]{
	width: 200px;
	height: 44px;
	border: none;
	font-size: 16px;
	color: #fff;
	background-color: #2067aa;
	cursor: pointer;
	line-height: 44px;
}
.jszx-box .box form .lxwm{
	display: inline-block;
	width: 150px;
	height: 44px;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	margin-left: 10px;
}
@media only screen  and (max-width: 800px){
	.jszx-box .box form input[type="text"]{
		margin-right: 3%
	}
	.jszx-box .box form textarea{
		width: 96%;
	}
	.jszx-box .box{
		padding-top: 45px;
	}
}
@media only screen  and (max-width: 600px){
	.jszx-box .box form input[type="text"]{
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.jszx-box .box form textarea{
		width: 100%;
	}
	.jszx-box .box{
		padding-top: 30px;
	}
	.jszx-box .box form{
		margin-top: 30px;
	}
	.jszx-box .box form input[type="submit"]{
		width: 60%;
	}
	.jszx-box .box form .lxwm{
		width: 36%;
		margin-left: 3%;
	}
}
@media only screen  and (max-width: 375px){
	.jszx-box .box form .lxwm{
		margin-left: 2%;
	}
	.jszx-box .box form input[type="text"]{
		font-size: 12px;
	}
	.jszx-box .box form textarea{
		font-size: 12px;
	}
	.jszx-box .box form input[type="submit"]{
		font-size: 14px;
	}
	.jszx-box .box form .lxwm{
		font-size: 14px;
	}
}
/*技术咨询 End*/

/* =========

  合作伙伴

  ========== */
.hzhb-box{
	padding-top: 72px;
	padding-bottom: 120px;
}
.hzhb-box .yw{
	font-size: 36px;
	color: #2167aa;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 70px;
	font-family: "T375";
}
.hzhb-box .zw{
	font-size: 24px;
	color: #2167aa;
	line-height: 1.5;
	overflow: hidden;
	margin-bottom: 42px;
}
.hzhb-box ul li{
	float: left;
	width: 22.2222222%;
	margin-right: 3.7%;
	background-color: #fafafa;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover; 
	margin-bottom: 40px;
}
.hzhb-box ul li:nth-child(4n+0){
	margin-right: 0;
}
@media only screen  and (max-width: 1024px){
	.hzhb-box{
		padding-bottom: 11%
	}
	.hzhb-box .yw{
		margin-top: 6.5%;
	}
	.hzhb-box .zw{
		margin-bottom: 4%;
	}
	.hzhb-box ul li{
		width: 30.86666%;
	}
	.hzhb-box ul li:nth-child(4n+0){
		margin-right: 3.7%;
	}
	.hzhb-box ul li:nth-child(3n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width: 800px){
	.hzhb-box .yw{
		font-size: 30px;
	}
	.hzhb-box .zw{
		font-size: 20px;
	}
}
@media only screen  and (max-width: 600px){
	.hzhb-box ul li{
		width: 46.3%;
	}
	.hzhb-box ul li:nth-child(4n+0){
		margin-right: 3.7%;
	}
	.hzhb-box ul li:nth-child(3n+0){
		margin-right: 3.7%;
	}
	.hzhb-box ul li:nth-child(2n+0){
		margin-right: 0;
	}
	.hzhb-box .yw{
		font-size: 24px;
	}
	.hzhb-box .zw{
		font-size: 16px;
	}
}
@media only screen  and (max-width: 414px){
	.hzhb-box ul li{
		float: none;
		width:100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.hzhb-box ul li:nth-child(4n+0){
		margin-right: 0;
	}
	.hzhb-box ul li:nth-child(3n+0){
		margin-right: 0;
	}
}
/* =========

  服务网点

  ========== */
.fwwd-box{
	margin-top: 72px;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #ededed;
}
.fwwd-box .ChinaMap {
    margin-right: auto;
    margin-left: auto;
}
.fwwd-box .box{
	position: absolute;
	top: 180px;
	left: 30%;
	z-index: 10;
}
.fwwd-box .box .yw{
	font-size: 36px;
	color: #2167aa;
	line-height: 1.5;
	overflow: hidden;
	font-family: "T375";
}
.fwwd-box .box .zw{
	font-size: 24px;
	color: #2167aa;
	line-height: 1.5;
	overflow: hidden;
}
.fwwd-box .stateTip{
	position: absolute;
	left: 100%;
	text-align: left;
	display: inline;
}
.fwwd-box .mapTipText{
    width: 126px;
    height: auto;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    color: #2167aa;
    padding: 10px;
    border: 1px solid #2167aa;
}
.fwwd-box .mapTipText .title{
	margin-bottom: 10px;
}
.fwwd-box .mapTipText .desc{
	font-size: 12px;
	color: #000;
	line-height: 2;
	margin-bottom: 10px;
}

@media only screen  and (max-width: 1024px){
	.fwwd-box .box .yw{
		font-size: 30px;
	}
	.fwwd-box .box .zw{
		font-size: 20px;
	}
}
@media only screen  and (max-width: 800px){
	.fwwd-box{
		margin-top: 50px;
		padding-top: 8.75%;
		padding-bottom: 8.75%;
	}
	.fwwd-box .box .yw{
		font-size: 26px;
	}
	.fwwd-box .box .zw{
		font-size: 16px;
	}
	.fwwd-box .box{
		top: 20%;
	}
}
@media only screen  and (max-width: 600px){
	.fwwd-box .box .yw{
		font-size: 20px;
	}
}
@media only screen  and (max-width: 414px){
	.fwwd-box .mapTipText{
		font-size: 12px;
	}
	.fwwd-box .box .yw{
		font-size: 18px;
	}
	.fwwd-box .box .zw{
		font-size: 14px;
	}
}

/* =========

  工程案例

  ========== */
.gcan-box{
	margin-top: 70px;
	margin-bottom: 120px;
}
.gcan-box li{
	float: left;
	margin-right: 2.5%;
	width: 31.6666%;
	margin-bottom: 40px;
}
.gcan-box li:nth-child(3n+0){
	margin-right: 0;
}
.gcan-box li a{
	display: block;
	overflow: hidden;
}
.gcan-box li a .tu{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ccc;
	opacity: 0.9;
}
.gcan-box li a .tu img{
	width: 100%;
}
.gcan-box li a .box{
	border: 1px solid #f2f2f2;
	border-top: none;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 20px;
}
.gcan-box li a .box .title{
	font-size: 18px;
	color: #010101;
	line-height: 1.8;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.gcan-box li a .box .desc{
	font-size: 12px;
	color: #6a6a6a;
	line-height: 1.5;
	overflow: hidden;
	height: 36px;
	padding-bottom: 10px;
}
.gcan-box li a .box .data{
	font-size: 12px;
	color: #999999;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-top: 1px solid #e5e5e5;
}
.gcan-box li a .box .data:before{
	content: "";
	width: 20px;
	height: 2px;
	background-color: #969696;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 1px;
}
.gcan-box li a .box .data:after{
	content: "";
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #656565;
    border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0px;
}

@media only screen  and (min-width: 500px){
	.gcan-box li a:hover .box{
		background-color: #2067aa;
		border: none;
	}
	.gcan-box li a:hover .title{
		color: #fff;
	}
	.gcan-box li a:hover .desc{
		color: #fff;
	}
	.gcan-box li a:hover .data{
		color: #fff;
	}
	.gcan-box li a:hover .data:after{
		border-left-color: #fff;
	}
	.gcan-box li a:hover .data:before{
		background-color: #fff;
	}
	.gcan-box li a:hover .tu{
		opacity: 1;
	}
}
@media only screen  and (max-width: 1024px){
	.gcan-box li a .box .title{
		font-size: 16px;
	}
	.gcan-box{
		margin-top: 6.8%;
		margin-bottom: 11.5%;
	}
}
@media only screen  and (max-width: 800px){
	.gcan-box li{
		width: 48.75%;
	}
	.gcan-box li:nth-child(3n+0){
		margin-right: 2.5%;
	}
	.gcan-box li:nth-child(2n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width: 500px){
	.gcan-box li{
		width:100%;
		margin-right: 0;
	}
	.gcan-box li:nth-child(3n+0){
		margin-right: 0;
	}
}

/* =========

  工程案例详细

  ========== */
.gcalxx-bbg{
	margin-top: 72px;
	height: 250px;
    background-color: #2067aa;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    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;
}
.gcalxx-bbg .box{
	text-align: center;
}
.gcalxx-bbg .box .d1{
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 3px;
}
.gcalxx-bbg .box .d2{
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	margin-top: 10px;
}
.gcalxx-bbg .box .d3{
	font-size: 12px !important;
}
.gcalxx-bbg .wrap{
	position: relative;
	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;
}
.gcalxx-bbg .back{
	position: absolute;
	bottom: 20px;
	right: 10%;
	color: #fff;
	font-size: 16px;
}
.gcalxx-box{
	margin-top: 65px;
	margin-bottom: 180px;
}
.gcalxx-box .leftArea{
	font-size: 14px;
	color: #555555;
	line-height: 1.8;
	overflow: hidden;
	width: 38.3333%;
	padding-right: 7.5%;
}
.gcalxx-box .leftArea .word{
	text-indent: 28px;
}
.gcalxx-box .rightArea{
	width: 61.6666%;
}
.gcalxx-box .rightArea li{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.gcalxx-box .rightArea li img{
	width: 100%;
}
.gcalxx-box .inbox{
	margin-top: 30px;
}
.gcalxx-box .inbox .gcalxx-prev,.gcalxx-box .inbox .gcalxx-next{
	float: left;
	display: block;
	font-size: 16px;
	color: #555555;
	width: 50%;
	padding-right: 10%;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.gcalxx-box .inbox .gcalxx-next{
	float: right;
	padding-right: 0;
	padding-left: 10%;
	text-align: right;
}
@media only screen  and (max-width: 1440px){
	.gcalxx-box .leftArea{
		padding-right: 3%;
	}
	.gcalxx-bbg .box .d1{
		font-size: 28px;
	}
}
@media only screen  and (max-width: 1280px){
	.gcalxx-bbg .box .d1{
		font-size: 26px;
	}
	.gcalxx-bbg .box .d2{
		font-size: 18px;
	}
}
@media only screen  and (max-width: 1024px){
	.gcalxx-box{
		margin-top: 6.5%;
		margin-bottom: 17.5%;
	}
	.gcalxx-bbg .box .d1{
		font-size: 24px;
	}
	.gcalxx-bbg .box .d2{
		font-size: 16px;
	}
	.gcalxx-bbg .back{
		font-size: 14px;
	}
	.masonry1{
		margin-top: 6.8%;
	}
}
@media only screen  and (max-width: 800px){
	.gcalxx-box .leftArea{
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}
	.gcalxx-box .rightArea{
		float: none;
		width: 100%;
	}
	.gcalxx-bbg{
		margin-top: 50px;
		min-height:180px;
	}
	.gcalxx-bbg .box .d1{
		font-size: 22px;
	}
	.gcalxx-bbg .box .d2{
		font-size: 14px;
		margin-top: 5px;
	}
}
@media only screen  and (max-width: 600px){
	.gcalxx-bbg .box .d1{
		font-size: 20px;
	}
	.gcalxx-box .inbox .gcalxx-prev,.gcalxx-box .inbox .gcalxx-next{
		float: none;
		font-size: 14px;
		height: 21px;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.gcalxx-box .inbox .gcalxx-next{
		margin-top: 10px;
	}
	.gcalxx-bbg .box .d2{
		font-size: 12px;
	}
	.gcalxx-bbg .back{
		font-size: 12px;
	}
	.gcalxx-bbg .back{
		right: 0;
	}
	.newsBox .chose-box .search-box{
		margin-top: 12px;
	}
}
@media only screen  and (max-width: 414px){
	.gcalxx-box .leftArea{
		margin-bottom: 30px;
	}
	.gcalxx-bbg{
		height: 190px;
	}
}

/* =========

  服务项目

  ========== */
.fwxm-box{
	padding-top: 50px;
	padding-bottom: 90px;
}
.fwxm-box li{
	margin-bottom: 40px;
}
.fwxm-box li:nth-child(even) a .leftArea{
	float: right;
}
.fwxm-box li:nth-child(even) a .leftArea .tu{
	float: left;
	left:0;

}
.fwxm-box li:nth-child(even) a .rightArea{
	float: right;
}
.fwxm-box li:nth-child(even) a .rightArea table{
	float: right;
	margin-right: 0;
	margin-left: 5.6%;
}
.fwxm-box li:nth-child(even) a .rightArea .title{
	float: right;
	margin-right: 0;
	margin-left: 5.6%;
}
@media only screen  and (min-width: 800px){
.fwxm-box li:nth-child(2n) .rightArea .xxx{ margin:0 0 0 5.6%; float:right; width:94.4%;}
}
.fwxm-box li a{
	display: block;
}
.fwxm-box li a .leftArea{
	position:relative;

	width: 47%;
}
.fwxm-box li a .leftArea .tu{
	width: 93.7%;
	height: 100%;
	max-width: 670px;
	right: 0%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	background-color: #000;
	opacity: 0.9;
}
.fwxm-box li a .leftArea .tu img{
	width: 100%;
	display: none;
}
.fwxm-box li a .rightArea{
	width: 53%;
	background-color: #fff;
}
.fwxm-box li a .rightArea .bg{
	background-color: #f0f0f0;
}

.fwxm-box li a .rightArea .xxx{ max-width:770px;}
.fwxm-box li a .rightArea .title{
	font-size: 26px;
	color: #010101;
	line-height: 1.5;
	overflow: hidden;
	padding-left: 7.4%;
	padding-right: 11.8%;
	padding-top: 2.7%;
	padding-bottom: 2.2%;
	width: 94.4%;
	margin-right: 5.6%;
	max-width: 770px;
	float: left;
}
.fwxm-box li a .rightArea .desc{
	padding-top: 4.4%;
	padding-left: 7.4%;
	padding-right: 11.8%;
	max-width: 770px;
	color: #5b5b5b;
	font-size: 14px;
	overflow: hidden;
	line-height: 1.8;
}
.fwxm-box li a .rightArea .color{
	color: #2067aa;
	position: relative;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-left: 7.4%;
	margin-top: 4.4%;
	margin-bottom: 8.9%;
}
.fwxm-box li a .rightArea .color:before{
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #2067aa;
}
.fwxm-box li a .rightArea .color:after{
	content: "";
	position: absolute;
	top: 8px;
	right: -22px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media only screen  and (min-width: 801px){
	.fwxm-box 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;
	}
	.fwxm-box li:nth-child(even) a{
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-direction: row-reverse;
	    -webkit-flex-direction: row-reverse;
	    flex-direction: row-reverse;
	    -webkit-box-orient: horizontal;
	    -ms-box-orient: horizontal;
	    box-orient: horizontal;
	}
}
@media only screen  and (min-width: 800px){
	.fwxm-box li a:hover .leftArea .tu{
		opacity: 1;
	}
	.fwxm-box li a:hover .rightArea{
		background-color: #2067aa;
	}
	.fwxm-box li a:hover .rightArea .desc{
		color: #fff;
	}
	.fwxm-box li a:hover .rightArea .color{
		color: #fff;
	}
	.fwxm-box li a:hover .rightArea .color:before{
		background-color: #fff;
	}
	.fwxm-box li a:hover .rightArea .color:after{
		border-color: #2067aa;
	}
	.fwxm-box li a:hover .rightArea .title{
		color:  #2067aa;
	}
}
@media only screen  and (max-width: 1440px){
	.fwxm-box li a .rightArea .title{
		font-size: 24px;
	}
}
@media only screen  and (max-width: 1280px){
	.fwxm-box li a .rightArea .title{
		font-size: 22px;
	}
}
@media only screen  and (max-width: 1024px){
	.fwxm-box li a .rightArea .title{
		font-size: 20px;
	}
}
@media only screen  and (max-width: 800px){
	.fwxm-box li a .leftArea .tu{ position:relative; left:auto; right:auto;}
	.fwxm-box li a .leftArea .tu img{
		display: inline-block;
	}
	.fwxm-box li a .leftArea{
		float: none;
		width: 100%;
	}
	.fwxm-box li a .rightArea{
		width: 94%;
		margin:auto;
		float: none !important;
	}
	.fwxm-box li a .leftArea .tu{
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		max-width: none;
		float: none;
	}
	.fwxm-box li a .rightArea .title{
		width: 100%;
		background:#fff;
		margin:auto;
		float: none;
		padding:3% 5%;
	}
	.fwxm-box li a .rightArea .desc{
		height: auto;
		padding:0 5%;
	}
	.fwxm-box li a .rightArea .color{
		margin:3% 0 3% 5%;	}
	.fwxm-box li:nth-child(even) a .leftArea .tu{
		margin-left: 3%;
		margin-right: 3%;
		float: none;
	}
	.fwxm-box li:nth-child(even) a .rightArea .title{
		background:#fff;
		margin:auto;
		float: none;
		padding:3% 5%;
	}
	.fwxm-box{
		padding-top: 6.25%;
		padding-bottom: 11.25%;
	}
	.fwxm-box li{
		margin-bottom: 5.5%;
	}
}
@media only screen  and (max-width: 414px){
	.fwxm-box li a .rightArea .title{
		font-size: 18px;
		padding-top: 12px;
		padding-bottom: 8px;
	}
	.fwxm-box li a .rightArea .color:before{
		width: 18px;
		height: 18px;
		top: 2px;
	}
	.fwxm-box li a .rightArea .color:after{
		right: -23px;
	}
}
@media only screen  and (max-width: 375px){
	.fwxm-box li a .rightArea .title{
		font-size: 16px;
	}
	.fwxm-box li a .rightArea .desc{
		font-size: 12px;
	}
}
/* =========

  服务项目详细

  ========== */
.fwxmxx-desc{
	font-size: 14px;
	color: #383838;
	overflow: hidden;
	line-height: 2;
	padding-top: 85px;
	padding-bottom: 210px;
}
@media only screen  and (max-width:1024px){
	.fwxmxx-desc{
		padding-top: 8%;
		padding-bottom: 20%;
	}
}

/* =========

  公司简介

  ========== */
.waiheader{
	position: fixed;
	top: 72px;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,.9);
	z-index: 99;
	display: none;
}
.waiheader .nav li{
	float: left;
	height: 64px;
	line-height: 64px;
	margin-left: 30px;
	position: relative;
}
.waiheader .nav li a{
	font-size: 16px;
	color: #000000;
	display: block;
}
.waiheader .nav .active a{
	color: #2167aa;
}
.waiheader .nav li:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #2167aa;
}
.waiheader .nav .active:after{
	width: 100%;
}
@media only screen  and (min-width:500px){
	.waiheader .nav li:hover a{
		color: #2167aa;
	}
	.waiheader .nav li:hover:after{
		width: 100%;
	}
}
@media only screen  and (max-width:1023px){
	.waiheader{
		display: none;
	}
}
/*上部分*/
.gsjj-upper{
	padding-top: 70px;
	padding-bottom: 75px;
}
.gsjj-upper .title{
	font-size: 36px;
	color: #2167aa;
	line-height: 1.5;
	overflow: hidden;
	font-family: "T375";
}
.gsjj-upper .sub-title{
	font-size: 24px;
	color: #2167aa;
	line-height: 1.5;
	overflow: hidden;
	margin-bottom: 30px;
}
.gsjj-upper .desc{
	font-size: 14px;
	color: #666666;
	line-height: 2;
	overflow: hidden;
}
/*上部分 End*/
/*中间*/
.gsjj-middle{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 450px;
	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;
	padding:30px 0;
}
.gsjj-middle .box{
	color: #fff;
	font-size: 14px;
	line-height: 2.1;
	overflow: hidden;
	max-width: 1200px;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
/*中间 End*/
/*底部*/
.gsjj-bottom{
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position:bottom;
	-webkit-background-size: cover;
	background-size: cover;
}
.gsjj-bottom .desc{
	font-size: 14px;
	color: #000;
	line-height: 2;
	overflow: hidden;
}
/*底部 End*/
@media only screen  and (max-width:1024px){
	.gsjj-upper{
		padding-top: 6.8%;
		padding-bottom: 7.3%;
	}
	.gsjj-upper .title{
		font-size: 34px;
	}
	.gsjj-upper .sub-title{
		font-size: 22px;
		margin-bottom: 3%;
	}
	.gsjj-bottom{
		padding-top: 10%;
		padding-bottom: 10%;
	}
}
@media only screen  and (max-width:800px){
	.gsjj-upper .title{
		font-size: 32px;
	}
	.gsjj-upper .sub-title{
		font-size: 20px;
	}
}
@media only screen  and (max-width:600px){
	.gsjj-upper .title{
		font-size: 28px;
	}
	.gsjj-upper .sub-title{
		font-size: 18px;
	}
}
@media only screen  and (max-width:414px){
	.gsjj-upper .title{
		font-size: 26px;
	}
	.gsjj-upper .sub-title{
		font-size: 16px;
	}
	.gsjj-upper .desc{
		font-size: 12px;
	}
	.gsjj-middle .box{
		font-size: 12px;
	}
	.gsjj-upper .title{
		font-size: 20px;
	}
	.gsjj-upper .sub-title{
		font-size: 16px;
	}
}
/* =========

  公司理念

  ========== */
.gsln-box{
	padding-bottom: 170px;
}
.gsln-box ul{
	margin-top: 60px;
}
.gsln-box ul li{
	float: left;
	margin-right: 5.5%;
	width: 47.25%;
	margin-bottom: 48px;
}
.gsln-box ul li:nth-child(even){
	margin-right: 0;
}
.gsln-box ul li .tu{
	width: 42.5%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	opacity: 0.9;
}
.gsln-box ul li .tu img{
	width: 100%;
}
.gsln-box ul li .box{
	width: 57.5%;
	float: left;
	border: 1px solid #e5e5e5;
	border-left: none;
	padding-left: 7%;
	overflow: hidden;
}
.gsln-box ul li .box .title1{
	font-size: 22px;
	color: #797979;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 8.5%;
	margin-bottom: 7.3%;
	height: 33px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.gsln-box ul li .box .desc1{
	color: #989898;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
}
@media only screen  and (min-width:500px){
	.gsln-box ul li:hover .tu{
		opacity: 1;
	}
	.gsln-box ul li:hover .box{
		background-color: #2067aa;
	}
	.gsln-box ul li:hover .box .title1{
		color: #fff;
	}
	.gsln-box ul li:hover .box .desc1{
		color: #fff;
	}
}
@media only screen  and (max-width:1440px){
	.gsln-box{
		padding-bottom: 150px;
	}
}
@media only screen  and (max-width:1280px){
	.gsln-box ul li{
		margin-right: 4%;
		width: 48%;
	}
	.gsln-box ul li .box{
		padding-left: 5%;
	}
	.gsln-box{
		padding-bottom: 130px;
	}
}
@media only screen  and (max-width:1024px){
	.gsln-box ul li{
		margin-right: 3%;
		width: 48.5%;
	}
	.gsln-box ul li .box{
		padding-left: 3%;
	}
	.gsln-box ul li .box .title1{
		font-size: 20px;
		height: 30px;
	}
	.gsln-box ul li .box .desc1{
		font-size: 15px;
	}
	.gsln-box{
		padding-bottom: 12.5%;
	}
	.gsln-box ul{
		margin-top: 5.8%;
	}
}
@media only screen  and (max-width:800px){
	.gsln-box ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 6%;
	}
}
@media only screen  and (max-width:414px){
	.gsln-box ul li .box .title1{
		font-size: 16px;
	}
	.gsln-box ul li .box .desc1{
		font-size: 12px;
	}
}

/* =========

  资质证书

  ========== */
.zzzs-box{
	padding-bottom: 130px;
}
.zzzs-box .waterfall-ul{
	position: relative;
}
.zzzs-box .brand-list .item{
	float: left;
	width: 33.333%;
}
.boxgrid{
	width: 100%;
	overflow:hidden;
	position:relative;
	height: 250px;
}
.boxgridq{
	width: 100%;
	overflow:hidden;
	position:relative;
	height: 300px;
}
.boxgrid img{
	width: 100%;
}
@media only screen  and (max-width:1440px){
	.zzzs-box{
		padding-bottom: 110px;
	}
}
@media only screen  and (max-width:1280px){
	.zzzs-box{
		padding-bottom: 90px;
	}
}
@media only screen  and (max-width:1024px){
	.zzzs-box ul li{
		margin-bottom: 4.8%;
	}
	.zzzs-box{
		padding-bottom: 9%;
	}
}
@media only screen  and (max-width:600px){
	.zzzs-box ul li{
		width: 48.75%;
		margin-right: 2.5%;
	}
	.zzzs-box ul li:nth-child(3n+0){
		margin-right: 2.5%;
	}
	.zzzs-box ul li:nth-child(2n+0){
		margin-right: 0;
	}
}
/* =========

  组织架构

  ========== */
.zzjg-box{
	padding-bottom: 210px;
}
.zzjg-box .desc1{
	font-size: 14px;
	color: #666666;
	line-height: 2;
	overflow: hidden;
}
.zzjg-box .desc1 img{
	width: 100%;
	margin-top: 95px;
}
@media only screen  and (max-width:1600px){
	.zzjg-box{
		padding-bottom: 190px;
	}
	.zzjg-box .desc1 img{
		margin-top: 85px;
	}
}
@media only screen  and (max-width:1440px){
	.zzjg-box{
		padding-bottom: 170px;
	}
	.zzjg-box .desc1 img{
		margin-top: 75px;
	}
}
@media only screen  and (max-width:1280px){
	.zzjg-box{
		padding-bottom: 150px;
	}
	.zzjg-box .desc1 img{
		margin-top: 65px;
	}
}
@media only screen  and (max-width:1024px){
	.zzjg-box{
		padding-bottom: 12.7%;
	}
	.zzjg-box .desc1 img{
		margin-top: 5.4%;
	}
}

/*瀑布流*/
.masonry{
	margin-top: 70px;
}
.grid-item{
	width: 31.6%;
	margin-bottom: 40px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center; 
	background-repeat: no-repeat;
}
.grid-item img{
	width: 100%;
}
.gutter-sizer{
	width: 2.6%;
}
@media only screen  and (max-width:1024px){
	.masonry{
		margin-top: 6.8%;
	}
	.grid-item{
		margin-bottom: 4%;
	}
}
@media only screen  and (max-width:700px){
	.grid-item{
		width: 48.75%;
	}
	.gutter-sizer{
		width: 2.5%;
	}
}
/*瀑布流 End*/
.maplist li{ display:block; margin-top:10px;}
.maplist li:nth-child(1){ margin:0px;}
.search-list{ display:block; width:94%; max-width:1200px; margin:50px auto;}
.search-list li{ display:block; height:40px; border-bottom:1px dashed #ddd;}
.search-list li a{ display:block; height:39px; overflow:hidden; line-height:39px;}
.search-list li a span{ float:right; margin-left:20px;}
.pagebox{width:94%; max-width:1200px; margin:0px auto 50px; text-align:center;}
.pagebox a,.pagebox span{ margin:0 5px;}

.layui-layer-content{
	text-align: center;
}
.layui-layer-content img{
	max-width: 1200px;
}
@media only screen  and (max-width:1401px){
	.layui-layer{
		width: 800px!important;
	}
	.layui-layer-content img{
		width: 100%;
	}
}
@media only screen  and (max-width:1024px){
	.layui-layer{
		width: 600px!important;
	}
}
@media only screen  and (max-width:640px){
	.layui-layer{
		width: 80%!important;
	}
}