﻿@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:#e00000;
}
}

@charset "utf-8";

 /*=========
  基本默认值
  ==========*/
*{
	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 {
	color: #000;
	font-family:"Arial","SimHei";
}
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","sans-serif";
	font-size: 12px;
	outline: none;
    appearance:none; /*清楚表单默认样式*/
    -moz-appearance:none;
    -webkit-appearance:none;
}

/** Generated by FG **/
@font-face {
	font-family: 'ziti';
	src: url('../fonts/DIN-Medium.eot');
	src: local('☺'), url('../fonts/DIN-Medium.woff') format('woff'), url('../fonts/DIN-Medium.ttf') format('truetype'), url('../fonts/DIN-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ziti1';
	src: url('../fonts/DINCond-Bold.eot');
	src: local('☺'), url('../fonts/DINCond-Bold.woff') format('woff'), url('../fonts/DINCond-Bold.ttf') format('truetype'), url('../fonts/DINCond-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ziti2';
	src: url('../fonts/Roboto-Light.eot');
	src: local('☺'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ziti3';
	src: url('../fonts/Roboto-Regular.eot');
	src: local('☺'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*94%的内容*/
.container{
 	width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}
.container1{
 	width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1175px;
    position: relative;
}
.container1{
 	width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1175px;
    position: relative;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

/*图片通用样式*/
.img-common{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}
/*清楚浮动*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
}

.clearfix:after {
	clear: both;
}
/*Flex居中样式*/
.flex-center{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
/*动画*/
.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
/*文字溢出*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}



.space{
	height: 80px;
}
/*头部*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1111;
	background-color:#fff;
}
.header .top{
position: absolute;
    left: auto;
    top: 0;
	bottom: 0;
    right: 0px;
    z-index: 1000;
    overflow: hidden;
    width: 73%;
    border-top: 1px none #dfdfdf;
    background-color: #fff;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    padding-right: 50px;
	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;
        transform: translateX(30px) translateY(0px) translateZ(0px);
}
.header[data-on="click"] .top{
    transform: translateX(0px) translateY(0px) translateZ(0px);
    opacity: 1;
    visibility: visible;
}
.header .top form{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	position: relative;
}
.header .top form input[type="text"]{
	width: 100%;
	height: 100%;
	border: 0;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 20px;
	text-indent: 20px;
	background-color: transparent;
}
.header .top form input[type="submit"]{
	position: absolute;
	width: 25px;
	height: 26px;
	border: 0;
	background: url(../images/icon34.png);
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	cursor: pointer;
}
.header .top .close{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	transition: all .5s ease;
}
.header .top .close:before{
	content: "";
	width: 24px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	margin-left: -12px;
	transform: rotate(45deg);
}
.header .top .close:after{
	content: "";
	width: 24px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	margin-left: -12px;
	transform: rotate(-45deg);
}
.header .bottom{
	height: 80px;
	line-height: 80px;
	position: static;
}
.header .bottom .logo{
	float: left;
	height: 100%;
}
.header .bottom .logo img{
	display: block;
}
.header .bottom .search{
	float: right;
	width: 32px;
	height: 100%;
	background-image: url(../images/icon35.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
/*语言*/
.header .bottom .nav-lang{
	float: right;
	margin-right: 15px;
	font-size: 0;
}
.header .bottom .nav-lang .item{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 25px;
	font-size: 1.16rem;
	color: #999999;
	font-family: "ziti";
	vertical-align: top;
}
.header .bottom .nav-lang .item.on{
	color: #363636;
}
/*语言end*/
.header .bottom .nav{
	float: right;
	margin-left: 30px;
	font-size: 0;
}
.header .bottom .nav .li1{	
	margin: 0 6px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height: 80px;
	line-height: 80px;
	position: relative;
} 
.header .bottom .nav .li1 .a1{
	font-size: 1.16rem;
	color: #000000;
	display: block;
	position: relative;
	z-index: 1;
	height: 100%;
		padding: 0 20px;
	text-align: center;
}
.header .bottom .nav .li1 .a1:after{
	content: "";
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
}
.header .bottom .nav .li1 .sub{
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	width: 240px;
	z-index: 1111;
	display: none;
}
.header .bottom .nav .li1 .sub .sub-a{
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	font-size: 1.16rem;
	color: #333333;
	display: block;
	position: relative;
}
.header .bottom .nav .li1 .sub .sub-a:before{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width:2px;
	border-color: #fff #fff transparent transparent;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	transition: all .5s ease;
	transform: translate(-100%,0) rotate(45deg);
	opacity: 0;
	visibility: hidden;
}
.header .bottom .nav .li1 .sub .sub-a:after{
	content: "";
	width: 15px;
	height: 2px;
	background-color: #fff;
		position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -1px;
	transition: all .5s ease;
	transform: translate(-100%,0);
	opacity: 0;
	visibility: hidden;
}

@media only screen and (min-width: 601px){
.header .top .close:hover{
	transform: rotate(90deg);
}
.header .bottom .nav .li1:hover .a1:after,.header .bottom .nav .li1.on .a1:after{
	width: 100%;
	background-color: #e00000;
}
.header .bottom .nav .li1:hover .a1,.header .bottom .nav .li1.on .a1{
	color:#e00000;
}
.header .bottom .nav .li1 .sub .insub li .a2:hover{
	color:#e00000;
}
.indexheader{
	background-color: transparent;
}
.indexheader .bottom .nav .li1 .a1{
	color: #fff;
}
.indexheader .bottom .nav .li1:hover .a1,.indexheader .bottom .nav .li1.on .a1{
	color: #fff;
}
.header .bottom .nav .li1 .sub .sub-a:hover{
	background-color: #484d6f;
	color: #fff;
}
.header .bottom .nav .li1 .sub .sub-a:hover:before{
	transform: translate(0,0) rotate(45deg);
	opacity: 1;
	visibility: visible;
}
.header .bottom .nav .li1 .sub .sub-a:hover:after{
	transform: translate(0,0);
	opacity: 1;
	visibility: visible;
}
}

/*小屏幕导航*/
.header .bottom .box{
	height: 16px;
	position: relative;
	display: none;
	float: left;
	margin-right: 10px;
	margin-top: 17px;
	width: 24px;
}
.header .bottom .box .line{
	width: 24px;
	height: 2px;
	background-color: #254e9e;
	position: absolute;
	left: 0px;
	top: 7px;
}
.header .bottom .box .line1{
	margin-top: -7px;
}
.header .bottom .box .line3{
	margin-top: 7px;
}
.header .bottom .box[data-active="on"] .line1{
	margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .bottom .box[data-active="on"] .line2{
	display: none;
}
.header .bottom .box[data-active="on"] .line3{
	margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-nav-box{
	position: fixed;
	top: 50px;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
		-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.mm-nav-box[data-on="active"]{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.mm-nav-box .mm-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 40%;
	padding-bottom: 15px;
	z-index: 100;
}
.mm-nav-box .mm-wrap:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
}
.mm-nav-box .mm-nav .li1{
	margin: 0 20px;
    line-height: 60px;
   	border-bottom: 1px solid rgba(0,0,0,.15);
}
.mm-nav-box .mm-nav .li1 .a1{
	display: block;
	color: #222222;
	font-size: 16px;
}
.mm-nav-box .mm-nav .li1.on .a1{
	color: #e00000;
}
.mm-nav-box .mm-nav .li1.on .mm-title{
	border-color: #e00000;
}
.mm-nav-box .mm-nav .li1 .mm-title{
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.mm-nav-box .mm-nav .li1 .mm-title .a1{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
}
.mm-nav-box .mm-nav .li1 .mm-title .click{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -3px;
}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{
	border-color: #e00000;
}
.mm-nav-box .mm-nav .li1 .mm-innav{
	display: none;
}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{
	display: block;
}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-nav-box .mm-nav .li1 .mm-innav li{
	margin: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,.4);
	line-height: 1;
}
.mm-nav-box .mm-nav .li1 .mm-innav li a{
	color: #222222;
	font-size: 14px;
	line-height: 1.4;
	display: block;
	padding: 6px 0;
}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{
    margin: 0 15px;
}
.mm-nav-box .mm-wrap .mmlang{
		padding: 0 10px;
		font-size: 0;
		display: none;
}
.mm-nav-box .mm-wrap .mmlang .mmitem{
	height: 55px;
	line-height: 55px;
	width: 50%;
	font-size: 14px;
    color: #222222;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{
	color:  #e00000; 
}


/*小屏幕导航 End*/
@media only screen  and (max-width: 1280px){
	.header .bottom .nav .li1{
		height:70px;
		line-height:70px;
	}
	.header .bottom .nav .li1 .a1 {
	    padding: 0 15px;
	}
	.header .bottom{
		height:70px;
		line-height:70px;
	}
	.space{
		height:70px;
	}
}
@media only screen  and (max-width: 1024px){
	.header .bottom .nav{
		display: none;
	}
	.header .bottom{
		height: 50px;
		line-height: 50px;
	}
	.header .top form input[type="text"]{
		font-size: 14px;
		text-indent: 10px;
	}
	.header .top form input[type="submit"]{
		width: 20px;
		height: 21px;
		-webkit-background-size: 20px;
		background-size: 20px;
	}
	.header .bottom .box{
		display: block;
		margin-right: 8px;
	}
	.mm-nav-box{
	    display: block;
	}
	.space{
		height:50px;
	}
}
@media only screen  and (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{
		height: 55px;
		line-height: 55px;
	}
}
@media only screen  and (max-width: 600px){
	.mm-nav-box .mm-wrap{
		width: 100%;
		padding-bottom: 0;
	}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{
		font-size: 14px;
	}
	.mm-nav-box .mm-nav .li1 .mm-innav li a{
		font-size: 13px;
	}
	.mm-nav-box .mm-nav .li1{
		margin: 0 10px;
	}
	.mm-nav-box .mm-wrap .mmlang{
		display: block;
	}
}
@media only screen  and (max-width: 414px){
	.header .bottom .logo img{
		width: 140px;
	}
	.header .bottom .nav-lang{
		margin-right: 0;
	}
	.header .bottom .nav-lang .item{
		margin-right: 20px;
	}
	.header .top{
		position: fixed;
		width: 100%;
		height:calc(100vh - 50px);
		top: 50px;
		left: 0;
		display: block;
		padding-right: 0;
		background-color: transparent;
		transform: translateX(0px) translateY(0px) translateZ(0px);
		opacity: 0;
		visibility: hidden;
	}
	.header[data-on="click"] .top{
	    opacity: 1;
	    visibility: visible;
	}
	.header .top form{
		background-color: #fff;
		position: relative;
		z-index: 111;
	}
	.header .top form input[type="text"]{
		border-bottom: 1px solid #fff;
	}
	.header .top .close{
		display: none;
	}
	.header .top .mask{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: rgba(0,0,0,.5);
	}
}
/*头部 End*/


/* =========

  首页

  ========== */
/*首页轮播*/
.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox{
	display: block;
}
.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img{
	height: 350px;
}
.inbanner-swiper .inbanner-pagination{
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
	z-index: 11;
}
.inbanner-swiper .inbanner-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #e1eaf7;
}
.inbanner-swiper .inbanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #fff;
}
.inbanner-swiper .inbanner-prev{
	width: 50px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transition: all .5s ease;
	transform: translateX(-100%);
	margin-top: -25px;
	z-index: 11;
	cursor: pointer;
}
.inbanner-swiper .inbanner-prev:after{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #e00000 transparent transparent #e00000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3px;
	margin-top: -5px;
	transform:rotate(-45deg);
-ms-transform:rotate(-45deg); 	/* IE 9 */
-moz-transform:rotate(-45deg); 	/* Firefox */
-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
-o-transform:rotate(-45deg); 	/* Opera */
}
.inbanner-swiper .inbanner-next{
	width: 50px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
		transition: all .5s ease;
	transform: translateX(100%);
	margin-top: -25px;
	z-index: 11;
	cursor: pointer;
}
.inbanner-swiper .inbanner-next:after{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #e00000 transparent transparent #e00000;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -3px;
	margin-top: -5px;
	transform:rotate(135deg);
-ms-transform:rotate(135deg); 	/* IE 9 */
-moz-transform:rotate(135deg); 	/* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg); 	/* Opera */
}
@media only screen and (min-width: 2000px){
.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img{
	height:auto;
	padding-top: calc(350 / 1920 * 100%);
}
}
@media only screen and (min-width: 601px){
.inbanner-swiper:hover .inbanner-prev{
	transform: translateX(0);
}
.inbanner-swiper:hover .inbanner-next{
	transform: translateX(0);
}
}
@media only screen and (max-width:1360px){

}
@media only screen and (max-width:1280px){
.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
    height: 300px;
}
}
@media only screen and (max-width:1024px){
.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
    height: 250px;
}
}
@media only screen and (max-width:800px){
.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img {
    height: 300px;
}
}
@media only screen and (max-width:640px){
.inbanner-swiper{
	display: none;
}
.mmbanner-swiper{
	display: block;
}
.mmbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img{
	height: 250px;
}
}
@media only screen and (max-width:414px){
.mmbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox .inbanner-img{
	height: 180px;
}
}

/*首页轮播end*/


/*首页新闻*/
.innews-bg{
	overflow: hidden;
	padding: 30px 0;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.innews-bg .left{
	width: 50%;
	    -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    padding-right: 40px;
    overflow: hidden;
}
.innews-bg .left .lif{
	padding: 14px 0;
	display: block;
	border-bottom: 1px solid #f0f0f0;
}
.innews-bg .left .lif:first-child{
	padding-top: 0;
}
.innews-bg .left .lif .img{
	width: 60px;
	height: 37px;
	float: left;
	margin-right: 10px;
}
.innews-bg .left .lif .main{
	width: calc(100% - 70px);
	float: right;
}
.innews-bg .left .lif .main .time{
	font-size: 1.33rem;
	color: #484e6f;
	margin-bottom: 3px;
}
.innews-bg .left .lif .main .title{
	font-size: 1.16rem;
	color: #1f1f1f;
	transition: all .5s ease;
}
.innews-bg .right{
	width: 50%;
	overflow: hidden;
}
.innews-bg .right .innewbox{
	width: calc(100% - 265px);
	float: left;
}
.innews-bg .right .innewbox .top{
	padding-bottom: 20px;
	position: relative;
}
.innews-bg .right .innewbox .top:before{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #f0f0f0;
	position: absolute;
	left: 0;
	bottom: 0;
}
.innews-bg .right .innewbox .top:after{
	content: "";
	width: 16%;
	height: 2px;
	background-color: #e10808;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.innews-bg .right .innewbox .top .theme{
	font-size: 1.16rem;
	color: #4a4a4a;	
	position: relative;
	height: 20px;
	line-height: 20px;
}
.innews-bg .right .innewbox .top .theme .link{
	display: block;
	width: 36px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.innews-bg .right .innewbox .top .theme .yy{
	width: 8px;
	height: 8px;
	background-color: #dcdcdc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	transition: all .5s ease;
	animation:yymove 1s;
	-webkit-animation:yymove 1s; /* Safari and Chrome */
}
.innews-bg .right .innewbox .top .theme .yy.y1{
	right: 0;
	animation:yymove 2s;
	-webkit-animation:yymove 2s; /* Safari and Chrome */
}
.innews-bg .right .innewbox .top .theme .yy.y2{
	left: 50%;
	margin-left: -4px;
	animation:yymove 1.5s;
	-webkit-animation:yymove 1.5s; /* Safari and Chrome */
}
.innews-bg .right .innewbox .top .theme .yy.y3{
	left: 0;
}


@keyframes yymove
{
0%   {transform: translate(0,300%);opacity: 0;visibility: hidden;}
25%  {}
50%  {}
75%  {}
100% {transform: translate(0,0);opacity: 1;visibility: visible;}
}


.innews-bg .right .innewbox .list .lif{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 18px;
    height: 20px;
    line-height: 20px;
}
.innews-bg .right .innewbox .list .lif .title{
	font-size: 1.16em;
	color: #6c6c6c;
	width: calc(100% - 85px);
		transition: all .5s ease;
}
.innews-bg .right .innewbox .list .lif .time{
	width: 65px;
	margin-left: 20px;
	font-size: 1rem;
	color: #a9a9a9;
}
.innews-bg .right .inwork{
	width: 225px;
	float: right;
}
.innews-bg .right .inwork .theme{
	font-size: 1.16rem;
	color: #4a4a4a;
}
.innews-bg .right .inwork .imgbox{
	position: relative;
	overflow: hidden;
}
.innews-bg .right .inwork .imgbox .img{
	height: 174px;
	position: relative;
	animation:mapbig 2s;
	-webkit-animation:mapbig 2s; /* Safari and Chrome */
}
.innews-bg .right .inwork .imgbox .ico{
	width: 36px;
	height: 61px;
	position: absolute;
	right: 0;
	bottom: 0;
	animation:mymove1 2.5s;
	-webkit-animation:mymove1 2.5s; /* Safari and Chrome */
		-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	overflow: hidden;
}
.innews-bg .right .inwork .imgbox .ico .loc{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation:locmove 2s infinite;
	-webkit-animation:locmove 2s infinite; /* Safari and Chrome */
}

@keyframes locmove
{
0%   {transform: translateY(-6%);}
25%  {}
50%  {transform: translateY(6%);}
75%  {}
100% {transform: translateY(-6%);}
}

@keyframes mapbig
{
0%   {transform: scale(0);}
25%  {}
50%  {}
75%  {}
100% {transform: scale(1);}
}

@keyframes mymove1
{
    0% {
      -webkit-transform: translateY(-50%);
      opacity: 0;
    }
    50%{
	  opacity: 0;
    }
    100%{
      -webkit-transform: translateY(0);
      opacity: 1;
    }
}

/*手机业务板块*/
.mminwork{
	display: none;
	height: 75px;
	line-height: 75px;
	padding: 0 35px;
	background-color: #de241e;
}
.mminwork .theme{
	padding-left: 30px;
	padding-right: 20px;
	position: relative;
	font-size: 1.33rem;
	color: #ffffff;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/wii_03.png);
}
.mminwork .theme:after{
	content: "";
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff #fff transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
}

@media only screen and (min-width: 601px){
.innews-bg .left .lif:hover .main .title{
	color: #e00000;
}
.innews-bg .right .innewbox .list .lif:hover .title{
	color: #e00000;
}
.innews-bg .right .innewbox .top .theme .link:hover .yy{
	background-color: #e00000;
}
}
@media only screen and (max-width:1024px){
.innews-bg .left {
    padding-right: 20px;
}
}
@media only screen and (max-width:800px){
.innews-bg{
	    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;	
}
.innews-bg .left {
	width: 100%;
	margin-bottom: 3%;
	padding-right: 0;
}
.innews-bg .right{
	width: 100%;
}
.innews-bg .right .innewbox {
    width: calc(100% - 245px);
}
}
@media only screen and (max-width:640px){
.innews-bg{
	padding: 0;
	padding-top: 6%;
}
.innews-bg .right .innewbox {
    width:100%;
    float: none;
    margin-bottom: 6%;
}
.innews-bg .right .inwork{
	display: none;
}
.mminwork{
	display:block;
}
.innews-bg .left {
	margin-bottom: 6%;
}
}

/*首页新闻end*/


/*首页业务*/
.inwork-class{
	background-color: #48596f;
	overflow: hidden;
}
.inwork-class .classbox{
	background-color: #484e6f;
}
.inwork-class .classbox .citem{
	width: 25%;
	height: 140px;
	float: left;
	position: relative;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.inwork-class .classbox .citem[data-on="on"]{
	background-color: #134fb5;
}
.inwork-class .classbox .citem:nth-child(2)[data-on="on"]{
	background-color: #35989b;
}
.inwork-class .classbox .citem:nth-child(3)[data-on="on"]{
	background-color: #d0b265;
}
.inwork-class .classbox .citem:nth-child(4)[data-on="on"]{
	background-color: #b01c1c;
}
.inwork-class .classbox .citem:after{
	content: "";
	border-style: solid;
	border-width: 12px;
	border-color: #134fb5 transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 100%;
	z-index: 111;
	display: none;
}
.inwork-class .classbox .citem[data-on="on"]:after{
	display: block;
}
.inwork-class .classbox .citem:nth-child(2):after{
	border-color: #35989b transparent transparent transparent;
}
.inwork-class .classbox .citem:nth-child(3):after{
	border-color: #d0b265 transparent transparent transparent;
}
.inwork-class .classbox .citem:nth-child(4):after{
	border-color: #b01c1c transparent transparent transparent;
}	
.inwork-class .classbox .citem .word{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.66rem;
	color: #fff;
	padding-bottom: 10px;
	max-width: 65px;
	text-align: right;
}
.inwork-class .classbox .citem .word.en{
	max-width: none;
	top: 25%;
	font-size: 1.8rem;
}
.inwork-class .classbox .citem .word:before{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #0e62cb;
	position: absolute;
	left: 0;
	bottom: 0;
}
.inwork-class .classbox .citem:nth-child(2) .word:before{
	background-color: #35989b;
}
.inwork-class .classbox .citem:nth-child(3) .word:before{
	background-color: #dd9c00;
}
.inwork-class .classbox .citem:nth-child(4) .word:before{
	background-color: #b01c1c;
}
.inwork-class .classbox .citem .word:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #0e62cb;
	position: absolute;
	left: 0;
	bottom: 4px;
}
.inwork-class .classbox .citem:nth-child(2) .word:after{
	background-color: #35989b;
}
.inwork-class .classbox .citem:nth-child(3) .word:after{
	background-color: #dd9c00;
}
.inwork-class .classbox .citem:nth-child(4) .word:after{
	background-color: #b01c1c;
}
}
@media only screen and (max-width:1280px){
.inwork-class .classbox .citem {
    height: 120px;
}
.inwork-class .classbox .citem .word {
    font-size: 2rem;
    max-width: 50px;
}
}
@media only screen and (max-width:1024px){
.inwork-class .classbox{
	width: 100%;
}
.inwork-class .classbox .citem {
    height: 110px;
}
.inwork-class .classbox .citem .word{
	font-size: 2rem;
}
}
@media only screen and (max-width:800px){
.inwork-class .classbox .citem{
	width: 50%;
}
.inwork-class .classbox .citem[data-on="on"]:after{
	display: none;
}
}
@media only screen and (max-width:640px){
.inwork-class .classbox .citem .word{
	font-size: 1.8rem;
	max-width: none;
}
}
@media only screen and (max-width:414px){
.inwork-class .classbox{
	width: 100%;
}
.inwork-class .classbox .citem .word{
	font-size: 1.5rem;
	right: 10%;
}
.inwork-class .classbox .citem .word{
	font-size: 1.5rem;
}
}



/*内容*/
.wmainbox{
		overflow: hidden;
	height: 600px;
}
.wmainbox .witem{
	height: 100%;
	background-color: #134fb5;
	position: relative;
	display: none;
}
.wmainbox .witem:nth-child(2){
	background-color: #35989b;
}
.wmainbox .witem:nth-child(3){
	background-color: #d0b265;
}
.wmainbox .witem:nth-child(4){
	background-color: #b01c1c;
}
.wmainbox .witem[data-on="on"]{
	display: block;
}
.wmainbox .witem .img{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.wmainbox .witem .msgbox .right{
	width: 50%;
	float: right;
	padding-top: 70px;
	padding-left: 70px;
}
.wmainbox .witem .msgbox .right .title{
	font-size: 6.5rem;
	color: #ffffff;
}
.wmainbox .witem .msgbox .right .msg{
	font-size: 2.5rem;
	color: rgba(0,0,0,.6);
	margin-bottom: 40px;
}
.wmainbox .witem .msgbox .right .demo{
	font-size: 1.33rem;
	color: #fff;	
	line-height: 2;
	margin-bottom: 50px;	
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;
}
.wmainbox .witem .msgbox .right .menubox{
	font-size: 0;
}
.wmainbox .witem .msgbox .right .menubox .lim{
	margin-right: 55px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 120px;
}
.wmainbox .witem .msgbox .right .menubox .lim .ico{
	width: 36px;
	height: 36px;
	display: block;
	margin: 0 auto;
}
.wmainbox .witem .msgbox .right .menubox .lim .name{
	font-size: 1.33rem;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
@media only screen and (max-width:1600px){
.wmainbox .witem .msgbox .right .title {
    font-size:6rem;
}
}
@media only screen and (max-width:1440px){
.wmainbox {
    height: 560px;
}
.wmainbox .witem .msgbox .right .title {
    font-size:5.5rem;
}
}
@media only screen and (max-width:1360px){
.wmainbox {
    height: 500px;
}
.wmainbox .witem .msgbox .right .title {
    font-size: 4.5rem;
}
.wmainbox .witem .msgbox .right .msg {
    margin-bottom: 25px;
}
}
@media only screen and (max-width:1280px){
.wmainbox {
    height: 460px;
}
.wmainbox .witem .msgbox .right .title {
    font-size: 4rem;
}
.wmainbox .witem .msgbox .right .msg{
	font-size: 2rem;
	margin-bottom: 20px;
}
.wmainbox .witem .msgbox .right .demo {
    margin-bottom: 30px;
}
}
@media only screen and (max-width:1024px){
.wmainbox{
	height: auto;
}
.wmainbox .witem .img {
    width: 100%;
    height: auto;
    position: static;
    padding-top: calc(600 / 960 * 100%);
}
.wmainbox .witem .msgbox .right{
	padding: 3% 0;
	width: 100%;
}
}
@media only screen and (max-width:640px){
.wmainbox{
	display: none;
}
.wmainbox .witem .msgbox .right .title {
    font-size: 3rem;
}
}

/*首页业务end*/


/*首页文化*/
.incultrue{
	height: 220px;
	margin: 50px 0;
}
.incultrue .container{
	height: 100%;
	overflow: hidden;
}
.incultrue .container .item{
	    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-opacity: 1;
    opacity: 1;
    display: block\9;
    -webkit-transition: left 300ms, -webkit-opacity 700ms;
    transition: left 300ms, opacity 700ms;
}
.incultrue .state-0 .item-1 {
    left: 0;
}
.incultrue .state-1 .item-1 {
    left: 0;
}
.incultrue .state-2 .item-1 {
    left: 0;
}
.incultrue .state-3 .item-1 {
    left: 0;
}
.incultrue .state-4 .item-1 {
    left: 0;
}
#subjects .container .item-1 {
    z-index: 1;
    background-color: #c8c8c8;
}
.incultrue .container .item-1 .title{
	position: absolute;
	top: 50px;
	left: 20px;
	z-index: 111;
}
.incultrue .container .item-1 .title .cn{
	font-size: 2rem;
	color: #007f9a;
}
.incultrue .container .item-1 .title .en{
	font-size: 2rem;
	color: rgba(255,255,255,.35);
	font-family: "ziti1";
}
.incultrue .container .item-1 .m1{
	position: absolute;
	left: 30px;
	bottom: 0;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
}
.incultrue .container.state-1 .item-1 .m1{
	opacity: 1;
	visibility: visible;
}
.incultrue .container .item-1 .m2{
		position: absolute;
	left: 200px;
	top: 40px;
    -webkit-transition: left 300ms, -webkit-opacity 700ms;
    transition: left 300ms, opacity 700ms;
}
.incultrue .container.state-1 .item-1 .m2{
	left: 300px;
}
.incultrue .state-0 .item-2 {
    left: 355px;
}
.incultrue .state-1 .item-2 {
    left: 490px;
}
.incultrue .state-2 .item-2 {
    left: 212px;
}
.incultrue .state-3 .item-2 {
    left: 212px;
}
.incultrue .state-4 .item-2 {
    left: 212px;
}
#subjects .container .item-2 {
    z-index: 2;
    background-color: #ffd900;
}
.incultrue .container .item-2 .title{
	position: absolute;
	top: 50px;
	left: 20px;
	z-index: 11;
	max-width: 110px;	
}
.incultrue .container .item-2 .title .en{
	font-size: 4rem;
	color: #325cc7;
	font-family: "ziti1";
}
.incultrue .container .item-2 .title .cn{
	font-size: 2rem;
	color: #1f5bca;
}
.incultrue .container .item-2 .m1{
	position: absolute;
	top: 0;
	left: 70px;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
}
.incultrue .container.state-2 .item-2 .m1{
	opacity: 1;
	visibility: visible;
}
.incultrue .container .item-2 .m2{
	position: absolute;
	left: 150px;
	top: 60px;
	    -webkit-transition: left 300ms, -webkit-opacity 700ms;
    transition: left 300ms, opacity 700ms;
}
.incultrue .container.state-2 .item-2 .m2{
	left: 280px;
}
.incultrue .state-0 .item-3 {
    left: 560px;
}
.incultrue .state-1 .item-3 {
    left: 705px;
}
.incultrue .state-2 .item-3 {
    left: 705px;
}
.incultrue .state-3 .item-3 {
    left: 425px;
}
.incultrue .state-4 .item-3 {
    left: 425px;
}
.incultrue .container .item-3 .title{
	position: absolute;
	left: 20px;
	top: 50px;
	z-index: 11;
	display: block;
}
.incultrue .container .item-3 .title .cn{
	font-size: 2rem;
	color: #d7bcb3;
}
.incultrue .container .item-3 .title .en{
	font-size: 2rem;
	color: rgba(0,0,0,0.35);
}
.incultrue .container .item-3 .demo{
	font-size: 1.08rem;
	color: #b0b3c3;
	line-height: 1.5;
	position: absolute;
	left: 20px;
	bottom: 40px;	
	max-width: 230px;
}
.incultrue .container .item-3 .book{
	padding-right: 100px;
	position: absolute;
	left: 300px;
	bottom: 40px;
}
.incultrue .container .item-3 .book .num{
	width: 60px;
	height: 25px;
	line-height: 25px;
	font-size: 1.08rem;
	color: #fff;
	font-family: "ziti";
	text-align: center;
	background-color: rgba(0,0,0,.35);
	margin-bottom: 10px;
}
.incultrue .container .item-3 .book .link{
	padding-right: 10px;
	position: relative;
	font-size: 1rem;
	color: #fefeff;
}
.incultrue .container .item-3 .book .link:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #fff transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	transform:rotate(45deg);
-ms-transform:rotate(45deg); 	/* IE 9 */
-moz-transform:rotate(45deg); 	/* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); 	/* Opera */
}
.incultrue .container .item-3 .book .img{
	width:90px;
	height: 130px;
	border:3px solid #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
#subjects .container .item-3 {
    z-index: 3;
    background-color: #fc433e;
}
.incultrue .state-0 .item-4 {
    left: 845px;
    z-index: 11;
}
.incultrue .state-1 .item-4 {
    left: 917px;
}
.incultrue .state-2 .item-4 {
    left: 917px;
}
.incultrue .state-3 .item-4 {
    left: 917px;
}
.incultrue .state-4 .item-4 {
    left: 700px;
}
.incultrue .container .item-4 .title{
	position: absolute;
	left: 25px;
	top: 50px;z-index: 11;
}
.incultrue .container .item-4 .title .word{
	font-size: 2rem;color: #fff;
	font-family: "ziti";
}
.incultrue .container .item-4 .title .btt{
	font-size: 2rem;
	color: #fff;
}
.incultrue .container .item-4 .title .btt span{
	font-size: 4rem;
	color: #ffde00;
	font-family: "ziti";
	line-height: 44px;
	height: 50px;
	vertical-align: bottom;
}
.incultrue .container .item-4 .m1{
	position: absolute;
	left: 65px;
	bottom: 0;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
}
.incultrue .container.state-4 .item-4 .m1{
	opacity: 1;
	visibility: visible;
}
.incultrue .container .item-4 .m2{
	position: absolute;
	left: 100px;
	top: 0;
		    -webkit-transition: left 300ms, -webkit-opacity 700ms;
    transition: left 300ms, opacity 700ms;
}
.incultrue .container.state-4 .item-4 .m2{
	left: 180px;
}
.incultrue .ready .item-4 {
    transition-delay: 150ms;
    -webkit-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
}
#subjects .container .item-4 {
    z-index: 4;
    background-color: #2d2d58;
}
/*手机首页文化*/
.mmin-culture{
	display: none;
	padding: 30px 0;
}
.mmin-culture .mmitem{
	width: calc((100% - 90px) / 4);
	float: left;
	margin-right: 30px;
	display: block;
}
.mmin-culture .mmitem:nth-child(4n){
	margin-right: 0;
}
.mmin-culture .mmitem .img{
	padding-top: 100%;
	border-radius: 50%;
}
.mmin-culture .mmitem .title{
	margin-top: 20px;
	font-size: 1.16rem;
	text-align: center;
}

@media only screen and (max-width:1280px){
.incultrue{
	margin: 30px 0;
}
}
@media only screen and (max-width:1024px){
.incultrue{
	display: none;
}
.mmin-culture{
	display: block;
}
}
@media only screen and (max-width:640px){
.mmin-culture .mmitem{
	width: calc((100% - 30px) / 4);
	margin-right: 10px;
}
.mmin-culture .mmitem .title{
	margin-top: 10px;
}
}



/*通用内页大图*/
.allpage-banner{
	height: 250px;
	position: relative;
	overflow: hidden;
}
.allpage-banner .img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation:mymove 2s;
	-webkit-animation:mymove 2s; /* Safari and Chrome */
}
/*通用内页大图end*/
@media only screen and (max-width:1024px){
.allpage-banner{
	height: 200px;
}
}
@media only screen and (max-width:800px){
.allpage-banner{
	height: 300px;
}
}
@media only screen and (max-width:414px){
.allpage-banner{
	height: 260px;
}
}

@keyframes mymove
{
0%   {transform: scale(1.1);}
25%  {}
50%  {}
75%  {}
100% {transform: scale(1);}
}



/*通用分类*/
.allpage-class{
	background-color: #484d6f;
}
.allpage-class .container{
	padding: 35px 0;	
}
.allpage-class .pathbox{
	font-size: 0;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
}
.allpage-class .pathbox .index{
	padding-left: 20px;
	margin-right: 6px;
	font-size: 1.08rem;
	color: #fff;
	background-position: left 10%;
	background-repeat: no-repeat;
	-webkit-background-size: 13px;
	background-size: 13px;
	background-image: url(/phone/images/home_03.png);
	height: 20px;
	line-height: 20px;
		vertical-align: top;
}
.allpage-class .pathbox .jt{
	width: 15px;
	height: 20px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.allpage-class .pathbox .jt:after{
	content: "";
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 1px;
	border-color:#fff #fff transparent transparent;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	transform:rotate(45deg);
-ms-transform:rotate(45deg); 	/* IE 9 */
-moz-transform:rotate(45deg); 	/* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); 	/* Opera */
}
.allpage-class .pathbox .item{
	font-size: 1.08rem;
	color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.allpage-class .classname{
	font-size: 2.5rem;
	color: #ffffff;
}
.allpage-class .allclass-box{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}
.allpage-class .allclass-box .allclass-swiper .swiper-wrapper{
	justify-content: flex-end;
	    text-align: center;
    width: auto;
    max-width: 100%;
}
.allpage-class .allclass-box .allclass-swiper .swiper-wrapper .swiper-slide {
    width: auto!important;
    display: inline-block;
    vertical-align: top;
}
.allpage-class .allclass-box .allclass-swiper .swiper-wrapper .swiper-slide .li{
    font-size: 1.16rem;
    color: #fff;
    margin: 0 15px;
    padding-bottom: 35px;
    display: block;
    position: relative;
}
.allpage-class .allclass-box .allclass-swiper .swiper-wrapper .swiper-slide .li.on{
    border-bottom: 4px solid #e00000;
}
.allpage-class.work{
	display: none;
}

/*通用分类end*/
@media only screen and (min-width: 601px){
.allpage-class .allclass-box .allclass-swiper .swiper-wrapper .swiper-slide .li:hover{
	color: #e00000;
}
}
@media only screen and (max-width:1024px){
.allpage-class .container {
    padding: 30px 0;
}
.allpage-class .allclass-box .allclass-swiper .swiper-wrapper .swiper-slide .li {
    margin: 0 10px;
    padding-bottom: 25px;
}

}
@media only screen and (max-width:800px){
.allpage-class .classname{
	font-size: 2rem;
}
}
@media only screen and (max-width:640px){
.allpage-class .container{
	padding-bottom: 0;
}
.allpage-class .classname{
	font-size:1.8rem;
	padding-bottom: 3%;
}
.allpage-class .pathbox{
	display: none;
}
.allpage-class .allclass-box{
	position: static;
	margin-top: 3%;
}
.allpage-class .allclass-box .allclass-swiper .swiper-wrapper{
	justify-content: flex-start;
}
.allpage-class .allclass-box .allclass-swiper .swiper-wrapper .swiper-slide .li{
	margin-left: 0;
	margin-right: 15px;
	padding-bottom: 20px;
}
}
@media only screen and (max-width:414px){
.allpage-class .container {
	padding-top: 6%;
}	
.allpage-class.work{
	display:block;
	width: 100%;
}
}


/* =========

  走进中天

  ========== */
/*集团介绍*/
.about-bg .contentbox{
	position: relative;
	padding: 80px 0;
}
.about-bg .contentbox .title{
	font-size: 2rem;
	color: #e00000;
	margin-bottom: 25px;
}
.about-bg .contentbox .content{
	font-size: 1.33rem;
	color: #303030;
	line-height: 2;
	max-width: 64%;
}
.about-bg .contentbox .ico{
	width: 195px;
	height: 195px;
	position: absolute;
	right: 70px;
	bottom: -70px;
}
.about-bg .img{
	height: 500px;
}

/*集团架构*/
.intro-content{
	font-size: 1.16rem;
	color: #000;
	line-height: 2;
	overflow: hidden;
	padding: 60px 0;
}
@media only screen and (max-width:1360px){
.about-bg .contentbox {
    padding: 60px 0;
}
}
@media only screen and (max-width:1280px){
.about-bg .contentbox {
    padding: 40px 0;
}
.about-bg .img{
	height: 400px;
}
.intro-content{
	padding: 40px 0;
}
}
@media only screen and (max-width:1024px){
.about-bg .contentbox {
    padding: 30px 0;
}
.about-bg .contentbox .ico{
	display: none;
}
.about-bg .img{
	height: 350px;
}
.about-bg .contentbox .title {
    margin-bottom: 4%;
}
.intro-content{
	padding: 30px 0;
}
}
@media only screen and (max-width:800px){
.about-bg .img{
	height: 300px;
}
}
@media only screen and (max-width:414px){
.about-bg .contentbox .content{
	max-width: none;
}
.about-bg .contentbox {
    padding: 6% 0;
}
.about-bg .img{
	height: 250px;
}
.about-bg .contentbox .title{
	font-size: 1.6rem;
}
.intro-content{
	padding: 6% 0;
}
}

/*中天大事记*/
.history-bg .history-top{
	padding-top: 140px;
	overflow: hidden;
}
.history-bg .history-top .gallery-top{
	padding-top: 30px;
    transform: translate(0,30px);
    height: 550px;
}
.history-bg .history-top .gallery-top .swiper-wrapper .swiper-slide{
	height: 520px;
	padding: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/bg11.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.history-bg .history-top .gallery-top .swiper-wrapper .swiper-slide.swiper-slide-active{
	margin-top: -30px;
}
.history-bg .history-top .gallery-top .swiper-wrapper .swiper-slide .ico{
	max-height: 130px;
	margin-bottom: 35px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.history-bg .history-top .gallery-top .swiper-wrapper .swiper-slide .content{
	font-size: 1.25rem;
	color: #3f3f3f;
	line-height: 2;
	font-family:"Arial",'ziti2';
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.history-bg .history-top .gallery-top .swiper-wrapper .swiper-slide.swiper-slide-active .content{
	opacity: 1;
	visibility: visible;
}
.history-bg .history-top .gallery-top .history-prev{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -50px;
	z-index: 111;
	cursor: pointer;
}
.history-bg .history-top .gallery-top .history-prev:after{
	content: "";
	width: 50px;
	height: 50px;
	border-style: solid;
	border-width: 3px;
	border-color: #fff transparent transparent #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	transform: rotate(-45deg);
}
.history-bg .history-top .gallery-top .history-next{
	width: 100px;
	height: 100px;
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -50px;
	z-index: 111;
	cursor: pointer;
}
.history-bg .history-top .gallery-top .history-next:after{
	content: "";
	width: 50px;
	height: 50px;
	border-style: solid;
	border-width: 3px;
	border-color: #fff transparent transparent #fff;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -25px;
	margin-right: -25px;
	transform: rotate(135deg);
}

.history-bg .gallery-thumbs{
	background-color: #e9e6d9;
	overflow: visible;
}
.history-bg .gallery-thumbs .swiper-wrapper .swiper-slide{
	height: 100px;
	line-height: 100px;
	width: 20%;
	text-align: center;
}
.history-bg .gallery-thumbs .swiper-wrapper .swiper-slide:after{
	content: "";
	width: 1px;
	height: 32px;
	background-color: #e21212;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.history-bg .gallery-thumbs .swiper-wrapper .swiper-slide .title{
	font-size: 1.66rem;
	color: #e21212;
	font-family: "ziti2";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.history-bg .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active .title{
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #e21212;
	border-radius: 50%;
	transform: translate(-50%,-100%);
	color: #fff;
	font-size: 2.5rem;
}
@media only screen and (max-width:1360px){
.history-bg .history-top {
    padding-top: 100px;
}
}
@media only screen and (max-width:1280px){
.history-bg .history-top {
    padding-top: 80px;
}
.history-bg .history-top .gallery-top .history-prev{
	width: 60px;
	height: 60px;
	margin-top: -30px;
}
.history-bg .history-top .gallery-top .history-prev:after{
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
}
.history-bg .history-top .gallery-top .history-next{
	width: 60px;
	height: 60px;
	margin-top: -30px;
}
.history-bg .history-top .gallery-top .history-next:after{
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-right: -15px;
}
}
@media only screen and (max-width:1024px){
.history-bg .history-top {
    padding-top: 60px;
}
.history-bg .gallery-thumbs .swiper-wrapper .swiper-slide{
	height: 80px;
	line-height: 80px;
}
.history-bg .gallery-thumbs .swiper-wrapper .swiper-slide:after{
	height: 20px;
}
.history-bg .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active .title{
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 2rem;
}
.history-bg .history-top .gallery-top .history-prev{
	display: none;
}
.history-bg .history-top .gallery-top .history-next{
	display: none;
}
}
@media only screen and (max-width:414px){
.history-bg .history-top {
    padding-top: 6%;
}
.history-bg .history-top .gallery-top .swiper-wrapper .swiper-slide{
	padding: 6%;
}
}

/*企业荣誉*/
.honor-bg{
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
}
.honor-bg .year-chose{
	float: right;
	position: relative;
	z-index: 111;
}
.honor-bg .year-chose .word{
	min-width: 160px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 30px;
	position: relative;
	font-size: 1.16rem;
	color: #151515;
	background-color: #f5f5f5;
	cursor: pointer;
}
.honor-bg .year-chose .word:after{
	content: "";
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 1px;
	border-color:transparent #151515 #151515 transparent;
	position: absolute;
	right: 20px;
	top:50%;
	margin-top: -3px;
	transform: rotate(45deg);
}
.honor-bg .year-chose .sub{
	position: absolute;
	left: 0;
	top:100%;
	width: 100%;
	background-color: #fff;
	display: none;
	z-index: 11;
}
.honor-bg .year-chose .sub .sub-a{
	display: block;
	font-size: 1.16rem;
	color: #000;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
}
/*列表*/
.honor-bg .honor-list{
	padding-top: 20px;
}
.honor-bg .honor-list .lih{
	padding-bottom: 40px;
}
.honor-bg .honor-list .lih .year{
	font-size: 3rem;
	color: #484d6f;
	margin-bottom: 10px;
	font-family: "ziti2";
}
.honor-bg .honor-list .lih .menu .mitem{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    background-color: #f8fafc;
    min-height: 60px;
}
.honor-bg .honor-list .lih .menu .mitem:nth-child(2n){
	background-color: #fdfdfe;
}
.honor-bg .honor-list .lih .menu .mitem .left{
	width: 125px;
	border-right: 1px solid #fff;
	position: relative;
}
.honor-bg .honor-list .lih .menu .mitem .left .num{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.16rem;
	color: #444444;
	font-weight:bold;
	font-family: "ziti3";
}
.honor-bg .honor-list .lih .menu .mitem .content{
	width: calc(100% - 125px);
	padding: 20px;
	font-size: 1.16rem;
	color: #444444;
	line-height: 2;overflow: hidden;
}

@media only screen and (min-width: 601px){
.honor-bg .year-chose .sub .sub-a:hover{
	background-color: #f5f5f5;
	color: #151515;
}
}
@media only screen and (max-width:1280px){
.honor-bg {
    padding-top: 60px;
    padding-bottom: 50px;
}
}
@media only screen and (max-width:1024px){
.honor-bg {
    padding-top: 40px;
    padding-bottom: 30px;
}
.honor-bg .honor-list .lih .year {
    font-size: 2.5rem;
}
.honor-bg .honor-list .lih .menu .mitem .content{
	padding: 15px;
}
.honor-bg .honor-list .lih {
    padding-bottom: 30px;
}
}
@media only screen and (max-width:640px){
.honor-bg {
    padding-top: 6%;
    padding-bottom: 6%;
}
.honor-bg .year-chose{
	float: none;
}
.honor-bg .honor-list .lih {
    padding-bottom: 6%;
}
.honor-bg .honor-list .lih .menu .mitem {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.honor-bg .honor-list .lih .menu .mitem .left{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding: 0 3%;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.honor-bg .honor-list .lih .menu .mitem .left .num{
	position: static;
	left: 0;
	top: 0;
	transform: translateY(0);
}
.honor-bg .honor-list .lih .menu .mitem .content{
	width: 100%;
}
}

/* =========

  新闻

  ========== */
.news-bg{
	padding-top: 50px;
	padding-bottom: 80px;
}
.news-bg .news-top{
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.news-bg .news-top .nowyear{
	font-size: 3rem;
	color: #484d6f;
	font-family: "ziti2";
	height: 50px;
	line-height: 50px;
	float: left;
}
.news-bg .news-top .news-searh{
	float: right;
	background-color: #fff;
	position: relative;
}
.news-bg .news-top .news-searh form input[type="text"]{
	width: 220px;
	height: 50px;
	padding-left: 20px;
	padding-right: 50px;
	border: none;
}
.news-bg .news-top .news-searh form input[type="text"]:-moz-placeholder {
	font-size: 1.16rem;
	color: #c0c0c0;
}
.news-bg .news-top .news-searh form input[type="text"]:-ms-input-placeholder {
	font-size: 1.16rem;
	color: #c0c0c0;
}
.news-bg .news-top .news-searh form input[type="text"]::-webkit-input-placeholder{
	font-size: 1.16rem;
	color: #c0c0c0;
}
.news-bg .news-top .news-searh form input[type="submit"]{
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/hss_03.png);
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background-color: #fff;
	cursor: pointer;
}
/*发布时间*/
.news-bg .news-top .news-timebox{
	float: right;
	margin-right: 10px;
	position: relative;
}
.news-bg .news-top .news-timebox .word{
	width: 180px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	position: relative;
	background-color: #fff;
	font-size: 1.16rem;
	color: #151515;
	cursor: pointer;
}
.news-bg .news-top .news-timebox .word:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color:transparent #151515 #151515 transparent;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
}
.news-bg .news-top .news-timebox .sub{
	position: absolute;
	left: 0;
	top: 100%;
	padding: 15px 20px;
	background-color: #fafafa;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	display: none;
	z-index: 111;
}
.news-bg .news-top .news-timebox[data-on="on"] .sub{
	display: block;
}
.news-bg .news-top .news-timebox .sub .theme{
	font-size: 1.25rem;
	color: #585858;
	margin-bottom: 10px;
	display: block;
}
.news-bg .news-top .news-timebox .sub .choseitem .choseyear{
	font-size: 1.25rem;
	color: #585858;
	cursor: pointer;	
	height: 30px;
	line-height: 30px;
	position: relative;
}
.news-bg .news-top .news-timebox .sub .choseitem[data-on="on"] .choseyear{
	color: #e00000; 
}
.news-bg .news-top .news-timebox .sub .choseitem .choseyear:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color:transparent #151515 #151515 transparent;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
}
.news-bg .news-top .news-timebox .sub .choseitem .mouthbox{
	display: none;
}
.news-bg .news-top .news-timebox .sub .choseitem .mouthbox .mouth{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 1.16rem;
	color: #585858;
	padding-left: 20px;
}

/*新闻列表*/
.news-bg .news-list{
	padding-top: 50px;
	overflow: hidden;
}
.news-bg .news-list .lin{
	display: block;
	width: calc((100% - 100px) / 3);
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	background-color: #fff;
	transition: all .5s ease;
}
.news-bg .news-list .lin:nth-child(3n){
	margin-right: 0;
}
.news-bg .news-list .lin .time{
	height: 50px;
	line-height: 50px;
	padding-left: 36px;
	font-size: 1.33rem;
	color: #e00000;
	position: relative;
	transition: all .5s ease;
}
.news-bg .news-list .lin .time:after{
	content: "";
	width: 2px;
	height: 2px;
	background-color: #e00000;
	position: absolute;
	left: 26px;
	top: 50%;
	margin-top: -1px;
}
.news-bg .news-list .lin .imgbox{
	overflow: hidden;
}
.news-bg .news-list .lin .imgbox .img{
	padding-top: calc(230 / 366 * 100%);
		transition: all .5s ease;
		transform: scale(1);
}
.news-bg .news-list .lin .main{
	padding: 25px;
}
.news-bg .news-list .lin .main .title{
	font-size: 1.5rem;
	color: #242424;
	line-height: 1.5;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 54px;
margin-bottom: 10px;
}
.news-bg .news-list .lin .main .demo{
	font-size: 1.08rem;
	color: #767676;	
	line-height: 1.8;
		display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
height: 70px;
margin-bottom: 20px;
}
.news-bg .news-list .lin .main .more .word{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 1.16rem;
	color: #e00000;
	padding-right: 16px;
	position: relative;
}
.news-bg .news-list .lin .main .more .word:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #e00000 #e00000 transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}

@media only screen and (min-width: 601px){
.news-bg .news-list .lin:hover{
	box-shadow: 0 0 16px rgba(0,0,0,0.2)
}
.news-bg .news-list .lin:hover .time{
	background-color: #e00000;
	color: #fff;
}
.news-bg .news-list .lin .time:after{
	background-color: #fff;
}
.news-bg .news-list .lin:hover .imgbox .img{
		transform: scale(1.1);
}
}
@media only screen and (max-width:1360px){
.news-bg {
    padding-bottom: 60px;
}
}
@media only screen and (max-width:1280px){
.news-bg {
    padding-top: 40px;
    padding-bottom: 50px;
}
}
@media only screen and (max-width:1024px){
.news-bg {
    padding-top: 30px;
    padding-bottom: 40px;
}
.news-bg .news-list {
    padding-top: 30px;
}
.news-bg .news-list .lin {
    width: calc((100% - 60px) / 3);
    margin-right:30px;
    margin-bottom:30px;
}
.news-bg .news-list .lin .main {
    padding:6% 3%;
}
.news-bg .news-list .lin .main .title{
	font-size: 1.33rem;
	height: 46px;
	margin-bottom: 5%;
}
}
@media only screen and (max-width:800px){
.news-bg .news-top .nowyear {
    font-size: 2.5rem;
    height: 45px;
    line-height: 45px;
}
.news-bg .news-top .news-timebox .word {
    height: 45px;
    line-height: 45px;
}
.news-bg .news-top .news-searh form input[type="text"] {
	width: 100%;
    height: 45px;
    line-height: 45px;
}
.news-bg .news-top .news-searh form input[type="submit"] {
    width: 45px;
    height: 45px;
}
.news-bg .news-list .lin {
    width: calc((100% - 30px) / 2);
}
.news-bg .news-list .lin:nth-child(3n){
	margin-right: 30px;
}
.news-bg .news-list .lin:nth-child(2n){
	margin-right: 0;
}
}
@media only screen and (max-width:414px){
.news-bg {
    padding-top: 6%;
    padding-bottom: 6%;
}
.news-bg .news-list {
    padding-top: 5%;
    overflow: hidden;
}
.news-bg .news-top .nowyear{
	float: none;
	width: 100%;
	margin-bottom: 3%;
}
.news-bg .news-top .news-searh {
    float: none;
    margin-bottom: 3%;
}
.news-bg .news-top .news-timebox{
	float: none;
	margin-right: 0;
}
.news-bg .news-top .news-timebox .word{
	width: 100%;
}
.news-bg .news-list .lin {
    width: 100%;
}
.news-bg .news-list .lin .time {
    height: 40px;
    line-height: 40px;
    padding-left: 26px;
}
.news-bg .news-list .lin .main .demo {
    height: auto;
    margin-bottom: 3%;
}
}
/*新闻列表end*/


/*分页*/
.allpage-box{
	text-align: center;
	font-size: 0;
}
.allpage-box .link{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 20px;
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 1.16rem;
	color: #202020;
	margin:10px;
}
.allpage-box .btn{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.16rem;
	color: #202020;
	text-align: center;
	background-color: #fff;
	margin:10px;
}
.allpage-box .btn.on{
	background-color: #e00000;
	color: #fff;
}
@media only screen and (min-width: 601px){
.allpage-box .btn:hover{
	background-color: #e00000;
	color: #fff;
}
}
@media only screen and (max-width:800px){
.allpage-box .btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    	margin:6px;
}
.allpage-box .link {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    	margin:6px;
}
}
@media only screen and (max-width:640px){
.allpage-box .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.allpage-box .link {
    height: 30px;
    line-height: 30px;
}
}
@media only screen and (max-width:414px){
	.allpage-box.news{
		position: relative;
		padding-bottom: 40px;
		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;
	}
	.allpage-box.news .btn{
	    margin: 4px;
	}
	.allpage-box.news .link.prev{
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.allpage-box.news .link.next{
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
/*分页end*/



/* =========

  新闻详细

  ========== */
.nview-bg{
	padding-top: 40px;
	padding-bottom: 100px;
}
.nview-bg .container{
	padding:0 60px;
	background-color: #fff;
}
.nview-bg .container .top{
	padding: 50px 0;
}
.nview-bg .container .top .left{
	width: 710px;
	margin-right: 60px;
	float: left;
}
.nview-bg .container .top .left .time{
	font-size: 2.5rem;
	color: #e00000;
	font-family: "ziti2";
	margin-bottom: 10px;
}
.nview-bg .container .top .left .title{
	font-size: 2rem;
	color: #242424;
	line-height: 1.5;
	margin-bottom: 20px;
}
.nview-bg .container .top .left .msgbox{
	padding-bottom: 20px;
	line-height: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.nview-bg .container .top .left .msgbox .view{
	float: left;
	font-size: 1.16rem;
	color: #767676;
	margin-right: 30px;
}
.share{
	font-size: 1.16rem;
	color: #767676;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../img/share/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.share .bdsharebuttonbox{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 5px;
}
.share .bdsharebuttonbox a{
	width: 30px;
	height: 30px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-position: center;
}
.share .bdsharebuttonbox a.bds_weixin{
    background-image: url(/phone/images/sweixin.png);
}
.share .bdsharebuttonbox a.bds_tsina{
    background-image: url(/phone/images/sweibo.png);
}
.share .bdsharebuttonbox a.bds_qzone{
    background-image: url(/phone/images/sqonz.png);
}
.share .bdsharebuttonbox a.bds_sqq{
    background-image: url(/phone/images/sqq.png);
}
.nview-bg .container .top .left .content{
	font-size: 1.25rem;
	color: #2b2b2b;
	line-height: 2;overflow: hidden;
	padding-top: 60px;
}
.nview-bg .container .top .left .content img{
	width: 100%!important;
	height: 100%!important;
}
.nview-bg .container .top .right{
	width: calc(100% - 770px);
	float: right;
}
.nview-bg .container .top .right .theme{
	font-size: 1.25rem;
	color: #606060;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}
.nview-bg .container .top .right .list{
	padding-top: 20px;
}
.nview-bg .container .top .right .list .lio{
	display: block;
	font-size: 1.16rem;
	color: #484d6f;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-left: 6px;
	position: relative;
}
.nview-bg .container .top .right .list .lio:after{
	content: "";
	width: 2px;
	height: 2px;
	background-color: #e00000;
	position: absolute;
	left: 0;
	top:7px;
}
.nview-bg .container .top .right .all{
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 1.16rem;
	color: #fff;
	background-color: #e00000;
	text-align: center;
	position: relative;
}
.nview-bg .container .top .right .all:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #e00000;
	transition: all .5s ease;
	transform: scale(0);
}
.nview-bg .container .nview-bottom{
	padding: 40px 0;
	border-top: 1px solid #e00000;
}
.nview-bg .container .nview-bottom .left{
	width: 710px;
	margin-right: 60px;
	float: left;
}
.nview-bg .container .nview-bottom .left .item{
	font-size: 1.08rem;
	color: #545454;
	line-height: 2rem;
	max-width: 40%;
	display: block;
	transition: all .5s ease;
}
.nview-bg .container .nview-bottom .right{
	width: calc(100% - 770px);
	float: right;
	border-left: 1px solid #a6a6a6;
	text-align: right;
}
.nview-bg .container .nview-bottom .right .back{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80%;
	height: 36px;
	line-height: 36px;
	background-color: #e00000;
	text-align: center;
	font-size: 1.16rem;
	color: #fff;
	position: relative;
}
.nview-bg .container .nview-bottom .right .back:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #e00000;
	transition: all .5s ease;
	transform: scale(0);
}
@media only screen and (min-width: 601px){
.nview-bg .container .top .right .list .lio:hover{
	color: #e00000;
}
.nview-bg .container .top .right .all:hover{
	color: #e00000;
	background-color: #fff;
}
.nview-bg .container .top .right .all:hover:after{
	transform: scale(1);
}
.nview-bg .container .nview-bottom .right .back:hover{
	color: #e00000;
	background-color: #fff;
}
.nview-bg .container .nview-bottom .right .back:hover:after{
	transform: scale(1);
}
.nview-bg .container .nview-bottom .left .item:hover{
	color:#e00000;
}
}
@media only screen and (max-width:1360px){
.nview-bg {
    padding-bottom: 80px;
}
}
@media only screen and (max-width:1280px){
.nview-bg {
    padding-bottom: 60px;
}
.nview-bg .container{
	padding: 0 30px;
}
.nview-bg .container .top {
    padding: 30px 0;
}
.nview-bg .container .top .left .content{
	padding-top: 30px;
}
}
@media only screen and (max-width:1024px){
.nview-bg {
    padding-top: 30px;
    padding-bottom:40px;
}
.nview-bg .container{
	padding: 0 3%;
	width: 100%;
}
.nview-bg .container .top .left {
    width: 100%;
    margin-right: 0;
    float:none;
}
.nview-bg .container .top .right{
	display: none;
}
.nview-bg .container .top .left .time {
    font-size: 2rem;
}
.nview-bg .container .top .left .title {
    margin-bottom: 10px;
}
.nview-bg .container .top .left .msgbox {
    padding-bottom: 10px;
}
.nview-bg .container .nview-bottom {
    padding: 30px 0;
}
.nview-bg .container .nview-bottom .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
    float: none;
}
.nview-bg .container .nview-bottom .right {
    width: 100%;
    float: none;
    text-align: left;
    border:none;
}
.nview-bg .container .nview-bottom .right .back {
    width: 100%;
}
}
@media only screen and (max-width:414px){
.nview-bg {
    padding-top: 4%;
    padding-bottom:6%;
}
.nview-bg .container .top {
    padding: 5% 0;
}
.nview-bg .container .top .left .time{
	margin-bottom: 3%;
}
.nview-bg .container .top .left .content{
	padding-top: 6%;
}
.nview-bg .container .nview-bottom {
    padding: 5% 0;
}
.nview-bg .container .nview-bottom .left .item{
	width: 100%;
	float: none;
	max-width: none;
}
}


/* =========

  多元化业务

  ========== */
/*业务通用大图*/
.allwork-banner{
	height: 870px;
	position: relative;
	display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
overflow: hidden;
}
.allwork-banner .img{
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
}

.allwork-banner .main .box{
	width: 50%;
	padding-right: 50px;
}
.allwork-banner .main .box .title{
	font-size: 5rem;
	color: #fff;
}
.allwork-banner .main .box .msg{
	font-size: 3rem;
	color: #fff;
	margin-bottom: 15px;
	animation-delay:.3s;
-webkit-animation-delay:.3s; /* Safari 和 Chrome */
}
.allwork-banner .main .box .demo{
	font-size: 1.33rem;
	color: #ffffff;
	line-height: 2;
	margin-bottom: 40px;
	animation-delay:0.8s;
-webkit-animation-delay:0.8s; /* Safari 和 Chrome */
}
.allwork-banner .main .box .jt{
	width: 40px;
	height: 40px;
	border:2px solid #fff;
	position: relative;
	border-radius: 50%;
		animation-delay:1.2s;
-webkit-animation-delay:1.2s; /* Safari 和 Chrome */
display: block;
}	
.allwork-banner .main .box .jt:after{
	content: "";
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 2px;
	border-color: transparent #fff #fff transparent;
	position: absolute;
	left:50%;
	top: 50%;
	margin-top: -8px;
	margin-left: -6px;
	transform: rotate(45deg);
}
@media only screen and (max-width:1600px){
.allwork-banner{
	height: 800px;
}
}
@media only screen and (max-width:1440px){
.allwork-banner{
	height: 750px;
}
}
@media only screen and (max-width:1360px){
.allwork-banner{
	height: 700px;
}
}
@media only screen and (max-width:1280px){
.allwork-banner{
	height: 650px;
}
.allwork-banner .main .box .title{
	font-size: 4rem;
}
.allwork-banner .main .box .msg{
	font-size: 2.5rem;
}
}
@media only screen and (max-width:1024px){
.allwork-banner{
	height: 600px;
}
.allwork-banner .main .box .title{
	font-size: 3.5rem;
}
.allwork-banner .main .box .msg{
	font-size: 2rem;
}
.allwork-banner .main .box .demo{
	margin-bottom: 20px;
}
.allwork-banner .main .box .jt{
	width: 35px;
	height: 35px;
}
}
@media only screen and (max-width:800px){
.allwork-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
}
.allwork-banner .img{
	position: static;
	height:350px;
	width: 100%;
}
.allwork-banner .main{
	padding: 6% 0;
}
.allwork-banner .main .box{
	width: 100%;
	padding-right: 0;
}
}
@media only screen and (max-width:414px){
.allwork-banner .img{
	height:220px;
}
.allwork-banner .main .box .title{
	font-size: 2.5rem;
	margin-bottom: 3%;
}
.allwork-banner .main .box .msg{
	font-size: 1.6rem;
}
}


/*产业*/
/*标题*/
.work-title{
	font-size: 4rem;
	color: #255699;
	text-align: center;
}
/*模式*/
.workway-bg{
	padding: 80px 0;
	overflow: hidden;	
}
.workway-bg .workway-swiper{
	margin-top: 50px;
	padding: 0 40px;
}
.workway-bg .workway-swiper .swiper-wrapper .swiper-slide .icobox{
	width: 140px;
	height: 140px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #4275b5;
	transition: all .5s ease;
	overflow: hidden;
}
.workway-bg .workway-swiper .swiper-wrapper .swiper-slide .icobox .ico{
	display: block;
	width: 100%;
	height: 100%;
}
.workway-bg .workway-swiper .swiper-wrapper .swiper-slide .icobox .ico2{
		width: 100%;
	height: 100%;
	display: none;
}
.workway-bg .workway-swiper .swiper-wrapper .swiper-slide .title{
	font-size: 1.5rem;
	color: #484848;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.workway-bg .workway-swiper .swiper-wrapper .swiper-slide .demo{
	font-size: 1.33rem;
	color: #8a8a8a;
	line-height: 2;
	text-align: center;
}
@media only screen and (min-width:601px){
.workway-bg .workway-swiper .swiper-wrapper .swiper-slide:hover .icobox{
	background-color: #86c5e9;
}
.workway-bg .workway-swiper .swiper-wrapper .swiper-slide:hover .icobox .ico{
	display: none;
}
.workway-bg .workway-swiper .swiper-wrapper .swiper-slide:hover .icobox .ico2{
	display: block;
}
}
@media only screen and (max-width:1280px){
.work-title{
	font-size: 3.5rem;
}
.workway-bg {
    padding: 60px 0;
}
.workway-bg .workway-swiper {
    margin-top: 30px;
    padding: 0 20px;
}
}
@media only screen and (max-width:1024px){
.work-title{
	font-size: 3rem;
}
.workway-bg {
    padding:40px 0;
}
.workway-bg .workway-swiper {
    margin-top: 4%;
    padding: 0;
}
.workway-bg .workway-swiper .swiper-wrapper .swiper-slide .ico {
    width: 120px;
    height: 120px;
}
}
@media only screen and (max-width:414px){
.work-title{
	font-size: 2.5rem;
}
.workway-bg {
    padding:6% 0;
}
.workway-bg .workway-swiper .swiper-wrapper .swiper-slide .title {
    margin-top: 4%;
    margin-bottom: 4%;
}
}
/*历程*/
.worktime-bg{
	position: relative;
	padding-bottom: 115px;
}
.worktime-bg .img{
	height: 750px;
}
.worktime-bg .main{
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translateX(-50%);
}
.worktime-bg .main .box{
	width: 760px;
	height: 750px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/phone/images/tbg_03.png);
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: -160px;
	z-index: 11;
	padding: 80px 60px;
}
.worktime-bg .main .box .content{
	font-size: 1.16rem;
	color: #1b1b1b;
	line-height: 2;
	margin-top: 50px;
}
@media only screen and (max-width:1600px){
.worktime-bg .main .box {
    margin-right: -120px;
}
}
@media only screen and (max-width:1440px){
.worktime-bg .main .box {
    width: 760px;
    height: 750px;
    padding: 60px 40px;
}
}
@media only screen and (max-width:1360px){
.worktime-bg .main .box {
    width: 660px;
    height: 650px;
    margin-right: -60px;
    padding: 60px 40px;
}
.worktime-bg {
    padding-bottom: 90px;
}
.worktime-bg .img{
	height: 700px;
}
}
@media only screen and (max-width:1280px){
.worktime-bg .img{
	height: 650px;
}
.worktime-bg .main .box {
    width: 600px;
    height: 590px;
    margin-right:-30px;
    padding: 40px 30px;
}
.work-title {
    font-size: 3rem;
}
.worktime-bg .main .box .content {
    margin-top: 30px;
}
}
@media only screen and (max-width:1024px){
.worktime-bg {
    padding-bottom: 40px;
}
.worktime-bg .img{
	height: 450px;
}
.worktime-bg .main {
	width: 100%;
	position: static;
    left:0;
    top: 0;
    transform: translateX(0);
}
.worktime-bg .main .box {
	position: static;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 30px;
}
.work-title{
	font-size: 2.5rem;
}
.worktime-bg .main .box .content {
    margin-top: 20px;
}
}
@media only screen and (max-width:800px){
.worktime-bg .img{
	height: 400px;
}
}
@media only screen and (max-width:640px){
.worktime-bg .img{
	height: 360px;
}
}
@media only screen and (max-width:414px){
.worktime-bg {
    padding-bottom: 6%;
}
.worktime-bg .img{
	height: 260px;
}
.worktime-bg .main .box{
	padding: 6% 3%;
}
.worktime-bg .main .box .content{
	margin-top:3%;
}
.worktime-bg .main .box .content strong{
	font-size: 30px!important;
}
.worktime-bg .main .box .content strong span{
	font-size: 30px!important;
}
}


/*案例*/
.workcase-bg{
	padding-bottom: 100px;
	margin-top: -30px;
}
.workcase-bg .case-top .left{
	float: left;
}
.workcase-bg .case-top .left .theme{
	font-size: 4rem;
	color: #255699;
	height: 50px;
	line-height: 50px;
}
.workcase-bg .case-top .right{
	float: right;
	font-size: 0;
}
/*选择地区*/
.workcase-bg .case-top .right .area-box{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 20px;
	position: relative;
}
.workcase-bg .case-top .right .area-box .word{
	width: 250px;
	height: 56px;
	line-height: 56px;
	padding-left: 20px;
	background-color: #f0f0f0;
	cursor: pointer;
	font-size: 1.16rem;
	color: #484e6f;
	position: relative;
}
.workcase-bg .case-top .right .area-box .word:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #484e6f #484e6f transparent;
	position: absolute;
	right:20px;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.workcase-bg .case-top .right .area-box .sub{
	position: absolute;
	left: 0;
	top: 100%;
	border-top: 1px solid #fff;
	width: 100%;
	z-index: 111;
		background-color: #fafafa;
	display: none;
}
.workcase-bg .case-top .right .area-box[data-on="on"] .sub{
	display: block;
}
.workcase-bg .case-top .right .area-box .sub .chose{
	padding: 10px 20px;
		min-height: 260px;
	overflow-y: auto;
}
.workcase-bg .case-top .right .area-box .sub .chose .item .lia{
	height: 35px;
	line-height: 35px;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}
.workcase-bg .case-top .right .area-box .sub .chose .item .lia .where{
	font-size: 1.25rem;
	color: #585858;
	position: relative;
}
.workcase-bg .case-top .right .area-box .sub .chose .item .lia .where.click:before{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #484e6f #484e6f transparent;
	position: absolute;
	right:20px;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.workcase-bg .case-top .right .area-box .sub .chose .item .lia .kk{
	content:'';
	width: 15px;
	height: 15px;
	border: 1px solid #d1d1d1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	transition: all .5s ease;
	overflow: hidden;
}
.workcase-bg .case-top .right .area-box .sub .chose .item .lia .kk:after{
	content:'';
	width: 100%;
	height: 120%;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #e00000 #e00000 transparent; 
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(45deg) translate(-30%,-20%);
	display: none;
}
.workcase-bg .case-top .right .area-box .sub .chose .item .lia[data-on="on"] .kk:after{
	display: block;
}
.workcase-bg .case-top .right .area-box .sub .chose .item .menu{
	padding-left: 30px;
	display: none;
}
.workcase-bg .case-top .right .area-box .sub .chose .item .menu .menu-a{
height: 35px;
	line-height: 35px;
	padding-left: 25px;
	font-size: 1.16rem;
	color: #585858;
	position: relative;
	cursor: pointer;
}
.workcase-bg .case-top .right .area-box .sub .chose .item .menu .menu-a span{
	content:'';
	width: 15px;
	height: 15px;
	border: 1px solid #d1d1d1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	overflow: hidden;
}
.workcase-bg .case-top .right .area-box .sub .chose .item .menu .menu-a span:after{
	content:'';
	width:100%;
	height: 120%;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #e00000 #e00000 transparent; 
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(45deg) translate(-30%,-20%);
	display: none;	
}
.workcase-bg .case-top .right .area-box .sub .chose .item .menu .menu-a[data-on="on"] span:after{
	display: block;
}
.workcase-bg .case-top .right .area-box .sub .close{
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #fff;
	font-size: 1.25rem;
	color:#2f2f2f;
	text-align: center;
	cursor: pointer;
}
/*选择地区end*/

.workcase-bg .case-top .right .search{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 155px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background-color: #e00000;
	font-size: 1.25rem;
	color: #ffffff;
	cursor: pointer;
}
@media only screen and (max-width:1360px){
.workcase-bg {
    padding-bottom: 80px;
}
}
@media only screen and (max-width:1280px){
.workcase-bg {
    padding-bottom: 60px;
}
.workcase-bg .case-top .left .theme{
	font-size: 3rem;
}
}
@media only screen and (max-width:1024px){
.workcase-bg {
    padding-bottom: 40px;
    margin-top: 0;
}
.workcase-bg .case-top .left .theme{
	font-size: 2.5rem;
}
.workcase-bg .case-top .right .area-box .word {
    width: 220px;
    height: 50px;
    line-height: 50px;
}
.workcase-bg .case-top .right .search {
    width: 120px;
    height: 50px;
    line-height: 50px;
}
}
@media only screen and (max-width:414px){
.workcase-bg {
    padding-bottom: 6%;
}
.workcase-bg .case-top .left{
	float: none;
	margin-bottom: 4%;
}
.workcase-bg .case-top .left .theme {
    height: 45px;
    line-height: 45px;
}
.workcase-bg .case-top .right{
	float: none;
	position: relative;
}
.workcase-bg .case-top .right .area-box{
	width: 100%;
	margin-bottom: 4%;
}
.workcase-bg .case-top .right .area-box .word {
	width: 100%;
    height: 45px;
    line-height: 45px;
}
.workcase-bg .case-top .right .search {
	width: 100%;
    height: 45px;
    line-height: 45px;
}
}



/*案例列表*/
.workcase-bg .wcase-list{
	padding: 30px 0;
		overflow: hidden;	
}
.workcase-bg .wcase-list .lic{
	display: block;
	width: calc((100% - 52px) / 3);
	margin-right: 26px;
	margin-bottom: 30px;
	float: left;	
}
.workcase-bg .wcase-list .lic:nth-child(3n){
	margin-right: 0;
}
.workcase-bg .wcase-list .lic .imgbox{
	overflow: hidden;
}
.workcase-bg .wcase-list .lic .imgbox .img{
	padding-top: calc(270 / 380 * 100%);
}
.workcase-bg .wcase-list .lic .mainbox{
	height: 155px;
	position: relative;
	background-color: #eaecee;	
}
.workcase-bg .wcase-list .lic .mainbox .main{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #eaecee;
	padding: 25px;
	transition: all .5s ease;
}
.workcase-bg .wcase-list .lic .mainbox .main .title{
	font-size: 1.5rem;
	color: #303030;
	margin-bottom: 5px;
		transition: all .5s ease;
}
.workcase-bg .wcase-list .lic .mainbox .main .area{
	font-size: 1.16rem;
	color: #303030;
	margin-bottom: 8px;
		transition: all .5s ease;
}
.workcase-bg .wcase-list .lic .mainbox .main .demo{
	font-size: 1.16rem;
	color: #888888;
	line-height: 2;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 48px;
	transition: all .5s ease;
}
.workcase-bg .wcase-list .lic .mainbox .main .more .word{
	margin-top: 10px;
	font-size: 1.16rem;
	color: #86c5e9;
	padding-right: 14px;
	position: relative;
		display: none;
}
.workcase-bg .wcase-list .lic .mainbox .main .more .word:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #86c5e9 #86c5e9 transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	transform: rotate(45deg);
}
.workcase-bg .allpage-box a{
	background-color: #eaecee;
}
@media only screen and (min-width: 601px){
.workcase-bg .wcase-list .lic:hover .mainbox .main{
	background-color: #255699;
}
.workcase-bg .wcase-list .lic:hover .mainbox .main .title{
	color: #fff;
}
.workcase-bg .wcase-list .lic:hover .mainbox .main .area{
	color: #fff;
}
.workcase-bg .wcase-list .lic:hover .mainbox .main .demo{
	-webkit-line-clamp: 5;
	height: 135px;
	color: rgba(255,255,255,.5);
}
.workcase-bg .wcase-list .lic:hover .mainbox .main .more .word{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
}
@media only screen and (max-width:800px){
.workcase-bg .wcase-list .lic {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
}
.workcase-bg .wcase-list .lic:nth-child(3n){
	margin-right: 30px;
}
.workcase-bg .wcase-list .lic:nth-child(2n){
	margin-right: 0;
}
}
@media only screen and (max-width:640px){
.workcase-bg .wcase-list .lic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
}
.workcase-bg .wcase-list .lic .mainbox {
    height:auto;
}
.workcase-bg .wcase-list .lic .mainbox .main {
	position: static;
    padding: 6% 4%; 
}
}
@media only screen and (max-width:414px){
.workcase-bg .wcase-list {
	padding-top: 6%;
	padding-bottom: 0;
}
}
/*案例列表end*/


/*地产*/
.workway-bg .workway1-swiper{
	padding-top: 40px;
}
.workway-bg .workway1-swiper .swiper-wrapper .swiper-slide .item{
	padding-top: 100%;
	position: relative;
}
.workway-bg .workway1-swiper .swiper-wrapper .swiper-slide .item .box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 10px solid rgba(236,244,243,.75);
	background-color: #d8e8e6;
	overflow: hidden;
}
.workway-bg .workway1-swiper .swiper-wrapper .swiper-slide .item .box .out{
	max-width: 230px;
	text-align: center;
}
.workway-bg .workway1-swiper .swiper-wrapper .swiper-slide .item .box .out .ico{
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
.workway-bg .workway1-swiper .swiper-wrapper .swiper-slide .item .box .out .title{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #005c5f;
}
.workway-bg .workway1-swiper .swiper-wrapper .swiper-slide .item .box .out .demo{
	font-size: 1.33rem;
	color: rgba(0,0,0,.75);
	line-height: 1.5;
}

.worktime1-bg{
	margin-bottom: 80px;
	padding-bottom: 160px;
	background-color: #35989b;
	position: relative;
	overflow: hidden;
}
.worktime1-bg .img{
	height: 735px;
}
.worktime1-bg .main{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.worktime1-bg .main .titlebox{
	padding: 50px 0;
	background-color: rgba(0,0,0,.35);
}
.worktime1-bg .main .content{
	text-align: center;
	font-size: 1.33rem;
	color: #fff;
	line-height: 2;
	padding: 40px 0;
	    background-color: #35989b;
}

.workcase-bg.case1 .case-top .left .theme{
	color: #35989b;
}

@media only screen and (min-width: 601px){
.workcase-bg.case1 .wcase-list .lic:hover .mainbox .main{
	background-color: #35989b;
}
.workcase-bg.case1 .wcase-list .lic:hover .mainbox .main .more .word{
	color: #fff;
}
}
@media only screen and (max-width:1440px){
.worktime1-bg .img {
    height: 700px;
}
.worktime1-bg {
    margin-bottom: 70px;
    padding-bottom: 120px;
}
}
@media only screen and (max-width:1360px){
.workway-bg {
    padding: 60px 0;
}
.worktime1-bg .img {
    height: 650px;
}
.worktime1-bg {
    margin-bottom: 70px;
    padding-bottom: 120px;
}
}
@media only screen and (max-width:1280px){
.workway-bg {
    padding: 40px 0;
}
.work-title {
    font-size: 3rem;
}
.worktime1-bg .img {
    height: 600px;
}
.worktime1-bg .main .titlebox {
    padding: 30px 0;
}
.worktime1-bg .main .content {
    padding: 30px 0;
}
.worktime1-bg {
    margin-bottom: 60px;
    padding-bottom: 80px;
}
}
@media only screen and (max-width:1024px){
.workway-bg {
    padding: 30px 0;
}
.workway-bg .workway1-swiper .swiper-wrapper .swiper-slide .item .box {
    border: 5px solid rgba(236,244,243,.75);
}
.work-title {
    font-size: 2.5rem;
}
.worktime1-bg .img {
    height: 500px;
}
.worktime1-bg .main {
    position: static;
}
.worktime1-bg .main .titlebox {
    padding:20px 30px;
}
.worktime1-bg .main .content {
    padding:20px 30px;
}
.worktime1-bg {
    margin-bottom: 40px;
    padding-bottom:0;
}
}
@media only screen and (max-width:800px){
.worktime1-bg .img {
    height: 450px;
}
}
@media only screen and (max-width:640px){
.worktime1-bg .img {
    height: 400px;
}
}
@media only screen and (max-width:414px){
.workway-bg {
    padding: 8% 0;
}
.workway-bg .workway1-swiper {
    padding-top: 5%;
}
.work-title {
    font-size: 2rem;
}
.worktime1-bg .img {
    height: 280px;
}
.worktime1-bg .main .titlebox {
    padding: 6% 3%;
}
.worktime1-bg .main .content {
    padding: 6% 3%;
}
}


/*金融*/
.money-bg .mitem{
	height: 590px;
	position: relative;
}
/*轮播*/
.money-bg .mitem .money-swiper{
	height: 100%;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showimg{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain{
	height: 100%;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox{
	height: 100%;
	float: right;
		display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
	width: 50%;
	padding-left: 150px;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .title{
	font-size: 4rem;
	color: #d0b265;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .msg{
	font-size: 1.83rem;
	color: #484d6f;
	margin-top: 40px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .msg:after{
	content: "";
	width: 35px;
	height: 1px;
	background-color: #d0b265;
	position: absolute;
	left: 0;
	bottom: 0;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .demo{
	font-size: 1.25rem;
	color: rgba(37,37,37,.75);
	line-height: 1.5;
	height: 88px;
	margin-bottom: 80px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:4;
overflow: hidden;
height: 88px;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .more{
	font-size: 1.16rem;
	color: #e00000;
	padding-right: 16px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 111;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .more:after{
	content: "";
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #e00000 #e00000 transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
}
.money-bg .mitem .money-swiper .money-function{
	position: absolute;
	left: 50%;
	bottom: 90px;
	transform: translateX(-50%);
	text-align: right;z-index: 11;
	height: 30px;
}
.money-bg .mitem .money-swiper .money-function .xx{
	transform: translateY(-30px);
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}
.money-bg .mitem .money-swiper .money-function .xx:after{
	content: "";
	width: 2px;
	height: 14px;
	background-color: #e7d8b2;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1px;
	margin-top: -7px;
}
.money-bg .mitem .money-swiper .money-function .xx .money-prev{
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	vertical-align: top;
}
.money-bg .mitem .money-swiper .money-function .xx .money-prev:after{
	content: "";
	transform: rotate(-135deg);
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #e00000 #e00000 transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -4px;
}
.money-bg .mitem .money-swiper .money-function .xx .money-next{
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	vertical-align: top;
}
.money-bg .mitem .money-swiper .money-function .xx .money-next:after{
	content: "";
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #e00000 #e00000 transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -4px;
}
 .money-bg .mitem:nth-child(2) .money-swiper .swiper-wrapper .swiper-slide .showimg {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.money-bg .mitem:nth-child(2) .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox {
    float: left;
    padding-left: 0;
    padding-right: 150px;
}
.money-bg .mitem:nth-child(2) .money-swiper .money-function .xx{
	transform: translate(-100%,-25px);
	position: absolute;
	right: 50%;
} 

/*轮播end*/

.money-bg .mitem .img{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.money-bg .mitem:nth-child(2n) .img{
	right: 0;
	left: auto;
}
.money-bg .mitem .main{
	height: 100%;
	overflow: hidden;
}
.money-bg .mitem .main .box{
	width: 50%;
	height: 100%;
	float: right;
	padding-left: 150px;
	display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.money-bg .mitem:nth-child(2n) .main .box{
	float: left;
	padding-left: 0;
	padding-right: 150px;
	text-align: right;
}
.money-bg .mitem .main .box .title{
	font-size: 4rem;
	color: #d0b265;
}
.money-bg .mitem .main .box .msg{
	font-size: 1.83rem;
	color: #484d6f;
	margin-top: 40px;
	padding-bottom: 15px;
	position: relative;
}
.money-bg .mitem .main .box .msg:after{
	content: "";
	width: 35px;
	height: 1px;
	background-color: #d0b265;
	position: absolute;
	left: 0;
	bottom: 0;
}
.money-bg .mitem:nth-child(2n) .main .box .msg:after{
	left: auto;
	right: 0;
}
.money-bg .mitem .main .box .demo{
	font-size: 1.25rem;
	color: rgba(37,37,37,.75);
	line-height: 1.5;
	margin-top: 15px;
}
@media only screen and (max-width:1360px){
.money-bg .mitem {
    height: 550px;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .demo {
    margin-bottom: 40px;
}
}
@media only screen and (max-width:1280px){
.money-bg .mitem {
    height: 500px;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox {
    padding-left: 50px;
}
.money-bg .mitem .main .box {
    padding-left: 50px;
}
 .money-bg .mitem:nth-child(2) .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox {
	padding-right: 50px;
}
.money-bg .mitem:nth-child(2n) .main .box {
    padding-right: 50px;
} 
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .title {
    font-size: 3.5rem;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .msg {
    margin-top: 15px;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .demo {
    margin-bottom: 30px;
}
.money-bg .mitem .main .box .title {
    font-size: 3.5rem;
}
.money-bg .mitem .main .box .msg {
    margin-top: 15px;
}
}
@media only screen and (max-width:1024px){
.money-bg .mitem {
    height: 400px;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .title {
    font-size:2.5rem;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .msg{
    font-size: 1.5rem;
        margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.money-bg .mitem .main .box .title {
    font-size:2.5rem;
}
.money-bg .mitem .main .box .msg {
    font-size: 1.5rem;
        margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.money-bg .mitem .main .box .msg:after {
    width: 26px;
}
.money-bg .mitem .money-swiper .money-function {
	display: none;
}
}
@media only screen and (max-width:800px){
.money-bg .mitem{
	height: auto;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showimg {
    position: static;
    width: 100%;
    height: 300px;
}
 .money-bg .mitem:nth-child(2) .money-swiper .swiper-wrapper .swiper-slide .showimg {
    position: static;
    width: 100%;
    height: 300px;
} 
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox {
	padding: 3% 0;
    width: 100%;
    padding-left: 0;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .demo {
    margin-bottom: 15px;
}
.money-bg .mitem .img {
    position: static;
    width: 100%;
    height: 300px;
}
.money-bg .mitem .main .box{
		padding: 3% 0;
    width: 100%;
    padding-left: 0;
    text-align: left;
}
.money-bg .mitem:nth-child(2n) .main .box{
		padding: 3% 0;
    width: 100%;
    padding-left: 0;
    text-align: left;
}
.money-bg .mitem:nth-child(2n) .main .box .msg:after {
    left: 0;
    right: auto;
}
}
@media only screen and (max-width:640px){
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showimg {
    height: 280px;
}
.money-bg .mitem .img {
    height: 280px;
}
}
@media only screen and (max-width:414px){
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showimg {
    height: 230px;
}
.money-bg .mitem .img {
    height: 230px;
}
.money-bg .mitem .main .box .title {
    font-size: 2rem;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox{
	padding: 6% 0;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .title {
    font-size: 2rem;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .msg{
	font-size: 1.33rem;
}
.money-bg .mitem .money-swiper .swiper-wrapper .swiper-slide .showmain .showbox .demo {
    margin-bottom: 6%;
}
.money-bg .mitem .main .box{
	padding: 6% 0;
}
.money-bg .mitem:nth-child(2n) .main .box{
	padding: 6% 0;
}
}



/*投资配套*/
.workcase-bg.case3{
	padding-top: 90px;
}
.workcase-bg.case3 .left{
	float: none;
}
.workcase-bg.case3 .left .theme{
	text-align: center;
	color: #b01c1c;
	margin-bottom: 35px;
}
.workcase-bg.case3 .right{
	float: none;
	text-align: center;
}
/*选择行业*/
.workcase-bg .case-top .right .job-box{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 20px;
	position: relative;
}
.workcase-bg .case-top .right .job-box .word{
	width: 250px;
	height: 56px;
	line-height: 56px;
	padding-left: 20px;
	background-color: #f0f0f0;
	cursor: pointer;
	font-size: 1.16rem;
	color: #484e6f;
	position: relative;
}
.workcase-bg .case-top .right .job-box .word:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #484e6f #484e6f transparent;
	position: absolute;
	right:20px;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.workcase-bg .case-top .right .job-box .sub{
	position: absolute;
	left: 0;
	top: 100%;
	border-top: 1px solid #fff;
	width: 100%;
	z-index: 111;
		background-color: #fafafa;
	display: none;
}
.workcase-bg .case-top .right .job-box[data-on="on"] .sub{
	display: block;
}
.workcase-bg .case-top .right .job-box .sub .chose{
	padding: 10px 20px;
		min-height: 260px;
	overflow-y: auto;
}
.workcase-bg .case-top .right .job-box .sub .chose .item .lia{
	height: 35px;
	line-height: 35px;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}
.workcase-bg .case-top .right .job-box .sub .chose .item .lia .where{
	font-size: 1.25rem;
	color: #585858;
	position: relative;
}
.workcase-bg .case-top .right .job-box .sub .chose .item .lia .where.click:before{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #484e6f #484e6f transparent;
	position: absolute;
	right:20px;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.workcase-bg .case-top .right .job-box .sub .chose .item .lia .kk{
	content:'';
	width: 15px;
	height: 15px;
	border: 1px solid #d1d1d1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	transition: all .5s ease;
	overflow: hidden;
}
.workcase-bg .case-top .right .job-box .sub .chose .item .lia .kk:after{
	content:'';
	width: 100%;
	height: 120%;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #e00000 #e00000 transparent; 
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(45deg) translate(-30%,-20%);
	display: none;
}
.workcase-bg .case-top .right .job-box .sub .chose .item .lia[data-on="on"] .kk:after{
	display: block;
}
.workcase-bg .case-top .right .job-box .sub .close{
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #fff;
	font-size: 1.25rem;
	color:#2f2f2f;
	text-align: center;
	cursor: pointer;
}
/*选择行业end*/
.workcase-bg.case3 .case-top .right .area-box .word{
	text-align: left;
}
.workcase-bg .case-top .right .area-box .sub .chose .item .lia .where{
	text-align: left;
}
.workcase-bg.case3 .case-top .right .job-box .word{
	text-align: left;
}
.workcase-bg .case-top .right .job-box .sub .chose .item .lia .where{
	text-align: left;
}


@media only screen and (min-width: 601px){
.workcase-bg.case3 .wcase-list .lic:hover .mainbox .main{
	background-color: #b01c1c;
}
.workcase-bg.case3 .wcase-list .lic:hover .mainbox .main .more .word{
	color: #d0b265;
}
}
@media only screen and (max-width:1360px){
.workcase-bg.case3 {
    padding-top: 70px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width:1280px){
.workcase-bg.case3 {
    padding-top: 50px;
    padding-bottom: 40px;
}
}
@media only screen and (max-width:1024px){
.workcase-bg .case-top .right .job-box .word {
    width: 220px;
    height: 50px;
    line-height: 50px;
}
}
@media only screen and (max-width:414px){
.workcase-bg .case-top .right .job-box {
	width: 100%;
	margin-bottom: 4%;
    margin-right:0;
}
.workcase-bg .case-top .right .job-box .word{
	width: 100%;
}
}

/* =========

  案例详情

  ========== */
.cview-top{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.cview-top .imgbox{
	width: calc(100% - 600px);
    overflow: hidden;
    position: relative;
}
.cview-top .imgbox .img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation:imgbig 2s;
	-webkit-animation:imgbig 2s; /* Safari and Chrome */
}

@keyframes imgbig
{
0%   {transform: scale(1.1);}
25%  {}
50%  {}
75%  {}
100% {transform: scale(1);}
}

.cview-top .main{
	    -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    	width: 600px;
		height: 650px;
    	padding: 80px 60px;
    	background-color: #35989b;
}
.cview-top .main .box{
	position: relative;	
	height: 100%;
	padding-bottom: 40px;
	overflow: hidden;
}
.cview-top .main .box .title{
	font-size: 3rem;
	color: #ffffff;
	margin-bottom: 30px;
}
.cview-top .main .box .demobox .theme{
	font-size: 1.33rem;
	color: #d8e8e6;
	margin-bottom: 10px;
}
.cview-top .main .box .demobox .demo{
	font-size: 1.33rem;
	color: #ffffff;
	line-height: 2;
}
.cview-top .main .box .jt{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	border: 3px solid #fff;
	cursor: pointer;
	border-radius: 50%;
	display: block;
}
.cview-top .main .box .jt:after{
	content: "";
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 3px;
	border-color: transparent #fff #fff transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -12px;
	transform: rotate(45deg);
}
/*内容*/
.cview-theme{
	font-size: 3rem;
	color: #35989b;
	text-align: center;
}
.cview-contentbox{
	padding: 70px 0;
	background-color: #eaecef;
}
.cview-contentbox .cview-content{
	margin-top: 50px;
	font-size: 1.25rem;
	color: #262626;	
	line-height: 2;
}
/*图片集*/
.cview-swiperbox{
	padding: 70px 0;
}
.cview-swiperbox .cview-swiper{
	margin-top: 60px;
}
.cview-swiperbox .cview-swiper .swiper-wrapper .swiper-slide .cview-img{
	padding-top: calc(500 / 800 * 100%);
}
.cview-swiperbox .cview-swiper .cview-pagination{
	margin-top: 40px;
	text-align: center;
}
.cview-swiperbox .cview-swiper .cview-pagination .swiper-pagination-bullet{
	background-color: #dadada;
	margin: 0 7px;
	opacity: 1;
}
.cview-swiperbox .cview-swiper .cview-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #484e6f;
}
@media only screen and (max-width:1440px){
.cview-top .main {
    height: 600px;
}
}
@media only screen and (max-width:1360px){
.cview-top .imgbox {
    width: calc(100% - 500px);
}
.cview-top .main {
    width: 500px;
    height: 550px;
    padding: 60px 40px;
}
.contentbox {
    padding: 50px 0;
}
.cview-swiperbox {
    padding: 50px 0;
}
}
@media only screen and (max-width:1280px){
.cview-top .imgbox {
    width: calc(100% - 500px);
}
.cview-top .main {
    width: 500px;
    height: 500px;
    padding: 40px 30px;
}
.cview-top .main .box .title {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.cview-theme {
    font-size: 2.5rem;
}
.contentbox {
    padding: 30px 0;
}
.contentbox .content {
    margin-top: 30px;
}
.cview-swiperbox {
    padding: 30px 0;
}
.cview-swiperbox .cview-swiper {
    margin-top: 30px;
}
}
@media only screen and (max-width:1024px){
.cview-top .imgbox {
    width: 50%;
}
.cview-top .main {
    width: 50%;
    height: 400px;
    padding: 25px;
}
.cview-swiperbox .cview-swiper .cview-pagination {
    margin-top: 25px;
}
}
@media only screen and (max-width:800px){
.cview-top {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.cview-top .imgbox {
    width: 100%;
    padding-top: calc(650 / 1320 * 100%);
}
.cview-top .main {
    width: 100%;
    height: auto;
    padding: 3%;
}
.cview-top .main .box{
	padding-bottom: 0;
}
.cview-top .main .box .demobox{
	margin-bottom: 4%;
}
.cview-top .main .box .jt {
    width: 35px;
    height: 35px;
	position: relative;
}
.cview-top .main .box .jt:after {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -8px;
}
}
@media only screen and (max-width:414px){
.cview-top .main .box .title {
    font-size: 2rem;
    margin-bottom: 3%;
}
.cview-top .main .box .jt {
	border: 2px solid #fff;
}
.cview-top .main .box .jt:after {
	border-width: 2px;
}
.cview-theme {
    font-size: 2rem;
}
.contentbox {
    padding: 6% 0;
}
.contentbox .content {
    margin-top: 4%;
}
.cview-swiperbox {
    padding: 6% 0;
}
.cview-swiperbox .cview-swiper {
    margin-top: 6%;
}
.cview-swiperbox .cview-swiper .cview-pagination {
    margin-top: 6%;
}
}


/* =========

  品牌文化

  ========== */
/*团队列表*/
.team-list{
	padding-top: 35px;
	overflow: hidden;
}
.team-list .lit{
	display: block;
	width: calc((100% - 100px) / 3);
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}
.team-list .lit:nth-child(3n){
	margin-right: 0;
}
.team-list .lit .imgbox{
	overflow: hidden;
}
.team-list .lit .imgbox .img{
	padding-top: calc(230 / 370 * 100%);
	transition: all .5s ease;
	transform: scale(1);
}
.team-list .lit .main{
	padding: 20px 25px;
	background-color: #fff;
}
.team-list .lit .main .title{
	font-size: 1.5rem;
	color: #242424;
	line-height:1.5;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 54px;
margin-bottom: 50px;
}
.team-list .lit .main .timebox .time{
	font-size: 1.16rem;
	color: #e00000;
	float: left;
}
.team-list .lit .main .timebox .more{
	padding-right: 16px;
	position: relative;
	font-size: 1.16rem;
	color: #e00000;
	float: right;
}
.team-list .lit .main .timebox .more:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #e00000 #e00000 transparent transparent; 
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}

@media only screen and (min-width: 601px){
.team-list .lit:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.2)
}
.team-list .lit:hover .imgbox .img{
	transform: scale(1.1);
}
}
@media only screen and (max-width:1024px){
.team-list .lit {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}
.team-list .lit .main .title {
    margin-bottom:30px;
}
}
@media only screen and (max-width:800px){
.team-list .lit {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
}
.team-list .lit:nth-child(3n){
    margin-right: 30px;
}
.team-list .lit:nth-child(2n){
	margin-right: 0;
}
}
@media only screen and (max-width:414px){
.team-list {
    padding-top: 6%;
}
.team-list .lit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
}
.team-list .lit .main {
    padding:6% 4%;
}
.team-list .lit .main .title {
    margin-bottom:6%;
}
}


/*中天瞭望*/
.wish-intro{
	padding: 70px 0;
	background-position:center;
	background-repeat: no-repeat;
	min-height: 400px;
}
.wish-intro .content{
	font-size: 1.16rem;
	color: #333232;
	line-height: 2;
	overflow: hidden;	
	max-width: 60%;
}
.wish-bg{
	padding-bottom: 90px;
	background-color: #d2dde9;
}
/*列表*/
.wish-bg .wish-list{
	margin-bottom: 20px;
	position: relative;
}
.wish-bg .wish-list .bottom{
	width: 100%;
	height: 1px;
	background-color: #d2dde9;
	position: absolute;
	left: 0;
	bottom: 0;
}
.wish-bg .wish-list .liw{
	display: block;
	width: calc((100% - 192px) / 5);
	margin-right: 48px;
	float: left;
	margin-top: 48px;
	margin-bottom: 48px;
}
.wish-bg .wish-list .liw.right{
	margin-right: 0;
}
.wish-bg .wish-list .liw .imgbox{
	overflow: hidden;
	border: 5px solid #fff;
}
.wish-bg .wish-list .liw .imgbox .img{
	padding-top: calc(280 / 190 * 100%);
	transition: all .5s ease;
	transform: scale(1);
}
.wish-bg .wish-list .liw .titlebox{
	margin-top: 18px;
	height: 20px;
	line-height: 20px;
}
.wish-bg .wish-list .liw .titlebox .title{
	float: left;
	font-size: 1.25rem;
	color: #313131;
	max-width: 60%;
}
.wish-bg .wish-list .liw .titlebox .read{
	float: right;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/reye_03.png);
	font-size: 1.16rem;
	color: #e00000;
}
.wish-bg .wish-list .line1{
	height: 1px;
	clear: both;
	background-color: #fff;
	position: relative;
	display: block;
}
.wish-bg .wish-list .line2{
	height: 1px;
	clear: both;
	background-color: #fff;
	position: relative;
	display: none;
}
@media only screen and (min-width: 601px){
.wish-bg .wish-list .liw:hover .imgbox .img{
	transform: scale(1.1);
}
}
@media only screen and (max-width:1360px){
.wish-intro{
	padding: 50px 0;
}
.wish-bg {
    padding-bottom: 70px;
}
}
@media only screen and (max-width:1280px){
.wish-intro{
	padding: 30px 0;
}
.wish-bg {
    padding-bottom:50px;
}
}
@media only screen and (max-width:1024px){
.wish-bg .wish-list .liw {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.wish-bg {
    padding-bottom:30px;
}
}
@media only screen and (max-width:800px){
.wish-bg .wish-list .liw {
    width: calc((100% - 60px) / 5);
    margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
}
@media only screen and (max-width:640px){
.wish-bg .wish-list .liw {
    width: calc((100% - 45px) / 3);
}
.wish-bg .wish-list .liw.right{
	margin-right: 15px;
}
.wish-bg .wish-list .liw.mmright{
	margin-right: 0;
}
.wish-bg .wish-list .line1{
	display: none;
}
.wish-bg .wish-list .line2{
	display:block;
}
.wish-intro {
	background-image: none!important;
}
.wish-intro .content{
	max-width: none;
}
}
@media only screen and (max-width:414px){
.wish-intro{
	padding: 6% 0;
}
.wish-bg {
    padding-bottom:6%;
}
.wish-bg .wish-list .liw .titlebox .title{
	font-size: 1.08rem;
}
}

/*社会责任*/
.duty-intro{
	padding: 120px 0;
	min-height: 360px;
	background-position:center;
	background-repeat: no-repeat;
}
.duty-intro .content{
	font-size: 1.16rem;
	color: #333232;
	line-height: 2;	
	overflow: hidden;
	max-width: 60%;
}
.duty-bg{
	padding-top: 85px;
	padding-bottom: 45px;
	background-color: #faeff3;
}
.duty-bg .duty-swiperbox{
	position: relative;
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide {
	max-width: calc(100% / 3);
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide .item{
	display: block;
	transition: all .5s ease;
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide .item .imgbox{
	overflow: hidden;
	position: relative;
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide .item .imgbox:after{
	content: "";
	width: 0;
	height: 3px;
	background-color: #e00000;
	position: absolute;
	left: 0;
	top: 0;
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide .item .imgbox .img{
	padding-top: calc(230 / 370 * 100%);
	transition: all .5s ease;
	transform: scale(1);
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide .item .main{
	padding: 25px;
	background-color: #fff;
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide .item .main .title{
	font-size: 1.33rem;
	color: #242424;
	line-height: 1.5;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
height: 70px;
margin-bottom: 30px;
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide .item .main .more .word{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 16px;
	font-size: 1.16rem;
	color: #e00000;
	position: relative;
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide .item .main .more .word:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #e00000 #e00000 transparent transparent;	
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.duty-bg .duty-swiperbox .duty-prev{
	position: absolute;
	right: 100%;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	cursor: pointer;
	margin-right: 20px;
}
.duty-bg .duty-swiperbox .duty-prev:after{
	content: "";
	width: 30px;
	height: 30px;
	border-style: solid;
	border-width: 2px;
	border-color: #e00000 transparent transparent #e00000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -10px;
	transform: rotate(-45deg);
}
.duty-bg .duty-swiperbox .duty-next{
	position: absolute;
	left: 100%;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	cursor: pointer;
	margin-left: 20px;
}
.duty-bg .duty-swiperbox .duty-next:after{
	content: "";
	width: 30px;
	height: 30px;
	border-style: solid;
	border-width: 2px;
	border-color: #e00000 transparent transparent #e00000;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -15px;
	margin-right: -10px;
	transform: rotate(135deg);
}
.duty-bg .duty-pagination{
	margin-top: 40px;	
	text-align: center;
}
.duty-bg .duty-pagination .swiper-pagination-bullet{
	margin: 0 5px;
}
.duty-bg .duty-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #e00000;
	opacity: 1;
}

@media only screen and (min-width: 601px){
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide:hover .item{
	box-shadow: 0 0 20px rgba(0,0,0,.2)
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide:hover .item .imgbox:after{
	width: 100%;
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide:hover .item .imgbox .img{
	transform: scale(1.1);
}
}
@media only screen and (max-width:1440px){
.duty-intro {
    padding: 100px 0;
}
}
@media only screen and (max-width:1360px){
.duty-intro {
    padding: 80px 0;
}
.duty-bg {
    padding-top: 65px;
    padding-bottom: 45px;
}
}
@media only screen and (max-width:1280px){
.duty-intro {
    padding: 60px 0;
    min-height: auto;
}
.duty-bg {
    padding-top: 45px;
    padding-bottom: 35px;
}
}
@media only screen and (max-width:1024px){
.duty-intro {
    padding: 30px 0;
}
.duty-bg .duty-swiperbox .duty-prev{
	display: none;
}
.duty-bg .duty-swiperbox .duty-next{
	display: none;
}
.duty-bg .duty-pagination {
    margin-top: 30px;
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide .item .main {
    padding: 20px;
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide .item .main .title {
    font-size: 1.16rem;
    height: 60px;
}
}
@media only screen and (max-width:800px){
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide {
    max-width: calc(100% / 2);
}
}
@media only screen and (max-width:640px){
.duty-intro {
	background-image: none!important;
}
.duty-intro .content{
	max-width: 100%;
}
}
@media only screen and (max-width:414px){
.duty-intro {
    padding: 6% 0;
}
.duty-bg {
    padding-top: 6%;
    padding-bottom: 5%;
}
.duty-bg .duty-pagination {
    margin-top: 6%;
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide .item .main .title{
	margin-bottom: 6%;
}
.duty-bg .duty-swiperbox .duty-swiper .swiper-wrapper .swiper-slide {
    max-width: 100%;
}
}


/*中天影记*/
.video-bg{
	padding: 80px 0;
	background-color: #eaecef;
	overflow: hidden;
}
.video-bg .video-list .liv{
	display: block;
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	margin-bottom: 70px;
	float: left;
}
.video-bg .video-list .liv:nth-child(4n){
	margin-right: 0;
}
.video-bg .video-list .liv .imgbox{
	overflow: hidden;
	margin-bottom: 20px;
}
.video-bg .video-list .liv .imgbox .img{
	padding-top: calc(160 / 280 * 100%);
	transition:all .5s ease;
	transform: scale(1);
}
.video-bg .video-list .liv .title{
	font-size: 1.25rem;
	color: #242424;
	margin-bottom: 20px;
}
.video-bg .video-list .liv .time{
	font-size: 1.16rem;
	color: #e00000;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/vico_03.png);
}
@media only screen and (min-width: 601px){
.video-bg .video-list .liv:hover .imgbox .img{
	transform: scale(1.1);
}
.video-bg .video-list .liv:hover .title{
	color: #e00000;
}
}
@media only screen and (max-width:1360px){
.video-bg {
    padding: 60px 0;
}
.video-bg .video-list .liv {
    margin-bottom: 50px;
}
}
@media only screen and (max-width:1280px){
.video-bg {
    padding: 40px 0;
}
.video-bg .video-list .liv {
    margin-bottom: 30px;
}
}
@media only screen and (max-width:1024px){
.video-bg {
    padding: 30px 0;
}
}
@media only screen and (max-width:800px){
.video-bg .video-list .liv {
    width: calc((100% - 40px) / 3);
}
.video-bg .video-list .liv:nth-child(4n){
    margin-right: 20px;
}
.video-bg .video-list .liv:nth-child(3n){
	margin-right: 0;
}
}
@media only screen and (max-width:640px){
.video-bg .video-list .liv {
    width: calc((100% - 20px) / 2);
}
.video-bg .video-list .liv:nth-child(4n){
    margin-right: 20px;
}
.video-bg .video-list .liv:nth-child(3n){
	margin-right: 20px;
}
.video-bg .video-list .liv:nth-child(2n){
	margin-right: 0;
}
}
@media only screen and (max-width:414px){
.video-bg {
    padding: 6% 0;
}	
}
@media only screen and (max-width:375px){
.video-bg .video-list .liv {
    margin-bottom: 6%;
}
.video-bg .video-list .liv {
    width: 100%;
}
}


/*中天影记详情*/
.vview-bg{
	padding-top: 60px;
	padding-bottom: 100px;
	background-color: #eaecef;
}
.vview-bg .left{
	float: left;
	width: calc(100% - 300px);
}
.vview-bg .left .title{
	font-size: 2.5rem;
	color: #242424;
	margin-bottom: 16px;
}
.vview-bg .left .videobox{
	padding-top: calc(540 / 900 * 100%);
	position: relative;
}
.vview-bg .left .videobox .mejs-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.vview-bg .left .videobox .my-ifame{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
:root .mejs-poster img{
	display: block;
}
.vview-bg .right{
	width: 270px;
	margin-left: 30px;
	float: right;
}
.vview-bg .right .top{
	padding-bottom: 20px;
	border-bottom: 1px solid #c9c9c9;
}
.vview-bg .right .top .share{
	line-height: 20px;
	float: left;
}
.vview-bg .right .top .share .bdsharebuttonbox a{
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.vview-bg .right .top .share .bdsharebuttonbox a.bds_weixin{
    background-image: url(/phone/images/sweixin.png);
}
.vview-bg .right .top .share .bdsharebuttonbox a.bds_tsina{
    background-image: url(/phone/images/sweibo.png);
}
.vview-bg .right .top .share .bdsharebuttonbox a.bds_qzone{
    background-image: url(/phone/images/sqonz.png);
}
.vview-bg .right .top .share .bdsharebuttonbox a.bds_sqq{
    background-image: url(/phone/images/sqq.png);
}
.vview-bg .right .top .back{
	float: right;
	padding-right: 14px;
	position: relative;
	font-size: 1.08rem;
	color: #e00000;
}
.vview-bg .right .top .back:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #e00000 #e00000 transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.vview-bg .right .vview-list .mmli{
	display: block;
	margin-top:31px;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.vview-bg .right .vview-list .mmli .imgbox{
	    -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    width: 150px;	
    margin-right: 20px;
}
.vview-bg .right .vview-list .mmli .imgbox .img{
	padding-top: calc(80 / 150 * 100%);
}
.vview-bg .right .vview-list .mmli .title{
	width: calc(100% - 170px);
	padding-bottom: 20px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(/phone/images/vico_03.png);
	font-size: 1.16rem;
	color: #242424;
	line-height: 1.5;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
	transition: all .5s ease;
}
@media only screen and (min-width: 601px){
.vview-bg .right .vview-list .mmli:hover .title{
	color: #e00000;
}
}
@media only screen and (max-width:1360px){
.vview-bg {
    padding-top: 50px;
    padding-bottom: 80px;
}
}
@media only screen and (max-width:1280px){
.vview-bg {
    padding-top: 40px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width:1279px){
.vview-bg .left {
    float: none;
    width: 100%;
}
.vview-bg .right {
	margin-top: 30px;	
    width: 100%;
    margin-left: 0;
    float:none;
}
}
@media only screen and (max-width:1024px){
.vview-bg {
    padding-top: 30px;
    padding-bottom: 40px;
}
.vview-bg .left .title {
    font-size: 2rem;
}
}
@media only screen and (max-width:414px){
.vview-bg {
    padding-top: 6%;
    padding-bottom: 6%;
}
.vview-bg .right .vview-list .mmli{
	margin-top: 6%;
}
}



/* =========

  人力资源

  ========== */
.human-intro{
	padding: 70px 0;
	font-size: 1.25rem;
	color: #333232;
	line-height: 2;
	overflow: hidden;
}
/*列表*/
.human-list{
	border-top: 1px solid #ebebeb;
	padding-bottom: 80px;
	overflow: hidden;
}
.human-list .lih{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    	border-bottom: 1px solid #ebebeb;
    	padding: 40px 0;
}
.human-list .lih .imgbox{
	width: 360px;
	   -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    margin-right: 60px;
}
.human-list .lih .imgbox .img{
	padding-top: calc(200 / 360 * 100%);
}
.human-list .lih .main{
	width: calc(100% - 420px);
	display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
overflow: hidden;
}
.human-list .lih .main .title{
	font-size: 2rem;
	color: #e00000;
	margin-bottom: 10px;
}
.human-list .lih .main .demo{
	font-size: 1.16rem;
	color: #5c5c5c;
	line-height: 2;	
}
@media only screen and (max-width:1360px){
.human-intro {
    padding: 50px 0;
}
}
@media only screen and (max-width:1280px){
.human-intro {
    padding: 30px 0;
}
.human-list .lih .imgbox {
    margin-right: 30px;
}
.human-list .lih .main {
    width: calc(100% - 390px);
}
.human-list {
    padding-bottom:60px;
}
}
@media only screen and (max-width:1024px){
.human-list .lih {
    padding: 30px 0;
}
.human-list .lih .imgbox {
    width: 300px;
}
.human-list .lih .main {
    width: calc(100% - 330px);
}
.human-list {
    padding-bottom:30px;
}
}
@media only screen and (max-width:800px){
.human-list .lih{
	    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;	
}
.human-list .lih .imgbox {
    width:100%;
    margin-bottom: 3%;
}
.human-list .lih .main {
    width:100%;
}
}
@media only screen and (max-width:414px){
.human-intro {
    padding: 6% 0;
}
.human-list .lih {
    padding: 5% 0;
}
.human-list .lih .main .title {
    font-size: 1.8rem;
    margin-bottom: 3%;
}
.human-list {
    padding-bottom:6%;
}
}


/*加入中天*/
.join-class{
	padding: 80px 0;
}
.join-class .jitem{
	width: calc((100% - 50px) / 2);
	margin-right: 50px;
	float: left;
	height: 250px;
	background-color: #5acebe;
}
.join-class .jitem:nth-child(2n){
	margin-right: 0;
	background-color: #2c9eff;
}
.join-class .jitem .box{
	width: 94%;
	margin: 0 auto;
	max-width: 480px;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.join-class .jitem .box .ico{
	width: 130px;
	height: 130px;
	    -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    margin-right: 35px;
}
.join-class .jitem .box .main{
	width: calc(100% - 165px);
}
.join-class .jitem .box .main .title{
	font-size: 2rem;
	color: #ffffff;
	margin-bottom: 10px;
	transition: all .5s ease;
}	
.join-class .jitem .box .main .demo{
	font-size: 1.16rem;
	color: #fff;
	line-height: 2;
	margin-bottom: 10px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.join-class .jitem .box .main .enter{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 1.08rem;
	color: #fff;
}
@media only screen and (min-width: 601px){
.join-class .jitem:hover .box .main .title{
	color: #e00000;
}
}
@media only screen and (max-width:1360px){
.join-class {
    padding: 60px 0;
}
}
@media only screen and (max-width:1280px){
.join-class {
    padding: 40px 0;
}
}
@media only screen and (max-width:800px){
.join-class .jitem {
    width: 100%;
    margin-right: 0;
    float:none;
    height: 250px;
    margin-bottom: 3%;
}
}
@media only screen and (max-width:640px){
.join-class .jitem .box .ico{
	display: none;
}
.join-class .jitem .box .main {
    width: 100%;
}
}
@media only screen and (max-width:414px){
.join-class {
    padding: 6% 0;
}
.join-class .jitem {
    height: 200px;
}
.join-class .jitem .box .main .title{
	font-size: 1.8rem;
}
}

/*校园招聘大图*/
.jschool-banner{
	height:100vh;
	display: block;
}
.mmjschool-banner{
	height:100vh;
	display: none;
}
@media only screen and (max-width:1024px){
.jschool-banner{
	display: none;
}
.mmjschool-banner{
	display: block;
}
}
/*校园招聘大图end*/


/*招聘*/
.jlist-bg{
	padding-top: 40px;
	padding-bottom: 95px;
}
.jlist-bg .jlimg{
	height: 400px;
	margin-bottom: 40px;
}
.jlist-bg .jl-top{
	margin-bottom: 40px;
}
.jlist-bg .jl-top .layui-input-inline{
	width: 300px!important;
}
.jlist-bg .jl-top .layui-input{
	height: 50px!important;
}
.jlist-bg .jl-top .layui-edge{
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color:transparent #151515 #151515 transparent;
	transform: rotate(45deg);
}
.jlist-bg .jl-top .layui-form-selected .layui-edge{
	border-color:#151515 transparent transparent #151515 ;
	margin-top: 0;
}
.jlist-bg .jl-top .layui-btn{
	width: 150px;
	float: right;
	height: 50px;
	background-color: #e00000
}
/*表格*/
.jlist-bg .jl-table{
	width: 100%;
	margin-bottom: 40px;
}
.jlist-bg .jl-table .head{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #e00000;
}
.jlist-bg .jl-table .head .hh{
	font-size: 1.33rem;
	color: #ffffff;
	text-align: left;
}
.jlist-bg .jl-table .head .hh.h1{
	width: 34%;
	padding-left: 20px;
}
.jlist-bg .jl-table .head .hh.h2{
	width: 30%;
}
.jlist-bg .jl-table .head .hh.h3{
	width: 12%;
}
.jlist-bg .jl-table .li{
	background-color: #fafafa;
}
.jlist-bg .jl-table .li:nth-child(2n){
	background-color: #fff;
}
.jlist-bg .jl-table .li .dd{
	padding: 30px 0;
	font-size: 1.16rem;
	color: #2b2b2b;
	line-height: 2;
}
.jlist-bg .jl-table .li .dd.d1{
	width: 34%;
	padding-left: 20px;
}
.jlist-bg .jl-table .li .dd.d2{
	width: 30%;
}
.jlist-bg .jl-table .li .dd.d3{
	width: 12%;
}
.jlist-bg .link{
	background-color: #eaecee;
}
.jlist-bg .btn{
	background-color: #eaecee;
}

/*手机招聘表格*/
.jlist-bg .jl-mmtable{
	display: none;
	margin-bottom: 5%;
}
.jlist-bg .jl-mmtable .lit{
    width: 100%;
    display: block;
    margin: 0 0 20px;
    padding: 40px 43px;
    background-color: #fafafa;
    transition: background-color .3s ease-in-out;
}
.jlist-bg .jl-mmtable .lit .local{
font-size: 1.16rem;
line-height: 24px;
    color: #000;
    margin: 10px 0;
}
.jlist-bg .jl-mmtable .lit .title{
    	font-size: 2rem;
    color: #000;
}
.jlist-bg .jl-mmtable .lit .apply{
	display: inline-block;
    line-height: 32px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 18px;
    color: #000;
    margin-right: 10px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

@media only screen and (min-width: 601px){
	.jlist-bg .jl-table .li:hover .dd.d1 a{
		color: #e00000;
	}
	.jlist-bg .jl-mmtable .lit:hover{
		background-color: rgba(234,234,234,1);
	}
	.jlist-bg .jl-mmtable .lit:hover .apply{
		background-color: rgba(176,176,176,1);
	}
}
@media only screen and (max-width:1360px){
.jlist-bg {
    padding-top: 40px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width:1280px){
.jlist-bg {
    padding-top: 30px;
    padding-bottom: 40px;
}
}
@media only screen and (max-width:1024px){
.jlist-bg .jlimg {
    height: 350px;
    margin-bottom: 30px;
}
.jlist-bg .jl-top {
    margin-bottom: 30px;
}
.jlist-bg .jl-table .head {
    height: 55px;
    line-height: 55px;
}
.jlist-bg .jl-table .head .hh{
	font-size: 1.25rem;
}
.jlist-bg .jl-table .li .dd{
	padding: 20px 0;
}
.jlist-bg .jl-table{
	margin-bottom: 30px;
}
}
@media only screen and (max-width:800px){
.jlist-bg .jlimg {
    height: 300px;
}
.jlist-bg .jl-table .head .hh{
	height: 50px;
	line-height: 50px;
}
.jlist-bg .jl-top .layui-input-inline {
    width: 100%!important;
    margin: 0;
    margin-bottom: 3%;
}
.jlist-bg .jl-table{
	display: none;
}
.jlist-bg .jl-mmtable{
	display: block;
}
}
@media only screen and (max-width:640px){
.jlist-bg .jl-mmtable .lit{
	padding: 5%;
}
}
@media only screen and (max-width:414px){
.jlist-bg {
    padding-top: 4%;
    padding-bottom: 5%;
}
.jlist-bg .jlimg {
    height: 180px;
    margin-bottom: 6%;
}
.jlist-bg .jl-top {
    margin-bottom: 6%;
}
.jlist-bg .jl-top .layui-btn{
	width: 100%;
	height: 45px;
	line-height: 45px;
}
.jlist-bg .jl-mmtable .lit .title{
	font-size: 1.8rem;
}
}


/* =========

  招聘详情

  ========== */
.jview-bg{
	padding-top: 60px;
	padding-bottom: 100px;
}
.jview-bg .back{
	margin-bottom: 15px;
}
.jview-bg .back .word{
	font-size: 1.08rem;
	color: #e00000;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 15px;
	position: relative;
}
.jview-bg .back .word:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #e00000 #e00000 transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.jview-bg .title{
	font-size: 2.5rem;
	color: #272727;
	margin-bottom: 30px;
}
.jview-bg .msgbox{
	padding: 16px 0;
	border-top: 1px solid #eaebec;
	border-bottom: 1px solid #eaebec;
}
.jview-bg .msgbox .item{
	float: left;
	font-size: 1.16rem;
	color: #939393;
	margin-right: 40px;
}
.jview-bg .msgbox .item span{
	color: #484d6f;
}
.jview-bg .content{
	padding: 40px 0;
	font-size: 1.25rem;
	color: #272727;
	line-height: 2;
	overflow: hidden;
}
.jview-bg .send{
	text-align: center;
	width: 160px;
	height: 60px;
	line-height: 60px;
	background-color: #e00000;
	display: block;
}
.jview-bg .send .word{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 1.16rem;
	color: #fff;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/write_03.png);
}
@media only screen and (max-width:1360px){
.jview-bg {
    padding-top: 50px;
    padding-bottom: 80px;
}
}
@media only screen and (max-width:1280px){
.jview-bg {
    padding-top: 40px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width:1024px){
.jview-bg {
    padding-top: 30px;
    padding-bottom: 40px;
}
.jview-bg .title {
    font-size: 2rem;
    margin-bottom: 20px;
}
.jview-bg .content {
    padding: 25px 0;
}
.jview-bg .send {
    width: 130px;
    height: 50px;
    line-height: 50px;
}
}
@media only screen and (max-width:640px){
.jview-bg .msgbox {
    padding: 10px 0;
}
.jview-bg .msgbox .item{
	line-height: 30px;
}
}
@media only screen and (max-width:414px){
.jview-bg {
    padding-top: 5%;
    padding-bottom: 6%;
}
.jview-bg .send {
    width: 100%;
    height: 45px;
    line-height: 45px;
}
}

/* =========

  投递简历

  ========== */
.jsend-bg{
	padding: 60px 0;
	overflow: hidden;
}
.jsend-bg .back{
	margin-bottom: 15px;
}
.jsend-bg .back .word{
	font-size: 1.08rem;
	color: #e00000;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 15px;
	position: relative;
}
.jsend-bg .back .word:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #e00000 #e00000 transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.jsend-bg .item-box{
	padding: 10px 0;
	border-bottom: 1px dashed #e0e0e0;
}
.jsend-bg .item-box .item-theme{
	font-size: 1.83rem;
	color: #272727;
	margin-bottom: 30px;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
.jsend-bg .item-box .layui-form-item{
	margin-bottom: 20px;
}
.jsend-bg .item-box .layui-input-inline{
	width: 150px;
}
.jsend-bg .item-box .layui-form-label{
	font-size: 1.16rem;
	color: #272727;
	padding: 9px 16px;
	width: 120px;
}
.jsend-bg .sexitem{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-width: 40px;
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #dddddd;
	margin: 0 5px;
	cursor: pointer;
	transition: all .5s ease;
	border-radius: 3px;
}
.jsend-bg .sexitem[data-on="on"]{
	background-color: #f1f1f1;
}
.jsend-bg .item-box textarea{
	resize: none;
}
.jsend-bg .my-btn{
	padding-left: 120px;
	padding-top: 40px;
}
.jsend-bg .my-btn .tj{
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	background-color: #e00000;
	text-align: center;
}
.jsend-bg .my-btn .layui-btn-primary{
	border: none;
	color: #e00000;
}

.max300{
	max-width: 310px;
	margin-left: 120px;
}
.max600{
	max-width: 600px;
	margin-left: 120px;
}
@media only screen and (max-width:1280px){
.jsend-bg {
    padding: 40px 0;
}
}
@media only screen and (max-width:1024px){
.jsend-bg {
    padding: 30px 0;
}
}
@media only screen and (max-width:640px){
.jsend-bg .item-box .layui-input-inline{
	margin-left: 0;
	left: 0;
	width: 100%;
}
.jsend-bg .item-box .layui-form-label{
	float: none;
	width: 80px;
	padding: 9px;
	text-align: left;
}
.jsend-bg .item-box .layui-input-inline .layui-form-select{
	height: 38px;
}
.max300{
	max-width:none;
	margin-left: 0;
	width: 100%;
}
.max600 {
	max-width:none;
	margin-left: 0;
	width: 100%;
}
.jsend-bg .item-box .item-theme {
    font-size: 1.6rem;
    margin-bottom: 5%;
}
.jsend-bg .item-box .layui-form-item{
	margin-bottom: 3%;
}
.jsend-bg .my-btn {
    padding-left: 0;
    padding-top: 6%;
}
}
@media only screen and (max-width:414px){
.jsend-bg {
    padding:6% 0;
}
}

/* =========

  页脚

  ========== */
.footer{
	padding: 40px 0;
	border-top: 2px solid #e21212;
	background-color: #f5f5f5;
}
.footer .container .left{
	max-width: 70%;
	float: left;
}
.footer .container .left .touch{
	margin-bottom: 6px;
}
.footer .container .left .touch .back{
	font-size: 1.08rem;
	color: #999999;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 6px;
	border-right: 1px solid #c8c8c8;
}
.footer .container .left .touch .link{
	font-size: 1.08rem;
	color: #999999;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 6px;
}
.footer .container .left .fcontent{
	font-size: 1.08rem;
	color: #999999;
}
.footer .container .right{
	float: right;
}
.footer .container .right .allnet{
	float: right;
	position: relative;
}
.footer .container .right .allnet .word{
	width: 230px;
	height: 40px;
	line-height: 40px;
	position: relative;
	padding-left: 10px;
	font-size: 1.08rem;
	color: #888888;
		background-color: #e1e4e7;
		cursor: pointer;
}
.footer .container .right .allnet .word .jt{
	width: 40px;
	height: 40px;
	border-left: 2px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.footer .container .right .allnet .word .jt:after{
	content: "";
	border-style: solid;border-width: 5px;
	border-color: #8e8e8e transparent transparent transparent;
	position: absolute;
	left: 50%;
	top:50%;
	margin-top: -5px;
	margin-left:-5px;
}
.footer .container .right .allnet .sub{
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	display: none;	
	background-color: #e1e4e7;
	border-bottom: 1px solid #fff;
	z-index: 111;
}
.footer .container .right .allnet .sub .sub-a{
	height: 35px;
	line-height: 35px;
	display: block;
	font-size: 1.16rem;
	color:#888888;
	padding: 0 10px;
	border-top: 1px solid #fff;
}

/*底部链接*/
.footer .container .right .flink{
	float: left;
	font-size: 0;
	height: 40px;
	margin-right: 15px;
	padding-top: 5px;
}
.footer .container .right .item{
	width: 30px;
	height: 30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-radius: 50%;
	margin: 0 6px;
	position: relative;
	cursor: pointer;
}
.footer .container .right .item.phone{
	display: none;
}
.footer .container .right .item .weixin{
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 80px;
	height: 80px;
	margin-left: -25px;
	transition: all .5s ease;
	transform: scale(0);
}
@media only screen and (min-width: 601px){
	.footer .container .left .touch .li:hover{
		color: #e21212;
	}
	.footer .container .right .allnet .sub .sub-a:hover{
		background-color: #e21212;
		color: #fff;
	}
	.footer .container .right .item:hover .weixin{
		transform: scale(1);
	}
}
@media only screen and (max-width:1024px){
.footer {
    padding: 30px 0;
}
}
@media only screen and (max-width:768px){
.footer .container .right .item.pc{
	display: none;
}
.footer .container .right .item.phone{
	display: inline-block;
}
}
@media only screen and (max-width:640px){
.footer {
    padding:6% 0;
}
.footer .container .left {
    max-width: none;
    float: none;
    width: 100%;
    margin-bottom: 6%;
}
.footer .container .right{
	width: 100%;
	float: none;
}
.footer .container .right .allnet .word{
	width: 100%;
}
.footer .container .right .allnet {
    float: none;
	width: 100%;
	margin-bottom: 3%;
}
.footer .container .right .flink {
    float: none;
    font-size: 0;
    height: auto;
    margin-right: 0;
    padding-top: 3%;
    text-align: left;
}
}


/*中天业务版图*/
.wmap-bg{
	padding-top: 50px;
	position: relative;
}
.wmap-bg .mapbox{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
/*地图*/
.wmap-bg .mapbox .map-img{
	width: 800px;
	height: 670px;
	position: relative;
	z-index: 11;
}
.wmap-bg .mapbox .map-img .pointlist{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.wmap-bg .mapbox .map-img .pointlist .lip{
	position: absolute;
		transform: translate(-50%,-50%);
		cursor: pointer;
}
.wmap-bg .mapbox .map-img .pointlist .lip .yy{
	width: 6px;
	height: 6px;
	background-color: #e00000;
	position: absolute;
	border-radius: 50%;
}
.wmap-bg .mapbox .map-img .pointlist .lip .yy .title{
	white-space: nowrap;
	position: absolute;
}
.wmap-bg .mapbox .map-img .pointlist .lip .yy .title.top{
	left: 0;
	bottom: 150%;
	transform: translateX(-25%);
}
.wmap-bg .mapbox .map-img .pointlist .lip .yy .title.right{
	left: 150%;
	top:50%;
	transform: translateY(-50%);
}
.wmap-bg .mapbox .map-img .pointlist .lip .yy .title.bottom{
	left: 0;
	top: 150%;
	transform: translateX(-25%);
}
.wmap-bg .mapbox .map-img .pointlist .lip .yy .title.left{
	right: 150%;
	top:50%;
	transform: translateY(-50%);
}
/*搜索*/
.wmap-bg .mapbox .right{
	width: calc(100% - 800px);
	 -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
	position: relative;
	transform: translateX(-50px);
}
.wmap-bg .mapbox .right .map-searchbox{
	width: 820px;
	position: absolute;
	left: 0;
	top: 36%;
	background-color: #f5f5f5;
}
.wmap-bg .mapbox .right .map-searchbox .top{
	padding: 60px 40px;
}
.wmap-bg .mapbox .right .map-searchbox .top .theme{
	font-size: 3rem;
	color: #484d6f;
	margin-bottom: 20px;
}
.wmap-bg .mapbox .right .map-searchbox .top .content{
	font-size: 1.16rem;
	color: #303030;
	line-height: 2;
}
.wmap-bg .mapbox .right .map-searchbox .search-box{
	padding: 20px;
	background-color: #e00000;
}
.wmap-bg .mapbox .right .map-searchbox .search-box .areaitem{
	float: left;
	margin-right: 12px;
	position: relative;
	background-color: #fff;
}
.wmap-bg .mapbox .right .map-searchbox .search-box .areaitem:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: transparent #a1a3b1 #a1a3b1 transparent; 
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.wmap-bg .mapbox .right .map-searchbox .search-box .areaitem select{
	width: 170px;
	height: 55px;
	border: none;
	padding-left: 16px;
	cursor: pointer;
}
.wmap-bg .mapbox .right .map-searchbox .search-box .pjitem{
	float: left;
	margin-right: 12px;
	position: relative;
	background-color: #fff;
}
.wmap-bg .mapbox .right .map-searchbox .search-box .pjitem:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: transparent #a1a3b1 #a1a3b1 transparent; 
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.wmap-bg .mapbox .right .map-searchbox .search-box .pjitem select{
	width: 260px;
	height: 55px;
	border: none;
	padding-left: 16px;
	cursor: pointer;
}
.wmap-bg .mapbox .right .map-searchbox .search-box .link{
	width: 58px;
	height: 55px;
	cursor: pointer;
	line-height: 55px;
	float: left;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/phone/images/wsearch_03.png);
	-webkit-background-size: cover;
	background-size: cover;
}

.wmap-bg .wmap-class{
	margin-top: 10px;
	text-align: right;
	clear: both;
}
.wmap-bg .wmap-class .lic{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 50px;
	line-height: 50px;
	font-size: 1.25rem;
	color: #535353;
	text-align: center;
	padding: 0 10px;
	min-width: 110px;
	border-top: 3px solid #dedfdf;
}
.wmap-bg .wmap-class .lic.on{
	border-top: 3px solid #484d6f;
	background-color: #eaf1f8;
}


/*列表*/
.wmap-list {
	background-color: #eaf1f8;
	padding: 40px 0;
}
.wmap-list .container .liwm{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 40px;
	line-height: 40px;	
	padding: 0 18px;
	background-color: #fff;
	border-radius: 50px;
	font-size: 1.16rem;
	color:#292929;
	margin-right: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
@media only screen and (min-width: 601px){
.wmap-list .container .liwm:hover{
	background-color: #e00000;
	color: #fff;
}
}
@media only screen and (max-width:1600px){

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

}
@media only screen and (max-width:1360px){
.wmap-bg .mapbox .right .map-searchbox .top {
    padding: 40px 30px;
}
.wmap-bg .map-searchbox .search-box {
    padding: 15px;
}
}
@media only screen and (max-width:1280px){
.wmap-bg {
    padding-top: 30px;
}
.wmap-bg .mapbox .map-img {
    width: 700px;
    height: 525px;
}
.wmap-bg .mapbox .right {
    width: calc(100% - 700px);
    transform: translateX(0);
}
.wmap-bg .mapbox .right .map-searchbox .top .theme {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
}
@media only screen and (max-width:1024px){
.wmap-list {
    padding: 30px 0;
}
.wmap-bg .mapbox{
	    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.wmap-bg .mapbox .map-img {
	display: none;
}
.wmap-bg .mapbox .right{
	width: 100%;
	margin-bottom: 3%;
}
.wmap-bg .mapbox .right .map-searchbox {
    width: 100%;
    position: static;
    left: 0;
    top: 0;
}
}
@media only screen and (max-width:414px){
.wmap-bg {
    padding-top: 6%;
    width: 100%;
}
.wmap-list {
    padding: 6% 0;
}
.wmap-bg .mapbox .right .map-searchbox .top{
	padding: 3%; 
}
.wmap-bg .mapbox .right .map-searchbox .search-box .areaitem {
    margin-right: 0;
    margin-bottom: 3%;
}
.wmap-bg .mapbox .right .map-searchbox .search-box .areaitem select{
	width: 260px;
	height: 45px;
}
.wmap-bg .mapbox .right .map-searchbox .search-box .pjitem select{
	height: 45px;
}
.wmap-bg .mapbox .right .map-searchbox .search-box .link{
	float: right;
	width: 50px;
	height: 45px;
	line-height: 45px;
}
.wmap-bg .wmap-class{
	font-size: 0;
}
.wmap-bg .wmap-class .lic {
	width: 25%;
    height: 40px;
    line-height: 40px;
    min-width: auto;
}
}


/*网站地图*/
.site-bg{
	padding: 60px 0;
	min-height: 70vh;
}
.site-bg .site-item{
	width: calc((100% - 80px) / 5);
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.site-bg .site-item:nth-child(5n){
	margin-right: 0;
}
.site-bg .site-item .theme{
	font-size: 1.5rem;
	color: #e00000;
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.site-bg .site-item .sub .sub-a{
	display: block;
	font-size: 1.16rem;
	color: rgba(102,102,102,1);
	height: 3rem;
	line-height: 3rem;
}
@media only screen and (min-width: 601px){
.site-bg .site-item .sub .sub-a:hover{
	color: #e00000;
}
}
@media only screen and (max-width:1024px){
.site-bg {
	padding: 30px 0;
}
}
@media only screen and (max-width:800px){
.site-bg .site-item{
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 30px;
}
.site-bg .site-item:nth-child(5n){
	margin-right: 20px;
}
.site-bg .site-item:nth-child(3n){
	margin-right: 0;
}
}
@media only screen and (max-width:640px){

}
@media only screen and (max-width:414px){
.site-bg {
	padding: 3% 0;
}
.site-bg .site-item{
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	margin-bottom: 6%;
}
.site-bg .site-item:nth-child(5n){
	margin-right: 20px;
}
.site-bg .site-item:nth-child(3n){
	margin-right: 20px;
}
.site-bg .site-item:nth-child(2n){
	margin-right: 0;
}
}



/*搜索*/
.search-main img{ max-width:100%;width: 100%;}
.search-main {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
	min-height: 300px;
}
.search-main .list{ margin-bottom:30px;}
.search-main .type {
	line-height: 50px;
	font-size: 30px;
	color: #e00000;
	font-weight: bold;
	text-align: center;
}

.search-main .list ul li {
	display: block;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding:30px 0;
	float: left;
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}
.search-main .list ul li:nth-child(2n){
	margin-right: 0;
}
.search-main .list ul li.nothing {
	width: 100%;
	text-align: center;
	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;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
height: 48px;
}

.search-main .list ul li a .text .demo {
	font-size: 12px;
	opacity: .7;
	line-height: 1.8;
	margin-bottom: 20px;
	display: none;
}

.search-main .list ul li a .text .rq {
	font-size: 14px;
	opacity: .7;
	line-height: 1.8;
}
.search-main .list ul li a .tu{ margin-bottom:20px;display: none;}
@media only screen and (min-width:600px) {
.search-main .list ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
}

.search-main .list ul li a .tu{ width:200px; margin-right:30px; margin-bottom:0px;display: none;}
.search-main .list ul li a .text {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	width: 100%;
}
}

.search-main .list ul li a span {
	float: right;
	margin-right: 20px;
}

.search-main .list ul li a:hover {
	color: #21263f;
}
@media only screen and (max-width:1280px) {
.search-main .list ul li{
	padding:15px 0;
}
}
@media only screen and (max-width:800px) {
.search-main .type {
	font-size: 22px;
}
.search-main .list ul li{
	float: none;
	width: 100%;
	padding: 10px 0;
	margin-right: 0;
}
.search-main .list ul li a .text .demo{
	margin-bottom: 10px;
}
.search-main .list ul li a .text .title{
	font-size: 16px;
}
}