@charset "utf-8";
/* CSS Document */
html {
    /*background: #f6f6f6;*/
    background: #ffffff;
    font-size: 62.5%; /* 10÷16=62.5% */
    border-top: #F6F6F6 0px solid;
}
#vsb_content_7 p{font-size:17px!important}
#vsb_content_7 .vsbcontent_end{font-size:17px!important}
body {
    font-size: 14px;
    font-size: 1.4rem; /* 14÷10=1.4 */
    color: #1f1f1f;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
#adu0{z-index:9999999999999999!important;}
#adu1{z-index:99999999999999999!important;}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #1f1f1f;
}

a:hover {
    color: #003c7c;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;
}

ul, ol, li {
    list-style: none outside none;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

.w1360 {
	width: 92%;
    max-width: 1360px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.md {
    float: left;
}

.fr {
    float: right;
}

.clearFix {
    *zoom: 1;
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    width: 100%;
    overflow: hidden;
}
.parta{width: 100%;height: auto;padding:20px 0 0; overflow: hidden;}

/*header*/
.header{
    width: 100%;
    z-index: 999999999;
    position: relative;
    transition: 0.4s ease-in-out;
}
.header::after{content: "";width: 100%;height: 180px;background:url(../img/bamask1.png) repeat-x top center; background-size:100% 99%;position: absolute;left: 0;top:0;}

.head {
    position: absolute;
    width: 96%;
    padding: 1% 2% 0 2%;
    z-index: 10;
}

.logo {
    padding: 14px 0 10px;
}

.logo img {
    display: block;
	height:80px;
}

.logo2 {
    padding: 10px 0;
}

.logo2 img {
    display: block;
}

.head-r {
}

.head-links {
   
    margin-top: 10px;
    padding:0 40px 0 0;overflow: hidden;
}

.head-links p {
    float: right;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #c7c6c6;
}

.head-links p a {
    color: #c7c6c6;
    font-size: 14px;
    margin: 0 12px;
}

.head-links p a:hover {
    color: #fff;
}

.head-links p .en {
    background: url("../img/en.png") left center no-repeat;
    padding-left: 20px;
}

.soBox {
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
	transition: 0.3s all;
}

.soBox.open {
    width: 190px;
}

.soBox .inp {
    height: 28px;
    border: 1px #fff solid;
    background: none;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    padding: 0 40px 0 10px;
    outline: medium none;
	transition: 0.3s all;
	opacity: 0;
	overflow: hidden;
}

.soBox.open .inp {
    opacity: 1;
}

.soBox .btn,
.soBox .sub {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/ss.png) no-repeat center center;
    border: none;
    cursor: pointer;
    outline: medium none;
}

.soBox .sub {
    display: none;
}

.soBox.open .sub {
    display: block;
}

.soBox.open .btn {
    display: none;
}

.nav {
    padding-top: 5px;
    margin-right: 15px;
    float: left;
}

#nav>li {
    float: left;
    font-size: 18px;
    position: relative;
    line-height: 40px;
}

#nav>li>a {
    color: #fff;
    display: block;
    padding: 0 20px;
    font-weight:bold;
}

#nav>li>a.hover {
    color: #0051C4;
    border-top: 2px solid #0051C4;
    background: #fff;
}
#nav .sub{opacity: 0;visibility:hidden;position:absolute;top:40px;left:50%;z-index:2;padding-top: 13px;min-width: 140px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%) scaleY(0);transition: 0.4s all;transform-origin: top;}
#nav .sub .sub-h{text-align:center;position:relative;background:#fff;padding: 10px 0;box-shadow:0 0 10px rgba(0,0,0,.3);}
#nav .sub .sub-h a{display:block;font-size: 16px;padding:5px;margin-bottom:1px;background:#fff;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s;color: #434343;line-height: 30px;}
#nav .sub .sub-h a:hover{background: #0051C4;color:#fff;}
#nav .sub .sub-h:before{content:'';position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);border:8px solid transparent;border-bottom-color:#fff;top:-16px;}
#nav>li:hover .sub{opacity: 1;visibility: inherit;transform:translateX(-50%) scaleY(1);}




.nav li ul li a:hover {
    background: #0051C4;
    color: #fff;
}

.nav1 {
    padding-top: 30px;
    margin-right: 15px;
    float: left;
}

.nav1 li {
    float: left;
    font-size: 20px;
    position: relative;
    line-height: 42px;
}

.nav1 li a {
    display: block;
    padding: 0 20px;
}

.nav1 li a.hover {
    color: #005e5d;
    border-top: 2px solid #005e5d;
    background: #f4f4f4;
    line-height: 40px;
}

.nav1 li ul {
    background: #f4f4f4;
    position: absolute;
    top: 42px;
    width: 170px;
    z-index: 2;
    padding: 5px 0;
    display: none;
}

.nav1 li ul li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
}

.nav1 li ul li a {
    border-top: 0px;
    line-height: 24px;
    padding: 8px 15px;
    color: #333;
    font-size: 15px;
    text-align: left;
}

.nav1 li ul li a:hover {
    background: #005e5d;
    color: #fff;
}

/*ibanner*/

.ibanner {
    width: 100%;
}
.ibanner .swiper-slide a {
    display: block;
    height: 100%;
}
.ibanner .swiper-slide img {
    width: 100%;
    display: block;
}
.ibanner .swiper-slide-active img{transform: scale(1.04,1.04);transition:5s all;}

.ibanner .swiper-pagination{
    width: 100%;
    text-align: center;
	left: 0;
	bottom: 20px;
}
.ibanner .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
	height: 12px;
	background: rgba(0,0,0,0.5);
	margin: 0 6px;
}
.ibanner .swiper-pagination .swiper-pagination-bullet-active {
    background: #cb7a16;
}

.ibanner .swiper-button-prev, .ibanner .swiper-button-next {
    display: block;
    position: absolute;
    width: 40px;
    height: 60px;
    top: 50%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 9999999;
	margin-top: -30px;
}

.ibanner .swiper-button-prev {
    left: 0;
    background: rgba(0,0,0,0.5) url("../img/banner_prev.png") no-repeat center center;
	background-size: auto 40px;
}

.ibanner .swiper-button-next {
    right: 0;
    background: rgba(0,0,0,0.5) url("../img/banner_next.png") no-repeat center center;
	background-size: auto 40px;
}

/*newsbox*/
.news_box {
    margin: 40px auto 0;
    height: auto;
    overflow: hidden
}

