@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Latin;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/lmromandunh10-regular.ttf) format('truetype');
}
@font-face {
	font-family: myfont;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/l.woff2) format('woff2');
}

body{
	font-family: STXihei, STHeitiLight, 'Microsoft JhengHei', 'Microsoft YaHei', Arial, sans-serif !important;
	overflow-x: hidden;
}	

.clmp{
	margin-left: -2.5%;
	margin-right: -2.5%;
}
.clpp{
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.clm20{
	margin-left: -20px;
	margin-right: -20px;
}
.clp20{
	padding-left: 20px;
	padding-right: 20px;
}

	/*header*/
	#header {
    overflow: hidden;
    position: relative;
}
.header_rinav_con{ display: table-cell;vertical-align: middle;}
.header_rinav_logo{ position: absolute; top:40px; left:50%;margin-left: -55px;}
.header_rinav_nav ul{padding-left:0;margin-bottom: 0px;}
.header_rinav_nav li{ position: relative;width: 120px;}
.header_rinav_nav li>a,.header_rinav_tit{ color: #666;line-height: 45px; cursor: pointer;font-size: 18px;}
.header_rinav_c{
	/*position: absolute; right:120%; width:100%;*/
	/*top:10px;*/
	display: none; position: relative;margin-bottom: 15px;
	/*opacity:0;visibility: hidden;*/
	/*-webkit-transition: 0.3s linear;-moz-transition: 0.3s linear;-ms-transition: 0.3s linear;-o-transition: 0.3s linear;transition: 0.3s linear;*/
}
.header_rinav_c a{font-size: 16px;line-height: 30px; color: #888;
margin-left: -10px;
	filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}
.header_rinav_c a:hover{ color: #666;}
.header_rinav_c .line{ position: absolute; left:0px; top:-5px; height:1px;width: 0px;background: #a2a2a2;
	content: '';}


.desc_tx{
	margin-top: 10px;font-size: 24px;
	padding-left: 5px;
}
.header_rinav_bot img {
	position: absolute; bottom:110%; left:50%;margin-left: -50px;
	-webkit-transition: 0.3s linear;-moz-transition: 0.3s linear;-ms-transition: 0.3s linear;-o-transition: 0.3s linear;transition: 0.3s linear;
	filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
	visibility: hidden;
}
.header_rinav_bot a:hover img{
	filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;
	visibility: visible;
}
.header_rinav_bot {
	left: 0; position: absolute;
	bottom: 40px;
	color: #fff;
	width: 100%;text-align: center;
}
.header_rinav_bot a{ color: #999; position: relative;
	line-height: 28px; display: inline-block;font-size: 15px;margin: 0px 5px;
}
.header_rinav_bot .en{border: 1px solid #999;
	width: 28px;
	height: 28px;}
.header_ri_btn{width: 80px; height:80px; cursor: pointer; position: fixed; right:0; top:0;
	background: rgba(251, 251, 255, 0.8);
	z-index:1111;}
.header_ri_btn span {
	background: #888;
	display: block;
	position: absolute;
	height: 2px;
	width: 24px;
	left: 28px; top:34px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.header_ri_btn span.line2{ top:40px;}
.header_ri_btn span.line3{ top:46px;
	animation: 1.5s hbmove1 infinite .5s linear;
	-webkit-animation: 1.5s hbmove1 .5s infinite linear;
}
.header_ri_btn span.line1{
	animation: 1.5s htmove1 infinite .5s linear;
	-webkit-animation: 1.5s htmove1 .5s infinite linear;
}
@-webkit-keyframes htmove1{
	0%{
		top:34px;
	}
	50%{
		top:31px;
	}
	100%{
		top:34px;
	}
}
@keyframes htmove1{
	0%{
		top:34px;
	}
	50%{
		top:31px;
	}
	100%{
		top:34px;
	}
}
@-webkit-keyframes hbmove1{
	0%{
		top:46px;
	}
	50%{
		top:49px;
	}
	100%{
		top:46px;
	}
}
@keyframes hbmove1{
	0%{
		top:46px;
	}
	50%{
		top:49px;
	}
	100%{
		top:46px;
	}
}
.header_rinav{ position: fixed; 
left: -240px; top:0;
	display: table;
	height:100%;padding:0px 50px 0 70px;background: #d4d4d8; z-index:1111;}

.header_rinav_cl{ position: absolute; right:0%; top:0;
	background: #d4d4d8 url("../images/cl.png") no-repeat center center;background-size: 30px;
	width: 70px; height:70px; cursor: pointer;
}
	.logo_new{
	background: url(../images/logo0.png);
	width:280px;
	height:47px;
	background-size:cover ;
	margin:50px auto;
	Â Â -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
		transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.scroll_transition {
	-webkit-transition: -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
	transition: transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
html.touchevents .scroll_transition {
	-webkit-transition: none !important;
	transition: none !important;
}
html.touchevents .scroll_transition.forced {
	-webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
	transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
}
.book_now_top {
    position: absolute;
    font-size: 14px;
    right: 80px;
    top: 38px;
    padding-left: 22px;
    font-size: 14px;
	
}


.book_now_top a{
	margin-left: 40px;
	color: #ffffff;
	display:block;
	padding-left:30px;
	height:20px;
	float:left;
	
}


.book_now_topa1{
	background:url(../images/icon-tel.png) no-repeat  left top;
}

.book_now_topa2{
 
	background:url(../images/icon-lag.png) no-repeat  left top;
}


.ind_cont{
	position: absolute;
	top: 38px;
	left: 160px;
	height:24px;
	font-size: 14px;
	padding-left:0px;
	color: #ffffff;
	cursor: pointer;
	/*background:url(../images/icon-map.png) no-repeat  left top;*/
}


.header_rinav_b .lines hr{
    border-bottom: 1px solid #ffffff;
}

.ban_txt{
  position: absolute;
  color: #FFFFFF;
  text-transform:uppercase;

  left: 50%;
  top:50%;
  z-index: 99;
  letter-spacing: 5px;
  text-align: center;
  line-height: 80px;
  min-width:860px;

	-webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.ban_txt h1{
	  font-size: 70px;
	  width: 80%;
	  margin: 0 auto
	}

.ban_txt h5{
  font-size:40px;
  font-family: myfont;
	font-weight: 600;
	color: #eee;
	}

.upper:before{ 
	  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
	  content: "";
    z-index: -1;
    background: #fff;
-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
		transition: all cubic-bezier(.18,1,.21,1) .9s;
    }
    
#right_content:hover .upper:before{ 
 height: 130px;
}


#right_content {
	    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
.menu_controller {
     display: inline-block;
    cursor: pointer;
    padding: 7px 40px 7px 20px;
    position: absolute;
    top: 38px;
    left: 80px;
}
#menu_controller_container .menu_controller{ float: none;}
.lines hr {
	border: none;
	border-bottom: 1px solid #625559;
	margin: 0;
	margin-top: 3px;
}
.lines hr:first-child {
	margin-top: 0;
	/*width: 50px;*/
}
#menu_controller_container .menu_controller:hover hr._1 {
	-webkit-transform: rotate(90deg) translate3d(4px, 0px, 0) !important;
	transform: rotate(90deg) translate3d(4px, 0px, 0) !important;
}
#menu_controller_container .menu_controller:hover hr._2 {
}
#menu_controller_container .menu_controller:hover hr._3 {
	opacity: 0;
}
#header_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}.header_menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 22222222;
	display: none;
}
.header_menu_bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(236, 244, 244, 0.74);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.header_menu_con {
	position: absolute;
	top: 0;
	left: -300px;
	height: 100%;
	background: #333;
	z-index: 999 !important;
}
.header_menu_logo {
	padding: 35px;
}
.header_menu_con>ul>li {
	border-top: 1px solid #444;
	line-height: 40px; font-size: 12px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	padding-left: 35px;
}
.header_menu_con>ul>li>a {
	color: #fff;
	font-size: 14px;
	display: block;
}
.header_menu_con>ul { padding-left: 0px; }
.header_rinav_b .lines hr{
    border-bottom: 1px solid #ffffff;
}
.menu_controller {
     display: inline-block;
    cursor: pointer;
    padding: 7px 40px 7px 20px;
    position: absolute;
    top: 38px;
    left: 80px;
}
#menu_controller_container .menu_controller{ float: none;}

.menu_controller {
     display: inline-block;
    cursor: pointer;
    padding: 7px 100px 7px 20px;
    position: absolute;
    top: 38px;
    left: 80px;
}
#menu_controller_container .menu_controller{ float: none;}
.lines hr {
	border: none;
	border-bottom: 1px solid #625559;
	margin: 0;
	margin-top: 3px;
}
.lines hr:first-child {
	margin-top: 0;
	/*width: 50px;*/
}
hr._1{
	animation:htmove 3s  infinite .5s linear;
	-webkit-animation:htmove 3s  .5s infinite linear;
}
@-webkit-keyframes htmove{
	0%{
		-webkit-transform: translateY(0px);
		transform: translateY(0px) ;
	}
	50%{
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	100%{
		-webkit-transform: translateY(0px);
		transform: translateY(0px) ;
	}
}
@keyframes htmove{
	0%{
		-webkit-transform: translateY(0px);
		transform: translateY(0px) ;
	}
	50%{
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	100%{
		-webkit-transform: translateY(0px);
		transform: translateY(0px) ;
	}
}
hr._1{
		width: 50px;
}
hr._3{
	width: 50px;
}
hr._3{
	animation:hbmove 3s  infinite .5s linear;
	-webkit-animation:hbmove 3s  .5s infinite linear;
}
@-webkit-keyframes hbmove{
	0%{
		-webkit-transform: translateY(0px);
		transform: translateY(0px) ;
	}
	50%{
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	100%{
		-webkit-transform: translateY(0px);
		transform: translateY(0px) ;
	}
}
@keyframes hbmove{
	0%{
		-webkit-transform: translateY(0px);
		transform: translateY(0px) ;
	}
	50%{
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	100%{
		-webkit-transform: translateY(0px);
		transform: translateY(0px) ;
	}
}
.has_transition_800 {
	-webkit-transition: -webkit-transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.has_transition_1000 {
	-webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
hr._2 {
    width: 30px;
}




.add_color:before{
 height: 130px !important;
}


.add_color .ind_cont{
 
	top:88px;
	/*background:url(../images/icon-map1.png) no-repeat  left top;*/
	
}


.add_color .menu_controller{
 
	top:88px;
	
}

.add_color .book_now_top{
 
	top:88px;
	
}

.add_color .book_now_topa1{
 
	background:url(../images/icon-tel1.png) no-repeat  left top;
}

.add_color .book_now_topa2{
 
	background:url(../images/icon-lag1.png) no-repeat  left top;
}



.add_color .ind_cont{
	color: #333;
}




.add_color .book_now_top a {

    color: #333;
}
.add_color  .logo_new {
    background: url(../images/logo2.png);
    background-size: cover;
  }
  .add_color .header_rinav_b .lines hr {
    border-bottom: 1px solid #333;
}#scroll_down {
	position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 12%;
}
#scroll_down .arrow {
	width: 13px;
	margin: auto;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -7px;
}
#scroll_down .arrow > img {
	display: block;
	margin-top: -5px;
}
#scroll_down .vertical {
	height: 75px;
	overflow: hidden;
	width: 2px;
	margin: auto;
}
#scroll_down a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 25px;
	height: 45px;
	margin-left: -15px;
	border: 1px solid rgba(255, 254, 254, 0.65);
	border-radius: 50px;
	box-sizing: border-box;
}
#scroll_down a span::before {
	position: absolute;
	top: 8px;
	left: 52%;
	content: '';
	width: 5px;
	height: 5px;
	margin-left: -3px;
	background-color: #ffffff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/*导航*/

/*banner*/
.banner_video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner_video video{
	width: 100%;
	position: absolute;
	top: 0;
	/*height: 100%;*/
	left: 0%;
/* -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
 transform: translateX(-50%);*/
}


/*banner*/

/*****首页*******/	
.index_about{
	padding: 80px 5%;
	text-align: center;
}
.index_about h5{
  font-family: Latin;
  font-size: 45px;
  margin-bottom: 30px;
  
  
}

.index_product .list .txt {
    font-size: 16px;
    padding: 5px 0;
}
.index_about p{
	color: #6d6c6c;
	font-size: 16px;
	margin-bottom: 30px;
}

.index_about span{
	font-size: 14px;
	font-family: arial;
	color:#024287;
	font-weight: 600;
}

.index_about span:hover{
	color:#024287;
}


.index_about span img{
	margin-left: 8px;
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	transition: all cubic-bezier(.18,1,.21,1) .9s;
}


.index_about span:hover img{
	margin-left: 20px;
}

.index_title{
	text-align: center;
}
.index_title h5{
	font-size: 45px;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 2px;
	margin-top: 25px;
}
.index_title span{
	display: block;
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.index_product{
	padding: 0 10%;
	padding-bottom: 90px;
}
.index_product .row .col-sm-4:nth-child(2){
	-webkit-transform: translateY(80px);
  transform: translateY(80px);
}
.index_product .list{
	margin-top: 80px;
}
.index_product .list .img img{
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_product .list:hover .img img{
	-webkit-transform:scale(0.95);
  transform:scale(0.95);
}
.index_product .list .txt{
	font-size: 18px;
	color: #989898;
	text-align: center;
	padding: 15px 0;
}

.index_product .list:hover .txt{
	color: #024287;
}

.index_video{
	padding: 50px 15% 90px 15%;
	z-index: 2;
	position: relative;
}
.index_video:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 30%;
	left: 0;
	right: 0;
	background: #eaeaec;
	z-index: -1;
}
.index_video .box{
	margin-top: 40px;
	position: relative;
}
.index_video .video_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/spcf.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_video .video_bg span{
	cursor: pointer;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	background: url(../images/bo.png);
	text-align: center;
	background-size: cover;
}
.index_video .close{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	opacity: 1;
	display: none;
}


.index_news{
	padding: 90px 10%;
	background: #eaeaec;
}


.index_news .list{
	
}


.index_news .list .img{
	position: relative;
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_news .list .img:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity:0.2;
  -moz-opacity:0.2; 
  -khtml-opacity:0.2;
  -webkit-opacity:0.2;
  filter:alpha(opacity=20);
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
	transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_news .list:hover .img{
	-webkit-transform: translateY(-20px);
  transform: translateY(-20px%);
}
.index_news .list:hover .img:after{
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
  filter:alpha(opacity=0);
}
.index_news .list .txt{
	padding-top: 20px;
	position: relative;
}
.index_news .list .txt span{
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #b8b8b8;
}
.index_news .list .txt h5{
	width: 65%;
	font-size: 14px;
	color: #b8b8b8;
	line-height: 24px;
}


.index_news .list .txt A i{
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 14px;
	color: #024287;
	font-style: normal;
	padding: 10px;
	border: 1px solid #024287;
	border-radius:58%;
	text-transform: uppercase;
}

.index_news .list .txt A:HOVER i{
	background:#024287;
	color:#FFF;
}


.index_news .row{
	margin-top: 80px;
}

.index_logo{
	padding: 60px 10%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
/*****首页*******/		
#weather .index_title {
    margin-bottom: 30px;
}
/*****footer*******/		
.footer{
	padding: 5% 10% 5% 10%;
	background: #4b4b4b;
	border-top:3px solid #024287;
}
.footer .box{
	position: relative;
}
.footer .left{
	float: left;
	margin-right: 15%;
}
.footer .left p{
	font-size: 12px;
	color: #928e8e;
	margin-top: 30px;
}
.footer .left h5{
	margin-top: 30px;
	margin-bottom: 0;
}


.footer .left h5 span{
	font-size: 20px;
	color:#eee;
	margin-right: 20px;
}

.footer .left h5 span:hover{
	color:#024287;
}

.footer .right{
	float: right;
}
.footer .right h5{
	font-size: 14px;
	color: #e4e4e4;
	margin-bottom: 30px;
}
.footer .right p{
	font-size: 14px;
	color: #e4e4e4;
	line-height: 24px;
}
.footer .right p span{
	color: #b78e35;
	margin-left: 4px;
}
.footer .middle{
	float: left;
}
.footer .middle.middle1{
	margin-right: 15%;
}
.footer .middle p span{
	display: block;
	font-size: 14px;
	color: #e4e4e4;
	margin-bottom:20px;
}
.footer .middle p span a{
	color: #e4e4e4;
}
.footer .middle p span:last-child{
	margin-bottom: 0;
}
/*****footer*******/		


/*****@media*******/
@media (min-width: 992px) {
	.footer .left{
		margin-right: 8%;
	}	
	.footer .middle.middle1{
		margin-right: 8%;
	}
}
@media (min-width: 1200px) {
	.footer .left{
		margin-right: 10%;
	}	
	.footer .middle.middle1{
		margin-right: 10%;
	}
}
@media (min-width: 1400px) {
	.footer .left{
		margin-right: 12%;
	}	
	.footer .middle.middle1{
		margin-right: 12%;
	}
}
@media (min-width: 1600px) {
	.footer .left{
		margin-right: 15%;
	}	
	.footer .middle.middle1{
		margin-right: 15%;
	}
}

/* 修改新闻详情页内容区域显示 kernel 20240304 */
@media (min-width: 700px) {
	.entry .container1{
		width: 677px;
	}
	.entry .container1 img {
		display: inline-block;
		height: auto !important;
		max-width: 100% !important;
	}
}
/*****@media*******/
.wap_hide{
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
  filter:alpha(opacity=0);
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
	-webkit-transition: all cubic-bezier(.18,1,.21,1) 1.2s;	
	transition: all cubic-bezier(.18,1,.21,1) 1.2s;
}	
.wap_hide.d1{
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.wap_hide.d2{
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.wap_hide.d3{
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.wap_hide.d4{
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.wap_hide.d5{
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}
.wap_show{
	-webkit-transform: translateY(0px);
  transform: translateY(0px);
	opacity:1;
  -moz-opacity:1; 
  -khtml-opacity:1;
  -webkit-opacity:1;
  filter:alpha(opacity=100);
}	
	
	/*419*/
	#weather {
	padding: 90px 0 100px 0;
}



#meteo_box {
	width: 100%;
	max-width:1280px;
	margin: auto;
}
	
	.has_transition_1000 {
	-webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
	.meteo_stats {
	color: #888;
	line-height: 25px; display: none;
}
.meteo_stats .tit{font-size: 16px;margin-bottom: 5px;color: #666666;}
.meteo_row .data {
	display: flex;
	justify-content: center;
}
.meteo_row .data > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}
.meteo_row .data > div img {
	margin-right: 12px;
}
.meteo_small {
	font-size: 13px;
}
.temp_text {
	text-align: center;
	font-family: De Valencia;
	color: #999999;
	font-size: 50px;
	letter-spacing: -10px;
	width: 100%;
	line-height: 41px;
	position: relative;
	text-indent: -13px;
}
.temp_text span.temp_deg {
	position: absolute;
	top: -14px;
	font-size: 24px;
	margin-left: 10px;
}
	
.clouds2{
		width: 100%;
		position: absolute;
		top: 7%;
		 animation: animate-clouds 90s linear infinite;
		 background: url(../images/clouds-02.png);
		 background-size: cover;
		 height: 651px;
		

	}
	.clouds1{
		width: 100%;
		position: absolute;
		 bottom: 15%;
		 animation: animate-clouds1 90s linear infinite;
		 background: url(../images/clouds-01.png);
		 background-size: cover;
		 height: 651px;
	}
.clouds4{
	position: absolute;
    bottom: 0;
    width: 100%;
	}

	@keyframes animate-clouds1{
    0%{
    	 background-position: 5000px;
    }
    100%{
        background-position: 0px;
       
    }
}

@keyframes animate-clouds{
    0%{
        background-position: 0px;
    }
    100%{
        background-position: 5000px;
    }
}
	
	
	/*社会责任*/

	.repon_01_img{
		width: 50%;
		float: left;


	}
	.repon_01,.repon_03 {
	position: relative;
}


	.repon_01_txt {
	width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
        padding: 0 8%;
}
.repon_03 .repon_01_img{
  float: right;
}
.repon_03 .repon_01_txt{
left: 0%;
}
	.repon_01_txt .repon_title {
		text-align: left;
	}
	.repon_title{
	text-align: center;
	}
	.repon_title span{
		color: #337ab7;
		margin-bottom:20px;
		font-size: 24px;
		position: relative;
		/* padding-left: 10px;
		padding-right: 10px; */
		font-weight: 600;
		text-transform: uppercase;
	}
	.repon_title span:after{
		/* content: '';
		position: absolute;
		left: 0px;
		top: 50%;
		margin-top: -4px;
	     background: url(../images/round.jpg) no-repeat;
	     background-size: cover;
	     width: 7px;
	     height: 12px; */

		}
		.repon_title span:before{
		/* content: '';
		position: absolute;
		right:0px;
		top: 50%;
		margin-top: -6px;
	     background: url(../images/round.jpg) no-repeat;
	     background-size: cover;
	     width: 7px;
	     height: 12px; */

		}
	.repon_title h5{
     margin-bottom:8%;
     font-size: 45px;
	}
	.repon_01_txt p{
	color: #434141;
    font-size: 16px;
    line-height: 30px;
	}
	.home1_padding{
		padding: 100px 0
	}
	.repon_02{
		background: #f7f8f7
	}
	.holder_on{
		width: 21%;
		margin: 0 2%;
		float: left;
		text-align: center;
	}
	.holder_on img{
		margin-bottom: 25px;
		    width: 130px;
	}
	.holder_on span{
		color: #337ab7;
		font-size: 18px;
		display: block;
		margin-bottom: 15px;
		text-transform:uppercase;
		font-weight: 600
	}
	.holder_on h5{
		color: #333333;
		font-size: 22px;
		margin-bottom: 35px;
	}
	.holder_on p{
		color: #6d6c6c;
    font-size: 16px;
    line-height: 30px;
	}
	.repon_02 .repon_title h5{
    margin-bottom: 55px;
    font-size:26px;
  }
  .repon_03 .repon_title h5{
    font-size:26px;
  }
  .charity p{
  	color: #434141;
    font-size: 16px;
    line-height: 30px;

  }
  .charity_img{
  	margin-top: 5px;
  	margin-bottom: 15px;

  }
  .charity_txt p{
  	margin-bottom: 0;
  }
  .charity_txt{
  	height: 90px;
  	overflow: hidden;
 	/*-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;*/

  }
 
	/*社会责任*/

@media (min-width: 992px) {
.repon_01_txt{
	padding: 0 2%;
}	
.repon_title span{
	font-size: 20px;
}		
}
@media (min-width: 1200px) {
.repon_01_txt{
	padding: 0 3%;
}	
.repon_title span{
	font-size: 20px;
}		
}
@media (min-width: 1400px) {
.repon_01_txt{
	padding: 0 4%;
}	
.repon_title span{
	font-size: 20px;
}		
}
@media (min-width: 1600px) {
.repon_01_txt{
	padding: 0 6%;
}		
.repon_title span{
	font-size: 22px;
}	
}
@media (min-width: 1800px) {
.repon_01_txt{
	padding: 0 8%;
}		
.repon_title span{
	font-size: 24px;
}
}


/*628*/

.upper:hover:before{
 height: 130px !important;
}




.upper:hover .ind_cont{
	color: #333;
}

.upper:hover .ind_cont{
 
	top:88px;
	/*background:url(../images/icon-map1.png) no-repeat  left top;*/
	
}


.upper:hover .menu_controller{
 
	top:88px;
	
}

.upper:hover .book_now_top{
 
	top:88px;
	
}


.upper:hover .logo_new {
    background: url(../images/logo2.png);
    background-size: cover;
  }
.upper:hover  .header_rinav_b .lines hr {
    border-bottom: 1px solid #333;
}

.upper:hover  .book_now_top a{
	color: #333
}
.upper:hover  .book_now_topa2 {
    background: url(../images/icon-lag1.png) no-repeat left top;
}
/*628*/





	/*手机端*/
	@media (max-width: 768px) {
	.phone_header{
	width: 100%;
	height: 60px;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 999;
	border-bottom: 1px solid #e8e8e8;
}
.phone_header_btn {
	width: 25px;
	height: 18px;
	position: absolute;
	top: 20px;
	left: 5%;
	cursor: pointer;
}
.header_btn span.line1, .phone_header_btn span.line1 {
	top: 0;
}
.header_btn span, .phone_header_btn span {
	position: absolute;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #788589;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.phone_header_btn span.line2 {
	top: 7px;
}
.header_btn span.line3, .phone_header_btn span.line3 {
	bottom: 0;
}
.phone_header img {
	margin-top: 15px;
}
.header_menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 222222;
	display: none;
}
.header_menu_bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(236, 244, 244, 0.74);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.header_menu_con {
	position: absolute;
	top: 0;
	left: -300px;
	height: 100%;
	background: #333;
	z-index: 999 !important;
}
.header_menu_logo {
	padding: 35px;
}
.header_menu_con>ul>li {
	border-top: 1px solid #444;
	line-height: 40px; font-size: 12px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	padding-left: 35px;
}
.header_menu_con>ul>li>a {
	color: #fff;
	font-size: 14px;
	display: block;
}
.header_menu_con>ul { padding-left: 0px; }
.phone_header_right img {
    width: 16px;
    margin-top: 0px;
    opacity: 0.7;
    vertical-align: -3px;
}
.phone_header_right {
    position: absolute;
    top: 22px;
    font-family: Geometria;
    line-height: 17px;
    font-size: 14px;
    right: 5%;
}
.meteo_stats{
		display: block !important;
	}

#weather {
    padding: 0px 15px;
}
.pagination_shop {
    width: 100%;
    text-align: center;
        margin-bottom: 20px;
}
.meteo_ico_big {
    width: 70%;
    margin:0 auto;
}
.pagination_shop span{
	margin:0px 3px;
}

	.phone_footer { 
		background: #231f20; padding: 10px 15px; font-size: 12px; color: #7a7d81; text-align: center; position: relative; 
		}
	
	
.index_title h5 {
    font-size: 20px;
   
    margin-top: 15px;
}
.index_title span {
    font-size: 16px;

    margin-bottom: 5px;
}
.index_video {
    padding: 30px 15px;
   
}
.index_news {
     padding: 30px 15px;
         padding-bottom: 0;
}

.index_product {
    padding: 0 15px;
    padding-bottom: 30px;
}
.index_about h5 {
    font-family: Latin;
    font-size: 22px;
    margin-bottom: 20px;
}
.index_about p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 24px;
}
.index_product .list {
    margin-top: 20px !important
}
.index_news .list .img {
/* height: 320px; */
overflow: hidden;
}
.swiper_news_ph {
	margin-top: 25px;
}

.pagination_news{
	text-align: center;
}
.index_product .row .col-sm-4:nth-child(2) {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.index_about {
    padding: 30px 15px;
    text-align: center;
        -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.ban_txt{
	display: none;
}
#header {
    overflow: hidden;
    position: relative;
    height: auto !important;
    margin-top: 60px;
}
#scroll_down{
	display: none;
}
.nav_ti li ul {
    padding: 5px;
    display: none;
}
.nav_ti i {
    float: right;
    font-size: 22px;
    margin-right: 15px;
    line-height: 41px;
}
.nav_ti i {
	    float: right;
	    font-size: 22px;
	    margin-right: 15px;
	    line-height: 41px;
	}

	.nav_ti li ul {
	    padding: 5px;
	    display: none;
	}
	.nav_ti li ul li{
	    padding-left:20px;
	}
	.nav_ti li ul li a{
		font-size: 12px;
		color:#fff;
		line-height: 27px;
	}
/*社会责任*/

.repon_01_img,.repon_01_txt{
	width: 100%;
}
.repon_01_txt {
    padding: 30px 15px;
    padding: 30px 15px;
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
        float: left;
}
.repon_title h5 {
    margin-bottom: 15px;
    font-size: 20px !important
}
.repon_title span {
    margin-bottom: 15px;
    font-size: 15px;
    padding-left: 13px;
    padding-right: 13px;
  
}
.charity_one{
	margin-bottom: 15px;
}
.repon_01_txt p {
    font-size: 12px;
    line-height: 22px;
}
.home1_padding {
    padding: 30px 0;
}
.charity p {
    color: #434141;
    font-size: 12px;
    line-height: 22px;
}
.holder_on img {
    margin-bottom: 20px;
    width: 80px;
}
.repon_02 .repon_title h5 {
    margin-bottom: 15px;
}
.holder_on span {
    font-size: 16px;
 
    margin-bottom: 6px;
    
}
.holder_on h5 {
    font-size: 18px;
    margin-bottom: 20px;
     margin-top: 0;
}
.holder_on p {
    font-size: 12px;
    line-height: 22px;
}
.holder_on {
    width: 100%;
    margin: 0%;
    float: left;
}
.ban_n{
	margin-top: 60px;
}
.index_product .list .txt {
    font-size: 16px;
    padding: 5px 0;
}
#weather .index_title {
    margin-bottom: 0px;
}
.banner_video video {
    width: 135%;
   
}

/*628*/
.news_contact_zi h1 {
   
    font-size: 20px;
    margin-bottom: 5px;
}
.news_contact_zi h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.news_contact_list {
    padding: 20px 15px;
   
    margin-bottom: 10px;
}
.news_contact {
    padding: 30px 0;
}
.news_contact_zi span {
    width: 160px;
    line-height: 45px;
    font-size: 14px;
    height: 45px;
}
.news_contact_zi p {
    margin-bottom: 20px;
}
.news_contact_con {
    margin-bottom: 20px;
}
.news_contact_list>div>p
{
	margin-bottom: 0px;
}
}
	
	



	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	