@import url('fonts.css');

body {
  background:#ffffff;
  font-family: 'Roboto', sans-serif;
  margin:0;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  cursor:pointer;
}

a:hover{
  text-decoration:none;
  outline:none;
}
ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}
.auto_div{
	margin:auto;
}
/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  background:#8d594c;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.header-top{
	 background: url(../images/top1.png) no-repeat scroll top center / cover;
	 height:140px;
}
.w_100{
	width:100%;
}
.w_85{
	width:85%;
}
.w_80{
	width:80%;
}
.w_75{
	width:75%;
}
.w_70{
	width:70%;
}
.w_60{
	width:60%;
}
.w_40{
	width:40%;
}
.w_30{
	width:30%;
}
.w_90{
	width:90%;
}
.w_98{
	width:98%;
}
.w_1200{
	width:1200px;
}
.w_1920{
	width:1920px;
}
.w_900{
	width:900px;
}
.w_1024{
	width:1024px;
}
.w_1360{
	width:1360px;
}
.w_1000{
	width:1000px;
}
.w_1100{width:1100px;}
.logo_div{
	height:140px;display: flex;
  align-items: center; /* 垂直居中 */
  justify-content:space-between;
 
}
.logo_right{display: flex;
	justify-content: flex-end;
}
.logo_tel{
	display: flex;
	justify-content: flex-end; flex-direction: column;
	color:#90574c;font-size:2rem;align-items: flex-end;margin-right:5px;
}
.logo_span{font-size:1.8rem;font-weight:bold}
.main-menu{
	height:140px;
	margin:auto;
}

