@charset "utf-8";
/*html {*/
/*    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*    -webkit-filter: grayscale(100%);*/
/*}*/
/* *{box-sizing: border-box;font-family:'PingFangSC',Arial,Helvetica,sans-serif;} */
*{box-sizing: border-box;margin:0;padding:0;}
body{background:#fff;font-size:14px; color:#333; -webkit-text-size-adjust:none; outline:0;  font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;  }
header,footer,section,aside,nav,figure,figcaption{display:block; margin:0; padding:0; border:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,select,textarea,blockquote{padding:0; margin:0;}
input,textarea,select,label{  font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size: inherit;}
li{list-style-type:none;}
textarea{resize:none;}
table{word-wrap:break-word !important; border-collapse:collapse !important;}
a{color:#333; text-decoration: none; outline: 0; blr:expression(this.onFocus=this.blur()); /*按下鼠标图片周边不会出现虚线*/}
a, a:link, a:visited, a:hover, a:active, a:focus{text-decoration: none; outline: 0; border: 0;}
p{ word-wrap: break-word; word-break: normal;}
img{border:none; vertical-align:bottom;max-width:100%;}
article{min-width: 1200px}
::-ms-clear, ::-ms-reveal{display: none; /*IE10 input X 去掉文本框的叉叉和密码输入框的眼睛图标 */}

@-webkit-keyframes scaleBigToSmall {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleBigToSmall {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.scaleBigToSmall{
    -webkit-animation-name: scaleBigToSmall;
    animation-name: scaleBigToSmall;
    transform-origin: 50% 50%;
}

/*间距定义等*/
.fl{float:left;}
.fr{float:right;}
.p10{padding: 10px!important}
.p15{padding: 15px!important}
.mt0{ margin-top: 0!important; }
.mt10{ margin-top: 10px!important; }
.mt15{ margin-top: 15px!important; }
.ml0{ margin-left: 0!important; }
.ml10{ margin-left: 10px!important; }
.ml15{ margin-left: 15px!important; }
.mb0{ margin-bottom: 0!important; }
.mb5{margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px!important; }
.mb15{ margin-bottom: 15px!important; }
.mr0{ margin-right: 0!important; }
.mr10{ margin-right: 10px!important; }
.mr15{ margin-right: 15px!important; }
.clearfix{zoom:1;}
.clearfix:after{content:" "; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
.relative{ position: relative; }
.norelative{ position:inherit!important; }
.abs{position: absolute;}
.overflow{ overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}/*单行文本的溢出显示省略号*/
.overflow-d{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}/*多行文本的溢出显示省略号*/
.overflow-d{ position: relative; line-height: 20px; max-height: 40px;overflow: hidden;}
.center {text-align: center;}
.ohide{overflow: hidden;}


/*基础框架*/
.w01{ margin-left: 1.5%; width: 6.9533%;}
.w02{ margin-left: 1.5%; width: 15.416%;}
.w03{ margin-left: 1.5%; width: 23.875%;}
.w04{ margin-left: 1.5%; width: 32.333%;}
.w05{ margin-left: 1.5%; width: 40.766%;}
.w06{ margin-left: 1.5%; width: 49.250%;}
.w07{ margin-left: 1.5%; width: 57.673%;}
.w08{ margin-left: 1.5%; width: 66.126%;}
.w09{ margin-left: 1.5%; width: 74.579%;}
.w10{ margin-left: 1.5%; width: 83.033%;}
.w11{ margin-left: 1.5%; width: 91.486%;}
.w12{ margin-left: 0; width: 100%; }
.w50{ width: 50%; padding: 15px;}
.w01,.w02,.w03,.w04,.w05,.w06,.w07,.w08,.w09,.w10,.w11,.w12{ float: left; position: relative;}
.w01:first-child,.w02:first-child,.w03:first-child,.w04:first-child,.w05:first-child,.w06:first-child,.w07:first-child,.w08:first-child,.w09:first-child,.w10:first-child,.w11:first-child,.w12:first-child{margin-left: 0;}



/*图片逐渐放大效果*/
.delay{ -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; overflow:hidden;}
.delay:hover{ transform: scale(1.08,1.08); -moz-transform: scale(1.08,1.08); -ms-transform: scale(1.08,1.08); -webkit-transform: scale(1.08,1.08); -o-transform: scale(1.08,1.08);}

.w-big{margin: 0 auto;position: relative;}
.w-mid{margin: 0 auto;position: relative;}
.w-sml{max-width: 1080px;margin: 0 auto;position: relative;}
.mt-big{margin-top: 70px;}
.mt-sml{margin-top: 30px;}
.mt-mid{margin-top: 50px;}
.t-big{font-size: 24px;}
.t-mid{font-size: 18px;}
.t-sml{font-size: 14px;}
.box-pb{padding-bottom: 60px;}
.ovf{/* white-space: nowrap; *//* text-overflow: ellipsis; *//* overflow: hidden; */line-height: 40px;}
.ovfMore{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.transition-t5{transition: all .5s;}
.font-white{color: white;}
.disNo{display: none;}
.mask{position: relative;}
.mask::after{content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0, 0, 0, .7);transition: all .5s;}
.trans-3{-webkit-transition: all .3s; transition: all .3s;}
@keyframes move{
    0%{top: 8px;}
    50%{top: 15px;}
    100%{top: 8px;}
}
/* header */
.header{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,0);
    height: 84px;
    -webkit-transition: background .3s;
    transition: background .3s;
    width: 100%;
    min-width: 1260px;
}
.header .logo{
    z-index: 5;
    /*width: 244px;*/
    height: 60px;
    margin-top: 11px;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    /*background-image: url(../images/white_logo.png);*/
    float: right;
}
.header .logo img{height:100%;}
/* header */
/*.header{*/
/*position: fixed;*/
/*z-index: 100;*/
/*left: 0;*/
/*top: 0;*/
/*right: 0;*/
/*border-bottom: 1px solid rgba(255,255,255,.3);*/
/*background: rgba(255,255,255,0);*/
/*height: 84px;*/
/*-webkit-transition: background .3s;*/
/*transition: background .3s;*/
/*}*/
/*.header .logo{*/
/*z-index: 5;*/
/*left: 15%;*/
/*top: 60%;*/
/*width: 244px;*/
/*height: 42px;*/
/*margin-top: -30px;*/
/*background-size: 100% 100%;*/
/*background-position: 0 0;*/
/*background-repeat: no-repeat;*/
/*background-image: url(../images/white_logo.png);*/
/*}*/
.pc-nav{
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 0;
    height: 100%;
}
.pc-nav >ul{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc-nav ul li{
    position: relative;
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.pc-nav ul li::after{
    position: absolute;
    left: 0;
    bottom: -18px;
    height: 2px;
    background: #23c682;
    display: none;
    content: "";
    width: 100%;
}
.pc-nav ul li a{
    display: block;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: color .3s;
    transition: color .3s;
    padding-top: 8px;
}
.pc-nav ul li a:hover, .pc-nav-child ul a:hover{
    color: #23c682 !important;
}
.pc-nav ul li.actives a{
    /*color: #23c682 !important;*/
    color: #23c682;
}
.pc-nav ul li.actives::after{
    display: block;
}
.pc-nav-child{
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: -1;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    opacity: 0;
}
.pc-nav-child ul{
    height: 80px;
    background-color: #e9ecf1;
    position: absolute;
    left: 0;
    transition: top 0.3s linear;
    top: -100%;
    width: 100%;
    transform-origin: 50% 0;
    padding: 15px;
}
.pc-nav-child ul li{
    display: inline-block;
}
.pc-nav-child ul a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 20px 15px;
    text-transform: capitalize;
    font-size: 16px;
    color: #929292;
    align-items: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    white-space: nowrap;
}
.pc-nav-child.on{
    opacity: 1;
}
.pc-nav-child ul.go{
    top: 0;
}
.language{
    z-index: 5;
    right: 6.9%;
    top: 50%;
    margin-top: -15px;
}
.language a{
    display: inline-block;
    padding: 0 5px;
    min-width: 30px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 22px !important;
    font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
    border: 2px solid transparent;
}
.language .pc-nav{
    position: static;
    margin-right:40px;
    -webkit-transform: none;
    transform: none;
}
.language .pc-nav ul li{
    width: auto !important;
    height:35px;
    line-height: 35px;
}
.language .pc-nav ul li a em{
    position: relative;
    top: -1px;
    font-style: normal;
    font-size: 19px;
    font-weight: 600;
    font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
}
@media (max-width: 1080px){
    .language .pc-nav{
        margin-right:20px;
    }
}
@media (max-width: 991px){
    .language .pc-nav ul li.active a{color: #333;}
    .language .pc-nav ul li::after{display: none;}
}
@media (max-width: 640px){
    .language a{
        font-size: 26px !important;
    }
    .language .pc-nav ul li a em{
        font-size:23px;
    }
}
.language a.on{
    border: 2px solid #fff;
}
.language span{
    position: relative;
    top: -3px;
    margin: 0 8px;
    display: inline-block;
    width: 10px;
    height: 3px;
    background: #fff;
}
.header.fixed{
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
    box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
}
/*.header.fixed .logo{*/
/*    background-image: url(../images/logo_xin.jpg);*/
/*}*/
/*.header.fixed .logo{*/
/*    background-image: url(../images/logo_xin.jpg);*/
/*}*/
.header.fixed .pc-nav ul li a, .header.fixed .language a{
    color: #333;
}
.header.fixed .language a.on{
    border-color: #333;
}
.header.fixed .language span{
    background: #333;
}
@media (max-width: 991px){
    .header{
        -webkit-box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
        box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
    }
    .header .logo{
        /*background-image: url(../images/white_logo.png);*/
    }
    .header .language a{
        color: #333;
    }
    .header .language a.on{
        border-color: #333;
    }
    .header .language span{
        background: #333;
    }
}

/* mobile nav */
.menu{
    position: absolute;
    z-index: 5;
    top: 0;
    right: 6.9%;
    width: 48px;
    height: 48px;
    margin-right: -13px;
}
.menu i{
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    left: 50%;
    margin-left: -12px;
}
.menu i:nth-of-type(1){
    top: 14px;
}
.menu i:nth-of-type(2){
    top: 50%;
    margin-top: -1px;
}
.menu i:nth-of-type(3){
    bottom: 14px;
}
.menu.on i:nth-of-type(2){
    width: 0;
}
.menu.on i:nth-of-type(1){
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu.on i:nth-of-type(3){
    top: 50%;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.app-nav{
    position: fixed;
    z-index: 4;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
    display: none;
}
.app-nav >ul{
    padding-top: 0;
}
.app-nav >ul >li{
    border-top: 1px solid rgba(0,0,0,.1);
}
.app-nav >ul >li >a{
    position: relative;
    display: block;
    padding: 15px;
    color: #333;
    font-size: 18px;
    text-align: center;
}
.app-nav >ul >li >a::after{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid rgba(0,0,0,.3);
    border-right: 1px solid rgba(0,0,0,.3);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.app-nav-child {
    display: none;
    padding: 0 0 10px;
}
.app-nav-child a{
    display: block;
    padding: 12px 15px;
    color: #929292;
    font-size: 16px;
    text-align: center;
}
.app-nav-drop.on >a::after{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media (max-width: 1440px) {
    .pc-nav>ul>li>a, .pc-nav-child a{
        font-size: 20px;
    }
}
@media (max-width: 1080px){
    .pc-nav ul li{
        width: 100px;
    }
    .pc-nav-child ul a{
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .wrapper{
        padding-top: 50px;
    }
}

/* banner */
#banner{
    width: 100%;
    height:720px;
    min-width: 1200px;
    margin-top: 80px;
}
#banner .swiper-pagination{
    right: 30px;
    left: auto;
    top: 50%;
    bottom: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#banner .swiper-pagination-bullets .swiper-pagination-bullet{
    display: block;
    width: 8px;
    height: 8px;
    opacity: 1;
    transition: all .5s;
    background: transparent;
    background: #fff;
    position: relative;
    margin: 10px 0;
}
#banner .swiper-pagination-bullets .swiper-pagination-bullet::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    border-radius: 100%;
    transition: all .5s;

}
#banner .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #23c682;
}
#banner .swiper-pagination-bullets .swiper-pagination-bullet-active::after{
    width: 16px;
    height: 16px;
    border: 1px solid #23c682;
}
#banner .swiper-slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner01{
    background: url(../images/banner01.jpg) no-repeat center top;;
}
.banner02{
    background: url(../images/banner02.jpg) no-repeat center top;;
}
.banner03{
    background: url(../images/banner03.jpg) no-repeat center top;;
}
.banner04{
    background: url(../images/banner04.jpg) no-repeat center top;;
}
.banner06{
    background: url(../images/home-banner-06.jpg) no-repeat center top;;
}
.banner07{
    background: url(../images/home-banner-07.jpg) no-repeat center top;;
}
#banner .banner-info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}
#banner .banner-info >div{
    padding: 50px 20px;
    text-align: center;
}
#banner .banner-info .title{
    font-size: 62px;
    text-shadow: 0px 12px 13px rgba(0,0,0,0.49);
    -moz-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    -webkit-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    -ms-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 4px;
}
#banner .banner-info .info{
    margin-top: 18px;
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    -moz-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    -webkit-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    -ms-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);

}
#banner .page{
    position: absolute;
    z-index: 15;
    color: #fff;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    bottom: 35px;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 1px;
    cursor: pointer;
}
@media (max-width: 639px){
    #banner .banner-info >div{
        padding-bottom: 1.5rem;
    }
    #banner .banner-info .title{
        font-size: .5rem;
    }
    #banner .page{
        bottom: 1.2rem;
    }
}
#banner .page p{
    position: relative;
}
#banner .page p span{
    border: 2px solid #fff;
    display: inline-block;
    width: 18px;
    height: 32px;
    border-radius: 10px;
}
#banner .page p::before{
    content: "";
    width: 2px;
    height: 6px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    background: #fff;
    animation: move .5s infinite;
}
/* about */

