/*reset*/
@charset "utf-8";html,body{padding:0;margin:0;font:12px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;-webkit-text-size-adjust:100%;font-size-adjust:none;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,images,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0}table{border-collapse:collapse;border-spacing:0}abbr,acronym,fieldset,img,input{border:none}img{vertical-align:top}q:before,q:after{content:""} :focus{outline:none}h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;padding:0;margin:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul,li{list-style:none}a{text-decoration:none;cursor:pointer;color:inherit}a:hover{text-decoration:none;outline:none;color:inherit}a:link{color:inherit;text-decoration:none}a:visited{color:inherit;text-decoration:none}a:active{color:inherit;text-decoration:none}input[type=button]{cursor:pointer}button{cursor:pointer}input::-moz-focus-inner{border:0;padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}ul,li{padding:0;list-style:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}strong{font-weight:bold}input{outline:none}img{border:0}input[type="text"],input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance:none;border-radius:0}textarea{-webkit-appearance:none;border-radius:0} ::-webkit-input-placeholder{color:#999} :-moz-placeholder{color:#999} ::-moz-placeholder{color:#999} :-ms-input-placeholder{color:#999}

/*公共样式*/
a {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textOverflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.textOverflow2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.transiton3s {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.trans {
	-webkit-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.objectCover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flexbox{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.animate {
    transition: all .2s;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0
}

.animated{
    transition: all 1.8s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}
.animate-up {
    transition: all .2s;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0
}
.container {
	width: 1418px;
	margin: 0 auto;
}

/*header*/
.pcHeader{
	width: 100%;
	height: 80px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.pcHeader.detailH{
	background: rgba(0,0,0,0.5);
}
.pcHeader.scllor{
	background: rgba(0,0,0,0.5);
}
.pcHeader .logoBox{
	float: left;
	padding-top: 18px;
}
.pcHeader .pcNav{
	float: right;
}
.pcHeader .pcNav .item{
	display: block;
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 80px;
	padding-left: 54px;
}
.pcHeader .pcNav .item.active{
	font-weight: bold;
}
.pcHeader .pcNav .item:hover{
	font-weight: bold;
}
.mHeader{
	display: none;
	position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    height: 60px;
    width: 100%;
    background: #fff;
}
.mHeader .mlogoBox{
	float: left;
	padding-top: 8px;
}
.logoBoxMo .logoPic{
	height: 28px;
}
.menu {
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    z-index: 1100;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.menu-handler {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    float: right;
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    background-color: #fd913d;
}
.menu-handler .burger {
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 5;
    top: 12px;
    left: 50%;
    margin: 0px 0px 0px -10px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}
.menu-handler .burger-2 {
    top: 19px;
}
.menu-handler .burger-3 {
    top: 26px;
}
.menu-handler.active .burger-1 {
    top: 19px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.menu-handler.active .burger-2 {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.menu-handler.active .burger-3 {
    top: 19px;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.mHeader .navMo{
	display: none;
	width: 100%;
    position: absolute;
    left: 0;
    top:60px;
    background: #fff;
}
.mHeader .navMo .item{
	display: block;
    width: 100%;
    line-height: 50px;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 0;
    color: #666;
    position: relative;
    font-size: 16px;
}
.mHeader .navMo .item.active{
	background: #FD913D;
	color: #fff;
}
.indexBanner{
	position: relative;
}
.indexBanner .video{
    display: block;
    width: 100%
}
.indexBanner .textBox{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	max-height: 100vh;
}
.indexBanner .textBox .tit{
	text-align: center;
	font-size: 2.6vw;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}
.indexBanner .textBox .en{
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5;
}
.indexBanner .textBox .dansh{
	width: 70px;
	height: 2px;
	margin: 1.5vw auto;
	background: #fff;
}
.indexBanner .textBox .pro{
	text-align: center;
	font-size: 0.93vw;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 1.5vw;
}
.indexBanner .textBox .seeCases{
	display: block;
	margin: 0 auto;
	background: #fd913d url(../img/jiantou.png) no-repeat 140px center;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	padding-right: 34px;
	width: 196px;
}
.indexBanner .textBox .seeCases:hover{
	opacity: 0.8;
	background-position: 150px center;
}
.indexMo1{
	background: url(../img/bg1.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding-top: 110px;
}
.indexMo1 .textBox{
	float: left;
	width: 510px;
}
.indexMo1 .textBox .name{
	font-size: 30px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 50px;
}
.indexMo1 .textBox .pro{
	font-size: 20px;
	color: #333;
	line-height: 2;
	font-weight: 200;
	margin-bottom: 30px;
}
.indexMo1 .textBox .more{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	width: 130px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}
.indexMo1 .textBox .more:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/line1.png) no-repeat center center;
}
.indexMo1 .titleBox{
	float: right;
	padding-right: 10%;
	padding-top: 90px;
}
.moTitle{
	text-align: center;
}
.moTitle .enName{
	font-size: 5.2vw;
	color: rgba(255,119,13,0.6);
	font-weight: bold;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.moTitle .chName{
	font-size: 2.6vw;
	color: #333;
	position: relative;
	top: -30px;
	line-height: 1;
	text-align: center;
	letter-spacing: 4px;
}
.moTitle .pro{
	font-size: 1.56vw;
	color: #666;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 3px;
}
.moTitle .pro2{
	display: inline-block;
	font-size: 1.56vw;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 70px;
	letter-spacing: 3px;
	background: #FD913D;
	padding: 0 10px;
}
.moTitle .whiteName{
	color: #fff;
}

.indexMo1 .list{
	margin-top: 70px;
}
.indexMo1 .list .listItem{
	float: left;
	width: 25%;
	height: 470px;
	margin-top: 20px;
	background: rgba(90,228,236,0.9);
	position: relative;
	padding: 20px;
}
.indexMo1 .list .listItem:nth-of-type(2n){
	border-bottom: 20px solid #f9f9f9;
	height: 490px;
	margin-top: 0;
	background: rgba(247,138,81,0.9);
}
.indexMo1 .list .listItem .flexbox{
	border: 8px solid transparent;
}
.indexMo1 .list .listItem:nth-of-type(2n) .flexbox{
	border-color: rgba(255,255,255,0.2);
}
.indexMo1 .list .listItem .logo{
	display: block;
	margin: 0 auto 38px;
}
.indexMo1 .list .listItem .seeAbout{
	display: block;
    margin: 0 auto;
    background: url(../img/jiantou.png) no-repeat 140px center;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    padding-right: 34px;
    width: 196px;
	border: 1px solid #fff;
}
.indexMo1 .list .listItem .seeAbout:hover{
	background-color: #fd913d;
	border-color: #fd913d;
	background-position: 150px center;
}
.indexMo1 .list .listItem .box{
	display: block;
	text-align: center;
	width: 100%;
}
.indexMo1 .list .listItem .chname{
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 1.6;
}
.indexMo1 .list .listItem .enname{
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #040e0e;
	text-align: center;
	line-height: 1.6;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 0 20px;
	opacity: 0;
}
.indexMo1 .list .listItem .enname:after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #040e0e;
}
.indexMo1 .list .listItem:hover .chname{
	margin-top: 200px;
	color: #040e0e;
}
.indexMo1 .list .listItem:hover .enname{
	opacity: 1;
}
.indexMo2{
	padding: 76px 0;
	background: #f9f9f9;
}
.indexMo2 .tabBars,.caseMo4 .tabBars2{
	text-align: center;
}
.indexMo2 .tabBars .tabBar,.indexMo2 .tabBars .mo,.caseMo4 .tabBars2 .tabBar{
	display: inline-block;
	position: relative;
	padding: 0 26px;
	font-size: 20px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 20px;
	cursor: pointer;
}
.indexMo2 .tabBars .tabBar:after,.caseMo4 .tabBars2 .tabBar:after{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/line2.png) no-repeat center center;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.indexMo2 .tabBars .tabBar.active:after,.caseMo4 .tabBars2 .tabBar.active:after{
	opacity: 1;
}
.indexMo2 .tabBars .tabBar:hover:after,.caseMo4 .tabBars2 .tabBar:hover:after{
	opacity: 1;
}
.indexMo2 .tabBars .mo:hover{
	color: #fd913d;
}
.indexMo2 .tabCons .tabCon,.caseMo4 .tabCons2 .tabCon{
	display: none;
}
.indexMo2 .tabCons .tabCon.active,.caseMo4 .tabCons2 .tabCon.active{
	display: block;
}
.indexMo2 .tabCons .list{
	margin-top: 50px;
}
.indexMo2 .tabCons .list .listItem{
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 2.6%;
	float: left;
	height: 322px;
}
.indexMo2 .tabCons .list .listItem:nth-of-type(4n){
	margin-right: 0;
}
.indexMo2 .tabCons .list .listItem:nth-of-type(2){
	height: 486px;
}
.indexMo2 .tabCons .list .listItem:nth-of-type(4){
	height: 486px;
}
.indexMo2 .tabCons .list .listItem:nth-of-type(5){
	height: 486px;
	margin-top: -164px;
}
.indexMo2 .tabCons .list .listItem:nth-of-type(7){
	height: 486px;
	margin-top: -164px;
}
.indexMo2 .tabCons .list .listItem .picBox{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.indexMo2 .tabCons .list .listItem .textBox{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(0,0,0,0.2);
	color: #fff;
}
.indexMo2 .tabCons .list .listItem .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  background-image: -moz-linear-gradient( 130deg, rgba(90,228,236,0.90196) 0%, rgba(247,138,81,0.90196) 100%);
  background-image: -webkit-linear-gradient( 130deg, rgba(90,228,236,0.90196) 0%, rgba(247,138,81,0.90196) 100%);
  background-image: -ms-linear-gradient( 130deg, rgba(90,228,236,0.90196) 0%, rgba(247,138,81,0.90196) 100%);
  opacity: 0;
  z-index: 5;
}
.indexMo2 .tabCons .list .listItem:hover .textBox{
	background: none;
	color: #333333;
}
.indexMo2 .tabCons .list .listItem:hover .bg{
	opacity: 1;
}
.indexMo2 .tabCons .list .listItem:hover .dansh{
	background: #333;
}
.indexMo2 .tabCons .list .listItem .box{
	position: absolute;
	left: 0;
	bottom: 30px;
	padding: 0 30px;
	width: 100%;
}
.indexMo2 .tabCons .list .listItem .dansh{
	width: 46px;
	height: 2px;
	background: #fff;
	margin-bottom: 10px;
}
.indexMo2 .tabCons .list .listItem .name{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom:10px;
	font-weight: bold;
}
.indexMo2 .tabCons .list .listItem .pro{
	font-size: 12px;
	line-height: 1.5;
}
.indexMo3{
	background: url(../img/bg2.jpg) center bottom;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 96px 0 50px;
}
.indexMo3 .leftBox{
	float: left;
	width: calc(100% - 600px);
}
.indexMo3 .leftBox .enName{
	text-align: left;
	color: rgba(255,255,255,0.3);
}
.indexMo3 .leftBox .chName{
	text-align: left;
	letter-spacing: 4px;
}
.indexMo3 .leftBox .pro{
	text-align: left;
	color: #fff;
	letter-spacing: 2px;
}
.indexMo3 .rightBox{
	float: right;
	width: 558px;
	margin-right: 40px;
}
.indexMo3 .rightBox .listItem{
	float: left;
	width: 100px;
	height: 118px;
	margin-right: 30px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: rgba(255,255,255,0.85);
}

.indexMo3 .rightBox .img{
	display: block;
	max-width: 100%;
	/*filter:Gray; 
	-webkit-filter: grayscale(100%);*/
}
/*.indexMo3 .rightBox .listItem:hover .img{
	filter:none; 
	-webkit-filter: none;
}*/
.indexMo3 .rightBox .listItem:nth-of-type(8n-7){	
	width: 134px;
	height: 88px;
}
.indexMo3 .rightBox .listItem:nth-of-type(8n-5){
	width: 134px;
	height: 88px;
}
.indexMo3 .rightBox .listItem:nth-of-type(8n-3){
	margin-bottom: 30px;
}
.indexMo3 .rightBox .listItem:nth-of-type(8n-2){
	width: 134px;
	height: 88px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-bottom: 30px;
}
.indexMo3 .rightBox .listItem:nth-of-type(8n-1){
	margin-bottom: 30px;
}
.indexMo3 .rightBox .listItem:nth-of-type(8n){
	width: 134px;
	height: 88px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.indexMo3 .rightBox .listItem:nth-of-type(4n){
	margin-right: 0;
}
.indexMo4{
	background: url(../img/bg3.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 110px 0 140px;
}
.indexMo4 .moTitle .enName {
    color: rgba(255,255,255,0.3);
}
.indexMo4 .honorSwi{
	position: relative;
	margin-top: 30px;
}
.indexMo4 .honorSwi .item{
	width: 243px;
	height: 226px;
	margin: 0 auto;
	background: url(../img/honor.png) no-repeat center center;
	background-size: 100% auto;
	padding: 92px 40px 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	max-width: 100%;
}
.indexMo4 .honorSwi .swiper-slide{
	border-bottom: 1px solid rgba(255,255,255,0.4);
	border-right: 1px solid rgba(255,255,255,0.4);
	position: relative;
	right: -2px;
	
}
.indexMo4 .honorSwi .swiper-wrapper{
	bottom: -1px;
}
.indexMo4 .honorSwi .swiper-button-next{
	right: -50px;
}
.indexMo4 .honorSwi .swiper-button-prev{
	left: -50px;
}
/*footer*/
.ysFooter{
	background: #f9f9f9;
	padding-top: 50px;
}
.ysFooter .leftBox{
	float: left;
}
.ysFooter .leftBox .blogo{
	display: block;
	margin-bottom: 30px;
	height: 64px;
}
.ysFooter .leftBox .info{
	font-size: 14px;
	color: #333;
	line-height: 2;
}
.ysFooter .rightBox{
	float: right;
}
.ysFooter .rightBox .item{
	float: left;
}
.ysFooter .rightBox .item:last-of-type{
	margin-left: 30px;
}
.ysFooter .rightBox .ewmPic{
	display: block;
	width: 126px;
	height: 126px;
	margin-bottom: 10px;
}
.ysFooter .rightBox .txt{
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	text-align: center;
}
.ysFooter .links{
	padding: 15px 0;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	border-top: 1px solid #f8c1a5;
	margin-top: 20px;
}
.ysFooter .links a{
	padding: 0 5px;
}
.ysFooter .links a:hover{
	color: #fd913d;
}
.ysFooter .copyright{
	padding: 30px 0;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	border-top: 1px solid #f8c1a5;
}
/*form*/
.footerForm{
	background: #fd913d;
	height: 80px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	overflow: hidden;
}
.footerForm .name{
	float: left;
	font-size: 26px;
	color: #fff;
	line-height: 50px;
	border-right: 1px solid rgba(255,255,255,0.5);
	padding: 0 30px;
	margin-top: 15px;
	width: 165px;
}
.footerForm .form{
	display: block;
	width: calc(100% - 190px);
	float: left;
	padding-left: 7%;
	padding-top: 20px;
}
.footerForm .form .formItem{
	display: block;
	font-weight: normal;
	width: 14.5%;
	float: left;
	margin-right: 14px;
}
.footerForm .form .select,.footerForm .form .input{
	display: block;
	width: 100%;
	background: #dc753f;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	border: none;
}
.footerForm .form .formSub{
	display: block;
	width: 11.5%;
	float: left;
	text-align: center;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	height: 40px;
	margin-left: 3%;
  border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(254,228,215) 0%, rgb(250,255,253) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(254,228,215) 0%, rgb(250,255,253) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(254,228,215) 0%, rgb(250,255,253) 100%);
}
.footerForm #formClose{
	background: url(../img/close.png) no-repeat center center;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 26px;
	top: 14px;
	cursor: pointer;
}
.footerForm #formClose:hover{
	opacity: 0.6;
}
.footerForm input::-webkit-input-placeholder{
    color:#fff;
}
.footerForm input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
.footerForm input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
.footerForm input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;
}
.footerForm.close{
	width: 100px;
	height: 50px;
	right: 0;
	left: auto;
	border-radius: 5px;
	padding: 0;
	bottom: 42px;
	overflow: hidden;
}
.footerForm.close .name{
	font-size: 14px;
    color: #fff;
    line-height: 50px;
    padding: 0 10px;
    border: none;
    width: 100%;
    margin: 0;
}
.footerForm.close #formClose{
    right: 14px;
    top: 19px;
    width: 14px;
    height: 14px;
    background-image: url(../img/arrD.png);
    background-size: 100% 100%;	
}
/*rightAside*/
.rightAside{
	position: fixed;
	right: 0;
	bottom: 106px;
	z-index: 999;
}
.rightAside .open{
  	border-radius: 5px;
  	background-color: rgb(255, 255, 255);
  	box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.18);
  	-webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.18);
  	width: 177px;
 	overflow: hidden;
	height: 236px; 
}
.rightAside .open.close{
	height: 50px;
	width: 100px;
}
.rightAside .open.close .item{
	display: none;
}
.rightAside .open.close #sideClose{
	background-image: url(../img/arrD.png);
}
.rightAside .open .title{
	width: 100%;
	height: 60px;
	background: #fd913d;
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	padding: 0 20px;
}
.rightAside .open.close .title{
	padding: 0 10px;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
}
#sideClose{
	position: absolute;
	right: 14px;
	top: 19px;
	width: 14px;
	height: 14px;
	background: url(../img/close.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.rightAside .open .item{
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 16px 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 16px;
}
.rightAside .open .item .icon{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	margin-right: 10px;
}
.rightAside .open .item .icon1{
	background: url(../img/aside1.png) no-repeat center center;
}
.rightAside .open .item .icon2{
	background: url(../img/aside2.png) no-repeat center center;
}
.rightAside .open .item .icon3{
	background: url(../img/aside3.png) no-repeat center center;
}
.rightAside .open a.item:hover{
	color: #fd913d;
}
.rightAside .open .item p{
	margin-top: 10px;
}
/*case*/
.innerBanner{
	width: 100%;
	height: 100vh;
	position: relative;
}
.innerBanner .textBox{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.innerBanner .textBox .enName{
	font-size: 6.2vw;
	color: rgba(253,147,92,0.6);
	font-weight: bold;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.innerBanner .textBox .chName{
	font-size: 4.1vw;
	color: #fff;
	position: relative;
	top: -2.6vw;
	line-height: 1;
	text-align: center;
	letter-spacing: 4px;
}
.innerBanner .textBox .pro{
	font-size: 1.2vw;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 1.62vw;
	letter-spacing: 3px;
	margin-top: -10px;
}
.innerBanner .textBox .dansh{
	width: 130px;
	height: 4px;
	margin: 0 auto;
	background: rgba(253,147,92,0.6);
}
.position{
	padding: 40px 0 40px 26px;
	font-size: 16px;
	color: #999;
	line-height: 1.5;
	background: url(../img/position.png) no-repeat left center;
}
.caseMo1 .sxBox{
	background: #f9f9f9;
	width: 100%;
}
.caseMo1 .sxBox .item{
	padding: 0 34px;
	border-bottom: 1px solid #f2f2f2;
	padding: 22px 38px 12px;
	font-size: 20px;
	color: #666;
	line-height: 36px;
}
.caseMo1 .sxBox .item:last-of-type{
	border-bottom: none;
}
.caseMo1 .sxBox .item .name{
	float: left;
	width: 100px;
	color: #999;
}
.caseMo1 .sxBox .item .categroy{
	width: calc(100% - 100px);
	float: left;
}
.caseMo1 .sxBox .item .categroy a{
	display: block;
	float: left;
	margin: 0 27px 10px;
}
.caseMo1 .sxBox .item .categroy a:hover{
	color: #FD913D;
}
.caseMo1 .sxBox .item .categroy a.active{
	color: #FD913D;
}
.caseMo1 .formBox{
	margin: 24px 0 50px;
}
.caseMo1 .formBox .txt{
	font-size: 20px;
	color: #666;
	font-weight: 200;
	line-height: 54px;
	float: left;
}
.caseMo1 .formBox .caseFrom{
	display: block;
	float: right;
	height: 54px;
	border-bottom: 1px solid #cfcfcf;
	width: 460px;
}
.caseMo1 .formBox .caseFrom .formInput{
	display: block;
	font-weight: 200;
	font-size: 20px;
	color: #666;
	width: 400px;
	float: left;
	line-height: 54px;
	padding: 0;
	background: none;
}
.caseMo1 .formBox .caseFrom .formSub{
	float: right;
	width: 60px;
	background: url(../img/search.png) no-repeat right center;
	height: 100%;
	border: none;
}
.caseMo1 .list{
	margin-bottom: 50px;
}
.caseMo1 .list .listItem{
	width: 23%;
	height: 306px;
	float: left;
	margin-right: 2.6%;
	margin-bottom: 2.6%;
}
.caseMo1 .list .listItem:nth-of-type(4n){
	margin-right: 0;
}
.caseMo1 .list .listItem .picBox{
	width: 100%;
	height: 184px;
	overflow: hidden;
}
.caseMo1 .list .listItem .textBox{
	width: 100%;
	height: 84px;
	padding: 10px 10px 0;
	background: #fbfbfb;
}
.caseMo1 .list .listItem .name{
	font-size: 20px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 10px;
}
.caseMo1 .list .listItem .tags{
	display: none;
	text-align: right;
	font-size: 14px;
	color: #fff;
}
.caseMo1 .list .listItem .tags span{
	display: inline-block;
	line-height: 22px;
	height: 22px;
	border-radius: 11px;
	background: #5de2ea;
	padding: 0 6px;
	margin-left: 4px;
}
.caseMo1 .list .listItem .tags span:first-of-type{
	background: #FD913D;
}
.caseMo1 .list .listItem .more{
	width: 100%;
	height: 34px;
	background: #e5e5e5;
	font-size: 12px;
	color: #a4a4a4;
	line-height: 34px;
	position: relative;
	padding: 0 10px;
}
.caseMo1 .list .listItem .more:after{
	content: '';
	width: 25px;
	height: 100%;
	position: absolute;
	right: 10px;
	top: 0;
	background: url(../img/arr.png) no-repeat;
	background-position: 0 center;
}
.caseMo1 .list .listItem:hover .objectCover{
	-moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.caseMo1 .list .listItem:hover .more{
	background: #FD913D;
	color: #fff;
}
.caseMo1 .list .listItem:hover .more:after{
	background-position: -25px center;
}
.caseMo1 .list .listItem:hover .name{
	color: #FD913D;
}
.caseMo2{
	background: url(../img/casebg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 66px 0;
}
.caseMo2 .item{
	float: left;
	width: 20%;
	position: relative;
	text-align: center;
	color: #fff;
}
.caseMo2 .item:after{
	content: '';
	width: 1px;
	height: 58px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -29px;
}
.caseMo2 .item .num{
	font-size: 3.1vw;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.caseMo2 .item .righttop{
	font-size: 16px;
	font-weight: normal;
	position: relative;
	top: -1.56vw;
	margin-left: 8px;
}
.caseMo2 .item .name{
	font-size: 20px;
	line-height: 1.5;
}
.caseMo3 .box{
	position: relative;
}
.caseMo3 .box .bgY{
	content: '';
	width: 100%;
	height: 100%;
	background: #fc913e;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
}
.caseMo3 .box .bgB{
	content: '';
	width: 100%;
	height: 100%;
	background: #5ee2e9;
	position: absolute;
	right: 50%;
	top: 0;
	z-index: -1;
}
.caseMo3 .box .leftBox{
	float: left;
	width: 66.5%;
	height: 678px;
	background: #5ee2e9;
	padding-top: 78px;
	padding-right: 5%;
	position: relative;
}
.caseMo3 .box .rightBox{
	float: left;
	width: 33.5%;
	height: 678px;
	background: #fc913e;
	padding-left: 5%;
	padding-top: 112px;
	position: relative;
}
.caseMo3 .box .leftBox .tabBar{
	display: inline-block;
	font-size: 24px;
	color: #333;
	line-height: 1.5;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
	margin-right: 8%;
	cursor: pointer;
}
.caseMo3 .box .leftBox .tabBar.active{
	font-weight: bold;
	border-color: #fc913e;
}
.caseMo3 .box .leftBox .tabCons{
	margin-top: 60px;
}
.caseMo3 .box .leftBox .tabCon{
	display: none;
	height: 216px;
	overflow-y: auto;
}
.caseMo3 .box .leftBox .tabCon.active{
	display: block;
}
.caseMo3 .box .leftBox .tabCon .listItem{
	float: left;
	width: calc((100% - 80px)/6);
	height: 74px;
	margin-right: 16px;
	margin-bottom: 16px;
	border: 1px solid rgba(255,255,255,0.5);
	font-size: 16px;
	color: #333;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.caseMo3 .box .leftBox .tabCon .listItem:nth-of-type(6n){
	margin-right: 0;
}
.caseMo3 .box .leftBox .tabCon .listItem:nth-of-type(12n-1),.caseMo3 .box .leftBox .tabCon .listItem:nth-of-type(12n-3),.caseMo3 .box .leftBox .tabCon .listItem:nth-of-type(12n-5),.caseMo3 .box .leftBox .tabCon .listItem:nth-of-type(12n-6),.caseMo3 .box .leftBox .tabCon .listItem:nth-of-type(12n-8),.caseMo3 .box .leftBox .tabCon .listItem:nth-of-type(12n-10){	
	height: 110px;
}
.caseMo3 .box .leftBox .tabCon .listItem:nth-of-type(12n-1),.caseMo3 .box .leftBox .tabCon .listItem:nth-of-type(12n-3),.caseMo3 .box .leftBox .tabCon .listItem:nth-of-type(12n-5){
	margin-top: -36px;
}
.caseMo3 .box .leftBox .tabCon .listItem:hover{
	color: #fff;
	background: #fc913e;
	border-color: #fc913e;
}
.caseMo3 .box .leftBox .tabCon .listItem.active{
	color: #fff;
	background: #fc913e;
	border-color: #fc913e;
}
.pdt{
	padding-top: 100px;
}
.pdb{
	padding-bottom: 100px;
}
.caseMo3 .box .leftBox .cover{
	margin-top: 70px;
}
.caseMo3 .box .leftBox .cover .name{
	font-size: 24px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 28px;
}
.caseMo3 .box .leftBox .cover .txt{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
}
.caseMo3 .box .rightBox .list{	
	display: none;
	width: 100%;
	height: 490px;
	overflow-y:auto;
	border: 1px solid #eee;
}
.caseMo3 .box .rightBox .list.active{
	display: block;
}
.caseMo3 .box .rightBox .list .listItem{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	border-bottom: 1px solid #eee;
	padding: 15px 26px;
}
.caseMo4 .list{
	margin-bottom: 100px;
	margin-top: 50px;
}
.caseMo4 .list .listItem{
	float: left;
	width: 25%;
	height: 200px;
	padding: 2px;
}
.caseMo4 .list .listItem .picBox{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.caseMo4 .list .listItem .bg{	
  background-image: -moz-linear-gradient( 130deg, rgb(90,228,236) 0%, rgb(247,138,81) 100%);
  background-image: -webkit-linear-gradient( 130deg, rgb(90,228,236) 0%, rgb(247,138,81) 100%);
  background-image: -ms-linear-gradient( 130deg, rgb(90,228,236) 0%, rgb(247,138,81) 100%);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.caseMo4 .list .listItem .textBox{
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	z-index: 11;
	padding: 0 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.caseMo4 .list .listItem .name{
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
}
.caseMo4 .list .listItem .name span{
	display: inline-block;
	position: relative;
	padding: 0 6px;
}
.caseMo4 .list .listItem .name span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #333;
	opacity: 0;
}
.caseMo4 .list .listItem:hover .bg{
	opacity: 0.9;
}
.caseMo4 .list .listItem:hover .textBox{
	background: none;
}
.caseMo4 .list .listItem:hover .name{
	color: #333;
	bottom: 90px;
}
.caseMo4 .list .listItem:hover .name span:after{
	opacity: 1;
}
.loadMore{
	width: 326px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border-radius: 35px;
	margin: 0 auto;
	cursor: pointer;
	background: #FD913D;
}
.loadMore:hover{
	opacity: 0.6;
}
/*detail*/
.detailMo{
	padding-top: 160px;
}
.detailMo .title{
	border-bottom: 1px solid #ffe9d8;
	margin-bottom: 50px;
}
.detailMo .title .artName{
	font-size: 32px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 10px;
}
.detailMo .title .time{
	font-size: 20px;
	color: #999;
	line-height: 1.6;
	margin-bottom: 36px;
}
.detailMo .videoBox{
	width: 100%;
	height: 704px;
	margin-bottom: 80px;
}
.detailMo .videoBox iframe,.detailMo .videoBox p{
	display: block;
	width: 100%;
	height: 100%;
}
.detailMo .videoBox .video{
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
}
.detailMo .content{
	padding-bottom: 38px;
	border-bottom: 1px solid #ffe9d8;
	margin-bottom: 40px;
}
.detailMo .content .leftBox{
	width: 71.8%;
	padding-right: 8%;
	float: left;
}
.detailMo .content .detail{
	font-size: 20px;
	color: #333;
	line-height:1.6;
}
.detailMo .content .detail img{
	max-width: 100%;
}
.detailMo .content .notice{
	font-size: 20px;
	color: #999;
	line-height:1.6;
	margin-top: 60px;
}
.detailMo .content .rightBox{
	width: 28.2%;
	float: left;
}
.detailMo .tjTitle{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	padding-left: 30px;
	border-left: 4px solid #FD913D;
	margin-bottom: 34px;
}
.detailMo .content .rightBox .list .listItem{
	margin-bottom: 22px;
}
.detailMo .content .rightBox .list .listItem .picBox{
	float: left;
	width: 154px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.detailMo .content .rightBox .list .listItem .mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3) url(../img/palyicon.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.detailMo .content .rightBox .list .listItem .textBox{
	float: left;
	width: calc(100% - 154px);
	padding-top: 10px;
	padding-left: 4%;
}
.detailMo .content .rightBox .list .listItem .name{
	font-size: 18px;
	color: #333;
	line-height:1.6;
	margin-bottom: 4px;
}
.detailMo .content .rightBox .list .listItem .pro{
	font-size: 14px;
	color: #999;
	line-height:24px;
	height: 48px;
}
.detailMo .content .rightBox .list .listItem:hover .objectCover{
	-moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.detailMo .content .rightBox .list .listItem:hover .name{
	color: #FD913D;
}
.detailMo .content .rightBox .list .listItem:hover .pro{
	color: #FD913D;
}
.detailMo .content .rightBox .contactBox{
	margin-top: 40px;
	width: 100%;
	border: 3px solid #fff4eb;
	padding: 0 28px;
}
.detailMo .content .rightBox .contactBox .item{
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #FFF4EB;
	color: #333;
}
.detailMo .content .rightBox .contactBox .name{
	float: left;
	font-size: 18px;
	color: #333;
	margin-right: 20px;
}
.detailMo .content .rightBox .contactBox .num{
	float: left;
	font-size: 1.6vw;
	font-weight: bold;
	color: #333;
	line-height: 1;
}
.detailMo .content .rightBox .contactBox .ways{
	float: left;
}
.detailMo .content .rightBox .contactBox .icon{
	display: block;
	width: 41px;
	height: 41px;
	background: url(../img/contact.png) no-repeat;
	position: relative;
	float: left;
	margin-right: 24px;
	cursor: pointer;
}
.detailMo .content .rightBox .contactBox .icon1{
	background-position: 0 0;
}
.detailMo .content .rightBox .contactBox .icon2{
	background-position: -41px 0;
}
.detailMo .content .rightBox .contactBox .icon3{
	background-position: -82px 0;
}
.detailMo .content .rightBox .contactBox .icon4{
	background-position: -123px 0;
	margin-right: 0;
}
.detailMo .content .rightBox .contactBox .hoverBox{
	display: none;
	position: absolute;
	left: -80px;
	top: 41px;
	padding: 12px;
}
.detailMo .content .rightBox .contactBox .hoverBox:after{
	content: '';
	border: 6px solid transparent;
	border-bottom-color:#f5f5f5;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 0;
}
.detailMo .content .rightBox .contactBox .ewmPic{
	display: block;
	width: 170px;
	padding: 6px;
	background: #f5f5f5;
}
.detailMo .content .rightBox .contactBox .icon:hover{
	background-position-y: -41px;
}
.detailMo .content .rightBox .contactBox .icon1:hover .hoverBox{
	display: block;
}
.detailMo .shareMo{
	padding-bottom: 100px;
	border-bottom: 1px solid #ffe9d8;
	margin-bottom: 70px;
}
.detailMo .shareMo .shareInfo .name{
	font-size: 32px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 10px;	
}
.detailMo .shareMo .shareInfo .profile{
	font-size: 20px;
	color: #999;
	line-height: 1.6;
	margin-bottom: 70px;	
}
.detailMo .shareMo .shareList{
	margin-bottom: 60px;
}
.detailMo .shareMo .shareList .shareItem{
	float: left;
	width: 18%;
	height: 230px;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	background: #f9f9f9;
}
.detailMo .shareMo .shareList .shareItem:nth-of-type(5n){
	margin-right: 0;
}
.detailMo .shareMo .shareList .picBox{
	width: 100%;
	height: 156px;
	overflow: hidden;
}
.detailMo .shareMo .shareList .textBox{
	padding: 10px 5px 0;
}
.detailMo .shareMo .shareList .name{
	font-size: 18px;
	color: #333;
	line-height: 1.6;
}
.detailMo .shareMo .shareList .pro{
	font-size: 14px;
	color: #999;
	line-height: 1.6;
}
.detailMo .shareMo .shareList .shareItem:hover .objectCover{
	-moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.detailMo .shareMo .shareList .shareItem:hover .name{
	color: #FD913D;
}
.detailMo .shareMo .shareList .shareItem:hover .pro{
	color: #FD913D;
}
.bshare-custom .bshare-weixin,.bshare-custom .bshare-sinaminiblog,.bshare-custom .bshare-qqim{
    background: none !important;
    padding: 0 !important;
    margin-right: 10px;
    background-image: url(../img/wx.png) !important;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
.bshare-custom .bshare-sinaminiblog {
    background-image: url(../img/wb.png) !important;
}
.bshare-custom .bshare-qqim{
    background-image: url(../img/qq.png) !important;
}
.bsBox{
	box-sizing: content-box;
	webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.shareCon .shareTxt{
	font-size: 20px;
	color: #999;
	line-height: 40px;
	float: left;
}
.shareCon .bshare-custom{
	float: left;
}
/*service*/
.moBar .box{
	padding: 48px 0;
	border-bottom: 1px solid #efeded;
	justify-content: space-between;
}
.moBar .box .item{
	display: inline-block;
	font-size: 24px;
	color: #333;
	font-weight: 200;
	line-height: 18px;
	border-bottom: 5px solid transparent;
	margin-right: 8%;
}
.moBar .box .item.active{
	border-color: #FD913D;
	font-weight: normal;
}
.moBar .box .item:hover{
	border-color: #FD913D;
	font-weight: normal;
}
.serviceMo1 .leftBox{
	width: 57.8%;
	float: left;
}
.serviceMo1 .leftBox .topBox{
	width: 100%;
	background: #58d8eb;
	padding: 20px 46px;
	color: #fff;
	font-size: 26px;
	line-height: 1.6;
	margin-bottom: 40px;
}
.serviceMo1 .leftBox .topBox .name{
	font-size: 34px;
	margin-bottom: 10px;
}
.serviceMo1 .leftBox .topBox .adv span{
	display: inline-block;
	font-weight: bold;
	margin-right:4%;
	margin-bottom: 12px;
}
.serviceMo1 .leftBox .list{
	border-top: 1px solid #febd8b;
}
.serviceMo1 .leftBox .list .listItem{
	padding: 22px 0;
	border-bottom: 1px solid #febd8b;
}
.serviceMo1 .leftBox .list .name{
	display: block;
	font-size: 24px;
	color: #333;
	line-height: 1.6;
	float: left;
	padding-left: 40px;
}
.serviceMo1 .leftBox .list .textBox{
	float: right;
	width: 45%;
	display: block;
	font-size: 20px;
	color: #333;
	line-height: 1.7;
}
.serviceMo1 .leftBox .list .textBox .txt1{
	font-weight: bold;
}
.serviceMo1 .leftBox .list .textBox .txt2{
	font-weight: 200;
}
.serviceMo1 .rightBox{
	float: right;
	width: 32.4%;
	position: relative;
}
.serviceMo1 .rightBox img{
	position: relative;
	z-index: 10;
}
.serviceMo1 .rightBox .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 10px solid #fedec4;
	right: 30px;
	top: 24px;
}
.serviceMo2{
	position: relative;
}
.serviceMo2 .bg{
	width: 100%;
	height: 100%;
	background: url(../img/serbg1.jpg);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.02;
}
.serviceMo2 .leftBox,.serviceMo2 .rightBox{
	width: 50%;
	float: left;
	background: #58d8eb;
	padding: 4%;
	height: 33.3vw;
}
.serviceMo2 .rightBox{
	background: #fd913d;
}
.serviceMo2 .box{
	border: 10px solid rgba(255,255,255,0.1);
	padding: 0 8%;
}
.serviceMo2 .box .name{
	text-align: center;
	font-size: 2vw;
	color: #fff;
	line-height: 1;
	margin-bottom: 2.7vw;
}
.serviceMo2 .box .pro{
	text-align: center;
	font-size: 1.35vw;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 2.7vw;
}
.serviceMo2 .box .dansh{
	width: 100px;
	height: 2px;
	background: rgba(255,255,255,0.2);
	margin: 0 auto;
}
.serviceMo3 .listItem{
	float: left;
	width: calc((100% - 100px)/6);
	height: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #55d3e5;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.serviceMo3 .listItem .icon{
	width: 65px;
	height: 65px;
	background: url(../img/sericon.png) no-repeat;
	margin: 0 auto 10px;
}
.serviceMo3 .listItem .icon1{
	background-position: 0 0;
}
.serviceMo3 .listItem .icon2{
	background-position: -65px 0;
}
.serviceMo3 .listItem .icon3{
	background-position: -130px 0;
}
.serviceMo3 .listItem .icon4{
	background-position: -195px 0;
}
.serviceMo3 .listItem .icon5{
	background-position: -260px 0;
}
.serviceMo3 .listItem .icon6{
	background-position: -325px 0;
}
.serviceMo3 .listItem .icon7{
	background-position: 0 -65px;
}
.serviceMo3 .listItem .icon8{
	background-position: -65px -65px;
}
.serviceMo3 .listItem .icon9{
	background-position: -130px -65px;
}
.serviceMo3 .listItem .icon10{
	background-position: -195px -65px;
}
.serviceMo3 .listItem .icon11{
	background-position: -260px -65px;
}
.serviceMo3 .listItem .icon12{
	background-position: -325px -65px;
}
.serviceMo3 .listItem .name{
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
}
.serviceMo3 .listItem:nth-of-type(6n){
	margin-right: 0;
}
.serviceMo3 .listItem:nth-of-type(12n-1),.serviceMo3 .listItem:nth-of-type(12n-3),.serviceMo3 .listItem:nth-of-type(12n-5),.serviceMo3 .listItem:nth-of-type(12n-6),.serviceMo3 .listItem:nth-of-type(12n-8),.serviceMo3 .listItem:nth-of-type(12n-10){	
	height: 242px;
}
.serviceMo3 .listItem:nth-of-type(12n-1),.serviceMo3 .listItem:nth-of-type(12n-3),.serviceMo3 .listItem:nth-of-type(12n-5){
	margin-top: -82px;
}
.serviceMo3 .listItem:hover{
	background: #fd913d;
}
.serviceMo4{
	background: #fd913d;
}
.serviceMo4 .moTitle .enName{
	color: rgba(255,255,255,0.3);
}
.serviceMo4 .list{
	padding-top: 30px;
}
.serviceMo4 .listItem{
	background: rgba(255,255,255,0.9);
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 2.6%;
	height: 242px;
	padding: 40px 24px 0;	
	float: left;	transition: all 0.3s;    -moz-transition: all 0.3s;    -webkit-transition: all 0.3s;    -ms-transition: all 0.3s;
}
.serviceMo4 .listItem:nth-of-type(4n){
	margin-right: 0;
}
.serviceMo4 .listItem .title{
	padding-left: 94px;
	position: relative;
	margin-bottom: 14px;
	min-height: 64px;
}
.serviceMo4 .listItem .icon{
	position: absolute;
	width: 74px;
	height: 64px;
	background: url(../img/sericon.png) no-repeat;
	left: 0;
	top: 50%;
	margin-top: -32px;
}
.serviceMo4 .listItem .icon1{
	background-position: 0 -147px;
}
.serviceMo4 .listItem .icon2{
	background-position: -74px -147px;
}
.serviceMo4 .listItem .icon3{
	background-position: -148px -147px;
}
.serviceMo4 .listItem .icon4{
	background-position: -222px -147px;
}
.serviceMo4 .listItem .icon5{
	background-position: 0 -211px;
}
.serviceMo4 .listItem .icon6{
	background-position: -74px -211px;
}
.serviceMo4 .listItem .icon7{
	background-position: -148px -211px;
}
.serviceMo4 .listItem .icon8{
	background-position: -222px -211px;
}
.serviceMo4 .listItem .icon9{
	background-position: 0 -275px;
}
.serviceMo4 .listItem .icon10{
	background-position: -74px -275px;
}
.serviceMo4 .listItem .icon11{
	background-position: -148px -275px;
}
.serviceMo4 .listItem .icon12{
	background-position: -222px -275px;
}
.serviceMo4 .listItem .name{
	font-size: 30px;
	color: #333;
	line-height: 1;
	margin-bottom: 12px;
}
.serviceMo4 .listItem .enname{
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	text-transform: uppercase;
}
.serviceMo4 .listItem .tag{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}.serviceMo4 .listItem:hover{	background: #55d3e5;}
.serviceMo5{
	background: #f5f5f5;
}
.serviceMo5 .box{
	padding-top: 30px;
}
.serviceMo5 .leftBox{
	float: left;
    width: 48.3%;
    position: relative;	
}
.serviceMo5 .leftBox img {
    position: relative;
    z-index: 10;
}
.serviceMo5 .leftBox .bg{
	position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid #a6e6f0;
    left: 30px;
    top: 40px;
}
.serviceMo5 .rightBox{
	float: right;
    width: 41%;
}
.serviceMo5 .rightBox .listItem{
	width: 100%;
	padding-left: 120px;
	position: relative;
	margin-bottom: 32px;
}
.serviceMo5 .rightBox .listItem .icon{
	position: absolute;
	left: 0;
	top: 50%;
	width: 74px;
	height: 74px;
	margin-top: -37px;
	background: url(../img/sericon.png) no-repeat;
}
.serviceMo5 .rightBox .listItem .icon1{
	background-position: -1px -359px;
}
.serviceMo5 .rightBox .listItem .icon2{
	background-position: -75px -359px;
}
.serviceMo5 .rightBox .listItem .icon3{
	background-position: -149px -359px;
}
.serviceMo5 .rightBox .listItem .icon4{
	background-position: -223px -359px;
}
.serviceMo5 .rightBox .listItem .name{
	font-size: 26px;
	color: #333;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 12px;
}
.serviceMo5 .rightBox .listItem .pro{
	font-size: 20px;
	color: #666;
	line-height: 1.5;
	font-weight: 200;
}
.serviceMo6 .moTitle .enName{
	color: rgba(255,255,255,0.3);
}
.serviceMo6{
	background: url(../img/serbg2.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.serviceMo6 .process{
	background: url(../img/processbg.png) no-repeat;
	background-size: 100% auto;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	color: #666;
}
.serviceMo6 .process .fle{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.serviceMo6 .process .line1{
	width: 11%;
	float: left;
	height: 306px;
}
.serviceMo6 .process .line1 h3{
	width: 24px;
	font-weight: bold;
}
.serviceMo6 .process .line2{
	width: 89%;
	float: left;
	height: 204px;
}
.serviceMo6 .process .line3{
	width: 89%;
	float: left;
	height: 102px;
}
.serviceMo6 .process .line2_1{
	width: 14.28%;
	float: left;
	height: 204px;
}
.serviceMo6 .process .line2_2,.serviceMo6 .process .line3_1{
	width: 14.28%;
	float: left;
	height: 102px;
}
.serviceMo6 .mProcess{
	display: none;
}
/*news*/
.newsMo .list{
	padding: 60px 0;
}
.newsMo .list .listItem a{
    display: block;
}
.newsMo .list .listItem {
    background: #f9f9f9;
    padding: 24px;
    position: relative;
    margin-bottom: 20px;
}
.newsMo .list .listItem .leftBox {
    float: left;
    width: 72%;
}
.newsMo .list .listItem .picBox {
    position: relative;
    width: 35%;
    height: 196px;
    float: left;
    overflow: hidden;
}
.newsMo .list .listItem .textBox {
    width: 65%;
    float: left;
    padding-left: 4%;
    padding-top: 34px;
    position: relative;
}
.newsMo .list .listItem .title {
    line-height: 1.5;
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
}
.newsMo .list .listItem .detail{
	font-size: 14px;
	color: #999;
	line-height: 30px;
	height: 60px;
}
.newsMo .list .listItem .dansh {
    position: absolute;
    top: 50px;
    left: -54px;
    height: 2px;
    width: 0;
    background: #fd913d;
}
.newsMo .list .listItem .timeBox {
	position: absolute;
	right: 56px;
	top: 50px;
	z-index: 10;
}
.newsMo .list .listItem .time {
    
    float: left;
}
.newsMo .list .listItem .time-md {
    font-size: 32px;
    color: #bcbcbc;
    line-height: 1;
    margin-bottom: 5px;
}
.newsMo .list .listItem .time-y {
    font-size: 16px;
    color: #999;
    line-height: 1.5;
    text-align: right;
}
.newsMo .list .listItem .arrow {
    float: left;
    margin-left: 26px;
    width: 42px;
    height: 42px;
    border-left: 1px solid #ececec;
}
.newsMo .list .listItem .arrow-right {
    display: block;
    width: 21px;
    height: 17px;
    background: url(../img/arrow.png);
    margin: 12px auto 0;
}
.newsMo .list .listItem:hover .objectCover{
	-moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.newsMo .list .listItem:hover .dansh{
	width: 80px;
}
.newsMo .list .listItem:hover .title{
    color: #fd913d;
}
.newsMo .list .listItem:hover .arrow{
	background: #FD913D;
	border-color: #FD913D;
}
.newsMo .list .listItem:hover .arrow-right{
    background-position: -21px 0;
}
/*team*/
.teamMo .topBox{
	background: #f5f5f5;
	padding: 30px 20px 50px;
	margin-top: 60px;
	margin-bottom: 30px;
}
.teamMo .topBox .txt{
	font-size: 24px;
	color: #333;
	line-height: 1;
	padding-left: 30px;
	border-left: 4px solid #58d8eb;
	margin-bottom: 26px;
}
.teamMo .topBox .txt2{
	font-size: 20px;
	color: #666;
	line-height: 1.6;
	text-indent: 2em;
	font-weight: 200;
}
.teamMo .list .listItem{
	width: 100%;
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
.teamMo .list .listItem .picBox{
	float: left;
	width: 234px;
	height: 154px;
	overflow: hidden;
}
.teamMo .list .listItem .textBox{
	width: calc(100% - 234px);
	float: left;
	padding-left: 5%;
	padding-right: 12%;
}
.teamMo .list .listItem .title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
	padding-top: 10px;
}
.teamMo .list .listItem .zhiwei{
	font-size: 20px;
	color: #666;
	line-height: 1.8;
}
.teamMo .list .listItem .xuanyan{
	font-size: 20px;
	color: #999;
	font-weight: 200;
	line-height: 1.8;
	margin-bottom: 20px;
}
.teamMo .list .listItem .description{
	height: 0;
	overflow: hidden;
	
}
.teamMo .list .listItem .description .name{
	font-size: 20px;
	color: #666;
	line-height: 1.8;
}
.teamMo .list .listItem .description .profile{
	font-size: 20px;
	color: #666;
	font-weight: 200;
	line-height: 1.8;
	padding-bottom: 50px;
}
.teamMo .list .listItem .switch{
	width: 30px;
	height: 28px;	
	position: absolute;
	right: 48px;
	top: 34px;
	cursor: pointer;
}
.teamMo .list .listItem .switch:after{
	content: '+';
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FD913D;
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.teamMo .list .listItem.active .description{
	height: auto;
}
.teamMo .list .listItem.active .switch:after{
	content: '-';
	background: #58d8eb;
}
/*recruitment*/
.recMo .topList{
	margin-bottom: 40px;
	margin-top: 60px;
}
.recMo .topList .listItem{
	width: 32%;
	margin-right: 2%;
	height: 198px;
	background: #f5f5f5;
	float: left;
	padding: 30px 30px 0 148px;
	position: relative;
}
.recMo .topList .listItem:nth-of-type(3n){
	margin-right: 0;
}
.recMo .topList .listItem .icon{
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -47px;
	z-index: 10;
}
.recMo .topList .listItem .title{
	font-size: 20px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 18px;
}
.recMo .topList .listItem .pro{
	font-size: 12px;
	color: #666;
	line-height: 1.6;
	font-weight: 200;
}
.recMo .list .listItem{
	background: #f5f5f5;
	margin-bottom: 20px;
	padding: 22px 38px 33px;
	position: relative;
}
.recMo .list .listItem .title{
	font-size: 24px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 12px;
}
.recMo .list .listItem .yaoqiu{
	font-size: 18px;
	color: #666;
	line-height: 34px;
	font-weight: 200;
	height: 68px;
	overflow: hidden;
}
.recMo .list .listItem .switch{
	width: 30px;
	height: 28px;	
	position: absolute;
	right: 48px;
	top: 34px;
	cursor: pointer;
}
.recMo .list .listItem .switch:after{
	content: '+';
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FD913D;
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.recMo .list .listItem.active .yaoqiu{
	height: auto;
}
.recMo .list .listItem.active .switch:after{
	content: '-';
	background: #58d8eb;
}
/*about*/
.moBar2 .box .item{
	color: #fff;
}
.moBar2 .box{
	border-color: #f7b480;
}
.moBar2 .box .item.active{
	border-color: #78c9c8;
}
.aboutMo1{
	background: url(../img/aboutbg1.jpg) no-repeat center top;
}
.aboutMo1 .conbox{
	margin: 40px 0;
}
.aboutMo1 .leftBox{
	color: #fff;
	float: left;
	width: 59%;
}
.aboutMo1 .leftBox .name{
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 22px;
}
.aboutMo1 .leftBox .pro{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 22px;
}
.aboutMo1 .leftBox .text{
	font-size: 20px;
	line-height: 1.7;
}
.aboutMo1 .rightBox{
	float: right;
	width: 31%;
}
.aboutMo1 .rightBox img{
	display: block;
	max-width: 100%;
	float: right;
}
.aboutMo1 .videoBox{
	width: 100%;
	position: relative;
}
.aboutMo1 .videoBox .video{
	display: block;
	width: 100%;
}
.aboutMo1 .videoBox .mask{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	cursor: pointer;
}
.aboutMo1 .videoBox .mask .txt{
	font-size: 2vw;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.aboutMo1 .videoBox .mask .dansh{
	width: 7.3vw;
	height: 1px;
	background: #FD913D;
	margin: 0 auto 20px;
}
.aboutMo1 .videoBox .mask .icon{
	display: block;
	margin: 0 auto;
}
.aboutMo2{
	background: url(../img/aboutbg2.jpg) no-repeat top center;
	background-size: 100% 100%;
}
.aboutMo2 .leftBox{
	width: 45%;
	float: left;
	padding-top: 120px;
}
.aboutMo2 .leftBox .enName{
	font-size: 5.2vw;
    color: rgba(255,255,255,0.2);
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.aboutMo2 .leftBox .chName{
	font-size: 2.6vw;
    color: #fff;
    position: relative;
    top: -30px;
    line-height: 1;
    letter-spacing: 4px;
    margin-bottom: 50px;
}
.aboutMo2 .leftBox .pro{
	font-size: 1.5vw;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 30px;
}
.aboutMo2 .leftBox .pro2{
	font-size: 1.25vw;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 200;
}
.aboutMo2 .rightBox{
	width: 55%;
	float: left;
	color: #fff;
	padding: 54px 0 40px 5%;
}
.aboutMo2 .rightBox .name{
	font-size: 20px;
    line-height: 1;
    padding-left: 20px;
    border-left: 3px solid #58d8eb;
    margin-bottom: 20px;	
}
.aboutMo2 .rightBox .pro{
	font-size: 20px;
    line-height: 1.8;
    font-weight: 200;
    margin-bottom: 36px;	
}
.aboutMo3 .leftBox{
	width: 41.7%;
	float: left;
	height: 670px;
	background: url(../img/aboutbg3.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
	padding: 52px 20px 0;
	line-height: 2.2;
}
.aboutMo3 .leftBox .ablogo{
	display: block;
	margin: 0 auto 30px;
}
.aboutMo3 .rightBox{
	float: right;
	width: 54%;
}
.aboutMo3 .rightBox .listItem{
	margin-bottom: 23px;
	height: 150px;
	position: relative;
	padding: 32px;
	background: #f5f5f5;
	overflow: hidden;
}
.aboutMo3 .rightBox .listItem:after{
	content: '';
	width: 90px;
	height: 90px;
	background: #58d8eb;
	position: absolute;
	right: -45px;
	bottom: -45px;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);	
}
.aboutMo3 .rightBox .listItem .icon{
	float: left;
	width: 146px;
	height: 86px;
	padding-top: 14px;
	border-right: 1px solid #58d8eb;
}
.aboutMo3 .rightBox .listItem .icon img{
	display: block;
	margin: 0 auto;
}
.aboutMo3 .rightBox .listItem .textBox{
	float: left;
	width: calc(100% - 146px);
	height: 86px;
	padding-left: 10%;
}
.aboutMo3 .rightBox .listItem .name{
	font-size: 24px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: bold;
}
.aboutMo3 .rightBox .listItem .pro{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	font-weight: 200;
}
.aboutMo4{
	background: url(../img/aboutbg4.jpg) no-repeat top center;
}
.aboutMo4 .moTitle .enName{
	color: rgba(255,255,255,0.2);
}
.aboutMo4 .moTitle .pro2{
	background: #58d8eb;
}
.aboutMo4 .tabBars{
	width: 100%;
	height: 210px;
	overflow-y: auto;
	margin-bottom: 30px;
}
.aboutMo4 .tabBars .tabBar{
	display: block;
	float: left;
	min-width: 148px;
	height: 56px;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 0 10px;
	color: #fff;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.aboutMo4 .tabBars .tabBar:hover{
	background: #58dbee;
	border-color: #58dbee;
	color: #333;
}
.aboutMo4 .tabBars .tabBar.active{
	background: #58dbee;
	border-color: #58dbee;
	color: #333;
}
.aboutMo4 .tabCons{
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 14px;
}
.aboutMo4 .tabCons .tabCon{
	display: none;
	border: 3px solid #abebf5;
	padding: 50px 40px;
}
.aboutMo4 .tabCons .tabCon.active{
	display: block;
}
.aboutMo4 .tabCons .tabCon .list{
	width: 100%;
	height: 241px;
	overflow-y: auto;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}
.aboutMo4 .tabCons .tabCon .list .listItem{
	width: 50%;
	float: left;
	border-bottom: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	height: 60px;
	padding: 0 4%;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
/*contact*/
.contactMo1 .box{
	background: url(../img/contactbg.jpg) no-repeat center top;
	min-height: 642px;
}
.contactMo1 .box .leftBox{
	width: 32%;
	float: left;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	padding-top: 60px;
	font-weight: 200;
}
.contactMo1 .box .rightBox{
	display: none;
	float: right;
	font-size: 30px;
	line-height: 1.6;
	color: #333;
	text-align: center;
	padding-top: 100px;	padding-right: 9%;
}
.contactMo1 .box .rightBox .img{
	display: block;
	margin: 0 auto 30px;
}
.contactMo2 .listItem{
	width: 17%;
	float: left;
	height: 270px;
	margin-right: 3.75%;
	background: #58d8eb;
	text-align: center;
	padding: 30px 15px 0;
	font-size: 20px;
	color: #fff;
	line-height: 1.8;
	word-break: break-all;	transition: all 0.3s;    -moz-transition: all 0.3s;    -webkit-transition: all 0.3s;    -ms-transition: all 0.3s;
}
.contactMo2 .listItem:last-of-type{
	margin-right: 0;
}
.contactMo2 .listItem .icon{
	display: block;
	margin: 0 auto 20px;
}
.contactMo2 .listItem .line{
	background: url(../img/line.png) no-repeat center center;
	width: 100%;
	height: 4px;
	margin: 5px 0;
}
.contactMo2 .listItem .de{
	font-weight: 200;
}.contactMo2 .listItem:hover{	background: #fd913d;}
.mapMo .mapBox{
    width: 100%;
    height: 480px;
    overflow: hidden;
}
.mapMo .mapBox .map{
    position: relative;
    top: -46px;
    height: 526px;
}

.caseMo3 .rightBox .list::-webkit-scrollbar,.aboutMo4 .tabBars::-webkit-scrollbar,.aboutMo4 .tabCons .tabCon .list::-webkit-scrollbar,.caseMo3 .box .leftBox .tabCon::-webkit-scrollbar{
    width: 4px;     
    background: #eeeeee;
}
.caseMo3 .rightBox .list::-webkit-scrollbar-thumb,.aboutMo4 .tabBars::-webkit-scrollbar-thumb,.aboutMo4 .tabCons .tabCon .list::-webkit-scrollbar-thumb,.caseMo3 .box .leftBox .tabCon::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px #38c5d9;
    background: #58dbee;
    width: 4px;     
    height: 4px;
}
.caseMo3 .rightBox .list::-webkit-scrollbar-track,.aboutMo4 .tabBars::-webkit-scrollbar-track,.aboutMo4 .tabCons .tabCon .list::-webkit-scrollbar-track,.caseMo3 .box .leftBox .tabCon::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 5px #ded7d7;
    border-radius: 10px;
    background: #eeeeee;
}
.page{
	text-align: center;
}
.page li{
	display: inline-block;
	margin: 0 5px;
	min-width: 20px;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	
}
.page li a{
	display: block;
	padding: 0 10px;
	height: 32px;
	border: 1px solid #eee;
	text-align: center;
}
.page li a:hover{
	background-color: #FD913D;
	color: #fff;
}


/*2019-11-19 YPadd*/
.indexMo5 .leftBox{
	padding: 80px 0 40px;	
	width: 50%;
	float: left;
}
.indexMo5 .rightBox{
	padding: 80px 0;
	width: 50%;
	float: left;
	padding-left: 5%;
	border-left: 1px solid #eee;
}
.indexMo5 .leftBox .listItem{
	width: 100%;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
}
.indexMo5 .leftBox .listItem:last-of-type{
	border-bottom: none;
}
.indexMo5 .leftBox .listItem .picBox{
	float: left;
	width: 310px;
	height: 240px;
	overflow: hidden;
}
.indexMo5 .leftBox .listItem .textBox{
	float: left;
	width: calc(100% - 310px);
	padding-left: 30px;
	padding-right: 30px;
}
.indexMo5 .leftBox .listItem .time{
	font-size: 30px;
	color: #999;
	line-height: 1.6;
	padding: 20px 0 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	font-weight: 200;
}
.indexMo5 .leftBox .listItem .name{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 20px;
}
.indexMo5 .leftBox .listItem .pro{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-bottom: 20px;
}
.indexMo5 .leftBox .listItem .more{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	position: relative;
	padding-left: 8px;
}
.indexMo5 .leftBox .listItem .more:after{
	position: absolute;
	left: 0;
    top: 0;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/line2.png) no-repeat left center;
    background-size: 60px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.indexMo5 .leftBox .listItem:hover .more:after{
	opacity: 1;
}
.indexMo5 .leftBox .listItem:hover .objectCover{
	-moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.indexMo5 .leftBox .listItem:hover .name{
	color: #fd913d;
}
.indexMo5 .rightBox .listItem{
	width: 100%;
	height: 274px;
	margin-bottom: 32px;
	overflow: hidden;
	position: relative;
}
.indexMo5 .rightBox .listItem .textBox{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.indexMo5 .rightBox .listItem .text{
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding:0 30px 20px;
}
.indexMo5 .rightBox .listItem .name{
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.indexMo5 .rightBox .listItem .time{
	font-size: 14px;
	line-height: 1.8;
}
.textLeft{
	text-align: left;
}
.moTitle.textLeft .enName,.moTitle.textLeft .chName{
	text-align: left;
}
.indexMo5 .rightBox .list{
	padding-top: 50px;
}
.indexMo5 .rightBox .listItem:hover .objectCover{
	-moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}