/*----------header --------*/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}


.header .left {
    margin-top: 1%;
    margin-right: 0%;
    width: 14%;
}

.header .left a img {
    width: 100%;
}

.header .left .img2 {
    display: none;
}


.header .nav {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    display: block;
}

.header .navbar_nav {display: flex;overflow:hidden;margin: 1% 0;}

.header .navbar_nav li {
    float: left;
    display: block;
}

.header .navbar_nav li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #0a3488;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.header .navbar_nav li:hover:after {
    width: 100%;
}

.header .navbar_nav li a {
    line-height: 78px;
    height: 78px;
    width: 79px;
    margin: 0 11px;
    position: relative;
    text-decoration: none;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #000;
    font-size: 16px;
    overflow: hidden;
}

.header .navbar_nav li:hover a {color:#0a3488
}

.header .navbar_nav li.dropdown {
    display: inherit;
    position: inherit;
}

.header .navbar_nav li.dropdown .jt {
    width: 20px;
    height: 20px;
    background: url(i/top.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
    padding: 3% 0;
    display: none;
    position: absolute;
    top: 100%;
    background: #ececec;
    box-shadow: 0 5px 12px 0 rgba(167,165,165,0.38);
    width: 100%;
    left: 0%;
    z-index: 9999;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_left {
    padding: 0;
    display: block;
    float: left;
    width: 68%;
    margin-right: 0;
}
.header .navbar_nav li.dropdown .dropdown_menu .menu_left h3 {
    margin-bottom: 2%;
    font-weight: 600;
    font-size: 26px;
    color: #0a3488;
    letter-spacing: 2px;
}
.header .navbar_nav li.dropdown .dropdown_menu .menu_left span {
    display: block;
    font-size: 13px;
    color: #888888;
    line-height: 3px;
    letter-spacing: 2px;
}
.header .navbar_nav li.dropdown .dropdown_menu .menu_right {
    float: right;
    width: 22%;
}
.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul {overflow: hidden;margin-top: 4%;}
.header .navbar_nav li.dropdown .dropdown_menu .menu_right i {
    float: right;
}
.header .navbar_nav li.dropdown .dropdown_menu .menu_right i img {
    width: 100%;
}
.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul li {
    float: left;
    width: 207px;
    margin-top: 4%;
    margin-right: 4%;
    border-bottom: 1px solid #c3c3c3;
}

.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul li:hover {background:#fff;border-bottom: 1px solid #0a3488;}
.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul li:hover a {color:#0a3488;}
.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul li p {
    margin-bottom: 4px;
    overflow: hidden;
}
.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul li p img {
    margin-right:2%;
    float: left;
}
.header .navbar_nav li.dropdown .dropdown_menu .menu_left ul li p a {
    height: auto;
    width: auto;
    padding: 0 8px;
    font-size: 16px;
    float: left;
    line-height: 33px;
}


.header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #666;
    padding: 0 9px;
    margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    background: #f3f3f3;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {

}


.header.on {
    background: #fffffff2;
    box-shadow: 0px 0px 5px #0000009c;
}

.header.on .left .img1 {
    display: none;
}

.header.on .left .img2 {
    display: block;
}

.header.on .navbar_nav li a {
    color: #333;
}

.header.on .navbar_nav li:hover a {
}

.header .navbar_nav li a i {
    left: 0;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-align: center;
    }
.header .navbar_nav li a .top {left: 0;top: 0%;color:#000;}
.header .navbar_nav li a .bot {bottom: -100%;color:#0a3488;}

.header .navbar_nav li:hover a .top {top:-100%}
.header .navbar_nav li:hover a .bot {bottom:0;}

.header .nav_tele {display: flex;margin-top: 2%;float: right;margin-left: 2%;}
.header .nav_tele i {
    margin-right: 5px;
    width: 28px;
    display: block;
}
.header .nav_tele i img {width: 100%;}
.header .nav_tele span {
    font-size: 21px;
    color: #0a3488;
    line-height: 31px;
}
.header .nav_tele span b {
    color: #6f6f6f;
    font-size: 14px;

}

#navToggle {
    display: none;
}

.m_nav {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}

.m_nav.open {
    transform: translateX(0);
}

.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}

.m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}

.m_nav .logo {
    width: 100%;
    margin: 0 auto;
}

.m_nav .logo img {
    height: 50px;
    display: block;
    margin: 30px auto;
}

.m_nav .ul {
    margin-top: 30px;
}

.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}

.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.m_nav.open .ul li p {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;}

.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.m_nav .ul li .dropdown_menu {
    display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block;
}

.m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
    border: none;
}

@media (max-width: 1300px) {
    .header .navbar_nav li.dropdown .dropdown_menu {
    top: 100px;
}

    .header .left {margin-right: 3%;width: 14%;}
    .header .navbar_nav li a {text-align: center;font-size: 14px;/* padding: 1px; */margin: 0;width: 66px;}
    .header .nav {float: left;}
    .header .nav .navbar_nav {text-align:center;}
    .header .navbar_nav li {
    margin: 0 7px;
}
}


@media screen and (max-width: 992px) {
    .header .left {width: 150px;}
    .header .nav_tele {display:none;}
    .header {
        width: 100%;
        padding: 8px 10px;
    }

    .header #navToggle {
        height: 100%;
        padding: 7px 15px;
        margin-right: -15px;
        display: inline-block;
        float: right;
    }

    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px;
    }

    .header #navToggle span:before, .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }

    .header #navToggle span, .header #navToggle span:before, .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #4f4f4f;
    }

    .header #navToggle span:before {
        top: 8px;
    }

    .header #navToggle span:after {
        bottom: 10px;
    }

    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .header #navToggle.open span {
        background: none;
    }

    .header #navToggle.open span:before, .header #navToggle.open span:after {
        background: #4f4f4f;
    }

    .header .nav {
        display: none;
    }
}

/*----------header --------*/


/*----------index-tiele --------*/

.index_tiele {
    text-align: center;
    margin-bottom: 2%;
}
.index_tiele .tiele-top {
    position: relative;
    display: block;
}
.index_tiele .tiele-top p {
    width: 100%;
    position: absolute;
    text-align: center;
    letter-spacing: 3px;
    font-size: 26px;
    font-weight: bold;
    color: #0a3488;
    z-index: 99;
    bottom: 8px;
}
.index_tiele .tiele-top h3 {
    width: 100%;
    color: #000000;
    font-weight: bold;
    font-size: 57px;
    opacity: 0.1;
    text-transform: uppercase;
}
.index_tiele i {
    display: block;
    width: 35px;
    height: 2px;
    background: #0a3488;
    margin: 0 auto 10px;
}
.index_tiele span {
    display: block;
    font-size: 14px;
    width: 57%;
    margin: 0 auto;
}

