
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none; outline:none;}
a:active {star:expression(this.onFocus=this.blur());} 
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{display: inline-block;}/* horizontal menu */
img{max-width:100%;}
.clrfix{zoom:1}
.clrfix:after{clear:both;display:block;height:0;visibility:hidden;content:"."}
.mt40{margin-top: 40px;}
.mb30{margin-bottom: 30px;}
.mr30{margin-right: 30px;}
.db{border-bottom:solid 1px #ebebeb;}
/*end reset*/
body{
	font-family: "Microsoft Yahei", "Microsoft JhengHei", "Calibri", "Gill Sans MT", Arial, Helmet, Freesans, verdana, sans-serif;
	background:#f8f8f8;
}
.wrap{
	width:100%;
	margin:0 auto;
	position:relative;
}
/*start top*/
.headwrap{
	width: 100%;
	height: 102px;
	background: url(../images/topbg.jpg) repeat-x left top;
}
.header{
	width: 1170px;
	height:102px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}
.logo{
	width:156px;
	height:48px;
	margin:28px 0 0;
	float:left;
}
.logo img{
	width: 156px;
	height: 48px;
	display: inline-block;
}
.search{
	width:310px; 
	height:38px;
	border:solid 4px #bf2126;
	float:right;
	line-height: 38px;
	position:relative;
	border-radius: 50px;
	margin-top: 28px;
}

.search input.txt{
	width:260px; 
	height:30px; 
	line-height: 30px;
	font-size:12px; 
	color:#999; 
	border:none;
	outline: none;
	background: none;
	border-radius: 0px;
	margin:0px 0 0 16px;	
}
.search input.but{
	width:34px; 
	height:34px; 
	background:url("../images/searchbtn.png") no-repeat left top;
	border:0px;
	position:absolute; 
	right:12px; 
	top:2px;
	z-index: 2;
}
/* start menu */
.menuwrap{
	width: 100%;
	height: 50px;
	background:#524a47;
	border-bottom: solid 4px #bf2126;
}
#nav{
	margin:0 auto;
	width:1170px;
	height:50px;
}
#nav .mainlevel{
	float:left;
}
#nav .mainlevel a{
	color:#fff;
	text-decoration:none;
	text-align: center;
	line-height:50px;
	display:block;
	padding:0 36px;
}
#nav .mainlevel a:hover,#nav .mainlevel a.active{
	color:#fff;
	text-decoration:none;
	background: url(../images/menubg.png) no-repeat left top;
}
#nav .mainlevel ul{
	display:none;
	position:absolute;
	z-index: 999;
}
#nav .mainlevel li{
	border-top:1px solid #fff;
	background:#524a47;
}
#nav .mainlevel li a:hover{
	background: #be1f24;
}
#nav ul li.mainlevel2 ul{
	display:none;
	position:absolute;
	z-index: 999;
	left:100%;
	top:0px;
	width: 270px;
}
#nav ul li.mainlevel2 ul li{
	background: #767676;	
}
/* start swiper */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #524a47;
}
/* start new-pro */
.new-pro{
	width: 1170px;
	margin:0 auto;
}
.new-pro-tit{
	margin-top: 58px;
	margin-bottom: 40px;
	text-align: center;
	font-family: "Microsoft Yahei";
}
.new-pro-tit h3{
	font-size: 28px;
	color:#b90c13;
	font-weight: 700;
	margin-bottom: 5px;
}
.new-pro-tit p{
	font-size: 20px;
	color:#d7d7d7;
    text-transform:uppercase;
}
.new-pro-tit p.x{
	background:#b90c13;
	width: 15px;
	height: 3px;
	display: block;
	margin:5px auto 0;
}
.new-pro ul{}
.new-pro li{
	width: 342px;
	height: 392px;
	background: #fff;
	float:left;
	font-size:20px;
	color:#000;
	text-align: center;
	margin-right: 67px;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.14);
	overflow: hidden;
}
.new-pro li img{
	width: 342px;
	height: 392px;
	border-radius:5px;
	transition: all 0.6s;
}
.new-pro li img:hover{
	 transform: scale(1.1);  
}
.new-pro li:nth-child(3n){
	margin-right: 0px;
}
.new-pro .dbg{
	width: 100%;
	height: 75px;
	background:rgba(195,16,24,0.6);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	left:0px;
	bottom:0px;
}
.new-pro .dtext{
	width: 204px;
	height: 44px;
	border:solid 3px #fff;
	border-radius: 4px;
	text-align: center;
	line-height: 44px;
	margin:12px auto 0;
}
.new-pro li h4{
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
}
.new-pro li a,.new-pro li a:visited{
	color:#fff;
	font-weight: 700;
}

