@charset "utf-8";
html,body{
    position: relative;
    height: 100%;
    max-width: 1900px;
    margin:0 auto;
	-webkit-overflow-scrolling: touch;
}
body {
    font: 12px/1.5 "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
    color: #444;
}
a{
    color:#444
}
a:hover{
    color: #db091d;
}
img{
    vertical-align: top;
    max-width: 100%
}
.global-container{
    width: 90%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.layui-layout-admin{
	-webkit-overflow-scrolling: touch;
	height:100%
}
#root.nav-scroll{
    overflow: hidden;
}
#root.nav-scroll .layui-body{
    overflow: hidden;
}
#root.nav-scroll #overlay{
    opacity: 1;
    left: 0;
    z-index: 999;
}
#root.nav-scroll .layui-layout-admin .layui-side{
    left: 0;
}
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 1000;
}
#overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    background: rgba(0,0,0,0.75);
    z-index: 997;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#header .hamburger{
    position: absolute;
    top: 20px;
    left: 30px;
    width: 30px;
    height: 30px;
    border: 0;
    background:transparent;
    display: block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
}
#header .hamburger .patty{
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 22px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#header .hamburger .patty:nth-child(1){
    transform: translateY(-16px);
}
#header .hamburger .patty:nth-child(2){
    transform: translateY(-8px);
}
#header .hamburger .patty:nth-child(3){
    transform: translateY(0px);
}
#header .hamburger.is-open .patty:nth-child(1){
    transform: translateY(-18px);
}
#header .hamburger.is-open .patty:nth-child(3){
    transform: translateY(2px);
}

#header .menu-close{
    position: absolute;
    width: 30px;
    height: 0;
    padding-top: 30px;
    top: 20px;
    left: 270px;
    background:transparent;
    border: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    display: none;
    cursor: pointer;
    overflow: hidden;
}
#header .menu-close:before,
#header .menu-close:after{
    display: block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 14px;
    background: #fff;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s linear, background 0.15s linear;
    transition: transform 0.3s linear, background 0.15s linear;
}
#header .menu-close.is-active:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#header .menu-close.is-active:after {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

#header .logo{
    float: left;
    width: 70%;
    display: none;
}
#header .logo a{
    display: block;
    height: 0;
    padding-top: 60px;
    background: url("../images/logo.jpg") no-repeat 0 center;
    -webkit-background-size: auto 25px;
    background-size: auto 25px;
    overflow: hidden;
}
#footer{
    font-size: 14px;
    padding-top: 28px;
    padding-bottom: 28px;
    background-color: #fff;
    overflow: hidden;
}
#footer .left{
    float: left;
}
#footer .left span{
    padding: 5px 20px 5px 0;
}
#footer .right{
    float: right;
    margin-right: -25px;
}
#footer .right span{
    padding: 5px 30px;
}
#footer span{
    display: inline-block;
    *display: inline;
    zoom: 0;
    height: 24px;
    line-height: 24px;
}
#footer span.item1{
    background: url("../images/footer-3.jpg") no-repeat 0 center;
}
#footer span.item2{
    background: url("../images/footer_1.jpg") no-repeat 0 center;
}


#root .layui-layout-admin .layui-side,
#root .layui-layout-admin .layui-body{
    top: 0;
    bottom: 0;
	-webkit-overflow-scrolling: touch;
}
#root .layui-layout-admin .layui-side{
    left: -300px;
    width: 240px;
    z-index: 1000;
    background-color: #fff;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}
