body {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
	background: #fffefe;


}

.img-hide {
	overflow: hidden;
	display: block;
}

.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;
}

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;
}

.slick-dots li button:before {
	display: none;
}

.tab-content {
	position: relative;
}

.tab-content .tab-pane {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.5s all;
}

.tab-content .tab-pane.active {
	position: relative;
	z-index: 10;
	opacity: 1;
	filter: alpha(opacity=100);
}

.container {
	width: 1400px;
}

.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);
}

.about-img img {
	display: none;
}

.friends-list {
	margin: 0 -10px;
}

.banner .slick-dots {
	left: 0;
	right: 0;
	bottom: 40px;
}


.banner .slick-dots li button {
	width: 10px;
	height: 4px;
	margin: 0 12px;
display:none;

}

.banner .slick-dots li {
	width:10px;
height:10px;
background:#fff;
 border-radius: 50%;
margin: 0 10px;
transition: 1s all;
overflow: hidden;
}

.banner .slick-dots li.slick-active {
		width:30px;
height:10px;
background:#04478f;
border-radius: 16px;
	
}



.banner img {
	width: 100%;
height:100vh;
}

.banner {
	overflow: hidden;
	margin: 0;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;
	background: url(../images/header.png) center no-repeat;
	padding: 20px 0px;
	background-size: 100% 100%;
}

.home-a {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 90px;
	height: 18px;
	line-height: 18px;
	border-right: 1px solid #ccc;
	margin-top: 8px;
}

.home-a span {}

.home-a:hover {
	color: #fff;
	background: #f3a428;
}

.search-container {
	width: 240px;
	margin-left: 15px;
	position: relative;
}

.search-container .form-control {
	border-radius: 34px;
	border: none;
	height: 32px;
	box-shadow: none;
	background: rgba(255, 255, 255, .3);
}

.btn-ss {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	background: url(../img/search02.png) center no-repeat;
}

.nav-list li {
	float: left;
	position: relative;
	margin-left: 30px;
	padding-bottom: 15px;
}

.nav-list li a {
	font-size: 18px;
	color: #fff;
	display: block;
}

.nav-list {
	margin-top: 18px;
}

.nav-down {
	position: absolute;
	display: none;
	white-space: nowrap;
	padding: 10px 0;
	min-width: 120px;
	text-align: center;
	transform: translate(-50%, 0);
	left: 50%;
	top: 100%;
	background: #2454b9;
	border-top: solid 2px #ff9900;
}

.nav-down li {
	float: none;
	margin: 0 !important;
	padding-bottom: 0;
}

.nav-down li a {
	color: #fff;
	line-height: 35px;
	font-size: 16px;
	padding: 0 15px;
	border-bottom: 1px solid #fff;
}

.nav-down li:last-child a {
	border: none;
}

.nav-down:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 6px;
	background: url(../images/raw-t.png) center no-repeat;
}

.nav-list li a:hover {
	font-weight: bold;
}

.nav-down li a:hover {
	color: #29498c;
}

.nav-list li:hover .nav-down {
	display: block;
}

.header-right {
	margin-top: 5px;
}





.search-a {
	display: none;
}





.one {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 50px 0;
	background: url(../images/new-bj.png)center no-repeat;
	background-size: 100% 100%;
}

.title-left {
	font-size: 36px;
	position: relative;
	color: #333;
	font-weight: bold;
	line-height: 26px;

}

.title-left img {
	width: 50px;
	margin-right: 10px;
	margin-top: -7px;
}

.title-left span {
	font-family: "Arial";
	color: #ffb1b1;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 35px;
}

.title-more a {
	font-size: 18px;
	display: inline-block;
	margin-top: 6px;

}

.title {
	margin-top: 10px;
	margin-bottom: 25px;
}

.title-left i {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 10px;
}

.one-left {
	width: 41%;
}




.news-ul-a {

	padding-top: 10px;
	padding-bottom: 30px;
}

.news-ul-a li {
	padding: 14px 40px 13px 0px;
	box-sizing: border-box;
	border-bottom: 1px dashed #999999;
	background: url(../images/list-jt.png)right center no-repeat;
}

.news-ul-a li:nth-child(1) {
	border-top: 1px dashed #999999;
}



.news-ul-a li:hover {
	background: url(../images/list-jt2.png)right center no-repeat;
}

.news-ul-a li:hover .news-ul-a li:hover .news-ul-a-tt a {
	color: #032366;
	font-weight: bold;
}

.news-ul-a li:hover .txt-elise a {
	color: #032366;
	font-weight: bold;
}

.news-ul-a li:hover .news-date {
	color: #032366;
}

.news-ul-a li:hover .news-date span {
	color: #032366;
}



.news-date {
	text-align: center;
	font-size: 14px;
	color: #999;
	padding: 6px 10px;
	margin-right: 15px;
	font-family: "Georgia";
	position: relative;
}

.news-date::after {
	position: absolute;
	content: '';
	height: 40px;
	width: 2px;
	background: #e2e0e0;
	display: block;
	right: -10px;
	top: calc(50% - 20px);

}




.news-ul-a-tt a {
	font-size: 18px;
	color: #333;
	line-height: 32px;
	padding-left: 20px;
	display: block;
}

.news-date span {
	font-size: 36px;
	color: #999;
	font-family: "Georgia";
	text-align: right;
	width: 100%;
	display: inline-block;
	line-height: 34px;
	margin-bottom: 0px;
}

.news-ul-a-tt.txt-elise {
	font-size: 18px;
	color: #333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: unset;

}


.one-right {
	width: 55.5%;
	margin-top: 10px;
}

