﻿@charset "utf-8";
@media only screen and (min-width: 800px) {
::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #b79a7c;
}
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {
 border-radius: 0px;
 background: #2d3037;
}
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb {
 border-radius: 0px;
 background-color:#ffab07;
}
}
 /*=========
  基本默认值
  ==========*/
*{
	margin: 0;
	padding: 0; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}
html,body{ 
	min-height: 100%;
	-webkit-overflow-scrolling : touch;/*苹果手机端滑动卡屏*/
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color:transparent;/*手机端点击底部出现背景*/
    width: 100%;
    overflow-y:auto;
    /*min-width: 320px;*/
    font-size: 12px;
    line-height: 1.6;
}
body {	
	color: #000;
	font-family:"Arial", "Microsoft YaHei";
}

li{
    list-style: none;
}
img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    text-decoration: none;
    color: #000;    
    -moz-transition: all .5s; 
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s; 
    transition: all .5s; 
}
::after,::before{   
    -moz-transition: all .5s; 
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s; 
    transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; 
}
table {
    border-collapse: collapse;
}
input, textarea,select {
    font-family: "Arial","SimHei";
    font-size: 12px;
    outline: none;
    appearance:none; /*清楚表单默认样式*/
    -moz-appearance:none;
    -webkit-appearance:none;
    border: none;
}

/*94%的内容*/
.container{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1680px;*/
    position: relative;
}
.wrap{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    position: relative;
}
.wrap1{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    position: relative;
}
.wrap2{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1466px;
    position: relative;
}
@media only screen and (max-width:1280px){
.container{
    width: 100%;
    padding: 0 3%;
}
.container1{
    width: 100%;
    padding: 0 3%;
}
}
.fl {
    float: left;
}

.fr {
    float: right;
}

/*图片通用样式*/
.img-common{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}
/*清楚浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}
/*Flex居中样式*/
.flex-center{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
/*动画*/
.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
/*文字溢出*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/*无数据*/
.nothing{
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #666;
}



/*内页通用标题*/
.title{
    font-size: 30px;
    color: #333333;
    line-height: 28px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
}
.title::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 3px;
    background-color: #ffab07;
}

@media only screen and (max-width:1280px){
    .title{
        font-size: 28px;
        padding-top: 22px;    }
}
@media only screen and (max-width:1024px){
    .title{
        font-size: 26px;
        padding-top: 18px;
        padding-bottom: 14px;
    }
}
@media only screen and (max-width:768px){
    .title{
        font-size: 22px;
        padding-top: 14px;
    }
}
@media only screen and (max-width:414px){
    .title{
        font-size: 18px;
        padding-top: 8px;
        padding-bottom: 0;
    }
    .title::before{
        width: 32px;
    }
}

/*视频播放按钮*/
.video{
    position: relative;
    max-height: 567px;
}
.video .mejs-container{
    max-height: 567px;
}
.video .mejs-poster{
    background-size: cover;
}
.video .mejs-container .mejs-controls{
    display: flex;
}
.video iframe{
    height: 567px;
    max-height: 567px;
}

.video .mejs-overlay-button{
    background: url(/phone/images/play_01.png) no-repeat;
    width: 172px;
    height: 172px;
    margin: -86px 0 0 -86px;
    background-position: center;
}
.video .mejs-overlay:hover .mejs-overlay-button{
    background-position: center ;
}


@media only screen and (max-width:414px){
    .video iframe{
        height: 30vh;
        max-height: 30vh;
    }
}



/* =========

    导航

 ========= */