#root .layui-body{
    left: 0;
    background-color: #f1f1f1;
}
#site-nav{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
#site-nav .logo{
    padding-top: 54px;
    padding-bottom: 18px;
}
#site-nav .logo a{
    display: block;
    height: 0;
    padding-top: 28px;
    background: url(../images/logo.jpg) no-repeat center;
    overflow: hidden;
}
#site-nav .serve-tel{
    text-align: center;
}
#site-nav .serve-tel .text{
    font-size: 14px;
}
#site-nav .serve-tel .tel{
    font-size: 20px;
    color: #db091d;
    font-weight: bold;
    line-height: 1.8;
}
#site-nav .nav{
    padding: 0 25px;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items:center;
}
#site-nav .nav ul{
    width: 100%;
    padding-bottom: 30px;
}
#site-nav .nav li{
    position: relative;
    height: 100px;
    border-bottom: 1px solid #ebebeb;
}
#site-nav .nav li a{
    display: block;
    padding-top: 54px;
    height: 36px;
    line-height: 36px;
    color: #404040;
    font-size: 16px;
    text-align: center;
}
#site-nav .nav li a:hover{
    color: #db091d
}
#site-nav .nav li.home a{
    background: url(../images/nav_a1.jpg) no-repeat center 20px;
}
#site-nav .nav li.home a:hover{
    background-image: url(../images/nav_a1c.png);
}
#site-nav .nav li.about a{
    background: url(../images/nav_a2.jpg) no-repeat center 26px;
}
#site-nav .nav li.about a:hover{
    background-image: url(../images/nav_a2c.png);
}
#site-nav .nav li.case a{
    background: url(../images/nav_a3.jpg) no-repeat center 22px;
}
#site-nav .nav li.case a:hover{
    background-image: url(../images/nav_a3c.png);
}
#site-nav .nav li.site a{
    background: url(../images/nav_a4.jpg) no-repeat center 24px;
}
#site-nav .nav li.site a:hover{
    background-image: url(../images/nav_a4c.png);
}
#site-nav .wx{
    text-align: center;
    font-size: 14px;
    color: #878787;
    padding-bottom: 10px;
}
#site-nav .wx img{
    padding-bottom: 4px;
}
#site-nav .copy{
    text-align: center;
    font-size: 14px;
    color: #888;
    height: 58px;
    line-height: 58px;
}
#layui-carousel .item{
}
#layui-carousel .item .small{
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#banner{
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
}
#banner .animation{
    position: absolute;
    width: 680px;
    height: 680px;
    top: 50%;
    left: 50%;
    margin-left: -340px;
    margin-top: -340px;
}
#banner .animation .layer-front{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/bg1.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
#banner .animation .layer-base{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/bg2.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
#banner .animation .title{
    font-size: 60px;
    color: #fff;
    text-align: center;
    padding-top: 160px;
}
#banner .animation .number{
    height: 150px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 34px;
    position: relative;
}
#banner .animation .number .numberUp{
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 150px;
    line-height: 150px;
    font-size: 120px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
}
#banner .animation .number span{
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 90px;
    height: 150px;
    line-height: 150px;
    background: url("../images/number.png") no-repeat center;
    margin: 0 6px;
    vertical-align: middle;
    font-size: 120px;
    color: #fff;
}
#banner .animation .number span.suffix{
    line-height: 130px;
}
#banner .animation .number span::after{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background: url("../images/line1.png") repeat-x 0 0;
    content: '';
    z-index: 9;
}
#banner .animation .des{
    color: #fff;
    font-size: 34px;
    text-align: center;
}
#banner .animation .des .p2{
    font-size: 30px;
    padding-top: 5px;
}
#banner .animation::after{
    position: absolute;
    width: 80px;
    height: 6px;
    background-color: #fff;
    bottom: 85px;
    left: 50%;
    margin-left: -40px;
    content: '';
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#root .layui-body .layout-1{
    font-size: 18px;
    color: #444;
    text-align: center;
    line-height: 40px;
    padding-top: 35px;
    padding-bottom: 60px;
}
#root .layui-body .layout-2{
    height: 198px;
    background: url("../images/layout.jpg") #5d7c95 no-repeat right 0;
}
#root .layui-body .layout-2 .item{
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 48px;
    overflow: hidden;
}
#root .layui-body .layout-2 .item span{
    display: block;
}
#root .layui-body .layout-2 .item .num{
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    color: #fff;
}
#root .layui-body .layout-2 .item .text{
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    color: #fff;
}
#root .layui-body .layout-3{
    margin: 30px 0;
    overflow: hidden;
}
#root .layui-body .layout-3 .item-box{
    height: 250px;
    border-bottom: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    background-color: #fff;
}
#root .layui-body .layout-3 .row1 .item-box:nth-child(even){
    border-right: 0;
}
#root .layui-body .layout-3 .item-box .layui-row{
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#root .layui-body .layout-3 .item-box .layui-col{
    padding: 0 6%;
    height: 172px;
}
#root .layui-body .layout-3 .item-box .layui-col .image{

    height: 70px;
}
#root .layui-body .layout-3 .item-box .layui-col .title{
    font-size: 18px;
    font-weight: bold;
    color: #4e4e4e;
    padding-top: 18px;
    padding-bottom: 5px;
}
#root .layui-body .layout-3 .row1 .item-box .layui-col .des{
    white-space: nowrap;
}
#root .layui-body .layout-3 .item-box .layui-col .des{
    font-size: 14px;
    color: #8b8b8b;
    line-height: 26px;
}
#root .layui-body .layout-4 .item-box{
    background-color: #fff;
}
#root .layui-body .layout-4 .item-box .container{
    padding: 0 20px;
}
#root .layui-body .layout-4 .item-box .title{
    font-size: 22px;
    color: #000;
    line-height: 52px;
    padding-top: 16px;
    margin-bottom: 5px;
    white-space: nowrap;
}
#root .layui-body .layout-4 .item-box .des{
    font-size: 14px;
    color: #8f8f8f;
    line-height: 30px;
    max-height: 120px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#root .layui-body .layout-4 .item-box .link{
    overflow: hidden;
    padding-top: 15px;
}
#root .layui-body .layout-4 .item-box .link a{
    float: left;
    width: 45px;
    padding-top: 45px;
    height: 0;
    background: url("../images/link1.png") no-repeat center;
    border: 1px #aeaeae solid;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.3s,border 0.4s;
    -moz-transition: background 0.3s,border 0.4s;
    -ms-transition: background 0.3s,border 0.4s;
    -o-transition: background 0.3s,border 0.4s;
    transition: background 0.3s,border 0.4s;
}
#root .layui-body .layout-4 .item-box .link a:hover{
    background: url("../images/link2.png") #db091d no-repeat center;
    border-color: #db091d;
}
#root .layui-body .layout-5 .tabs-hd{
    padding-top: 8px;
    height: 40px;
    text-align: center;
    margin: 20px 0;
    border: 0;
}
#root .layui-body .layout-5 .tabs-hd li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 40px;
    line-height: 40px;
    color: #545454;
    font-size: 18px;
    padding: 0 18px;
    margin: 0 25px;
    -webkit-transition: background 0.3s,color 0.3s;
    -moz-transition: background 0.3s,color 0.3s;
    -ms-transition: background 0.3s,color 0.3s;
    -o-transition: background 0.3s,color 0.3s;
    transition: background 0.3s,color 0.3s;
    cursor: pointer;
}
#root .layui-body .layout-5 .tabs-bd .item-box{
	position:relative;
	overflow:hidden;
}
#root .layui-body .layout-5 .tabs-hd li:after{
    display: none;
}
#root .layui-body .layout-5 .tabs-hd li:hover,
#root .layui-body .layout-5 .tabs-hd li.layui-this{
    background-color: #db091d;
    color: #fff;
}
#root .layui-body .layout-5 .tabs-bd .item-box:hover .fade{
    top: 0;
}
#root .layui-body .layout-5 .tabs-bd .item-box .fade{
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content:center;
    -webkit-transition: top 0.3s ease-in-out 0.1s;
    -moz-transition: top 0.3s ease-in-out 0.1s;
    -ms-transition: top 0.3s ease-in-out 0.1s;
    -o-transition: top 0.3s ease-in-out 0.1s;
    transition: top 0.3s ease-in-out 0.1s;
}
#root .layui-body .layout-5 .tabs-bd .item-box .fade:after{
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    content: '';
}
#root .layui-body .layout-5 .tabs-bd .item-box .fade .title{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}
#root .layui-body .layout-5 .tabs-bd .item-box .fade .des{
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 6px 0;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#root .layui-body .layout-5 .tabs-bd .item-box .fade .link{
    padding-top: 20px;
	display: inline-block;
    *display: inline;
    zoom: 1;
    width: 42px;
    height: 0px;
    padding-top: 42px;
    background: url("../images/link3.png") no-repeat 0 0;
    overflow: hidden;
}