.one-slick a {
	display: block;
	position: relative;
	padding-top: 74%;
	border-radius: 0 50px 0 50px;
	overflow: hidden;
}

.one-slick a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 91%;
}

.one-slick-bottom {
	position: absolute;
	padding: 30px 20px 30px 115px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: url(../img/cccc.png) center no-repeat;
	background-size: 100% 100%;
	width: 90%;
	left: 5%;
}

.one-slick-date {
	position: absolute;
	line-height: 20px;
	color: #fff;
	width: 84px;
	font-size: 14px;
	font-family: "Georgia";
	background: #032366;
	top: 15px;
	left: 15px;
	padding: 17px 0;
}

.one-slick-date span {
	font-size: 30px;
	width: 100%;
	display: inline-block;
}

.one-slick-p {
	font-size: 20px;
	color: #333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 32px;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	padding-left: 10px;
	width: calc(100% - 170px);
}

.one-slick {
	margin: 0;
}


.one-slick .slick-prev {
	width: 80px;
	height: 51px;
	background: #7d8eb0 url(../images/left22.png)center no-repeat;
	right: 80px;
	top: calc(100% - 7.3%);
	z-index: 99;
	left: auto;
}

.one-slick .slick-next {
	width: 80px;
	height: 51px;
	background: #7d8eb0 url(../images/right22.png)center no-repeat;
	right: 0px;
	top: calc(100% - 7.3%);

}

.one-slick .slick-prev.active {
	background: #032366 url(../images/left22.png)center no-repeat;
	
}

.one-slick .slick-next.active {
	background: #032366 url(../images/right22.png)center no-repeat;
	
}



.slick-prev:before {
	display: none;
}

.slick-next:before {
	display: none;
}


.four {
	width: 100%;
	height: auto;
	display: inline-block;
	padding:80px 0 100px ;
	background: url(../images/mtjz-bj.png)center no-repeat;
	background-size: 100% 100%;
margin-top:-50px;
}

.four .title-left {
	color: #fff;
}

.mtjz-l {
	width: 49.6%;
}


.ewm-box {
	padding-top: 5px;
}


.ewm-box a {
	float: left;
	position: relative;
	text-align: center;
	margin-right: 25px;
	border-radius: 50%;
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #6a92b8;
}

.ewm-box a span {
	position: absolute;
	display: none;
	left: 50%;
	bottom: 100%;
	width: 100px;
	margin-left: -50px;
}

.ewm-box a:hover span {
	display: block;
}


.three-ul {

	margin-top: 50px;
}

.three-ul li {
	float: left;
	width: 100%;

}

.three-ul li a {
	display: block;
	position: relative;
	padding-top: 71%;
}

.three-ul li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.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);
}

.mask-box {
	padding: 30px 10px 0px 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: url(../images/mask.png) center no-repeat;
	background-size: 100% 100%;
}

.sss {
	width: 100%;
	display: block;
	padding-left: 10px;

}

.three-date {
	font-size: 12px;
	color: #fff;
}

.three-title {
	font-size: 18px;
	color: #fff;
	margin-top: 7px;
	padding-bottom: 12px;
}

.mtjz-r {
	width: 49.6%;
}


.mtjz-r .three-ul li a {
	padding-top: 59%;
	margin-bottom: 12px;
}

.mtjz-r .three-ul li:nth-child(2) {
	width: calc(50% - 6px);
	float: left;
}

.mtjz-r .three-ul li:nth-child(3) {
	width: calc(50% - 6px);
	float: right;
}



.ztjj {
	width: 100%;
	margin-top: 60px;
}

.ztjj .title-left {
	color: #333;
}

.zt-slick a {
	display: block;
	margin: 0 10px;
	position: relative;
	padding-top: 41.5%;
    
}

.zt-slick a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
border-radius: 20px;
}

.zt-slick {
	margin: 0 -10px;
}

.zt-slick .slick-prev {
	left: -15px;
	width: 15px;
	height: 30px;
	background: url(../images/left.png) center no-repeat;
	margin-top: -12px;
	background-size: 100% 100%;
}

.zt-slick .slick-next {
	right: -15px;
	width: 15px;
	height: 30px;
	background: url(../images/right.png) center no-repeat;
	margin-top: -12px;
	background-size: 100% 100%;
}


.two {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 80px 0px 90px;
	background: url(../images/tzgg-bj.png)center no-repeat;
	background-size: 100% 100%;
	position: relative;
margin-top:-45px;
}

.two .tzgg {
	width: 65%;
}



.two .lm1 img {
	float: left;
}

.two .lm1 h2 {
	float: left;
	color: #afaeae;
	margin-top: 0px;
	font-size: 34px;
	display: block !important;
	margin-top: 10px;
    font-weight: bold;

}

.two .lm1 {
	padding-left: 70px;
	background: url(../images/tit2.png)left center no-repeat;
	margin-bottom: 40px;
}

.two .lm1 h2.active {
	color: #fff;
}

.two .lm1 a {
	float: right;
	margin-top: 22px;
}

.tzgg-slick {
	margin: 0 -10px;
	padding-bottom: 80px;
}

.tzgg-slick1 {
	margin: 0 -10px;
	padding-bottom: 80px;
	display: flow-root;
}

.newleft {
	width: 100%;
	display: block;
	margin-top: 10px;
}

.tzgg-l {

	padding-top: 15px;
	padding-bottom: 30px;

}




.tzgg-l a {
	position: relative;
	display: block;
	background: #fff;
	padding: 30px;
	border-radius: 30px;
	margin: 0 10px;

}