/* 公共模块 */
.title-style1{
    text-align: center;
}
.title-style1 .title{
    font-weight: 700; 
    color: #424242;
    font-size: 40px;
    text-transform: uppercase;
}
.title-style1 .info{
    color: #808080;
    position: relative;
    padding: 7px 0 18px 0;
    display: block;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.title-style1 .info::after{
    content: "";
    background: #23c682;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-15px);
}
.more-style1{
    text-align: center;
}
.more-style1>a{
    background: #23c682;
    border-radius: 54px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 192px;
    height: 54px;
    line-height: 54px;
    text-transform: uppercase;
}
@media (max-width: 639px){
    .more-style1>a{
        width: 172px;
        height: 48px;
        line-height: 46px;
        font-size: 16px;
    }
}
.more-style1>a:hover{
    opacity: .8;
}
.more-style1>a img{
    vertical-align: middle;
    margin-left: 20px;
}
.about .more-style1{
    margin-top: 40px;
}
.about .content .detail{
    color: #333;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
}

.about .statistics .module{
    float: left;
    width: 25%;
    padding-left: 15px;
    text-align: center;
    position: relative;
}
.about .statistics .module img{
    width: 72px;
    position: relative;
    left: 25px;
}
.about .statistics .module p{
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 25px;
}
.about .statistics .module span{
    display: block;
    margin-top: -80px;
    margin-left: -25px;
    color: #23c682;
    text-shadow: 0px 7px 8px rgba(255,220,45,0.2);
    font-size: 60px;
    line-height: 1;
    font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
    -moz-transform: matrix( 1.50327771692405,0,0,1.50327771692405,0,0);
    -webkit-transform: matrix( 1.50327771692405,0,0,1.50327771692405,0,0);
    -ms-transform: matrix( 1.50327771692405,0,0,1.50327771692405,0,0);
}
.about .statistics{
    margin-top: 90px;
}
/* service */
.service{
    padding-top: 1px;
    background: #fff;
    margin-top: 20px;
}
.service-slidecon{
    white-space: nowrap;
    font-size: 0;
    position: relative;
    left: 0;
    /* transition: all .5s; */
}
.service-slide-wrap{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
}
.service-item{
    overflow: hidden;
    display: inline-block;
    width: 16.6667%;
    width: 10%;
    /* transition: all .5s; */
    cursor: pointer;
}
/* .service-item.active{ */
/* width: 57.1429%; */
/* } */
.service-item .content-wrap p{
    margin-top: 10%;
    opacity: 0;
    transition: all .5s;
    line-height: 22px;
    height: 100px;
}
.service-item.active .content-wrap p{
    margin-top: 7%;
    opacity: 1;
    font-size: 16px;
    line-height: 1.55;
}
.service-item.active .content-wrap>img{
    margin-top: 7%;
}
.service-control{
    width: 12.5%;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.service-control img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-control::before{
    content: "";
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    color: #fff;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform-origin: 15px 15px;
    transition: all .5s;

}
.service-control[data-toggle='prev']::before{
    transform: translate(-50%,-50%) rotate(-135deg);
}
.service-control.icon-tran::before{
    transform: rotate(225deg);
}
.service-control::after{
    background: rgba(0, 0, 0, .9);
}
.service-item:hover::after,.service-control:hover::after{
    background: rgba(0, 0, 0, .5)
}
.service-item .content-wrap{
    /*   text-align: center; */
    white-space: normal;
    width: 40%;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    color: #fff;
    font-size: 24px;
}
.service-item .content-wrap .mt-sml{
    width: 72px;
}

.mservice-wrap{
    display: none;
}
#mservice{
    width: 100%;
}
#mservice .swiper-slide{
    position: relative;
    background: #232323;
}
#mservice .swiper-slide img{
    width: 100%;
    opacity: .5;
}
#mservice .swiper-pagination-bullet{
    width: 20px;
    height: 4px;
    border-radius: 0;
    background: #23c682;
}
#mservice .text-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 16px;
    color: #fff;
}
#mservice .text-wrap h4{
    margin-bottom: 15px;
    font-size: 20px;
}
#mservice .text-wrap p{
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.hezuohuoban{
    width: 1440px;margin: auto
}
.hezuohuoban-wrap{
    width: 160px;height: 150px;border: 1px solid #f1f1f1;float: left;margin: 20px 10px;    cursor: pointer;
}
.hezuohuoban-wrap img{
    width: 100px;margin-top: 15px;}