#root .layui-body .layout-5 .weixin-des{
    height: 550px;
    background: url("../images/wx2.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
#root .layui-body .layout-5 .weixin-des .container{
    width: 100%;
    height: 100%;
    color: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content:center;
}
#root .layui-body .layout-5 .weixin-des .title{
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 8px;
}
#root .layui-body .layout-5 .weixin-des .des{
    line-height: 40px;
    font-size: 16px;
    padding-bottom: 40px;
}
#root .layui-body .layout-5 .weixin-des .dl dt{
    font-size: 24px;
    color: #fff;
    height: 56px;
    line-height: 56px;
    padding-bottom: 22px;
}
#root .layui-body .layout-5 .weixin-des .dl dd{
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-indent: 60px;
    margin-bottom: 38px;
}
#root .layui-body .layout-5 .weixin-des .dl dd.item1{
    background: url("../images/wx_a1.png") no-repeat 0 center;
}
#root .layui-body .layout-5 .weixin-des .dl dd.item2{
    background: url("../images/wx_a2.png") no-repeat 0 center;
}
#root .layui-body .layout-5 .weixin-des .dl dd.item3{
    background: url("../images/wx_a3.png") no-repeat 0 center;
}
#root .layui-body .layout-5 .weixin-des .dl dd.item4{
    background: url("../images/wx_a4.png") no-repeat 0 center;
}
#root .layui-body .layout-5 .weixin-case{
    height: 550px;
    background: url("../images/wx3.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
#root .layui-body .layout-5 .weixin-case .container{
    width: 85%;
    margin: 0 auto;
    color: #fff;
}
#root .layui-body .layout-5 .weixin-case .title{
    padding-top: 46px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
}
#root .layui-body .layout-5 .weixin-case .item{
    padding-bottom: 6px;
}
#root .layui-body .layout-5 .weixin-case .item .image{
    width: 80%;
    margin: 0 auto;
}
#root .layui-body .layout-5 .weixin-case .item .name{
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    *color: #fff;
    color: rgba(255,255,255,0.7);
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

