﻿/* reset 
概述
重置样式，清除浏览器默认样式，并配置适合设计的基础样式（强调文本是否大多是粗体、主文字色，主链接色，主字体等）。
*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
body{background:#fff;font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;position:relative;z-index: 100;}
a,a:hover{color:#333;}




/* function 
概述
功能样式，从常用样式方法中抽离，按需使用，使用前请先阅读 CSS规范 中相关条列。*/
.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-prz{position:relative;zoom:1;}
.f-oh{overflow:hidden;}
.f-ff0{font-family:arial,\5b8b\4f53;}
.f-ff1{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;}
.f-fs1{font-size:12px;}
.f-fs2{font-size:14px;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-lhn{line-height:normal;}
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}
.f-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}
.f-usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}



.w1200{
    width:1200px;
    margin:0 auto;
}

.g-top{
    height:36px;
    line-height: 36px;
    background:#1e5087;
    font-size: 20px;
    color:#fff;
}
.g-top span{
    display:inline-block;
    float:right;
    margin-left: 50px;
}
.g-top a{
    color:#fff;
}

.g-nav{
    height:94px;
    border-bottom: 2px solid #1e5087;
}
.g-nav .logo{
    width:250px;
}
.g-nav .logo img{
    max-width: 100%;
    max-height:65px;
    margin:20px 0 0 8px;
}

.g-nav .m-nav{
    width:940px;
}
.g-nav .n-nav>li{
    width:14.28%;
    font-size: 24px;
    line-height: 96px;
    float:left;
    text-align: center;
    position:relative;
    z-index: 10;

}
.g-nav .n-nav>li a{
    display:block;

}
.g-nav .n-nav>li:hover{
    background:#ababaf;
}
.g-nav .n-nav>li .n-div{
    width:500px;
    padding:10px 20px;
    position:absolute;
    top:92px;
    left:0;
    display:none;
    background:#fff;
    border:1px solid #999;
    border-top:0;
}
.g-nav .n-nav>li:nth-child(5) .n-div{
    left:-134px;
}
.g-nav .n-nav>li:nth-child(6) .n-div{
    left:-268px;
}
.g-nav .n-nav>li:nth-child(7) .n-div{
    left:-402px;
}
.g-nav .n-nav>li:hover .n-div{
    display:block;
}
.g-nav .n-div .right .dl01{
    width:128px;
    height:118px;
    border:1px solid #dadada;
    margin-top:20px;
}
.g-nav .n-div .right .dl02{
    height:20px;
    line-height: 20px;
    background:#e5e5e5;
    width:130px;
    font-size: 12px;
}
.g-nav .n-div .left dl{

    line-height: 35px;
    margin-top:10px;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    width:360px;
}
.g-nav .n-div .left dt{
    float:left;
    margin-right: 15px;
}
.g-nav .n-div .left dt.dt01{
    font-weight: bold;
    margin-right: 35px;
}
.g-nav .n-div .left dt a:hover{
    color:#1e5087;
}


/* 本例子css 
        .slideBox{ width:100%; height:740px; overflow:hidden; position:relative;}
        .slideBox .hd{ height:25px; overflow:hidden; position:absolute; bottom:15px; z-index:1; left:50%; }
        .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
        .slideBox .hd ul li{ float:left; margin-right:10px; width:25px; height:25px; border-radius: 100%; background:#fff; cursor:pointer; }
        .slideBox .hd ul li.on{ background:#1e5087;  }
        .slideBox .bd{ position:relative; height:100%;}
        .slideBox .bd li{ zoom:1; vertical-align:middle; background-size: cover !important; width:100%; height:740px;}*/
.swiper-container {
      width: 100%;
      height: 740px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      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;
      background-size: cover !important;
    }

.g-jingxiang{
    padding:45px 0 95px;
}
.g-jingxiang dl{
    float:left;
    width:380px;
    height:265px;
    border-radius: 20px;
   
}
.g-jingxiang dl img{
    width:100%;
    height:100%;
    -webkit-box-reflect: below 5px -webkit-linear-gradient(top,rgba(0,0,0,0) 75%,rgba(0,0,0,.5) 100%);
}
.g-jingxiang dl+dl{
    margin-left:30px;
}



.g-shuju{
 
}
.m-title{
    font-size: 24px;
    text-align: center;
    padding:20px 0;
}
.g-shuju .m-shuju li{
    line-height: 40px;
    font-size: 16px;
    width:285px;
    float:left;
    margin-top:10px;
}
.g-shuju .m-shuju{
    width:855px;
    margin:0 auto;
}
.g-shuju .m-shuju li span.sp01{
    display:inline-block;
    margin-left:40px;
    width:55%;
}
.g-shuju .m-shuju li span.sp02{
    color:#02b980;
    width:20%;
    font-size: 24px;
    display:inline-block;
    line-height: 40px;
    text-indent: 0;
}
.g-shuju .m-shuju li:first-child{
    background:url(../yu-img/sj01.png) no-repeat 0 center;
}
.g-shuju .m-shuju li:nth-child(2){
    background:url(../yu-img/sj02.png) no-repeat 0 center;
}
.g-shuju .m-shuju li:nth-child(3){
    background:url(../yu-img/sj03.png) no-repeat 0 center;
}
.g-shuju .m-shuju li:nth-child(4){
    background:url(../yu-img/sj04.png) no-repeat 0 center;
}
.g-shuju .m-shuju li:nth-child(5){
    background:url(../yu-img/sj05.png) no-repeat 0 center;
}
.g-shuju .m-shuju li:nth-child(6){
    background:url(../yu-img/sj06.png) no-repeat 0 center;
}

