﻿.wid{
	width: 1300px;
	margin: 0 auto;
}
.head{
	background-color: #811515;
}
.logo{
    height: 170px;
    background-image: url(../image/logo1.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.nav{
    background-image: url(../image/nav_bg_02.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	padding-top: 1px;
}
.nav ul{
	width: 990px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.nav ul li{
}
.nav ul li a{
	width: 165px;
	display: block;
	height: 53px;
	line-height: 53px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	transition: .4s;
}
.nav ul li a:hover{
	background-color: #811515;
	transition: .4s;
}

.banner {
  width: 100%;
	margin-bottom: 60px;
}
.banner .list {
  width: 100%;
}
.banner .list ul {
  margin: 0;
}
.banner .list ul li {
  width: 100%;
}
.banner .list ul li img {
  width: 100%;
}
.banner .list ul li img.wapImg {
  display: none;
}
.banner .list .swiper-pagination {
  bottom: 10px;
}
.banner .list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 8px;
  opacity: 0.8;
  background-color: #fff;
}
.banner .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffd640;
  opacity: 1;
}



.title{
	border-bottom: solid 1px #aaaaaa;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
}
.title span{
	float: right;
	font-size: 24px;
	padding-top: 15px;
}
.notice{
	margin-bottom: 60px;
}
.notice .conts ul li{
	border-bottom: solid 1px #aaa;
	padding: 20px 10px 20px 10px;
	transition: .4s;
}
.notice .conts ul li:last-child{
	border: none;
}
.notice .conts ul li:hover{
	background-color: #f1f1f1;
	transition: .4s;
}
.notice .conts ul li a{
	font-size: 24px;
	color: #323230;
	line-height: 40px;
}
.notice .conts ul li a span{
	color: #ffae00;
	font-size: 48px;
	padding-right: 25px;
}


.news{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.news_a{
	width: 600px;
}
.news_a_conts{
	padding: 30px;
	transition: .4s;
}
.news_a_conts:hover{
	background-color: #f1f1f1;
	cursor: pointer;
	transition: .4s;
}
.news_a_conts img{
	width: 100%;
	height: 450px;
}
.news_a_conts h2{
	font-size: 42px;
	font-weight: normal;
	line-height: 70px;
	margin: 15px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_a_conts span{
	font-size: 38px;
	color: #ffae00;
	display: block;
	margin-bottom: 25px;
}
.news_a_conts span i{
	font-style: normal;
	padding-left: 100px;
}
.news_a_conts p{
	font-size: 16px;
	color: #37313a;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}


.brand{
    background-image: url(../image/brand_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
	padding: 2.5vw;
	margin-bottom: 60px;
}
.brand_conts{
	background-color: rgba(255,255,255,.8);
	-webkit-box-shadow: 0px 0px 10px #333;
 	-moz-box-shadow: 0px 0px 10px #333;
 	box-shadow: 0px 0px 10px #333;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	min-/height: 460px;
}
.brand_conts_title{
	position: relative;
	width: 11%;
	left: -15px;
	padding-top: 80px;
}
.brand_conts_title i{
	width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 30px solid #e4322b;
    border-bottom: 15px solid transparent;
	float: left;
	display: inline-block;
	margin-right: 50px;
}
.brand_conts_pic{
	width: 74%;
	padding: 2%;
}
.brand_conts_pic ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.brand_conts_pic ul li{
	display: inline-block;
	width: 28%;
}
.brand_conts_pic ul li a{
	display: block;
}
.brand_conts_pic ul li a img{
	width: 100%;
}
.brand_conts_pic ul li a h3{
    background-image: url(../image/icon.png);
    background-repeat: no-repeat;
    background-position: 20px center;
	padding-left: 80px;
	font-size: 20px;
	line-height: 65px;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.brand_conts_more{
	width: 10%;
	padding-top: 80px;
	text-align: center;
}

.studyfile{
	position: relative;
	width: 100%;
	height: 650px;
}
.studyfile_bg{
	position: relative;
	width: 85%;
	min-width:1300px;
	margin: 0 auto;
	background-color: rgba(255,0,4,.6);
	top: 100px;
	height: 400px;
}
.studyfile_conts{
	position: relative;
	top: -50px;
	display: flex;
	justify-content: space-between;
}
.studyfile_pic{
	width: 760px;
}
.studyfile_pic img{
	width: 100%;
}
.studyfile_txt{
	width: 480px;
	padding-top: 100px;
}
.studyfile_txt ul li{
	margin-bottom: 15px;
}
.studyfile_txt ul li a{
	font-size: 36px;
	line-height: 50px;
	color: #fff;
	display: block;
}

.foot{
	background-color: #801313;
	padding: 50px 0;
	text-align: center;
}
.foot a{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 0 60px;
}







.wap-nav {
  	display: none;
}

.wap-nav {
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #973d3d;
  padding: 0 12px;
	background-color: #811515;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wap-nav .logo {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  background-image: url(none);
  border: none;
}
.wap-nav .logo img {
  max-width: 100%;
}
.wap-nav .menu {
  width: 40px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-nav .menu i {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.wap-nav .menu i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.wap-nav .menu i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.wap-nav .menu.acti i {
  background: none;
}
.wap-nav .menu.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.wap-nav .menu.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.wap-nav .wap-slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #fff;
  z-index: 89;
  padding-bottom: 20px;
  display: none;
  border-top: 1px solid #0a53a5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.wap-nav .wap-slide .list {
  width: 100%;
  padding: 10px 30px;
}
.wap-nav .wap-slide .list ul {
  width: 100%;
  margin: 0;
}
.wap-nav .wap-slide .list ul li {
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  border-bottom: solid 1px #eee;
}
.wap-nav .wap-slide .list ul li:last-child {
  border: none;
}
.wap-nav .wap-slide .list ul li h4 {
  font-weight: normal;
  padding-left: 30px;
  font-size: 18px;
}
.wap-nav .wap-slide .list ul li h4 a {
  color: #811515;
  text-decoration: none;
}
.wapImg, .wap-list {
  display: none;
}





@media screen and (max-width: 768px) {
	.wid {
		width: 96%;
		margin: 0 2%;
	}
	 .head, .pc-list {
		display: none;
	}
	.wap-nav, .wap-list {
		display: block;
	}
	.pcImg {
		display: none;
	}
	.banner .list ul li img.wapImg {
    	display: block;
	}
	
	
	.title img{
		width: 35%;
	}
	.title span{
		font-size: 14px;
		padding: 0;
	}
	
	
	.notice{
		margin-bottom: 30px;
	}
	.notice .conts ul li{
		border-bottom: solid 1px #aaa;
		padding: 5%;
		transition: .4s;
	}
	.notice .conts ul li a{
		font-size: 20px;
		color: #323230;
		line-height: 40px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.notice .conts ul li a span{
		color: #ffae00;
		font-size: 32px;
		padding-right: 18px;
	}
	
	
	.news{
		display: block;
		margin-bottom: 30px;
	}
	.news_a{
		width: 100%;
		margin-bottom: 30px;
	}
	.news_a_conts{
		padding: 5%;
	}
	.news_a_conts img{
		width: 100%;
		height:auto;
	}
	.news_a_conts h2{
		font-size: 26px;
		font-weight: normal;
		line-height: 40px;
		margin: 10px 0;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.news_a_conts span{
		font-size: 22px;
		color: #ffae00;
		display: block;
		margin-bottom: 15px;
		padding: 0 5%;
	}
	.news_a_conts span i{
		font-style: normal;
		padding-left: 0%;
		float: right;
	}
	.news_a_conts p{
		font-size: 14;
		color: #37313a;
		line-height: 28px;
	}
	
	
	.brand{
		background-image: url(../image/brand_bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: cover;
		padding: 5%;
		margin-bottom: 60px;
	}
	.brand_conts{
		background-color: rgba(255,255,255,.8);
		-webkit-box-shadow: 0px 0px 10px #333;
		-moz-box-shadow: 0px 0px 10px #333;
		box-shadow: 0px 0px 10px #333;
		position: relative;
		width: 100%;
		display: flex;
		justify-content: space-between;
		min-/height: 460px;
	}
	.brand_conts_title{
		position: relative;
		width: 27%;
		left: -3%;
		padding-top: 10vw;
	}
	.brand_conts_title i{
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-left: 30px solid #e4322b;
		border-bottom: 15px solid transparent;
		float: left;
		display: inline-block;
		margin-right: 25%;
	}
	.brand_conts_pic{
		width: 74%;
		padding: 2%;
	}
	.brand_conts_pic ul{
		width: 100%;
		display: block;
	}
	.brand_conts_pic ul li{
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
	}
	.brand_conts_pic ul li:last-child{
		display: none;
	}
	.brand_conts_pic ul li a{
		display: block;
	}
	.brand_conts_pic ul li a img{
		width: 100%;
		height: 200px;
	}
	.brand_conts_pic ul li a h3{
		background-image: url(../image/icon.png);
		background-repeat: no-repeat;
		background-position: 5% center;
		background-size: 12%;
		padding-left: 18%;
		font-size: 20px;
		line-height: 40px;
		font-weight: normal;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.brand_conts_more{
		display: none;
	}

	.studyfile{
		position: relative;
		width: 100%;
		height: 140vw;
	}
	.studyfile_bg{
		position: relative;
		width: 100%;
		min-width:100%;
		margin: 0 auto;
		background-color: rgba(255,0,4,.6);
		top: 10%;
		height: 110vw;
	}
	.studyfile_conts{
		position: relative;
		top: -8%;
		display: block;
		justify-content: space-between;
	}
	.studyfile_pic{
		width: 100%;
	}
	.studyfile_pic img{
		width: 100%;
	}
	.studyfile_txt{
		width: 90%;
		margin: 0 auto;
		padding-top: 20px;
	}
	.studyfile_txt ul li{
		margin-bottom: 15px;
	}
	.studyfile_txt ul li a{
		font-size: 22px;
		line-height: 35px;
		color: #fff;
		display: block;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.foot{
		background-color: #801313;
		padding: 5% 10%;
		text-align: center;
	}
	.foot a{
		color: #fff;
		font-size: 16px;
		display: inline-block;
		padding: 0 5%;
		line-height: 40px;
	}

	
	
}