.main-menu li a{
	width:100%;
	height:140px;float:left;line-height:140px;color:#fff;text-align:center;font-size:1.5rem;
}
.item{width:12.5%;height:140px;float:left;}
.main-menu a:hover{
	color:#8d594c;
	background-color:#fff;
}
.main-menu li.active a{
	color:#8d594c;background-color:#fff;
}
.submenu{width:100%;position: absolute;top: 140px;background-color: rgba(100, 100, 100, 0.5);display: none;}
.item:hover .submenu{display: block;}
.submenu li a{width:100%;height:40px;float:left;line-height:40px;color:#fff;text-align:center;}
.submenu li.active a{color:#fff;background-color: rgba(100, 100, 100, 0);}
.submenu li a:hover{
	color:#fff;
	background-color:#8d594c;
}
.search{width:181px;height:25px;float:right;margin:40px 0px 0px 0px}
.search input{background: url(../images/search.png) no-repeat;width:181px;height:25px; border: none;outline: none; }
/*幻灯片*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height: 750px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 750px;
	display: block;
}
/*分割*/
.fen{
	margin:auto;
	height:70px;
}
.fen40{
	margin:auto;
	height:40px;
}
.fen10{
	margin:auto;
	height:10px;
}
.fen20{
	margin:auto;
	height:20px;
}
/*首页主体*/


.video_f{margin-left:40px;
	display: flex;
	flex-direction: column;
}
.c_video_img{
	width:60px;
	position: absolute; top: 42%; right: 45%;
}
.video_font1{
	font-size:45px;
	color:#8b5a4c;
}
.video_font2{
	font-size:16px;color:#000;letter-spacing: 2px;
}
.video_font3{
	font-size:15px;margin-top:10px;line-height:30px;color:#393737;letter-spacing: 1px;
}
.video_font4{
	font-size:15px;line-height:30px;color:#393737;letter-spacing: 1px;
}
.c_title{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align:center;
}
.c_title_f45{
	font-size:2.5rem;
	color:#8b5a4c;
}
.c_title_f1{
	font-size:2.5rem;
	color:#8b5a4c;
}
.c_title_f2{
	background-color:#8b5a4c;
	height:2px;
	width:74px;
	margin:8px 0px 8px 0px;
}
.c_title_f3{
	font-size:1rem;color:#5a5a5a;
}
.c_title_f3_new{
	font-size:1rem;color:#8b5a4c;
}
.c_banner1{
	
	background-color:#f2ecec;
	height:530px;
}
.c_b_img{height:500px;}
.c_banner1_font {
	margin-left:10px;
}
.c_banner1_s1{
	font-size:1.6rem;
	color:#8b5a4c;letter-spacing: 3px;
}
.c_banner1_s2{
	font-size:2.2rem;
	color:#8b5a4c;letter-spacing: 3px;
}
.c_banner1_s2_1{
	margin-top:-10px;
}
.c_banner1_xian{
	width:630px;
	background-color:#8b5a4c;
	height:1px;
}
.c_banner1_s3{font-size:1rem;letter-spacing: 1px;}
.c_banner1_s3_1{font-size:1rem;color:#000}
.c_banner1_s4{width:292px;height:60px;background-color:#8d594c;color:#fff;font-size:29px;letter-spacing: 4px;margin-top:10px;border-radius:9px;}

.wh_fonts span{margin-left:50px;}
.wh_font1{background-color:#8c594d;border-radius:25px;width:100%;height:78px;margin-bottom:20px;color:#fff;font-size:1.8rem}
.wh_font2{background-color:#f2edec;border-radius:25px;width:100%;height:78px;margin-bottom:20px;color:#8c594d;font-size:1.8rem}
.dsz_ul_font{font-size:1.4rem;}
.dsz_ul_font span{color:#8b5a4c;width:100%;text-align:center;display:block}
.ad1{
    height: 620px;
    background-color: #fff; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to bottom, #fff 0% ,#fff 50% , #8d594c 50% , #8d594c 100%);
}
.ad1_4{
	width:262px;
	height:420px;background-color:#fff;
}
.ad1_font{
	width:262px;
	height:120px;background-color:#fff;
}
.ad1_font span{display:block;width:262px;text-align:center}
.ad1_font_s1{font-size:16px;letter-spacing: 1px;}.ad1_font_s2{font-size:13px;}
.c_banner2{
	background-color:#f2ecec;height:620px;
	background-image: url('../images/c_banner2.png');
    background-repeat: no-repeat;
    background-position: right top;
}
.c_banner2_font{height:620px}
.c_banner2_s4{width:152px;height:60px;background-color:#8d594c;color:#fff;font-size:29px;letter-spacing: 4px;margin-top:10px;float:left}
.c_banner2_s3{margin-left:10px;}
.ad2{
    height: 620px;
}
.c_banner3{height:720px;background-color:#f2ecec}
.c_banner3_s1{margin-top:10px}
.c_banner3_xian{
	width:715px;
	background-color:#8b5a4c;
	height:1px;
}.c_banner3_s3{font-size:12px;}
.c_banner3_s4{width:142px;height:60px;background-color:#8d594c;color:#fff;font-size:29px;letter-spacing: 4px;}
.c_banner3_s1{font-size:2rem;	color:#8b5a4c;letter-spacing: 7px;}
.ad3{
    height: 550px;
    background-color: #fff; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to bottom, #fff 0% ,#fff 35% , #8d594c 35% , #8d594c 100%);
}
.ad3_font{
	width:262px;
	height:130px;background-color:#fff;
}.ad3_font span{display:block;width:262px;text-align:center}
.ad3_4{
	width:262px;
	height:320px;background-color:#fff;
}
.ad3_font_s2{font-size:12px;}.ad3_font_s1{font-size:15px;letter-spacing: 1px;}
.qixiu{background: url(../images/qixiu.jpg) no-repeat;height:990px}
.qixiu_font{height:356px;width:1054px;background-color: rgba(100, 100, 100, 0.5);margin-top:25px;}
.qixiu_font span{display:block;width:1054px;text-align:center;color:#fff;letter-spacing: 3px;}
.qixiu_font_s1{font-size:55px;}.qixiu_font_s2{font-size:35px;margin-bottom:25px;}.qixiu_font_s3{font-size:12px;}
.qixiu_arc{background-color:#f2ecec;height:620px}
.qixiu_arc_s3{font-size:16px;width:715px;margin-top:10px}
.qixiu_arc_s4{width:142px;height:60px;background-color:#8d594c;color:#fff;font-size:15px;letter-spacing: 4px;margin-top:90px}
.qixiu_arc_s1{font-size:45px;color:#8b5a4c;letter-spacing: 3px;}
.qixiu_arc_s2{font-size:55px;color:#8b5a4c;letter-spacing: 3px;}
.ad4{height: 640px;background-color: #fff;background-image: linear-gradient(to bottom, #fff 0% ,#fff 40% , #8d594c 40% , #8d594c 100%);}
.ad4_4{	width:390px;height:530px;background-color:#fff;}
.ad4_font{width:390px;height:150px;}
.ad4_font span{display:block;width:390px;text-align:center;} 
.ad4_font_s1{font-size:16px;letter-spacing: 1px;}.ad4_font_s2{font-size:13px;color:#5e5c5d;letter-spacing: 1px;}
.c_banner4{height:620px}
.c_banner4_s3{font-size:16px;}
.c_banner4_s1{font-size:15px;color:#8b5a4c;letter-spacing: 7px;}
.c_banner4_s4{width:142px;height:60px;background-color:#8d594c;color:#fff;font-size:15px;letter-spacing: 4px;margin-top:70px}

/* footer */
.footer{background-color:#8d594c;color:#fff}
.logo_f{margin:30px 0px 30px 0px;}
.footer_xian{width:40%;background-color:#fff;height:1px;}
.footer span{height:30px;line-height:30px;}
.footer a{color:#fff}
.footer_left{font-size:1.4rem}.beian{font-size:1.2rem;}
.f_jiameng{font-size:2rem;}
.font_footer{font-size:1.4rem;}
/*首页主体*/
.pop {  display: none;  width: 600px; min-height: 470px;  max-height: 750px;  height:470px;  position: absolute;  top: 0;  left: 0;  bottom: 0;  right: 0;  margin: auto;  padding: 25px;  z-index: 130;  border-radius: 8px;  background-color: #fff;  box-shadow: 0 3px 18px rgba(100, 0, 0, .5);  }
	.pop-top{  height:40px;  width:100%;  border-bottom: 1px #E5E5E5 solid;  }
	.pop-top h2{  float: left;  display:black}
	.pop-top span{  float: right;  cursor: pointer;  font-weight: bold; display:black}
	.pop-foot{  height:50px;  line-height:50px;  width:100%;  border-top: 1px #E5E5E5 solid;  text-align: right;  }
	.pop-cancel, .pop-ok {  padding:8px 15px;  margin:15px 5px;  border: none;  border-radius: 5px;  background-color: #337AB7;  color: #fff;  cursor:pointer;  }
	.pop-cancel {  background-color: #FFF;  border:1px #CECECE solid;  color: #000;  }
	.pop-content{  height: 380px;  }
	.pop-content-left{  float: left;  }
	.pop-content-right{  width:310px;  float: left;  padding-top:20px;  padding-left:20px;  font-size: 16px;  line-height:35px;  }
	.bgPop{  display: none;  position: absolute;  z-index: 129;  left: 0;  top: 0;  width: 100%;  height: 100%;  background: rgba(0,0,0,.2);  }