@media (min-width:1920px){
	.swiper-container .swiper-slide{
		background-size: 100% auto;
	}
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 14px;
	font-family:"微软雅黑";
	width: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	vertical-align: middle;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
input,button,select,textarea {
	outline: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.main {
	width: 1200px;
	margin: 0 auto;
}
/*首页*/
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.swiper-container-vertical>.swiper-pagination-bullets{
	left: 25px;
	right:auto;
	width: 10px;
    margin: 0 auto;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 6px 0;
}
.swiper-pagination-bullet{
	border-radius: 0;
	height: 30px;
}
.navigation{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	z-index: 99;
	background-color: #00000080;
}
.swiper-container .swiper-wrapper .swiper-slide .swiper-pagination1{
	position: absolute;
    bottom: 50px;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
	z-index:9;
}
.swiper-container .swiper-wrapper .swiper-slide .swiper-pagination1 .swiper-pagination-bullet{
	height: 15px;
	width: 15px;
	margin:0 15px;
	border-radius: 15px;
	background:#a2a2a2;
	opacity:1;
}
.swiper-container .swiper-wrapper .swiper-slide .swiper-pagination1 .swiper-pagination-bullet-active{
	background: #007aff;
}
.navigation .logo{
	width: 170px;
	line-height: 60px;
}
.navigation .logo img{
	height: 50px;
}
.navigation .nav{
	text-align: center;
	width: 850px;
}
.nav li{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	margin-left: 60px;
	margin-right: 60px;
	position: relative;
	box-sizing: border-box;
}
.nav li:hover{
	border-bottom: 4px solid #0070cb;
}
.nav li a{
	color: #fff;
	font-size: 16px;
}
.nav li:nth-child(1){
	margin-left: 0;
}
.nav li:nth-child(5){
	margin-right: 0;
}
.nav_list_list{
	opacity: 0;
	position: fixed;
	left: 0;
	top: -70px;
	transition: all 0.5s;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #fff;
	z-index: 2;
}
.nav li:hover .nav_list_list{
	opacity: 1;
	top: 61px;
}
.nav_list_list .nav_lists a{
	color: #000;
}
.nav_list_list .nav_lists a:hover{
	color: #0070cb;
}
.nav_lists{
	display: inline-block;
	margin: 0 20px;
}
.navigation .search{
	width: 170px;
	text-align: right;
}
.navigation .search input{
	display: none;
}
.footer{
	background-color: #666666;
	color: #fff;
	padding: 40px 0 30px;
	font-size: 14px;
}
.footer_top span{
	display: inline-block;
	margin: 0 5px;
	line-height: 26px;
	vertical-align: middle;
}
.footer_top .shu{
	height: 26px;
	border-right: 1px solid #fff;
	width: 1px;
}
.footer_bottom{
	margin-top: 20px;
}
.swiper-container .swiper-slide{
	background-position: center top -15px;
	background-repeat: no-repeat;
	background-size:  100% auto;
}
.swiper-container .swiper-slide .list_1_title{
	color: #fff;
    font-size: 34px;
    line-height: 56px;
    margin: 22% auto 0;
}
.swiper-container .swiper-slide .list_1_title{
	color: #fff;
    font-size: 34px;
    line-height: 56px;
    margin: 20% auto 0;
}
.swiper-container .swiper-slide .list_title{
	margin-top: 10%;
	font-size: 36px;
	color: #fff;
}
.swiper-container .swiper-slide .text{
	margin-top: 10px;
	font-size: 20px;
	color: #fff;
}
.swiper-container .swiper-slide .submits{
	margin-top: 40px;
}
.swiper-container .swiper-slide .submits a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 40px;
	width: 220px;
	color: #fff;
	font-size: 14px;
	margin: 0 40px;
}
.swiper-container .swiper-slide .submits a:hover{
	border: 1px solid #141414;
	background-color: #141414;
}
.swiper-container .list_5 .list_title{
	color: #ffffff;
}
.swiper-container .list_5 .text{
	color: #ffffff;
}
.swiper-container .list_5 .submits a{
	border: 1px solid #ffffff;
	color: #ffffff;
}
.swiper-container .swiper-slide .submits a:hover{
	border: 1px solid #141414;
	background-color: #141414;
	color: #fff;
}
.sy_news{
	margin-top: 40px;
}
.sy_news .news_list{
	width: 30%;
	margin-right: 3%;
	margin-bottom: 2%;
}
.sy_news .news_list:nth-child(3n){
	margin-right: 0;
}
.sy_news .time{
	border: 1px solid #272727;
	width: 85px;
	/*height: 80px;*/
}
.sy_news .time .time_d{
	font-size: 34px;
	color: #0070cb;
	line-height: 45px;
}
.sy_news .news_list .text{
	margin-top: 0;
	width: 265px;
	text-align: left;
}
.sy_news .text .title{
	font-size: 16px;
	color: #272727;
	line-height: 34px;
	overflow: hidden;
	height: 34px;
	margin-bottom: 10px;
	text-align:left;
}
.sy_news .text .text_text{
	font-size: 14px;
	color: #272727;
	line-height: 20px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sy .more a{
	display: inline-block;
	border: 1px solid #0070cb;
	color: #0070cb;
	width: 145px;
	height: 40px;
	line-height: 40px;
}
.sy .more a:hover{
	color: #fff;
	background-color: #0070cb;
}
.swiper-container1{
	height: 100%;
}
.swiper-container .list_1{
	background-image: url(../img/sy_list_01.jpg);
}
.swiper-container .list_2{
	background-image: url(../img/sy_list_02.jpg);
}
.swiper-container .list_3{
	background-image: url(../img/sy_list_03.jpg);
}
.swiper-container .list_4{
	background-image: url(../img/sy_list_04.jpg);
}
.swiper-container .swiper-slide.list_4 .list_title{
	color: #ffffff;
	/*margin-top: 12%;*/
}
.swiper-container .swiper-slide.list_4 .text{
	color: #ffffff;
}
.swiper-container .swiper-slide.list_4 a{
	border: 1px solid #ffffff;
	color: #ffffff;
}
.swiper-container .list_5{
	background-image: url(../img/sy_list_05.jpg);
}
.swiper-container .list_6{
	background-image: url(../img/sy_list_06.jpg);
}
.swiper-container .swiper-slide.list_6 .list_title{
	color: #141414;
	margin-top: 12%;
}
.swiper-container .swiper-slide.list_6 .text{
	color: #141414;
}
.swiper-container .swiper-slide.list_6 a{
	border: 1px solid #141414;
	color: #141414;
}
.swiper-container .list_7{
	background-image: url(../img/sy_list_07.jpg);
	background-position: bottom center;
}


/*首页*/
@media only screen and (max-width: 1680px) {
	.swiper-container .swiper-slide{
		/*background-size: auto 100%;*/
	}
}
@media only screen and (max-width: 1200px) {
	.fl{
		float: none;
	}
	.fr {
	    float: none;
	}
	.clear{
		display: none;
	}
	.main{
		width: 90%;
	}
	.swiper-container .swiper-slide .list_1_title{
		margin-top: 60%;
		font-size: 34px;
	}
	.swiper-container .swiper-slide .list_title{
		margin-top: 45%;
	}
	.swiper-container .swiper-slide .ws-ti{
		margin-top: 38%;
	}
	.list_2 .list_title{
		display: flex;
	    justify-content: space-around;
	    flex-wrap: wrap;
	}
	.sy_news{
		display: flex;
	    justify-content: space-around;
	    flex-wrap: wrap;
	}
	.sy_news .news_list{
		width: 44%;
		margin-right: 0;
		display: flex;
		justify-content: space-around;
	}
	.sy_news .time{
		width: 30%;
		height: auto;
	}
	.sy_news .news_list .text{
		width: 65%;
	}
	.sy_news .text .title{
		margin-bottom: 1%;
	}
	.swiper-container .list_7 .list_title{
		margin-top: 25%;
	}
}
@media only screen and (max-width: 766px) {
	.swiper-container .swiper-slide {
		background-size: auto 100%;
	}
	.swiper-container .swiper-slide.list_6 .list_title {
		margin-top: 45%;
	}
	.sy_news .news_list{
		width: 100%;
	}
	.sy_news .news_list:nth-child(n+4){
		display: none;
	}
	.swiper-container .swiper-slide .list_1_title{
		font-size: 16px;
		width: 80%;
		line-height: 34px;
	}
	.swiper-container .swiper-slide .list_title{
		font-size: 26px;
	}
	.swiper-container .swiper-slide .text{
		font-size: 16px;
	}
	.swiper-container .swiper-slide .submits{
		margin-top: 2%;
	}
	.swiper-container .swiper-slide .submits a{
		margin-top: 2%;
	}
	.swiper-container .list_7 .list_title{
		margin-top: 6%;
	}
	.sy_news .text .title a{
		font-size: 16px;
	}
	.sy_news .time .time_d{
		font-size: 20px;
		line-height: 30px
	}
	.sy_news .time .time_y{
		font-size: 16px;
	}
	.sy_news .text .title{
		line-height: 26px;
		height: 26px;
	}
	.sy_news .text .text_text{
		font-size: 12px;
	}
	.sy_news{
		margin-top: 4%;
	}

}