.hezuohuoban-wrap p{
    font-size: 12px;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #333333;
    margin-top: 8px;}
.xuanzhong{
    width: 18px;height: 8px;background-color: #23c682;border-radius:4px;
}
.weixuanzhong{
    width: 8px;height: 8px;background-color: #777777;border-radius:4px;
}
.lvyunshuzi{
    width: 680px;
    float: left;

    padding: 10px 60px 60px 0;
    line-height:40px;
    font-size: 24px;
    color: #424242;
    letter-spacing: 2px;}
.about:nth-of-type(odd) .content .lvyunshuzi{
     padding: 60px 0px 60px 60px;
  }
.lvyunshuzi-img{
    width: 640px;float: left
}
.lvyunshuzi-img img{
    cursor: pointer;
    transition: all 0.6s;
}
.lvyunshuzi-img img:hover{
    transform: scale(1.05);
}
.youshi{
    width: 100%;
    height: 470px;
    background: url(../images/youshi.jpg) no-repeat center top;
    min-width: 1200px;
}
.youshi .title{
    /* font-weight: 600; */
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.youshi-con{
    width: 1440px;
    margin: auto;
}
.youshi-wrap{
    width: 336px;height:345px;
    background: #fff;float: left;margin: 12px;
    box-shadow: 0 14px 26px -15px rgba(10, 25, 48, 0.2);
}
.youshi-wrap img{
    margin-top:20px;
    cursor: pointer;
    transition: all 0.6s;
}
.youshi-wrap img:hover{
    transform: scale(1.2);
}
.youshi-wrap p{
    font-stretch: normal;
    line-height:50px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    padding-top: 5px;
}
.youshi-bottom{
    width: 52px;
    height: 1px;
    background-color: #999999;
}
.youshi-xx{
    width: 260px;
    margin: 25px 27px;
    line-height: 21px;
    letter-spacing: 1px;
    color: #999999;
    font-size: 14px;
}
.contcent{
    width:100% ;
    min-width: 1200px;
}
.left{
    float: left;
}
.contcent-di{
    width: 33.3%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.contcent-div1{
    width: 100%;
    height: 400px;
    display:flex;
    align-items:center;
    background: url(../images/abouts.jpg) no-repeat center top;;
}
.contcent-di:hover .contcent-div1{
    transform: scale(1.2);
    transition: all 1s ease 0s;
}
.contcent-di2{
    width: 33.2%;
    height: 400px;
    margin:0 0.1% ;
    overflow: hidden;
    position: relative;
}
.contcent-di2:hover .contcent-div2{
    transform: scale(1.2);
    transition: all 1s ease 0s;
}
.contcent-div2{
    width: 100%;
    height: 400px;
    display:flex;
    align-items:center;
    background: url(../images/contact-us.jpg) no-repeat center top;;
}
.contcent-di3{
    width: 33.3%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.contcent-di3:hover .contcent-div3{
    transform: scale(1.2);
    transition: all 1s ease 0s;
}
.contcent-div3{
    width: 100%;
    height: 400px;
    display:flex;
    align-items:center;
    background: url(../images/city-partner.jpg) no-repeat center top;;
}
.contcent-div-com{
    position: absolute;
    top:125px;
    left: 34%;
    width: 150px;
    height: 150px;
    z-index: 99;
}
.contcent-div-title{
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.contcent-div-p{
    line-height:30px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 15px;
}
.contcent-div-input{
    width: 140px;
    height: 50px;
    border: solid 1px #ffffff;
    margin: auto;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 16px;
    cursor:pointer;
}
.footer{
    width: 100%;
    height: 370px;
    background-color: #262626;
    min-width: 1200px;
}
.footer ul{
    width: 1160px;
    margin: 0 auto;
    min-height: 280px;
}
.footer ul li{
    width: 160px;
    height: 230px;
    float: left;
    font-size: 16px;
}
.footer ul li p{
    color:#999999;
    line-height: 42px;
    text-indent: 10px;
}
.footer ul li p a{
    color:#999999;
}
.footer-p{
    color:#fff;
    font-size: 18px;
    margin: 30px 0px 9px;
    position: relative;
}
.footer-span{
    width: 3px;
    height: 16px;
    background-color: #23c682;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top:12px;left: 0
}
.footer-title{
    font-size: 24px;
    color: #fff;
    line-height: 47px;
    font-weight: 600;
    margin-top: 26px;
    letter-spacing: 1px;
    text-align: center;
}
.footer-sj{
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #8f8f8f;
    text-align: center;
    margin-bottom: 25px;
}
.footer-zx{
    width: 148px;
    height: 40px;
    background-color: #23c682;
    border-radius: 4px;
    margin: auto;
    font-size: 16px;
    padding:9px 0;
    color: #ffffff;
    text-align: center;
    cursor:pointer
}
.footer-border{
    width: 100%;
    height: 1px;
    background:#8f8f8f;
    margin-top: 20px
}
.footer-bottom{
    float: left;
    text-align: center;
    color: #8f8f8f;
    font-size: 13px;
    padding-top:15px;
}
.footer-bottom-a:hover{
    color:#23c682 !important;
}
.xaunting{
    position: fixed;z-index: 999;bottom: 50px;right: 20px;
}
.xaunting ul li{
    width: 60px;
    background-color: #fff;
    margin-bottom: 10px;
    line-height: 60px;
    cursor: default;
    position: relative;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 4px 10px 0 rgba(138,141,147,.2);
}
.xaunting-span{
    margin: 12px 10px 0 10px;
    background: url(../images/float-icon-big.png) 0 0 no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
}
.xaunting-p{
    position: relative;
    padding: 0;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.xaunting-p a{
    display: inline-block;
    padding: 10px 16px;
}
.xaunting-span2{
    opacity: 1;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons-float-bar2.png) 0 0 no-repeat;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    visibility: visible;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
}
.position{
    background-position: -144px 0;
}
.hoer{
    display: none
}
.hoer:hover .xaunting-span2{
    background-position: -120px 0;
}
.pos:hover .sub-nav-layer{
    display: block;
}
.sub-nav-layer{
    position: absolute;
    top:-3px;
    right: 100%;
    padding-right: 5px;
    font-size: 14px;
    display: none;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: opacity .4s,-webkit-transform .3s ease-out;
    transition: opacity .4s,transform .3s ease-out,-webkit-transform .3s ease-out;
}
.sub-nav-main{
    min-width: 180px;
    white-space: nowrap;
    background-color: #fff;
    line-height: 40px;
    display: block;
    padding: 10px 0;
    border-radius: 2px;
    box-shadow: 0 4px 10px 0 rgba(138,141,147,.2);
}
.sub-inner{
    height: auto;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.icons-float-bar{
    margin: 0 20px 0 18px;
    float: left;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons-float-bar2.png) 0 0 no-repeat;
}
.f3{
    background-position: -48px 0;
}
.f4{
    background-position: -72px 0;
}
.f5{
    background-position: -96px 0;
}
.sub-title{
    font-size: 15px;
    color: #333;
    line-height: 18px;
    margin-left: 62px;
    text-align: left;
}
.sub-info{
    display: block;
    margin-top: 5px;
    margin-left: 62px;
    font-size: 14px;
    line-height: 18px;
    color: #23c682;
    background: none;
    padding: 0;
    text-align: left;
}
.nav-div1{
    width: 185px;
    position: absolute;
    top:48px;
    display: none;
    background-color: #fff;
    left: 0;
    transition: top 0.3s linear;
    transform-origin: 50% 0;
    padding: 16px;
    color: #333;
    box-shadow: 10px 14px 0 -15px rgba(10, 25, 48, 0.2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 99;
}
.color929292{
    color: #929292 !important
}
.nav-div1 ul li{
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px
}
.jjfa:hover .nav-div1{
    display: block;
}
.nav-div2{
    width: 240px;
    position: absolute;
    top:48px;
    display: none;
    background-color: #fff;
    left: 0;
    transition: top 0.3s linear;
    transform-origin: 50% 0;
    padding: 15px;
    color: #333;
    box-shadow: 10px 14px 0 -15px rgba(10, 25, 48, 0.2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 99;
}
.nav-div2 ul li{
    width: 100%;
    /*text-align: left;*/
    height: 50px;
    line-height:50px
}
.khal:hover .nav-div2{
    display: block;
}
.nav-div3{
    width: 140px;
    position: absolute;
    top:48px;
    display: none;
    background-color: #fff;
    left: 0;
    transition: top 0.3s linear;
    transform-origin: 50% 0;
    padding: 15px;
    color: #333;
    box-shadow: 10px 14px 0 -15px rgba(10, 25, 48, 0.2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 99;
}
.nav-div3 ul li{
    width: 100%;
    /*text-align: left;*/
    height: 50px;
    line-height: 50px
}
.gyly:hover .nav-div3{
    display: block;
}

.property_swiper img{width:80%;}