
* {
    margin: 0;
    padding: 0;
}

video {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-button-next1,
.swiper-button-prev1 {
    outline: none;
}

body * {
    box-sizing: border-box;
    /* font-family: Microsoft YaHei; */
}

video {
    max-width: 100%;
    max-height: 100%;
    /* object-fit: fill; */
    object-fit: cover;
}

::-webkit-scrollbar {
    width: 0;
}


/* 重置 */

div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
    margin: 0;
    padding: 0;
}

p,
li,
div {
    /* 
line-height: 20px;*/
}


/* 标题样式 */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}


/* 列表样式 */

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}


/* 图片样式 */

img,
a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}


/* 链接样式 */

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

div,
p,
span,
body {
    font-family: Microsoft YaHei;
    /* font-weight: 400; */
}

.top-yy-li{display: flex;justify-content: center;align-items: center;}
.top-yy-li .top-yy{width: 125px;border-radius: 30px;border: none;height: 45px;line-height: 45px;overflow: hidden;}
.top-yy-li .top-yy ul{display: none;justify-content: center;align-items: center;}
.top-yy-li .top-yy ul li{width: 50%;border-radius: 30px;text-align: center;line-height: 44px;}
.top-yy-li .top-yy ul li a{color: #fff;font-size: 16px;}
.top-yy-li .top-yy ul li.top-yy-1{background: #090b93;}
.pc_header:hover .top-yy-li .top-yy,.pc_header.on .top-yy-li .top-yy{border: none;}
.pc_header:hover .top-yy-li .top-yy ul li a,.pc_header.on .top-yy-li .top-yy ul li a {color: #000;}
.pc_header:hover .top-yy-li .top-yy ul li.top-yy-1 a,.pc_header.on .top-yy-li .top-yy ul li.top-yy-1 a{color: #fff;}

/*.top-yy-li .top-yy-en::before{*/
/*    content: " ";*/
/*    position: absolute;*/
/*    width: 2px;*/
/*    height: 14px;*/
/*    background-color: #2E3097;*/
/*    top: 2.5px;*/
/*    left: -5px;*/
/*}*/

/*电脑顶部*/
.pc_header:hover{background: #fff;}
.pc_header .pc_header_nav .pc_logo{
    width: 230px;
    height: 113px;
    background: url(../images/index_12.png) no-repeat  0px -10px;
    text-align: center;
    padding: 0;
    line-height: 106px;
}
.pc_header {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 0 60px;
    height: 113px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    transition: all 0.5s;
}
.pc_header_nav {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.pc_li {
    line-height: 110px;
    height: 100%;
    position: relative;
    z-index: 10;
    width: 7%;
    text-align: center;
    text-transform: uppercase;
}
.pc_header:hover .pc_li>a{color: #000;}
.pc_header:hover .pc_li>a:hover,.pc_header.on .pc_header_nav .pc_li a:hover{color:#090b93;}
.pc_li>a {
    font-size: 18px;
    color: #FFFFFF;
}
.pc_header_right {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 10;
    width: 100%;
}
.pc_li>a:hover{}
.pc_language {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
}

.pc_language div {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #090b93;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.l_chinese {
    margin-left: 2.45vw;
    background-color: #090b93 !important;
    color: white !important;
    margin-right: 20px;
}

.pc_header_logo img {
    height: 75px;
}

.back_pc_header {
    display: none;
    /* background-color: rgba(255, 255, 255, .7); */
    background: url('../image/Rectangle.png') no-repeat center/cover;
    position: fixed;
    /* top: 90px; */
    left: 0;
    width: 100%;
    z-index: 9;
    height: 115px;
}

.pc_header_logo {
    position: relative;
    z-index: 11;
}
.pc_li:hover .p_two{
    display: block;
}
.p_two {
    display: none;
    line-height: 50px;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    overflow: hidden;
}
.pc_li .p_two a{font-size: 16px; color: #666;transition: all 0.5s;display: block;width: 100%;height: 100%;}
.pc_li .p_two a:hover{color: #fff !important;background: #090b93;}

.pt_one {
    display: block;
    line-height: normal;
    margin-bottom: 24px;
    position: relative;
    color: #666666;
    font-size: 14px;
}

.pt_one:last-child {
    margin-bottom: 0;
}

.pt_active {
    color: #2E3097;
}

.pt_one::before {
    content: " ";
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #2E3097;
    top: 2.5px;
    left: -5px;
    opacity: 0;
}

.pt_active::before {
    opacity: 1;
}

.pt_one:hover {
    color: #2E3097;
}

.pt_one:hover::before {
    opacity: 1;
}

.sl_width1 {
    padding-left: 180px;
    padding-right: 180px;
}

.sl_width_t {
    padding-left: 180px;
    padding-right: 180px;
}

.sl_width2 {
    padding-left: 240px;
    padding-right: 240px;
}

.sl_width3 {
    padding-left: 250px;
    padding-right: 250px;
}

.sl_width4 {
    margin-left: 260px;
    margin-right: 260px;
}

.sl_width5 {
    padding-left: 360px;
    padding-right: 360px;
}

.p80_2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.over1 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over5 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.over6 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.m_header_all,
.m_img,
.m_show,
.m_footer {
    display: none;
}

.m_header {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    transform:translateZ(1000px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    padding-top: 60px;
}


/*手机导航*/

.m_header_nav {
    padding:0 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    /* background: #fff; */
    z-index:999;
}

.m_header_logo {
    width: auto;
    height: 50px;
}
.m_header_nav a{height: 100%;display: flex;justify-content: left;align-items: center;}
.m_header_menu {
    width: 18px;
    height: 16px;
}

.m_nav_box {
    width: 100%;
    padding-left: 33%;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

.hide_m_nav {
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
}

.m_nav_ul {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    background: #fff;
    overflow: auto;
}
.m_nav_ul li{
    line-height: 50px;
    padding-left: 2vw;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}
.m_nav_ul li a{color:#000;text-transform: capitalize;display: block;}
.m_back_h {
    background-color: white;
    display: flex;
    justify-content: space-between;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 15px;
}

.m_header_close {
    width: 25px;
    height: 25px;
}

.parent_a {width: 100%;position: relative;color:#fff;}

.m_nav_ul_p .parent_a::after {
    content: '';
    width: 17px;
    height: 17px;
    background: url(../image/nav_arrow.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.m_nav_ul_p.show_nav .parent_a::after {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background: url(../image/nav_arrow_b.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    margin-top: -0.325rem;
}

.m_nav_ul_p.show_nav .m_nav_div {
    display: inline-block;
}

.m_nav_div {
    width: 100%;
    display: none;
    padding: 0 0.8rem;
    background: #F7F7F7;
}

.pl_260 {
    padding-left: 260px;
}

.pl_260_1 {
    padding-left: 260px;
}

.p150 {
    padding-left: 150px;
    padding-right: 150px;
}


/*底部*/
.footer{width: 100%;background: url(../images/index_05.jpg) no-repeat center/cover;padding-bottom: 80px;}
.footer .menu{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer .menu .item{padding-top: 100px;}
.footer .menu .item h3{font-size: 18px;color: #fff;font-weight: bold;margin-bottom: 25px;}
.footer .menu .item h3 a{color: #fff;}
.footer .menu .item ul{}
.footer .menu .item ul li{}
.footer .menu .item ul li a{font-size: 14px;color: #fff;display: block;line-height: 30px;opacity:0.7;}
.footer .menu .item ul li a:hover{opacity:1;}
.footer .menu .foot-cp{
    display: flex;
    justify-content: left;
    align-items: flex-start;
}
.footer .menu .foot-cp ul{margin-right: 5vw;}
.footer .menu .foot-cp ul:nth-child(2){margin-right: 0;}
.footer .menu .item p{font-size: 14px;color: #fff;}
.footer .menu .item .foot-ewm{display: flex;justify-content: left;margin-top: 2vw;}
.footer .menu .item .foot-ewm figure{border-radius: 5px;overflow: hidden;background: #fff;margin-right: 1vw;
width: 80px;height: 80px;}
.footer .menu .item .foot-ewm figure img{width: 100%;}
.footer .link{
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 40px 0;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .link .link-l{width: 70%;}
.footer .link .link-l span{display: inline-block;margin-right: 1vw;}
.footer .link .link-l p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.footer .link .link-l p a{
    display: inline-block;
    color: #fff;
    margin-right: 1vw;
}
.footer .link .link-r{
    width: 30%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    text-align: right;
    padding: 20px 0;
}
.footer .link .link-yqlj{display: flex;justify-content: left;align-items: center;line-height: 30px;}
.footer .link .link-yqlj h3{font-size: 14px;color: #fff;margin:0px;}
.footer .link .link-yqlj .link-a{}
.footer .link .link-yqlj .link-a a{color: #fff;margin: 0 0.5vw;font-size: 14px;}

.f1_y:hover {
    color: white;
}

.clear {
    clear: both;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.header-hide {
    opacity: 0;
    z-index: -1;
    top: -120px;
    transition: all 0.4s ease-out;
}

.pc_header-en .pc_li{display: flex;align-items: center;justify-content:center;line-height:27px;}
.pc_header-en .pc_logo{display:block;}
.pc_header-en .pc_li>a {font-size: 16px;}
.pc_header-en .pc_li .p_two a{font-size: 14px;text-transform: capitalize;}
.pc_header-en .p_two{width: 200px;left: -34px;top: 112px;}

@media(min-width:1920px){
    
}

@media(max-width:1550px) {
    .sl_width1 {padding-left: 7vw;padding-right: 7vw;}
    .pc_header{padding:0 40px;}

}

@media(max-width:1400px) {
    .pc_li>a {font-size: 14px;}
    .pc_header{padding:0 10px;height: 87px;}
    .pc_header .pc_header_nav .pc_logo{width: 210px;height: 87px;background: url(../images/index_12.png) no-repeat 0px 0px;
    line-height: 80px;background-size: 100% 100%;}
    .pc_header .pc_header_nav .pc_logo a img{height: 64px;}
    .pc_li {line-height: 87px;}
    .pc_li .p_two a {font-size: 14px;}
   
}
@media(max-width: 1024px) {
    .sl_width1 {padding-left: 3vw;padding-right: 3vw;}
    .m_header_all{display: block;}
    .pc_header{display: none;}
    .m_header_nav_r{width: 150px;display: flex;justify-content: right;align-items: center;}
    .wap-en{width:35px;height:35px;text-align:center;background:#090b93;line-height: 35px;border-radius: 50%;margin-right: 15px;
    display: none;}
    .wap-en a{color: #fff;font-size: 14px;display: block;}
    .m_header_menu_1 {display: block;}    
    .m_header_menu_2 {display: none;}
    .footer .menu .item{display: none;}
    .footer .menu .item:last-child{display: block;}
    .footer .link{flex-wrap: wrap;}
    .footer .link .link-l {width: 100%;margin-bottom: 20px;}
    .footer .link .link-r {width: 100%;border-left: none;text-align: left;}
    .footer .link .link-r img {height: 50px;}
    
}

@media screen and (max-width: 768px) {
    .footer .menu .item {padding-top: 40px;}
    .footer .menu .item .foot-ewm figure{margin-right: 4vw;}
}