.tzgg-l a:hover h2 {
	color: #032366;
	font-weight: bold;
}

.tzgg-l a:hover p {
	color: #032366;
}

.tzgg-l a::after {
	content: '';
	height: 14px;
	width: calc(100% - 50px);
	background: #4d7caf;
	display: block;
	position: absolute;
	top: -14px;
	left: 25px;
	border-radius: 20px 20px 0 0;

}

.tzgg-l a::after {
	content: '';
	height: 14px;
	width: calc(100% - 50px);
	background: #4d7caf;
	display: block;
	position: absolute;
	top: -14px;
	left: 25px;
	border-radius: 20px 20px 0 0;

}

.tzgg-l h2 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
min-height:60px;
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.tzgg-l p {
	border-top: 1px #ccc dashed;
	padding-top: 20px;
	font-size: 16px;
	color: #999;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
min-height:99px;
}

.tzgg-l span {
	position: absolute;
	left: 0px;
	bottom: -20px;
	font-size: 16px;
	color: #fff;
	padding: 10px 30px 10px 60px;
	border-radius: 0 30px 30px 0;
	background: #3c76b9 url(../images/wbrl.png)left 20px center no-repeat;
}

.tzgg-l:nth-child(even) span {
	background: #c92a1d url(../images/wbrl.png)left 20px center no-repeat;
}

.tzgg-slick .slick-dots {
	bottom: 28px;
}

.tzgg-slick .slick-dots li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ccc;
	margin: 0 3%;
}

.tzgg-slick .slick-dots li.slick-active {
	background: #fff;
}

.tzgg-slick .slick-dots::after {
	content: '';
	width: 100%;
	display: block;
	border-bottom: 1px #ccc dashed;
	margin-top: -12px;
}

.tzgg-slick1 .slick-dots {
	bottom: 40px;
}

.tzgg-slick1 .tzgg-l {
	width: 49.9%;
	float: left;
}

.tzgg-slick1 .tzgg-l:nth-child(2) {
	float: right;
}

.tzgg-slick1 .slick-dots li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ccc;
	margin: 0 3%;
}

.tzgg-slick1 .slick-dots li.slick-active {
	background: #fff;
}

.tzgg-slick1 .slick-dots::after {
	content: '';
	width: 100%;
	display: block;
	border-bottom: 1px #ccc dashed;
	margin-top: -12px;
}


.rl {
	position: absolute;
	overflow: hidden;
	padding-bottom: 70px;
	padding-top: 140px;
	right: 0;
	top: 0;
	left: 64%;
	background: url(../images/rl-bj.png) center right no-repeat;
	background-size: 100% 100%;
	text-align: center;

}
.rl img{max-width: 60%;}


.three {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 50px 0px 80px;
	background: url(../images/shfw-bj.png)center no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-top: -6px;
}

.shfw-l {
	width: 38%;
	display: block;
	margin-top: 100px;
}

.shfw-l li {
	width: 100%;
	border-top: 1px #dcdcdd dashed;
	border-bottom: 1px #dcdcdd dashed;
	padding: 20px 20px 20px 0px;
}

.shfw-l li a {
	font-size: 18px;
	color: #333;
	line-height: 26px;
	transition: 0.5s all;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
min-height:50px;
}

.shfw-l li.active {
	background: #fff;
	padding: 20px 20px 20px 0px;
	border-radius: 0 50px 50px 0;
}

.shfw-l li.active a {
	padding-left: 30px;
	border-left: 3px solid #c92a1d;
	display: block;
	color: #032366;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.shfw-r {
	width: 60%;
	padding: 30px 30px 0 0px;
	background: url(../images/shfw-tp-bj.png)right top no-repeat;
    max-height: 590px;
    overflow: hidden;
   position: relative;
    padding-top: 36%;
    display: block;
}

.shfw-r img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}





































.footer {
	background: url(../images/footer-bj.png) no-repeat top center;
	background-size: cover;
	color: #fff;
	padding: 35px 0 0;
	font-size: 14px;
    position: relative;
margin-top:-50px;
}

.footer a {
	color: #9eb9f2;
	line-height: 30px;
}

.footer .footleft {
	width: 267px;
}

.footer .footleft h4 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}

.footer .footleft ul li {
	width: 100%;
	float: left;
}

.footer .footlogo {
	padding: 50px 0 40px;
	text-align: center;
}

.footer .footinfo p span {
	padding: 0px 0;
	display: inline-block;
	margin: 0 0px;
    background-color: transparent !important;
color: #9eb9f2 !important;
}

.footer .footright {
	margin-top: 15px;
}

.footer .footright img {
	width: 123px;
	height: 123px;
	margin-bottom: 8px
}

.footer .footright .c2 {
	margin-left: 40px
}

.footer .copyright {
	padding: 20px 0;
	text-align: center;
	margin-top: 20px;
	background: rgba(1, 40, 82, 0.5);
}

.footer .copyright p {
	font-size: 16px;
	color: #9eb9f2;
}

.footer .copyright a {
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.footer .copyright img {
	display: inline-block;
	vertical-align: middle;
}

.footer .footright .c1 {
	text-align: center;
	font-size: 16px;
	color: #9eb9f2;
}

.footmid h4:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #9eb9f2;
	display: block;
	margin-top: 1.5rem;
}

.footmid h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.footmid p {
	color: #9eb9f2;
	line-height: 30px;

}





.text-m {
	text-align: left;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .footleft h4:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #9eb9f2;
	display: block;
	margin-top: 1.5rem;
display:none;
}

