.main{min-width:1200px;}	
.banner-box{width:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
}
@media (min-device-width:320px) and (max-width:689px),(max-device-width:480px){
	.banner-box{display:none;}
	body,.main{min-width:1200px;}
}
#txt_large{
	width: 1088px;
	height: 183px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-top:-92px;
	margin-left: -544px;
}
#btn_btn{
	width: 100px;
	height: 74px;
	position: absolute;
	bottom: 25%;
	left: 50%;
	margin-left: -50px;
	cursor: pointer;
}
.btn_top{
	width: 174px;
	height: 74px;
	position: absolute;
	bottom: 10%;
	left: 50%;
	margin-left: -87px;
}
.nav_box{
	width: 100%;
	height: 150px;
	background: #9a0a0d;
}
.nav_box .nav{
	width: 1300px;
	margin:0 auto;
}
.nav_box .nav .logo{
	margin-top: 35px;
}
.nav_box .nav .menu{
	display: block;
}
.nav_box .nav .menu li{
	display: block;
	float: left;
	color: #f1d6a6;
	font-size: 20px;
	margin-top: 65px;
	padding: 0 30px;
	font-weight: bold;
}
.nav_box .nav .menu li:hover{
	color: #fff;
}
.con_box{
	width: 100%;
}
/* 内容1 */
.wrap1{
	width: 1200px;
	margin: 70px auto 0;
}
.wrap1 .newslist-box{
	width: 460px;
}
.wrap1 .newslist-box .txt_red{
	font-size: 24px;
	line-height: 32px;
	color:#9a0a0d;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 8px;
}
.wrap1 .newslist-box .txt_black{
	font-size: 18px;
	line-height: 34px;
	color:#000000;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    padding-left: 20px;
    background: url(../img/dian.png) no-repeat;

}
.wrap1 .newslist-box .txt_black:hover{
	color: #9a0a0d;
}
.wrap1 .newslist-box hr{
	width: 100%;
	border:1px dashed  #e0e6ea;
	margin: 20px 0;
}
/* 内容1 end */

/* 内容2 */
.wrap2{
	width: 1200px;
	margin: 70px auto 0;
}
.wrap2 .title{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 42px;
	color: #000000;
	text-align: center;
	background: url(../img/bg_title4.png) center no-repeat;
}
.wrap2 ul{
	width: 1000px;
	margin: 35px auto 0;
}
.wrap2 ul li{
	float: left;
	width: 420px;
	line-height: 48px;
	font-size: 16px;
	margin: 0 30px;
	padding-left: 20px;
	background: url(../img/dian2.png) no-repeat;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.wrap2 ul li:hover{
	color: #9a0a0d;
}
/* 内容2 end */
/* 内容3 */
.wrap3{
	width: 100%;
	height: 634px;
	background: url(../img/bg_con3.jpg);
	margin-top: 70px;
}
.wrap3 .txt{
	width: 1000px;
	height: 347px;
	margin: 0 auto 0;
	line-height: 48px;
	font-size: 24px;
	font-weight: bold;
	color: #f1d6a6;
	padding-top: 165px;
	text-indent: 48px;
}
/* 内容3 end */
/* 内容4 */
.wrap4{
	width: 1200px;
	margin: 70px auto 0;
}
.wrap4 .title{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 42px;
	color: #000000;
	text-align: center;
	background: url(../img/bg_title6.png) center no-repeat;
}
.wrap4 ul{
	width: 100%;
	margin: 60px auto 0;
}
.wrap4 ul li{
	width: 380px;
	margin: 0 10px;
	float: left;
}
.wrap4 ul li img{
	width:380px;
	height:214px;
}
.wrap4 ul li img:hover{
	width:372px;
	height:206px;
	border: solid 4px #fff;
}
.wrap4 ul li h5{
	width: 100%;
	height: 65px;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	-webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    text-align: center;
}
.wrap4 ul li h5:hover{
	color:#9a0a0d
}
/* 内容4 end */

.bg_ts{
	width: 100%;
	background: url(../img/bg_conL.png) no-repeat bottom;
}

/* 内容5 */
.wrap5{
	width: 1200px;
	margin: 70px auto 0;
}
.wrap5 .title{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 42px;
	color: #000000;
	text-align: center;
	background: url(../img/bg_title6.png) center no-repeat;
}

.picCenter {
    width: 1200px;
    margin-top: 60px;
}
.photo_nr {
    display: flex;
    align-items: center;
    width: 1200px;
}
 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.photo_nr ul li {
	float: left;
	margin: 0 10px;
}
.photo_nr ul li img{
	width: 300px;
	height: 225px;
	border-radius: 10px;
}
.photo_nr ul li img:hover{
	width: 292px;
	height: 217px;
	border: solid 4px #fff; 
}
#LeftArr {
	background: url(../img/btn_l3.png) no-repeat left;
	width: 65px;
	height: 225px;
	text-decoration: none;
	color: #323232;
}
#RightArr {
	background: url(../img/btn_r3.png) no-repeat right;
	width: 65px;
	height: 225px;
	text-decoration: none;
	color: #323232;
}
/* 内容5 end */


