﻿/* cn */
@charset "utf-8";
@font-face {
  font-family: "HELVETICANEUELTPRO-TH";
  src: url("../fonts/HELVETICANEUELTPRO-TH.woff2") format("woff2"),
       url("../fonts/HELVETICANEUELTPRO-TH.woff") format("woff"),
       url("../fonts/HELVETICANEUELTPRO-TH.ttf") format("truetype"),
       url("../fonts/HELVETICANEUELTPRO-TH.eot") format("embedded-opentype"),
       url("HELVETICANEUELTPRO-TH.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HELVETICANEUELTPRO-LTEX";
  src: url("../fonts/HELVETICANEUELTPRO-LTEX.woff2") format("woff2"),
       url("../fonts/HELVETICANEUELTPRO-LTEX.woff") format("woff"),
       url("../fonts/HELVETICANEUELTPRO-LTEX.ttf") format("truetype"),
       url("../fonts/HELVETICANEUELTPRO-LTEX.eot") format("embedded-opentype"),
       url("../fonts/HELVETICANEUELTPRO-LTEX.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*公共*/
body{
	overflow: hidden;
	max-width: 1920px;
	margin:auto;
    background: #f8f8f8;
}
*{
	font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.g_content{
	width:1200px;
	margin:auto;
}
.yxedr_active p{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-bottom: 12px;
}
.yxedr_active img{
    margin-bottom:44px;
}
.g_img img{
    width:100%;
}
/*规范*/
.g_word1{
    color:#333;
    font-size: 30px;
    line-height: 1.5;
}
.g_word2{
    color:#333;
    font-size: 26px;
    line-height: 1.5;
}
.g_word3{
    color:#333;
    font-size: 18px;
    line-height: 1.75;
}
.g_word4{
    color:#333;
    font-size: 16px;
    line-height: 1.75;
}
.g_para1 p{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-bottom: 12px;
}
.g_para2 p{
    font-size: 14px;
    line-height: 2;
    color: #666;
    margin-bottom: 12px;
}
.g_para3 p{
    font-size: 14px;
    line-height: 1.85;
    color: #999;
    margin-bottom: 12px;
}

/*pc导航选中*/
.yxnav_active1 .g_navtopfl h1{
    color:#a4a4a4;
}
.yxnav_active1 .g_navtopfl p{
    color:#a4a4a4;
}
.yxnav_active2.g_navbotnr a{
	color:#a4a4a4;
}
/*ph导航选中*/
.yxnav_active1.g_phnav1{
    color:#ed7100;
}
.yxnav_active2.g_phnav2{
	color:#ed7100;
}
/*ph导航&下拉*/
.phxia{
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 998;
    padding:0 20px;
    background-color: #333;
    display: none;
}
.xialaph{
    display: none;
    width: 100%;
    padding-bottom: 18px;
    background-color: #333;
}
.xialaph h4{
    position: relative;
}
.xialaph h4::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /*opacity: .1;*/
    background-color: #555;
}
.xialaph h4 a{
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #bbb;
}
.xialaph h4 img{
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.xialaph .ul2{
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}
.xialaph .ul2 .container_s{
    max-width: 100%;
    padding: 0 15px;
}
.xialaph h5{
    position: relative;
}
.xialaph h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .05;
    background-color: #000;
}
.xialaph h5 a{
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}
.xialaph h5 img{
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s{
    display: none;
}
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d{
    display: block;
}
.xialaph .ul3{
    display: none;
}
.xialaph h6 a{
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}
.header2{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    display: none;
}
.header2 .logo{
    width: 54px;
    line-height: 64px;
}
.header2 .logo img{
    width: 100%;
}
.header2 .phsearch{
    position: absolute;
    top: 50%;
    right: 70px;
    width: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header2 .wj_hin_right{
    padding-top: 25px;
}
.header2 .phsearch img{
    width: 100%;
}
.ph_mea_cl{
    overflow: hidden;
    width: 28px;
    height: 100%;
}
.header2 .menuph {
    width: 28px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.header2 .menuph .point{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}
.header2 .menuph .point: .navbtn,
.header2 .menuph .point: .navbtn::after,
.header2 .menuph .point: .navbtn::before{
    width: 28px;
}
.header2 .menuph .navbtn{
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    background: #666;
}
.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    background: #666;
}
.header2 .menuph .navbtn::after{
    top: -10px;
}
.header2 .menuph .navbtn::before{
    top: 10px;
}
.header2 .menuph .point.active .navbtn{
    background: transparent;
}
.header2 .menuph .point.active .navbtn::after{
    top: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header2 .menuph .point.active .navbtn::before{
    top: 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.ph_search{
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 15px;
}
.ph_search_ph{
    width:100%;
    height: 35px;
    border:1px solid rgba(0,0,0, .1);
    margin-top: 18px;
    float: left;
    border-radius: 17.5px;
    position: relative;
}
.ph_search_ph input{
    width: 100%;
    height: 100%;
    text-indent: 20px;
    color:#333333;
}
.ph_search_ph input::-webkit-input-placeholder{
    color: #999999;
}
.ph_search_ph button{
    width: 40px;
    height: 100%;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    float:right;
    position: absolute;
    top: 0;
    right: 0;
}
.ph_search button .icon-sousuo{
    font-size: 27px;
    color: #999999;
}
.wj_header_i_nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
}
/*电话*/
.ph_dh_number{
    width: 100%;
    text-align: center;
    margin-top:18px;

}
.ph_dh_number .ph_dh_n{
    display: inline-block;
    overflow: hidden;
}
.ph_dh_number .ph_dh_n p{
    float: left;
    font-size: 16px;
    color: #999;
}
.ph_dh_number .ph_dh_n .ph_dh_n_p1{
    margin-right: 15px;
}
.wj_hin_r_en a{
    color:#666;
}
.ph_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}
.ph_searchfe img {
    width: 100%;
}
.wj_hin_r_en{
    margin-right: 15px;
}
/*首页*/
.l-r-topb i {
    width: 35px;
    height: 18px;
    display: block;
}
.l-r-topb .bshare_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.l-r-topb {
    cursor: pointer;
    position: relative;
    height: 18px;
    margin-top: 18px;
    transition: all .36s;
}
.l-r-topb .bshare_box a {
    width: 100% !important;
    height: 100% !important;
    display: block;
    opacity: 0 !important;
}
.l-r-topb .bsPromo {
    width: 100%;
    height: 100%;
    display: block !important;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
}
.l-r-topb:last-child{
    margin-left: 20px;
}
.iconfont img {
    width: 100%;
}
.g_syhead {
    background: #fff;
    transition: all .36s;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.g_logo{
    width:78px;
    line-height: 100px;
    transition: all .36s;
}
.g_logo img{
    width:100%;
}
.g_syhdfl{
    width:33px;
    line-height: 100px;
    cursor: pointer;
    position:relative;
    transition: all .36s;
}
.g_syhdfl::before{
    position: absolute;
    content: '';
    top:0;
    right:-45px;
    width:1px;
    height:100%;
    background: #eeeeee;
}
.g_menu{
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background: rgba(0,0,0, .9);
    display: none;
    z-index: 100;
}
.g_menubox{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_menuclose {
    width: 28px;
    position: absolute;
    top: 40px;
    right: 18%;
    cursor: pointer;
}
.g_menuclose img{
    width:100%;
}
.g_nav{
    text-align: center;
}
.g_navnr{
    display: inline-block;
}
.g_navtopfl h1{
    color:#fff;
    transition: all .36s;
}
.g_navtopfl p{
    color:#fff;
    transition: all .36s;
    font-family: 'HELVETICANEUELTPRO-TH', "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.g_navli{
    margin-bottom: 60px;
}
.g_navbotnr a{
    color:#fff;
    font-size: 18px;
    line-height: 28px;
}
.g_navbot{
    margin-top: 32px;
    display: none;
}
.g_navtop{
    position: relative;
}
.g_navtopfr{
    position: absolute;
    top:50%;
    right:-42px;
    transform: translateY(-50%);
    width:20px;
    cursor: pointer;
}
.g_navtopfr img{
    transition: all .36s;
}
.g_navtopfl{
    width:100%;
    text-align: center;
}
.g_navbotnr {
    margin-bottom: 10px;
}
.g_navtop.on .g_navtopfr img{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);       /* IE 9 */
    -webkit-transform: rotate(180deg);   /* Safari and Chrome */
    -o-transform: rotate(180deg);        /* Opera */
    -moz-transform: rotate(180deg);      /* Firefox */
}
.g_navtop.on .g_navtopfl h1{
    color:#a4a4a4;
}
.g_navtop.on .g_navtopfl p{
    color:#a4a4a4;
}
.g_syban{
    position:relative;
    margin-top: 100px;
}
.g_sybanpc, .g_sybanpc img{
    width:100%;
}
.g_sybantu1{
    position: relative;
    top:0;
    left:0;
}
.g_sybantu2{
    position: absolute;
    top:0;
    left:0;
}
.g_sybantu3{
    position: absolute;
    top:0;
    left:0;
    z-index: 30;
}
.g_sybanph{
    width:100%;
    position: relative;
    display: none;
}
.g_sybanph1{
    position: relative;
    top:0;
    left:0;
}
.g_sybanph2{
    position: absolute;
    top:0;
    left:0;
    display: none;
}
.g_banwz{
    position: absolute;
    top:42%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 20;
}
.g_banwztop h1{
    color:#bbbbba;
    font-size: 46px;
    line-height: 56px;
    font-weight:bold;
}
.g_banwztop h3{
    color:#bbbbba;
    font-family: 'HELVETICANEUELTPRO-LTEX', "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.g_banwztop{
    position: relative;
    padding-bottom:50px;
    text-align: center;
}
.g_banwztop::before{
    position: absolute;
    content: '';
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    height:1px;
    width:50px;
    background: #ee770b;
    display: none;
}
.g_banwz p{
    color:#bbbbba;
    font-size: 20px;
    line-height: 30px;
    margin-top: 55px;
}
.g_sypt1{
    padding:68px 0 140px;
    background: #f8f8f8;
}
.g_sypt1nrfl{
    width:850px;
}
.g_sypt1nrfr {
    width: calc(100% - 850px);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.g_sypt1nrzuo{
    width:50%;
    padding:0 20px; 
    margin-bottom: 64px;
}
.g_sypt1nrbj{
    width:100%;
    overflow: hidden;
}
.g_sypt1nrbj img{
    width:100%;
    transition: all .5s;
}
.g_sypt1nrzuo a{
    display: block;
    position: relative;
}
.g_sypt1nrflwz{
    position: absolute;
    top:50%;
    left: 20px;
    transform: translateY(-50%);
}
.g_sypt1nrflwz h3{
    color:#666666;
    font-size: 26px;
    line-height: 40px;
}
.g_sypt1nrflwz p{
    color:#666666;
    height:28px;
    overflow: hidden;
}
.g_sypt1nrflwz span{
    display: block;
    font-family: 'HELVETICANEUELTPRO-TH', "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
    color:#666;
    font-size: 26px;
    line-height: 40px;
}
.sim-button {
    line-height: 60px;
    height: 60px;
    text-align: center;
    width: 280px;
    cursor: pointer;
}
.button3 {
    color: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid #333333;
    overflow: hidden;
}
.button3 a{
    color: #333;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    font-size: 26px;
    line-height: 60px;
    font-family: 'HELVETICANEUELTPRO-LTEX', "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.button3 a p{
    color: #333;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    font-size: 26px;
    line-height: 60px;
    font-family: 'HELVETICANEUELTPRO-LTEX', "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.g_sypt1nrfr .button3 p{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
.g_sypt1nr{
    position: relative;
}
.g_sypt1nrzuo:nth-child(3){
    margin-bottom: 0
}
.g_sypt1nrzuo:nth-child(4){
    margin-bottom: 0
}
.g_share{
    /*margin-left: 80px;*/
    position: relative;
}
footer{
    background: url(../images/footbj.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding:50px 0 0;
    position: relative;
    z-index: 10;
}
.g_foottop{
    padding-bottom:40px;
}
.g_footfl{
    width:33.333333%;
    padding:0 48px;
}
.g_foottopnr{
    margin:0 -48px;
}
.g_footfl h3{
    color:#979797;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 14px;
}
.g_footfl h3 a{
    color:#979797;
    font-size: 20px;
}
.g_footfl p{
    color:#979797;
}
.g_adress{
    margin-top: 30px;
}
.g_footleft{
    width:20px;
}
.g_footleft img{
    width:100%;
}
.g_footright{
    color:#979797;
    font-size: 14px;
    line-height: 20px;
    width:calc(100% - 20px);
    padding-left: 15px;
    letter-spacing: 0.5px;
}
.g_footbot{
    border-top:1px solid #484848;
    padding:8px 0; 
}
.g_footbotnr p, .g_footbotnr a{
    color:rgba(255,255,255, .1);
    font-size: 16px;
    line-height: 36px;
}
.g_footbotnr a{
    padding-left: 10px;
}
/*动漫图 - start*/
.g_sypt2{
    position: relative;
    background: #fff;
}
.g_sypt2nr{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%
}
.g_sypt2tu{
    overflow: hidden;
}
.g_sypt2bj img, .g_sypt2tu img{
    width:100%;
    transition: all .36s;
}
.g_sypt2tu1{
    width:16.666667%;
    height:33.333333%;
    position: absolute;
    top:0;
    left:0;
}
.g_sypt2tu2{
    width:16.666667%;
    height:33.333333%;
    position: absolute;
    top:0;
    right:16.666667%;
}
.g_sypt2tu3{
    width:33.333333%;
    height:33.333333%;
    position: absolute;
    top:0;
    left:16.666667%;
}
.g_sypt2tu4{
    width:16.666667%;
    height:33.333333%;
    position: absolute;
    top:33.333333%;
    left:33.333333%;
}
.g_sypt2tu5{
    width:16.666667%;
    height:33.333333%;
    position: absolute;
    top:33.333333%;
    right:16.666667%;
}
.g_sypt2tu6{
    width:16.666667%;
    height:66.666666%;
    position: absolute;
    top:0;
    right:33.333333%;
}
.g_sypt2tu7{
    width:16.666667%;
    height:33.333333%;
    position: absolute;
    bottom:0%;
    left:16.666667%;
}
.g_sypt2tu8{
    width:16.666667%;
    height:33.333333%;
    position: absolute;
    top:33.333333%;
    left:16.666667%;
}
.g_sypt2tu9{
    width:33.333333%;
    height:33.333333%;
    position: absolute;
    bottom:0;
    left:33.333333%;
}
.g_sypt2tu10{
    width:16.666667%;
    height:66.666666%;
    position: absolute;
    top:0;
    right:0;
}
.g_sypt2tu11{
    width:16.666667%;
    height:66.666666%;
    position: absolute;
    bottom:0;
    left:0;
}
.g_sypt2tu12{
    width:33.333333%;
    height:33.333333%;
    position: absolute;
    bottom:0;
    right:0;
}
.g_sypt2bj2{
    display: none;
}
.g_sypt2tu a::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(255,255,255, .4);
    z-index: 11;
    transition: all .5s;
}
.g_sypt2tu a{
    width:100%;
    height:100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
    z-index: 10;
}
.g_sypt2tu12 a::before{
    opacity: 0;
}
/*动漫图 - end*/
/*.g_syhead.on{
    box-shadow: 0 0 10px 5px rgba(0,0,0, .12);
}
.g_syhead.on .g_logo {
    line-height: 80px;
    width:70px;
}
.g_syhead.on .g_syhdfl {
    line-height: 80px;
}
.g_syhead.on  .l-r-topb {
    margin-top: 37px;
}*/
.g_footflnr{
    margin-bottom:10px;
}
.g_nyhead{
    box-shadow: 0 0 10px 5px rgba(0,0,0, .12);
}
.g_brandfr, .g_brandflwz{
    margin-left: 10px;
}
.g_brand{
    margin-bottom:50px;
}
.g_brandflwz, .g_brandfr a {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 18px;
    transition: all .36s;
}
.g_ny{
    margin-top: 130px;
}
.g_nytle p{
    color:#7a7a7a;
    position: relative;
    font-size: 14px;
    line-height: 32px;
    font-family: 'HELVETICANEUELTPRO-LTEX', "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.g_nytleb{
    display: inline-block;
    width: auto;
}
.g_nytle p::before{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:-20px;
    width:20px;
    height:1px;
    background: #7a7a7a;
}
.g_nytle p::after{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:-20px;
    width:20px;
    height:1px;
    background: #7a7a7a;
}
.g_nytle{
    text-align: center;
    margin-bottom:70px;
}
.g_b1cenfl{
    width:185px;
    padding-left: 56px;
}
.g_b1cenfr{
    width:calc(100% - 185px);
}
.g_b1cenli a{
    color:#999999;
    font-size: 16px;
    line-height: 32px;
}
.g_b1cenli{
    margin-bottom: 26px;
    position: relative;
}
.g_b1cenli::before{
    content: '';
    position: absolute;
    top:50%;
    left:-56px;
    width:40px;
    height:1px;
    background:#333;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .36s;
}
.g_b1cenli.on::before{
    opacity: 1;
}
.g_b1cenli.on a{
    color:#666;
}
.g_b1cenbtn{
    width:140px;
    height:30px;
    margin-right:20px;
    border:1px solid #dddddd;
    color:#666666;
}
.g_b1cenbtn a{
    line-height: 30px;
    color:#666666;
    font-size: 14px;
}
.g_b1cenbtn.button3 a {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.g_b1cenbtn.act{
    background: #f4f4f4;
}
.g_b1centop{
    margin-bottom: 40px;
}
.g_b1cenbotfl{
    margin-bottom: 36px;
    padding:0 15px;
    width:33.333333%;
}
.g_b1cenbotfltu{
    width:100%;
    overflow: hidden;
    position: relative;
}
.g_b1cenbotfltu img{
    width:100%;
    height:100%;
    transition: all .36s;
}
.g_b1cenbotfltu1{
    position: relative;
    top:0;
    left:0;
}
.g_b1cenbotfltu2{
    position: absolute;
    top:0;
    left:0;
}
.g_b1jian{
    position: relative;
    width:100%;
    height:80px;
}
.g_b1jiantu{
    position: absolute;
    width:100%;
    top:-12px;
    left:0;
    z-index: 10;
}
.g_b1jian p{
    position: absolute;
    top:38%;
    left:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    color:#ffffff;
    width:100%;
    text-align: center;
    height:28px;
    overflow: hidden;
    z-index: 11;
}
.g_b1jiantu img{
    width:100%;
}
.g_b1cenbotfltu::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(255,255,255, .4);
    transition: all .5s;
    z-index: 10;
}
/*fenye*/
.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}
.pc_fenye li {
    float: left;
    width: 32px;
    height: 32px;
    border: 1px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    text-align: center;
    margin: 0px 10px;
    border:1px solid #e1e1e1;
}

.pc_fenye li.activepage {
    color: #fff;
    background: #464646;
    transition: all .36s;
}
.pc_fenye li.clolr {
    color: #f58612;
}
.g_phfy{
    display: none;
}
.g_phfyfl{
    font-size: 14px;
    color:#333;
}
.g_fenye{
    margin-top: 80px;
    margin-bottom:90px;
}
.prev li{
    border:1px solid #e1e1e1;
}
.g_b2{
    position: relative;
}
.g_b2::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:42%;
    height:100vh;
    background: #fff;
    z-index: -1;
}
.g_b2::after{
    content: '';
    position: absolute;
    top:0;
    right:0;
    width:42%;
    min-height:100vh;
    height:100%;
    background: #f8f8f8;
    z-index: -1;
}
.g_b2nrfl {
    width: 22%;
    height: calc(100% - 100px);
    padding-right: 160px;
    position: fixed;
    top: 100px;
    left: 18.75%;
}
.g_b2nrfr{
    width:60%;
    background: #f8f8f8;
    min-height: 100vh;
}
.g_b2box{
    margin-top: 100px;
}
.g_b2nrflbot div.g_word2{
    color:#ee770b;
    font-family: 'HELVETICANEUELTPRO-LTEX', "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.g_b2nrflbot h2{
    color:#333333;
}
.g_b2nrflbot .g_word4{
    margin-top: 30px;
    color:#666666;
}
.g_para2 span{
    color:#ee770b;
}
.g_b2nrbtn{
    border:1px solid #dddddd;
    width:160px;
    height:40px;
    background: #f8f8f8;
    margin-top: 96px;
}
.g_b2nrbtn a{
    display: block;
    width:100%;
    height:100%;
    color:#666666;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
.g_b2nrbtn a span{
    border-bottom:1px solid #666666;
}
.g_b2nrfl .g_brand{
    margin-top: 30px;
}
.g_para2 p{
    color:#999;
}
.g_b2nrflbot .g_para2{
    margin-top: 30px;
    max-height: 380px;
}
.g_b2nrflbot {
    /* margin-top: 170px; */
    position: absolute;
    top:50%;
    right: 0;
    transform: translateY(-50%);
}
.g_color{
    background: #fff;
}
.g_b2nrfrtop{
    padding:84px 108px;
    min-height: 70vh;
}
.g_b2nrfrbot{
    border-top:1px solid #dddddd;
    padding:36px 42px 60px;
}
.g_b2nrfrbot1{
    width:50%;
}
.g_b2nrfrbot1 a{
    border-bottom:1px solid #666666;
    color:#666666;
    font-size: 16px;
}
.g_b2nrfrbot1:first-child{
    padding-right: 20px;
}
.g_b2nrfrbot1:last-child{
    text-align: right;
}
.g_c1nrfl{
    width:33.333333%;
    padding:0 15px;
    position: absolute;
}
.g_c1nr{
    margin:0 -15px;
    position:relative;
}
.g_c1nrfltu{
    width:100%;
    overflow: hidden;
}
.g_c1nrfltu img{
    width:100%;
    transition: all .36s;
}
.g_c1nrflwz{
    padding:35px 26px;
    background: #fff;
    border-bottom:2px solid #dddddd;
    position: relative;
}
.g_c1nrflwz::before{
    content: '';
    position: absolute;
    bottom:-2px;
    left:0;
    width:0;
    height:2px;
    background: #ee770b;
    transition: all .5s;
}
.g_c1nrflwz h3{
    transition: all .36s;
    color:#333333;
    margin-bottom: 10px;
    transition: all .36s;
}
.g_c1nrflwz p{
    color:#999999;
    line-height:26px;
    font-size: 14px;
}
.g_c1btn{
    margin-top: 32px;
}
.g_c1btnright{
    width:5px;
    transform: translateX(0);
    line-height: 15px;
    transition: all .36s;
    opacity: 0;
}
.g_c1btnright img{
    width:100%;
}
.g_c1btnleft{
    color:#666666;
    font-size: 14px;
    line-height: 18px;
    transition: all .36s;
}
.g_c1btnflr{
    color:#666666;
    font-size: 16px;
}
.g_c1{
    margin-bottom: 100px;
}
.g_c2tle h2{
    text-align: center;
    color:#333333;
}
.g_c2intleft{
    width:16px;
}
.g_c2intleft img{
    width:100%;
}
.g_c2int{
    display: inline-block;
}
.g_c2intbox{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.g_c2intfl:first-child{
    margin-right:70px;
}
.g_c2intright{
    margin-left:10px;
    color:#666;
    font-size: 14px;
    line-height: 18px;
}
.g_c2 .g_para1{
    padding:0 90px;
}
.g_c2btn{
    margin-top: 70px;
    margin-bottom: 90px;
}
.g_c2btnfl{
    width:50%;
}
.g_c2btnfl:first-child{
    padding-right:30px;
}
.g_c2btnfl.fr{
    text-align: right;
}
.g_c2btnfl a{
    color:#666666;
    font-size: 14px;
    border-bottom:2px solid #b8b8b8;
    line-height: 26px;
    transition: all .36s;
}
.g_ditu{
    width: 100%;
    position: fixed;
    left: 50%;
    top: 100px;
    max-width: 1920px;
    height: 350px;
    transform: translateX(-50%);
}
.g_ditu img{
    width:auto;
    height:100%;
    position: relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
.g_d1{
    position: relative;
    width:100%;
    height:350px;
    margin-top: 100px;
}
.g_d1tle{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.g_d1tle h1{
    color:#bcbbbb;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    padding-bottom: 26px;
    /*margin-bottom: 26px;*/
    position: relative;
}
.g_d1tle p{
    color:#bcbbbb;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    font-family: 'HELVETICANEUELTPRO-LTEX', "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.g_d1nr{
    margin-top: 0;
    position: relative;
    z-index: 50;
    background: #f8f8f8;
}
.g_d1nr .g_brand{
    padding-top: 22px;
}
/*.g_d1tle h1::before{
    content: '';
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
    width:50px;
    height:1px;
    background: #ee770b;
}*/
.g_d1tle span{
    /*position: static;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);*/
    margin:auto;
    width:50px;
    height:1px;
    background: #ee770b;
    display: block;
    margin-bottom: 20px;
}
.g_d1pt1wzb{
    box-shadow: 6px 8px 10px 0 rgba(0,0,0,.08);
    padding:0 100px 50px;
}
.g_d1pt1{
    margin-bottom: 100px;
}
.g_d1pt2{
    background: #eeeeee;
    padding:108px 0 98px;
}
.g_d1pt2fl{
    width:33.333333%;
    padding:0 55px;
}
.g_d1pt2slick{
    margin:0 -55px;
}
.g_d1pt2botwz{
    background: #fff;
    padding:50px 36px;
    box-shadow: 5px 5px 10px 3px rgba(0,0,0, .03);
}
.g_d1pt2botwz p{
    color:#666;
    height: 96px;
    overflow: hidden;
}
.g_d1pt2bot{
    position: relative;
    margin-top: 46px;
    padding-bottom: 15px;
}
.g_san{
    position: absolute;
    width:21px;
    left:25px;
    top:-15px;
}
.g_d1pt2ico{
    width:80px;
    height:80px;
    background: #464646;
    border-radius: 50%;
    position: relative;
}
.g_d1pt2ico img{
    display: block;
    width:38px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_dian{
    margin-left: 40px;
    width:27px;
    display: block;
}
.g_d1pt2top p{
    margin-left: 85px;
    color:#333;
    font-size: 24px;
    transform: translateY(15px);
}
.g_d1pt2nr{
    position: relative;
    z-index: 20;
}
.g_d1pt2{
    position: relative;
}
.g_line{
    position: absolute;
    top:38%;
    left:0;
    width:100%;
    height:1px;
    border-bottom:1px dashed #bdbdbd;
}
.g_d1pt2nr{
    position: relative;
}
.g_jian1{
    position: absolute;
    top:27.5%;
    left:-70px;
    cursor: pointer;
    width:32px;
}
.g_jian1 img, .g_jian2 img{
    width:100%;
}
.g_jian2{
    position: absolute;
    top:27.5%;
    right:-70px;
    cursor: pointer;
    width:32px;
}
.g_d1pt3fl{
    width:25%;
    padding:0 13px;
    margin-bottom: 18px;
}
.g_d1pt3nrtu{
    width:100%;
    position: relative;
    overflow: hidden;
}
.g_d1pt3nrtu img{
    width:100%;
    height:100%;
    transition: all .36s;
}
.g_d1pt3nrtu1{
    position:relative;
    top:0;
    left:0;
}
.g_d1pt3nrtu2{
    position:absolute;
    top:0;
    left:0;
}
.g_d1pt3 {
    padding: 80px 0 70px;
}
.g_d1pt4{
    position: relative;
}
.g_d1pt4bj{
    width:100%;
    height:734px;
}
.g_d1pt4nrfl{
    width:25%;
}
.g_d1pt4bj img{
    width:auto;
    height:100%;
    position: relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
.g_d1pt4nr{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_d1pt4nrb{
    background: rgba(255,255,255, .6);
    padding:60px 65px;
}
.g_d1pt4nrtu{
    position: relative;
    width:100%;
}
.g_d1pt4nrtu1{
    position: relative;
    top:0;
    left:0;
}
.g_d1pt4nrtu2{
    position: absolute;
    top:0;
    left:0;
}
.g_d1pt4nrtu img{
    width:100%;
    height:100%;
}
.g_d2pt1fl{
    width:50%;
}
.g_d2pt1{
    position: relative;
}
.g_d2pt1fl.fl{
    position: relative;
}
.g_d2pt1fl img{
    width:100%;
    height:100%;
}
.g_d2pt1fl1{
    position: relative;
    top:0;
    left:0;
}
.g_d2pt1fl2{
    position: absolute;
    top:0;
    left:0;
}
.g_d2pt1fl.fr{
    padding:90px 100px;
    position: absolute;
    top:0;
    height:100%;
    right:0;
    background: #fff;
    box-shadow: 5px 3px 10px 0 rgba(0,0,0, .08);
}
.g_d2pt1{
    margin-bottom: 65px;
}
.g_2h2pt2box {
    margin-bottom: 20px;
}
.g_2h2pt2s {
    width: 100%;
    padding: 24px 30px;
    position: relative;
    border-left: 2px solid #ee770b;
    cursor: pointer;
    background: #ffffff;
    box-shadow: 0 0 10px 5px rgba(236,236,236, .25);
}
.g_2h2pt2fl {
    color: #333333;
    font-size: 18px;
    line-height: 32px;
}
.g_2h2pt2fr {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    padding-right: 80px;
}
.g_jiaj {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    background: #ee770b;
}
.g_2h2pt2box.on .g_jiaj2 {
    opacity: 0;
}
.g_jiaj1 {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .36s;
}
.g_jiaj2 {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .36s;
}
.g_2h2pt2box.on .g_jiaj1 {
    opacity: 0;
}
.g_2h2pt2box.on .g_jiaj2 {
    opacity: 1;
}
.g_2h2pt2x {
    background: #fff;
    padding: 26px 34px 45px;
    display: none;
    margin-top: 10px;
}
.g_2h2pt2xwz h3 {
    color: #333333;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 12px;
}
.g_2h2btn {
    width: 200px;
    height: 50px;
    margin-top: 45px;
    background: #ee770b;
    margin-bottom:22px;
}
.g_2h2btn a {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
}
.g_2h2pt2xwz p{
    color:#666666;
}
.g_d2zhu{
    color:#999999;
    font-size: 14px;
    line-height: 30px;
}
.g_d2pt2cen .sim-button{
    width:auto;
    padding:0 48px;
    height:36px;
    margin-right: 20px;
    border:1px solid #dddddd;
}
.g_d2pt2cen{
    margin-bottom: 42px;
}
.g_d2pt2cen .button3 a {
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
.g_d2pt2cen .button3.on{
    background: #f4f4f4;
}
.g_d3adress .g_d2pt2cen{
    display: inline-block;
}
.g_d3adress{
    text-align: center;
    margin-bottom: 60px;
}
.g_d2pt2cen .button3:last-child{
    margin-right:0;
}
.g_d3 .g_nytle{
    margin-bottom: 58px;
}
.g_d3 .button3.on{
    background: #ee770b;
    border:1px solid #ee770b;
}
.g_d3 .button3.on a{
    color:#fff;
}
.ny_route_map .map {
    height: 560px;
    width: 100%;
}
.g_d3map{
    position: relative;
    padding:0 160px;
}
.g_d3map{
    margin-bottom: 74px;
}
.g_d3mapbox {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 646px;
}
.g_d3mapint {
    width: 100%;
    position: relative;
}
.g_d3mapfl{
    width:50%;
    padding:34px 32px;
}
.g_d3mapfl:first-child{
    background: #ee770b;
}
.g_d3mapfl:last-child{
    background: #fff;
}
.g_d3mapfl h2{
    text-align: center;
    color:#fff;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 28px;
}
.g_d3mapfl:first-child h2::before{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:185px;
    height:1px;
    background: #dddddd;
}
.g_d3mapfl:last-child h2::before{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:185px;
    height:1px;
    background: #e7e7e7;
}
.g_d3mapnrfl{
    width:18px;
    line-height: 22px;
}
.g_d3mapnrfl img{
    width:100%;
}
.g_d3mapnrfr{
    width:calc(100% - 19px);
    color:#fff;
    font-size: 14px;
    padding-left: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}
.g_d3mapnr{
    margin-bottom: 20px;
}
.g_d3mapfl:last-child h2{
    color:#ee770b;
}
.g_d3mapfl:last-child{
    position: absolute;
    top:0;
    right:0;
    height:100%;
}
.g_d3mapfl .l-r-topb i {
    width: 47px;
    height: 47px;
    display: block;
}
.g_d3mapfl .l-r-topb {
    cursor: pointer;
    position: relative;
    height: 47px;
    margin-top: 42px;
    transition: all .36s;
}
.g_b1cenbot{
    margin:0 -15px;
}
.g_d3map .g_share{
    position: absolute;
    top:56%;
    left:50%;
    transform: translate(-50%,-50%);
    margin-left: 0;
}
.g_d3map .l-r-topb:last-child {
    margin-left: 25px;
}
.g_d1pt1wzb span{
    color:#ee770b;
}
/*鼠标效果*/
@media screen and (min-width: 1200px){
    .g_b1cenbotfl:hover .g_b1cenbotfltu::before{
        opacity: 0;
    }
    .g_navli:hover .g_navtopfl h1{
        color:#a4a4a4;
    }
    .g_navli:hover .g_navtopfl p{
        color:#a4a4a4;
    }
    .g_navbotnr:hover a{
        color:#a4a4a4;
    }
    .g_sy .button3 a:hover{
        background-color: #f4f4f4;
    }
    .g_sy .button3 p:hover{
        opacity: 0;
        font-size: 26px;
        line-height: 60px;
        font-family: 'HELVETICANEUELTPRO-LTEX', "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
    }
    .g_sy .button3 a::after{
        content: attr(data-text);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transform: translate(-30%, 0);
        transform: translate(-30%, 0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;   
        font-size: 26px;
        line-height: 60px;
        color:#333;
        font-family: 'HELVETICANEUELTPRO-LTEX', "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
    }
    .g_sy .button3 a:hover::after{
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .g_sypt1nrzuo:hover .g_sypt1nrbj img{
        transform: scale(1.1);
    }
    .g_brandfr:hover a{
        color:#ed7100;
    }
    .g_b1cenli:hover::before{
        opacity: 1;
    }
    .g_b1cenli:hover a{
        color:#333;
    }
    /*.g_b1cenbtn.button3:hover{
        background-color: #f4f4f4;
    }
    .g_b1cenbtn.button3:hover > a{
        opacity: 0;
        font-size: 26px;
        line-height: 60px;
        font-family: 'HELVETICANEUELTPRO-LTEX', "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
    }
    .g_b1cenbtn.button3:hover > a{
        opacity: 1;
        font-size: 14px;
        line-height: 30px;
        color:#666666;
        font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
    }
    .g_b1cenbtn.button3::after{
        font-size: 14px;
        line-height:30px;
        color:#666666;
        font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
    }*/
    .g_pcfy li:hover{
        background: #464646;
        color:#fff;
    }   
    .g_b2nrfrbot1:hover a{
        color:#ee770b;
        border-bottom:1px solid #ee770b;
    }
    .g_c1nrfl:hover .g_c1nrflwz h3{
        color:#ee770b;
    }
    .g_c1nrfl:hover .g_c1btnleft{
        color:#ee770b;
    }
    .g_c1nrfl:hover .g_c1btnright{
        transform: translateX(10px);
        opacity: 1;
    }
    .g_c1nrfl:hover .g_c1nrfltu img{
        transform: scale(1.1);
    }
    .g_c1nrfl:hover .g_c1nrflwz::before{
        width:100%;
    }
    .g_c2btnfl:hover a{
        color:#ee770b;
    }
    /*.g_d2pt2cen .button3:hover > a {
        opacity: 0;
        font-size: 16px;
        line-height: 36px;
        color:#666;
        font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
    }
    .g_d2pt2cen .button3::after{ 
        font-size: 16px;
        line-height: 36px;
        color:#666;
        font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
    }*/
    /*.g_d3adress .button3:hover > a {
        opacity: 0;
        font-size: 16px;
        line-height: 36px;
        color:#fff;
        font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
    }
    .g_d3adress .button3::after{ 
        font-size: 16px;
        line-height: 36px;
        color:#fff;
        font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
    }
    .g_d3adress .button3:hover {
        background-color: #ee770b;
        border: 1px solid #ee770b;
    }*/
    .g_sypt2tu:hover a::before{
        opacity: 0;
    }
    .g_b1cenbotfl:hover .g_b1cenbotfltu img{
        transform: scale(1.1);
    }
    .g_d1pt3fl:hover .g_d1pt3nrtu img{
        transform: scale(1.1);
    }
    .g_sypt2tu:hover img{
        transform: scale(1.1);
    }
    /*.g_footfrtop:hover .g_footfrbottu1{
        opacity: 0;
    } 
    .g_footfrtop:hover .g_footfrbottu2{
        opacity: 1;
    } */
    .g_footnavfl:hover a{
        color:#fff;
    }
    .g_sypt1nrfr .button3 a:hover p{
        opacity: 0;
    }
}
/*载入效果*/
.g_fadein1{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.3s; 
}
.g_fadein2{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.3.5s; 
}
.g_fadein3{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.4s; 
}
.g_fadein4{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.45s; 
}
.g_fadeup1{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}
.g_fadeup2{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.5s;
}
.g_fadeup3{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}
.g_fadeup4{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.7s;
}
.g_fadeup5{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.8s;
}
.g_fadeup6{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.9s;
}
.g_fadeup7{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1s;
}
.g_fadedown1{
    -webkit-animation: fadeInDown 1s ease both;
    animation: fadeInDown 1s ease both;
    animation-delay: 0.4s; 
}
.g_fadeleft1{
    -webkit-animation: fadeInLeft 1s ease both;
    animation: fadeInLeft 1s ease both;
    animation-delay: 0.4s; 
}
.g_faderigth1{
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.4s; 
}
.g_d1pt1wzb, .g_d1pt3{
    overflow: hidden;
}
.g_phmap{
    display: none;
}
.g_d1pt4 .g_nytle {
    margin-bottom: 40px;
}
.g_d1pt3nrph{
    display: none;
}
.g_footfrbottu{
    width:40px;
    position: relative;
}
.g_footfrbottu img{
    width:100%;
    transition: all .36s;
}
.g_footfrbottu1{
    position: relative;
    top:0;
    left:0;
}
.g_footfrbottu2{
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
}
.g_footfrtop{
    margin-right: 15px;
    position: relative;
}
.g_footfrbotimg{
    position: absolute;
    top:50px;
    left:50%;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
}
.g_footfrbotimg{
    width:100px;
}
.g_footfrbotimg img{
    width:100%;
    border-radius: 5px;
}
.g_footfrbottu{
    cursor: pointer;
}
.g_footnavfl{
    width:50%;
    padding:0 20px; 
    margin-bottom: 14px;
}
.g_footnav{
    margin:0 -20px; 
    width:220px;
}
.g_footnavfl a{
    color:#979797;
    font-size:16px;
    line-height: 30px;
    transition: all .36s;
}
.g_footfr {
    margin-top: 26px;
    margin-left: 80px;
}
.ace_wxtop{
    width:47px;
    cursor: pointer;
}
.ace_wxtop img{
    width:100%;
}
.ace_wb img{
    width:47px;
}
.ace_wxbot{
    position: absolute;
    top:50px;
    left:50%;
    transform: translateX(-50%);
    width:100px;
    display: none;
}
.ace_wxbot img{
    width:100%;
}
.ace_wb{
    margin-right:25px;
}
.ace_wx{
    margin-right: 0;
    position: relative;
}
.g_sybanpc{
    position: relative;
}
.g_sybanpc::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*background: rgba(0,0,0, .75);*/
    z-index: 10;
}
.g_d2 .g_d2pt2cen .sim-button {
    width: 130px;
    padding: 0 0;
    height: 36px;
    margin-right: 20px;
    border: 1px solid #dddddd;
}
.g_d2 .g_d2pt2cen .button3.on {
    background: #ee770b;
}
.g_d2 .g_d2pt2cen .button3.on a {
    color: #fff;
}
.g_sybanpcsk{
    display: none;
    position: relative;
}
.g_sybanpcsk.on{
    display: block;
}
.g_sybanphslick{
    display: none;
}
.g_sybanphsk{
    display: none;
    position: relative;
}
.g_sybanphsk.on{
    display: block;
}
.g_syban .slick-dots li.slick-active {
    background: #ee770b;
}
.g_syban .slick-dots li {
    border: 1px solid #ee770b;
}
.g_sybanpcslick .slick-dots{
    bottom:100px;
}
.g_sybanphslick .slick-dots{
    bottom:30px;
}

.g_ditu1n{
    display: none;
}


/* 2021.11.29 */
.he_searic {
    width: 22px;
    line-height: 100px;
    margin-right: 30px;
    cursor: pointer;
}

.he_searic img {
    width: 100%;
}

.ys_navph3_mengcen {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 30000;
}

.ys_navph3_caidansuo {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
    height: 46px;
    border-bottom: 1px solid #ffffff;
}

.ys_navph3_caidansuo {
    width: 500px;
}

.ys_navph3_caidansuo input {
    width: calc(100% - 60px);
    height: 100%;
    font-size: 24px;
    color: #666666;
}

.ys_navph3_caidansuo input {
    width: calc(100% - 60px);
    height: 100%;
    font-size: 16px;
}


.ys_navph3_guanbi {
    width: 20px;
    display: block;
    position: absolute;
    right: 6%;
    top: 4%;
    cursor: pointer;
}

.ys_navph3_guanbi img {
    width: 100%;
}


.ys_navph3_first {
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.36s;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding: 0 0 30px;
    /*height: 580px*/
    height: 100vh;
}

.ys_navph3_gun {
    height: 505px;
}

.ys_navph3_gunb {
    padding: 0 30px;
}

.ys_navph3_sec {
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.36s;
    width: 100%;
    background: #fff;
    z-index: 1001;
    padding: 0 30px;
    height: 100vh;
}

.ys_navph3_firsttu {
    width: 14px;
    position: absolute;
    top: 22px;
    right: 30px;
}

.ys_navph3_firsttop {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #C7C9C8;
}

.ys_navph3_firstbot ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ys_navph3_g_sypt4nrfltu img {
    height: 100%;
}

.ys_navph3_firstlifl a {
    color: #666;
    line-height: 32px;
    font-size: 16px;
}

.ys_navph3_firstli {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.ys_navph3_firstlifr {
    width: 6px;
    line-height: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.ys_navph3_yxnav_active1 .ys_navph3_firstlifl a {
    color: #000;
}

.ys_navph3_firstwz {
    color: #333;
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
}

.ys_navph3_yxnav_active2 .ys_navph3_firstlifl a {
    color: #000;
}

.ys_navph3_langphtop {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #C7C9C8;
    border-bottom: 1px solid #C7C9C8;
}

.ys_navph3_langphtop a {
    color: #333;
    line-height: 24px;
    font-size: 16px;
}

.ys_navph3_langphtop img {
    width: 6px;
    transform: rotate(90deg);
    margin-top: 5px;
}

.ys_navph3_langph {
    position: relative;
}

.ys_navph3_langphbot a {
    color: #333;
    line-height: 24px;
    font-size: 14px;
}

.ys_navph3_langphbot ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ys_navph3_langphbot {
    display: none;
}

.ys_navph3_loginb {
    margin-bottom: 10px;
    display: none;
}


.ys_navph3_caidansuo {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
    height: 46px;
    border-bottom: 1px solid #ffffff;
}

.ys_navph3_caidansuo {
    width: 500px;
}

.ys_navph3_caidansuo input {
    width: calc(100% - 60px);
    height: 100%;
    font-size: 24px;
    color: #666666;
}

.ys_navph3_caidansuo input {
    width: calc(100% - 60px);
    height: 100%;
    font-size: 16px;
}


.ys_navph3_guanbi {
    width: 20px;
    display: block;
    position: absolute;
    right: 6%;
    top: 4%;
    cursor: pointer;
}

.ys_navph3_guanbi img {
    width: 100%;
}


.ys_navph3_first {
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.36s;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding: 0 0 30px;
    /*height: 580px*/
    height: 100vh;
}

.ys_navph3_gun {
    height: 505px;
}

.ys_navph3_caidansuo button {
    position: relative;
    right: 0;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 3px;
}

.ys_navph3_caidansuo input {
    width: calc(100% - 43px);
}

.he_langte p {
    font-size: 16px;
    line-height: 100px;
    color: #666;
}

.he_langan {
    position: relative;
    margin-right: 30px;
}

.he_langteui {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 15px;
    box-shadow: 0 0px 15px 0 rgba(0,0,0,0.08);
    display: none;
}

.he_langte {
    display: flex;
    cursor: pointer;
}

.he_langte img {
    height: inherit !important;
}

.he_langti1 {
    width: 22px;
    line-height: 100px;
}

.he_langti1 img {
    width: 100%;
}

.he_langti2 {
    width: 14px;
    line-height: 100px;
}

.he_langti2 img {
    width: 100%;
    transition: all 0.36s;
}

.he_langt1 {
    padding: 0 10px;
}
.he_langtli{
    text-align: center;
    padding: 3px 0;
}
.he_langtli a{
    font-size: 14px;
    line-height: 1.5;
    color: #999;
    transition: all 0.36s;
}

.he_langte.on .he_langti2 img{
    transform: rotate(180deg);
}

.ph_search_ph input{
    color: #fff !important;
}

.ph_search_ph{
    border-color: #fff;
}

.ys_navph3_caidansuo input{
    color: #fff;
}

.he_langtli.act a{
    color: #ee770b;
}

.g_serch {
    padding-top: 105px !important;
}

@media screen and (min-width: 1200px) {
    .he_langtli a:hover {
        color: #ee770b;
    }
}

/* 2021.11.29 */

.g_b2nrfrbot1 a{
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* .g_b2nrfrbot1 a[href="javascript:void(0);"]{
    border-bottom: 0;
    pointer-events: none;
    color: #999;
} */

.g_b1jian p{
    padding: 0 15px;
    font-size: 14px !important;
    line-height: 20px !important;
    height: auto !important;
    top: 37% !important;
    max-height: 40px;
}

.g_d1pt2botwz p{
    line-height: 1.75;
    min-height: 5.25em;
    height: auto !important;
    margin-bottom: 0;
}