#widget{
    position: fixed;
    right: 25px;
    top: 45%;
    width: 86px;
    margin-top: -180px;
    z-index: 999;
}
#widget li{
    position: relative;
    height: 88px;
    margin-bottom: 1px;
    cursor: pointer;
}
#widget li:last-child{
    margin-bottom: 0;
}
#widget li.c1{
    background: url("../images/c1.jpg") no-repeat center;
}
#widget li.c1 a{
    display: block;
    padding-top: 88px;
    height: 0;
    overflow: hidden;
}
#widget li.c2{
    background: url("../images/c2.jpg") no-repeat center;
}
#widget li.c2:hover:after{
    left: -150px;
    opacity: 1;
    -webkit-transition: left 0.3s,opacity 0.3s ease 0.15s;
    -moz-transition: left 0.3s,opacity 0.3s ease 0.15s;
    -ms-transition: left 0.3s,opacity 0.3s ease 0.15s;
    -o-transition: left 0.3s,opacity 0.3s ease 0.15s;
    transition: left 0.3s,opacity 0.3s ease 0.15s;
}
#widget li.c2:after{
    position: absolute;
    width: 171px;
    height: 88px;
    top: 0;
    left: 200%;
    content: '';
    opacity: 0;
    background: url("../images/phone1.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
#widget li.c3{
    background: url("../images/c3.jpg") no-repeat center;
}
#widget li.c3:hover:after{
    left: -130px;
    opacity: 1;
    -webkit-transition: left 0.3s,opacity 0.3s ease 0.15s;
    -moz-transition: left 0.3s,opacity 0.3s ease 0.15s;
    -ms-transition: left 0.3s,opacity 0.3s ease 0.15s;
    -o-transition: left 0.3s,opacity 0.3s ease 0.15s;
    transition: left 0.3s,opacity 0.3s ease 0.15s;
}
#widget li.c3:after{
    position: absolute;
    width: 120px;
    height: 120px;
    top: 0;
    left: 200%;
    content: '';
    opacity: 0;
    background: url("../images/wxpublic.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
#widget li.c4{
    background: url("../images/c4.jpg") no-repeat center;
}

