@font-face {
    font-family: 'SHSCN-Bold';
    src: url("../font/SourceHanSerifCN-Bold.otf") format("opentype");
    font-display: swap;
}
body {
    color: #333;
    font-size: 14px;
    font-family: "microsoft Yahei","Arial",Helvetica,Arial,Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background: #fffefe;
}

html,body {
    overflow-x: hidden;
}



.icon .icon-path{	fill: none;stroke: #fff;stroke-linecap: round;stroke-linejoin: round;stroke-width: 2px;}
.i4 .icon .icon-path{stroke-width: 5px;}
.i2 .icon .icon-path{stroke-width: 3px;}
.icon:hover .icon-path{
				border: 1px solid red;
				animation: icon-path-animation 10s ease-in infinite;
			}
@keyframes icon-path-animation {
	0% {
		stroke-dasharray: 4917;
		stroke-dashoffset: 4917;
	}

	40% {
		stroke-dasharray: 4917;
		stroke-dashoffset: 2000;
	}

	60% {
		stroke-dasharray: 4917;
		stroke-dashoffset: 500;
	}

	100% {
		stroke-dasharray: 4917;
		stroke-dashoffset: 0;
	}
}



.img-hide {
    overflow: hidden;
    display: block;
}

.slick-slider {
    touch-action: auto!important;
}

.img-hide img,.div-img {
    transition: 0.5s all;
    transform: scale(1,1);
}

.img-hide:hover img,.img-hide:hover .div-img {
    transform: scale(1.05,1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.txt-elise2 {
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.txt-elise3 {
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,button:hover,input:focus {
    outline: none!important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}





.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.search-box-c {
    position: fixed;
    left: 50%;
    top: 20%;
    width: 800px;
    height: 54px;
    background: #fff;
    padding-right: 115px;
    margin-left: -400px;
    z-index: 1000010;
}

.search-box-c .form-control {
    height: 54px;
    border-radius: 0;
    font-size: 18px;
    box-shadow: none;
    border: none;
}

.modal {
    z-index: 100000001;
}

.modal-backdrop {
    z-index: 10000000;
}

.modal-box {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000010;
}

.btn-search-c,.btn-search-c:hover,.btn-search-c:focus {
    position: absolute;
    right: 0;
    background: #007bc1;
    top: 0;
    width: 115px;
    height: 54px;
    border: none;
    border-radius: 0;
    padding: 0
}

.modal-back {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0,0,0,0.5);
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1400;
	border-bottom:1px solid rgba(255,255,255,.2)
}

.header:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 200px;
    background: url(../images/head-bj.png) center no-repeat;
    background-size: 100% 100%;
}
.header2:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 170px;
 
    background-size: 100% 100%;
}

.banner {
    margin: 0;
    overflow: hidden;
    height: 100vh; 
}

.container {
    width: 1430px;
}

.header .container {
    position: relative;
    z-index: 100;
}

.logo {
    padding-top: 20px;
}

.nav-list {
    padding-top: 45px;
    margin-right: 40px;
}

.nav-list li {
    position: relative;
    margin-left: 20px;
    padding-bottom: 10px;
    float: left;
}

.nav-list li a {
    color: #fff;
    font-size: 18px;
    /* font-weight: bold; */
    padding-bottom: 35px;
}

.search-a{position: absolute;cursor: pointer;right: 15px;top: 48px;}

.nav-list li:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 47px;
    height: 3px;
    /* background: #cc031e; */
    margin-left: -25px;
    border-bottom: 2px solid #fff;
    margin-top: 5px;
    display: block;
    /* width: 100%; */
    transition: all 0.2s ease-out 0s;
    
    transform: scaleX(0);
}


.nav-list li:after {
    content: "";
    border-left: 2px solid #fff;
    height: 25px;
    transition: all 0.2s ease-out 0s;
   transform: scaleY(0); 
    position: absolute;
    left: 50%;
    top: 100%;
    transform-origin: center top;
}
.nav-list li:hover:before,.nav-list li:hover:after{transform:none;}



.nav-list li.nav05:hover:before,.nav-list li.nav05:hover:after,.nav-list li.nav07:hover:before,.nav-list li.nav07:hover:after,.nav-list li.nav08:hover:before,.nav-list li.nav08:hover:after,.nav-list li.nav010:hover:before,.nav-list li.nav010:hover:after{height:0;background:none;width: 0;}
.nav-down {
    /* position: absolute; */
    /* display: none; */
    /* left: 50%; */
    /* top: 100%; */
    /* transform: translate(-50%,0); */
    /* min-width: 150px; */
    /* background: rgba(255,255,255,0.9); */
    /* border-radius: 5px; */
}

.nav-down li {
    float: none;
    text-align: center;
    margin: 0!important;
    width: 100%;
    padding: 0;
}

.nav-down li a {
    display: block;
    font-size: 17px;
    padding: 0 10px;
    line-height: 50px;
    color: #00489d;
    position: relative;
    font-weight: 400;
}

.nav-down li a:hover {
    /* background: #0c66b4; */
    /* color: #fff; */
    font-weight: bold;
}

.nav-down li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 0;
    border-bottom: dashed 1px #fff;
}

.nav-down li:before {
    display: none!important;
}

.nav-list li:hover .nav-down {
    display: block;
    /* box-shadow: 0 0 7px rgba(0,0,0,.4); */
}

.banner .slick-dots {
    bottom: 28px;
    /* background: rgba(0,0,0,.5); */
    /* height:120px; */
}

.slick-dots li button:before {
    display: none;
}

.banner img {
    width: 100%;
    margin: 0 auto;
}
.banner .slick-dots li{}
.banner .slick-dots li,.banner .slick-dots li button {
    width: 29px;
    padding: 0;
    height:28px;
    border-radius: 0;
    /* margin-top: 30px; */
}
.banner .slick-dots li.slick-active{width:29px;}
.banner .slick-dots li button {
    background: url(../images/b-dot.png) no-repeat;
	
}

.banner .slick-dots li.slick-active button {
     background: url(../images/b-focus.png) no-repeat;
     /* width:64px; */
}

.page-one {
  
background-size: 100% auto;
  
padding: 70px 0 50px;
  
/* padding-top: 100vh; */
  
background: url(../images/box1-bj.png) no-repeat center 0;
  
padding-top: 160px;
}

