body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea{
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	font-family:"microsoft yahei";
	text-decoration: none;
	color: #666;
	list-style:none ;
	box-sizing: border-box;
	}
a :hover,body {
	color: #000
}

.btn,body {
	background-color: #fff
}

.header .top .logo,.inner-bar h2,.section .stitle h2,.section-about .about-content h4,.section-case ul li,.section-tech ul li,.title1 h2 {
	text-transform: uppercase
}

.inner-bar h2,.inner-content .inner-nav>ul>li li {
	text-indent: 5px
}

abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}


body {
	line-height: 1;
	font-size: 14px;
	overflow-x: hidden
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
	color: #333
}

* {
	box-sizing: border-box
}
.duration15 { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }
.duration18 { -webkit-animation-duration: 1.8s; animation-duration: 1.8s; }
.duration20 { -webkit-animation-duration: 2s; animation-duration: 2s; }
.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
.delay3{ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4{ -webkit-animation-delay: 0.65s; animation-delay: 0.65s; }
.delay5{ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay6{ -webkit-animation-delay: 0.95s; animation-delay: 0.95s; }
.delay7{ -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay8{ -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay9{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay10{ -webkit-animation-delay: 1.55s; animation-delay: 1.55s; }
.an-hide{ 
	visibility:hidden;
    *visibility:visible;
	}
.an-show{ 
	visibility:visible;
}


img {
	vertical-align: middle
}
.nyimg img{
	width: 100%;	
}

.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clear{
	clear: both
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:after {
	clear: both
}
strong{
	font-weight:bold;
	line-height:40px;
	}
.pull-left {
	float: left
}

.pull-right {
	float: right
}

.text-center {
	text-align: center
}

.container {
	position: relative;
	margin: 0 auto;
	width: 1200px
}



.header {
	width: 100%;
	position: relative;
	
}

.top img{
	width: 100%;
	z-index: 999;
	display: block;
	position: relative;
}
.header .container{
	padding-top: 25px;
	
}
.logo{
	width: 400px;
	float: left;
	z-index: 999;
	position: relative;
}
.logo img{
	width: 100%;
}
.header .nav,.header .rm-nav {
	float: right;
	margin-top: 15px;
	z-index:999;
	position:relative;
}

.header .rm-nav {
	clear: none
}

.header .rm-nav .rm-menu,.header .rm-nav ul {
	background:none;
}
.header .rm-nav .rm-hover .yjfl{
	background-color: rgba(110,26,26,0.9);
	color: #fff;
}
.header .rm-nav .yjfl:hover{
	background-color: rgba(110,26,26,0.9);
	color: #fff;
	
}
.header .rm-nav .ejfl{
	background-color: rgba(110,26,26); !important;
}

.header .rm-nav .ejfl li{
	border-bottom: 1px solid #6e1a1a;
	background: #7d3131 !important;
}
.header .rm-nav .ejfl a{
	color: #FFF;
}

.header .nav ul li {
	float: left;
	padding: 15px 20px
}

.header .nav ul li a {
	display: block;
	padding: 5px 0;
	line-height: 20px;
	font-size: 16px;
	color: #fff
}


.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container {
      width: 100%;
      height: 100%;
}
.swiper-wrapper{
	  /* 通过改变animation-timing-function 制作弹性切换效果 */
		    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
	}
.swiper-slide {
      text-align: center;
      font-size: 18px;
      /* 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-slide  img{
	width: 100%;
}
.banner_img{
	width: 100%;
	z-index: 888;
	position: absolute;
	top: 0;
}
.banner_img img{
	width:100%;
	}
.bt h2{
	font-size: 30px;
	color: #6c1818;
	font-weight: bold;
	text-align: center;
}
.bt span{
	display: block;
	width: 50px;
	height: 4px;
	background: #d7b575;
	margin: 15px auto;
}
.bt h3{
	text-align:center;
	line-height: 24px;
}
.bt h3 a{
	display: inline-block;
	border: 2px solid #d2c9b7;
	padding: 5px 20px;
	margin: 3px;
	color: #d2c9b7;
}
.bt h3 a:hover{
	background: #d2c9b7;
	color: #6c1818;
}
.bt h3 .gl{
	background: #d2c9b7;
	color: #6c1818;
}
.topico{
	width: 100%;
	padding: 90px 0;
	background: #fcefcc;
}
.topico ul{
	width: 200px;
	padding: 20px;
	float: left;
	text-align: center;
}
.topico ul h4{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align:center;
	line-height: 30px;
	padding: 15px 0 5px 0;
}
.topico ul p{
	line-height: 22px;
	color: #666666;
	text-align:center;
}
.topico ul:hover h4 , .topico ul:hover p{
	color: #6C1818;
}
.about{
	width: 100%;
	background: url(../images/ab_bj.jpg);
	padding: 90px 0;
}
.about video{
	width: 390px;
	float: left;
	margin-top: 5px;
}
.about li{
	width: 775px;
	float: right;
	line-height: 30px;
}

.case_bj{
	width: 100%;
	padding: 100px 0;
	background: url(../images/case_bj.jpg);
	height: 860px;
}
.case{
	width: 1200px;
	overflow: hidden;
	margin-top: 40px;
}

.case ul{
	width: 1300px;
	overflow: hidden;
}
.case ul li{
	width: 290px;
	height: 270px;
	float: left;
	margin-right: 13px;
	margin-bottom: 23px;
	background-color: rgba(253,247,225,0.8);
}
.case ul li img{
	width: 100%;
}
.case ul li p{
	text-align: center;
	line-height: 50px;
}
.caseyd ul{
	width: 390px;
	float: left;
	margin-top: 60px;
	padding:40px 45px;
	background-color: rgba(253,247,225,0.8);
}
.caseydmr{
	margin-right: 15px;
}
.caseyd ul p{
	line-height: 30px;
}
.caseyd ul img{
	margin: 10px auto 30px;
}
.bt2{
	font-size: 24px;
	color: #651619;
	font-weight: bold;
}
.bt2 span{
	display: block;
	width: 40px;
	margin: 20px 0;
	height: 4px;
	background: #d7b575;
}
.bt2 a{
	display: block;
	float: right;
	font-size: 14px;
	color: #d7b575;
	font-weight: normal;
	margin-top: 15px;
}

.news{
	width: 100%;
	height: 765px;
	padding: 90px 0;
	background: url(../images/news_bj.jpg) center bottom #fdf6e3 ;
}
.news_tp{
	width: 415px;
	margin-top: 30px;
	height: 455px;
	padding: 15px;
	float: left;
	background: #efe7da;
}
.news_tp img{
	width: 100%;
}
.news_tp b{
	font-weight: bold;
	line-height: 40px;
}
.news_tp p{
	line-height: 25px;
	color: #666;
}
.news_tp span{
	display: block;
	margin-top: 10px;
	color: #999;
}
.news_wz{
	float: right;
	width: 755px;
	height: 455px;
	padding: 15px 25px;
	margin-top: 30px;
	background: #efe7da;
}
.news_wz ul li{
	line-height: 25px;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}
.news_wz ul li b{
	display: block;
	font-weight: bold;
}
.news_wz ul li p{
	color: #666;
}
.news_wz ul li span{
	color: #999;
}
.foot{
	width: 100%;
	height: 230px;
	padding: 40px 0;
	background: url(../images/foot_bj.jpg) no-repeat center #d2c9b8;
}
.foot_left{
	width: 700px;
	float: left;
}
.foot_left h2{
	line-height: 40px;
}
.foot_left p{
	line-height: 26px;
	color: #66666e;
	margin-top: 25px;
}
.foot_left p b{
	display: block;
	font-weight: bold;
}
.foot_left p span{
		color: #66666e;
	}
.foot_right{
	width: 125px;
	float: right;
	margin-left:10px;
	padding: 7px 7px 0 7px;
	background-color: rgba(253,247,225,0.8);
}
.foot_right img{
	width:100%;
	}
.foot_right p{
	text-align: center;
	line-height: 35px;
}
.bqsy{
	background: #c5bdb0;
	padding: 15px 0;
	color: #666865;
	line-height: 26px;
	text-align: center;
}
.bqsy a{
	color: #666865;
}
.mian{
	width:100%;
	background: url(../images/ab_bj.jpg);
	padding: 120px 0 80px 0;
	}
.mian .bt{
	margin-bottom:20px
	}
.aboutn{
	line-height:28px;
	}
.aboutn img{
	max-width:100%;
	}
.nr100{
	width: 100%;
    height: 160px;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #d1d1d1;
	background:#fffcf3;
	}
.nr30{
	width:33%;
	float:left;
	margin-right:2%;
	margin-top:15px;
	padding: 20px;
	border: 1px solid #d1d1d1;
	background:#fffcf3;
	}
.nr20{
	width:16%;
	margin-top:15px;
	padding: 20px;
	border: 1px solid #d1d1d1;
	background:#fffcf3;
	}
.yzm{
	height:57px;
	float:right;
	margin-top:16px;
	}	
.btn{
	background: #ddd;
    width: 30%;
    height: 50px;
    border: 0px;
    text-align: center;
    font-size: 15px;
    color: #666;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
	}
.pagination{
	text-align: center;
	padding-top: 30px;
}
.page-item{
	display: inline-block;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ddd;
}
.page-num{
	padding: 5px 10px;
	display: inline-block;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #6c1818;
}
.page-num-current{
	background: #6c1818;
	color: #fff;
}

.newslist{
	
	width: 100%;

}
.newslist ul li{
	line-height: 25px;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}
.newslist ul li b{
	display: block;
	font-weight: bold;
}
.newslist ul li p{
	color: #666;
}
.newslist ul li span{
	color: #999;
}	
	
.news_bt h2{
	font-size: 24px;
	text-align: center;
	color: #333;
	padding-top:30px;
	margin-bottom:20px;
}
.news_bt h4{
	border: 2px solid #d2c9b7;
	text-align: center;
	margin: 20px 0;
	color: #d2c9b7;
	padding: 5px;
}	
.caseshow img{
	max-width:100%;
	margin:auto;
	display:block;
	}	
.contact_n{
	background:#fffdf7;
	}	
.contact_n ul li{
	width:50%;
	float:left;
	}
.contact_n ul li  img{
	width:100%;
	}	
.about_contact{
	background:#fff;
	padding:30px;
	}	
.about_contact ul{
	width:550px;
	}	
.about_contact ul li{
	border-bottom:1px dashed #E5E5E5;
	padding: 20px 10px;
	}	
.about_contact ul li img{
	height:97px;
	}	
#allmap {width: 100%;height: 600px;overflow: hidden;margin-top:20px; float:left;}	