@media screen and (max-height: 768px) {
    #site-nav .logo{
        padding-top: 30px;
    }
    #site-nav .nav li {
        height: 66px;
    }

    #site-nav .nav li a {
        font-size: 14px;
        padding-top: 30px;
    }

    #site-nav .nav li.home a {
        background: url(../images/nav_a1.jpg) no-repeat center 5px;
    }

    #site-nav .nav li.home a:hover {
        background-image: url(../images/nav_a1c.png);
    }

    #site-nav .nav li.about a {
        background: url(../images/nav_a2.jpg) no-repeat center 11px;
    }

    #site-nav .nav li.about a:hover {
        background-image: url(../images/nav_a2c.png);
    }

    #site-nav .nav li.case a {
        background: url(../images/nav_a3.jpg) no-repeat center 7px;
    }

    #site-nav .nav li.case a:hover {
        background-image: url(../images/nav_a3c.png);
    }

    #site-nav .nav li.site a {
        background: url(../images/nav_a4.jpg) no-repeat center 9px;
    }

    #site-nav .nav li.site a:hover {
        background-image: url(../images/nav_a4c.png);
    }
    #root .layui-body .layout-2 .item .num{
        font-size: 40px;
    }
    #root .layui-body .layout-2 .item .text{
        font-size: 13px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 1124px){
    #root .layui-body .layout-1{
        padding: 25px 6% 30px 6%;
        line-height: 28px;
        font-size: 15px;
    }
    #root .layui-body .layout-2{
        margin-left: 0;
        padding: 0 6%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #root .layui-body .layout-2 .item .num{
        font-size: 40px;
    }
    #root .layui-body .layout-2 .item .text{
        font-size: 13px;
        white-space: nowrap;
    }
    #root .layui-body .layout-3{
        margin: 20px;
    }
    #root .layui-body .layout-3 .item-box{
        border-right: 1px #e3e3e3 solid !important;
    }
    #root .layui-body .layout-4 .item-box{
        margin-bottom: 25px;
    }
    #root .layui-body .layout-4 .item-box:last-child{
        margin-bottom: 0;
    }
    #root .layui-body .layout-5 .tabs-hd li{
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        margin: 0 10px;
        padding: 0 15px;
        min-width: auto;
    }
    #root .layui-body .layout-5 .weixin-des .title{
        white-space: nowrap;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }
    #root .layui-body .layout-5 .weixin-des .des{
        line-height: 32px;
        font-size: 14px;
    }
    #root .layui-body .layout-5 .weixin-des .dl dt{
        font-size: 18px;
    }
    #root .layui-body .layout-5 .weixin-des .dl dd{
        font-size: 16px;
    }
    #root .layui-body .layout-5 .weixin-case .title{
        font-size: 20px;
    }
    #root .layui-body .layout-3 .item-box .layui-col{
    }
    #root .layui-body .layout-3 .item-box .layui-col .title{
        font-size: 15px;
        white-space: nowrap;
    }
    #root .layui-body .layout-3 .item-box .layui-col .des{
        font-size: 12px;
    }
    #layui-carousel .item .small{
        background-position: center !important;
        -webkit-background-size: 100% auto !important;
        background-size: 100% auto !important;
    }
}
@media screen and (max-width: 768px){
    .global-container{
        width: 100%;
    }
    #header{
        display: block;
        background-color: #fff;
    }
    #header .hamburger{
        top: 15px;
        right: 20px;
        left: auto;
    }
    #header .hamburger .patty{
        background-color: #bbbbbb;
    }
    #header .menu-close:before,
    #header .menu-close:after{
        background-color: #bbbbbb;
    }
    #header .menu-close{
        top: 15px;
        right: 20px;
        left: auto;
    }
    #header .logo{
        display: block;
    }
	#footer{
		padding: 15px 0;
	}
    #footer .left{
        display: none;
    }
	#footer .right{
		float:none;
		margin-right:0;
		padding-left:20px;
	}
	#footer .right span{
		white-space:nowrap;
	}
	#footer .right .item1{
		margin-bottom:8px;
	}
    #banner .animation{
        width: 280px;
        height: 280px;
        top: 50%;
        margin-top: -140px;
        margin-left: -140px;
    }
    #banner .animation .title{
        font-size: 26px;
        padding-top: 30px;
    }
    #banner .animation .des{
        font-size: 20px;
    }
    #banner .animation .des .p2{
        font-size: 16px;
    }
    #banner .animation .number{
        height: 70px;
        padding: 15px 0;
    }
    #banner .animation .number span{
        font-size: 40px;
        width: 40px;
        height: 70px;
        line-height: 70px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #banner .animation .number span.suffix{
        line-height: 66px;
    }
    #banner .animation:after{
        bottom: 22px;
    }
    #widget{
        display: none;
    }
    #root .layui-body{
        left: 0;
    }
    #root .layui-body .layout-1{
        padding: 0 8%;
        padding-top: 15px;
        padding-bottom: 25px;
        font-size: 14px;
        line-height: 26px;
        text-align: left;
    }

    #root .layui-body .layout-2{
        margin-left: 0;
        padding: 0 4%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #root .layui-body .layout-2 .global-container{
        padding-top: 18px;
        text-align: center;
        overflow: hidden;
    }
    #root .layui-body .layout-2 .item{
        float: none;
        display: inline-block;
        width: 33%;
        padding-top: 5px;
        padding-bottom: 5px;
        overflow: hidden;
    }
    /*#root .layui-body .layout-2 .item:nth-child(1) .num{
        padding-top: 15px;
    }
    #root .layui-body .layout-2 .item:nth-child(2) .num{
        padding-top: 35px;
    }
    #root .layui-body .layout-2 .item:nth-child(3) .num{
        padding-top: 50px;
    }
    #root .layui-body .layout-2 .item:nth-child(5) .num{
        padding-top: 15px;
    }*/
    #root .layui-body .layout-2 .item .num{
        font-size: 22px;
        height: 30px;
        line-height: 30px;
    }
    #root .layui-body .layout-2 .item .text{
        white-space: normal;
        height: auto;
        line-height: 20px;
        font-size: 12px;
        padding: 0 10px;
    }
    #root .layui-body .layout-3{
    }
    #root .layui-body .layout-3 .item-box{
        height: 220px;
    }
    #root .layui-body .layout-3 .item-box .layui-col{
        padding: 0 15px;
    }
    #root .layui-body .layout-4{
        background: initial;
    }
    #root .layui-body .layout-4 .item-box{
        margin-bottom: 15px;
        background-color: #fff;
    }
    #root .layui-body .layout-4 .item-box .container{
        padding: 0 6%;
    }
    #root .layui-body .layout-4 .item-box .title{
        font-size: 16px;
        height: 26px;
        line-height: 26px;
        padding-top: 5px;
        margin-bottom: 2px;
    }
    #root .layui-body .layout-4 .item-box .des{
        font-size: 12px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
    }
    #root .layui-body .layout-4 .item-box .link{
        padding-top: 5px;
    }
    #root .layui-body .layout-4 .item-box .link a{
        width: 20px;
        padding-top: 20px;
        -webkit-background-size: 12px auto;
        background-size: 12px auto;
    }
    #root .layui-body .layout-5 .weixin-case{
        height: auto;
    }
    #root .layui-body .layout-5 .weixin-case .title{
        padding-top: 0;
        height: 60px;
        line-height: 60px;
        padding-bottom: 5px;
    }
    #root .layui-body .layout-5 .tabs-hd{
        padding-top: 0;
        height: auto;
        white-space: normal;
    }
    #root .layui-body .layout-5 .tabs-hd li{
        height: 30px;
        line-height: 30px;
        margin: 0;
    }
    #root .layui-body .layout-5 .tabs-bd .item-box .fade{
        height: 40px;
    }
    #root .layui-body .layout-5 .tabs-bd .item-box .fade .title{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    #root .layui-body .layout-5 .tabs-bd .item-box .fade .title a{
        font-size: 14px;
    }

}

