﻿@font-face
{
    font-family: fontDin1;
    src: url(/cssnew/DIN-MEDIUM_otf.txt),url(/cssnew/DIN-MEDIUM_woff.txt),url(/cssnew/DIN-MEDIUM_eot.txt),url(/cssnew/DIN-MEDIUM_woff2.txt),url(/cssnew/DIN-MEDIUM_ttf.txt);
}
*
{
    margin: 0;
    padding: 0;
}
body
{
    font-size: 14px;
    color: #222;
    font-family: "Microsoft YaHei";
    font-family: '微软雅黑';
    min-width: 1400px;
    overflow-x: hidden;
    background-color: #fff;
}
img
{
    margin: 0;
    padding: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
}
h1, h2, h3, h4, h5, h6, h7
{
    font-weight: normal;
}
dl, dt, dd, ol, ul, li, from, input, select, span, p, div
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.clear
{
    clear: both;
}
a
{
    color: #222;
    text-decoration: none;
    font-size: 14px;
}
a:hover
{
    color: #0774ea;
    cursor: pointer;
}
em, i
{
    font-style: normal;
}
input, button, select, textarea
{
    outline: none;
    font-family: "Microsoft YaHei";
    font-family: '微软雅黑';
}
.page, .w1400
{
    margin: 0 auto;
    width: 1400px;
}
.w1400
{
    width: 1400px;
    margin: 0 auto;
}
.fr
{
    float: right;
}
.fl
{
    float: left;
}
*, :after, :before
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.title
{
    text-align: center;
    font-size: 36px;
    color: #333;
}
.title em
{
    color: #0774ea;
}
.title span
{
    display: block;
    font-size: 16px;
    color: #888;
    margin: 8px 0 14px 0;
    font-weight: lighter;
}
.title i
{
    display: block;
    width: 80px;
    height: 5px;
    margin: 0 auto;
    position: relative;
}
.title i::after, .title i::before
{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 5px;
    top: 0;
    left: 0;
}
.title i::after
{
    right: 0;
    left: inherit;
    background: #0774ea;
    animation: allTitleAfter 3s infinite linear;
}
.title i::before
{
    background: #0774ea;
    animation: allTitleBefore 3s infinite linear;
}
.title t
{
    width: 30px;
    height: 5px;
    background: #f00;
    margin: 0 auto;
    display: block;
    animation: allTitleI 3s infinite linear;
}
@keyframes allTitleI
{
    0%
    {
        transform: translateX(0);
    }
    25%
    {
        transform: translateX(-25px);
    }
    50%
    {
        transform: translateX(0);
    }
    75%
    {
        transform: translateX(25px);
    }
    100%
    {
        transform: translateX(0);
    }
}
@keyframes allTitleBefore
{
    0%
    {
        width: 15px;
    }
    25%
    {
        width: 0;
    }
    50%
    {
        width: 15px;
    }
    75%
    {
        width: 30px;
    }
    100%
    {
        width: 15px;
    }
}
@keyframes allTitleAfter
{
    0%
    {
        width: 15px;
    }
    25%
    {
        width: 30px;
    }
    50%
    {
        width: 15px;
    }
    75%
    {
        width: 0;
    }
    100%
    {
        width: 15px;
    }
}
.top10
{
    padding-top: 10px;
}
.top20
{
    padding-top: 20px;
}
.top30
{
    padding-top: 30px;
}
.top40
{
    padding-top: 40px;
}
.top50
{
    padding-top: 50px;
}
.top60
{
    padding-top: 60px;
}
.top70
{
    padding-top: 70px;
}
.top80
{
    padding-top: 80px;
}
.top90
{
    padding-top: 90px;
}
.top100
{
    padding-top: 100px;
}
.hovermaincolor a:hover
{
    color: #0774ea;
}
.header
{
    height: 125px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    top: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.hleft
{
    height: 125px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}
.hlogo
{
    height: 135px;
    position: relative;
    z-index: 3;
}
.hlogo a
{
    display: block;
    margin-top: 21px;
    margin-left: 20px;
}
.hname
{
    display: block;
    color: #0774ea;
    font-size: 23px;
    line-height: 30px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 8px;
    position: relative;
    letter-spacing: 1.9px;
}
.hname em
{
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    color: #888;
}
.hright, .nav ul
{
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}
.nav>ul>li
{
    position: relative;
    margin-right: 39px;
}
.nav>ul>li>a
{
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 125px;
    font-weight: normal;
    transition: all .3s ease;
}
.nav>ul>li:hover>a, .nav>ul>li.cur>a
{
    color: #0774ea;
    font-weight: bold;
}
.dropmenu a
{
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 35px;
    transition: all .3s ease;
}
.dropmenu a:hover
{
    color: #fff;
    background: #0774ea;
}
.dropmenu table, .dropmenu tbody, .dropmenu tr, .dropmenu td
{
    display: block;
    width: 100%;
}
.hbtn
{
    width: 248px;
    height: 120px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    border-left: 1px solid #eee;
    padding-left: 80px;
    margin-right: 25px;
}
.hbtn li
{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    height: 160px;
    cursor: pointer;
    margin-top: -40px;
    z-index: 9;
}
.hbtn li+li
{
    margin-left: 10px;
}
.hbtn li span, .hbtn li span a
{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: lighter;
}
.hbtn li span
{
    padding-top: 31px;
}
.hbtn li:nth-child(4) span
{
    background: url(../image/20220321195729_1314227266.png) no-repeat top center;
    width: 24px;
}
.hbtn li:nth-child(3) span
{
    background: url(../image/20220321195730_27258590.png) no-repeat top center;
    width: 24px;
}
.hbtn li:nth-child(2) span
{
    background: url(../image/20220321195730_2092773611.png) no-repeat top center;
    width: 24px;
}
.hbtn li:nth-child(1) span
{
    background: url(../image/20220321195730_181046436.png) no-repeat top center;
    width: 24px;
}
.hbphone
{
    font-size: 30px;
    color: #333;
    position: absolute;
    left: 50px;
    bottom: 30px;
    font-family: fontDin1;
    letter-spacing: -1px;
}
.hbtn li>img
{
    position: absolute;
    width: 100px;
    padding: 10px;
    background: rgba(230,230,230,.4);
    top: 100%;
    right: 0;
    visibility: hidden;
    transition: all .2s ease;
    opacity: 0;
    z-index: 9;
}
.hbtn li:hover>img, .hbtn li:hover .hseach
{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.hseach
{
    position: absolute;
    right: 0;
    visibility: hidden;
    transition: all .2s ease;
    padding: 20px;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    transition: all .2s ease;
    opacity: 0;
    top: 130%;
}
.search_bg
{
    height: 35px;
    width: 588px;
    white-space: nowrap;
    border-radius: 18px;
    padding: 0 5px;
    background: #0774ea;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.search_bg input
{
    border: none;
    background: none;
}
#infoname
{
    width: 350px;
    padding-left: 20px;
    box-sizing: border-box;
    height: 35px;
}
.keywords
{
    margin-top: 15px;
    text-align: center;
}
.keywords, .keywords a
{
    white-space: nowrap;
    font-size: 13px;
    color: #222;
}
.nav>ul>li .dropmenu
{
    width: 100%;
    position: absolute;
    top: 100%;
    left: -50px;
    z-index: 99;
    transform-origin: 0 0;
    transform: perspective(600px) rotateX(-90deg);
    transition: 600ms ease;
}
.nav>ul>li:hover .dropmenu
{
    transform: perspective(600px) rotateX(0deg);
    transition: 600ms ease;
    cursor: pointer;
}
.nav>ul>li .dropmenu a
{
    font-size: 15px;
    display: block;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.6);
    transition: 600ms ease;
    margin-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 165px;
}
.nav>ul>li .dropmenu a:hover
{
    background: #0774ea;
}
@media screen and (max-width: 1850px)
{
    .nav>ul>li
    {
        position: relative;
        margin-right: 20px;
    }
}
@media screen and (max-width: 1650px)
{
    .nav>ul>li
    {
        position: relative;
        margin-right: 15px;
    }
    .nav>ul>li>a
    {
        font-size: 14px;
    }
}
@media screen and (max-width: 1450px)
{
    .nav>ul>li
    {
        position: relative;
        margin-right: 10px;
    }
    .nav>ul>li>a
    {
        font-size: 14px;
    }
    .hname
    {
        font-size: 17px;
    }
    .hname em
    {
        font-size: 14px;
    }
}
.banner
{
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
}
.banner-box
{
    min-width: 1400px;
    height: 660px;
    position: relative;
    margin: 0 auto;
}
.banner-box .bd, .banner-box .bd ul
{
    width: 100%!important;
}
.banner-box .bd li
{
    width: 100%!important;
    height: 660px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
.banner-box .bd li a
{
    display: block;
    background-size: auto;
    width: 100%;
    height: 80%;
    position: relative;
    z-index: 9;
}
.banner-btn
{
    width: 100%;
    position: absolute;
    top: 258px;
    left: 0;
    margin-left: 0;
    height: 380px;
    overflow: hidden;
}
.banner-btn a
{
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: 30px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .3s all ease-in-out;
    z-index: 9;
}
.banner-btn a.prev
{
    left: -50px;
    background: url(../image/20220319091011_364331944.png) no-repeat 0 0;
}
.banner-btn a.next
{
    right: -50px;
    background: url(../image/20220319091011_364331944.png) no-repeat -49px 0;
}
.banner-box .hd
{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
}
.banner-box .hd ul
{
    text-align: center;
}
.banner-box .hd ul li
{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    transition: .3s all ease-in-out;
    opacity: .8;
}
.banner-box .hd ul li.on
{
    background: #0774ea;
    border-radius: 8px;
    width: 70px;
}
.banner-box:hover .banner-btn a.prev
{
    left: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}
.banner-box:hover .banner-btn a.next
{
    right: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}
.banner-box .banner-btn a.prev:hover, .banner-box:hover .banner-btn a.next:hover
{
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}
#tab1
{
    overflow: hidden;
    width: 1400px;
    margin: 0 auto;
    height: 65px;
    margin-top: 30px;
}
#tab1 li
{
    float: left;
    color: #fff;
    height: 68px;
    line-height: 58px;
    cursor: pointer;
    width: 189px;
    font-size: 15px;
    text-align: left;
    background: url(../image/20220319110655_253063735.png);
    margin-right: 12px;
    text-align: center;
    margin-bottom: 25px;
}
#tab1 li:nth-child(7)
{
    margin-right: 0;
}
#tab1 li:nth-child(14)
{
    margin-right: 0;
}
#tab1 li a
{
    color: #666;
    font-size: 15px;
}
#tab1 li.current1
{
    color: #0774ea;
    background: url(../image/20220319110655_1524831743.png);
    width: 189px;
    height: 68px;
    line-height: 58px;
}
#tab1 li.current1 a
{
    color: #666;
    font-size: 15px;
}
#content1
{
    width: 1400px;
    margin: 0 auto;
    position: relative;
    height: 740px;
}
#content1 ul
{
    display: none;
    position: absolute;
    height: 800px;
}
#content1 ul:nth-child(1)
{
    display: block;
}
#content1 .sort_bg
{
    width: 1400px;
    height: 60px;
    border-bottom: 1px solid #eaeaea;
    line-height: 60px;
    font-size: 14px;
}
#content1 .sort_bg a
{
    font-size: 15px;
    color: #888;
}
#content1 .sort_bg a:hover
{
    font-size: 15px;
    color: #0774ea;
}
#content1 .sort_bg td
{
    width: 120px!important;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
}
.prod_dd
{
    margin-top: 10px;
}
.prod_dd table td
{
    display: block;
    float: left;
    width: 335px!important;
    height: 310px!important;
    padding: 18px!important;
    margin-left: 20px;
    margin-top: 20px;
    background: #f5f5f5;
}
.prod_dd table td:hover
{
    background: #0774ea;
}
.prod_dd table td:first-child
{
    margin-left: 0;
}
.prod_dd table td img
{
    width: 295px;
    transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -webkit-transition: all linear .5s;
}
.prod_dd table td span a
{
    font-size: 16px;
    color: #222;
    text-align: left;
    display: block;
    line-height: 50px;
    margin-top: 10px;
}
.prod_dd table td span a:after
{
    content: "+MORE";
    display: block;
    float: right;
    margin: 12px 2px 0 0;
    width: 74px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: #7e7e7e;
}
.prod_dd table td:hover span a:after
{
    background: #fff;
    color: #0774ea;
}
.prod_dd table td:hover span a
{
    color: #fff;
}
.prod_dd table td br
{
    display: none;
}
.prod_dd table td>a
{
    display: block;
    width: 295px;
    height: 222px;
    overflow: hidden;
}
.ys_bg
{
    height: 830px;
    background: #f5f5f5;
}
.title
{
    text-align: center;
    font-size: 36px;
    color: #333;
}
.title em
{
    color: #0774ea;
}
.title span
{
    display: block;
    font-size: 16px;
    color: #888;
    margin: 8px 0 14px 0;
    font-weight: lighter;
}
.title i
{
    display: block;
    width: 80px;
    height: 5px;
    margin: 0 auto;
    position: relative;
}
.title i::after, .title i::before
{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 5px;
    top: 0;
    left: 0;
}
.title i::after
{
    right: 0;
    left: inherit;
    background: #0774ea;
    animation: allTitleAfter 3s infinite linear;
}
.title i::before
{
    background: #0774ea;
    animation: allTitleBefore 3s infinite linear;
}
.title t
{
    width: 30px;
    height: 5px;
    background: #f00;
    margin: 0 auto;
    display: block;
    animation: allTitleI 3s infinite linear;
}
.yous
{
    margin-top: 30px;
}
.yous li
{
    width: 24.8%;
    height: 680px;
    text-align: center;
    float: left;
    margin-right: .25%;
    position: relative;
}
.yous li.on p
{
    padding-top: 100px;
    transition: .5s all;
}
.yous li p
{
    font-size: 33px;
    color: #fff;
    padding-top: 63px;
    z-index: 6;
    position: relative;
    transition: .5s all;
    font-weight: lighter;
}
.yous li p img
{
    padding-bottom: 45px;
    transition: .5s all;
}
.yous li span
{
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    display: block;
    z-index: 6;
    position: relative;
}
.yous li:nth-child(1)
{
    background: url(../image/20220319144521_989646818.jpg) no-repeat;
}
.yous li:nth-child(2)
{
    background: url(../image/20220319144521_1914776936.jpg) no-repeat;
}
.yous li:nth-child(3)
{
    background: url(../image/20220319144521_312178430.jpg) no-repeat;
}
.yous li:nth-child(4)
{
    background: url(../image/20220319144521_1570576013.jpg) no-repeat;
    margin-right: 0;
}
.yous li.on:after
{
    height: 100%;
    transition: .5s all;
}
.yous li:before
{
    content: '';
    height: 680px;
    background: rgba(52,52,52,.8);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: .5s all;
}
.yous li:after
{
    content: '';
    height: 0;
    background: rgba(7,116,234,.6);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: .5s all;
}
.yous li.on .ys_wz
{
    opacity: 1;
    transition: .5s all;
}
.ys_wz
{
    width: 77.1%;
    margin: 0 auto;
    padding-top: 75px;
    opacity: 0;
    transition: .5s all;
    z-index: 6;
    position: relative;
}
.ys_wz h1
{
    font-size: 14px;
    color: rgba(255,255,255,.8);
    line-height: 36px;
    font-weight: lighter;
    text-align: left;
    position: relative;
}
.ys_wz h1:before
{
    content: '';
    display: block;
    width: 31px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: -35px;
    left: 45%;
}
.ys_num
{
    position: relative;
}
.ys_num p
{
    width: 163px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding-top: 0!important;
    font-size: 60px!important;
    font-family: fontDin1;
    z-index: 6;
    position: absolute;
    top: -70px;
}
.ys_num1 p
{
    width: 163px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding-top: 0!important;
    font-size: 60px!important;
    font-family: fontDin1;
    z-index: 6;
    opacity: 0;
    position: absolute;
    top: 85px;
}
.ys_num1
{
    position: relative;
}
.yous li.on .ys_num p
{
    opacity: 0;
}
.yous li.on .ys_num1 p
{
    opacity: 1;
}
.yous li.on p img
{
    padding-bottom: 15px;
}
.case
{
    padding: 50px 0 60px 0;
}
.casecon
{
    margin-top: 30px;
    position: relative;
}
.casejt
{
    position: absolute;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: url(../image/20220322194656_1705613231.png) no-repeat left top;
    top: 45%;
    left: -60px;
}
.casejt.next
{
    left: auto;
    right: -60px;
    background-image: url(../image/20220322194656_338560283.png);
}
.casejt:hover
{
    background-position-y: bottom;
}
.casecen
{
    overflow: hidden;
}
.casecen table, .casecen tbody, .casecen tr
{
    display: block;
    font-size: 0;
}
.casecen td
{
    display: inline-block;
    vertical-align: top;
    padding: 1px!important;
    width: 335px!important;
    border: 1px solid #ddd!important;
    margin-right: 20px;
    text-align: center;
}
.casecen td a
{
    display: block;
    overflow: hidden;
    position: relative;
}
.casecen td>a img
{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
}
.casecen td br
{
    display: none;
}
.casecen td div
{
    padding: 0!important;
}
.casecen td div a
{
    font-size: 16px;
    color: #484848;
    font-weight: lighter;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 72px;
}
.casemore
{
    margin-bottom: 30px;
}
.casecen td .casemore a
{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 150px;
    line-height: 42px;
    background: #666;
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
    transition: all .3s ease;
}
.casecen td .casemore a+a
{
    margin-left: 1px;
    background: #0774ea;
}
.casecen td .casemore a:hover
{
    background: #f00;
}
.casecen td>a:after, .casecen td>a:before
{
    content: '';
    display: block;
    position: absolute;
    transition: all .3s ease;
}
.casecen td>a:after
{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    opacity: 0;
}
.casecen td>a:before
{
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 52px;
    height: 52px;
    background: url(../image/20220322194656_1333358782.png) no-repeat center;
    transform: scale(0);
    z-index: 3;
}
.casecen td:hover>a:after
{
    opacity: 1;
}
.casecen td:hover>a:before
{
    transform: scale(1);
}
.speak
{
    background: url(../image/20220322193715_1932199512.png) no-repeat center;
    height: 540px;
}
.speak .w1400
{
    height: 519px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-top: 60px;
}
.spleft
{
    position: relative;
    width: 731px;
    height: 424px;
    background: url(../image/20220322192918_1986449880.png) no-repeat center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.spvidio
{
    display: inline-block;
    width: 77px;
    height: 77px;
    position: relative;
}
.spvidio span
{
    width: 77px;
    height: 77px;
    background: url(../image/20220319164136_2082475956.png) no-repeat center;
    display: block;
    z-index: 33;
    position: relative;
    cursor: pointer;
    margin-left: 13px;
    margin-top: -18px;
}
.video_box
{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: 600ms ease;
}
.video_box.cur
{
    opacity: 1;
    z-index: 999999;
    transition: 600ms ease;
}
.video
{
    position: fixed;
    top: -100%;
    left: 47%;
    margin-top: -250px;
    margin-left: -500px;
    transition: 600ms ease;
}
.video_box.cur .video, .video_box.cur .video_x
{
    top: 42%;
    transition: 600ms ease;
}
.video_x
{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    position: fixed;
    top: -100%;
    left: 44%;
    margin-left: 520px;
    margin-top: -250px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: lighter;
    cursor: pointer;
    transition: 600ms ease;
}
.pulse2
{
    position: absolute;
    top: -48%;
    left: -9%;
    z-index: 1;
    width: 150%;
    height: 150%;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -o-animation: warn 2s linear infinite;
    -moz-animation: warn 2s linear infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: #0774ea;
    box-shadow: 1px 1px 30px #0774ea;
}
.pulse3
{
    position: absolute;
    top: -48%;
    left: -9%;
    z-index: 1;
    width: 150%;
    height: 150%;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: warn1 2s ease-out;
    animation: warn1 2s ease-out;
    -o-animation: warn1 2s linear infinite;
    -moz-animation: warn1 2s linear infinite;
    -webkit-animation-iteration-count: infinite;
    background: #0774ea;
    animation-iteration-count: infinite;
    box-shadow: 1px 1px 30px #0774ea;
}
@keyframes warn
{
    0%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .1;
    }
    25%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .4;
    }
    50%
    {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        opacity: .6;
    }
    75%
    {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        opacity: .65;
    }
    100%
    {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@-o-keyframes warn{0%{transform:scale(.3);-webkit-transform:scale(.3);opacity:.1;}25%{transform:scale(.3);-webkit-transform:scale(.3);opacity:.4;}50%{transform:scale(.5);-webkit-transform:scale(.5);opacity:.6;}75%{transform:scale(.8);-webkit-transform:scale(.8);opacity:.65;}100%{transform:scale(1);-webkit-transform:scale(1);opacity:0;}}
@-moz-keyframes warn
{
    0%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .1;
    }
    25%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .4;
    }
    50%
    {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        opacity: .6;
    }
    75%
    {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        opacity: .65;
    }
    100%
    {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes warn
{
    0%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .1;
    }
    25%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .4;
    }
    50%
    {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        opacity: .6;
    }
    75%
    {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        opacity: .65;
    }
    100%
    {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes warn1
{
    0%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .1;
    }
    25%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .4;
    }
    50%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .6;
    }
    75%
    {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        opacity: .65;
    }
    100%
    {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        opacity: 0;
    }
}
@-webkit-keyframes warn1
{
    0%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .1;
    }
    25%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .4;
    }
    50%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .6;
    }
    75%
    {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        opacity: .65;
    }
    100%
    {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        opacity: 0;
    }
}
@-o-keyframes warn1{0%{transform:scale(.3);-webkit-transform:scale(.3);opacity:.1;}25%{transform:scale(.3);-webkit-transform:scale(.3);opacity:.4;}50%{transform:scale(.3);-webkit-transform:scale(.3);opacity:.6;}75%{transform:scale(.5);-webkit-transform:scale(.5);opacity:.65;}100%{transform:scale(.8);-webkit-transform:scale(.8);opacity:0;}}
@-moz-keyframes warn1
{
    0%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .1;
    }
    25%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .4;
    }
    50%
    {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: .6;
    }
    75%
    {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        opacity: .65;
    }
    100%
    {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        opacity: 0;
    }
}
.spright
{
    width: 677px;
    padding: 15px 85px 0 0;
}
.sp_t
{
    font-size: 25px;
    color: #222;
    font-weight: normal;
}
.sp_t em
{
    display: block;
    font-size: 45px;
    color: #ddd;
}
.sp_t em i
{
    color: #0774ea;
    font-weight: bold;
}
.sp_t span
{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #aaa;
    margin-top: 5px;
    font-weight: lighter;
}
.sp_c
{
    font-size: 15px;
    color: #888;
    line-height: 40px;
    font-weight: lighter;
    margin: 10px 0 35px 0;
}
.sp_a a
{
    background: #0774ea;
    font-size: 14px;
    color: #fff;
    padding: 12px 38px;
    font-weight: lighter;
    border-radius: 50px;
}
.sp_t span:after
{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #0774ea;
    margin-top: 15px;
}
.sp_a a:hover
{
    background: #eb3d00;
    transition: .3s all ease-in-out;
}
.news_bg
{
    background: #f9f9f9;
    height: 865px;
}
.news_top
{
    width: 551px;
    margin: 0 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
{
    float: left;
    background: #333;
    box-shadow: 0 0 20px #eee;
    width: 171px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
}
.news_tab li+li
{
    margin-left: 19px;
}
.news_tab li a
{
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    display: block;
}
.news_tab li.on
{
    color: #fff;
    background: #0774ea;
    box-shadow: 0 0 10px rgba(38,149,215,.3);
    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: #0774ea;
}
.news_list
{
    height: 555px;
    min-height: 500px!important;
    width: 1400px!important;
    margin: 0 auto;
    overflow: hidden;
}
.news_list .tempWrap
{
    width: 100%!important;
}
.news_list .news_div
{
    height: 555px;
    width: 1400px!important;
    margin: 0 auto;
}
.news_list .news_div_item
{
    width: 24.8%;
    display: inline-block;
    position: relative;
    height: 555px;
    transition: .5s;
    padding: 30px 40px 40px;
    border-right: 1px #eee solid;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.news_list .news_div_item:first-child
{
    border-left: 1px #eee solid;
}
.news_list .news_div_item_date
{
    font-weight: 400;
    height: 52px;
    line-height: 22px;
    background: url(../image/20220319174403_860341143.png) no-repeat center;
    width: 150px;
    border-radius: 30px;
    padding-top: 11px;
    padding-left: 32px;
}
.news_list .news_div_item_content
{
    padding-right: 14px;
    padding-bottom: 70px;
    padding-top: 20px;
}
.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: .3s;
    font-weight: normal;
    color: #222;
}
.news_list .news_div_item_a::after
{
    position: absolute;
    content: '';
    bottom: -170px;
    font-size: 43px;
    background: url(../image/20220319172706_921087974.png) no-repeat center;
    width: 30px;
    height: 30px;
    left: 0;
    transition: .5s;
}
.news_list .news_div_item_a:hover::after
{
    background: url(../image/20220319172706_1243444079.png) no-repeat center;
}
.news_list .news_div_item_body
{
    font-size: 15px;
    color: #888;
    font-weight: 100;
    line-height: 35px;
}
.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: 14vw;
    overflow: hidden;
}
.news_list .news_div_item img
{
    transition: .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: #0774ea;
    transition: .3s;
}
.news_list .news_div_item:hover .news_div_item_a::before
{
    padding-left: 40px;
    display: block;
    width: 130px;
}
.g_ft
{
    height: 390px;
    padding-top: 50px;
    background: #343434;
    overflow: hidden;
}
.content
{
    width: 1400px;
    margin: 0 auto;
}
.g_ft .ftlogo
{
    float: left;
    width: 260px;
    text-align: center;
    margin: 35px auto 0;
}
.g_ft .ftlogo p
{
    width: 313px;
    height: 50px;
    background: #dfdfdf;
    border-radius: 60px;
    text-align: center;
    color: #999;
    font-size: 16px;
    display: block;
    line-height: 50px;
    margin: 20px auto;
}
.g_ft .m_fanv2
{
    float: left;
    width: 333px;
    margin: 0 80px 0 0;
    border-right: 1px rgba(255,255,255,.1) solid;
}
.g_ft .m_fanv2 p a
{
    display: block;
    float: left;
    width: 136px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #807f7f;
}
.g_ft .m_fanv2 p a:hover
{
    color: #fff;
}
.g_ft .f_ftcon
{
    float: left;
    width: 377px;
}
.g_ft h2
{
    height: 26px;
    font-weight: normal;
    font-size: 20px;
    color: #a3a3a3;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 500;
}
.g_ft h2 b
{
    font-size: 16px;
    color: #fff;
    opacity: .3;
    text-transform: uppercase;
    letter-spacing: -1;
    margin-left: 10px;
    font-weight: 100;
}
.g_ft .f_ftcon h2
{
    padding-left: 0;
}
.g_ft .f_ftcon li
{
    position: relative;
    line-height: 40px;
    padding-left: 70px;
    font-size: 15px;
    color: #807f7f;
    width: 440px;
}
.g_ft .f_ftcon li b
{
    position: absolute;
    left: 0;
    top: 0;
    font-weight: normal;
}
.g_ft .m_code
{
    float: right;
    width: 454px;
}
.g_ft .m_code h3
{
    display: block;
    font-size: 20px;
    color: #807f7f;
    font-weight: normal;
    margin-bottom: 20px;
    font-weight: 500;
}
.g_ft .m_code h3 b
{
    font-size: 16px;
    color: #fff;
    opacity: .3;
    text-transform: uppercase;
    letter-spacing: -1;
    margin-left: 10px;
    font-weight: 500;
}
.g_ft .codelst li
{
    float: left;
    width: 130px;
    height: 130px;
    margin-right: 32px;
}
.g_ft .codelst li img
{
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
}
.g_ft .codelst li p
{
    display: block;
    width: 100%;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.g_ft .codelst .code3
{
    margin-right: 0;
}
.copy_row3
{
    text-align: center;
    margin: 250px auto 0;
    font-size: 15px;
    color: #666;;
    border-top: 1px rgba(255,255,255,.1) solid;
    width: 1400px;
}
.copy_row3 a
{
    color: #807f7f;
    font-size: 15px;
}
.copy_n
{
    line-height: 80px;
    color: #807f7f;
    font-size: 15px;
    float: left;
}
.copy_n a
{
    display: inline-block;
    color: #807f7f;
    font-size: inherit;
    font-size: 14px;
}
.copy_n a:hover
{
    color: #fff;
}
.copy_nr
{
    float: right;
    color: #807f7f;
    line-height: 80px;
}
i.iconfont.icon-cixiu
{
    font-size: 74px!important;
}
i.iconfont.icon-mianhua
{
    font-size: 46px!important;
}
i.iconfont.icon-wanou
{
    font-size: 66px!important;
}
i.iconfont.icon-zixun
{
    font-size: 56px!important;
}
i.iconfont.icon-jiaohuo
{
    font-size: 44px!important;
}
i.iconfont.icon-tubiao_pinzhiguanli
{
    font-size: 56px!important;
}
.prod_ms
{
    width: 515px;
    height: 55px;
    margin: 40px auto;
}
.prod_ms a
{
    width: 255px;
    height: 55px;
    background: #0f0964;
    text-align: center;
    font-size: 21px;
    line-height: 55px;
    color: #e7b123;
    border-radius: 30px;
}
.links_bg
{
    width: 100%;
    height: 90px;
    background: #0774ea;
    overflow: hidden;
}
.links
{
    line-height: 90px;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    background: url(../image/20220322084604_1304268295.png) no-repeat right center;
}
.links p.fl
{
    margin-right: 20px;
    font-weight: normal;
}
.links p.fl span
{
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 20px 0 10px;
}