.footer .footleft h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.footer .footleft ul li {
	font-size: 16px;
	width: 100%;
}

.footer .footleft {
	width: 300px;
}


.footmid {
	width: 500px;
}


.footer .clearfix:before {
	display: none;
}

.footer .clearfix:after {
	display: none;
}

@media screen and (max-width:1200px) {
	.footer .footleft {

		margin: 0 auto;
		max-width: 400px;
	}

	.footer .footmid {
		width: 350px;
	}

	.footer .footright {

		max-width: 286px;
		margin: 0 auto
	}

	.footer .footleft ul li {
		width: 50%;
		padding: 8px 0
	}
.zy-list li{width:50% !important;}


}

@media screen and (max-width:640px) {
	.footer .footleft {}


	.footer .footinfo p span.line {
		display: none;
	}

	.footer .footright img {
		width: 100px;
		height: 100px;
		margin-bottom: 15px
	}

	.footer .footright {
		max-width: 240px
	}
}

@media screen and (max-width: 500px) {
	.footer .footleft ul li {
		width: 100%;
	}
.zy-list li{width:100% !important;}
}

@media screen and (max-width:320px) {
	.footer .footleft {
		max-width: 90%;
	}
}



































































































.banner-list {
	height: 560px;
}

.list-left {
	width: 240px;
	position: relative;
	z-index: 20;
	margin-bottom: 60px;
}

.list-left-top {
	position: absolute;
	left: 0;
	padding-top: 60px;
	line-height: 24px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	bottom: 100%;
	width: 100%;
	height: 110px;
	background: url(../images/list-top.png) center no-repeat;
}

.list-left-nav li a {
	display: block;
	line-height: 70px;
	padding-left: 20px;
	border-bottom: dashed 1px #ddd;
	font-size: 18px;
	color: #333;
	position: relative;
}

.list-left-nav {
	padding: 0 20px 30px 20px;
	background: #eee;
}

.list-left-nav li a:before {
	display: block;
	content: "";
	position: absolute;
	left: 160px;
	top: 0;
	bottom: 0;
	width: 23px;
	background: url(../images/raw-r01.png) center no-repeat;
}

.list-left-nav li.active a:before,
.list-left-nav li a:hover:before {
	background: url(../img/raw-r02.png) center no-repeat;
}

.list-left-nav li.active a,
.list-left-nav li a:hover {
	color: #04478f;
	font-weight: bold;
}

.list-right-box {
	width: 1100px;
	margin-top: 25px;
	padding-bottom: 60px;
}

.list-right-top-left {
	font-size: 20px;
	color: #04478f;
	margin-bottom: -2px;
	border-bottom: solid 3px #04478f;
	font-weight: bold;
	padding-bottom: 20px;
	padding-right: 30px;
}

.list-right-top {
	border-bottom: solid 1px #ddd;
}

.nav-b a {
	color: #999;
}

.nav-b {
	color: #999;
	padding-top: 10px;
}

.wd-top {
	background: #d5e8ff;
	margin-top: 30px;
	padding: 35px 40px;
	font-size: 20px;
	color: #04478f;
}

.wd-top a {
	float: right;
	font-weight: bold;
	color: #04478f;
	font-weight: bold;
	padding-left: 35px;
	background: url(../images/icon-kf.png) left center no-repeat;
}

.wd-list-top {
	font-size: 16px;
	color: #555;
	padding-left: 30px;
	background: url(../images/q.png) 2px top no-repeat;
}

.wd-list-b {
	padding-left: 30px;
	background: url(../images/a.png) left 3px no-repeat;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 20px;
}

.wd-list li {
	padding: 35px 220px 35px 0;
	border-bottom: solid 1px #ddd;
	position: relative;
}

.wd-a {
	position: absolute;
	right: 0;
	top: 70px;
	border: solid 1px #ddd;
	color: #04478f;
	text-align: center;
	width: 150px;
	line-height: 38px;
}


.fl-box {
	position: relative;
	padding-left: 50px;
	margin-top: 20px;
}

.fl-box-left {
	position: absolute;
	line-height: 28px;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #333;
}

.fl-list li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.fl-list li a {
	display: block;
	padding: 0 15px;
	border-radius: 4px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
}

.fl-list li a.active,
.fl-list li a:hover {
	background: #04478f;
	color: #fff;
}

.fl-box-sm {
	margin-top: 10px;
}

.fl-lind {
	border-top: solid 1px #ddd;
	margin: 20px 0;
}

.fs-title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

.table-bordered>thead>tr>th {
	background: #04478f;
	border-color: #346fb6;
	border-bottom: none;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 15px;
}

.table-bordered>tbody>tr>td {
	border: solid 1px #346fb6;
	font-size: 16px;
	color: #333;
	padding: 12px;
	background: #f2f2f2;
	text-align: center;
}

.table-bordered {
	margin: 0;
}

.table-responsive {
	margin-bottom: 50px;
}

.tabe-click {
	padding-right: 20px;
	display: block;
	background: url(../images/table-a.png) right center no-repeat;
}

.table-left>thead>tr>th,
.table-left>tbody>tr>td {
	text-align: left;
}

.login-banner {
	padding-top: 200px;
	padding-bottom: 120px;
}

.login-box {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	width: 400px;
	padding: 40px;
}

.login-tt {
	font-size: 22px;
	margin-bottom: 30px;
	color: #333;
	font-weight: bold;
}

.login-box .form-control {
	height: 50px;
	margin-bottom: 20px;
	box-shadow: none;
	background: url(../images/icon-form01.png) 10px center no-repeat;
	padding-left: 40px;
}