.g-shuju .m-shiping{
    width:100%;
    height:430px;
    margin:30px auto;
}

.g-shuju .m-shiping .sp-left{
    width:770px;
    height:430px;
    border:1px solid #000;
}
.g-shuju .m-shiping .sp-right{
    width:400px;
    height:430px;
    border:1px solid #000;
}

.g-shuju .m-baozhang{
    width:840px;
    height:230px;
    margin:50px auto 0;
    background:#fafafa;
}
.g-shuju .bz-div{
    width:140px;
    float:left;
}
.g-shuju .bz-div+.bz-div{
    margin-left:210px;
}
.g-shuju .bz-div .dl01{
    width:100%;
    height:100px;
    background:url(../yu-img/sj07.png) no-repeat center;
}
.g-shuju .bz-div .dl03{
    background:url(../yu-img/sj08.png) no-repeat center;
}
.g-shuju .bz-div .dl04{
    background:url(../yu-img/sj09.png) no-repeat center;
}
.g-shuju .bz-div .dl02{
    font-size: 24px;
    text-align: center;
    line-height: 60px;
}
.g-shuju .bz-div li{
    line-height: 20px;
    list-style-type: disc;
    list-style-position: inside;
    margin-left:10px;
}

.g-anli{
    padding:10px 0 60px 0;
}
.g-anli .al-div{
    width:310px;
    height:285px;
    background:#dde6ed;
    float:left;
    margin-top:90px;
    position:relative;
    border-radius: 5px;
    margin-left:67.5px;
}
.g-anli .al-div .img{
    width:310px;
    height:180px;
    border-radius: 5px 5px 0 0;
    position:absolute;
    top:-90px;
    left:0;
    transition:all 0.6s;
}

.g-anli .al-div dl{
    width:230px;
    height:150px;
    position:absolute;
    top:110px;
    left:40px;
}
.g-anli .al-div .dt01,.g-qixin .left .dt01{
    line-height: 25px;
    font-size: 14px;
    color:#808080;
}
.g-anli .al-div .dt02,.g-qixin .left .dt02{
    font-size: 16px;
    line-height: 32px;
    margin-top: 5px;
}

.g-anli .al-div .dt03,.g-qixin .left .dt03{
    position: absolute;
    bottom:0;
}
.g-anli .al-div .dt03 a,.g-qixin .left .dt03 a{
    font-size: 22px;
    line-height: 34px;
    font-family: "akkuratpro-bold", Helvetica, Arial, sans-serif;
    color: #222222;
    display: inline-block;
}
.g-anli .al-div .dt03 img,.g-qixin .left .dt03 img{
    position:absolute;
    top:1px;
    left:60px;
     transition:all 0.6s;
}
.g-anli .al-div:hover .img{
    left:-20px;
}
.g-anli .al-div:hover .dt03 img,.g-qixin .left:hover .dt03 img{
    left:70px;
}

.g-qixin .left{
    margin-left:67.5px;
    width:410px;
    height:495px;
    background:#dde6ed;
    border-radius: 5px;
    position:relative;
}
.g-qixin .left .img{
    width:100%;
    height:220px;
    border-radius: 5px 5px 0 0;
}
.g-qixin .left dl{
    width:330px;
    height:225px;
    position:absolute;
    top:240px;
    left:40px;
}
.g-qixin .right{
    width:400px;
    margin-left:125px;
}
.g-qixin .qx-ul li+li{
    padding-top: 45px;
}
.g-qixin .qx-ul .tit01{
    color: #808080;
    font-size: 14px;
    line-height: 22px;
}

.g-qixin .qx-ul li a{
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 30px;
}
.g-qixin .qx-ul li a:hover{
    color:#126bb4;
}

.g-qixin .m-qixin{
    margin:30px 0 10px;
}

.g-shengtai .m-shengtai{
    text-align: center;
    padding:30px 0 70px;
}
/*.g-shengtai a{
    display:inline-block;
    padding:10px 15px;
    font-size: 26px;
    line-height:30px;
    color:#fff;
    background:#a6a6a6;
    text-align: center;
    margin:5px 8px;
    transition:background 0.5s;
}
.g-shengtai a img{
    max-height:30px;
}
.g-shengtai a:hover{
    background:#2587ee;
}

*/

