﻿html, body, *
{
    font-family: '思源黑体';
    font-weight: normal;
}
*
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
body
{
    margin: 0;
    padding: 0;
    font: 14px/180% Microsoft Yahei;
    min-width: 640px;
    color: #000;
}
a
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
ul
{
    list-style-type: none;
}
li
{
    list-style-type: none;
}
.clear
{
    clear: both;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.l
{
    float: left;
}
.r
{
    float: right;
}
.tra_s_2
{
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.box_s
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.main_con
{
    width: 1280px;
    margin: 0 auto;
}
.in_main_con
{
    width: 1280px;
    margin: 0 auto;
}
.flexs
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2000;
}
.top2
{
    width: 100%;
    padding: 0;
}
.logo_main
{
    padding: 30px 0 25px 0;
}
.logo_main img
{
    width: 280px;
    height: auto;
}
.logo_main .top_lx
{
    font-size: 14px;
    line-height: 1.8;
    color: #b0b0b0;
}
.logo_main .top_lx span
{
    font-size: 20px;
    color: #223c80;
    font-weight: bold;
}
.top_ys
{
    font-size: 15px;
    line-height: 2;
    color: #3d3d3d;
    letter-spacing: 1px;
    padding-left: 30px;
    border-left: 2px solid #e5e5e5;
}
.top_ys span
{
    display: inline-block;
    padding-left: 30px;
    background: url(../image/top_icon.png) 7px center no-repeat;
    background-size: 14px auto;
}
.in_top
{
    width: 100%;
    font-size: 14px;
    line-height: 2;
    color: #818181;
    letter-spacing: 1px;
    background: #f1f1f1;
}
.in_top_con
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_header
{
    margin: 0;
    height: 36px;
    line-height: 36px;
}
.nav
{
    width: 100%;
    height: 100%;
}
.nav>ul
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav>ul>li
{
    flex: 1;
    margin-right: 1px;
    text-align: center;
    height: 100%;
    position: relative;
}
.nav>ul>li>a
{
    display: inline-block;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #000;
}
.nav>ul>li:hover>a
{
    background: #f1ce62;
}
.select_li>a
{
    background: #f1ce62;
    color: #000!important;
}
.nav>ul>li ul
{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 100;
    top: 36px;
}
.nav>ul>li ul>li
{
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-top: 1px;
    background: rgba(41,43,58,.8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav>ul>li ul>li a
{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #fff;
}
.nav>ul>li>ul>li:hover
{
    background: rgba(241,206,98,.9);
    color: #000;
}
.nav>ul>li>ul>li:hover a
{
    color: #000;
}
.nav>ul>li:hover ul
{
    display: block;
}
.nav>ul>li:nth-child(4) ul
{
    width: 200%;
}
.nav_ser
{
    width: 360px;
    height: 100%;
    margin-right: 12px;
}
.nav_ser .ser_con
{
    width: 100%;
    height: 100%;
}
.nav_ser .ser_con form
{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav_ser .ser_con form .ser_input
{
    width: 300px;
    height: 36px;
    border: 1px solid #a0a0a0;
    text-indent: 1em;
    font-size: 15px;
}
.nav_ser .ser_con form .ser_img
{
    margin-left: 6px;
    width: 20px;
    height: 20px;
    background: #fdbe3b;
    padding: 8px 10px;
    top: 15px;
}
.top_serch
{
    width: 300px;
    height: 40px;
    border: 1px solid #223c80;
}
.top_serch .ser_con
{
    width: 100%;
    height: 100%;
}
.top_serch .ser_con form
{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.top_serch .ser_con form .ser_input
{
    width: 220px;
    height: 100%;
    text-indent: 1em;
    font-size: 15px;
    border: none;
}
.top_serch .ser_con form .ser_btn
{
    cursor: pointer;
    font-size: 15px;
    width: 80px;
    height: 100%;
    background: #223c80;
    padding: 8px 10px;
    top: 15px;
    color: #fff;
}
.in_header
{
    width: calc(100% - 320px);
    margin-bottom: 0;
    justify-content: center;
}
.in_header_con
{
    width: auto;
}
.swiper-container
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-container .main_list
{
    width: 100%;
}
.swiper-container .main_list .sl_img
{
    width: 100%;
    font-size: 0;
}
.swiper-container .main_list .sl_img img
{
    width: 100%;
    display: block;
}
.swiper-container .swiper-pagination-bullet
{
    opacity: 1;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #fff;
}
.swiper-container .swiper-pagination-bullet-active
{
    background: #ff6a00;
}
.swiper-container-horizontal>.swiper-pagination-bullets
{
    width: 100%;
    left: 0;
    height: 30px;
    bottom: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0 10px;
}
.swiper-container .main_list .sl_img .banner_info
{
    position: absolute;
    font-family: "PingFang SC";
    font-size: 15px;
    left: 0;
    top: 24%;
    width: 100%;
}
.swiper-container .swiper-button-prev
{
    z-index: 10;
    left: 86px;
    top: 50%;
    width: 29px!important;
    height: 38px!important;
    background: url(../image/left.png) center center no-repeat;
    background-size: 100% 100%;
}
.swiper-container .swiper-button-prev:after
{
    content: ''!important;
}
.swiper-container .swiper-button-next
{
    right: 86px;
    top: 50%;
    width: 29px!important;
    height: 38px!important;
    background: url(../image/right.png) center center no-repeat;
    background-size: 100% 100%;
}
.swiper-container .swiper-button-next:after
{
    content: ''!important;
}
.index_ys
{
    width: 100%;
    padding: 30px 0;
    background: #f8f8f8;
}
.index_ys .index_ys_main
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_ys .index_ys_main li
{
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.index_ys .index_ys_main li .index_ys_img
{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_ys .index_ys_main li .index_ys_img img
{
    max-height: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.index_ys .index_ys_main li:hover
{
    transform: translate(0,-6px);
    -webkit-filter: saturate(1);
    -moz-filter: saturate(1);
    -ms-filter: saturate(1);
    -o-filter: saturate(1);
    filter: saturate(1);
}
.index_ys .index_ys_main li:hover .index_ys_img img
{
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.index_ys .index_ys_main li h5
{
    font-size: 16px;
    line-height: 2;
    color: #19347d;
    margin-top: 10px;
}
.index_tit
{
    width: 100%;
    text-align: center;
}
.index_tit h2
{
    font-size: 28px;
    line-height: 1.8;
    color: #000;
    font-weight: bold;
}
.index_tit h3
{
    font-size: 20px;
    line-height: 2;
    color: #000;
    font-weight: normal;
}
.in_tit
{
    padding-top: 40px;
}
.pro
{
    width: 100%;
    margin: 60px auto 30px auto;
}
.proContent
{
    display: none;
}
.pro_son
{
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro_son .son_tan
{
    cursor: pointer;
    font-size: 18px;
    line-height: 2.5;
    padding: 0 36px;
    color: #000;
    letter-spacing: 1px;
    margin: 0 50px;
    background: #e0e0e0;
    border-radius: 25px;
}
.pro_son .son_tan.active
{
    background: #19347d;
    color: #fff;
}
.pro_con
{
    width: 100%;
    margin-top: 20px;
}
.pro_con .pro_list
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_con .pro_list li
{
    width: 23.5%;
    margin-bottom: 30px;
    background: #e0e0e0;
}
.pro_con .pro_list li .pro_img
{
    position: relative;
    width: 100%;
    height: 226px;
    overflow: hidden;
    font-size: 0;
    background-position: center;
    background-size: cover;
}
.pro_con .pro_list li .pro_img img
{
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.pro_con .pro_list li:hover .pro_img img
{
    opacity: .9;
    transform: scale(1.1,1.1);
    transition: .4s transform;
    z-index: 1000;
}
.pro_con .pro_list li .pro_img span
{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 40px 0;
    display: inline-block;
    font-size: 15px;
    line-height: 3;
    color: #19347d;
    padding: 0 30px 0 15px;
    background: rgba(1,64,140,.2);
    font-weight: bold;
}
.pro_con .pro_list li .pro_info
{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.pro_con .pro_list li .pro_info h5
{
    font-size: 15px;
    color: #595959;
}
.pro_con .pro_list li:hover
{
    background: #19347d;
}
.pro_con .pro_list li:hover .pro_info h5
{
    font-size: 16px;
    color: #fff;
}
.pro_more
{
    width: 100%;
    margin-top: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro_more a
{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    font-size: 18px;
    line-height: 56px;
    padding: 0 45px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.pro_more a img
{
    width: 13px;
    padding-left: 25px;
}
.pro_more:hover a
{
    background: #fdbe3b;
    border-color: #fdbe3b;
    transform: translate(0,-6px);
}
.ys
{
    width: 100%;
    padding-top: 156px;
    background: url(../image/ys_back.jpg) center top no-repeat #fcfcfd;
    background-size: 100% auto;
}
.ys_main
{
    background: #fff;
}
.ys_main .ys_con
{
    padding: 80px 90px;
    display: flex;
    justify-content: space-between;
}
.ys_main .ys_con .ys_tit
{
    width: 26%;
}
.ys_main .ys_con .ys_tit h6
{
    border-left: 5px solid #fdbe3b;
    padding: 0 28px 0 26px;
    display: inline-block;
    font-size: 18px;
    line-height: 46px;
    background: #eeeef2;
    font-weight: bold;
}
.ys_main .ys_con .ys_tit h2
{
    padding-left: 30px;
    font-size: 30px;
    line-height: 2.5;
    color: #000;
    font-weight: bold;
}
.ys_main .ys_con .ys_list
{
    width: 74%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ys_main .ys_con .ys_list li
{
    width: 50%;
    display: flex;
    margin-bottom: 70px;
}
.ys_main .ys_con .ys_list li .ys_icon
{
    width: 28%;
    text-align: center;
    font-size: 0;
}
.ys_main .ys_con .ys_list li .ys_icon img
{
    max-width: 60%;
}
.ys_main .ys_con .ys_list li .ys_info
{
    width: 65%;
    padding-left: 5%;
    border-left: 2px solid #e0e0e0;
    font-size: 15px;
    line-height: 1.8;
    color: #000;
}
.ys_main .ys_con .ys_list li .ys_info h5
{
    font-size: 20px;
    line-height: 1;
    padding-bottom: 15px;
    font-weight: bold;
}
.in_ys
{
    padding-top: 20px;
    background: none;
}
.in_ys .in_tit
{
    text-align: left;
}
.ys_main .in_ys_con
{
    padding: 0;
    margin-top: 20px;
}
.ys_main .in_ys_con .in_ys_list
{
    width: 90%;
    padding: 90px 5%;
    background: #f9f9f9;
}
.oth_more
{
    width: 100%;
    margin-top: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oth_more a
{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fdbe3b;
    background: #fdbe3b;
    font-size: 18px;
    line-height: 46px;
    padding: 0 45px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.oth_more a img
{
    width: 13px;
    padding-left: 25px;
}
.oth_more:hover a
{
    transform: translate(0,-6px);
}
.oth
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oth .oth_con
{
    width: 50%;
    padding: 112px 0;
    text-align: center;
    color: #fff;
    background: url(../image/left_con.jpg) center no-repeat;
    background-size: cover;
    font-size: 20px;
    line-height: 2;
}
.oth .oth_con h5
{
    font-size: 30px;
    line-height: 2;
}
.oth .oth_zx
{
    background-image: url(../image/right_con.jpg);
    color: #000;
}
.oth .oth_zx .oth_more a
{
    border-color: #000;
}
.about
{
    width: 100%;
    padding: 80px 0;
    background: #f9f9f9;
}
.about_main
{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.about_main .about_info
{
    width: 43%;
    font-size: 15px;
    line-height: 2;
    color: #000;
}
.about_main .about_info h2
{
    font-size: 24px;
    color: #454545;
    line-height: 2;
    letter-spacing: 2px;
}
.about_main .about_info h3
{
    font-size: 28px;
    color: #000;
    line-height: 2;
    letter-spacing: 2px;
}
.about_main .about_intro
{
    text-indent: 2em;
    margin-top: 15px;
}
.about_main .about_more
{
    width: 100%;
    margin-top: 40px;
}
.about_main .about_more a
{
    display: inline-block;
    padding: 0 40px;
    font-size: 14px;
    line-height: 54px;
    background: #023f9a;
    color: #fff;
}
.about_main .about_more a img
{
    width: 20px;
    padding-left: 15px;
}
.about_main .about_img
{
    width: 54%;
    font-size: 0;
}
.about_main .about_img img
{
    width: 100%;
    display: block;
}
.about_main .about_list
{
    position: relative;
    z-index: 100;
    width: 122%;
    margin-top: 50px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.about_main .about_list li
{
    background: #fff;
    padding: 15px 30px;
    font-size: 15px;
    line-height: 2;
    color: #474747;
}
.about_main .about_list li .about_list_info
{
    display: flex;
    align-items: center;
}
.about_main .about_list li .about_list_info h6
{
    font-size: 15px;
    line-height: 2;
    color: #474747;
}
.about_main .about_list li .about_list_info h6 span
{
    font-size: 26px;
    color: #023f9a;
    font-weight: bold;
    padding-right: 8px;
}
.about_main .about_list li .about_list_info img
{
    max-width: 50px;
    padding-left: 30px;
}
.news
{
    margin: 50px auto;
}
.news_tit
{
    position: relative;
    width: 100%;
}
.news_tit h6
{
    font-size: 20px;
    line-height: 2;
    color: #ebb138;
    letter-spacing: 1px;
}
.news_tit h2
{
    font-size: 30px;
    line-height: 1.6;
    color: #000;
    letter-spacing: 1px;
    font-weight: bold;
}
.news_tit a
{
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    font-size: 18px;
    line-height: 46px;
    padding: 0 45px;
    background: #f3f3f3;
}
.news_tit a:hover
{
    background-color: #fdbe3b;
}
.news_tit a img
{
    width: 13px;
    padding-left: 25px;
}
.news_main
{
    width: 100%;
    margin-top: 35px;
    overflow: hidden;
}
.news_main .news_list
{
    width: 100%;
}
.news_main .news_list li
{
    background: #f9fafc;
    padding-bottom: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.news_main .news_list li:hover
{
    background: #fdbe3b;
}
.news_main .news_list li .news_img
{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.news_main .news_list li .news_img img
{
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.news_main .news_list li:hover .news_img img
{
    opacity: .9;
    transform: scale(1.1,1.1);
    transition: .4s transform;
    z-index: 1000;
}
.news_main .news_list li .news_info
{
    width: 88%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
}
.news_main .news_list li .news_info h5
{
    font-size: 20px;
    line-height: 2;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_main .news_list li .news_info p
{
    opacity: .8;
}
.news_main .news_list li .news_info .news_more
{
    display: inline-block;
    margin-top: 20px;
    padding-right: 35px;
    font-size: 15px;
    line-height: 2;
    color: #000;
    background: url(../image/news_more.png) right center no-repeat;
    background-size: 18px auto;
}
.bmly
{
    width: 100%;
    padding: 25px 0;
}
.bmly .bmly_con
{
    margin: 0 auto;
}
.bmly .bmly_con .ly_title
{
    font-size: 24px;
    color: #000;
    padding-right: 50px;
    line-height: 46px;
}
.bmly .bmly_con form
{
    width: 100%;
    display: block;
    display: flex;
}
.bmly .bmly_con form .bm_div
{
    margin-right: 35px;
}
.bmly .bmly_con form .bm_div input
{
    width: 250px;
    height: 46px;
    padding: 0 30px;
}
.bmly .bmly_con form input
{
    border: 2px solid #e5e5e5;
    font-size: 16px;
    color: #000;
}
.bmly .bmly_con form input:focus
{
    outline: none;
}
.bmly .bmly_con form .bm_div2
{
    margin-right: 35px;
}
.bmly .bmly_con form .bm_div2 select
{
    width: 400px;
    height: 46px;
    padding: 0 30px;
}
.bmly .bmly_con form .foot_ly
{
    cursor: pointer;
    width: 180px;
    padding-right: 20px;
    height: 46px;
    text-align: center;
    font-size: 20px;
    color: #000;
    background: url(../image/jt_2.png) 90% center no-repeat #fdbe3b;
    border-color: #fdbe3b;
}
.foots
{
    width: 100%;
    padding: 45px 0 5px 0;
    border-top: 8px solid #be1115;
    background: url(../image/foot_back.jpg) center no-repeat;
    background-size: 100% 100%;
}
.foots_main .foots_1
{
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #757575;
}
.foots_main .foots_1 p
{
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 50px;
    background: url(../image/foot_phone.png) left center no-repeat;
    background-size: 35px auto;
}
.foots_main .foots_2
{
    width: 100%;
    padding: 60px 0;
    font-size: 15px;
    line-height: 2.5;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.foots_main .foots_2 h5
{
    font-size: 20px;
    line-height: 2;
    margin-bottom: 10px;
    color: #fff;
}
.foots_main .foots_2 a
{
    color: #fff;
    opacity: .8;
}
.foots_main .foots_2 p
{
    opacity: .8;
}
.foots_main .foots_2 .foots_nav
{
    width: 52%;
    padding-right: 10%;
    border-right: 1px solid #818181;
}
.foots_nav
{
    display: flex;
    justify-content: space-between;
}
.foots_main .foots_2 .foots_lx
{
    width: 30%;
}
.foots_main .foots_2 .foots_lx .foots_email
{
    background: #393939;
    width: 200px;
    height: 40px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foots_main .foots_2 .foots_lx .foots_email img
{
    width: 15px;
    height: auto;
}
.foots_lx_info
{
    width: 100%;
    margin-top: 20px;
}
.foots_lx_info h6
{
    font-size: 18px;
    line-height: 2.5;
    padding-left: 48px;
    background: url(../image/foot_phone.png) left center no-repeat;
    background-size: auto 25px;
}
.foots_lx_info p
{
    padding-left: 48px;
}
.copyright
{
    width: 100%;
    border-top: 1px solid #757575;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 70px;
    color: #fff;
    opacity: .75;
}
.copyright a
{
    color: #fff;
}
.pz
{
    width: 100%;
    padding: 50px 0;
    background: url(../image/pz.jpg) center no-repeat;
    background-size: 100% 100%;
}
.pz .pz_main
{
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}
.pz .pz_main .pz_list
{
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
}
.pz .pz_main .pz_list li
{
    padding: 0 40px;
    border-left: 1px solid #9aa7c8;
}
.pz .pz_main .pz_list li:nth-child(1)
{
    border: none;
}
.pz .pz_main .pz_list li .pz_img
{
    display: flex;
    align-items: center;
    height: 68px;
    justify-content: center;
}
.pz .pz_main .pz_list li .pz_img img
{
    max-height: 100%;
}
.pz .pz_main .pz_list li h5
{
    margin-top: 20px;
}
.pz .pz_main .pz_info
{
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1px;
}
.pz .pz_main .pz_info h2
{
    font-size: 28px;
}
.pz .pz_main .pz_info i
{
    display: block;
    width: 54px;
    height: 2px;
    margin: 15px 0;
    background: #f1ce62;
}
.yyhy
{
    width: 100%;
    padding: 50px 0;
    background: #fbfbfb;
}
.yyhy_tit
{
    position: relative;
}
.yyhy_tit p
{
    font-size: 28px;
    line-height: 2;
    color: #023f9a;
    font-weight: bold;
    text-transform: uppercase;
}
.yyhy_tit h2
{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
}
.yyhy_tit h2:after
{
    position: absolute;
    content: "";
    right: -60px;
    top: 12px;
    width: 46px;
    height: 2px;
    background: #023f98;
}
.yyhy_tit a
{
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    padding: 0 40px;
    font-size: 14px;
    line-height: 54px;
    background: #023f9a;
    color: #fff;
}
.yyhy_main
{
    display: flex;
    margin-top: 30px;
    height: 420px;
}
.yyhy_main .yyhy_con
{
    width: 75%;
    height: 100%;
    font-size: 0;
    overflow: hidden;
}
.yyhy_main .yyhy_con .yyhy_info
{
    display: none;
    width: 100%;
    height: 100%;
}
.yyhy_main .yyhy_con .yyhy_info img
{
    width: 100%;
    display: block;
}
.yyhy_main .yyhy_son
{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.yyhy_main .yyhy_son .son_yyhy
{
    cursor: pointer;
    position: relative;
    right: 0;
    width: 100%;
    background: #fff;
    margin-bottom: 3px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.yyhy_main .yyhy_son .son_yyhy img
{
    height: 40px;
    padding-left: 40px;
    display: none;
}
.yyhy_main .yyhy_son .son_yyhy h5
{
    font-size: 16px;
}
.yyhy_main .yyhy_son .son_yyhy p
{
    display: none;
}
.yyhy_main .yyhy_son .son_yyhy:hover p
{
    display: block;
}
.yyhy_main .yyhy_son .son_yyhy:hover
{
    background: #023f9a;
    color: #fff;
}
.yyhy_main .yyhy_son .son_yyhy:hover img
{
    display: block;
}
.yyhy_main .yyhy_son .son_yyhy.active p
{
    display: block;
}
.yyhy_main .yyhy_son .son_yyhy.active
{
    width: 120%;
    margin-left: -20%;
    background: #023f9a;
    color: #fff;
}
.yyhy_main .yyhy_son .son_yyhy.active img
{
    display: block;
}
.news
{
    width: 100%;
    padding: 30px 0;
}
.news_mains
{
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.news_mains .news_con
{
    width: 27.3%;
    padding: 20px 2%;
    border: 1px solid #e5e5e5;
}
.news_mains .news_con .news_tit
{
    text-align: center;
}
.news_mains .news_con .news_tit h3
{
    font-size: 20px;
    line-height: 2;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
}
.news_mains .news_con .news_tit i
{
    display: block;
    margin: 10px auto;
    width: 20px;
    height: 3px;
    background: #023f9a;
}
.news_mains .news_con .news_tj
{
    position: relative;
    width: 100%;
    height: 190px;
    margin: 15px auto;
    overflow: hidden;
}
.news_mains .news_con .news_tj img
{
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.news_mains .news_con .news_tj h5
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    padding: 0 5%;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0,0,0,.2);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.news_mains .news_con .news_tj:hover h5
{
    transform: translate(0,40px);
}
.news_mains .news_con .news_tj:hover img
{
    transform: scale(1.1,1.1);
    transition: .4s transform;
    z-index: 1000;
}
.news_lists
{
    width: 100%;
}
.news_lists li
{
    position: relative;
    width: 100%;
    font-size: 15px;
    line-height: 40px;
    color: #000;
}
.news_lists li p
{
    width: calc(100% - 110px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_lists li span
{
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}
.news_lists li:hover p
{
    color: #023f9a;
}
.news_lists li:hover span
{
    color: #023f9a;
}
@media(max-width: 1600px)
{
    .main_con
    {
        width: 1200px;
    }
    .in_nav
    {
        width: 1400px;
    }
}
@media(max-width: 1500px)
{
    .main_con
    {
        width: 1200px;
    }
    .in_nav
    {
        width: 1300px;
    }
}
@media(max-width: 1440px)
{
    .main_con
    {
        width: 1200px;
    }
    .in_nav
    {
        width: 1200px;
    }
}
@media(max-width: 1300px)
{
    .main_con
    {
        width: 1000px;
    }
    .in_nav
    {
        width: 1000px;
    }
}
@media(max-width: 1000px)
{
    .main_con
    {
        width: 80%;
    }
    .in_nav
    {
        width: 80%;
    }
}