/* start new-center */
.new-center{
	width: 1170px;
	height: 420px;
	padding:32px;
	box-sizing: border-box;
	margin:0 auto;
	background: #fff;
	box-shadow: 0 2px 20px rgba(0,0,0,0.14);
}
.new-center-l,.new-center-l img{
	width: 454px;
	height: 340px;
}
.new-center-r{
	width: 625px;
	height: 340px;
}
.new-center-tab{
	width: 100%;
	height: 34px;
}
.new-center-tab ul li{
	width: 100px;
	height: 34px;
	float: left;
	margin-right: 10px;
}
.new-center-tab ul li a,.new-center-tab ul li a:visited{
	display: block;
	line-height: 34px;
	color:#b90c13;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
}
.new-center-tab ul li a.hover{
	background: #b90c13;
	color:#fff;
	border-radius: 4px;
}
.new-center-body{
	width: 100%;
}
.new-center-body ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: dashed 1px #c0c0c0;
	position: relative;
	padding-left: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new-center-body ul li a,.new-center-body ul li a:hover{
	color:#1a1a1a;
}
.new-center-body ul li:before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b90c13;
	position: absolute;
	top:50%;
	margin-top: -3px;
	left:0px;
}
.new-center-body ul li span{
	color:#c2c2c2;
	float:right;
	background: url(../images/timeico.jpg) no-repeat left center;
	padding-left: 24px;
}
/* start ad */
.ad{
	width: 100%;
	height: 211px;
	background: url(../images/ad.jpg) no-repeat left top;
	background-size: cover;
	margin:74px auto 64px;
	padding-top: 100px;
}
.animate {
  width: 1110px;
  font-size: 42px;
  margin: 0px auto;
  font-weight: 700;
}
.animate span {
  display: inline-block;
}
.two span {
  color: #fff;
}
.two span.xzi{
	font-size: 24px;
}
/* start culture */
.culture{
	width: 1110px;
	height: 322px;
	margin:0 auto 64px;
}
.culture-l{
	width: 475px;
	height: 322px;
	background: url(../images/he.jpg) no-repeat right bottom;
}
.culture-l-tit{
	margin-bottom: 30px;
	font-family: "Microsoft Yahei";
}
.culture-l-tit h3{
	font-size: 28px;
	color:#b90c13;
	font-weight: 700;
}
.culture-l-tit span{
	font-size: 20px;
	color:#d7d7d7;
	font-weight: normal;
	vertical-align: 20%;
	margin-left: 10px;
    text-transform:uppercase;
    border-bottom:solid 3px #b90c13;
}
.culture-l-list{
	width: 100%;
	height: 34px;
	background: url(../images/cultureico.jpg) no-repeat left center;
	padding-left: 50px;
	color:#000;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 38px;
	text-transform:uppercase;
	font-family: "Microsoft Yahei";
}
.culture-l-list span{
	color: #9d9d9d;
}
.culture-btn{
	width: 95px;
	height: 36px;
	background: #c41019;
	text-align: center;
	line-height: 36px;
	color:#fff;
}
.culture-r{
	width: 570px;
	height: 322px;
	position: relative;
}
.vplay{
	width: 570px;
	height: 322px;
	background: url(../images/video.jpg) no-repeat left top;
	position: absolute;
	left:0;
	top:0;
}
.vplay-name{
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.5);
	position: absolute;
	left:0;
	bottom:0;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
