html,body{
	padding: 0;
	margin: 0;
}
body{
	min-width: 1200px;
	-webkit-text-size-adjust: 100%;
	line-height: normal;    		
	-webkit-overflow-scrolling: touch;
	font-family: "Microsoft YaHei";	
}
ul,li{
	list-style: none;
}
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.banner{
	width: 100%;
	height: 400px;
	background: url(../images/img_banner.jpg) no-repeat;
	background-size:cover;
	background-position: center center;
	/*margin-top: 35px;*/
	display: block;
}
.center{
	width: 1200px;
	height: auto;
	margin: auto;
}
.portion1{
	width:970px;
	height: auto;
	padding: 15px 30px;
	position: relative;
	margin: auto;
	margin-top: 60px;
}
.portion1 p{
	font-size: 16px;
	color: #222222;
	line-height: 26px;
}
.img_left{
	width: 23px;
	position: absolute;
	left: 0;
	top: 0;
}
.img_right{
	width: 23px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.title{
	width: 100%;
	height: auto;
	margin-top: 70px;
}
.title h6{
	font-size: 36px;
	color: #333;
	line-height: 36px;
	width: 100%;
	text-align: center;
	font-weight: 500;
}
.title div{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.title span{
	padding: 0 15px;
	position: relative;
	font-size: 16px;
	color: #c6010b;
	margin-top: 15px;
}
.title span:before{
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	top: 50%;
	left: -50px;
	background: #cccccc;
}
.title span:after{
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	top: 50%;
	right: -50px;
	background: #cccccc;
}
.portion2{
	width: 100%;
	height: 483px;
	margin-top: 40px;
}
.link{
	width: 587px;
	height: 410px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.swiper_box{
	width: 100%;
	height: 483px;
	position: relative;
}
 .swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
 position: relative;
}
.imgs{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.texts{
	width:614px;
	height: auto;
	position: absolute;
	left: 0;
	top: 130px;
	padding: 0 50px;
}
.p_title{
	width: 100%;
	font-size: 28px;
	color: #333;
	line-height: 28px;
}
.p_content{
	width: 100%;
	color: #333;
	font-size: 16px;
	line-height: 26px;
	margin-top: 36px;
}
.pages{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	display: flex;
	display: -webkit-flex;
}
.page_con{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	position: static;
	width: 20px;
	height: 33px;
	margin-top: 0;
	background: url(../images/icon_pre_hlt.png) no-repeat;
	background-size: 20px 33px;
	cursor: pointer;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	position: static;
	width: 20px;
	height: 33px;
	margin-top: 0;
	background: url(../images/icon_next_hlt.png) no-repeat;
	background-size: 20px 33px;
	cursor: pointer;
}
.current_num{
	font-size: 40px;
	color: #c6010b;
    font-style: normal;
    margin-left: 10px;
}
.fh{
	font-size: 40px;
	color: #333;
	font-style: normal;
	margin: 0 5px;
}
.total_num{
	font-size: 40px;
	color: #333;
	font-style: normal;
	margin-right: 10px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 0;
    background: #d5d5d5;
    opacity: 1;
    margin: 0 5px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #c6010b;
}
.swiper-pagination{
	left: 20px;
	bottom: -26px;
}
.portion3{
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 30px;
}
.portion3 .div{
	width: 580px;
	height: auto;
}
.div .a{
	width: 100%;
	display: block;
}
.div .a img{
	width: 100%;
	height: 100%;
}
.link_title{
	width: 100%;
	font-size: 28px;
	color:#333;
	position: relative;
	height: 50px;
	line-height: 50px;
	padding-left: 5px;
	margin-top: 0px;
}
.link_title i{
	width: 54px;
	height: 2px;
	display: block;
	background: #c6010b;
	position: absolute;
	left: 5px;
	bottom: 0;
}
.link_text{
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	margin-top: 20px;
}
.banner1{
	width: 100%;
	height: 570px;
	background: url(../images/img_bg.png) no-repeat;
	background-size:cover;
	background-position: center center;
	margin-top: 35px;
	display: block;
}
.banner1 .center{
	position: relative;
	height: 100%;
}
.portion4{
   width: 418px;
   height: 450px;
   position: absolute;
   left: 0;
   top: 50%;
   margin-top: -206px;
   background: #fff;
   padding-top: 50px;
}

.p1{
	font-size: 28px;
	color: #c7010a;
	line-height: 28px;
	width: 100%;
	padding: 0 40px;
}
.p2{
	font-size: 16px;
	color: #333;
	line-height: 16px;
	padding: 0 40px;
	margin-top: 20px;
}
.list1{
	width: 100%;
	margin-top: 27px;
}
.list1 li{
	width: 100%;
	padding: 0 40px;
}
.list1 li a{
	width: 100%;
	height: 48px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #333;
	border-bottom:1px solid #e5e5e5 ;
	text-decoration: none;
}
.list1 li a i{
	width: 12px;
	height: 14px;
	display: block;
	background: url(../images/icon_arrow.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
}
.list1 li:hover{
	background: #c7010a;
}
.list1 li:hover i{
	background: url(../images/icon_arrow_hlt.png) no-repeat;
	background-size: 100% 100%;
}
.list1 li:hover a{
	color: #fff;
	border: none;
}
.btn_box{
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-flex;
	padding: 0 40px;
	margin-top: 38px;
}
.btn_box a{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	border: 1px solid #c7010a;
	color: #c7010a;
	text-decoration: none;
	width: 120px;
	height: 46px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	margin-right: 10px;
}
.btn_box a:hover{
	background: -moz-linear-gradient(to right,#c7020a,#e94537);
    background: -webkit-linear-gradient(to right,#c7020a,#e94537);
    background: -o-linear-gradient(to right,#c7020a,#e94537);
    background: -ms-linear-gradient(to right,#c7020a,#e94537);
    background: linear-gradient(to right,#c7020a,#e94537);
    color: #fff;
    border: none;
}
.portion5{
	width: 100%;
	margin-bottom: 40px;
	margin-top: 40px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-start;
}
.left{
	width: 100%;
	height: auto;
	border: 1px solid #e5e5e5;
	padding: 10px 25px 10px 25px;
}
.right{
	width: 766px;
	height: auto;
	border: 1px solid #e5e5e5;
	padding: 10px 25px 10px 25px;
}
.dz{
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
}
.list2{
	width: 100%;
}
.list2 li{
	width: 100%;
	height: 55px;
	border-top: 1px solid #e5e5e5;
}
.list2 li:nth-child(1){
	border: none;
}
.list2 li a{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	align-items: center;
}
.list2 li a i{
	font-size: 40px;
	color: #c6010b;
	font-style: normal;
	display: block;
	margin-right: 5px;
}
.list2 li a:hover{
	color: red;
}