/* 内容6 */
.wrap6{
	width: 1200px;
	margin: 70px auto 0;
	position: relative;
}
.wrap6 .title{
	width: 197px;
	height: 52px;
	line-height: 52px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 15px;
	background: url(../img/bg_title.png) left no-repeat;
}

#conbox{
	width:999px;
	overflow:hidden;
	position:relative;
	margin: 60px auto 0;
}
#dates{
	height:268px;
	overflow:hidden;
}

*#dates li{
	float:left;
	width:333px;
	height:268px;
	margin-top: 8px; 
}
#dates a img{
	width: 100%;
	height: 100%;

}
#dates a{
	display: block;
	width: 260px;
	height: 260px;
	border-radius: 130px;
	overflow: hidden;
	margin-left: 36.5px;
}
#dates .selected{
	width: 248px;
	height: 248px;
	border-radius: 130px;
	border: solid 6px #9a0a0d;
	overflow: hidden;
}
#issues{
	width:999px;
	height:350px;
	overflow:hidden;
}
#issues li{
	width:999px;
	height:350px;
	float:left;
	text-align: center;
}
#next,#prev{
	position:absolute;
	top:200px;
	font-size:70px;
	width:41px;
	height:81px;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#next{
	right:0;
	background-image:url('../img/next.png');
}
#prev{
	left:0;
	background-image:url('../img/prev.png');
}
#next.disabled,#prev.disabled{
	opacity:0.2;
}
.wrap6 .conbox2{
	width: 840px;
	margin: 60px auto 0;
	text-align: center;
}
.wrap6 .conbox2 .title2{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}
.wrap6 .conbox2 .txt{
	font-weight: normal;
	font-size: 16px;
	color: #727171;
	line-height: 32px;
	text-indent: 32px;
	margin-top: 20px;
}
.wrap6 .conbox2 .btn{
	font-weight: bold;
	font-size: 20px;
	color: #9a0a0d;
	margin-top: 20px;
}





/* 内容6 end */