.login-box .form-control-b {
	background: url(../images/icon-form02.png) 10px center no-repeat;
}

.yzm-box {
	position: relative;
}

.yzm {
	position: absolute;
	right: 10px;
	top: 10px;
}

.yzm img {
	width: 82px;
	height: 34px;
}

.btn-login {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	background: #2860a5;
	border-radius: 30px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}

.btn-login-r {
	background: #eee;
	color: #2860a5 !important;
}

.login-p {
	color: #999;
	margin-top: 30px;
}


.lq-banner {
	padding: 160px 0 100px 0;
}

.jg-back {
	background: #f7f1e5;
	padding: 20px;
	border-radius: 10px;
}

.jg-left {
	width: 72%;
	border: solid 1px #370706;
	font-family: "楷体";
	position: relative;
	padding: 40px 80px;
}

.jg-left-top {
	position: absolute;
	left: -1px;
	top: -1px;
}

.jg-left-bottom {
	position: absolute;
	left: -1px;
	bottom: -1px;
}

.jg-right-top {
	position: absolute;
	right: -1px;
	top: -1px;
}

.jg-right-bottom {
	position: absolute;
	right: -1px;
	bottom: -1px;
}

.jg-name {
	font-size: 24px;
	color: #111;
	margin-top: 45px;
}

.jg-name span {
	color: #999;
}

.jg-name-p,
.jg-name-b {
	font-size: 24px;
	position: relative;
	z-index: 10;
	line-height: 40px;
	color: #111;
	margin-top: 30px;
	text-indent: 2em;
}

.jg-name-p span,
.jg-name-b span {
	color: #999;
}

.jg-name-b {
	margin-top: 30px;
}

.jg-right {
	width: 28%;
	padding-left: 20px;
}

.jg-right-back {
	min-height: 480px;
	font-size: 18px;
	padding: 50px;
	font-size: 18px;
	color: #77510c;
	text-align: justify;
	line-height: 35px;
	text-indent: 2em;
}

.jg-logo {
	position: relative;
	z-index: 100;
}


.article-tt {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin: 25px 0 0 0;
}

.article-sm {
	color: #888;
	margin-top: 15px;
}

.article-sm span {
	display: inline-block;
}

.article-p {
	border-top: solid 1px #ddd;
	margin-top: 30px;
	padding-top: 30px;
}

.article-p p {
	text-align: justify;
	font-size: 16px;
	color: #555;
	line-height: 35px;
}

.article-link {
	border-top: solid 1px #ddd;
	padding: 30px 0;
}

.article-link a {
	color: #888;
}


.video-list li {
	float: left;
	width: 33.333333%;
	padding: 0 12px;
	margin-bottom: 30px;
}

.video-list {
	margin: 0 -12px;
	margin-top: 50px;
}

.video-img {
	position: relative;
	padding-top: 70%;
}

.video-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-img i {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	background: url(../images/play.png) center no-repeat;
}

.video-tt {
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}

.list-right-box-lg {
	position: relative;
	width: 100% !important;
}

.list-right-box-lg .list-left-top {
	left: 0;
	width: 240px;
	margin-bottom: 25px;
}

.zy-list li {
	float: left;
	width: 33.333%;
	padding: 0 20px;
	margin-top: 30px;
}

.zy-list {
	margin: 0 -20px;
	margin-bottom: 50px;
}

.zy-list li a {
	display: block;
	font-size: 16px;
	border: solid 1px #ddd;
	position: relative;
	line-height: 48px;
	padding-left: 20px;
	padding-right: 40px;
}

.zy-list li a:before {
	display: block;
	content: "";
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	width: 22px;
	background: url(../images/icon-zy01.png) center no-repeat;
}

.zy-list li a:hover {
	background: #04478f;
	color: #fff;
}

.zy-list li a:hover:before {
	background: url(../images/icon-zy02.png) center no-repeat;
}


.dt-ul-date {
	font-size: 16px;
	color: #555;
	padding-top: 25px;
	width: 80px;
	border-top: solid 2px #04478f;
}

.dt-ul-date span {
	display: inline-block;
	font-size: 28px;
	color: #04478f;
	font-weight: bold;
	padding-top: 5px;
}

.dt-ul li a {
	display: block;
	padding: 30px 0;
	border-bottom: solid 1px #ddd;
}

.dt-ul-right {
	margin-left: 110px;
}

.dt-ul-img {
	border-radius: 10px;
	width: 200px;
}

.dt-ul-img img {
	width: 200px;
	height: 113px;
}

.dt-ul-title {
	font-size: 16px;
	color: #555;
}

.dt-ul-right-sm {
	margin-left: 230px;
	padding-top: 10px;
}

.dt-ul-p {
	color: #888;
	line-height: 25px;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
}

.dt-ul-right-lg .dt-ul-right-sm {
	margin-left: 0;
}

.dt-ul-right-lg {
	border-left: solid 1px #ddd;
	padding-left: 40px;
	height: 115px;
}

.dt-ul li:last-child a {
	border: none;
}


.zc-ul li {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-top: 30px;
}

.zc-ul {
	margin: 0 -15px;
}

.zc-ul li a {
	display: block;
	height: 166px;
	border: solid 1px #ddd;
	border-top: solid 2px #04478f;
	padding: 20px;
}

.zc-ul-date {
	font-size: 16px;
	color: #555;
	padding-bottom: 50px;
	background: url(../images/icon-zc01.png) left bottom no-repeat;
}

.zc-ul-date span {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}

.zc-ul-right {
	margin-left: 100px;
}

