* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        list-style: none;
        line-height: 100%;
    }
    
    body {
        font-size: 14px;
        min-width: 1200px;
        font-family: ""Helvetica Neue",Helvetica,Arial,sans-serif";
        overflow-x: hidden;
    }
    
    a {
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }
    
    li {
        list-style: none;
    }
    
    em,
    i {
        font-style: normal;
        font-style: inherit;
    }
    
     :focus {
        outline: none;
    }
    
    .dfs {
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
    
    .gy {
        max-width: 1600px;
        margin: 0 auto;
    }
    
    @media screen and (max-width: 1366px) {
        .gy {
            max-width: 1200px;
            margin: 0 auto;
        }
    }
    
    .gy1 {
        min-width: 1280px;
        margin: 0 auto;
        width: 100%;
    }
    
    @font-face {
        font-family: 'samsungsharpsans-b';
        src: url('//memberpic.114my.com.cn/017682/cssnew/samsungsharpsans-bold.otf.txt');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: "syht";
        src: url("//memberpic.114my.com.cn/017682/cssnew/syht.woff.txt") format("woff2"), url("//memberpic.114my.com.cn/017682/cssnew/syht.woff.txt") format("woff"), url("//memberpic.114my.com.cn/017682/cssnew/syht.ttf.txt") format("truetype"), url("//memberpic.114my.com.cn/017682/cssnew/syht.eot.txt") format("embedded-opentype"), url("//memberpic.114my.com.cn/017682/cssnew/syht.eot.txt") format("svg");
    }
    
    @font-face {
        font-family: din;
        src: url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
    }
    
    @font-face {
        font-family: 'iconfont';
        /* Project id 4383909 */
        src: url('//at.alicdn.com/t/c/font_4383909_vp7h05ic6jm.woff2?t=1703908290115') format('woff2'), url('//at.alicdn.com/t/c/font_4383909_vp7h05ic6jm.woff?t=1703908290115') format('woff'), url('//at.alicdn.com/t/c/font_4383909_vp7h05ic6jm.ttf?t=1703908290115') format('truetype');
    }
    
    @font-face {
        font-family: 'iconfont';
        /* Project id 4400588 */
        src: url('//at.alicdn.com/t/c/font_4400588_3849k1nsx04.woff2?t=1706003552626') format('woff2'), url('//at.alicdn.com/t/c/font_4400588_3849k1nsx04.woff?t=1706003552626') format('woff'), url('//at.alicdn.com/t/c/font_4400588_3849k1nsx04.ttf?t=1706003552626') format('truetype');
    }
    
    .iconfont {
        font-family: "iconfont" !important;
        font-size: 20px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }
    /*公用tit*/
    
    .title {
        margin-bottom: 30px;
        position: relative;
    }
    
    .title h2 {
        font-size: 34px;
        line-height: 1;
        position: relative;
    }
    
    .title h5 {
        font-size: 45px;
        line-height: 1.2;
        position: relative;
        font-weight: bold;
    }
    
    .title h3 {
        font-size: 36px;
        line-height: 1.2;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .title .line {
        position: relative;
        width: 90px;
        height: 3px;
        background-color: #1246b3;
        margin-top: 20px;
    }
    
    .title p {
        font-size: 24px;
        line-height: 32px;
        color: #555;
        position: relative;
        margin-top: 10px;
    }
    
    .title a.link {
        display: block;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        border: 1px solid #bbb;
        color: #bbb;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 30px;
        transition: all .3s;
    }
    
    .title a.link:hover {
        color: #fff;
    }
    /*left*/
    
    #floatMenu {
        position: fixed;
        left: 20px;
        top: 62%;
        z-index: 8;
        margin-top: -77px;
        display: none;
    }
    
    #floatMenu li {
        margin: 10px 0;
        position: relative;
    }
    
    #floatMenu li.first {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    
    #floatMenu li a {
        width: 12px;
        height: 12px;
        background: #1246b3;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
    }
    
    #floatMenu p {
        position: absolute;
        width: 102px;
        height: 23px;
        line-height: 23px;
        text-align: center;
        color: #fff;
        border-radius: 23px;
        -webkit-border-radius: 23px;
        background: #1246b3;
        top: -4px;
        left: 30px;
        display: none;
    }
    
    #floatMenu p::after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -4.5px;
        left: -7px;
        background: url("");
        width: 8px;
        height: 9px;
    }
    
    #floatMenu li.active a {
        background: #999;
    }
    
    #floatMenu li.active p {
        display: block;
    }
   .head_nav { }
.head_nav.on { top: 0; }
/*head*/
    
