@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:#0079ce;
}
}
@font-face {
    font-family: 'ziti';
    src: url("../fonts/myriadsetpro-thin_0.ttf");
}
 /*=========
  基本默认值
  ==========*/
*{
	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,body{ 
	min-height:100%;
	-webkit-overflow-scrolling : touch;/*苹果手机端滑动卡屏*/
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color:transparent;/*手机端点击底部出现背景*/
    width: 100%;
    overflow-x:hidden;
    min-width: 320px;
    font-size: 12px;
}
body {
	font-size: 12px;
	color: #000;
	font-family:"Arial","Microsoft JhengHei";
}
li{
	list-style: none;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	text-decoration: none;
	color: #000;	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s; 
	transition: all .5s; 
}
::after,::before{	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s; 
	transition: all .5s;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; 
}
table {
	border-collapse: collapse;
}
input, textarea,select {
	font-family: "Arial","Microsoft JhengHei";
	font-size: 12px;
	outline: none;
}
/*分享*/
.bsBox{
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.bsBox *{
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}
/* =========
  工具样式
  ========== */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
}
.clearfix:after{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.donghua{
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
	-ms-transition: all .5s; 
	transition: all .5s;
}
.all{
	max-width: 100%;
	overflow: hidden;
}
.wrap{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	position: relative;
}
.ellipsis{
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/* =========

  全局样式

  ========== */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes myfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes myfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.myfadeInUp {
  -webkit-animation-name: myfadeInUp;
          animation-name: myfadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.allimg{
	height: 680px;
	-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;
    color: #fff;
}
.allimg .title{
	font-size: 60px;
	line-height: 1;
	max-width: 800px;
	-webkit-animation: myfadeInUp 1.2s;
	-o-animation: myfadeInUp 1.2s;
	animation: myfadeInUp 1.2s;
}
.allimg .desc{
	font-size: 16px;
	line-height: 1.8;
	max-width: 640px;
	margin-top: 24px;
	-webkit-animation: myfadeInUp 1.2s;
	-o-animation: myfadeInUp 1.2s;
	animation: myfadeInUp 1.2s;
}
.allimg.product-allimg{
	height: 945px;
	color: #fefefe;
	position: relative;
}
.allimg.product-allimg .title{
	font-size: 48px;
	font-weight: bold;
}
.allimg.product-allimg .desc{
	font-size: 15px;
}
.allimg.product-allimg .icon{
	cursor: pointer;
	position: absolute;
	bottom: 30px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,.15);
	box-shadow: 0 0 16px rgba(0,0,0,.15);
	left: 50%;
	margin-left: -18px;
	font-size: 16px;
	color: #545454;
	font-family: "宋体";
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.allimg.product-allimg .right .title{
	float: right;
	text-align: right;
}
.allimg.product-allimg .right .desc{
	float: right;
	text-align: right;
}
@media only screen and (max-width:1600px){
	.allimg{
		height: 600px;
	}
	.allimg.product-allimg{
		height: 788px;
	}
}
@media only screen and (max-width:1440px){
	.allimg{
		height: 540px;
	}
	.allimg .title{
		font-size: 52px;
	}
	.allimg.product-allimg{
		height: 709px;
	}
}
@media only screen and (max-width:1280px){
	.allimg{
		height: 480px;
	}
	.allimg .title{
		font-size: 44px;
	}
	.allimg .desc{
		margin-top: 15px;
	}
	.allimg.product-allimg{
		height: 630px;
	}
	.allimg.product-allimg .title{
		font-size: 44px;
	}
}
@media only screen and (max-width:1024px){
	.allimg{
		height: 420px;
	}
	.allimg .title{
		font-size: 38px;
	}
	.allimg .desc{
		margin-top: 10px;
	}
	.allimg.product-allimg{
		height: 504px;
	}
	.allimg.product-allimg .title{
		font-size: 36px;
	}
	.allimg.product-allimg .icon{
		display: none;
	}
}
@media only screen and (max-width:800px){
	.allimg{
		height: 360px;
	}
	.allimg .title{
		font-size: 32px;
	}
	.allimg.product-allimg{
		height: 394px;
	}
	.allimg.product-allimg .title{
		font-size: 30px;
	}
}
@media only screen and (max-width:600px){
	.allimg{
		height: 300px;
	}
	.allimg .title{
		font-size: 26px;
	}
	.allimg .desc{
		font-size: 14px;
		display: none;
	}
	.allimg.product-allimg{
		height: 350px;
	}
	.allimg.product-allimg .title{
		font-size: 24px;
	}
}
@media only screen and (max-width:414px){
	.allimg{
		height: 250px;
	}
	.allimg .title{
		font-size: 22px;
	}
	.allimg .desc{
		margin-top: 5px;
	}
	.allimg.product-allimg{
		height: 280px;
		padding-top: 50px;
	}
	.allimg.product-allimg .title{
		font-size: 20px;
	}
	.allimg.product-allimg .desc{
		font-size: 14px;
	}
}









@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,.insearch-form{
		width: 60%;
	}
}
@media only screen  and (max-width: 600px){
	.mm-nav-box .mm-nav .li1 .mm-title{
		height: 36px;
		line-height: 36px;
	}
	.mm-nav-box .mm-wrap,.insearch-form{
		width: 70%;
	}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{
		font-size: 14px;
	}
	.mm-nav-box .mm-nav .li1 .mm-innav li a{
		font-size: 12px;
	}
	.mm-nav-box .mm-nav .li1{
		margin: 0 10px;
	}
}

/*导航下拉 End*/
/*导航 End*/
/* =========

  首页

  ========== */
/*幻灯片*/
.banner{
	position: relative;
	background-color: #ccc;
}
.banner .my-swiper{
	height: 895px;
}
.banner .my-swiper .swiper-slide{
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner .my-swiper .swiper-slide a{
	display: block;
	height: 100%;
	padding-top: 21.875%;
}
.banner .my-swiper .swiper-slide .innerbox{
	max-width: 1680px;
}
.banner .my-swiper .swiper-slide .innerbox:after{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 3px;
	background-color: #fff;
	display: none;
}
.banner .my-swiper .swiper-slide .innerbox:before{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	left: 7px;
	width: 1px;
	background-color: #fff;
	display: none;
}
.banner .my-swiper .swiper-slide .innerbox .title{
	font-weight: bold;
	font-size: 52px;
	line-height: 1;
	height: 52px;
	color: #fff;
	margin-bottom: 16px;
	-webkit-transform: translate3d(0,20px,0);
	-ms-transform: translate3d(0,20px,0);
	-o-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	opacity: 0;
	-webkit-transition: all 1s .3s;
	-ms-transition: all 1s .3s;
	-o-transition: all 1s .3s;
	transition: all 1s .3s;
}
.banner .my-swiper .swiper-slide .innerbox .desc{
	color: #fff;
	font-size: 30px;
	line-height: 1;
	height: 30px;
	-webkit-transform: translate3d(0,20px,0);
	-ms-transform: translate3d(0,20px,0);
	-o-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	opacity: 0;
	-webkit-transition: all 1s .3s;
	-ms-transition: all 1s .3s;
	-o-transition: all 1s .3s;
	transition: all 1s .3s;
}
.banner .my-swiper .swiper-slide-active .innerbox .title,
.banner .my-swiper .swiper-slide-active .innerbox .desc{
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
.banner .float{
	position: absolute;
	z-index: 10;
	text-align: center;
	right: 6.25%;
	top: 50%;
	width: auto;
	-webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.banner .my-pagination{	
	width: auto;
	position: static;
}
.banner .float .index-down{
	position: absolute;
	top: calc(100% + 25px);
	left: 50%;
	height: 50px;
	width: 50px;
	margin-left: -25px;
	cursor: pointer;
	-webkit-animation: mydown 1.2s infinite;
    animation: mydown 1.2s infinite;
}
@-webkit-keyframes mydown{
    0{
        -webkit-transform: translateY(-10px);
    }
    100%{
        -webkit-transform: translateY(10px);
    }
}
@keyframes mydown{
    0{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(10px);
    }
}
.banner .float .index-down:after{
	content: "";
	position: absolute;
	height: 50px;
	width: 2px;
	top: 0;
	background-color: #fff;
	left: 50%;
	margin-left: -1px;
}
.banner .float .index-down:before{
	content: "";
	position: absolute;
	top: 50px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}
.banner .my-pagination .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: #fff;
	opacity: 1;
	display: block;
	margin-bottom: 24px;
	position: relative;
}
.banner .my-pagination .swiper-pagination-bullet:last-child{
	margin-bottom: 0;
}
.banner .my-pagination .swiper-pagination-bullet-active:after{
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	border: 2px solid #0487d3;
	top: -13px;
	left: 50%;
	margin-left: -17px;
	border-radius: 50%;
}
@media only screen and (max-width:1600px){
	.banner .my-swiper{
		height: 745px;
	}
}
@media only screen and (max-width:1440px){
	.banner .my-swiper{
		height: 672px;
	}
	.banner .my-swiper .swiper-slide a{
		padding-top: 0;
		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;
	}
	
}
@media only screen and (max-width:1280px){
	.banner .my-swiper{
		height: 596px;
	}
	.banner .my-swiper .swiper-slide .innerbox .title{
		font-size: 42px;
		height: 42px;
	}
	.banner .my-swiper .swiper-slide .innerbox .desc{
		font-size: 24px;
		height: 24px;
	}
}
@media only screen and (max-width:1024px){
	.banner .my-swiper{
		height: 478px;
	}
	.banner .float{
		right: 3%;
	}
	.banner .float .index-down{
		display: none;
	}
}
@media only screen and (max-width:800px){
	.banner .my-swiper{
		height: 420px;
	}
	.banner .my-swiper .swiper-slide .innerbox .title{
		font-size: 34px;
		height: 34px;
	}
	.banner .my-swiper .swiper-slide .innerbox .desc{
		font-size: 20px;
		height: 20px;
	}
	.banner .my-swiper .swiper-slide .innerbox{
		padding-left: 30px;
	}
}
@media only screen and (max-width:640px){
	.banner .my-swiper{
		height: 360px;
	}
	.banner .float{
		top: auto;
		bottom: 20px;
		right: auto;
		left: 50%;
		-webkit-transform: translate3d(-50%,0,0);
	    -moz-transform: translate3d(-50%,0,0);
	    -o-transform: translate(-50%,0);
	    -ms-transform: translate3d(-50%,0,0);
	    transform: translate3d(-50%,0,0);
	}
	.banner .my-pagination .swiper-pagination-bullet{
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
		margin-right: 15px;
	}
	.banner .my-pagination .swiper-pagination-bullet-active:after{
		width: 24px;
		height: 24px;
		margin-left: -12px;
		top: -8px;
	}
}
@media only screen and (max-width:414px){
	.banner .my-swiper{
		height: 280px;
	}
	.banner .my-swiper .swiper-slide .innerbox .title{
		font-size: 20px;
		height: 20px;
		margin-bottom: 6px;
	}
	.banner .my-swiper .swiper-slide .innerbox .desc{
		font-size: 14px;
		height: auto;
		line-height: 1.5;
		white-space: normal;
	}
	.banner .my-swiper .swiper-slide .innerbox{
		padding-left: 20px;
	}
}
/*幻灯片*/
/*首页新闻*/
.index-news{
	line-height: 50px;
	height: 50px;
	background-color: #e6e6e6;
}
.index-news .innerbox{
	padding-left: 100px;
	padding-right: 50px;
	height: 100%;
}
.index-news .word{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #222222;
	font-family: "微软雅黑";
	font-weight: bold;
}
.index-news .more{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #0490e1;
}
.index-news .more span{
	font-family: "宋体";
	margin-left: 5px;
}
.index-news-swiper{
	height: 100%;
}
.index-news-swiper .swiper-slide{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.index-news-swiper .swiper-slide .date{
	font-size: 12px;
	color: #797979;
}
.index-news-swiper .swiper-slide .type{
	display: block;
	height: 24px;
	line-height: 24px;
	background-color: #0490e1;
	padding: 0 16px;
	border-radius: 20px;
	color: #fff;
	margin: 13px 20px 0;
}
.index-news-swiper .swiper-slide .title{
	display: block;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	font-size: 12px;
	color: #797979;
	height: 100%;
}
@media only screen and (max-width:800px){
	.index-news .more{
		display: none;
	}
	.index-news .innerbox{
		padding-right: 0;
		padding-left: 80px;
	}
}
@media only screen and (max-width:600px){
	.index-news-swiper .swiper-slide .type{
		display: none;
	}
	.index-news-swiper .swiper-slide .date{
		margin-right: 10px;
	}
}
@media only screen and (max-width:414px){
	.index-news .word{
		display: none;
	}
	.index-news .innerbox{
		padding-left: 0;
	}
}
/*首页新闻 End*/
/*中间三小图*/
.index-middle{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.index-middle .item{
	display: block;
	margin-right: 1px;
	position: relative;
	width:calc(33.33% - 0.67px);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.index-middle .item:last-child{
	margin-right: 0;
}
.index-middle .item img{
	width: 100%;
}
.index-middle .item .innerbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 7.9%;
}
.index-middle .item .innerbox .title{
	font-size: 22px;
	color: #222222;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}
.index-middle .item .innerbox .line{
	width: 40px;
	height: 2px;
	background-color: #0490e1;
	margin: 24px 0 55px;
}
.index-middle .item .innerbox .more{
	width: 136px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #c7c7c7;
	text-indent: 12px;
	border-radius: 3px;
	font-size: 14px;
	color: #858585;
	position: relative;
}
.index-middle .item .innerbox .more:after{
	content: ">";
	position: absolute;
	font-size: 14px;
	color: #858585;
	height: 100%;
	top: 0;
	line-height: 46px;
	font-family: "宋体";
	right: 11px;
}
@media only screen and (min-width:601px){
	.index-news-swiper .swiper-slide:hover .title,
	.index-middle .item:hover .innerbox .title{
		color: #0490e1;
	}
	.index-middle .item:hover .innerbox .more{
		background-color: #c7c7c7;
		color: #fff;
	}
	.index-middle .item:hover .innerbox .more:after{
		color: #fff;
	}
}
@media only screen and (max-width:1600px){
	.index-middle .item .innerbox .line{
		margin: 20px 0 45px;
	}
}
@media only screen and (max-width:1440px){
	.index-middle .item .innerbox .line{
		margin: 12px 0 30px;
	}
}
@media only screen and (max-width:1280px){
	.index-middle .item .innerbox .line{
		margin: 8px 0 18px;
	}
	.index-middle .item .innerbox .title{
		font-size: 18px;
		line-height: 24px;
		height: 24px;
	}
	.index-middle .item .innerbox .more{
		width: 100px;
		height: 32px;
		line-height: 30px;
	}
	.index-middle .item .innerbox .more:after{
		line-height: 30px;
		right: 6px;
	}
}
@media only screen and (max-width:800px){
	.index-middle .item{
		width: 100%;
		margin-right: 0;
	}
	.index-middle{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
}
/*中间三小图 ENd*/
.index-city{
	margin-top: 95px;
	margin-bottom: 105px;
	max-width: 4000px;
}
.commonTitle .ctitle{
	font-size: 30px;
	color: #222222;
	line-height: 1.2;
	height: 36px;
	text-align: center;
}
.commonTitle .cdesc{
	font-size: 14px;
	color: #7b7b7b;
	line-height: 1.6;
	text-align: center;
	margin-top: 20px;
}
.city-swiper{
	margin-top: 70px;
}
.city-swiper .btn{
	position: absolute;
	top: 0;
	height: 100%;
	background-color: rgba(0,0,0,.35);
	width: 50px;
	cursor: pointer;
	font-size: 30px;
	font-family: "宋体";
	color: #ffffff;
	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;
    z-index: 10;
}
.city-swiper .city-prev{
	left: 0;
}
.city-swiper .city-next{
	right: 0;
}
.city-swiper .swiper-slide{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 288px;
}
.city-swiper .swiper-slide img{
	width: 100%;
}
.city-swiper .swiper-slide .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.35);
}
.city-swiper .swiper-slide .content{
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
	text-align: center;
}
.city-swiper .swiper-slide .content img{
	width: 60px;
	height: 60px;
}
.city-swiper .swiper-slide .content .line{
	width: 20px;
	height: 2px;
	background-color: #fff;
	margin: 18px auto;
}
.city-swiper .swiper-slide .content .title{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	white-space: normal;
	padding: 0 10px;
}
.city-swiper .swiper-slide .content .desc{
	font-size: 14px;
	color: #fff;
	line-height: 1.7 !important;
	max-height: 92px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 8.5%;
    margin-bottom: 15.5%;
    padding: 0 10px;
    opacity: 0;
}
.city-swiper .swiper-slide .content .more{
	width: 126px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #fff;
    text-indent: 15px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-align: left;
    margin: 0 auto;
    opacity: 0;
}
.city-swiper .swiper-slide .content .more:after{
	content: ">";
    position: absolute;
    font-size: 14px;
    color: #fff;
    height: 100%;
    top: 0;
    line-height: 36px;
    font-family: "宋体";
    right: 12px;
}
@media only screen and (min-width:601px){
	.city-swiper .swiper-slide:hover .bg{
		background-color: rgba(4,144,225,.8);
	}
	.city-swiper .swiper-slide:hover .content{
		top: 16%;
	}
	.city-swiper .swiper-slide:hover .content .desc,
	.city-swiper .swiper-slide:hover .content .more{
		opacity: 1;
	}
}
@media only screen and (max-width:1440px){
	.city-swiper .swiper-slide .content .more{
		display: none;
	}
}
@media only screen and (max-width:1280px){
	.index-city{
		margin-top: 75px;
		margin-bottom: 85px;
	}
	.city-swiper{
		margin-top: 60px;
	}
	.city-swiper .swiper-slide .content{
		top: 30%;
	}
}
@media only screen and (max-width:1024px){
	.index-city{
		margin-top: 7.5%;
		margin-bottom: 8.5%;
	}
	.city-swiper{
		margin-top: 6%;
	}
}
@media only screen and (max-width:800px){
	.commonTitle .ctitle{
		font-size: 26px;
		height: 30px;
		line-height: 30px;
	}
	.commonTitle .cdesc{
		margin-top: 10px;
	}
}
@media only screen and (max-width:600px){
	.city-swiper .btn{
		width: 30px;
		font-size: 20px;
	}
	.city-swiper .swiper-slide .content .title{
		font-size: 20px;
	}
	.city-swiper .swiper-slide .content img{
		width: 48px;
		height: 48px;
	}
	.city-swiper .swiper-slide .content .line{
		margin: 12px auto;
	}
}
@media only screen and (max-width:414px){
	.city-swiper .swiper-slide .content .title{
		font-size: 18px;
	}
	.commonTitle .ctitle{
		font-size: 20px;
		height: 24px;
		line-height: 24px;
	}
	.commonTitle .cdesc{
		margin-top: 6px;
	}
}
/*低碳中国梦*/
.index-lowcarbon .list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 105px;
    margin-top: 70px;
}
.index-lowcarbon .list li{
	text-align: center;
	width: 33.33%;
}
.index-lowcarbon .list li img{
	width: 55px;
	height: 55px;
}
.index-lowcarbon .list li .title{
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	margin: 30px 0 20px;
}
.index-lowcarbon .list li .num{
	font-size: 14px;
	color: #5d5d5d;
	line-height: 1;
}
.index-lowcarbon .list li .num span{
	font-size: 48px;
	color: #0490e1;
	margin-right: 10px;
	font-family: "ziti";
}
@media only screen and (max-width:1280px){
	.index-lowcarbon .list{
		margin-top: 60px;
		margin-bottom: 85px;
	}
}
@media only screen and (max-width:1024px){
	.index-lowcarbon .list{
		margin-top: 6%;
		margin-bottom: 8.5%;
	}
	.index-lowcarbon .list li .num span{
		font-size: 36px;
	}
}
@media only screen and (max-width:800px){
	.index-lowcarbon .list li .num span{
		font-size: 30px;
	}
}
@media only screen and (max-width:600px){
	.index-lowcarbon .list li{
		width: 100%;
		margin-bottom: 20px;
	}
	.index-lowcarbon .list li:last-child{
		margin-bottom: 0;
	}
	.index-lowcarbon .list{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.index-lowcarbon .list li .num span{
		font-size: 48px;
	}
	.index-lowcarbon .list li .title{
		margin: 15px 0 10px; 
	}
}
/*低碳中国梦 End*/
/*充电服务*/
.index-charge{
	background-color: #f5f5f5;
}
.index-charge .innerbox{
	padding: 75px 0;
}
.index-charge .left{
	float: left;
	width: 59%;
}
.index-charge .left .d1{
	font-size: 30px;
	color: #222222;
	line-height: 36px;
}
.index-charge .left .d2{
	color: #0490e1;
	font-size: 30px;
	line-height: 36px;
	margin-top: 2px;
	margin-bottom: 6px;
}
.index-charge .left .desc{
	font-size: 14px;
	color: #5c5c5c;
	line-height: 2;
}
.index-charge .right{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 41%;
}
/*充电服务 End*/
/*申请*/
.index-apply{
	height: 150px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    font-size: 24px;
    color: #fff;
}
.index-apply a{
	display: inline-block;
	padding: 0 36px;
	height: 38px;
	border: 1px solid #ffffff;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	margin-left: 40px;
}
@media only screen and (min-width:641px){
	.index-apply a:hover{
		background-color: #fff;
		color: #0490e1;
	}
	.index-apply{
		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;
	}
}
@media only screen and (max-width:1280px){
	.index-charge .innerbox{
		padding: 60px 0;
	}
}
@media only screen and (max-width:1024px){
	.index-charge .innerbox{
		padding: 6% 0;
	}
	.index-apply{
		height: 100px;
	}
}
@media only screen and (max-width:640px){
	.index-charge .left{
		float: none;
		width: 100%;
	}
	.index-charge .right{
		position: static;
		width: 100%;
		margin-top: 15px;
	}
	.index-charge .innerbox{
		padding-bottom: 0;
	}
	.index-apply{
		text-align: center;
		padding: 15px 10px;
		height: auto;
		font-size: 20px;
	}
	.index-apply a{
		padding: 0 30px;
		display: block;
		margin:8px auto 0;
		max-width: 210px;
	}
}
@media only screen and (max-width:414px){
	.index-charge .left .d1,
	.index-charge .left .d2{
		font-size: 24px;
		line-height: 30px;
	}
	.index-apply{
		font-size: 16px;
	}
}
/*申请 End*/
/*首页 End*/
/*底部*/
.footer{
	background-color: #353535;
}
.footer .top{
	height: 81px;
	line-height: 80px;
}
.footer .top:after{
	content: "";
	position: absolute;
	bottom: 0px;
	border-bottom: 1px solid rgba(215,215,215,.1);
	width: 300%;
	left: -150%;	
}
.footer .top .logo{
	float: left;
	display: block;
	width: 190px;
	height: 100%;
}
.footer .top .logo img{
	width: 190px;
	height: 30px;
	vertical-align: middle;
}
.footer .top .right{
	float: right;
	font-size: 14px;
	color: rgba(124,125,126,.5);
	font-weight: bold;
}
.footer .top .right a{
	font-size: 14px;
	color: #fff;	
}
.footer .top .right span{
	color: #fff;
}
.footer .top .right .ewm{
	display: inline-block;
	width: 152px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #7c7d7e;
	text-indent: 27px;
	background:url(../images/icon03.png) no-repeat 120px center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	position: relative;
	font-size: 13px;
	color: rgba(255,255,255,.5);
	margin-left: 20px;
	cursor: pointer;
}
.footer .top .right .ewm:last-child{
	margin-left: 10px;
}
.footer .top .right .ewm img{
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 152px;
	height: 152px;
	-webkit-transform: scale(.01);
	-ms-transform: scale(.01);
	-o-transform: scale(.01);
	transform: scale(.01);
	visibility: hidden;
}
.footer .top .right .ewm:hover img{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}
.footer .middle{
	margin-top: 48px;
}
.footer .middle .left{
	float: left;
	width: calc(100% - 210px);
	font-family: "Arial","微软雅黑";
}
.footer .middle .left .fnav .nli{
	float: left;
	width: 20%;
}
.footer .middle .left .fnav .nli .click,.footer .middle .left .fnav .nli .noclick{
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
}
.footer .middle .left .fnav .nli .click .a1,.footer .middle .left .fnav .nli .noclick .a1{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5;
}
.footer .middle .left .fnav .nli .sub{
	margin-top: 10px;
}
.footer .middle .left .fnav .nli .sub li{
	margin-bottom: 14px;
}
.footer .middle .left .fnav .nli .sub li a{
	font-size: 12px;
	color: #797979;
	display: block;
	line-height: 1.2;
	padding-right: 8px;
}
.footer .middle .left .fnav .nli .sub li a span{
	font-size: 12px;
	color: #bbbbbb;
	font-family: "宋体";
	margin-right: 5px;
}
.footer .middle .right{
	float: right;
	width: auto;
	max-width: 210px;
}
.footer .middle .right .contact{
	display: block;
	width: 180px;
	height: 46px;
	line-height: 44px;
	border: 1px solid #fff;
	font-size: 16px;
	color: #ffffff;
	text-indent: 78px;
	background: url(../images/icon08.png) no-repeat 40px center;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
	border-radius: 30px;
	margin-bottom: 36px;
	margin-right: 6px;
}
.footer .middle .right .tel{
	font-size: 14px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 6px;
}
.footer .middle .right .content{
	font-size: 14px;
	color: #9f9f9f;
	line-height: 2;
}
.footer .bottom{
	margin-top: 30px;
	padding: 15px 0;
}
.footer .bottom:before{
	content: "";
	position: absolute;
	top: 0px;
	border-bottom: 1px solid rgba(215,215,215,.1);
	width: 300%;
	left: -150%;	
}
.footer .bottom .copyright{
	float: left;
	width: calc(100% - 200px);
	font-size: 12px;
	color: #606060;
	margin-top: 8px;
}
.footer .bottom .right{
	float: right;
	width: 200px;
}
.footer .bottom .right .item{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	background-color: rgba(255,255,255,.05);
	margin-right: 20px;
	vertical-align: middle;
}
.footer .bottom .right .item.ewm{
	background-image: url(../images/icon04.png);
	-webkit-background-size: 17px 14px;
	background-size: 17px 14px;
	position: relative;
}
.footer .bottom .right .item.wb{
	background-image: url(../images/icon05.png);
	-webkit-background-size: 17px 13px;
	background-size: 17px 13px;
}
.footer .bottom .right .item.email{
	background-image: url(../images/icon06.png);
	-webkit-background-size: 15px 13px;
	background-size: 15px 13px;
}
.footer .bottom .right .item.ewm img{
	position: absolute;
	bottom: 105%;
	width: 100px;
	height: 100px;
	left: -34px;
	max-width: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.01);
	-ms-transform: scale(.01);
	-o-transform: scale(.01);
	transform: scale(.01);
}
.footer .bottom .right .item.ewm:hover img{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.footer .bottom .right .bshare-custom{
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	border-radius: 50%;
	background-color: rgba(255,255,255,.05);
}
.footer .bottom .right .bshare-custom .bshare-more{
	background:url(../images/icon07.png) no-repeat center;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	display: block;
	height: 100%;
	width: 100%;
}
@media only screen and (min-width:601px){
	.footer .middle .left .fnav .nli .sub li:hover a,
	.footer .middle .left .fnav .nli .click:hover .a1{
		color: #0490e1;
	}
	.footer .middle .right .contact:hover{
		background-color: #0490e1;
		border-color: #0490e1;
	}
}
@media only screen and (max-width:1024px){
	.footer .middle{
		margin-top: 4.8%;
	}
	.footer .bottom{
		margin-top: 7%;
	}
}
@media only screen and (max-width:800px){
	.footer .middle .left{
		float: none;
		width: 100%;
	}
	.footer .middle .right{
		display: none;
	}
	.footer .bottom .copyright{
		margin-top: 0;
		float: none;
		width: 100%;
	}
	.footer .bottom .right{
		float: none;
		width: 100%;
		margin-top: 10px;
	}
}
@media only screen and (max-width:640px){
	.footer .middle .left .fnav .nli{
		float: none;
		width: 100%;
		margin-bottom: 8px;
	}
	.footer .middle .left .fnav .nli .sub{
		margin-top: 10px;
		padding: 0 10px;
		display: none;
	}
	.footer .middle .left .fnav .nli .sub li{
		margin-bottom: 5px;
	}
	.footer .middle .left .fnav .nli .sub li a{
		line-height: 1.5;
		padding-right: 0;
	}
	.footer .middle .left .fnav .nli .click{
		border-bottom: 1px solid rgba(255,255,255,.5);
		height: 30px;
		position: relative;
	}
	.footer .middle .left .fnav .nli .click:before{
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		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);
		margin-top: -8px;
	}
	.footer .middle .left .fnav .nli .click[data-on="click"]:before{
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: -4px;
	}
	.footer .middle .left .fnav{
		position: relative;
	}
	.footer .middle .left .fnav .nli.tuli{
		position: absolute;
		left: 0;
		bottom: -206px;
		max-width: 135px;
	}
	.footer .middle .left .fnav .nli.tuli .sub{
		display: block;
		max-width: 135px;
		padding: 0;
		margin-top: 28px;
	}
	.footer .middle .left .fnav .nli .noclick{
		height: 30px;
	}
	.footer .top .logo{
		float: none;
	}
	.footer .top .right{
		float: none;
		margin-top: 12px;
	}
	.footer .top{
		height: auto;
		padding: 15px 0;
		line-height: 1;
	}
}
@media only screen and (max-width:500px){
	.footer .top .right .word{
		display: block;
		margin-bottom: 10px;
	}
	.footer .top .right .ewm{
		margin-left: 0;
		margin-right: 10px;
	}
	.footer .top .right .ewm:last-child{
		margin: 0;
	}
	.footer .bottom .right{
		text-align: center;
	}
}
@media only screen and (max-width:414px){
	.footer .middle .left .fnav .nli .click .a1, .footer .middle .left .fnav .nli .noclick .a1{
		font-size: 14px;
	}
	.footer .middle .left .fnav .nli .sub li a{
		font-size: 12px;
	}
}
@media only screen and (max-width:350px){
	.footer .top .right .ewm{
		width: 124px;
		height: 38px;
		line-height: 36px;
		text-indent: 12px;
		background-position: 90px center;
	}
}
/*底部 End*/
/*侧边工具栏*/
.toolbar{
	position: fixed;
	z-index: 111;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}
.toolbar ul li{
	width: 44px;
	height: 44px;
	background-color: #0079ce;
	margin-bottom: 1px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.toolbar ul li.tel{
	background-image: url(../images/icon17.png);
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
.toolbar ul li.message{
	background-image: url(../images/icon16.png);
}
.toolbar ul li.ewm{
	background-image: url(../images/icon18.png);
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
.toolbar ul li.app{
	background-image: url(../images/icon19.png);
	-webkit-background-size: 22px 34px;
	background-size: 22px 34px;
}
.toolbar ul li.back{
	background-color: #fff;
	border: 2px solid #0079ce;
	background-image: url(../images/icon20.png);
	-webkit-background-size: 21px 23px;
	background-size: 21px 23px;
}
.toolfloat{
	position: fixed;
	right: 22px;
	bottom: 290px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	padding: 22px 130px 22px 22px;
	z-index: 11111;
	-webkit-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	-o-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	visibility: hidden;
	opacity: 0;
}
.toolfloat[data-on="click"]{
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	visibility: visible;
	opacity: 1;
}
.toolfloat .close{
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	top: 8px;
	right: 8px;
}
.toolfloat .close:before,.toolfloat .close:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	background-color: #d0d0d0;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	margin-top: -1px;
	margin-left: -8px;
}
.toolfloat .close:after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toolfloat .close:before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.toolfloat a{
	display: block;
	font-size: 14px;
	color: #0079ce;
}
.toolfloat .word{
	font-size: 14px;
	color: #373d41;
	margin-bottom: 5px;
}
.toolfloat .word2{
	margin-top: 15px;
}
.toolfloat.toolewm{
	padding: 22px;
}
.toolfloat.toolewm .box{
	float: left;
	min-width: 100px;
	text-align: center;
}
.toolfloat.toolewm .box img{
	width: 90px;
	height: 90px;
	max-width: none;
}
.toolfloat.toolewm .box .title{
	font-size: 12px;
	color: #878787;
	margin-top: 5px;
	line-height: 1.3;
}
.toolfloat.toolewm .close{
	top: 0;
	right: 0;
}
@media only screen and (max-width:1023px){
	.toolfloat{
		display: none;
	}
	.toolbar ul li{
		display: none;
	}
	.toolbar ul li.back{
		display: block;
	}
	.toolbar{
		right: 10px;
		bottom: 50px;
	}
}
/*侧边工具栏 End*/
/*内页顶部导航*/
.comNavTop{
	height: 60px;
	line-height: 60px;
	background-color: #202124;
}
.comNavTop .comnav-swiper .swiper-slide{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.05);
	width: auto;
	min-width: 33.33%;
	padding: 0 30px;
}
.comNavTop .comnav-swiper .swiper-slide:last-child{
	border-right: 0;
}
.comNavTop .comnav-swiper .swiper-slide:after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #0490e1;
	left: 0;
	width: 0;
}
.comNavTop .comnav-swiper .swiper-slide.active{
	color: #0490e1;
}
.comNavTop .comnav-swiper .swiper-slide.active:after{
	width: 100%;
}
@media only screen and (min-width:601px){
	.comNavTop .comnav-swiper .swiper-slide:hover{
		color: #0490e1;
	}
	.comNavTop .comnav-swiper .swiper-slide:hover:after{
		width: 100%;
	}
}
/*内页顶部导航 End*/
/* =========

  购车方案

  ========== */
.cooperation-top{
	margin-top: 85px;
	margin-bottom: 55px;
}
.cooperation-top .btitle{
	line-height: 1.2;
	font-size: 36px;
	color: #161616;
	text-align: center;
}
.cooperation-swiper{
	margin-top: 55px;
	padding-top: 10px;
	padding-bottom: 20px;
	
}
.cooperation-swiper .swiper-wrapper{border-left: 1px solid #ebebeb;}
.cooperation-swiper .swiper-slide{
	cursor: pointer;
	background-color: #f5f5f5;
	overflow: visible;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	width: 300px;
	border: 1px solid #ebebeb;
	border-left:0px;
}
.cooperation-swiper .swiper-slide .title{
	height: 98px;
	line-height: 98px;
	text-align: center;
	font-size: 30px;
	color: #464646;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.cooperation-swiper .swiper-slide:after{
	content: "";
	position: absolute;
	right: -1px;
	top: 32px;
	width: 2px;
	background-color: #0490e1;
	height: 34px;
	z-index: 1;
}
.cooperation-swiper .swiper-slide:before{
	content: "";
	position: absolute;
	right: -17px;
	top: 47px;
	width: 34px;
	background-color: #0490e1;
	height: 2px;
	z-index: 1;
}
.cooperation-swiper .swiper-slide:last-child:after,
.cooperation-swiper .swiper-slide:last-child:before{
	display: none;
}
.cooperation-swiper .swiper-slide .imgbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.cooperation-swiper .swiper-slide .imgbox img{
	width: 100%;
}
.cooperation-content{
	margin-bottom: 118px;
}
.cooperation-content .word{
	font-size: 24px;
	color: #161616;
	margin-bottom: 27px;
}
.cooperation-content .content{
	color: #404040;
	line-height: 1.5;
	font-size: 14px;
}
@media only screen and (min-width:601px){
	.cooperation-swiper .swiper-slide:hover{
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	}
	.cooperation-swiper .swiper-slide:hover .title{
		border-color: #0490e1;
		color: #0490e1;
	}
}
@media only screen and (max-width:1024px){
	.cooperation-top{
		margin-top: 8%;
		margin-bottom: 5%;
	}
	.cooperation-top .btitle{
		font-size: 30px;
	}
	.cooperation-swiper{
		margin-top: 5%;
	}
	.cooperation-content{
		margin-bottom: 11%;
	}
	.cooperation-content .word{
		margin-bottom: 3%;
	}
}
@media only screen and (max-width:800px){
	.cooperation-top .btitle{
		font-size: 24px;
	}
}
@media only screen and (max-width:600px){
	.cooperation-top .btitle,.cooperation-content .word{
		font-size: 20px;
	}
	.cooperation-content .word{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:414px){
	.cooperation-swiper .swiper-slide .title{
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
	.cooperation-swiper .swiper-slide:after{
		top: 13px;
	}
	.cooperation-swiper .swiper-slide:before{
		top: 28px;
	}
}
/* =========

  成功案例

  ========== */
.service-case-list{
	margin: 90px auto;
}
.service-case-list li{
	margin-bottom: 95px;
	position: relative;
	cursor: pointer;
}
.service-case-list li:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	opacity: 0;
	z-index: -1;
}
.service-case-list li:last-child{
	margin-bottom: 0;
}
.service-case-list li a{
	padding: 3.6% 4%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
}
.service-case-list li .imgbox{
	width:320px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.service-case-list li .imgbox img{
	width: 100%;
}
.service-case-list li .right{
	padding-left: 4.1%;
	padding-top: 2.4%;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.service-case-list li .right .title{
	font-size: 26px;
	color: #0490e1;
	font-weight: bold;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-case-list li .right .desc{
	font-size: 15px;
	color: #3d3d3d;
	line-height: 2;
	max-height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.service-case-list li .more{
	position: absolute;
	width: 140px;
	height: 66px;
	border: 2px solid #0490e1;
	line-height: 62px;
	color: #595959;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	bottom: -33px;
	right: 48px;
	z-index: 1;
	background-color: #fff;
}
.fenye{
	text-align: center;
}
.fenye a{
	display: inline-block;
	height: 36px;
	line-height: 34px;
	border: 1px solid #dddddd;
	color: #999999;
	font-size: 14px;
	background-color: #fff;
}
.fenye a.disb{
	display: none;
}
.fenye a.link{
	width: 36px;
	text-align: center;
	margin-right: 6px;
}
.fenye a.link.active{
	background-color: transparent;
	border: 0;
	color: #0490e1;
	font-weight: bold;
}
.fenye a.next,.fenye a.prev{
	padding: 0 10px;
}
.service-case-fenye{
	margin-bottom: 75px;
}
@media only screen and (min-width:601px){
	.service-case-list li:hover:after{
		opacity: 1;
	}
	.fenye a:hover{
		color: #0490e1;
	}
}
@media only screen and (max-width:1280px){
	.service-case-list{
		margin: 75px auto;
	}
	.service-case-list li{
		margin-bottom: 75px;
	}
}
@media only screen and (max-width:1024px){
	.service-case-list{
		margin: 7.5% auto;
	}
	.service-case-list li{
		margin-bottom: 7.5%;
	}
	.service-case-list li .right .title{
		font-size: 20px;
		height: 48px;
		line-height: 24px;
	}
	.service-case-list li .more{
		height: 48px;
		bottom: -24px;
		line-height: 44px;
	}
	.service-case-list li .imgbox{
		width: 270px;
	}
}
@media only screen and (max-width:800px){
	.service-case-list li a{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.service-case-list li .imgbox{
		width: 320px;
	}
	.service-case-list li .right{
		padding-left: 0;
		padding-top: 20px;
	}
	.service-case-list li a{
		padding-bottom: 30px;
	}
	.service-case-list li .right .title{
		height: auto;
	}
}
@media only screen and (max-width:414px){
	.service-case-list li .imgbox{
		width: 100%;
	}
	.service-case-list li .right{
		padding-top: 15px;
	}
	.service-case-list li .more{
		display: none;
	}
}
/* =========

  下载

  ========== */
.download-container{
	margin-top: 85px;
	margin-bottom: 105px;
}
.comWord .cword{
	font-size: 36px;
	color: #161616;
	text-align: center;
}
.download-container table{
	width: 100%;
	margin-bottom: 45px;
	margin-top: 40px;
	background: url(../images/icon09.png) no-repeat right bottom;
}
.download-container table th{
	font-size: 18px;
	color: #3b3b3b;
	text-align: center;
	height: 42px;
	font-weight: normal;
	background-color: #f5f8fa;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.download-container table .th-num{
	width: 108px;
	border-left: 1px solid #e2e2e2;
}
.download-container table .th-date{
	width: 150px;
}
.download-container table .th-down{
	width: 130px;
	border-right: 1px solid #e2e2e2;
}
.download-container table .th-title{
	width: calc(100% - 388px);
}
.download-container table tbody tr{
	border-bottom: 1px dashed #f3f5f6;
	border-left: 1px solid #f3f5f6;
	border-right: 1px solid #f3f5f6;
}
.download-container table tbody tr:last-child{
	border-bottom: 1px solid #f3f5f6;
}
.download-container table tr td{
	text-align: center;
	height: 48px;
	font-size: 14px;
	color: #919191;
}
.download-container table tr .num{
	text-align: left;
	text-indent: 36px;
}
.download-container table tr .title a{
	font-size: 16px;
	color: #0490e1;
}
.download-container table tr .down .icon{
	display: inline-block;
	width: 14px;
	height: 16px;
	border: 1px solid #0490e1;
	vertical-align: middle;
	position: relative;
}
.download-container table tr .down .icon:after{
	content: "";
	position: absolute;
	height: 7px;
	width: 1px;
	background-color: #0490e1;
	top: 3px;
	left: 6px;
}
.download-container table tr .down .icon:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-left: 1px solid #0490e1;
	border-bottom: 1px solid #0490e1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 3px;
	left:4px;
}
@media only screen and (max-width:1024px){
	.download-container{
		margin-top: 8%;
		margin-bottom: 10%;
	}
	.download-container table{
		margin-top: 4%;
		margin-bottom: 4.5%;
	}
}
@media only screen and (max-width:800px){
	.download-container table .th-date,
	.download-container table tr td.date{
		display: none;
	}
	.download-container table .th-title{
		width: calc(100% - 238px);
	}
	.comWord .cword{
		font-size: 30px;
	}
}
@media only screen and (max-width:600px){
	.comWord .cword{
		font-size: 26px;
	}
	.download-container table th{
		font-size: 16px;
	}
	.download-container table .th-num{
		width: 90px;
	}
	.download-container table .th-down{
		width: 80px;
	}
	.download-container table .th-title{
		width: auto;
	}
}
@media only screen and (max-width:414px){
	.download-container table .th-num,
	.download-container table tr .num{
		display: none;
	}
	.download-container table tr .title a{
		font-size: 14px;
	}
	.download-container table tr td{
		height: 40px;
	}
	.comWord .cword{
		font-size: 22px;
	}
}
/* =========

  服务

  ========== */
.support-top-container{
	margin-top: 86px;
	margin-bottom: 75px;
}
.support-top-container .list{
	margin-top: 40px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.support-top-container .list li{
    margin-right: 28px;
    border: 1px solid #dedede;
    text-align: center;
    width: calc(33.333% - 18.66px);
    padding-top: 38px;
    padding-bottom: 18px;
}
.support-top-container .list li:last-child{
	margin-right: 0;
}
.support-top-container .list li img{
	width: 124px;
	height: 92px;
}
.support-top-container .list li .title{
	font-size: 24px;
	color: #2c2c2c;
	line-height: 1.5;
	height: 36px;
	margin-top: 16px;
	margin-bottom: 8px;
}
.support-top-container .list li .desc{
	font-size: 15px;
	color: #626262;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 3%;
}
.support-bottom-container{
	padding-top: 72px;
	padding-bottom: 135px;
	background-color: #f6f6f6;
}
.support-bottom-container .list{
	margin-top: 42px;
	background-color: #fff;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.support-bottom-container .list li .click{
	padding-left: 30px;
	height: 73px;
	line-height: 72px;
	border-bottom: 1px solid #e1e1e1;
	padding-right: 60px;
	position: relative;
	cursor: pointer;
}
.support-bottom-container .list li .click:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .2);
	box-shadow: 0 0 16px rgba(0, 0, 0, .2);
	opacity: 0;
}
.support-bottom-container .list li .click a{
	font-size: 18px;
	color: #333333;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 11;
}
.support-bottom-container .list li .click .icon{
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 50%;
	background-color: #0490e1;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .15);
	box-shadow: 0 0 6px rgba(0, 0, 0, .15);
	right: 24px;
}
.support-bottom-container .list li .click .icon:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 1px;
	height: 17px;
	margin-top: -8px;
	left: 50%;
	background-color: #fff;
}
.support-bottom-container .list li .click .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	width: 17px;
	height: 1px;
	left: 50%;
	margin-left: -8px;
	background-color: #fff;
}
.support-bottom-container .list li .content{
	padding: 2.5%;
	font-size: 14px;
	color: #505050;
	line-height: 2;
	border-bottom: 1px solid #e1e1e1;
	/*display: none;*/
}
.support-bottom-container .list li .click[data-on="click"]{
	background-color: #0490e1;
}
.support-bottom-container .list li .click[data-on="click"] a{
	color: #fff;
}
.support-bottom-container .list li .click[data-on="click"] .icon{
	background-color: #fff;
}
.support-bottom-container .list li .click[data-on="click"] .icon:after{
	display: none;
}
.support-bottom-container .list li .click[data-on="click"] .icon:before{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #0490e1;
}
@media only screen and (min-width:601px){
	.support-bottom-container .list li .click[data-on=""]:hover a{
		color: #0490e1;
	}
	.support-bottom-container .list li .click[data-on=""]:hover:before{
		opacity: 1;
	}
}
@media only screen and (max-width:1024px){
	.support-top-container{
		margin-top: 8%;
		margin-bottom: 7%;
	}
	.support-top-container .list{
		margin-top: 4%;
	}
	.support-bottom-container{
		padding-top: 7%;
		padding-bottom: 12%;
	}
	.support-bottom-container .list{
		margin-top: 4.2%;
	}
}
@media only screen and (max-width:800px){
	.support-top-container .list{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.support-top-container .list li{
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:640px){
	.support-bottom-container .list li .click{
		height: 51px;
		line-height: 50px;
		padding-left: 12px;
		padding-right: 50px;
	}
	.support-bottom-container .list li .click a{
		font-size: 16px;
	}
	.support-bottom-container .list li .click .icon{
		right: 12px;
	}
	.support-bottom-container .list li .content{
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media only screen and (max-width:414px){
	.support-bottom-container .list li .click{
		height: 41px;
		line-height: 40px;
	}
	.support-bottom-container .list li .click a{
		font-size: 14px;
	}
	.support-bottom-container .list li .content{
		font-size: 12px !important;
	}
	.support-bottom-container .list li .click .icon{
		width: 22px;
		height: 22px;
		margin-top: -11px;
	}
	.support-bottom-container .list li .click .icon:before{
		height: 13px;
		margin-top: -6px;
	}
	.support-bottom-container .list li .click .icon:after{
		width: 13px;
		margin-left: -6px;
	}
}
/* =========

  移动应用

  ========== */
.businessNavTop .comnav-swiper .swiper-slide {
	min-width: 16.666666666%;
}
.mobile-top-container{
	margin-top: 86px;
	max-width: 1410px;
}
.moblie-swiper-box .moblie-swiper-top{
	margin-top: 30px;
	margin-bottom: 60px;
}
.moblie-swiper-box .moblie-swiper-top .swiper-wrapper{
	-webkit-justify-content: center;
    justify-content: center;
}
.moblie-swiper-box .moblie-swiper-top .swiper-slide{
	width: auto;
	margin-right: 100px;
	text-align: center;
	padding-bottom: 16px;
	cursor: pointer;
}
.moblie-swiper-box .moblie-swiper-top .swiper-slide:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #0490e1 transparent transparent transparent;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	opacity: 0;
}
.moblie-swiper-box .moblie-swiper-top .swiper-slide.active-nav:after{
	opacity: 1;
}
.moblie-swiper-box .moblie-swiper-top .swiper-slide:last-child{
	margin-right: 0;
}
.moblie-swiper-box .moblie-swiper-top .swiper-slide img{
	width: 42px;
	height: 42px;
}
.moblie-swiper-box .moblie-swiper-top .swiper-slide .title{
	font-size: 14px;
	color: #858585;
	margin-top: 10px;
}
.moblie-swiper-box .bottom-container{
	position: relative;
}
.moblie-swiper-box .bottom-container .item{
	position: absolute;
	top: 65px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);    
	filter: blur(3px);
}
.moblie-swiper-box .bottom-container .item img{
	width: 100%;
}
.moblie-swiper-box .bottom-container .item1{
	left: 0;
}
.moblie-swiper-box .bottom-container .item2{
	left: 260px;
}
.moblie-swiper-box .bottom-container .item3{
	right: 260px;
}
.moblie-swiper-box .bottom-container .item4{
	right: 0;
}
.moblie-swiper-box .bottom-container .inbox{
	position: relative;
	z-index: 11;
	width: 530px;
	height: 580px;
	background: url(../images/img06.png) no-repeat center;
	padding-top: 65px;
	margin: 0 auto;
}
.moblie-swiper-box .moblie-swiper-bottom{
	width: 225px;
	margin-right: 0;
	margin-left: 166px;
}
.moblie-swiper-box .moblie-swiper-bottom .swiper-slide{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.moblie-swiper-box .moblie-swiper-bottom .swiper-slide img{
	width: 100%;
}
.comWord .cdesc{
	text-align: center;
	font-size: 16px;
	color: #818181;
	line-height: 1.5;
	margin-top: 22px;
	margin-bottom: 20px;
}
.comWord .cline{
	margin: 0 auto;
	height: 2px;
	width: 48px;
    background: -webkit-linear-gradient(to right,#3db8ff 0px, #1fa3ef 50%, #0591e2 100%);
    background: -moz-linear-gradient(to right,#3db8ff 0px, #1fa3ef 50%, #0591e2 100%);
    background: -ms-linear-gradient(to right,#3db8ff 0px, #1fa3ef 50%, #0591e2 100%);
    background: linear-gradient(to right,#3db8ff 0px, #1fa3ef 50%, #0591e2 100%);
}
.mobile-bottom-container{
	background-color: #f3f5f7;
	padding-top: 62px;
}
.mobile-bottom-container .innerbox{
	max-width: 875px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.mobile-bottom-container .innerbox .left{
	width: 315px;
	margin-right: 8%;
}
.mobile-bottom-container .innerbox .left img{
	width: 100%;
}
.mobile-bottom-container .innerbox .right{
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
@media only screen and (max-width:1024px){
	.mobile-bottom-container{
		padding-top: 6.2%;
	}
	.mobile-top-container{
		margin-top: 8%;
	}
	.moblie-swiper-box .moblie-swiper-top{
		margin-top: 3%;
		margin-bottom: 6%;
	}
}
@media only screen and (max-width:800px){
	.moblie-swiper-box .bottom-container .item{
		display: none;
	}
}
@media only screen and (max-width:640px){
	.mobile-bottom-container .innerbox{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.mobile-bottom-container .innerbox .left{
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.mobile-bottom-container .innerbox .right{
		margin-top: 5%;
		padding-bottom: 5%;
	}
	.moblie-swiper-box .moblie-swiper-top .swiper-slide{
		margin-right: 50px;
	}
}
@media only screen and (max-width:560px){
	.moblie-swiper-box .bottom-container .inbox{
		width: 100%;
		height: auto;
		padding: 0;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.moblie-swiper-box .bottom-container .inbox:before{
		content: "";
		float: left;
		width: 1px;
		margin-left: -1px;
		height: 0;
		padding-top: calc(580 / 530 * 100%);
	}
	.moblie-swiper-box .bottom-container .inbox:after{
		content: "";
		clear: both;
		display: table;
	}
	.moblie-swiper-box .moblie-swiper-bottom{
		position: absolute;
		top: 11.3%;
		height: calc(400 / 580 * 100%);
		width: calc(225 / 530 * 100%);
		margin-left: 0;
		left: 31.2%;
	}
	.moblie-swiper-box .moblie-swiper-bottom .swiper-slide img{
		display: none;
	}
}
@media only screen and (max-width:414px){
	.moblie-swiper-box .moblie-swiper-bottom{
		left: 31.36%;
	}
	.moblie-swiper-box .moblie-swiper-top .swiper-slide{
		margin-right: 20px;
	}
	.moblie-swiper-box .moblie-swiper-top{
		margin-top: 15px;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width:375px){
	.moblie-swiper-box .moblie-swiper-bottom{
		left: 31.276%;
	}
}
@media only screen and (max-width:320px){
	.moblie-swiper-box .moblie-swiper-bottom{
		left: 31.22%;
	}
}
/* =========

  充电网络

  ========== */
.chargeComTitle .word{
	font-size: 36px;
	color: #161616;
	line-height: 1.1;
	text-indent: 20px;
	border-left: 5px solid #0490e1;
}
.charge-top-container{
	background-color: #f6f6f6;
	padding-top: 86px;
	padding-bottom: 82px;
}
.charge-top-container .list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 38px;
}
.charge-top-container .list li{
	margin-right: 20px;
	background-color: #fff;
	width: calc(25% - 15px);
	text-align: center;
	padding-top: 52px;
	padding-bottom: 43px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.charge-top-container .list li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .15);
	box-shadow: 0 0 16px rgba(0, 0, 0, .15);
	opacity: 0;
}
.charge-top-container .list li:nth-child(4n+0){
	margin-right: 0;
}
.charge-top-container .list li img{
	width: 110px;
	height: 80px;
}
.charge-top-container .list li .title{
	font-size: 18px;
	font-weight: bold;
	color: #161616;
	line-height: 1.5;
	white-space: normal;
	margin-top: 40px;
	padding: 0 10px;
}
.charge-bottom-container{
	margin-top: 80px;
	margin-bottom: 90px;
}
.charge-bottom-container .innerbox{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content:space-between;
    -ms-justify-content:space-between;
    justify-content:space-between;
}
.charge-bottom-container .innerbox .left{
	width: 245px;
	margin-right: 5%;
	padding-top: 75px;
}
.charge-bottom-container .innerbox .left .item{
	border: 1px solid #0490e1;
	background-color: rgba(4,144,225,.1);
	text-align: center;
	padding-top: 26px;
	cursor: pointer;
	padding-bottom: 18px;
	margin-bottom: 22px;
}
.charge-bottom-container .innerbox .left .item .num{
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
}
.charge-bottom-container .innerbox .left .item .title{
	width: calc(100% - 32px);
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
}
.charge-bottom-container .innerbox .left .item .title span{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 0 center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	max-width: 100%;
	overflow: hidden;
}
.charge-bottom-container .innerbox .left .item:nth-child(1){
	border-color: #0490e1;
}
.charge-bottom-container .innerbox .left .item:nth-child(1) .num{
	color: #0490e1;
}
.charge-bottom-container .innerbox .left .item:nth-child(1) .title{
	background-color: #0490e1;
}
.charge-bottom-container .innerbox .left .item:nth-child(2){
	border-color: #30c1f1;
}
.charge-bottom-container .innerbox .left .item:nth-child(2) .num{
	color: #30c1f1;
}
.charge-bottom-container .innerbox .left .item:nth-child(2) .title{
	background-color: #30c1f1;
}
.charge-bottom-container .innerbox .left .item:nth-child(3){
	border-color: #5986eb;
	margin-bottom: 0;
}
.charge-bottom-container .innerbox .left .item:nth-child(3) .num{
	color: #5986eb;
}
.charge-bottom-container .innerbox .left .item:nth-child(3) .title{
	background-color: #5986eb;
}
.charge-bottom-container .innerbox .right{
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	max-width: 753px;
}
.charge-bottom-container .innerbox .right .inbox{
	position: relative;
}
.charge-bottom-container .innerbox .right img{
	width: 100%;
}
@-webkit-keyframes point {
    0% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.4);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@keyframes point {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.4)
    }
    to {
        transform: scale(1)
    }
}
.charge-bottom-container .innerbox .right .mypoint{
	background-color: #5986eb;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-top: -3px;
	margin-left: -3px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-animation:point .5s ease forwards;
	animation:point .5s ease forwards;
}
.charge-bottom-container .innerbox .right .mypoint:nth-child(4n+0){
	animation-delay:0s;
	-webkit-animation-delay:0s;
}
.charge-bottom-container .innerbox .right .mypoint:nth-child(4n+1){
	animation-delay:.1s;
	-webkit-animation-delay:.1s;
}
.charge-bottom-container .innerbox .right .mypoint:nth-child(4n+2){
	animation-delay:.2s;
	-webkit-animation-delay:.2s;
}
.charge-bottom-container .innerbox .right .mypoint:nth-child(4n+3){
	animation-delay:.3s;
	-webkit-animation-delay:.3s;
}
@media only screen and (min-width:601px){
	.charge-top-container .list li:hover:before{
		opacity: 1;
	}
}
@media only screen and (max-width:1024px){
	.charge-bottom-container{
		margin-top: 8%;
		margin-bottom: 9%;
	}
	.charge-bottom-container .innerbox .left{
		padding-top: 7%;
	}
	.charge-top-container{
		padding-top: 8.6%;
		padding-bottom: 8.2%;
	}
	.chargeComTitle .word{
		font-size: 30px;
	}
	.charge-top-container .list{
		margin-top: 3.8%;
	}
}
@media only screen and (max-width:800px){
	.charge-top-container .list li{
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.charge-top-container .list li:nth-child(2n+0){
		margin-right: 0;
	}
	.charge-bottom-container .innerbox{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.charge-bottom-container .innerbox .left{
		margin-right: 0;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    width: 100%;
	}
	.charge-bottom-container .innerbox .left .item{
		margin-right: 10px;		
		-webkit-flex:1;
		-ms-flex:1;
		flex:1;
		margin-bottom: 0;
	}
	.charge-bottom-container .innerbox .left .item:last-child{
		margin-right: 0;
	}
}		
@media only screen and (max-width:640px){
	.charge-bottom-container .innerbox .left{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.charge-bottom-container .innerbox .left .item{
		margin-bottom: 15px;
		margin-right: 0;
	}
}
@media only screen and (max-width:414px){
	.charge-bottom-container .innerbox .right .point{
		width: 4px;
		height: 4px;
	}
	.chargeComTitle .word{
		font-size: 24px;
		line-height: 30px;
		padding-left: 12px;
		text-indent: 0;
	}
	.charge-top-container .list li{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.charge-top-container .list li .title{
		margin-top: 20px;
		font-size: 14px;
	}
}
/* =========

  电桩运营

  ========== */
.operate-top-container{
	padding-top: 88px;
	padding-bottom: 99px;
	border-bottom: 1px solid #dedede;
	background-color: #f6f6f6;
}
.operate-top-swiper{
	margin-top: 36px;
	border-left: 1px solid #e2e2e2;
}
.operate-top-swiper .swiper-slide{
	width: auto;
	min-width: 198px;
	padding: 0 10px;
	cursor: pointer;
	font-size: 15px;
	color: #333333;
	height: 40px;
	line-height: 38px;
	background-color: #eaeaea;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	text-align: center;
}
.operate-top-swiper .swiper-slide.active{
	background-color: #fff;
	border-top: 2px solid #0490e1;
}
.operate-top-container .content-box{
	-webkit-box-shadow:0 0 10px  rgba(0, 0, 0, .15);
	box-shadow:0 0 10px  rgba(0, 0, 0, .15);
}
.operate-top-container .content-box{
	padding-right: 41.66%;
	position: relative;
	background-color: #fff;
	display: none;
}
#swiperDown0{
	display: block;
}
.operate-top-container .content-box .left{
	padding:6.5% 6.8%;
}
.operate-top-container .content-box .left .title{
	font-size: 24px;
	color: #333333;
}
.operate-top-container .content-box .left .content{
	font-size: 18px;
	color: #6d6d6d;
	line-height: 1.8;
	margin-top: 15px;
	min-height: 213px;
}
.operate-top-container .content-box .imgbox{
	width: 41.66%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.operate-bottom-container{
	padding-top: 84px;
	padding-bottom: 128px;
	background-color: #f6f6f6;
}
.operate-bottom-container .word1{
	text-align: center;
	border-left: 0;
	text-indent: 0;
}
.operate-bottom-container .form-box{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    margin-top: 40px;
}
.operate-bottom-container .form-box .left{
	width: 185px;
}
.operate-bottom-swiper{
	text-align: center;
}
.operate-bottom-swiper .swiper-slide{
	height: 106px;
	background-color: #4a4a4a;
	padding-top: 15px;
	cursor: pointer;
}
.operate-bottom-swiper .swiper-slide:nth-child(2){
	background-color: #3f3f3f;
}
.operate-bottom-swiper .swiper-slide:nth-child(3){
	background-color: #303030;
}
.operate-bottom-swiper .swiper-slide:nth-child(4){
	background-color: #252525;
}
.operate-bottom-swiper .swiper-slide:nth-child(5){
	background-color: #161616;
}
.operate-bottom-swiper .swiper-slide:nth-child(6){
	background-color: #000000;
}
.operate-bottom-swiper .swiper-slide .title{
	color: #959595;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	margin-top: 6px;
}
.operate-bottom-swiper .swiper-slide.active{
    background: -webkit-linear-gradient(to right,#4bbdff 0px, #27a6f0 50%, #0591e1 100%);
    background: -moz-linear-gradient(to right,#4bbdff 0px, #27a6f0 50%, #0591e1 100%);
    background: -ms-linear-gradient(to right,#4bbdff 0px, #27a6f0 50%, #0591e1 100%);
    background: linear-gradient(to right,#4bbdff 0px, #27a6f0 50%, #0591e1 100%);
}
.operate-bottom-swiper .swiper-slide.active .title{
	color: #ffffff;
}
.operate-bottom-container .right{
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	padding-left: 3.75%;
	padding-right: 3.75%;
	border: 1px solid #e0e0e0;
	border-left: 0;
	padding-top: 106px;
	background: url(../images/icon27.png) no-repeat right bottom;
}
.operate-bottom-container .right .word{
	font-size: 18px;
	text-indent: 13px;
	border-left-width: 3px;
}
.operate-bottom-container .right form{
	width: 100%;
	margin-top: 20px;
}
.operate-bottom-container .right form .input-box{
	float: left;
	width: calc(50% - 8px);
	margin-right: 16px;
	margin-bottom: 14px;
}
.operate-bottom-container .right form .input-box:nth-child(2n+0){
	margin-right: 0;
}
.operate-bottom-container .right form .input-box input[type="text"]{
	width: 100%;
	height: 48px;
	border: 1px solid #e4e4e4;
	text-indent: 12px;
	font-size: 14px;
}
.operate-bottom-container .right form{
	display: none;
}
.operate-bottom-container .right #rightForm0{
	display: block;
}
.operate-bottom-container .right form .submit-box{
	margin-top: 34px;
}
.operate-bottom-container .right form .submit-box input[type="submit"]{
	background-color: #0490e1;
	color: #fff;
	border: 0;
	cursor: pointer;
	border-radius: 3px;
	width: 124px;
	height: 52px;
	font-size: 18px;
}
.operate-bottom-container .right form .submit-box .cancel{
	display: inline-block;
	width: 124px;
	height: 52px;
	font-size: 18px;
	color: #919191;
	border: 1px solid #919191;
	border-radius: 3px;
	text-align: center;
	line-height: 50px;
	margin-left: 8px;
}
@media only screen and (min-width:601px){
	.operate-top-swiper .swiper-slide:hover{
		background-color: #fff;
		border-top: 2px solid #0490e1;
	}
	.operate-bottom-swiper .swiper-slide:hover{
	    background: #0490e1;
	}
	.operate-bottom-swiper .swiper-slide.active:hover{
		background: -webkit-linear-gradient(to right,#4bbdff 0px, #27a6f0 50%, #0591e1 100%);
	    background: -moz-linear-gradient(to right,#4bbdff 0px, #27a6f0 50%, #0591e1 100%);
	    background: -ms-linear-gradient(to right,#4bbdff 0px, #27a6f0 50%, #0591e1 100%);
	    background: linear-gradient(to right,#4bbdff 0px, #27a6f0 50%, #0591e1 100%);
	}
	.operate-bottom-swiper .swiper-slide:hover .title{
		color: #ffffff;
	}
}
@media only screen and (max-width:1024px){
	.operate-top-container{
		padding-top: 8%;
		padding-bottom: 9%;
	}
	.operate-top-swiper{
		margin-top: 3.6%;
	}
	.operate-bottom-container{
		padding-top: 8%;
		padding-bottom: 11%;
	}
	.operate-bottom-container .form-box{
		margin-top: calc(3% + 10px);
	}
}
@media only screen and (max-width:800px){
	.operate-top-container .content-box{
		padding: 0;
	}
	.operate-top-container .content-box .imgbox{
		position: static;
		width: 100%;
	}
	.operate-top-container .content-box .imgbox:before{
		content: "";
		float: left;
		width: 1px;
		margin-left: -1px;
		height: 0;
		padding-top: calc(350 / 500 * 100%);
	}
	.operate-top-container .content-box .imgbox:after{
		content: "";
		clear: both;
		display: table;
	}
	.operate-top-container .content-box .left .content{
		min-height: 0;
	}
}
@media only screen and (max-width:640px){
	.operate-bottom-container .form-box{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.operate-bottom-container .form-box .left{
		width: 100%;
	}
	.operate-bottom-swiper .swiper-slide{
		width: 185px;
	}
	.operate-bottom-container .right{
		padding: 5%;
	}
}
@media only screen and (max-width:414px){
	.operate-top-container .content-box .left{
		padding: 12px;
	}
	.operate-top-container .content-box .left .title{
		font-size: 20px;
	}
	.operate-top-container .content-box .left .content{
		margin-top: 8px;
	}
	.operate-bottom-container .right form .input-box{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.operate-bottom-container .right .word{
		text-indent: 0;
	}
	.operate-bottom-container .right form .input-box input[type="text"]{
		height: 40px;
	}
	.operate-bottom-container .right form .submit-box input[type="submit"]{
		height: 44px;
	}
	.operate-bottom-container .right form .submit-box .cancel{
		height: 44px;
		line-height: 42px;
	}
	.operate-bottom-container .right form .submit-box{
		margin-top: 24px;
	}
}
/* =========

  管理平台

  ========== */
.manage-public-container{
	margin-top: 90px;
	margin-bottom: 100px;
	text-align: center;
}
.manage-public-container img{
	margin-top: 60px;
}
.manage-data-container{
    -webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-top: 83px;
}
.manage-data-container .btn{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	margin-top: -50px;
	cursor: pointer;
	z-index: 10;
}
.manage-data-container .btn:after,
.manage-data-container .btn:before{
	content: "";
    position: absolute;
    background-color: rgba(255,255,255,.35);
    width: 60px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -15px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.manage-data-container .data-next:before, 
.manage-data-container .data-next:after {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    margin-left: -45px;
}
.manage-data-container .data-prev:before, 
.manage-data-container .data-next:before{
	-webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
}
.manage-data-container .data-prev:after, 
.manage-data-container .data-next:after{
	-webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg);
}
.manage-data-container .data-prev{
	left: 0;
}
.manage-data-container .data-next{
	right: 0;
}
.manage-data-container .word{
	font-size: 20px;
	color: #2a2a2a;
	line-height: 1.2;
}
.manage-data-container .tubg{
	display: inline-block;
	margin-top: 40px;
	position: relative;
}
.manage-data-container .tubg .manage-data-swiper{
	position: absolute;
	top: 5.2%;
	left: 4.1%;
	width: 91.8%;
}
.manage-data-container .tubg .manage-data-swiper .swiper-slide{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}
.manage-data-container .tubg .manage-data-swiper .swiper-slide img{
	width: 100%;
}
.manage-private-container{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 82px;
	text-align: center;
	padding-bottom: 100px;
}
.manage-private-container .cword{
	color: #fff;
}
.manage-private-container .cdesc{
	color: rgba(255,255,255,.6);
	margin-top: 27px;
	margin-bottom: 64px;
}
.manage-private-container .list{
	display: -webkit-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
}
.manage-private-container .list li{
	width: 20%;
	height: 60px;
	text-align: left;
	text-indent: calc(5% + 43px);
	background-repeat: no-repeat;
	background-position: 25% center;
	line-height: 60px;
	cursor: pointer;
	font-size: 15px;
	color: #ffffff;
	-webkit-background-size: 33px 33px;
	background-size: 33px 33px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.manage-private-container .list li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}
.manage-rent-container{
	background-repeat: no-repeat;
	background-color: #f3f6f7;
	background-position: right bottom;
	padding-top: 90px;
	padding-bottom: 125px;
}
.manage-rent-container .content{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 75px;
}
.manage-rent-container .content .left{
	width: 50%;
	font-size: 16px;
	color: #4f4e4e;
	line-height: 2;
	padding-top: 45px;
}
.manage-rent-container .content .imgbox{
	width: 50%;
	text-align: right;
	padding-left: 5%;
}
.manage-rent-container .content .imgbox img{
	max-width: 500px;
	width: 100%;
}
@media only screen and (min-width:601px){
	.manage-private-container .list li:hover:before{
		opacity: 1;
	}
}
@media only screen and (max-width:1024px){
	.manage-public-container{
		margin-top: 8%;
		margin-bottom: 9%;
	}
	.manage-public-container img{
		margin-top: 6%;
	}
	.manage-data-container{
		padding-top: 8%;
	}
	.manage-data-container .tubg{
		margin-top: 4%;
	}
	.manage-private-container{
		padding-top: 8%;
		padding-bottom: 10%;
	}
	.manage-private-container .cdesc{
		margin-top: 2.7%;
		margin-bottom: 6.4%;
	}
	.manage-private-container .list{
		margin-top: 7%;
	}
	.manage-private-container .list li{
		width: 25%;
	}
	.manage-rent-container{
		padding-top: 8%;
		padding-bottom: 10.5%;
	}
	.manage-rent-container .content{
		margin-top: 6.5%;
	}
	.manage-rent-container .content .left{
		padding-top: 4.5%;
	}
}
@media only screen and (max-width:800px){
	.manage-data-container .word{
		font-size: 16px;
	}
	.manage-data-container .btn{
		display: none;
	}
	.manage-private-container .list li{
		width: 33.333%;
		text-indent: calc(7% + 43px);
	}
}
@media only screen and (max-width:640px){
	.manage-private-container .list li{
		height: 42px;
		line-height: 42px;
		-webkit-background-size: 26px 26px;
		background-size: 26px 26px;
	}
	.manage-rent-container .content{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.manage-rent-container .content .imgbox{
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.manage-rent-container .content .imgbox img{
		max-width: none;
	}
	.manage-rent-container .content .left{
		width: 100%;
		padding: 0;
		margin-top: 4%;
	}
}
@media only screen and (max-width:500px){
	.manage-private-container .list li{
		width: 50%;
		text-align: center;
		text-indent:33px;
		margin-bottom: 10px;
	}
	.manage-private-container .list.en li{
		background-position: 5px center;
		text-align: left;
	}
}
@media only screen and (max-width:414px){
	.comWord .cdesc{
		font-size: 14px;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	.manage-data-container .tubg .manage-data-swiper{
		width: 92%;
	}
	.manage-private-container .list li{
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
		background-position: 20px center;
	}

}
@media only screen and (max-width:375px){
	.manage-data-container .tubg .manage-data-swiper{
		left: 4%;
		width: 92.1%;
	}
}
/* =========

  车辆服务

  ========== */
.car-container{
	background-color: #f6f6f6;
}
.car-container .top-container{
	padding-top: 85px;
	padding-bottom: 135px;
}
.car-container .top-container .line-word{
	margin-top: 115px;
	width: 100%;

	border-bottom:1px solid  #0490e1;
	position: relative;
	text-align:center;
}
.car-container .top-container .line-word:after,
.car-container .top-container .line-word:before{
	content: "";
	position: absolute;
	bottom:-5px;
	width: 9px;
	height: 9px;
	background-color:#0490e1;
	border-radius: 50%;
}
.car-container .top-container .line-word:after{
	left: 0;
}
.car-container .top-container .line-word:before{
	right: 0;
}
.car-container .top-container .line-word .item{
	font-size: 20px;
	line-height: 24px;
	color: #0490e1;
	font-weight: bold;
	display:inline-block;
	position:relative;
	padding-bottom:22px;
}
.car-container .top-container .line-word .item:after{
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	background-color:#0490e1;
	border-radius: 50%;
	bottom: -5px;
	left: 50%;
	margin-left: -4px;
}

.car-swiper{
	padding-top: 60px;
}
.car-swiper .swiper-wrapper{
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.car-swiper .swiper-slide{
	background-color: #fff;
	position: relative;
	padding: 3.3%;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);
	box-shadow:0 0 20px rgba(0,0,0,.1);
}
.car-swiper .swiper-slide:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 100%;
}
.car-swiper .swiper-slide .imgbox{
	position: absolute;
	width: 120px;
	height: 120px;
	top: -60px;
	left: 50%;
	margin-left: -60px;
	border: 3px solid #0490e1;
	border-radius: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.car-swiper .swiper-slide .num{
	text-align: center;
	font-size: 48px;
	color: #e4e4e4;
	font-weight: bold;
	line-height: 1;
	margin-top: 50px;
}
.car-swiper .swiper-slide .title{
	font-size: 30px;
	color: #161616;
	text-align: center;
	line-height: 36px;
	max-height: 36px;
	margin-top: 6px;
	margin-bottom: 25px;
	white-space: normal;
}
.car-swiper .swiper-slide .desc{
	font-size: 16px;
	color: #6d6d6d;
	line-height: 2;
}
.car-container .comWord .cdesc{
	margin-bottom: 0;
}
@media only screen and (max-width:1024px){
	.car-container .top-container{
		padding-top: 8%;
		padding-bottom: 11%;
	}
	.car-container .top-container .line-word{
		margin-top: calc(10% + 10px);
	}
}
@media only screen and (max-width:800px){
	.car-container .top-container .line-word{
		height: auto;
		background-color: transparent;
	}
	.car-container .top-container .line-word:after,
	.car-container .top-container .line-word:before,
	.car-container .top-container .line-word .item:after{
		display: none;
	}
	.car-container .top-container .line-word{
		margin-top: 5%;
		border-bottom:0px;
	}
	.car-container .top-container .line-word .item{
		position: static;
		display:block;
		width:100% !important;
		text-align: center;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width:414px){
	.car-container .top-container .line-word .item{
		font-size: 18px;
		line-height: 20px;
		height: 20px;
		margin-bottom: 8px;
	}
	.car-swiper .swiper-slide .imgbox{
		width: 100px;
		height: 100px;
		top: -50px;
		margin-left: -50px;
	}
	.car-swiper{
		padding-top: 50px;
	}
	.car-swiper .swiper-slide .title{
		font-size: 24px;
		height: auto;
		max-height: none;
		line-height: 30px;
		white-space: normal;
		margin-bottom: 12px;
	}

}
/* =========

  金融服务

  ========== */
.finance-top-container{
	padding-top: 85px;
	padding-bottom: 95px;
	background-color: #f6f6f6;
}
.finance-top-container .innerbox .cdesc{
	margin-bottom: 0;
}
.finance-top-container .chose{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 38px;
}
.finance-top-container .chose .icon{
	display: inline-block;
	display:none;
	position: relative;
	padding-top: 50px;
	min-width: 42px;
	margin-right: 100px;
	cursor: pointer;
}
.finance-top-container .chose .icon:last-child{
	margin-right: 0;
}
.finance-top-container .chose .icon img{
	width: 42px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -21px;
}
.finance-top-container .chose .icon .img1{
	z-index: 1;
	opacity: 1;
}
.finance-top-container .chose .icon .img2{
	z-index: -1;
	opacity: 0;
}
.finance-top-container .chose .icon.active .img1{
	z-index: -1;
	opacity: 0;
}
.finance-top-container .chose .icon.active .img2{
	z-index: 1;
	opacity: 1;
}
.finance-top-container .chose .icon .title{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.finance-top-container .chose .icon.active .title{
	color: #0490e1;
}
.finance-top-container .content{
	padding-left: calc(100% - 400px);
	position: relative;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	background-color: #fff;
	display: none;
}
.finance-top-container #finance0{
	display: block;
}
.finance-top-container .content .imgbox{
	position: absolute;
	top: 0;
	width: calc(100% - 400px);
	height: 100%;
	left: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.finance-top-container .content .right{
	min-height: 380px;
	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:0 12%;
}
.finance-top-container .content .right .title{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	height: 30px;
}
.finance-top-container .content .right .desc{
	font-size: 15px;
	color: #4e4e4e;
	line-height: 1.4;
	margin-top: 18px;
	margin-bottom: 55px;
}
.finance-top-container .content .right .down{
	font-size: 14px;
	color: #0490e1;
	cursor: pointer;
}
.finance-top-container .content .right .down span{
	font-family: "宋体";
	margin-left: 8px;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.finance-bottom-container{
	background-color: #fff;
	padding: 0;
	margin-top: 80px;
	margin-bottom: 125px;
}
.finance-bottom-container .cword{
	font-size: 30px;
}
.support-bottom-container.finance-bottom-container .list{
	margin-top: 35px;
}
@media only screen and (min-width:601px){
	.finance-top-container .chose .icon:hover .img1{
		z-index: -1;
		opacity: 0;
	}
	.finance-top-container .chose .icon:hover .img2{
		z-index: 1;
		opacity: 1;
	}
	.finance-top-container .chose .icon:hover .title{
		color: #0490e1;
	}
}
@media only screen and (max-width:1024px){
	.finance-top-container{
		padding-top: 8%;
		padding-bottom: 9%;
	}
	.finance-top-container .chose{
		margin-top: calc(4% + 10px);
		margin-bottom: calc(2.8% + 10px);
	}
	.finance-top-container .chose .icon{
		margin-right: 75px;
	}
	.finance-bottom-container{
		margin-top: 7%;
		margin-bottom: 11%;
	}
	.support-bottom-container.finance-bottom-container .list{
		margin-top: 3.5%;
	}
}
@media only screen and (max-width:800px){
	.finance-top-container .content .imgbox{
		width: calc(100% - 300px);
	}
	.finance-top-container .content{
		padding-left: calc(100% - 300px);
	}
	.finance-bottom-container .cword{
		font-size: 24px;
	}
}
@media only screen and (max-width:640px){
	.finance-top-container .content .imgbox{
		width: 100%;
		position: static;
	}
	.finance-top-container .content .imgbox:before{
		content: "";
		float: left;
		width: 1px;
		margin-left: -1px;
		height: 0;
		padding-top: calc(380 / 800 * 100%);
	}
	.finance-top-container .content .imgbox:after{
		content: "";
		clear: both;
		display: table;
	}
	.finance-top-container .content{
		padding: 0;
	}
	.finance-top-container .content .right{
		min-height: 0;
		padding: 5%;
	}
	.finance-top-container .content .right .desc{
		margin-top: 12px;
		margin-bottom: calc(3% + 10px);
	}
}
@media only screen and (max-width:414px){
	.finance-bottom-container .cword{
		font-size: 20px;
	}
	.finance-top-container .content .right .title{
		font-size: 20px;
		line-height: 24px;
		height: auto;
		white-space: normal;
	}
}
/* =========

  公司简介

  ========== */
.companyNavTop .comnav-swiper .swiper-slide{
	min-width: 16.66%;
}
.blurb-top-container{
	margin-top: 85px;
	margin-bottom: 85px;
}
.blurb-top-container .list{
	margin-top: 50px;
	padding-top: 28px;
	padding-bottom: 25px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.blurb-top-container .list li{
	width: 33.33%;
	text-align: center;
}
.blurb-top-container .list li .num{
	font-size: 14px;
	color: #5d5d5d;
}
.blurb-top-container .list li .num span{
	font-size: 48px;
	color: #0490e1;
	font-family: "ziti";
	line-height: 1;
	margin-right: 12px;
}
.blurb-top-container .list li .title{
	font-size: 18px;
	color: #2a2a2a;
	margin-top: 6px;
}
.blurb-top-container .content{
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	margin-top: 65px;
}
.blurb-load-container{
	background-color: #f2f2f2;
}
.blurb-load-container .qc-wrapper{
	padding-top: 95px;
	padding-bottom: 95px;
	background-position: right center;
	background-repeat: no-repeat;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content:space-between;
    -ms-justify-content:space-between;
    justify-content:space-between;
}
.blurb-load-container .qc-wrapper .my-load-text{
	width: 305px;
	margin-left: 3.4%;
}
.blurb-load-container .qc-wrapper .my-load-text .title{
	font-size: 36px;
	color: #161616;
	line-height: 40px;
	height: 40px;
}
.blurb-load-container .qc-wrapper .my-load-text .text{
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 8px;
}
.blurb-load-container .qc-wrapper .btn-blue{
	width: 122px;
	height: 36px;
	border: 1px solid #0490e1;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #0490e1;
	display: block;
}
.blurb-load-container .qc-wrapper .time-box{
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.blurb-load-container .qc-wrapper .time-box .time-list{
	position: relative;
	overflow: hidden;
	height: 162px;
	padding-top: 2px;
}
.blurb-load-container .qc-wrapper .time-box .time-list:after{
	content: "";
	position: absolute;
	top: 9px;
	height: 100%;
	width: 1px;
	background-color:#0490e1;
	left: 68px;
}
.blurb-load-container .qc-wrapper .time-box .time-list li{
	position: relative;
    height: 33px;
    cursor: pointer;
}
.blurb-load-container .qc-wrapper .time-box .time-list .text-ellipsis{
	font-size: 18px;
	color: #666666;
	display: inline-block;
	vertical-align: bottom;
}
.blurb-load-container .qc-wrapper .time-box .time-list li .num{
	font-size: 18px;
	color: #666666;
}
.blurb-load-container .qc-wrapper .time-box .time-list li .icon-circle{
	position: absolute;
    top: 7px;
    left: 65px;
    cursor: pointer;
    width: 7px;
    height: 7px;
    background-color: #0490e1;
    border-radius: 50%;
}
.blurb-load-container .qc-wrapper .time-box .time-list li.active .content{
	display: block;
}
.blurb-load-container .qc-wrapper .time-box .time-list li.active .icon-circle:after{
	opacity: 1;
}	
.blurb-load-container .qc-wrapper .time-box .time-list li .icon-circle:after{
	position: absolute;
	content: "";
	top: -9px;
	height: 25px;
	left: -9px;
	width: 25px;
	border-radius: 50%;
	border-style: solid;
    border-width: 1px;
    border-color: #4f8ac1;
    border-radius: 50%;
    background-color: rgba(4,144,225,.1);
    opacity: 0;
}
.blurb-load-container .qc-wrapper .time-box .time-list li .content{
	position: absolute;
	left: 108px;
	top: 0;
	height: 160px;
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 3% 3.2%;
	width: calc(100% - 108px);
	display: none;
}
.blurb-load-container .qc-wrapper .time-box .time-list li .content .title{
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	height: 20px;
}
.blurb-load-container .qc-wrapper .time-box .time-list li .content .desc{
	font-size: 14px;
	color: #646464;
	line-height: 24px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-right: 10px;
}
.blurb-load-container .qc-wrapper .time-box .time-list li .content:after,
.blurb-load-container .qc-wrapper .time-box .time-list li .content:before{
	font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border: 8px dashed transparent;
    top: 10px;
    right: 100%;
    border-right-style: solid;
}
.blurb-load-container .qc-wrapper .time-box .time-list li:nth-child(2) .content{
	top: -33px;
}
.blurb-load-container .qc-wrapper .time-box .time-list li:nth-child(2) .content:after,
.blurb-load-container .qc-wrapper .time-box .time-list li:nth-child(2) .content:before{
	top: 43px;
}
.blurb-load-container .qc-wrapper .time-box .time-list li:nth-child(3) .content{
	top: -66px;
}
.blurb-load-container .qc-wrapper .time-box .time-list li:nth-child(3) .content:after,
.blurb-load-container .qc-wrapper .time-box .time-list li:nth-child(3) .content:before{
	top: 76px;
}
.blurb-load-container .qc-wrapper .time-box .time-list li:nth-child(4) .content{
	top: -99px;
}
.blurb-load-container .qc-wrapper .time-box .time-list li:nth-child(4) .content:after,
.blurb-load-container .qc-wrapper .time-box .time-list li:nth-child(4) .content:before{
	top: 109px;
}
.blurb-load-container .qc-wrapper .time-box .time-list li .content:after{
	border: 7px dashed transparent;
	margin-top: -7px;
    border-right-color: #fff;
}
.blurb-load-container .qc-wrapper .time-box .time-list li .content:before{
	border: 8px dashed transparent;
	margin-top: -8px;
    border-right-color: #dddddd;
}
.blurb-load-container .qc-wrapper .time-box .btn-blue{
	display: none;
}
.blurb-honor-container{
	margin-top: 78px;
	margin-bottom: 110px;
}
.blurb-honor-container .cdesc{
	margin-top: 12px;
	margin-bottom: 0;
}
.honor-swiper{
	padding: 0 24px 50px;
	margin-top: 70px;
}
.honor-swiper .honor-pagination{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
}
.honor-swiper .honor-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #d6d6d6;
	cursor: pointer;
}
.honor-swiper .honor-pagination .swiper-pagination-bullet-active{
	background-color: #0490e1;
}
.honor-swiper .swiper-slide{
	cursor: pointer;
	width: 152px;
}
.honor-swiper .swiper-slide .imgbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.honor-swiper .swiper-slide .imgbox:before{
	content: "";
	float: left;
	width: 1px;
	margin-left: -1px;
	height: 0;
	padding-top: calc(215 / 152 * 100%);
}
.honor-swiper .swiper-slide .imgbox:after{
	content: "";
	clear: both;
	display: table;
}
.honor-swiper .swiper-slide .desc{
	text-align: center;
	font-size: 15px;
	color: #494949;
	line-height: 20px;
	margin-top: 15px;
}
.layui-layer-content img{
	max-width: 600px;
	width: 100%;
}
@media only screen and (min-width:601px){
	.blurb-load-container .qc-wrapper .btn-blue:hover{
		background-color: #0490e1;
		color: #fff;
	}
}
@media only screen and (max-width:1024px){
	.blurb-top-container{
		margin: 8% auto;
	}
	.blurb-top-container .list{
		margin-top: 5%;
	}
	.blurb-top-container .content{
		margin-top: 6%;
	}
	.blurb-load-container .qc-wrapper{
		padding-top: 9%;
		padding-bottom: 9%;
	}
	.blurb-honor-container{
		margin-top: 7%;
		margin-bottom: 9%;
	}
	.honor-swiper{
		margin-top: 6%;
	}
}
@media only screen and (min-width:801px){
	.blurb-load-container .qc-wrapper .time-box .time-list li .content .desc{
		overflow-y: auto;
		height: 92px;
		-webkit-line-clamp:10;
	}
}
@media only screen and (max-width:800px){
	.blurb-top-container .list li .num span{
		font-size: 40px;
	}
	.blurb-load-container .qc-wrapper{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.blurb-load-container .qc-wrapper .btn-blue{
		display: none;
	}
	.blurb-load-container .qc-wrapper .my-load-text{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.blurb-load-container .qc-wrapper .my-load-text .text{
		height: auto;
		margin-bottom: 15px;
	}
	.blurb-load-container .qc-wrapper .time-box .btn-blue{
		display: block;
		margin: 15px auto 0;
	}
	.blurb-load-container .qc-wrapper .time-box .time-list li.active .content{
		height: auto;
		min-height: 160px;
	}
}
@media only screen and (max-width:640px){
	.blurb-top-container .list{
		background: none !important;
		padding: 0;
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.blurb-top-container .list li{
		width: 100%;
		margin-bottom: 12px;
	}
	.blurb-load-container .qc-wrapper .my-load-text .text{
		margin-top: 7px;
	}
	.blurb-load-container .qc-wrapper .my-load-text .title{
		font-size: 22px;
		line-height: 28px;
		height: 28px;
	}
	.blurb-load-container .qc-wrapper .time-box .time-list li .num{
		font-size: 14px;
	}
	.blurb-load-container .qc-wrapper .time-box .time-list li .icon-circle{
		left: 46px;
		top: 4px;
		width: 5px;
		height: 5px;
	}
	.blurb-load-container .qc-wrapper .time-box .time-list li .icon-circle:after{
		width: 19px;
		height: 19px;
		top: -7px;
		left: -7px;
	}
	.blurb-load-container .qc-wrapper .time-box .time-list{
		height: 163px;
		padding-top: 3px;
	}
	.blurb-load-container .qc-wrapper .time-box .time-list:after{
		left: 48px;
	}
	.blurb-load-container .qc-wrapper .time-box .time-list li.active .content{
		left: 70px;
		width: calc(100% - 70px);
	}
	.blurb-load-container .qc-wrapper .time-box .time-list li .content .title{
		font-size: 16px;
		height: auto;
		white-space: normal;
	}
	.blurb-load-container .qc-wrapper .time-box .time-list{
		height: auto;
	}
	.blurb-load-container .qc-wrapper .time-box .time-list li .content .desc{
		-webkit-line-clamp: 10;
	}
	.honor-swiper{
		padding: 0 20px 50px;
	}
}
@media only screen and (max-width:640px){
	.honor-swiper{
		padding-bottom: 32px;
	}
}
/* =========

  历程展开

  ========== */
.history-container{
	margin-top: 85px;
	margin-bottom: 115px;
}
.history-container .list{
	margin-top: 52px;
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
}
.history-container .list:after{
	content: ">";
	position: absolute;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #0490e1;
	background-color: #fff;
	font-size: 16px;
	font-family: "宋体";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 50%;
	margin-left: -17px;
	bottom: 0;
	text-align: center;
	line-height: 33px;
}
.history-container .list:before{
	content: "";
    position: absolute;
    width: 1px;
    top: 60px;
    left: 50%;
    height: 100%;
    background-color: #0490e1;
}
.history-container .list li{
	position: relative;
}
.history-container .list li:nth-child(2n+1){
	padding-left: 50%;
}
.history-container .list li:nth-child(2n+2){
	padding-right: 50%;
}
.history-container .list li .content{
	width: calc(100% - 60px);
	border: 1px solid #ededed;
	background-color: #fcfcfc;
	padding: 7% 8%;
}
.history-container .list li .year{
	position: absolute;
	top: 45px;
	width: 70px;
	height: 30px;
	border: 1px solid #0490e1;
	text-align: center;
	color: #0490e1;
	font-size: 16px;
	border-radius: 20px;
	left: 50%;
	margin-left: -35px;
	line-height: 28px;
	box-shadow: 0 0 0 3px rgba(19,118,235,.1);
	background-color: #fff;
}
.history-container .list li .year:before{
	content: "";
    position: absolute;
    width: 28px;
    height: 1px;
    top: 50%;
    margin-top: -.5px;
    left: 100%;
    background-color: #0490e1;
}
.history-container .list li .year:after{
	content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    margin-left: 20px;
    border-radius: 50%;
    left: 100%;
    border: 1px solid #0490e1;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(19,118,235,.1);
}
.history-container .list li:nth-child(2n+2) .year:before,
.history-container .list li:nth-child(2n+2) .year:after{
	left: auto;
	right: 100%;
}
.history-container .list li:nth-child(2n+2) .year:after{
	margin-left: 0;
	margin-right: 18px;
}
.history-container .list li:nth-child(2n+1) .content{
	margin-left: auto;
}
.history-container .list li .content .item{
	margin-bottom: 30px;
	display: table;
}
.history-container .list li .content .item:last-child{
	margin-bottom: 0;
}
.history-container .list li .content .item .date{
	font-size: 36px;
	color: #393333;
	line-height: 1;
	display: table-cell;
	vertical-align: top;
	width: 84px;
}
.history-container .list li .content .item .date span{
	font-size: 14px;
	margin-left: 2px;
	vertical-align: 14px;
}
.history-container .list li .content .item .desc{
	display: table-cell;
	font-size: 15px;
	color: #616060;
	line-height: 1.6;
	vertical-align: top;
}
@media only screen and (max-width:1024px){
	.history-container{
		margin-top: 8%;
		margin-bottom: 10%;
	}
	.history-container .list{
		margin-top: 5.2%;
		padding-bottom: calc(40px + 4%);
	}
}
@media only screen and (max-width:800px){
	.history-container .list li{
		padding: 0 !important;
		margin-bottom: 30px;
	}
	.history-container .list li .content{
		width: 100%;
	}
	.history-container .list li .year{
		position:relative;
		left: 0;
		top: 0;
		margin: 0 auto 30px;
	}
	.history-container .list:before{
		top: 0;
	}
	.history-container .list li .year:before{
		display: none;
	}
	.history-container .list li .year:after{
		top: calc(100% + 30px);
		margin-left: -8px;
		left: 50%;
	}
	.history-container .list li:nth-child(2n+2) .year:after{
		margin-right: 0;
		right: auto;
		left: 50%;
		margin-left: -8px;
	}
}
@media only screen and (max-width:414px){
	.history-container .list li .content{
		padding: 4% 3%;
	}
	.history-container .list li .content .item .date{
		font-size: 20px;
		line-height: 20px;
		width: 60px;
	}
	.history-container .list li .content .item .date span{
		vertical-align: middle;
	}
}
/* =========

  文化宣言

  ========== */
.culture-container{
	margin-top: 85px;
	margin-bottom: 130px;
}
.culture-container .innerbox{
	margin-top: 80px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content:space-between;
    -ms-justify-content:space-between;
    justify-content:space-between;
}
.culture-container .innerbox .right{
	width: 368px;
}
.culture-container .innerbox .right img{
	width: 100%;
}
.culture-container .innerbox .left{
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	margin-right: 5%;
}
.culture-container .innerbox .left .title{
	font-size: 24px;
	color: #0490e1;
	margin-bottom: 20px;
}
.culture-container .innerbox .left .desc{
	font-size: 16px;
	color: #666666;
	line-height: 2;
}
@media only screen and (max-width:1024px){
	.culture-container{
		margin-top: 8%;
		margin-bottom: 11%;
	}
	.culture-container .innerbox{
		margin-top: 8%;
	}
	.culture-container .innerbox .right{
		width: 280px;
	}
}
@media only screen and (max-width:640px){
	.culture-container .innerbox{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.culture-container .innerbox .right{
		width: 100%;
		margin-bottom: 4%;
	}
	.culture-container .innerbox .left .title{
		margin-bottom: 10px;
	}
}
/* =========

  公司新闻

  ========== */
.news-container{
	margin-top: 90px;
	margin-bottom: 150px;
}
.news-container .list{
	margin-top: 75px;
	margin-bottom: 38px;
}
.news-container .list li{
	padding-bottom: 41px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 42px;
}
.news-container .list li:last-child{
	margin-bottom: 0;
}
.news-container .list li a{
	display: block;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content:space-between;
    -ms-justify-content:space-between;
    justify-content:space-between;
}
.news-container .list li .imgbox{
	width: 230px;
	overflow: hidden;
}
.news-container .list li .imgbox .inbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.news-container .list li .imgbox img{
	width: 100%;
}
.news-container .list li .middle{
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	padding-left: 2.5%;
	padding-right: 3%;
	max-width: 866px;
}
.news-container .list li .middle .title{
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
	height: 27px;
	margin-bottom: 12px;
}
.news-container .list li .middle .desc{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 1px;
}
.news-container .list li .middle .more{
	color: #0490e1;
	text-decoration: underline;
	font-size: 14px;
}
.news-container .list li .date{
	width: 102px;
}
.news-container .list li .date .mday{
	font-size: 40px;
	color: #d7dadc;
}
.news-container .list li .date .line{
	width: 24px;
	margin-left: auto;
	height: 2px;
	background-color: #d7dadc;
	margin-top: 12px;
	margin-bottom: 18px;
}
.news-container .list li .date .year{
	font-size: 18px;
	color: #d7dadc;
	text-align: right;
}
@media only screen and (min-width:601px){
	.news-container .list li a:hover .middle .title{
		color: #0490e1;
		text-decoration: underline;
	}
	.news-container .list li a:hover .inbox{
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}
@media only screen and (max-width:1024px){
	.news-container .list{
		margin-top: 7%;
		margin-bottom: 4%;
	}
	.news-container{
		margin-top: 8%;
		margin-bottom: 12%;
	}
	.news-container .list li{
		padding-bottom: 4%;
		margin-bottom: 4%;
	}
}
@media only screen and (max-width:900px){
	.news-container .list li .date{
		display: none;
	}
}
@media only screen and (max-width:640px){
	.news-container .list li a{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.news-container .list li .middle{
		padding: 0;
		margin-top: calc(2% + 8px);
	}
	.news-container .list li .middle .title{
		margin-bottom: 6px;
	}
	.news-container .list li .middle .desc{
		height: auto;
		-webkit-line-clamp: 4;
	}
}
@media only screen and (max-width:414px){
	.news-container .list li .imgbox{
		width: 100%;
	}
	.news-container .list li .middle .title{
		height: auto;
		white-space: normal;
		margin-bottom: 2px;
		font-size: 16px;
	}
}
/* =========

  新闻详细

  ========== */
.companyDet-container{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 90px;
    margin-bottom: 120px;
}
.companyDet-container .left{
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	padding-right: 6.65%;
}
.companyDet-container .left .back{
	display: block;
	height: 40px;
	line-height: 1;
	font-size: 14px;
	color: #0490e1;
	border-bottom: 1px solid #f0f0f0;
}
.companyDet-container .left .back span{
	font-family: "宋体";
	margin-right: 5px;
}
.companyDet-container .left .title{
	font-size: 30px;
	color: #252525;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.companyDet-container .left .message{
	color: #999999;
	font-size: 14px;
}
.companyDet-container .left .message .views{
	margin-left: 28px;
	margin-right: 26px;
}
.companyDet-container .left .message .bshare-custom{
	display: inline-block;
}
.companyDet-container .left .message .bshare-custom a{
	vertical-align: top;
	opacity: 1;
}
.companyDet-container .left .message .bshare-custom .bshare-weixin{
	background: url(../images/icon04.png) no-repeat center;
	-webkit-background-size: 17px 13px;
	background-size: 17px 13px;
	margin-left: 6px;
}
.companyDet-container .left .message .bshare-custom .bshare-sinaminiblog{
	background: url(../images/icon05.png) no-repeat center;
	-webkit-background-size: 17px 13px;
	background-size: 17px 13px;
	margin: 0 12px;
}
.companyDet-container .left .message .bshare-custom .bshare-more{
	background: url(../images/icon07.png) no-repeat center;
	-webkit-background-size: 15px 14px;
	background-size: 15px 14px;
}
.companyDet-container .left .content{
	font-size: 16px;
	color: #4e4e4e;
	line-height: 2;
	margin-top: 52px;
	padding-bottom: 40px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
}
.companyDet-container .left .btn{
	font-size: 14px;
	color: #494949;
	display: block;
	line-height: 20px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 56px;
}
.companyDet-container .left .btn span{
	position: absolute;
	top: 0;
	left: 0;
	color: #0490e1;
}
.companyDet-container .left .next{
	margin-bottom: 0;
}
.companyDet-container .right{
	width: 320px;
}
.companyDet-container .right .word{
	font-size: 16px;
	color: #333333;
}
.companyDet-container .right .list{
	margin-top: 20px;
}
.companyDet-container .right .list li{
	padding-left: 15px;
	position: relative;
	margin-bottom: 18px;
}
.companyDet-container .right .list li:after{
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #0490e1;
	top: 9px;
	left: 0;
}
.companyDet-container .right .list li a{
	font-size: 14px;
	color: #4e4e4e;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media only screen and (min-width:601px){
	.companyDet-container .right .list li a:hover,
	.companyDet-container .left .btn:hover{
		color: #0490e1;
	}
}
@media only screen and (max-width:1024px){
	.companyDet-container{
		margin-top: 8%;
		margin-bottom: 10%;
	}
	.companyDet-container .left .title{
		font-size: 24px;
		line-height: 30px;
	}
	.companyDet-container .left .content{
		margin-top: 40px;
	}
}
@media only screen and (max-width:800px){
	.companyDet-container{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.companyDet-container .right{
		display: none;
	}
	.companyDet-container .left{
		padding: 0;
	}
}
@media only screen and (max-width:640px){
	.companyDet-container .left .content{
		margin-top: 24px;
		margin-bottom: 10px;
		padding-bottom: 24px;
	}
	.companyDet-container .left .title{
		font-size: 20px;
		line-height: 24px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width:414px){
	.companyDet-container .left .back{
		height: 28px;
	}
	.companyDet-container .left .title{
		margin-top: 12px;
	}
	.companyDet-container .left .message .bshare-custom{
		margin-top: 5px;
	}
	.companyDet-container .left .content{
		margin-top: 12px;
		padding-bottom: 12px;
	}
}
/* =========

  合作伙伴

  ========== */
.partner-container{
	padding-top: 90px;
	padding-bottom: 115px;
	background-color: #f2f2f2;
}
.partner-container .list{
	margin-top: 70px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.partner-container .list li{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
.partner-container .list li:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	opacity: 0;
}
.partner-container .list li:nth-child(4n+0){
	margin-right: 0;
}
.partner-container .list li img{
	width: 100%;
}
@media only screen and (min-width:601px){
	.partner-container .list li:hover{
		background-color: #fff;
	}
	.partner-container .list li:hover:after{
		opacity: 1;
	}
}
@media only screen and (max-width:1024px){
	.partner-container{
		padding-top: 8%;
		padding-bottom: 10%;
	}
	.partner-container .list{
		margin-top: 7%;
	}
	.partner-container .list li{
		margin-bottom: 16px;
		margin-right: 15px;
		width: calc(33.33% - 10px);
	}
	.partner-container .list li:nth-child(4n+0){
		margin-right: 15px;
	}
	.partner-container .list li:nth-child(3n+0){
		margin-right: 0;
	}
}
@media only screen and (max-width:640px){
	.partner-container .list li{
		margin-bottom: 12px;
		margin-right: 12px;
		width: calc(50% - 6px);
	}
	.partner-container .list li:nth-child(4n+0){
		margin-right: 12px;
	}
	.partner-container .list li:nth-child(3n+0){
		margin-right: 12px;
	}
	.partner-container .list li:nth-child(2n+0){
		margin-right: 0;
	}
}
/* =========

  加入我们

  ========== */
.join-container{
	margin-top: 85px;
	margin-bottom: 145px;
}
.join-container .cdesc{
	margin-bottom: 0;
	font-size: 15px;
}
.join-container .cdesc a{
	color: #0490e1;
}
.join-container .imgbox{
	margin-top: 70px;
	margin-bottom: 82px;
	position: relative;
	padding-right: 34.25%;
}
.join-container .imgbox .left{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.join-container .imgbox .left img{
	width: 100%;
}
.join-container .imgbox .right{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 31.58%;
}
.join-container .imgbox .right .img{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	width: 100%;
}
.join-container .imgbox .right .img1{
	top: 0;
}
.join-container .imgbox .right .img2{
	bottom: 0;
}
.join-container .word{
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 25px;
	color: #5e5e5e;
}
.join-container table{
	width: 100%;
	margin-bottom: 35px;
}
.join-container table th{
	height:27px;
	font-size: 14px;
	color: #484848;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #dce0e0;
}
.join-container table th.th-job{
	text-indent: 10px;
}
.join-container table th.th-part,
.join-container table th.th-address{
	width: 225px;
}
.join-container table th.th-time{
	width: 160px;
}
.join-container table tbody tr{
	height: 36px;
	border-bottom: 1px solid #dce0e0;
}
.join-container table tbody tr:nth-child(2n+2){
	background-color: #f5f5f5;
}
.join-container table tbody tr td{
	font-size: 14px;
	color: #484848;
}
.join-container table tbody tr .td-job a{
	color: #484848;
	padding-left: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media only screen and (min-width:601px){
	.join-container table tbody tr .td-job:hover a{
		color: #0490e1;
	}
}
@media only screen and (max-width:1024px){
	.join-container{
		margin-top: 8%;
		margin-bottom: 12%;
	}
	.join-container .imgbox{
		margin-top: 6%;
		margin-bottom: 7%;
	}
	.join-container table th.th-part, .join-container table th.th-address{
		width: 150px;
	}
}
@media only screen and (max-width:800px){
	.join-container table th.th-part, .join-container table th.th-address,
	.join-container table th.th-time{
		width: 100px;
	}
}
@media only screen and (max-width:640px){
	.join-container .imgbox{
		padding: 0;
	}
	.join-container .imgbox .right{
		position: static;
		margin-top: 10px;
		width: 100%;
	}
	.join-container .imgbox .right .img{
		position: static;
		float: left;
		width: calc(50% - 5px);
	}
	.join-container .imgbox .right .img2{
		float: right;
	}
	.join-container table th.th-address,
	.join-container table tbody tr td.td-address{
		display: none;
	}
	.join-container .word{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:414px){
	.join-container table{
		margin-bottom: 15px;
	}
	.join-container table th.th-part,
	.join-container table tbody tr td.td-part{
		display: none;
	}
	.join-container table th.th-time{
		width: 84px;
	}
}
/* =========

  加入我们详细

  ========== */
.joinDet-container{
	margin-top: 85px;
	margin-bottom: 120px;
}
.joinDet-container .title{
	font-size: 36px;
	color: #161616;
}
.joinDet-container .message{
	margin-top:20px;
	margin-bottom: 32px;
	font-size: 15px;
	color: #4e4e4e;
}
.joinDet-container .message span{
	margin: 0 12px;
}
.joinDet-container .content{
	padding-top: 25px;
	border-top: 1px solid #e7e7e7;
	font-size: 16px;
	color: #464646;
	line-height: 2;
}
.joinDet-container .apply{
	display: block;
	margin-top: 65px;
	width: 120px;
	height: 48px;
	border-radius: 4px;
	background-color: #0490e1;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
}
@media only screen and (max-width:1280px){
	.joinDet-container{
		margin-top: 75px;
		margin-bottom: 100px;
	}
}
@media only screen and (max-width:1024px){
	.joinDet-container{
		margin-top: 7.5%;
		margin-bottom: 10%;
	}
	.joinDet-container .apply{
		margin-top: 6%;
	}
	.joinDet-container .message{
		margin-top: 2%;
		margin-bottom: 3.2%;
	}
	.joinDet-container .content{
		padding-top: 2.5%;
	}
}
@media only screen and (max-width:800px){
	.joinDet-container .title{
		font-size: 30px;
	}
}
@media only screen and (max-width:414px){
	.joinDet-container .title{
		font-size: 24px;
	}
}
/* =========

  联系我们

  ========== */
.contact-top-container{
	padding-top: 65px;
	padding-bottom: 70px;
	background-color: #f6f6f6;
}
.contact-top-container .address{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 54px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 38px;
}
.contact-top-container .address .name{
	font-size: 24px;
	color: #1e1e1e;
	padding-right: 5%;
	width: 40.8%;
}
.contact-top-container .address .right{
	color: #1e1e1e;
	font-size: 14px;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.contact-top-container .bottom{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.contact-top-container .bottom .clickmap{
	padding-right: 5%;
	width: 40.8%;
}
.contact-top-container .bottom .clickmap .word{
	font-size: 14px;
	color: #747474;
}
.contact-top-container .bottom .clickmap .click{
	display: block;
	width: 120px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	text-align: center;
	color: #0490e1;
	font-size: 14px;
	margin-top: 24px;
	cursor: pointer;
}
.contact-top-container .bottom .right{
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.contact-top-container .bottom .item{
	width: 50%;
	padding-right: 3%;
}
.contact-top-container .bottom .item2{
	padding-right: 0;
}
.contact-top-container .bottom .item .word{
	font-size: 16px;
	color: #0490e1;
}
.contact-top-container .bottom .item .tel{
	font-size: 24px;
	color: #0490e1;
	margin-top: 5px;
	display: inline-block;
	margin-bottom: 18px;
}
.contact-top-container .bottom .item  .content{
	font-size: 16px;
	color: #585858;
	line-height: 2;
}
.contact-map-container{
	display: none;
}
.contact-map-container .allmap{
	height: 500px;
}
.contact-map-container .allmap img{
	max-width: none;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_center,.BMapLib_SearchInfoWindow .BMapLib_bubble_tools{
	display: none;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_title,.BMapLib_SearchInfoWindow .BMapLib_bubble_top{
	height: auto !important;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_title{
	font-weight: bold;
	color: #1e1e1e;
	line-height: 1.5;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_top{
	padding-left: 10px;
	padding-right: 10px;
}
.BMapLib_SearchInfoWindow{
	position: absolute;
	background-color: #fff;
	border: 0;
	margin-bottom: -20px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	margin-left: -28px;
}
.BMapLib_SearchInfoWindow:before{
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid rgba(0,0,0,.3);
    bottom: -9px;
    left: 50%;
    margin-left: -8px;
}
.BMapLib_SearchInfoWindow:after{
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #fff;
    bottom: -8px;
    left: 50%;
    margin-left: -7px;
}
.BMapLib_SearchInfoWindow .BMapLib_trans{
	display: none;
}
/*contact-bottom*/
.contact-bottom{
	margin: 70px 0;
}
.contact-bottom .inbox{
	padding: 0 75px;
}
.contact-bottom .inbox .title{
	text-align: center;
	font-size: 30px;
	color: #2e2e2e;
	font-family: "Microsoft JhengHei";
}
.contact-bottom .inbox .desc{
	font-size: 14px;
	color: #616161;
	text-align: center;
	margin-top: 15px;
}
.contact-bottom .inbox form{
	margin-top: 45px;
	border-top: 1px solid #cfd8dc;
	padding-top: 40px;
}
.contact-bottom .inbox form .input-box{
	margin-bottom: 24px;
}
.contact-bottom .inbox form .input-box label{
	width: 20.9%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #464646;
	font-family: "微软雅黑";
}
.contact-bottom .inbox form .input-box input[type="text"]{
	display: inline-block;
	vertical-align: top;
	height: 60px;
	background-color: #fff;
	width: 75%;
	text-indent: 10px;
	font-size: 16px;
	max-width: 600px;
	border: 1px solid #ececec;
	border-top-width: 2px;
}
.contact-bottom .inbox form .input-box textarea{
	height: 200px;
	background-color: #fff;
	max-width: 600px;
	border: 0;
	width: 75%;
	border: 1px solid #ececec;
	border-top-width: 2px;
	resize: none;
	padding-top: 10px;
	text-indent: 10px;
	font-size: 14px;
}
.contact-bottom .inbox form .input-box input[type="text"].tdinput2{
	width: 150px;
}
.contact-bottom .inbox form .input-box .code{
	display: inline-block;
	width: 184px;
	height: 60px;
	vertical-align: top;
	background-color: #b0b0b0;
	margin-left: 10px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	line-height: 60px;
	letter-spacing: 8px;
}
.contact-bottom .inbox form .fline{
	height: 1px;
	background-color: #cfd8dc;
	margin: 35px 0;
}
.contact-bottom .inbox form .input-box input[type="submit"]{
	margin-left: 20.9%;
	width: 132px;
	height: 60px;
	border: 0;
	background-color: #0490e1;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	text-indent: 20px;
	background-image: url(../images/icon13.png);
	background-repeat: no-repeat;
	background-position: 28px center;
	vertical-align: top;
}
.contact-bottom .inbox form .input-box .qx{
	display: inline-block;
	width: 80px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #aaabad;
	font-size: 14px;
	vertical-align: top;
	margin-left: 12px;
	cursor: pointer;
}
@media only screen and (max-width:1280px){
	.contact-map-container .allmap{
		height: 450px;
	}
	.contact-bottom .inbox{
		padding: 0 5.75%;
	}
	.contact-top-container .bottom .item .tel{
		margin-bottom: 8px;
	}
}
@media only screen and (max-width:1024px){
	.contact-top-container{
		padding-top: 6.5%;
		padding-bottom: 7%;
	}
	.contact-top-container .address{
		padding-bottom: 5.4%;
		margin-bottom: 3.8%;
	}
	.contact-map-container .allmap{
		height: 400px;
	}
	.contact-bottom .inbox{
		padding: 0;
	}
	.contact-bottom{
		margin: 6% 0;
	}
	.contact-bottom .inbox form{
		margin-top: 4.5%;
		padding-top: 4%;
	}
	.contact-bottom .inbox form .input-box input[type="text"]{
		height: 50px;
		font-size: 14px;
	}
	.contact-bottom .inbox form .input-box textarea{
		height: 160px;
	}
	.contact-bottom .inbox form .input-box .code,.contact-bottom .inbox form .input-box .qx{
		height: 50px;
		line-height: 50px;
	}
	.contact-bottom .inbox form .input-box input[type="submit"]{
		height: 50px;
	}
	.contact-bottom .inbox form .fline{
		margin: 3.5% 0;
	}
	.contact-bottom .inbox form .input-box{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:800px){
	.contact-top-container .address .name{
		font-size: 20px;
	}
	.contact-top-container .bottom{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.contact-top-container .bottom .clickmap{
		margin-top: 4%;
		width: 100%;
		padding: 0;
	}
	.contact-map-container .allmap{
		height: 350px;
	}
	.contact-bottom .inbox form .input-box input[type="text"],.contact-bottom .inbox form .input-box textarea{
		width: 78%;
	}
	.contact-bottom .inbox form .input-box input[type="text"]{
		height: 40px;
	}
	.contact-bottom .inbox form .input-box textarea{
		height: 130px;
	}
	.contact-bottom .inbox form .input-box .code,.contact-bottom .inbox form .input-box .qx{
		height: 40px;
		line-height: 40px;
	}
	.contact-bottom .inbox form .input-box input[type="submit"]{
		height: 40px;
	}
	.contact-bottom .inbox form .input-box{
		margin-bottom: 15px;
	}
	.contact-bottom .inbox .title{
		font-size: 26px;
	}
}
@media only screen and (max-width:640px){
	.contact-top-container .address{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.contact-top-container .address .name{
		width: 100%;
		padding: 0;
		margin-bottom: calc(2% + 3px);
	}
	.contact-map-container .allmap{
		height: 300px;
	}
	.contact-bottom .inbox form .input-box label{
		font-size: 12px;
	}
	.contact-bottom .inbox form .input-box input[type="text"]{
		height: 30px;
		font-size: 12px;
	}
	.contact-bottom .inbox form .input-box textarea{
		height: 100px;
	}
	.contact-bottom .inbox form .input-box .code,.contact-bottom .inbox form .input-box .qx{
		height: 30px;
		line-height: 30px;
	}
	.contact-bottom .inbox form .input-box input[type="submit"]{
		height: 30px;
		width: 100px;
		background-position: 10px center;
	}
	.contact-bottom .inbox form .input-box{
		margin-bottom: 10px;
	}
	.contact-bottom .inbox form .input-box input[type="text"].tdinput2{
		width: 100px;
	}
	.contact-bottom .inbox form .input-box .code{
		width: 120px;
	}
	.contact-bottom .inbox .desc{
		margin-top: 10px;
		font-size: 12px;
	}
}
@media only screen and (max-width:600px){
	.contact-top-container .bottom .item{
		width: 100%;
		padding: 0;
	}
	.contact-top-container .bottom .item1{
		margin-bottom: 10px;
	}
	.contact-top-container .bottom .right{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
}
@media only screen and (max-width:414px){
	.contact-top-container .bottom .right{
		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.contact-top-container .bottom .item{
		width: 100%;
	}
	.contact-top-container .bottom .item1{
		padding-right: 0;
		margin-bottom: 10px;
	}
	.contact-top-container .bottom .item .tel{
		margin-bottom: 0px;
	}
	.contact-top-container .bottom .clickmap .click{
		margin-top: 15px;
		height: 40px;
		line-height: 40px;
	}
	.contact-map-container .allmap{
		height: 280px;
	}
}
/* =========

  产品

  ========== */
.proDetTop{
	position: fixed;
	top: 115px;
	left: 0;
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-top: 1px solid rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.5);
	background-color: rgba(0,0,0,.5);
	z-index: 1;
	transition: all .5s ease;
	transform: translate3d(0,0,0);
	opacity: 1;
	visibility: visible;
}
.proDetTop.proDetTop-down{
	transform: translate3d(0,-100%,0);
	opacity: 0;
	visibility: hidden;	
	background-color: #303030;
}
.proDetTop .inbox{
	max-width: 1680px;
}
.proDetTop .left{
	float: left;
	width: 50%;
	overflow: hidden;
	font-size: 20px;
	color: #ffffff;
	white-space: nowrap;
	height: 100%;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.proDetTop .linkbox{
	float: right;
	max-width: 50%;
}
.proDetTop .linkbox .a1{
	font-size: 14px;
	color: #a5a5a5;
	margin-right: 6px;
	font-family: "Arial","微软雅黑";
	display: inline-block;
	padding: 0 20px;
	line-height: 30px;
	height: 30px;
	border-radius: 20px;
}
.proDetTop .linkbox .a1.active{
	color: #ffffff;
	background-color: #0075c2;
}
.product-parameter-container{
	margin-top: 78px;
	margin-bottom: 100px;
}
.product-parameter-container .content{
	color: #373737;
	margin-top: 42px;
}
.product-down-container{
	padding: 50px 0;
	background-color: #f6f6f6;
}
.product-down-container .innerbox{
	max-width: 750px;
	border-top: 1px solid #d9d9d9;
}
.product-down-container .innerbox .item{
	font-size: 14px;
	color: #898989;
	height: 49px;
	line-height: 48px;
	border-bottom: 1px solid #d9d9d9;
}
.product-down-container .innerbox .item .title{
	display: block;
	float: left;
	color: #353535;
	width: calc(38% - 24px);
}
.product-down-container .innerbox .item .size{
	float: left;
	width: 32%;
}
.product-down-container .innerbox .item .date{
	float: left;
	width: 30%;
}
.product-down-container .innerbox .item .down{
	float: right;
	display: block;
	width: 24px;
	text-align: center;
	line-height: 1;
}
.product-down-container .innerbox .item .down .icon{
	display: inline-block;
	width: 20px;
	height: 12px;
	border: 3px solid #0083ca;
	border-top: 0;
	margin-top: 22px;
	position: relative;
}
.product-down-container .innerbox .item .down .icon:before{
	content: "";
	position: absolute;
	height: 8px;
	width: 2px;
	background-color: #0083ca;
	top: -9px;
	left: 50%;
	margin-left: -1px;
}
.product-down-container .innerbox .item .down .icon:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #0083ca transparent transparent transparent;
	top: -1px;
	left: 50%;
	margin-left: -5px;
}
.jump-next{
	height: 140px;
	line-height: 140px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	background-color: #0490e1;
	display: block;
}
@media only screen and (min-width:601px){
	.product-down-container .innerbox .item .title:hover{
		color: #0490e1;
	}
	.proDetTop .linkbox .a1:hover{
		color: #ffffff;
		background-color: #0075c2;
	}
}
@media only screen and (max-width:1024px){
	.proDetTop,.proDetTop.proDetTop-down{
		top: 54px;
	}
	.product-parameter-container{
		margin-top: 7%;
		margin-bottom: 8.5%;
	}
	.product-parameter-container .content{
		margin-top: 4%;
	}
}
@media only screen and (max-width:800px){
	.product-down-container .innerbox .item .size,
	.product-down-container .innerbox .item .date{
		width: 120px;
	}
	.product-down-container .innerbox .item .title{
		width: calc(100% - 264px);
	}
}
@media only screen and (max-width:640px){
	.proDetTop .linkbox .a1{
		margin-right: 15px;
	}
	.proDetTop{
		height: auto;
		line-height: 1;
		padding-bottom: 10px;
		display: none;
	}
	.proDetTop .left{
		float: none;
		width: 100%;
		line-height: 40px;
		height: 40px;
		font-size: 16px;
	}
	.proDetTop .linkbox{
		max-width: none;
		float: none;
	}
	.allimg.product-allimg .inbox{
		margin-top: 80px;
	}
	.product-down-container .innerbox .item .date{
		display: none;
	}
	.product-down-container .innerbox .item .title{
		width: calc(100% - 144px);
	}
}
@media only screen and (max-width:414px){
	.allimg.product-allimg .inbox{
		margin-top: 0px;
	}
	.allimg.product-allimg .desc{
		font-size: 13px;
	}
	.product-down-container .innerbox .item .size{
		width: 90px;
	}
	.product-down-container .innerbox .item .title{
		width: calc(100% - 114px);
	}
}
/*产品选择样式*/
.product-item{
	height: 945px;
	position: relative;
}
.product-item .imgbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-item .innerbox{
	position: relative;
    z-index: 1;
}
.product-item-right .innerbox{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.product-item-right .innerbox .wrapper{
	max-width: 40%;
}
.product-item-left .innerbox .wrapper{
	max-width: 45%;
}
.product-item-left .innerbox{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.product-item .innerbox .wrapper .title{
	font-size: 48px;
	color: #383838;
	line-height: 1.2;
}
.product-item .innerbox .wrapper .desc{
	font-size: 16px;
	color: #383838;
	line-height: 1.8;
	margin-top: 30px;
}
.product-item-top .innerbox{
	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;
}
.product-item-top .innerbox .wrapper{
	text-align: center;
	margin-top: 11.25%;
}
.product-item-bottom .innerbox{
	height: 100%;
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items:flex-end;
    -webkit-justify-content: center;
    justify-content: center;
}
.product-item-bottom .innerbox .wrapper{
	margin-bottom: 14.8%;
}
.product-item-center .innerbox{
	    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;
    height: 100%;
}
.product-item-center .innerbox .wrapper{
	text-align: center;
}
.comHref{
	position: absolute;
	top: -164px;
	left: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}
@media only screen and (max-width:1600px){
	.product-item{
		height: 788px;
	}
}
@media only screen and (max-width:1440px){
	.product-item{
		height: 709px;
	}
}
@media only screen and (max-width:1280px){
	.product-item{
		height: 630px;
	}
	.product-item .innerbox .wrapper .title{
		font-size: 40px;
	}
	.product-item .innerbox .wrapper .desc{
		margin-top: 20px;
	}
}
@media only screen and (max-width:1024px){
	.comHref{
		top: -130px;
	}
	.product-item{
		height: 504px;
	}
	.product-item .innerbox .wrapper .title{
		font-size: 32px;
	}
	.product-item .innerbox .wrapper .desc{
		margin-top: 15px;
		font-size: 15px;
	}
}
@media only screen and (max-width:800px){
	.product-item{
		height: 394px;
	}
	.product-item .innerbox .wrapper .title{
		font-size: 24px;
	}
	.product-item .innerbox .wrapper .desc{
		margin-top: 10px;
		font-size: 14px;
	}
	.product-item-right .innerbox .wrapper{
		max-width: none;
	}
}
@media only screen and (max-width:640px){
	.comHref{
		top: -138px;
	}
	.product-item{
		height: auto;
	}
	.product-item .imgbox{
		position: static;
	}
	.product-item .imgbox:before{
		content: "";
		float: left;
		width: 1px;
		margin-left: -1px;
		height: 0;
		padding-top: calc(945 / 1920 * 100%);
	}
	.product-item .imgbox:after{
		content: "";
		clear: both;
		display: table;
	}
	.product-item .innerbox{
		padding: 7% 0;
	}
	.product-item-right .innerbox,
	.product-item-left .innerbox{
		-webkit-justify-content: center;
    	justify-content: center;
    	text-align: center;
	}
	.product-item-top .innerbox .wrapper{
		margin-top: 0;
	}
	.product-item-bottom .innerbox .wrapper{
		margin-bottom: 0;
	}
	.product-item .innerbox .wrapper .title{
		color: #383838 !important;
	}
	.product-item .innerbox .wrapper .desc{
		color: #383838 !important;
	}
	.product-item .innerbox .wrapper .desc p{
		text-align: left !important;
	}
	.product-item-left .innerbox .wrapper,
	.product-item-right .innerbox .wrapper{
		max-width: none;
	}
}
@media only screen and (max-width:414px){
	.product-item .innerbox .wrapper .title{
		font-size: 18px;
	}
	.jump-next{
		height: 80px;
		line-height: 80px;
	}
}
/*产品选择样式 End*/

/*搜索*/
.search-main img{ width:100%;display: block;}
.search-main {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	min-height: 300px;
	margin-top:160px;
}
.search-main .list{ margin-bottom:30px;}
.search-main .type {
	line-height: 50px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.search-main .list ul li {
	display: block;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding:30px 0;
	float: left;
	width: 48%;
}
.search-main .list ul li:nth-child(2n+0){
	float: right;
}
.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;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.search-main .list ul li a .text .demo {
	font-size: 12px;
	opacity: .7;
	line-height: 1.5;
	margin-bottom: 20px;
	height: 90px;
	overflow: hidden;
}

.search-main .list ul li a .text .rq {
	font-size: 14px;
	opacity: .7;
	line-height: 1.5;
	margin-bottom: 15px;
}
.search-main .list ul li a .tu{ margin-bottom:20px;}
@media only screen and (min-width:601px) {
.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;
    -webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
}
.search-main .list ul li a .tu.pdtu{
	 height: 200px;
}
.search-main .list ul li a .text {
	width: 300px;
}
}

.search-main .list ul li a span {
	float: right;
	margin-right: 20px;
}

@media only screen and (max-width:1024px){
	.search-main{
		margin-top: calc(5% + 50px);
	}
}
@media only screen and (max-width:800px) {
.search-main{ margin-top:60px;}
}
@media only screen and (max-width:600px) {

.search-main .type {
	font-size: 22px;
}
.search-main .list ul li{
	float: none;
	width: 100%;
	padding: 0;
}
.search-main{
	padding-top: 10px;
}
.search-main .list ul li a .text .demo{
	margin-bottom: 10px;
}
.search-main .list ul li a .text .demo{
	height: auto;
}
}

.companyNavTop .comnav-swiper .swiper-slide .list-object{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #ebebeb;
	display: none;
}
.companyNavTop .comnav-swiper .swiper-slide .list-object ul li{
	height: 45px;
	line-height: 44px;
	background-color: #ebebeb;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.companyNavTop .comnav-swiper .swiper-slide .list-object ul li:last-child{
	border-bottom: 0;
}
.companyNavTop .comnav-swiper .swiper-slide .list-object ul li a{
	text-indent: 24px;
	display: block;
	font-size: 16px;
	color: #333333;
}
.companyNavTop .comnav-swiper .swiper-slide .list-object ul li:hover a{
	color: #0490e1;
}

.select {
	margin-top: 10px;
    width: 94%;
    font-size: 12px;
    position: relative;
    z-index: 111;
    background-color: #fff;
    display: none;
}
.select .checkspan{
	display: block;
	font-size: 16px;
	color: #0490e1;
	cursor: pointer;
	line-height: 50px;
	position: relative;
	z-index: 1;
	text-indent: 16px;
}
.select .word{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 100%;
	line-height: 70px;
	text-indent: 72px;
	font-size: 16px;
	color: #0490e1;
}
.select i {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #0490e1 transparent transparent transparent;
	margin-top: -4px;
}
.select[data-on="click"] i{
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select .checkspan{
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
	box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.select>ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
	box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.select>ul>li {
    height: 36px;
    line-height: 36px;
    list-style-type: none;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    background-color: #fff;
}
.select>ul>li:last-child{
	border-bottom: 0;
}
.select>ul>li>a{
	display: block;
	padding-left: 16px;
	font-size: 14px;
	color: #8c8c8c;
	position: relative;
}
.companyselect>ul>li{
	height: auto;
	border-bottom: 0;
}
.companyselect>ul>li .mm-title{
	position: relative;
	height: 36px;
	line-height: 36px;
}
.companyselect>ul>li .click{
	cursor: pointer;
	padding-left: 16px;
	border-bottom: 1px solid #efefef;
	position: relative;
}
.companyselect>ul>li .mm-title .click a{
	display: block;
	font-size: 14px;
}
.companyselect>ul>li .mm-title.clickicon .click a{
	display: inline;
	position: relative;
	z-index: 1;
}
.companyselect>ul>li .mm-title.clickicon .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;
    border-color: #0490e1;
}
.companyselect>ul>li .mm-title.clickicon .click[data-on="click"]:after{
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.companyselect>ul>li .list{
	padding: 0 16px;
	display: none;
}
.companyselect>ul>li .list li a{
	display: block;
	font-size: 12px;
	padding: 0 16px;
	border-bottom: 1px solid #efefef;
}
@media only screen and (max-width:640px){
	.comNavTop{
		display: none;
	}
	.select{
		display: block;
	}
}	



/*地图选点*/
.mapPoint{
	vertical-align: top;
}
.mapPoint .inbox{
	display: inline-block;
	cursor: crosshair;
	position: relative;
}
.mapPoint .inbox .mypoint{
	background-color: #5986eb;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: -3px;
    margin-top: -3px;
}
/*地图选点 End*/

.cplist{ position:absolute; left:0px; width:100%; bottom:0px; z-index:1; background:rgba(0,0,0,.5); border-top:1px solid rgba(255,255,255,.5);}
.cplist .swiper-slide{ line-height:50px; height:50px; overflow:hidden; text-align:center;}
.cplist .swiper-slide a{ color:#fff; display:block; font-size:14px;}
.cplist .swiper-slide:nth-child(2n) a{ background:rgba(0,0,0,.21)}
.cplist .swiper-slide a:hover,.cplist .swiper-slide.on a{ background:#0075c2}
@media only screen and (max-width:420px){
.cplist .swiper-slide{ line-height:40px; height:40px;}	
.cplist .swiper-slide a{ font-size:12px;}	
}


/*城市合伙人*/

.business002006 .cshhr{ padding:60px 0; line-height:2;}
.business002006  .business-hhr{ color:rgba(255,255,255,.8); background:#25292f;}
.business002006  .cshhr .bbt{ font-size:36px; line-height:50px; height:50px; text-align:center; color:#161616; margin-bottom:20px;}
.business002006  .cshhr.business-hhr .bbt{ color:#fff;} 
.business002006  .business-hhr .list{ width:94%; max-width:1200px; margin:auto;}
.business002006  .business-hhr .list:after{ content:""; display:block; clear:both;}
.business002006  .business-hhr .list .item{ display:block; float:left; width:33.333333%; padding:0 15px; text-align:center; font-size:16px;}
.business002006  .business-hhr .list .item img{ display:block; margin: 0 auto 15px; height:200px;  }
.business002006  .business-pt .content{ font-size:14px; width:94%; max-width:1200px; margin:auto;}
.business002006 .cshhr.business-pt0{ padding-bottom:0px; background:#f7f7f7;}
.business002006 .cshhr.business-pt0 .content{  width:94%; max-width:1200px; margin:auto;}
.business002006 .cshhr.business-pt0 .content:after{ content:""; display:block; clear:both;}
.business002006 .cshhr.business-pt0 .content .view{padding-bottom:60px; float:left; width:58.3%; padding-top:5%; font-size:14px;}
.business002006 .cshhr.business-pt0 .content .tu{ float:right; width:40%;}
.business002006 .cshhr.business-pt0 .content .tu img{ width:100%; display:block;}

@media only screen and (max-width:1440px){
.business002006  .cshhr .bbt{ font-size:28px;}	
.business002006  .business-hhr .list .item img{height:150px;  }	
.business002006  .business-hhr .list .item{ font-size:14px;}	

}

@media only screen and (max-width:1024px){
.business002006 .cshhr{ padding:6% 0;}	
.business002006  .business-hhr .list .item img{height:120px;}	
.business002006  .business-hhr .list .item{ font-size:12px;}		
.business002006  .business-pt .content{ font-size:14px;}
.business002006 .cshhr.business-pt0 .content .view{ width:100%; float:none; padding-top:0px;}
.business002006 .cshhr.business-pt0 .content .tu{ width:100%; float:none;}
.business002006 .cshhr.business-pt0 .content .tu img{ width:auto;}
}
@media only screen and (max-width:640px){

.business002006  .cshhr .bbt{ font-size:22px;}		
.business002006  .business-hhr .list .item{ width:100%; margin-bottom:3%;}	
.business002006  .business-hhr .list .item{ font-size:14px;}		
}



.worng-bg{
	margin-top: 90px;
	height: 849px;
	background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
position: relative;
}
.worng-bg .main{
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translateX(-50%);
	text-align: center;
}
.worng-bg .main .word{
	font-size: 26px;
	color: #0490e1;
	margin-top: 6%;
	margin-bottom: 3%;
	font-family: "Microsoft YaHei";
}
.worng-bg .main .back{
	margin-top: 3%;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	border: 1px solid #0490e1;
	font-size: 20px;
	color: #0490e1;
}
@media only screen and (max-width:1600px){
.worng-bg{
	height: 800px;
}
}
@media only screen and (max-width:1440px){
.worng-bg{
	height: 700px;
}
}
@media only screen and (max-width:1280px){
.worng-bg{
	height: 600px;
}
.worng-bg .main img{
	width: 500px;
}
}
@media only screen and (max-width:1024px){
.worng-bg{
	margin-top: 56px;
	height: 500px;
}
.worng-bg .main img{
	width: 400px;
}
.worng-bg .main .word{
	font-size: 20px;
}
.worng-bg .main .back{
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
}
@media only screen and (max-width:800px){
.worng-bg{
	height: 450px;
}
}
@media only screen and (max-width:640px){
.worng-bg{
	height: 400px;
}
}
@media only screen and (max-width:414px){
.worng-bg{
	height: 350px;
}
.worng-bg .main{
	bottom: 15%;
	width: 250px;
}
.worng-bg .main .word{
	font-size: 14px;
}
.worng-bg .main .back{
	width: 80px;
	font-size: 12px;
}	
}
@media only screen and (max-width:375px){
.worng-bg{
	height: 300px;
}
.worng-bg .main{
	bottom: 10%;
}
}


/*网站地图*/
.site-bg{
	margin-top: 90px;
}
.site-bg .theme{
	padding: 50px 0;
	font-size: 3rem;
	color: #444444;
	border-bottom: 1px solid #e2e2e2;
}
.site-bg .navbox{
	padding-top: 50px;
	padding-bottom: 120px;
	display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.site-bg .navbox .nli .click{
	margin-bottom: 30px;
}
.site-bg .navbox .nli .click .word{
	font-size: 1.5rem;
	color: #333333;
}
.site-bg .navbox .nli .sub .sub-a{
	font-size: 1.33em;
	color: #8a8a8a;
	margin-bottom: 30px;
	display: block;
}
@media only screen and (max-width:1600px){
.site-bg .navbox {
    padding-bottom: 100px;
}
}
@media only screen and (max-width:1440px){
.site-bg .navbox {
    padding-bottom: 80px;
}
}
@media only screen and (max-width:1280px){
.site-bg .theme {
    padding: 30px 0;
}
.site-bg .navbox {
    padding-top: 50px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width:1024px){
.site-bg .theme {
    padding: 3% 0;
}
.site-bg{
	margin-top: 56px;
}
.site-bg .navbox {
    padding-top: 30px;
    padding-bottom: 40px;
}
.site-bg .navbox .nli .click {
    margin-bottom: 20px;
}
.site-bg .navbox .nli .sub .sub-a {
    margin-bottom: 20px;
}
}
@media only screen and (max-width:800px){
.site-bg .navbox {
    padding-top: 3%;
    padding-bottom: 4%;
}
}
@media only screen and (max-width:414px){
.site-bg .navbox .nli .click {
    margin-bottom: 3%;
    text-align: center;
}
.site-bg .navbox .nli .sub .sub-a {
    margin-bottom: 3%;
}
.site-bg .navbox{
	    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
}








/*友情链接*/
.footer-link {
	margin-top: 40px;
	padding-left: 60px;
	position: relative;
}
.footer-link .word{
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	font-size: 1rem;
	color: #606060;
}
.footer-link .item{
	display: inline-block;
	font-size: 1rem;
	color: #fff;
	margin-right: 5px;
	border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 601px){
.footer-link .item:hover{
	color: #fff;
}
}