.news_box .i_xw_title {
    width: 100%;
    margin: 0 0 40px 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.news_box .i_xw_title h1 {
    font-size: 32px;
    color: #0051C4;
    font-weight: bold;
    line-height: 40px;
    display: block;
    float: left
}

.news_box .i_xw_title h1 i {
    font-size: 32px;
    color: #e2e2e2;
    font-weight: bold;
    font-family: "思源宋体", simsun;
    line-height: 40px;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 10px
}

.news_box .mk_more {
    display: block;
    float: right;
    color: #c7c7c7;
    font-size: 15px;
    border: #404040 1px solid;
    height: 32px;
    line-height: 32px;
    position: relative;
    right: 10px
}

.news_box .mk_more i {
    display: block;
    color: #404040;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-style: normal;
    /*background: #ffffff;*/
    position: relative;
    right: 0;
    margin: 6px auto;
    transition: all 0.6s;
}

.news_box .mk_more:hover {
    border: #004B98 1px solid;
}

.news_box .mk_more:hover i {
    right: -5px;
    color: #004B98
}

.news_top {
    width: calc( 54% - 20px );
    height: 422px;
    float: left;
    background: url("../img/newtt_bg.png") left top no-repeat;
	padding-left: 50px;
	box-sizing: border-box;
}

.newstopimg {
    display: block;
    width: 100%;
    height: 372px;
    overflow: hidden
}

.newstopimg img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.news_topnr:hover img {
    transform: scale(1.1);
}
.news_top h2 {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    font-size:18px;
    text-align:center;
    background: linear-gradient(0deg, #000000, transparent);
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



/*notic_box*/
.notic_box {
    background: url(../img/xinbg1.png) no-repeat bottom center;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding: 40px 0 140px;
    margin: 40px auto 0;
}
.noticnrbox{position: relative;}
.noticnrbox .hd {
    height: 70px;
    line-height: 70px;
    padding: 0;
    position: absolute;
    top:0;left:0;
	z-index: 3;
}

.noticnrbox .hd ul li {
    float: left;
    padding: 0 30px;
    cursor: pointer;
    font-size: 30px;
    /*color: #ffffff;*/
    color: #ffffff;
    position: relative;
    opacity: 0.8
}

.noticnrbox .hd ul li:first-child:before {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    width: 1px;
    height: 27px;
    background: #ffffff;
}
.noticnrbox .hd ul li:nth-child(2):before {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    width: 1px;
    height: 27px;
    background: #ffffff;
}
.noticnrbox .hd ul li:nth-child(3):before {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    width: 1px;
    height: 27px;
    background: #ffffff;
}

.noticnrbox .hd ul li.on {
    height: 70px;
    background: url("../img/thisnotic.png") bottom center no-repeat;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    opacity: 1
}
.noticnrbox .bd ul{
    width: 100%;
    padding: 90px 1px 0;
    zoom: 1;
    position: relative;
	height: auto;
	overflow: hidden;
	opacity: 0 !important;
	transition: 0.3s all;
	box-sizing: border-box;
}
.noticnrbox .bd ul.swiper-slide-active{opacity: 1 !important;}

.noticnrbox .bd li {
    float: left;
    width: calc( ( 100% - 100px ) / 3 );
    height: auto;
	overflow: hidden;
    border: #A7A7A7 1px solid;
    margin: 15px 50px 27px 0;
    position: relative;
    transition: color 0.25s;
	padding: 20px;
	box-sizing: border-box;
}
.noticnrbox .bd li:nth-child(3n){margin: 15px 0 27px;}

.noticnrbox .bd li span {
    display: block;
    /*background: #004F98;*/
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    z-index: 9;
    transition: all 0.3s;
	float:left;
	width: 70px;
	margin-right: 15px;
}

.noticnrbox .bd li i {
    display: block;
    width: 100%;
    font-size: 30px;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}

.noticnrbox .bd li:hover {
    border: #A7A7A7 1px solid
}

.noticnrbox .bd li a {
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s;
    color: #ffffff;
    float:left;
	width: calc( 100% - 85px );
	overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;
}

.noticnrbox .bd li:hover a {
    color: #ffffff;
}

.noticnrbox .bd .i_mk_title {
    width: 100%;
    margin: 0 0 40px 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.noticnrbox .bd .i_mk_title h1 {
    font-size: 32px;
    color: #000;
    font-weight: normal;
    line-height: 40px;
    display: block;
    float: left
}
.noticnrbox .bd .mk_more {
    display: block;
	position: absolute;
	right: 2px;
	top:19px;
    color: #c7c7c7;
    font-size: 15px;
    border: #ffffff 1px solid;
    height: 32px;
    line-height: 32px;
}

.noticnrbox .bd .mk_more i {
    display: block;
    color: #ffffff;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-style: normal;
    /*background: #0052C4;*/
    position: relative;
    right: 0;
    margin: 6px auto;
    transition: all 0.6s;
}

.noticnrbox .bd .mk_more:hover {
    border: #fdd667 1px solid;
}

.noticnrbox .bd .mk_more:hover i {
    right: -5px;
    color: #fdd667
}

/*jcnews*/

.jc_newsbox {
    width: 1360px;
    margin: 0 auto
}

.jcnews_title {
    text-align: center;
    width: 100%;
    height: 80px;
    position: relative;
    margin: 0 0 20px 0;
    overflow: hidden
}

.jcnews_title h1 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
    color: #005f5e;
    font-weight: bold;
    position: relative;
    z-index: 2
}

.jcnews_title i {
    display: block;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-size: 46px;
    line-height: 60px;
    color: #e8e8e8;
    font-family: "思源宋体", simsun;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 0;
    text-transform: uppercase
}
.jcnews_title .mk_more {
    display: block;
    float: right;
    color: #c7c7c7;
    font-size: 15px;
    border: #679e9d 1px solid;
    height: 32px;
    line-height: 32px;
    position: relative;
    right: 10px;
top: -62px;
z-index: 111;
}
.jcnews_title .mk_more:hover {
    border: #cb7a16 1px solid;
}
.jcnews_title .mk_more span{
    display: block;
    color: #005e5d;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-style: normal;
    background: #f6f6f6;
    position: relative;
    right: -5px;
    margin: 6px auto;
    transition: all 0.6s;
}
.jcnews_title .mk_more span:hover{
     right: -15px;
    color: #cb7a16;
}
.jcnews_left {
    float: left;
    width: 660px;
    height: 430px;
    position: relative;
    background: #ffffff;
    overflow: hidden
}

.jcnews_left .slickzs {
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 999;
    font-size: 30px;
    color: #ffffff;
}

.jcnews_pic {
    width: 660px;
    height: 430px;
    position: relative;
    background: #ffffff;
    overflow: hidden
}

.jcnews_pic .slick-slider {
    position: relative;
    display: block;
    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;
}

.jcnews_pic .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcnews_pic .slick-list:focus {
    outline: none;
}

.jcnews_pic .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.jcnews_pic .slick-slider .slick-track,
.jcnews_pic .slick-slider .slick-list {
    -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);
}

.jcnews_pic .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.jcnews_pic .slick-track:before,
.jcnews_pic .slick-track:after {
    display: table;

    content: '';
}

.jcnews_pic .slick-track:after {
    clear: both;
}

.jcnews_pic .slick-loading .slick-track {
    visibility: hidden;
}

.jcnews_pic .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}

.jcnews_pic .slick-slide a {
    display: block;
    width: 100%;;
    height: 100%;
}

.jcnews_pic .slick-slide img {
    width: 660px;
    height: 440px;
    display: block;
}

.jcnews_pic .slick-slide h2 {
    position: absolute;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    width: 90%;
    padding: 0 5%;
    font-size: 18px;
    background: url(../img/imgtxt_zz.png) repeat-x bottom;
}

.jcnews_pic .slick-slide.slick-loading img {
    display: none;
}

.jcnews_pic .slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.jcnews_pic .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 0
}

