﻿/* ===============================index*/
@font-face
{
    font-family: "Montserrat";
    font-weight: 300;
    src: url();
}
@font-face
{
    font-family: "Montserrat";
    font-weight: 500;
    src: url();
}
@font-face
{
    font-family: "Montserrat";
    font-weight: 600;
    src: url();
}
.inner
{
    width: 86%;
    margin: 0 auto;
    position: relative;
}
.padd
{
    padding: 98px 0;
}/* 导航 *//* =====================================================================公共 *//*css主要部分的样式*//*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 6px;/*对垂直流动条有效*/
    height: 6px;/*对水平流动条有效*/
}/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fff;
    border-radius: 0;
}/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2d4de0;
}/*定义两端按钮的样式*/
::-webkit-scrollbar-button
{
    background-color: none;
    height: 0;
}/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner
{
    background: #f0e68c;
}
.header
{
    width: 100%;
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .48s;
    border-bottom: 1px solid rgb(255,255,255,.1);
}
.header .inner
{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2%;
}
.header .logo
{
    width: 150px;
}
.header .logo img
{
    width: 100%;
}
.header .logo .img1
{
    display: block;
}
.header .logo .img2
{
    display: none;
}
.header .TBox
{
    display: flex;
    align-items: center;
    height: 100%;
}
.header .TBox>ul
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.header .TBox>ul>li
{
    height: 100%;
}
.header .TBox>ul>li>a
{
    font-size: 16px;
    color: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    opacity: .8;
    padding: 0 30px;
}/* .header .TBox>ul>li>a.on{
    color: #2d4de0;
} */
.HdSou
{
    width: 85px;
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgb(255,255,255,.1);
}
.HdSou span
{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}
.HdSou::after
{
    width: 0%;
    height: 0%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    content: '';
    background: #2d4de0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.HdSou img
{
    width: 18px;
    opacity: .9;
    position: relative;
    z-index: 3;
}
.inBtn
{
    width: 170px;
    height: 45px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2d4de0;
}
.inBtn span
{
    font-size: 14px;
    color: #fff;
}
.inBtn img
{
    width: 12px;
    transition: all .48s;
}
.inBtn.white
{
    background: #fff;
    border: 1px solid #2d4de0;
}
.inBtn.white span
{
    color: #2d4de0;
}
.inBtn:hover img
{
    transform: rotate(-45deg);
}
.inTit
{
    position: relative;
}
.inTit .en::after
{
    width: 15px;
    height: 15px;
    position: absolute;
    left: -30px;
    top: 15px;
    content: '';
    background: #2d4de0;
}
.inTit .en::before
{
    width: 8px;
    height: 8px;
    position: absolute;
    left: -10px;
    top: 0;
    content: '';
    background: #2d4de0;
}
.inTit .en
{
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    font-family: "Montserrat";
    position: relative;
}
.inTit .cn
{
    font-size: 42px;
    line-height: 1;
    margin-top: 20px;
}
.inTit .cn span
{
    font-size: 42px;
    line-height: 1;/* color: #2d4de0; */
}
.inTit.white::after
{
    background: #fff;
}
.inTit.white::before
{
    background: #fff;
}
.inTit.white .en
{
    color: #fff;
}
.inTit.white .cn
{
    color: #fff;
}
.inTit.white .cn span
{
    color: #fff;
}
.inTit.white .en::before
{
    background: #fff;
}
.inTit.white .en::after
{
    background: #fff;
}
.inTit.center
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.marg_top
{
    margin-top: 70px;
}
.Fooder
{/* background: #000; */
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url(/png/o73oes5d.png);
}
.FdTop
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 30px;
    border-bottom: 1px solid rgb(247,248,249,.2);
}
.Fooder .logo
{
    width: 150px;
}
.Fooder .logo img
{
    width: 100%;
}
.Fooder ul
{
    display: flex;
    align-items: center;
}
.Fooder ul li
{
    margin-left: 50px;
}
.Fooder ul li a
{
    font-size: 16px;
    color: #fff;
    opacity: .9;
    transition: all .48s;
}
.Fooder ul li a:hover
{
    opacity: 1;
}
.FdCon
{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.FdCon p
{
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}
.FdCon h6
{
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}
.FdCon .num
{
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    font-family: "Montserrat";
    margin-bottom: 15px;
}
.Fds .inner
{
    padding: 30px 0;
    border-top: 1px solid rgb(247,248,249,.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Fds span, .Fds a
{
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
.FdCon .ewmBox
{
    display: flex;
    align-items: center;
}
.FdCon .ewmBox .icon
{
    position: relative;
    margin-left: 30px;
}
.FdCon .ewmBox .icon img
{
    width: 90px;
}
.FdCon .ewmBox .icon span
{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.header.header_bg, .headerBg
{
    background: #fff;
    border-bottom: 1px solid rgb(0,0,0,.1);
}
.header_bg .TBox>ul>li>a, .headerBg .TBox>ul>li>a
{
    color: #333;
}
.header.header_bg .logo .img1, .header.headerBg .logo .img1
{
    display: none;
}
.header.header_bg .logo .img2, .header.headerBg .logo .img2
{
    display: block;
}
.header_bg .HdSou::after, .headerBg .HdSou::after
{
    width: 100%;
    height: 100%;
}
.HdTBox
{
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 85px;
    box-shadow: 0 2px 10px rgb(0,0,0,.1);
}
.HdTFlex
{
    display: flex;
}
.HdLeft
{
    width: 40%;
    background: #f7f8f9;
    padding: 50px 50px 50px 8%;
}
.HdLeft .imgBox
{
    width: 100%;
    padding-top: 55%;
    position: relative;
    overflow: hidden;
}
.HdLeft .imgBox img
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.HdLeft .tit
{
    font-size: 32px;
}
.Hbtn
{
    display: flex;
    align-items: center;
}
.Hbtn span
{
    font-size: 14px;
    margin-right: 10px;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}
.Hbtn img
{
    width: 12px;
}
.Hbtn .img1
{
    display: block;
}
.Hbtn .img2
{
    display: none;
}
.Hbtn:hover .img1
{
    display: none;
}
.Hbtn:hover .img2
{
    display: block;
}
.Hbtn:hover span
{
    color: #2d4de0;
}
.HdRig
{
    width: 60%;
    height: 100%;
    padding: 50px;
    position: relative;
    margin-left: 50px;
}
.HdRig>ul
{
    width: 100%;
    height: 100%;
}
.HdRig ul li a
{
    font-size: 16px;
    position: relative;
    display: block;
    padding: 18px 0;
    border-bottom: 1px dashed rgb(0,0,0,.2);
    color: #999;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}
.HdRig ul li a::before
{
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
    background: #2d4de0;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}
.HdRig ul li.act>a::before
{
    width: 100%;
}
.HdRig ul li.act>a
{
    color: #2d4de0;
}
.HdRig ul li a img
{
    width: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    opacity: .5;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}
.HdRig ul li a .img1
{
    display: block;
}
.HdRig ul li a .img2
{
    display: none;
}
.HdRig ul li.act>a .img1
{
    display: none;
}
.HdRig ul li.act>a .img2
{
    display: block;
}
.FdRTox::after
{
    width: 1px;
    height: calc(100% - 100px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: rgb(0,0,0,.1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.FdRTox
{
    width: 45%;
    position: absolute;
    left: 50%;
    top: 0;
    padding: 50px 30px 50px;
    display: none;
    height: 100%;
}
.FdRTox ul
{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-right: 20px;
}
.HdRItem.act .FdRTox
{
    display: block;
}
.HdRItem
{
    width: 45%!important;
}
.HdTBox
{
    display: none;
}
.moHead_mlb
{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 9;
    width: 100%;
    height: calc(100vh - 80px);
    background: #fff;
    overflow: hidden;
}
.moHead_mlbXq
{
    padding: 30px 10px;
    height: 80vh;
    overflow-y: auto;
}
.moHead_mlb li
{
    width: 100%;
    max-width: none;
    border-bottom: 1px solid rgb(45,77,224,.07);
    position: relative;
}
.moHead_mlb li
{
    border-top: none;
}/* .moHead_mlb li:nth-child(4) {
    border-bottom: 1px solid rgb(45, 77, 224,0.07);
} */
.moHead_mlb li a
{
    font-size: 16px;
    color: #333;
    padding: 20px 20px;
    display: block;
}
.moHead_mlb li.open
{
    border-bottom: none;
}
.moHead_mlb li.open>a
{
    background: #2d4de0;
    color: #fff;
}
.moHead_mlb li.open>.toggle>svg>path
{
    fill: #fff;
}
.toggle
{
    position: absolute;
    content: "";
    display: block;
    width: 51px;
    height: 52px;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .48s;
}
.toggle svg
{
    width: 15px;
}
.toggle path
{
    fill: #2d4de0;
}
.toggle.open
{
    transform: rotate(180deg);
}
.mlb_zk
{
    display: none;
}
.mlb_zk a
{
    display: block;
    font-size: 16px!important;
    border-bottom: 1px solid rgb(45,77,224,.07);
    color: #333!important;
    background: #f7f8f9;
    padding: 13px;
    padding-left: 30px!important;
}
.mlb_foot
{
    width: 100%;
    background: #f7f8f9;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    z-index: 99;
}
.mlb_foot .mlb_footli
{
    font-size: 16px;
    color: #2d4de0;
    display: block;
    flex: 1;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.mlb_foot .mlb_footli::after
{
    content: '';
    width: 1px;
    height: 80%;
    border-right: 1px solid rgb(45,77,224,.2);
    position: absolute;
    right: 0;
    top: 10%;
}
.mlb_foot .mlb_footli:last-child::after
{
    display: none;
}
.headMenu
{
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 30px;
    display: none;
}
.headMenu span
{
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #2d4de0;
    -webkit-transition: all .48s ease-in-out;
    -moz-transition: all .48s ease-in-out;
    -ms-transition: all .48s ease-in-out;
    -o-transition: all .48s ease-in-out;
    transition: all .48s ease-in-out;
}
.header_bg .headMenu span
{
    background: #2d4de0;
}
.headMenu.active span
{
    background: #2d4de0;
}
.headMenu.active span.headMenu_span1
{
    transform: rotate(45deg) translate(6px,7px);
}
.headMenu.active span.headMenu_span2
{
    opacity: 0;
}
.headMenu.active span.headMenu_span3
{
    transform: rotate(-45deg) translate(4px,-6px);
}
.HeadTc
{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
    display: none;
}
.HeadTc_Box
{
    width: 100%;
    height: 60vh;
    background: #fff;
    border-radius: 16px 16px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 50px;
    bottom: 56px;
}
.proVideo video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.HeadTc_close
{
    width: 100%;
    height: 100%;
}
.HeadTc_li
{
    width: 100%;
    max-width: none;
    border-bottom: 1px solid rgb(45,77,224,.07);
    position: relative;
}
.HeadTc_li a
{
    font-size: 16px;
    color: #333;
    padding: 13px 20px;
    display: block;
}
.HeadTc_zk
{
    display: none;
}
.HeadTc_zk.opeo
{
    display: block;
}
.HeadTc_zk a
{
    display: block;
    font-size: 14px!important;
    color: #333!important;
    background: #f1f2f3;
    padding: 13px;
    padding-left: 40px!important;
}
.Headzk_li
{
    width: 100%;
    max-width: none;
    border-bottom: 1px solid rgb(45,77,224,.07);
    position: relative;
}
.Headzk_li a
{
    font-size: 16px;
    color: #333;
    padding: 13px 20px;
    display: block;
}
.close
{
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
}
.close img
{
    width: 40px;
}
.HeadTc_li.open
{
    border-bottom: none;
}
.HeadPr_Box
{
    display: none;
}
.HeadPr_Box a
{
    display: block;
    font-size: 13px!important;
    border-top: 1px solid rgb(45,77,224,.07);
    color: #333!important;
    background: #eee;
    padding: 13px;
    padding-left: 50px!important;
}
@media(max-width: 1600px)
{
    .inTit .en
    {
        font-size: 72px;
    }
    .inTit .cn, .inTit .cn span
    {
        font-size: 38px;
    }
    .padd
    {
        padding: 78px 0;
    }
    .HdRig
    {
        padding: 50px;
        margin-left: 0;
    }
    .HdRig ul li a
    {
        padding: 15px 0;
        font-size: 15px;
    }
    .HdLeft .tit
    {
        font-size: 28px;
    }
}
@media(max-width: 1480px)
{
    .FdCon .num
    {
        font-size: 36px;
    }
    .FdCon p
    {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .FdCon .ewmBox .icon img
    {
        width: 90px;
    }
}
@media(max-width: 1368px)
{
    .header .logo
    {
        width: 130px;
    }
    .header .TBox>ul>li>a
    {
        padding: 0 25px;
    }
    .inTit .en
    {
        font-size: 68px;
    }
    .inTit .cn, .inTit .cn span
    {
        font-size: 36px;
    }
    .Fds span, .Fds a
    {
        font-size: 13px;
    }
    .HdRig
    {
        padding: 30px;
    }
    .HdRig ul li a
    {
        font-size: 14px;
    }
    .HdLeft .tit
    {
        font-size: 24px;
    }
    .HdRig ul li a img
    {
        width: 12px;
    }
}
@media(max-width: 1200px)
{
    .HdLeft .imgBox
    {
        width: 100%;
        padding-top: 65%;
    }
    .header .TBox>ul>li>a
    {
        padding: 0 16px;
    }
    .FdRTox
    {
        width: 50%;
    }
    .inTit .en
    {
        font-size: 62px;
    }
    .inTit .cn, .inTit .cn span
    {
        font-size: 32px;
    }
    .inBtn
    {
        width: 160px;
        height: 45px;
        padding: 0 25px;
    }
    .Fooder ul li a
    {
        font-size: 15px;
    }
    .FdCon p
    {
        font-size: 13px;
    }
    .Fds span, .Fds a
    {
        font-size: 12px;
    }
    .Fds .inner
    {
        padding: 22px 0;
    }
    .HdLeft .tit
    {
        font-size: 20px;
    }
    .HdLeft
    {
        padding: 30px 30px 30px 5%;
    }
    .HdRig, .FdRTox
    {
        padding: 30px;
    }
    .Fooder ul li
    {
        margin-left: 40px;
    }
}
@media(max-width: 1024px)
{
    .HdRig ul li a
    {
        padding: 12px 0;
    }
    .Fooder ul li
    {
        margin-left: 30px;
    }
    .padd
    {
        padding: 58px 0;
    }
    .marg_top
    {
        margin-top: 50px;
    }
    .inner
    {
        width: 90%;
    }
    .header .TBox>ul>li>a
    {
        padding: 0 10px;
        font-size: 15px;
    }
    .inTit .en
    {
        font-size: 56px;
    }
    .inTit .cn, .inTit .cn span
    {
        font-size: 28px;
    }
    .inABox .text
    {
        font-size: 15px;
    }
    .inRItem p
    {
        font-size: 16px;
    }
    .inBtn span
    {
        font-size: 13px;
    }
    .header .logo
    {
        font-size: 120px;
    }
    .HdSou
    {
        width: 80px;
    }
    .inTit .en::after
    {
        left: -20px;
        width: 12px;
        height: 12px;
    }
}
@media(max-width: 900px)
{
    .headMenu
    {
        display: block;
    }
    .header .TBox
    {
        display: none;
    }
    .header
    {
        background: #fff;
    }
    .header .logo .img2
    {
        display: block;
    }
    .header .logo .img1
    {
        display: none;
    }
    .Fooder ul
    {
        display: none;
    }
    .FdCon
    {
        flex-wrap: wrap;
    }
    .FdCon .left
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .FdCon .ewmBox .icon
    {
        margin: 0 30px 0 0;
    }
    .inTit .en
    {
        font-size: 48px;
    }
    .inTit .cn, .inTit .cn span
    {
        font-size: 24px;
    }
}
@media(max-width: 680px)
{
    .inTit .en
    {
        font-size: 42px;
    }
    .inTit .cn, .inTit .cn span
    {
        font-size: 20px;
    }
    .inABox .text
    {
        font-size: 14px;
    }
    .headMenu span
    {
        width: 20px;
    }
    .FdCon p
    {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    .FdCon .num
    {
        font-size: 32px;
    }
    .Fooder .logo
    {
        width: 130px;
    }
    .Fds .inner
    {
        flex-wrap: wrap;
    }
    .Fds span, .Fds a
    {
        line-height: 1.5;
    }
    .inBtn span
    {
        font-size: 12px;
    }
    .inBtn
    {
        width: 140px;
    }
    .moHead_mlb li a
    {
        font-size: 14px!important;
        color: #333;
        padding: 15px 20px;
    }
}
@media(max-width: 500px)
{
    .marg_top
    {
        margin-top: 30px;
    }
    .inTit .en
    {
        font-size: 32px;
    }
    .inTit .cn
    {
        margin-top: 10px;
    }
    .inTit .en::after
    {
        left: -14px;
        width: 10px;
        height: 10px;
    }
    .inTit .en::before
    {
        width: 5px;
        height: 5px;
        position: absolute;
        left: -5px;
    }
    .INb_T
    {
        margin: 15px 0 50px;
    }
    .FdCon .num
    {
        font-size: 28px;
    }
    .FdCon h6
    {
        font-size: 16px;
    }
}