.vplay-circle{
	width: 78px;
	height: 53px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -39px;
	margin-top: -39px;
	text-align: center;
	padding-top: 25px;
}

/* start footer */
.footer{
	width: 100%;
	background: #222;
	height: 428px;
	overflow: hidden;
}
.foot{
	width: 1170px;
	margin:0px auto 0;
}
.foot-menu{
	width: 1170px;
	height: 222px;
	border-bottom: solid 1px #fff;
	margin:70px auto 0;
}
.foot-menu ul li{
	width: 96px;
	margin-right: 83px;
	float:left;
	color:#fff;
	font-size: 14px;
	line-height: 32px;
}
.foot-menu ul li:last-child{
	margin-right: 0px;
}
.foot-menu ul li h5{
	font-size: 20px;
	font-weight:700;
	margin-bottom: 5px;
}
.foot-menu ul li a,.foot-menu ul li a:visited{
	color:#fff;
}
.foot-menu ul li a:hover{
	text-decoration: underline;
}
.foot-des{
	width: 1170px;
	margin: 30px auto 0;
}
.foot-des-l{
	width: 72px;
	height: 72px;
}
.foot-des-l img{
	width: 72px;
	height: 72px;
}
.foot-des-r{
	width: 1066px;
	height: 72px;
}
.foot-des-r ul li{
	width: 24%;
	float: left;
	color:#fff;
	font-size: 14px;
	line-height: 32px;
}
.foot-des-r ul li:last-child{
	width: 27%;
}
/* start fy */
.fy{
	width: 100%;
	margin:20px auto 0;
	height: 32px;
	position: relative;
}
.fy ul{
	position: absolute;
	right: 0px;
	top:0;
}
.fy ul li{
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 15px;
	float:left;
}
.fy ul li a,.fy ul li a:visited{
	display: block;
	color:#000;
	padding:0 10px;
	border:solid 1px #000;
	border-radius: 4px;
}
.fy ul li a:hover,.fy ul li a.active{
	color: #d01b23;
	border:solid 1px #d01b23;
}

/* start page */
.pageban{
	width: 100%;
}
.pagelocation{
	width: 100%;
	height: 50px;
	background: #fff;
}
.pagetext{
	width: 1170px;
	margin:0 auto;
	line-height: 50px;
	font-size: 16px;
	color:#000;
}
.pagetext a,.pagetext a:visited{
	color:#686868;
}
.pagetext a:hover{
	text-decoration: underline;
}
.pagewrap{
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	box-shadow:-6px 6px 32px rgba(4,0,0,0.2) inset; 
}
.pagemain{
	width: 1170px;
	padding-top: 42px;
	margin:0 auto;
}
.page-l{
	width: 255px;
	height: 650px;
}
.page-l-tit{
	width: 221px;
	height: 95px;
	background: #bf2126;
	padding:37px 0 0 34px;
	border-top-left-radius: 15px;
	font-size: 18px;
	color:#fff;
	text-transform: uppercase;
}
.page-l-tit h4{
	font-size: 28px;
	line-height: 40px;
	color:#fff;
	padding-left: 20px;
	position: relative;
}
.page-l-tit h4:before{
	content: "";
	width: 6px;
	height: 30px;
	background: #fff;
	position: absolute;
	left:0;
	top:5px;
}
.page-l-list{
	width: 255px;
	height: 518px;
	padding-top: 2px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background:#524a47 url(../images/leftbg.png) no-repeat right bottom;
}
.page-l-list ul li{
	width: 100%;
	height: 68px;
	border-bottom: solid 1px #251e1e;
	box-shadow: 0px 1px 0px #9c9a9a;
	font-size: 18px;
	line-height: 68px;
	text-align: center;
	position: relative;
}
.page-l-list ul li a,.page-l-list ul li a:visited{
	color:#fff;
	display: block;
	width: 100%;
	background: url(../images/rico.png) no-repeat right center;
	background-position:right 0px;
}
.page-l-list ul li a:hover,.page-l-list ul li a.active{
	background:#bf2126 url(../images/rico.png) no-repeat right center;
	background-position:right -68px;
}
.page-l-list .pll ul{
	display:none;
	position:absolute;
	z-index: 999;
	left:100%;
	top:0px;
	width: 240px;
}