.jcnews_pic .slick-dots .slick-active {
    display: block;
    width: 70px;
    height: 70px;
    background: url("../img/jcdthdline.png") top right no-repeat;
    text-align: center
}

.jcnews_pic .slick-dots li {
    display: none;
    font-weight: normal;
}

.jcnews_pic .slick-dots button {
    background: none;
    border: none;
    font-size: 18px;
    color: #ffffff;
}

.jcnews_pic .slick-prev, .jcnews_pic .slick-next {
    display: block;
    width: 74px;
    height: 74px;
    top: 45%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 99
}

.jcnews_pic .slick-prev {
    position: absolute;
    left: -37px;
    background: url("../img/jc_jtl.png") 45px center no-repeat #000000;
    border-radius: 50%;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.jcnews_pic .slick-next {
    position: absolute;
    right: -37px;
    background: url("../img/jc_jtr.png") 15px center no-repeat #000000;
    border-radius: 50%;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.jcnews_pic .slick-prev:hover, .jcnews_pic .slick-next:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.jcnews_piclist {
    float: right;
    width: 660px;
    height: 430px;
    overflow: hidden
}

.jcnews_piclist ul {
    width: 700px;
}

.jcnews_piclist li {
    display: block;
    width: 315px;
    height: 200px;
    float: left;
    margin: 0 30px 25px 0
}

.jcnews_piclist li a {
    display: block;
    margin: 0 auto;
    width: 315px;
    height: 200px;
    overflow: hidden;
    position: relative
}

.jcnews_piclist li img {
    display: block;
    margin: 0 auto;
    width: 315px;
    height: 200px;
}

.jcnews_piclist li span {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 70px;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/imgtxt_zz.png") repeat-x bottom;
}

/*xysh_box*/
.xysh_box {
    height: 600px;
    background: #ffffff;
    width: 100%;
    margin: 80px auto 100px auto;
    position: relative
}

.xysh_title {
    width: 90px;
    height: 300px;
    position: relative;
    left: 25%;
    top: 20%;
}

.xysh_title h1 {
    color: #ffffff;
    display: block;
    width: 40px;
    font-size: 40px;
    float: left;
    z-index: 9;
    position: relative;
    line-height: 44px;
    font-weight: normal;
}

.xysh_title span {
    color: #ffffff;
    display: block;
    width: 30px;
    font-size: 16px;
    float: right;
    padding: 10px 0 0 0;
    z-index: 9;
    position: relative;
    line-height: 18px;
}

.xysh_title .xysh_title_bg1 {
    position: absolute;
    top: -20px;
    left: -70px;
    width: 149px
}

.xysh_title .xysh_title_bg2 {
    position: absolute;
    bottom: -15px;
    left: -50px;
    width: 96px
}

.xysh_title .xysh_title_bg1 img, .xysh_title .xysh_title_bg2 img {
    width: 100%
}

.xysh_box_left {
    width: 65%;
    float: left;
    height: 100%;
    background:  #007472;
    position: relative;
    background-size: cover;
}

.xysh_box_right {
    width: 35%;
    float: right;
    height: 100%;
    position: relative
}

.xysh_box_right a {
    display: block;
    height: 100%
}

.xysh_lm1 {
    width: 49.6%;
    height: 49.8%;
    margin: 0 0.2% 0.2% 0.2%;
    float: left;
    background:#015c83;
}

.xysh_lm2 {
    width: 50%;
    height: 49.8%;
    margin: 0 0 0.2% 0;
    float: right;
    background:  #cb7a16;
}

.xysh_lm3 {
    width: 50%;
    height: 50%;
    margin: 0 0 0 0.2%;
    float: right;
    background: #005e5d;
}

.xysh_lm4 {
    width: 49.6%;
    height: 49.8%;
margin: 0 0 0 0.2%;
    float: left;
    background: #bb2d38;
    position: absolute;
    left: 0%;
    bottom: 0%;
    background-size: 100% 100%;
}

.xysh_lm1, .xysh_lm2, .xysh_lm3, .xysh_lm4 {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.6s;
    overflow: hidden;
    background-size: cover;
}

.xysh_lm1:hover, .xysh_lm2:hover, .xysh_lm3:hover, .xysh_lm4:hover {
    background-color: #000;
    background-size: 102% 102%;
    -webkit-transition: background-size 0.8s linear;
    transition: background-size .3s linear;
}

.xysh_lm1:hover img, .xysh_lm2:hover img, .xysh_lm3:hover img, .xysh_lm4:hover img {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    ransition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}

.xysh_lm1 img, .xysh_lm2 img,.xysh_lm3 img, .xysh_lm4 img {
    display: block;
    margin: 35% auto 4% auto;
    text-align: center;
    transition: all 0.6s;
    background-size: 100%;
}

.xysh_lm1 span, .xysh_lm2 span, .xysh_lm3 span, .xysh_lm4 span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #ffffff
}
/*
.xysh_lm3 img {
    display: block;
    margin: 12% auto 4% auto;
    text-align: center;
}

.xysh_lm3 span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #ffffff
}
*/
/*i_mk*/
.kymtbox {
    margin: 40px auto 0;
    width: 100%;
    position: relative;
}

.ikymk {
    float: left;
    width: calc( 50% - 20px );
    overflow: hidden
}

.ikymk ul {
    width: 100%;
	height: auto;
	overflow: hidden;
}

.ikymk li {
    float: left;
    width: calc( 50% - 15px );
    height: 112px;
    border: #A7A7A7 1px solid;
    margin: 15px 30px 27px 0;
    position: relative;
    transition: color 0.25s;
	box-sizing: border-box;
	padding: 25px;
}
.ikymk li .line1{width: 0;height: 1px;background: #0051C4;position: absolute;left: 0;top:-0.5px;transition: 0.3s all;}
.ikymk li .line2{width: 0;height: 1px;background: #0051C4;position: absolute;right: 0;bottom: -0.5px;transition: 0.3s all;}
.ikymk li .line3{width: 1px;height: 0;background: #0051C4;position: absolute;left: -0.5px;top:0;transition: 0.3s all;}
.ikymk li .line4{width: 1px;height: 0;background: #0051C4;position: absolute;right: -0.5px;bottom:0;transition: 0.3s all;}
.ikymk li:hover .line1,.ikymk li:hover .line2{width: 100%;}
.ikymk li:hover .line3,.ikymk li:hover .line4{height: 100%;}
.ikymk li:nth-child(2n){
	margin: 15px 0 0 0;
}
.ikymk li:nth-child(3){
	margin: 15px 30px 0 0;
}

.ikymk li i {
    display: block;
    background: #ffffff;
    font-style: normal;
    font-size: 26px;
    font-weight: normal;
    color: #0051C4;
    padding: 0 10px;
    position: absolute;
    top: -20px;
    left: 15px;
    z-index: 9;
    transition: all 0.3s;
}

.ikymk li a {
	width: 100%;
	box-sizing: border-box;
    font-size: 16px;
    line-height: 34px;
    transition: all 0.3s;
    color: #000000;
	overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;
}

.ikymk li:hover a {
    color: #0051C4;
    /*font-weight: bold;*/
}

.ikymk li:hover i {
    color: #C8A45D;
    font-weight: bold;
}

.kymtbox .i_mk_title {
    width: 100%;
    margin: 0 0 40px 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.kymtbox .i_mk_title h1 {
    font-size: 32px;
    color: #0051C4;
    font-weight: bold;
    line-height: 40px;
    display: block;
    float: left
}

.kymtbox .mk_more {
    display: block;
    float: right;
    color: #c7c7c7;
    font-size: 15px;
    border: #000000 1px solid;
    height: 32px;
    line-height: 32px;
    position: relative;
    right: 10px
}

.kymtbox .mk_more i {
    display: block;
    color: #000000;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-style: normal;
    /*background: #ffffff;*/
    position: relative;
    right: 0;
    margin: 6px auto;
    transition: all 0.6s;
}

.kymtbox .mk_more:hover {
    border: #004B98 1px solid;
}

.kymtbox .mk_more:hover i {
    right: -5px;
    color: #004B98
}

.imtmk {
    float: right;
    width: calc( 50% - 20px );
    overflow: hidden
}
.imtmk .news_lb{height: 281px;}
.imtmk ul {
    width: 100%;
}

.imtmk li {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin: 0 40px 0 0;
    transition: all 0.6s;
	border-top: 2px solid #ff0000;
}
.imtmk li>a{
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.imtmk li .tname{width: 100%;}
.imtmk li h2 {
    color: #333333;
    font-size: 15px;
    line-height: 36px;
	margin-top: 5px;
    /*font-weight: normal;*/
    padding-left: 10px;
    width: 100%;
	box-sizing: border-box;
    text-align:left;
	margin-top: 0;
}
.imtmk li:hover h2{color: #0051C4;}
.imtmk li span {
    font-size: 14px;
    color: #565656;
    line-height: 25px;
    font-weight: normal;
    text-align: left;
    background: url("../img/news_dateico.png") left center no-repeat;
    padding: 0 0 0 20px
}

.imtmk li img {
    display: block;
    width: 100%;
    height: 100%;
	object-fit: cover;
    transition: all 0.6s;
}

.imtmk li:hover img {
    transform: scale(1.1);
}

/*次级页面二级菜单*/
.ny_left_top {
    height: 80px;
    width: 100%;
    color: #FFF;
    /*background: url(../img/nytit1.png) repeat;*/
    /*background: #0051C4;*/
    background: rgba(0,81,196,0.58);
    /*border-bottom: 3px solid #FF0000;*/
    margin-top: -80px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    /*margin-bottom: 2px;*/
    position: relative;
    z-index: 1;
}

.sidenav {
    overflow: hidden;
    display: block;
    width: 100%;
    border-right: 1px solid rgba(203,203,235,0.6);
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.accordion {
    width: 100%;
}

.accordion .nav-link {
    display: block;
    padding-left: 25px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
}

.accordion .nav-link a {
    display: block;
    color: #000000;
}

.accordion .nav-link:hover {
    /*color: #fff !important;*/
    /*background: #0053C3;*/
    font-size: 16px;
    background: rgba(7, 49, 144, 0.04);
}

.accordion .nav-link:hover a {
    /*color: #fff !important;*/
    font-size: 16px;
    color: #0053C3;
}

.accordion .nav-link.hover {
    /*color: #fff !important;
    background: #0053C3;
    font-size: 16px;*/

    background: #0053C3;
	

}

.accordion .nav-link.hover a {
    /*color: #fff !important;*/
    font-size: 16px;
    color: #ffffff;
    font-weight:bold;
}

.currentnav {
    background: #0053C3 !important;
    color: #fff !important;
}

.nav-link1 {
    width: 40px;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 3px;
}

.accordion li {
    position: relative;
    font-size: 16px;
    /*border-bottom: 1px solid #e6e5e5;*/
    /*background: #0053C3;*/
    overflow: hidden;
    border-bottom: 1px dotted #b0bdcb;
}

.accordion li:last-child .nav-link {
    font-size: 16px;
}

.accordion li i {
    display: block;
    width: 20px;
    height: 30px;
    background: url(../img/xia.png) center no-repeat;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li.open .nav-link {
    color: #fff !important;
    background: #0053C3;
    font-size: 16px;
}

.accordion li.open .nav-link a {
    color: #fff !important;
    font-size: 16px;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidemenu {
    display: none;
    font-size: 14px !important;
    background: #f6f6f6;
    border-top: none;
    padding: 10px 0;
}

.sidemenu li {
    background: #f6f6f6;
    font-size: 14px !important;
    border-bottom: none;
}

.sidemenu a {
    display: block;
    font-size: 14px !important;
    text-decoration: none;
    padding: 8px 8px;
    padding-left: 30px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.sidemenu a.on {
    color: #005e5d;
    background: #fff;
    border-left: 3px solid #005e5d;
    padding-left: 30px !important;
}

.sidemenu a:hover {
    color: #005e5d;
    background: #fff;
    border-left: 3px solid #005e5d;
    padding-left: 30px !important;
}

/*content*/
.ban {
    text-align: center;
    margin: 0 auto;
}

.ban img {
    display: block;
    width: 100%
}

.ny {
    height: auto;
}

.ny_left {
    float: left;
    width: 18%;
}

.ny_right {
    float: right;
    background: #fff;
    width: 76%;
    padding: 2% 2% 2% 2%;
}

.ny_right1 {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 2%
}

.ny_right_con {
    line-height: 34px !important;
    padding-top: 10px;
    min-height: 500px;
}

.ny_right_top {
    border-bottom: 1px solid #0051C4;
}

.nytit {
    background: url("../img/icon4.png") 7px 16px no-repeat;
    line-height: 30px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    font-size: 14px;
}

.nytit a {
    padding-right: 7px;
}

.nytit1 {
    height: 50px;
    line-height: 50px;
    float: left;
    overflow: hidden;
    border-bottom: 3px solid #0051C4;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}

/*信息列表开始*/
.Newslist {
}

.Newslist ul li {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px dashed #dcdcdc;
    background: url("../img/xb.jpg") no-repeat left center;
    font-size: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Newslist ul li span {
    float: right;
    padding-left: 10px;
    color: #999999;
}

.sjdh {
    display: none;
}

.fytpc {
    margin-top: 15px;
}

.m-list3 {

}

.m-list3 li {
    overflow: hidden;
    padding: 10px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.m-list3 .pic3 {
    float: left;
    overflow: hidden;
    width: 180px;
    height: 120px;
    position: relative;
}

.m-list3 .pic3 img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    z-index: 1;
	object-fit: cover;
}

.m-list3 .pic3:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.m-list3 .txt44 {
    overflow: hidden;
    padding-left: 20px;
}

.m-list3 .tit44 {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-list3 .tit44 a {
    color: #000;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.m-list3 .tit44 a:hover {
    color: #9a0000;
}

.m-list3 .txt44 p {
    height: 48px;

    font-size: 14px;
    line-height: 24px;
    color: #333;

    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.m-list3 .info {
    padding: 5px 0;

    line-height: 25px;
}

.m-list3 .info .time1 {
    padding-left: 24px;
    font-size: 12px;
    color: #999;
    background: url(../img/icon-time.png) 0 center no-repeat;
}

.sz {
    width: 100%;
}

.sz li {
    overflow: hidden;
    padding: 1%;
    margin: 2%;
    background: #f6f6f6;
    float: left;
    width: 44%;
}

.sz ul li .img33 {
    width: 100%;
    /*min-width:100%;*/
    /*display: block;*/
    height: 0;
    padding-bottom: 122%;
    overflow: hidden;
}

.sz ul li .img33 img {
    width: 100%;
}

.sz ul li p {
    line-height: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 7px;
    font-size: 16px;
    font-weight: bold;
}

/*图片列表开始*/
.pic {
    width: 100%;
}

.pic ul li {
    float: left;
    width: 21.8%;
    display: block;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    background: #F5F7FB;
    margin-left: 2%;
    margin-right: 1%;
    margin-top: 20px;
    font-size:16px;
}

.pic ul li .img3 {
    width: 100%;
    min-width: 100%;
    display: block;
    height: 0;
    padding-bottom: 122%;
    overflow: hidden;
}
.pic ul li .img3 img {
    width: 100%;
}

.pic ul li p {

    text-align: center;
    text-indent:0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

/*详细页*/
.dpzw table{width: 80%; margin: 0 auto;}
.sz table,.sz tr,.sz td{width: 100%; margin: 0 auto;}

.content {
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
}

.content-title {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.content-title h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #222;
    padding-bottom: 5px;
}
.content table {margin:auto;text-indent: 0;}
.content-title i {
    TEXT-ALIGN: center;
    MARGIN: 0 auto;
    HEIGHT: auto;
    display: block;
    line-height: 32px;
    font-style: normal;
}

.content-con {
    font-size: 16px;
    line-height: 32px;
    padding: 25px 0 10px 0;
}

.content-con p {
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 15px!important;font-size: 15px!important;font-family: "宋体"!important;line-height: 30px!important;
}

.content-con img {
    text-align: center;
    max-width: 800px;
    margin: 10px auto;
    display: block;
}

.content-con video{
    text-align: center;
    max-width: 800px;
    margin: 10px auto;
    display: block;
    height:auto;
    width:100%;
}

.content-con table{
  margin: 0px auto;
  width:90%
}

.content-con table td p{
 text-indent: 0em !important;
 line-height: 20px!important;
 margin-bottom: 0px!important;
}




.sxt {
    padding: 15px 0;
    border-top: 1px dotted #bbb;
}

.sxt p {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.ssjg {
    padding: 0 10px;
}

.ssjg ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
    background: url(../img/xb.jpg) no-repeat left 23px;
    font-size: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ssjg ul li i {
    float: right;
    padding-left: 10px;
    color: #999999;
}

/*zt_box*/
.zt_box {
    width: 100%;
    margin-top: 40px;
}
.zt{width: 50%;padding-left: 0.3rem;box-sizing: border-box;}
.ztbox{padding-bottom: 55px;}
.ztbox .swiper-slide a{
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 53%;
	position: relative;
}
.ztbox .swiper-slide .ztimg{width: 100%;height: 100%;position: absolute;left: 0;top:0}

.ztbox .swiper-slide img {
    display: block;
	width: 100%;
	height: 100%;
}
.ztbox .swiper-pagination{
    width: 100%;
    text-align: center;
	left: 0;
	bottom: 20px;
}
.ztbox .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
	height: 12px;
	background: rgba(0,0,0,0.5);
	margin: 0 6px;
}
.ztbox .swiper-pagination .swiper-pagination-bullet-active {
    background: #0051C4;
}


/*end_links*/
.end_links {
    width: 100%;
    background: #eeeeee;
    height: 72px;
    line-height: 72px;
    font-size: 14px;
    color: #bababa;
    text-align: center;
    position: relative
}

.end_links li {
    height: 72px;
    line-height: 72px;
    font-size: 14px;
    color: #bababa;
    display: inline-table !important;
}

.end_links a {
    height: 72px;
    line-height: 72px;
    font-size: 18px;
    color: #434343;
    padding: 20px
}

.end_links a:hover {
    color: #bb2d38
}

/*footer*/
.footer {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    /*background: #0051c4;*/
    /*background: url("../img/bg4.png") center no-repeat #F4F4F4;*/
    background: linear-gradient(180deg, #008AED 0%, #0051C4 50%); 
    background-size: cover;
    height: 100px;
    padding: 70px 0 50px 0;
}

.footer .footer_left {
    width: 42%;
    float: left;
}

.footer .footer_left img {
    width: 472px
}

.footer .footer_center {
    width: 33%;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    float: left;
}

.footer .footer_center p {
    font-size: 15px;
    color: #fff;
    line-height: 34px;
    float: left;
}

.footer .footer_center a {
    font-size: 15px;
    color: #fff;
    line-height: 34px;
}

.footer .footer_right {
    width: 25%;
    float: right;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    position: relative
}

.footer .footer_right li {
    width: 100%;
    float: left
}

.footer .footer_right li a {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.footer .footer_right li img {
    display: block;
    margin: 0 auto;
    /*background: #003333;
    border-radius: 50%*/
    width:200px;
}

.footer .footer_right span {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 42px;
}

.footer .footer_right li:hover img {
    opacity: 1;
}

.rwm01 {
    position: absolute;
    bottom: 100px;
    left: -10px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.rwm02 {
    position: absolute;
    bottom: 100px;
    left: 90px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.rwm03 {
    position: absolute;
    bottom: 100px;
    right: 0;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.rwm01 img, .rwm02 img, .rwm03 img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 0 !important;
}

.ibanner .slick-active {
    left: 0;
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    -o-moz-transform: rotate(0deg) scale(1);
    -o-moz-transform: rotate(0deg) scale(1);
    -webkit-moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    animation: lxfpic;
    -moz-animation: lxfpic;
    /* Firefox */
    -webkit-animation: lxfpic;
    /* Safari and Chrome */
    -o-animation: lxfpic;
    display: block;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 60s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
}

@keyframes lxfpic {
    0% {

        opacity: 1;
        -moz-transform: rotate(0deg) scale(1);
        -o-moz-transform: rotate(0deg) scale(1);
        -o-moz-transform: rotate(0deg) scale(1);
        -webkit-moz-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    25% {

        opacity: 1;
        -moz-transform: rotate(0deg) scale(1.1);
        -o-moz-transform: rotate(0deg) scale(1.1);
        -o-moz-transform: rotate(0deg) scale(1.1);
        -webkit-moz-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }

    50% {

        opacity: .8;
        -moz-transform: rotate(0deg) scale(1.3);
        -o-moz-transform: rotate(0deg) scale(1.3);
        -o-moz-transform: rotate(0deg) scale(1.3);
        -webkit-moz-transform: rotate(0deg) scale(1.3);
        transform: rotate(0deg) scale(1.3);

    }
    75% {

        opacity: 1;
        -moz-transform: rotate(0deg) scale(1.1);
        -o-moz-transform: rotate(0deg) scale(1.1);
        -o-moz-transform: rotate(0deg) scale(1.1);
        -webkit-moz-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }
    100% {

        opacity: 1;
        -moz-transform: rotate(0deg) scale(1);
        -o-moz-transform: rotate(0deg) scale(1);
        -o-moz-transform: rotate(0deg) scale(1);
        -webkit-moz-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);

    }
}

/*20200621*/
.i_xndh{ width: 100%; padding:0 0; margin: 0 auto 0 auto; height: auto; overflow: hidden}
.xndh_box{width: 98%; margin: 0 auto 2% auto; height: auto; overflow: hidden;}
.xndh_box h1{width: 100%;font-size:20px; color: #ffffff;display: block;height: 50px; line-height: 50px; text-align: center }
.xd_list{width: 100%; height: auto; overflow: hidden;padding: 1% 0}
.xd_list ul{}
.xd_list li{    float: left;
    PADDING: 0 40PX;
    height: 50px;
    line-height: 50px;
    text-align: center;
    MIN-WIDTH: 13%;}
.xd_list li a{font-size: 16px;display: block;width: 100%;line-height:24px;}
.xdstyle1{border: #005e5d 1px solid;}
.xdstyle1 h1{background:#005e5d}

.xdstyle2{border: #015c83 1px solid;}
.xdstyle2 h1{background:#015c83}

.xdstyle3{border: #cb7a16 1px solid;}
.xdstyle3 h1{background:#cb7a16}



/*202-6-28*/

.jg_title h2{height: 60px;    line-height: 60px;    overflow: hidden; border-bottom: 1px solid #008988;      color: #005e5d;    font-size: 24px; text-align: left; padding: 0 0 0 20px}
.ijgsz ul{width: 100%; height: auto; overflow:hidden; margin:20px auto;}
.ijgsz ul li { float:left; height:52px; line-height:52px; font-size:16px; padding:0 3%; width:42%;
    margin: 0 1% 0 1%;}
.ijgsz ul li a{overflow:hidden; width:90%; display:block;padding-left:20px; text-overflow: ellipsis; white-space: nowrap;}

.ijgsz ul li:nth-child(4n),.ijgsz ul li:nth-child(4n+3) {background:#f5f5f5;}
.ijgsz ul li:nth-child(4n+1),.ijgsz ul li:nth-child(4n+2) {background:none;}

/*jg_info*/
.jg_info{width:98%; height: auto; overflow: hidden; margin: 0 auto }
.jg_info_jbxx{width:100%; height: auto; overflow: hidden;}
.jg_info_ld{width:100%; height: auto; overflow: hidden;     border-bottom: 1px solid #e7e7e7;padding: 20px 0;}
.jg_info_ld ul{width: 70%;float: left}
.jg_info_ld li{line-height: 40px; font-size: 16px; color: #333333;}
.jg_info_ld li span{display: block;width: 33.33%; float: left}
.jg_info_ld .go_link{font-size: 18px; font-weight: bold;color: #bb2d38; display: block; float: right; margin: 5% auto 0 0}
.jg_info_about{ padding: 20px 0;}
.jg_info_about p{ line-height: 32px; font-size: 16px;color: #333333; text-align:justify;text-indent: 2em}


/*20200706*/
.lead_list{width: 85%; height: auto; overflow: hidden; margin: 25px auto}
.lead_list ul{width: 100%; height: auto; overflow: hidden}
.lead_list li{width: 100%; height: 80px; line-height: 80px; overflow: hidden;border-bottom: #ededed 1px solid; }
.lead_list li:hover{background:#fcfcfc}
.lead_list li:hover span{color: #005e5d}
.lead_list li:hover i{color: #008988}
.lead_list li a{display: block;width: 100%; height: auto; overflow: hidden;}
.lead_list li span{     font-weight: 400;
    font-size: 22px;
    color: #000000;
    display: block;
    float: left;
    width: 70px;
    text-align: center;
    text-align: justify;
    text-align-last: justify;
    margin-right: 50px;}
.lead_list li i{ font-style: normal; font-size: 20px;color: #666666; display: block;float: left;text-align: left}



.picScroll-left{ overflow:hidden; position:relative; margin:10px auto 20px;}
.picScroll-left .hd{width: 100%;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{position: absolute;top: 0;bottom: 0;margin: auto;  width:25px; height:31px; 
cursor:pointer; background:url(../img/btn-l.png) center no-repeat;}
.picScroll-left .hd .prev{left: 0; }
.picScroll-left .hd .next{background:url(../img/btn-r.png) center no-repeat;right: 0;}
.picScroll-left .bd{margin:0 30px 0 40px;overflow:hidden;}
.picScroll-left .bd ul li{width: 120px;height: 150px;padding-top: 18px; overflow:hidden;text-align:center;-webkit-transition: all .6s;-moz-transition: all .6s;transition: all .6s;}
.picScroll-left .bd ul li .pic{width: 90px;height: 90px;position: relative;overflow: hidden;margin: 0 auto;}
.picScroll-left .bd ul li .pic img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.picScroll-left .bd ul li .pic img.pic-h{opacity: 0;-webkit-transition: all .6s;-moz-transition: all .6s;transition: all .6s;}
.picScroll-left .bd ul li .title{font-size:14px; width : 90px;height: 30px;background: #CECECE;color: #fff;text-align: center;line-height: 30px;margin: 0 auto;-webkit-transition: all .6s;-moz-transition: all .6s;transition: all .6s;}
.picScroll-left .bd ul li:hover .pic img.pic-h{opacity: 1;}
.picScroll-left .bd ul li:hover{background: #e3e9fa;margin-top: -18px;}
.picScroll-left .bd ul li:hover .title{background: #07298d;}


.jkdjbox {
	width: 100%;
    position: relative;
	margin-top:20px;
}
.jkdjbox .i_mk_title {
    width: 100%;
    margin: 0 0 40px 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.jkdjbox .i_mk_title h1 {
    font-size: 32px;
    color: #000;
    font-weight: normal;
    line-height: 40px;
    display: block;
    float: left
}

.jkdjbox .mk_more {
    display: block;
    float: right;
    color: #c7c7c7;
    font-size: 15px;
    border: #000000 1px solid;
    height: 32px;
    line-height: 32px;
    position: relative;
    right: 10px
}

.jkdjbox .mk_more i {
    display: block;
    color: #000000;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-style: normal;
    /*background: #ffffff;*/
    position: relative;
    right: 0;
    margin: 6px auto;
    transition: all 0.6s;
}

.jkdjbox .mk_more:hover {
    border: #004B98 1px solid;
}

.jkdjbox .mk_more:hover i {
    right: -5px;
    color: #004B98
}

.jkdjbox .i_mk_title {
    width: 100%;
    margin: 0 0 40px 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.jkdjbox .i_mk_title h1 {
    font-size: 32px;
    color: #0051C4;
    /*font-weight: normal;*/
    font-weight:bold;
    line-height: 40px;
    display: block;
    float: left
}







.jkdjbox1 {
    padding:160px 0 40px;
    background: url("../img/xinbg2.png") center top no-repeat;
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
    position: relative
}
.jkdjbox1 .i_mk_title {
    width: 100%;
    margin: 0 0 40px 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.jkdjbox1 .i_mk_title h1 {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    display: block;
    float: left
}

.jkdjbox1 .mk_more {
    display: block;
    float: right;
    color: #c7c7c7;
    font-size: 15px;
    border: #ffffff 1px solid;
    height: 32px;
    line-height: 32px;
    position: relative;
    right: 10px
}

.jkdjbox1 .mk_more i {
    display: block;
    color: #ffffff;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-style: normal;
    /*background: #D80000;*/
    position: relative;
    right: 0;
    margin: 6px auto;
    transition: all 0.6s;
}

.jkdjbox1 .mk_more:hover {
    border: #fdd667 1px solid;
}

.jkdjbox1 .mk_more:hover i {
    right: -5px;
    color: #fdd667
}

.jkdjbox1 .i_mk_title {
    width: 100%;
    margin: 0 0 40px 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.jkdjbox1 .i_mk_title h1 {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    display: block;
    float: left
}

.ijxky {
    float: left;
    width: calc( 50% - 20px );
	
    overflow: hidden
}
/*.ijxky ul {
    width: 700px;
}*/


.idjgz {
    float: right;
    width: calc( 50% - 20px );
    overflow: hidden;
}

/*.idjgz ul {
    width: 700px;
}*/


.jx-box{}
.jx-box .jx-box-first{margin-bottom: 20px;}
.jx-box .jx-box-first .jx-boximg{width: 36%;height: 140px;overflow: hidden;float: left;position: relative;}
.jx-box .jx-box-first .jx-boximg img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: 100%; height: 100%;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1); transform: scale(1);-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;transition: all 500ms ease;object-fit: cover;}
.jx-box .jx-box-first:hover .jx-boximg img{-webkit-transform: scale(1.07);-moz-transform: scale(1.07);-ms-transform: scale(1.07);-o-transform: scale(1.07);transform: scale(1.07);}
.jx-boxrig{width: 64%;float: left;color: #000000;padding-left: 15px;box-sizing: border-box;}
.jx-boxrig .jx-boxrig-t{font-size: 18px;font-weight: bold;line-height: 35px;margin: 5px 0;display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.jx-boxrig .jx-boxrig-z{font-size: 15px;color: #666666;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.jx-box .jx-box-li{line-height: 40px;position: relative;width: 96%;}
.jx-box .jx-box-li a{color: #000000;font-size: 16px;display: block;padding-right: 80px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.jx-box .jx-box-li a span{position: absolute;top: 0;bottom: 0;right: 0;margin: auto;color: #888888; /*background-color:#F6F6F6; height:30px; width:60px; line-height:30px; padding-left:20px; padding-right:10px;*/}
.jx-box .jx-box-first:hover .jx-boxrig .jx-boxrig-t{color: #0051C4;}
.jx-box .jx-box-li:hover a,.jx-box .jx-box-li:hover span{color: #0051C4;}

.jx-box1{}
.jx-box1 .jx-box-first{margin-bottom: 20px;}
.jx-box1 .jx-box-first .jx-boximg{width: 36%;height: 140px;overflow: hidden;float: left;position: relative;}
.jx-box1 .jx-box-first .jx-boximg img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: 100%; height: 100%;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1); transform: scale(1);-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;transition: all 500ms ease;}
.jx-box1 .jx-box-first:hover .jx-boximg img{-webkit-transform: scale(1.07);-moz-transform: scale(1.07);-ms-transform: scale(1.07);-o-transform: scale(1.07);transform: scale(1.07);}
.jx-boxrig{width: 64%;float: left;color: #000000;padding-left: 15px;}
.jx-boxrig .jx-boxrig-t{font-size: 18px;font-weight: bold;line-height: 35px;margin: 5px 0;}
.jx-boxrig .jx-boxrig-z{font-size: 15px;color: #666666;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.jx-box1 .jx-box-li{line-height: 40px;position: relative;width: 96%;}
.jx-box1 .jx-box-li a{color: #ffffff;font-size: 16px;display: block;padding-right: 80px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.jx-box1 .jx-box-li a span{position: absolute;top: 0;bottom: 0;right: 0;margin: auto;color: #ffffff; /*background-color:#F6F6F6; height:30px; width:60px; line-height:30px; padding-left:20px; padding-right:10px;*/}



.sj-box{}
.sj-box li{width: 30%;margin-right: 3%; float: left;position: relative;margin-bottom: 38px;}
.sj-box li:last-child{margin-right: 0;}
.sj-box li .sj-boximg{width: 100%;height: 120px;overflow: hidden;position: relative;}
.sj-box li .sj-boximg img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto; /*height: 100%;*/width: 100%;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1); transform: scale(1);-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;transition: all 500ms ease;}
.sj-box li:hover .sj-boximg img{-webkit-transform: scale(1.07);-moz-transform: scale(1.07);-ms-transform: scale(1.07);-o-transform: scale(1.07);transform: scale(1.07);}
.sj-box li p{position: absolute;width: 100%;height: 35px;line-height: 35px;color: #fff;left: 0;bottom: 0;background: rgba(0,0,0,.8);/*padding: 0 5px;*/ font-size:14px; text-align:center;}



.foot_bottom{
    /*background: #0051C4;*/
    background: url("../img/ftbg.jpg") bottom no-repeat #F4F4F4;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding: 35px 0 35px; 
    height:240px;}
.foot_bottom>div{position: relative;}
/*.foot_bottom .list{width: 230px;color: #fff;font-size: 14px;}*/
.foot_bottom .list_left {
    width: 28%;
    float: left;
}
.foot_bottom .list_right {
    width: 28%;
    float: right;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    position: relative
}
.foot_bottom .list_center {
    width: 44%;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    left: 0;
    right: 0;
    top: 60px;
    position: absolute;margin: auto;
}
.foot_bottom .list_name{position: relative;height:20px;margin-bottom: 30px;font-size: 16px;color: #fff;}
.foot_bottom .list_name::after{content: '';position: absolute;bottom: -10px;left:0;width: 30px;height: 2px;background: #ffffff;}
.foot_bottom a{display: block;white-space: nowrap;margin-bottom: 10px;font-size: 14px;color: #Fff;}
.foot_bottom .list_right .p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    float: left;
}
.foot_bottom .list_right img {
    margin-top:10px;
    width:200px;
    float:left;
}
.foot_bottom .list_center img{width: 472px;}

.foot-bq{width: 100%;background: #242424;line-height: 50px;text-align: center;color: #ffffff;font-size: 14px;}
.foot-bq img{vertical-align: middle;}


/*手机端导航开始*/
body.navShow{overflow: hidden;}
.masklayer{width: 100%;height: 100%;background: rgba(0,0,0,0.6);display: block;position: fixed;top:0;left: 0;z-index: 3;display: none;}
.nav-menu{width:34px;height:28px;cursor:pointer;display:none;position: relative;z-index: 10;float:right;margin-top:24px;}
.nav-menu div{position:absolute;right:0;display:block;height:2px;background:#ffffff;transform-origin:50% 50%;}
.nav-menu div:nth-child(1){top:0;width:100%;transition:.8s;transform:rotate(0);}
.nav-menu div:nth-child(2){top:calc(50% - 1px);width:24px;transition:.6s;}
.nav-menu div:nth-child(3){top:calc(100% - 2px);width:100%;transition:.6s;transform:rotate(0);}
.hd1-aon1 div:nth-child(1){top:50%;transition:.6s;transform:rotate(45deg);}
.hd1-aon1 div:nth-child(2){width:0;transition:.6s;}
.hd1-aon1 div:nth-child(3){top:50%;transition:.6s;transform:rotate(-45deg);}
.navm-box{position:fixed;top:0;right:-100%;z-index:3;box-sizing:border-box;margin:auto;width:100%;height:100vh;background:#ffffff;transition: 0.6s all;visibility: hidden;opacity: 0;display: flex;flex-direction: column;padding: 80px 0 20px;}
.navm-box.act{visibility: inherit;opacity: 1;right: 0;}
.header-link{margin:15px 0}
.header-link ul{text-align:center;width:90%;margin:0 auto;height: auto;overflow: hidden;}
.header-link ul li{display:block;line-height:34px;width:calc( ( 100% - 60px )/3 );border:1px solid #0051C4;font-size: 14px;float: left;margin-right: 30px;box-sizing: border-box;}
.header-link ul li a{color:#0051C4}
.header-link ul li:hover{background:#0051C4}
.header-link ul li:hover a{color:#fff}
.header-link ul li:last-child{margin-right: 0;}
.nav-wrap{padding:0 5%;text-align:left;max-height: calc( 100vh - 202px );overflow-y: auto;}
.nav-wrap li{position:relative;width:100%;border-bottom:1px solid #dedede;font-size:18px;line-height:60px;}
.nav-wrap li div.icon-jia{position:absolute;top:0;right:0;margin:auto;width:60px;height:60px;font-size: 18px;background:url(../img/down.svg) no-repeat center center;background-size:22px 22px;transition: 0.3s all;}
.nav-wrap li a{display:block;color:#222;}
.nav-wrap dl{display:none;}
.nav-wrap dt{text-indent:.2rem;font-size:16px;line-height: 50px;}
.nav-wrap dt a{color:#434343;}
.search_m{width: 90%;margin: 20px auto;position: relative;}
.search_m .searchbox{height: 42px;border: 1px solid #0051C4;width: 100%;color: #333333;padding:0 46px 0 10px;background: none;outline: none;}
.search_m .searchbutton{width: 46px;height: 42px;line-height: 40px;position: absolute;right:0;top:0;z-index: 2;cursor: pointer;background: none;border: none;}
.search_m .button{width: 46px;height: 42px;background: #0051C4 url(../img/ss.png) no-repeat center center;background-size: 30px auto;position: absolute;right:0;top:0;z-index: 1;}
/*手机端导航结束*/

.zt_box .w1360{height: auto;overflow: hidden;}
.myyx{width: 50%;padding-right: 0.3rem;box-sizing: border-box;}
.zt_box .i_mk_title {
    width: 100%;
    margin: 0 0 40px 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.zt_box .i_mk_title h1 {
    font-size: 32px;
    color: #0051C4;
    font-weight: bold;
    line-height: 40px;
    display: block;
    float: left
}

.zt_box .mk_more {
    display: block;
    float: right;
    color: #c7c7c7;
    font-size: 15px;
    border: #000000 1px solid;
    height: 32px;
    line-height: 32px;
    position: relative;
    right: 10px
}

.zt_box .mk_more i {
    display: block;
    color: #000000;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-style: normal;
    /*background: #ffffff;*/
    position: relative;
    right: 0;
    margin: 6px auto;
    transition: all 0.6s;
}

.zt_box .mk_more:hover {
    border: #004B98 1px solid;
}

.zt_box .mk_more:hover i {
    right: -5px;
    color: #004B98
}
.yxbox .swiper-slide .yximg{width: 100%;height: 0;padding-top: 56%;position: relative;}
.yxbox .swiper-slide .yximg a{display: block;width: 100%;height: 100%;position: absolute;top:0;left: 0;}
.yxbox .swiper-slide .yximg img{display: block;width: 100%;height: 100%;object-fit: cover;}
.yxbox .swiper-slide .yximg ::after{content: '';cursor: pointer; position: absolute;top:21px;left: 0;right: 0;bottom: 0;margin: auto; width: 101px;height: 101px;background: url(../img/video.png) center no-repeat;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;transition: all 0.6s;}
.yxbox .swiper-slide p{font-size: 16px;color: #0051C4;line-height: 0.5rem;display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding-left: 10px;max-width: calc( 100% - 120px );margin-top: 5px;}
.yxbox .swiper-pagination{
    text-align: right;
	right: 0;
	bottom: 12px;
}
.yxbox .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
	height: 12px;
	background: rgba(0,0,0,0.5);
	margin: 0 6px;
}
.yxbox .swiper-pagination .swiper-pagination-bullet-active {
    background: #0051C4;
}