﻿@charset "utf-8";
*,
::before,
::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color:transparent;
  margin: 0;
  padding: 0;
}
body {
  font-family: Microsoft YaHei;
  font-size: 14px;
  margin: 0 auto;
  background: #faf9f6;
  overflow-x: hidden;
}
a, input, textarea {
    outline: 0 none;
    text-decoration: none;
}
li {
	list-style:none;	
}
img {
	border:none;	
	display:block;
}
.clear {
	clear:both;	
}
div {
	margin:0 auto;
		
}
a.topimg {
	display:block;	
}
a.topimg img {
	width:100%;
}


.tit{
	width: 1200px;
	padding-top: 76px;
	text-align: center;
}
.tit>div{
	font-size: 60px;
	font-weight: 700;
	text-align: center;

}
.tit>div span{
	color: #7d0000;
}
.tit .line{
	width: 100%;
	height: 1px;
	background: #000;
	margin-top: 30px;

}
.tit p{
	font-size: 24px;
	margin-top: -22px;
	display: inline-block;
	padding: 5px 10px;
	background: #faf9f6;
}
h2.btn{
	font-weight: normal;
	text-align: center;
	margin-top: 80px;
}
h2.btn a{
	display: inline-block;
	width: 380px;
	height: 76px;
	line-height: 76px;
	font-size: 30px;
	color: #fff;
	background: #a40000;
	border-radius: 10px;
	margin: 0 30px;
}

.content1{
	background: #d1c0a5;
	padding: 22px 0;
}
.content1 .c1{
	overflow: hidden;
	width: 966px;
	margin: 0 auto;
	border-right: 1px solid #5a2112;
}
.content1 .c1 li{
	width: 240px;
	float: left;
	text-align: center;
	border-left: 1px solid #5a2112;
	cursor: pointer;
}
.content1 .c1 li img{
	display: inline
}
.content1 .c1 li p{
	font-size: 24px;
	color: #5a2112;
}


.content2{
	background: #faf9f6;
	padding-top: 70px;
	position: relative;
}

.c2{
	width: 1200px;
	margin: 0 auto;
	
}
.c2::after{
	content: "";
	display: block;
	clear: both;
}
.c2left{
	float: left;
	margin-left: -190px;
	width: 690px;
}
.c2right{
	float: left;
	width: 700px;
}
.c2tit{
	font-size: 22px;
	margin-bottom: 28px;
}
.c2tit span{
	background: #7d0000;
	font-size: 24px;
	display: inline-block;
	color: #fff;
	padding: 8px 12px;
	margin-right: 10px;
}
.c2text{
	font-size: 20px;
	line-height: 34px;
	text-indent: 40px;
}
.c2text span{
	color: #7d0000;
	font-size: 24px;

}

.c2btn{
	overflow: hidden;
	font-weight: normal;
}
.c2btn a{
	float: right;
	padding: 10px 0;
	width: 244px;
	display: inline-block;
	text-align: center;
	border-radius: 12px;
	border: 2px solid #7d0000;
	color: #7d0000;
	margin: 16px 26px;
	font-size: 24px;
}
.c2abimg{
	position: absolute;
	right: 0;
	top: 10px;
}


.content3{
	background: #faf9f6;
	position: relative;
	
}
.c3{
	width: 1200px;
}
.c3main::after{
	content: "";
	display: block;
	clear: both;
}
.c3main li{
	width: 380px;
	-webkit-box-shadow: 5px 5px 10px #979797;
	        box-shadow: 5px 5px 10px #979797;
	float: left;
	margin: 15px 0;

}
.c3main li.c3z{
	margin: 15px 30px;
}
.c3main li>a{
	display: block;
	width: 100%;
	height: 259px;
	overflow: hidden;

}
.c3main li>a:hover img{
	-webkit-transform: scale(1.06);
	        transform: scale(1.06);
}
.c3main li img{
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}
.c3main li>div{
	overflow: hidden;
	padding: 30px 25px;
}
.c3left{
	float: left;
}
.c3main div a{
	display: inline !important;
}
.c3zy{
	font-size: 24px;
}
.c3sub{
	font-size: 18px;
	color: #626262;
	margin-top: 5px;
}
.c3sub::before{
	content: "";
	display: inline-block;
	width: 17px;
	height: 13px;
	background: #e60012;
	margin-right: 10px;
}
.c3right{
	float: right;
	background: #e60012;
	width: 80px;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 12px;
	font-size: 16px;
	padding: 10px 0;
	margin-top: 10px;
}

.c3abimg1{
	position: absolute;
	top: -50px;
	left: 0;
}
.c3abimg2{
	position: absolute;
	bottom: 50px;
	right: 0;
}
img.c3b{
	width: 1920px;
	margin: 0 auto;
	padding-top: 100px;
}

.c4{
	width: 1200px;
	margin: 0 auto;
}
.c4 ul {
	margin-top: 40px;
}
.c4 ul li{
	overflow: hidden;
	margin-bottom: 20px;
}
.c4 ul li img{
	float: left;
}
.c4 ul li div{
	float: left;
}
.c4 li.li1 img{
	width: 300px;
	margin-right: 45px;
}
.c4 li.li1 div{
	width: 855px;
}


.c4 li.li2 img{
	width: 470px;
	margin-left: 45px;
}
.c4 li.li2 div{
	width: 685px;
}

.c4 li.li3 img{
	width: 460px;
	margin-right: 45px;
}
.c4 li.li3 div{
	width: 695px;
}

