/*头部开始********************************************************************************************/
@charset "utf-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/

@font-face {
    font-family: "Akrobat";
    src: url("../font/Akrobat.woff2") format("woff2"),
    url("../font/Akrobat.woff") format("woff"),
    url("../font/Akrobat.ttf") format("truetype"),
    url("../font/Akrobat.eot") format("embedded-opentype"),
    url("../font/Akrobat.svg") format("svg");
}
@font-face {
    font-family: "AkrobatBlack";
    src: url("../font/AkrobatBlack.woff2") format("woff2"),
    url("../font/AkrobatBlack.woff") format("woff"),
    url("../font/AkrobatBlack.ttf") format("truetype"),
    url("../font/AkrobatBlack.eot") format("embedded-opentype"),
    url("../font/AkrobatBlack.svg") format("svg");
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("../font/Montserrat-Light.woff2") format("woff2"),
    url("../font/Montserrat-Light.woff") format("woff"),
    url("../font/Montserrat-Light.ttf") format("truetype"),
    url("../font/Montserrat-Light.eot") format("embedded-opentype"),
    url("../font/Montserrat-Light.svg") format("svg");
}
@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat-Regular.woff2") format("woff2"),
    url("../font/Montserrat-Regular.woff") format("woff"),
    url("../font/Montserrat-Regular.ttf") format("truetype"),
    url("../font/Montserrat-Regular.eot") format("embedded-opentype"),
    url("../font/Montserrat-Regular.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("../font/Montserrat-Bold.woff2") format("woff2"),
    url("../font/Montserrat-Bold.woff") format("woff"),
    url("../font/Montserrat-Bold.ttf") format("truetype"),
    url("../font/Montserrat-Bold.eot") format("embedded-opentype"),
    url("../font/Montserrat-Bold.svg") format("svg");
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../font/SourceHanSansCN-Regular.woff2") format("woff2"),
    url("../font/SourceHanSansCN-Regular.woff") format("woff"),
    url("../font/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
    url("../font/SourceHanSansCN-Regular.svg") format("svg");
}
.w {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    font-family: "SourceHanSansCN-Regular";
}
body{
    overflow-x: hidden;
}

footer,
section{
    overflow: hidden;
}
.swiper{
    width: 100%;
    height: 100%;
}
.mCSB_scrollTools{
    width: 2px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0073DA;
    width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background:  #ccc;
    opacity: 1;
}
::-webkit-input-placeholder{
    color: #fff;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #fff;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    display: none;
}
.next1,
.prev1{
    position: static;
    width: 70px;
    height: 70px;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    outline: none;
    margin: 0;
}
.prev1{
    background: url(../img/prev_icon.png) no-repeat center center;
}

.next1{
    margin-left: 50px;
    background: url(../img/next_icon.png) no-repeat center center;
}
.prev1:hover{
    background: url(../img/prev_icon_hover.png) no-repeat center center;
}
.next1:hover{
    background: url(../img/next_icon_hover.png) no-repeat center center;

}

.prev3,
.next3,
.prev2,
.next2{
    position: static;
    margin-top: 0;
    width: 60px;
    height: 60px;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    outline:none;
}
.prev3{
    background: url(../img/prev_icon3.png) no-repeat center center;
}
.prev2{
    background: url(../img/prev_icon2.png) no-repeat center center;
}
.next3{
    background: url(../img/next_icon3.png) no-repeat center center;
}
.next2{
    background: url(../img/next_icon2.png) no-repeat center center;
}
.prev3:hover,
.prev2:hover{
    background: url(../img/prev_icon2_hover.png) no-repeat center center;
}
.next3:hover,
.next2:hover{
    background: url(../img/next_icon2_hover.png) no-repeat center center;
}

.next3,
.next2{
    margin-left: 40px;
}


.top_nav {
    width: 100%;
}
.top_logo_con{
    justify-content: center;
    align-items: center;
    background: url(../img/top_img.jpg) no-repeat center center;
    background-size: cover !important;
    padding: 115px 0;
}
.top_logo_con .logo_box{
    justify-content: center;
    align-items: center;
}
.top_logo_con .logo{
    position: relative;
    z-index: 1;
}
.top_logo_con .logo img{
    width: 876px;
}
.top_logo_con .line{
    width: 5px;
    height:  80px;
    background: #FFFFFF;
    margin: 0 80px;
}
.top_logo_con .top_logo img{
    width: 650px;
}
.top_nav .nav_con{
    height: 80px;
    background: linear-gradient(90deg, #005FCA 0%, #112D8B 100%);

}
.top_nav .nav_con .w{
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.top_nav .search_box{
    position: relative;
    width: 40px;
    height: 40px;
    padding-left: 50px;
    margin-left: 50px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.top_nav .search_box:before{
    content: "搜索";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50px;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.top_nav .search_box .search_ipt{
    width: 100%;
    height: 40px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: transparent;
}
.top_nav .search_icon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    width: 40px;
    height: 100%;
    background: url(../img/search_icon.png) no-repeat center center;
    -o-background-size: 14px 14px !important;
    background-size: 14px 14px !important;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
.top_nav .search_box:hover .search_ipt{
    width: 200px;
    padding: 0 50px 0 15px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255 , 255, 255, 0.1);
}
.top_nav .search_box:hover:before,
.top_nav .search_box:hover .search_icon{
    color: transparent;
}
.nav_list{

}
.nav_list li {
    position: relative;
    float: left;
    font-size: 0;
    padding: 0 40px;
}
.nav_list li:first-of-type{
    padding-left: 0;
}
.nav_list li>a {
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 80px;
}

.nav_list li:hover>a,
.nav_list li.on>a{
    opacity: 0.9;
}
.nav_list li .hide_menu{
    position: absolute;
    top: calc(100% - 4px);
    left: 15%;
    width: 70%;
    background: #FFFFFF;
    z-index: 10;
    padding: 15px 0;
    display: none;
}
.nav_list li .hide_menu:before{
    width: 78px;
    height: 4px;
    background: #EB6709;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.nav_list li .hide_menu dd{

}
.nav_list li .hide_menu a{
    width: 100%;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
}
.nav_list li .hide_menu dd:hover a{
    color: #112D8B;
    font-weight: bold;

}



.sec{
    padding: 100px 0;
}
/*首页----------------------------------------------------------------------------------------------*/
.sec1{
    width: 100%;
    position: relative;
    background: url(../img/sec1_bg.jpg) no-repeat center center;
    background-size: cover;
}

.sec1 .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}
.sec1_left{
    width: 62.5%;
}

.index_news_left_container{

}
.index_news_left_container li{
    font-size: 0;
}
.index_news_left_container li a{
    width: 100%;

}
.index_news_left_container li .img_con{
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.index_news_left_container li .img_con .img{
    width: 100%;
    height: 100%;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.index_news_left_container li .info_con{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 30px 120px 30px 30px ;
    background: rgba(0,0,0,0.8);
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.index_news_left_container li .time{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 40px;
}
.index_news_left_container li .day{
    font-size: 30px;
    line-height: 30px;
    font-family: AkrobatBlack;
    font-weight: 900;
}
.index_news_left_container li .year{
    font-family: Akrobat;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
}

.index_news_left_container li .title{
    font-size: 24px;
    font-weight: bold;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
}

.index_news_left_container .swiper-pagination-news-left{
    text-align: right;
    width: 120px;
    left: auto;
    right: 0;
    bottom: 30px;
    padding-right: 30px;
    position: absolute;

}
.index_news_left_container .swiper-pagination-news-left .swiper-pagination-bullet{
    width: 22px;
    height: 22px;
    background: url(../img/dot.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    margin: 0 6px;
    opacity: 1;
}
.index_news_left_container .swiper-pagination-news-left .swiper-pagination-bullet-active{
    background: url(../img/dot_active.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}
.sec1_right{
    width: 36.25%;
}

.index_news_list{

}
.index_news_list li{
    position: relative;
}
.index_news_list li:before{
    width: 100%;
    height: 0;
    content: "";
    display: block;
    background: linear-gradient(-90deg, #112D8B 0%, #005FCA 100%);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
.index_news_list li a{
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 24px 35px;
display:block;
}

.index_news_list .title_con{
    align-items: center;
    justify-content: space-between;
    position: relative;

}
.index_news_list li .time{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #112D8B;
}
.index_news_list li .day{
    font-size: 30px;
    line-height: 30px;
    font-family: AkrobatBlack;
    font-weight: 900;
}
.index_news_list li .year{
    font-family: Akrobat;
}

.index_news_list li .title{
    width: calc(100% - 90px);
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.index_news_list li .info{
    padding-left: 90px;
    height: 0px;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.6;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.index_news_list li.active .time,
.index_news_list li.active .title,
.index_news_list li:hover .time,
.index_news_list li:hover .title{
    color: #fff;
}
.index_news_list li.active .title,
.index_news_list li:hover .title{
    font-weight: bold;
}
.index_news_list li.active .info,
.index_news_list li:hover .info{
    height: 48px;
    margin-top: 10px;

}
.index_news_list li.active:before,
.index_news_list li:hover:before{
    height: 100%;
}

.width475{
    width: 47.5%;
}
.index_title{
    text-align: center;
    margin-bottom: 50px;
}

.index_title .title{
    font-size: 40px;
    font-weight: bold;
    color: #112D8B;
    margin-bottom: 15px;
}
.index_title .en_title{
    font-size: 20px;
    font-family: Montserrat;
    color: #999999;
}



.sec2{
    background: url(../img/sec2_bg.jpg) no-repeat center center;
    background-size: cover;
}
.num_container{
    margin-bottom: 50px;
}
.num_list{

}
.num_list li{
    padding-bottom: 60px;
}
.num_list .li_con{
    width: 204px;
    height: 204px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 4px dotted #112D8B;
    border-radius: 50%;
    background-size: 60% !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.num_list li strong{
    font-size: 60px;
    font-family: AkrobatBlack;
    font-weight: 900;
    color: #112D8B;
    background: linear-gradient(0deg, #112D8B 0%, #005FCA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.num_container .swiper-pagination-num{
    bottom: 0;

}
.num_container .swiper-pagination-num .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #112D8B;
    margin: 0 15px;
    opacity: 1;
}
.num_container .swiper-pagination-num .swiper-pagination-bullet-active{
    background: #EB6709;
}
.math_color_list{
    position: relative;
    height: 350px;
}
.math_color_list li{
    position: absolute;
    background: #FFFFFF;
    color: #112D8B;
    border: 2px solid #112D8B;
    border-radius: 20px;
}
.math_color_list li.color_005FCA{
    color: #005FCA;
    border: 2px solid #005FCA;
}
.math_color_list li.color_EB6709{
    color: #EB6709;
    border: 2px solid #EB6709;
}
.math_color_list li a{
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    white-space: nowrap;
}
.math_color_list li.li1{

}
.math_color_list li.li2{
    top: 10%;
    left: 20%;
}
.math_color_list li.li3{
    top: 0;
    left: 40%;
}
.math_color_list li.li4{
    top: 46%;
    left: 60%;
}
.math_color_list li.li5{
    top: 0;
    left: 70%;
}
.math_color_list li.li6{
    top: 30%;
    left: 10%;
}
.math_color_list li.li7{
    top: 37%;
    left: 30%;
}
.math_color_list li.li8{
    top: 23%;
    left: 50%;
}
.math_color_list li.li9{
    top: 27%;
    left: 80%;
}
.math_color_list li.li10{
    top: 50%;
    left: 85%;
}
.math_color_list li.li11{
    top: 70%;
    left: 20%;
}
.math_color_list li.li12{
    top: 65%;
    left: 40%;
}
.math_color_list li.li13{
    top: 75%;
    left:  60%;
}

.sec3{
    background: url(../img/sec3_bg.jpg) no-repeat center center;
    background-size: cover;
}

.sec3_list{
    padding: 4px 39px 0;
    background: #fff;
    position: relative;
}
.sec3_list:before{
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #005FCA 0%, #112D8B 100%);
    position: absolute;
    top:0;
    left: 0;
    content: "";
    display: block;
}
.sec3_list li{
    border-bottom: 1px solid rgba(17, 45, 139, 0.1);
}

.sec3_list li a{
    padding: 20px 0;
    width: 100%;
    position: relative;
    z-index: 1;
}
.sec3_list li:last-of-type{
    border-bottom: none;
}

.sec3_list li .time{
    font-family: Montserrat;
    color: #999999;
}
.sec3_list li .title{
    margin-bottom: 10px;
}
.title_dot{
    font-size: 18px;
    transition: all 0.5s;
    padding-left: 11px;
    font-weight: 400;
    position: relative;
}
.title_dot:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #EB6709;
}
li:hover .title_dot{
    color: #112D8B;
    font-weight: 600;
}
.sec4{
    background: url(../img/sec4_bg.jpg) no-repeat center center;
    background-size: cover;
}
.customer_logo_list{
    border-top: 1px solid rgba(17, 45, 139, 0.1);
    border-left: 1px solid rgba(17, 45, 139, 0.1);
    background: #FFFFFF;
}
.customer_logo_list li{
    border-right: 1px solid rgba(17, 45, 139, 0.1);
    border-bottom: 1px solid rgba(17, 45, 139, 0.1);
    float: left;
    width: 16.66%;
    height: 120px;
    padding: 15px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.customer_logo_list li img{
    max-height: 100%;
    max-width: 100%;
    transition: all 0.5s;
}
.customer_logo_list li:hover img{
    transform: scale(1.05);
}

/*底部*/
footer{
    background: #333333;
    color:#fff;
}
footer .line{
    height: 10px;
    background: #EB6709;
}
.foot_con{
    padding: 80px 0 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.foot_left .top_logo_con{
    padding: 0;
    background: transparent;
}
.foot_left .top_logo_con .logo img {
    width: 389px;
}
.foot_left .top_logo_con .line {
    width: 2px;
    height: 43px;
    margin: 0 56px;
}
.foot_left .top_logo_con .top_logo img {
    width: 350px;
}

.foot_left .info{
    padding-top: 40px;
    font-size: 18px;
}
.foot_right .ewm_box{
    margin-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.foot_right .ewm_box img{
    width: 80px;
}
.foot_right .ewm_box p{
    padding-top: 5px;
    font-size: 16px;
    line-height: 30px;
}

.copy_right{
    line-height: 25px;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);

}
.copy_right .gongbei_icon{
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.copy_right span,
.copy_right a{
    margin-right: 15px;
    color:#fff;
}
.sub_sec{
    position: relative;
    padding: 60px 0;
}
.sub_title{
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 20px;
}
.crumbs{
    align-items: center;
    line-height: 35px;
    color: #999999;
}
/*内页*/
.news_list{
    padding-top: 45px;
}
.news_list li{
    position: relative;
    margin-bottom: 50px;
}
.news_list li:after,
.news_list li:before{
    width: calc(100% - 45px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    background: rgba(17, 45, 139, 0.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
.news_list li:after{
    box-shadow: 0 0 10px rgba(17, 45, 139, 0.1);
    background: url(../img/new_bg.jpg) no-repeat center center;
    background-size: 100% 100% !important;
    opacity: 0;
}
.news_list li a{
    width: 100%;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}
.news_list li .li_con{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news_list li .time{
    width: 90px;
    height: 90px;
    padding-left: 15px;
    background: linear-gradient(0deg, #112D8B 0%, #005FCA 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
}
.news_list li .day{
    font-size: 30px;
    line-height: 30px;
    font-family: AkrobatBlack;
    font-weight: 900;
}
.news_list li .year{
    font-family: Akrobat;
    font-weight: 400;

    font-size: 16px;
}
.news_list li .info_con{
    width: calc(100% - 90px);
    padding: 0 230px 0 80px;
}

.news_list li .title{
    font-size: 20px;
    margin-bottom: 15px;
}
.news_list li .info{
    color: #666666;
    line-height: 24px;
    height: 48px;
}
.news_list li .more{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../img/next.png) no-repeat center center;
    background-size: 100% 100% !important;
}
.news_list li:hover:after{
    opacity: 1;
}
.news_list li:hover .more{
    background: url(../img/more.png) no-repeat center center;
}
/*分页*/
.page{
    padding-top: 50px;
    text-align: center;
}

.page a,
.page span{
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-family: Montserrat-Light;
    background: transparent;
    margin: 0 10px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.page .number:hover,
.page .number.current{
    color: #fff;
    background: #EB6709;
}
.page .prev,
.page .next{
    background: rgba(17, 45, 139, 0.05);
}
.page .prev img,
.page .next img{
    width: 22px;
    position: relative;
    top: -1px;
}
.page .prev:hover,
.page .next:hover{
    color: #fff;
    background: #EB6709;
}

.dan_page .title{
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 20px;
    color: #112D8B;
    text-align: center;
}
.dan_page .sub_detail_title{
    margin-bottom: 50px;
    text-align: center;
}
.dan_page .sub_detail_title span{
    color: #666666;
    padding: 5px 0;
    margin-right: 20px;
}

/*1920*/

/*搜索结果页*/
.search{

}

.search_title{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
}
.search_list{
    border-top: 1px solid #ccc;
}
.search_list li{
    border-bottom: 1px solid #ccc;
    position: relative;
}
.search_list li:after{
    width: 0;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #112D8B;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.search_list li a{
    padding: 30px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_list li .title{
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.search_list li .source{
    color: #999999;
}
.search_list li .time{
    color: #112D8B;
    font-family: Montserrat-Light;
}
.search_list li:hover .title{
    color: #112D8B;
}
.search_list li:hover:after{
    width: 100%;
}
@media screen and (max-width: 1800px) {

}

@media screen and (max-width: 1680px) {
    .w{
        width: 1440px;
    }
    .sec {
        padding: 80px 0;
    }
    .top_logo_con {
        padding: 80px 0;
    }
    .top_logo_con .logo img {
        width: 450px;
    }
    .top_logo_con .top_logo img {
        width:408px;
    }
    .top_logo_con .line {
        width: 4px;
        height: 60px;
        margin: 0 60px;
    }
    .top_nav .nav_con {
        height: 70px;
    }
    .nav_list li>a {
        font-size: 18px;
        line-height: 70px;
    }
    .nav_list li {
        padding: 0 35px;
    }
    .nav_list li .hide_menu a {
        font-size: 16px;
        line-height: 40px;
    }
    .index_news_left_container li .img_con {
        height: 520px;
    }
    .index_news_left_container li .info_con {
        padding: 20px 120px 20px 20px;
    }

    .index_news_left_container li .time {
        margin-right: 30px;
    }
    .index_news_left_container li .day {
        font-size: 24px;
        line-height: 24px;
    }
    .index_news_left_container li .title {
        font-size: 20px;
        width: -webkit-calc(100% - 249px);
        width: -moz-calc(100% - 249px);
        width: calc(100% - 249px);
    }
    .index_news_left_container .swiper-pagination-news-left .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        margin: 0 5px;
    }

    .index_news_left_container .swiper-pagination-news-left {
        width: 120px;
        bottom: 27px;
        padding-right: 25px;
    }
    .index_news_list li .title {
        width: calc(100% - 90px);
        font-size: 17px;
        line-height: 25px;
        height: 50px;
    }
    .index_news_list li .day {
        font-size: 24px;
        line-height: 30px;
    }
    .index_news_list li a {
        padding: 20px 30px;
    }
    .num_list .li_con {
        width: 180px;
        height: 180px;
        border: 3px dotted #112D8B;
    }
    .num_list li strong {
        font-size: 50px;
        margin-bottom: 5px;
    }
    .num_container .swiper-pagination-num .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 12px;
    }
    .math_color_list {
        height: 300px;
    }
    .math_color_list li a {
        padding: 8px 16px;
        font-size: 17px;
    }
    .index_title {
        margin-bottom: 40px;
    }
    .index_title .title {
        font-size: 34px;
        margin-bottom: 12px;
    }
    .index_title .en_title {
        font-size: 18px;
    }
    .sec3_list li .title {
        margin-bottom: 6px;
    }
    .title_dot {
        font-size: 17px;
        padding-left: 8px;
    }
    .title_dot:before {
        width: 4px;
        height: 4px;
    }
    .sec3_list li a {
        padding: 15px 0;
    }
    .customer_logo_list li {
        height: 100px;
        padding: 10px 25px;
    }

    .foot_left .top_logo_con .logo img {
        width: 250px;
    }
    .foot_left .top_logo_con .top_logo img {
        width: 246px;
    }
    .foot_left .top_logo_con .line {
        height: 38px;
        margin: 0 40px;
    }
    footer .line {
        height: 8px;
    }
    .foot_con {
        padding: 60px 0 40px;
    }
    .foot_left .info {
        padding-top: 35px;
        font-size: 16px;
    }
    .foot_right .ewm_box {
        margin-left: 50px;
    }
    .copy_right {
        padding: 20px 0;
    }
    .copy_right span, .copy_right a {
        margin-right: 12px;
    }


    .sub_sec{
        padding: 50px 0;
    }
    .sub_title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 12px;
    }
    .news_list {
        padding-top: 30px;
    }
    .news_list li a {
        padding: 40px 0;
    }
    .news_list li .time {
        width: 80px;
        height: 80px;
        padding-left: 15px;
    }
    .news_list li .day {
        font-size: 26px;
    }
    .news_list li .info_con {
        width: calc(100% - 80px);
        padding: 0 200px 0 60px;
    }
    .news_list li .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .news_list li .more {
        right: 40px;
        width: 50px;
        height: 50px;
    }
    .news_list li {
        margin-bottom: 40px;
    }
    .news_list li:after, .news_list li:before {
        width: calc(100% - 40px);
    }







    .page .prev img, .page .next img {
        width: 18px;
        top: -2px;
    }
    .page {
        padding-top: 20px;
    }
    .page a, .page span {
        width: 45px;
        line-height: 45px;
        margin: 0 8px;
    }
    .dan_page .title {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .dan_page .sub_detail_title{
        margin-bottom: 40px;
    }

    /*1680*/

}

@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1500px) {
    body {
        font-size: 14px;
    }
    .w{
        width: 1200px;
    }
    .sec {
        padding: 60px 0;
    }
    .top_logo_con {
        padding: 45px 0;
    }
    .top_logo_con .logo img {
        width: 500px;
    }
    .top_logo_con .top_logo img {
      
    }
    .top_logo_con .line {
        height: 47px;
        margin: 0 40px;
        width: 3px;
    }
    .top_nav .nav_con {
        height: 60px;
    }
    .nav_list li>a {
        font-size: 16px;
        line-height: 60px;
    }
    .nav_list li {
        padding: 0 25px;
    }
    .nav_list li .hide_menu {
        padding: 12px 0;
    }
    .top_nav .search_box:hover .search_ipt {
        width: 170px;
    }
    .index_news_left_container li .img_con {
        height: 480px;
    }

    .index_news_left_container li .time {
        margin-right: 25px;
    }
    .index_news_left_container li .day {
        font-size: 20px;
        line-height: 20px;
    }
    .index_news_left_container li .title {
        font-size: 16px;
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px);
    }
    .index_news_left_container .swiper-pagination-news-left .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        margin: 0 4px;
    }

    .index_news_left_container .swiper-pagination-news-left {
        width: 100px;
        bottom: 27px;
        padding-right: 20px;
    }


    .index_news_list li .info{
        width: calc(100% - 80px);
    }
    .index_news_list li .title {
        width: calc(100% - 80px);
        font-size: 16px;
        line-height: 25px;
        height: 50px;
    }
    .index_news_list li.active .info, .index_news_list li:hover .info {
        margin-top: 5px;
    }
    .index_news_list li .day {
        font-size: 20px;
        line-height: 25px;
    }
    .index_news_list li a {
        padding: 14px 25px;
    }
    .num_list .li_con {
        width: 160px;
        height: 160px;
        border: 2px dotted #112D8B;
    }
    .num_list li strong {
        font-size: 40px;
        margin-bottom: 5px;
    }
    .num_container .swiper-pagination-num .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 8px;
    }
    .math_color_list {
        height: 250px;
    }
    .math_color_list li{
        border-width: 1px !important;
    }
    .math_color_list li a {
        padding: 6px 12px;
        font-size: 16px;
    }
    .index_title {
        margin-bottom: 30px;
    }
    .index_title .title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .index_title .en_title {
        font-size: 16px;
    }
    .sec3_list li .title {
        margin-bottom: 5px;
    }
    .title_dot {
        font-size: 16px;
        padding-left: 7px;
    }
    .title_dot:before {
        width: 3px;
        height: 3px;
    }
    .sec3_list li a {
        padding: 12px 0;
    }
    .customer_logo_list li {
        height: 80px;
        padding: 10px 20px;
    }








    .foot_left .top_logo_con .logo img {
        width: 220px;
    }
    .foot_left .top_logo_con .top_logo img {
        width: 205px;
    }
    .foot_left .top_logo_con .line {
        height: 32px;
        margin: 0 30px;
    }
    footer .line {
        height: 6px;
    }
    .foot_con {
        padding: 50px 0 30px;
    }
    .foot_left .info {
        padding-top: 30px;
        font-size: 16px;
    }
    .foot_right .ewm_box {
        margin-left: 40px;
    }
    .copy_right {
        padding: 15px 0;
    }
    .copy_right span, .copy_right a {
        margin-right: 10px;
    }
    .sub_sec{
        padding: 40px 0;
    }
    .sub_title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .news_list {
        padding-top: 20px;
    }
    .news_list li a {
        padding: 30px 0;
    }
    .news_list li:after, .news_list li:before {
        width: calc(100% - 30px);
    }
    .news_list li .time {
        width: 60px;
        height: 60px;
        padding-left: 12px;
    }
    .news_list li .year {
        font-size: 14px;
    }
    .news_list li .day {
        font-size: 22px;
        line-height: 22px;
    }
    .news_list li .info_con {
        width: calc(100% - 60px);
        padding: 0 150px 0 40px;
    }
    .news_list li .title {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .news_list li .more {
        right: 30px;
        width: 40px;
        height: 40px;
    }
    .news_list li {
        margin-bottom: 30px;
    }
    .page .prev img, .page .next img {
        width: 15px;
        top: -2px;
    }
    .page {
        padding-top: 20px;
    }
    .page a, .page span {
        width: 40px;
        line-height: 40px;
        margin: 0 5px;
    }
    .dan_page .title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .dan_page .sub_detail_title{
        margin-bottom: 20px;
    }


    /*1500*/
    .search_title {
        line-height: 28px;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .search_list li a {
        padding: 20px 0;
    }




















}


@media screen and (max-width: 1366px) {

}


@media screen and (max-width: 1280px) {


}


/*移动端*/
@media screen and (max-width: 1024px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 15px;
    }
    body{
        background: #fff;
    }
    .sec {
        padding: 30px 0;
    }
    /*全屏导航*/

    .full_menu .search_box{
        position: relative;
        width: 80%;
        margin: 20px auto;
        height: 40px;
    }

    .full_menu .search_box .search_ipt{
        width: 100%;
        height: 40px;
        border-radius: 10px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: transparent;
        padding: 0 50px 0 15px;
        color: #333;
        background: #fff;
        border: 1px solid rgba(17, 45, 139, 0.1);
    }
    .full_menu .search_icon{
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 40px;
        width: 40px;
        height: 100%;
        background: url(../img/search_icon2.png) no-repeat center center;
        -o-background-size: 14px 14px !important;
        background-size: 14px 14px !important;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
    }
    /*全屏导航*/
    .full_menu{
        position: fixed;
        bottom: -100%;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: #112D8B;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        color: #fff;
    }
    .full_menu.open{
        bottom: 0;
    }
    .full_menu .close_menu {
        position: relative;
        top: 15px;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        background: url(../img/close.png) no-repeat center center;
        background-size: 24px 24px !important;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-bottom: 15px;
    }
    .full_menu .top_action_area {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .full_menu_con{
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
        overflow-y: auto;
    }
    .full_meum_list{
        width: 100%;
        padding-top: 30px;

    }
    .full_meum_list li{
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .full_meum_list li> a {
        font-size: 22px;
        padding: 20px 15px;
        width: 100%;
        text-align: center;
    }
    .full_meum_list li .hide_menu dd a{
        width: 100%;
        opacity: 0.9;
        line-height: 20px;
        text-align: center;
        padding: 10px 15px;
        font-size: 16px;
    }

    .top_nav .menu{
        background: url(../img/menu.png) no-repeat center right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        -o-background-size: 22px 20px !important;
        background-size: 22px 20px !important;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    .top_logo_con{
        justify-content: space-between;
        padding: 20px 15px;
    }
    .top_logo_con .line {
        width: 1px;
        height: 24px;
        margin: 0 12px;
    }
    .top_logo_con .logo img {
        width: 120px;
    }
    .top_logo_con .top_logo img {
        width: 100px;
    }
    .width475 {
        width: 100%;
    }
    .sec1 .w{
        flex-wrap: wrap;
    }
    .sec1_left {
        width: 100%;
    }

    .index_news_left_container li .img_con {
        height: 200px;
    }
    .index_news_left_container li .info_con {
        padding: 8px 0px 8px 15px;
    }
    .index_news_left_container .swiper-pagination-news-left {
        width: 100px;
        bottom: 12px;
        padding-right: 15px;
    }
    .index_news_left_container li .time {
        margin-right: 20px;
    }
    .index_news_left_container li .info_con {
        padding: 8px 0px 8px 15px;
    }
    .sec1_right {
        width: 100%;
        padding-top: 20px;
    }
    .index_news_list li.active .info, .index_news_list li:hover .info{
        display: none;
        height: 0;
    }
    .index_news_list li .title {
        width: calc(100% - 60px);
    }
    .index_news_list li a {
        padding: 14px 15px;
    }

    .num_list .li_con {
        width: 135px;
        height: 135px;
        border: 1px dotted #112D8B;
    }
    .num_list li strong {
        font-size: 32px;
        margin-bottom: 5px;
    }
    .num_container {
        margin-bottom: 30px;
    }
    .num_list li {
        padding-bottom: 30px;
    }
    .math_color_list {
        height: 450px;
    }


    .math_color_list li.li9 {
        top: 53%;
        left: 40%;
    }
    .math_color_list li.li3 {
        top: 17%;
        left: -1%;
    }
    .math_color_list li.li4 {
        top: 46%;
        left: -10%;
    }
    .math_color_list li.li10 {
        top: 61%;
        left: 63%;
    }
    .math_color_list li.li12 {
        top: 82%;
        left: 4%;
    }
    .math_color_list li.li13 {
        top: 94%;
        left: 50%;
    }
    .sec3_list {
        padding: 2px 15px 0;
    }
    .sec3_list:before {
        height: 2px;
    }
    .index_title .title {
        font-size: 22px;
        margin-bottom: 7px;
    }

    .index_title {
        margin-bottom: 20px;
    }
    .customer_logo_list li {
        width: 33.33%;
        height: 70px;
        padding: 10px 10px;
    }





    .foot_left .top_logo_con .logo img {
        width: 130px;
    }
    .foot_left .top_logo_con .top_logo img {
        width:120px;
    }
    .foot_left .top_logo_con .line {
        height: 22px;
        margin: 0 15px;
        width: 1px;
    }
    footer .line {
        height: 4px;
    }
    .foot_con {
        padding: 30px 0 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .foot_left .info {
        padding-top: 24px;
        font-size: 14px;
    }
    .foot_right{
        padding-top: 20px;
    }
    .foot_right .ewm_box {
        margin-left: 0;
        margin-right: 30px;
    }
    .foot_right .ewm_box img {
        width: 70px;
    }
    .foot_right .ewm_box p {
        padding-top: 0px;
        font-size: 14px;
        line-height: 30px;
    }

    .sub_sec{
        padding: 30px 0;
    }
    .sub_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .news_list {
        padding-top: 15px;
    }
    .news_list li a {
        padding: 15px 0;
    }
    .news_list li .time {
        width: 50px;
        height: 50px;
        padding-left: 10px;
    }
    .news_list li .year {
        font-size: 13px;
    }
    .news_list li .day {
        font-size: 18px;
        line-height: 20px;
    }
    .news_list li .info_con {
        width: calc(100% - 50px);
        padding: 0 15px 0 15px;
    }
    .news_list li .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .news_list li .more {
        right: 15px;
        width: 30px;
        height: 30px;
        display: none;
    }
    .news_list li {
        margin-bottom: 15px;
    }
    .news_list li:after, .news_list li:before {
        width: calc(100% - 25px);
    }
    .page .prev img, .page .next img {
        width: 12px;
        top: -1px;
    }
    .page {
        padding-top: 10px;
    }
    .page a, .page span {
        width: 30px;
        line-height: 30px;
        margin: 0 2px;
    }
    /*1024*/
    .search_title {
        line-height: 20px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .search_list li a {
        padding: 15px 0;
    }


}
@media screen and (max-width: 999px) {
.index_news_list li.active:before, .index_news_list li:hover:before{ height:0px; }
.index_news_list li:before{ display:none; }
.index_news_list li.active .time, .index_news_list li:hover .time{ color:#112D8B; }
 .index_news_list li.active .title, .index_news_list li:hover .title{ color:#333; }
.index_news_list li a{ position:static; }
}


@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

}

.khxx{ line-height:35px; padding-top:20px; padding-bottom:20px; }



.banner { position: relative; z-index: 2; line-height: 0; font-size: 0; }
/*
.banner .slick-arrow{ position: absolute; z-index: 99; display: block !important; top: 50%; margin-top: -31px; width: 62px; height: 62px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }

.banner .slick-prev{ left: 0; background-image: url("../imagesjtl1.png"); background:red; cursor: pointer; }

.banner .slick-next{ right: 0; background-image: url("../imagesjtr1.png"); ursor: pointer; }
*/
.banner .item.slick-active img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 26px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; }
.banner .slick-dots li { margin: 0 9px 0px  8px; display: inline-block; *display: inline; *zoom: 1; }
.banner .slick-dots a { display: block; width: 22px; height: 22px; background-image: url("../images/banner-anniu1.png"); cursor: pointer; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }
.banner .slick-dots li.slick-active a { background-image: url("../images/banner-anniu2.png"); cursor: pointer; }
.banner.hide { display: none; }
 @media screen and (max-width: 959px) {
.banner { display: block; }
.banner.hide { display: block; }
.banner .slick-arrow { display: none !important; }
.banner .slick-dots { bottom: 10px; }
.banner .slick-dots li { margin: 0 5px; }
.banner .slick-dots a { width: 10px; height: 10px; }
.banner2 { display: none;} 
}
.slick-list, .slick-slider, .slick-track { position: relative; display: block }
.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden }
.slick-slider { box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.slick-list { overflow: hidden; margin: 0; padding: 0 }
.slick-list:focus { outline: 0 }
.slick-list.dragging { cursor: pointer; cursor: hand }
.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.slick-track { top: 0; left: 0 }
.slick-track:after, .slick-track:before { display: table; content: '' }
.slick-track:after { clear: both }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px }
[dir=rtl] .slick-slide { float: right }
.slick-slide img { display: block; max-width:100%; margin:0 auto;}
.slick-slide.slick-loading img { display: none }
.slick-slide.dragging img { pointer-events: none }
.slick-initialized .slick-slide { display: block;  }
.slick-initialized .slick-slide a{ display:block; width:100%; margin:0 auto;}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent }
.slick-arrow.slick-hidden { display: none }
.slick-dots .slide-count { display: none; }
.slick-slide { position: relative; }


.ipart1_khxx{}
.ipart1_khxx li{ line-height:30px; padding:20px 0px; }
.ipart1_khxx li a{ display:block; font-size:16px; padding:0px; border-left:solid 5px #ccc; padding-left:15px; }
.ipart1_khxx li a:hover{ color:#112D8B; border-lefet:solid 3px #112D8B; }