.zc-ul-label {
	color: #fff;
	border-radius: 30px;
	line-height: 25px;
	padding: 0 12px;
	background: #ff9900;
	display: inline-block;
}

.zc-ul-tt {
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}

.zc-ul-p {
	color: #888;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}

.zc-ul li a:hover {
	background: #04478f;
}

.zc-ul li a:hover .zc-ul-date,
.zc-ul li a:hover .zc-ul-date span,
.zc-ul li a:hover .zc-ul-tt,
.zc-ul li a:hover .zc-ul-p {
	color: #fff;
}

.zs-list li a:hover .zs-date {
	background: url(../images/date-back02.png) center no-repeat;
	color: #fff;
}

.zs-list li a:hover .zs-right-tt {
	color: #c81b00;
	font-weight: bold;
}

.zs-more:hover {
	background: #04478f;
	color: #fff;
}

.zs-more:hover span {
	background: url(../images/more02.png) right center no-repeat;
}

.link-ul li a:hover,
.nav-b a:hover {
	color: #04478f;
}

.wd-a:hover {
	background: #04478f;
	color: #fff;
}

.list-left-top-phone {
	display: none;
}

.video-list li a:hover .video-tt {
	color: #04478f;
}

.header.onee {
	background: #04478f;
	padding-bottom: 0px;
}

.header {
	transition: 0.3s all;
}


@media(max-width: 1740px) {
	.nav-list li {
		
	}

	.logo {
		width: 450px;
	}
	
	.two{    padding: 80px 0px 60px;}
	.header{padding-bottom: 20px !important;}
}


@media(max-width: 1580px) {
	.nav-list li a {
		
	}
}

@media(max-width: 1479px) {
	.container {
		width: 1230px;
	}

	.logo {
		width: 400px;
	}

	.header {
		padding: 20px 30px;
	}

	.header.onee {
		padding-bottom: 20px;
	}

	.about-tt {
		padding: 0 50px;
	}

.nav-list li{    margin-left: 20px;}

	.list-right-box {
		width: calc(100% - 270px);
	}

	.banner-list {
		height: 450px;
	}

	.gg-ul {
		padding-bottom: 20px;
	}

	.news-ul-a li {
		padding: 8px 40px 8px 0px;
	}

	.one-slick-p {
		bottom: 6px;
	}

	.two{padding: 80px 0px 50px;}





}

@media(max-width: 1390px) {
	.logo {
		width: 350px;
	}

	.nav-list li a {
		
	}

	.nav-list li {
		
	}

}



@media(max-width: 1279px) {
	.container {
		width: 96%;
	}

	.logo {
		width: 300px;

	}

	.header.onee {
		padding-bottom: 26px;
	}

	.header-right {}



	.search-container .form-control {
		height: 28px;
	}

	.header-right {
		margin-top: 0px;
	}

	.header.onee {
		padding-bottom: 15px;
	}

	.about-p {
		padding: 40px;
	}

	.logo-b {
		width: 100%;
		text-align: center;
	}

	.list-right-box {
		
	}

	.wd-top a {
		display: block;
		width: 115px;
		margin: 20px auto 0 auto;
		float: none !important;
	}

	.banner-list {
		height: 350px;
	}

	.table-bordered>thead>tr>th {
		font-size: 14px;
		color: #fff;
		font-weight: normal;
		padding: 10px 8px;
	}

	.table-bordered>tbody>tr>td {
		font-size: 14px;
		color: #333;
		padding: 10px 8px;
		background: #f2f2f2;
		text-align: center;
	}
	.shfw-l{margin-top: 40px;}






	.jg-left {
		width: 100%;
	}

	.jg-right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.nav-list li a {
		font-size: 16px;
	}

	.nav-list li {
		margin-left: 20px;
	}

	.news-date {
		padding: 2px 10px;
	}

	.news-ul-a-tt.txt-elise {
		line-height: 34px;
	}

	.news-date span {
		font-size: 32px;
		line-height: 38px;
	}
.nav-list li {
    margin-left: 15px;
}
}



@media(max-width: 1144px) {
	.logo {
		width: 250px;
	}

	.nav-list li a {
		font-size: 16px;
	}

	.nav-list li {

	}
.nav-down{transform: translate(-56%, 0) !important;}
	.one-slick .slick-prev {
		width: 50px;
		right: 50px;
	}

	.one-slick .slick-next {
		width: 50px;
	}

	.one-slick-p {
		width: calc(100% - 110px);
	}

	.news-ul-a li {
		padding: 5px 40px 5px 0px;
	}

	.ewm-box a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-right: 20px;
	}

	.ewm-box a img {
		width: 50%;
	}



}














@media(max-width: 1070px) {
.nav-list li {
    margin-left: 10px;
font-size:15px;
}
}