.c4tit{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;

}
.c4tit::before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	border: 5px solid #a40000;
	margin-right: 10px;
}
.c4text{
	font-size: 20px;
	text-indent: 40px;
	line-height: 30px;
}
.c4btn{
	float: right;
	height: 44px;
	border: 2px solid #a40000;
	width: 160px;
	text-align:center;
	line-height: 44px;
	display: block;
	color: #a40000;
	border-radius: 8px;
	margin-top: 5px;
	font-size: 20px;
}
.c44{
	width: 1200px;
	margin: 0 auto;
	margin-top:76px ;
}
.c44 ul{
	overflow: hidden;
	margin-bottom: 17px;
}

.c44 ul li{
	float: left;
}
.c44ul1{
	
	margin-top: 20px;
}
.mr{
	margin-right: 17px;
}
.c44ul1{
	
	margin-top: 20px;
}
.mt{
	margin-top: 20px;
}
.c4b,.c5b{
	width: 1920px;
	margin: 0 auto;
	padding-top: 100px;
}
.c5{
	width: 1200px;
	margin: 0 auto;
}
.c5slide .hd{
	overflow: hidden;
	margin-top: 20px;
}
.c5slide .hd li{
	width: 300px;
	text-align: center;
	height: 74px;
	line-height: 74px;
	background: #eeeeee;
	color: #949495;
	font-size: 30px;
	float: left;
	cursor: pointer;
}
.c5slide .hd .on{
	background: #a40000;
	color: #fff;
}
.c5slide .bd li{
	overflow: hidden;
	margin-top: 50px;
	display: none;
	height: 250px;
}
.c5slide .bd li.current{
	display: block;
}
.c5tet{
	float: left;
	padding: 30px 30px 0 50px;
}
.c5img{
	float: left;
}

.bdli1 .c5tet{
	width: 600px;
	

}
*+html .bdli1 .c5tet{
	width: 520px;
}
.bdli1 .c5img{
	width: 600px;
}
.bdli1 .c5img img{
	display: inline;
	margin: 0 1px;
}
.bdli2 .c5tet{
	width: 600px;
	


}
/* ie7兼容 */
*+html .bdli2 .c5tet{
	width: 520px;
}
.bdli2 .c5img{
	width: 600px;
}

.bdli3 .c5tet{
	width: 600px;

}
*+html .bdli3 .c5tet{
	width: 520px;
}
.bdli3 .c5img{
	width: 600px;
}
.bdli3 .c5img img{
	display: inline;
	margin: 0 1px;
}

.bdli4 .c5tet{
	width: 760px;

}
*+html .bdli4 .c5tet{
	width: 650px;
}
.bdli4 .c5img{
	width: 440px;
}
.c5tit{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;

}
.c5tit::before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 25px;
	background: #a40000;
	margin-right: 10px;
	border-radius: 4px;
	vertical-align: middle;
}
.c5text{
	font-size: 22px;
	line-height: 32px;
	text-indent: 40px;
}
.c52{
	margin-top: 100px;
	overflow: hidden
}
.c52img{
	float: left;
	width: 520px;
}
.c52tet{
	float: left;
	width: 680px;
	padding: 50px 0 0 50px;
}
/* ie兼容 */
*+html .c52tet{
	width: 550px;
}

.c52tit{
	color: #fff;
	width: 290px;
	text-align: center;
	height: 46px;
	background: #d1c0a5;
	line-height: 46px;
	font-size: 24px;
	margin-bottom:28px ;
	text-indent: 0;

}
.c52tet{
	font-size: 22px;
	line-height: 32px;
	text-indent: 40px;
}

.c52btn{
	overflow: hidden;
	font-weight: normal;
}
.c52btn a{
	float: right;
	padding: 10px 0;
	width: 244px;
	display: inline-block;
	text-align: center;
	border-radius: 12px;
	border: 2px solid #7d0000;
	color: #7d0000;
	margin: 16px 26px;
	text-indent: 0;
	font-size: 24px;
}
/* ie兼容 */
*+html .c52btn a{
	width: 180px;
	margin: 16px;
}

.content6{
	background: #fff;
	padding-top: 40px;
	width: 100%;
	padding-bottom: 50px;
}
.c6{
	width: 1200px;
	margin: 0 auto;
}

.c6tit{
	width: 264px;
	height: 63px;
	line-height: 63px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	background: #a40000;
	display: inline-block;
	vertical-align: middle;
	margin-top: 45px;
	margin-right: 30px;
}
.c6img{
	display: inline-block;
	vertical-align: middle;
}

.c6 ul{
	overflow: hidden;
	margin-top: 20px;
}
.c6 ul li{
	float: left;
	width: 50%;
	margin-top: 20px;
	padding: 0 20px
}
.c6 ul li a{
	display: block;
	
	height: 70px;
	line-height: 70px;
	color: #000;
	border: 1px solid #dcdcdc;
	font-size: 30px;
	padding-left: 30px;
} 

.bggrey{
	background-color: #eee;
	padding: 58px 0 54px;
	margin-bottom: -30px;
  }
  .content20{
	width: 1200px;
  }
  .content20 h6{
	font-weight: normal;
	font-size: 24px;
	line-height: 40px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
  }
  .content20 h6 a{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #f29b76;
  }
  .content20 ul{
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
  }
  .content20 li{
	float: left;
	text-align: center;
	margin-right: 32px;
  } 
  .content20 li a{
	color: #282828;
	letter-spacing: 2px;
  }
  .content20 li img{
	margin-bottom: 24px;
  }
  .content20 .mr0{
	margin-right: 0;
  }