/************
 ****滚动****/
.autoScrolling .layui-layout-admin .layui-body{
    overflow: hidden;
}
.autoScrolling .middle{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.autoScrolling .section .fp-tableCell,
.autoScrolling .section .fp-bg{
    height: 100%;
}
.autoScrolling .section .fp-tableCell{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.autoScrolling .section {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    will-change: transform;
    -webkit-will-change: transform;
    -webkit-transition: background-position 1000ms ease;
    -o-transition: background-position 1000ms ease;
    transition: background-position 1000ms ease;
    background-color:#f1f1f1;
    overflow: hidden;
}
.notAutoScrolling #fullpage{
    height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.notAutoScrolling .section1{
    position: relative;
    height: 100%;
}
#fullpage .section.section1{
	height: 100%;
}


/*  */
#root .layui-body .layout-5 .tabs-bd .item-box .fade img{
    width: 60%;
    margin: 0 auto;
}
#root .layui-body .layout-5 .tabs-bd .item-box a{
    display: block;
}
#root .layui-body .layout-5 .weixin-des{
    height: auto;
    background: url("../images/wxbg.png") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
#root .layui-body .layout-5 .weixin-des .container{
    flex-direction: row;
}
#root .layui-body .layout-5 .weixin-des .container dl{
    text-align: center;box-sizing: border-box;border-right: 1px solid rgba(255,255,255,0.1);position: relative;z-index: 9;
}
#root .layui-body .layout-5 .weixin-des .container dl:before{
    position: absolute;top: 0;left: 0;width: 100%;content: '';z-index: -1;height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    background:linear-gradient(-180deg,#db091d, #db091d,rgba(0,0,0,0),rgba(0,0,0,0));
    background-size: 300% 300%;
    background-position: 50% 100%;
    transition: all 1s ease;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
}
#root .layui-body .layout-5 .weixin-des .container dl:hover:before{
    background-position: 100% 0%;
}
#root .layui-body .layout-5 .weixin-des .container dl:after{
    height: 65px;content: '';width: 100%;display: block;
}
#root .layui-body .layout-5 .weixin-des .container dl dt{
    font-size: 30px;color: white;line-height: 30px;font-weight: bold;margin-bottom: 45px;margin-top: 95px;
}
#root .layui-body .layout-5 .weixin-des .container dl dd{
    font-size: 18px;line-height: 38px;color: white;
}
#root .layui-body .layout-5 .tabs-bd .applets .item-box .fade:after, #root .layui-body .layout-5 .tabs-bd .tab-weixin .item-box .fade:after{
    display: none;
}
@media screen and (max-width: 768px){
    #root .layui-body .layout-5 .tabs-bd .applets .fade{
        height: 100%;
    }
    #root .layui-body .layout-5 .weixin-des{
        height: auto;
    }
    #root .layui-body .layout-5 .tabs-bd .item-box .fade .des{
        padding: 0;
    }
    #root .layui-body .layout-5 .weixin-des .container dl dt{
        font-size: 20px;
        margin-bottom: 35px;
        margin-top: 65px;    line-height: 20px;
    }
    #root .layui-body .layout-5 .weixin-des .container dl dd{
        font-size: 14px;
        line-height: 28px;
    }

}

@media screen and (max-width: 425px){
    #root .layui-body .layout-5 .tabs-hd li{
        padding: 0 10px;
    }
    #root .layui-body .layout-5 .weixin-des .container{
        flex-wrap: wrap;
    }
    #root .layui-body .layout-5 .weixin-des .container dl{
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    #root .layui-body .layout-5 .weixin-des .container dl:nth-child(2n){
        border-right: none;
    }
    #root .layui-body .layout-5 .weixin-des .container dl dt{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
        margin-top: 30px;
    }
    #root .layui-body .layout-5 .weixin-des .container dl dd{
        font-size: 14px;
        line-height: 26px;
    }
    #root .layui-body .layout-3 .item-box .layui-col{
        padding: 0 10px;
    }
    #root .layui-body .layout-3 .item-box .layui-col .des{
        font-size: 11px;
    }
}