@media (max-width:1000px){
.index_tiele {}
.index_tiele .tiele-top {}
.index_tiele .tiele-top p {
    font-size: 21px;
}
.index_tiele .tiele-top h3 {
    font-size: 39px;
}
.index_tiele i {}
.index_tiele span {
    padding: 0 9px;
    width: auto;
    font-size: 13px;
}

}

/*----------index-tiele --------*/

/*----------banner --------*/
/*banner*/.index_banner {margin-top: 4%;position:relative;height: 838px;}
.index_banner .swiper-container {height:100%;}
.banner_bg {width:100%;height:100%;position:absolute;top:0;left:0;background-repeat:no-repeat;background-position:center;background-size:cover;}
.index_banner img {display:block;width:100%;}
.banner_text {position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.banner_text img {-webkit-transition:all 1s;transition:all 1s;opacity:0;}
.banner1 .banner_text img {-webkit-transform:translateY(100%);transform:translateY(100%);}
.banner2 .banner_text img {-webkit-transform:translateY(-100%);transform:translateY(-100%);}
.banner3 .banner_text img {-webkit-transform:scale(0);transform:scale(0);}
.banner4 .banner_text img {-webkit-transform:translateX(-100%);transform:translateX(-100%);}
.banner5 .banner_text img {-webkit-transform:translateX(100%);transform:translateX(100%);}
.index_banner .swiper-slide-active .banner_text img {opacity:1;-webkit-transform:none;transform:none;-webkit-transition-delay:.5s;transition-delay:.5s;}
.index_banner .swiper-button-prev,.index_banner .swiper-button-next {width:20px;height:33px;margin-top:-16px;background-size:contain;opacity:.5;}
.index_banner .swiper-pagination-bullets {width:auto;left:auto;right:15px;}
.index_banner .swiper-pagination-bullet {background-color:transparent;border:1px #7F8189 solid;opacity:1;position:relative;margin:0 14px!important;}
.index_banner .swiper-pagination-bullet:before,.index_banner .swiper-pagination-bullet:after {content:"";width:2px;height:2px;background-color:#7F8189;border-radius:100%;position:absolute;top:50%;margin-top:-1px;}
.index_banner .swiper-pagination-bullet:before {right:calc(100% + 8px);}
.index_banner .swiper-pagination-bullet:after {left:calc(100% + 8px);}
.index_banner .swiper-pagination-bullet:first-child:before,.index_banner .swiper-pagination-bullet:last-child:after {display:none;}
.index_banner .swiper-pagination-bullet-active {border-color: #0a3488;background-color: #0a3488;}
.downTip {position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:25px;z-index:1;width:16px;height:26px;background:url(../images/icon8.png) no-repeat center;background-size:contain;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);animation:downTip 1s linear infinite alternate;-webkit-animation:downTip 1s linear infinite alternate;}
@-webkit-keyframes downTip {from {bottom:30px;opacity:0.9;}
to {bottom:25px;opacity:1;}
}
@keyframes downTip {from {bottom:30px;opacity:0.9;}
to {bottom:25px;opacity:1;}
}
.banner_more {position:absolute;bottom:-70px;left:15px;background-color:#45be9f;padding:8px 15px;color:#fff;line-height:20px;text-transform:capitalize;min-width:110px;display:flex;flex-direction:row;align-items:center;-webkit-transition:all .5s;transition:all .5s;-webkit-transition-delay:1s;transition-delay:1s;}
.banner_more:before {content:"";width:25px;height:1px;background-color:#fff;display:block;margin-right:15px;}
.index_banner .swiper-slide-active .banner_more {bottom:0;}
.index_banner .swiper-slide-active .banner_more:hover {color:#fff;bottom:10px;-webkit-transition-delay:0s;transition-delay:0s;}
@media (max-width:767px) {
.index_banner .PC_img {/* display:none; */}
.index_banner .swiper-button-prev,.index_banner .swiper-button-next {width:16px;height:26px;margin-top:-13px;}
.index_banner {height: 260px;}
}
@media (max-width:479px) {.banner_more {bottom:50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
}
@media (min-width:768px) {}
.index_banner .swiper-pagination-bullets {bottom:30px;}
.index_banner .swiper-pagination-bullet {width:14px;height:14px;}
.banner_more {left:5.72917%;padding:18px 30px;font-size:16px;min-width:180px;}
.banner_more:before {width:45px;margin-right:30px;}
}
@media (min-width:1200px) {.banner_more {padding:25px 40px;min-width:210px;}
}
/*----------banner --------*/



/*----------case --------*/

.index_case {margin-top: 2%;}
.scrollpic{margin:20px auto;}
#myscroll{display:block;width:100%;position:relative;height: 332px;overflow:hidden;}
#myscroll #myscrollbox{display:block; float:left; position:absolute; left:0; top:0; width:1000000px;}
#myscroll ul{display:block; float:left; list-style-type:none; padding:0; margin:0;}
#myscroll ul li{display:block;float:left;padding: 0px;margin: 2px;overflow: hidden;width: 377px;}
#myscroll ul li a{display:block;position:relative;color:#333;}
#myscroll a .intro{width: 100%;position:absolute;left:0;z-index:10;padding:0 10px;}
#myscroll a .intro h5{color: #fff;padding:0;margin:0;font-size:16px;font-weight:bold;padding:0 47px 0 15px;background:url(../images/go.png) right no-repeat;width: 100%;line-height:40px;border-bottom: 1px solid rgb(255 255 255 / 20%);}
#myscroll a .intro p{color: #fff;font-size:13px;line-height:20px;margin:10px 15px;height:40px;overflow:hidden;}
#myscroll a .intro{bottom:-61px;}
#myscroll a:hover .intro{bottom:0px;}

#mybtns{z-index: 99;margin: 10px auto;width: 100%;display:block;height:42px;position: absolute;top: 29%;}
#mybtns a{width:42px; height:42px; display:block; float:left; margin-right:1px; background-color: #c1c1c1;}
#mybtns a:hover{background-color: #d7000f;}
#mybtns a:hover, #myscroll, #mybtns a,#myscroll a:hover .intro, #myscroll a .intro,#myscroll #myscrollbox{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#mybtns #left{background-image:url(../images/jt_l.png);background-size: 100%;left: 2%;top: 0;width: 50px;height: 50px;position: absolute;}
#mybtns #right{position: absolute;background-image:url(../images/jt_r.png);background-size: 100%;right: 2%;top: 0;width: 50px;height: 50px;}


.scrollpic{width:100%;position: relative;}
#myscroll{width:100%;}



@media(max-width:767px){

#myscroll ul li {width: 375px;}
#myscroll ul li img {width:100%;}
.scrollpic{min-height: auto;/* max-width:524px; */width:100%;}
#myscroll{/* width:524px; */}
}
@media(max-width:523px){
#myscroll {height:273px;}
.scrollpic{max-width: 100%;width:100%;}
#myscroll{width: 100%;}
}
/*----------case --------*/



/*----------links --------*/
.links {
    background: #f2f2f2;
    padding: 2px 0;
}
.links h3 {
    color: #0a3488;
    font-size: 16px;
    margin-bottom: 5px;
}
.links links-cont {}
.links a {
    color: #7e7e7e;
    margin-right: 1%;
    font-size: 13px;
}
@media (max-width:700px){
.links a {
    font-size: 12px;
    margin-right: 4%;
}
.links h3 {font-size:15px;}
}


/*----------links --------*/

/*----------footer --------*/

.footer {
    padding: 3% 0 0;
    background: #0a3488;
}
.footer .footer_cont {
    overflow: hidden;
    display: flex;
}
.footer .footer_cont .fot-left {
    width: 173px;
    margin-right: 8%;
}
.footer .footer_cont .fot-left i {}
.footer .footer_cont .fot-left i img {}
.footer .footer_cont .fot-left a {
    margin: 41px 0;
    display: block;
    width: 100px;
    padding: 1% 0;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}
.footer .footer_cont .fot-left p {
    line-height: 25px;
    margin-top: 49px;
    font-size: 15px;
    color: #ffffff;
}

.footer .footer_cont .fot-center {
    width: 53%;
}
.footer .footer_cont .fot-center ul {}
.footer .footer_cont .fot-center li {
    float: left;
}
.footer .footer_cont .fot-center li p {
    display: block;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}
.footer .footer_cont .fot-center li i {
    display: block;
    width: 32px;
    height: 3px;
    background: #ffffff;
    margin: 2% 0 6%;
}
.footer .footer_cont .fot-center li a {
    margin-right: 3%;
    display: block;
    float: left;
    color: #d9d9d9;
    font-size: 14px;
    margin-bottom: 3%;
    width: 140px;
}

.footer .footer_cont .fot-right {
    width: 33%;
    /* border-radius: 9px; */
    overflow: hidden;
}
.footer .footer_cont .fot-right img {
    border-radius: 9px;
    width: 100%;
}
.footer .footer_cont .fot-center li a:hover {color: #ffffff;}

@media (max-width:1300px){
    .footer .footer_cont .fot-left p{margin-top:0;}
    .footer .footer_cont .fot-left {
    margin-right: 5%;
}
    .footer .footer_cont .fot-center {
    width: 60%;
}
    .footer .footer_cont .fot-right {width: 46%;}
}


@media (max-width:1080px){
    .footer .footer_cont .fot-left {margin-right:2%;}
    .footer .footer_cont .fot-right {    margin-top: 5%;width: 362px;}
}

@media (max-width:890px){
.footer .footer_cont .fot-right {display:none;}
.footer .footer_cont .fot-center {float:right;}

}

@media (max-width:700px){
.footer .footer_cont {display:block;}
.footer .footer_cont .fot-left {
    text-align: center;
    margin: 0 auto 5%;
    float: none;
}
.footer .footer_cont .fot-center {width: auto;float:none;margin:1% auto;}
.footer .footer_cont .fot-left {width:215px;}
.footer .footer_cont .fot-left p {margin-top:1%;}
.footer .footer_cont .fot-left a {margin: 6% auto;}
.footer .footer_cont .fot-left i img {width:65%;}
.footer .footer_cont .fot-center li a {
    margin-bottom: 4%;
    width:150px;
}
}


/*----------footer --------*/

/*----------news --------*/


.sec1{padding: 3% 0;background: #f2f2f2;}
.main{margin: 45px auto;}
.title{font-size:24px; margin-bottom: 1em; text-align: center;}
.img-count,.img-count img{position:relative;}
.img-count-in{ position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;height:100%; *height:100%;}

.w-newsList1{position: relative;}
.w-newsList1 a{ display: block; text-decoration: none; color: #333;}
.w-newsList1 .news-item{ position:relative;}
.w-newsList1 .news-imgbox{width: 46%;}
.w-newsList1 .news-imgbox img{ transition:transform 3.5s; -webkit-transition:transform 3.5s;transform:scale(1.1); -webkit-transform:scale(1.1);}
.w-newsList1 .swiper-slide.swiper-slide-active .news-imgbox img{ transform:scale(1); -webkit-transform:scale(1);}
.w-newsList1 .aspectRatio{padding-bottom:450px;}
.w-newsList1 .news-text{margin: 0 1%;position: absolute;right:0;width: 59%;top: 50%;top:10%\9; *top:10%;transform:translateY(-50%);-webkit-transform:translateY(-50%);background: #fff;padding: 3% 5%;overflow:hidden;box-shadow: 0 0 10px #0000001f;}
:root .w-newsList1 .news-text{top: 50%;}
.w-newsList1 .date{ line-height: 1.4; margin-bottom: 0.8em;}
.w-newsList1 .date .year{font-size:46px;font-weight: bold;color: #0a3488;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.w-newsList1 .date .day_month{font-size:17px; color: #bebebe;}
.w-newsList1 .news-h{color: #0a3488;font-size: 27px;font-weight: bold;line-height: 1.4;height:2.8em;overflow: hidden;margin-bottom: 3%;width: 78%;}
.w-newsList1 .news-sum{font-size: 14px;line-height: 1.8;height:3.5em;overflow: hidden;color:#aaa;}
.w-newsList1 .more{margin-top:20px; width: 45px; height: 24px; float: right; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABIUlEQVQ4jb3VMUscQRQH8J+yNgaLFAoPJSBnKaTRUhDBRoiVpBG09mMIljY2geuCIH4GG7FKE7BRSxGPyCtstLJQxGYPTr1D3LvNHxb2McP7McPO7FCz2dRPMhNExDec4gormXnbbf5wX9rrjOEr5nAcEeO1gpl5gQ08Y7YXOsgVysyDLuhEbWAP9E9ETNUGdqBreEQDJ220wBfMYKhK84joNXSFHWx3oIsFzjBdBftkGjgaxsN/wNoZLfAdkypu6QdZxV75foPlAk+4rtqxfdO8TUT8xG5ZXmIpM1u1fKURsY5DjJTYYma2qOFYRMQm9sve51jIzH/t8YGCEbGF3x3YUr7Z84GBETGPX2X5t8Te/TGKQYG4K58z/MjM+26TXgDh8VYjv3NjTgAAAABJRU5ErkJggg==") center no-repeat;}
.w-newsList1 .adSN_page{ position: absolute; z-index: 9; left:50%; bottom:50%; margin-bottom: -123px; top: auto; transform: none; -webkit-transform: none; width:35%; padding-left: 4%; }
.w-newsList1 .adSN_page span{ display: inline-block; *display:inline; *zoom:1; margin:0 6px;}
.w-newsList1 .swiper-num{position: absolute;z-index: 9;right: 52px;top: 18%;/* margin-top: -130px; */color: #bebebe;}
.w-newsList1 .swiper-num .active{ font-size:32px; font-weight: bold;}
@media (max-width:1000px){

.w-newsList1 .news-h {width:100%;font-size: 20px;}
}


@media (max-width:767px){
    .w-newsList1 .news-imgbox{width:100%;}
    .w-newsList1 .aspectRatio{padding-bottom: 56.25%;}
    .w-newsList1 .news-text{ position: relative; width:100%; top:0; transform: none; -webkit-transform: none; padding:1.2em 4% 1.5em;}
    :root .w-newsList1 .news-text{ top:0;}
    .w-newsList1 .adSN_page{ left:0; bottom:2em; margin-bottom: 0;}
    .w-newsList1 .swiper-num{ bottom: 232px; top: auto; margin-top: 0;}

}
@media (max-width:480px){
    body{font-size:4vw;}
    .title{font-size:6vw;}
    .w-newsList1 .news-h{font-size: 109%;}
    .w-newsList1 .date .year{font-size: 192%;}
    .w-newsList1 .date .day_month{ font-size: 110%;}
    .w-newsList1 .swiper-num{right: 18px;bottom: 14em;}
    .w-newsList1 .swiper-num .active{ font-size: 200%;}
}

/*----------news --------*/

.thumbnail {
    margin-right: 3%;
    position: relative;
}
.thumbnail .slt {
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 100%; */
}
.thumbnail img {
    display: block;
    width: 100%;
    /* height: 100%; */
}


/*----------index_cptj --------*/

.index_cptj {
    margin: 3% 0;
}
.index_cptj ul {
    /* display: flex; */
}
.index_cptj ul li {
    width: 48%;
    position: relative;
    float: left;
    margin: 1%;
    padding: 1%;
    border: 1px solid #e1e1e1;
}

.index_cptj ul li:hover {border: 1px solid #0a3488;}

.index_cptj ul li a {
    display: flex;
}
.index_cptj ul li .cptj_fr {
    width: 100%;
    letter-spacing: 2px;
}
.index_cptj ul li .cptj_fr p {
    color: #000;
    margin-top: 10%;
    font-weight: 600;
    display: block;
    font-size: 21px;
}
.index_cptj ul li .cptj_fr b {
    margin: 3% 0 5%;
    display: block;
    width: 28px;
    height: 2px;
    background: #0a3488;
}
.index_cptj ul li .cptj_fr span {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #878787;
    font-size: 15px;
}
.index_cptj ul li .cptj_fr i {
    position: absolute;
    display: block;
    width: 31px;
    bottom: 17%;
    right: 2%;
}
.index_cptj ul li .cptj_fr i img {}
.index_cptj ul li:hover p {color:#0a3488;}
@media (max-width:950px){
.index_cptj ul li .thumbnail {
    width: 86%;
}
}

@media (max-width:950px){
.index_cptj {}
.index_cptj ul {
    overflow: hidden;
}
.index_cptj ul li {
    float: none;
    width: 93%;
    margin: 3% auto;
}
.index_cptj ul li a {}
.index_cptj ul li .cptj_fr {
    margin-left: 3%;
}
.index_cptj ul li .cptj_fr p {
    margin-top: -1%;
    font-weight: 100;
    display: block;
    font-size: 14px;
}
.index_cptj ul li .cptj_fr b {}
.index_cptj ul li .cptj_fr span {
    font-size: 8px;
    margin-bottom: 12%;
}
.index_cptj ul li .cptj_fr i {
    width: 18px;
    bottom: 2%;
}
.index_cptj ul li .cptj_fr i img {}

}


/*----------index_cptj --------*/


/*----------index_pro --------*/

.index_pro {
    padding: 2% 0;
    background: #f1f1f1;
}
.index_pro ul {
    overflow: hidden;
}
.index_pro ul li {
    border: 1px solid #00000014;
    margin: 1%;
    float: left;
    width: 23%;
    text-align: center;
    padding: 1%;
}
.index_pro ul li .thumbnail {}
.index_pro ul li p {
    display: block;
    font-size: 18px;
    margin: 4% 0;
    color: #000;
}

.index_pro ul li:hover p {color:#0a3488;
}
.index_pro ul li:hover {border: 1px solid #0a3488;}

@media (max-width:950px){
.index_pro {}
.index_pro ul {}
.index_pro ul li {
    width: 48%;
}
.index_pro ul li .thumbnail {}
.index_pro ul li p {
    font-size: 13px;
    margin: 5% 0;
}

}


.indx_abuot {}
.indx_abuot .abuot_con {
    width: 100%;
    display: flex;
}
.indx_abuot .abuot_con .about_fl {
    position: relative;
    width: 65%;
    padding: 6% 6% 0% 11%;
    background: #0a3488;
}

.indx_abuot .abuot_con .about_fl i {width: 64px;height: 4px;background: #fff;display: block;margin-bottom: 5%;}

.indx_abuot .abuot_con .about_fl h1 {
    display: block;
    font-size: 31px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4%;
    letter-spacing: 4px;
}
.indx_abuot .abuot_con .about_fl p {
    display: block;
    margin: 3% 0;
    color: #dbdbdb;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 6px;
}
.indx_abuot .abuot_con .about_fl a {
    display: block;
    background: #fff;
    color: #0a3488;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 7px;
    border-radius: 6px;
    margin-top: 7%;
    width: 104px;
}

.indx_abuot .abuot_con .about_fl b {
    right: 3%;
    top: -36px;
    text-transform: uppercase;
    color: #ffffff12;
    font-size: 161px;
    font-family: emoji;
    position: absolute;
}

.indx_abuot .abuot_con .about_fr {
    width: 57%;
}
.indx_abuot .abuot_con .about_fr img {}

@media (max-width:1372px){
.indx_abuot .abuot_con .about_fl {padding: 6%;}
.indx_abuot .abuot_con .about_fl p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 3px;
}

.indx_abuot .abuot_con .about_fl b {top: -26px;font-size: 117px;}
.indx_abuot .abuot_con .about_fl a {

    font-size: 11px;
    padding: 4px;
    border-radius: 4px;
    margin-top: 4%;
    width: 81px;
}
.indx_abuot .abuot_con .about_fl i {
    width: 44px;}
}

@media (max-width:980px){
.indx_abuot {}
.indx_abuot .abuot_con {
    position: relative;
    display: block;
}
.indx_abuot .abuot_con .about_fl {
    width: 5;
    padding: 3% 6%;
    background: #0a3488;
    position: absolute;
    width: auto;
    bottom: 1%;
}
.indx_abuot .abuot_con .about_fl h1 {
    margin-bottom: 2%;
    font-size: 21px;
}
.indx_abuot .abuot_con .about_fl p {
    font-size: 13px;
    margin: 1% 0;
}
.indx_abuot .abuot_con .about_fl a {
    margin-top: 2%;
}
.indx_abuot .abuot_con .about_fl b {
    display: none;
}
.indx_abuot .abuot_con .about_fl i {
    margin-bottom: 2%;
}
.indx_abuot .abuot_con .about_fr {
    padding-bottom: 217px;
    width: auto;
}
.indx_abuot .abuot_con .about_fr img {}

}


.ny_banner {margin-top: 4.5%;}
.ny_banner img {
    width: 100%;
}
@media (max-width:980px){
.ny_banner {
    margin-top: 15%;
}
.ny_banner img {}
}

.didian {
    border-bottom: 1px solid #e9e9e9;
    padding: 0.5% 0;
}
.didian h1 {
    font-size: 15px;
    float: left;
    color: #0a3488;
}
.didian p {
    color: #9d9d9d;
    font-size: 15px;
    float: right;
}
.didian p i {
    margin: 0 6px;
}
.didian p i a {}

@media (max-width:980px){
.didian {
    padding: 1% 0;
}
.didian h1 {
    line-height: 20px;
    font-size: 13px;
}
.didian p {
    line-height: 20px;
    font-size: 12px;
}
.didian p i {}
.didian p i a {}

}

/*----------index_pro --------*/

.list_img {
    padding: 3% 0;
}
.list_img ul {
    overflow: hidden;
}
.list_img ul li {
    border: 1px solid #00000014;
    margin: 1%;
    float: left;
    width: 23%;
    text-align: center;
    padding: 1%;
}
.list_img ul li .thumbnail {}
.list_img ul li p {
    display: block;
    font-size: 18px;
    margin: 4% 0;
    color: #000;
}

.list_img ul li:hover p {color:#0a3488;
}
.list_img ul li:hover {border: 1px solid #0a3488;}

@media (max-width:950px){
.list_img {}
.list_img ul {}
.list_img ul li {
    width: 48%;
}
.list_img ul li .thumbnail {}
.list_img ul li p {
    font-size: 13px;
    margin: 5% 0;
}

}


.pagination>li>a, .pagination>li>span{color:#333;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{background-color: #0a3488;
    border-color: #0a3488;}

.pageController{padding-top:5px;padding-bottom:5px;display: flex;margin: 3% auto 0;width: 308px;}
.pageController a{/* float:left; */display: inline-block;background-color: #ededed;border: #b9b9b9 1px solid;color: #000000;padding: 4px 12px;margin-right: 11px;font-size: 16px;}
.pageController a:hover{background-color: #0a3488;color: #ffffff;text-decoration:none;font-weight:bold;border: #0a3488 1px solid;}
.pageController .currPage {background-color: #0a3488;color:#fff;font-weight:bold;border: #0a3488 1px solid;}
.clear{clear:both;}
@media screen and (max-width:600px){
.pageController a {padding: 4px 9px;margin-right: 14px;font-size: 12px;}
.pageController {width: 264px;}
}


/*----------product_list --------*/

.product_list {
    margin: 4% 0;
}
.product_list .container {
    display: flex;
}
.product_list .product_fl {
    margin-right: 4%;
    width:84%;
    max-width: 250px;
}
.product_list .product_fl h1 {
    width: 100%;
    background: #0a3488;
    color: #fff;
    text-align: center;
    font-size: 31px;
    font-weight: 600;
    padding: 6% 0;
}
.product_list .product_fl .st {}
.product_list .product_fl .st a {
    color: #0a3488;
    background: #e9e9e9;
}

.product_list .product_fl p {
    display: block;
    /* padding: 6% 5%; */
    background: #f1f1f1;
}
.product_list .product_fl p a {
    font-weight: 600;
    display: block;
    font-size: 17px;
    padding: 4% 7%;
    border-bottom: 0.5px solid #e7e7e7;
    letter-spacing: 1px;
}

.product_list  .product_fr {}
.product_list  .product_fr ul {
    overflow: hidden;
}
.product_list  .product_fr ul li {
    margin: 0.5%;
    display: block;
    float: left;
    width: 32%;
    padding: 0.5%;
    border: 1px solid #f1f1f1;
}
.product_list  .product_fr ul li p {
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 6% 0 4%;
}

.product_list .product_fl p:hover a {
    color: #0a3488;
    background: #e9e9e9;
}

.product_list  .product_fr ul li:hover p {color: #0a3488;}
.product_list  .product_fr ul li:hover {border:1px solid #0a3488;}


@media (max-width:1400px){
.product_list .product_fl {
    width:100%;
}
.product_list .product_fl h1 {font-size: 20px;}
.product_list .product_fl p a {font-size:15px;}
.product_list  .product_fr ul li p {font-size:16px;}
}

@media (max-width:1200px){
.product_list .product_fl {
    width:25%;
}
.product_list .product_fr {
    width: 90%;
}

}
@media (max-width:950px){
.product_list {}
.product_list .container {
    display: block;
}

.product_list .product_fl {
    overflow: hidden;
    width: 100%;
}
.product_list .product_fl h1 {
    padding: 2% 0;
}
.product_list .product_fl p {width: 48%;float: left;margin: 1%;border: 0;}
.product_list .product_fl p a {
    /* height: 50px; */
    font-size: 12px;
    border: 0;
    letter-spacing: 0;
}

.product_list  .product_fr {
    width: auto;
}
.product_list  .product_fr ul {}
.product_list  .product_fr ul li {
    width: 49%;
}
.product_list  .product_fr ul li p {
    font-size: 12px;
}

}

/*----------product_list --------*/


/*----------news_list --------*/

.news_list {
    margin: 4% 0;
}
.news_list ul {
    overflow: hidden;
}
.news_list ul li {
    float: left;
    width: 46%;
    margin: 1% 2%;
}
.news_list ul li a {
    display: flex;
}
.news_list ul li a .thumbnail {
    margin-right: 4%;
    width: 55%;
}
.news_list ul li .news_title {
    width: 88%;
}
.news_list ul li .news_title p {
    color: #000;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-weight: 600;
}
.news_list ul li .news_title span  {
    color: #747474;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    letter-spacing: 2px;
    margin: 2% 0 5%;
    font-size: 14px;
}
.news_list ul li .news_title i {
    font-size: 17px;
    color: #0a3488;
}

.news_list ul li:hover .news_title p {color: #0a3488;}
.news_list ul li:hover .news_title span {color: #000;}


@media (max-width:1500px){
.news_list ul li a .thumbnail {width: 67%;}
.news_list ul li .news_title p {
    font-size: 18px;
    line-height: 23px;
}

.news_list ul li .news_title span {
    letter-spacing: 1px;
    font-size: 13px;
}

}

@media (max-width:1200px){
.news_list {}
.news_list ul {}
.news_list ul li {
    width: 29%;
}
.news_list ul li a {
    display: block;
}
.news_list ul li a .thumbnail {
    width: 100%;
}
.news_list ul li .news_title {
    width: 100%;
    margin: 4% 0;
}
.news_list ul li .news_title p {}
.news_list ul li .news_title span  {}
.news_list ul li .news_title i {}

}



@media (max-width:950px){
.news_list {}
.news_list ul {}
.news_list ul li {
    width: 46%;
}
.news_list ul li a {}
.news_list ul li a .thumbnail {}
.news_list ul li .news_title {}
.news_list ul li .news_title p {
    font-size: 14px;
    -webkit-line-clamp: 3;
    line-height: 17px;
}
.news_list ul li .news_title span  {
    -webkit-line-clamp: 5;
}
.news_list ul li .news_title i {}

}

@media (max-width:700px){

.news_list ul li {
    width:100%;
}
}

/*----------news_list --------*/


/*----------rczp --------*/

.join_zp{
    max-width: 1500px;
    text-align: center;
    margin: 3% auto;
    width: 100%;
}
.join_zp .join_zp_t{
    font-size: 17px;
    color: #fff;
    background-color: #0a3488;
    height: 50px;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 600;
}
.join_zp .join_zp_c{
    font-size: 17px;
    color: #6a6a6a;
    cursor: pointer;
    height: 65px;
    border-bottom: 1px solid #e9e9e9;
}
.join_zp .join_zp_c:hover{
    color: #fe0807;
}
.join_zp .join_zp_n{
    text-align: left;
    background-color: #f2f6f9;
    font-size: 14px;
    display: none;
}
.join_zp .join_zp_n td{
    padding: 2%;
    border: 0.5px solid #e1e1e1;
    padding-bottom: 3%;
}
.join_zp_n .join_ms{
    font-size: 19px;
    width: auto;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
}
.join_zp_n .join_ms i{
    display: inline-block;
    width: 2px;
    height: 13px;
    background-color: #0a3488;
    margin-right: 10px;
}
.join_zp_n .join_cn{
    width: auto;
    margin: 0 auto;
    /* background-color: #fff; */
    padding-left: 35px;
    padding: 10px 35px;
}
.join_zp .join_active{
    transition: 0.5s all;
    display: table-row;
}

@media (max-width:700px){
.join_zp .join_zp_t {font-size:13px;font-weight:100; }
.join_zp .join_zp_c {font-size:13px;}
}


/*----------rczp --------*/



form {margin: 3% auto;}
form li.first,li.second{
  border:none;
  list-style:none;
  margin-bottom: 41px;
  width:100%;
}
.icon,.icon2  {
  height:55px;
  width:55px;
  display: block;
  float: left;
  border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  border-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
}
.user {
    background: url(../images/icons.png) no-repeat 14px 15px #0a3488;
}
.email{
  background: url(../images/icons.png) no-repeat 15px -39px #0a3488;
}
.phone{
  background: url(../images/icons.png) no-repeat 15px -93px #0a3488;
}
.msg{
  background: url(../images/msg.png) no-repeat 16px 16px #0a3488;
}
li.first:hover .user{
     background: url(../images/icons.png) no-repeat 14px 15px #fe0807;
}
li.first:hover .email{
  background: url(../images/icons.png) no-repeat 15px -39px #fe0807;
}
li.first:hover .phone{
  background: url(../images/icons.png) no-repeat 15px -93px #fe0807;
}
li.second:hover .msg {
  background: url(../images/msg.png) no-repeat 16px 16px #fe0807;
}
/*-----*/
input[type="text"],form textarea {
  width: 92%;
  padding: 1.13em 1em 1.13em 1em;
  color: #858282;
  font-size: 15px;
  outline: none;
  background: #fff;
  font-weight: 500;
  border: none;
  font-family: 'Lora', serif;
  border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  border-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
  }
  .submit{

  }
form textarea {
  resize: none;
  height: 140px;
}
.login-01 input[type="submit"]{
  margin-bottom: 10%;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 10px;
  width: 25%;
  border: 2px solid #0a3488;
  float: right;
  background: #0a3488;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
input[type="submit"]:hover{}
li.lost {
  margin-bottom: 21px;
}
/*---------------*/
.login-01 {margin: 0 auto;max-width: 700px;}
.copy-right {
  text-align: center;
  margin: 2em 0;
}
.copy-right p {
    color: #fff;
    font-size: 1em;
    font-weight:400;
}
.copy-right p a {
    color:#fff;
}
.copy-right p a:hover {
    text-decoration: underline;
}
/*-----start-responsive-design------*/
@media (max-width:1440px){
  .login-01 input[type="submit"]{
  margin-right:1.85em;
  }
    
}
@media (max-width:1366px){
  .login-01 input[type="submit"]{
  margin-right: 0;
  }
    
}
@media (max-width:1280px){
   .login-01 {
    width:57%;
    margin:5% auto 5%;
  }
  body h1 {
  font-size: 2.7em;
}

input[type="text"], form textarea {width: 90%;}
}
 
}
@media (max-width:1024px){
  .login-01 {
  width: 45%;
}
 body h1 {
  font-size: 2.5em;
}
 
}
@media (max-width:768px){
  .login-01 {
  width: 63%;
}
 body h1 {
  font-size: 2.3em;
}
}
@media (max-width:640px){
  .login-01 {
  width: 73%;
  }
  body h1 {
  font-size: 2.1em;
}
}
@media (max-width:480px){
   .login-01 {
    width: 100%;
  }
  .copy-right p {
    font-size: 0.9em;
  }
   input[type="text"], form textarea {
  width: 87%;
  padding: 1em 1em 1em 1em;
  font-size: 14px;
  }
  .icon, .icon2 {
  height: 48px;
  width: 48px;
  }
  .user {
    background: url(../images/icons.png) no-repeat 11px 12px #0a3488;
      background-size: 45%;
}
.email{
  background:url(../images/icons.png) no-repeat 12px -36px #0a3488;
    background-size: 45%;
}
.phone{
  background:url(../images/icons.png) no-repeat 12px -87px #0a3488;
    background-size: 45%;
}
.msg{
  background: url(../images/msg.png) no-repeat 14px 11px #0a3488;
    background-size: 45%;
}
li.first:hover .user{
     background: url(../images/icons.png) no-repeat 11px 9px #fe0807;
      background-size: 45%;
}
li.first:hover .email{
  background:url(../images/icons.png) no-repeat 12px -36px #fe0807;
   background-size: 45%;
}
li.first:hover .phone{
  background:url(../images/icons.png) no-repeat 12px -87px #fe0807;
   background-size: 45%;
}
li.second:hover .msg {
  background: url(../images/msg.png) no-repeat 14px 11px #fe0807;
   background-size: 45%;
}
body h1 {
  font-size:2em;
  padding-top: 1em;
}
form li.first, li.second {
  margin-bottom: 18px;
  }

}
@media (max-width:320px){
  input[type="text"], form textarea {
 width: 71%;
  padding: 1em 1em 1em 0.8em;
  font-size: 14px;
  }
  .login-01 {
    width:96%;
  }
  .icon, .icon2 {
  height: 45px;
  width: 45px;
  }
  .user {
    background: url(../images/icons.png) no-repeat 11px 13px #0a3488;
     background-size: 40%;
}
.email{
  background:url(../images/icons.png) no-repeat 12px -29px #0a3488;
   background-size: 40%;
}
.phone{
  background:url(../images/icons.png) no-repeat 12px -72px #0a3488;
   background-size: 40%;
}
.msg{
  background: url(../images/msg.png) no-repeat 14px 13px #0a3488;
   background-size: 40%;
}
li.first:hover .user{
     background: url(../images/icons.png) no-repeat 11px 13px #fe0807;
      background-size: 40%;
}
li.first:hover .email{
  background:url(../images/icons.png) no-repeat 12px -29px #fe0807;
   background-size: 40%;
}
li.first:hover .phone{
  background:url(../images/icons.png) no-repeat 12px -72px #fe0807;
   background-size: 40%;
}
li.second:hover .msg {
  background: url(../images/msg.png) no-repeat 14px 13px #fe0807;
   background-size: 40%;
}
.copy-right p {
  line-height: 1.6em;
}
.login-01 input[type="submit"] {
  font-size: 17px;
  padding: 8px 8px;
  width: 36%;
  margin-right: 0.7em;
}

}


.con_lxfs {
    margin: 3% 0;
}
.con_lxfs ul {
    display: flex;
}
.con_lxfs ul li {
    padding: 2% 1%;
    text-align: center;
    width: 33%;
    background: #f1f1f1;
    margin: 1%;
}
.con_lxfs ul li i {
    margin: 0 auto;
    width: 54px;
    display: block;
    padding: 3%;
    background: #0a3488;
    border-radius: 40px;
}
.con_lxfs ul li i img {}
.con_lxfs ul li p {
    font-size: 23px;
    display: block;
    padding: 9% 0 2%;
    font-weight: 600;
}
.con_lxfs ul li span {
    font-size: 17px;
    color: #858585;
}

@media (max-width:1320px){
.con_lxfs {}
.con_lxfs ul {
    display: block;
}
.con_lxfs ul li {
    float: left;
    width: 48%;
}
.con_lxfs ul li i {
    width: 40px;
}
.con_lxfs ul li i img {}
.con_lxfs ul li p {
    font-size: 19px;
}
.con_lxfs ul li span {
    height: 39px;
    font-size: 15px;
    display: block;
}

}


@media (max-width:600px){
.con_lxfs {}
.con_lxfs ul {}
.con_lxfs ul li {
    padding: 3% 3%;
}
.con_lxfs ul li i {
    width: 31px;
}
.con_lxfs ul li i img {}
.con_lxfs ul li p {
    font-size: 15px;
}
.con_lxfs ul li span {
    height: 55px;
    font-size: 11px;
}

}



.shuoluetu {
    position: relative;
}
.shuoluetu .slt {
    position: absolute;
    max-width: 100%;
}

.shuoluetu img {width:100%;}

.inside_main {margin:3% 0; }
.ryzz {
    padding: 0;
    overflow: hidden;
}
.ryzz li {
    list-style: none;
    width: 23%;
    float: left;
    margin: 1%;
}
.ryzz li p {
    margin: 5% 0;
    text-align: center;
    font-size: 17px;
}
@media (max-width:767px) {
.ryzz {
    margin: 0;
    padding: 0;
}
.ryzz li {
    width: 47%;
}

.ryzz li p {font-size:13px;}

}



.article {
    margin: 4% 0 0;
}
.article .art_top {
    text-align: center;
    margin-bottom: 2%;
}
.article .art_top h1 {font-size: 27px;color: #0a3488;letter-spacing: 2px;display: block;margin-bottom: 2%;font-weight: 600;}
.article .art_top span {
    font-size: 17px;
    margin: 0 3%;
}

.art_con {letter-spacing: 4px;margin-bottom: 3%;line-height: 30px;}
.art_con img {max-width: 100%;display:block;margin:2% auto;}

.art_bot {}
.art_bot a {
    font-size: 14px;
    color: #9d9d9d;
    display: block;
    margin: 1% 0;
    letter-spacing: 2px;
}
.art_bot a b {
    font-size: 17px;
    color: #0a3488;
}

.art_bot a:hover {color: #e60012; }

.article_pro {
    margin: 3% 0;
}
.article_pro .left_container{
    display: flex;
}
.article_pro .pro_fl {
    background: #f1f1f1;
    width: 51%;
    margin-right: 4%;
}
.article_pro .pro_fl img {
    width: 100%;
}
.article_pro .pro_fr {
    letter-spacing: 2px;
}
.article_pro .pro_fr h1 {
    color: #0082ff;
    font-weight: 600;
    display: block;
    margin: 6% 0 12%;
    font-size: 29px;
}
.article_pro .pro_fr p {
    margin: 5% 0;
    display: flex;
}
.article_pro .pro_fr p b {
    display: block;
    width: 68px;
    font-size: 17px;
}
.article_pro .pro_fr p i {
    line-height: 25px;
    font-size: 15px;
    max-width: 408px;
    width: 80%;
}

.article .title_h5 {
    font-size: 22px;
    margin: 0 auto 2%;
    font-weight: 600;
    color: #0082ff;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1%;
}

@media screen and (max-width:1000px){
.article_pro .pro_fr h1 {
    font-size: 24px;
    margin: 4% 0 9%;
}
.article_pro .pro_fr p {
    margin: 4% 0;}
.article_pro .pro_fr p b {font-size: 15px;width: 63px;}
}


@media screen and (max-width:900px){
.article {}
.article .art_top {
    margin: 6% auto;
}
.article .art_top h1 {
    color: #e60012;
    font-weight: 400;
    font-size: 17px;
}
.article .art_top span {
    font-size: 12px;
}
.art_con {}
.art_con img {display:block;margin:2% auto;}

.art_bot {margin: 8% auto;}
.art_bot a {
    margin: 4% 0;
}
.art_bot a b {}

}


@media screen and (max-width:600px){
.article_pro {
    margin-bottom: 10%;
}
.article_pro .left_container{
    display: block;
}
.article_pro .pro_fl {
    width: auto;
    margin: 0 auto;
}
.article_pro .pro_fl img {}
.article_pro .pro_fr {}
.article_pro .pro_fr h1 {
    margin: 8% 0 6%;
    font-size: 19px;
}
.article_pro .pro_fr p {
    margin: 3% 0;
}
.article_pro .pro_fr p b {
    font-size: 15px;
    width: 60px;
}
.article_pro .pro_fr p i {
    font-size: 13px;
}
.article .title_h5 {
    font-size: 19px;
}
}

.about_gsjj {
    margin: 4% 0;
    display: flex;
}
.about_gsjj .about_fl{
    margin-right: 3%;
    margin-left: 10%;
    width: 52%;
}
.about_gsjj .about_fr{
    width: 59%;
}

.about_gsjj img {}
.about_gsjj .wenan {
    margin-top: 5%;
}
.about_gsjj .wenan h1 {
    font-weight: 600;
    font-size: 34px;
    display: block;
    margin-bottom: 3%;
}
.about_gsjj .wenan h2 {
    margin-bottom: 5%;
    color: #0a3488;
    font-size: 30px;
    font-weight: 600;
}
.about_gsjj .wenan p {
    display: block;
    margin: 2% 0;
    font-size: 16px;
    line-height: 28px;
    color: #727272;
}

@media screen and (max-width:1500px){
.about_gsjj .wenan {margin-top:1%;}
.about_gsjj .about_fl{}
.about_gsjj .about_fr{}
.about_gsjj .wenan h1 {font-size:25px;}
.about_gsjj .wenan h2 {font-size:25px;}
.about_gsjj .wenan p {font-size: 13px;line-height: 24px;}
}

@media screen and (max-width:1300px){
.about_gsjj .about_fl{margin-left: 4%;}
}


@media screen and (max-width:1000px){
.about_gsjj {
    width: 89%;
    display: block;
    margin: 0 auto;
}
.about_gsjj .about_fl{
    margin: 3% 0;
    width: 100%;
}
.about_gsjj .about_fr{
    width: 100%;
}


.about_gsjj .wenan h1 {
    font-size: 20px;
}
.about_gsjj .wenan h2 {
    font-size: 18px;
    margin-bottom: 2%;
}
.about_gsjj .wenan p {
    font-size: 11px;
    line-height: 18px;
}

}


.about_qywh {
    background: #f1f1f1;
    padding: 4% 0;
}
.about_qywh ul {
    overflow: hidden;
}
.about_qywh ul li {
    text-align: center;
    background: #ffffff;
    display: block;
    width: 31%;
    float: left;
    padding: 3% 5%;
    margin: 1%;
}
.about_qywh ul li p {
    color: #0a3488;
    margin-bottom: 3%;
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.about_qywh ul li span {
    font-size: 15px;
    letter-spacing: 2px;
}
@media screen and (max-width:600px){
.about_qywh {}
.about_qywh ul {}
.about_qywh ul li {
    padding: 5% 9%;
    float: none;
    width: 100%;
}
.about_qywh ul li p {
    font-size: 16px;
}
.about_qywh ul li span {
    font-size: 11px;
}
}


.ny_nav {}
.ny_nav ul {
    text-align: center;
}
.ny_nav ul .active {
    background: #0a3488;
}
.ny_nav ul .active a {
    color: #fff;
}

.ny_nav ul li {
    margin: 3% 1%;
    padding: 9px 32px;
    display: inline-block;
    background: #f1f1f1;
}
.ny_nav ul li a {
    color: #000;
    font-size: 18px;
}

.ny_nav ul li:hover {background: #0a3488;}
.ny_nav ul li:hover a {color:#fff;}

@media screen and (max-width:600px){
.ny_nav {}
.ny_nav ul {}
.ny_nav ul li {
    padding: 5px 17px;
}
.ny_nav ul li a {
    font-size: 14px;
}

}
.footer_bot {
    margin-top: 3%;
    padding: 7px 0;
    background: #00000029;
    text-align: center;
}
.footer_bot span {
    margin: 0px 9px;
    font-size: 12px;
    color: #cfcfcf;
}

.footer_bot a {
    margin: 0px 9px;
    font-size: 12px;
    color: #cfcfcf;
}