/* 内容7 */
.wrap7{
	width: 1200px;
	margin: 70px auto 0;
}
.wrap7 .title{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 42px;
	color: #000000;
	text-align: center;
	background: url(../img/bg_title6.png) center no-repeat;
}
.wrap7 .conbox{
	width: 1200px;
	margin-top:60px;
	overflow:hidden;

}
.wrap7 .conbox00{
	width: 25655645px
}
.wrap7 .conbox .con01{
	width: 76px;
	height: 437px;
}
.wrap7 .conbox .con02{
	width: 252px;
	height: 437px;
	background: url(../img/bg_sjz2.png) center;
	position: relative;
}
.wrap7 .conbox .con02 .images_bg,.wrap7 .conbox .con03 .images_bg{
	width: 130px;
	height: 130px;
	border-radius: 72px;
	background: url(../img/news.jpg) center;
	border : 6px solid #9a0a0d;
	overflow: hidden;
}
.wrap7 .conbox .con02 .images_bg{
	position: absolute;
	top: 10px;
	left: 55px;
}
.wrap7 .conbox .con03 .images_bg{
	position: absolute;
	bottom: 10px;
	left: 55px;
}
.wrap7 .conbox .con03{
	width: 252px;
	height: 437px;
	background: url(../img/bg_sjz3.png) center;
	position: relative;
}
.wrap7 .conbox .txt {
	width: 134px;
	height: 134px;
}
.wrap7 .conbox .txt h4{
	font-size: 20px;
	font-weight: bold;
	color: #680407;
	-webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    text-align: right;

}
.wrap7 .conbox .txt h5{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-weight:normal;
	-webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    margin-top: 15px;
}
.wrap7 .conbox .con02 .txt{
	position: absolute;
	bottom: 15px;
	left: 60px;
}
.wrap7 .conbox .con03 .txt{
	position: absolute;
	top: 15px;
	left: 60px;
}


/* 内容7 end */
/* 内容8 */
.wrap8{
	width: 1200px;
	height: 580px;
	margin: 100px auto 0;
	position: relative;
}
.wrap8 .title{
	font-size: 62px;
	font-weight: bold;
	color: #9a0a0d;
	position: absolute;
	top:0 ;
	left: 20px;
}
.wrap8 ul{
	width: 442px;
	position: absolute;
	top: 125px;
}
.wrap8 ul li{
	width: 420px;
	line-height: 48px;
	font-size: 16px;
	margin: 0 30px;
	padding-left: 22px;
	background: url(../img/dian2.png) no-repeat;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    border-bottom: 1px #d2d2d2 dotted;
}
.wrap8 ul li:hover{
	color: #9a0a0d
}
.wrap8 .img_box{
	position: absolute;
	top: 200px;
	right: 466px;
}
.wrap8 .img_box2{
	position: absolute;
	top: 110px;
	right: 234px;
}
.wrap8 .img_box3{
	position: absolute;
	top: 30px;
	right: 0px;
}
.wrap8 .img_box .txt,.wrap8 .img_box2 .txt,.wrap8 .img_box3 .txt{
	font-size: 29px;
	color: #9a0a0d;
	font-weight: bold;
	margin-top: 15px;
}
.wrap8 .btn{
	display: block;
	width: 258px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #9a0a0d;
	font-size: 20px;
	font-weight: bold;
	border: solid 1px #9a0a0d;
	position: absolute;
	right: 0;
	bottom: 0;
}
/* 内容8 end */
/* 内容9 */
.wrap9{
	width: 1200px;
	margin: 70px auto 0;
}
.wrap9 .title{
	width: 197px;
	height: 52px;
	line-height: 52px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 15px;
	background: url(../img/bg_title.png) left no-repeat;
}
.wrap9 ul.news{
	display: block;
	width: 458px;
	float: left;
	margin-left: 10px;
}
.wrap9 ul.news li{
	width: 458px;
	line-height: 34px;
	font-size: 16px;
	padding-left: 22px;
	background: url(../img/dian.png) no-repeat;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 3px;

}
.wrap9 ul.news li:hover{
	color: #9a0a0d
}
.wrap9 ul.news .txt_red {
    font-size: 24px;
    line-height: 32px;
    color: #9a0a0d;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    margin: 30px 0 20px;
    padding: 0;
	background: 0;
}
.wrap9 .video_box{
	float: right;
	width: 720px;
	height: 405px;
	position: relative;
	margin-top: 20px;
	margin-right: 10px;
}
.wrap9 .video_box img{
	width: 100%;
	height: 100%;
}
.wrap9 .txt{
	width: 94%;
	height: 48px;
	line-height: 48px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/bg_black.png);
	font-size: 20px;
	font-weight: bold;
	padding: 0 3%;
}
.wrap9 #btn_video{
	width: 102px;
	height: 116px;
	position: absolute;
	top:146px;
	left: 310px;
	z-index: 1212;
}
.wrap9 ul.news2{
	width: 100%;
	margin: 60px auto 0;
}
.wrap9 ul.news2 li{
	width: 380px;
	margin: 0 10px;
	float: left;
	position: relative;
}
.wrap9 ul.news2 li h5{
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	-webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    text-align: center;
}
.wrap9 ul.news2 li h5:hover{
	color: #9a0a0d
}
.wrap9 ul.news2 li #btn_video2{
	width: 28px;
	height: 32px;
	position: absolute;
	bottom: 60px;
	left: 20px;
	z-index: 1212;
}
/* 内容9 end */
.img_hb{
	width: 100%;
	margin-top: 50px;
}
.img_hb img{
	width: 100%;
}

