@charset "utf-8";

/* CSS Document */
*{ margin:0; padding:0;}

body{ color:#000;  line-height:22px; min-width: 1200px;
    font: 12px/1 "Microsoft YaHei","微软雅黑","arial","tahoma","MicrosoftJhengHei", "sans-serif";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased!important;
}
ul,li{ list-style:none; margin-bottom: 0;}
img{ border:none; display:inline-block;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:none; }
i{ font-style:normal;}
dl,dd,p{ margin-bottom: 0;}
input,textarea,select{ outline:none; font-family:"Microsoft YaHei";}
h1,h2,h3,h4,h5,h6{ font-style:normal; font-weight:normal; list-style:none; margin-bottom: 0;}
.clear{ clear:both;}

/*美化滚动条*/

/*滚动条凹槽的颜色，还可以设置边框属性*/
::-webkit-scrollbar-track-piece {
    background-color:#f8f8f8;
}
/*滚动条的宽度*/
::-webkit-scrollbar {
    width:6px;
    height:9px;
}
/*滚动条的设置*/
::-webkit-scrollbar-thumb {
    background-color:#dddddd;
    background-clip:padding-box;
    min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#bbb;
}
.top_butt{
    display: none;
}
.wap_bot{
    display: none;
}

.container-fluid:after{ content: ""; display: block; clear: both;}
.container:after{ content: ""; display: block; clear: both;}

header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.header_top{
    width: 100%;
    height: 34px;
    margin-top: 15px;
    text-align: right;
    font-size: 0;
}
.header_lang{
    display: inline-block;
    width: 104px;
    position: relative;
    background: #ffffff;
    margin-right: 20px;
}
.header_lang:hover .header_mr{
    background: #ffffff;
}

