@charset "utf-8";
/* CSS Document */
html,body{height: 100%;width:100%;min-width:100vw;}
*{padding:0;margin:0;box-sizing: border-box;}
body{word-break:break-all;word-wrap:break-word; margin:0 auto;padding:0;overflow-x: hidden; font-family:'Microsoft Yahei'; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
img{border:none;display:block;max-width: 100%;}
ul,ul li,dl,dl dt,dl dd{display:block;list-style-type: none;}
ul,ol,input{margin:0;padding:0;}
li{ list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
body,h1,h2,h3,h4,h5,h6,p,dl,dd{margin:0; padding:0;}
a{color:#333;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;width: 100%;}
em,i{font-style:normal}
b,strong,th{font-weight:normal;}
button,input,textarea{font-family:"Microsoft Yahei",Tahoma,Arial,Helvetica,sans-serif;vertical-align:middle;outline: none;}
textarea{resize:none;} 
a,button,input,optgroup,select,textarea {-webkit-tap-highlight-color:rgba(0,0,0,0);outline: none; border:0
}
input[type=”button”], input[type=”submit”], input[type=”reset”] {
	-webkit-appearance: none;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
@font-face {
    font-family: 'FZYANSJW';
    src: url('../font/FZYANSJW.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PingFang-Bold';
    src: url('../font/PingFang\ Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PingFang-Medium';
    src: url('../font/PingFang\ Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body::-webkit-scrollbar{
    width: 1px;/*竖向滚动条的宽度*/
    height: 15px;/*横向滚动条的高度*/
}
body::-webkit-scrollbar-thumb{/*滚动条里面的小方块*/
    background: #177fea;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
body::-webkit-scrollbar-track{/*滚动条轨道的样式*/
    background: #ccc;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.w1400{
    width: 1400px;margin: 0 auto;overflow: hidden;position: relative;
}

/* 首页开始 */
.iconWrapper,.navigationWrapper,.waveWrapper{
    display: none;
}
.top_box{
    width: 100%;height: 584px;display:block !important;
    background: url(../images/banner.png) no-repeat;background-size: 100% 100%;
}
.header{
    width: 100%;
}
.top{
    height: 24px;background-color: #fff;box-shadow: 0px 3px 3px 3px #488bc794;
}
.top_main{
    display: flex;align-items: center;justify-content: space-between;
}
.mobile_date{
    display: none;
}
.top_date span{
    font-size: 14px;margin-right: 20px;display: inline-block;color: #fff;
}
.top_date a{
    font-size: 14px;display: inline-block;color: #fff;
    border-radius: 5px;padding: 3px 8px;background: #0c6bce;
}
.top_nav{
    width: 1000px;padding: 20px 80px;
    background: url(../images/top_bg.png) no-repeat;background-size: 100% 100%;
}
.top_nav ul{
    display: flex;align-items: center;justify-content: space-between;padding-bottom: 5px;
}
.top_nav ul li a{
    display: block;padding: 6px 30px;font-size: 24px;position: relative;z-index: 1;background-color: #fff;
}
/* .top_nav ul li a::before{
    content: "";position: absolute;top: 0;left: 0;display: none;
    width: 100%;height: 45px;background-color: #0c6bce;
    z-index: -1;border-radius: 10px;transform: skew(30deg, 0deg);
} */
/* .top_nav ul li.on a::before{
   display: block;
} */
/* .top_nav ul li.on a{
    color: #fff;
} */
.top_search{
    width: 200px;
}
.top_search form{
    position: relative;
}
.top_search form input{
    height: 32px;border: 1px solid #0c6bce;line-height: 34px;font-size: 16px;padding-left: 15px;
    border-radius: 18px;background-color: #fff;
}
.top_search form button{
    position: absolute;top: 0;right: 5px;border-radius: 18px;font-size: 16px;
    padding: 0 20px;color: #fff;background-color: #0c6bce;height: 32px;line-height: 32px;
}
.logo a img{
    margin-top: 100px;
}
.logo a img{
    width: 490px;
}
.home_news{
    padding: 30px 0;background: url(../images/news_bg.png) no-repeat;background-size: 100% 100%;margin-top: -102px
}
.home_news_box h1{
    font-family: "FZYANSJW";font-size: 32px;font-weight: normal;color: #fff;display: inline-block;
    position: relative;padding-bottom: 15px;margin-bottom: 30px;
}
.home_news_box h1::before{
    content: "";position: absolute;bottom: 0;left: 0;
    width: 68%;height: 3px;background-color: #fff;
}
.home_news_box h1 span{
    font-size: 20px;color: #7bacf0;margin-left: 6px;
}
.news_tzgg{
    height: 60px;padding-bottom: 30px;text-align: center;border-bottom: 1px solid #fff;margin-bottom:30px;
}
.news_tzgg .swiper-container{
    width: 100%;height: 60px;
}
.news_tzgg h2{
    color: #fff;font-size: 28px;margin-bottom: 10px;
}
.news_tzgg a{
    font-size: 28px;color: #fff;display: block;font-weight: 700;
}
.news_content{
    display: flex;justify-content: space-between;
}
.news_content > div{
    width: 48%;
}
.news_content_left_tabs{
    margin-bottom: 20px;
}
.news_content_left_tabs a{
    display: inline-block;font-size: 20px;color: #fff;padding: 8px 18px;
    margin-right: 10px;cursor: pointer;
}
.news_content_left_tabs a.active{
    background-color: #f19149;border-radius: 25px;font-weight: 700;
}
.news_content_details ul li{
    margin-top: 15px;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_content_details ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
}
.news_content_details ul li a{
    display: block;color: #fff;
    font-size: 18px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_content_details ul li span{
    color: #fff;
    font-size: 16px;
    width: 30%;
    text-align: right;
}
.news_content_r a {
    display: block;
}
.news_content_r a img{
    height: 350px;width: 100%;
}
.news_content_r a span{
    position: absolute;width: 100%;height: 50px;line-height: 50px;bottom: 0;left: 0;display: block;
    background-color: rgba(0, 0, 0, .5);color: #fff;font-size: 18px;text-indent: 30px;text-align: left;
}
.news_content_r .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px !important;left: inherit  !important;
    right: 10px;
    width:auto !important;
}
.news_content_r .swiper-pagination-bullet-active{
    background-color: #f19149 !important;
}
.home_zwdt{
    background-color: #fff;width: 100%;
}
.home_zwdt_content{
    padding: 50px 0;display: flex;justify-content: space-between;
}
.home_zwdt_content > div{
    width: 48%;
}
.home_zwdt_tabs span{
    color: #333;font-size: 20px;padding: 9px 15px;position: relative;cursor: pointer;
}
.home_zwdt_tabs span::before{
    content: "";position: absolute;bottom: -20px;left: 50%;
    margin-left: -10px;display: none;
    width: 0;
    height: 0;
    border-top: 10px solid #0c6bce; 
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.home_zwdt_tabs span.active{
    background-color: #0c6bce;color: #fff;font-weight: 700;
}
.home_zwdt_tabs span.active::before{
    display: block;
}
.home_zwdt_tabs .more{
    font-size: 16px;float: right;color: #0c6bce;
}
.home_zwdt_details{
    margin-top: 30px;
}
.home_zwdt_details ul li{
    margin-top: 15px;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home_zwdt_details ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #333;
}
.home_zwdt_details ul li a{
    display: block;color: #333;
    font-size: 18px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home_zwdt_details ul li span{
    color: #999;
    font-size: 16px;
    width: 30%;
    text-align: right;
}
.home_zwdt_details ul li:hover a{
    color: #0c6bce;
}
.home_mobile_zwdt{
    display: none;
}
.more1{
    display: block;
}
.more2,.more3,.more4{
    display: none;
}
.home_hd{
    width: 100%;background-color: #f5f5f5;
}
.home_hd_content{
    padding: 50px 0;display: flex;justify-content: space-between;
}
.home_hd_content > div{
    width: 30%;
}
.home_hd_content h1{
    font-family: "FZYANSJW";font-size: 24px;font-weight: normal;margin-bottom: 20px;
    line-height: 25px;padding-left: 10px;border-left: 5px solid #0c6bce;
}
.home_hd_l_details{
    padding: 20px;border-radius: 10px;background-color: #fff;box-shadow: 0 3px 3px #ddd;padding-bottom: 0;overflow: hidden;
}
.home_hd_l_details a{
    display: block;overflow: hidden;height: 170px;margin-bottom: 20px;
}
.home_hd_l_details a img{
    width: 100%;height: 100%;
}
.home_hd_l_details a:hover img{
    transform: scale(1.2);transition: all .3s;margin-bottom: 20px;
}
.home_hd_c_box{
    padding: 20px 20px 0;background-color: #fff;border-radius: 10px;box-shadow: 0 3px 3px #ddd;
}
.home_hd_c .swiper-container{
    padding-bottom: 20px;
}
.home_hd_c ul{
    display: flex;flex-wrap: wrap;justify-content: space-between;
}
.home_hd_c ul li{
    width: 48%;margin-bottom: 20px;
}
.home_hd_c ul li a{
    display: block;text-align: center;padding: 15px 0;background-color: #eaf5ff;
}
.home_hd_c ul li a img{
    height: 60px;margin: 0 auto 20px;
}
.home_hd_c ul li a span{
    display: flex;font-size: 20px;align-items: center;justify-content: center;width: 80%;margin: 0 auto;height: 50px;
}
.home_hd_c ul li a:hover img{
    transform: rotateY(360deg);transition: all .3s;
}
.home_hd_r_details{
    padding: 20px;border-radius: 10px;background-color: #fff;box-shadow: 0 3px 3px #ddd;padding-bottom: 0;overflow: hidden;
}
.home_hd_r_details a{
    display: flex;align-items: center;justify-content: center;margin-bottom: 20px;
    background: url(../images/pic04.png) no-repeat;background-size: 100% 100%;text-align: center;height: 106px;
}
.home_hd_r_details a img{
    margin-right: 10px;width: 86px;
}
.home_hd_r_details a span{
    display: inline-block;font-size: 20px;
}
.home_hd_r_details a:hover img{
    transform: rotateX(360deg);transition: all .3s;
}
.home_hd_c .swiper-container .swiper-pagination-bullet-active{
    background-color: #f19149 !important;
}
.home_ztzl{
    background-color: #fff;
}
.home_ztzl_content{
    padding: 50px 0;position: relative;overflow: visible;
}
.home_ztzl_content .swiper-container .swiper-slide a{
    display: block;font-size: 0;height: 100px;
}
.home_ztzl_content .swiper-container .swiper-slide a img{
    width: 100%;height: 100%;
}
.home_ztzl_content .swiper-button-next{
    right: -40px;
}
.home_ztzl_content .swiper-button-prev{
    left: -40px;
}
.links{
    background-color: #f5f5f5;
}
.links_centent{
    display: flex;align-items: center;justify-content: space-between;height: 72px;overflow: visible;
}
.links_l_details{
    display: flex;align-items: center;
}
.links_l_details span{
    font-weight: 700;font-size: 16px;
}
.links_l_details a{
    font-size: 16px;display: inline-block;margin-right: 15px;
}
.links_r{
    display: flex;
}
.links_r_ewm{
    position: relative;margin-right: 45px;cursor: pointer;
}
.links_r_ewm:last-child{
    margin-right: 0;
}
.links_r_ewm p{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -126px;
    left: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
}
.links_r_ewm p img{
    width: 130px;
}
.links_r_ewm span{
    font-size: 20px;
}
.links_r_ewm span:hover ~ p{
    opacity: 1;
}
.footer{
    background-color: #3d3d3d;
}
.footer_content{
    padding: 40px 0;display: flex;justify-content: space-between;
}
.footer_font p{
    margin-bottom: 15px;font-size: 16px;color: #fff;
}
.footer_font p b{
    font-size: 16px;
}
.footer_r{
    display: flex;align-items: center;
}
.footer_r a{
    display: block;margin-right: 20px;
}
.footer_wb{
    display: inline-block;color: #fff;
}
.footer_wb img{
    display: inline-block;vertical-align: middle;
}

/* 内页列表页 */
.crumbs {
    border-bottom: 1px solid #EEEEEE; background: #fff;
    margin-top: 60px;
}
.breadcrumb li, .breadcrumb li a {
    font-size: 16px;
    color: rgba(0,0,0,0.5);
}
.breadcrumb {
    padding: 15px 0;
    margin-bottom: 0;color: #999;
    background-color: transparent;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>.active {
    color: rgba(0,0,0,0.5);
}
.breadcrumb li a:hover, .newsbox .hot li a:hover {
    color: #0c6bce!important;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.Inside_list{
    background: url(../images/listBg.png) no-repeat;background-size: 100% auto;margin-top: -112px;padding-bottom: 40px;
    background-position-y: 200px;
}
.Inside_list_content{
    display: flex;justify-content: space-between;margin-top: 30px;
}
.Inside_list_l{
    width: 330px;
}
.Inside_list_l .list_title{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
    background: #0c6bce;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}
.Inside_list_l ul{
    width: 100%;padding:10px;
}
.Inside_list_l h1{
    font-size: 20px;
    text-align: center;
    padding: 20px 0px;
    background: #0c6bce;
    color: #fff;
}
.Inside_list_l ul li{
    width: 100%;margin-bottom: 20px;box-shadow: 0 0 8px 5px #dddddd3d;
}
.Inside_list_l ul li a{
    display: block;width: 100%;background-color: #fff;
    padding: 20px 0;text-align: center;
}
.Inside_list_l ul li a img{
    margin-right: 15px;display: inline-block;vertical-align: middle;
}
.Inside_list_l ul li a span{
    font-size: 20px;
}
.Inside_list_l ul li a.on{
    background-color: #0c6bce;color: #fff;
}
.Inside_list_l ul li:hover a{
    background-color: #0c6bce;color: #fff;
}
.Inside_list_l ul li:hover a img{
    transform: rotateX(360deg);transition: all .3s;
}
.Inside_list_r{
    width: 1050px;padding: 10px;padding-right: 10px;
}
.Inside_list_r_d{
    padding: 25px 0px 25px 0;background-color: #fff;box-shadow: 0 0 8px 5px #dddddd3d;min-height: 500px;
}
.Inside_list_r_d h1 {
    font-family: "FZYANSJW";
    font-size: 24px;
    color: #0c6bce;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 30px;
    border-left: 5px solid #0c6bce;
    margin-left: 50px;
}
.Inside_list_r_d > ul li{
    padding-left: 66px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}
.Inside_list_r_d > ul li:nth-child(odd){
    background-color: #edf5fd;
}
.Inside_list_r_d > ul li::before{
    content: "";
    position: absolute;
    left: 50px;
    top: 29px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #333;
}
.Inside_list_r_d > ul li a{
    display: block;color: #333;
    font-size: 18px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Inside_list_r_d > ul li span{
    color: #999;
    font-size: 16px;
    width: 30%;
    text-align: right;
}
.Inside_list_r_d > ul li:hover a{
    color: #0c6bce;
}
.page{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.page ul{
	display:flex;
}
.page ul li{
    margin-left: 8px;
}
.page ul li a{
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid #333;
    border-radius: 5px;
}
.page ul li.thisclass a{
    background-color: #0c6bce;
    color: #fff;
    border-color: #0c6bce;
}
.page ul li:first-of-type {
    margin-left: 0;
}
/*分享*/
.Inside_details{
    padding-top: 30px;
}
.m-share {
    float: left;
    margin-top: -5px;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    background: #c9c9c9;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone i {
    background: url("../images/cont_ico_share_20200422.png") 4px center no-repeat;
}

.share .share-qqzone:hover {
    background-color: #fc7354;
}

.share .share-wechat {
    position: relative;
}

.share .share-wechat i {
    background: url("../images/cont_ico_share_20200422.png") -30px center no-repeat;
}

.share .share-wechat:hover {
    background-color: #1fbc7d;
}

.share .share-weibo i {
    background: url("../images/cont_ico_share_20200422.png") -65px center no-repeat;
}

.share .share-qq:hover {
    background-color: #27a8f2;
}

.share .share-qq i {
    background: url("../images/cont_ico_share_20200422.png") -96px center no-repeat;
}

.share .share-weibo:hover {
    background-color: #e96157;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 110px;
    height: 110px;
    left: -98%;
    z-index: 11;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}
.Inside_details_header{
    margin: 0 auto;
    padding-top: 0px;
}
.Inside_details_header h1{
    margin-bottom: 40px;
}
.Inside_details_header h1 p {
    font-size: 28px;font-family: "FZYANSJW";
    line-height: 40px;
    color: #0c6bce;
    text-align: center;
    outline: none;font-weight: normal;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
#othermessage {
    font-size: 14px;
    line-height: 14px;
    color: #999;font-family: "微软雅黑";
    width: 100%;
    margin: 0 auto 30px;
}
.repeatX {
    width: 100%;
    background: #ddd;
    height: 1px;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
#othermessage dl {
    margin: 0 45px;
}
#othermessage dl a.on {
    color: #333;
}
#othermessage dl a {
    color: #999;
}
#mainText {
    padding: 35px 0 25px 0;
    margin: 0 auto;
    color: #404040;
    font-size: 16px;
    line-height: 200%;
}
#mainText p {
    margin-bottom: 20px;text-indent: 26px;
    outline: none;font-family: "微软雅黑";
}
#mainText p img{
    margin: 0 auto;
}
.img-responsive{
    height: auto !important;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff !important;
}
/* 网站地图开始 */
.map_details{
    padding: 10px;
    padding-top: 30px;
}
.map_content{
    padding: 25px 0px 25px 0;
    background-color: #fff;
    box-shadow: 0 0 8px 5px #dddddd3d;
}
.map_content_tabs{
    display: flex;align-items: center;justify-content: center;
}
.map_content_tabs{
    margin-bottom: 30px;
}
.map_content_tabs a{
    border-radius: 5px;cursor: pointer;
    font-size: 18px;
    color: #444;
    line-height: 50px;
    height: 50px;
    width: 126px;
    display: block;
    text-align: center;margin: 0 15px;
    background-color: rgb(232, 236, 245);
}
.map_content_tabs a.active{
    background-color: #0c6bce;color: #fff;
}
.con_map h1{
    font-size: 16px;color: #fff;
    line-height: 30px;
    background-color: #6cafe0;
    margin-bottom: 10px;
    text-indent: 10px;
    height: 30px;
    margin-top: 10px;
}
.con_map ul{
    width: 100%;
    vertical-align: top;
    padding-bottom: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    height: auto;
    overflow: auto;
    padding-top: 10px;
}
.con_map ul li{
    min-width: 120px;
    margin-right: 10px;
    float: left;
    line-height: 26px;
    overflow: hidden;
    text-indent: 20px;
}
.shareWrapper{
    text-align: center;
}
.shareWrapper span{
    cursor: pointer;
}
.control{
    margin: 30px 0;padding: 20px 0;
    border-top: 1px solid #333;
}
.control div{
    margin-bottom: 20px;
}