/* 内容10 */
.wrap10{
	width: 1200px;
	margin: 70px auto 0;
	position: relative;
}
.wrap10 .title{
	width: 427px;
	height: 52px;
	line-height: 52px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 15px;
	background: url(../img/bg_title2.png) left no-repeat;
}
.wrap10 .price {
	width: 1200px;
	margin: 40px auto 0;
	position: relative;
}
.wrap10 .price h2 {
	font-size: 24px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	padding-bottom: 10px;
	padding-left: 10px;
}
.wrap10 .price .category {
	width: 1150px;
	overflow: hidden;
	position: relative;
	margin-left: 25px;
}
.wrap10 .price .category a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.wrap10 .price .prev {
	position: absolute;
	top: 160px;
	width: 59px;
	height: 100%;
	text-align: center;
	font-size: 0;
	left: 0;
}
.wrap10 .price .prev span {
	display: inline-block;
	vertical-align: middle;
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-image: url(../img/prev2.png);
	background-size: initial;
}
.wrap10 .price .next span {
	display: inline-block;
	vertical-align: middle;
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-image: url(../img/next2.png);
	background-size: initial;
}
.wrap10 .price .next {
	position: absolute;
	top: 160px;
	width: 59px;
	height: 100%;
	text-align: center;
	font-size: 0;
	right: 0;
}
.wrap10 .price ul .li {
	display: table-cell;
	white-space: nowrap;
	border: 4px solid transparent;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	padding:0 10px 20px 10px;
}
.wrap10 .price ul li .txt{
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}
.wrap10 .price ul li img{
	border: solid 1px #efefef;
	box-shadow: 4px 4px 4px #efefef;
}
.wrap10 .price ul li img:hover{
	border: solid 1px #efefef;
	box-shadow: 4px 4px 4px #c3c2c2;
}
.wrap10 .price ul li.active {
	border-bottom-color: #9a0a0d;
	color: #9a0a0d;
}
.wrap10 .price .cont {
	display: none;
}
.wrap10 .price .cont.active {
	display: block;
}


.wrap10 .price  .newsbox{
	width: 1000px;
	margin-left: 100px;
	margin-top: 30px;
}
.wrap10 .price .newsbox li{
	width: 420px;
    line-height: 48px;
    font-size: 16px;
    margin: 0 20px;
    padding-left: 20px;
    text-align: left;
    float: left;
    background: url(../img/dian2.png) no-repeat;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    border-bottom: 1px #d2d2d2 dotted;
}
.wrap10 .price .newsbox li:hover{
	color: #9a0a0d
}
/* 内容10 end */