.header_qt{
    display:none;
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100;
    border: solid 1px #e6e9ed;
    border-top: none;
    padding-left: 0;
}
.header_qt li{
    width: 100%;
}
.header_qt li a{
    margin: 0;
    padding: 0 12px;
    display: block;
    list-style: none;
    height: 32px;
    line-height: 32px;
    font-family: Tahoma;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header_qt li:hover{
    background: #f6f6f6;
}

.header_mr{
    width: 100%;
    height: 34px;
    line-height: 33px;
    border: solid 1px #e6e9ed;
    background: #f6f6f6;
    position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_mr span{
    margin: 0;
    padding: 0 12px;
    display: block;
    overflow: hidden;
    font-family: Tahoma;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header_mr i{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 0;
    font-family: Tahoma;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.header_lang:hover .header_qt{
    display: block;
}

.header_search{
    display: inline-block;
    width: 180px;
    height: 34px;
    background: #ffffff;
    overflow: hidden;
    margin-right: 30px;
}
.header_search_form{
    width: 100%;
    display: flex;
}
.header_search_input{
    width: 110px;
    height: 34px;
    border: none;
    font-size: 12px;
    padding: 0 10px;
    color: #333333;
}
.header_search_input::placeholder{
    font-size: 12px;
}
.header_search_button{
    border: none;
    margin: 0;
    padding: 0 15px;
    float: right;
    outline: none;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    font-family: Tahoma;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    background-color: rgb(242, 38, 69);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
}
.header_search_button i{
    margin-right: 4px;
    font-size: 12px !important;
}

.header_bottom{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.header_logo{
    height: 85px;
}
.header_logo image{
    height: 100%;
}


/*导航*/
.head_nav{ float: right; width: 985px; }
.head_nav ul{
    padding-left: 0;
}
.head_nav ul li{ width: 12.5%; float: left; margin: 0; text-align: center; position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.head_nav ul li .navA{ height: 48px; position: relative;}
.head_nav ul li .navA a{ display: block; color: #fff; font-size:17px; line-height: 48px; font-family: 'Noto Sans CJK'; font-weight: bold;}
.head_nav ul li.on .navA{
    background: rgb(238, 238, 238);
}
.head_nav ul li.on .navA a{font-weight: 500; color: #333333;}
.head_nav ul li:hover .navA{background: rgb(238, 238, 238);}
.head_nav ul li:hover .navA a{ font-weight: 500;  color: #333333;}
.head_nav ul li:hover .navA:after{ content: ""; width: 100%; opacity: 1;}

.head_nav ul li .top_down{ display: none;}

.head_nav ul li .navTwo{ position: absolute; left: 0; top: 100%; width: 220px; text-align: center; background: rgb(238, 238, 238); z-index: 9;
    box-shadow: 0 0 5px #aaa;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -ms-transform:translateY(10px);
    -o-transform:translateY(10px);
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
}
.head_nav ul li .navTwo dd{ margin-bottom: auto; border-bottom: solid 1px rgba(204, 204, 204,0);}
.head_nav ul li .navTwo dd a{ font-size: 17px !important; line-height: 60px !important; color: #444444; display: block; }
.head_nav ul li .navTwo dd:hover{ background:rgb(204, 204, 204); }
.head_nav ul li .navTwo dd:hover a{ color: #666666;}

.head_nav ul li:hover .navTwo{
    opacity:1;
    visibility:inherit;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
}



/*banner*/

.banner{ width: 100%; margin: 0 auto; position: relative; z-index: 0; display: block;}
.banner:after{ content: ""; display: block; clear: both; }
.swiper_banner {
    float: left;
    width: 100%;
    height: 850px;
    position: relative;
    overflow: hidden;
}

.swiper_banner .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover !important;
}
.swiper_banner .swiper-button-next,.swiper_banner .swiper-button-prev{
    top: 45%;
    margin: 0;
    width: 34px;
    height: 58px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.swiper_banner .swiper-button-next:after,.swiper_banner .swiper-button-prev:after{
    color: #ffffff;
    font-size: 18px;
}

.swiper_banner_a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.banner_a_text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_a_text span{
    color: #ffffff;
    font-size: 90px;
    line-height: 120px;
    font-weight: bold;
    margin: 0 30px;
}
.banner_a_pa{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1px;
    margin: 30px 0;
}
.banner_a_pb{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    line-height:37px;
    letter-spacing: 1px;
}
.banner_a_link{
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_a_link a{
    width: 198px;
    height: 44px;
    border-radius:30px;
    border:solid 1px #f22645;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: rgba(242,38,69,1);
    color: #ffffff;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.banner_a_link a:hover{
    background: rgba(242,38,69,0);
    color:rgba(242,38,69,1);
}
.swiper_banner_img{
    text-align: left;
    width: 1200px;
}
.swiper_banner_img img{
    height: 326px;
    display: inline-block;
}

/*indexa*/
.indexa{
    position: relative;
    padding-bottom: 30px;
    height: 190px;
    z-index: 8;
}
.indexa .container{
    position: relative;
}
.indexa_bk{
    background: #ffffff;
    position: absolute;
    left: 0;
    top: -160px;
    width: 100%;
    height: 320px;
    border-radius: 12px;
    -moz-box-shadow: 0.000000px 6.000000px 6px rgba(102, 102, 102, 0.27);
    -webkit-box-shadow: 0px 6px 6px rgba(102, 102, 102, 0.27);
    -ms-box-shadow: 0.000000px 6.000000px 6px rgba(102, 102, 102, 0.27);
    -o-box-shadow: 0.000000px 6.000000px 6px rgba(102, 102, 102, 0.27);
    box-shadow: 0 6px 6px rgba(102, 102, 102, 0.27);
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;

}
.indexa_bk_ul{
    width: 100%;
    display: flex;
}
.indexa_bk_li{
    width: 33.33%;
    text-align: center;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    padding: 0 40px;
    border-right: dashed 1px #999999;
}
.indexa_bk .indexa_bk_li:nth-child(3){
    border-right: none;
}
.indexa_bk_li span{
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    display: block;
    margin: 10px 0;
}
.indexa_bk_li p{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.indexa_bk_li img{
    width: 96px;
    height: 96px;
}

.indexb{
    height: 480px;
    background: url("../images/10005.jpg") top center no-repeat;
    background-size: cover !important;
}

.indexb_right{
    width: 50%;
    height:100%;
    padding-left: 30px;
    float: right;
    padding-top: 100px;
}
.indexb_right_title{
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 600;
}

.indexb_right_p{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 20px;
}
.indexb_right_p p{
    margin-bottom: 10px;
}
.indexb_right_a{
    width: 100%;
    margin-top: 30px;
}
.indexb_right_a a{
    width: 198px;
    height: 44px;
    border-radius: 30px;
    border: solid 1px #f22645;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: rgba(242,38,69,1);
    color: #ffffff;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.indexb_right_a a:hover {
    background: rgba(242,38,69,0);
    color: rgba(242,38,69,1);
}


/*indexc*/
.indexc{
    padding-top: 65px;
}
.indexc_title{
    width: 100%;
    text-align: center;
}
.indexc_title span{
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
}
.indexc_title p{
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
}

.indexc_div{
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.indexc_div ul{
    padding-left: 0;
    width: 800px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.indexc_div ul li{
    width: 33.33%;
    margin-bottom: 15px;
}
.indexc_div ul li a{
    width: 100%;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.indexc_div ul li img{
    width: 250px;
}
.indexc_div ul li span{
    font-size: 18px;
    color: #006595;
    line-height: 24px;
    font-weight: bold;
}
.r_img{
    width: 462px;
    position: absolute;
    right: -30px;
    top: -40px;
    z-index: -1;
}
.r_img img{
    width: 100%;
}

/*indexd*/
.indexd{
    padding-top: 30px;
    padding-bottom: 30px;
}

.index_t{
    width: 100%;
    background: url("../images/14022774.png") top center no-repeat;
    text-align: center;
    padding-top: 30px;
}
.index_t span{
    display: block;
    font-size: 32px;
    line-height: 42px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}
.index_t p{
    display: inline-block;
    max-width: 550px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.indexd_imglist{
    width: 100%;
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.indexd_imglist_li{
    width:49.4%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 15px;
}

.indexd_imglist_xq{
    position: relative;
    width: 48.8%;
    overflow: hidden;
}
.indexd_imglist_xq img{
    width: 100%;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.indexd_imglist_xq.on{
    width: 100%;
}
.indexd_imglist_xq:hover img{
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.indexd_imglist_bt{
    font-weight: 600;
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    background: rgba(0, 89, 129, 0.22);
    font-size: 16px;
}
.indexd_link{
    width: 100%;
    text-align: center;
    margin-top: 30px
}
.indexd_link a{
    margin: auto;
    width: 135px;
    height: 38px;
    border-radius: 30px;
    border: solid 1px #5a5a5a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #5a5a5a;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.indexd_link a:hover{
    background: #3099DD;
    color: #ffffff;
    border: solid 1px #3099DD;
}

/*indexe*/
.indexe{
    padding-top: 45px;
    padding-bottom: 45px;
    background: url("../images/10006.jpg") top center no-repeat;
    background-size: cover;
}
.indexe_title{
    width: 100%;
    text-align: center;
}
.indexe_title span{
    color: #ffffff;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
}
.indexe_list{
    width: 100%;
    margin-top: 30px;
}
.indexe_list ul{
    padding-left: 0;
    width: 100%;
    display: flex;
}
.indexe_list ul li{
    width: 25%;
    text-align: center;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    padding: 0 30px;
}
.indexe_list ul li span{
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 15px;
}
.indexe_list ul li p{
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}

/*indexf*/
.indexf{
    padding-top: 25px;
}

.indexf_list{
    width: 100%;
    border-top: solid 1px rgba(221,221,221,1);
    margin-top: 30px;
}
.indexf_list ul{
    padding-left: 0;
}
.indexf_list ul li{
    margin: 50px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.indexf_list_left{
    width: 960px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: dotted 1px #dddddd;
    padding-bottom: 50px;
}
.indexf_list_img{
    height:165px;
}
.indexf_list_img img{
    height: 100%;
}

.indexf_list_info{
    width: 720px;
}
.indexf_list_info a{
    font-size: 19px;
    line-height: 24px;
    color: #404040;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.indexf_list_info p{
    font-size: 12px;
    line-height: 29px;
    color: #999999;
}

.indexf_list_right{
    width: 170px;
    height: 177px;
    border: solid 1px #333333;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.indexf_list_right span{
    color: #333333;
    font-size: 78px;
    line-height: 80px;
}
.indexf_list_right p{
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    margin-top: 8px;
}

/*indexg*/
.indexg{
    padding-top: 40px;
    padding-bottom: 15px;
}
.indexg_list ul{
    padding-left: 0;
}

.indexg_list_div{
    width: 100%;
}

.indexg_list{
    width: 100%;
    margin-top: 30px;
}
.indexg_list_img{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.indexg_list_img img{
    width: 100%;
}

.indexg_list_info{
    text-align: center;
    margin-top: 20px;
}
.indexg_list_info span{
    font-size: 24px;
    color: #222222;
    display: block;
    margin-bottom: 20px;
}
.indexg_list_info p{
    font-size: 18px;
    color: #444444;
    line-height: 30px;
}

.indexh{
    padding-top: 25px;
    padding-bottom: 55px;
    background: url("../images/10007.jpg") top center no-repeat;
    background-size: cover !important;
}
.index_t_colora span{
    color: #ffffff;
}

.indexh_div_list{
    width: 100%;
    margin-top: 50px;
}
.indexh_div_list ul{
    padding-left: 0;
}

.indexh_div{
    width: 100%;
    text-align: center;
}
.indexh_img{
    width: 100%;
}
.indexh_img img{
    max-width: 100%;
}
.indexh_info{
    width: 100%;
    text-align: center;
}
.indexh_info span{
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
}

/*footer*/
footer{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.footer_top{
    width: 100%;
    background: rgb(0, 89, 129);
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_top .container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer_top_left{
    width: 760px;
}
.footer_top_a{
    width: 100%;
    display: flex;
}
.logodb{
    height: 85px;
}
.logodb img{
    height: 100%;
}
.logomc{
    padding-top: 10px;
}
.logomc span{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.logomc p{
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
}
.footer_top_b{
    width: 100%;
    margin-top: 20px;
    padding-left: 30px;
}
.foot_title{
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
}
.foot_p{
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}

.footer_top_right{
    width: 330px;
    text-align: center;
}
.footer_top_ewm{
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.footer_top_ewm dd{
    width: 50%;
}
.footer_top_ewm dd img{
    width: 120px;
}
.footer_top_ewm dd span{
    margin-top: 15px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
}
.footer_top_copy{
    width: 100%;
    margin-top: 20px;
    color: #ffffff;
    line-height: 26px;
    font-size: 14px;
}
.footer_top_copy a{
    font-size: 14px;
    color: #ffffff;
}

.footer_bottom{
    padding: 10px 0;
    width: 100%;
    background: #ffffff;
    font-size: 12px;
    color: rgb(152, 152, 152);
    line-height: 24px;
    text-align: center;
}
.footer_bottom a{
    font-size: 12px;
    color: rgb(152, 152, 152);
    line-height: 24px;
}

.ny_m{
    padding-top: 20px;
    padding-bottom: 40px;
    background: #F5F5F5;
}
.ny_mb{
    padding-top: 20px;
    padding-bottom: 40px;
    background: #ffffff;
}
.ny_m .container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ny_mb .container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ny_m_left{
    width: 211px;
    height: 100%;
    padding: 10px;
    background: rgb(0, 89, 129);
}
.ny_logo{
    width: 100%;
    text-align: center;
}
.ny_logo image{
    height: 85px;
}

.ny_nav_list{
    width: 100%;
}
.ny_nav_list dd{
    width: 100%;
    background: #ffffff;
    border-bottom: dashed 1px #005981;
    text-align: center;
    position: relative;
}
.ny_nav_list dd a{
    display: block;
    font-size: 16px;
    color: #444444;
    line-height: 84px;
    font-weight: 600;
}
.ny_nav_list dd.on{
    background: rgb(0, 89, 129);
}
.ny_nav_list dd:last-child{
    border-bottom: none;
}
.ny_nav_list dd.on a{
    color: #ffffff;
}
.ny_nav_list dd:hover{
    background: rgb(0, 89, 129);
}
.ny_nav_list dd:hover a{
    color: #ffffff;
}

.ny_nav_list dd:hover .ny_nav_sj{
    display: block;
}

.ny_nav_sj{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    background: rgb(0, 89, 129);
    z-index: 99;
}
.ny_nav_sj_dd{
    width: 100%;
}
.ny_nav_sj_dd a{
    display: block;
    line-height: 84px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.ny_nav_sj_dd:hover{
    background:#ffffff;
}
.ny_nav_sj_dd:hover a{
    color: #444444 !important;
}


.ny_m_right{
    width: 942px;
    -moz-box-shadow: 0.000000px 1.000000px 9px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.27);
    -ms-box-shadow: 0.000000px 1.000000px 9px rgba(0, 0, 0, 0.27);
    -o-box-shadow: 0.000000px 1.000000px 9px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.27);
    background: #F5F5F5;
}

.ny_m_title{
    width: 96%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px rgba(221,221,221,1) dashed;
    padding: 20px 0;
}
.ny_m_bt{
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    color: #444444;
}
.ny_m_mbx{
    font-size: 14px;
    color: #666666;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ny_m_mbx a{
    color: #666666;
}
.ny_m_mbx i{
    font-size: 14px !important;
}
.ny_m_mbx a:hover{
    color: #48B6F8;
}

.ny_m_info{
    width: 96%;
    margin:20px auto;
    position: relative;
    font-size: 16px;
    color: #444444;
    line-height: 26px;
}
.ny_m_img{
    width: 428px;
    height: 250px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.ny_m_img img{
    height: 100%;
}


.gsln_list{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.gsln_list ul{
    padding-left: 0;
    width: 100%;
    display: flex;
}
.gsln_list ul li{
    width: 25%;
    text-align: center;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    padding: 0 5px;
}
.gsln_list ul li span{
    font-size: 24px;
    font-weight: 600;
    color: #444444;
    line-height: 30px;
    margin-bottom: 15px;
}
.gsln_list ul li p{
    font-size: 15px;
    color: #444444;
    line-height: 24px;
}


.ny_m_ryzz{
    width: 96%;
    margin: 30px auto;
}
.ny_m_ryzz ul{
    padding-left: 0;
}
.ny_m_ryzz ul li{
    margin-bottom: 30px;
}
.ny_m_ryzz ul li a{
    border: 1px solid transparent;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}
.ny_m_ryzz ul li:hover a{
    border: 1px solid #005981;
}
.ny_m_ryzz ul li:hover a .ny_m_ryzz_title{
    color: #E43939;
}
.ny_m_ryzz ul li a{
    display: block;
    width: 100%;
}
.ny_m_ryzz_img{
    width: 100%;
    height: 268px;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ny_m_ryzz_img img{
    object-fit: cover;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.ny_m_ryzz ul li:hover .ny_m_ryzz_img img{
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.ny_m_ryzz_title{
    padding:15px 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #404040;
}

.w-pageline.w-page-num {
    margin: 20px auto;
    padding: 0;
    font-family: Arial,"Lucida Grande","Microsoft Yahei","Hiragino Sans GB","Hiragino Sans GB W3",SimSun,STHeiti;
    font-size: 12px;
    display: table;
    clear: both;
}
.w-pageline.w-page-num ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.indexg_list_b .indexg_list_img img{
    width: auto;
    max-width: 100%;
}
.ny_m_info_b{
    padding-bottom: 50px;
}

/*分页*/
.search-pagination{ width:100%; margin-top:30px; margin-bottom: 30px;}
.search-pagination .pagination{ width: 100%; text-align: center; display: inline-block;}
.search-pagination .pagination>li{ margin: 0 5px; display: inline-block;}
.search-pagination .pagination>li a{ float: none; color: #555; display: block; background: #ffffff; padding: 8px 10px; border: solid 1px #ddd; border-radius: 4px;}
.search-pagination .pagination>li a:hover{ background-color:#eeeeee; border-color: #ddd; color: #666666;}
.search-pagination .pagination>li.active{ background:#eeeeee; border-radius: 4px;}
.search-pagination .pagination>li.active a{ color:#666666; background-color:#eeeeee;  border-radius: 4px;   border-color: #ddd;}

.ny_m_info .indexg_list .indexg_list_info span{
    font-size: 18px;
}
.ny_m_info .indexg_list .indexg_list_info p{
    font-size: 12px;
    line-height: 20px;
}


.news_list{
    width: 96%;
    margin: 30px auto;
}
.news_list ul{
    padding-left: 0;
}
.news_list ul li{
    width: 100%;
    border-bottom: dotted 1px #cccccc;
    padding: 12px 0;
}
.news_list ul li i{
    font-size: 14px;
    color:#666;
}
.news_list ul li a{
    font-size: 14px;
    display: inline-block;
    width: 88%;
    color: #666666;
    padding: 0 5px;
}
.news_list ul li span{
    display: inline-block;
    color: #bbbbbb;
    font-size: 14px;
}
.news_list ul li:hover a{
    color: #333;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

.ny_m_show{
    width: 100%;
    padding-bottom: 30px;
}
.ny_show_title{
    width: 100%;
    text-align: left;
}
.ny_show_title .ny_m_mbx {
    font-size: 12px;
    color: #666666;
    line-height: 34px;
    display: unset;
}
.ny_show_title .ny_m_mbx i{
    font-size: 12px;
}
.ny_show_title .ny_m_mbx a{
    margin: 0 2px;
}
.ny_show_title .ny_m_mbx i{
    margin: 0 2px;
}
.ny_show_title .ny_m_mbx a:hover{
color: #48B6F8;
}


.news_show{
    width: 100%;
}
.news_show_title{
    width: 100%;
    text-align: center;
    color: #404040;
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}
.news_show_qt{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.news_show_qt span{
    font-size: 14px;
    margin: 0 20px;
    color: #666666;
}
.news_show_qt span i{
    font-size: 10px;
    margin-right: 5px;
}

.news_show_xq{
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    padding: 0 50px;
}

.news_show_page{
    width: 100%;
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.news_show_page span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
}
.news_show_page span i{
    font-size: 12px;
    margin: 0 5px;
}
.news_show_page:hover a{
    color: #48B6F8;
}
.news_show_page:hover span{
    color: #48B6F8;
}

.lxwm_lm{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.lxwm_left{
    width: 480px;
}


.lxwm_top_a{
    width: 100%;
    display: flex;
}
.lxwm_top_a .logodb{
    height: 70px;
}
.lxwm_top_a .logomc{
    padding-top: 5px;
}
.lxwm_top_a .logomc span{
    font-size: 24px;
    color: #333333;
}
.lxwm_top_a .logomc p{
    font-size: 14px;
    color: #333333;
}

.lxwm_top_b{
    width: 100%;
    margin-top: 30px;
    padding-left: 15px;
}

.lxwm_right{
    width: 400px;
}
.lxwm_right form{
    width: 100%;
}
.lxwm_right ul{
    width: 100%;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.lxwm_input{
    width: 48.5%;
    background: #EDF1F5;
}
.lxwm_input input{
    width: 100%;
    height: 36px;
    border: none;
    background: none;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}

.lxwm_textarea{
    width: 100%;
    margin-top: 15px;
    background: #EDF1F5;
}

.lxwm_textarea textarea{
    width: 100%;
    height: 130px;
    border: none;
    background: none;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
}
.lxwm_code{
    width: 100%;
    margin-top: 15px;
    background: #EDF1F5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.lxwm_code input{
    width: 50%;
    height: 36px;
    border: none;
    background: none;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.zxly_but{
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.zxly_but button{
    width: 100px;
    height: 38px;
    background: #FF9D43;
    text-align: center;
    font-size: 14px;
    border: none;
    color: #ffffff;
    display: inline-block;
}

.lxwm_map{
    height: 282px;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.mapstyle{
    width: 100%;
    height: 100%;
}
.ny_m_nr img{
    max-width: 100%;
}