@media(max-width: 991px) {
	.container {
		width: 750px;
	}

	.swiper-slide {
		background-position: center;
		background-size: cover;
		width: 350px;
		height: 200px;
	}




	.bg-link {
		width: 350px;
		height: 200px;
	}

	.one-left {
		width: 100%;
		margin-top: 30px;
	}

	.one-right {
		width: 100%;
	}

	.one-slick-p {
		padding-left: 20px;
	}

	.news-ul-a li {
		padding: 9px 40px 9px 0px;
	}

	.ewm-box a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-right: 10px;
	}

	.two .tzgg{width: 100%;}

	.rl{position: initial;
	    background: url(../images/rl-bj2.png) center right no-repeat;
		background-size: 100% 100%;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.rl img {
		max-width: 90%;
	}
	.two{
		padding: 40px 0px 60px;
		background: url(../images/tzgg-bj2.png)center no-repeat;
		background-size: 100% 100%;

	}
	.shfw-l{width: 100%;}
	.shfw-r{width: 100%;}




	.friends-list li {
		width: 25%;
	}

	.about-p {
		padding: 30px 20px;
	}

	.about-tt {
		padding: 0 20px;
	}

	.header .container {
		width: 100%;
	}

	.header {
		background: #04478f;
		height: 50px;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
	}

	.header {
		padding: 0px 20px;
	}

	.header.onee {
		padding-bottom: 0px;
	}

	.logo {
		padding: 0;
		width: 210px;
		line-height: 48px;
	}

	body {
		padding-top: 50px;
	}

	.nav-list {
		position: absolute;
		left: 0;
		display: none;
		border-top: solid 1px #fff;
		right: 0;
		top: 50px;
		background: #04478f;
		width: 100%;
		margin: 0;
	}

	.nav-list li {
		float: none;
		margin: 0;
		width: 100%;
		padding: 0;
	}

	.nav-list li a {
		display: block;
		font-size: 16px;
		line-height: 40px;
		padding: 0 15px;
	}

	.nav-list li a:before {
		display: none !important;
	}

	.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);
	}

	.search-top {
		line-height: 50px;
		margin-right: 40px;
	}

	.logo-b {
		width: 100%;
		text-align: center;
	}

	.nav-down {
		position: static;
		margin: 0;
		width: 100%;
		padding: 0;
		border: none;

		transform: translate(0, 0);
	}

	.nav-down li a {
		text-align: left;
		padding: 0 25px;
		color: #fff;
	}

	.nav-list li:hover .nav-down {
		display: none;
	}

	.menu-button {
		display: block;
	}

	.nav-down:before {
		display: none;
	}

	.header-right {
		padding-top: 0;
	}

	.search-a {
		line-height: 50px;
		margin-right: 40px;
	}

	.banner .slick-dots {
		margin-left: 0;
		left: 0;
		width: 100%;
		bottom: 0px;
	}

	.zs-more {
		margin: 10px 0;
	}

	.search-box-c {
		left: 15px;
		right: 15px;
		width: auto;
		margin-left: 0;
	}

	.list-right-box {
	
	}

	.wd-list li {
		padding-right: 0;
	}

	.wd-a {
		position: static;
		display: block;
		margin-top: 20px;
	}

	.banner-list {
		height: 250px;
	}

	.table-responsive {
		min-height: .01%;
		overflow-x: auto;
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap;
	}

	.zy-list li {
		width: 100% !important;
	}

	.zc-ul li {
		width: 100%;
	}





	.home-a {
		display: none;
	}

	.search-a {
		display: block;
		position: absolute;
		right: 20px;
		top: 0;
	}

	.search-box-c {
		position: fixed;
		left: 5%;
		top: 50%;
		height: 54px;
		background: #fff;
		padding-right: 115px;
		right: 5%;
		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: #04478f url(../images/search02.png) center no-repeat;
		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);
	}



.footer {
	background: url(../images/footer-bj2.png) no-repeat top center;
           background-size: cover;
}
.footer .footlogo {
    padding: 0px 0 40px;
}


}