.page-l-list .pll ul li{
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background: #767676;	
}
.page-l-list .pll ul li a,.page-l-list .pll ul li a:visited{
	color:#fff;
	display: block;
	width: 100%;
	background:none;
	/*background: url(../images/ricox.png) no-repeat right center;*/
	background-position:right 0px;
}
.page-l-list .pll ul li a:hover,.page-l-list .pll ul li a.active{
	background:none;
	background-color:#bf2126;
	/*background:#bf2126 url(../images/ricox.png) no-repeat right center;*/
	/*background-position:right -48px;*/
}



.page-r{
	width: 886px;
	height: auto;
}
.page-r h4{
	font-size: 28px;
	color: #686868;
	height: 68px;
	line-height: 68px;
	background: url(../images/hico.png) no-repeat left center;
	padding-left: 20px;
}
.page-r-body{
	width: 846px;
	background: #fff;
	border-radius: 10px;
	min-height: 522px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.14);
	padding:32px 20px;
	font-size: 16px;
	line-height: 32px;
	color: #686868;
}
.page-r-body h5{
	color: #be1f24;
	font-size: 20px;
	margin-bottom: 10px;
}
.page-r-body p{
	text-indent: 2em;
	margin-bottom:10px;
}

/* start news */
.page-news{
	width: 866px;
}
.page-news ul li{
	width: 886px;
	background: #fff;
	border-radius: 10px;
	height: 185px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.14);
	font-size: 14px;
	line-height: 32px;
	color: #686868;
	margin-bottom: 32px;
}
.pn-l{
	width: 246px;
	height: 185px;
}
.pn-l img{
	width: 246px;
	height:185px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.pn-r{
	width: 580px;
	height: 185px;
	padding-right: 30px;
	position: relative;
}
.pn-r h5{
	font-size: 20px;
	line-height: 30px;
	color: #1a1a1a;
	max-height: 60px;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.pn-r p{
	font-size: 14px;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
}
.dm{
	width: 100%;
	height: 40px;
	position: absolute;
	left:0;
	bottom: 0px;
}
.dm img{
	vertical-align: -15%;
	margin-right: 4px;
}
.dm a,.dm a:visited{
	color:#d01b23;
	float: right;
	padding-right: 30px;
}
.dm a:hover{
	text-decoration: underline;
}

.page-news-tit{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	color: #c2c2c2;
	font-size: 16px;
}
.page-news-tit h2{
	font-size: 30px;
	color: #1a1a1a;
	line-height: 32px;
	margin-bottom: 20px;
}
.page-news-tit img{
	vertical-align: -10%;
	margin-right: 4px;
	margin-left: 20px;
}
.page-news-cont{
	width: 100%;
	background: #fff;
	padding:50px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.14);
	font-size: 16px;
	line-height: 32px;
	color: #686868;
	margin-bottom: 32px;
}
.page-news-cont p{
	text-indent: 0em;
}
.page-news-cont img{
	text-align: center;
	display: inline-block;
	max-width: 680px;
}
/* start culture */
.culture-page{
	width: 886px;
	margin-top: 10px;
}
.culture-page ul li{
	width: 262px;
	margin-right: 50px;
	float:left;
	font-size: 14px;
	line-height: 32px;
	color: #686868;
	margin-bottom: 100px;
	position: relative;
}
.culture-page ul li:nth-child(3n){
	margin-right: 0px;
}
.culture-img{
	width: 262px;
	height: 202px;
	background: #fff;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.14);
}
.culture-page li img{
	width: 262px;
	height: 202px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition:all 0.5s;
}
.culture-text{
 	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.14);
	padding:15px 15px;
	width: 232px;
	font-size: 16px;
	line-height: 24px;
	color: #1a1a1a;
	background:#fff;
	position: absolute;
	left:0px;
	bottom:-54px;
}
.culture-page li:hover img{
	transform: scale(1.1);
	cursor:pointer;
}
.culture-page li:hover p{
	height: 72px;
	overflow: hidden;
	cursor:pointer;
}
.culture-text p{
	height: 24px;
	overflow: hidden;
	transition:height 0.5s;
}
.mt0{margin-top: 0;}
/* start subsidiary */
.subsidiary{
	width: 1110px;
	height: 268px;
	margin:0 auto 64px;
}
.subsidiary-tit{
	width: 100%;
	height: 84px;
}
.subsidiary-body{
	width: 1110px;
	margin:0 auto;
	height: 194px;
	overflow: hidden;
	position: relative;
}
.subsidiary-body ul{
	height:194px;
	width:100000px;
	position:absolute;
	left:0;
} 
.subsidiary-body ul li{
	display:block;
	float:left;
	margin-right: 50px;
	width: 240px;
	height:192px;
	overflow: hidden;
	background: #eee;
	box-shadow: 0px 2px 20px rgba(0,0,0,0.14);
	border:solid 1px #c9c9c9;
	border-radius:5px;
	position:relative;
}
.subsidiary-body ul li a{
	display:inline-block;
	height:192px;
	color:#1a1a1a;
	font-size: 16px;
	text-align: center;
} 
.w200{
	height: 20px;
	padding:0 10px;
	overflow: hidden;
	display: inline-block;
}
.subsidiary-body ul li img{
	width: 240px;
	height: 146px;
	margin-bottom: 12px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	display:block;
}
.subsidiary-ico{
	width: 36px;
	height: 22px;
	position: absolute;
	top:8px;
	right: 8px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
}
.c41019{
	background: #c41019;
}
.c3c2c20{
	background:#3c2c20;
}
.e8ce23{
	background:#e8ce23;
}
.event{
	width: 1170px;
	padding-top: 18px;
	margin:0 auto;
}
.event a,.event a:visited{
	color:#000;
}
.event-tit h4{
	font-size: 28px;
	color: #686868;
	height: 68px;
	line-height: 68px;
	background: url(../images/hico.png) no-repeat left center;
	padding-left: 20px;
}
.event-r{
	width: 1016px;
	height: 172px;
	margin:0 auto;
	background: url(../images/rbg.jpg) no-repeat right top;
	overflow: hidden;
}
.year-r{
	margin:50px 0 0 378px;
	font-size: 12px;
	width: 92px;
	color:#aeaeae;
	float:left;
}
.year-r span{
	font-size: 16px;
	font-weight: 700;width:320px;display: inline-block; text-align:left;
	margin-left: 10px;
}
.event-newr{
	width: 420px;
	margin:24px 15px 24px 0px;
	display: inline-block;
	float:right;
	font-size: 18px;
	line-height: 26px;
	color:#000;
}
.event-newr img{
	width: 132px;
	height: 85px;
	margin-right: 15px;
	display: inline-block;
	float: left;
}
.event-l{
	width: 1016px;
	height: 172px;
	margin:0 auto;
	background: url(../images/lbg.jpg) no-repeat left top;
}
.year-l{
	margin:50px 378px 0 0 ;
	font-size: 12px;
	width: 92px;
	color:#aeaeae;
	float:right;
}
.year-l span{
	font-size: 16px;
	font-weight: 700; width:320px;display: inline-block; text-align:left;
	margin-right: 10px;
}
.event-newl{
	width: 420px;
	margin:24px 15px 24px 15px;
	display: inline-block;
	float:left;
	font-size: 18px;
	line-height: 26px;
	color:#000;
}
.event-newl img{
	width: 132px;
	height: 85px;
	margin-left: 15px;
	display: inline-block;
	float: right;
}