﻿@charset "utf-8";

/*end*/
body {
    overflow-x: hidden;
    overflow-y: hidden;
}

.layui-layer-page .layui-layer-content {
    overflow: visible !important;
}




/**/
/* .guide {
    height: 44.75rem;
    background: url(../images/guide.jpg) no-repeat center;
    background-size: 100% 44.75rem;
    padding-top: 4.45rem;
    box-sizing: border-box;
}

.guide .gui-top {
    height: 25.15rem;
}

.guide .gui-top .left {
    width: 28.7rem;
    float: left;
    margin-top: 60px;
}

.guide .gui-top .left h4 {
    height: 5.7rem;
    line-height: 5.7rem;
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
    color: #333333;
    font-weight: normal;
    position: relative;
}

.guide .gui-top .left h4:before {
    width: 3.4rem;
    height: .1rem;
    background: #d1d1d1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.guide .gui-top .left p {
    line-height: 1.75rem;
    margin-bottom: 1rem;
    font-size: .8rem;
    color: #666666;
}

.guide .gui-top .left span {
    display: block;
    width: 11rem;
    height: 2.5rem;
    border: .05rem solid #e3e3e3;
    box-sizing: border-box;
    transition: .5s;
}

.guide .gui-top .left span a {
    display: block;
    height: 2.4rem;
    text-align: center;
    position: relative;
}

.guide .gui-top .left span a i {
    display: inline-block;
    line-height: 2.4rem;
    font-size: .8rem;
    color: #666666;
    padding-right: 1.45rem;
    background: url(../images/gui-jt.png) no-repeat right;
    background-size: .95rem .25rem;
    font-weight: normal;
    z-index: 300;
    position: relative;
    transition: .5s;
}

.guide .gui-top .left span a:before {
    width: 0;
    height: 2.4rem;
    background: #002D61;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}

.guide .gui-top .left span:hover {
    border: .05rem solid #002D61;
}

.guide .gui-top .left span:hover a:before {
    width: 100%;
}

.guide .gui-top .left span:hover i {
    color: #FFF;
    background: url(../images/gui-jt_h.png) no-repeat right;
    background-size: .95rem .25rem;
}

.guide .gui-top .rig {
    width: 35.6rem;
    float: right;
    padding-top: 1.3rem;
    margin-right: -1.15rem;
}

.guide .gui-top .rig ul li {
    float: left;
    width: 50%;
    margin-bottom: 2.9rem;
    padding-left: 2.05rem;
    box-sizing: border-box;
    border-left: .05rem solid #e3e3e3;
}

.guide .gui-top .rig ul li span {
    display: block;
    height: 3.75rem;
}

.guide .gui-top .rig ul li span em {
    display: inline-block;
    line-height: 3.75rem;
    font-size: 3.5rem;
    color: #333333;
    font-family: "OPPOSans";
    font-weight: bold;
}

.guide .gui-top .rig ul li span i {
    display: inline-block;
    font-size: .9rem;
    color: #333333;
    font-weight: bold;
    vertical-align: bottom;
    margin-bottom: .45rem;
}

.guide .gui-top .rig ul li p {
    line-height: 1.6rem;
    font-size: .9rem;
    color: #666666;
}

.guide .gui-top .rig ul li:nth-child(5),
.guide .gui-top .rig ul li:last-child {
    margin-bottom: 0;
}

.guide .gui-bot .gui-tit {
    height: 4.1rem;
}


.guide .gui-bot .gui-list {
    padding-bottom: 40px;
}



.guide .gui-bot .gui-tit h4 {
    line-height: 4.1rem;
    float: left;
    font-size: 1.1rem;
    color: #333333;
    font-weight: normal;
    margin-right: 2.3rem;
}

.guide .gui-bot .gui-tit em {
    display: block;
    width: 53rem;
    height: .05rem;
    background: #E6E6E6;
    float: left;
    margin-top: 2.05rem;
}

.guide .gui-bot .gui-tit .gui-jt {
    width: 4.2rem;
    float: right;
    margin-top: 1.15rem;
}

.guide .gui-bot .gui-tit .gui-jt i {
    display: block;
    width: 1.85rem;
    height: 1.85rem;
    float: left;
    cursor: pointer;
}

.guide .gui-bot .gui-tit .gui-jt i.gui-prev {
    background: url(../images/gui-prev.png) no-repeat center;
}

.guide .gui-bot .gui-tit .gui-jt i.gui-next {
    background: url(../images/gui-next.png) no-repeat center;
    float: right;
}

.guide .gui-list .gui-con {
    width: 100%;

}

.guide .gui-list .gui-con span {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, .2);
}

.guide .gui-list .gui-con span img {
    width: 100%;
}

.guide .gui-list .gui-con em {
    display: block;
    line-height: 2.7rem;
    font-size: .8rem;
    color: #666666;
    text-align: center;
} */


