﻿.top {
	background: url(../images/topbg.png) no-repeat;
	background-size: 100% 100%;
}

.top-nava {
	display: flex;
	justify-content: space-between;
	padding: 30px 30px;
}

.notxt {
	width: 30px;
	border: 0;
	background: white url(../images/searchbg.png) no-repeat center center;
}

.search {
	display: flex;
	justify-content: right;
	padding: 10px 0;
}

.search-zh {
	margin-right: 8px;
}

input,
textarea,
select {
	padding: 0;
	font-family: inherit;
	outline: none;
	resize: none;
	background: none;
	border: none;
	font-size: inherit;
	color: inherit;
}

.search-zh a {
	color: white;
	padding: 9px;
	font-size: 14px;
	border: 1px solid white;
	text-decoration: none;

}

.search>form {
	margin-top: -8px;
}

.search>form>input {
	height: 36px;
	float: left;
	border: 0;
	border-radius: 0;

}

.notxt1 {
	width: 265px;
	background: white;
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 700px) {}

@media (max-width: 414px) {
	.top-nava {
		display: unset;
	}

	.search {
		margin-top: 10px;
		display: flex;
		justify-content: center;
		padding: 10px 0;
	}

	.top {
		background: url(../images/topbg.png) no-repeat;
		background-size: 100% 100%;
		display:none;
	}
}

@media (max-width: 375px) {

	/******iphone X 7 8******/


}

@media (max-width: 320px) {

	/******iphone 5/SE******/

}

.navbar {
	position: relative;
	min-height: auto;
	margin-bottom: 0px;
	border: 1px solid transparent;
}

.nav>li {
	padding: 15px 0;
}

.nav>li:nth-child(1) a {
	border-left: 1px solid #CCE5F0;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 4px 40.433457px;
	font-size: 20px;
	border-right: 1px solid #CCE5F0;
	color: #055e82 !important;
}

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.nav>.navbar>.container{
	padding-left: 8px;
	padding-right: 8px;
}
.mian {
	padding-top: 28px;
	padding-bottom: 114px;
	background: #F5F5F5 url("../images/mianbg.png") no-repeat;
	background-position-y: 0%;
}
.mian>.container>.row{
	margin-bottom: 20px;
}
.col-md-4,
.col-md-8,
.col-md-6
{
	padding-left: 8px;
	padding-right: 8px;
}
.col-md-12{
	padding-left: 8px;
	padding-right: 14px;
}
.xwtt {
	background: white;
	/* width: 315px; */
}

.xwtt>.title {
	padding: 10px 0px;
	font-size: 18px;
	color: white;
	background: #80B7C9 url(../images/newsxw.png) no-repeat;
	background-position-y: center;
	padding-left: 50px;
	background-position-x: 23px;

}

.xwtt>ul {
	padding-left: 0;
	list-style: none;
	padding: 15px 26px;
}

.xwtt>ul>li {
	padding: 10px 0;
	border-bottom: 1px solid #D6D6D6;
}

.xwtt>ul>li:last-child {
	border: 0;
}

.xwtt>ul>li>a {
	text-decoration: none;
	display: block;
}

.xwtt>ul>li>a>.title {
	font-size: 18px;
	color: #055e82;
}