/*       */
.m-hezuo{
    padding:0 70px;
}
.m-hezuo ul{
    margin-top:20px;
   /* height:404px;       */
    overflow:hidden;
}
.m-hezuo li {
    float: left;
    width: 140px;
    height:70px;
    margin: 8px 36px 0 0;
    overflow: hidden;
    background: url(../yu-img/coo_line.gif) no-repeat center bottom;
    padding-bottom: 17px;
    line-height: 0;
}
.m-hezuo li:nth-child(6n){
    margin-right:0;
}
.m-hezuo li img {
    width: 127px;
    height: 70px;
    border: 3px solid #fff;
}
.zi-listleft
{
width:350px;
float:left;
}
.zi-listright
{
width:850px;
float:right;
}
.m-hezuo li a:hover img {
    border: 3px solid #e91033;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}






















.g-yuyue{
    background:#2587ee;
    height:285px;
}
.g-yuyue .m-title{
    color:#fff;
    padding:40px 0;
}
.g-yuyue .m-yuyue{
    text-align: center;
}
.g-yuyue .m-yuyue a{
    display:inline-block;
    position:relative;
    color:#fff;
    font-size: 20px;
    top:60px;
    margin:0 55px;
}
.g-yuyue .m-yuyue a img{
    position:absolute;
    left:50%;
    margin-left:-25px;
    top:-60px;
}

.g-yuyue .m-yuyue01{
    text-align: center;
    margin-top:100px;
}
.g-yuyue .m-yuyue01 .ipt01,.g-yuyue .m-yuyue01 .ipt02{
    height:20px;
    line-height: 20px;
    width:140px;
    padding:10px;
    border:0;
    background:#fff;
    border-radius: 5px;
    margin:0 5px;
}
.g-yuyue .m-yuyue01 .ipt02{
    width:235px;
}
.g-yuyue .m-yuyue01 .ipt03,.g-yuyue .m-yuyue01 .ipt04{
    width:140px;
    height:40px;
    line-height: 40px;
    background:#00ccfe;
    color:#fff;
    border:0;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    cursor:pointer;
    margin:0 5px;

}
.g-yuyue .m-yuyue01 .ipt04{
    width:130px;
    height:38px;
    background:inherit;
    border:1px solid #fff;
}



.g-footer{
    height:265px;
    background:#0c1e3a;
    padding-top:70px;
    color:#fff;
}
.g-footer a{
    color:#fff;
}
.g-footer .ft-div{
    width:200px;
    float:left;
    height:215px;
    position:relative;
}
.g-footer .ft-div img{
    position:absolute;
    top:150px;
}
.g-footer .ft-div+.ft-div{
    margin-left:130px;
}
.g-footer .ft-div dl{
    color:#fff;
    font-size: 14px;
    line-height: 20px;
}
.g-footer .ft-div dl.dl01{
    font-size: 26px;
    margin-bottom: 20px;
}


.g-footer .m-footer{
    line-height: 50px;
    font-size: 14px;
    text-align: center;
}


.g-list .m-list{
    width:1145px;
    margin:0 auto;
}

.g-list .title{
    height:70px;
    margin:30px 0;
}
.g-list .title dl{
    width:19.9%;
    background:#504e4e;
    float:left;
    height:70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    position:relative;
}
.g-list .title dl #triangle-down{
    display:none;
}
.g-list .title dl.on{
    background:#1e5087;
}
.g-list .title dl.on #triangle-down{
    display:block;
}
.g-list .title dl:hover{
    background:#1e5087;
}
.g-list .title dl+dl{
    border-left:1px #777676 dashed;
}
.g-list .title dl a{
    color:#fff;
    display:block;
}

#triangle-down{
    width:0;
    height:0;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:12px solid #1e5087;
    position:absolute;
    top:70px;
    transition:all 0.6s;
    transform:translateX(99px);
}