/**/
.guide{height:44.75rem;background-size:100% 44.75rem;padding-top:4.45rem; box-sizing: border-box;}
.guide .gui-top{height:25.15rem;}
.guide .gui-top .left{width:28.7rem;float:left;}
.guide .gui-top .left h4{height:5.7rem; line-height: 5.7rem; margin-bottom: 1.5rem;font-size: 2.6rem;color:#333333;font-weight: normal; position: relative;}
.guide .gui-top .left h4:before{width:3.4rem;height:.1rem; background:#d1d1d1; content:""; position: absolute;left:0;bottom:0;}
.guide .gui-top .left p{line-height: 1.75rem; margin-bottom: 2rem;font-size: .8rem;color:#666666;}
.guide .gui-top .left span{display: block;width:11rem;height:2.5rem; border:.05rem solid #e3e3e3; box-sizing: border-box;transition: .5s;}
.guide .gui-top .left span a{display: block; height:2.4rem; text-align: center; position: relative;}
.guide .gui-top .left span a i{display: inline-block;line-height:2.4rem;font-size: .8rem;color:#666666;padding-right:1.45rem;background:url(../images/gui-jt.png) no-repeat right;background-size:.95rem .25rem; font-weight: normal; z-index:300; position: relative; transition: .5s;}
.guide .gui-top .left span a:before{width:0;height:2.4rem;background:#002D61;content:""; position: absolute; left:0;top:0; transition: .5s;}
.guide .gui-top .left span:hover{border:.05rem solid #002D61;}
.guide .gui-top .left span:hover a:before{width:100%;}
.guide .gui-top .left span:hover i{color:#FFF;background:url(../images/gui-jt_h.png) no-repeat right;background-size:.95rem .25rem;}
.guide .gui-top .rig{width:35.6rem;float:right;padding-top:1.3rem; margin-right: -1.15rem;}
.guide .gui-top .rig ul li{float:left; width:50%; margin-bottom: 2.9rem;padding-left:2.05rem; box-sizing: border-box;border-left:.05rem solid #e3e3e3;}
.guide .gui-top .rig ul li span{display: block; height:3.75rem;}
.guide .gui-top .rig ul li span em{display: inline-block; line-height: 3.75rem;font-size: 3.5rem;color:#333333; font-family: "OPPOSans";font-weight: bold;}
.guide .gui-top .rig ul li span i{display: inline-block;font-size: .9rem;color:#333333;font-weight: bold; vertical-align: bottom; margin-bottom: .45rem;}
.guide .gui-top .rig ul li p{line-height: 1.6rem;font-size: .9rem;color:#666666;}
.guide .gui-top .rig ul li:nth-child(5),.guide .gui-top .rig ul li:last-child{margin-bottom:0;}
.guide .gui-bot .gui-tit{height:4.1rem;}
.guide .gui-bot .gui-tit h4{line-height: 4.1rem;float:left;font-size: 1.1rem;color:#333333; font-weight: normal; margin-right: 2.3rem;}
.guide .gui-bot .gui-tit em{display: block;width:53rem; height:.05rem;background: #E6E6E6; float:left; margin-top: 2.05rem;}
.guide .gui-bot .gui-tit .gui-jt{width:4.2rem;float:right; margin-top: 1.15rem;}
.guide .gui-bot .gui-tit .gui-jt i{display: block;width:1.85rem;height:1.85rem;float:left; cursor: pointer;}
.guide .gui-bot .gui-tit .gui-jt i.gui-prev{background:url(../images/gui-prev.png) no-repeat center;}
.guide .gui-bot .gui-tit .gui-jt i.gui-next{background:url(../images/gui-next.png) no-repeat center;float:right;}
.guide .gui-list .gui-con{width:100%;box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, .2);margin-bottom: 1rem;}
.guide .gui-list .gui-con span{display: block;width:100%; line-height: 0; overflow: hidden;}
.guide .gui-list .gui-con span img{width:100%;}
.guide .gui-list .gui-con em{display: block; line-height: 2.7rem;font-size: .8rem;color:#666666;text-align: center;}
/**/




















.product {
    padding: 3.05rem 0 1.35rem;
}

.product .pro-tit {
    height: 6.5rem;
}




.product h2 {
    text-align: center;
    margin-bottom: 1.2rem;
}

.product h2 span {
    display: block;
    line-height: 3.55rem;
    font-size: 2.6rem;
    color: #333333;
    font-weight: normal;
}

.product h2 em {
    display: block;
    line-height: 2rem;
    font-size: .9rem;
    color: #b2b2b2;
    font-family: "OPPOSans";
}







.product .pro-tit h2 {
    float: left;
    line-height: 6.5rem;
    height: 6.5rem;
}





.product .pro-tit h2 a {
    font-size: 2.6rem;
    color: #333333;
    font-weight: normal;
}





.product .pro-tit .pro-nav {
    width: 70rem;
    float: right;
}


.product .pro-tit .pro-nav ul li {
    float: left;
    width: 21.6%;
    height: 6.5rem;
    line-height: 6.5rem;
    text-align: center;
    position: relative;
}


.product .pro-tit .pro-nav ul li:first-child {
   
    width: 25%;
   
}





.product .pro-tit .pro-nav ul li:before {
    width: .05rem;
    height: 1.1rem;
    background: #d1d1d1;
    content: "";
    position: absolute;
    right: 0;
    top: 2.7rem;
}

.product .pro-tit .pro-nav ul li:last-child:before {
    display: none;
}

.product .pro-tit .pro-nav ul li a {
    font-size: 1rem;
    color: #4c4c4c;
}

.product .pro-tit .pro-nav ul li.cur a,
.product .pro-tit .pro-nav ul li:last-child:hover a {
    color: #002d61;
    font-weight: bold;
}



.product .pro-tit .pro-nav ul li:last-child{
    width: 10%;
}







.product .pro-list dl {
    background: url(../images/pro-picbj.jpg) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: .5rem;
}

.product .pro-list dl dt {
    width: 44rem;
    line-height: 0;
    overflow: hidden;
    float: left;
}

.product .pro-list dl dt img {
    width: 100%;
    transition: 1s;
}

.product .pro-list dl dt:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product .pro-list dl dd {
    width: 21.3rem;
    float: left;
    padding-top: 5.2rem;
    margin-left: 1.75rem;
}

.product .pro-list dl dd h4 {
    line-height: 2.65rem;
    margin-bottom: 1.15rem;
}

.product .pro-list dl dd h4 a {
    font-size: 1.9rem;
    color: #1a1a1a;
    font-weight: normal;
}

.product .pro-list dl dd .pro-desc {
    margin-bottom: 2.1rem;
}

.product .pro-list dl dd .pro-desc p {
    margin-bottom: 1.2rem;
    line-height: 1.65rem;
    font-size: .8rem;
    color: #4c4c4c;
}

.product .pro-list dl dd .pro-desc p strong {
    display: block;
    width: 2.2rem;
    float: left;
}

.product .pro-list dl dd .pro-desc p i {
    display: block;
    width: 18.5rem;
    float: left;
    color: #4c4c4c
}

.product .pro-list dl dd span {
    display: block;
    width: 11rem;
    height: 2.5rem;
    border: .05rem solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    transition: .5s;
}

.product .pro-list dl dd span a {
    display: block;
    height: 2.4rem;
    text-align: center;
    position: relative;
}

.product .pro-list dl dd span a i {
    display: inline-block;
    line-height: 2.4rem;
    font-size: .8rem;
    color: #666666;
    padding-right: 1.45rem;
    background: url(../images/gui-jt.png) no-repeat right;
    background-size: .95rem .25rem;
    font-weight: normal;
    z-index: 300;
    position: relative;
    transition: .5s;
}

.product .pro-list dl dd span a:before {
    width: 0;
    height: 2.4rem;
    background: #002D61;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}

.product .pro-list dl dd span:hover {
    border: .05rem solid #002D61;
}

.product .pro-list dl dd span:hover a:before {
    width: 100%;
}

.product .pro-list dl dd span:hover i {
    color: #FFF;
    background: url(../images/gui-jt_h.png) no-repeat right;
    background-size: .95rem .25rem;
}

.product .pro-list ul li {
    float: left;
    width: 17.9rem;
    height: 15.5rem;
    margin-right: .5rem;
}

.product .pro-list ul li .probj {
    width: 100%;
    height: 100%;
    position: relative;
}

.product .pro-list ul li .probj span {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.product .pro-list ul li .probj span img {
    width: 100%;
    transition: 1s;
}

.product .pro-list ul li .probj h4 {
    width: 100%;
    line-height: 4.1rem;
    padding-left: 1.5rem;
    box-sizing: border-box;
    font-size: 1.1rem;
    color: #333333;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
}

.product .pro-list ul li:first-child {
    background: url(../images/pro-pcbj1.jpg) no-repeat center;
    background-size: 100% 100%;
}

.product .pro-list ul li:nth-child(2) {
    background: url(../images/pro-pcbj2.jpg) no-repeat center;
    background-size: 100% 100%;
}

.product .pro-list ul li:nth-child(3) {
    background: url(../images/pro-pcbj3.jpg) no-repeat center;
    background-size: 100% 100%;
}

.product .pro-list ul li.last {
    width: 14.8rem;
    height: 15.5rem;
    background: url(../images/pro-txt.jpg) no-repeat center;
    margin-right: 0;
    padding: 2.25rem 2.15rem 0;
    box-sizing: border-box;
}

.product .pro-list ul li.last h5 {
    line-height: 2.15rem;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: .35rem;
}

.product .pro-list ul li.last p {
    line-height: 1.45rem;
    margin-bottom: 1.4rem;
    font-size: .8rem;
    color: #ffffff;
}

.product .pro-list ul li.last span {
    display: block;
    height: 2.3rem;
    border: .05rem solid rgba(255, 255, 255, .16);
    box-sizing: border-box;
    transition: .5s;
}

.product .pro-list ul li.last span a {
    display: block;
    line-height: 2.2rem;
    text-align: center;
    font-size: .75rem;
    color: #ffffff;
}

.product .pro-list ul li.last span:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.product .pro-list ul li:hover span img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.swiper-slide.probj3 ul li:nth-child(1) {
    width: 27.1rem;
    background: url(../images/probj3_1.jpg) no-repeat center;
    background-size: 100% 100%;
}

.swiper-slide.probj3 ul li:nth-child(2) {
    width: 27.1rem;
    background: url(../images/probj3_2.jpg) no-repeat center;
    background-size: 100% 100%;
}

.product .pro-list .pro-jt i {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    cursor: pointer;
    z-index: 200;
}

.product .pro-list .pro-jt i.pro-prev {
    background: url(../images/pro-prev.png) no-repeat center;
    background-size: 3.5rem 3.5rem;
    position: absolute;
    left: 0;
    top: 15rem;
}

.product .pro-list .pro-jt i.pro-next {
    background: url(../images/pro-next.png) no-repeat center;
    background-size: 3.5rem 3.5rem;
    position: absolute;
    right: 0;
    top: 15rem;
}



.case_list {
    margin-top: 30px;
    position: relative;
}

.case_list li {
    float: left;
    width: 282px;
    margin-right: 24px;
    background-color: #f0f4f7;
}

.case_list li i {
    display: block;
    height: 282px;
    overflow: hidden;
}

.case_list li img {
    display: block;
    width: 282px;
    height: 282px;
    transition: all 0.5s;
}

.case_list li i:hover img {
    transform: scale(1.05);
}

.case_list li h4 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    position: relative;
}

.case_list li h4 a {
    display: block;
    height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.case_list li:hover h4:after {
    width: 100%;
}

.case_list .prev {
    position: absolute;
    left: -45px;
    top: 88px;
}

.case_list .next {
    position: absolute;
    right: -45px;
    top: 88px;
}

.case_list .tempWrap {
    width: 100% !important;
}







/**/


.hfbj {
    height: 12.15rem;
    background: url(../images/ban.jpg) no-repeat center;
}

.hf {
    padding-top: 1.8rem;
}

.hf .hf-left {
    width: 50%;
    float: left;
    padding: 2.2rem 0 0 0;
}

.hf .hf-left .hf1 {
    width: 10.4rem;
    float: left;
    margin-right: 0.9rem;
}

.hf .hf-left .hf1 em {
    display: block;
    height: 1.85rem;
    line-height: 1.85rem;
    font-size: 1.3rem;
    color: #FFF;
    background: url(../images/hf1.png) no-repeat right;
}

.hf .hf-left .hf1 span {
    display: block;
    height: 2.35rem;
    line-height: 2.35rem;
    font-size: 1.95rem;
    color: #FFF;
    font-weight: bold;
    font-family: "思源黑体 CN";
}

.hf .hf-left .hf2 {
    padding-top: 0.55rem;
    float: left;
}

.hf .hf-left .hf2 em {
    display: block;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.41);
    text-transform: uppercase;
}

.hf .hf-left .hf2 span {
    display: block;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 1.3rem;
    color: #FFF;
}

.hf .hf-rig {
    width: 19.4rem;
    float: right;
    padding: 2.2rem 0 0 2.95rem;
}

.hf .hf-rig .hf-tel {
    float: left;
    padding-top: 1rem;
}

.hf .hf-rig .hf-tel em {
    display: block;
    height: 1.4rem;
    line-height: 1.4rem;
    padding-left: 2.1rem;
    background: url(../images/hf-tel.png) no-repeat left;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.54);
}

.hf .hf-rig .hf-tel p {
    line-height: 1.5rem;
    font-size: 1.2rem;
    color: #FFF;
    padding-left: 2.1rem;
    font-weight: bold;
}

.hf .hf-rig a {
    display: block;
    width: 6.25rem;
    height: 2.15rem;
    line-height: 2.15rem;
    text-align: center;
    font-size: 0.7rem;
    color: #FEFEFE;
    float: right;
    background: url(../images/hf-kk.png) no-repeat center;
    margin-top: 1.6rem;
}






.ys_bg {
    background: url(../images/four_bg.jpg) no-repeat center 0;
    height: 42.35rem;
    overflow: hidden;
    padding: 5rem 0 4rem;
}

.yous .six_tit {
    background: url(../images/four_tbg.png) no-repeat center 3rem;
}

.yous li {
    position: relative;
    width: 7.2rem;
    height: 28.5rem;
    margin-right: .5rem;
    float: left;
    transition: all ease .5s;
    overflow: hidden;
    margin-top: 3rem;
}

.yous li img:first-child {
    width: 8.5rem;
    height: 9.85rem;
    display: block;
    padding: 1.9rem 0;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
}

.yous li img:nth-child(2) {
    width: 8.5rem;
    height: 9.85rem;
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: -1;
    transition: all ease .5s;
}

.yous li img:nth-child(3) {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1.75rem;
    width: 3.5rem;
    height: 3.5rem;
    background: #f8f8f8;
    border-radius: 50%;
    transition: all ease .5s;
}

.yous li img:nth-child(4) {
    display: none;
    position: absolute;
    left: 1.75rem;
    bottom: 3.25rem;
    width: 2.5rem;
    height: 1.5rem;
    height: 3rem;
    transition: all ease .5s;
}

.yous li h4 {
    font-size: 1.5rem;
    color: #fff;
    transition: all ease .5s;
    position: absolute;
    left: -15rem;
    top: 14rem;
    transition-delay: .1s
}

.yous li h4 i {
    font-size: 1.2rem;
}

.yous li .zoomit {
    display: block;
    top: 15rem;
    left: 0;
    height: 4.75rem;
    line-height: 1.6rem;
    position: absolute;
    font-size: 1.1rem;
    color: #333;
    transition: all ease .5s;
    width: 7.2rem;
    text-align: center;
    background: url(../images/four_jian.png) no-repeat center bottom;
}

.yous li .zoomit i {
    display: block;
    font-size: 0.6rem;
    font-weight: normal;
}

.yous li .info {
    position: absolute;
    top: 33rem;
    left: 0;
    width: 7.3rem;
    font-size: 0.7rem;
    color: #fff;
    line-height: 1.2rem;
    height: 3.6rem;
    overflow: hidden;
    transition: all ease .5s
}

.yous li:last-child {
    margin-right: 0
}

.yous li.cur {
    width: 31.3rem;
}

.yous li.cur:before {
    content: "";
    width: 31.3rem;
    height: 9rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #21519b;
}

.yous li.cur img:first-child {
    display: none;
}

.yous li.cur img:nth-child(2) {
    display: block;
    width: 31.3rem;
    height: 19.5rem;
    top: 0;
    left: 0;
    z-index: 1
}

.yous li.cur img:nth-child(3) {
    display: none;
}

.yous li.cur img:nth-child(4) {
    display: block;
}

.yous li.cur h4 {
    z-index: 2;
    left: 5.5rem;
    top: 20rem;
    color: #fff;
    height: 3rem;
    line-height: 3rem;
}

.yous li.cur .zoomit {
    top: 29rem;
}

.yous li.cur .info {
    display: block;
    width: 23rem;
    top: 23rem;
    left: 5.5rem;
    z-index: 2
}




.ys_bg h2 {
    text-align: center;
    margin-bottom: 1.2rem;
}

.ys_bg h2 span {
    display: block;
    line-height: 3.55rem;
    font-size: 2.6rem;
    color: #333333;
    font-weight: normal;
}

.ys_bg h2 em {
    display: block;
    line-height: 2rem;
    font-size: .9rem;
    color: #b2b2b2;
    font-family: "OPPOSans";
}






.zzg {
    padding-top: 4.45rem;
}

.zzg h2 {
    text-align: center;
    margin-bottom: 1.8rem;
}

.zzg h2 span {
    display: block;
    line-height: 3.55rem;
    font-size: 2.6rem;
    color: #333333;
    font-weight: normal;
}

.zzg h2 em {
    display: block;
    line-height: 2rem;
    font-size: .9rem;
    color: #b2b2b2;
    font-weight: bold;
    font-family: "OPPOSans";
}

.zzg ul li {
    float: left;
    width: 12.55rem;
    height: 30.8rem;
    margin-right: .25rem;
    position: relative;
    transition: .5s;
    overflow: hidden;
}

.zzg ul li:last-child {
    margin-right: 0;
}

.zzg ul li .default {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    padding-top: 3.85rem;
    box-sizing: border-box;
    position: absolute;
    transition: .5s;
}

.zzg ul li .default h4 {
    line-height: 2rem;
    margin-bottom: .55rem;
    font-size: 1.3rem;
    color: #333333;
    font-weight: normal;
    text-align: center;
    padding: 0 9%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zzg ul li .default span {
    display: block;
    line-height: 1.45rem;
    margin-bottom: 1.4rem;
    text-align: center;
    font-size: .8rem;
    color: #666666;
}

.zzg ul li .default em {
    display: block;
    width: 2.1rem;
    height: 2.1rem;
    margin: 0 auto 3.95rem;
    background: url(../images/cas-jia.png) no-repeat center;
    background-size: 100% 100%;
}

.zzg ul li .default b {
    display: block;
    width: 10.5rem;
    line-height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.zzg ul li .default b img {
    width: 100%;
}

.zzg ul li .hover {
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0;
    position: absolute;
    transition: .5s;
}

.zzg ul li .hover dl {
    width: 100%;
    height: 100%;
}

.zzg ul li .hover dl dt {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.zzg ul li .hover dl dt img {
    width: 100%;
    transition: 1s;
}

.zzg ul li .hover dl dd {
    width: 100%;
    height: 13rem;
    border: .05rem solid #EDEDED;
    box-sizing: border-box;
    padding: 1.45rem 2.2rem 0;
    ;
}

.zzg ul li .hover dl dd h4 {
    line-height: 2.45rem;
    margin-bottom: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zzg ul li .hover dl dd h4 a {
    font-size: 1.5rem;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zzg ul li .hover dl dd span {
    display: block;
    line-height: 1.75rem;
    font-size: .8rem;
    color: #666666;
    margin-bottom: .2rem;
}

.zzg ul li .hover dl dd p {
    line-height: 1.35rem;
    margin-bottom: .65rem;
    font-size: .8rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zzg ul li .hover dl dd strong {
    display: block;
    line-height: 1.8rem;
}

.zzg ul li .hover dl dd strong a {
    display: inline-block;
    line-height: 1.8rem;
    font-size: .8rem;
    color: #002d61;
    font-weight: normal;
    padding-right: 1.45rem;
    background: url(../images/cas-jt.png) no-repeat right;
    background-size: .95rem .25rem;
}

.zzg ul li.cur {
    width: 31.6rem;
}

.zzg ul li.cur .default {
    opacity: 0;
}

.zzg ul li.cur .hover {
    opacity: 1;
}

/**/
.map {
    background: url(../images/map_bg.jpg);
}

.map .left {
    width: 23.6rem;
    float: left;
    padding-top: 5.45rem;
}

.map .left h2 {
    line-height: 5.65rem;
    margin-bottom: 2.75rem;
    font-size: 2.65rem;
    color: #333333;
    font-weight: normal;
    position: relative;
}

.map .left h2:before {
    width: 3.4rem;
    height: .1rem;
    background: rgba(0, 0, 0, .2);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.map .left em {
    display: block;
    line-height: 2.2rem;
    font-size: 1.1rem;
    color: #333333;
}

.map .left span {
    display: block;
    line-height: 2.6rem;
    font-size: 1.5rem;
    color: #002d61;
    font-weight: bold;
}

.map .left strong {
    display: block;
    float: left;
    width: 11rem;
    height: 3rem;
    background: #002D61;
    box-sizing: border-box;
    margin-top: 1.25rem;
    transition: .5s;
}

.map .left strong a {
    display: block;
    height: 2.9rem;
    text-align: center;
}

.map .left strong a i {
    display: inline-block;
    line-height: 2.9rem;
    font-size: .8rem;
    color: #ffffff;
    padding-right: 1.55rem;
    background: url(../images/ban-zx.png) no-repeat right;
    background-size: 1rem .9rem;
    font-weight: normal;
}

.map .left strong:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.map .rig {
    width: 42.2rem;
    float: right;
    padding-top: 1.5rem;
}

.map .rig span {
    display: block;
    height: 2.5rem;
    margin-bottom: 1.95rem;
}

.map .rig span a {
    display: block;
    width: 12.55rem;
    height: 2.5rem;
    line-height: 2.4rem;
    text-align: center;
    border: .05rem solid rgba(0, 45, 97, .2);
    box-sizing: border-box;
    float: right;
    position: relative;
}

.map .rig span a i {
    font-size: .8rem;
    color: #002d61;
    z-index: 300;
    position: relative;
    transition: .5s;
}

.map .rig span a:before {
    width: .05rem;
    height: 1.5rem;
    background: rgba(0, 45, 97, .2);
    content: "";
    position: absolute;
    left: 6.2rem;
    top: -1.55rem;
}

.map .rig span a:after {
    width: 0;
    height: 2.4rem;
    background: #002D61;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}

.map .rig span a:hover i {
    color: #FFF;
}

.map .rig span a:hover:after {
    width: 100%;
}

/**/
.super {
    padding-top: 4.5rem;
}

.super h2 {
    text-align: center;
    margin-bottom: 1.8rem;
}

.super h2 span {
    display: block;
    line-height: 3.55rem;
    font-size: 2.6rem;
    color: #333333;
    font-weight: normal;
}

.super h2 em {
    display: block;
    line-height: 2rem;
    font-size: .9rem;
    color: #b2b2b2;
    font-family: "OPPOSans";
}

.super ul {
    height: 35rem;
}

.super ul li {
    float: left;
    width: 13.5%;
    height: 35rem;
    overflow: hidden;
    margin-right: .05rem;
    position: relative;
    transition: .5s;
}

.super ul li .default {
    width: 100%;
    height: 100%;
    background: rgba(0, 21, 46, .6);
    padding-top: 9.1rem;
    box-sizing: border-box;
    transition: .5s;
}

.super ul li .default em {
    display: block;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, .38);
    font-family: "OPPOSans";
    margin-bottom: .75rem;
    font-weight: bold;
}

.super ul li .default span {
    display: block;
    text-align: center;
    line-height: 2rem;
    font-size: 1.5rem;
    color: #ffffff;
}

.super ul li .hover {
    width: 23.6rem;
    height: 35rem;
    background: rgba(0, 45, 97, .76);
    position: absolute;
    left: -23.6rem;
    top: 0;
    transition: .5s;
    padding: 3.95rem 3.1rem 0;
    box-sizing: border-box;
}

.super ul li .hover i {
    display: block;
    width: 3.7rem;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.super ul li .hover i img {
    width: 100%;
}

.super ul li .hover h4 {
    margin-bottom: 1.45rem;
}

.super ul li .hover h4 span {
    display: block;
    line-height: 2.85rem;
    font-size: 1.9rem;
    color: #ffffff;
    font-weight: normal;
}

.super ul li .hover h4 em {
    display: block;
    line-height: 2.05rem;
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
}

.super ul li .hover .txt p {
    padding-left: .8rem;
    line-height: 1.75rem;
    font-size: .75rem;
    color: #ffffff;
    position: relative;
}

.super ul li .hover .txt p:before {
    width: .25rem;
    height: .25rem;
    background: #FFF;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: .8rem;
}

.super ul li.cur {
    width: 72.8%;
}

.super ul li.cur .default {
    opacity: 0;
}

.super ul li.cur .hover {
    left: 0;
}

/**/
.news {
    padding: 4.55rem 0 5rem;
    background-color: #f8f8f8;
}

.news h2 {
    text-align: center;
    margin-bottom: 1.8rem;
}

.news h2 span {
    display: block;
    line-height: 3.5rem;
    font-size: 2.6rem;
    color: #333333;
    font-weight: normal;
}

.news h2 em {
    display: block;
    line-height: 1.7rem;
    font-size: .9rem;
    color: #b2b2b2;
    font-family: "OPPOSans";
}

.news .news-tit {
    height: 3.5rem;
}

.news .news-tit h3 {
    float: left;
}

.news .news-tit h3 span {
    display: block;
    float: left;
    line-height: 1.8rem;
    padding: 0 1.5rem;
    position: relative;
}

.news .news-tit h3 span:first-child {
    padding-left: 0;
}

.news .news-tit h3 span a {
    font-size: 1.3rem;
    color: #333333;
    font-weight: normal;
}

.news .news-tit h3 span:before {
    width: .05rem;
    height: 1.25rem;
    background: #e3e3e3;
    content: "";
    position: absolute;
    left: 0;
    top: .25rem;
}

.news .news-tit h3 span:first-child:before {
    display: none;
}

.news .news-tit h3 span.cur a {
    font-weight: bold;
    color: #002d61;
}

.news .news-tit b {
    display: block;
    line-height: 1.8rem;
    float: right;
}

.news .news-tit b a {
    display: block;
    font-size: .8rem;
    color: rgba(128, 128, 128, .5);
    font-weight: normal;
}

.news .news-list dl {
    width: 16.7rem;
    float: left;
    margin-right: 1rem;
}

.news .news-list dl:nth-child(4n) {
    margin-right: 0;
}

.news .news-list dl dt {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.news .news-list dl dt img {
    width: 100%;
    transition: 1s;
    height: 11rem;
}

.news .news-list dl dt i {
    display: block;
    width: 2.95rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    font-size: .8rem;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.news .news-list dl dd {
    height: 13rem;
    border: .05rem solid #EDEDED;
    box-sizing: border-box;
    padding: 1.55rem 1.25rem 2rem;
    box-sizing: border-box;
}

.news .news-list dl dd .rq {
    width: 4.0rem;
    padding-top: .2rem;
    float: left;
}

.news .news-list dl dd .rq span {
    display: block;
    line-height: 1.45rem;
    font-size: 1.2rem;
    color: #666666;
    font-family: OPPOSans;
    font-weight: bold;
}

.news .news-list dl dd .rq em {
    display: block;
    line-height: 1rem;
    font-size: .6rem;
    color: #666666;
    font-family: OPPOSans;
}

.news .news-list dl dd .rig {
    width: 14.45rem;
    float: left;
}

.news .news-list dl dd .rig h4 {
    line-height: 1.6rem;
    margin-bottom: .55rem;
}

.news .news-list dl dd .rig h4 a {
    font-size: 1.1rem;
    color: #262626;
    font-weight: normal;
}

.news .news-list dl dd .rig p {
    line-height: 1.35rem;
    font-size: .8rem;
    color: #666666;
}

.news .news-list ul {
    float: right;
    width: 44.4rem;
}

.news .news-list ul li {
    float: left;
    width: 14.8rem;
    height: 23.3rem;
    border: .05rem solid #EDEDED;
    box-sizing: border-box;
    padding: 2.15rem 1.95rem 0 1.8rem;
}

.news .news-list ul li .rq {
    margin-bottom: 1.5rem;
}

.news .news-list ul li .rq span {
    display: block;
    line-height: 1.4rem;
    font-size: 1.2rem;
    color: #666666;
    font-family: "OPPOSans";
    font-weight: bold;
    transition: .5s;
}

.news .news-list ul li .rq em {
    display: block;
    line-height: .95rem;
    font-size: .6rem;
    color: #666666;
    font-family: "OPPOSans";
    font-weight: bold;
    transition: .5s;
}

.news .news-list ul li h4 {
    line-height: 1.6rem;
    margin-bottom: .6rem;
}

.news .news-list ul li h4 a {
    font-size: 1.1rem;
    color: #262626;
    font-weight: normal;
}

.news .news-list ul li p {
    line-height: 1.35rem;
    font-size: .8rem;
    color: #666666;
    margin-bottom: 2.1rem;
}

.news .news-list ul li b {
    display: block;
    overflow: hidden;
    line-height: 1rem;
}

.news .news-list ul li b a {
    display: block;
    width: 0;
    padding-right: 1.2rem;
    background: url(../images/cas-jt.png) no-repeat right center;
    background-size: 1.2rem .35rem;
    overflow: hidden;
    transition: .5s;
    font-size: 0;
    color: #002d61;
}

.news .news-list ul li:hover {
    border: .05rem solid #002D61;
}

.news .news-list ul li:hover .rq span,
.news .news-list ul li:hover .rq em,
.news .news-list ul li:hover h4 a {
    color: #002D61;
}

.news .news-list ul li:hover b a {
    font-size: .8rem;
    width: 2.05rem;
}

/**/
/* .about dl {
    position: relative;
}

.about dl dt {
    width: 100%;
    position: relative;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.about dl dt img {
    width: 100%;
}

.about dl dt:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 7, 15, .42);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.about dl dt i {
    display: block;
    width: 5.1rem;
    height: 5.1rem;
    line-height: 0;
    overflow: hidden;
    background: url(../images/abo-btn.png) no-repeat center;
    background-size: 5.1rem 5.1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 200;
}

.about dl dd {
    width: 35rem;
    position: absolute;
    left: 13rem;
    top: 7.65rem;
}

.about dl dd h4 {
    line-height: 3.5rem;
    margin-bottom: 1.9rem;
}

.about dl dd h4 a {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: normal;
}

.about dl dd p {
    line-height: 2.15rem;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    color: #ffffff;
}

.about dl dd span {
    display: inline-block;
    line-height: 1.8rem;
    transition: .5s;
}

.about dl dd span a {
    display: inline-block;
    line-height: 1.8rem;
    font-size: .8rem;
    color: #ffffff;
    padding-right: 1.45rem;
    background: url(../images/gui-jt_h.png) no-repeat right;
    background-size: .95rem .25rem;
}

.about dl dd span:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
} */





.about {
    background: url(../images/abobj.jpg) no-repeat top center;
    padding-bottom: 3.45rem;
}

.abo {
    padding-top: 19.85rem;
}

.abo .abo-con {
    background: #FFF;
    padding: 1.9rem 1.95rem 2.6rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 0.9rem rgba(0, 0, 0, 0.1);
}

.abo .abo-con h4 {
    text-align: center;
    margin-bottom: 1.3rem;
}

.abo .abo-con h4 span {
    display: inline-block;
    height: 3.85rem;
    line-height: 3.85rem;
    font-size: 2.5rem;
    color: #333333;
    padding: 0 1.25rem;
    position: relative;
    font-weight: bold;
    font-family: "思源黑体 CN";
}

.abo .abo-con h4 span:before {
    width: 0.75rem;
    height: 1rem;
    content: "";
    position: absolute;
    left: 0;
    top: 1.4rem;
}

.abo .abo-con h4 span:after {
    width: 0.75rem;
    height: 1rem;
    content: "";
    position: absolute;
    right: 0;
    top: 1.4rem;
}

.abo .abo-con h4 em {
    display: block;
    height: 2.35rem;
    line-height: 2.35rem;
    font-size: 1.2rem;
    color: #666666;
    font-weight: normal;
}

.abo .abo-con p {
    width: 50.5rem;
    margin: 0 auto 1.2rem;
    line-height: 1.65rem;
    font-size: 0.8rem;
    color: #666666;
    text-align: center;
}


















/**/
.productnav {
    padding: 5rem 0;
}

.productnav .pronav-list {
    border: .15rem solid #E8EBED;
}

.productnav .pronav-list ul li {
    padding: 0 2.95rem;
}

.productnav .pronav-list ul li .nav-con {
    border-bottom: .05rem solid #E3E6E8;
    box-sizing: border-box;
    background: url(../images/fl-jia.png) no-repeat right;
    background-size: .6rem .6rem;
}

.productnav .pronav-list ul li .nav-con i {
    display: block;
    float: left;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background: #E8EBED;
    border-radius: 50%;
    font-size: .8rem;
    color: #969899;
    font-family: "OPPOSans";
    margin: 1.5rem .8rem 0 0;
}

.productnav .pronav-list ul li.cur .nav-con i {
    background: #002d61;
    color: #FFF;
}

.productnav .pronav-list ul li .nav-con h4 {
    float: left;
    line-height: 4.45rem;
    width: 9rem;
}

.productnav .pronav-list ul li .nav-con h4 a {
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: bold;
}

.productnav .pronav-list ul li:last-child .nav-con {
    border-bottom: 0;
}

.productnav .pronav-list ul li .nav-con dl {
    display: none;
    float: left;
    width: 52rem;
}

.productnav .pronav-list ul li .nav-con dl dt {
    width: 19.8rem;
    line-height: 0;
    overflow: hidden;
    float: right;
    margin: 1rem 0;
}

.productnav .pronav-list ul li .nav-con dl dt img {
    width: 100%;
    transition: 1s;
}

.productnav .pronav-list ul li .nav-con dl dd {
    width: 21.7rem;
    float: left;
}

.productnav .pronav-list ul li .nav-con dl dd .nav-two {
    border-bottom: .05rem solid #e3e6e8;
}

.productnav .pronav-list ul li .nav-con dl dd .nav-two h5 {
    line-height: 2.75rem;
    float: left;
}

.productnav .pronav-list ul li .nav-con dl dd .nav-two h5 a {
    font-size: .8rem;
    color: #1a1a1a;
    font-weight: normal;
}

.productnav .pronav-list ul li .nav-con dl dd .nav-two p {
    width: 26.4rem;
    float: left;
    margin-left: 1rem;
    line-height: 2rem;
}

.productnav .pronav-list ul li .nav-con dl dd .nav-two p a {
    display: block;
    float: left;
    line-height: 3.75rem;
    font-size: .8rem;
    color: #666666;
    margin-right: 2rem;
}

.productnav .pronav-list ul li.n .nav-con dl dd .nav-two {
    padding: .55rem 0 .55rem;
}

.productnav .pronav-list ul li.n .nav-con dl dd .nav-two:first-child p a:nth-child(3n) {
    margin-right: 0;
}


.productnav .pronav-list ul li.n .nav-con dl dd .nav-two:first-child p a {
    line-height: 2.3rem;
}

.productnav .pronav-list ul li .nav-con dl dd .nav-two:last-child {
    border-bottom: 0;
}

.productnav .pronav-list ul li.cur {
    background: #F5F5F5;
    padding-top: .6rem;
}

.productnav .pronav-list ul li.cur dl {
    display: block;
}








/*品质检测*/

.testing h2 {
    text-align: center;
    margin-bottom: 1.8rem;
}

.testing h2 span {
    display: block;
    line-height: 3.55rem;
    font-size: 2.6rem;
    color: #333333;
    font-weight: normal;
}

.testing h2 em {
    display: block;
    line-height: 2rem;
    font-size: .9rem;
    color: #b2b2b2;
    font-family: "OPPOSans";
}

.testing {
    padding: 5rem 0px;
    box-sizing: border-box;
}

.testing .testing-tit {
    margin-top: 2.25rem;
    text-align: center;
}

.testing .testing-tit li {
    display: inline-block;
    vertical-align: bottom;
   width: 16%;
    position: relative;
    padding-bottom: 0.8rem;
    height:3.3rem;
    overflow: hidden;
    box-sizing: border-box;
}

.testing .testing-tit li em {
    float: left;
    width: 2.7rem;
    height:2.7rem;
    line-height: 0;
    display: block;
    overflow: hidden;
    margin-right: 0.25rem;
    vertical-align: top;
}

.testing .testing-tit li em img {
    width: 2.7rem;
    height: 2.7rem;
    display: block;
}

.testing .testing-tit li p {
    float: left;
    display: block;
    text-align: left;
    vertical-align: top;
}

.testing .testing-tit li p b {
    font-size:1.3rem;
    font-weight: normal;
    line-height: 1.5rem;
    color: #333333;
    display: block;
}

.testing .testing-tit li p span {
    font-size:0.7rem;
    font-weight: normal;
    line-height: 0.7rem;
    color: rgba(51, 51, 51, 0.2);
    display: block;
    margin-top: 0.25rem;
    font-family: arial;
}

.testing .testing-tit li:before {
    content: "";
    display: block;
    width: 0%;
    height: 0.4rem;
    background: #0f3c8b;
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
    transition: .5s;
}

.testing .testing-tit li:after {
    line-height: 0;
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.testing .testing-tit li.cur:before,
.testing .testing-tit li:hover:before {
    width: 100%;
    left: 0;
}

.testing .testing-tit li:last-of-type {
    margin-right: 0;
}

.testing .testing-con {
    margin-top: 2rem;
}

.testing .testing-con dl dt {
    width:36rem;
    height: 25;
    display: block;
    line-height: 0;
    overflow: hidden;
    float: left;
}

.testing .testing-con dl dt img {
     width:36rem;
    height: 25rem;
    display: block;
    transition: 1s;
}

.testing .testing-con dl dd {
    float: left;
    width: 33.5rem;
    height: 25rem;
    background-color: #e9e9e9;
    background-image: url('../images/jc-cbg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto auto;
    box-sizing: border-box;
    padding: 3.1rem 1.5rem 0 1.65rem;
}

.testing .testing-con dl dd h4 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6rem;
    color: #333333;
    margin-bottom: 1.75rem;
}

.testing .testing-con dl dd h4 span {
    display: block;
    font-size:1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    color: #333333;
    margin-top:0.4rem;
}

.testing .testing-con dl dd p {
    position: relative;
    font-size: 0.83rem;
    font-weight: normal;
    line-height: 2rem;
    color: #666666;
    display: block;
    margin-bottom: 1.2rem;
   
}



.testing .testing-con:after {
    line-height: 0;
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.testing .testing-tit2 {
    position: absolute;
    left: 41.5rem;
    bottom:1.5rem;
}

.testing .testing-tit2 span {
    width: 1.05rem;
    height: 1.05rem;
    background-image: url('/skin/images/dot.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
    display: inline-block;
    line-height: 0;
    margin-right: 0.5rem;
}

.testing .testing-tit2 span.cur {
    background-image: url('/skin/images/doth.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
}

.testing .content {
    position: relative;
}
.white:after,
.whites:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}














































html {
    font-size: 10px;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width:320px) {
    html {
        font-size: 8.6px;
    }
}

@media screen and (min-width:360px) {
    html {
        font-size: 9.6px;
    }
}

@media screen and (min-width:375px) {
    html {
        font-size: 10px;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 10.6px;
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: 11px;
    }
}

@media screen and (min-width:440px) {
    html {
        font-size: 11.8px;
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 12.8px;
    }
}

@media screen and (min-width:520px) {
    html {
        font-size: 13.8px;
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 17px;
    }
}

@media screen and (min-width:680px) {
    html {
        font-size: 18.2px;
    }
}

@media screen and (min-width:700px) {
    html {
        font-size: 18.6px;
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 19.2px;
    }
}

@media screen and (min-width:750px) {
    html {
        font-size: 20px;
    }
}


@media screen and (min-width: 800px) {
    html {
        font-size: 12.6px;
    }
}

@media screen and (min-width: 900px) {
    html {
        font-size: 12.6px;
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 12.6px;
    }
}

@media screen and (min-width: 1100px) {
    html {
        font-size: 12.6px;
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 12.6px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 13.4px;
    }
}

@media screen and (min-width: 1366px) {
    html {
        font-size: 14.2px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width: 1600px) {
    html {
        font-size: 16.6px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 20px;
    }
}