.xwtt>ul>li>a>.cont {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

.xwtt>ul>li>a:hover .title {
	font-weight: 800;
}

.side {
	min-height: 440px;
	position: relative;
}

.side>.side-text {
	position: absolute;
	bottom: 0;
	color: white;
	font-size: 18px;
	width: 100%;
	padding: 10px 20px;
	background: rgba(0, 0, 0, .3);
}

.swiper-pagination {
	text-align: right;
	padding-right: 30px;

}

.swiper-pagination-bullet {

	border-radius: 100%;
	background: white;
	opacity: 1;

}
.navbar-header>img{
	display: none;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

@media (min-width:992px) {
	.mian .col-md-4 {
		width: 28.22222222%;
	}
	
	.mian .col-md-8 {
		width: 71.11111118%;
	}
	
	.mian .col-md-6 {
		width: 43%;
	}
}

@media screen and (max-width: 1500px) {
	
}


@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 700px) {}

@media (max-width: 414px) {
	
	.mian{
		padding-bottom: 20px;
	}
	.side {
		min-height: 240px;
		position: relative;
	}
	
	.nav>li>a{
		text-align: center;
		width: 100%;
	}
	.navba.navbar-default{
		border: 0;
	}
	.navbar-header{
			background: url(../images/topbg.png) no-repeat;
			background-size: 100% 100%;
			border: 0;
		
	}
	.navbar-header>img{
		margin: 9px 0;
		margin-left: 10px;
		width: 80%;
		display: inline-block;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
}

@media (max-width: 375px) {

	/******iphone X 7 8******/


}

@media (max-width: 320px) {

	/******iphone 5/SE******/

}

.sfsd {
	background: white;
	border-top: 4px solid #EB9595;
}

.sfsd>.title {
	display: flex;
	justify-content: space-between;
	padding: 10px 25px;
}

.sfsd>.title>.sfsd-txt {
	font-size: 18px;
	color: #055e82;
	background: url(../images/sdsf01.png) no-repeat;
	padding-left: 30px;
}

.sfsd>.title>.More a {
	text-decoration: none;
	color: #797979;
}

.sfsd>.cont {
	padding: 10px 25px;
}

.sfsd>.cont>.cont-top a {
	text-decoration: none;
	color: #055e82;
	font-size: 18px;
	line-height: 20px;
}

.sfsd>.cont>.cont-top a img {
	width: 100%;
}

.sfsd>.cont>.cont-top a .txt {
	margin-top: 10px;
}

.sfsd>.cont>ul {
	padding-left: 0;
	list-style: none;
	margin-top: 20px;
}

.sfsd>.cont>ul>li {
	border-top: 1px solid #D6D6D6;
	padding: 16px 0;
}

.sfsd>.cont>ul>li>a {
	color: #646565;
	text-decoration: none;
}

.sfsd>.cont>ul>li>a:hover{
	color: red;
	text-decoration: underline;
}


.xydt {
	background: white;
	border-top: 4px solid #5ABFDC;
}

.xydt>.title {
	display: flex;
	justify-content: space-between;
	padding: 10px 25px;
}

.xydt>.title>.xydt-txt {
	font-size: 18px;
	color: #055e82;
	background: url(../images/jxky01.png) no-repeat;
	padding-left: 30px;
}

.xydt>.title>.More a {
	text-decoration: none;
	color: #797979;
}

.xydt>.cont ul {
	padding-left: 0;
	list-style: none;
	padding: 16px 25px;
}

.xydt>.cont ul li a {
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	color: #5d5d5d;
}
.xydt>.cont ul li a:hover{
	color: red;
}
.xydt>.cont ul li a div:nth-child(2) {
	color: #999999;
}




.shfw {
	background: white;
	border-top: 4px solid #E57171;
}

.shfw>.title {
	display: flex;
	justify-content: space-between;
	padding: 10px 25px;
}

.shfw>.title>.shfw-txt {
	font-size: 18px;
	color: #055e82;
	background: url(../images/shfw01.png) no-repeat;
	padding-left: 30px;
	background-position-y: center;
}


.shside {
	min-height: 160px;
	position: relative;
}

.swiper-container1 {
	position: relative;
}

.shfw>.cont {
	padding: 10px 25px;
}

.shfw>.cont>.cont-top {
	overflow: hidden;
	height: 160px;
}

.swiper-container1>.swiper-pagination {
	text-align: right;
	padding-right: 5px;
}

.shside>.shside-text {
	position: absolute;
	bottom: 0;
	color: white;
	font-size: 14px;
	width: 100%;
	padding: 10px 10px;
	background: rgba(0, 0, 0, .6);
}

.shfw>.cont>ul {
	padding-left: 0;
	list-style: none;
	margin-top: 13px;
}

.shfw>.cont>ul>li {
	border-bottom: 1px solid #DCDCDC;
}

.shfw>.cont>ul>li:last-child {
	border: 0;
}

.shfw>.cont>ul>li>a {
	padding: 12px 0;
	display: block;
	text-decoration: none;
	color: #5d5d5d;
}
.shfw>.cont>ul>li>a:hover{
	color: red;
	text-decoration: underline;
}
@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 700px) {}

@media (max-width: 414px) {
	
	.xydt{
		margin-top: 20px;
	}
	.shfw{
		margin-top: 20px;
	}
	.xydt > .cont ul li a>div:first-child{
		width: 70%;
		height: 20px;
		overflow: hidden;
	}
}

@media (max-width: 375px) {

	/******iphone X 7 8******/


}

@media (max-width: 320px) {

	/******iphone 5/SE******/

}

.mtjd {
	display: flex;
	justify-content: space-between;
	background: white;
	padding-right: 20px;
}


.mtjd-left {
	font-size: 18px;
	padding: 20px;
	background: #80B7C9;
	width: 60px;
	text-align: center;
	color: white;
	line-height: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.mtjd-left>span>img {
	margin-bottom: 20px;
	width: 100%;
}

.mtjd-rigt {
	width: 90%;

}

.mtjd-right-mian-img {
	background: #F9F9F9;
	width: 200px;
}
.mtjd-right-mian-img>a{
	display: block;
	text-decoration: none;
}
.mtjd-right-mian-img>a img {
	width: 100%;
}

.mtjd-right-mian-img>a .title {
	font-size: 14px;
	margin: 20px 10px;
}

.mtjd-right-mian-img>a .cont {
	font-size: 14px;
	margin: 20px 10px;
	color: #636363;
}

.mtjd-right-mian {
	display: flex;
	justify-content: space-between;
}

.mtjd-rigt {
	padding: 30px 0;
}

.mtjd-rigt .more {
	text-align: right;
	margin-bottom: 20px;
}

.mtjd-rigt .more a {
	color: #797979;
	text-decoration: none;
}

.mtjd-right-mian-right {
	width: 77%;
}

.mtjd-right-mian-right>ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.mtjd-right-mian-right>ul>li {
	margin-bottom: 15px;
}

.mtjd-right-mian-right>ul>li:last-child {
	margin-bottom: 0;
}

.mtjd-right-mian-right>ul>li>a {
	text-decoration: none;
	color: #616161;
	display: flex;
	justify-content: space-between;
}
.mtjd-right-mian-right>ul>li>a:hover{
	color: red;
}
.mtjd-right-mian-right>ul>li>a>.day {
	color: #999999;
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {
	.mtjd{
		display:block;
		padding-right: 0;
		
	}
	.mtjd-left{
		width: 100%;
		text-align: left;
	}
	.mtjd-left > span > img{
		width: unset;
		margin-bottom: 5px;
	}
	.col-md-12 {
		padding-left: 8px;
		padding-right: 8px;
	}
	.mtjd-rigt{
		width: 100%;
		background: white;
		padding: 0 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mtjd-right-mian{
		display: unset;
		
	}
	.mtjd-right-mian-right{
		width: 100%;
	}
	.mtjd-right-mian-img{
		display: none;
	}
	.mtjd-right-mian-right > ul > li > a>span:first-child{
		width: 70%;
		overflow: hidden;
		height: 20px;
	}
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 700px) {}

@media (max-width: 414px) {}

@media (max-width: 375px) {

	/******iphone X 7 8******/


}

@media (max-width: 320px) {

	/******iphone 5/SE******/

}



.foot {
	background: url(../images/footbg.png) no-repeat;
	background-size: 100% 100%;
}

.foot-one {
	padding-top: 80px;
	padding-bottom: 100px;
}

.foot-nava ul {
	padding-left: 0;
	list-style: none;
}

.foot-logo {
	padding-top: 10px;
}

.foot-rwn {
	margin-top: 50px;
}

.foot-rwn img:nth-child(2) {
	margin-right: 14px;
	margin-left: 14px;
}

.foot-nava ul li {
	float: left;
	padding: 0 20px;
	border-left: 1px solid white;
}

.foot-nava ul li:nth-child(1) {
	padding-left: 0;
	border-left: 0;
}

.foot-nava ul li a {
	color: #f3f5f9;
	text-decoration: none;
}

.foot-nava ul li a:hover {
	color: red;
}

.foot-title {
	font-weight: 800;
	color: white;
	margin-bottom: 15px;
}

.foot-lxwm {
	color: white;
	/* border-top: 3px solid #3295C2; */
	padding-top: 20px;
	margin-top: 75px;
	font-size: 18px;
}

.foot-img {
	margin-top: 20px;
}

.foot-img img {
	margin-right: 10px;
}

.foot-two {
	text-align: center;
	background: #0174A8;
	padding: 23px 0;
	color: rgba(255, 255, 255, .3);
}



@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {
	.foot-logo {
		padding-top: 10px;
		text-align: center;
	}

	.foot-rwn {
		margin-top: 50px;
		text-align: center;
	}
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 700px) {}

@media (max-width: 414px) {
	.foot-one {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.foot-nava ul li {
		float: left;
		padding: 0 10px;
		border-left: 1px solid white;
	}
}

@media (max-width: 375px) {

	/******iphone X 7 8******/


}

@media (max-width: 320px) {

	/******iphone 5/SE******/

}