.head_nav ul { display: flex; justify-content: space-around; width: 100%; max-width: 100%; margin: 0 auto; }
.head_r .head_nav li { position: relative; }
.head_nav li+li:before { content: ''; width: 1px; height: 100%; position: absolute; left: -18px; background: #fff; opacity: 0.5; }
.head.on .head_nav li>a:before { background: #0a519a; }
.head_nav>ul>li>a:after { content: ''; width: 100%; height: 2vw; position: absolute; left: 0; z-index: -1; }
.head_d .head_nav>ul>li:first-child>a:after { width: 12vw; height: 3vw; left: -9vw; }
.head_nav li:hover a:before, .head_nav>ul>li.cur a:before { width: 100%; }
.head.on .head_nav>ul>li>a { color: #232d37; }
.head_num { display: flex; align-items: center; color: #fff; /* width: 100%; */ margin: 0 10px 0 0; display: none; }
.head_num p { font-size: 21px; }
.head_num p span { font-size: 22px; font-family: Microsoft YaHei; padding: 0 0 0 10px; white-space: nowrap; }
.head.on .head_num p { color: #232d37; }
.head_num a { font-size: 36px; color: #ea960f; padding: 0 0 0 20px; }
.head_r { display: flex; /* width: 50%; */ align-items: center; }
.head_lau { position: relative; width: 150px; border: 1px solid #fff; border-radius: 40px; display: flex; justify-content: center; z-index: 50; padding: 1.2% 0; }
.head_lau i { font-size: 14px; display: flex; align-items: center; color: #fff; }
.head_lau i span { margin: 0 10px 0 0; }
.head_lau p { position: absolute; display: flex; flex-direction: column; /* opacity: 0; */ width: 100%; justify-content: center; top: 100%; transform-origin: top; transform: rotateX(90deg); transition: all 0.5s; }
.head_lau:hover p { opacity: 1; transform: rotateX(0); }
.head_lau p a { font-size: 14px; background: #f8f8f8; padding: 9% 22%; display: flex; align-items: center; transition: 0.5s; }
.head_lau p a:hover { background: #323d74; color: #fff; }
.head_lau p a span { margin: 0 10px 0 0; }
.head.on .head_lau i { color: #232d37; }
.head_d { display: flex; margin: 2% 0 0; }
.head_r .head_nav { margin: 0 1vw 0 0; }
.head_r .head_nav ul li+li { margin: 0 0 0 1.5vw; }
.head_r .head_nav li a { color: #fff; opacity: 0.5; }
.head_nav li+li:before { content: ''; width: 1px; height: 100%; position: absolute; left: -18px; background: #fff; opacity: 0.5; display: none; }
.head_r .head_nav li+li:before { content: ''; width: 1px; height: 100%; position: absolute; left: -18px; background: #fff; opacity: 0.5; display: block; }
.head_call { position: absolute; top: 150%; left: 0; width: 100%; background: #f8f8f8; /* padding: 1%; */ opacity: 0; transition: 0.5s all ease; visibility: hidden; }
.head_call>div>ul { display: flex; /* flex-wrap: wrap; */ justify-content: space-between; }
.head_call>.prolist2021>ul>li { display: flex; flex-direction: column; width: 50%; }
.head_call>div>ul>li>a { font-size: 17px; background: #e71748; /* font-weight: bold; */ color: #fff; width: 100%; padding: 1vw; display: flex; /* justify-content: center; */ border-right: 1px solid rgba(0, 0, 0, 0.3); text-transform: uppercase; }
.head_call>div>ul>li:last-child a { border-right: none; }
.head_call>div>ul>li dl { /* margin: 10% 0 0; */ border-right: 1px solid rgba(0, 0, 0, 0.3); height: 100%; }
.head_call>div>ul>li dl dt { padding: 0.7vw 1vw;/* text-align: center; */ }
.head_call>div>ul>li dl dt>a { color: #232d37; font-size: 16px; text-transform: uppercase;/* font-family: Arial; */ }
.head_call>div>ul>li dl dt:hover a { color: #1246b3; }
.head_d .head_nav>ul>li:hover .head_call { visibility: visible; top: 100%; opacity: 1; }
.tab { height: 980px; overflow: hidden; }
li.pe { position: relative; }
/*head*/
    
.head { width: 100%; top: 0; z-index: 999; height: 125px; display: flex; transition: .5s; border-bottom: 1px rgba(255, 255, 255, 0.2) solid; background-color: #fff; }
.head.on {  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); height: 70px; }
.head.on .head_nav li a, .head.on .tit_cn, .h_tcc>b, .head.on .tit_cn a { color: #fff; }
.head.on .head_nav { }
.head.on .h_tcc>b { color: #fff; }
.head.on .h_tcc>p { color: #fff; }
.head.on .head_nav .dropmenu { top: 100%; }
.head.on .htel { height: 70px; line-height: 70px; color: #fff; }
.head.on .htel span { height: 70px; line-height: 70px; color: #fff; }
.hea_logo { display: flex; }
.hea_logo img { width: 85px; }
.h_tcc { margin-left: 14px; }
.h_tcc>b { display: block; font-size: 37px; color: #232d37; letter-spacing: 5px; font-family: "Microsoft YaHei"; font-weight: normal; line-height: 40px; }
.h_tcc>p { font-size: 15px; color: #999; margin-top: 0px; letter-spacing: 0px; text-transform: uppercase; font-weight: 500; }
.head_lc { width: 100%; display: flex; justify-content: space-between; align-items: center; height: 78px; position: relative; }
.hea_wz { margin-left: 83px; position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.hea_wz>b { display: block; font-size: 22px; color: #232d37; }
.hea_wz>b>span { font-size: 20px; color: #1246b3; }
.hea_wz>p { font-size: 16px; color: #666; margin-top: 7px; }
.hea_wz:after { position: absolute; content: ""; background: rgba(0, 0, 0, 0.07); top: 0; left: -41px; width: 1px; height: 100%; }
.tit_cn a { font-size: 18px; color: #232d37; font-family: Arial; line-height: 99px; }
.head_box { width: 94%;
    margin: 0 auto;
    display: flex
;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
    position: relative; }
.head.on .head_logo { background: url()no-repeat; width: 162px; height: 39px; }
.head.on .head_logo img { display: none; }
.head.on .head_con>ul>li { height: 90px; }
.head.on .htel { line-height: 70px; }
.head_nav .on { background: linear-gradient(120deg, #1246b3 10%, #1246b3 80%); color: #fff; }
.head_nav .on a { color: #fff; }
.head_nav .on span { color: rgba(255, 255, 255, 0.5); }
.head_nav { width: 100%; z-index: 999; background: #fff; background-image: linear-gradient( rgb(248, 248, 248), rgb(221, 221, 221)); }
.head_nav>ul>li:hover { background: linear-gradient(120deg, #1246b3 10%, #1246b3 80%); color: #fff; }
.head_nav>ul>li:hover a { color: #fff; }
.head_nav>ul>li:hover span { color: rgba(255, 255, 255, 0.5); }
.head_nav>ul>li { transition: 0.5s; width: 100%; text-align: center; padding: 20px 0; }
.head_nav>ul>li:hover:after, .head_nav>ul>li.cur:after { opacity: 1; width: 100%; transition: 0.5s; }
.head_nav>ul>li a { font-size: 18px; color: #000; line-height: 18px; text-align: center; background: none !important; }
.head_nav>ul>li span { display: block; font-size: 12px; color: #9999; line-height: 20px; }
.head_con { position: absolute; right: 2%; top: 0; }
.head_con>ul { display: flex; display: -webkit-flex; display: -moz-flex; }
.head_con>ul>li { width: 42px; height: 42px; display: flex; display: -webkit-flex; display: -moz-flex; flex-direction: column; align-items: center; justify-content: center; position: relative; background: url() no-repeat center; border: 1px #eee solid; border-radius: 50%; margin-top: 36px; margin-left: 2%; display: none; }
.htel b { font-size: 34px; padding-bottom: 5px; display: block; letter-spacing: 0px; font-family: "Microsoft YaHei"; font-weight: normal; }
.htel b p { color: #1246b3; padding-top: 3px; font-size: 28px; }
.htel p { font-size: 20px; color: #666; line-height: 20px; font-weight: 500; }
.htel { padding: 18px 0px 0 28px; font-size: 15px; line-height: 45px; color: #232d37; }
.htel span { font-size: 32px; color: #1246b3; font-family: "Microsoft YaHei"; font-weight: bold; }
.head_con>ul>li i { width: 20px; height: 2px; background: #fff; margin: 3px 0; }
.head.on .dropmenu { top: 100%; }
/*下拉*/
    
.head_nav li dl { transition: all 0.3s; position: absolute; height: 0px; z-index: 0; overflow: hidden; width: 100%; }
.head_nav li.dhh dl { height: auto !important; width: 100%; background: rgba(248, 248, 248, 0.9); position: absolute; top: 198px; left: 0; display: block; z-index: 9999; overflow: hidden; margin: 0 !important; }
.head_nav li.dhh dl.juli { }
.head_nav li.dhh dd { width: 1600px; display: block; overflow: hidden; padding: 30px 0px 15px; margin: auto; }
.nav_xl1 { width: 100%; padding: 20px 0; overflow: hidden; }
.nav_xl1 li { width: 20%; }
.nav_xl1 li+li { margin: 0 15px; }
.nav_xl1 li p { font-size: 16px; text-align: center; color: #232d37; display: block; line-height: 50px; transition: all 0.3s; }
.nav_xl1 li img { width: 100%; }
.nav_xl1 ul { display: flex; justify-content: center; }
.nav { float: right; display: flex; align-items: center; }
.nav_r { float: right; display: flex; align-items: center; }
.nav_r .iconfont { font-size: 40px; color: #fff; line-height: 90px; float: right; margin-left: 15px; margin-top: 5px; }
.nav_r p { font-size: 15px; color: #FFFFFF; float: left; text-align: right; }
.nav_r i { font-size: 20px; display: block; font-family: "akr" }
.head_nav>ul>li>.nav2 { position: absolute; top: 70px; left: -0px; z-index: 9999999; display: none; box-shadow: 5px 5px 10px rgba(0, 0, 0, .3); width: 100%; background: #fff; }
.head_nav>ul>li>.nav2 a { display: block; width: 100%; height: 60px; border-bottom: none; background: #fff; color: #232d37; }
#aa2>.nav2 a { width: 150px; font-size: 15px; }
.head_nav>ul>li>.nav2 a:hover { background: #1246b3; color: #fff; }
.nav2 b { color: #999; }
.head_nav>ul>li>.nav2 a span { display: block; color: #232d37; text-transform: uppercase; font-size: 16px; line-height: 60px; -webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s; -moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s; transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s; text-align: center; }
.head_nav>ul>li>.nav2 a b { position: relative; display: inline-block; display: block; color: #ccc; line-height: 30px; -webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s; -moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s; transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s; }
.head_nav>ul>li>.nav2 a:hover span { color: #fff; background: #1246b3; }
/*tel*/
    
.tit_cn { font-size: 15px; line-height: 90px; padding: 0 2%; color: #fff; width: 40%; }
.tit_con .phone:hover .phone_num, .head_con li:hover .tit_sel { transform: rotateX(0); transition: all 0.5s; opacity: 1; }
.tit_sel { width: 427px; height: 150px; background: rgba(51, 51, 51, 0.7); transform: rotateX(90deg); position: absolute; top: 88px; right: 0; transition: all 0.5s; font-size: 16px; padding: 34px; z-index: 9999; opacity: 0; }
.tit_sel span { font-size: 24px; display: block; color: #152682; font-family: Arial; }
.tit_icon:hover .tit_sel { transform: rotateX(0); transition: all 0.5s; }
#search-i { float: left; width: 30px; height: 33px; overflow: hidden; margin-top: 20px; box-sizing: border-box; padding-top: 7px; border: 1px solid #dddddd; border-left: none; }
#search-bg { float: left; width: 320px; height: 33px; line-height: 33px; overflow: hidden; padding-left: 14px; margin-top: 20px; box-sizing: border-box; border: 1px solid #dddddd; border-right: none; }
.search-text { font-size: 14px; color: #999999; justify-content: center; align-items: center; }
.search-text a { font-size: 15px; color: #fff !important; }
.search-text a:hover { font-size: 15px; color: #ffffff; }
.search-text span { float: left; color: #ffffff; font-size: 15px; }
#infoname { border: none; background: none; outline: none; }
.search_name { float: left; font-size: 22px; color: #ffffff; line-height: 32px; position: relative; z-index: 5; padding: 15px 0; width: 264px; height: 96px; background: #cb0303; text-align: center; }
.search_name:after { content: ""; width: 0px; height: 0px; border-top: 7px solid #56bcce; border-right: 7px solid transparent; border-bottom: 8px solid transparent; border-left: 7px solid #56bcce; position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
form { justify-content: center; }
.tab_con { width: 300px; background: #fff; padding: 30px 50px; position: absolute; top: 0; right: 0; display: none; overflow: auto !important; height: 800px; }
.tab_txt>ul p { font-size: 20px; }
.tab_txt>ul>li { padding: 30px 0; border-bottom: 1px #eee solid; }
.tab_txt>ul>li>a { font-size: 18px; color: #232d37 !important; }
.tab_txt>ul>li>span { font-size: 14px; color: #999; display: block; margin-top: 10px; line-height: 28px; }
.tab_txt>ul>li>span>a { font-size: 14px; color: #999; }
.tab_tit { font-size: 24px; border-bottom: 1px #eee solid; padding-bottom: 40px; }
.tab_tit em { color: #ccc; display: block; text-transform: uppercase; font-size: 14px; font-family: Arial; }
.button { width: 30px; height: 30px; background: #fff; position: absolute; right: 12px; top: 12px; cursor: pointer; }
.button:before { content: ''; width: 30px; height: 2px; position: absolute; top: 25px; left: 0; background: #232d37; transform: rotate(45deg); }
.button:after { content: ''; width: 30px; height: 2px; position: absolute; top: 25px; left: 0; background: #232d37; transform: rotate(-45deg); }
.tab_txt { padding-top: 16px; }
/*title*/
    
.title { text-align: center; margin-top: 80px; }
.titlea { font-weight: normal; font-size: 42px; text-align: center; color: #232d37; line-height: 46px; font-weight: bold; }
.titlea span { font-weight: bold; color: #0180ca; }
.titleb { font-size: 18px; color: #999; text-align: center; line-height: 30px; padding: 15px 0px; }
.titlec { text-align: center; }
.titlec img { height: 30px; }
/*幻灯*/
    
  /*flashvideo*/
    
    .index_banner .txt {
        width: 90%;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        text-align: left;
        z-index: 999;
    }
    
    .index_banner .txt h2 {
        font-size: 65px;
        color: #fff;
        text-transform: uppercase;
        line-height: 90px;
        padding: 2% 0 1% 0;
    }
    
    .index_banner .txt p {
        font-size: 26px;
        color: #fff;
        line-height: 38px;
    }
    
    .index_banner .txt .morelink {
        margin-top: 25px;
        min-width: 180px;
        margin-left: 10px;
        margin-right: 10px;
        color: #fff;
        font-size: 18px;
    }
    
    .index_banner .txt .morelink i {
        font-size: 20px;
        line-height: 30px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: top;
    }
    
    .index_banner .txt .morelink:hover {
        color: #fff;
    }
    
    .btn-3 {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .morelink {
        display: inline-block;
        position: relative;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        padding: 9px 24px;
        background-color: #0151ad;
        text-transform: capitalize;
        transition: all 0.3s;
    }
    
    .index_banner .scrolldown {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        z-index: 1;
        color: #fff;
        font-size: 20px;
        z-index: 999;
    }
    
    .index_banner .scrolldown>i {
        display: block;
        margin-top: 15px;
        animation: down 0.8s infinite;
        -webkit-animation: down 0.8s infinite;
        font-size: 28px;
    }
    
    @keyframes down {
        0% {
            transform: translate(0)
        }
        100% {
            transform: translateY(15px)
        }
    }
    
    @-webkit-keyframes down {
        0% {
            transform: translate(0)
        }
        100% {
            transform: translateY(15px)
        }
    }
    
    .flashvideo {
        width: 100%;
        padding-bottom: 100vh;
        position: relative;
        overflow: hidden;
    }
    
    .flashvideo video {
        position: absolute;
        width: 100%;
        height: calc(100% + 200px);
        left: 0;
        top: 0;
        z-index: 1;
        object-fit: cover;
        display: block;
    }
    
    .flashvideo .v_shade {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1;
    }
    
    .flashvideo .fv_txt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        z-index: 2;
        text-align: center;
        font-size: 0;
        -webkit-text-size-adjust: none;
        padding-bottom: 65px;
    }
    
    .flashvideo .fv_txt p {
        font-size: 16px;
        line-height: 26px;
        color: #FFF;
        text-align: center;
    }
    
    .flashvideo .fv_txt p:first-child {
        font-size: 48px;
        height: 58px;
        line-height: 58px;
    }
    
    .flashvideo .fv_txt p:nth-child(2) {
        margin: 26px 0 28px;
    }
    
    .flashvideo .fv_txt a {
        display: inline-block;
        width: 139px;
        height: 36px;
        line-height: 36px;
        background: #f5b324;
        padding: 0 23px;
    }
    
    .flashvideo .fv_txt a span {
        display: block;
        font-size: 14px;
        color: #FFF;
        padding-left: 10px;
        background: url(flash_btnicon.png) no-repeat right center;
        text-align: left;
    }
    
    .flashvideo .fv_txt a:last-child {
        margin-left: 11px;
    }
    
    .flashvideo .fv_txt a:hover {
        -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .6);
        -moz-box-shadow: 0 0 8px rgba(255, 255, 255, .6);
        -o-box-shadow: 0 0 8px rgba(255, 255, 255, .6);
        box-shadow: 0 0 8px rgba(255, 255, 255, .6);
    }
    /*flash*/
    
    .index_banner {
        width: 100%;
        overflow: hidden;
        z-index: 1;
        top: 0;
        left: 0;
        position: relative;
        height: 800px;
    }
    
    .index_banner.mb {
        display: none;
    }
    
    .index_banner .swiper-slide {}
    
    .index_banner .swiper-slide:nth-child(1):before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }
    
    .index_banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .index_banner .swiper-slide video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    
    .index_banner .swiper-pagination-bullets {
        bottom: 210px !important;
        height: 37px;
        font-size: 0;
        -webkit-text-size-adjust: none;
    }
    
    .index_banner .swiper-pagination-bullet {
        opacity: 1;
        width: 20px;
        height: 32px;
        margin: 0 5px!important;
        position: relative;
        border-radius: 0;
        background: transparent;
        padding-bottom: 13px;
        vertical-align: top;
        overflow: hidden;
    }
    
    .index_banner .swiper-pagination-bullet .line {
        width: 0;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #00f;
        z-index: 2;
    }
    
    .index_banner .swiper-pagination-bullet:after {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #a9a4a5;
        z-index: 1;
        border-radius: 50px;
    }
    
    .index_banner .swiper-pagination-bullet .sw_p {
        font-size: 0px;
        height: 22px;
        line-height: 22px;
        color: #FFF;
        text-align: left;
        position: relative;
        font-weight: 100;
        text-align: center;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    
    .index_banner .swiper-pagination-bullet .sw_p em {
        font-style: normal;
        display: inline-block;
        margin-right: 10px;
    }
    
    .index_banner .swiper-pagination-bullet .sw_p em i {
        font-style: normal;
        font-size: 0px;
    }
    
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        background: #0151ad;
    }
    
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active .sw_p,
    .index_banner .swiper-pagination-bullet:hover .sw_p {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    
    .banner-service {
        width: 30rem;
        position: absolute;
        bottom: 0;
        right: 0px;
        padding: 2rem 4rem;
        z-index: 999;
    }

a.jtaa {
  display: block;
  position: absolute;
  right: 4.0625%;
  bottom: 5%;
  z-index: 1;
  width: 1.0625rem;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}

a.jtaa img {
  width: 100%;
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.zmfd {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  /*动画所花费的时间*/
}

@-webkit-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

.kajjt {
  text-align: center;
  -webkit-animation: run 1s infinite linear;
  -moz-animation: run 1s infinite linear;
  -o-animation: run 1s infinite linear;
  animation: run 1s infinite linear;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 3%;
  z-index: 99;
}

.kajjt img {
  width: 1.42rem;
  margin: 0 auto;
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.fanga {
  overflow: hidden;
}

.fanga img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.fanga:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.mktop {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mktop:hover {
  -webkit-transform: translateY(-5%);
     -moz-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
       -o-transform: translateY(-5%);
          transform: translateY(-5%);
}
.more-msl {
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3rem "neu";
  border-radius: 0.5rem;
  width: 10.5rem;
  text-align: center;
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
  text-transform: uppercase;
font-size:1rem !important;
}

.more-msl img{height: 1.3rem;
    margin-left: 1rem;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    filter: brightness(0) invert(1);margin-top:0.2rem;}
.more-msl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #004490;
  color: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.more-msl:hover {
  color: #fff;
  border-color: #004490;
}

.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

.more-msl.hs {
  color: #585858 !IMPORTANT;
  border: 1px solid #585858;
}

.more-msl.hs:before {
  background: #004490;color: #fff !IMPORTANT;
}

.more-msl.hs:hover {
  color: #fff !IMPORTANT;
  border-color: #004490;
}


.call { position: relative; margin-top: 22px; }
.call span { margin-top: 15px; display: block; }
.call p { font-size: 32px; color: #1246b3; font-weight: bold; font-family: Arial;    padding-top: 8px; }
.call i { background: url(https://memberpic.114my.com.cn/dgxunfamj11/uploadfile/image/20251212/20251212200647_1695274479.png)no-repeat; position: absolute; width: 60px; height: 68px; left: -72px; top: 8px; }
    /*关于*/
    
    .uw-title {
        color: #fff;
    }
    
    .uw-title .uw-title-cn {
        font-size: 36px;
        line-height: 40px;
    }
    
    .uw-title .uw-title-cn>a {
        font-size: 36px;
        line-height: 40px;
    }
    
    .uw-title .uw-title-en {
        font-size: 52px;
        line-height: 80px;
        text-transform: uppercase;
        font-weight: bold;
    }
    
    .uw-title .uw-title-en a {
        font-size: 52px;
        line-height: 80px;
    }
    
    .uw-title .uw-line-x {
        background: rgba(255, 255, 255, .5);
    }
    
    .uw-line-x {
        transform: translateX(0px);
        opacity: 1;
        color: #fff;
        font-weight: bold;
        font-family: microsoft yahei;
        text-transform: uppercase;
    }
    
    .uw-line-x {
        width: 100%;
        height: 3px;
        position: relative;
        margin: 10px 0 28px 0;
        background: rgba(0, 0, 0, .2);
    }
    
    .uw-line-x::before {
        content: '';
        width: 30%;
        height: 3px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: #1246b3;
    }
    /*tb*/
    
    .about_co {
        padding: 12% 0;
        background: url() no-repeat;
        position: relative;
        background-attachment: fixed;
        height: 100%;
    }
    
    @media screen and (max-width: 1366px) {
        .about_co {
            padding: 7% 0;
        }
    }
    
    .about_co:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
    }
    
    .about_int {
        width: 60%;
        border-radius: 10px;
        position: relative;
        padding: 3% 2% 6% 0%;
    }
    
    .about_int a {
        line-height: 36px;
        font-size: 19px;
        color: #fff;
        font-weight: normal;
        text-align: justify;
        display: flex;
    }
    
    .about_int a:hover {
        color: rgba(255, 255, 255, 0.8);
    }
    /* strength */
    
    .dfsc {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .str_bg {
        max-width: 100%;
        background: #1246b3;
        position: relative;
        padding: 0% 6%;
        margin: 0 auto;
        z-index: 999;
    }
    
    .str_bg .w1500 * {
        line-height: 100%;
    }
    
    .str_list,
    .str_list ul {
        position: relative;
        margin-top: -0px;
        padding: 2% 0;
    }
    
    .str_list li+li {
        border-left: 1px rgba(0, 0, 0, 0.1) solid;
        padding-left: 6%;
    }
    
    .str_list li p {
        font-size: 30px;
        font-weight: 100;
        color: #333;
    }
    
    .str_list li em {
        display: flex;
        align-items: baseline;
        margin: 6px 0;
    }
    
    .str_list li em i {
        font-size: 66px;
        color: #fff;
        font-family: 'samsungsharpsans-b';
    }
    
    .str_list li em b {
        font-size: 18px;
        font-weight: 100;
        color: #fff;
        margin-left: 5px;
    }
    
    .str_list li>span {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.7);
    }
    /*news*/
    
    .flexBetween {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .indexTit .boxLeft .top h4 {
        font-size: 40px;
        color: #333;
    }
    
    .indexTit .boxLeft .top h5 {
        font-size: 24px;
        color: #666;
        margin-top: 1rem;
        font-weight: normal;
    }
    
    @media screen and (max-width: 1366px) {
        .indexTit .boxLeft .top h5 {
            margin-top: 0rem;
        }
    }
    
    .indexTit .boxLeft .bot h6 {
        font-size: 0.9rem;
        color: #999;
        margin-top: 0.1rem;
    }
    
    .flexStart {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .indexTit .boxRight div p {
        width: 3.4375rem;
        height: 3.4375rem;
        border-radius: 50%;
        background: #1246b3;
    }
    
    .indexNews {
        margin-top: -7.8125rem;
        position: relative;
        z-index: 1;
    }
    
    .indexNews .box {
        position: relative;
    }
    
    .indexNews .box .boxLeft {
        width: 42%;
    }
    
    .indexNews .box .boxRight {
        width: 58%;
        box-sizing: border-box;
        background: #fff;
        padding: 0 4.375rem;
    }
    
    .indexNews .box .boxRight .left {
        font-size: 1rem;
        color: #999;
        line-height: 7.8125rem;
        cursor: default;
    }
    
    .indexNews .box .boxRight .right {
        width: 80%;
        margin-left: 5.625rem;
    }
    
    .indexNews .box .boxRight .right .swiper-container {
        height: 7.8125rem;
    }
    
    .indexNews .box .boxRight .right .swiper-container .swiper-slide {
        height: 7.8125rem;
    }
    
    .indexNews .box .boxRight .right .swiper-container .swiper-slide .item {
        line-height: 7.8125rem;
    }
    
    .indexNews .box .boxRight .right .swiper-container .swiper-slide .item .time {
        font-size: 1rem;
        color: #666;
    }
    
    .indexNews .box .boxRight .right .swiper-container .swiper-slide .item .text {
        font-size: 1rem;
        color: #000;
        margin-left: 2.1875rem;
        width: 85%;
    }
    
    .indexNews .box .boxBtn {
        position: absolute;
        right: 2.8125rem;
        top: 2.1875rem;
    }
    
    .indexNews .box .boxBtn p {
        padding: 3px 0;
        outline: none;
        cursor: pointer;
    }
    
    .indexNews .box .boxBtn p span {
        font-size: 1.125rem;
        color: #000;
    }
    
    .indexNews .box .boxBtn p span:hover {
        color: #1246b3;
    }
    
    .indexTit .boxLeft .bot {
        margin-top: 0.5rem;
    }
    
    .indexTit .boxLeft .bot h6 {
        font-size: 0.875rem;
        color: #999;
        margin-top: 0.3125rem;
    }
    
    .indexTit .boxRight {
        margin-top: 1rem;
    }
    
    .indexTit .boxRight div span {
        font-size: 1rem;
        color: #333;
        line-height: 3.4375rem;
        transition: all 0.3s;
        position: relative;
        left: -2.1875rem;
    }
    
    .indexTit .boxRight a {
        display: inline-block;
    }
    
    .indexTit .boxRight div span font {
        display: inline-block;
        width: 0.75rem;
        height: 0.125rem;
        background: #fff;
        vertical-align: middle;
        margin-right: 0.7rem;
    }
    
    .indexTit .boxRight div:hover span {
        left: -3.125rem;
    }
    
   /*新闻*/

.news  { margin: 80px 0px;}

.news_top ul {
    text-align: center;
    margin: 0px auto;
}

.news_wz {
    height: 48px;
    line-height: 36px;
}

.news_wz b {
    font-size: 26px;
}

.news_wz span {
    font-size: 24px;
    margin-left: 8px;
    color: #ccc;
    text-transform: uppercase;
    font-family: Arial;
}

.news_wz em {
    font-size: 16px;
    font-weight: 200;
    display: block;
    color: #999;
}

.news_tab {
    margin-top: 10px;
}

.news_tab li {
    display: inline-block;
    background: #fff;
    box-shadow: 0px 0px 20px #eee;
    width: 171px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 30px;
}

.news_tab li+li {
    margin-left: 19px;
}

.news_tab li a {
    font-size: 18px;
    font-weight: 100;
    color: #666;
    display: block;
    height: 42px;
    line-height: 42px;
}

.news_tab li.on {
    color: #fff;
    background: linear-gradient(-90deg, #1246b3, #1246b3);
    width: 171px;
    height: 42px;
    line-height: 42px;
}

.news_tab li.on a {
    color: #fff !important;
}

.news_a {
    margin-right: 17px;
}

.news_a em {
    position: relative;
    font-size: 20px;
    color: #c2c2c2;
    top: 8px;
}

.news_a .sPrev,
.news_a .sNext {
    position: absolute;
    top: 2px;
    font-size: 20px;
    color: #c2c2c2;
    cursor: pointer;
}

.news_a .sPrev {
    right: 5px;
    transform: rotate(-90deg);
}

.news_a .sNext {
    left: 5px;
    transform: rotate(90deg);
}

.news_a i:hover {
    color: #005cab;
}

.news_list {
    height: 28vw;
    min-height: 500px !important;
    width: 100%;
    overflow: hidden;
}

.news_list .tempWrap {
    width: 100% !important;
}

.news_list .news_div {
    height: 100%;
}

.news_list .news_div_item {
    width: 25%;
    display: inline-block;
    position: relative;
    height: 500px;
    transition: 0.5s;
    padding: 30px 40px 1px;
    border-right: 1px #eee solid;
}

.news_list .news_div_item:first-child {
    border-left: 1px #eee solid;
}

.news_list .news_div_item_date {
    font-weight: 400;
    height: 26px;
    line-height: 22px;
}

.news_list .news_div_item_content {
    padding-right: 14px;
    padding-bottom: 90px;
}

.news_list .news_div_item_year,
.news_list .news_div_item_month,
.news_list .news_div_item_day {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    color: #999;
}

.news_list .news_div_item_a {
    font-size: 18px;
    display: block;
    margin-bottom: 16px;
    position: relative;
    transition: 0.3s;
    font-weight: normal;
    color: #222;
}

.news_list .news_div_item_a::before {
    position: absolute;
    content: '查看详情';
    bottom: -152px;
    left: 0;
    width: 0;
    height: 33px;
    background: #fff;
    border-radius: 40px;
    line-height: 33px;
    color: #999;
    font-size: 15px;
    transition: 0.5s;
    padding-left: 43px;
    border: 1px #eee solid;
    font-weight: 100;
    display: none;
}

.news_list .news_div_item_a::after {
    position: absolute;
    content: '';
    bottom: -141px;
    font-size: 43px;
    background: url(https://memberpic.114my.com.cn/dgth88/uploadfile/image/20250427/20250427202336_1576880300.png) no-repeat center;
    width: 18px;
    height: 14px;
    left: 0;
    transition: 0.5s;
}

.news_list .news_div_item_body {
    font-size: 14px;
    color: #666;
    font-weight: 100;
    line-height: 24px;
}

.news_list .news_div_item_pic,
.news_list .news_div_item_pic a,
.news_list .news_div_item_image {
    width: 100%;
    height: auto;
    display: block;
}

.news_list .news_div_item_pic {
    height: 15vw;
    overflow: hidden;
}

.news_list .news_div_item img {
    transition: 0.3s all linear;
}

.news_list .news_div_item:hover img {
    transform: scale(1.1);
}

.news_list .news_div_item:hover .news_div_item_a {
    color: #1246b3;
    transition: 0.3s;
}

.news_list .news_div_item:hover .news_div_item_a::before {
    padding-left: 40px;
    display: block;
    width: 130px;
}

.news_list .news_div_item:hover .news_div_item_a::after {
    left: 110px;
}

.top30 {
    padding-top: 30px;
}
    /*about*/
    
    .about {
        position: relative;
        padding: 50px 0 0;
        margin-top: 100px;
    }
    
    .about:after {
        content: '';
        margin-right: 0%;
        background: url(https://memberpic.114my.com.cn/dgxunfamj11/uploadfile/image/20251212/20251212195836_1049724223.jpg)no-repeat left;
        width: 50%;
        height: 620px;
        display: block;
        float: right;
        position: absolute;
        right: 0;
        top: 00px;
        z-index: -1;
    }
    
    .about_box {
        margin: 0 auto;
    }
    
    .about_con {
        display: inline-block;
        /* padding-top: 160px;*/
        width: 46%;
        float: left;
        /* margin-top: 60px; */
    }
    
    .about_con p {
        font-size: 40px;
        text-transform: uppercase;
        color: #ccc;
        line-height: 40px;
    }
    
    .about_con p b {
        color: #cd2a2b;
        font-weight: bold;
        background-image: linear-gradient(to right, #cd2a2b 0, #cd2a2b 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
    
    .about_con em {
        display: flex;
        flex-direction: column;
        font-size: 30px;
        padding-top: 10px;
        color: #333
    }
    
    .about_con em span {
        font-size: 15px;
        line-height: 30px;
        padding-top: 45px;
        color: #444;
    }
    
    .about_con a {
        width: 164px;
        height: 44px;
        border: 1px solid #eee;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #666;
        margin-top: 30px;
        border-radius: 28px;
    }
    
    .about_con a:hover {
        background: #1246b3;
        color: #fff
    }
    
    @media screen and (max-width: 1920px) and (min-width: 1400px) .box1 {
        max-width: 1400px;
    }
    
    .box1 {
        width: 1600px;
    }
    
    .ab_b {
        margin-top: 45px;
        padding: 40px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background: #1246b3;
        float: left;
        border-radius: 0px;
    }
    
    .ab_b ul {
        width: 80%;
        display: flex;
        justify-content: space-between;
        margin-left: 10%;
    }
    
    .ab_b li i {
        font-size: 40px;
        color: #fff;
        display: inline-block;
        font-family: Arial;
    }
    
    .ab_b ul p {}
    
    .ab_b li span {
        display: inline-block;
        font-size: 15px;
        color: #fff;
        margin-left: 5px;
    }
    
    .ab_b li em {
        font-size: 16px;
        margin-top: 20px;
        color: #fff;
    }
    
    .ab_b ul li {
        text-align: center;
    }
    
    .ab_b>p {
        width: 49%;
        font-size: 138px;
        text-transform: uppercase;
        color: #eee;
        font-weight: bold;
        letter-spacing: 25px;
        text-align: right;
        font-family: Arial;
        font-weight: 800;
    }
    /*video_sp*/
    
    .video_sp {
        float: left;
        padding: 27px 0px;
    }
    
    .ripple img {
        width: 32px;
        height: 32px;
        position: relative;
        z-index: 5;
    }
    
    .ripple,
    .ripple:before,
    .ripple:after {
        position: absolute;
        left: 52%;
        top: 62%;
        height: 90px;
        width: 90px;
        margin-top: -56px;
        margin-left: -47px;
        border-radius: 50%;
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
        box-shadow: 0 0 0 0 #7f7f7f;
        animation: ripple 3s infinite;
        background: rgba(255, 255, 255, 0.64);
    }
    
    .ripple {
        padding: 6px 3px;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .ripple:before {
        -webkit-animation-delay: .9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .ripple:after {
        -webkit-animation-delay: .6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .video_box {
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 600ms ease;
    }
    
    .video_box.cur {
        opacity: 1;
        z-index: 999;
        transition: 600ms ease;
    }
    
    .video {
        position: fixed;
        top: -100%;
        left: 0%;
        margin-top: -300px;
        /*margin-left:-575px;*/
        transition: 600ms ease;
    }
    
    .video_box.cur .video,
    .video_box.cur .video_x {
        top: 0%;
        transition: 600ms ease;
left: 80%;

    }
    
    .video_x1 {}
    
    @-webkit-keyframes ripple {
        70% {
            -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
            box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
            box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        }
    }
    
    .video_box {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 600ms ease;
    }
    
    .video_box.cur {
        opacity: 1;
        z-index: 999;
        transition: 600ms ease;
    }
    
    .video {
        position: absolute;
        top: -100%;
        left: 0%;
        margin-top: -200px;
        margin-left: -780px;
        transition: 600ms ease;
    }
    
    .video_box.cur .video,
    .video_box.cur .video_x {
        top: 40%;
        left: 110%;
        transition: 600ms ease;
    }
    
    .video_x {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background: #fff;
        position: relative;
        top: -100%;
        left: 0%;
        margin-left: 480px;
        margin-top: -260px;
        text-align: center;
        line-height: 50px;
        font-size: 22px;
        font-weight: lighter;
        cursor: pointer;
        transition: 600ms ease;
        color: #333;
    }
    
    @keyframes ripple {
        70% {
            -webkit-box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
            box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
        }
    }
    /*mod*/
    
    .mod {
        width: 100%;
        padding: 90px 0 90px;
        background: url() center no-repeat;
        position: relative;
    }
    
    .mod_box {
        max-width: 1600px;
        margin: 0 auto;
    }
    
    .mod_con {
        max-width: 500px;
        padding: 10% 10% 10% 0;
        position: relative;
        z-index: 5;
    }
    
    .mod_con i {
        width: 420px;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        display: inline-block;
        margin: 12px 0 36px;
    }
    
    .mod_tit {}
    
    .mod_tit p {
        font-size: 46px;
        display: flex;
        flex-direction: column;
        color: #333;
        line-height: 56px;
        font-weight: bold;
    }
    
    .mod_tit p span {
        font-size: 24px;
        color: #666;
        line-height: 44px;
        font-weight: normal;
    }
    
    .mod_sub {}
    
    .mod_sub p {
        font-size: 18px;
        color: #333;
        display: flex;
        flex-direction: column;
    }
    
    .mod_sub p span {
        font-size: 16px;
        line-height: 28px;
        padding-top: 30px;
    }
    
    .mod_sub em {
        font-size: 20px;
        color: #333;
        display: flex;
        align-items: center;
        line-height: 40px;
        padding-top: 40px;
    }
    
    .mod_sub em span {
        font-size: 36px;
        font-family: "Times";
    }
    
    .mod_sub a {
        width: 145px;
        height: 40px;
        background: #fc0100;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        display: block;
        margin-top: 60px;
    }
    
    .mod_txt {
        position: absolute;
        background: rgba(255, 255, 255, 0.85);
        right: 0;
        top: -0px;
        width: 66%;
        height: 100%;
        padding: 73px 150px;
    }
    
    .mod_txt p {
        font-size: 36px;
        color: #333;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        font-weight: bold;
        font-family: 'samsungsharpsans-b';
    }
    
    .mod_txt p span {
        font-size: 24px;
        font-weight: normal;
    }
    
    .feedbackbox {
        border-radius: 20px;
        margin: 0px auto;
        position: relative;
    }
    
    .feedbackbox>#feedback_form>.name,
    .feedback>#feedback_form>.tel {
        width: 50%;
        float: left;
        margin-bottom: 6px;
    }
    
    .feedbackbox>#feedback_form>.tel {
        float: left;
        width: 50%;
        margin-bottom: 15px;
    }
    
    .feedbackbox>#feedback_form>.fcontent {
        clear: both;
        margin: 20px auto 15px auto;
        display: block;
        width: 100%;
        float: none;
    }
    
    .feedbackbox>#feedback_form>.fcontent textarea {
        width: 98%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        line-height: 20px;
        height: 74px;
        padding: 12px 20px;
        color: #454545;
        background: none;
        border-radius: 10px;
    }
    
    .feedbackbox>#feedback_form>.col4 input {
        width: 96%;
        height: 50px;
        line-height: 50px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        padding: 0 20px;
        font-size: 14px;
        color: #454545;
        background: none;
        border-radius: 10px;
    }
    
    .feedbackbox>#feedback_form>#tianxieone>#tianxiethree input {
        width: 158px;
        line-height: 50px;
        height: 50px;
        border: 1px solid #ccc;
        padding: 0 20px 0 20px;
        display: inline-block;
        background: none;
        border-radius: 10px;
    }
    
    .feedbackbox>#feedback_form>#tianxieone>#tianxiethree img {
        height: 30px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        right: 10px;
        top: 13px;
        cursor: pointer;
    }
    
    .feedbackbox>#feedback_form>#tianxieone {
        position: relative;
        width: 270px;
        float: left;
    }
    
    .feedbackbox>#feedback_form>.feedback_btn {
        width: 540px;
        height: 46px;
        display: inline-block;
        cursor: pointer;
    }
    
    .feedbackbox>#feedback_form:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .feedbackbox>#feedback_form>.feedback_btn input {
        width: 258px;
        height: 100%;
        display: block;
        line-height: 46px;
        border: 0 none;
        background: #1246b3;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
margin-top: 45px;
    border-radius: 36px;
    }
    
    .feedbackbox>#feedback_form>.feedback_btn:hover input {
        background: #1246b3;
    }
    
    input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3);
    }
    
    textarea::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3);
    }
    
    #frame5 {
        height: 100%;
    }
    
    #frame5 .left {
        width: 50%;
        padding: 5% 80px 5% calc((100% - 1400px)/2);
        background-color: #f8fbff;
    }
    
    @media screen and (max-width: 1366px) {
        #frame5 .left {
            padding: 6% 80px 40px calc((100% - 1400px)/2);
        }
    }
    
    #frame5 .right {
        width: 50%;
        padding: 5% calc((100% - 1400px)/2) 80px 5%;
        background: url(https://memberpic.114my.com.cn/dgxunfamj11/uploadfile/image/20251212/20251212194857_1266603939.jpg) center right;
    }
    
    @media screen and (max-width: 1366px) {
        #frame5 .right {
            padding: 6% calc((100% - 1400px)/2) 40px 80px;
        }
    }
    
    #frame5 .title {
        margin-bottom: 25px;text-align: left;

    }
    
    #frame5 .title h3 {
        font-size: 24px;
        color: #cd2a2b;
        font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }
    
    #frame5 .title h2 {
        font-size: 40px;
        line-height: 70px;
        color: #140000;
        font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
        margin-top: 8px;
    }
    
    #frame5 .title p {
        font-size: 18px;
        line-height: 30px;
        color: #777;
        font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
        margin-top: 0px;
    }
    
    #frame5 .morelink:hover {
        color: #1246b3;
    }
    
    #frame5 .faqlist dl {
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 25px;
        background-color: #fff;
    }
    
    #frame5 .faqlist dl dt {
        padding: 20px 20px 20px 60px;
        position: relative;
        font-size: 18px;
        line-height: 36px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    #frame5 .faqlist dl dt:before {
        content: "\e660";
        font-family: iconfont;
        font-size: 30px;
        line-height: 46px;
        position: absolute;
        left: 15px;
        top: 15px;
        transition: all 0.3s;
    }
    
    #frame5 .faqlist dl dd {
        padding: 0 20px;
        font-size: 16px;
        color: #666;
        height: 0;
        overflow: hidden;
        transition: all 0.3s;
    }
    
    #frame5 .faqlist dl.active dt {
        background-color: #1246b3;
        color: #fff;
    }
    
    #frame5 .faqlist dl.active dt:before {
        transform: rotate(90deg);
    }
    
    #frame5 .faqlist dl.active dd {
        padding: 35px 20px;
        height: auto;
        line-height: 24px;
    }
    
    footer {
        padding-top: 3%;
        overflow: hidden;
        background-color: #3d3d3d;
    }
    
    footer .container {
        width: 100%;
        padding: 0 15px;
        max-width: 1760px;
    }
    
    .flex_between {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        height: 100%;
    }
    
    .container {
        max-width: 1760px;
        padding: 0 15px;
        width: 100%;
        margin: 0 auto;
    }
    
    footer dl {}
    
    footer dl dt {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 20px;
        position: relative;
        color: #fff;
        font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    }
    
    footer dl dd {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5px;
        position: relative;
        color: #dfdfdf;
    }
    
    @media screen and (max-width: 1366px) {
        footer dl dd {
            font-size: 15px;
            line-height: 24px;
            margin-bottom: 2px;
        }
    }
    
    footer dl dd>a {
        font-size: 15px !important;
        line-height: 30px;
        display: inline-block;
        color: #dfdfdf !important;
        ;
    }
    
    footer dl dd em {
        width: 4px;
        height: 4px;
        background-color: #1246b3;
        vertical-align: middle;
        transition: all 0.2s;
        margin-top: -2px;
        border-radius: 50%;
        margin-right: 5px;
    }
    
    footer dl dd>a:hover {
        color: #fff;
        text-decoration: underline;
    }
    
    #fck1 {
        width: 300px;
        margin-top: 2%;
        margin-right: 7%;
    }
    
    #fck2 {
        width: 9%;
        margin: 0;
    }
    
    #fck3 {
        width: 13%;
        margin: 0;
    }
    
    #fck4 {
        width: 24%;
        margin: 0;
    }
    
    #fck5 {
        width: 12%;
    }
    
    #fck1 p {
        margin-top: 20px;
        color: #eee;
        font-size: 16px;
        line-height: 30px;
    }
    
    footer #fck4 dl dd {
        padding-left: 25px;
    }
    
    footer #fck4 dl dd>i {
        position: absolute;
        font-size: 20px;
        color: #fff;
        left: 0;
        line-height: 30px;
    }
    
    #fck5 .img {
        width: 120px;
        margin: 0;
    }
    
    #fck5 .img img {
        width: 120px;
        margin: 0;
    }
    
    .footlogo img {}
    
    .foot_by {
        overflow: hidden;
        text-align: center;
        padding-top: 1%;
        padding-bottom: 1%;
        background-color: #2d2d2d;
        margin-top: 3%;
    }
    
    .foot_by .footdiv {
        font-size: 16px;
        line-height: 30px;
        margin: 0;
        display: inline-block;
        color: #fff;
    }
    
    .foot_by .footdiv a {
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        color: #fff;
    }
    
    .foot_by .footdiv.fl {
        text-align: left;
        float: left;
    }
    
    .foot_by .footdiv.fr {
        text-align: right;
        float: right;
    }
    
    .foot_by .footdiv a:hover {
        text-decoration: underline;
        color: #fff;
    }
    
    .foot_by .footdiv a.by {
        text-decoration: underline;
        color: #0067f8;
    }
    
    .bq_ewm {
        display: flex;
        padding-top: 50px;
        position: relative;
    }
    
    .bq_ewm li span {
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 0%;
        font-size: 14px;
        text-align: center;
        line-height: 36px;
        color: #fff;
        background: #1246b3;
    }
    
    .bq_ewm li:hover span {
        background: #000;
        border-color: #000;
    }
    
    .ewm_cc {
        position: absolute;
        top: -50px;
        left: 13px;
        display: none;
    }
    
    .ewm_cc img {
        width: 100px!important;
    }
    
    .bq_r {
        width: 35%;
        padding: 90px 0 0;
        padding-left: 80px;
        position: relative;
        background: url() no-repeat -22px 54px;
        margin-left: 5%;
    }
    
    .bq_r:after {
        position: absolute;
        content: "";
        width: 300px;
        height: 100%;
        top: 0;
        right: -300px;
    }
    
    .bq_lx {
        line-height: 36px;
    }
    
    .bq_lx li {
        font-size: 14px;
        color: #ccc;
        line-height: 22px;
    }
    
    .bq_ewm li+li {
        margin-left: 10px;
    }
    /*link*/
    
    .link_bg {
        height: 100px;
        position: relative;
        margin-top: 0px;
        background: #232323;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .linkTagcs li a {
        font-size: 14px;
    }
    
    .links_r a {
        font-family: "iconfont" !important;
        font-size: 42px;
        font-style: normal;
        color: rgba(255, 255, 255, 0.3);
        display: inline;
        height: 80px;
        display: block;
        line-height: 80px;
    }
    
    .links_l {
        display: flex;
        align-items: center;
    }
    
    .l_wz {
        margin-left: 12px;
        position: relative;
    }
    
    .l_wz b {
        font-size: 25px;
        color: #fff;
        line-height: 21px;
    }
    
    .l_wz p {
        color: rgba(255, 255, 255, 0.38);
    }
    
    .links {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-between;
    }
    
    .links .container {
        width: 100%;
        padding: 0 15px;
        max-width: 1760px;
    }
    
    .links>div {
        display: flex;
        align-items: center;
        height: 100%;
    }
    
    .links_m {
        margin-left: 25px;
    }
    
    .linkTagcs li a {
        color: rgba(255, 255, 255, 0.38)!important;
    }
    /*--serverBar--*/
    
    .serverBar {
        display: none;
        position: fixed;
        z-index: 999;
        top: 30%;
        right: 0;
        transform: translateY(-50%);
    }
    
    .serverBar li {
        position: relative;
        margin-bottom: 10px;
        line-height: 26px;
    }
    
    .serverBar li a {
        display: block;
        padding: 5px;
        width: 60px;
        height: 60px;
        text-align: center;
        color: #000 !important;
        background: #fff;
        border: #f0f0f0 solid 1px;
    }
    
    .serverBar li a>i {
        display: block;
        font-size: 22px;
        line-height: 28px;
    }
    
    .serverBar li a>span {
        display: block;
        font-size: 14px;
    }
    
    .serverBar li:hover a {
        color: #fff !important;
        background: #324476;
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .serverBar li .infos {
        display: none;
        position: absolute;
        right: 60px;
        padding: 10px;
        background: #fff;
        border: #f0f0f0 solid 1px;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    }
    
    .serverBar li .tel {
        top: 0;
    }
    
    .serverBar li .tel dt {
        padding-bottom: 6px;
        font-size: 14px;
        color: #666;
        border-bottom: #f0f0f0 solid 1px;
    }
    
    .serverBar li .tel dd {
        padding-top: 6px;
        font-size: 20px;
        font-family: "DIN Medium";
        color: #324476;
        white-space: nowrap;
    }
    
    .serverBar li .QRcode {
        bottom: 0;
        overflow: hidden;
    }
    
    .serverBar li .QRcode .item1 {
        overflow: hidden;
    }
    
    .serverBar li .QRcode .item1 i {
        display: block;
        width: 100px;
    }
    
    .serverBar li .QRcode .item1 img {
        display: block;
        width: 100%;
    }
    
    .serverBar li .QRcode .item1 p {
        font-size: 14px;
        color: #000;
        text-align: center;
    }
    
    .serverBar li:hover .infos {
        display: block;
    }
    
    @media(max-width:1200px) {
        .serverBar {
            display: none !important;
        }
    }
    /*--end serverBar--*/
    
    .pr_box1 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    #c_product_list_039-167046496493701 .e_container-6 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: auto;
        margin-left: auto;
        margin-bottom: 0px;
        transition-property: all;
        transition-radio: hover;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        display-radio: flex;
        background-color: rgba(243, 244, 244, 1);
        padding-bottom: 0px;
        margin-top: 15px;
        min-height: 0px;
        height: 350px;
        overflow: hidden;
    }
    
    @media screen and (max-width: 1366px) {
        #c_product_list_039-167046496493701 .e_container-6 {
            height: 217px;
        }
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        max-width: 100%
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        display-radio: 1;
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_loopitem {
        flex: 0 0 49%;
        position: relative;
        margin-right: 1%
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_loopitem:hover .e_container-12 {
        margin-top: -354px;
        height: 354px;
    }
    
    @media screen and (max-width: 1366px) {
        #c_product_list_039-167046496493701 .e_loop-1 .p_loopitem:hover .e_container-12 {
            margin-top: -284px;
            height: 284px;
        }
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_loopitem:hover .e_text-19 {
        margin-top: 283px
    }
    
    @media screen and (max-width: 1366px) {
        #c_product_list_039-167046496493701 .e_loop-1 .p_loopitem:hover .e_text-19 {
            margin-top: 203px
        }
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_page {
        text-align: center
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_filter_wrapper {
        width: 100%;
        font-size: 13px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_kv_wrapper {
        display: inline-block;
        flex-wrap: nowrap;
        line-height: 24px;
        margin: 15px 0;
        width: 33%
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_filter_key {
        width: 70px;
        overflow: hidden;
        margin-right: 10px;
        font-weight: bold;
        color: #333333;
        font-size: 12px;
        display: none
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_v_item {
        display: inline-block;
        padding: 0 3px;
        cursor: pointer;
        font-size: 13px;
        color: #555555;
        margin-right: 30px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_active .p_fbutton {
        color: #fff;
        background-color: cornflowerblue
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_result_item {
        position: relative;
        padding: 3px 20px 3px 10px;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin-right: 10px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_filter_close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px;
        font-style: normal;
        font-size: 16px;
        margin-top: -5px;
        cursor: pointer
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect {
        font-size: 13px;
        position: relative
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .inputWrap {
        width: 100%;
        min-width: 100px;
        min-height: 24px;
        border: 1px solid #DCDFE6;
        border-radius: 3px;
        position: relative;
        cursor: pointer;
        background: white
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect.is-invalid .inputWrap {
        border-color: #dc3545
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect ul {
        padding: 0 5px;
        margin: 0;
        padding-right: 35px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect ul,
    li {
        list-style: none
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect li {
        display: inline-block;
        background: #edf0f3;
        color: #92969c;
        padding: 0px 5px;
        margin: 1px 5px 1px 0;
        border-radius: 5px;
        line-height: 16px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .multSelect-option {
        width: 100%;
        border: 1px solid #DCDFE6;
        border-radius: 2px;
        border-top: 0;
        max-height: 200px;
        overflow-y: scroll;
        position: absolute;
        height: 0;
        opacity: 0;
        z-index: 9;
        background: #fff
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .multSelect-option>div {
        line-height: 24px;
        cursor: pointer;
        padding: 0 10px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .multSelect-option>div.selected {
        color: #409eff
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .multSelect-option>div:hover {
        color: #409eff;
        background: #f3f6f9
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .fa-close {
        font-style: normal;
        font-size: 12px;
        padding: 0 5px 0 7px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .inputWrap>.fa svg {
        fill: #666;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: calc(50% - 3px)
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
        transform: rotate(-90deg)
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
        transform: rotate(90deg)
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .placeholder {
        line-height: 40px;
        padding-left: 10px;
        color: #aaa;
        position: absolute;
        left: 0;
        top: 0
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_normal_start {
        display: inline;
        width: 60px;
        height: 22px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_date_start {
        display: inline;
        width: 105px;
        height: 22px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_normal_end {
        display: inline;
        width: 60px;
        height: 22px;
        margin-right: 5px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_date_end {
        display: inline;
        width: 105px;
        height: 22px;
        margin-right: 5px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_split {
        margin: 0 5px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_normal {
        margin-right: 16px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_fbutton {
        background-color: #007bff;
        text-decoration: none;
        color: white;
        font-size: 14px;
        text-align: center;
        padding: 10px;
        border-radius: 5px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .input-check,
    #c_product_list_039-167046496493701 .e_loop-1 .input-radio {
        margin: 0 5px;
        vertical-align: text-top
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .position-left {
        display: flex
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .position-right {
        display: flex;
        flex-direction: row-reverse
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .position-bottom {
        display: flex;
        flex-direction: column-reverse
    }
    
    .s_title {
        font-size: 16px;
        color: #333;
        line-height: 1;
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        display-radio: 1
    }
    
    #c_product_list_039-167046496493701 .e_image-3 {
        overflow: hidden;
        transition-property: all;
        transition-duration: 0.8s;
        background: #e2e2e2;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        display-radio: 1;
        background-color: #e2e2e2;
    }
    
    #c_product_list_039-167046496493701 .e_image-3 img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }
    
    #c_product_list_039-167046496493701 .e_container-6>.p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }
    
    #c_product_list_039-167046496493701 .e_text-10 {
        line-height: 24px;
        font_radio: 2;
        font-size: 16px;
        color: rgba(0, 0, 0, 1);
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display-radio: -webkit-box;
        font-weight: normal;
        margin-top: 0px;
        transition: 0.5s
    }
    
    #c_product_list_039-167046496493701 .e_text-10 a {
        font-size: 20px;
        font-weight: bold;
    }
    
    #c_product_list_039-167046496493701 .e_container-12 {
        display: flex;
        position: relative;
        z-index: 2;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-top: -67px;
        padding-left: 30px;
        padding-right: 30px;
        display-radio: flex;
        background-color: rgba(255, 255, 255, 0.8);
        padding-top: 15px;
        padding-bottom: 15px;
        transition: 0.5s
    }
    
    @media screen and (max-width: 1366px) {
        #c_product_list_039-167046496493701 .e_container-12 {
            margin-top: -132px;
        }
    }
    
    #c_product_list_039-167046496493701 .e_container-12>.p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }
    
    #c_product_list_039-167046496493701 .e_container-6:hover .e_line-14 {
        width: 100%;
        display: none
    }
    
    #c_product_list_039-167046496493701 .e_line-14 {
        transition-property: all;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        width: 0px;
        display: none
    }
    
    #c_product_list_039-167046496493701.response-animated .e_container-6 {
        animation-name: none, none;
        animation-delay: 0.0s, 0.6s;
        animation-duration: 0.6s, 0.6s;
        animation-iteration-count: 1, 1
    }
    
    #c_product_list_039-167046496493701 .e_container-6:hover img {
        opacity: 1;
        transform: scale(1.1);
        transition: all .6s
    }
    
    #c_product_list_039-167046496493701 .e_container-6:hover .e_image-3 {}
    
    #c_product_list_039-167046496493701 .e_text-17 a {
        line-height: 22px;
        font-size: 16px;
    }
    
    #c_product_list_039-167046496493701 .e_text-17 {
        line-height: 22px;
        font_radio: 2;
        font-size: 14px;
        text-align: left;
        color: rgba(102, 102, 102, 1);
        position: absolute;
        top: 31%;
        z-index: 9;
        bottom: auto;
        right: auto;
        display: none;
        transition-property: all;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        font-weight: normal;
        left: 28px;
        display-radio: none;
        max-width: 100%;
    }
    
    #c_product_list_039-167046496493701 .e_container-6:hover .e_text-17 {
        display: block
    }
    
    #c_product_list_039-167046496493701 .e_text-19 {
        line-height: 1.8;
        font_radio: 2;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.3);
        margin-top: 7px;
        padding-left: 0px;
        padding-right: 0px;
        display-radio: -webkit-box;
        font-family: Microsoft YaHei;
        margin-bottom: 0px;
        transition: 0.5s
    }
    
    #c_product_list_039-167046496493701 .e_text-19 a {
        color: rgba(0, 0, 0, 0.4);
    }
    
    #c_product_list_039-167046496493701 .e_container-6 .p_item {
        display-radio: 1
    }
    
    .transit,
    .nav-close,
    .at_once span,
    .combie_list li,
    .show_industry a,
    .show_industry a i,
    .vd_btn a,
    .fixed_left {
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
    }
    
    .active .protection span,
    .fixed_left li,
    .aldehyde_des i,
    .envi_list i,
    .envi_list li p,
    .join_investment_close,
    .liaojie_close i,
    .industry_des_con a i,
    .muban_des i {
        transition: all 0.4s linear;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
    }
    
    .protection .line i,
    .join,
    .footer-fix,
    .envi_line,
    .intro_control a i {
        transition: all 0.6s linear;
        -webkit-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
    }
    
    .made li,
    .section4 .protection_box::before,
    .section7 .protection_box::before,
    .move_step li,
    .envi_list li {
        transition: all 1s linear;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        -moz-transition: all 1s linear;
    }
    
    .step_line {
        transition: all 2.6s linear .2s;
        -webkit-transition: all 2.6s linear .2s;
        -o-transition: all 2.6s linear .2s;
        -moz-transition: all 2.6s linear .2s;
    }
    
    .trans,
    .nav-box {
        -webkit-transition: all .6s cubic-bezier(0.245, 0.145, 1.355, 1);
        -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
        -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
        -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
        transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    }
    /**/
    
    .vd_btn a:hover {
        transform: rotate(120deg);
        -webkit-transform: rotate(120deg);
        -o-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
    }
    
    .join_investment_close:hover,
    .liaojie_close:hover i,
    .industry_des_con a:hover i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    /**/
    
    .join1 a:hover::before,
    .join2 a:hover::before {
        animation: move 1s linear infinite;
        -webkit-animation: move 1s linear infinite;
        -moz-animation: move 1s linear infinite;
        -o-animation: move 1s linear infinite;
    }
    
    @keyframes move {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(10px, 0);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    
    @-webkit-keyframes move {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(10px, 0);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    
    .join3 a:hover::before {
        animation: move3 1s linear infinite;
        -webkit-animation: move3 1s linear infinite;
        -moz-animation: move3 1s linear infinite;
        -o-animation: move3 1s linear infinite;
    }
    
    @keyframes move3 {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(0, 10px);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    
    @-webkit-keyframes move {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(0, 10px);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    
    .join4 a:hover::before {
        animation: move4 1s linear infinite;
        -webkit-animation: move4 1s linear infinite;
        -moz-animation: move4 1s linear infinite;
        -o-animation: move4 1s linear infinite;
    }
    
    @keyframes move4 {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(-10px, 0);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    
    @-webkit-keyframes move {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(-10px, 0);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    /**/
    
    .section6.active .join_title {
        animation: smalltoBig 1s linear;
        -webkit-animation: smalltoBig 1s linear;
        -moz-animation: smalltoBig 1s linear;
        -o-animation: smalltoBig 1s linear;
    }
    
    @keyframes smalltoBig {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
        }
    }
    
    @-webkit-keyframes smalltoBig {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
        }
    }
    /**/
    
    .active .protection span:hover,
    .section4 .protection a:hover span,
    .section7 .protection span:hover,
    .aldehyde_des i:hover,
    .toshdow,
    .ppsp:hover i,
    .muban_des i:hover {
        animation: toShadow 1.5s linear infinite;
        -webkit-animation: toShadow 1.5s linear infinite;
        -moz-animation: toShadow 1.5s linear infinite;
        -o-animation: toShadow 1.5s linear infinite;
    }
    
    @keyframes toShadow {
        0% {
            box-shadow: 0 0 0 #ddd;
            -webkit-box-shadow: 0 0 0 #ddd;
        }
        50% {
            box-shadow: 0 0 32px #ddd;
            -webkit-box-shadow: 0 0 20px #ddd;
        }
        100% {
            box-shadow: 0 0 0 #ddd;
            -webkit-box-shadow: 0 0 0 #ddd;
        }
    }
    
    @-webkit-keyframes toShadow {
        0% {
            box-shadow: 0 0 0 #ddd;
            -webkit-box-shadow: 0 0 0 #ddd;
        }
        50% {
            box-shadow: 0 0 32px #ddd;
            -webkit-box-shadow: 0 0 20px #ddd;
        }
        100% {
            box-shadow: 0 0 0 #ddd;
            -webkit-box-shadow: 0 0 0 #ddd;
        }
    }
    
    .ljyd:hover i,
    .market_vd:hover i {
        animation: toShadow2 1.5s linear infinite;
        -webkit-animation: toShadow2 1.5s linear infinite;
        -moz-animation: toShadow2 1.5s linear infinite;
        -o-animation: toShadow2 1.5s linear infinite;
    }
    
    @keyframes toShadow2 {
        0% {
            box-shadow: 0 0 0 #fff;
            -webkit-box-shadow: 0 0 0 #fff;
        }
        50% {
            box-shadow: 0 0 32px #fff;
            -webkit-box-shadow: 0 0 20px #fff;
        }
        100% {
            box-shadow: 0 0 0 #fff;
            -webkit-box-shadow: 0 0 0 #fff;
        }
    }
    
    @-webkit-keyframes toShadow2 {
        0% {
            box-shadow: 0 0 0 #fff;
            -webkit-box-shadow: 0 0 0 #fff;
        }
        50% {
            box-shadow: 0 0 32px #fff;
            -webkit-box-shadow: 0 0 20px #fff;
        }
        100% {
            box-shadow: 0 0 0 #fff;
            -webkit-box-shadow: 0 0 0 #fff;
        }
    }
    /**/
    
    .section3.active .slide_Left,
    .section5.active li.li1,
    .slideInLeft,
    .hangye.active li.slideInLeft {
        -webkit-animation: slideInLeft 1.2s both;
        animation: slideInLeft 1.2s both;
    }
    
    @-webkit-keyframes slideInLeft {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateX(-2000px);
            -ms-transform: translateX(-2000px);
            -moz-transform: translateX(-2000px);
            -o-transform: translateX(-2000px);
            transform: translateX(-2000px);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -moz-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    
    @keyframes slideInLeft {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateX(-2000px);
            -ms-transform: translateX(-2000px);
            -moz-transform: translateX(-2000px);
            -o-transform: translateX(-2000px);
            transform: translateX(-2000px);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -moz-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    /**/
    
    .slideInRight,
    .hangye.active li.slideInRight {
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    
    @-webkit-keyframes slideInRight {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateX(2000px);
            -ms-transform: translateX(2000px);
            transform: translateX(2000px);
            -moz-transform: translateX(2000px);
            -o-transform: translateX(2000px);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }
    
    @keyframes slideInRight {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateX(2000px);
            -ms-transform: translateX(2000px);
            transform: translateX(2000px);
            -moz-transform: translateX(2000px);
            -o-transform: translateX(2000px);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }
    /**/
    
    .section5.active li.li3,
    .section5.active li.li5,
    .slideInUp {
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    
    @-webkit-keyframes slideInUp {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateY(2000px);
            -ms-transform: translateY(2000px);
            transform: translateY(2000px);
            -moz-transform: translateY(2000);
            -o-transform: translateY(2000);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=1);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }
    
    @keyframes slideInUp {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateY(2000px);
            -ms-transform: translateY(2000px);
            transform: translateY(2000px);
            -moz-transform: translateY(2000);
            -o-transform: translateY(2000);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=1);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }
    /**/
    
    .section5.active li.li2,
    .section5.active li.li4,
    .slideInDown {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    
    @-webkit-keyframes slideInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            -ms-transform: translateY(-2000px);
            transform: translateY(-2000px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @keyframes slideInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            -ms-transform: translateY(-2000px);
            transform: translateY(-2000px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }
    /*7*/
    
    .section7 {
        background: url() no-repeat center center;
        background-size: cover;
    }
    
    .section .overturn {
        transform: translate(20px, 20px) scale(0.5);
        -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
        opacity: 1;
        transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
        height: 100%;
    }
    
    .section.active .overturn {
        transform: translate(0px, 0px) scale(1);
        -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
        opacity: 1;
        transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    }
    
    .sccj_list {
        margin-top: 0px;
    }
    
    .sccj_list td {
        float: left;
        position: relative;
        margin-left: 1.3%;
        overflow: hidden;
    }
    
    .sccj_list td br {
        display: none;
    }
    
    .sccj_list td {
        width: 23.9%;
        height: 100%;
        padding-left: 0!important;
    }
    
    .sccj_list td>a,
    .sccj_list td>a>img {
        width: 100%;
        height: auto;
        transition: 0.5s;
    }
    
    .sccj_list td:hover img {
        transform: translate3d(0px, -30px, 0px);
        transition: 0.5s;
    }
    
    .sccj_list td:nth-child(1) {
        width: 49.5% !important;
        height: 100% !important;
        float: left;
        margin-left: 0px;
    }
    
    .sccj_list td:nth-child(1)>a {
        width: 100% !important;
        height: 100% !important;
        display: block;
    }
    
    .sccj_list td:nth-child(1) img {
        width: 100% !important;
        height: auto !important;
    }
    
    .sccj_list td:nth-child(n+4) {
        margin-top: 1.3%;
    }
    
    .sccj_list td div {
        padding-top: 0px !important;
        position: absolute;
        transition: 0.5s;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #1246b3;
        height: 50px;
        transform: translateY(50px);
        transition: 0.5s;
    }
    
    .sccj_list td:hover div {
        transform: translateY(0px);
        transition: 0.5s;
    }
    
    .sccj_list td div a {
        color: #fff;
        font-size: 19px;
        line-height: 50px;
    }
    
    .pro_tab {
        margin-top: 0px;
    }
    
    .pro_nav {
        width: auto;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    
    .pro_nav table {
        width: 100% !important;
    }
    
    .pro_nav table tr {
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
    }
    
    .pro_nav table tr td {
        text-align: center;
        background: #444;
        display: inline-block;
        width: 25%;
        height: 65px;
        position: relative;


    }
    
    .pro_nav table tr td:after {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 9px solid #1246b3;
        border-right: 7px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 7px solid transparent;
        position: absolute;
        top: 58px;
        left: 45%;
        transition: 0.5s all ease-in-out;
        display: none;
    }
    
    .pro_nav table tr td+td {
        margin-left: 10px;
    }
    
    .pro_nav table tr td a {
        display: block;
        font-size: 18px !important;
        line-height: 65px;
    }
    
    .pro_nav table tr td.on {
        background: #1246b3;
        transition: 0.5s all ease-in-out;
    }
    
    .pro_nav table tr td.on:after {
        display: block;
        transition: 0.5s all ease-in-out;
    }
    
    .pro_nav table tr td:hover {
        text-align: center;
        background: #1246b3;
        display: inline-block;
        width: 25%;
        height: 65px;
        position: relative;
    }
    /*产品中心*/
    
    .prod1_cont .progdwz2021 li {
        width: 19.5%;
        margin-right: 2%;
        float: left;
        border: 1px solid #eee;
        position: relative;
    }
    
    .prod1_cont .progdwz2021 li:nth-child(5n) {
        margin-right: 0;
    }
    
    .prod1_cont .progdwz2021 li>a {
        display: block;
        overflow: hidden;
    }
    
    .prod1_cont .progdwz2021 li>a img {
        width: 100%;
        height: 280px;
        transition: all 0.3s ease-out;
    }
    
    .prod1_cont .progdwz2021 li:hover>a img {
        transform: scale(1.15);
    }
    
    .prod1_cont .progdwz2021 ul {
        display: flex;
    }
    
    .prod1_cont .progdwz2021 ul+ul {
        margin-top: 2%;
    }
    
    .prod1_cont .progdwz2021 li span {
        width: 100%;
    }
    
    .prod1_cont .progdwz2021 li span a {
        display: block;
        font-size: 15px;
        color: #222;
        text-align: center;
        margin: 0 auto 15px;
        transition: all 0.3s ease-out;
        line-height: 30px;
        width: 100%;
height: 30px;
    overflow: hidden;
    }
    
    .prod1_cont .progdwz2021 li:hover span a {
        width: 80%;
        background: #1246b3;
        color: #fff;
    }
    
    .prod1_cont .progdwz2021 li>a:before,
    .prod_cont .progdwz2021 li>a:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background: rgba(12, 86, 245, .05);
        opacity: 0;
        z-index: 1;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s
    }
    
    .prod1_cont .progdwz2021 li:hover>a:before {
        opacity: 1;
        top: 50%;
        bottom: 50%
    }
    
    .prod1_cont .progdwz2021 li:hover>a:after {
        opacity: 1;
        left: 50%;
        right: 50%
    }
    
    .solu_con {
        margin-top: 0px;
    }
    
    .solu_con ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .solu_con li {
        width: 25%;
        height: 700px;
        background: #ffffff;
        text-align: center;
        padding: 90px 0;
        border-right: 1px solid #eeeeee;
        cursor: pointer;
        transition: all 0.5s;
    }
    
    .solu_con li i {
        display: flex;
        justify-content: center;
        font-size: 50px;
        line-height: 33px;
        font-family: din;
    }
    
    .solu_con li b {
        font-size: 30px;
        color: #1246b3;
        line-height: 30px;
        display: flex;
        justify-content: center;
        margin-top: 35px;
    }
    
    .solu_con li p {
        margin-top: 30px;
        padding: 0 30px;
    }
    
    .solu_con li p img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: 1px solid #eee;
        padding: 20px;
    }
    
    .solu_con li em {
        font-size: 17px;
        color: #666666;
        line-height: 30px;
        display: flex;
        margin-top: 21px;
        padding: 0 45px;
    }
    
    .solu_con li a {
        width: 112px;
        height: 32px;
        background: #1246b3;
        font-size: 15px;
        color: #ffffff !important;
        border-radius: 40px;
        line-height: 32px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 36px;
    }
    
    .solu_con li.on {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        margin: 0 auto;
        z-index: 5;
        transition: all 0.5s;
        width: 425px;
        background: #1246b3;
        color: #fff;
    }
    
    .solu_con li.on em {
        color: #fff;
    }
    
    .solu_con li.on b {
        color: #fff;
        transition: all 0.5s;
    }
    
    .solu_con li.on a {
        background: #cd2a2b;
        transition: all 0.5s;
        width: 132px;
    }
    
    .sc_ic ul {
        display: flex;
        justify-content: space-evenly;
    }
    
    .sc_ic {
        overflow: hidden;
    }
    
    .sc_ic button {
        display: none!important;
    }
    
    .sc_ic ul img {
        width: 100%;
        height: auto;
    }
    
    .sc_ic ul li {
        width: 23.5%;
        flex-shrink: 0;
        margin: 0 1%;
    }
    
    .sc_ic ul li p>a {
        display: block;
        height: 55px;
        background: #f3f4f4;
        line-height: 55px;
        text-align: center;
        font-size: 18px;
        font-weight: lighter;
    }
    
    .sc_ic ul li>a {
        display: block;
        position: relative;
    }
    
    .sc_ic ul li>a:before,
    .sc_ic ul li>a:before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.3s;
        top: 0;
        left: 0;
    }
    
    .sc_ic ul li:hover>a:before {
        opacity: 1;
    }
    
    .sc_ic ul li>a:after {
        position: absolute;
        content: "+";
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s, opacity 0.3s;
        margin-top: -20px;
        margin-left: -20px;
        font-weight: bold;
        transform: scale(1.5);
        opacity: 0;
        color: transparent;
    }
    
    .sc_ic ul li:hover>a:after {
        opacity: 1;
        transform: scale(1);
        color: #332a4e;
    }
    
    .w1400 {
        width: 1600px;
        margin: 0 auto;
    }
    
    .page,
    .content {
        width: 1600px;
        margin: 0 auto;
    }
    
    i,
    em {
        font-style: normal;
    }
    
    .t2 {
        text-align: center;
        padding: 0px 0 50px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: "Microsoft YaHei";
    }
    
    .t2 h3 {
        color: #1246b3;
        font-size: 44px;
        line-height: 87px;
        font-weight: bold;
        position: relative;
        z-index: 5;
        letter-spacing: 2px;
        font-family: "Microsoft YaHei";
    }
    
    .t2 p {
        font-size: 18px;
        font-weight: lighter;
        color: #5d5d5d;
        z-index: 5;
    }
    
    .t2 h3 b {
        color: #333;
    }
    
    .t2 h3 span {
        font-size: 91px;
        line-height: 82px;
        color: #f5f5f5;
        font-family: "DIN";
        text-transform: uppercase;
        font-weight: bold;
        position: absolute;
        top: 0;
        z-index: -1;
        left: -55%;
    }
    /*gg*/
    
    .sp_p {
        width: 100%;
        background: url(https://memberpic.114my.com.cn/dgxunfamj11/uploadfile/image/20251212/20251212191345_1547703388.jpg)no-repeat center;
        height: 100%;
        overflow: hidden;
        position: relative;
        background-repeat: no-repeat;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sp_video {
        position: absolute;
        margin-top: 17%;
        width: 100%;
    }
    
    .sp_videot {
        position: relative;
        padding-top: 40%;
    }
    
    .sp_p:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.2);
        top: 0;
        left: 0;
    }
    
    .sp_con {
        color: #fff;
        display: block;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 0px;
        padding: 10% 0%;
    }
    
    .sp_con em {
        font-size: 28px;
        line-height: 42px;
        display: block;
        margin-top: 12px;
        text-align: center;
        position: relative;
    }
    
    .sp_con p {
        font-size: 48px;
        line-height: 45px;
        text-align: center;
        position: relative;
    }
    
    .sp_con p span {
        font-weight: bold;
    }
    /*video_sp*/
    
    .video_sp {
        float: left;
        padding: 27px 0px;
    }
    
    .ripple img {
        width: 32px;
        height: 32px;
        position: relative;
        z-index: 5;
    }
    
    .ripple,
    .ripple:before,
    .ripple:after {
        position: absolute;
        left: 52%;
        top: 62%;
        height: 90px;
        width: 90px;
        margin-top: -56px;
        margin-left: -47px;
        border-radius: 50%;
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
        box-shadow: 0 0 0 0 #7f7f7f;
        animation: ripple 3s infinite;
        background: rgba(255, 255, 255, 0.64);
    }
    
    .ripple {
        padding: 6px 3px;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .ripple:before {
        -webkit-animation-delay: .9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .ripple:after {
        -webkit-animation-delay: .6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .video_box {
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 600ms ease;
    }
    
    .video_box.cur {
        opacity: 1;
        z-index: 999;
        transition: 600ms ease;
    }
    
    .video {
        position: fixed;
        top: -100%;
        left: 0%;
        margin-top: -300px;
        /*margin-left:-575px;*/
        transition: 600ms ease;
    }
    
    .video_box.cur .video,
    .video_box.cur .video_x {
        top: 0%;
        transition: 600ms ease;
    }
    
    .video_x1 {}
    
    @-webkit-keyframes ripple {
        70% {
            -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
            box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
            box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        }
    }
    
    .video_box {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 600ms ease;
    }
    
    .video_box.cur {
        opacity: 1;
        z-index: 999;
        transition: 600ms ease;
    }
    
    .video {
        position: absolute;
        top: -100%;
        left: 0%;
        margin-top: -200px;
        margin-left: -780px;
        transition: 600ms ease;
    }
    
    .video_box.cur .video,
    .video_box.cur .video_x {
        top: 45%;
        transition: 600ms ease;
    }
    
    .video_x {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background: #fff;
        position: relative;
        top: -100%;
        left: 0%;
        margin-left: 480px;
        margin-top: -260px;
        text-align: center;
        line-height: 50px;
        font-size: 22px;
        font-weight: lighter;
        cursor: pointer;
        transition: 600ms ease;
        color: #333;
    }
    
    @keyframes ripple {
        70% {
            -webkit-box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
            box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
        }
    }
    
    .Program {
        padding: 0 2%;
        overflow: hidden;
    margin-bottom: 80px;
    }
    
    .Program td {
        padding-left: 0 !important;
        float: left;
        width: 24.6%;
        margin-right: 0.5%;
        position: relative;
        overflow: hidden;
    }
    
    .Program td br {
        display: none;
    }
    
    .Program td:nth-child(4n) {
        margin-right: 0;
    }
    
    .Program td:nth-child(n+5) {
        margin-top: 0.5%;
    }
    
    .Program td img {
        width: 100%;
        height: 100%;
    }
    
    .Program td a {
        display: block;
    }
    
    .Program td div {
        padding-top: 0px !important;
    }
    
    .Program td div a {
        position: absolute;
        width: 100%;
        text-align: center;
        transition: all 0.5s;
        bottom: -20px;
    }
    
    .Program td:hover div a {
        color: #fff;
        bottom: 47%;
        font-size: 1.5rem;
    }
    
    .Program td::before {
        content: '';
        width: 725px;
        height: 725px;
        position: absolute;
        top: -62%;
        border-radius: 50%;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
        z-index: 0;
        left: -32%;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }
    
    .Program td:hover::before {
        box-shadow: 0px 0px 0px 50rem rgba(0, 0, 0, 0.5) inset;
        -webkit-box-shadow: 0px 0px 0px 50rem rgba(0, 0, 0, 0.6) inset;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }
    
    .Program td:hover::after {
        background-size: 50px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }
    
    @media screen and (max-width:1700px) {
        .Program td::before {
            content: '';
            width: 725px;
            height: 725px;
            position: absolute;
            top: -76%;
            border-radius: 50%;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
            -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
            z-index: 0;
            left: -40%;
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
        }
    }
    /*版权*/
    
    .footWrap {
        background: #222;
        color: #fff;
        position: relative;
        z-index: 951;
        line-height: 25px;
        font-size: 14px;
        margin-top: 0px;
    }
    
    .footWrap>.gy {
        border-top: 10px solid #1246b3;
        transform: translateY(-10px);
    }
    
    .footWrap>.gyc {
        border-top: 10px solid #cd2a2b;
        transform: translateY(-10px);
    }
    
    .footWrap .f_shouy a {
        color: #fff;
        font-size: 16px;
        padding-top: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .hh {
        font-size: 18px;
        position: relative;
        color: #fff;
        font-weight: normal;
        border-bottom: 1px solid rgba(255, 255, 255, 0.19);
        line-height: 62px;
        background: url(https://memberpic.114my.com.cn/jiabeirui/uploadfile/image/20241231/20241231100329_85493900.png) no-repeat right center;
    }
    
    .f_con {
        border-bottom: 1px solid rgba(255, 255, 255, 0.19);
        padding: 20px 0 0;
        display: flex;
        justify-content: space-between;
    }
    
    .f_code {
        width: 19%;
        min-width: 224px;
    }
    
    .f_code p {
        text-align: center;
        float: left;
    }
    
    .f_code p:nth-child(3) {
        margin-left: 12px;
    }
    
    .f_code p img {
        display: block;
        height: 120px;
        background: #fff;
        padding: 7px;
        width: 120px;
        margin-bottom: 8px;
    }
    
    .f_text {
        width: 67%;
        min-width: 954px;
    }
    
    .f_text li {
        float: left;
        font-size: 18px;
        color: #fff;
        width: 38%;
    }
    
    .f_text li:nth-child(3n) {
        width: 226px;
    }
    
    .f_text li span {
        display: block;
        font-size: 17px;
        color: #fff;
        margin-top: 10px;
    }
    
    .f_text li em {
        display: block;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 0px;
    }
    
    .f_wz {
        height: 57px;
        line-height: 47px;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .f_nav {
        height: 64px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .f_nav a {
        color: #fff;
        font-size: 16px
    }
    
    .f_text li span a {
        font-size: 17px;
        text-align: left;
        padding-top: 0;
        color: #fff;
    }
    
    .f_text>ul {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 40px;
    }
    
    .f_text li:nth-child(4),
    .f_text li:nth-child(5),
    .f_text li:nth-child(6) {
        margin-top: 28px;
    }
    
    .ewm {
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
    }
    
    .linkTagcs li a {
        font-size: 14px;
    }
    
    .links_r a {
        font-family: "hji" !important;
        font-size: 42px;
        font-style: normal;
        color: rgba(255, 255, 255, 0.3);
        display: inline;
        height: 80px;
        display: block;
        line-height: 80px;
        padding-left: 32px;
    }
    
    .links_l {
        display: flex;
        align-items: center;
        width: 7.5%;
        min-width: 86px;
    }
    
    .l_wz {
        position: relative;
    }
    
    .l_wz b {
        font-size: 25px;
        color: #fff;
        line-height: 21px;
    }
    
    .l_wz p {
        color: rgba(255, 255, 255, 0.5);
        letter-spacing: 5px;
    }
    
    .links {
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
        height: 100%;
        position: relative;
    }
    
    .links>div {
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .links_m {
        width: 97%;
    }
    
    .linkTagcs li a {
        color: rgba(255, 255, 255, 0.38)!important;
    }
    
    .link_bc {
        height: 56px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
    
    .lin_ic {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        border: 1px solid #fff;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 25px;
    }
    
    .linkTagcs li {
        line-height: 18px!important;
        padding-right: 10px!important;
    }
    
    .linkTagcs li a {
        font-size: 13px!important;
    }
    
    .links>div:nth-child(1) {
        width: calc(100% - 34px);
    }
    
    .links>div:nth-child(2) {}
    
    .linkTagcs {
        width: 100%!important;
    }
    
    .food_wbg {
        background: #1246b3;
    }
    
    .foot_to {
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
    }
    
    .foot_to>a {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .copy_b {
        display: flex;
        justify-content: space-between;
        height: 66px;
    }
    
    .copy_b>div {
        line-height: 66px;
        color: rgba(255, 255, 255, 0.6);
    }
    
    .copy_b>div a {
        color: rgba(255, 255, 255, 0.6);
    }
    
    .copy_b>div a:hover {
        color: rgba(255, 255, 255, 0.8);
    }
    
    .gyc {
        margin: 0 auto;
        max-width: 70%;
        min-width: 1600px;
    }
    /*hz */
    
    .hz {
        width: 1600px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 0%;
    }
    
    .hz h2 {
        margin-bottom: 25px;
        font-weight: normal;
        font-size: 24px;
    }
    
    .hz .jt a {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 42px;
    }
    
    .hz .hzprev a {
        background: url() no-repeat 0 0;
        left: -48px;
    }
    
    .hz .hznext a {
        background: url() no-repeat 0 0;
        right: -48px;
    }
    
    .m_hz {
        width: 1600px;
        margin-top: 0px;
    }
    
    .m_hz ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .m_hz li {
        width: 19%;
        position: relative;
        margin-bottom: 1%;
    }
    
    .m_hz li img {
        display: block;
        width: 100%;
        border: 1px #eee solid;
    }
    
    .m_hz li em {
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        display: block;
        background: rgba(102, 205, 1, 0.9);
        position: absolute;
        top: 130px;
        left: 0;
        width: 230px;
        text-align: center;
        height: 30px;
        font: 14px "Microsoft YaHei";
        line-height: 30px;
        color: #fff;
        overflow: hidden;
        text-align: center;
    }
    
    .m_hz li:hover em {
        top: 90px;
    }
    
    .propic_show_right_20170301 span {
        font-size: 18px;
        font-weight: bold;
        line-height: 42px;
    }
    
    .section2 {
        width: 100%;
        height: auto;
padding-bottom: 80px;
        background: url(https://memberpic.114my.com.cn/dgxunfamj11/uploadfile/image/20251212/20251212172954_707280899.jpg)
    }

    
    .ry_bg{width: 100%;background: url(https://memberpic.114my.com.cn/dgxunfamj11/uploadfile/image/20251212/20251212200613_762251610.jpg) no-repeat center;padding:80px 0;}

.laug{float: right;position: relative;width:110px;padding-left: 100px;height: 40px; z-index: 5; margin-top: 30px;}
.laug > ul{position: absolute;overflow: hidden;width: 100%;height: 40px;transition: 0.3s all ease;top: 0px;left: 0;}
.laug:hover > ul{ height:120px}
.laug > ul:after{ content: ''; display: block; width: 0; height: 0; border-right: 4px solid transparent; border-left: 4px solid transparent; border-top: 4px solid #ddd; position: absolute; top: 18px; right: 15px; transition: 0.3s all ease; }
.laug ul li a{ display: block; padding: 0 0 0 15px; line-height: 40px; font-size: 14px;  color: #fff;}
.laug ul li:nth-child(2) a{background: #eee; }
.laug ul li:nth-child(3) a{background: #eee; }
.laug ul li a:hover{ color: #d3281b;}
.laug ul li a i{display: block;float: left;height: 16px;width: 22px;margin: 12px 10px 12px 0;}
.laug ul li a i img{display: block}

.head.on .laug ul li a{color: #333;}

.sbbg{cursor: pointer;
    position: relative;width: 60px;
    height: 60px;margin-top: 0px;
    margin-right: 20px;margin-left: 30%;}

.sbbg img{    height: 60px;}

.sbbg1{cursor: pointer;
    position: relative;width: 60px;
    height: 60px;margin-top: 0px;
    margin-right: 20px;}

.sbbg1 img{    height: 60px;}