.header{
    width: 100%;
    height: 82px;
    background-color: #ffab07;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
}
.mheader::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 385px;
    height: 100%;
    background-color: #fff;
}
.header .container{
    width: 98%;
    max-width: 1860px;
}
.header .h_logo{
    display: flex;
    float: left;
    position: relative;
    height: 82px;
    max-width: 260px;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.header .h_logo img{
    max-width: 159px;
}
.header .h_logo .tt{
    font-size: 14px;
    color: #313131;
    line-height: 2;
}
.header .nav-r{
    float: right;
    height: 100%;
    padding-top: 43px;
    position: relative;
}

.header .nav-r .nav-s{
    float: left;
    width: 200px;
    margin-right: 22px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.header .nav-r .nav-s .s-show{
    font-size: 20px;
    color: #fff;
}
.header .nav-r .nav-s .s-hide{
    position: relative;
    border-radius: 13px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    /*height: 100%;*/
    transform: translateX(101%);
   transition: all .5s;
   background-color: #fff;
}

.header .nav-r .nav-s .s-hide.show{
    transform: translateX(0);
}

.header .nav-r .nav-s .s-hide .sss input[type="text"]{
    width: 100%;
    height: 26px;
    border-radius: 13px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 50px 0 10px;
    color: #000;
    font-size: 14px;
}



.header .nav-r .nav-s .s-hide .sss input[type="submit"]{
    background-size: 15px 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 26px;
    background-color: #fff;
    background-image: url(/phone/images/search_02.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.header .nav-r .nav-s:hover .s-hide{
    transform: translateX(0);
}
.header .nav-r .nav-s:hover .s-show{
    opacity: 0;
}

.mheader .nav-r .nav-s .s-hide{
    color: #ffab07;
    border: 1px solid #ffab07;
}

.mheader .nav-r .nav-s{
    height: 28px;
}
.mheader .nav-r .nav-s .s-show{
    color: #68737d;
    font-size: 16px;
    opacity: 1;
    transition: all .5s;
}



.header .nav-r .nav-lg{
    float: right;
}
.header .nav-r .nav-lg .lg-show{
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-right: 18px;
}
.header .nav-r .nav-lg .lg-show::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    transform: rotate(45deg);
}
.header .nav-r .nav-lg:hover .lg-show::after,
.header .nav-r .nav-lg[data-on="on"] .lg-show::after{
    transform: rotate(-135deg);
    margin-top: 2px;
}
.header .nav-r .nav-lg[data-on=""] .lg-show::after{
    transform: rotate(45deg);
    margin-top: -8px;
}

.header .nav-r .nav-lg .lg-hide{
    border: 1px solid #ffab07;
    /*display: none;*/
    opacity: 0;
    transition: all .5s;
}
.header .nav-r .nav-lg .lg-hide a{
    background-color: #fff;
    color: #ffab07;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}
.header .nav-r .nav-lg .lg-hide li:nth-child(1) a{
    border-bottom: 1px solid #ffab07;
}
.header .nav-r .nav-lg:hover .lg-show{
    cursor: pointer;
}
.header .nav-r .nav-lg:hover .lg-hide{
    display: block;
    /*opacity: 1;*/
}
.header .nav-r .nav-lg .lg-hide li a:hover{
    background-color: #ffab07;
    color: #fff;
    border: 1px solid #fff;
}
.header .nav-r .nav-lg .lg-hide[data-on="active"]{
    display: block;
    opacity: 1;
}


.header .nav-l{
    float: right;
    margin-right: 140px;
}
.header .nav-l .nli{
    display: inline-block;
    position: relative;
    z-index: 111;
}
.header .nav-l .nli .nli-a{
    display: inline-block;
    padding: 43px 18px 0;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    position: relative;
    z-index: 111;
}
.header .nav-l .nli .nli-a:hover{
    background-color: #fff;
    color: #ffab07;
}
.header .nav-l .nli.on .nli-a{
    background-color: #fff;
    color: #ffab07;
}
.header .nav-l .nli.nlip .nli-a::after{
    content: "";
    position: absolute;
    right: 4px;
    top: 52px;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(135deg);
}
.header .nav-l .nli.nlip.on .nli-a::after,.header .nav-l .nli.nlip .nli-a:hover::after{
    border-color: #ffab07 #ffab07 transparent transparent;
}

.header .nav-l .nli.nlip .nav-procontent{
    position: fixed;
    top: 82px;
    left: 0;
    width: 100%;
    font-size: 0;
    z-index: 99;
    background-color: #fff;
    padding: 50px 0 70px 0;
    display: none;
}

.header .nav-l .nli.nlip .nav-procontent .nav-prol{
    float: left;
    width: 323px;
    position: relative;
}
.header .nav-l .nli.nlip .nav-procontent .nav-prol .pen{
    font-size: 36px;
    color: #ffab07;
    line-height: 28px;
    margin-bottom: 5px;
}
.header .nav-l .nli.nlip .nav-procontent .nav-prol .pcn{
    font-size: 18px;
    color: #666666;
    margin-bottom: 94px;
}
.header .nav-l .nli.nlip .nav-procontent .nav-prol .pbtn{
    font-size: 20px;
    color: #fff;
    width: 281px;
    height: 43px;
    line-height: 43px;
    background-color: #ffab07;
    padding-left: 14px;
    position: absolute;
    display: inline-block;
    border: 1px solid #ffab07;
}
.header .nav-l .nli.nlip .nav-procontent .nav-prol .pbtn::before{
    content: "";
    position: absolute;
    right: 29px;
    top: 50%;
    width: 50px;
    height: 1px;
    background-color: #fff;
}
.header .nav-l .nli.nlip .nav-procontent .nav-prol .pbtn::after{
    content: "";
    position: absolute;
    right: 29px;
    top: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    transform: rotate(-45deg);
}
.header .nav-l .nli.nlip .nav-procontent .nav-prol .pbtn:hover{
    background-color: #fff;
    border: 1px solid #ffab07;
    color: #ffab07;
}
.header .nav-l .nli.nlip .nav-procontent .nav-prol .pbtn:hover::before{
    background-color: #ffab07;
}
.header .nav-l .nli.nlip .nav-procontent .nav-prol .pbtn:hover::after{
    border-right: 8px solid #ffab07;
}
.header .nav-l .nli.nlip .nav-procontent .nav-pror{
    float: right;
    width: calc(100% - 323px);
    padding-left: 95px;
    max-height: 436px;
    overflow-y: auto;
}
.header .nav-l .nli.nlip .nav-procontent .nav-pror::-webkit-scrollbar{
    width: 5px;
}
.header .nav-l .nli.nlip .nav-procontent .nav-pror::-webkit-scrollbar-thumb{
    background-color: #ffab07;
}
.header .nav-l .nli.nlip .nav-procontent .nav-pror .npror-item{
    float: left;
    margin-bottom: 20px;
}
.header .nav-l .nli.nlip .nav-procontent .nav-pror .npror-item:nth-child(3n+1){
    border-left: 1px solid #ededed;
}
.header .nav-l .nli.nlip .nav-procontent .nav-pror .npror-item .npro-item{
    display: inline-block;
    border-right: 1px solid #ededed;
    font-size: 12px;
    color: #666666;
    display: flex;
    flex-direction: column;
    transition: all .5s;
}
.header .nav-l .nli.nlip .nav-procontent .nav-pror .npror-item .npro-item .img{
    width: 247px;
    margin-bottom: 15px;
    position: relative;
}
.header .nav-l .nli.nlip .nav-procontent .nav-pror .npror-item .npro-item .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.header .nav-l .nli.nlip .nav-procontent .nav-pror .npror-item .npro-item .img .bg{
     padding-top: calc(164 / 247 * 100%);
}

.header .nav-l .nli.nlip .nav-procontent .nav-pror .npror-item .npro-item:hover{
    color: #ffab07;
}

.header .nav-l .nli.nlip:hover .nav-procontent{
    opacity: 1;
}


/*首页top*/







.mheader .nav-r .nav-lg .lg-show{
    color: #68737d;
}
.mheader .nav-r .nav-lg .lg-show::after{
    border-right: 8px solid #68737d;
}


.mm-nav-box{
    display: none;
}

.mm-nav-box .nav-s{
    padding-top: 10px;
    display: none;
}
.mm-nav-box .nav-s .head-s{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    padding: 0 62px 0 10px;
    border: 1px solid rgba(255,171,7,.3);
}

.mm-nav-box .nav-s form{
    position: relative;

}
.mm-nav-box .nav-s form input[type="submit"]{
    background-size: 15px 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 40px;
    background-color: #ffab07;
    background-image: url(/phone/images/search_01.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


@media only screen and (max-width: 1580px){
.mheader::before{
    width: 340px;
}
.mheader .nav-r .nav-s{
    width: 170px;
}
.header .nav-l{
    margin-right: 60px;
}
.header .nav-l .nli .nli-a{
    padding: 43px 15px 0;
}
}
@media only screen and (max-width: 1440px){
.header .nav-l{
    margin-right: 20px;
}
.header .nav-l.en .nli .nli-a{
    padding: 43px 12px 0;
}
.header .nav-l .nli .nli-a{
    font-size: 14px;
}
}
@media only screen and (max-width: 1360px){
    .header .nav-l.en .nli .nli-a{
        padding: 43px 7px 0;
    }
    .header .nav-l.en .nli:nth-child(2) .nli-a{
        padding: 43px 14px 0 7px;
    }
}
@media only screen and (max-width: 1280px){
.mheader::before{
    display: none;
}
.header{
    height: 70px;
}
.header .nav-l{
    display: none;
}
.header .h_logo {
    height: 70px;
}
.header .h_logo .tt{
    line-height: 1;
}
.header .nav-r{
    padding-top: 22px;
    display: flex;
}
.header .nav-r .nav-s .s-hide{
    transform: translateX(0);
    border:1px solid #fff;
}
.header .mmbtn {
    float: right;
    width: 30px;
    height: 70px;
    margin-left: 3%;
    position: relative;
    z-index: 111;
    cursor: pointer;
    transition: all .5s ease;
}
.header .mmbtn .line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease;
}
.header .mmbtn .line.l1 {
    margin-top: -8px;
}
.header .mmbtn .line.l3 {
    margin-top: 8px;
}
.header .nav-r .nav-s .s-show{
    opacity: 0;
}
.mheader .nav-r .nav-lg .lg-show{
    color: #fff;
}
.mheader .nav-r .nav-lg .lg-show::after{
    border-right: 8px solid #fff;
}

.mm-nav-box{
    display: block;
    position: fixed;
    left: 0;
    top: 70px;
    width: 100vw;
    z-index: 1111;
    overflow-y: auto;
    background-color: #fff;
    height: calc(100vh - 70px);
    opacity: 0;
    visibility: hidden;
}
.mm-nav-box[data-status="user"]{
    top: 50px;
    height: calc(100vh - 50px);
}
.mm-nav-box[data-on="active"]{
    opacity: 1;
    visibility: visible;
}
.mm-nav-box .mm-nav .li1{
    background-color: #fff;
}
.mm-nav-box .mm-nav .li1 .mm-title{
        display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 3%;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.mm-nav-box .mm-nav .li1 .mm-title .a1{
    transition: all .5s;
    color: #292929;
    font-size: 16px;
}
.mm-nav-box .mm-nav .li1 .mm-title:hover .a1{
    color: #ffab07;
}
.mm-nav-box .mm-nav .li1 .mm-title .click{
    position: absolute;
    right: 30px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #013f98 #013f98 transparent;
    margin-top: -7px;
    transform: rotate(45deg);
    transition: all .5s;
}
.mm-nav-box .mm-nav .li1:hover .mm-title .click,
.mm-nav-box .mm-nav .li1[data-on="on"] .mm-title .click{
    transform: rotate(-135deg);
}
.mm-nav-box .mm-nav .li1[data-on=""] .mm-title .click{
    transform: rotate(45deg);
}

.mm-nav-box .mm-nav .li1 .mm-innav{
    display: none;
}
.mm-nav-box .mm-nav .li1 .mm-innav li{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
    padding-left: 6%;
}
.mm-nav-box .mm-nav .li1 .mm-innav li a{
    font-size: 15px;
    color: #000;
}
.mm-nav-box .mm-nav .li1[data-on="on"] .mm-innav{
    display: block;
}
}
@media only screen and (max-width: 1024px){
.header{
    height: 55px;
}
.header .nav-r {
    padding-top: 14px;
}
.header .h_logo {
    height: 55px;
}
.header .mmbtn{
    height: 55px;
}
.mm-nav-box{
    top: 55px;
    height: calc(100vh - 55px);
}
.header .h_logo .tt{
    display: none;
}
}
@media only screen and (max-width: 640px){
    .header .nav-r .nav-s{
        display: none;
    }
    .mm-nav-box .nav-s{
        display: block;
    }
    .header .h_logo img{
        width: 85%;
    }
}
@media only screen and (max-width: 414px){
.header .nav-r .nav-s{
    width: auto;
}
.header .nav-r .nav-s .s-hide{
    position: fixed;
    left: 0;
    top: 55px;
    width: 100%;
    background-color: #fff;
    height: 30px;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}
.header .nav-r .nav-s[data-on="on"] .s-hide{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.header .nav-r .nav-s .s-hide .sss input[type="text"]{
    height: 30px;
}
.header .nav-r .nav-s .s-hide .sss input[type="submit"]{
    height: 30px;
}
.mheader .nav-r .nav-s .s-show{
    color: #fff;
}
}



/* =========

    通用大图

 ========= */
.nbanner{
    position: relative;
}
.nbanner .nb-bg{  
    margin-top: 82px;
    position: relative;
}
.nbanner .nb-bg img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.nbanner .nb-bg .img{
    padding-top: calc(600 / 1920 * 100%);min-height: 300px;
}
.nbanner .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nbanner .text .font{
	display:none;
    font-size: 72px;
    color: #fff;
}

.nbanner .banner-href{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: rgba(0,0,0,.3);
    border-top: 1px solid rgba(255,255,255,.2);
}
.nbanner .banner-href .bh-l{
    float: left;
    color: rgba(255,255,255,.6);
}
.nbanner .banner-href .bh-l a{
    display: inline-block;
    font-size: 16px;
    color: rgba(255,255,255,.6);
    max-width: 200px;
    line-height: 22px;
    vertical-align: middle;
    text-transform: uppercase;
}
.nbanner .banner-href .bh-l a:hover{
    color: #fff;
}
.nbanner .banner-href .bh-l span{
    display: inline-block;
    padding: 0 22px;
    font-size: 16px;
}
.nbanner .banner-href .bh-l span:last-child{
    display: none;
}

.nbanner .banner-href .bh-r{
    float: right;
    
}
.nbanner .banner-href .bh-r a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-right: 14px;
    margin-right: 8px;
}
.nbanner .banner-href .bh-r a::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    margin-top: -2px;
}
.nbanner .banner-href .bh-r a:last-child::after{
    display: none;
}
.nbanner .banner-href .bh-r .icon{
    display: inline-flex;
    margin-right: 15px;
    vertical-align: text-bottom;
}
.nbanner .banner-href .bh-r a:hover{
    color: #ffab07;
}






 /* =========

    首页

 ========= */



  /* =========

    首页大图

 ========= */
.main-banner{
    display: flex;
    justify-content: space-between;
}
.left-swiper{
    width: calc(100% - 385px);
}
.left-swiper .swiper-slide{
    position: relative;
}
.left-swiper .swiper-slide .img{
    position: relative;
}
.left-swiper .swiper-slide .img img{
    position: absolute;width: 100%;height: 100%;z-index: -1;
}
.left-swiper .swiper-slide .img .bg{
    padding-top: calc(873 / 1538 * 100%);
    min-height: 30vh;
}
.left-swiper .swiper-slide .textinfo{
    position: absolute;
    /*left: 50%;
    top: 50%;
    max-width: 1200px;
    width:80%;
    transform: translate(-50%,-50%);*/
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.45);
    padding: 20px 4%;
}
.left-swiper .swiper-slide .textinfo .tit{
    font-size: 44px;
    color: #ffab07;
    font-weight: bold;
    margin-bottom: 10px;
}
.left-swiper .swiper-slide .textinfo .font{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
    width: 100%;
}
.left-swiper .swiper-slide .textinfo .more{
    /*width: 180px;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*text-align: center;*/
    color: #ffab07;
    font-size: 20px;
    /*background-color: #ffab07;*/
    border-radius: 25px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding-right: 15px;
    /*border: 1px solid #ffab07;*/
}
.left-swiper .swiper-slide .textinfo .more::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffab07 #ffab07 transparent transparent;
    transform: rotate(45deg);
    margin-top: -5px;
}
/*.left-swiper .swiper-slide .textinfo .more:hover{
    background-color: transparent;
    color: #ffab07;
    border: 1px solid #ffab07;
}*/
.left-swiper .left-prev,.left-swiper .left-next{
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    border-style: solid;
    border-width: 3px;
    border-color: #d3d3d2 #d3d3d2 transparent transparent;
    z-index: 112;
    margin-top: -20px;
    cursor: pointer;
    outline: none;
}
.left-swiper .left-prev{
    left: 2%;
    transform: rotate(-135deg);
}
.left-swiper .left-next{
    right: 2%;
    transform: rotate(45deg);
}
.left-swiper .swiper-pagination{
    opacity: 0;
}


.right-swiper{
    width: 385px;
    /*float: left;*/
    /*padding-top: 141px;*/
}
.right-swiper .swiper-slide{
    background-color: #fff;
    padding: 0 70px;
    flex-direction: column;
}
.right-swiper .swiper-slide .logo{
    text-align: center;
    margin-bottom: 44px;
}
.right-swiper .swiper-slide .img{
    margin-bottom: 36px;
    width: 100%;
    position: relative;
}
.right-swiper .swiper-slide .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.right-swiper .swiper-slide .img .pp{
    padding-top: calc(157 / 236 * 100%);
    min-height: 118px;
}
.right-swiper .swiper-slide .tit{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 245px;
}
.right-swiper .swiper-slide .font{
    font-size: 12px;
    color: rgba(0,0,0,.75);
    line-height: 22px;
    margin-bottom: 30px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
}
.right-swiper .swiper-slide .more{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffab07;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #7d7d7d;
}
.right-swiper .swiper-slide .more:hover{
    color: #fff;
    background-color: #ffab07;
    border: 1px solid #ffab07;
}

@media only screen and (max-width:1580px){
.right-swiper{
    width: 340px;
    /*padding-top: 80px;*/
}
.left-swiper{
    width: calc(100% - 340px);
}
.right-swiper .swiper-slide{
    padding: 0 55px;
}
.right-swiper .swiper-slide .logo{
    margin-bottom: 20px;
}
.right-swiper .swiper-slide .logo img{
    width: 80%;
}
.right-swiper .swiper-slide .img{
    margin-bottom: 25px;
}
.right-swiper .swiper-slide .tit{
    margin-bottom: 20px;
    max-width: 230px;
}
.nbanner .banner-href .bh-l.pro span{
    padding: 0 12px;
}
}
@media only screen and (max-width:1440px){
    .right-swiper{
        padding-top: 55px;
    }
    .left-swiper .swiper-slide .textinfo .tit{
        font-size: 40px;
        line-height: 40px;
    }
    .left-swiper .swiper-slide .textinfo .font,.left-swiper .swiper-slide .textinfo .more{
        font-size: 18px;
    }
}
@media only screen and (max-width:1360px){
    .right-swiper .swiper-slide .tit{
        margin-bottom: 14px;
    }
    .right-swiper .swiper-slide .font{
        margin-bottom: 16px;
    }
    .right-swiper .swiper-slide .img{
        margin-bottom: 10px;
    }
    .right-swiper .swiper-slide .logo{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:1280px){
    .nbanner .banner-href{
        height: 70px;
        line-height: 70px;
    }
    .nbanner .nb-bg{
        margin-top: 70px;
    }
.main-banner{
    display: block;
}
.left-swiper{
    width: 100%;
}
.right-swiper{
    width: 100%;
    padding: 3% 0;
    display: none;
}
.right-swiper .swiper-slide{
    flex-direction: row;
}
.right-swiper .swiper-slide .logo{
    display: none;
}
.right-swiper .swiper-slide .img{
    float: left;
    margin-bottom: 0;
    width: 30%;
}
.left-swiper .swiper-slide .textinfo{
    padding: 2% 4%;
}
.left-swiper .swiper-slide .textinfo .tit{
    margin-bottom: 0;
    font-size: 36px;
    line-height: 36px;
}
.left-swiper .swiper-slide .textinfo .font{
    font-size: 16px;
    line-height: 26px;
    /*margin-bottom: 30px;*/
    max-height: 52px;
}
.left-swiper .swiper-slide .textinfo .more{
    /*width: 156px;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    font-size: 16px;
    margin-bottom: 0;
}
.right-swiper .swiper-slide .more{
    width: 170px;
}
.right-swiper .swiper-slide .info{
    padding-left: 20px;
    width: 70%;
    float: left;
}
.nbanner .banner-href .bh-l.pro{
    display: none;
}
}
@media only screen and (max-width:1024px){
    .nbanner .nb-bg{
        margin-top: 55px;
    }
    .nbanner .banner-href .bh-l{
        display: none;
    }
    .nbanner .banner-href{
        height: 50px;
        line-height: 50px;
    }
    
    .left-swiper .left-prev, .left-swiper .left-next{
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
    .left-swiper .swiper-slide .textinfo .tit{
        font-size: 30px;
        line-height: 32px;
    }
}
@media only screen and (max-width:768px){
    .left-swiper .swiper-slide .textinfo .tit{
        font-size: 26px;
        line-height: 30px;
    }
}
@media only screen and (max-width:640px){
    .left-swiper .swiper-pagination{
        opacity: 1;
    }
    .left-swiper .swiper-pagination .swiper-pagination-bullet-active{
        background: #ffab07;
    }
    .left-swiper .left-prev, .left-swiper .left-next{
        opacity: 0;
    }
    .left-swiper .swiper-slide .textinfo{
        position: initial;
        background-color: #fff;
        /*display: none;*/
    }
    .left-swiper .swiper-slide .textinfo .font{
        width: 100%;
        margin-bottom: 5px;
        line-height: 20px;
        color: #333333;
        display: block;
        max-height: 100%;
    }
    .left-swiper .swiper-slide .textinfo .more{
        /*width: 130px;*/
        /*height: 35px;*/
        /*line-height: 35px;*/
    }
    .left-swiper .swiper-slide .textinfo .tit{
        font-size: 22px;
        line-height: 28px;
    }
    .left-swiper .swiper-pagination{
        bottom: 0;
    }

}
@media only screen and (max-width:500px){
    .nbanner .banner-href{
        display: none;
    }
   
}
@media only screen and (max-width:414px){
.main-banner{
    margin-top: 55px;
}
/*.left-swiper .swiper-slide{
    padding: 6% 0;
}
.left-swiper .swiper-slide .textinfo{
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
    margin: 0 auto;
}*/
.right-swiper .swiper-slide{
    padding: 0 3%;
}
.left-swiper .swiper-slide .textinfo .tit{
    font-size: 18px;
    line-height: 24px;
}
.left-swiper .swiper-slide .textinfo .font{
    font-size: 14px;
    line-height: 16px;
    /*max-height: 40px;*/
}
.left-swiper .swiper-slide .textinfo .more{font-size: 14px;}
.right-swiper .swiper-slide .more{
    width: 112px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.right-swiper .swiper-slide .tit{
    margin-bottom: 0;
    font-size: 14px;
}
.right-swiper .swiper-slide .font{
    line-height: 18px;
    margin-bottom: 10px;
}
}



/*首页产品*/
.main-pro .main-proitem{
    background-color: #f5f5f5;
    padding: 73px 0 26px 0;
}
.main-pro .main-proitem:nth-child(2n){
    background-color: #fff;
}
.main-pro .main-prol{
    width: 50%;
    float: left;
}
.main-pro .main-prol .tit{
    font-size: 34px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 38px;
}
.main-pro .main-prol:hover .tit{
    color: #ffab07;
}
.main-pro .main-prol .font{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
}
.main-pro .main-prol .pro-a{
    /*width: 60%;*/
    margin-bottom: 22px;
}
.main-pro .main-prol .pro-a ul li{
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.main-pro .main-prol .pro-a ul li a{
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 29px;
    margin-bottom: 24px;
    font-size: 16px;
    color: #666666;
}
.main-pro .main-prol .pro-a ul li a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/phone/images/main-pro02.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 19px;
}
.main-pro .main-prol .pro-a ul li a:hover{
    color: #ffab07;
}
.main-pro .main-prol .pro-a ul li a:hover::before{
    background-image: url(/phone/images/main-pro03.png);
}
.main-pro .main-prol .btn{
    /*width: 120px;*/
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffab07;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    /*padding-left: 26px;*/
    position: relative;
    display: inline-block;
    padding: 0 36px 0 26px;
}
.main-pro .main-prol .btn::before,
.main-pro .main-prol .btn::after
{
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    background-color: #ffab07;
}
.main-pro .main-prol .btn::before{
    width: 8px;
    height: 1px;
    margin-right:-3.5px;
}
.main-pro .main-prol .btn::after{
    width: 1px;
    height: 8px;
    margin-top: -3px;
}
.main-pro .main-prol .btn:hover{
    background-color: #ffab07;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ffab07;
}
.main-pro .main-prol .btn:hover::before,.main-pro .main-prol .btn:hover::after{
    background-color: #fff;
}
.main-pro .main-prol .xbtn{
    margin-left: 30px;
}
.main-pro .main-prol .xbtn::before,.main-pro .main-prol .xbtn::after{
    display: none;
}

.main-pro .main-pror{
    width: 50%;
    float: right;
    position: relative;
}
.main-pro .main-pror img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.main-pro .main-pror .img{
    padding-top: calc(549 / 700 * 100%);
}

.main-pro .main-prol .pro-a .pro-atwo{
    font-size: 16px;
    line-height: 18px;
    color: #7a7a7a;
}


.main-pro .main-proitem:nth-child(2n) .main-prol{
    float: right;
}
.main-pro .main-proitem:nth-child(2n) .main-pror{
    float: left;
}
@media only screen and (max-width: 1280px){
.main-pro .main-proitem {
    padding: 50px 0 26px 0;
}
}
@media only screen and (max-width: 1024px){
    .main-pro .main-prol .tit{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .main-pro .main-prol .btn{
        padding: 0 25px 0 18px;
        height: 36px;
        line-height: 36px;
    }
    .main-pro .main-prol .xbtn{
        margin-left: 0;
        padding: 0 21px 0 21px;
    }
    .main-pro .main-prol .btn::before, .main-pro .main-prol .btn::after{
        right: 18px;
    }
}
@media only screen and (max-width: 768px){
.main-pro .main-proitem {
    padding: 30px 0 26px 0;
}
.main-pro .main-prol .tit{
    font-size: 24px;
}
.main-pro .main-pror{
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.main-pro .main-pror img{
    display: block;
    margin:0 auto;
}
.main-pro .main-prol{
   width: 100%;
    float: none;
}
.main-pro .main-prol .pro-a{
    width:100%;
}
}
@media only screen and (max-width: 414px){
.main-pro .main-proitem {
    padding: 20px 0;
}
.main-pro .main-prol .tit{
    font-size: 18px;
    margin-bottom: 5px;
}
.main-pro .main-prol .font{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.main-pro .main-prol .pro-a{
    margin-bottom: 10px;
}
.main-pro .main-prol .pro-a ul li a{
    font-size: 12px;
    margin-bottom: 6px;
}
.main-pro .main-prol .btn{
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.main-pro .main-prol .pro-a .pro-atwo{
    font-size: 14px;
    line-height: 14px;
}
}

/*首页视频*/
.mejs-poster img{
    display: block!important;
}
.main-video{
    padding: 95px 0 100px 0;
}
.main-video .tit{
    font-size: 36px;
    color: #7b7b7b;
    display: inline-block;
    margin-bottom: 74px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.main-video .tit::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -125px;
    width: 70px;
    height: 1px;
    background-color: #d7d7d7;
}
.main-video .tit::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -125px;
    width: 70px;
    height: 1px;
    background-color: #d7d7d7;
}
.mejs-fullscreen-button button{
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (max-width: 1360px){
.main-video {
    padding: 70px 0 80px 0;
}
}
@media only screen and (max-width: 1280px){
.main-video {
    padding: 50px 0 60px 0;
}
.main-video .tit {
    font-size: 30px;
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 1024px){
.main-video {
    padding: 30px 0 40px 0;
}
}
@media only screen and (max-width: 768px){
    .main-video .tit{
        font-size: 24px;
        margin-bottom: 28px;
    }
}
@media only screen and (max-width: 414px){
.main-video {
    padding: 5% 0 6% 0;
}
.main-video .tit {
    font-size: 18px;
    margin-bottom: 5%;
}
.main-video .tit::before,.main-video .tit::after{
    display: none;
}

.video .mejs-overlay-button{
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}
}



/*首页关于尚川*/
.main-bg{
    background-color: #fafafa;
}
.main-bg:nth-child(2n){
    background-color: #fff;
}
.main-bg .tit{
    font-size: 36px;
}
.main-bg .atit{
    color: #ffab07;
    margin-bottom: 30px;
}
.main-about{
    padding: 74px 0 86px 0;
}
.main-about .main-abl{
    float: left;
    width: 50%;
    padding-right: 90px;
}
.main-about .main-abl .font{
    font-size: 16px;
    color: #7b7b7b;
    line-height: 28px;
    margin-bottom: 50px;
}
.main-about .main-abl .font.mfont{
    display: none;
}
.main-about .main-abl .img{
    margin-bottom: 60px;
}
.main-about .main-abl .btn{
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #ffab07;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    display: inline-block;
}
.main-about .main-abl .btn:hover{
    background-color: #ffab07;
    color: #fff;
    border: 1px solid #ffab07;
}
.main-about .main-abr{
    float: right;
    width: 50%;
}
@media only screen and (max-width: 1280px){
.main-about {
    padding: 50px 0 60px 0;
}
}
@media only screen and (max-width: 1024px){
.main-about {
    padding: 30px 0 40px 0;
}
.main-about .main-abr{
    float: none;
    width: 100%;
}
.main-about .main-abr img{
    width: 100%;
}
.main-about .main-abl{
    float: none;
    width: 100%;
    padding-right: 0;
}
.main-bg .atit {
    padding-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
}
.main-about .main-abl .font{
    margin-bottom: 30px;
}
.main-about .main-abl .font.pfont{
    display: none;
}
.main-about .main-abl .font.mfont{
    display: block;
}
}

@media only screen and (max-width: 414px){
.main-about {
    padding: 5% 0 6% 0;
}
.main-bg .atit{
    font-size: 24px;
}
.main-about .main-abl .font{
    margin-bottom: 6%;
    font-size: 14px;
    line-height: 22px;
}
}


/*首页客户案例*/
.main-bg .main-t{
    margin-bottom: 50px;
}
.main-bg .main-t .tit{
    float: left;
}
.main-bg .main-t .more{
    float: right;
    font-size: 16px;
    color: #999999;
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.main-bg .main-t .more::before,
.main-bg .main-t .more::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #999999;
}
.main-bg .main-t .more::before{
    width: 8px;
    height: 2px;
    margin-right: -3px;
    margin-top: -1px;
}
.main-bg .main-t .more::after{
    width: 2px;
    height: 8px;
    margin-top: -4px;
}
.main-bg .main-t .more:hover{
    color: #ffab07;
}
.main-bg .main-t .more:hover::before,
.main-bg .main-t .more:hover::after{
    background-color: #ffab07;
}

.main-case{
    padding: 95px 0 104px 0;
}
.main-case .mcase-swiper .swiper-slide{
    flex-direction: column;
    width: 33.333333333%;
    margin-right: 1px;
    overflow: hidden;
}
.main-case .mcase-swiper .swiper-slide .mcase-item{
    display: block;
    width: 100%;
    position: relative;
}
.main-case .mcase-swiper .swiper-slide .img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.main-case .mcase-swiper .swiper-slide .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.main-case .mcase-swiper .swiper-slide .img .bg{
    padding-top: calc(500 / 466 * 100%);
}
.main-case .mcase-swiper .swiper-slide .img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.45);
}
.main-case .mcase-swiper .swiper-slide .tit{
    font-size: 20px;
    color: #4c4c4c;
    width: 100%;
    text-align: center;
    height: 64px;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-case .mcase-swiper .swiper-slide .yellow{
    position: absolute;
    width: 60px;
    height: 80%;
    bottom: 64px;
    left: 0;
    background-color: #ffab07;
    opacity: 0;
    transition: all .5s;
}
.main-case .mcase-swiper .swiper-slide:hover .mcase-item{
    transform: scale(.9);
    position: relative;
    right: 0;
    bottom: 0;
}
.main-case .mcase-swiper .swiper-slide:hover .yellow{
    transform: scale(.9);
    opacity: 1;
}
.main-case .mcase-swiper .swiper-slide .mcase-item:hover .img::before{
    opacity: 0;
}
.main-case .mcase-swiper .swiper-slide .mcase-item:hover .tit{
    color: #ffab07;
    box-shadow: 0 0 8px #e6e6e6;
    background-color: #fff;
}
@media only screen and (max-width: 1360px){
.main-case {
    padding: 70px 0 80px 0;
}
}
@media only screen and (max-width: 1280px){
.main-case {
    padding: 50px 0 60px 0;
}
}
@media only screen and (max-width: 1024px){
.main-case {
    padding: 30px 0 40px 0;
}
.main-bg .tit{
    font-size: 30px;
}
.main-bg .main-t{
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 768px){
    .main-bg .tit{
        font-size: 24px;
    }
    .main-case .mcase-swiper .swiper-slide .tit{
        font-size: 18px;
    }
}
@media only screen and (max-width: 414px){
.main-case {
    padding: 5% 0 6% 0;
}
.main-bg .tit{
    font-size: 18px;
    margin-bottom: 10px;
}
.main-bg .main-t{
    margin-bottom: 20px;
}
.main-case .mcase-swiper .swiper-slide .tit{
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.main-bg .main-t{
    margin-bottom: 3%;
}
.main-bg .main-t .more{
    font-size: 12px;
}
}

/*首页最新消息*/
.main-news{
    padding: 108px 0 110px 0;
}
.main-news .main-t{
    margin-bottom: 80px;
}
.main-news .mnews-swiper .swiper-slide .mnews-item{
    display: block;
    width: 100%;
    overflow: hidden;
}
.main-news .mnews-swiper .swiper-slide .mnews-item .tit{
    font-size: 20px;
    color: #505050;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-news .mnews-swiper .swiper-slide .mnews-item .time{
    font-size: 16px;
    color: #999999;
    padding: 14px 0 18px 0;
    border-top: 1px solid #e0e0e0;
}
.main-news .mnews-swiper .swiper-slide .mnews-item .font{
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-news .mnews-swiper .swiper-slide .mnews-item .img{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.main-news .mnews-swiper .swiper-slide .mnews-item .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.main-news .mnews-swiper .swiper-slide .mnews-item .img .bg{
    padding-top: calc(188 / 432 * 100%);
    transform: scale(1);
    transition: all .5s;
}
.main-news .mnews-swiper .swiper-slide .mnews-item:hover .img .bg{
    transform: scale(1.1);
}

.main-news .mnews-swiper .swiper-slide .mnews-item:hover .tit{
    color: #ffab07;
}
@media only screen and (max-width: 1280px){
.main-news {
    padding: 80px 0;
}
}
@media only screen and (max-width: 1024px){
.main-news {
    padding: 60px 0;
}
.main-news .main-t{
    margin-bottom: 60px;
}
}
@media only screen and (max-width: 768px){
.main-news {
    padding: 40px 0;
}
.main-news .main-t{
    margin-bottom: 20px;
}
.main-news .mnews-swiper .swiper-slide .mnews-item .tit{
    font-size: 18px;
}
.main-news .mnews-swiper .swiper-slide .mnews-item .time{
    margin: 10px;
}
.main-news .mnews-swiper .swiper-slide .mnews-item .font{
    font-size: 14px;
    line-height: 20px;
}
}
@media only screen and (max-width: 414px){
.main-news {
    padding: 6% 0;
}
.main-news .main-t{
    margin-bottom: 3%;
}
.main-news .mnews-swiper .swiper-slide .mnews-item .tit{
    font-size: 16px;
    padding-bottom: 5px;
}
.main-news .mnews-swiper .swiper-slide .mnews-item .time{
    font-size: 14px;
    margin: 5px;
}
.main-news .mnews-swiper .swiper-slide .mnews-item .font{
    font-size: 14px;
    margin-bottom: 5px;
}
}


/*首页合作伙伴*/
.main-parner{
    padding: 50px 0 150px 0;
}
.main-parner .tit{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 44px;
    margin-bottom: 38px;
}
.main-parner .mparner-swiper .swiper-slide {
    position: relative;
}
.main-parner .mparner-swiper .swiper-slide img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.main-parner .mparner-swiper .swiper-slide .img{
    /*height: 100px;*/
     padding-top: calc(100 / 190 * 100%);
}
@media only screen and (max-width: 1360px){
.main-parner {
    padding: 40px 0 120px 0;
}
}
@media only screen and (max-width: 1280px){
.main-parner {
    padding: 30px 0 100px 0;
}
}
@media only screen and (max-width: 1024px){
.main-parner {
    padding: 30px 0 80px 0;
}
.main-parner .tit {
    padding-bottom: 30px;
    margin-bottom: 25px;
}
}
@media only screen and (max-width: 768px){
.main-parner {
    padding: 30px 0 60px 0;
}
.main-parner .tit{
    padding-bottom: 20px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 414px){
.main-parner {
    padding: 5% 0 16% 0;
}
.main-parner .tit {
    padding-bottom: 3%;
    margin-bottom: 3%;
}
}



/*首页底部表单*/
.main-form{
    position: relative;
}
.main-form .mform-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 112%;
    background-color: #ffab07;
}
.main-form .mform-content{
    position: relative;
}
.main-form .mform-content::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.65);
}
.main-form .mform-info{
    padding: 80px 135px 115px 49px;
    position: relative;
}
.main-form .mform-info form{
    position: relative;
    padding-right: 220px;
}
.main-form .mform-info .tit{
    font-size: 24px;
    color: #fff;
    margin-bottom: 70px;
}
.main-form .mform-info form .textbox{
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.main-form .mform-info .mform-l{
    width: 320px;
    margin-right: 3%;
        -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    position: relative;
}
.main-form .mform-info .mform-l .inp{
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding-bottom: 10px;
}
.main-form .mform-info .mform-l .inp:nth-child(2){
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.main-form .mform-info .mform-l .inp span{
    display: inline-block;
    font-size: 16px;
    color: #b7b5b5;
    max-width: 100px;
}
.main-form .mform-info .mform-l .inp input[type="text"]{
    background-color: transparent;
    width: calc(100% - 105px);
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px;
    color: #fff;
}

.main-form .mform-info .mform-m{
    width: calc(97% - 320px);
}
.main-form .mform-info .mform-m textarea{
    width: 100%;
    background-color: rgba(255,255,255,.1);
    font-size: 16px;
    color: #fff;
    padding: 22px 24px;
    resize:none;
    height: 100%;
}
.main-form .mform-info .mform-m textarea::-moz-placeholder{
    color: #b7b5b5;
}
.main-form .mform-info .mform-m textarea::-webkit-input-placeholder{
    color: #b7b5b5;
}
.main-form .mform-info .mform-btn{
    width: 170px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 58px;
    line-height: 58px;
    background-color: #ffab07;
    color: #fff;
    font-size: 18px;
    border: 1px solid #ffab07;
}
.main-form .mform-info .mform-btn:hover{
    cursor: pointer;
    background-color: transparent;
    color: #b7b5b5;
    border: 1px solid #b7b5b5;
}
@media only screen and (max-width: 1024px){
.main-form .mform-info{
    padding: 30px;
}
.main-form .mform-info .tit{
    margin-bottom: 50px;
}
.main-form .mform-info form{
    padding-right: 0;
}
.main-form .mform-info .textbox{
    margin-bottom: 3%;
}
.main-form .mform-info .mform-btn{
    position: relative;
}
}
@media only screen and (max-width: 768px){
.main-form .mform-info form .textbox{
        -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.main-form .mform-info .mform-l{
    width: 100%;
    margin-right: 0;
}
.main-form .mform-info .mform-m{
    width: 100%;
}
.main-form .mform-info .mform-l .inp{
    margin-bottom: 3%;
}
.main-form .mform-info .mform-l .inp:nth-child(2){
    position: relative;
}
.main-form .mform-info .tit{
    font-size: 22px;
    margin-bottom: 28px;
}
.main-form .mform-info .mform-btn{
    width: 140px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
}
@media only screen and (max-width: 414px){
.main-form .mform-info{
    padding: 3%;
}
.main-form .mform-info .tit{
    font-size: 16px;
    margin-bottom: 2%;
}
.main-form .mform-info .mform-l .inp{
    padding-bottom: 0;
}
.main-form .mform-info .mform-l .inp span{
    font-size: 14px;
}
.main-form .mform-info .mform-btn{
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}
.main-form .mform-info .mform-m textarea{
    padding: 15px 18px;
    font-size: 14px;
}
}








 /* =========

    产品介绍

 ========= */

.productbox{
    padding: 68px 0 138px 0;
}
.productbox .pro-one .info{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.productbox .pro-two{
    padding-top: 82px;
    padding-bottom: 45px;
}
.productbox .pro-two .title{
    margin-bottom: 20px;
}
.productbox .pro-two .twol{
    width: 50%;
    float: left;
    position: relative;
}
.productbox .pro-two .twol img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.productbox .pro-two .twol .img{
    padding-top: calc(547 / 625 * 100%);
    /*background-color: #fff;*/
}
.productbox .pro-two .twor{
    width: 50%;
    float: left;
}
.productbox .pro-two .twor .twor-i{
    float: left;
    width: 31.33333%;
    margin-right: 3%;
    margin-bottom: 4%;
}
.productbox .pro-two .twor .twor-i:nth-child(3n){
    margin-right: 0;
}
.productbox .pro-two .twor .twor-i .twor-img{
    border: 1px solid #e0e0e0;
    transition: all .5s;
    position: relative;
}
.productbox .pro-two .twor .twor-i .twor-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.productbox .pro-two .twor .twor-i .twor-img .img{
    padding-top: calc(170 / 210 * 100%);
}
.productbox .pro-two .twor .twor-i .tit{
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}

.productbox .pro-two .twor .twor-i:hover .twor-img{
    border: 1px solid #ffab07;
}
.productbox .pro-two .twor .twor-i:hover .tit{
    color: #ffab07;
}

.productbox .pro-three{
    background-color: #f7f7f7;
    padding: 72px 0;
    position: relative;
}
.productbox .pro-three .pro-threel{
    float: left;
    width: calc(50% - 5px);
    margin-right: 5px;
    box-shadow: 0 0 15px #d9d9d9;
}
.productbox .pro-three .pro-threel:nth-child(2n){
    margin-right: 0;
    margin-left: 5px;
}
.productbox .pro-three .pro-threel .tit{
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background-color: #ffab07;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productbox .pro-three .pro-threel .info{
    /*position: relative;*/
    padding: 37px 0;
    background-color: #fff;
}

.productbox .pro-three .pro-threel .infol{
    float: left;
    width: 50%;
    padding: 0 17px;
    position: relative;
}
.productbox .pro-three .pro-threel .infol:nth-child(1)::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ffab07;
}
.productbox .pro-three .pro-threel .infol .infol-tit{
    margin-bottom: 28px;
}
.productbox .pro-three .pro-threel .infol .infol-tit .en{
    font-size: 12px;
    color: #666666;
}
.productbox .pro-three .pro-threel .infol .infol-tit .cn{
    font-size: 20px;
    line-height: 20px;
}
.productbox .pro-three .pro-threel .infol .infol-i{
    font-size: 14px;
    color: rgba(0,0,0,.75);
    padding-top: 23px;
    border-top: 1px solid #e0e0e0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 23px;
    min-height: 64px;
}


.productbox .pro-four{
    padding-top: 85px;
}
.productbox .pro-four .title{
    text-transform: uppercase;
}
.productbox .pro-four .font{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 52px;
}
.productbox .pro-four .fourl{
    width: 210px;
    float: left;
    margin-right: 70px;
}
.productbox .pro-four .fourl ul{
    border: 1px solid #ffab07;
}
.productbox .pro-four .fourl .item{
    width: 100%;
    padding: 32px 0 32px 28px;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #ffab07;
    text-transform: uppercase;
}
.productbox .pro-four .fourl .item:last-child{
    border-bottom: none;
}
.productbox .pro-four .fourl .item:hover{
    background-color: #ffab07;
    cursor: pointer;
    color: #fff;
}
.productbox .pro-four .fourl .item.on{
    background-color: #ffab07;
    cursor: pointer;
    color: #fff;
}
.productbox .pro-four .fourr{
    float: left;
    width: calc(100% - 280px);
    display: none;
}
.productbox .pro-four .fourr[data-on="on"]{
    display: block;
}
.productbox .pro-four .fourr.mfourr{
    display: none;
}

.productbox .pro-five{
    padding-top: 106px;
}
.productbox .pro-five .title{
    margin-bottom: 40px;
}

.menu-swiper{
    display: none;
}


@media only screen and (max-width: 1280px){
    .productbox{
        padding: 54px 0 100px 0;
    }
    .productbox .pro-two{
        padding-top: 60px;
        padding-bottom: 32px;
    }
    .productbox .pro-three{
        padding: 60px 0;
    }
    .productbox .pro-four{
        padding-top: 60px;
    }
    .productbox .pro-four .font{
        margin-bottom: 45px;
    }
    .productbox .pro-five{
        padding-top: 80px;
    }
    .productbox .pro-three .pro-threel .tit{
        font-size: 27px;
        height: 80px;
        line-height: 80px;
    }
    .productbox .pro-five .title{
        margin-bottom: 30px;
    }
    .productbox .pro-three .pro-threel .info{
        padding: 30px 0;
    }
    .productbox .pro-three .pro-threel .infol .infol-tit{
        margin-bottom: 20px;
    }
    .productbox .pro-three .pro-threel .infol .infol-tit .cn{
        font-size: 18px;
    }
    .productbox .pro-three .pro-threel .infol .infol-i{
        padding-top: 20px;
        margin-bottom: 20px;
        min-height: 60px;
    }
    .productbox .pro-four .fourl .item{
        padding: 25px 20px;
    }
}
@media only screen and (max-width: 1024px){
    .productbox{
        padding: 42px 0 70px 0;
    }
    .productbox .pro-three{
        padding: 45px 0;
    }
     .productbox .pro-four{
        padding-top: 45px;
    }
    .productbox .pro-four .font{
        margin-bottom: 34px;
    }
    .productbox .pro-five{
        padding-top: 65px;
    }
    .productbox .pro-three .pro-threel .tit{
        font-size: 24px;
        height: 72px;
        line-height: 72px;
    }
     .productbox .pro-five .title{
        margin-bottom: 20px;
    }
    .productbox .pro-three .pro-threel .infol .infol-tit{
        margin-bottom: 15px;
    }
    .productbox .pro-three .pro-threel .infol .infol-tit .cn{
        font-size: 17px;
    }
    .productbox .pro-two{
        padding-top: 44px;
    }
    .productbox .pro-two .twor .twor-i{
        width: 48%;
    }
    .productbox .pro-two .twor .twor-i:nth-child(even){
        margin-right: 0;
    }
    .productbox .pro-two .twor .twor-i:nth-child(odd){
        margin-right: 3%;
    }
    .productbox .pro-four .fourr.mfourr{
        display: block;
    }
    .productbox .pro-four .fourr.pfourr{
        display: none;
    }
}
@media only screen and (max-width: 768px){
    .productbox{
        padding: 38px 0 60px 0;
    }
    .productbox .pro-two .twol,.productbox .pro-two .twor{
        width: 100%;
        float: none;
    }
    .productbox .pro-three .pro-threel{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .productbox .pro-three .pro-threel:nth-child(2n){
        margin-left: 0;
    }
    .productbox .pro-four .fourl{
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        float: none;
    }
    .productbox .pro-four .fourl .item{
        float: left;
        width: auto;
        padding: 10px 10px;
        border-bottom: none;
        border: 1px solid #ffab07;
        text-align: center;
    }
    .productbox .pro-four .fourl .item:last-child{
         border: 1px solid #ffab07;
    }
    .productbox .pro-four .fourr{
        width: 100%;
        float: none;
    }
    .productbox .pro-four .fourl ul{
        /*display: inline-block;*/
        border: none;

        display: none;
    }
    .productbox .pro-three{
        padding: 32px 0;
    }
    .productbox .pro-three .pro-threel .tit{
        font-size: 22px;
        height: 65px;
        line-height: 65px;
    }
    .productbox .pro-four .font{
        margin-bottom: 20px;
    }

    .menu-swiper{
        display: block;
    }
    .menu-swiper .swiper-slide{
        width: auto;
        padding: 10px 10px;
        border-bottom: none;
        border: 1px solid #ffab07;
        text-align: center;
    }
    .menu-swiper .swiper-slide.on{
        background-color: #ffab07;
        cursor: pointer;
        color: #fff;
    }
}

@media only screen and (max-width: 414px){
    .productbox .pro-four .fourl .item{
        /*width: auto;*/
        /*padding: 10px 10px;*/
        font-size: 14px;
    }
}
@media only screen and (max-width: 414px){
    
}



 /* =========

    产品详情页1

 ========= */
.productbox .pro-two.proclass{
    padding-top: 0;
}

/*夹模器*/
.proclass-two{
    padding-bottom: 90px;
}
.proclass-two .font{
    font-size: 16px;
    color: #666666;
    margin-bottom: 68px;
}
.proclass-two .proc-item{
    width: 25%;
    float: left;
    display: inline-block;
}
.proclass-two .proc-item .img{
    position: relative;
}
.proclass-two .proc-item .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.proclass-two .proc-item .img .bg{
    padding-top: calc(255 / 319 * 100%);
}
.proclass-two .proc-item:hover .img{
    box-shadow: 0 0 4px #ebebeb;
}
.proclass-two .proc-item .tit{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    padding: 10px 0;
    vertical-align: top;
    white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}


.proclass-three .proab-swiper{
    margin-top: 20px;
}
.proclass-three .proab-swiper .proab-item{
    display: block;
}
.proclass-three .proab-swiper .proab-item .img{
    /*background-color: #f7f7f7;*/
    position: relative;
}
.proclass-three .proab-swiper .proab-item .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.proclass-three .proab-swiper .proab-item .img .bg{
    padding-top: calc(304 / 406 *100%);
}
.proclass-three .proab-swiper .proab-item .tit{
    text-align: center;
    font-size: 14px;
    color: #666666;
    padding: 10px 0;
    vertical-align: top;
    white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.proclass-three .proab-swiper .proab-item:hover .tit{
    color: #ffab07;
}



  /* =========

    产品详情页2

 ========= */
.proview-pro{
    padding-bottom: 89px;
}
.proview-pro .prov-content{
    margin-top: 50px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}
.proview-pro .prov-l{
    width: 50%;
    float: left;
    position: relative;
}
.proview-pro .prov-l img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.proview-pro .prov-l .img{
    padding-top: calc(416 / 651 * 100%);
}
.proview-pro .prov-r{
    width: 50%;
    float: left;
    
}
.proview-pro .prov-r .tit{
    font-size: 24px;
    color: #333333;
    margin-bottom: 24px;
    position: relative;
    padding-left: 40px;
}
.proview-pro .prov-r .tit::before,.proview-pro .prov-r .tit::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffab07 #ffab07 transparent transparent;
    transform: rotate(45deg);
    margin-top: -6px;
}
.proview-pro .prov-r .tit::after{
    left: 15px;
}
.proview-pro .prov-r .font{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.proview-info .info{
    padding: 20px 0 90px 0;
}

.proview-ab{
    padding-bottom: 0;
}
.proview-ab .proc-list{
    margin-top: 55px;
}


@media only screen and (max-width: 1280px){
    .proview-pro .prov-content{
        margin-top: 32px;
    }
    .proclass-two{
        padding-bottom: 60px;
    }
    .proclass-two .font{
        margin-bottom: 52px;
    }
    .proview-info .info{
        padding: 20px 0 72px 0;
    }
    .proview-ab .proc-list{
        margin-top: 32px;
    }
}
@media only screen and (max-width: 1024px){
    .proclass-two{
        padding-bottom: 40px;
    }
    .proclass-two .font{
        margin-bottom: 32px;
    }
    .proview-pro .prov-r .tit{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .proclass-two .proc-item{
        width: 33.3333333%;
    }
}
@media only screen and (max-width: 768px){
    .proview-pro .prov-l{
        margin-bottom: 15px;
    }
    .proview-pro .prov-l,.proview-pro .prov-r{
        width: 100%;
        float: none;
    }
    .proview-pro .prov-r .font{
        font-size: 14px;
        line-height: 24px;
    }
    .proview-pro{
        padding-bottom: 44px;
    }
    .proview-info .info{
        padding: 20px 0 60px 0;
    }
    .proview-ab .proc-list{
        margin-top: 28px;
    }
    .proclass-two .proc-item{
        width: 50%;
    }
}
@media only screen and (max-width: 414px){
    .proview-pro .prov-content{
        margin-top: 30px;
        padding-bottom: 15px;
    }
    .proview-pro .prov-r .tit{
        font-size: 16px;
        margin-bottom: 5px;
        padding-left: 34px;
    }
    .proview-pro .prov-r .font{
        font-size: 14px;
        line-height: 20px;
    }
    .proview-pro .prov-r .tit::before, .proview-pro .prov-r .tit::after{
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }
}





/* =========

    电子型录

 ========= */

.bookbox .book-list{
    padding: 75px 0 70px 0;
}
.bookbox .book-list .book-item{
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 3%;
    display: inline-block;
}
.bookbox .book-list .book-item:nth-child(4n){
    margin-right: 0;
}
.bookbox .book-list .book-item .book-img{
    border: 8px solid #e0e0e0;
    position: relative;
}
.bookbox .book-list .book-item .book-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bookbox .book-list .book-item .book-img .img{
    padding-top: calc(384 / 271 * 100%);
}
.bookbox .book-list .book-item .book-tit{
    margin-top: 14px;
    min-height: 22px;
}
.bookbox .book-list .book-item .book-tit .tit{
    font-size: 14px;
    color: #666666;
    float: left;
    width: calc(100% - 15px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}
.bookbox .book-list .book-item .book-tit .img{
    background-image: url(/phone/images/book_03.png);
    background-repeat: no-repeat;
    float: right;
    width: 15px;
    height: 15px;
}

.bookbox .book-list .book-item:hover .book-tit .tit{
    color: #ffab07;
}
.bookbox .book-list .book-item:hover .book-tit .img{
    background-image: url(/phone/images/book_04.png);
    
}


@media only screen and (max-width:1440px){
    .nbanner .text .font{
        font-size: 58px;
    }
    .bookbox .book-list .book-item{
        margin-right: 3%;
        width: 22.7%;
    }
}
@media only screen and (max-width:1280px){
    .nbanner .text .font{
        font-size: 45px;
    }
    .bookbox .book-list{
        padding: 65px 0 50px 0;
    }
    .bookbox .book-list .book-item{
        margin-right: 2%;
        width: 23.5%;
    }
}
@media only screen and (max-width:1024px){
    .nbanner .text .font{
        font-size: 32px;
    }
    .bookbox .book-list{
        padding: 58px 0 50px 0;
    }
    .bookbox .book-list .book-item{
        margin-right: 2%;
        width: 32%;
    }
    .bookbox .book-list .book-item:nth-child(3n){
        margin-right: 0;
    }
    .bookbox .book-list .book-item:nth-child(4n){
        margin-right: 2%;
    }
}
@media only screen and (max-width:640px){
    .bookbox .book-list{
        padding: 52px 0 40px 0;
    }
    .bookbox .book-list .book-item{
        margin-right: 2%;
        width: 48%;
    }
    .bookbox .book-list .book-item:nth-child(2n){
        margin-right: 0;
    }
    .bookbox .book-list .book-item:nth-child(3n){
        margin-right: 2%;
    }
    .bookbox .book-list .book-item:nth-child(4n){
        margin-right: 0;
    }
}
@media only screen and (max-width:414px){
    .bookbox .book-list{
        padding: 40px 0 30px 0;
    }
}




/* =========

    客户案例

 ========= */

.casebox .case-list{
    padding: 67px 0 85px 0;
}
.casebox .case-list .case-item{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
.casebox .case-list .case-item:nth-child(3n){
    margin-right: 0;
}
.casebox .case-list .case-item .case-img{
    position: relative;
}
.casebox .case-list .case-item .case-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.casebox .case-list .case-item .case-img .img{
    padding-top: calc(307 / 410 * 100%);
}
.casebox .case-list .case-item .tit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
.casebox .case-list .case-item .yell{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,171,1,.8);
    display: flex;
    flex-direction: column;
    opacity: 0;
}
.casebox .case-list .case-item .yell .img{
    margin-bottom: 13px;
}
.casebox .case-list .case-item .yell .font{
    font-size: 18px;
    color: #fff;
     white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.casebox .case-list .case-item:hover .tit{
    opacity: 0;
}
.casebox .case-list .case-item:hover .yell{
    opacity: 1;
}


/* =========

    客户案例详情

 ========= */
.caseview{
    padding: 67px 0 133px 0;
}
.caseview .casev-one{
    padding-bottom: 90px;
}
.caseview .casev-one .title{
    margin-bottom: 20px;
}
.caseview .caseview-swiper{
    margin-top: 36px;
}
.caseview .caseview-swiper .casev-item{
    width: 100%;
}
.caseview .caseview-swiper .casev-item .img{
    padding-top: calc(306 / 410 * 100%);
}
.caseview .caseview-swiper .casev-item .tit{
    font-size: 14px;
    color: #666666;
    padding: 10px 0;
    text-align: center;
}


 .casepage{
    padding-bottom: 14px;
    border-bottom: 1px solid #e0e0e0;
}
 .casepage .casep-l{
    float: left;
    max-width: 50%;
}
 .casepage .casep-r{
    float: right;
    max-width: 50%;
}
 .casepage a{
    font-size: 14px;
    color: #666;
}
 .casepage a:hover{
    color: #ffab07;
}


@media only screen and (max-width:1280px){
    .caseview {
        padding: 60px 0 120px 0;
    }
    .caseview .casev-one{
        padding-bottom: 70px;
    }
}
@media only screen and (max-width:1024px){
    .casebox .case-list{
        padding: 60px 0 50px 0;
    }
    .casebox .case-list .case-item{
        width: 49%;
    }
    .casebox .case-list .case-item:nth-child(even){
        margin-right: 0;
    }
    .casebox .case-list .case-item:nth-child(odd){
        margin-right: 2%;
    }
    .casebox .case-list .case-item .yell .font{
        font-size: 16px;
    }
    .caseview {
        padding: 50px 0 100px 0;
    }
    .caseview .casev-one{
        padding-bottom: 55px;
    }
}
@media only screen and (max-width:768px){
    .casebox .case-list{
        padding: 48px 0 34px 0;
    }
    .caseview {
        padding: 40px 0 80px 0;
    }
    .caseview .casev-one{
        padding-bottom: 40px;
    }
    .casepage .casep-l,.casepage .casep-r{
        width: 100%;
        float: none;
        max-width: 100%;
    }
}
@media only screen and (max-width:600px){
    .casebox .case-list{
        padding: 35px 0 24px 0;
    }
    .casebox .case-list .case-item{
        width: 100%;
    }
    .casebox .case-list .case-item:nth-child(odd){
        margin-right: 0;
    }
    .caseview {
        padding: 30px 0 60px 0;
    }
    .caseview .caseview-swiper{
        margin-top: 25px;
    }
    .caseview .casev-one{
        padding-bottom: 25px;
    }
}
@media only screen and (max-width:414px){
    .caseview {
        padding: 30px 0 40px 0;
    }
    .casepage{
        padding-bottom: 0;
    }
}





 /* =========

    最新消息

 ========= */

.newsbox .news-list{
    padding: 67px 0 84px 0;
}
.newsbox .news-list .news-item{
    float: left;
    width: 31.3333333%;
    margin-right: 3%;
    margin-bottom: 5%;
}
.newsbox .news-list .news-item:nth-child(3n){
    margin-right: 0;
}
.newsbox .news-list .news-item .news-img{
    overflow: hidden;
    position: relative;
}
.newsbox .news-list .news-item .news-img img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.newsbox .news-list .news-item .news-img .img{
    padding-top: calc(230 / 400 * 100%);
    transform: scale(1);
    transition: all .5s;
}
.newsbox .news-list .news-item:hover .news-img .img{
    transform: scale(1.1);
}
.newsbox .news-list .news-item .news-tit{
    padding: 28px 0 18px 0;
    border-bottom: 1px solid #ececec;
}
.newsbox .news-list .news-item .news-tit .tit{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 28px;
}
.newsbox .news-list .news-item .news-tit .time{
    font-size: 14px;
    color: #999999;
}
.newsbox .news-list .news-item .news-info{
    padding-top: 17px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    min-height: 65px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 65px;
}
.newsbox .news-list .news-item:hover .news-tit .tit{
    color: #f3a307;
}


 /* =========

    最新消息详情

 ========= */
.newsview{
    padding: 67px 0 131px 0;
}
.newsview .newsv-one .newsv-time{
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}
.newsview .newsv-one .newsv-time div{
    float: left;
    font-size: 14px;
    color: #999999;
}
.newsview .newsv-one .newsv-time div.date{
    margin-right: 10px;
}
.newsview .newsv-one .newsv-time div.time{
    margin-right: 55px;
}
.newsview .newsv-one .info{
    padding: 29px 0 67px 0;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}


@media only screen and (max-width:1280px){
    .newsview{
        padding: 60px 0 120px 0;
    }
    .newsview .newsv-one .info{
        padding: 25px 0 55px 0;
    }
}
@media only screen and (max-width:1024px){
    .newsbox .news-list{
        padding: 60px 0 60px 0;
    }
    .newsbox .news-list .news-item{
        width: 49%;
        margin-right: 2%;
    }
    .newsbox .news-list .news-item:nth-child(even){
        margin-right: 0;
    }
    .newsbox .news-list .news-item:nth-child(odd){
        margin-right: 2%;
    }
    .newsbox .news-list .news-item .news-tit{
        padding: 18px 0 10px 0;
    }
    .newsbox .news-list .news-item .news-tit .tit{
        font-size: 16px;
    }
    .newsbox .news-list .news-item .news-info{
        line-height: 20px;
        padding-top: 10px;
        min-height: 40px;
    }
    .newsview{
        padding: 50px 0 100px 0;
    }
    .newsview .newsv-one .info{
        padding: 20px 0 40px 0;
        line-height: 26px;
    }
    .newsview .newsv-one .newsv-time{
        padding-bottom: 18px;
    }
}
@media only screen and (max-width:768px){
    .newsview{
        padding: 40px 0 80px 0;
    }

}
@media only screen and (max-width:640px){
    .newsbox .news-list{
        padding: 35px 0 24px 0;
    }
    .newsbox .news-list .news-item{
        width: 100%;
        margin-right: 0;
    }
    .newsview{
        padding: 35px 0 60px 0;
    }
    .newsview .newsv-one .info{
        padding: 14px 0 25px 0;
        line-height: 24px;
    }
    .newsview .newsv-one .newsv-time{
        padding-bottom: 10px;
    }
    
}
@media only screen and (max-width:414px){
    .newsbox .news-list .news-item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 28px;
    }
}
@media only screen and (max-width:414px){
    
}
@media only screen and (max-width:414px){
    
}



 /* =========

    销售网络

 ========= */

.salesbox .sales-list{
    padding: 68px 0 98px 0;
}
.salesbox .sales-list .sales-item{
    float: left;
    width: 50%;
    padding-right: 240px;
    margin-bottom: 5%;
}
.salesbox .sales-list .sales-item .sales-tit{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}
.salesbox .sales-list .sales-item .sales-tit .tit{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    position: relative;
    padding-left: 12px;
}
.salesbox .sales-list .sales-item .sales-tit .tit::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 17px;
    margin-top: -8.5px;
    background-color: #ffab07;
}
.salesbox .sales-list .sales-item .sales-tit .stit{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.salesbox .sales-list .sales-item .sales-info{
    font-size: 14px;
    color: #666666;
    line-height: 38px;
    padding-top: 10px;
    min-height: 276px;
}


@media only screen and (max-width:1440px){
    .salesbox .sales-list .sales-item{
        padding-right: 200px;
    }
}
@media only screen and (max-width:1280px){
    .salesbox .sales-list{
        padding: 60px 0 70px 0;
    }
    .salesbox .sales-list .sales-item{
        padding-right: 110px;
    }
    .salesbox .sales-list .sales-item .sales-info{
        line-height: 34px;
    }
}
@media only screen and (max-width:1024px){
    .salesbox .sales-list{
        padding: 50px 0 55px 0;
    }
    .salesbox .sales-list .sales-item{
        padding-right: 60px;
    }
    .salesbox .sales-list .sales-item .sales-tit .tit{
        font-size: 16px;
    }
    .salesbox .sales-list .sales-item .sales-tit .stit{
        font-size: 14px;
        line-height: 26px;
    }
    .salesbox .sales-list .sales-item .sales-info{
        line-height: 30px;
    }
}
@media only screen and (max-width:768px){
    .salesbox .sales-list{
        padding: 40px 0;
    }
    .salesbox .sales-list .sales-item{
        width: 100%;
        padding-right: 0;
    }
    .salesbox .sales-list .sales-item .sales-info{
        min-height: 240px;
    }
}
@media only screen and (max-width:414px){
    .salesbox .sales-list{
        padding: 28px 0;
    }
    .salesbox .sales-list .sales-item .sales-info{
        line-height: 28px;
        min-height: 225px;
    }
}





/* =========

    关于尚川

 ========= */

.aboutbox{
    padding: 66px 0 106px 0;
}
.aboutbox .ab-one{
    padding-bottom: 52px;
}
.aboutbox .ab-one .font{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}
.aboutbox .ab-two{
    padding: 66px 0 63px 0;
}
.aboutbox .ab-two .title{
    color: #fff;
}
.aboutbox .ab-two .title::before{
    background-color: #fff;
}
.aboutbox .ab-two .font{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 84px;
}
.aboutbox .ab-two .cul-list{
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.aboutbox .ab-two .cul-item{
    width: 305px;
    height: 305px;
    background-color: rgba(255,255,255,.2);
    border-radius: 50%;
    position: relative;
}
.aboutbox .ab-two .cul-item .bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 265px;
    height: 265px;
    border-radius: 50%;
    background-color: #ffab07;
    text-align: center;
    border: 1px solid #fff;
}
.aboutbox .ab-two .cul-item .bg img{
    display: inline-block;
    margin-bottom: 25px;
}
.aboutbox .ab-two .cul-item .bg .stit{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
}
.aboutbox .ab-two .cul-item .bg .sfont{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    max-height: 60px;
    min-height: 60px;
    width: 75%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aboutbox .ab-three{
    padding: 100px 0 0 0;
}
.aboutbox .ab-three .honor-s{
    position: relative;
    margin-top: 15px;
}
.aboutbox .ab-three .honor-pa{
    position: absolute;
    top: -43px;
    right: 0;
    z-index: 99;
}
.aboutbox .ab-three .honor-pa .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #cccccc;
    opacity: 1;
    margin-right: 14px;
}
.aboutbox .ab-three .honor-pa .swiper-pagination-bullet-active{
    background-color: #ffab07;
}

.aboutbox .ab-four{
    padding: 100px 0 0 0;
}
.aboutbox .ab-four .img-swiper{
    padding: 75px 0;
}
.aboutbox .ab-four .img-swiper .flex-center{
    flex-direction: column;
}
.aboutbox .ab-four .img-swiper .swiper-slide{
    transform: scale(1);
    width: 33.333333%;
    transition: all .5s;
}
.aboutbox .ab-four .img-swiper .swiper-slide::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.aboutbox .ab-four .img-swiper .swiper-slide span{
    opacity: 0;
    display: none;
}

.aboutbox .ab-four .img-swiper .swiper-slide.swiper-slide-active{
    transform: scale(1.3);
    z-index: 111;
}
.aboutbox .ab-four .img-swiper .swiper-slide.swiper-slide-active::after{
    opacity: 0;
    /*display: none;*/
}
.aboutbox .ab-four .img-swiper .swiper-slide.swiper-slide-active span{
    opacity: 1;
    display: block;
    font-size: 18px;
    color: #666666;
}
.aboutbox .ab-four .img-s{
    position: relative;
    padding: 0 120px;
}
.aboutbox .ab-four .img-s .img-prev,
.aboutbox .ab-four .img-s .img-next
{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 100px;
    margin-top: -50px;
    border: 1px solid #ffab07;
    cursor: pointer;
    outline: none;
}
.aboutbox .ab-four .img-s .img-prev{
    left: 0;
}
.aboutbox .ab-four .img-s .img-next{
    right: 0;
}
.aboutbox .ab-four .img-s .img-prev::before,
.aboutbox .ab-four .img-s .img-next::before
{
    content: "";
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffab07 #ffab07 transparent transparent;
    margin-top: -16px;  
}
.aboutbox .ab-four .img-s .img-prev::before{
    left: 50%;
    margin-left: -5px;
    transform: rotate(-135deg); 
}
.aboutbox .ab-four .img-s .img-next::before{
    right: 50%;
    transform: rotate(45deg);
    margin-right: -7px;
}
.aboutbox .ab-four .img-s .img-prev.swiper-button-disabled,
.aboutbox .ab-four .img-s .img-next.swiper-button-disabled
{
    border-color: #a1a1a1 #a1a1a1 transparent transparent;
    border: 1px solid #999999;
}
.aboutbox .ab-four .img-s .img-prev.swiper-button-disabled::before,
.aboutbox .ab-four .img-s .img-next.swiper-button-disabled::before
{
    border-color: #a1a1a1 #a1a1a1 transparent transparent;
}
@media only screen and (max-width: 1360px){
.aboutbox {
    padding: 50px 0 80px 0;
}
.aboutbox .ab-four .img-s{
    padding: 0 100px;
}
}
@media only screen and (max-width: 1280px){
.aboutbox {
    padding: 40px 0 60px 0;
}
.aboutbox .ab-four .img-s{
    padding: 0 80px;
}
.aboutbox .ab-two .cul-item {
    width: 280px;
    height: 280px;
}
.aboutbox .ab-two .cul-item .bg{
        width: 250px;
    height: 250px;
}
.aboutbox .ab-two .font{
    margin-bottom: 60px;
}
.aboutbox .ab-three {
    padding: 80px 0 0 0;
}
.aboutbox .ab-four {
    padding: 80px 0 0 0;
}
.aboutbox .ab-four .img-s .img-prev, .aboutbox .ab-four .img-s .img-next{
    width: 42px;
    height: 88px;
    margin-top: -44px;
}
.aboutbox .ab-four .img-s .img-prev::before, .aboutbox .ab-four .img-s .img-next::before{
    width: 27px;
    height: 27px;
    margin-top: -12px;
}
.aboutbox .ab-four .img-swiper .swiper-slide.swiper-slide-active span{
    font-size: 16px;
}
}
@media only screen and (max-width: 1024px){
.aboutbox {
    padding: 30px 0 50px 0;
}
.aboutbox .ab-one {
    padding-bottom: 30px;
}
/*.title{
    font-size: 24px;
}*/
.aboutbox .ab-two {
    padding: 30px 0 30px 0;
}
.aboutbox .ab-two .cul-item {
    width: 250px;
    height: 250px;
}
.aboutbox .ab-two .cul-item .bg{
        width: 220px;
    height: 220px;
}
.aboutbox .ab-two .cul-item .bg img{
    width: 50px;
}
.aboutbox .ab-two .font{
    margin-bottom: 40px;
}
.aboutbox .ab-three {
    padding: 60px 0 0 0;
}
.aboutbox .ab-four {
    padding: 60px 0 0 0;
}
.aboutbox .ab-four .img-swiper{
    padding: 50px 0;
}
.aboutbox .ab-four .img-s{
    padding: 0;
}
.aboutbox .ab-four .img-s .img-prev, .aboutbox .ab-four .img-s .img-next{
    display: none;
}
.aboutbox .ab-four .img-swiper .swiper-slide.swiper-slide-active span{
    font-size: 14px;
}
}
@media only screen and (max-width: 768px){
.aboutbox .ab-two .cul-item {
    width: 200px;
    height: 200px;
}
.aboutbox .ab-two .cul-item .bg{
        width: 180px;
    height: 180px;
}
.aboutbox .ab-two .cul-item .bg img{
    width: 40px;
    margin-bottom: 10px;
}
.aboutbox .ab-three {
    padding: 40px 0 0 0;
}
.aboutbox .ab-four {
    padding: 40px 0 0 0;
}
.aboutbox .ab-two .cul-item .bg .stit{
    font-size: 16px;
}
.aboutbox .ab-two .cul-item .bg .sfont{
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
    max-height: 40px;
}
}

@media only screen and (max-width: 414px){
.aboutbox {
    padding: 5% 0 6% 0;
}
.aboutbox .ab-one {
    padding-bottom: 5%;
}
.aboutbox .ab-two {
    padding: 6% 0;
}
.aboutbox .ab-two .cul-list{
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
}
.aboutbox .ab-two .cul-item{
    /*width: 100%;
    height: 100%;
    padding-top: 100%;*/
    margin-bottom: 5%;
}
.aboutbox .ab-two .cul-item .bg {
    /*width: 90%;
    height: 90%;*/
}
.aboutbox .ab-two .font{
    margin-bottom: 6%;
}
.aboutbox .ab-two .cul-item .bg img{
    margin-bottom: 6%;
}
.aboutbox .ab-three {
    padding: 6% 0 0 0;
}
.aboutbox .ab-four {
    padding: 6% 0 0 0;
}
.aboutbox .ab-four .img-swiper .swiper-slide{
    width: 100%;
}
.aboutbox .ab-four .img-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
}
.aboutbox .ab-four .img-swiper .swiper-slide span{
    opacity: 1;
    display: block;
        color: #666666;
}
.aboutbox .ab-four .img-swiper{
    padding: 6% 0;
}
}








 /* =========

    联络我们

 ========= */
.contactbox .contact{
    padding: 66px 0 111px 0;
}
.contactbox .contact-content{
    margin-bottom: 77px;
}

.contactbox .contact-content .contact-info .info{
    float: left;
    width: 40%;
    background-color: #ffab07;
    padding: 39px 80px 32px 40px;
    max-height: 418px;
    overflow: hidden;
    height: 418px;
}
.contactbox .contact-content .contact-info .info .sales-tit{
    border-bottom: 1px solid #fff;
    color: #fff;
    line-height: 30px;
    padding-bottom: 10px;
}
.contactbox .contact-content .contact-info .info .sales-tit .tit{
    font-size: 18px;
}
.contactbox .contact-content .contact-info .info .sales-tit .stit{
    font-size: 16px;
}
.contactbox .contact-content .contact-info .info .sales-info{
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    margin-top: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.contactbox .contact-content .contact-info .info .sales-info::-webkit-scrollbar-thumb{
    background-color: #fff;
}
.contactbox .contact-content .contact-info .info .sales-info::-webkit-scrollbar-track{
    background-color: #ffab07;
}
.contactbox .contact-content .contact-info .map{
    width: 60%;
    float: left;
}
.contactbox .contact-content .contact-info .map .allmap{
    height: 418px;
}
.contactbox .contact-content .contact-info .map img{
    max-width: initial;
}

.contactbox .contact-form .text{
    font-size: 14px;
    color: #666;
    /*margin-top: 15px;*/
}
.contactbox .contact-form .formbox{
    margin-top: 30px;
}
.contactbox .contact-form .formbox .form-item{
    display: inline-block;
    width: calc(50% - 38px);
    border-bottom: 1px solid #e0e0e0;
    float: left;
    margin-bottom: 20px;
    margin-right: 38px;
    min-height: 55px;
}
.contactbox .contact-form .formbox .form-item:nth-child(2n){
    float: right;
    margin-right: 0;
    margin-left: 38px;
}
.contactbox .contact-form .formbox .form-item .tit{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    max-width: 110px;
    width: 110px;
    float: left;
    margin-top: 10px;
}
.contactbox .contact-form .formbox .form-item .tit span{
    color: #ff0000;
}
.contactbox .contact-form .formbox .form-item input[type="text"]{
    width: calc(100% - 110px);
    height: 44px;
    font-size: 14px;
    padding: 0 15px;
}
.contactbox .contact-form .formbox .form-item.f-check{
    border-bottom: 0;
    min-height: 180px;
}
.contactbox .contact-form .formbox .form-item.f-check .check-item{
    margin-bottom: 38px;
}
.contactbox .contact-form .formbox .form-item.f-check .f-itemr{
    width: calc(100% - 110px);
    display: inline-block;
    padding-left: 20px;
}
.contactbox .contact-form .formbox .form-item.f-check .f-itemr .ccheck{
    display: inline-block;
    width: 25%;
    color: #666666;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    vertical-align: middle;
}
.contactbox .contact-form .formbox .form-item.f-check .f-itemr .ccheck::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #e0e0e0;
    margin-top: -7.5px;
}
.contactbox .contact-form .formbox .form-item.f-check .f-itemr .ccheck[data-on="on"]::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url(/phone/images/check_02.png) no-repeat center;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
}
.contactbox .contact-form .formbox .form-item.f-check .tit{
    vertical-align: top;
    margin-top: 0;
}

.contactbox .contact-form .formbox .form-item.f-check .f-itemr input[type="checkbox"]{
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    vertical-align: middle;
    margin-right: 11px;
}
.contactbox .contact-form .formbox .form-item.f-check .f-itemr input[type="checkbox"]:checked{
    background: url(/phone/images/check_02.png)no-repeat center;
}
.contactbox .contact-form .formbox .form-item.f-check .f-itemr.f-pro .ccheck{
    width: 48%;
    margin-bottom: 38px;
}
.contactbox .contact-form .formbox .form-item.f-text{
    width: 100%;
}
.contactbox .contact-form .formbox .form-item.f-text .tit{
    display: block;
}
.contactbox .contact-form .formbox .form-item.f-text textarea{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}

.contactbox .contact-form .formbox .f-btn{
    float: left;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    background-color: #ffab07;
    border: 1px solid #ffab07;
    transition: all .5s;
}
.contactbox .contact-form .formbox .f-btn:hover{
    cursor: pointer;
    color: #ffab07;
    background-color: #fff;
}


@media only screen and (max-width:1024px){
    .contactbox .contact{
        padding: 54px 0 80px 0;
    }
    .contactbox .contact-content{
        margin-bottom: 60px;
    }
    .contactbox .contact-content .text{
        margin-bottom: 20px;
    }
    .contactbox .contact-content .contact-info .info{
        width: 100%;
        float: none;
        height: auto;
    }
    .contactbox .contact-content .contact-info .map{
        width: 100%;
        float: none;
    }
    .contactbox .contact-form .formbox .form-item{
        min-height: 50px;
        margin-right: 30px;
        width: calc(50% - 30px);
    }
    .contactbox .contact-form .formbox .form-item:nth-child(2n){
        margin-left: 30px;
    }
    .contactbox .contact-form .formbox .form-item.f-check .f-itemr .ccheck{
        width: 48%;
    }
    .contactbox .contact-form .formbox .form-item.f-check .f-itemr.f-pro .ccheck{
        width: 100%;
        margin-bottom: 30px;
    }
    .contactbox .contact-content .contact-info .map .allmap{
        height: 30vh;
    }

    .contactbox .contact-form .formbox.en .form-item{
        min-height: 55px;
    }
    
}
@media only screen and (max-width:800px){
    .contactbox .contact{
        padding: 50px 0 65px 0;
    }
    .contactbox .contact-form .formbox .form-item .tit{
        width: auto
    }
    .contactbox .contact-form .formbox .form-item{
        min-height: 44px;
        margin-right: 25px;
        width: calc(50% - 25px);
    }
    .contactbox .contact-form .formbox .form-item:nth-child(2n){
        margin-left: 25px;
    }
    .contactbox .contact-form .formbox .form-item.f-check .check-item{
        margin-bottom: 24px;
    }
    .contactbox .contact-form .formbox .form-item.f-check .f-itemr .ccheck{
        width: 100%;
    }
    .contactbox .contact-form .formbox .form-item.f-check .f-itemr.f-pro .ccheck{
        width: 100%;
        margin-bottom: 20px;
    }
    .contactbox .contact-form .formbox.en .form-item{
        min-height: 55px;
    }
}
@media only screen and (max-width:640px){
    .contactbox .contact{
        padding: 30px 0 60px 0;
    }
    .contactbox .contact-content{
        margin-bottom: 42px;
    }
    .contactbox .contact-content .contact-info .info{
        padding: 30px 30px;
    }
    .contactbox .contact-content .contact-info .info .sales-info{
        line-height: 30px;
    }
    .contactbox .contact-form .formbox{
        margin-top: 10px;
    }
    .contactbox .contact-form .formbox .form-item{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    
    .contactbox .contact-form .formbox .form-item.f-check{
        min-height: 100%;
    }
    .contactbox .contact-form .formbox .form-item.f-check .check-item{
        margin-bottom: 30px;
    }
    .contactbox .contact-form .formbox .form-item.f-check .f-itemr.f-pro .ccheck{
        margin-bottom: 30px;
    }
    .contactbox .contact-form .formbox .f-btn{
        width: 130px;
        height: 40px;
        line-height: 40px;
        float: none;
    }

    .contactbox .contact-form .formbox.en .form-item{
        min-height: 44px;
    }
    
}
@media only screen and (max-width:414px){
    .contactbox .contact{
        padding: 30px 0 40px 0;
    }
    .contactbox .contact-content{
        margin-bottom: 30px;
    }

    .contactbox .contact-content .contact-info .info{
        padding: 15px;
        max-height: 340px;
    }

    .contactbox .contact-content .contact-info .info .sales-info{
        line-height: 26px;
    }
    .contactbox .contact-content .contact-info .info .sales-tit{
        line-height: 22px;
        padding-bottom: 6px;
    }
    .contactbox .contact-content .contact-info .info .sales-tit .tit{
        font-size: 16px;
    }
    .contactbox .contact-content .contact-info .info .sales-tit .stit{
        font-size: 14px;
    }

    .contactbox .contact-form .formbox .form-item{
        margin-bottom: 10px;
    }
    .contactbox .contact-form .formbox .form-item.f-check .check-item{
        margin-bottom: 16px;
    }
    .contactbox .contact-form .formbox .form-item.f-check .f-itemr.f-pro .ccheck{
        margin-bottom: 5px;
    }
    .contactbox .contact-form .formbox .f-btn{
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
}





 /* =========

    网站地图

 ========= */
.websitebox{
    padding: 67px 0 130px 0;
}
.websitebox .webs-href .webs-tit{
    margin-bottom: 20px;
}
.websitebox .webs-href .webs-tit .wtit{
    font-size: 18px;
    color: #ffab07;
    padding-bottom: 10px;
    display: block;
}
.websitebox .webs-href .webs-tit .website-list{
    border-top: 1px solid #e0e0e0;
    padding-top: 12px;
}
.websitebox .webs-href .webs-tit .website-list li{
    float: left;
    margin-right: 45px;
}
.websitebox .webs-href .webs-tit .website-list li a{
    font-size: 14px;
    color: #666666;
}
.websitebox .webs-href .webs-tit .website-list li:hover a{
    color: #ffab07;
}





 /* =========

    底部

 ========= */

.footer{
    width: 100%;
    background-color: #2d3037;
}
.footer .f-list{
    padding-top: 67px;
    padding-bottom: 56px;
}
.footer .f-list .footer-l{
    float: left;
    width: 75%;
}
.footer .f-list .footer-l .footer-lt{
    margin-bottom: 49px;
}
.footer .f-list .footer-l .lt-item{
    float: left;
    margin-right: 90px;
    max-width: 42%
}
.footer .f-list .footer-l .lt-item:nth-child(1){
    width: 26%;
}
.footer .f-list .footer-l .lt-item:last-child{
    margin-right: 0;
}
.footer .f-list .tit{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.footer .f-list .footer-l .lt-item .footer-contact{
    font-size: 14px;
    color: #8f8f8f;
    line-height: 28px;
}
.footer .f-list .footer-l .lt-item .footer-href li a{
    display: inline-block;
    font-size: 14px;
    color: #8f8f8f;
    line-height: 20px;
    width: 140px;
    margin-bottom: 10px;
}
.footer .f-list .footer-l .lt-item .footer-href li a:hover{
    color: #fff;
}
.footer .f-list .footer-l .lt-item .footer-proa li{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;

}
.footer .f-list .footer-l .lt-item .footer-proa li:nth-child(2n+1){
    clear: left;
}
.footer .f-list .footer-l .lt-item .footer-proa li:nth-child(2n){
    margin-right: 0;
}
.footer .f-list .footer-l .lt-item .footer-proa li:nth-child(2n+1) a{
    margin-right: 15px;
}
.footer .f-list .footer-l .lt-item .footer-proa li:nth-child(2n) a{
    margin-left: 15px;
}


.footer .f-list .footer-l .footer-lb .friend-href a,
.footer .f-list .footer-l .footer-lb .friend-href span{
    display: inline-block;
    font-size: 14px;
    color: #8f8f8f;
}
.footer .f-list .footer-l .footer-lb .friend-href span{
    margin: 0 8px;
}
.footer .f-list .footer-l .footer-lb .friend-href span:last-child{
    display: none;
}
.footer .f-list .footer-l .footer-lb .friend-href a:hover{
    color: #fff;
}
.footer .f-list .footer-l .footer-lb.aa .tit{
    margin-bottom: 20px;
}
.footer .f-list .footer-l .footer-lb.aa .stit{
    font-size: 12px;
    color: #8f8f8f;
}


.footer .f-list .footer-r{
    float: right;
    max-width: 25%;
    width: auto;
}
.footer .f-list .footer-r .footer-cimg{
    margin-bottom: 62px;
}
.footer .f-list .footer-r .footer-code{
    /*padding-top: calc(120 / 120 * 100%);*/
    float: left;
    margin-right: 15px;
    width: 120px;
}
.footer .f-list .footer-r .footer-code:last-child{
    margin-right: 0;
    /*margin-left: 8px;*/
}

.footer .f-list .footer-r .footer-share{
    display: flex;
    align-items: center;
}
.footer .f-list .footer-r .footer-share .share-item{
    display: inline-block;
    float: left;
    margin-right: 14px;
}
.footer .f-list .footer-r .footer-share .share-item a{
    display: inline-block;
}
.footer .f-list .footer-r .footer-share .share-item a:hover{
    opacity: .8;
}

.footer .f-list .footer-r .footer-share .bdshare-button-style2-16{
    display: inline-block;
}
.footer .f-list .footer-r .footer-share .bdshare-button-style2-16 a{
    width: 29px;
    height: 28px;
    margin-right: 14px;
}
.footer .f-list .footer-r .footer-share .bdshare-button-style2-16 a.qq{
    background-image: url(/phone/images/qq.png);
}
.footer .f-list .footer-r .footer-share .bdshare-button-style2-16 a.wx{
    background-image: url(/phone/images/wx.png);
}



.bd_weixin_popup{
    height: auto!important;
}

.footer .footer-bottom{
    border-top: 1px solid rgba(143,143,143,.1);
    padding: 25px 0 50px 0;
    font-size: 12px;
    color: #848484;
}
.footer .footer-bottom .fb-l{
    float: left;
    width: 80%;
}
.footer .footer-bottom .fb-l a{
    font-size: 12px;
    color: #848484;
}
.footer .footer-bottom .fb-l a:hover{
    color: #fff;
}
.footer .footer-bottom .fb-r{
    float: right;
    width: 20%;
    text-align: right;
}
.footer .footer-bottom .fb-r a{
    font-size: 12px;
    color: #848484;
}
.footer .footer-bottom .fb-r a.mm{
    margin-right: 35px;
}
.footer .footer-bottom .fb-r a:hover{
    color: #fff;
}

.footer .footer-bottom iframe{
    height: 40px;
}



@media only screen and (max-width:1440px){
    .footer .f-list {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .footer .footer-bottom{
        padding: 20px 0 28px 0;
    }
    
}
@media only screen and (max-width: 1360px){
    .footer .f-list .footer-l .lt-item{
        margin-right: 72px;
    }
}
@media only screen and (max-width:1280px){
    .footer .f-list {
        padding-top: 36px;
        padding-bottom: 10px;
    }
    .footer .f-list .footer-l{
        width: 100%;
    }
    .footer .f-list .footer-r {
        float: left;
        max-width: 100%;
    }
    .footer .f-list .footer-l .footer-lb{
        display: none;
    }
    .footer .f-list .footer-l .footer-lt{
        margin-bottom: 20px;
    }
    .footer .f-list .footer-r .footer-cimg{
        margin-bottom: 20px;
    }
    .footer .footer-bottom{
        padding: 15px 0 20px 0;
    }
}
@media only screen and (max-width:1024px){
    .footer .f-list .footer-l .lt-item:nth-child(2),.footer .f-list .footer-l .lt-item:nth-child(3){
        display: none;
    }
    .footer .f-list .footer-l{
        width: 50%;
    }
    .footer .f-list .footer-l .lt-item{
        max-width: 100%;
        margin-right: 0;
    }
    .footer .f-list .footer-r{
        max-width: 50%;
    }
    .footer .f-list .footer-l .lt-item:nth-child(1){
        width: 100%;
    }
}
@media only screen and (max-width:768px){
    .footer .f-list{
        padding-top: 25px;
    }
    .footer .f-list .tit{
        margin-bottom: 12px;
    }
    .footer .footer-bottom .fb-l,.footer .footer-bottom .fb-r{
        width: 100%;
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width:600px){
    .footer .f-list{
        padding-top: 20px;
    }
    .footer .f-list .footer-l{
        width: 100%;
    }
    .footer .f-list .tit{
        margin-bottom: 5px;
    }
    .footer .f-list .footer-l .footer-lt{
        margin-bottom: 0;
    }
    .footer .f-list .footer-l .lt-item .footer-contact{
        line-height: 22px;
    }
    .footer .f-list .footer-r{
        display: none;
    }
   
}




/*搜索*/
.search-main img{ max-width:100%;}
.search-main {
    width: 94%;
    max-width: 1300px;
    margin: auto;
    padding: 30px 0;
    min-height: 360px;
    margin-top: 120px;
}
.search-main .list{ margin-bottom:30px;}
.search-main .type {
    line-height: 50px;
    font-size: 3.33rem;
    color: #000;
    font-weight: bold;
        text-align: center;
}

.search-main .list ul li {
    display: block;

    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding:30px 0;
}

.search-main .list ul li.nothing {
    height: 100px;
    border: 0px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color: #999;
}


.search-main .list ul li a .text .title {
    font-size: 1.16rem;
}

.search-main .list ul li a .text .demo {
    font-size: 1rem;
    opacity: .7;
    line-height: 1.8;
    margin-bottom: 20px;
}

.search-main .list ul li a .text .rq {
    font-size: 1.16rem;
    opacity: .7;
    line-height: 1.8;
    margin-bottom: 15px;
}
.search-main .list ul li a .tu{ margin-bottom:20px;}
@media only screen and (min-width:600px) {
.search-main .list ul li a {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    -webkit-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal;
}

.search-main .list ul li a .tu{ width:200px; margin-right:30px; margin-bottom:0px;}
.search-main .list ul li a .text {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
         flex: 1;
    -webkit-box-flex: 1;
}
}

.search-main .list ul li a span {
    float: right;
    margin-right: 20px;
}

.search-main .list ul li a:hover {
    color: #ffab07;
}
@media only screen and (max-width:800px) {
    .search-main{ margin-top:55px;padding: 3% 0;}
    .search-main .list ul li {
    padding: 3% 0;
}
.search-main .list ul li a .tu {
    margin-bottom: 2%;
}
.search-main .list ul li a .text .demo {
    margin-bottom: 2%;
}
.search-main .list ul li a .text .rq {
    margin-bottom: 2%;
}
}
@media only screen and (max-width:500px) {

.search-main .type {
    font-size:2.5rem;
    font-weight: normal;
}
}





/*分页*/
.fenye{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 110px;
}
.fenye .allpages{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 13px;
    font-size: 16px;
    margin-right: 5px;
    color: #666666;
}
.fenye a{
    display: inline-block;
    padding: 5px 13px;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    position: relative;
    margin-right: 5px;
}
.fenye a:last-of-type{
    margin-right: 0;
}
.fenye a:hover,.fenye .a1.active{
    background-color: #ffab07;
    color: #fff;
    border: 1px solid #ffab07;
    cursor: pointer;
}

.fenye .first,.fenye .last{
    display: none;
}


@media only screen and (max-width:1280px){
    .fenye{
        margin-bottom: 90px;
    }
}
@media only screen and (max-width:768px){
    .fenye{
        margin-bottom: 60px;
    }
    .fenye a{
        font-size: 14px;
        padding: 2px 10px;
    }
    .fenye .allpages{
        font-size: 14px;
        padding: 2px 10px;
    }
}
@media only screen and (max-width:640px){
    .fenye{
        margin-bottom: 50px;
    }
    .fenye .allpages{
        display: none;
    }
    
}
@media only screen and (max-width:414px){
    .fenye{
        margin-bottom: 40px;
    }
}




/*侧边栏工具*/
.toolbar-box{
    position: fixed;
    bottom: 100px;
    right: 1%;
    z-index: 99;
    width: 50px;
}
.toolbar-box .item{
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    display: block;
}
.toolbar-box .item .ico{
    width: 50px;
    height: 50px;
    background-color: #ffab07;
    background-position: center;
    background-repeat: no-repeat;
}
.toolbar-box .item .tel{
    position: absolute;
    right: 0;
    top: 0;
    width: 210px;
    height: 50px;
    background-color: #fff;
    border:1px solid #ffab07;
    line-height: 20px;
    padding-left: 50px;
    background-position: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/g-icon0.png);
    font-size: 18px;
    color: #ffab07;
    transition: all 0.5s ease;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
}
.toolbar-box .item[data-on="on"] .tel{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.toolbar-box .item .qqbox{
    width: 210px;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 111;
    text-align: center;
    border: 1px solid #ffab07;
}
.toolbar-box .item[data-on="on"] .qqbox{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    
}
.toolbar-box .item .qqbox .qq{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #ffab07;
}
.toolbar-box .item .code{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    transition: all .5s ease;
    transform: scale(0);
    z-index: 111;
}
.toolbar-box .item[data-on="on"] .code{
    transform: scale(1);
}

@media only screen and (max-width:1280px){
    .toolbar-box{
        width: 45px;
    }
    .toolbar-box .item .ico{
        width: 45px;
        height: 45px;
    }
    .toolbar-box .item .tel{
        height: 45px;
        line-height: 45px;
    }
}
@media only screen and (max-width:1024px){
    .toolbar-box{
        width: 40px;
    }
    .toolbar-box .item .ico{
        width: 40px;
        height: 40px;
    }
    .toolbar-box .item .tel{
        height: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width:600px){
    .toolbar-box{
        display: none!important;
        opacity: 0!important;
    }
}


.md{
    position: absolute;
    top: -120px;
}
.md1{
    position: absolute;
    top: -66px;
}



/*404*/
.fourbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.fourbox .text{
    font-size: 24px;
    color: #666666;
    margin-top: 3.57rem;
    margin-bottom: 3.57rem;
}
.fourbox .btn a{
    width: 160px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background-color: #ffab07;
    color: #fff;
    font-size: 20px;
    border-radius: 23px;
    display: inline-block;
    border: 1px solid #ffab07;
}
.fourbox .btn a.back{
    margin-right: 72px;
}
.fourbox .btn a:hover{
    background-color: #fff;
    border: 1px solid #ffab07;
    color: #ffab07;
}
@media only screen and (max-width:640px){
    .fourbox .text{
        font-size: 20px;
    }
    .fourbox .btn a{
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}
@media only screen and (max-width:414px){
     .fourbox .text{
        font-size: 16px;
    }
    .fourbox .btn a{
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .fourbox .btn a.back{
        margin-right: 40px;
    }
}