/* 内容11*/
.wrap11{
	width: 1200px;
	margin: 70px auto 0;
}
.wrap11 .title{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 42px;
	color: #000000;
	text-align: center;
	background: url(../img/bg_title6.png) center no-repeat;
}
.wrap11 .conbox{
	width: 1200px;
	margin-top:60px;
}
.wrap11 .conbox .top{
	width: 1200;
	height:38px;
	background: url(../img/bg_new.png) center;
}
.wrap11 .conbox .bottom{
	width: 1200;
	height:25px;
	background: url(../img/bg_new3.png) center;
}
.wrap11 .conbox .center{
	width: 1200;
	height: auto;
	background: url(../img/bg_new2.png) center;
}
.wrap11 .conbox .center .content{
	width: 1046px;
	margin: 0 auto;
	padding: 50px;
}
.wrap11 .conbox .center #tab{
	width:690px; 
	height:630px; 
	position:relative;
	float: left;
}
.wrap11 .conbox .center #tab .con { 
	display:none;
}
.wrap11 .conbox .center #tab div img{
	width: 100%;
	height: 388px;
}
.wrap11 .conbox .center #tab div .txt{
	display: block;
	height: 690px;
	color: #221815;
	font-size: 18px;
	line-height: 35px;
	font-weight: normal;
	text-indent: 36px;
	padding: 20px;
	-webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.wrap11 .conbox .center #tab .block { 
	display:block;
}

