.wow{
    opacity: 0;
}
.mobile {width:100%;}
.mobile-inner {margin-right:auto;margin-left:auto;background-color:;position:relative;}
.mobile-inner .mobile-inner-header .logo a{
	height: 35px;
	width: 124px;
	color:#ffffff;
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	margin-top:6px;
	display:block;
}
.mobile-inner p {color:#676767;line-height:25px;font-size:16px;padding-bottom:30px;padding-right:30px;padding-left:30px;margin:0px;}
.mobile-inner-header {width:100%;height:50px;position:relative;top:0px;z-index:33;left:0px;background-color:black;}
.mobile-inner-header-icon {color:#ffffff;height:50px;font-size:25px;text-align:center;float:right;width:50px;position:relative;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;}
.mobile-inner-header-icon:hover {background-color:rgba(255,255,255,0.2);cursor:pointer;}
.mobile-inner-header-icon span {position:absolute;left:calc((100% - 25px) / 2);top:calc((100% - 1px) / 2);width:25px;height:1px;background-color: rgb(255 255 255);}
.mobile-inner-header-icon span:nth-child(1) {transform:translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2) {transform:translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clicksecond;}
@keyframes clickfirst {0% {transform:translateY(4px) rotate(0deg);}
100% {transform:translateY(0) rotate(45deg);}
}
@keyframes clicksecond {0% {transform:translateY(-4px) rotate(0deg);}
100% {transform:translateY(0) rotate(-45deg);}
}
.mobile-inner-header-icon-out span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outfirst;}
.mobile-inner-header-icon-out span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outsecond;}
@keyframes outfirst {0% {transform:translateY(0) rotate(-45deg);}
100% {transform:translateY(-4px) rotate(0deg);}
}
@keyframes outsecond {0% {transform:translateY(0) rotate(45deg);}
100% {transform:translateY(4px) rotate(0deg);}
}
.mobile-inner-nav{
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.mobile-inner-nav {background-color:hsla(224,27%,35%,.6);width:100%;position:absolute;top:50px;padding-bottom:0%;display:none;z-index:444;}
.mobile-inner-nav  a {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;color:#fff;transition:all 0.5s;}
.mobile-inner-nav  dl {display:none;}
.mobile-inner-nav  dl dd {line-height:33px;text-decoration:none;text-indent:3em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;font-size:14px;}
.mobile-inner-nav  li {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;line-height:53px;text-indent:20px;}
.mobile-inner-nav h2.h2tit {line-height:50px;text-decoration:none;text-indent:2em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;}
.mobile-inner-nav h2.h2tit a {color:#FFFFFF;line-height: 50px;display: block;}
.mobile-inner-nav a {border-bottom:none;}
.mobile-inner-nav li {-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:returnToNormal;animation-name:returnToNormal;}
@-webkit-keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@-webkit-keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
.mobile-inner-nav li:last-child h2.h2tit {border-bottom:none;}
.mobile-inner-nav li .h3tit {height:50px;position:relative;background:url(../images/51_icon_search@2x.png) no-repeat 30px center;background-size:17px;}
.mobile-inner-nav li  .words {display:block;width:100%;height:100%;border:none;background:none;text-indent:60px;font-size:15px;color:#fff;background:url(../images/search2.png) no-repeat 30px center;background-size:20px;}
.mobile-inner-nav li:last-child {border-bottom:none;}
.mobile-inner-nav li  form {display:block;width:100%;height:100%;}
@charset "utf-8";@charset "UTF-8";
.animated {animation-duration:1s;animation-fill-mode:both;}
.animated.infinite {animation-iteration-count:infinite;}
.animated.hinge {animation-duration:2s;}



.fadeInUp {animation-duration:1.76s;animation-name:fadeInUp;animation-timing-function: cubic-bezier(0.25, 0.1, 0.35, 1.02);}
@keyframes fadeInUp {from {opacity:0;transform:translate3d(0,30px,0);}
to {opacity:1;transform:none;}
}


.fadeInDown {animation-duration:.7s;animation-name:fadeInDown;animation-timing-function: cubic-bezier(0.25, 0.1, 0.35, 1.02);}
@keyframes fadeInDown {from {opacity:0;transform:translate3d(0,-30px,0);}
to {opacity:1;transform:none;}
}




.fadeInLeft {
    animation-duration:1.76s;
    animation-name:fadeInLeft;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.35, 1.02);
}@keyframes fadeInLeft {
from {opacity:0;transform:translate3d(-50px,0px,0);}
to {opacity:1;transform:none;}
}




body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
    margin: 0;
    padding: 0;
}
html {font-size: 62.5%;}
body {font-size: 1.4rem;}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
body {
    font-family: "PingFang SC Regular","Microsoft YaHei";
    color: #000000;
    margin: 0 auto;
    padding: 0px;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
-webkit-appearance: none;
}
input{
    -webkit-appearance: none;
}
textarea { -webkit-appearance: none;} 
a {
    text-decoration: none;
    color: #235aa7;
    outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}
img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img{
display: block;
width: 100%;
}

.pc{
    display: block;
}
.wap{
    display: none;
}
.wrap:after,
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}

@font-face {
    font-family: 'yb';
    src: url('../fonts/YouSheBiaoTiHei-2.ttf')
}


/*@font-face {
    font-family: 'rt';
    src: url('../fonts/rt.ttf') format('truetype');
}*/
*{
    line-height: 1;
}
.wrap{
width: 1590px;
margin: auto;
max-width: 100%;
}
.channel .head.current{background: #fff;box-shadow: 10px 15px 20px 0px rgba(0, 0, 0, 0.001);}
.head{position: fixed;left: 0px;width: 100%;z-index: 2222;border-bottom: 1px solid #fff;height: 76px;animation-delay: 1s !important;}
.head .logo a{
	display: block;
	position: relative;
	height: 35px;
	width: 124px;
	color:#ffffff;
	font-size: 36px;
	font-family: PingFangSC-Regular, PingFang SC;
}
.head .logo{float: left;padding-top: 21px;}
.head .logo img{

width: 100%;
}
.head .logo img.current{

}
.head .logo img.default{

}
.head .right{

float: right;
}
.head .right ul{

}
.head .right li {

float: left;

position: relative;

margin-left: 60px;
}
.head .right li .h2tit{

padding-top: 17px;
}
.head .right li .h2tit a:after{
    content:"";
    position:absolute;
    bottom: 5px;
    left: 50%;
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 3px;
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
    width: 0;
}
.head .right li .h2tit a{
display: block;
font-size: 22px;
font-family: PingFangSC-Regular, PingFang SC;
color: #fff;
font-weight: border;
position: relative;
line-height: 23px;
width: 120px;
line-height: 41px;
text-align: center;
border-radius: 4px;
}
.head .right li:hover .h2tit a:after,
.head .right li.current .h2tit a:after{
    width: 20px;
}
.head .right li:hover .h2tit a{
    color: #008CD6;
    background: #fff;
}
.head .right li:hover .h2tit a:after{
display: none;
}
.indexMain:before{
    background: url(../images/poster.jpeg) no-repeat center center;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    animation: scalc 45s forwards;
    animation-timing-function: ease;
}
@keyframes scalc{
    0%{
        -webkit-transform: none;
        -o-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none; 
    }
    100%{
        -webkit-transform: scale(1.5,1.5);
        -o-transform: scale(1.5,1.5);
        -moz-transform:  scale(1.5,1.5);
        -ms-transform: scale(1.5,1.5);
        transform:  scale(1.5,1.5);
    }
}
.indexMain:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: .3;
}
.indexMain{
height: 100vh;
position: relative;
overflow: hidden;

}
.indexMain video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 4;
    display: none;
}
.indexMain .center{
    z-index: 5;
    width: 100%;
    text-align: center;
    position:absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
}

.indexMain .center img{
    
}
.indexMain .tit{
    
padding-top: 25px;
}
.indexMain .tit p{
   	font-size:30px;
	font-family: PingFangSC-Regular, PingFang SC;
	color: #FFFFFF;
	line-height: 33px;
	font-weight: normal;
}
video::-webkit-media-controls{ 

display:none !important;

}
.footer{
	display:none;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 4;
    font-size: 14px;
    font-family: ;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    line-height: 54px;
    background: #1D282D;
    border-top: 1px solid #BDBDBD;
    line-height: 30px;
    padding: 12px 0px;
    word-wrap: break-word;
    word-break:break-all;
    animation-delay: 1s !important;
    animation-duration: .7s !important;
    background: #1C344D;
}
.head ,
.head *,
.indexMain,
.indexMain *{
    
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
body.indexbody{
    position: fixed;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0px;
}

body.channel{
    
}
body.channel .head{
    
}
body.channel .head .right ul li .h2tit a{
    
color: #000000;
}
body.channel .head .right ul li .h2tit a:after{
    background: #008CD6;
}
body.channel .head .right ul li.current .h2tit a{
    color: #008CD6;
}
body.channel .head .right ul li.current .h2tit a:after{
    
}
body.channel .head .right ul li:hover .h2tit a{
    
background: #275268;
    
color: #fff;
}
body.channel .head .right ul li:hover .h2tit a:after{
    
}
.wrap2:after{
    content: "";
    display: table;
    clear: both;
}
.wrap2{width: 1150px;padding: 0px 15px;max-width: 100%;margin: auto;}
.titlemodel{

font-size: 26px;

font-family: PingFangSC-Regular, PingFang SC;

color: #0070C0;

line-height: 39px;

text-align: center;
}
.aboutMain{

padding-top: 174px;

background: url(../images/aboutbg.jpg) no-repeat center bottom #eff4f8;

background-size: 100%;

padding-bottom: 168px;
}
.aboutMain .block1{

zoom: 1;

overflow: hidden;

padding-bottom: 83px;
}
.aboutMain .block1 .left{

float: left;

padding-top: 131px;

margin-left: 15px;

width: 246px;
}
.aboutMain .block1 .left .item:nth-child(1){
    
width: 50%;
}
.aboutMain .block1 .left .item:nth-child(2){
    
width: 79%;
}
.aboutMain .block1 .left .item{

margin-bottom: 48px;
}
.aboutMain .block1 .left .cn{

font-size: 14px;

font-family: PingFangSC-Medium, PingFang SC;

font-weight: 500;

color: #008CD6;

line-height: 20px;

padding-bottom: 5px;

border-bottom: 1px solid #9FD9F6;
}
.aboutMain .block1 .left .val{

padding-top: 8px;

font-size: 54px;

font-family: HelveticaNeue-CondensedBold, HelveticaNeue;

font-weight: normal;

color: #008CD6;

line-height: 66px;
}
.aboutMain .block1 .left .val b{

}
.aboutMain .block1 .left .val span{

font-size: 20px;

font-family: PingFangSC-Semibold, PingFang SC;

font-weight: 600;

color: #008CD6;

line-height: 28px;

padding-left: 7px;

position: relative;

top: -3px;
}
.aboutMain .block1 .right{

float: right;

width: calc(100% - 416px);

padding-top: 150px;

margin-right: 15px;
}
.aboutMain .block1 .right p{

font-size: 15px;

font-family: ;

font-weight: 400;

color: rgba(0,0,0,0.85);

line-height: 30px;
}
.aboutMain .block1 .right .h50{

height: 50px;
}
.aboutMain .block1 .right .tit{

font-size: 18px;

font-family: PingFangSC-Medium, PingFang SC;

font-weight: 500;

color: #279EDC;

line-height: 25px;

padding-bottom: 11px;
}
.aboutMain .block2{padding-top: 60px;}
.aboutMain .block2 ul{
    
}
.aboutMain .block2 ul li{
    
float: left;
    
margin-right: 3px;
    
width: calc((100% - 6px)/3);
    
cursor: pointer;
}
.aboutMain .block2 ul li:nth-child(3n){
    margin-right: 0px;
}
.aboutMain .block2 ul li .imgbox{
    
overflow: hidden;
    
border-radius: 3px;
}
.aboutMain .block2 ul li .imgbox img{
    
width: 100%;
    
display: block;
}
.aboutMain .block2 ul li .title{
    
font-size: 15px;
    
font-family: ;
    
font-weight: 400;
    
color: #000000;
    
line-height: 21px;
    
padding-top: 6px;
    
padding-bottom: 60px;
    
text-align: center;
}

.aboutMain,
.aboutMain *{
    -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}

.aboutMain .block2 ul li:hover .imgbox img{
    -webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}


.saleMain{
background:#EEF3F7;
min-height: 100vh;
-webkit-transition: all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
padding-top: 90px;
zoom: 1;
padding-bottom: 20px;
overflow: hidden;
padding-left:23%;
padding-right:20%;
}
.saleMain .left{
float: left;
width: 20%;
padding-top: 63px;
}
.saleMain .left a{display: block;position: relative;overflow: hidden;}
.saleMain .left a:after{
 content:"";
 position:absolute;
 width:100%;
 height:100%;
 -webkit-transition:all 0.4s;
 -o-transition:all 0.4s;
 -moz-transition:all 0.4s;
 -ms-transition:all 0.4s;
 transition:all 0.4s;
 background: linear-gradient(270deg, #8DBCD8 0%, #EFF4F7 100%);
 right: 0;
 top: 0;
 width: 0;
}
.saleMain .left a span{
    
display: block;
    
line-height: calc(130/1920*100vw);
    
position: relative;
    
z-index:5;
    
font-size: calc(20/1920*100vw);
    
font-family: PingFangSC-Regular, PingFang SC;
    
font-weight: 400;
    
color: rgba(0,0,0);
    
text-align: right;
    
padding-right: 40px;
}
.saleMain .left a.current{
    
}
.saleMain .left a.current span,.saleMain .left a:hover span{
    
color: #fff;
}
.saleMain .left a.current:after, .saleMain .left a:hover:after{
    
width: 100%;
}
.saleMain .right{
    
float: right;
    
width: 100%;
    
position: relative;
    
    
min-height: calc(1014/1920*100vw);
}
.saleMain .right .content:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;

display: -webkit-box;
display: -moz-box;
display: -webkit-flex; 
display: -moz-flex;
display: -ms-flexbox; 
display: flex;
flex-direction: column;
justify-content: center;
font-size: 20px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
}
.saleMain .right .content{
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    /*height: calc(360/1920*100vw);*/
    cursor: pointer;
}
.saleMain .right .imgbox{
    z-index: 4;
}
.saleMain .right .imgbox img{
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
}
.saleMain .right .content:hover .tit{
    bottom:5px;
}
.saleMain .right .tit{
	font-weight:600;
    line-height: calc(34/1920*100vw);
    font-size: calc(28/1920*100vw);
    font-family: "PingFangSC-Regular, PingFang SC";
    color: rgba(0,0,0,0.85);
    z-index: 4;
    text-align: left;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 4;
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
}
.saleMain .right .content:hover .imgbox img{
    -webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}

.saleMain .right .content:nth-child(4n){
    margin-right: 0px;
}
.saleMain .right .content{
    float: left;
    width: calc(100% - 22px);
    margin-bottom: 30px;
}
.saleMain .right .swiper-button-next{
    
width: calc(30/1920*100vw);
    
height: calc(28/1920*100vw);
    
background: url(../images/right.png) no-repeat center center;
    
background-size: 100%;
    
right: calc(87/1920*100vw);
}
.saleMain .right .swiper-button-prev{
    
width: calc(30/1920*100vw);
    
height: calc(28/1920*100vw);
    
background: url(../images/left.png) no-repeat center center;
    
background-size: 100%;
    
left: calc(30/1920*100vw);
}


.contactMain{
    overflow: visible;
    height: 100vh;
	visibility:visible;
}
.contactMain .imgbox .img{
    background: url(../images/contact.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    animation: scalc2 30s forwards;
    animation-timing-function: cubic-bezier(0.46, -0.02, 0.27, 0.9);
}


@keyframes scalc2{
    0%{

-webkit-transform: scale(2.05,2.05);
-o-transform: scale(2.05,2.05);
-moz-transform:  scale(2.05,2.05);
-ms-transform: scale(2.05,2.05);
transform:  scale(2.05,2.05);
    }
    100%{
        
-webkit-transform: none;
-o-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none; 
    }
}
.contactMain .imgbox{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.contactMain .content{
    position:absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 6;
    padding: calc(80/1920*100vw) 0;
}
.contactMain .items{
    
padding-top: calc(70/1920*100vw);
    
text-align: center;
    
padding-left: 6%;
    
padding-right: 6%;
}
.contactMain .items .wrap{
    
}
.contactMain .item{
	width:90%;
	opacity:0.5;
	float: left;
}
.contactMain .tit{
opacity:0.7;
text-align:left;
margin-left:37%;
font-size:22px;
margin-bottom:10px;
color:#000000;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #275268;
line-height: calc(28/1920*100vw);
}
.contactMain .dec{
margin-left:36%;
max-width: 100%;
width: 680px;
text-align: center;
}
.contactMain .dec p{
padding-left:10px;
font-size:22px;
line-height:33px;
text-align:left;	
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(0,0,0,0.7);
line-height: calc(56/1920*100vw);
}
.contactMain .dec{
	padding-top: 5px;
}
.contactMain .ewm{
    padding-top: calc(42/1920*100vw);
}
.contactMain .ewm img{
    
width: calc(200/1920*100vw);
}

.contactMain,.contactMain *{
    
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}
