*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	min-height: 100%;
}

body {
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, "微软雅黑";
	margin: 0;
	padding: 0;
	color: #666;
	width: 100%;
	overflow-x: hidden;
	*zoom: inherit !important;
}

a {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

a,
img {
	-webkit-tap-highlight-color: transparent;
}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after,
.clearfix:before,
.w:after,
.w:before {
	content: "";
	display: block;
	clear: both
}

.w {
	width: 1160px;
	margin: auto;
}

.clearfix {
	display: block
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	font-family: Arial, "微软雅黑";
}

input,
button,
select,
textarea {
	outline: inherit;
}

input[type="text"],
input[type="password"],
button,
select,
textarea {
	outline: inherit;
	-webkit-appearance: none;
}

input::-moz-placeholder {
	color: #ccc;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}

.iconfont {
	font-size: 14px;
}

.imgbox {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.btn {
	display: block;
	text-align: center;
	background: -webkit-linear-gradient(left, #E63628 0%, #C40E23 100%);
	background: -moz-linear-gradient(left, #E63628 0%, #C40E23 100%);
	background: -ms-linear-gradient(left, #E63628 0%, #C40E23 100%);
	background: -o-linear-gradient(left, #E63628 0%, #C40E23 100%);
	background: linear-gradient(to right, #E63628 0%, #C40E23 100%);
	background: #E63628;
	display: block;
	width: 100%;
	border: none;
	text-align: center;
	height: 30px;
	color: #fff;
	font-size: 14px;
	border-radius: 20px;
	line-height: 30px;
}

.btn:hover {
	color: #fff;
}

.fg {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
}

.header {
	padding: 20px 0;
	position: relative;
	z-index: 2;
}

.header .nav {
	width: auto;
	margin: 24px 20px 0 0;
}
.header .nav ul{
	display: block;
}
.header .nav li {
	float: left;
	text-align: center;
	display: block;
	line-height: 40px;
	color: #333;
	font-size: 15px;
	position: relative;
}
.header .nav li a{
	color: #333;
	display: block;
	padding: 0 12px;
}
.header .nav a.active{
	color: #CF1C25;
}
.header .btn {
	width: 100px;
	margin-top: 24px;
	
}
.subNav{
	position: absolute;
	left: 0;
	top: 34px;
	z-index: 999;
	*z-index: 9999;
	display: none;
	width: 100%;
}
.subNav .box{
	background: #F5F5F5;
	box-shadow: 0 0 6px #ccc;
}
.kailong{
	width:0;
    height:0;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-bottom:8px solid #F2F2F2;
	margin: auto;
}
.header .nav li:hover .subNav{
	display: block;
}

.callbacks_container{z-index: 1;position: relative;}
.callbacks1_tabs.callbacks_tabs{
	display: block;
	width: 100px;margin: 30px auto;
}
.callbacks1_tabs.callbacks_tabs li{float: left;}
.section1{padding: 30px 0 80px;}
.newsList_L {
	width: 750px;
	 
}

.section1 .title {
	position: relative;
	border-bottom: 3px solid #E2E2E2;
	color: #BABABA;
	font-size: 20px;
	line-height: 34px;
	padding-bottom: 5px;
}

.section1 .title h3 {
	color: #BA181E;
	font-size: 30px;
	 
}

.section1 .title a.more {
	position: absolute;
	right: 0;
	bottom: 5px;
	font-weight: bold;
}

.newsList_L ul {
	padding: 10px 0;
}

.newsList_L li {
	padding: 20px 0;
	border-bottom: 1px solid #F2F2F2;
}
.newsList_L li a{
	height: 64px;
}
.newsList_L li .date {
	background: #CF1C25;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding: 14px 10px;
	line-height: 18px;
}

.newsList_L li .date font {
	display: block;
	font-size: 20px;
}

.newsList_L li h4 {
	width: 660px;
	line-height: 62px;
	color: #BA181E;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	 
}
.newsList_L li:hover h4{
	color: #000;
}

.newsList_R {
	width: 350px;
	border: 1px solid #F2F2F2;
	border-top: 5px solid #D92726;
	
}

.section1 .newsList_R .title {
	border: none;
	font-size: 14px;
	line-height: 30px;
	padding: 16px 20px 10px;
}

.section1 .newsList_R .title h3 {
	font-size: 22px;
	 
}
.section1 .newsList_R .title a.more {
	right: 20px;
	bottom: 30px;
}
.newsList_R ul {
	padding: 0 20px 40px;
}

.newsList_R li {
	padding: 10px 0;
	border-bottom: 1px solid #F2F2F2;
}
.newsList_R li a{
	height: 68px;
}
.newsList_R li .date {
	color: #323232;
	text-align: center;
	font-size: 13px;
	padding: 12px 6px;
	line-height: 22px;
}

.newsList_R li .date font {
	display: block;
	font-size: 28px;
}

.newsList_R li h4 {
	padding-top: 8px;
	width: 240px;
	line-height: 24px;
	color: #323232;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	 
}
.newsList_R li:hover h4{
	color: #BA181E;
}

.inforBtn{
	display: block;
	padding: 25px 30px;
	line-height: 30px;
	color: #fff;
	background: url(../image/titleBg.jpg) no-repeat center;
	background-size: cover;
	font-size: 16px; 
}
.inforBtn h3{font-size: 26px; }
.inforBtn:hover{color: #fff;}


.section2{position: relative;margin-bottom: 40px; *height: 505px; width: 100%;}
.section2 a.box{
	display: block;
	background: url(../image/box1.jpg) no-repeat center;
	background-size: cover;
	width: 50%;
	*width: 30%;
	height: 340px;
	padding: 160px 10% 0 10%;
	color: #fff; font-size: 18px;
	line-height: 40px; letter-spacing: 2px;
	box-sizing: border-box;
}
.section2 a.box2{
	background: url(../image/box2.jpg) no-repeat center;
	background-size: cover;
	text-align: right;
}

.section2 a.box h3{
	font-size: 30px; 
}
.section2 a.box p{
	 
	text-transform: uppercase;
}
.section2 a.box span{
	display: inline-block;
	height: 8px;
	width: 120px;
	background: #fff;line-height: 8px;
}
.section2 a.box3.btn{
	position: absolute;
	left: 41%;
	width: 18%;
	display: block;
	line-height: 70px;
	text-align: center;
	bottom: -40px;
	border: 5px solid #fff;
	height: 80px;
	border-radius: 40px;
	font-size: 26px;
	letter-spacing: 2px; 
}



.section3{
	padding: 60px 0 0;
}
.section3 .title {
	position: relative;
	color: #000000;
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 5px;
	 
}

.section3 .title h3 {
	color: #000;
	font-size: 26px; 
}

.section3 .title a.more {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-weight: bold;
}

.section3Left{
	width: 580px; margin-right:20px;;
}
.section3Right{width: 560px}
.section3 .section3Right .title{padding-left: 8px;}




.xyrw{background: #FFFFFF; max-width: 100%;float:left;}
.xyrw ul{padding: 0;}
.xyrw ul li { line-height: 35px; width:180px;text-overflow: ellipsis; overflow: hidden;  margin-right: 10px; float: left; text-align: center;}
.xyrw ul li p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 180px;
}
.xyrw ul li img{width: 100%;transition: all 0.4s ease-out;overflow: hidden;height:130px;}
.xyrw ul li img:hover{transition: all 0.4s ease-out;overflow: hidden;box-shadow: none;-webkit-transform: scale(1.08);transform: scale(1.08);}
.xyrw ul li+li+li{ margin-right: 0;}
.xyrw ul li+li+li+li{  margin-right: 10px;}
.xyrw ul li+li+li+li+li{ margin-right: 10px;}
.xyrw ul li+li+li+li+li+li{ margin-right: 0;}


.section3Right .box2{
	width: 50%;
	*width: 260px;
}

.section4{
	padding: 0 0 30px;
}

.newstop {}

.newstop .tit {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	color: #E63628;
}

.newstop .more {
	font-size: 14px;
	text-align: center;
	display: block;
	width: 120px;
	border: 1px solid #028B39;
}

.newstop .more:hover {
	display: block;
	background: #028B39;
	color: #ffffff;
	-webkit-transition: .1s all ease-in-out;
	-webkit-transition: all .5s ease .3s;
	-moz-transition: all .5s ease .3s;
	-ms-transition: all .5s ease .3s;
	-o-transition: all .5s ease .3s;
	transition: all .5s ease .3s;
}

  .list04 {
  	position: relative;
  	width: 100%;
  	overflow: hidden;
  	top: 10px;
  	padding-bottom: 18px;
  }
  
  .list04 img {
  	width: 100%;
  }
  
  .item-info04 {
  	margin-bottom: 10px;
  }
  
  .item-1 {
  	width: 300px;
  	float: left;
  	margin-right: 17px;
  }
  
  .item-info04>div {
  	border: 1px solid #fff;
  	position: relative;
  	overflow: hidden;
  }
  
  .item-img04 {
  	width: 100%;
  	height: 0;
  	overflow: hidden;
  	padding-bottom: 55.901%;
  	display: block;
  	position: relative;
  }
  
  .item-txtBg04 {
  	position: absolute;
  	height: 45px;
  	background-color: rgba(0, 0, 0, 0.52);
  	filter: alpha(opacity=52);
  	width: 100%;
  	bottom: -55px;
  	transition: all 0.5s ease;
  }
  
  .item-txt04 {
  	height: 45px;
  	line-height: 45px;
  	position: absolute;
  	left: 0;
  	bottom: -45px;
  	padding: 0 20px;
  	transition: all 0.5s ease;
  	font-size: .95rem;
  	text-align: center;
  }
  
  .item-txt04 a {
  	color: #fff;
  }
  
  .item-2 {
  	width: 617px;
  	position: absolute;
  	left: 317px;
  	top: 0;
  }
  
  .item-2 .item-img04 {
  	padding-bottom: 56.621%;
  }
  
  .item-marginR {
  	margin-right: 900px;
  }
  
  .item-4 {
  	width: 209px;
  	float: right;
  }
  
  .item-4 img {
  	height: auto;
  }
  
  .item-4 .item-img04 {
  	padding-bottom: 80.718%;
  }
  
  .item-3 {
  	width: 211px;
  	position: absolute;
  	right: 0;
  	top: 0;
  }
  
  .item-3 .item-img04 {
  	padding-bottom: 166.817%;
  }
  
  .item-info04:hover .item-txtBg04,
  .item-info04:hover .item-txt04 {
  	bottom: 0
  }


.footer{
	color: #F6D9DB;
}
.footer1{
	background: url(../image/footer.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0 50px;
	line-height: 24px;
}
.footer1 ul{
	margin-top: 20px;
}
.footer1 li{
	margin-right: 40px;
}
.footer1_r{padding: 20px 0 0; text-align: center; line-height: 24px;font-size: 13px;}
.footer1_r .qrcode{margin-left: 30px;}

.footer2{
	background: -webkit-linear-gradient(right, #E63628 0%, #C40E23 100%);
	background: -moz-linear-gradient(right, #E63628 0%, #C40E23 100%);
	background: -ms-linear-gradient(right, #E63628 0%, #C40E23 100%);
	background: -o-linear-gradient(right, #E63628 0%, #C40E23 100%);
	background: linear-gradient(to left, #E63628 0%, #C40E23 100%);
	background: #E63628;
	padding: 14px 0;
	line-height: 22px;
	font-size: 13px;
}

.friendLink{position: relative;padding-top: 4px; cursor: pointer;}
.friendLink span{
	background: rgba(255,255,255,0.35) url(../image/below-s.png) no-repeat 120px;
	width: 150px;
	text-align: center;
	line-height: 34px;
	display: block; color: #fff;
}
.linkList{
	position: absolute;
	left: 0;
	bottom: 35px;
	background: rgba(255,255,255,1);
	z-index: 999;
	padding: 10px 0; display: none
}
.linkList a{display: block; padding: 0 20px; line-height: 34px;color: #666;min-width: 150px;}
.friendLink:hover .linkList{display: block;}




.pageContainer{
	border-top: 4px solid #D43B45;
	padding: 60px 0 100px;
}
.pageLeft{
	width: 220px;
	background: #F5F5F5;
	line-height: 70px;
	text-align: center;
	min-height: 500px;
}
.pageLeft a{
	display: block;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	color: #323232;
}
.pageLeft 	a.active{
	background: -webkit-linear-gradient(left, #E63628 0%, #C40E23 100%);
	background: -moz-linear-gradient(left, #E63628 0%, #C40E23 100%);
	background: -ms-linear-gradient(left, #E63628 0%, #C40E23 100%);
	background: -o-linear-gradient(left, #E63628 0%, #C40E23 100%);
	background: linear-gradient(to right, #E63628 0%, #C40E23 100%);
	background: #E63628;
	color: #FFFFFF;
	line-height: 100px;
}


.pageRight{
	width: 910px;
}
.pageRight .title{
	height: 20px;
	line-height: 20px;
	border-left: 6px solid #BA181E;
	color: #BF272D;
	padding: 0 12px;
	font-size: 18px;
}
.pageRightBox{
	margin: 12px 0 30px;
	border-top: 1px solid #D9D9D9;
} 


.pageRightBox.list li {
	padding: 24px 0;
	border-bottom: 1px dashed #D9D9D9;
}

.pageRightBox.list li .date {
	color: #323232;
	text-align: center;
	font-size: 13px;
	padding: 12px 12px;
	line-height: 22px;
	background: #F2F2F2;
}

.pageRightBox.list li .date font {
	display: block;
	font-size: 24px;
}
.pageRightBox.list li .content{
	width: 820px;
}
.pageRightBox.list li h4{
	font-size: 18px;
	color: #323232;
	margin-bottom: 6px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.pageRightBox.list li p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    height: 44px;
    color: #323232;
}


.pager{
	text-align: center;
}
.pager a{
	display: inline-block;
	margin: 0 5px;
	padding: 0 10px;
	line-height: 30px;
	border: 1px solid #ddd;
}
.pager a.on{background: #E43428;color: #fff;border-color: #E43428;}



.detailHeader{
	background: #F6D5D7;
	padding: 30px 0;
	color: #252020;
}
.detailHeader .w{
	border-left: 5px solid #D42225;
	padding: 5px 0 5px 20px;
	line-height: 22px;
}
.detailHeader a{color: #252020;}
.detailHeader h2{
	font-size: 28px;
	margin: 6px 0;
	line-height: 40px;
}
.detailBox{
	padding: 40px 0;
	line-height: 28px;
	color: #1E1E1E;
}
.detailBox img{max-width: 100%;}
