* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

.banners {
    width: 100%;
    display: flex;
    height: auto;
    margin-top: 115px;
}

.banners>img {
    width: 100%;
}

.list {
    display: inline-block;
    margin-left: 10%;
    width: 12%;
    vertical-align: top;
}

.conts {
    display: inline-block;
    margin-right: 8%;
    width: 65%;
}

.blues {
    border-bottom: 4px solid #0a50b4;
    width: 55px;
}

.tit {
    font-size: 42px;
    line-height: 75px;
    color: #0a50b4;
}




.list>ul>li>a {
    color: #5a5a5a;
    font-size: 22px;
    line-height: 64px;
}

.heia {
    display: flex;
    margin-left: 10.2%;
    color: #666666;
    font-size: 20px;
    line-height: 75px;
}

#cc ul li a {
    color: #0a50b4;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~ */
.ui_div {
    width: 100%;
}

.ui_div_con {
    width: 83.33%;
    margin: 0px auto;
}

.header {
    width: 100%;
    position: fixed;
    height: 115px;
    background-color: #fff;
    left: 0px;
    top: 0px;
    z-index: 10000;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.header.fixedmenu {
    top: 0px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px #c7c5bf;
    -webkit-box-shadow: 0px 0px 10px #c7c5bf;
    box-shadow: 0px 0px 10px #c7c5bf;
}

.header.fixednav.fixedmenu {
    position: fixed;
}

.i_logo_img {
    width: 24%;
    float: left;
    padding-top: 29px;
    margin-left: 4%;
}

.i_logo_img img {
    width: 69%;
}

.i_logo_img .logo_2s {
    width: 69%;
}

.i_logo_ul {
    width: 62.5%;
    float: left;
}

.i_logo_ul .nav_menu {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.i_logo_ul .nav_menu li {
    width: 14%;
    height: 115px;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.i_logo_ul .nav_menu li .a_nav {
    width: 100%;
    position: relative;
    height: 115px;
    line-height: 115px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #333;
    font-size: 20px;
}

.header.fixedmenu .i_logo_ul .nav_menu li .a_nav {
    color: #1a1a1a;
}

.i_logo_ul .nav_menu li .a_nav:hover, .i_logo_ul .nav_menu li .a_nav.active, .i_logo_ul .nav_menu li .a_nav.active1 {
    color: #333;
    /*background-color:#c1cef2; */
    text-decoration: none;
}

.i_logo_ul .nav_menu li .a_nav:after {
    content: "";
    width: 0px;
    height: 2px;
    background-color: rgb(10, 80, 180);
    position: absolute;
    left: 36%;
    bottom: 20px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    margin-left: 0px;
    -moz-border-radius: 1.5px;
    /* Gecko browsers */
    -webkit-border-radius: 1.5px;
    /* Webkit browsers */
    border-radius: 1.5px;
    /* W3C syntax */
}

.i_logo_ul .nav_menu li .a_nav:hover:after, .i_logo_ul .nav_menu li .a_nav.active:after, .i_logo_ul .nav_menu li .a_nav.active1:after {
    width: 78px;
    margin-left: -23px;
}

.i_logo_ul .nav_menu li dl {
    width: 266px;
    position: absolute;
    left: 70%;
    margin-left: -80px;
    padding: 10px 5px 4px;
    top: 100%;
    background-color: rgba(253, 253, 253, 0.9);
    z-index: 111;
    display: none;
}

.i_logo_ul .nav_menu li:nth-child(2) dl {
    width: 366px;
}

.i_logo_ul .nav_menu li:last-child dl {
    width: 100px;
    left: 75%;
}

.i_logo_ul .nav_menu li:last-child dl dd {
    width: 100%;
}

.i_logo_ul .nav_menu li:last-child dl dd a::after {
    left: 7px;
}

.i_logo_ul .nav_menu li dl dd {
    width: 50%;
    float: left;
    position: relative;
}

.i_logo_ul .nav_menu li dl dd a {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: inherit;
    color: #333;
    padding-left: 18%;
    font-size: 16px;
    display: inline-block;
}


.i_logo_ul .nav_menu li dl dd a::after {
    content: "";
    position: absolute;
    top: 28%;
    left: 10px;
    width: 2px;
    height: 16px;
    background-color: #0a50b4;
}

.i_logo_ul .nav_menu li dl dd a:hover {
    color: #0a50b4;
    text-decoration: none;
}


.right_s {
    width: 5%;
    height: 115px;
    float: left;
}

.right_s .shu_ge {
    width: 2px;
    height: 24px;
    background-color: #999;
    display: inline-block;
    margin-right: 36%
}

.right_s .sou_s {
    width: 22px;
    height: 23px;
    display: inline-block;
    margin-top: 46px;
}

.right_s .sou_s img {
    width: 100%;
    height: 100%;
}


.right_s .sou_s .x_h {
    width: 100%;
    height: 100%;
}

/* --------------------- heards_nav   end */


/* .conts .gb_sj {
    width: 100%;
    margin: 30px 0 60px;
    text-align: center;
} */

.gb_sj {
    width: 100%;
    margin: 30px 0 60px;
    height: 430px;
    position: relative;
    background-color: #fafafa;
}


.gb_sj .lunbo_sz {
    width: 100%;
    position: relative;
    /* top: -420px; */
    /* overflow: hidden; */
    z-index: 99;
}

.gb_sj .lunbo_sz .lb_fz {
    width: 100%;
    background: url(xian_shijie.png) no-repeat center;
    background-size: 100% 3px;
    background-position-y: 75px;
}


.text_fzsjs {
    width: 100%;
    margin-top: 30px;
}

.text_fzsjs p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

/* tblie --- 轮播 -----------  start */

.i_box1 {
    width: 100%;
}

.i_box1_t {
    width: 100%;
}

.i_box1_t .s3 {
    display: block;
    display: flex;
    justify-content: center;
}


.i_box1_t .s3 a {
    width: 35%;
    background-color: rgba(255, 255, 255, 0.4);
    height: 80px;
    line-height: 80px;
    float: left;
    text-align: center;
    margin: 0px 1px;
    color: #4f6180;
    font-size: 18px;
    position: relative;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.i_box1_t .s3 .a1s::before,.a2s::before,.a3s::before,.a4s::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3.2px;
    width: 9px;
    border: 2px solid #ccc;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
}

/* .i_box1_t .s3 a:after {
    width: 0%;
    height: 5px;
    background-color: #194d90;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: 0px;
    content: "";
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
} */

.i_box1_t .s3 a:hover, .i_box1_t .s3 a.activexd {
    color: #0a50b4;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s;
    /* background-color: #fff; */
}

.i_box1_t .s3 a:hover:after, .i_box1_t .s3 a.activexd:after {
    width: 62.5%;
    margin-left: -31.25%;
}

.i_box1_t .s3 .a1s.activexd:before, .i_box1_t .s3 .a2s.activexd:before, .i_box1_t .s3 .a3s.activexd:before, .i_box1_t .s3 .a4s.activexd:before {
    border: 2px solid #0a50b4;
}

/* .i_box1_t.activeg .s1{ padding-left:0px;}
.i_box1_t.activeg .s1 .a1{ color:#fff; filter:alpha(opacity=15);   -moz-opacity:0.15;   -khtml-opacity: 0.15;   opacity: 0.15;}
.i_box1_t.activeg .s1 span{ color:#fff;}
.i_box1_t.activeg .s2 a{ color:#fff; background:url(../images/tb_03.png) right center no-repeat;}
.i_box1_t.activeg .s2 a:after{ background-color:#fff;}
.i_box1_t.activeg .s2 a:hover{ color:#fff;} */
.i_box1_t.activeg .s3 a {
    color: #fff;
}

.i_box1_t.activeg .s3 a:after {
    background-color: #fff;
}

.i_box2 {
    width: 100%;
    height: 100%;
    padding: 35px 0 0;
    /* position: absolute; */
    top: 75px;
    left: 0;
    z-index: 99999;
}

.i_box2_t {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.i_box2_c {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
}

.i_box2_con {
    width: 100%;
}


.i_box2_con .text_fz {
    width: 100%;
    margin: 25px 0 30px;
}

.i_box2_con .text_fz .text_wz {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}

.i_box2_conz {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}

.ny_wmscy_con3 {
    width: 100%;
    overflow: hidden;
}

.ny_wmscy_con3 .swiper-slide {
    width: 100%;
    height: 270px;
    color: #333333;
    /* height: auto; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 0px 20px 20px 20px; */
    margin-bottom: 60px;
    /* border-radius: 10px; */
    /* box-shadow: 0px 5px 4px 0px #ccdbef; */
}

.ny_wmscy_con3 .swiper-slide .div {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #fafafa;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    /* border-radius: 10px; */
}

.ny_wmscy_con3 .swiper-slide .div:hover {
    text-decoration: none;
    /* color: #194D90; */
}

.ny_wmscy_con3 .swiper-slide .div .a_img {
    width: 50%;
    height: 100%;
    display: inline-block;
}

.ny_wmscy_con3 .swiper-slide .div .a_img img {
    width: 100%;
    height: 100%;
}

.ny_wmscy_con3 .swiper-slide .div .a_text {
    width: 45.5%;
    float: right;
    height: 60px;
    display: grid;
    line-height: 42px;
    text-align: left;
    overflow: hidden;
    
    /* padding: 0px 5px; */
    /* border-top: 2px solid #ededed; */
}

.ny_wmscy_con3 .swiper-slide .div .a_text .sj_bt{
    width: 100%;
    font-size: 20px;
    /* margin-top: 20px;*/
    color: #0a50b4;
    text-align: left;
    margin: 10px 0 18px;
}

.ny_wmscy_con3 .swiper-slide .div .a_text::before {
    content: "";
    position: relative;
    left: 0;
    top: 56px;
    width: 14%;
    height: 2px;
    background-color: #0a50b4;
}

.ny_wmscy_con3 .swiper-slide .div .a_text .anlis {
    width: 100%;
}

.ny_wmscy_con3 .swiper-slide .div .a_text .anlis span {
    font-size: 13px;
    width: 45%;
    color: #999999;
    line-height: 20px;
    position: absolute;
}

.ny_wmscy_con3.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

.wmscy-pagination3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    opacity: 1;
    border: 1px solid #a5a5a5;
    position: relative;
}

.wmscy-pagination3 {
    width: 83px !important;
    height: 25px !important;
    bottom: 20%;
    left: 53%;
    transition: all .3s;
    color: #666;
}


.wmscy-pagination3 .swiper-pagination-current {
    color: #3c54f3;
    font-size: 25px;
    font-weight: bold;
}

/* .wmscy-pagination3 .swiper-pagination-bullet-active{} */
.wmscy-pagination3 .swiper-pagination-bullet-active:after {
    width: 12px;
    height: 12px;
    background-color: #a5a5a5;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-border-radius: 100%;
    /* Gecko browsers */
    -webkit-border-radius: 100%;
    /* Webkit browsers */
    border-radius: 100%;
    /* W3C syntax */
    margin-left: -2px;
    margin-top: -2px;
    content: "";
}

.i_box2_conz .wmscy_next3 {
    width: 35px;
    height: 34px;
    background: url(sjtu_3s_y.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -6%;
    top: 50%;
    margin-top: -46px;
    outline: 0px;
    transition: all .3s;
}

.i_box2_conz .wmscy_next3:hover {
    background: url(sjtu_4s.png) no-repeat;
    background-size: 100%;
    position: absolute;
    transition: all .3s;
}

.i_box2_conz .wmscy_prev3:hover {
    background: url(sjtu_4s_y.png) no-repeat;
    background-size: 100%;
    position: absolute;
    transition: all .3s;
}

.i_box2_conz .wmscy_prev3 {
    width: 35px;
    height: 34px;
    background: url(sjtu_3s.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: -6.3%;
    top: 50%;
    margin-top: -46px;
    outline: 0px;
    transition: all .3s;
}


/* tblie --- 轮播 -----------  end */

/* 轮播1s ------------ start */
.conts .fzsj_lb1s {
    width: 100%;

    margin: 50px 0;
}

.ny_wmscy_con2 {
    height: 400px;
}

.swiper-container {
    width: 100%;
    /* height: 500px; */
    /* height: 100%; */
    /* background: #000; */
}
.swiper-slide {
    font-size: 18px;
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 40px 60px; */
}
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 207%;
    height: 100%;
    background: url(fzsj_lbone.jpg);
    -webkit-background-size: contain;
    background-size: 100% 100%;
    background-position: center;
}

.parallax-bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 207%;
    height: 100%;
    z-index: -1;
}


.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}
.swiper-slide .subtitle {
    font-size: 21px;
}
.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}



/* 轮播1s ------------- end */