.wrap11 .conbox .center .tab_btn{
	float: right;
}
.wrap11 .conbox .center .tab_btn h3{
	width: 324px;
	height: 146px;
	background: url(../img/tab_btn02.png);
	margin-bottom: 10px;
}
.wrap11 .conbox .center .tab_btn .up {
	background: url(../img/tab_btn01.png);
}
.wrap11 .conbox .center .tab_btn h3 span{
	display: block;
	width: 260px;
	height: 65px;
	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
	color: #fff;
	position: relative;
	top:40px;
	margin-left: 38px;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.wrap11 .conbox2{
	width: 1126px;
	margin: 40px auto 0;
}
.wrap11 .conbox2 li{
	display: block;
	margin-bottom: 20px;
	border: solid 1px #d2d2d2;
	border-radius: 10px;
}
.wrap11 .conbox2 li .list_title{
	width: 1046px;
	margin: 35px auto 0;
	font-weight: bold;
	font-size: 24px;
	line-height:48px;
}
.wrap11 .conbox2 li .txt01{
	width: 1046px;
	margin: 0 auto 0;
	font-weight: normal;
	font-size: 16px;
	line-height:28px;
	color: #595757;
}
.ly{
	color: #0081ee;
}
.wrap11 .conbox2 li .txt02{
	width: 1046px;
	margin: 10px auto 40px;
	font-weight: normal;
	font-size: 16px;
	line-height:30px;
	color: #595757;
}
.wrap11 .conbox2 li:hover{
	border: solid 1px #c7ae94;
	box-shadow: 2px 2px 2px #c7ae94;
}
.wrap11 .btn_more{
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: solid 3px #c7ae94;
	position: relative;
	top: 20px;
}
.wrap11 .btn_more:hover{
	color: #c7ae94;
}
/* 内容11 end */

/* 内容12 */
.wrap12{
	width: 100%;
	background: url(../img/bg_xy.jpg);
	margin-top: 70px;
	padding: 70px 0;
}
.wrap12 .wrapbox{
	width: 1200px;
	margin: 0 auto;
}
.wrap12 .wrapbox .title {
    width: 197px;
    height: 52px;
    line-height: 52px;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 15px;
    background: url(../img/bg_title.png) left no-repeat;
  }
.wrap12 .wrapbox  .conbox{
	width: 600px;
	height: 336px;
	position: relative;
	margin-top: 40px;
}
.wrap12 .wrapbox  .conbox img{
	width: 100%;
	height: 100%;
}
.wrap12 .wrapbox  .conbox .txt{
	width: 94%;
	height: 48px;
	line-height: 48px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/bg_black.png);
	font-size: 20px;
	font-weight: bold;
	padding: 0 3%;
}
.wrap12 .wrapbox  .conbox #btn_video{
	width: 84px;
	height: 96px;
	position: absolute;
	top:100px;
	left: 262px;
	z-index: 1212;
}
.wrap12 .wrapbox .conbox #btn_video img{
	width: 100%;
	height: 100%;
}
.wrap12 .wrapbox .conbox .imghb{
	display: block;
	width: 290px;
	height: 163px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.wrap12 .wrapbox .conbox2 {
	width: 1200px;
	margin: 30px auto 0;
}
.wrap12 .wrapbox .conbox2-title {
	width: 100%;
	margin: auto;
}
.conbox2-title .conbox2-item {
	display: inline-block;
	width: 177px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #000;
	font-size: 18px;
	background: #fff;
	margin: 0 10px 15px 10px;
	border-radius: 5px;
}
.wrap12 .wrapbox .conbox2-title .conbox2-item:hover{
	color: #fff;
	font-size: 18px;
	background: #9a0a0d;
}
.wrap12 .wrapbox .conbox2-title .conbox2-item-cur {
	color: #fff;
	font-size: 18px;
	background: #9a0a0d;
}
.wrap12 .wrapbox .conbox2-count {
	position: relative;
	width: 1200px;
	height: 450px;
	overflow: hidden;
	margin-top: 20px;
}
.wrap12 .wrapbox .conbox2-cont__wrap {
	position: absolute;
}
.wrap12 .wrapbox .conbox2-count .conbox2-item {
	width: 1200px;
	height: 490px;
}
.wrap12 .wrapbox .conbox2-count .conbox2-item .news_box{
	width: 440px;
}
.wrap12 .wrapbox .conbox2-count .conbox2-item .news_box ul li{
	width: 440px;
	line-height: 48px;
	font-size: 16px;
	margin: 0 30px;
	padding-left: 22px;
	background: url(../img/dian2.png) no-repeat;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    border-bottom: 1px #d2d2d2 dotted;
}
.wrap12 .wrapbox .conbox2-count .conbox2-item .news_box ul li:hover{
	color: #9a0a0d;
}
.wrap12 .wrapbox .conbox2-count .conbox2-item .news_box2{
	width: 590px;
}
.wrap12 .wrapbox .conbox2-count .conbox2-item .news_box2 li{
	display: block;
	float: left;
	width: 285px;
	height: 225px;
	margin-left: 10px;
}
.wrap12 .wrapbox .conbox2-count .conbox2-item .news_box2 li img{
	width: 285px;
	height: 160px;
}
.wrap12 .wrapbox .conbox2-count .conbox2-item .news_box2 li .txt{
	height: 40px;
	width: 96%;
	padding: 0 2%;
	font-size: 16px;
	line-height: 40px;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    border-bottom: 1px #d2d2d2 dotted;
}
.wrap12 .wrapbox .conbox2-count .conbox2-item .news_box2 li .txt:hover{
	color: #9a0a0d;
}

/* 内容12 end */

/* 内容13 */
.wrap13{
	width: 1200px;
	margin: 70px auto 0;
}
.wrap13 .title{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 42px;
	color: #000000;
	text-align: center;
	background: url(../img/bg_title6.png) center no-repeat;
}
.wrap13 .conbox{
	width: 1200px;
	margin-top:60px;
}

.wrap13 .conbox .con01{
	width: 790px;
	height: 250px;
	background: #f5f5f7;
	border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
}
.wrap13 .conbox .con01 .list_title{
	width: 720px;
	margin: 35px auto 0;
	font-weight: bold;
	font-size: 24px;
	line-height:48px;
}
.wrap13 .conbox .con01 .txt{
	width: 720px;
	height: 85px;
	margin: 20px auto 0;
	font-weight: normal;
	font-size: 16px;
	line-height:28px;
	color: #595757;
	-webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.wrap13 .conbox .con01 a{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height:28px;
	color: #595757;
	position: absolute;
	right: 35px;
	bottom: 20px;
}
.wrap13 .conbox .con01 a:hover{
	color: #9a0a0d;
}
.wrap13 .conbox .con02{
	display: block;
	width: 370px;
	margin-bottom: 30px;
}
.wrap13 .conbox .con02 li{
	width: 370px;
    line-height: 48px;
    font-size: 16px;
    text-align: left;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    border-bottom: 1px #d2d2d2 dotted;
}
.wrap13 .conbox .con02 li:hover{
	color: #9a0a0d;
}
.marl{
	margin-left: 10px;
}
.marr{
	margin-right: 10px;
}
.wrap13 .conbox .con03{
	position: relative;
	margin-bottom: 30px;
}
.wrap13 .conbox .con03 li{
	display: block;
	width: 380px;
	height: 260px;
	margin: 0 10px;
	float: left;
}
.wrap13 .conbox .con03 li img{
	width: 380px;
	height: 220px;
}
.wrap13 .conbox .con03 li .txt{
	text-align: center;
	color: #4e4e4e;
	font-weight: normal;
	font-size: 18px;
	line-height: 40px;
}
.wrap13 .conbox .con03 li .txt:hover{
	color: #9a0a0d;
}

.wrap13 .conbox .con03 hr{
	width: 2px;
	height: 218px;
	background: #eeeeee;
}
.wrap13 .conbox .con03 .line01{
	position: absolute;
	left: 399px;
}
.wrap13 .conbox .con03 .line02{
	position: absolute;
	right: 399px;
}
.wrap13 .conbox .con04{
	margin-bottom: 30px;
}
.wrap13 .conbox .con04 li{
	display: block;
	width: 580px;
	height: 150px;
	margin: 0 10px;
	float: left;
	background: #f5f5f7;
}
.wrap13 .conbox .con04 li img{
	width: 265px;
	height: 150px;
	float: left;
}
.wrap13 .conbox .con04 li .txt{
	width: 280px;
	height: 120px;
	color: #4e4e4e;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	float: right;
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    margin-right: 15px;
    margin-top: 15px;
}
.wrap13 .conbox .con04 li .txt:hover{
	color: #9a0a0d;
}
/* 内容13 end */

.footer{
	width: 100%;
	padding: 50px 0;
	background: #efefef;
}
.footer .box{
	text-align:center;
	width: 1200px;
	margin:0 auto;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
	color: #595757;
}

#moquu_top,#moquu_wxin,#moquu_wshare {
	z-index:2;
	width:30px;
	height:30px;
	right:10px;
	position:fixed;
	cursor:pointer;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

#moquu_wxin { bottom:130px; right:10px;
}
#moquu_wxin a {
	background:url(../img/sbtn.png) 0 0px;
	right:0;
	float:left;
	width:30px;
	height:30px;
	text-indent:-9999px
}
#moquu_wxin a:hover {
	background:url(../img/sbtn.png) -30px -0px
}
#moquu_wshare {bottom:100px; right:10px;
}
#moquu_wshare a {
	background:url(../img/sbtn.png) 0 -30px;
	width:30px;
	height:30px;
	right:0;
	float:left;
	text-indent:-9999px
}
#moquu_wshare a:hover {
	background:url(../img/sbtn.png) -30px -30px
}

.moquu_wxin,.moquu_wshare {
	position:relative;
	z-index:2
}
.moquu_wxin a:hover .moquu_wxinh,.moquu_wshare a:hover .moquu_wshareh {
	display:block
}
.moquu_wxin .moquu_wxinh {
	position:absolute;
	display:none;
	right:30px;
	bottom:0px;
	width:70px;
	height:30px;
	background:url(../img/fankui.png) 0 0 no-repeat #ff6060;
	color:#FFF; border-radius:4px 0 0 4px;
}
.moquu_wshare .moquu_wshareh {
	position:absolute;
	display:none;
	right:36px;
	bottom:-85px;
	width:100px;
	height:120px;
	background:url(../img/weixin.png) no-repeat
}


#topcontrol{background:#4c4c4c; height:30px; width:30px; border-radius:4px;}




















