﻿@charset "utf-8";
/** Generated by FG **/
/*@font-face {*/
/*    font-family: 'HELVETICANEUELTPRO-LT_0';*/
/*    src: url('../fonts/HELVETICANEUELTPRO-LT_0.eot');*/
/*    src: local('☺'), url('../fonts/HELVETICANEUELTPRO-LT_0.eot') format('eot'), url('../fonts/HELVETICANEUELTPRO-LT_0.ttf') format('truetype'), url('../fonts/HELVETICANEUELTPRO-LT_0.svg') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/


/*公共*/
body{
	overflow: hidden;
	max-width: 1920px;
	margin:auto;
    /*background: #fff;*/
}
*{
	font-family: "微软雅黑";
}
.g_content{
	width:1200px;
	margin:auto;
}
.g_content1{
    width:1440px;
    margin:auto;
}
img{
	width:100%;
}
/*pc导航*/
/*.yxnav_active1 .g_nav1{
	position: relative;
}
.yxnav_active1 .g_nav1::before{
	position: absolute;
	content: '';
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background: #032c8d;
    display: none;
}*/
/*ph导航&下拉*/
.phxia{
    position: fixed;
    width: 100%;
    left: 50%;
    top: 64px;
    z-index: 998;
    transform: translateX(-50%);
   padding:0 15px;
   background-color: #f1f1f1;

}
.xialaph{
    display: none;
    width: 100%;
    padding-bottom: 18px;
    background-color: #f1f1f1;
    font-family: '微软雅黑';
}
.xialaph h4{
    position: relative;
}
.xialaph h4::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .1;
    background-color: #000;
}
.xialaph h4 a{
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}
.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-family: '微软雅黑';
    font-size: 14px;
    line-height: 35px;
    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-family: '微软雅黑';
    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: 30px;
    padding-right: 30px;
    background-color: #ffffff;
    transform: translateX(0);
    display: none;
}
.header2 .logo{
    width: 100px;
    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: 40px;
    height: 100%;
}
.header2 .menuph{
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.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;
    font-family: "微软雅黑";
    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: 18px;
    color: #666;
}
.ph_dh_number .ph_dh_n .ph_dh_n_p1{
    margin-right: 15px;
}
.wj_hin_r_en{
    color:#666;
}
.ph_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}
.ph_searchfe img {
    width: 100%;
}
/**/
.g_syban{
    height:100vh;
    width:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.g_sybantop {
    width: 100%;
    height: calc(100vh - 80px);
}
.g_sybanbot{
    width:100%;
    height:80px;
    background: #fff;
    position: relative;
}
.g_sybanwz{
    position: absolute;
    top:50%;
    transform: translate(-50%,-50%);
    left:50%;
}
.g_syhead{
    position: absolute;
    top:25px;
    left:0;
    width:100%;
    z-index: 99;
}
.g_sybantu{
    width:100%;
}
/*.g_sybantu img{
    transition: all 5s;
    transform: scale(1.2);
}*/
.g_sybanslick.slick-active .g_sybantu .mc_sybantu {
    animation: mymove3 8s ease;
    -webkit-animation: mymove3 8s ease;
    animation-iteration-count:1;
}
@-webkit-keyframes mymove3 {
    from {
        transform: scale(1.3);
    }

    to {
        transform: scale(1);
    }
}
.g_sybanslick.slick-active .g_sybanph img {
    animation: mymove4 8s ease;
    -webkit-animation: mymove4 8s ease;
    animation-iteration-count:1;
}
@-webkit-keyframes mymove4 {
    from {
        transform: scale(1.3);
    }

    to {
        transform: scale(1);
    }
}
.g_sybanwz h3{
    color:#fff;
    font-size: 60px;
    margin-bottom: 28px;
}
.g_sybanwz p{
    color:#fff;
    font-size: 30px;
}
.g_syheadfl{
    width:25px;
    margin-left: 42px;
    cursor: pointer;
    padding-bottom: 12px;
}
.g_syheadfl p{
    width:100%;
    height:1px;
    background: #fff;
    position: relative;
}
.g_syheadfr{
    width:72px;
    margin-right: 30px;
}
.g_syheadfr1 a{
    color:#274c9e;
    font-size: 16px;
    margin-right: 30px;
    position: relative;
}
.g_syheadfl p::before{
    position: absolute;
    content: '';
    width:100%;
    height:1px;
    top:6px;
    background: #fff;
    left:0;
}
.g_syheadfl p::after{
    position: absolute;
    content: '';
    width:100%;
    height:1px;
    top:12px;
    background: #fff;
    left:0;
}
.g_synavb{
    padding:0 33px;
    position:relative;
}
.g_nav1{
    color:#032c8d;
    line-height: 80px;
    font-size: 16px;
}
.g_synavfr{
    width:182px;
    line-height: 80px;
}
.g_sypt1topfl{
    width:25%;
}
.g_sypt1botflyou{
    width:420px;
    background: #a9ddf5;
    padding: 41px 40px 70px;
    background: -webkit-linear-gradient(left top, #a9ddf5 , #073190); /* Safari 5.1 - 6.0 
    background: -o-linear-gradient(bottom right, #a9ddf5 , #073190); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #a9ddf5 , #073190); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #a9ddf5 , #073190); /* 标准的语法 */
}
.g_sypt1botflzuo{
    width:calc(100% - 420px);
    padding-right: 22px;
}
.g_sypt1botflzuo{
    margin:42px -11px;
}
.g_sypt1botflztime{
    color:#999999;
    font-size: 16px;
    margin-bottom: 14px;
} 
.g_sypt1botflztle{
    color:#333333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    height:60px;
    overflow: hidden;
}
.g_sypt1botflwz{
    color:#999999;
    font-size: 14px;
    line-height: 24px;
    height:48px;
    overflow: hidden;
}
.g_sypt1botbtn{
    width:auto;
    margin-top:30px;
}
.g_sypt1botbtn1{
    width:28px;
}
.g_sypt1botbtn p{
    color:#073190;
    font-size: 14px;
    line-height: 28px;
    padding-left: 10px;
    transform: translateX(-50px);
    opacity: 0;
    transition: all .36s;
}
.g_sypt1topfl{
    color:#333333;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
}
.g_sypt1topfl p{
	line-height: 24px;
}
.g_sypt1topfl.act::before{
	position: absolute;
	content: '';
	bottom:-24px;
	left:0;
	width:116px;
	height:2px;
	background: -webkit-linear-gradient(left, #073190 , #a1bbf8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #073190, #a1bbf8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #073190, #a1bbf8); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #073190 , #a1bbf8); /* 标准的语法 */
}
.g_sypt1topfl.act{
	position: relative;
	color:#073190;
}
.g_sypt1top{
    margin-top:42px;
    margin-bottom: 50px;
    border-bottom:1px solid #dee2e6;
    padding-bottom: 24px;
}
.g_sypt1{
    position: relative;
}
.g_sypt1nr{
    position: relative;
    z-index: 10;
}
.g_sypt1botfl{
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    z-index: 1;
}
.g_sypt1botflact{
    opacity: 1;
    position: relative;
    z-index: 10;
}
.g_sypt1botfl .g_sypt1botflz{
    transform: scale(0);
}
.g_sypt1botflact .g_sypt1botflz{
    transform: scale(1);
}
.g_sypt1botfl .g_sypt1botflyou{
    transform: scale(0);
}
.g_sypt1botflact .g_sypt1botflyou{
    transform: scale(1);
}
.g_sypt1botfl .g_dong{
    transform: scale(0);
}
.g_sypt1botflact .g_dong{
    transform: scale(1);
}
.g_sypt1botflyou{
    transition: all 1.5s;
    margin-top:42px;
}
.g_sypt1botflyou .g_sypt1botbtn{
    margin-top: 265px;
}
.g_sypt1botflyou .g_sypt1botflztime{
    color:#052265;
    margin-bottom:18px;
}
.g_sypt1bot{
    height:580px;
    position: relative;
}
.g_sypt1botflz{
    transition: all 1.5s;
}
.g_sypt1botflyou .g_sypt1botflztle{
    color:#073f88;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    height:64px;
    overflow: hidden;
    margin-bottom: 24px;
    transition: all .36s;
}
.g_sypt1botflyou .g_sypt1botflwz{
    color:#fff;
    letter-spacing: 1px;
    height:72px;
    overflow: hidden;
}
.g_sypt2nrfl{
    width:425px;
    background: -webkit-linear-gradient(left top, #a9ddf5 , #073190); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #a9ddf5 , #073190); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #a9ddf5 , #073190); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #a9ddf5 , #073190); /* 标准的语法 */
    padding:65px 40px;
    margin-right:100px;
}
.g_sypt2nrfr{
    width:calc(100% - 525px);
}
.g_sypt2botfl{
    width:33.333333%;
    padding:0 42px;
}
.g_sypt2nrfl h3{
    color:#073f88;
    font-size: 20px;
    line-height: 32px;
    height:64px;
    overflow: hidden;
    margin-bottom: 14px;
}
.g_sypt2nrfl p{
    color:#fff;
    font-size: 14px;
    line-height: 24px;
    height:48px;
    overflow: hidden;
    margin-bottom: 43px;
}
.g_hoider{
    color:#073190;
    font-size: 14px;
    line-height: 32px;
    margin-bottom:0;
    height:32px;
    overflow:hidden;
}
.g_sypt2vio{
    width:100%;
    position: relative;
    cursor: pointer;
    margin-top: 12px;
}
.g_sypt2viotu{
    width:100%;
    position: relative;
}
.g_sypt2viotu img{
    height:100%;
}
.g_sypt2viotu1{
    position: relative;
    top:0;
    left:0;
}
.g_sypt2viotu2{
    position: absolute;
    top:0;
    left:0;
}
.g_sypt2viomc{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0, .15);
    z-index: 10;
    transition: all .36s;
}
.g_sypt2vioplay{
    width:30px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 20;
}
.g_sypt2time{
    position: absolute;
    bottom:20px;
    right:16px;
}
.g_sypt2timefl{
    color:#fff;
    font-size: 14px;
}
.g_sypt2vio1{
    width:100%;
    position:relative;
    cursor: pointer;
}
.g_sypt2vio1 .g_sypt2vioplay{
    width:14px;
}
.g_sypt2vio1 .g_sypt2time{
    bottom:10px;
    right:10px;
}
.g_sypt2botflwz{
    padding: 14px 25px;
    transition: all .36s;
}
.g_sypt2botflwz p{
    color:#333333;
    font-size: 16px;
    line-height: 28px;
    height:56px;
    overflow:hidden;
}
.g_sypt2botfl{
    margin-bottom: 28px;
    cursor: pointer;
}
.g_sypt2tle{
    margin-top:96px;
    padding-bottom: 24px;
    border-bottom:1px solid #eeeeee;
    position: relative;
    z-index: 10;
    margin-bottom: 56px;
    margin-top:40px;
}
.g_sypt2tlefl{
    color:#333333;
    font-size: 28px;
    font-weight: bold;
    position: relative;
}
.g_sypt2tlefl::before{
    position: absolute;
    content: '';
    bottom:-25px;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    height:2px;
    background: -webkit-linear-gradient(left, #073190 , #a1bbf8);
    background: -o-linear-gradient(right, #073190, #a1bbf8);
    background: -moz-linear-gradient(right, #073190, #a1bbf8);
    background: linear-gradient(to right, #073190 , #a1bbf8);
}
.g_sypt2tlefr a{
    color:#0b2f8a;
}
.g_since{
    font-family: 'Goudy Old Style';
    font-size: 114px;
    color:#f6f6f6;
    text-align: right;
    margin-bottom: 70px;
    letter-spacing: 1px;
}
.g_sypt3fl{
    width:755px;
}
.g_sypt3fr{
    width:calc(100% - 755px);
    padding-left: 80px;
    padding-right: 260px;
}
.g_sypt3fr p{
    padding-right: 140px;
    color:#061943;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
}
.g_sypt3fr p span{
    color:#073190;
    font-weight: bold;
}
.g_hisfl{
    width:33.333333%;
    padding: 0 30px; 
}
.g_his{
    width:480px;
    margin:80px -30px 0px;
}
.g_hisfltop{
    color:#061943;
    font-size: 14px;
    margin-bottom: 20px;
}
.g_hisflbot{
    color:#073190;
    font-size: 36px;
}
.g_hisflbot span{
    color:#073190;
    font-size: 14px;
    transform: translateY(15px);
}
.g_menu{
    width:100vw;
    height:100vh;
    background: rgba(7,49,144, .88);
    position: fixed;
    top:0;
    left:0;
    z-index: 1001;
    display: none;
}
.g_close{
    position: absolute;
    top:0;
    left:0;
    width:65px;
    cursor: pointer;
}
.g_menewm{
    width:91px;
    position: absolute;
    bottom:190px;
    left:50%;
    transform: translateX(-50%);
}
.g_menunav{
    position: absolute;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
    width:1000px;
}
.g_menunavfl{
    padding:0 33px;
}
.g_menunav1{
    color:#a7bef2;
    margin-bottom: 32px;
    font-size: 18px;
    display: block;
}
.g_menunavxla{
    text-align: center;
    margin-bottom: 10px;
}
.g_menunavxla a{
    font-size: 16px;
    color:#819bdf;
    line-height: 24px;
}
.yxnav_active1 .g_menunav1{
    color:#fff;
}
.yxnav_active2.g_menunavxla a{
    color:#fff;
}
.mengcen {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.9);
    z-index: 30000;
}
.caidansuo {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 38%;
    height: 46px;
    border-bottom: 1px solid #ffffff;
}
.caidansuo input {
    width: calc(100% - 60px);
    height: 100%;
    font-size: 24px;
    color: #666666;
}
#buts {
    position: relative;
    right: 0;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 3px;
}
.guanbi {
    width: 28px;
    display: block;
    position: absolute;
    right: 6%;
    top: 4%;
}
.guanbi img {
    width: 100%;
}
header {
    width: 100%;
    height: 115px;
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
header .d-search {
    width: 360px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    float: right;
}
header .d-search .d-sou {
    margin-right: 60px;
    cursor: pointer;
}
.g_syheadfr2{
	width:18px;
	cursor: pointer;
}
.g_syban.act .g_synav{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(235,234,234, .75);
}
.g_piaoztu1{
	width:30px;
	margin:0 auto 20px;
}
.g_piaoztu2{
	width:25px;
	margin:18px auto 0;
	cursor: pointer;
}
.g_piaoz{
	position: fixed;
	top:50%;
	left:38px;
    width: 78px;
    height: 142px;
	background: #f8f8f8;
	transform: translate(-300px,-50%);
	z-index: 999;
	transition: all 0.68s;
}
.g_piaoz.act{
	transform: translate(0px,-50%);
}
.g_piaoy{
	position: fixed;
	top:50%;
	right:44px;
	transform: translateY(-50%);
	z-index: 99;
	transition: all .36s;
    display: none;
}
.g_piaoy.act{
	display: block;
}
.g_piaoypt{
	margin-bottom: 32px;
}
.g_piaoypt a{
	color:#090909;
	font-size: 16px;
	padding:0 10px;
}
.g_piaoypt.active{
	position: relative;
}
.g_piaoypt.active::before{
	position: absolute;
	content: '';
	top:50%;
	left:-20px;
	width:6px;
	height:6px;
	background: #05205e;
	border-radius: 50%;
	transform: translateY(-50%);
}
.g_piaoypt.active a{
	color:#05205e;
}
.g_nav1{
	position: relative;
	transition: all .36s;
	padding:15px 0;
}
.g_nav1::before{
	position: absolute;
	content: '';
	bottom:0px;
	left:0;
	width:0;
	height:1px;
	background: #032c8d;
	transition: all .36s;
}
.g_synr1{
	background: #fff;
	position: relative;
}
.g_sy{
    position: absolute;
    z-index: 10;
    /*background: #fff;*/
    top: 100%;
    left: 0;
    margin-top: -80px;
    width: 100%;
    /*transform: translateX(-50%);*/
}
.g_sy.actv .g_sybanbot{
    position: fixed;
    top:0;
    left:0;
    z-index: 99;
    box-shadow: 0 0 10px rgba(235,234,234, .75);
}
.g_sy.actv .g_synr1{
    margin-top: 150px;
}
.g_sy.actv .g_synr1 .g_sypt1bj{
    display: block;
    z-index: 1;
}
.gx_dwdmp{
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.g_sypt1bj{
    position: fixed;
    bottom:0;
    right:0;
    width:823px;
    display: none;
}
.g_sybanslickwa1{
    width:57px;
    position: absolute;
    top:35%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_sybanslickwa2{
    width:100%;
    margin:0 auto;
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    left: 0; 
}
.g_sybanslick{
    position: relative;
}
.g_sybanmenu{
    position: absolute;
    top:25px;
    left:40px;
    width:77px;
    cursor: pointer;
}
.g_sydian{
    position: absolute;
    right:50px;
    bottom:132px;
}
.g_sydian li{
    padding:10px 40px 10px 0;
}
.g_sydian ul{
    border-bottom:1px solid #9aa3ac;
}
.g_sydian li:first-child{
    padding-left: 0;
}
.g_sydian li:last-child{
    padding-right: 0;
}
.g_sydian li span{
    color:#fff;
    font-size:18px;
    cursor: pointer;
}
.g_sydian li.atcb{
    position: relative;
}
.g_sydian li.atcb::before{
    content: '';
    position: absolute;
    bottom:-1px;
    background: #fff;
    left:0;
    width:22px;
    height:1px;
}
.g_syheadfr{
    padding:32px 0 32px;
    margin-left: 40px;
}
.g_xinxifl1{
    width:14px;
    position: relative;
    /*line-height: 22px;*/
        margin-top: 3px;
}
.g_xinxifl11{
    position: relative;
    top:0;
    left:0;
}
.g_xinxifl12{
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
}
.g_xinxi .g_xinxifl{
    margin-right:15px;
}
.g_xinxifl2{
    margin-left:10px;
    font-size: 16px;
    color:#073190;   
    line-height: 22px;
}
.g_xinxifl{
    margin-bottom: 16px;
}
.g_sypt1botbtn1{
    display: block;
}
.g_sypt1botflyou .g_xinxifl2 {
    color: #073f88;
}
.g_dongfr{
    width:290px;
    position: relative;
    overflow: hidden;
}
.g_dongfr1{
    position: relative;
    top:0;
    left:0;
}
.g_dongfr2{
    position: absolute;
    top:0;
    left:0;
}
.g_dongfr img{
    height:100%;
    transition:all .36s;
}
.g_dongfl{
    width:calc(100% - 290px);
    padding-right: 75px;
}
.g_dong{
    width:50%;
    padding:0 42px;
    transition: all 1.5s;
}
.g_dongfl .g_xinxi{
    margin-top:20px;
}
.g_dongfl .g_sypt1botflwz{
    color:#666666;
    letter-spacing: 1px;
}
.g_dongfl .g_sypt1botflztle{
    color:#333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.g_dongb{
    margin:42px -42px 0;
}
.g_dongbtn{
    width:210px;
    height:52px;
    background: -webkit-linear-gradient(left, #133b96 , #9ecdeb); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #133b96 , #9ecdeb); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #133b96 , #9ecdeb); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #133b96 , #9ecdeb); /* 标准的语法 */
    color:#fff;
    line-height: 52px;
    text-align: center;
}
.g_dongbtnb{
    display: inline-block;
}
.g_dongbtnfr{
    width:5px;
    margin-left: 85px;
}
.g_dongbtnfr img{
    transition: all .36s;
}
.g_dong{
    margin-bottom: 92px;
}
.g_dong:nth-child(3) .g_dongfl{
    float: right;
    padding-right: 0;
    padding-left: 75px;
}
.g_dong:nth-child(3) .g_dongfr{
    float: left;
}
.g_dong:nth-child(4) .g_dongfl{
    float: right;
    padding-right: 0;
    padding-left: 75px;
}
.g_dong:nth-child(4) .g_dongfr{
    float: left;
}
.g_cha {
    position: absolute;
    top: -20px;
    right: 0;
    width: 28px;
    z-index: 10;
}
.g_sypt2nrfrb{
    margin:0 -42px;
}
.g_synr2{
    /*background: #fff;*/
}
.gxn_gd.act{
	z-index: 10;
    display: block;
}
.g_sypt2{
	position: relative;
	z-index: 10;
}
.g_sypt4{
	position: relative
}
.g_sypt3 .g_lk::before{
	height: 300px;
}
.g_sypt3 .g_lk::after{
	height: 300px;
}
.g_sypt4::after{
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 10;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	content: '';
	display: block;
	position: absolute;
}
.g_sypt2{
    /*margin-bottom: 110px;*/
    padding-bottom: 110px;
}
.g_sypt3bj{
    width:100%;
    height:490px; 
}
.g_sypt3bj img{
    position: relative;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    height: 100%;
    width: auto;
}
.g_sypt3nr{
    position: relative;
}
.g_sypt3nrbj{
    position: absolute;
    z-index: 2;
    top:0;
}
.g_synr2 .g_sypt3nr{
    margin-top:-230px;
}
.g_sypt3nr{
    margin-top:-285px;
    position: relative;
}
.g_sypt3nrcen h3{
    text-align: center;
    color:#333333;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 65px;
    letter-spacing: 1px;
    position: relative;
    line-height: 34px;
}
.g_sypt3nrcen h3::before{
    position: absolute;
    content: '';
    bottom:-26px;
    left:50%;
    transform: translateX(-50%);
    width:130px;
    height:2px;
    background: -webkit-linear-gradient(left, #073190 , #a1bbf8);
    background: -o-linear-gradient(right, #073190, #a1bbf8);
    background: -moz-linear-gradient(right, #073190, #a1bbf8);
    background: linear-gradient(to right, #073190 , #a1bbf8);
}
.g_sypt3nrcen p{
    color:#061943;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
}
.g_sypt3nrcen p span{
    color:#073190;
    font-weight: bold;
}
.g_lk1{
    width:100%;
    display: block;
    margin:auto;
}
.g_lk{
    position: relative;
    width:826px;
    margin: auto;
}
.g_lk::before{
    position: absolute;
    top:0;
    left:0;
    width:100vw !important;
    height:175px;
    background: #fff;
    content: '';
    transform: translate(-100%,0);
}
.g_lk::after{
    position: absolute;
    top:0;
    right:0;
    width:100vw !important;
    height:175px;
    background: #fff;
    content: '';
    transform: translate(100%,0);
}
.g_sypt3nrbj{
    position: absolute;
    z-index: -1;
    width:100%;
    top: 0;
    left: 0;
}
.g_lk{
    position: relative;
}
.g_sypt3nrcentop{
    background: #fff;
    padding:75px 150px 50px;
    position: relative;
    z-index: 99;
}
.g_sypt3nrcen{
    background: url(../images/sypt3tu1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
}
.g_qian{
    width:100%;
    background:#fff;
    position: relative;
}
.g_qian img{
    width:72px;
    float: right;
    margin-top: 50px;
    margin-right: 150px;
}
.g_sypt3{
    padding-bottom: 78px;
}
.g_shubox{
    background: #fff;
}
.g_shu{
    width:760px;
    margin:auto;
}
.g_shufl{
    width:20%;
}
.g_shufltle{
    color:#061943;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 20px;
}
.count{
    /*font-family: 'HELVETICANEUELTPRO-LT_0';*/
    color:#073190 !important;
    font-size: 36px !important;
}
.g_shuflp span{
    transform: translateY(18px);
    color:#073190;
    margin-left: 5px;
    display: block;
}
.g_shubox{
    padding-bottom: 60px;
}
.g_ny .g_shubox{
    padding-bottom: 20px;
}
.g_sypt4{
    position: relative;
}
.g_sypt4bj{
    width:100%;
    height:977px;
}
.g_sypt4bj img{
    width:auto;
    height:100%;
    position: relative;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_sypt4nr{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.g_sypt4nrtle{
    text-align: center;
    color:#fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 68px;
    position: relative;
}
.g_sypt4nrtle::before{
    position: absolute;
    bottom:-26px;
    width:175px;
    height:1px;
    background: #fff;
    left:50%;
    transform: translateX(-50%);
    content: '';
}
.g_sypt4nrp{
    color:#fff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}
.g_sypt4qie{
    display: inline-block;
}
.g_sypt4qieb{
    text-align: center;
    margin-top: 32px;
}
.g_sypt4qiefl{
    padding:0 40px;
    color:#fff;
    font-size:18px;
    cursor: pointer;
}
.g_sypt4qiefl p{
	line-height: 24px;
}
.g_sypt4qiefl.act{
    position: relative;
    padding-bottom: 10px;
}
.g_sypt4qiefl.act::before{
    position: absolute;
    bottom:0;
    width:48px;
    height:1px;
    background: #fff;
    left:50%;
    transform: translateX(-50%);
    content: '';
}
.g_sypt4zhou{
    width:485px;
    height:485px;
    border:1px solid #9eb2d3;
    border-radius: 50%;
    margin:auto;
    position: relative;
    margin-top: 40px;
    background: #4969ab;
    position: relative;
    z-index: 10;
}
.g_sypt4zhoutub{
    width:360px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_sypt4zhoutu{
    width:100%;
}
.g_sypt4zhoutub{
    display: none;
}
.g_sypt4zhoutubact{
    display: block;
}
.g_foot{
    background: #fff;
}
.g_footline{
    width:100%;
    height:1px;
    background: #e5e5e5;
    position: relative;
    z-index: 1;
}
.g_foot{
    background: #fff;
    padding:70px 0 18px;
    width:100%;
    position: relative;
    z-index: 99;
}
.g_footlinebox{
    position: relative;
}
.g_footlogo{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width:75px;
    height:75px;
    background: #fff;
}
.g_footlogo img{
    width:55px;
    margin:10px auto;
    display: block;
}
.g_footshare{
    display: inline-block;
}
.g_footshareb{
    text-align: center;
    margin-top: 70px;
}
.g_footshareflfl{
    width:20px;
    line-height: 24px;
}
.g_footshareflfr{
    font-size:24px;
    color:#073190;
    padding-left: 10px;
}
.g_footsharefrz{
    padding:0 28px;
    position: relative;
    border-left:1px solid #cacaca;
}
.g_footsharefr{
    margin-left: 32px;
}
.g_footsharefrztu{
    width:24px;
    cursor: pointer;
}
.g_footsharefrzewm{
    width:90px;
    position: absolute;
    top:-100px;
    left:50%;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
}
.g_banquan{
    color:#bcbcbc;
    line-height: 26px;
    font-size: 14px;
    /*text-align: center;*/
}
.g_banquan a{
    color:#bcbcbc;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    margin-top: 42px;
}
.g_nyban{
    position:relative;
}
.g_nybanner{
    width:100%;
    /*height:550px;*/
}
.g_nybanner img{
    width:100%;
/*    height:100%;
    position: relative;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);*/
}
.g_nytopzuo{
    position: absolute;
    top:0;
    left:0;
}
.g_nytop {
    width: auto; 
    height: 44px;
    background: #12388d;
    color: #ffffff;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
    padding: 0 15px;
}
.g_nytopzuo .g_sybanmenu{
    position: relative;
    z-index: 5;
}
.g_nytopyou{
    position: absolute;
    top:25px;
    right:38px;
}
.g_nytopyoufl{
    width:128px;
    height:44px;
    border:2px solid #e4e3e3;
    text-align: center;
    position: relative;
    z-index: 1;
}
.g_nytopyoufl a{
    display: block;
    width:100%;
    height:100%;
    text-align: center;
    line-height: 40px;
    color:#ffffff;
    font-size: 18px;
}
.g_nytopyoufr{
    width:44px;
    position: relative;
    z-index: 5;
}
.g_nytopyoufr{
    margin-left: 15px;
}
.g_nybanwzfl{
    color:#fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
}
.g_nybanwzfl1{
    position: absolute;
    top:50%;
    left:12.5%;
}
.g_nybanwzfl2{
    position: absolute;
    top:50%;
    right:12.5%;
}
.g_f1tle{
    padding-bottom: 20px;
    color:#333333;
    font-size: 28px;
    position: relative;
    border-bottom:1px solid #eeeeee;
    font-weight: bold;
    line-height: 34px;
}
.g_f1bj{
    position: fixed;
    width:823px;
    right:0;
    bottom:0; 
    z-index: 1;
}
.g_nyban{
    position: relative;
    z-index: 200;
}
.g_ny{
    padding-top:105px;
}
.g_f1tle::before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    transform: translateX(0);
    width: 110px;
    height: 2px;
    background: -webkit-linear-gradient(left, #073190 , #a1bbf8);
    background: -o-linear-gradient(right, #073190, #a1bbf8);
    background: -moz-linear-gradient(right, #073190, #a1bbf8);
    background: linear-gradient(to right, #073190 , #a1bbf8);
}
.g_f1nr{
    position: relative;
    z-index: 10;
    margin-bottom: 80px;
}
.g_f1nrpt .g_sypt1botflz{
    width:33.333333%;
}
.g_f1nrpt{
    margin:36px -13px 0;
}
/*.g_f1nrpt .g_sypt1botflwz {
    margin-top: 18px;
}*/
.g_f1nrpt .g_sypt1botflz{
    transition: all .36s;
}
.g_f1nrpt .g_xinxifl1{
    position: relative;
}
.g_f1nrpt .g_xinxifl11{
    position: relative;
    top:0;
    left:0;
}
.g_f1nrpt .g_xinxifl12{
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
}
.g_sypt1botflwzbox{
    position: relative;
    width:28px;
    z-index: 10;
}
.g_sypt1botflwzbox .g_sypt1botbtn1{
    position: relative;
    top:0;
    left:0;
}
.g_sypt1botflwzbox .g_sypt1botbtn2{
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
}
.ace_sypt1botflwz p{
    color:#fff;
    transform: translateX(-20px);
    line-height: 28px;
    z-index: 1;
    transition: all .36s;
}
.ace_sypt1botflwz{
    margin-top: 18px;
}
.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}
.pc_fenye li {
    float: left;
    width: 20px;
    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;
}

.pc_fenye li.activepage {
    color: #3e559e;
    border-bottom:1px solid #3e559e;
}
.pc_fenye li.clolr {
    color: #f58612;
}
.g_phfy{
    display: none;
}
.g_phfyfl{
    font-size: 14px;
    color:#333;
}
/*.g_f1nr{
    margin-bottom:65px;
}*/
.g_pcfy{
    position: relative;
    z-index: 10;
}
.g_f2nrpt .g_dongfl{
    width:calc(100% - 340px);
    margin-right:50px;
    border-right:1px solid #f4f4f4;
    padding:40px 50px 40px 50px;
}
.g_f2nrpt .g_dong{
    width:100%;
    padding:0 50px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0, .10);
    background:#fff;
}
.g_f2nrpt{
    margin-top: 42px;
    margin-bottom: 70px;
}
.g_f2nrpt .g_dong a{
    display: block;
    width:100%;
    height:100%;
}
.g_f2nrpt .g_dongfr{
    margin-top: 40px;
}
.g_f2nrpt .g_sypt1botflztle {
    font-size: 18px;
    font-weight: normal;
    height:26px;
    line-height: 26px;
    margin-bottom:10px;
}
.g_f2nrpt .g_sypt1botflwz{
    color:#999999;
    margin-bottom: 20px;
}
.g_f1nr .g_dong{
    margin-bottom: 40px;
}
.g_f2nrpt .g_dong:nth-child(3) .g_dongfl{
    float: left;
    padding-left: 50px;
    padding-right: 50px;
}
.g_f2nrpt .g_dong:nth-child(3) .g_dongfr{
    float: right;
}
.g_f2nrpt .g_dong:nth-child(4) .g_dongfl{
    float: left;
    padding-left: 50px;
    padding-right: 50px;
}
.g_f2nrpt .g_dong:nth-child(4) .g_dongfr{
    float: right;
}
.g_g1nrpt .g_sypt2botfl{
    width:25%;
    padding:0 14px;
}
.g_g1nrpt{
    margin:44px -14px 0; 
}
.g_g1time{
    color:#999999;
    font-size: 14px;
    margin-bottom: 5px;
}
.g_f4top h3{
    text-align: center;
    color:#333333;
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 30px;
}
.g_f4titleb{
    text-align: center;
    width:100%;
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    padding:16px 0;
}
.g_f4title{
    display: inline-block;
}
.g_f4titlefl .g_f4titlefltu{
    float: left;
    width: 14px;
    display: block;
}
.g_f4titleflwz{
    color:#999999;
    font-size: 14px;
    line-height: 18px;
    float: left;
    margin-left: 10px;
}
.g_f4titlefl{
    padding:0 40px;
}
.g_f4cen p{
    color:#666666;
    font-size: 14px;
    line-height: 28px;
}
.g_f4cen img{
    max-width: 100%;
    width: auto;
}
.g_f4botshang{
    width:54px;
    height:54px;
    border:1px solid #b5b5b5;
    position: relative;
    margin:85px auto 0;
    position: relative;
    cursor: pointer;
}
.g_f4botshang img{
    width:26px;
}
.g_f4botfl1{
    position: relative;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_f4botfl2{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.g_f4botxiafl2z{
    color:#666666;
    font-size: 14px;
    line-height: 28px;
}
.g_f4botxiafl:first-child .g_f4botxiafl2{
    padding-left: 10px;
}
.g_f4botxiafl:last-child .g_f4botxiafl2{
    padding-right: 10px;
}
.g_f4botshangb{
    position: relative;
    width:100%;
}
.g_f4botshangb::before{
    position: absolute;
    top:50%;
    left:0;
    height:1px;
    width:46%;
    background: #eeeeee;
    content: '';
}
.g_f4botshangb::after{
    position: absolute;
    top:50%;
    right:0;
    height:1px;
    width:46%;
    background: #eeeeee;
    content: '';
}
.g_f4bot{
    margin-bottom:100px;
}
.g_f4botshang.act .g_f4botfl1{
    opacity: 0;
}
.g_f4botshang.act .g_f4botfl2{
    opacity: 1;
}
.l-r-topb{
    cursor: pointer;
    position: relative;
    width: 24px;
    height: 24px;
}
.l-r-topb .bshare_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.l-r-topb .bsPromo {
    width: 100%;
    height: 100%;
    display: block !important;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
}
.l-r-topb .bshare_box a {
    width: 100% !important;
    height: 100% !important;
    display: block;
    opacity: 0 !important;
}
.l-r-topb .bshare_box .bshare-weixin{
    position: absolute;
    left: -19px;
}
.g_f4cen video{
    width:985px;
    margin:auto;
    display: block;
}
.g_hold{
    display: inline-block;
}
.g_holdb{
    text-align: center;
    margin-top: 38px;
}
.g_holdfr{
    color:#333333;
    font-size: 20px;
    line-height: 70px;
    margin-left: 30px;
}
.symap{
    width:100%;
    position: relative;
}
.g_sypt4sheng{
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    width: 100%;
}
.g_sypt4snr{
    width:9.090910%;
    position: relative;
}
.g_sypt4snrtu{
    width:66px;
    height:66px;
    border: 1px solid #a9bfdd;
    margin:auto;
}
.g_sypt4snr p{
    text-align: center;
    color:#ffffff;
    font-size: 20px;
    margin-top: 12px;
    line-height: 26px;
}
.g_sypt4snrtu{
    position: relative;
}
.g_sypt4snrtu::before{
    position: absolute;
    top:50%;
    right:-100px;
    height:1px;
    width:90px;
    background: #b0c6e1;
    content: '';
    transform: translateY(-50%);
}
.g_sypt4slick{
    display: inline-block;
}
.g_sypt4slickb{
    text-align: center;
    margin-top:50px;
}
.g_sypt4slickzh{
    width:55px;
    height:55px;
    background: #fff;
    cursor: pointer;
}
.g_sypt4slickzh img{
    width:18px;
    margin:16px auto;
}
.syprev{
    width:14px;
    margin-right: 90px;
    margin-top:20px;
    cursor: pointer;
    position: relative;
}
.synext{
    width:14px;
    margin-left: 90px;
    margin-top:20px;
    cursor: pointer;
    position: relative;
}
.syprev::before{
    content: '';
    position: absolute;
    top:50%;
    right:-92px;
    width:92px;
    height:1px;
    border-bottom:1px dashed #fff;
}
.synext::before{
    content: '';
    position: absolute;
    top:50%;
    left:-92px;
    width:92px;
    height:1px;
    border-bottom:1px dashed #fff;
}
.g_nywzslick{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    /*height:125px;*/
    width:100%;
}
.g_nywz{
    font-size: 26px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color:#fff;
    opacity: 1;
    letter-spacing: 3px;
    text-shadow: 0px 10px 5px rgba(11,3,6, .25);
    padding-top: 10px;
    padding-bottom: 10px;
    /*height:100px;*/
    overflow: hidden;
}
.g_nywzslick .atyum.g_nywz{
    opacity: .4;
    color:#8e9092;
}
.g_syheadfr2{
    margin:22px auto;
}
.g_piao{
    position: fixed;
    top:50%;
    left:38px;
    width: 78px;
    height: 142px;
    background: #f8f8f8;
    transform: translateY(-50%);
    z-index: 202;
    transition: all .36s;
    display: none;
}
.g_piao.act{
    display: block;
}
.g_f4botxiafl1{
    width:28px;
}
.g_f1nrpt, .g_g1nrpt{
    overflow:hidden;
}
.g_sybanslick .g_sybanslickwa img{
	opacity: 0;
}
.g_sybanslick.slick-active .g_sybanslickwa1 img {
    -webkit-animation: fadeInUp 1.6s ease both;
    animation: fadeInUp 1.6s ease both;
    animation-delay: 0.2s;
}
.g_sybanslick.slick-active .g_sybanslickwa2 img {
    -webkit-animation: fadeInUp 1.6s ease both;
    animation: fadeInUp 1.6s ease both;
    animation-delay: 0.2s;
}
.g_sypt1nr{
    overflow: hidden;
}
.g_piaoy.on .g_piaoypt a{
    color:#fff;
}
.g_piaoy.on .g_piaoypt.active a{
    color:#848484;
}

.g_piaoy.on .g_piaoypt.active::before {
    background: #848484;
}
.g_video{
    overflow:hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.g_video video{
    min-width:100%;
    min-height:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
.g_sypt1botflz a{
    display: block;
    width:100%;
    height:100%;
    padding:34px;
    border:1px solid #e5e5e5;
    background: -webkit-linear-gradient(left top, rgba(255,255,255, 1) , rgba(255,255,255, 1));
    background: -o-linear-gradient(bottom right, rgba(255,255,255, 1) , rgba(255,255,255, 1));
    background: -moz-linear-gradient(bottom right, rgba(255,255,255, 1) , rgba(255,255,255, 1));
    background: linear-gradient(to bottom right, rgba(255,255,255, 1) , rgba(255,255,255, 1));
    transition: all .5s;
}
.g_sypt1botflz{
    width:50%;
    padding:0 11px;
    margin-bottom: 22px;
}
.g_nytop{
    animation: mymove 1s infinite ease;
    -webkit-animation: mymove 1s infinite ease;
    animation-iteration-count:1;
    animation-fill-mode : forwards;
    animation-delay:0s; 
    position: relative;
    z-index: 1;
}
@-webkit-keyframes mymove {
    from {
        transform: translateX(-140px);
        opacity: 0;
    }
    to {
        transform: translateX(40px);
        opacity: 1;
    }
}
.g_nytopyoufl{
    animation: mymove1 1s infinite ease;
    -webkit-animation: mymove1 1s infinite ease;
    animation-iteration-count:1;
    animation-fill-mode : forwards;
    animation-delay:0s; 
    position: relative;
    z-index: 1;
}
@-webkit-keyframes mymove1 {
    from {
        transform: translateX(128px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.g_fhtop{
    width:62px;
    position: fixed;
    bottom:30%;
    right:-100%;
    cursor: pointer;
    transition: all .5s;
    z-index: 100;
}
.g_fhtop.act{
    right:15px;
}
.g_sybanslick{
    display: none;
}
.g_sybanslickact{
    display: block;
}
.g_sybanph{
    display: none;
}
/*.g_sybanslick.slick-active .g_sybanph img {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.2s;
}*/
iframe{
    width:100%;
    margin:auto;
    display: block;
    max-width: 100%;

}
.g_sypt2tlefr .g_cha{
    position: static;
}
.yxnav_active1 .g_phnav1{
    color:#073190;
}
.yxnav_active2 .g_phnav2{
    color:#073190;
}

.g_sybanslick{
    height: calc(100vh - 80px);
    overflow: hidden;
}
.g_banquan img{
    width:50px;
    margin-left: 15px;
}
.g_sypt3bj{
	position: relative;
}
.gx_bomx{
	width: 1px;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
}
.gx_bomn{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.g_sypt4{
	position: relative;
}
.gx_opmkl{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.g_piaoy.bs .g_piaoypt a{
    color: #fff;
}
.g_piaoy.bs .g_piaoypt.active::before {
    background: #848484;
}
.g_piaoy.bs .g_piaoypt.active a {
    color: #848484;
}
/*线上下载 二期新增 grace*/
.g_nybanner2{
    display: none;
}
.g_2qi{
    padding-top: 20px;
}
.g_brand{
    margin-bottom: 45px;
}
.g_2b2pt1{
    margin-top: 32px;
}
.g_brand1 img{
    width:18px;
    display: block;
}
.g_brand1 a{
    color:#666;
    font-size: 14px;
    line-height: 20px;
}
.g_2b2pt1tle p{
    color:#666;
    font-size: 14px;
    line-height: 24px;
}
.g_nywz{
    display: none;
}
.g_nywzact{
    display: block;
}
.g_2c1nr{
    width:25%;
    padding:0 5px;
    margin-bottom: 10px;
}
.g_2c1pt1{
    margin:50px -5px 60px;
}
.g_2c1nr a{
    display: block;
    width:100%;
    height:100%;
    padding:30px 15px 26px;
    background: #f8f8f8;
    transition: all .36s;
}
.g_2c1nrtu{
    width:174px;
    margin:auto;
    position: relative;
}
.g_2c1nrtu1{
    position: relative;
    top:0;
    left:0;
    opacity: 0;
    /*transition: all .36s;*/
}
.g_2c1nrtu2{
    position: absolute;
    top:0;
    left:0;
    /*transition: all .36s;*/
}
.g_2c1nrtu img{
    /*transition: all .36s;*/
}
.g_2c1nr p{
    text-align: center;
    margin-top: 18px;
    color:#333;
    font-size: 18px;
    line-height: 26px;
    /*transition: all .36s;*/
    height:26px;
    overflow: hidden;
}
.g_2d1pt1 .g_2c1nr{
    width:33.333333%;
    padding:0 8px;
    margin-bottom: 16px;
}
.g_2d1pt1 .g_2c1nrtu{
    width:48px;
}
.g_2d1pt1{
    margin:50px -8px;
}
.g_2g1pt1nr{
    width:50%;
    padding:0 50px;
    margin-bottom: 80px;
}
.g_2g1pt1{
    margin:46px -50px 0; 
}
.g_2g1pt1fl{
    width:240px;
    position: relative;
    overflow: hidden;
}
.g_2g1pt1fl img{
    height:100%;
    transition: all .36s;
}
.g_2g1pt1nr a{
    display: block;
    width:100%;
    height:100%;
    border:1px solid #eeeeee;
    position: relative;
}
.g_2g1pt1fl1{
    position: relative;
    top:0;
    left:0;
}
.g_2g1pt1fl2{
    position: absolute;
    top:0;
    left:0;
}
.g_2g1pt1fr{
    width:calc(100% - 240px);
    padding:50px 30px;
    position: absolute;
    top:0;
    right:0;
    height:100%;
}
.g_2g1pt1fr h3{
    color:#333333;
    font-size: 18px;
    line-height: 30px;
    height:60px;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 16px;
}
.g_2g1pt1fr1{
    color:#073190;
    font-size: 14px;
    line-height: 24px;
    height:24px;
    overflow: hidden;
}
.g_2g1pt1fr2{
    color:#999999;
    font-size: 14px;
    line-height: 24px;
    height:24px;
    overflow: hidden;
}
.g_2g1pt1fr31{
    width:56px;
    color:#999999;
    font-size: 14px;
    line-height: 24px;
    height:24px;
    overflow: hidden;
}
.g_2g1pt1fr32{
    width:calc(100% - 56px);
    color:#999999;
    font-size: 14px;
    line-height: 24px;
    height:72px;
    overflow: hidden;
    letter-spacing: 1px;
}
.g_2g1pt1 .ace_sypt1botflwz p {
    color: #073190;
    /*transform: translateX(10px);*/
    line-height: 28px;
    opacity: 0;
    transition: all .36s;
}
.g_2g1pt1 .ace_sypt1botflwz{
    margin-top:24px; 
}
.g_2g2pt1fl{
    width:278px;
}
.g_2g2pt1fr{
    width:calc(100% - 278px);
    padding-left: 84px;
}
.g_2g2pt1fr h3{
    color:#073190;
    font-size: 36px;
    margin-bottom: 50px;
}
.g_2g2pt1frinfl{
    width:140px;
    border-right:1px solid #c4c4c4;
}
.g_2g2pt1frinfl a{
    color:#333333;
    font-weight: bold;
    font-size:16px;
    line-height: 24px;
    margin-top: 22px;
    position: relative;
    display: block;
}
.g_2g2pt1frinfl a::before{
    position: absolute;
    content: '';
    top:-22px;
    left:0;
    width:16px;
    height:16px;
    border-radius: 50%;
    border:4px solid #333333;
}
.g_2g2pt1 .g_2g1pt1fr32 {
    width: calc(100% - 56px);
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: auto;
    overflow: hidden;
    letter-spacing: 1px;
}
.g_2g2pt1frinfr{
    padding-left: 18px;
}
.g_2g2pt1frnr .g_f1tle{
    font-size: 16px;
    margin-bottom:20px;
}
.g_2g2pt1frnr{
    margin-top: 64px;
}
.g_2g2pt1frnr .g_f1tle::before {
    width: 62px;
}
.g_2g2pt1frnr p{
    line-height: 30px;
    font-size: 14px;
    color:#666666;
    letter-spacing: 1px;
}
.g_2g2pt1{
    margin-top: 76px;
}
.g_2e1pt1tu{
    width:26px;
    /*position: absolute;
    top:50%;
    left:32px;
    transform: translateY(-50%);*/
    line-height: 68px;
    margin-left: 32px;
}
.g_2e1pt1fr{
    width:224px;
    height:68px;
    text-align: center;
    line-height: 68px;
    font-size: 20px;
    letter-spacing: 2px;
    color:#fff;
    cursor: pointer;
    background-image: linear-gradient(to right, #073190, #a3d5f0);
}
.g_2e1pt1fl{
    width:calc(100% - 224px);
    height:68px;
    padding-right: 18px;
}
.g_2e1pt1flb{
    border:2px solid #333333;
    height:100%;
    position: relative;
}
.g_2e1pt1in{
    width:calc(100% - 100px);
    height:100%;
    padding-left: 25px;
    padding-right: 25px;
}
.g_2e1pt1in input{
    width:100%;
    height:100%;
}
.g_2e1pt1in input::-webkit-input-placeholder{
    color: #999999;
    font-size: 16px;
    letter-spacing: 1px;
}
.g_2e1pt2{
    margin-top: 82px;
}
.g_2e1pt2fl{
    width:33.333333%;
    text-align: center;
    padding-bottom: 0;
}
.g_2e1pt2{
    border-bottom:1px solid #333333;
}
.g_2e1pt3 .g_2c1nr a{
    background: #fff;
}
.g_2e1pt3{
    background: #f8f8f8;
    padding-top: 80px;
    padding-bottom: 90px;
}
.g_2e1pt3 .g_2c1pt1 {
    margin: 0 -5px 0;
}
.g_2e1pt4fl a{
    display: block;
    position: relative;
    width:100%;
    height:100%;
    padding:36px 26px;
    background: #ffffff;
    box-shadow: 0 0 5px 5px rgba(201,201,201, .11);
}
.g_2e1pt4fl .g_xinxifl{
    position: absolute;
    top:44px;
    right:32px;
}
.g_2e1pt4fl{
    width:33.333333%;
    padding:0 8px;
    margin-bottom: 26px;
}
.g_2e1pt4b{
    /*margin:0 -8px;*/
}
.g_2e1pt4tle{
    color:#000000;
    font-size:24px;
    line-height: 30px;
    height:90px;
    overflow:hidden;
}
.g_2e1pt4tle span{
    color:#073190;
    font-size:16px;
    padding-left: 0;
    transform: translateY(10px);
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    display: block;
}
.g_2e1pt4{
    margin-top: 60px;
    margin-bottom:110px;
}
.g_2e1pt4tle{
    margin-bottom: 12px;
}
.g_2e1pt4p p{
    color:#999;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    height:48px;
    overflow: hidden;
}
.g_2e1pt4 .g_xinxifl2 {
    color: #073190;
}
.g_2e1pt4 .g_xinxifl1 {
    position: relative;
    margin-top: 3px;
}
.g_2e1pt4 .g_xinxifl11{
    position: relative;
    top:0;
    left:0;
}
.g_2e1pt4 .g_xinxifl12{
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
}
.g_2e1pt4more{
    width:265px;
    height:60px;
    border:2px solid #bebebe;
    line-height: 56px;
    color:#bebebe;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    margin:70px auto 0;
    cursor: pointer;
    transition: all 0.36s;
}
.g_2e1pt2fl p{
    font-size: 18px;
    color:#333333;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.g_2e1pt2fl.act p{
    position: relative;
    color:#073190;
}
.g_2e1pt2fl.act p::before{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:115px;
    height:3px;
    background-image: linear-gradient(to right, #073190, #a3d5f0);
}
.g_2e1pt2fl p::before{
    transition: all .36s;
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:0;
    height:3px;
    background-image: linear-gradient(to right, #073190, #a3d5f0);
}
.g_2e2nrfl{
    width:25%;
    padding:0 5px;
    margin-bottom: 10px;
}
.g_2e2nrfl a{
    display: block;
    background: #fff;
    width:100%;
    height:100%;
    padding:42px 15px 30px;
}
.g_2e2nrtu{
    width:43px;
    position: relative;
    margin:auto;
}
.g_2e2nrtu1{
    position: relative;
    top:0;
    left:0;
}
.g_2e2nrtu1{
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
}
.g_2e2nrfl p{
    text-align: center;
    font-size: 18px;
    color:#333333;
    margin-top: 16px;
}
.g_2e4fl{
    width:25%;
    padding:0 8px;
    height:50px;
}
.g_2e4sou{
    width:134px;
    height:50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color:#ffffff;
    letter-spacing: 2px;
    cursor: pointer;
    margin-left:16px;
    background-image: linear-gradient(to right, #073190, #a3d5f0);
}
.g_2e4flb{
    border:1px solid #073190;
    height:100%;
}
.g_2e4box{
    width:calc(100% - 150px);
}
.g_2e4fl1{
    width:19px;
    margin-left: 16px;
    line-height: 48px;
}
.g_2e4fl2{
    width:calc(100% - 70px);
    height:100%;
}
.g_2e4fl2 input{
    width:100%;
    height:100%;
    padding:0 12px;
}
.g_2e4flb{
    position:relative;
}
.g_2e4jian{
    width:17px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:14px;
    cursor: pointer;
}
.g_2e4fl2 p{
    color:#999999;
    font-size: 14px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    height: 50px;
    overflow: hidden;
}
.g_2e4fl2 input::-webkit-input-placeholder{
    color: #999999;
    font-size: 16px;
    letter-spacing: 1px;
}
.g2e5pt1fl{
    width:450px;
}
.g2e5pt1fl img{
	border-radius: 50%;
}
.g2e5pt1fr{
    width:calc(100% - 450px);
    padding-left: 64px;
}
.g_2e5share1{
    width:50px;
    cursor: pointer;
}
.g2e5pt1bj{
    width:678px;
}
.g2e5pt1{
    position: relative;
    z-index: 10;
}
.g2e5pt1fl1 span{
    display: block;
    color:#666666;
    font-size: 18px;
    line-height: 24px;
    margin-left:15px;
    transform: translateY(53px);
}
.g2e5pt1fl1 p{
    color:#073190;
    font-size: 48px;
    line-height: 52px;
    margin-top: 24px;
}
.g_2g2pt1frin{
    margin-top: 60px;
}
.g2e5pt1 .g_2g1pt1fr3{
    color:#666666;
    font-size: 14px;
    line-height: 20px;
}
.g2e5pt1 .g_2g1pt1fr2{
    margin-top: 5px;
}
.g_2e5locafl{
    width:87px;
}
.g_2e5locafr {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    transform: translate(0, 30px);
}
.g_2e5share{
    position: relative;
    margin-top: 10px;
    margin-left: 30px;
}
.g_2e5share2{
    position: absolute;
    top:-100px;
    left:50%;
    transform: translateX(-50%);
    width:90px;
    display: none;
}
.g_2e5share2ewm{
    width:76px;
    position: absolute;
    top:45%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_2e5share2b{
    width:90px;
}
.g2e5pt2{
    position: relative;
    z-index: 10;
    background:#f7f7f7;
    padding-bottom: 60px;
    padding-top: 60px;
}
.g_2e5nr{
    position: relative;
}
.g_2e4{
    width:680px;
    position: absolute;
    top:0;
    right:0;
    z-index: 1;
}
.g_f1nr .g_2e4.act{
    position: fixed;
    top:0;
    right:0;
    z-index: 1;
}
.g_2e5{
    padding-top: 0;
}
.g_2e5 .g_brand{
    padding-top: 20px;
}
.g_e5inforbotp{
    display: none;
}
.g_e5inforbotpact{
    display: block;
}
.g_e5infortopfl{
    padding-right: 85px;
}
.g_e5infortopfl span{
    padding-bottom: 14px;
    color:#333333;
    font-size: 16px;
    line-height: 48px;
    position: relative;
    width:auto;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: bold;
}
.g_e5infortop{
    width:500px;
}
.g_e5infortopfl.act span::before{
    position: absolute;
    content: '';
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background-image: linear-gradient(to right, #073190, #a3d5f0);
}
.g_e5infortopfl span::before{
    position: absolute;
    content: '';
    bottom:0;
    left:0;
    width:0;
    transition: all .36s;
    height:2px;
    background-image: linear-gradient(to right, #073190, #a3d5f0);
}
.g_e5infortopfl.act span{
    color:#073190;
}
.g_e5inforbot{
    padding-top: 20px;
    border-top:1px solid #dee2e6;
}
.g_e5inforbotp p{
    line-height: 30px;
    color:#666666;
    font-size: 14px;
}
.g_e5infor{
    margin-top: 60px;
}
.g_2h1pt1{
    background-image: linear-gradient(to bottom right, #a3d5f0, #073190);
    padding:40px;
}
.g_2h1pt1fl{
    width:25%;
    padding:0 40px;
    position: relative;
}
.g_2h1pt1fltu{
    width:40px;
    margin:auto;
}
.g_2h1tle{
    text-align: center;
    color:#fff;
    font-weight: bold;
    font-size:26px !important;
    margin-top: 50px  !important;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.g_2h1pt1fl p a{
    text-align: center;
    color:#fff;
    font-size:14px;
    letter-spacing: 1px;
    transition: all .36s;
}
.g_2h1pt1fl h3{
    text-align: center;
    color:#fff;
    font-size:18px;
    line-height: 24px;
    margin-top: 10px;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.g_2h1pt1fl p{
    text-align: center;
    color:#fff;
    font-size:14px;
    line-height: 24px;
    /*margin-top: 7px;*/
}
.g_2h1pt1{
    margin-top: 46px;
}
.g_2h1pt1fl::before{
    content: '';
    position: absolute;
    top:0;
    right:0;
    width:1px;
    height:160px;
    background: rgba(255,255,255, .2);
    /*border-right:1px solid rgba(255,255,255, .2);*/
}
.g_2h1pt1fl:nth-child(4).g_2h1pt1flx::before{
    display: none;
}
.g_2h1pt2b1{
    width:240px;
    padding:0 20px;
}
.g_2h1pt2b2{
    width:330px;
    padding:0 20px;
}
.g_2h1pt2b3{
    width:calc(100% - 810px);
    padding:0 20px;
}
.g_2h1pt2bfl{
    width:20px;
    line-height: 30px;
}
.g_2h1pt2b{
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom:1px solid #eeeeee;
}
.g_2h1pt2b1 h3{
    color:#243740;
    font-size: 26px;
    line-height: 32px;
}
.g_2h1pt2bfr{
    width:calc(100% - 20px);
    padding-left: 12px;
}
.g_2h1pt2b1 a{
    color:#999999;
    font-size: 14px;
    line-height: 32px;
    transition: all .36s;
}
.g_2h1pt2bfr p{
    color:#666666;
    font-size: 14px;
    line-height: 30px;
    /*letter-spacing: 1px;*/
}
.g_nyg1pt3{
    background: #f5f6f8;
    padding-top: 70px;
    padding-bottom: 90px;
    margin-top: 64px;
}
.g_nyg1pt3b{
    /*width:830px;*/
    margin:auto;
}
.g_nyg1pt3tle{
    /*border-bottom: 1px solid #e71f19;*/
}
.g_nyg1pt3tle h3{
    font-size: 30px;
    color: #333333;
    font-family: "微软雅黑";
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-align: center;
}
.g_nyg1pt3tle p{
    font-size: 16px;
    color: #999999;
    font-family: "微软雅黑";
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-align: center;
}
.g_nyg1pt3bd1{
    margin-bottom: 22px;
}
.g_nyg1pt3bd{
    padding-top: 26px;
}
.g_nyg1pt3bdhz{
    width:50%;
    padding-left:11px;
    padding-right: 11px;
    height:66px;
}
.g_nyg1pt3bd1{
    margin-right: -11px;
    margin-left: -11px;
}
.g_nyg1pt3bd1fl{
    width:100%;
    height:100%;
    border:1px solid #dcdcdc;
    background: #fff;
}
.g_nyg1pt3bd1fl input{
    width:100%;
    height:100%;
    padding-left: 26px;
    padding-right: 26px;
}
.g_nyg1pt3bd2{
    width:100%;
    height:200px;
    border:1px solid #dcdcdc;
    background: #fff;
    padding:26px;
}
.g_nyg1pt3bd2 textarea{
    width:100%;
    height:100%;
    resize: none;
}
.g_nyg1pt3bd3{
    width:100%;
}
.g_nyg1pt3bd3in{
    width:314px;
    height:50px;
    border:1px solid #dcdcdc;
    background: #fff;
    margin-right: 24px;
}
.g_nyg1pt3bd3in input{
    width:100%;
    height:100%;
    padding-left: 26px;
    padding-right: 26px;
}
.g_nyg1pt3bdfs{
    width:234px;
    height:50px;
    background-image: linear-gradient(to right, #073190, #a3d5f0);
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: "微软雅黑";
    letter-spacing: 5px;
    line-height: 50px;
    cursor: pointer;
}
.g_nyg1pt3bd2{
    margin-bottom: 22px;
}
.g_nyg1pt3bd3yz{
    width:120px;
    cursor: pointer;
}
.g_nyg1pt3bd3yz img{
    width:100%;
}
.g_nyg1pt3bd1fl input::-webkit-input-placeholder{
    color: #999999;
    font-size: 18px;
}
.g_nyg1pt3bd2 textarea::-webkit-input-placeholder{
    color: #999999;
    font-size: 18px;
} 
.g_nyg1pt3bd3in input::-webkit-input-placeholder{
    color: #999999;
    font-size: 18px;
}
.g_2h2pt1tu{
    width:100%;
    margin-top: 34px;
}
.g_2h2pt1wz{
    margin-top: 30px;
}
.g_2h2pt1wz h3{
    color:#333333;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 18px;
}
.g_2h2pt1wz p{
    color:#666666;
    font-size: 14px;
    line-height: 24px;
}
.g_2h2pt1wz h3::before{
    position: absolute;
    content: '';
    top:50%;
    left:0;
    transform: translateY(-50%);
    width:6px;
    height:6px;
    background: #073190;
    border-radius: 50%;
}
.g_2h2pt2{
    margin-top: 60px;
}
.g_2h2pt2topfl{
    padding:0 8px;
    width:11.111111%;
    margin-bottom:16px;
}
.g_2h2pt2topfl a{
    display: block;
    line-height: 40px;
    /*padding:0 ;*/
    font-size: 14px;
    color:#999999;
    text-align: center;
    border:1px solid #e6e6e6;
    /*transition: all .36s;*/
    padding: 0 10px;
}
.g_2h2pt2topfl.act a{
    background-image: linear-gradient(to right, #073190, #a3d5f0);
    color:#fff;
}
.g_2h2pt2s{
    width:100%;
    padding:24px 30px;
    position: relative;
    border-left:1px solid #073190;
    box-shadow: 0 0 10px 5px rgba(236,236,236, .25);
    cursor: pointer;
}
.g_jiaj{
    position: absolute;
    top:0;
    right:0;
    width:28px;
    height:100%;
    background: #073190;
}
.g_jiaj1{
    width:15px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    transition: all .36;
}
.g_jiaj2{
    width:15px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .36;
}
.g_2h2pt2fl{
    color:#333333;
    font-size: 18px;
    line-height: 32px;
}
.g_2h2pt2fr{
    color:#666666;
    font-size: 16px;
    line-height: 32px;
    padding-right:125px;
}
.g_2h2pt2x{
    background: #f8f8f8;
    padding:28px 30px 60px;
    display: none;
}
.g_2h2pt2xwz h3{
    color:#333333;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
}
.g_2h2pt2xwz p{
    color:#333333;
    font-size: 14px;
    line-height: 36px;
}
.g_2h2btn{
    width:200px;
    height:50px;
    margin-top: 45px;
    background-image: linear-gradient(to right, #073190, #a3d5f0);
}
.g_2h2btn a{
    display: block;
    text-align: center;
    font-size:18px;
    line-height: 50px;
    color:#fff;
}
.g_2h2pt2box {
    margin-bottom: 28px;
}
.g_2h2pt2bot{
    margin-top: 32px;
    margin-bottom: 95px;
}
.g_2h2pt2box.on .g_jiaj1{
    opacity: 0;
}
.g_2h2pt2box.on .g_jiaj2{
    opacity: 1;
}
.g_2list .g_sypt3nrcen {
    padding: 22px 72px;
    margin-top: -325px;
    background: #fff;
    position: relative;
    z-index: 201;
}
.g_2list .g_sypt3nr {
    position: relative;
    background:#fff;
    padding-bottom: 10px;
}
.g_2list .g_sypt3nrcentop {
    background: #fff;
    padding: 40px 0;
}
.g_2b1pt0fl{
    width:33.333333%;
    padding:0 13px;
}
.g_2b1pt0b{
    margin:0 -13px;
}
.g_2b1pt0fl a{
    display: block;
    width:100%;
    height:100%;
    position: relative;
}
.g_2b1pt0fltu{
    width:100%;
    position: relative;
}
.g_2b1pt0fltu1{
    position: relative;
    top:0;
    left:0;
}
.g_2b1pt0fltu2{
    position: absolute;
    top:0;
    left:0;
}
.g_2b1pt0fltu img{
    height:100%;
}
.g_2b1pt0flmc{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: linear-gradient(to bottom right, rgba(19,59,150, .7), rgba(158,204,235, .7));
    opacity: 0;
    transition: all .36s;
}
.g_2b1pt0fl p{
    position: absolute;
    top:50%;
    left:0;
    width:100%;
    padding:0 15px;
    color:#fff;
    font-size: 20px;
    letter-spacing: 1px;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    transition: all .36s;
    line-height: 26px;
}
.g_2b1pt0flmc span{
    display: block;
    width:90%;
    height:80%;
    border:1px solid rgba(255,255,255, .4);
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    transition: all .36s;
    opacity: 0;
}
.g_2b1pt0slick{
    margin-bottom: 105px;
}
.g_2b1pt0slick .slick-dots {
    bottom: -30px;
}
.g_2b1pt0slick .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 8px;
    border: 1px solid #d8d8d8;
    background: #d8d8d8;
}
.g_2b1pt0slick .slick-dots li.slick-active {
    border: 1px solid #073190;
    background: #073190;
}
.g_2b1pt0b{
    display: none;
}
.g_2b1pt0bact{
    display: block;
}
.g_2b1pt1{
    position: relative;
}
.g_2b1pt1bj{
    width:100%;
    height:387px;
}
.g_2b1pt1bj img{
    width:auto;
    height:100%;
    position: relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
.g_2b1pt1nr{
    position: relative;
    margin-top: 190px;
}
.g_2b1pt1nrb{
    background: #fff;
    margin-top: 34px;
    padding:70px 78px 80px;
}
.g_2b1pt1nrb1, .g_2b1pt1nrb2{
    position: relative;
}
.g_2b1pt1nrb1::before{
    content: '';
    position: absolute;
    top:110px;
    left:-100%;
    width:100%;
    height:100%;
    background:#fff;
    z-index: 200;
}
.g_2b1pt1nrb1::after{
    content: '';
    position: absolute;
    top:110px;
    right:-100%;
    width:100%;
    height:100%;
    background:#fff;
    z-index: 200;
}
.g_2b1pt1nrb2::before{
    content: '';
    position: absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:#fff;
    z-index: 200;
}
.g_2b1pt1nrb2::after{
    content: '';
    position: absolute;
    top:0;
    right:-100%;
    width:100%;
    height:100%;
    background:#fff;
    z-index: 200;
}
.g_2b1pt1nr .g_f1tle{
    color:#fff;
}
.g_f1tle1{
    padding-bottom: 20px;
    color:#333333;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    line-height: 26px;
}
.g_f1tle1::before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    transform: translateX(0);
    width: 56px;
    height: 2px;
    background: -webkit-linear-gradient(left, #073190 , #a1bbf8);
    background: -o-linear-gradient(right, #073190, #a1bbf8);
    background: -moz-linear-gradient(right, #073190, #a1bbf8);
    background: linear-gradient(to right, #073190 , #a1bbf8);
}
.g_2list .g_sypt3nrcen p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}
.g_2b1pt1onefl{
    width:33.333333%;
    padding:0 54px;
}
.g_2b1pt1onetu{
    width:58px;
    height:58px;
    border-radius: 50%;
    background: #073190;
    margin:auto;
    position: relative;
}
.g_2b1pt1onetu img{
    width:30px;
    display: block;
    position: absolute; 
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_2b1pt1onefl h3{
    text-align: center;
    font-size: 16px;
    color:#333333;
    margin-bottom: 14px;
    font-weight: bold;
    margin-top:14px;
    line-height: 22px;
}
.g_2b1pt1onefl p{
    text-align: center;
    font-size: 14px;
    color:#666666;
    line-height: 24px;
    letter-spacing: 1px;
    /*height:72px;*/
    overflow:hidden;
}
.g_2b1pt1nrb2 .g_2b1pt1onefl{
    width:25%;
    /*padding:0 90px;*/
}
.g_2b1pt1nrb2 .g_2b1pt1one{
    margin:82px -90px 0;
}
.g_2b1pt1one{
    margin-top: 72px;
}
/*.g_2b1pt1nrcenfl:nth-child{
    margin-left: 0;
}*/
.g_2b1pt1nrcenfl{
    width:12.5%;
    height:100%;
    margin-left: 8px;
    /*border:1px solid #ebebeb;*/
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.g_2b1pt1nrcenfl.on{
    width:32%;
}
.g_2b1pt1nrcenfl.on .g_2b1pt1nrcenflx{
    width:100%;
    height: 100%;
    background-image: linear-gradient(to right, #073190, #a3d5f0);
}
.g_2b1pt1nrcenflx{
    position: relative;
    border:1px solid #ebebeb;
    width:100%;
    height: 100%;
}
.g_2b1pt1nrcentu{
    width:26px;
    margin:auto;
    position: relative;
    transform: translateY(30px);
    transition: all .36s;
}
.g_2b1pt1nrcenflb{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:100%;
    padding:0 15px;
}
.g_2b1pt1nrcen{
    padding-top:80px;
    padding-bottom: 32px;
    position: relative;
    z-index: 99;
}
.g_2b1pt1nrcen::before{
    position: absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:#fff;
    z-index: 200;
    content: '';
}
.g_2b1pt1nrcen::after{
    position: absolute;
    top:0;
    right:-100%;
    width:100%;
    height:100%;
    background:#fff;
    z-index: 200;
    content: '';
}
.g_2b1pt1nrcenflb h3{
    font-size: 16px;
    color:#333;
    font-weight:bold;
    margin-top: 15px;
    text-align: center;
    transform: translateY(30px);
    transition: all .36s;
    line-height: 22px;
}
.g_2b1pt1nrcenflb p{
    font-size: 14px;
    color:#fff;
    margin-top: 15px;
    text-align: center;
    /*display: none;*/
    opacity: 0;
    line-height: 24px;
    transform: translateY(30px);
    transition: all .36s;
    height: 48px;
    overflow:hidden;
}
.g_2b1pt1nrcentu1{
    position: relative;
    top:0;
    left:0;
}
.g_2b1pt1nrcentu2{
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
}
.g_2b1pt1nrcenfl.on .g_2b1pt1nrcentu{
    transform: translateY(0);
}
.g_2b1pt1nrcenfl.on .g_2b1pt1nrcentu2{
    opacity: 1;
}
.g_2b1pt1nrcenfl.on .g_2b1pt1nrcentu1{
    opacity: 0;
}
.g_2b1pt1nrcenfl.on h3{
    color:#fff;
    transform: translateY(0);
}
.g_2b1pt1nrcenfl.on p{
    opacity: 1;
    transform: translateY(0);
}
.g_2b1pt1nrcen{
    padding:0 70px;
    background:#fff;
    height: 240px;
}
.g_2b1pt1nrb2 {
    background: #fff;
    margin-top: 0;
    padding: 80px 78px 70px;
}
.g_2b1pt1onetu{
    position: relative;
    margin-bottom: 52px;
}
.g_2b1pt1onetu::before{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:82px;
    height:82px;
    border-radius: 50%;
    border:1px solid #afbddb;
    content: '';
}
.g_2b1pt1onetu::after{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:108px;
    height:108px;
    border-radius: 50%;
    border:1px solid #eceff6;
    content: '';
}
.g_2b1pt3fl{
    width:33.333333%;
    padding:0 34px;
    margin-bottom: 95px;
}
.g_2b1pt3fltop1{
    width:34px;
}
.g_2b1pt3fltop2{
    margin-left: 15px;
    color:#333333;
    font-size: 16px;
    margin-top: 14px;
    font-weight:bold;
    line-height: 22px;
}
.g_2b1pt3{
    background:#fff;
    position: relative;
    z-index: 10;
}
.g_2b1pt3nr{
    margin:72px -34px 0;
    
}
.g_2b1pt3fl p{
    color:#666666;
    font-size: 14px;
    line-height: 24px;
    height:72px;
    overflow: hidden;
    margin-top: 14px;
}
.g_2c2locafl{
    width:33.333333%;
    padding:0 45px;
}
.g_2c2loca {
    margin: 20px -45px 45px;
}
.g_2c2locafl1{
    width:40px;
}
.g_2c2locafl2{
    width:calc(100% - 40px);
    padding-left: 20px;
}
.g_2c2locafl2 h4{
    color:#073190;
    font-size: 16px;
    font-weight:bold;
    line-height: 30px;
}
.g_2c2locafl2 p{
    color:#666666;
    font-size: 14px;
    line-height: 24px;
}
.g_2c2pt1top{
    position: relative;
    margin-bottom: 44px;
}
.g_2c2pt1toptu{
    width:28px;
    position: absolute;
    top:5px;
    right:0;
}
.g_2c2pt1{
    background: #fafafa;
    padding:64px 0 84px;
}
.g_2c2pt1botslick .slick-dots {
    bottom: -30px;
}
.g_2c2pt1botslick .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 8px;
    border: 1px solid #d8d8d8;
    background: #d8d8d8;
}
.g_2c2pt1botslick .slick-dots li.slick-active {
    border: 1px solid #073190;
    background: #073190;
}
.g_2c2pt3{
    background: url(../images/0c2bj1_02.jpg) no-repeat;
    margin-top: 0;
    background-position: center;
    background-size: cover;
    padding:105px 0;
    margin-bottom: 0;
}
.g_2c2pt3tle span{
    color:#ffffff;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 22px;
    border-bottom:1px solid #fff;
}
.g_2c2pt3wz{
    color:#ffffff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}
.g_2c2pt3nr{
    width:725px;
}
.g_2c2pt3tle{
    margin-bottom:46px;
}
.g_2c2pt3 .g_sypt1botbtn2{
    opacity: 1;
}
.g_2c2pt3 .ace_sypt1botflwz p {
    /*transform: translateX(40px);*/
    opacity: 0;
}
.g_2c2pt3 .ace_sypt1botflwz{
    margin-top: 25px;
}
.g_2d2xin h4{
    color:#333333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}
.g_2d2xin p{
    position: relative;
    padding-left:12px; 
}
.g_2d2xin p::before{
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    transform: translateY(0);
    width:6px;
    height:6px;
    background: #073190;
    border-radius: 50%;
}
.g_2d2xin{
    margin-bottom: 54px;
}
.g_2conditu1{
    /*height: 100vh;*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    width: auto;
}
.g_2conditu1.act{
    display:block;
}
.g_2b1pt0{
    position: relative;
    z-index: 200;
}
.g_2b1pt3{
    padding-top:68px;
}
.g_2conditu2{
    min-width: 100%;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    display: none;
    transition: all .36s;
}
.g_2conditu.act .g_2conditu2{
    display: block;
}
.g_2conditu.act .g_2conditu1{
    display: none;
}
.g_2b1pt2nr{
    width:1000px;
    margin:90px auto;
}
.g_2b1pt2tle span{
    color:#fff;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom:1px solid #fff;
    line-height: 34px;
}
.g_2b1pt2tle{
    text-align: center;
    margin-bottom: 35px;
}
.g_2b1hisptfl{
    color:#ffffff;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-align: right;
    width:170px;
    position: relative;
}
.g_2b1hisptfl::before{
    position: absolute;
    content: '';
    top:0;
    right:-53px;
    width:25px;
    height:25px;
    border-radius: 50%;
    background: rgba(255,255,255, .2)
}
.g_2b1hisptfl::after{
    position: absolute;
    content: '';
    top:50%;
    transform: translateY(-50%);
    right:-45px;
    width:9px;
    height:9px;
    border-radius: 50%;
    background: rgba(255,255,255, 1)
}
.g_2b1hisptfr{
    width:calc(100% - 170px);
    padding-left: 135px;
    position: relative;
}
.g_2b1hisptfr::before{
    position: absolute;
    content: '';
    width:80px;
    height:1px;
    background: rgba(255,255,255, .2);
    left:40px;
    top:13px;
}
.g_2b1hisptfr::after{
    position: absolute;
    content: '';
    width:1px;
    height:100%;
    background: rgba(255,255,255, .2);
    left:40px;
    top:-35px;
}
.g_2b1hisptfr p{
    color:#ffffff;
    font-size: 16px;
    line-height: 30px;
    height:auto;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.g_2b1pt2hisb{
    height:550px;
    overflow-y: auto;
    padding-top: 28px;
}
.g_2b1pt2his{
    overflow:hidden;
}
.g_2b1pt2hisb::-webkit-scrollbar {
    display:none
}
.g_2c2pt2 .g_dong {
    margin-bottom: 40px;
}
.g_2c2pt2 .g_2b1pt1nr{
    position: relative;
}
.g_2c2pt2 .g_2b1pt1nr::before{
    position: absolute;
    content: '';
    top:180px;
    left:0;
    width:100%;
    height:100%;
    background: #fff;
}
.g_2c2pt2{
    overflow:hidden;
}
/*.g_2d2pt1 .g_2c2pt1top{
    margin-top:190px;
}*/
.g_2d2pt1 .g_2c2pt1top .g_f1tle{
    color:#fff;
}
.g_2e4x {
    width: 100%;
}
.g_2e4flxl{
    position: absolute;
    top:52px;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    z-index: 10;
    display: none;
}
.g_2e4flbx{
    position: relative;
}
.g_2e4flxl ul{
    width:100%;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0, .2);
    padding: 18px 10px 18px 18px;
    height:180px;
}
.g_2e4flxl li{
    color:#666;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
}
.g_nyban1 .g_nywzslick{
    top:40%;
}
.g_nyban2 .g_nywzslick{
    top:40%;
}
.g_2b1pt1nrcenter{
    height:100%;
}
.g_2e4x {
    position: relative;
    z-index: 10;
}
.g_2g2pt1frinfl{
    width:140px;
    border-right:1px solid #c4c4c4;
}
.g_2g2pt1frinfl p{
    color:#333333;
    font-weight: bold;
    font-size:16px;
    line-height: 24px;
    margin-top: 22px;
    position: relative;
    display: block;
}
.g_2g2pt1frinfl p::before{
    position: absolute;
    content: '';
    top:-22px;
    left:0;
    width:16px;
    height:16px;
    border-radius: 50%;
    border:4px solid #333333;
}
.g_2g2pt1nr{
    margin-bottom:60px;
}
.g_xinxifl2{
    color:#999;
}
.g_2e1pt1{
    width:940px;
    margin:auto;
}
.g_xianshi{
    color:#073190;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 56px;
    position: relative;
}
.g_xianshi::before{
    position: absolute;
    content: '';
    top:50%;
    left:0;
    width:41%;
    height:1px;
    background: #073190;
}
.g_xianshi::after{
    position: absolute;
    content: '';
    top:50%;
    right:0;
    width:41%;
    height:1px;
    background: #073190;
}
.g_2conditu11, .g_2conditu21{
    display: none;

}
.g_2b1pt0slickph{
    display: none;
}
.g_holdfl{
    width:70px;
}
.g_holdfl img{
	border-radius: 50%;
}
















/*鼠标效果*/
@media screen and (min-width: 1200px){
    .g_2b1pt0fl a:hover .g_2b1pt0flmc{
        opacity: 1; 
    }
    .g_2b1pt0fl a:hover .g_2b1pt0flmc span{
        opacity: 1; 
    }
    .g_2b1pt0fl a:hover p{
        opacity: 1;
    }
    .g_menunav1:hover{
        color:#fff;
    }
    .g_menunavxla:hover a{
        color:#fff;
    }
    .g_synavb:hover .g_nav1::before{
        width:100%;
    }
    .g_nav1:hover {
        color:#032c8d;
    }
    .g_dong:hover .g_dongfr img{
        transform: scale(1.1);
    }
    .g_dong:hover .g_sypt1botflztle{
        color:#133b96;
    }
    .g_dong:hover .g_dongbtnfr img{
        transform: translateX(10px);
    }
    .g_sypt1botflz:hover a{
        box-shadow: 0 0 15px rgba(0,0,0, .15);
    }
    .g_sypt1botflz:hover .g_sypt1botbtn p{
        opacity: 1;
        transform: translateX(0);
    }
    .g_sypt1botflyou:hover .g_sypt1botbtn p{
        opacity: 1;
        transform: translateX(0);
        color: #fff;
    }
    .g_sypt2botfl:hover .g_sypt2botflwz{
        box-shadow: 0 0 10px rgba(0,0,0, .10);
        background: #fff;
    }
    .g_sypt2botfl:hover .g_sypt2viomc{
        opacity: 0;
    }
    .g_sypt2vio:hover .g_sypt2viomc{
        opacity: 0;
    }
    .g_f1nrpt .g_sypt1botflz:hover .g_sypt1botflztle{
        color:#fff;
    }
    .g_f1nrpt .g_sypt1botflz:hover .g_xinxifl2{
        color:#fff;
    }
    .g_f1nrpt .g_sypt1botflz:hover .g_sypt1botflwz{
        color:#fff;
    }
    .g_f1nrpt .g_sypt1botflz:hover .g_sypt1botflwz p{
        color:#fff;
    }
    .g_f1nrpt .g_sypt1botflz:hover .g_xinxifl12{
        opacity: 1;
    }
    .g_f1nrpt .g_sypt1botflz:hover .g_xinxifl11{
        opacity: 0;
    }
    .g_f1nrpt .g_sypt1botflz:hover .g_sypt1botbtn2{
        opacity: 1;
    }
    .g_f1nrpt .g_sypt1botflz:hover .g_sypt1botbtn1{
        opacity: 0;
    }
    .g_f1nrpt .g_sypt1botflz:hover .ace_sypt1botflwz p{
        transform: translateX(10px);
    }
    .pc_fenye li:hover {
        color: #3e559e;
        border-bottom:1px solid #3e559e;
    }
    .g_f4botxiafl:hover .g_f4botxiafl2z{
        color:#073190;
    }
    .g_f1nrpt .g_sypt1botflz:hover a{
        border:1px solid #fff;
        background: -webkit-linear-gradient(left top, #a9ddf5 , #073190);
        background: -o-linear-gradient(bottom right, #a9ddf5 , #073190);
        background: -moz-linear-gradient(bottom right, #a9ddf5 , #073190);
        background: linear-gradient(to bottom right, #a9ddf5 , #073190);
        transition: all .36s;
    }
    .g_sypt1botflyou:hover{
        box-shadow: 0 0 10px rgba(0,0,0, .10);
    }
    .g_sypt1topfl:hover{
        color: #073190;
    }
    .g_sypt1topfl p{
        font-weight: bold;
    }
    .g_sypt1topfl:hover p::before {
        position: absolute;
        content: '';
        bottom: -24px;
        left: 0;
        width: 116px;
        height: 2px;
        background: -webkit-linear-gradient(left, #073190 , #a1bbf8);
        background: -o-linear-gradient(right, #073190, #a1bbf8);
        background: -moz-linear-gradient(right, #073190, #a1bbf8);
        background: linear-gradient(to right, #073190 , #a1bbf8);
    }
    .g_sypt4qiefl:hover{
        position: relative;
        padding-bottom: 10px;
    }
    .g_sypt4qiefl:hover p::before {
        position: absolute;
        bottom: 0;
        width: 48px;
        height: 1px;
        background: #fff;
        left: 50%;
        transform: translateX(-50%);
        content: '';
    }
    .g_2c1nr:hover a{
        background-image: linear-gradient(to bottom right, #a3d5f0, #073190);
    }
    .g_2c1nr:hover .g_2c1nrtu1{
        opacity: 1;
    }
    .g_2c1nr:hover .g_2c1nrtu2{
        opacity: 0;
    }
    .g_2c1nr:hover p{
        color:#fff;
    }
    .g_2d1pt1 .g_2c1nr:hover a{
        background-image: linear-gradient(to right, #073190, #a3d5f0);
    }
    .g_2g1pt1nr:hover .g_2g1pt1fl img{
        transform: scale(1.1);
    }
    .g_2e1pt4fl:hover a{
        background-image: linear-gradient(to bottom right, #a3d5f0, #073190);
    }
    .g_2e1pt4fl:hover .g_2e1pt4tle{
        color:#fff;
    }
    .g_2e1pt4fl:hover .g_2e1pt4tle span{
        color:#fff;
    }
    .g_2e1pt4fl:hover .g_2e1pt4p p{
        color:#fff;
    }
    .g_2e1pt4fl:hover .g_xinxifl2{
        color:#fff;
    }
    .g_2e1pt4fl:hover .g_xinxifl11{
        opacity: 0;
    }
    .g_2e1pt4fl:hover .g_xinxifl12{
        opacity: 1;
    }
    .g_2e1pt4more:hover{
        background: #073190;
        color:#fff;
        border:2px solid transparent;
    }
    .g_2e1pt2fl p:hover{
        color:#073190;
    }
    .g_2e1pt2fl p:hover::before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 115px;
        height: 3px;
        background-image: linear-gradient(to right, #073190, #a3d5f0);
    }
    .g_2e2nrfl:hover a{
        background-image: linear-gradient(to right, #073190, #a3d5f0);
    }
    .g_2e2nrfl:hover .g_2e2nrtu1{
        opacity: 1;
    }
    .g_2e2nrfl:hover .g_2e2nrtu2{
        opacity: 0;
    }
    .g_2e2nrfl:hover p{
        color:#fff;
    }
    .g_e5infortopfl span:hover::before{
        position: absolute;
        content: '';
        bottom:0;
        left:0;
        width:100%;
        height:2px;
        background-image: linear-gradient(to right, #073190, #a3d5f0);
    }
    .g_e5infortopfl span:hover{
        color:#073190;
    }
    .g_2h1pt1fl a:hover{
        color:#073190;
    }
    .g_2h1pt2b1:hover a{
        color:#073190;
    }
    .g_2h2pt2topfl a:hover{
        background-image: linear-gradient(to right, #073190, #a3d5f0);
        color:#fff;
    }
    .g_brand1:hover a{
        color:#073190;
    }
    .g_2g2pt1frinfl a:hover {
        color:#073190;
    }
    .g_2c2pt3nr .ace_sypt1botflwz :hover p{
        transform: translateX(40px);
        opacity: 1;
    }
    .g_2e4flxl li:hover{
        color:#073190;
    }
    .g_2g1pt1nr a:hover .ace_sypt1botflwz p{
        transform: translateX(10px);
        opacity: 1;
    }
    .g_nav2:hover{
        color:#032c8d;
    }
    .g_banbfl:hover a{
        color:#073190;
    }

}
/*载入效果*/
.g_zai1{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.4s; 
}
.g_zai2{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.3s; 
}
.g_zai21{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s; 
}
.g_zai22{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.5s; 
}
.g_zai23{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.5s; 
}
.g_zai3{
    -webkit-animation: fadeInDown 1s ease both;
    animation: fadeInDown 1s ease both;
    animation-delay: 0.3s; 
}
.g_zai4{
    -webkit-animation: fadeInLeft 1s ease both;
    animation: fadeInLeft 1s ease both;
    animation-delay: 0.3s; 
}
.g_zai5{
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.3s; 
}
.g_2b1pt1, .g_2c1pt1, .g_2c2pt1, .g_2g1pt1, .g_nyg1pt3tle{
    overflow:hidden;
}
.g_acecon{
    display: none;
}
.g_aceconact{
    display: block;
}
.g_f4botxiafl{
    width:50%;
}
.g_f4botxiafl2{
    width:calc(100% - 28px);
}
.g_f4botxiafl2z:nth-child(1){
    width:56px;
}
.g_f4botxiafl2z:nth-child(2){
    width:calc(100% - 56px);
}
.g_f4botxiafl.fl{
    padding-right: 50px;
}
.g_f4botxiafl.fr{
    padding-left: 50px;
    text-align: right;
}
.g_f4botxiafl a{
    display: inline-block;
}
.yxnav_active1.g_phnav1{
    color:#073190;
}
.yxnav_active2.g_phnav2{
    color:#073190;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #073190 !important;
}
.wj_hin_r_en a{
    color:#666;
}
.g_synavfl{
    margin:0 -33px;
}
.g_dongfl .g_xinxifl {
    margin-right: 15px;
}
.ace_xiala{
    position: absolute;
    top:65px;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    background: -webkit-linear-gradient(left top, #a9ddf5 , #073190);
    background: -o-linear-gradient(bottom right, #a9ddf5 , #073190);
    background: -moz-linear-gradient(bottom right, #a9ddf5 , #073190);
    background: linear-gradient(to bottom right, #a9ddf5 , #073190);
    padding:15px;
    z-index: 20;
    display: none;
}
.ace_xiala li{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ace_xiala li a{
    color:#ffffff;
    font-size: 14px;
    line-height: 22px;
}
.g_nav2{
    transition: all .36s;
}
.g_nav2.yxnav_active2{
    color:#032c8d;
}
.g_ny.g_f4{
    padding-top: 18px;
}
.g_banquan p{
    display: inline-block;
}
.g_banbfl a{
    color: #bcbcbc;
    line-height: 26px;
    font-size: 14px;
    transition: all .36s;
}   
.g_banb{
    display: inline-block;
}
.g_banbox{
    text-align: center;
    margin-top: 42px;
}
.g_banbfl1{
    margin-left: 26px;
}
.g_banbfl2{
    margin-left: 22px;
    position: relative;
}
.g_banbfl2::before{
    position: absolute;
    content: '';
    top:0;
    left:-11px;
    height:18px;
    width:1px;
    background:#bcbcbc;
    top:50%;
    transform: translateY(-50%);
}


.g_sypt3bj{
	opacity: 0;
}
.gxn_gd {
    width: 100%;
    display: none;
    position: fixed;
    left: 50%;
    top: 0;
    max-width: 1920px;
    transform: translateX(-50%);
}
.gxn_gd img{
	width: 100%;
/*	display: block;*/
}
.l_ph_yltx{
    position:absolute;
    top:0;
    left: 0;
    display: none;
}
.g_sypt1botfl:nth-child(1) .g_dong:nth-child(3){
    margin-bottom: 30px;
}
.g_sypt1botfl:nth-child(1) .g_dong:nth-child(4){
    margin-bottom: 30px;
}
.g_sypt1botfl:nth-child(3) .g_dong:nth-child(3){
    margin-bottom: 30px;
}
.g_sypt1botfl:nth-child(3) .g_dong:nth-child(4){
    margin-bottom: 30px;
}
.g_shubox{
	position: relative;
}
.g_shubox:before{
	content: '';
	position: absolute;
	top: -120px;
	left: -200%;
	width: 1000%;
	height: 300px;
	background: #fff;
	z-index: -1;
}
.g_ny.g_f3{
    padding-top: 20px;
}
.g_ny.g_g1{
    padding-top: 20px;
}
.g_ny.g_f1{
    padding-top: 20px;
}
.g_syban.acton{
    opacity: 0;
}
/*.g_sybantu img{
    min-height: 100vh;
    min-width: 100vw;
    width:auto;
    height:auto;
}
.g_sybantu{
    position: relative;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
*/
.ace_sou{
    position: absolute;
    top: 25px;
    right: 40px;
    width: 18px;
    cursor: pointer;
}


/* 12.20 */
.g_synr2 img{
    user-select: none;
}

.g_sypt4bj img{
    user-select: none;
}

.g_sypt4slickzh {
    position: relative;
    z-index: 10;
}

.g_sypt4slickzh img{
    user-select: none;
    pointer-events: none;
}

.g_synr2 *{
    user-select: none;
}


.syprev::before{
    right: -119px;
    width: 119px
}

.synext::before{
    left: -119px;
    width: 119px;
}

.g_sybantu {
    width: 100%;
    height: calc(100vh - 80px);
}

.mc_sybantu{
    width: 100%;
    height: 100%;
}

/* 1.21 */
.g_menunav{
    width: 1200px;
}
.g_menunavfl{
    width: 14.285714%;
    padding: 0 20px;
    text-align: center;
}

.g_menunavxla{
    margin-bottom: 15px;
}

.g_menunavxla a{
    line-height: 20px;
}

.g_shufltle{
    height: 40px;
}
.mCSB_inside>.mCSB_container {
    margin-right: 10px;
}
.ace_sou {
    position: absolute;
    top: 25px;
    right: 40px;
    width: auto;
    cursor: pointer;
}
.ace_sou a {
    color: #fff;
    font-size: 16px;
    padding-right: 30px;
}
.ace_sou img {
    width: 18px;
}
/*选框*/
.g_xuanfl{
    margin-right: 20px;
}
.g_xuanfl span{
    width:8px;
    height:8px;
    border:1px solid #eee;
    border-radius: 50%;
}
.g_fanfr{
    padding-left: 15px;
}
.g_xuan{
    position: absolute;
    bottom:50PX;
    left:0;
}
#buts {
    position: absolute;
    bottom: 12px;
}
.g_chao {
    text-align: center;
    margin-top: 10px;
}
.g_chao a {
    color: #999;
}

.fot-progr-img {
    width: 100px;
}

.fot-progr {
    margin-top: 10px
}