.g-list .m-list01{
    margin-bottom: 40px;
}
.g-list .m-list01 .left{
    width:540px;
    height:405px;
    overflow:hidden;
}
.g-list .m-list01 img{
    width:100%;
    height:100%;
}
.g-list .m-list01 .right{
    width:545px;
    padding:40px 0 40px 50px;
    height:325px;
}
.g-list .m-list01 .tit{
    font-size: 22px;
    height:30px;
    line-height: 30px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.g-list .m-list01 .txt{
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top:10px;
}
.g-list .m-list01 .more01{
    width:128px;
    height:38px;
    border:2px solid #000;
    text-align: center;
    line-height: 38px;
    margin-top:10px;
    font-size: 14px;
    
}
.g-list .m-list01 .more01 a{
    display:block;
    transition:background,color 1s;
}
.g-list .m-list01 .more01:hover a{
    background:#000;
    color:#fff;
}
.g-list .m-list li{
    margin-bottom: 90px;
}
.g-list .m-list .ol01{
    width:390px;
    height:265px;
    border-right: 10px;
}

.g-list .m-list .ol01 img{
    width:100%;
    height:100%;
    border-right: 10px;
    -webkit-box-reflect: below 0 -webkit-linear-gradient(top,rgba(0,0,0,0) 75%,rgba(0,0,0,.5) 100%);
}
.g-list .m-list .ol02{
    width:715px;
    padding-left:40px;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.page{ 
    text-align: center;
    font-size: 14px;
}
.page a{
    margin:0 3px;
}

.g-list-banner{
    height:600px;
    background-size: cover;
    position:relative;
}
.g-list-banners{
    height:70px;
    background-size: cover;
    position:relative;
}
.g-list-banner .m-mianbao{
    height:70px;
    background:rgba(0,0,0,.7);
    bottom:0;
    position:absolute;
    width:100%;
}



.g-list-banner .m-mianbao .left{
    background:url(../yu-img/fz.png) no-repeat 0 center;
    height:70px;
    text-indent: 35px;
    font-size: 18px;
    font-weight: 700;
    color:#fff;
    line-height: 70px;
}
.g-list-banner .m-mianbao .left a{

    color:#fff;
}
.g-list-banner .m-mianbao .right dl{
    padding:0 30px;
    line-height: 70px;
    float:left;
     font-size: 18px;
    font-weight: 700;
}
.g-list-banner .m-mianbao .right dl.on{
    background:rgb(33, 79, 154);//rgba(121,24,23,.7);
}
.g-list-banner .m-mianbao .right dl a{
    color:#fff;
    display:block;
}
.g-list-banner .m-mianbao .right{
    position:relative;
}
.g-list-banner .m-mianbao .right img{
    position:absolute;
    top:25px;
    right:-20px;
    cursor:pointer;
}

.g-list-banner .tit,.g-list-banner .tit01{
    font-size: 60px;
    color:#fff;
    text-align: center;
    padding-top:130px;
}
.g-list-banner .tit01{
    font-size: 30px;
    margin:20px 0 70px;
    padding-top:0;
}
.g-list-banner .tit02{
    text-align: center;
}

.g-list-banner .tit02 .dl01{
    width:226px;
    height:61px;
    border:2px solid #fff;
    line-height: 61px;
    margin:0 20px 0 375px ;
    background:url(../yu-img/bofang.png) no-repeat 40px center;
    text-indent: 20px;
}
.g-list-banner .tit02 a{
     font-size: 20px;
     color:#fff;
     display:block;
}
.g-list-banner .tit02 .dl02{
    background:#1e5087;
    width:180px;
    height:65px;
    line-height: 65px;
}



.g-product .title,.g-list .m-title{
    font-size: 40px;
    text-align: center;
    padding:35px 0;
    letter-spacing: 5px;
}
.g-product .title01{
    font-size: 30px;
    text-align: center;
    letter-spacing: 5px;
}
.g-product .left{
    width:500px;
    height:365px;
    margin-left:80px;
    float:left;
}
.g-product .right{
    width:420px;
    height:365px;
    overflow:hidden;
    margin-right:90px;
    float:right;
}
.g-product .left img{
    max-width: 100%;
    max-height:100%;
    border-right: 5px;
}
.g-product .right p{
    font-size: 26px;
}

.g-product .right li{
    margin-top:30px;
    font-size: 16px;
}
.g-product .right .ol01::before{
    content:"";
    display:inline-block;
    height:10px;
    border-left:5px solid #02b980;
    padding-right:10px;
}
.g-product .right .ol02{
    padding-left:15px;
    margin-top:15px;
    line-height: 25px;
}
.g-product .m-product{
    padding:50px 0 10px 0;
    margin-bottom: 30px;
}
.g-product .m-product01{
    background:#fafafa;
}

.g-product .m-product01 .left{
    float:right;
    margin-right:90px;
    margin-left:0;
}
.g-product .m-product01 .right{
    float:left;
    margin-left:80px;
    margin-right:0;
}







.m-zhengwens{
    position:relative;
    z-index: 10;
}
.formbox 
{
    width: 100%;
    float: left;
}
.formbox .inputrow 
{
    float: left;
    width: 31%;
    height: 33px;
    margin-right:3.5%;
}
.formbox .inputrow input 
{
    width: 100%;
    text-indent: 6px;
    line-height: 16px;
    border: #999999 1px solid;
    color: #333;
    height: 33px;
    font-size:14px;
}
.formbox .input-address 
{
    margin-right: 0px;
}
.formbox .input-message 
{
    width: 100%;
    height: auto;
}
.formbox .inputrow textarea 
{
    margin-top: 30px;
    width: 98%;
    height: 208px;
    text-indent: 6px;
    line-height: 27px;
    font-size:14px;
    border: #999999 1px solid;
    color: #333;
    padding:1%;
}
.formbox .submit 
{
    width: 100%;
    float: left;
    margin: 30px 0 60px 0;
    text-align: center;
}
.formbox .submit .submit1 
{
    display: inline-block;
    zoom: 1;
    background: #4b83d0;
    height: 36px;
    width: 258px;
    border: 0px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.formbox .submit .submit1:hover 
{
    background:#ed1b24;
}




.left-border {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
}
.bottom-border {
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
    .g-yuangong{
        width:860px;
        height:530px;
        margin:0 auto;
        font-size: 16px;
       
    }
   .m-yuangong{
        width:0px;
        margin:0 auto;
        text-align: center;
        
    }
    .m-yuangong a{
        transition:all 0.6s;
    }
    .m-yuangong a:hover{
        background:#333;
        color:#fff !important;
    }
    .m-yuangong a.heng{
        width:110px;
        height:35px;
        border:1px solid #000;
        text-align: center;
        line-height: 35px;
        display:block;
        color:#000;
        margin:0 auto;
        position: relative;
        left:-55px;
    }
    .m-yuangong a.heng01 .xia{
        position:absolute;
        top:37px;
        left:54.5px;
        border-left:1px solid #000;
        height:60px;
        width:0;

    }
    .m-yuangong a.heng01 .bottom-border{
        position:absolute;
        top:60px;
        left:-5.5px;
    }
    .m-yuangong a.heng02{
        margin:15px 0 15px 135px;
    }
    .m-yuangong a.heng02 .zuo{
         position:absolute;
         left:-75px;
         top:18.6px;
         border-top:1px solid #000;
         width:70px;
         height:0;
    }
    .m-yuangong a.heng02 .left-border{
        position:absolute;
        top:-5.5px;
        left:70px;
    }
    .m-yuangong a.heng03::after{
        content:"";
        height:25px;
        border-left:1px solid #000;
        width:0;
        display:block;
        margin-left: 54.5px;
    }
    .m-yuangong01{
        width:675px;
        border-top:1px solid #000;
        margin:25px auto 0;
        height:0;
        position:relative;
    }
    .m-yuangong01 .xia{
        border-left: 1px solid #000;
        height:25px;
        width:0;
        position:absolute;
        top:0;
    }
    .m-yuangong01 .bottom-border{
        position:absolute;
        top:25px;
        left:-5.5px;
    }
    .m-yuangong01 .xia01{
        left:0;
    }
    .m-yuangong01 .xia02{
        left:225px;
    }
    .m-yuangong01 .xia03{
        left:450px;
    }
    .m-yuangong01 .xia04{
        left:675px;
    }
    
    .m-yuangong02{
        width:100%;
        margin-top:30px;
    }
    .m-yuangong02 span{
        display:inline-block;
        width:178px;
        height:38px;
        border:1px dashed #000;
        line-height: 38px;
        text-align: center;
        margin-left:41px;
    }
    .m-yuangong02 span.sp01{
        margin-left:0;
    }
    .m-yuangong02 span::after{
        content:"";
        height:25px;
        border-left:1px solid #000;
        width:0;
        display:block;
        margin-left: 89.5px;
    }
    .m-yuangong03{
        margin-top:25px;
            margin-bottom: 130px;
    }
    .m-yuangong03 .yuan01{
        width:124px;
        border-top:1px solid #000;
        margin-left:30px;
        position:relative;
    }
    .m-yuangong03 .xia{
        border-left: 1px solid #000;
        height:25px;
        width:0;
        position:absolute;
        top:0;
    }
    .m-yuangong03 .xia01{
        left:0;
    }
    .m-yuangong03 .yuan01 .xia02{
        left:61px;
    }
    .m-yuangong03 .yuan01 .xia03{
        left:123px;
    }

    .m-yuangong03 .yuan02 .xia02{
        left:51px;
    }
    .m-yuangong03 .yuan02 .xia03{
        left:102px;
    }
    .m-yuangong03 .yuan02 .xia04{
        left:153px;
    }

    .m-yuangong03 .yuan03 .xia02{
        left:42px;
    }
    .m-yuangong03 .yuan03 .xia03{
        left:84px;
    }
    .m-yuangong03 .yuan03 .xia04{
        left:126px;
    }
    .m-yuangong03 .yuan03 .xia05{
        left:168px;
    }
    .m-yuangong03 .yuan03 .xia06{
        left:209px;
    }
    .m-yuangong03 .yuan04 .xia02{
        left:64px;
    }


    .m-yuangong03 .bottom-border{
        position:absolute;
        top:25px;
        left:-5.5px;
    }
    .m-yuangong03 .yuan02{
        width:154px;
        border-top:1px solid #000;
         margin-left:86px;
         position:relative;
    }
    .m-yuangong03 .yuan03{
        width:210px;
        border-top:1px solid #000;
         margin-left:42px;
         position:relative;
    }
    .m-yuangong03 .yuan04{
        width:124px;
        border-top:1px solid #000;
         margin-left:56px;
         position:relative;
    }
    .m-yuangong03 dl{
        width:13px;
        padding:0 10px;
        height:96px;
        text-align: center;
        border:1px solid #000;
        margin-top:30px;
        position:absolute;
        transition:all 0.6s;
    }
    .m-yuangong03 dl.dl01{
        left:-17.5px;
    }

    .m-yuangong03 dl:hover{
        background:#333;
        color:#fff;
    }
    .m-yuangong03 dl:last-child{
        right:-17.5px;
    }

    .m-yuangong03 .yuan01 dl.dl02{
        left:45px;
    }

    .m-yuangong03 .yuan02 dl.dl02{
        left:34px;
    }
    .m-yuangong03 .yuan02 dl.dl03{
        left:85px;
    }

    .m-yuangong03 .yuan03 dl.dl02{
        left:24px;
    }
    .m-yuangong03 .yuan03 dl.dl03{
        left:67px;
    }
    .m-yuangong03 .yuan03 dl.dl04{
        left:109px;
    }
    .m-yuangong03 .yuan03 dl.dl05{
        left:150px;
    }
   
    .m-yuangong04{
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        padding:50px 0;
    }



   .g-ul-qiang dl{
        float:left;
        width:240px;
        height:300px;
        margin-left:80px;
        margin-bottom: 10px;
        overflow:hidden;
    }
    .g-ul-qiang dl:nth-child(4n-3){
        margin-left:0;
    }
    .g-ul-qiang dl .img{
        width:100%;
        height:260px;
    }
    .g-ul-qiang dl .imgtit{
        width:100%;
        height:40px;
        line-height: 40px;
        font-size: 16px;
        overflow:hidden;
        text-overflow: ellipsis;
        white-space:nowrap;
        text-align: center;
    }
    .g-ul-qiang dl img{
        width:100%;
        height:100%;
    }
    .g-ul-qiang dl img.xing{
            width: 20px;
    height: 20px;
    float: right;
    margin: 10px 0 0 0;
    }

.g-ul-qiang .text{
    font-size: 16px;
    line-height: 30px;
    padding:20px;
}
.g-ul-qiang .text img{
    max-width:100%;
    display:block;
    margin:10px auto;
}


    .top{
    position:fixed;
    right:20px;
    bottom:20px;
    display:none;
    z-index: 99999;
}

.top.none{
    display:block;
}



.wap-top,.wap-nav,.user-img,.guanbi{
    display:none;
}





/* media 
概述
通过媒体查询为不同的设备和大小配置不同的样式。
*/
/* 横屏 */
@media screen and (orientation:landscape){
    
}
/* 竖屏 */
@media screen and (orientation:portrait){
    
}
/* 窗口宽度<960,设计宽度=768 */
@media screen and (max-width:959px){
    .w1200{
        width:100%;
        position:relative;
        z-index: 10;
    }
    .g-nav{
        display:none;
    }
    .g-top{
        padding-top:46px;
    }
    .wap-top{
        width:96%;
        height:32px;
        padding:7px 2%;
        background: #1d0f11;
        position:fixed;
        top:0;
        display:block;
        z-index: 999;
    }
    .wap-top .left{
        
    }
    .wap-top .left img{
        max-height: 32px;
    }
    .wap-top .right{
        width:70px;
        height:32px;
        font-size: 16px;
        line-height: 32px;
        color:#fff;
        background:url(../yu-img/menu.png) no-repeat 40px 0;
    }
    .wap-top .right.sc{
        background:url(../yu-img/guanbi.png) no-repeat 40px 0;
    }
    .wap-nav{
        width:94vw;
        height:93vh;
        position:fixed;
        top:7vh;
        left:3vw;
        overflow:hidden;
        display:block;
        z-index: 0;
    }
    .w-nav{
        background:#fff;
        height:100%;
        transition:all 0.6s;
        width:100%;
        position:absolute;
        left:100%;
        opacity:0;
    }
    .w-nav.xs{
        left:0;
        opacity:1;
    }
    .wap-nav ul{
        margin-top:30px;
    }
    .wap-nav ul li{
        line-height: 50px;
        font-size: 20px;
        text-align: center;
    }

    .wap-nav .wap-div{
        border:1px solid #ccc;
        width:96%;
        margin:0 auto;
        font-size: 14px;
        border-radius: 10px;
        display:none;
    }
     .wap-nav .wap-div dt{
        float:left;
        line-height: 30px;
        margin:0 5px;
     }
     .wap-nav .wap-div dt.dt01{
        font-weight: bold;
        margin:0 20px;
     }
    .wap-nav li:hover .wap-div{
        display:block;
    } 

    .m-hezuo {
    padding: 0px 20px;
    }
    .g-yuyue .m-yuyue a{
        margin:0 30px;
    }
    .none{
        display:none;
    }
    
    .g-shuju .m-shiping .sp-left{
    width:100%;
    height:auto;
    margin-bottom: 30px;
}
.g-shuju .m-shiping .sp-right{
    width:100%;
    height:auto;
}

.g-ul-qiang dl{
    width:48%;
    margin:5px 1%;
}

.g-ul-qiang dl:nth-child(4n-3){
    margin-left:1%;
}

.wap-wx{
    width: 85px;
    height: 85px;
    margin: 20px auto;
}


    .w1200{
        width:100%;
    }
    .g-top {
        font-size: 14px;
    }
    .g-top span{
        margin-right:10px;
        margin-left:20px;
    }

    .g-nav{
        display:none;
    }
    .swiper-container{
        height:200px;
    }
    .g-jingxiang {
        padding: 25px 0 35px;
    }
    .g-jingxiang dl{
        width:30%;
        height:135px;
        border-radius: 10px;
    }
    .g-jingxiang dl+dl{
        margin-left:5%;
    }
    .g-shuju .m-shuju{
        width:100%;
    }
    .g-shuju .m-shuju li{
        width: 45%;
    margin-left: 5%;
    }
    .g-shuju .m-shuju li span.sp01{
        width:45%;
        line-height: 25px;
    }
    .g-shuju .m-shiping {
        width: 98%;
        height: 230px;
        margin: 10px auto;
   
    }
    .g-shuju .m-baozhang{
        width:100%;
    }
    .g-shuju .bz-div{
        width:33%;
    }
    .g-shuju .bz-div+.bz-div{
        margin-left:0.5%;
    }
    .g-anli .al-div {
        float: none;
        margin:90px auto 100px;
    }
    .g-anli {
        padding: 10px 0 0 0;
    }
    .g-qixin .left{
        width:98%;
        margin-left:1%;
    }
    .g-qixin .right{
        width:98%;
        margin-left:1%;
    }
     .g-qixin .right .qx-ul{
        padding-top:25px;
    }
    .g-qixin .qx-ul li+li {
        padding-top: 25px;
    }
    .g-shengtai a{
        padding:5px;
        font-size: 16px;
        margin-top:10px;
    }
    .g-yuyue .m-title{
        padding:20px 0;
    }
    .g-yuyue .m-yuyue a{
        margin:0 5px;
    }
    .g-yuyue .m-yuyue01 input{
        margin:5px !important;
    }
    .g-yuyue{
        height:345px;
    }
    .g-footer .ft-div{
        width:48%;
        margin-left:2%;
            height: 195px;
    }
    .g-footer .ft-div+.ft-div{
        margin-left:2%;
    }
    .none{
        display:none;
    }
    .g-footer{
        padding-top:20px;
    }
    .g-footer .m-footer{
        line-height: 30px;
    }
    .m-footer span{display:block;}

    .g-list-banner{
        height:430px;
    }
    .g-list-banner .m-mianbao{
        display:none;
    }
    .g-list-banner .tit02 .dl01{
        width: 146px;
        height: 41px;
        margin:0  20px 0 45px;
        line-height: 41px;
        background: url(../yu-img/bofang.png) no-repeat 10px center;
        text-indent:25px;
    }
    .g-list-banner .tit02 .dl02 {
        background: #1e5087;
        width: 120px;
        height: 45px;
        line-height: 45px;
    }
    .g-list-banner .tit{
        padding-top:80px;
    }
    .g-list .m-list{
        width:98%;
    }
    .g-list .title dl{
        font-size: 12px;
        height: 50px;
        line-height: 50px;
        width:19.8%;
    }
    #triangle-down{
        top:50px;
        transform: translateX(25px);
    }
    .g-list .m-list01 .left{
        width:80%;
        margin-left:10%;
        height: auto;
    }
    .g-list .m-list01 .right{
        width:96%;
        margin-left:2%;
        padding: 20px 0;
        height: 215px;
    }
    .g-list .m-list li{
        margin-bottom: 60px;
    }
    .g-list .m-list .ol01{
        width:45%;
        height:auto;
    }
    .g-list .m-list .ol02{
        width:50%;
            padding-left: 4%;
            line-height: 20px;
            font-size: 12px;
    }
    .g-product .title,.g-list .m-title{
        padding:20px 0;
        font-size: 22px;
    }
    .g-product .left{
        width:96%;
        height:auto;
        margin-left:2%;
    }
    .g-product .right{
        width:96%;
        height:auto;
        margin-right: 2%;
        margin-top:20px;
    }
    .g-product .m-product01 .left{
        margin-right:2%;
    }
    .g-product .m-product01 .right{
        margin-left:2%;
    }
     .g-yuangong01{
        width:100%;
    overflow-x:scroll;
        overflow-y:hidden;    
        
    }

}
/* 窗口宽度<768,设计宽度=640 */
@media screen and (max-width:767px){
    
}
/* 窗口宽度<640,设计宽度=480 */
@media screen and (max-width:639px){


.g-shuju .m-shiping .sp-left{
    width:100%;
    height:auto;
    margin-bottom: 30px;
}
.g-shuju .m-shiping .sp-right{
    width:100%;
    height:auto;
}

.g-ul-qiang dl{
    width:48%;
    margin:5px 1%;
}

.g-ul-qiang dl:nth-child(4n-3){
    margin-left:1%;
}

.wap-wx{
    width: 85px;
    height: 85px;
    margin: 20px auto;
}


    .w1200{
        width:100%;
    }
    .g-top {
        font-size: 14px;
    }
    .g-top span{
        margin-right:10px;
        margin-left:20px;
    }

    .g-nav{
        display:none;
    }
    .swiper-container{
        height:200px;
    }
    .g-jingxiang {
        padding: 25px 0 35px;
    }
    .g-jingxiang dl{
        width:30%;
        height:88px;
        border-radius: 10px;
    }
    .g-jingxiang dl+dl{
        margin-left:5%;
    }
    .g-shuju .m-shuju{
        width:100%;
    }
    .g-shuju .m-shuju li{
        width:50%;
        margin-left:0;
    }
    .g-shuju .m-shuju li span.sp01{
        width:45%;
        line-height: 25px;
    }
    .g-shuju .m-shiping {
        width: 98%;
        height: 230px;
        margin: 10px auto;

    }
    .g-shuju .m-baozhang{
        width:100%;
    }
    .g-shuju .bz-div{
        width:33%;
    }
    .g-shuju .bz-div+.bz-div{
        margin-left:0.5%;
    }
    .g-anli .al-div {
        float: none;
        margin:90px auto 100px;
    }
    .g-anli {
        padding: 10px 0 0 0;
    }
    .g-qixin .left{
        width:98%;
        margin-left:1%;
    }
    .g-qixin .right{
        width:98%;
        margin-left:1%;
    }
     .g-qixin .right .qx-ul{
        padding-top:25px;
    }
    .g-qixin .qx-ul li+li {
        padding-top: 25px;
    }
    .g-shengtai a{
        padding:5px;
        font-size: 16px;
        margin-top:10px;
    }
    .g-yuyue .m-title{
        padding:20px 0;
    }
    .g-yuyue .m-yuyue a{
        margin:0 5px;
    }
    .g-yuyue .m-yuyue01 input{
        margin:5px !important;
    }
    .g-yuyue{
        height:345px;
    }
    .g-footer .ft-div{
        width:48%;
        margin-left:2%;
            height: 195px;
    }
    .g-footer .ft-div+.ft-div{
        margin-left:2%;
    }
    .none{
        display:none;
    }
    .g-footer{
        padding-top:20px;
    }
    .g-footer .m-footer{
        line-height: 30px;
    }
    .m-footer span{display:block;}

    .g-list-banner{
        height:430px;
    }
    .g-list-banner .m-mianbao{
        display:none;
    }
    .g-list-banner .tit02 .dl01{
        width: 146px;
        height: 41px;
        margin:0  20px 0 45px;
        line-height: 41px;
        background: url(../yu-img/bofang.png) no-repeat 10px center;
        text-indent:25px;
    }
    .g-list-banner .tit02 .dl02 {
        background: #1e5087;
        width: 120px;
        height: 45px;
        line-height: 45px;
    }
    .g-list-banner .tit{
        padding-top:80px;
    }
    .g-list .m-list{
        width:98%;
    }
    .g-list .title dl{
        font-size: 12px;
        height: 50px;
        line-height: 50px;
        width:19.8%;
    }
    #triangle-down{
        top:50px;
        transform: translateX(25px);
    }
    .g-list .m-list01 .left{
        width:80%;
        margin-left:10%;
        height: auto;
    }
    .g-list .m-list01 .right{
        width:96%;
        margin-left:2%;
        padding: 20px 0;
        height: 215px;
    }
    .g-list .m-list li{
        margin-bottom: 60px;
    }
    .g-list .m-list .ol01{
        width:45%;
        height:auto;
    }
    .g-list .m-list .ol02{
        width:50%;
            padding-left: 4%;
            line-height: 20px;
            font-size: 12px;
    }
    .g-product .title,.g-list .m-title{
        padding:20px 0;
        font-size: 22px;
    }
    .g-product .left{
        width:96%;
        height:auto;
        margin-left:2%;
    }
    .g-product .right{
        width:96%;
        height:auto;
        margin-right: 2%;
        margin-top:20px;
    }
    .g-product .m-product01 .left{
        margin-right:2%;
    }
    .g-product .m-product01 .right{
        margin-left:2%;
    }


    .g-top{
        padding-top:46px;
    }
    .wap-top{
        width:96%;
        height:32px;
        padding:7px 2%;
        background: #1d0f11;
        position:fixed;
        top:0;
        display:block;
        z-index: 999;
    }
    .wap-top .left{
        
    }
    .wap-top .left img{
        max-height: 32px;
    }
    .wap-top .right{
        width:70px;
        height:32px;
        font-size: 16px;
        line-height: 32px;
        color:#fff;
        background:url(../yu-img/menu.png) no-repeat 40px 0;
    }
    .wap-top .right.sc{
        background:url(../yu-img/guanbi.png) no-repeat 40px 0;
    }
    .wap-nav{
        width:94vw;
        height:93vh;
        position:fixed;
        top:7vh;
        left:3vw;
        overflow:hidden;
        display:block;
        z-index: 0;
    }
    .w-nav{
        background:#fff;
        height:100%;
        transition:all 0.6s;
        width:100%;
        position:absolute;
        left:100%;
        opacity:0;
    }
    .w-nav.xs{
        left:0;
        opacity:1;
    }
    .wap-nav ul{
        margin-top:30px;
    }
    .wap-nav ul li{
        line-height: 50px;
        font-size: 20px;
        text-align: center;
    }

    .wap-nav .wap-div{
        border:1px solid #ccc;
        width:96%;
        margin:0 auto;
        font-size: 14px;
        border-radius: 10px;
        display:none;
    }
     .wap-nav .wap-div dt{
        float:left;
        line-height: 30px;
        margin:0 5px;
     }
     .wap-nav .wap-div dt.dt01{
        font-weight: bold;
        margin:0 20px;
     }
    .wap-nav li:hover .wap-div{
        display:block;
    } 
    a{
        position:relative;
        z-index: 100;
    }
         .g-yuangong01{
        width:100%;
    overflow-x:scroll;
        overflow-y:hidden;    
        
    }

    .m-hezuo{
    padding:0 30px;
}
    .g-yuyue .m-yuyue01 .ipt01, .g-yuyue .m-yuyue01 .ipt02{
        width:235px;
    }
}
/* 窗口宽度<480,设计宽度=320 */
@media screen and (max-width:479px){
     .m-hezuo{
    padding:0 10px;
    }
    .w1200{
        position:relative;
        z-index: 10;
    }
    .m-yuangong03 .yuan01 .dl03{
        right:-141.5px;
    }
    .m-yuangong03 .yuan02 .dl04{
        right:-169.5px;
    }
    .m-yuangong03 .yuan03 .dl06{
        right:-225.5px;
    }
}
/* windows UI 贴靠 */
@media screen and (-ms-view-state:snapped){
    
}
/* 打印 */
@media print{
    
}