.title-txt {
    font-size: 16px;
    padding-top: 3px;
    color: #007bc1;
    margin-left: 55%;
    font-weight: bold;
    border: 1px solid #007bc1;
    line-height: 34px;
    border-radius: 34px;
    padding: 0 50px 0 25px;
    background: url(../images/arr-blue.png) no-repeat 90% center;
    margin-top: 36px;
}
.title-txt  a{ color: #007bc1;}

.title-txt:hover{background: url(../images/arr-white.png) no-repeat 90% center #007bc1;border:#007bc1 1px solid ;}
.title-txt:hover a{color:#fff;}
.title-more {
    width: 78px;
    height: 103px;
    background: url(../images/more.png) center no-repeat;
}



.one-left {
    width: 55%;
}
.one-slick{margin-bottom:20px;}
.one-slick a {
    display: block;
    /* padding-bottom: 68px; */
    position: relative;
}

.one-slick-img {
    position: relative;
    padding-top: 58.44%;
}

.one-slick-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.one-slick-tt {
    position: absolute;
    left: 0;
    bottom: 0;
    /* line-height: 60px; */
    right: 0px;
    height: 56px;
    background: url(../images/news.png) no-repeat left 0 rgba(0,0,0,.3);
    /* padding: 0 30px; */
    font-size: 18px;
    color: #fff;
}

.one-slick .slick-next {
    right: 20px;
    top: auto;
    bottom: 102px;
    width: 50px;
    height: 50px;

}

.slick-next:before,.slick-prev:before {
    display: none;
}



.one-news li{float: left;width: 48.7%;padding:0 0 0 15px;}
.one-news li:nth-child(2){float:right;padding:0 15px 0 0;}
.one-news{ margin:0 -15px; }
.one-news-img{position: relative;padding-top: 53.333%;}
.one-news-img img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.one-news-tt{font-size: 16px;color: #333;margin-top: 10px;line-height: 25px;/* height: 50px; */overflow:hidden;text-align: center;}

.one-right {
    width: 42.5%;
    /* background: #ccc; */
}

.one-right-date {
    font-size: 18px;
    color: #8e8f92;
    /* font-weight: bold; */
    height: 70px;
    /* border-right: solid 3px #e6e6e6; */
    padding-right: 15px;
    text-align: center;
    margin-top: 30px;
}

.one-right-date1{color:#fff;border-right: 0;/* height: 120px; */width: 250px;/* background: #224997; */padding-right: 0;/* padding-top:30px; */text-align: left;padding-left: 30px;font-size: 20px;line-height: 56px;margin-top:0;}
.one-bot-txt{width: calc(100% - 280px);font-size:16px;padding-right: 20px;}
.one-bot-txt .one-btit{font-size: 18px;/* padding-top:30px; */font-weight: bold;line-height: 56px;text-align: right;}
.one-bot-txt .one-babs{padding-top:10px;}
.one-right-date span {
    font-weight: bold;
    display: inline-block;
    line-height: 34px;
    font-size: 36px;
}

.one-right-tt {
    margin-left: 90px;
    font-size: 16px;
    color: #333;
    /* font-weight: bold; */
    /* line-height: 26px; */
    /* min-height: 110px; */
    border-bottom: 1px solid #d8dee1;
    padding: 27px 0;
    /* transition: 0.5s all; */
}

.one-right-title{
    height: 50px;
}
.one-right-abst{font-size:14px;color:#999;/* display:none; */transition: 0.5s all;height: 40px;}
.show-txt{display:none;}
.one-right-news{display:flex;flex-direction: column;justify-content: space-around;}
.one-right-news li.one-on{flex-grow: 1;}
.one-right-news li.one-on .show-txt{display:block;transition: 0.5s all;}
.one-right-news li{position:relative;}
.one-right-news li:before{content:"";position:absolute;background: url(../images/wxz-n.png) no-repeat;width: 3px;height: 24px;left: 33px;top: -8px;}
.one-right-news li:nth-child(1):before{display:none;}

.one-right-news li.one-on:after{content:"";position:absolute;background: url(../images/xz-n.png) no-repeat;width: 3px;height: 75px;left: 33px;/* bottom: 0; */top: 61%;}
.one-right-news li a {
    display: block;
  
}



.one-right-news li.one-on .one-right-tt{border: 1px solid #007bc1;box-shadow: 0 0 19px #ddedf6;padding: 20px 30px;}
.one-right-news li.one-on .one-right-date{color:#007bc1;}
.one-right-news li.one-on .one-right-title {
    color: #007bc1;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 28px;
}
.one-right-news li.one-on .one-right-abst {}
.title {
    margin-bottom: 35px;
}

.one-right-news li a:hover .one-right-tt {
    color: #00489d;
}

.one-right-news li:last-child a {
    border: none;
}

.school-news{padding-top:50px;}


.page-tow {
    background: url(../images/tz-bj.png) center no-repeat #e6f1fe;
    background-size: cover;
    padding: 35px 0 35px;
    position: relative;
}


.s1-lb-tit h2,.s1-lb-tit2 h2 {
    display: inline-block;
    font-size: 34px;
    color: #333;
    line-height: 103px;
    cursor: pointer;
    font-family: 'SHSCN-Bold';
    margin: 0;
    background: url(../images/tz-dot.png) no-repeat left center;
	padding-left:25px;
}

.s1-lb-tit .last,.s1-lb-tit2 .last {
    margin-left: 35px;
}

.s1-lb-tit .on,.s1-lb-tit2 .on {
    font-size: 34px;
    color: #007bc1;
	 background: url(../images/tz-hdot.png) no-repeat left center;
}

.more-links,.more-links3{float:right;}

.s1-lb-tit a:hover,.s1-lb-tit2 a:hover {
    font-weight: bold;
}

.top a:hover {
    font-weight: bold;
}

.sec2-list {
    margin-top: 50px;
}

.sec2-list ul>li {
    float: left;
    width: 31%;
    position: relative;
    margin-right:3.5%;
    margin-bottom: 60px;
    transition: 0.5s all;
}
.sec2-list ul>li:before {content:"";position:absolute;width:3px;height:90px;background:#92c4e0;left:0;}
.sec2-list ul>li a{display:block;padding-left:25px;}
.sec2-list ul>li h3{font-size:18px;color:#007bc1;font-weight:bold;margin: 0;}
.sec2-list ul>li .not-title{font-size:16px;font-weight:bold;color:#333;line-height:26px;padding: 3px 0 20px 0;height: 75px;}
.sec2-list ul>li .not-abst{font-size:14px;color:#666;line-height:24px;height:72px;}
.sec2-list ul>li .not-time{font-size:14px;color:#92c4e0;margin-top: 10px;font-weight:bold;}

.sec2-list ul>li:nth-child(3n){margin-right:0;}

.sec2-list ul>li:hover .not-title,.sec2-list ul>li:hover .not-abst,.sec2-list ul>li:hover .not-time{color:#007bc1;}
.sec2-list ul>li:hover:before{background:#007bc1;height:100%;}
.sec2-list ul>li:hover{transform: translateY(-30px);}

.page-three {
    background: url(../images/xs-bj.png) center no-repeat;
    background-size: cover;
    padding: 50px 0;
}









.page-three .title-txt span {
    color: #fff;
}

.three-left {
    width: 24.47%;
}

.three-center{width: 50.56%;/* padding-left: 20px; */margin-left: 0.5%;}
.pull-center{float:left;}

.ewm-box a {
    float: left;
    position: relative;
    text-align: center;
    margin-right: 25px;
    border-radius: 50%;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #5788bf;
}

.ewm-box {
    padding-top: 0px;
}
.right-slide li:nth-child(5) a{position:relative;}
.right-slide li:nth-child(5) a span {
    position: absolute;
    display: none;
    right: 120px;
    bottom: -10px;
    width: 100px;
}

.right-slide li:nth-child(5) a:hover span {
    display: block;
}

.three-ul li {
    /* float: left; */
    /* width: 50%; */
    padding: 0 10px;
    margin-bottom: 10px;
}

.three-ul {
    margin: 0 -10px;
    margin-top: 26px;
}

.three-ul li a {
    display: block;
    position: relative;
    padding-top: 150.5%;
}

.three-center .three-ul li{float:left}
.three-center .three-ul li a {
   padding-top: 58%;
}

.three-ul li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.three-center .three-ul li:nth-child(1),.three-center .three-ul li:nth-child(4){width: 37.2%;}
.three-center .three-ul li:nth-child(2),.three-center .three-ul li:nth-child(3){width:61.73%;padding-left: 0;}
.three-center .three-ul li:nth-child(3){padding-left:10px;padding-right: 0;}
.three-center .three-ul li:nth-child(1) a,.three-center .three-ul li:nth-child(4) a{padding-top: 100%;}




.three-right {
    width: 24.47%;
    /* padding-left: 20px; */
}

.three-right .three-ul li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.xsdt-left{width: 38.5%;}
.xsdt-list{margin-top: 70px;}
.xsdt-list li{line-height:70px;border-bottom:1px solid #e5e5e5;font-size:16px;font-weight:bold;transition: 0.5s all;position:relative;z-index:10;}
.xsdt-list li:nth-child(1){border-top:1px solid #e5e5e5;}
.xsdt-list li a{display:block;color:#000;position:relative;z-index: 10;}
.xsdt-list li:hover{transform: translateX(5px);}
.xsdt-list li:hover a{color:#fff;background:#007bc1;padding-left:25px; }
.xsdt-list li:hover a:before{content:"";position:absolute;left:-4px;width:4px;height:50px;background:#007bc1;top:10px;}
.xsdt-list li:hover a:after{content:"";position:absolute;right: -80px;width:80px;height:70px;background:#007bc1;}

.xsdt-list li.on a{color:#fff;background:#007bc1;padding-left:25px; }
.xsdt-list li.on a:before{content:"";position:absolute;left:-4px;width:4px;height:50px;background:#007bc1;top:10px;}
.xsdt-list li.on a:after{content:"";position:absolute;right: -100px;width: 100px;height:70px;background:#007bc1;top:0;}
.xsdt-right{width: 57%;margin-top: 70px;background: url(../images/xs-rbj.png) no-repeat center bottom;padding-bottom: 10px;}
.xsdt-right ul{
    background: url(../images/xs-rbj.png) no-repear center bottom;
}
.xsdt-right ul li a{display:block;overflow:hidden;}
.xsdt-right ul li .rig-pic{position:relative;padding-top:63.45%;z-index: 1;}
.xsdt-right ul li .rig-pic img{position:absolute;width:100%;height:100%;top:0;bottom:0;left:0;right:0;}


.three-right .three-ul li a {
    padding-top: 150.5%;
}

.three-right .three-ul li a .three-lind {
    background: #f85252;
}



.page-four {

    background-size: cover;
    padding: 50px 0 50px;
    overflow: hidden;
}

.sec3-list {
    margin-top: 10px;
}


.media-bot{padding:0px 0 60px;}
.media-slick a{display:block;}
.media-cot .pic{position:relative;padding-top:59%;transform: scale(1,1);overflow:hidden;}
.media-cot .pic img{position:absolute;width:100%;height:100%;top:0;left:0;transition: 0.5s all;}
.media-cot .pic .mask{/* background:rgba(0,0,0,.6); */position:absolute;left:0;right:0;bottom:0;/* padding-top:40%; */}
.media-bot{padding:25px 30px;background:#fff;transition: 0.5s all;border-top: 5px solid #007bc1;}
.med-title{font-size:18px;color:#000;font-weight:bold;position:relative;/* height: 66px; *//* padding-bottom: 15px; */margin-bottom: 20px;}
.med-title:after{/* content:""; *//* position:absolute; *//* width:50px; *//* height: 5px; *//* background:#0c66b4; *//* bottom:0; *//* left: 0; */}
.med-time{font-size: 14px;color:#999;line-height: 22px;height: 44px;}
.med-t-l img{vertical-align:middle;margin-right:10px;display: inline-block;}
.media-slick a:hover .media-bot{background: #007bc1;}
.media-slick a:hover .med-time,.media-slick a:hover .med-title{color:#fff;}
.media-slick a:hover .med-title:after{background:#fff;}

.media-slick .slick-slide {
    padding: 0 19px;
}

.media-slick {
    margin: 0 -19px;
}

.media-slick .slick-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
 
    z-index: 100;
    margin-top: -25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	left:-50px;
}

.media-slick .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  
    z-index: 100;
    margin-top: -25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	right:-50px;
}


.page-five{
	
padding: 0px 0 30px;
	
overflow: hidden;
	
background: url(../images/zt-bj.png) no-repeat center bottom;
	
background-size: cover;
	}

 .data-title-c{margin-top:50px;}

.title-data{padding-top:40px;color:#a2b6ca;font-size:18px;}
.data-box{}
.data-list{
    background-size: cover;
    padding: 30px 0 50px;
    /* overflow: hidden; */
    margin: 0 -12px;
    }
.data-list li{float:left;width:20%;}
.data-list li div{width: 180px;height: 180px;margin:0 auto;text-align:center;color: #007bc1;font-size:20px;font-weight:bold;padding-top:19%;border-radius: 50%;border: 1px dashed #007bc1;position: relative;}
.data-list li.d-icon1 div{background:url(../images/sh01.png) center no-repeat;}
.data-list li.d-icon2 div{background:url(../images/sh02.png) center no-repeat;}
.data-list li.d-icon3 div{background:url(../images/sh03.png) center no-repeat;}
.data-list li.d-icon4 div{background:url(../images/sh04.png) center no-repeat;}
.data-list li.d-icon5 div{background:url(../images/sh05.png) center no-repeat;}
.data-list li.d-icon6 div{background:url(../images/sh06.png) center no-repeat;}

.data-list li div .data-sz{font-size:44px;font-family: 'SHSCN-Bold';}
.data-list li div .data-sz span{font-size:16px;}
.data-list li div .data-mc{font-size:16px;color:#333;font-weight:400;padding:0 20px;}
.data-list li:hover div{border:0;}
.data-list li:hover div:before{

      display: block;
    content: "";
 animation: play 20s linear infinite;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(212,218,223,.2); 
    border: 2px dashed #0c66b4;
    border-radius: 50%;
    z-index:-1
}
.phase-cont{}
.pha-left{width:40%;}
.pha-right{width:60%;}
.pha-left .pic{position:relative;padding-top:55.86%;transform: scale(1,1);overflow:hidden;}
.pha-left .pic img{position:absolute;width:100%;height:100%;left:0;top:0;transition: 0.5s all;}
.pha-le-bot{position:absolute;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);padding:30px 40px 20px 40px;color:#ffF;font-size:24px;}
.pha-abst{font-size:16px;padding-top:5px;}
.pha-btn{position:absolute;width:56px;height:56px;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.pha-right li{float:left;width:31.03333%;margin-left:2.3%;margin-bottom:2.15%;}
.pha-right li a{display:block;}
.pha-right li .pic{padding-top:56.666%;}
.pha-right li .pha-le-bot{font-size:16px;}
.pha-right li.icon1 .pha-le-bot{background:rgba(255,0,0,.4);}
.pha-right li.icon2 .pha-le-bot{background:rgba(255,0,0,.4);}
.pha-right li.icon3 .pha-le-bot{background:rgba(255,0,0,.4);}
.pha-right li.icon4 .pha-le-bot{background:rgba(255,0,0,.4);}
.pha-right li.icon5 .pha-le-bot{background:rgba(255,255,0,.4);}
.pha-right li.icon6 .pha-le-bot{background:rgba(255,0,0,.4);}
.pha-right li .pha-btn{width:40px;height:40px;}

.pha-left .pic:hover img,.media-cot .pic:hover img,.notice-list .first .pic:hover img,.media-cot .pic:hover img {
    transform: scale(1.05,1.05);
}

.page-six {

    background-size: cover;
    padding: 50px 0 70px;
   
}
.page-six .title-txt span{color:#fff;}
.six-title{font-size:16px;color:#fff;line-height:32px;}
.six-t-left{min-width:180px;}
.six-t-left img{vertical-align:middle;display:inline-block;margin-right:10px;}
.six-title a{display:block;width:70px;height:32px;background:#cc031e;text-align:center;line-height:32px;border-radius:32px;color:#fff;}

.dj-ul li {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.dj-ul {
    margin: 0 -15px;
}

.dj-ul li a {
    display: block;
    position: relative;
    padding-top: 74%;
}

.dj-ul li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.page-seven {
   
    background-size: cover;
    padding: 50px 0 70px;
   
}

.zt-right {
    width: 100%;
}

.zt-slick a {
    display: block;
    /*padding:10px; border:dashed 1px #00489d;*/
}

.zt-slick .slick-slide {
    padding: 0 12px;
}

.zt-slick {
    margin: 0 -12px;
}

.zt-slick-img {
    position: relative;
    padding-top: 151%;
}

.zt-slick-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.zt-box {
    /* padding-top: 80px; */
}

.zt-slick-tt {
    position: absolute;
    left: 60px;
    top: 60px;
    width: 24px;
    line-height: 28px;
    font-size: 24px;
    color: #fff;
}

.zt-slick-more {
    position: absolute;
    right: 60px;
    line-height: 20px;
    bottom: 60px;
    font-size: 16px;
    color: #fff;
    width: 16px;
}

.zt-slick .slick-prev ,.data-list .slick-prev{
    width: 14px;
    height: 25px;
    /* border-radius: 50%; */
    background: url(../images/zt-left.png) center no-repeat;
    z-index: 100;
    margin-top: -12.5px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    left: -20px;
}

.zt-slick .slick-next,.data-list .slick-next {
    width: 14px;
    height: 25px;
    border-radius: 50%;
    background: url(../images/zt-right.png) center no-repeat;
    z-index: 100;
    margin-top: -12.5px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    right: -20px;
}

.title-txt-lg {
    margin-top: 95px;
    position: relative;
}

.title-txt-lg:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: 120px;
  
}

.title-txt-lg:after {

    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 120px;
 
}



@keyframes play {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.xt-list {
    position: relative;
}



@keyframes dash1 {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 100000px 0px;
    }
}



.footer {
    background: url(../images/foot-bj.png) center no-repeat #00629a;
    /* background-size: 100%; */
}
.foot-top{/* border-bottom:1px dashed #4589c5; */}
.foot-logo{padding: 60px 0 50px;}
.foot-logo a{display:block;padding-bottom: 30px;}
.foot-txt{padding-top: 130px;}
.bottom-left{color:#fff;font-size:16px;line-height:30px;}


.foot-bot{font-size:16px;color: #fff;/* padding-bottom:24px; */background: #00588a;text-align: center;padding: 19px 0;}
.foot-bot a{color:#fff;}
.foot-bot img{vertical-align:bottom;margin-right:2px;}
.link{width:250px;}
.links {
    width: 100%;
    float: left;
    /* margin-top: 10px; */
    position: relative;
}

.links:nth-child(2n) {
    float: right;
}

.select {
    width: 100%;
    position: relative;
    margin-bottom: 6px;
}

.select dt {
    width: 99.2%;
    display: inline-block;
    border: 1px solid #66a1c2;
    background: url("../images/s-arr.png") right center no-repeat;
    font-size: 16px;
    line-height: 38px;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
    text-indent: 1.4em;
    font-weight: 400;
}

.select dd {
    position: absolute;
    left: 0px;
    bottom: 39px;
    border: 1px solid rgb(187, 187, 187);
    background: rgb(237, 237, 237);
    display: none;
    font-size: 15px;
    z-index: 100;
    width: 99.2%;
}

.select dd ul {
    height: 150px;
    background: rgb(253, 253, 253);
    overflow-y: scroll;
}

.select dd ul li a {
    display: block;
    color: rgb(85, 85, 85);
    text-indent: 1.4em;
    line-height: 30px;
}

.select dd ul li a:hover {
    background: rgb(243, 243, 243);
}






.header.active {
    /* height: auto; */
    /* padding-bottom: 20px; */
}

.header.active:before {
    height: 100%;
    background: #007bc1;
}

.title-phone {
    display: none;
}


.header-list .header-a-l {
    color: #333;
  
}

.banner-list {
    height: 500px;
    position: relative;
}


.banner-list:before{
content:"";
background:rgba(0,63,136,.25);
position:absolute;
width:100%;
height:100%;
z-index:0
}

.banner-list01 {
    height: 500px;
  
}

.header-list .search-box .form-control {
    border-color: #9a0813;
    color: #9a0813;
}

.header-list .btn-search {
  
}

.list-left {
    /* width: 290px; */
    /* padding-bottom: 55px; */
    /* margin-top: 40px; */
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff center 95% no-repeat;
}

.list-left-tt span {
    display: inline-block;
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}

.list-colu{position:absolute;bottom:130px;left:50%;transform: translateX(-50%);padding-left: 100px;}
.list-left-tt {
    font-size:34px;
	color:#fff;
	font-weight:bold;
    
   
}

.page-menu{/* height:70px; */box-shadow: 0 0 10px #e0effa;}

.article-link p a:hover {
    color: #00489d;
}

.left-nav li a {
    display: block;
    position: relative;
    line-height: 70px;
    font-size: 20px;
    color: #333;
    text-align: center;
    padding: 0 25px;
}

.left-nav li {
    position: relative;
    float: left;
    /* padding: 0 25px; */
}

.left-nav li a:before {
    display: block;
    /* content: ""; */
    position: absolute;
    /* left: 25px; */
    /* right: 25px; */
    bottom: 0;
    border-bottom: solid 1px #ddd;
}

.left-nav-down li a {
    line-height: 40px;
    font-size: 16px;
    color: #333;
    padding-left: 25px;
}

.left-nav-down li a:before {
    display: none;
}

.left-nav li.active {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;
    /* margin-top: -1px; */
}

.left-nav li.active:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    /* background: #0c66b4; */
}

.left-nav li.active a {
    background: #007bc1;
    font-weight: bold;
    color: #fff;
    /* padding: 0 25px; */
}

.left-nav li.active .left-nav-down li a {
    color: #333;
    font-weight: normal;
}

.left-nav-down {
    padding: 10px 0;
    display: none;
}

.left-nav li a:hover {
   /* color: #00489d!important;*/
}

.left-nav {
    /* padding-top: 20px; */
}

.container-list {
    max-width: 1430px;
}

.list-ssjgy {
    width: 1300px;
    margin-top: 40px;
}

.list-right {
    /* width: 950px; */
    margin-top: 50px;
min-height:450px;
}

.page-img{width:42.85%;}




.nav-b {
    color: #fff;
    font-size: 16px;
}
.nav-b img{vertical-align: text-bottom;margin-right:10px;}
.nav-b a {
    color: #fff;
    padding: 0 5px;
}

.list-top {
    /* border-bottom: solid 1px #ddd; */
    padding-top: 15px;
}

.article-tt {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

.article-sm {
    border-top: dashed 1px #ddd;
    max-width: 780px;
    margin: 0 auto;
    border-bottom: dashed 1px #ddd;
    padding: 15px 0;
    font-size: 16px;
    margin-top: 30px;
}

.article-sm span.zw-time {
    padding: 0 15px;
}

.article-p p {
    text-align: justify;
    font-size: 16px !important;
    color: #333;
    line-height: 30px !important;
    margin-bottom: 10px;
}



.article-p {
    /* margin-top: 40px; */
    width: 54.28%;
}
.article-pbig{width:100%;padding-top:30px;}

.page-zw1{background:#f7f9fc;padding: 45px 0;}

.article-p p{text-indent:2em;}
.article-link p a {
    font-size: 16px;
    color: #333;
}

.article-link p a span {
    font-weight: bold;
}

.article-link {
    border-top: dashed 1px #ddd;
    padding-top: 30px;
}

.article-link p {
    margin-bottom: 20px;
}

.list-box {
    /* padding-bottom: 40px; */
}

.list-left-tt-phone {
    display: none;
}


.img-lb li {
    float: left;
    padding: 0 25px;
    margin-bottom: 50px;
    width: 25%;
}

.img-lb {
    margin: 0 -25px;
    padding-top: 20px;
}

.img-lb-tt {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.img-lb-img {
    position: relative;
    padding-top: 67%;
}

.img-lb-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.img-lb li a {
    display: block;
}

.img-ul-left img {
    width: 260px;
    height: 175px;
}

.img-ul-a li {
    padding: 35px 0;
    border-bottom: dashed 1px #ddd;
    transition: 0.5s all;
}

.img-ul-right {
    margin-left: 290px;
}

.img-ul-tt a {
    font-size: 18px;
    color: #333;
}

.img-ul-p {
    color: #999;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-top: 15px;
}

.img-ul-date {
    color: #999;
    margin-top: 20px;
 
    padding-left: 20px;
}

.img-ul-a li:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background: #fff;
    border-color: transparent;
    padding: 35px;
}

.img-ul-a li:last-child {
    border: none;
}

.img-ul-a {
    padding-bottom: 30px;
}


.wz-ul-date {
    width: 80px;
    height: 80px;
    background: #f6f6f6;
    padding-left: 15px;
    padding-top: 12px;
    line-height: 25px;
}

.wz-ul-date span {
    font-weight: bold;
    font-size: 18px;
}

.wz-ul li {
    padding: 20px 0;
    border-bottom: dashed 1px #ddd;
}

.wz-ul-right {
    margin-left: 105px;
    padding-top: 5px;
}

.wz-ul-tt a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.wz-ul-p {
    margin-top: 15px;
    color: #999;
}

.wz-ul {
    margin-bottom: 30px;
}

.wz-ul li:hover .wz-ul-date {
    background: #007bc1;
    color: #fff;
}

.wz-ul li:hover .wz-ul-tt a {
    color: #007bc1;
}


.table-bordered {
    border: none;
}

.table-bordered > thead > tr > th {
    background: #e9f4ff;
    font-size: 22px;
    color: #333;
    font-weight: normal;
    padding: 20px;
    padding-left: 120px;
    border: none;
}

.table-bordered > tbody > tr > td {
    font-size: 20px;
    color: #333;
    padding: 20px;
    padding-left: 120px;
    border-color: #f3f3f3;
    background: #fff;
}

.table-box {
    margin: 50px 40px;
}

.ld-img img {
    width: 260px;
    height: 200px;
}

.ld-right {
    margin-left: 290px;
    padding-top: 15px;
}

.ld-name a {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.ld-txt {
    color: #999;
    line-height: 25px;
    margin-top: 15px;
    text-align: justify;
}

.ld-ul li {
    border-bottom: dashed 1px #ddd;
    padding: 40px 0;
}

.ld-ul {
    padding-bottom: 30px;
}


.jg-title {
    font-size: 30px;
    padding-bottom: 20px;
    margin-top: 40px;
    border-bottom: solid 1px #ddd;
}

.jg-title span {
    float: left;
    width: 50px;
}

.jg-ul li {
    float: left;
    /* padding: 0 10px 0 0; */
    height: 55px;
    width: 32%;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    margin-right: 2%;
}
.jg-ul li:nth-child(3n){margin-right:0}

.jg-ul li a {
    display: block;
    font-size: 18px;
    color: #333;
    /* margin-top: -13px; */
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    position: relative;
}
.jg-ul li a:before{content:"";position:absolute;left:-2.5px;width:5px;height:35px;top:10px;background:#007bc1}
.jg-ul li a:hover{background:#007bc1;color:#fff;}
.jg-ul {
    margin-top: 40px;
    margin-bottom: -20px;
}

.jg-ul li a:hover {
    color: #fff;
}

.img-ul-tt a:hover,.nav-b a:hover,.ld-name a:hover,a:hover .img-lb-tt,.gg-ul li a:hover .gg-ul-tt,.three-list li a:hover .three-list-tt,.three-left a:hover .three-left-tt,.four-right-l:hover .four-right-tt {
    color: #00489d;
}

.right-width {
    padding-top: 60px;
}

.home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.home body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.body_home {
    height: 100%;
    overflow: hidden;
}

.body_home {
    height: 100%;
    overflow: hidden;
}

.body_r {
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    transition: left 1.3s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 1;
    overflow: hidden;
}

.body_r.dis * {
    background: none !important;
}

.body_r.showdiv {
    left: 0;
}

.body_r .body_scroll {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.body_r .ll {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
 
    padding-left: 40px;
    width: 20px;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.body_r .ll:hover {
    padding-left: 50px;
}

.body_r .ll.w {

    color: #58453b;
}

.body_r.showdiv .ll {
    opacity: 1;
    visibility: visible;
}

.body_r .arr {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 80px;
    cursor: pointer;
    font-family: icon;
    opacity: 0;
    transition: all 0.5s ease-out 0.5s;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.body_r.showdiv .arr {
    opacity: 1;
}

.body_r .arr.h {
    display: none;
}

.screen {
    float: left;
    height: 100%;
    position: relative;
}

.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;

    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 1;
    overflow: auto;
    outline: none;
}

.body_b * {
    outline: none;
}

.body_b * {
    outline: none;
}

.body_b.showdiv {
    top: 0;
    z-index: 99999
}

.body_b .mCSB_scrollTools {
    z-index: 4;
    width: 5px;
}


.body_b .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #94070a;
    width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(0,0,0,0.1);
}

.header {
    position: fixed;
    transition: all 0.7s ease-out 0s;
    z-index: 10000;
    left: 0;
    top: 0;
    right: 0;
    height: 120px;
}

.header-one {
    opacity: 0;
    transform: translateY(-100%);
}

.body_home.showdiv .header {
    transform: none;
    opacity: 1;
}

.d {
    transform: translate(0,-80px);
    transition: all 1s ease-out 0s;
    opacity: 0;
}


.page-one.showdiv .d,.wb-list.showdiv.d,.page-tow.showdiv .d,.page-tow2.showdiv .d,.page-three.showdiv .d,.page-four.showdiv .d,.page-five.showdiv .d{
    transform: none;
    opacity: 1;
}

.body_b.showdiv .header2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    background: #0c66b4;
}

.bb {
    width: 64px;
    animation: container ease-in-out 2.7s infinite alternate;
    height: 64px;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -32px;
	display:none;
}

@keyframes container {
    0%, 100%, 20%, 50%, 80% {
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
       
        transform: translate3d(0,0,0);
       
    }

    40%, 43% {
        transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
        transform: translate3d(0,-30px,0);
    }

    70% {
        transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        transform: translate3d(0,-15px,0);
    }

    90% {
        transform: translate3d(0,-4px,0);
    }
}


.banner a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.banner a img {
    display: none;
}

.slick,.slick-list,.slick-initialized .slick-slide,.slick-track,.banner a {
    height: 100%;
   
}
.banner .slick-slide{overflow:hidden;}
.banner a{
    transform: translate3d(0px, 0px, 0px) scale(1.1);
    transition: opacity 0.5s;
    overflow: hidden;
    }
.banner .slick-current a{transform: scale(1); transition: all 6s ;}

.banner {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	overflow:hidden;
}

.nav-list li:hover .sub-menu {
    display: block;
}
/*sub-nav*/
.sub-menu{
	position:absolute;
	background: #fff;
	min-width: 950px;
	left: 50%;
	top: 100%;
	transform: translate(-15%,0);
	display:none;
	background-size:100%;
	box-shadow: 0 0 6px rgba(0,0,0,.4);
	margin-top: 24px;
	border-top: 5px solid #fff;
	}
	.sub-menu-cont{
	padding: 35px 25px;
	}
.sub-menu-left{float:left;width:21.17%;}
.sub-menu-center{width:24.73%;margin-left:2.5%;float:left;}
.sub-menu-center p{font-size: 17px;color:#d97603;margin-top:20%;text-align:center;/* text-indent:2em; */}
.nav-down {
   float:right;
   width: 49%;
   /* margin-top: 1.3%; */
}
.nav-list li.nav01 .sub-menu{transform: translate(-5%,0);}
.nav-list li.nav02 .sub-menu{transform: translate(-15.5%,0);}
.nav-list li.nav03 .sub-menu{transform: translate(-24.5%,0);}
.nav-list li.nav04 .sub-menu{transform: translate(-34%,0);}
.nav-list li.nav05 .sub-menu{transform: translate(-55.5%,0);}
.nav-list li.nav06 .sub-menu{transform: translate(-52%,0);}
.nav-list li.nav07 .sub-menu{transform: translate(-82.5%,0);}
.nav-list li.nav08 .sub-menu{transform: translate(-96%,0);}
.nav-list li.nav09 .sub-menu{transform: translate(-95%,0);}
.nav-list li.nav010 .sub-menu{transform: translate(-96%,0);}


.nav-down li {
    float: left;
    width: 33.333%!important;
    text-align: left;
    margin: 0!important;
    white-space: nowrap;
    padding: 0;
   
    /* padding-left:10px; */
}

.fix-ul{transition: 0.5s all;}

.fix-show{position: fixed;z-index: 10000;cursor: pointer;right: -52px;top: 50%;transform: translate(0,-50%);width: 52px;transition:0.3s all;/* display:none; */transition: .3s .3s;right: -60px;}
.body_b.showdiv.fix-show.active{ right: 0; }
.fix-ul.active{/* right: 0; */}

.right-slide{width: 70px;background: #007bc1;position:fixed;right: -95px;top:50%;border-radius: 70px;transform: translateY(-50%);z-index: 100000000000;}
.right-s-img{width:100%;height:auto;}
.right-slide ul{/* margin:0 15px; */padding: 5px 0;}
.right-slide ul li{border-bottom: 1px solid #3395cd;/* padding: 20px 0; */font-size:14px;text-align:center}
.right-slide ul li a{color:#fff;display: block;padding: 7px 0;font-size: 13px;}
.right-slide ul li img{display:block;margin:0 auto 8px;}
.right-s-top{padding: 20px 0;}
.right-s-top a{display:block;}
.right-s-top a img{display:block;margin:0 auto;}
/*.body_b.showdiv .fix-show{right: 10px;transition: .5s .8s}*/
.body_b.showdiv .right-slide{right: 10px;transition: .3s .3s}

.body_b.showdiv .right-slide.active{right:-85px;}
.body_b.showdiv .fix-show.active{right: 10px;display:block;width: 40px;font-size: 20px;color: #fff;background: #007bc1;padding: 10px 10px;border-radius: 25px 0 0 25px;text-align: center;}


@media( max-width: 1779px) {
	  .nav-list li{margin-left:20px;}
	  .nav-list li a{font-size: 18px;}
	}
	
	@media( max-width: 1679px) {
	  .nav-list li{margin-left:15px;}
	  .nav-list li a{font-size:19px;}
	  .header-container{padding:0 45px!important;}
	}
@media( max-width: 1600px) {
	  .nav-list li{margin-left:15px;}
	  .nav-list li a{font-size: 18px;}
	  .header-container{padding:0 35px!important;}
	.sub-menu{min-width: 900px;}
	}
	
	@media( max-width: 1520px) {
	  .nav-list li{margin-left:15px;}
	  .nav-list li a{font-size:18px;}
	  .header-container{padding:0 35px!important;}
	  .logo{/* width:400px; */}
	}

@media( max-width: 1479px) {

	

	.xsdt-list li.on a:before{content:"";position:absolute;left:-4px;width:4px;height:35px;background:#007bc1;top:10px;}
.xsdt-list li.on a:after{content:"";position:absolute;right: -80px;width:80px;height:58px;background:#007bc1;top:0;}
    .container {
        width: 1230px;
    }

    .list-right {
        /* width: 850px; */
    }

    .one-right-news li a {
        /* margin-bottom: 15px; */
        /* padding-bottom: 15px; */
    }

    .one-right-tt {
        font-size: 16px;
        padding: 21px 0;
    }
.one-right-date{font-size:16px;/* margin-top: 20px; */}
	.one-right-title{height:50px;}
	.one-right-date span{font-size:30px;}
    .three-right {
        /* margin-top: -206px; */
    }

    .zt-right {
        /* width: 1000px; */
    }

    .tow-width {
        width: 100%;
    }

    .tow-right {
        margin-left: 450px;
    }

    .tow-left-box {
        margin-right: 450px;
    }

    .row-right-sm {
        left: 35px;
    }

    .tow-left-ul {
        right: 35px;
    }

    .four-right-l-top div,.four-right-r-top {
        height: 150px;
    }

    .four-right-r-bottom {
        height: 200px;
        padding: 30px;
    }

    .four-right-r-top {
        padding: 30px;
    }

    .four-date {
        margin-top: 30px;
    }

    .bz-box-center {
        padding-top: 30px;
    }

    .footer-nav li {
        width: 140px;
    }

    .header-bottom,.header-top {
        padding: 0 30px;
    }

    .header-top-center {
        left: 300px;
        right: 300px;
    }
.xsdt-list{margin-top:80px;}
	.xsdt-list li{line-height:58px;}
    .logo {
        /* width: 400px; */
    }

	.three-right .three-ul li a{/* padding-top: 57.1%; */}

    .right-width {
        padding-top: 46px;
    }

    .nav-list li a {
        font-size: 16px;
    }

    .news-ul-tt {
        line-height: 60px;
    }

    .nav-list {
        /* padding-top: 20px; */
    }

    .search-a {
        top: 45px;
    }

    .header:before {
        height: 160px;
    }

	.list-left-tt span{font-size:28px;}
}
@media( max-width: 1379px) {
	
	 .logo {
        /* width: 325px; */
    }


	.sub-menu{min-width: 790px;}
	.sub-menu-center p{font-size:15px;}
	.nav-down li{font-size:15px;}
	}

@media( max-width: 1279px) {
    .container {
        width: 1050px;
    }

    .nav-list li {
        margin-right: 0!important;
        margin-left: 8px;
    }

    .nav-list {
        padding-top: 35px;
    }

    .search-a {
        top: 35px;
    }

    .nav-down li a {
        line-height: 40px;
    }

    .zt-right {
        /* width: 740px; */
    }

    .footer-left {
        width: 100%;
        text-align: center;
    }

    .footer-b .pull-left,.footer-right .pull-left {
        display: inline-block;
        float: none!important;
        margin: 0 10px;
    }

    .footer-right {
        width: 100%;
        margin-top: 30px;
    }

    .three-right {
        /* margin-top: -162px; */
    }

    .tow-width {
        padding-right: 120px;
    }

    .tow-width.active {
        padding-left: 120px;
        padding-right: 0;
    }

    .list-right {
        /* width: 620px; */
    }

    .table-bordered > thead > tr > th,.table-bordered > tbody > tr > td {
        padding-left: 20px;
    }

    .gg-ul-tt,.three-list-tt {
        font-size: 16px;
    }

    .gg-ul li a {
        padding: 15px;
    }

    .gg-ul {
        margin: 0;
    }

    .tow-right {
        margin-left: 370px;
    }

    .tow-left-box {
        margin-right: 370px;
    }

    .row-right-sm {
        left: 10px;
    }

    .four-right-l-top div, .four-right-r-top {
        height: 130px;
    }

    .four-right-r-top {
        padding: 20px;
    }

    .four-date {
        margin-top: 15px;
    }

    .four-right-r-bottom {
        height: 143px;
        padding: 20px;
    }

    .bz-box-center {
        padding: 20px 15px;
    }

    .bz-left-tt {
        font-size: 18px;
    }

    .bz-left-img img {
        width: auto;
        height: 100px;
    }

    .bz-right li {
        margin-bottom: 15px;
    }

    .bz-right {
        margin-left: 100px;
    }

    .footer-nav li {
        width: 100px;
    }

    .news-ul-a li a.active {
        height: 120px;
        padding-top: 10px;
    }

    .news-ul-tt {
        line-height: 48px;
    }

    .logo img {
        /* width: 250px; */
		height:65px;
    }
.one-right-tt{padding:10px 0}
	.one-right-date span{font-size:25px;}
	.one-right-date{margin-top:5px;}
    .nav-list li {
        margin-right: 15px;
    }

    .right-width {
        padding-top: 40px;
    }

    .header {
        height: 100px;
    }

    .header:before {
        height: 140px;
    }
	.data-list li div{width:150px;height:150px;background-size: 100px !important;}
	.data-list{padding:20px 0}
	.xt-top{width:100px;height:100px;line-height: 100px;}
	.data-list li div .data-sz{font-size: 32px;}
	.data-list li div .data-mc{font-size:14px;}
	.title-img img{height:80px;}
	.title-more{height:80px;}
	.page-one{padding: 40px 0 0;}
	.page-tow{padding-bottom:0}
	.title-txt{margin-left:45%;margin-top: 25px;padding-right: 32px;background-size: 15px;font-size: 14px;}
	.xsdt-list li{line-height:50px;}
	.s1-lb-tit h2, .s1-lb-tit2 h2{line-height:80px;font-size:28px;}
	.s1-lb-tit .on, .s1-lb-tit2 .on{font-size:28px;}
	.page-four{padding:25px 0;}
	.sec3-list{margin-top:0;}

		.xsdt-list li.on a:before{content:"";position:absolute;left:-4px;width:4px;height:30px;background:#007bc1;top:10px;}
.xsdt-list li.on a:after{content:"";position:absolute;right: -80px;width:80px;height:50px;background:#007bc1;top:0;}
}

@media( max-width: 1150px) {
	   .container {
        width: 970px;
    }
	.logo{/* width:200px; */}
	.nav-list li a{font-size:14px;}
	.title-txt span{font-size:28px;}
	.header-link a{font-size:14px;margin-left:15px;}
	.logo{padding-top: 20px;}
	.media-slick .slick-prev,.zt-slick .slick-prev{left:-25px;}
	.media-slick .slick-next,.zt-slick .slick-next{right:-25px;}
	.sub-menu{min-width: 680px;}
	.sub-menu-center p{font-size:14px;}
	.nav-down li{font-size:14px;}
	}

@media( max-width: 991px) {
	.fix-show{display:none !important;}
	.logo, .header2 .logo{ left: 15px; top: 0 !important; transform: translate(0,0); margin:0; }
.logo img, .header2 .logo img{ height: 30px; width: auto;display:block  !important; margin-top:5px; }

.logo img.logo-t{display:none !important;}
.d {
    transform: translate(0,0);
    transition: all 1s ease-out 0s;
    opacity: 1;
}
.right-slide{display:none;}

.header{opacity: 1;transform: translate(0,0)!important;position: fixed;z-index:10000000000000;}
	.img-lb li{width:33.3333%;}
	.page-img{width:100%;float:none;}
	.page-img img{width:100%;height:auto;}
	.article-p{width:100%;float:none;}
	.xsdt-right{margin-top:50px;}
	.right-slide{display:none;}
	.header-link{padding-top:15px;}
    .search-box-c {
        width: 90%;
        left: 6%;
        margin-left: 0;
    }
     .xt-top{width:80px;height:80px;line-height: 80px;}
	.xt-top img{width: 40px;}
	.xt-title{font-size:16px;}
	.noti-left{width:100%;float:none;}
	.xydt-right{margin-top:25px;}
	.med-title{/* height: 54px; *//* margin-bottom: 25px; */line-height: 30px;}
	.page-four{padding-bottom:40px;}
	.page-five{padding-top:30px;}
	.data-list li div{width: 130px;height: 130px;background-size: 50px !important;font-size: 16px;padding-top: 15%;}
	.data-list li div .data-sz{font-size:25px;}
	.data-box{background-position-y:35px;}
	.data-list li.d-icon1 div,.data-list li.d-icon5 div{padding-top:12%}
	.pha-left{width:100%;float:none;}
	.pha-right li{width:49%;margin-left:0;margin-right:2%;margin-top:2%;margin-bottom:0}
	.pha-right li:nth-child(2n){margin-right:0;}
    .container {
        width: 750px;
    }

    .header .container {
        width: 100%;
    }

    .header.active {
        padding: 0;
    }

    .search-a {
        top: 0;
        right: 60px;
        line-height: 50px;
        margin: 0;
        padding: 0;
        /* margin:0 15px; */
        /* margin-right: 50px; */
    }

    .page-one {
        padding: 30px 0;
    }

    .one-left {
        width: 100%;
    }

    .one-right {
        width: 100%;
        margin-top: 30px;
    }

    .one-right-news li a {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .tz-ul li {
        width: 50%;
        margin-bottom: 30px;
    }

    .page-tow {
        padding: 30px 0 20px 0;
    }

    .page-three {
        padding: 30px 0;
    }

    .ewm-box {
        padding-top: 0;
    }

    .ewm-box a img {
        transform: scale(0.8,0.8);
    }

    .ewm-box a {
        width: 60px;
        margin-right: 15px;
        height: 60px;
        line-height: 60px;
    }

    .three-left {
        /* width: 100%; */
    }

	.three-center{/* width:100%; *//* float:none; */margin-left: 0;}

    .three-right {
        /* width: 100%; */
        /* margin: 0 10px; */
        padding: 0 10px;
    }

    .three-right .three-ul li {
        float: none;
        width: 100%;
        padding: 0;
    }

    .three-ul {
        margin-top: 0px;
    }

    .zt-right {
        /* width: 520px; */
    }

    .list-left {
        /* width: 200px; */
    }

    .list-right {
        /* width: 480px; */
        margin-top: 20px;
    }
.left-nav li a{font-size:18px;line-height: 50px;}
	.page-menu{/* height:50px; */}
    .article-sm span.zw-time {
        display: block;
    }

    .jg-ul li {
        width: 49%;
		margin-right:0;
    }
	.jg-ul li:nth-child(2n){float:right;}

    .news-ul-tt {
        line-height: 35px;
    }

    .news-ul-a li a.active {
        padding-top: 20px;
    }

    .gg-ul li {
        width: 50%;
    }

    .gg-date {
        display: none;
    }

    .tow-right {
        margin-left: 250px;
    }

    .gg-ul-img {
        margin-top: 30px;
    }

    .tow-left-box {
        margin-right: 250px;
    }

    .bz-right li {
        margin-bottom: 7px;
    }

    .bz-left-img img {
        height: 80px;
    }

    .bz-left-more {
        margin-top: 5px;
    }

    .footer-nav li {
        width: 80px;
    }

    .dropdown button {
        width: 200px;
    }

    .header-top-center {
        display: none;
    }

    .header-bottom, .header-top {
        padding: 0 15px;
    }

    .header-box {
        height: auto;
    }

    .header-bottom {
        background: #9a0813;
        border-top: solid 1px #fff;
        position: relative;
    }

    .logo {
        line-height: 50px;
        padding: 0;
        height: 50px;
    }

    .logo img{height: 40px;}

    .right-width {
        padding: 0;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .nav-down {
        position: static;
        transform: translate(0,0);
        margin: 0;
        padding: 0;
        width: 100%;
        background: none;
        float: none;
        display: block !important;
    }

    .nav-down li {
        text-align: left;
        padding: 0;
    }

    .nav-down li a {
        text-align: left;
        padding: 0 25px!important;
        font-size: 16px;
        color: #fff!important;
        line-height: 20px;
        text-align: left;
    }

    .nav-list li:hover .nav-down {
        display: none;
        box-shadow: none;
        background: #06366f;
    }

    .nav-down li a:before {
        display: none!important;
    }

    .nav-down:before {
        display: none;
    }

    .menu-button {
        display: block;
    }

      .nav-list {
        position: fixed;
        display: none;
        left: 0;
        top: 50px;
        margin: 0;
        right: 0;
        background: #00489d;
        padding-top: 0;
        z-index: 10000;
        bottom: 0;
        overflow-y: auto;
        border-top: solid 1px #ddd;
        box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
        height: 80vh;
    }
 .nav-list{/* position: absolute; */top: 50px;max-height: 80vh;overflow-y: auto;}

    .nav-list li {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .nav-list li a {
        display: block;
        line-height: 40px;
        padding: 0 15px;
        color: #fff;
        text-align: left;
        font-size: 16px;
    }

    .nav-list li:before {
        display: none!important
    }

    .header:before {
        display: none;
    }

    .header {
        background: #0c66b4;
        height: auto;
    }

    .banner .slick-dots {
        /* bottom: 30px; */
    }

    .page-one {
        padding-top: 41px;
    }

    .body_home {
        height: auto;
        overflow: visible;
    }
.banner{height:auto;}
    .banner a img {
        display: block;
    }

    .banner {
        position: relative;
    }

    .banner .slick {
        margin: 0;
    }

    .bb,.top {
        display: none;
    }

    .header {
        height: auto;
        background-size: cover;

    }

    .container {
        width: 750px;
    }

    .header .container {
        width: 100%;
    }
.header-container{padding:0 10px !important;}
    .body_b {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        overflow: hidden;
    }

    .body_home {
        height: auto;
        overflow: visible;
    }

    .home, .home body {
        height: auto;
        overflow: auto;
        overflow-x: hidden;
    }

	.foot-logo{float:none !important;margin:0 auto;/* width:70%; */padding: 20px 0 0 0;overflow: hidden;}
	.foot-logo a{text-align:center;}
	.foot-txt{float:none !important;padding:20px 0;margin:0 auto;width:50%;}
	.link{width:100%;}
	.bottom-left,.bottom-center,.bottom-right{width:100%;float:none;text-align:center}
	.bottom-left h3:after{left:50%;transform:translateX(-50%);}
	.foot-bot{text-align:center;padding: 15px;}
	.bottom-left{margin-bottom:15px;}

	
	 .nav-list li:hover .sub-menu {
        display: none;
    }

    .sub-menu {
        position: static;
        transform: translate(0,0) !important;
        margin: 0;
        width: 100%;
        background: none;
        border: 0;
        box-shadow: none;
    }

    .sub-menu:before {
        display: none;
    }

    .nav-down li a {
        color: #fff!important;
        padding: 0 25px;
    }
	.sub-menu{background: #06366f;}
	.sub-menu-cont{padding:0;background:none;}
	.sub-menu-left{display:none;}
	.sub-menu-center{display:none;}
	.one-right-news li.one-on:after{top:80px;}
	.one-right-news li:before{top:-30px;}
	.media-bot{padding:20px 10px;}
	.media-bot{padding-bottom:15px;}
	.sec2-list ul>li{width:48.5%;margin-right:0;}
	.sec2-list ul>li:nth-child(2n){float:right;}
	.xsdt-list{margin-top:20px;}
.list-colu{bottom:20px;padding-left: 20px;}
	.nav-list li:after,.nav-list li:before,.nav-list li:hover:after,.nav-list li:hover:before{display:none;}
}

@media( max-width: 880px) {
	.header-link{display:none;}
	.header-links-sm{display:block;padding-left: 0;padding: 15px;margin: 0 auto;float: none !important;}
	.header-links-sm a{display:inline-block;/* text-align:center; *//* float: none; */margin-left: 0;width: 33.333%;margin-bottom: 10px;/* padding: 0 15px; */}
	}

@media( max-width: 767px) {
.page-zw1{padding:10px 0;}
	.school-news{
    padding-top: 20px;
}
	.sec2-list{margin-top:20px;}

	.s1-lb-tit h2, .s1-lb-tit2 h2{line-height:50px;font-size: 18px;}
	.s1-lb-tit .on, .s1-lb-tit2 .on{font-size: 18px;}
.xsdt-list li{line-height: 40px;}
	.xsdt-right{margin-top:30px;width: 100%;}


	.three-left,.three-right{width:100%;float:none;}
	.three-center{width:100%;float:none;}
	
    .banner .slick-dots {
        /* bottom: 15px; */
        height: auto;
        /* padding-bottom: 15px; */
    }
	.banner a{background:none;}
	.banner{height:auto;}

    .banner .slick-dots li,.banner .slick-dots li button {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
	.banner .slick-dots li{margin-top: 20px;}
.banner .slick-dots li.slick-active{width:20px;}
	.banner .slick-dots li.slick-active button {
     background: url(../images/b-focus.png) no-repeat;
	 width:20px;
		background-size:100%
}
	
    .container {
        width: 100%;
    }

	.list-top{padding-top:5px;font-size: 14px;}
	.list-top a{font-size:14px;}
    body {
        padding-top: 50px;
    }


    .title-img img {
        /* width: 40px; */
        height: 50px;
    }

    .title-txt {
        font-size: 14px;
        padding-top: 0;
        margin-left: 30%;
        margin-top: 10px;
    }

    .title-txt span {
        font-size: 20px;
        line-height: 24px;
    }

    .title-more {
        line-height: 50px;
        height: 50px;
        /* width: 90px; */
        background-size: 100% auto;
    }

    .title {
        margin-bottom: 20px;
    }
.data-title-c{margin-top:20px;}
    .one-slick-tt {
        font-size: 16px;
        /* padding: 0 15px; */
        /* height: 80px; */
        /* background-size: 35%; */
        line-height: 48px;
        height: 48px;
    }

	.one-right-date1{/* height:80px; *//* padding-top:13px; */}

	.one-bot-txt .one-btit{font-size: 17px;/* padding-top: 15px; */}
	.one-bot-txt .one-babs{padding-top:5px;font-size: 14px;}

	.one-slick .slick-prev,.one-slick .slick-next{bottom:62px;}

    .one-slick {
        margin-bottom: 20px;
    }

    .page-one {
        padding-bottom: 10px;
        padding-top: 30px;
    }

    .tz-ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .tz-ul li a {
        padding: 20px;
        height: 230px;
    }

    .ewm-box a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
    }

    .ewm-box a img {
        transform: scale(0.5,0.5);
    }

    .mask-box {
        padding: 15px;
    }

    .three-lind {
        height: 6px;
        margin-top: 15px;
    }

    .page-three {
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .dj-ul li {
        width: 50%;
        margin-bottom: 15px;
    }

    .zt-box-title {
        display: none;
    }

    .title-phone {
        display: block;
    }

    .zt-box {
        padding-top: 10px;
    }

    .zt-right {
        width: 100%;
    }

    .zt-slick .slick-next {
        right: 5px;
    }

    .zt-slick .slick-prev {
        left: 5px;
    }

	.data-list .slick-prev {left:5px;}
	.data-list .slick-next{right:5px;}

	.media-slick .slick-prev{left:-0px;display:none !important;}
	.media-slick .slick-next{right:-0px;display:none !important;}
    .title-txt-lg {
        margin: 30px 0 0 0;
    }

    .title-txt-lg:before {
        margin-right: 80px;
       
    }

    .title-txt-lg:after {
        margin-left: 80px;
    }

    .xt-list li {
        width: 25%;
        padding-bottom: 10px;
    }

	.page-tow::before{border:0;}

    .xt-top {

        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .xt-top img {
        transform: scale(0.5,0.5);
    }

    .xt-top:before {
        background-size: 80% 80%;
    }

    .xt-title {
        font-size: 15px;
        margin-top: 10px;
    }

    .xt-list li {
        margin-top: 10px;
    }

	.title-data{padding-top:20px;font-size: 14px;}
	.data-list li div{width: 120px;height: 120px;background-size: 30px !important;font-size: 14px;padding-top: 13%;}
	.data-list li div .data-sz{font-size:18px;}

    .xt-list:before {
        display: none;
    }

    .footer {
        padding: 20px 0 0;
    }

    .page-four {
        padding: 30px 15px;
    }

    .footer-p p span {
        font-size: 14px;
        padding: 0 10px;
    }

    .footer-p p {
        line-height: 25px;
        margin: 0 auto;
    }

    .footer-b img {
        width: 120px;
    }

    .footer-b {
        margin-top: 20px;
    }

    .footer-right img {
        width: 100px;
    }

    .footer-right {
        margin-top: 10px;
        font-size: 14px;
    }

    .logo-b {
        margin-bottom: 20px;
    }

    .banner-list {
        height: 150px;
    }

  .banner-list01 {
        height: 150px;
    }

    .list-left {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .list-left-tt {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        text-align: left;
        padding-left: 20px;
    }

    .list-left-tt span {
        font-size: 18px;
    }

    .left-nav {
        padding: 0;
        display: none;
    }

    .list-right {
        width: 100%;
        margin-top: 20px;
    }

    .article-tt {
        font-size: 18px;
    }

    .article-sm span.zw-time {
        font-size: 14px;
        line-height: 25px;
    }

    .article-p p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px !important;
margin-left:0 !important;
    }

    .article-p {
        margin-top: 20px;
    }

    .article-link p a {
        font-size: 14px;
    }

    .article-link p {
        margin-bottom: 10px;
    }

    .article-link {
        padding: 20px 0;
    }

    .list-left-tt {
        /* display: none; */
    }

    .list-left-tt-phone {
        display: block;
        position: relative;
        background: #007bc1;
    }

    .list-left-tt-phone .nav-click {
        height: 60px;
        line-height: 60px;
        color: #fff;
    }

.list-left-tt1{line-height:40px;height:40px;padding-left:0}
	
	.left-nav{/* border:1px solid #ddd; */border-top:0;background: #efefef;}
   .left-nav li{float:none;}
    .left-nav li a {
        line-height: 40px;
        font-size: 16px;
        margin-top:0px;
        border-bottom: 1px solid #ddd;
    }
.left-nav li.active a{background:none;color:#007bc1;}
    .img-lb-tt {
        font-size: 14px;
        margin-top: 10px;
    }

    .img-lb li {
        padding: 0 8px;
        margin-bottom: 15px;
        width: 50%;
    }

    .img-lb {
        margin: 0 -8px;
        padding-bottom: 15px;
    }

    .list-box {
        padding-bottom: 30px;
    }

    .img-ul-left img {
        width: 130px;
        height: 80px;
    }

    .img-ul-right {
        margin-left: 140px;
    }

    .img-ul-p {
        height: 50px;
        margin-top: 5px;
    }

    .img-ul-date {
        display: none;
    }

    .img-ul-a li {
        padding: 15px 0;
    }

    .img-ul-a li:hover {
        padding: 15px;
    }

    .img-ul-tt a {
        font-size: 16px;
    }

    .table-bordered > thead > tr > th,.table-bordered > tbody > tr > td {
        font-size: 14px;
        padding: 8px 15px;
    }

    .table-box {
        margin: 20px 0;
    }

    .jg-title {
        margin-top: 20px;
        padding-bottom: 10px;
        font-size: 24px;
    }

    .banner a:before {
        height: 50px;
    }

    .page-one .tabs-one {
        text-align: left;
    }

    .tabs-one li a {
        font-size: 12px;
    }

    .tabs-one li a span {
        font-size: 24px;
    }

    .tabs-one li a {
        height: 90px;
        background-size: auto 100%!important;
    }

    .one-width {
        width: 100%;
    }

    .news-ul-a {
        width: 100%;
        margin-top: 20px;
    }

    .news-ul-tt {
        line-height: 40px;
        font-size: 16px;
    }

    .tabs-one {
        margin-bottom: 20px;
    }

    .tabs-more {
        top: -90px;
    }

    .tabs-tow li {
        margin-right: 20px;
    }

    .gg-ul-img {
        display: none;
    }


	
	.one-right-tt{font-size:16px;/* height: 45px; */padding: 10px 15px;}
	.one-right-news li.one-on .one-right-title{margin-bottom:5px;}
	.one-right-date{/* height:45px; *//* width: 130px; *//* padding-left: 10px; */height: 50px;margin-top: 0;}
	.one-bot-txt{width:calc(100% - 130px)}
	.one-right-date span{font-size: 26px;line-height: 30px;}
	.one-right-news li a{padding-bottom:15px;margin-bottom:15px;}
	
	.med-title{font-size:16px;}
	.med-time{font-size:14px;}
	.media-bot{padding:20px;box-shadow:0 0 8px rgba(0,0,0,.2)}
	.xsdt-left{width:100%;margin-top:20px;}
.jg-ul li a{font-size:16px;padding-left:12px;}
}


@media( max-width: 580px) {
.data-box{background:none;}
	.data-list li{width:33.333%;margin-bottom:15px;}
	.ewm-box{float:none;width:100%;margin-bottom:20px;}
   
	.med-t-l,.med-t-r{width:100%;float:none;}
	.med-t-r{margin-top:10px;}
	.foot-txt{width:80%;}
	.page-four{padding-bottom:0;}
	.sec2-list ul>li{width:100%;float:none;margin-bottom: 30px;overflow: hidden;}
	.xsdt-left{width:100%;float:none;}
 .jg-ul li {
        width: 100%;
		margin-right:0;
		 font-size:16px;
		 margin-bottom:10px;
    }
	.jg-ul li a{font-size:16px;}
}

@media( max-width: 480px) {

	.title-txt{margin-left:15%;padding: 0 25px 0 15px;}
	.one-slick-tt{background:rgba(0,0,0,.4)}
	.one-slick-tt .one-right-date{background:#268cc4;width:110px;}
.jg-ul li a{font-size:16px;}
}

@media( max-width: 460px) {

	.title-txt{margin-left:8%;padding: 0 10px;background:none;line-height:30px;margin-top: 10px;}
	 .jg-ul li {
        width: 100%;
		margin-right:0;
		 font-size:16px;
		 margin-bottom:10px;
    }
	.jg-ul li a{font-size:16px;}
	.jg-ul li:nth-child(2n){float:right;}
}

.lyb tr {
    margin: 20px
}


.rightfix ul li svg{width: 30px;height: 31px;display: block;margin: 0 auto 8px;}
.rightfix ul li .i2 svg{width: 35px;height: 35px;}

		

			