@media(max-width: 768px) {
	.container {
		width: 100%;
	}
.dt-ul-date{padding-top: 15px;}
	.onee-left {
		width: 100%;
	}

	.page-one-sm {
		padding-top: 30px;
	}

	.about-right {
		width: 100%;
	}

	.about-right-top {
		margin: 0;
		height: auto;
	}

	.about-img {
		position: static;
	}

	.about-img img {
		display: block;
	}

	.about-tt {
		line-height: 1;
		height: auto;
		padding: 0;
		margin-top: 20px;
	}

	.about-p {
		padding: 20px 0;
		height: auto;
	}

	.link-ul li {
		width: 33.333333%;
		margin-top: 20px;
	}

	.link-ul li img {
		height: 50px;
	}

	.link-ul li a {
		font-size: 14px;
	}

	.page-one {
		padding-bottom: 30px;
	}

	.title-b {
		font-size: 24px;
		margin: 20px 0;
	}

	.friends-list li {
		width: 50%;
	}

	.list-left {
		width: 100%;
	}

	.list-left-top {
		width: 100%;
		display: none;
		line-height: 50px;
		text-align: left;
		padding: 0 15px;
		height: 50px;
		background: #04478f;
		font-size: 18px;
	}

	.list-left-top-phone {
		display: block;
	}

	.list-left-top-phone span {
		position: absolute;
		right: 15px;
		top: 22px;
		color: #fff;
	}

	.list-left-nav li a {
		line-height: 50px;
		font-size: 16px;
		padding-left: 0;
	}

	.list-left-nav li a:before {
		left: auto;
		right: 15px;
	}

	.list-left-bottom {
		display: none;
	}

	.list-left-nav {
		display: none;
	}

	.list-right-box {
		width: 100%;
		padding-bottom: 30px;
	}

	.nav-b {
		display: none;
	}

	.list-left {
		margin-bottom: 0;
	}

	.list-right-top-left {
		padding-bottom: 10px;
	}

	.wd-top {
		padding: 20px;
		font-size: 16px;
	}

	.wd-list li {
		padding: 20px 0;
	}

	.banner-list {
		height: 150px;
	}

	.fl-box-left {
		position: static;
		margin-bottom: 10px;
	}

	.fl-box {
		padding-left: 0;
	}

	.table-responsive {
		margin-bottom: 30px;
	}

	.fl-list li a {
		font-size: 14px;
		padding: 0 10px;
	}

	.fl-list li {
		margin-right: 10px;
	}

	.login-box {
		width: 100%;
		padding: 20px;
	}

	.login-banner {
		padding: 30px 0;
	}

	.login-p {
		margin-top: 15px;
	}

	.login-tt {
		margin-bottom: 15px;
	}

	.jg-left {
		padding: 30px;
	}

	.jg-name {
		font-size: 16px;
		margin-top: 15px;
	}

	.jg-name-p,
	.jg-name-b {
		font-size: 16px;
		margin-top: 15px;
		line-height: 25px;
	}

	.jg-right-back {
		padding: 30px;
		font-size: 14px;
		line-height: 25px;
		min-height: 10px;
		padding-bottom: 50%;
	}

	.article-p p {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.article-p {
		margin-top: 20px;
		padding-top: 20px;
	}

	.article-link .col-xs-6 {
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}

	.article-link {
		margin-top: 15px;
		padding: 10px 0;
	}

	.article-tt {
		font-size:20px;
	}

	.video-list li {
		width: 50%;
		margin-bottom: 15px;
	}

	.video-list {
		margin-top: 20px;
	}

	.video-tt {
		font-size: 14px;
	}

	.video-img i {
		left: 10px;
		bottom: 10px;
	}

	.zy-list li {
		width: 50% !important;
		margin-top: 15px;
	}

	.zy-list li a {
		padding: 0 15px;
		line-height: 38px;
		font-size: 14px;
	}

	.zy-list li a:before {
		right: 15px;
	}

	.zy-list {
		margin-bottom: 20px;
	}

	.dt-ul-img {
		display: none;
	}

	.dt-ul-right-sm {
		margin-left: 0;
	}

	.dt-ul-right-lg {
		padding-left: 0;
		border: none;
		height: auto;
	}

	.dt-ul li a {
		padding: 20px 0;
	}

	.dt-ul-right-sm {
		padding-top: 0;
	}

	.swiper-button-prev {
		margin-left: -180px;
	}

	.swiper-button-next {
		margin-right: -180px;
	}

	.bg-link span {
		bottom: 15px;
	}

	.banner .slick-dots li,
	.banner .slick-dots li button {
		

	}

	.video-one {
		position: relative;
		width: 50%;
		float: left;
		margin: 0 0 10px 0 !important;
		left: 0;
		top: 0;
	}

	.video-box {
		padding: 0;
	}

	.video-one div {
		height: auto;
		padding-top: 63.76%;
	}

	.video-one a span {
		font-size: 14px;
	}

	.xt-list li {
		width: 20%;
	}

	.xt-top {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	.xt-top:before {
		background-size: 80% 80%;
	}

	.xt-title {
		font-size: 15px;
		margin-top: 10px;
	}

	.xt-list li {
		margin-top: 15px;
	}

	.xt-list:before {
		display: none;
	}


	.title-left {
		font-size: 30px;
	}
.two .lm1 h2 {
		font-size: 30px;
	}
	.title-left span {
		font-size: 12px;
		font-weight: 100;
	}

	.one-slick .slick-next {
		height: 40px;
	}

	.one-slick .slick-prev {
		height: 40px;
	}

	.one-slick a {
		border-radius: 0 50px 0 0px;
	}

	.footer .footlogo img {
		max-width: 80%;
	}

	.footer .footleft {
		width: 100%;
	}

	.footer .footmid {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.footer .footright {
		width: 100%;
		text-align: center;
		margin-top: 20px;

	}

	.footer .footright .c1 {
		margin: auto;
	}

	.mtjz-l {
		width: 100%;
	}

	.mtjz-r {
		width: 100%;
	}

	.ewm-box a {
		width: 55px;
		height: 55px;
		line-height: 55px;
		margin-right: 20px;
	}

	.ewm-box {
		padding-top: 15px;
	}

	.three-ul {
		margin-top: 30px;
	}
}

@media (max-width: 530px) {
	.tzgg-slick1 .tzgg-l{width: 100%;}


}



@media (max-width: 500px) {
	.title-left {
		font-size: 24px;
	}
.two .lm1 h2 {
		font-size: 24px;
	}
	.title-left span {
		zoom: .8;
	}

	.one-slick-p {
		bottom: -2px;
	}

	.one {
		padding: 20px 0 40px;
	}

	.one .title {
		margin-bottom: 0px;
	}


	.img-ul-left {
		width: 200px;
		height: 136px;
	}

	.img-ul-left img {
		width: 200px;
		height: 130px;
	}

	.img-ul-right {
		margin-left: 210px;
		margin-top: 0px;
	}

	.img-ul-date {
		margin-top: 0px;
	}

	.img-ul-p {
		margin-top: 5px;
	}

	.xt-top img {
		transform: scale(0.7, 0.7);
	}

	.xt-title {
		font-size: 12px;
		margin-top: 4px;
	}

	.xt-list li {
		margin-top: 0px;
	}

	.tzgg li {
		padding: 8px 5px 8px 0px;
	}

	.news-ul-a li {
		padding: 8px 5px 8px 0px;
	}

	.one-slick-bottom {
		height: 60px
	}

	.one-slick-date {
		top: -8px;
	}

	.one-slick-date span {
		font-size: 20px;
	}

	.one-slick-date {
		font-size: 10px;
		width: 70px;
	}

	.one-slick-bottom {
		padding: 15px 20px 15px 80px;
	}

	.one-slick-p {
		font-size: 16px;
	}

	.ewm-box a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-right: 15px;
	}



}

@media(max-width:550px){
.zy-list li{width:100% !important;}
}