/*Êý×ÖÄ£¿é*/
.fun-fact-section{
	position:relative;
	padding:100px 0px;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

.fun-fact-section.style-two{
	background:none;
	padding:0px;	
}
.fun-fact-section .col-md-3 {
    width: 25%;display: inline-block;float: left;box-sizing: border-box;
}
.fun-fact-section:before{
	content:'';
	position:absolute;
	left:50%;
	top:0px;
	width:50%;
	height:100%;
	background:#ffffff;
	opacity:0.90;
}

.fact-counter{
	position:relative;
	background:#00c6ff;
	color:#ffffff;
}

.fact-counter .column{
	position:relative;
	padding:40px 40px;
	z-index:5;	
}

.fun-fact-section.style-two .fact-counter .column{
	padding-left:0px;	
}

.fact-counter .column:after{
	content:'';
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-35px;
	height:70px;
	border-right:1px solid rgba(255,255,255,0.20);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	transform:skewX(-15deg);	
}

.fact-counter .column:last-child:after{
	display:none;	
}

.fact-counter .column .inner{
	position:relative;
	padding-left:70px;	
}

.fact-counter .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	line-height:1.4em;
	font-size:54px;	
}

.fact-counter .count-outer{
	position:relative;
	font-size:48px;
	line-height:1em;
	font-weight:600;
	font-family: 'Titillium Web', sans-serif;
	margin:0px 0px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:20px;
	font-weight:400;
	font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
}
@media screen and (max-width: 600px) {
    .fact-counter .column {
    padding: 20px;
}
.fun-fact-section .col-md-3 {
    width: 50%;
}
.fact-counter .count-outer{
	font-size: 28px
}
.fact-counter .column .inner .icon-box img{
	display: block;
}

}


/*½áÊø*/

/*¹ØÓÚ*/
.abhg>div{
	display: flex;justify-content: space-between;
	padding-top: 30px;
}
.sple{
	width: 55%;
}
.abri{
	width: 40%;
}
.abt1{
	font-size: 28px;font-weight: bold;color: #fff;
	margin-bottom: 20px;
}
.abde{
	font-size: 16px;
	line-height: 1.7;
}
.sple  video{width: 100%;}
@media screen and (max-width: 600px) {
    .abhg>div{
		display: block;
		padding: 50px 0;
	}
	.sple{
		width: 100%;
	}
	.abri{
		width: 100%;
		margin-top: 30px;
	}
	.abt1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.abde{
		font-size: 14px;
	}
}
/*½áÊø*/

/*ÂÖ²¥¿ªÊ¼*/

.swbn .swhz{
	height: 500px;background-size: cover;background-position: center;
	position: relative;
}
.swt1{
	font-size: 18px;color: #fff;font-style: italic;
}
.swt2{
	font-size: 38px;color: #fff;font-weight: bold;
	margin: 20px 0;
}
.swhv{
	width: 1200px;margin: 0 auto;
	padding-top: 10%;
}
.swck{
	display: inline-block;color: #fff;
	padding: 0 30px;line-height:45px;font-size: 14px;background: #ff7302;
}
.swcv{
	background: rgba(0, 0, 0, .5);height: 100%;width: 100%;
}
.swbn .swiper-pagination-bullet {
    width: 24px;
    height: 5px;background: #fff;
    border-radius: 2px;opacity: 1;
}
.swbn .swiper-pagination-bullet-active{
	opacity: 1;
	background: #007aff;
}
@media screen and (max-width: 600px) {
   .swbn .swhz{
		height: 300px;background-size: cover;background-position: center;
		position: relative;
	}
	.swt1{
		font-size: 14px;color: #fff;font-style: italic;
	}
	.swt2{
		font-size: 18px;color: #fff;font-weight: bold;
		margin: 10px 0;
	}
	.swhv{
		width: 90%;margin: 0 auto;
		padding-top: 20%;
	}
	.swck{
		display: inline-block;color: #fff;
		padding: 0 20px;line-height:30px;font-size: 12px;background: #ff7302;
	}
	.swcv{
		background: rgba(0, 0, 0, .5);height: 100%;width: 100%;
	}
	.swbn .swiper-pagination-bullet {
	    width: 20px;
	    height: 5px;background: #fff;
	    border-radius: 2px;opacity: 1;
	}
	.swbn .swiper-pagination-bullet-active{
		opacity: 1;
		background: #007aff;
	}
	
}
/*½áÊø*/

/*µ¼º½¿ªÊ¼*/
.main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
}
.main-header *{
	box-sizing: content-box;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
 .clearfix:after { content:""; display:block; height:0; visibility:hidden; clear:both; }
.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top{
	position:relative;
	padding:10px 0px;
	background:#f6f6f6;
	color:#777777;
	font-family: 'Titillium Web', sans-serif;	
}

.main-header .header-top a{
	color:#777777;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .links-nav li{
	position:relative;
	float:left;
	margin-right:15px;
}

.main-header .top-right .links-nav li{
	margin-right:0px;
	margin-left:30px;
}

.main-header .top-right .links-nav li:before{
	content:'';
	position:absolute;
	left:-15px;
	top:50%;
	margin-top:-8px;
	height:16px;
	border-right:1px solid #777777;	
}

.main-header .top-right .links-nav li:first-child:before{
	display:none;	
}

.main-header .links-nav li a{
	position:relative;
	line-height:26px;
	font-size:14px;
	text-transform:capitalize;	
}

.main-header .header-top a:hover{
	color:#00c6ff;	
}

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #cccccc;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:6px 0px 2px;	
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-upper{
	position:relative;
	padding:15px 0px;
	background:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .logo-outer{
	position:relative;
	z-index:25;	
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding:10px 0px;
}

.main-header .header-upper .info-box:last-child{
	margin-right:0px;	
}

.main-header .header-upper .info-box:after{
	content:'';
	position:absolute;
	right:-40px;
	top:50%;
	margin-top:-20px;
	height:40px;
	border-right:1px dashed #e0e0e0;
}

.main-header .info-box{
	position:relative;
	float:left;
	min-height:56px;
	margin:0px 40px;
	padding:7px 0px 7px 60px;
}

.main-header .header-upper .info-box:last-child{
	padding-left:0px !important;
}

.main-header .header-upper .info-box:last-child:after{
	display:none;	
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:8px;
	width:44px;
	height:44px;
	text-align:center;
	line-height:42px;
	border:1px solid #e0e0e0;
	border-radius:2px;
	color:#ff304d;
	font-size:20px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .info-box:hover .icon-box{
	border-color:#ff304d;	
}

.main-header .info-box li{
	position:relative;
	line-height:24px;
	margin:0px 0px;
	font-size:14px;
	color:#9b9b9b;
}

.main-header .info-box li a{
	color:#9b9b9b;		
}

.main-header .info-box strong{
	font-weight:700;
	color:#555555;
	font-size:15px;	
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	z-index:5;
	font-family: 'Titillium Web', sans-serif;
}

.main-header .header-lower .bg-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background:none;
	background:#2c4a6b;	
}

.main-header .header-lower .bg-layer:before{
	content:'';
	position:absolute;
	right:50%;
	top:0px;
	width:50%;
	height:100%;
	background:#2c4a6b;	
}

.main-header .header-main-box{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	background:rgba(255,255,255,0.15);
	z-index:5;
	font-family: 'Titillium Web', sans-serif;
}

.main-header.fixed-header .header-main-box{
	background:#2c4a6b;	
}

.main-header .nav-outer{
	position:relative;
	padding-right:230px;
	background:#2c4a6b;
}

.main-header .header-main-box .nav-outer{
	padding-right:50px;
	background:none;	
}

.header-main-box .nav-outer .search-box-btn{
	position:absolute;
	right:0px;
	font-size:14px;
	width:30px;
	height:30px;
	top:50%;
	margin-top:-15px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
}

.header-main-box .nav-outer .search-box-btn:hover{
	color:#00c6ff;
}

.main-menu{
	position:relative;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Titillium Web', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
	border-right:1px solid rgba(255,255,255,0.10);
}

.header-main-box .main-menu .navigation > li{
	border:none;	
}

.sticky-header .main-menu .navigation > li{
	margin:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:16px 25px;
	font-size:16px;
	color:#ffffff;
	line-height:30px;
	border-top:none;
	font-weight:600;
	text-transform:capitalize;
	opacity:1;
	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-main-box .main-menu .navigation > li > a{
	padding:25px 20px;
}

.sticky-header .main-menu .navigation > li > a{
	color:#181818;
	padding:15px 15px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	background:#01bcfa;
	opacity:1;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	background:#01bcfa;
	color:#ffffff;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:130%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#2c4a6b;
	border-top:3px solid rgba(255,255,255,0.80);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.30);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 15px;
	line-height:22px;
	font-weight:600;
	font-size:14px;
	text-transform:capitalize;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	background:#01bcfa;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:110%;
	top:0px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#2c4a6b;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.30);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:12px 15px;
	line-height:22px;
	font-weight:600;
	font-size:14px;
	text-transform:capitalize;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background:#01bcfa;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .btn-outer{
	position:absolute;
	right:0px;
	top:0px;
	width:230px;
	height:100%;
	overflow:hidden;	
}

.main-header .btn-outer .quote-btn{
	position:relative;
	display:block;
	line-height:26px;
	text-align:center;
	padding:18px 0px 18px 30px;
	font-weight:600;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	z-index:1;	
}

.header-main-box .btn-outer .quote-btn{
	padding:27px 0px 18px 30px;	
}

.main-header .btn-outer:before{
	content:'';
	position:absolute;
	left:20px;
	top:0px;
	width:120%;
	height:100%;
	background:#ff304d;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
}

.main-header .btn-outer:hover:before{
	background:#01bcfa;	
}

.social-links-one{
	position:relative;	
}

.main-header .social-links-one{
	top:7px;	
}

.social-links-one a{
	position:relative;
	display:inline-block;
	text-align:center;
	margin-left:4px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#928d8d;
	border-radius:50%;
	background:#f4f4f4;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-links-one a:hover{
	background:#01bcfa;
	color:#ffffff;	
}

.social-links-two a{
	position:relative;
	display:inline-block;
	text-align:center;
	margin-right:5px;
	width:40px;
	height:40px;
	border:1px solid #e0e0e0;
	line-height:38px;
	font-size:14px;
	color:#cccccc;
	border-radius:50%;
	background: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;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.social-links-two a:hover{
	background:#ff304d;
	border-color:#ff304d;
	color:#ffffff;	
}

.social-links-three a{
	position:relative;
	display:inline-block;
	text-align:center;
	margin-right:5px;
	width:32px;
	height:32px;
	border:1px solid #f1f1f1;
	line-height:30px;
	font-size:12px;
	color:#aaaaaa;
	background:#f1f1f1;
	border-radius:50%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-links-three a:hover{
	background:#01bcfa;
	border-color:#01bcfa;
	color:#ffffff;	
}



@media screen and (min-width: 600px) {
    .sjdh {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .pcdh {
        display: none;
    }
}
/*½áÊø*/

@import url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oIxWOUSIoJS8qI0MP.css);
@import url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oIxWOUSuUEIxNTyMPDD.css);
*{margin:0;padding:0;border:0;}
body {background-color: #fff; overflow-x:hidden;color: #333;font-size: 12px; font-family: "Î¢ÈíÑÅºÚ","Arial", "Microsoft YaHei","Helvetica Neue", "Helvetica", "Arial", "sans-serif";}
a { color: #333;
  text-decoration: none;-webkit-tap-highlight-color:transparent;
  /*-webkit-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  -moz-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;*/
}
a:hover {color: #c19149;/*text-decoration: underline;*/}
input,select,img{vertical-align:middle;}
ul,li{ list-style:none;}
em, cite, th { font-style: normal; font-weight: normal; font-style:normal;}
.wrap{clear:both; width:96%;max-width:1460px;margin:0 auto;text-align:left;zoom:1; overflow:hidden;}
.wrap2{clear:both; width:96%;max-width:1460px;margin:0 auto;text-align:left;zoom:1;}
.wrap3{clear:both; width:94%;max-width:1000px;margin:0 auto;text-align:left;zoom:1; overflow:hidden;}
.divhidden{ display:none;}
.l{ float:left;}
.r{float:right;}
.c_l{ clear:both; height:0px; font-size:0px; overflow:hidden;}
.f36{ font-size:36px;}
.f30{ font-size:30px;}
.f24{ font-size:24px;}
.f20{ font-size:20px;}
.f18{ font-size:18px;}

/*PCµ¼º½*/
.header-v1{ width:100%; position:fixed; /*overflow:hidden; */height:128px;z-index:10; background-color:#fff;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);transition:all 0.3s;}
.nav-hide .header-v1{ height:80px;}
.nav-hide .blank_h{ height:80px;}
.nav-hide .header-v1 .top-main .logo1 img{ height:98px; margin-top: -10px;}
.header-v1 .header_one{ height:34px; line-height:34px;/* overflow:hidden; */background-color:#eeeeee; color:#666666; font-size:14px;/*transition:all 0.3s; border-top:2px solid #f3cb8d;*/}
.header-v1 .header_one a{ color:#666666;}
.header-v1 .header_one a:hover{transition:all 0.3s;filter: Alpha(Opacity=90);opacity: 0.9; color:#c19149;}
.header-v1 .header_one .r{ font-size:14px; background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcOJ1NST0SpIN.jpg) left center no-repeat; padding-left:25px;}

.nav-hide  .header-v1 .header_one{/* display:none;*/ height:0; border-top:0; overflow:hidden;}
.header-v1 .top-main{ width:98%; max-width:1460px; margin:0 auto;/* position:relative;*/}
.header-v1 .top-main .logo1{ float:left; height:100%;}
.header-v1 .top-main .logo1 img{ height:100%;float:left;}
.header-v1 .top-main .logo1 .txts{ float:left; margin-top:29px; line-height:22px; color:#666666; font-size:12px; padding-top:14px; padding-bottom:16px; padding-left:19px; background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcGIDLnK0SI.jpg) left center no-repeat; letter-spacing:1px;}
.header-v1 .top-main .logo1 .txts h2{ font-size:18px; color:#191919; line-height:28px;}
.header-v1 .top-main .logo1 .txts label{ color:#c19149; width:4px; height:4px; display:inline-block; margin-left:6px; margin-right:6px;background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcGIDHnEI9I.jpg)  no-repeat; vertical-align:middle;}
.nav-hide .header-v1 .top-main .logo1 .txts{ margin-top:0;}
/*.header-v1 .top-main .logo1 img:hover{transition:all 0.3s;filter: Alpha(Opacity=60);opacity: 0.6;}*/
.header-v1 .top-main .top_r{ float:right;}
.header-v1 .languages{ float:right; position:relative; display:block;font-size:14px; color:#666;height:34px;line-height:34px; padding-left:30px; margin-left:30px; text-decoration:none;background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcOJ1NTT0SpIN.jpg) left center no-repeat; transition:all 0.3s;}
.header-v1 .languages a{ /*padding-right:22px;*/ display:block; /*background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcOJ1NUT0SpIN.jpg) right center no-repeat;*/}
/*.header-v1 .languages:hover{margin-top:25px;}
.nav-hide .header-v1 .languages{ margin-top:22px;}
.nav-hide .header-v1 .languages:Hover{ margin-top:18px;}
.header-v1 .languages:Hover{transition:all 0.3s;filter: Alpha(Opacity=80);opacity: 0.8;}*/
/*.header-v1 .languages:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:after{content: "";display: block;position: absolute;left: 50%;right: 50%;bottom: -1px;height:4px;opacity: 0;background-color: #c71d32;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}*/
.header-v1 .top-main .top-main-content{ float:right;/* margin-top:31px;*/}
.navBar{}
.nav{ list-style:none; padding:0;  }
.nav .m{ float:left; border-top:0; border-bottom:0; /*width:120px; */ position:relative;margin-left:55px;}
.en .nav .m{ margin-left:40px;}
.nav a:hover{ text-decoration:none; /*color:#fff;*/}
.nav li:hover span{/*transform:translateY(-100%);*/color:#c19149;}
.nav h3{ float:left; font-weight:normal; font-size:16px; height:128px; overflow:hidden; width:100%; text-align:center; }
.nav h3 a{ display:block; color:#333333;line-height:128px;  text-transform:uppercase;}
.nav h3 a span{ display:block;position:relative;transition: all 0.3s;height:128px; text-transform:uppercase;}
.nav-hide .nav h3{ height:80px;}
.nav-hide .nav h3 a{ line-height:80px;}
.nav-hide .nav h3 a span{ height:80px;}
/*.nav h3 a span:after{content:attr(data-title);position:absolute;left:0;transform:translateY(100%);width:100%;top:0; color:#e98318;}*/
.nav h3 a:hover span:first-child,.nav .on h3 a span:first-child{ margin-top:-128px;}
.nav-hide .nav h3 a:hover span:first-child,.nav-hide .nav .on h3 a span:first-child{ margin-top:-80px;}
/*.nav h3 a i{ width:9px; height:5px; background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcOJ1NOT0SpIN.jpg) no-repeat; display:inline-block; margin-left:7px;}*/
.nav-hide .nav{}
.nav-hide .nav h3{ height:80px;}
.nav-hide .nav h3 a{ line-height:80px;}
.nav .on{}
.nav .on h3 a{/* height:42px; line-height:42px; */color:#c19149;/*background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcGIE1RJ1L.jpg) center bottom no-repeat;*/}
.nav .on h3 a i{ background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcOJ1NPT0SpIN.jpg) no-repeat; }
.nav .on h3 a span{ color:#c19149;}
.nav li.on a:after{left: 0%;right: 0%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav li.on:hover h3 a:after{opacity: 0;}
.nav li h3 a:after{content: "";display: block;position: absolute;left: 50%;right: 50%; margin-left:0px; margin-right:0px;bottom: 0px;height:2px;opacity: 0;background-color: #e97700;-webkit-transition: all .5s;
-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav li#m1 h3 a:hover:after{left: 0%;right: 0%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav .sub{ display:none; width:150px;  padding:0; position:absolute; background:rgba(193, 145, 73, 1.0);/* top:87px;*/ top:128px; /*border-top:2px solid #c19149; overflow:hidden;*/ text-align:center; z-index:110; left:50%;transform: translate(-50%, 0%);}
.nav-hide .nav .sub{top:78px;}
.nav .sub li{ vertical-align:middle; list-style:none; text-decoration:none; display:inline-block;line-height:50px;font-size:14px;width:100%; text-transform:uppercase;}
.nav .sub li span{ display:block; height:38px; position:relative; width:100%;}
.nav .sub li a{ text-decoration:none; background:none; color:#fff; border-bottom:1px solid #b08546; display:block;transition:all 0.3s;}
.nav .sub li:last-child a{ border-bottom:0;}
.nav .sub li:last-child a:hover{ border-bottom:0;}
.nav .sub li a:hover{ background:#fff; color:#c19149;}
.nav .sub li:hover img{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.nav li.m#m7 h3 a{ padding-right:0;}
.nav .sub li dl{ display:none; background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcGIDRnEI9I.jpg) left top no-repeat; width:165px; position:absolute; top:0; left:100%;}
.nav .sub li dl dd{ display:block;}
.nav .sub li span:hover dl{ display:block;}

.blank_h{ height:128px; overflow:hidden;}
.top_search{ float:right;height:30px; width:26px; position:relative;background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcOJ1NNT0SpIN.jpg) left center no-repeat;-webkit-animation: nav-lianjie 1.0s;
    animation: nav-lianjie 1.0s; margin-top:49px; margin-left:66px;}
.nav-hide .top_search{margin-top:29px;}
.top_search .input1{ width:83%; text-indent:10px; line-height:30px; height:30px; outline:medium; background:none; color:#9c9c9c; text-align:left; font-size:13px; border:0;}
.top_search em{height:100%; width:100%; /*background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcOJ1NST0SpIN.jpg) right center no-repeat;*/ cursor:pointer; display:block;}
.top_search em:Hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.top_search .search_con2{ display:none;position:absolute; bottom:-105px;right:0px; width:280px; height:0px; padding-top:12px; padding-bottom:4px; background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcGIDRnEI9I.jpg) no-repeat;z-index:100;/* border:1px solid #eee;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);border-radius: 2px;*/}
.nav-hide .top_search .search_con2{ bottom:-77px;}
.top_search .search_con2 .input1{ height:36px; line-height:36px; background:#fff; border:0; padding-left:5px; margin-left:7px; padding-right:47px; width:170px; margin-right:5px; float:left; outline:none; font-size:14px; color:#666666; font-family:"Î¢ÈíÑÅºÚ";}
.top_search .search_con2 .bnts{ float:left; width:40px; height:39px; background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcOJ1NOT0SpIN.jpg) center center no-repeat; cursor:pointer;}
.top_search .search_con2 .bnts:hover{transition:all 0.3s;background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcOJ1NPT0SpIN.jpg) center center no-repeat;}

/* ÊÖ»úµ¼º½È«¾Ö */
.touch-top{ width:100%; position:fixed; top:0; z-index:99; background:#fff; display:none;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);}
.touch_bg{width:100%; position:fixed; top:0; z-index:8;background:#0d0d0d;display:none;filter: Alpha(Opacity=60);/*IE7 fix*/opacity: 0.6; height:100%;}
.touch-top-wrapper{ width:96%; margin:0 auto;}
.touch-top-wrapper .touch-logo{ float:left;}
.touch-top-wrapper .touch-logo img{height: 90px;display: block;}
.touch-navigation { display:block; }

	.touch-toggle { position:absolute; right:10px; top:0; }

	.touch-toggle li { float:left; height:70px; padding:0 12px; text-align:center; }

	.touch-toggle li a { height:70px; }

	.touch-toggle li:hover, .touch-toggle li:active { }

	.touch-toggle .touch-toggle-item-first { border-left:none; }

	.touch-toggle .touch-toggle-item-last { border-right:none; }

	.touch-toggle li a { display:block; font-size:12px; }	

	.touch-toggle li i { display:inline-block; width:32px; height:32px; overflow:hidden; /*margin-top:20px;*/margin-top:30px; background-repeat:no-repeat; background-position:center center; background-size:contain; }

	.touch-toggle .touch-icon-language { background-image:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpDIMMU1cKJy8sK1IoIxqFH1NsDy1G.jpg); }

	.touch-toggle .touch-icon-user { background-image:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpDIMMU1cKJy8sExqDDkkQJyV.jpg); }

	.touch-toggle .touch-icon-search { background-image:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUycJIIShDycKOk9PKIZ.jpg); }

	.touch-toggle .touch-icon-menu { background-image:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUycJIIShDycKOO9PKIZ.jpg); }

	.touch-toggle li span { display:none; text-align:center; }
	.drawer-section {/* background-color:#40312f; padding:20px;*/ display:none; }	

	.drawer-section-menu {/* padding:20px 20px 35px;*/  /*padding:0px 0px 35px;*/}

	.touch-toggle-content{ clear:both;}
	.touch-menu{ clear:both;}
	.touch-menu ul li { border-bottom:1px solid #eee; position:relative; }

	.touch-menu ul li a { color:#333; display:block; font-size:18px; height:48px; line-height:48px;/* padding-left:10px;*/  padding-left:2%;}

	.touch-menu ul li a:hover, .touch-menu ul li a:active { background:#c19149; color:#fff; }	
	.touch-menu ul li.tels a{ display:inline-block;}
	.touch-menu ul li.tels a:hover{ background:none; color:#c19149;}
	.touch-menu ul li i { position:absolute; top:14px;/* right:5px;*/ right:25px;  display:block; width:13px; height:13px; overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:contain; }

	.touch-menu ul li i.touch-arrow-right { display:none; background-image:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpDIMMU1WTE15SUxLoDIkH.jpg); }

	.touch-menu ul li i.touch-arrow-down { background-image:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpDIMMU1WTE15SUyNoDIkH.jpg); }

	.touch-menu ul li i.touch-arrow-up { background-image:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpDIMMU1WTE15SUxRoDIkH.jpg); }
	.touch-menu ul li a:hover i.touch-arrow-down {background-image:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpDIMMU1WTE15SUyNUU0WqHj.jpg); }
	.touch-menu ul li a:hover i.touch-arrow-up {background-image:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpDIMMU1WTE15SUxRUU0WqHj.jpg); }

	.touch-menu ul ul { display:none; margin:0;/* padding:0 10px 30px 30px;*/ padding:0 0px 30px 0px; }

	.touch-menu ul ul li { border-bottom:none; margin:0; padding:0; }

	.touch-menu ul ul li a { padding:0; padding-left:3%; font-size:16px; height:38px; line-height:38px; text-transform:uppercase; }		

	.touch-menu ul ul li i { top:13px; }
.touch-menu .closetitle{ padding-top:10px; padding-bottom:12px; text-align:center;}
.touch-menu .closetitle img{ margin:0 auto;  height:20px; width:auto;}
/*ÊÖ»úµ¯³öËÑË÷*/
.search_div{ clear:both; width:100%;  overflow:hidden;padding-top:2%; padding-bottom:2%; display:none; /*z-index:999;*/}
.search_div .search_con{ width:92%; margin:0 auto; border:1px solid #cdcdcd; height:40px; line-height:40px;}
.search_div .search_con .input1{ text-indent:15px; width:88%; float:left; border:0; background:none; height:100%; font-size:16px; outline:none; color:#bbb;}
.search_div .search_con .bnt1{-webkit-appearance: none; float:right; width:12%; max-width:60px; background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUycJIIShDycKOk9PKIZ.jpg) 50% center no-repeat; background-size:auto 55%; border:0; height:100%; cursor:pointer;}

/*ÓïÑÔÏÂÀ­*/
.top_language{ float:right;width:50px; padding-left:22px; position:relative; height:34px; text-align:left; background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcGIDVnEI9I.jpg) left 10px no-repeat; margin-left:15px; }
/*.nav-hide .top_language{ display:none;}*/
.top_language label{background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxMpETcGIDpnEI9I.jpg) right center no-repeat; display:block; height:34px; line-height:34px; font-size:12px; color:#666666; transition:all 0.3s;letter-spacing:-0.5; cursor:pointer;}
.top_language ul{width: calc(100% - 2px); display:block;position:absolute; top:34px; left:0; border:1px solid #eeeeee; background:#fff; z-index:999; display:none;border-radius:0 0 6px 6px; }
/*.top_language:hover ul{ display:block;}*/
.top_language ul li{line-height: 26px; height:26px; overflow:hidden; display:block; border: 1px solid transparent; cursor: pointer; font-size:12px;}
.top_language ul li a{ display:block;width: 100%;display: inline-block;text-align:center;}
.top_language ul li a:hover{filter: Alpha(Opacity=90);opacity: 0.9;transition: all 0.3s; background-color:#eeeeee;}
.top_language ul li.current a{filter: Alpha(Opacity=90);opacity: 0.9;transition: all 0.3s;background-color:#eeeeee;}

/*Î²²¿*/
.f_bg{ background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUyEpJ0ShHSDTT1gPIN.jpg) center top no-repeat #1f262d; color:#999999; font-size:14px; clear:both; padding-top:58px; text-align:left; }
.f_bg_div{ max-width:1460px; width:96%; margin:0 auto;}
.f_bg a{color:#999999; text-decoration:none;}
.f_bg a:hover{ color:#c19149;}
.f_bg .h2{ height:60px; line-height:60px; overflow:hidden; font-weight:normal; font-size:18px;color:#fff; background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUyEpJ0ShHSDST1gPIN.jpg) left bottom no-repeat; margin-bottom:12px;}
.f_bg .links{ float:left; padding-right:15px; margin-right:15px; width:9%;overflow:hidden; padding-bottom:45px; vertical-align:top;}
.f_bg .links.lw{ width:110px; padding-right:0; margin-right:0;}
.f_bg .links ul li{ display:block; height:36px; line-height:36px; overflow:hidden;font-size:14px;}
.f_bg .links ul li a{transition:all 0.3s; padding-right:5px; }
.f_bg .links ul li a:hover{ margin-left:5px; padding-right:0;}
.f_bg .f_div2_r{ float:left;  overflow:hidden; margin-right:5.4%; width:188px; margin-top:20px; border-right:1px solid #343a3f; height:190px; padding-right:6%;}
.f_bg .f_div2_r img{ width:100%;}
.f_bg .f_div2_r2{ float:right; width:20.9%;text-align:left;height:190px;border-left:1px solid #343a3f; margin-top:18px;}
.f_bg .f_div2_r2 .f_div2_r2_con{ float:right;}
.f_bg .f_div2_r2 .h3{ text-align:left; color:#fff; font-size:18px;font-weight:normal; overflow:hidden; margin-bottom:20px; }
.f_bg .f_div2_r2 img{ width:115px; margin:0 auto;}
.f_bg .f_div2_r2 .tels{ display:block; margin-top:33px; padding-top:22px;color:#c19149; font-size:30px; font-weight:bold; font-family:Arial; background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUyEpJ0ShHSDUT0SpIN.jpg) left top no-repeat;transition:all 0.3s;}
.f_bg .f_div2_r2 .telsen{ display:block; margin-top:33px; padding-top:22px;color:#c19149; font-size:30px; font-weight:bold; font-family:Arial; background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUyEpJ0ShHSDNT0SpIN.jpg) left top no-repeat;transition:all 0.3s;}
.f_bg .f_div2_r2 .tels:hover{filter: Alpha(Opacity=80);opacity: 0.8;}
.f_bg .foot_link{ overflow:hidden; clear:both; line-height:24px; font-size:14px; margin-bottom:8px; text-align:left;}
.f_bg .foot_link a{ display:inline-block; vertical-align:top; margin-right:1.8%;}

.foot_a{ /*float:left; */line-height:20px; font-size:14px; /*overflow:hidden;*/ text-align:left;}
.foot_a ul{}
.foot_a ul li{float:left; width:38px; height:38px; margin-right:22px; }
.foot_a ul li a{ display:block; width:100%; height:100%;margin:0; position:relative;transition:all 0.3s;}
.foot_a ul li a:hover{/*filter: Alpha(Opacity=60);opacity: 0.6;*/}
.foot_a ul li a:after{content: ""; position:absolute; width:100%; height:100%;left:0%; top:0;transition:all 0.3s;background-size:0% 0%; background-repeat:no-repeat; background-position:center center;}
.foot_a ul li a:hover:after{ background-size:100% 100%;}
.foot_a ul li.weixin a{ background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUyEpJ0ShJ1OoOk9PKIZ.jpg) center center no-repeat;}
.foot_a ul li.weixin a:hover{filter: Alpha(Opacity=100);opacity: 1.0;}
.foot_a ul li.weixin a:after{ background-image:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUyEpJ0ShJ1OoO25qKEcSK1H.jpg);}
.foot_a ul li.weixin .wem1{width: 203px; display: none;text-align: center; padding-top: 20px; padding-bottom:20px; position: absolute; margin-left:-78px;margin-top: -203px; background-image: url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUyqRJEgOKSD.jpg);background-repeat: no-repeat;}
.foot_a ul li.weixin .wem1 img{ width:155px; height:155px; margin-right:5px;}
.foot_a ul li.weixin a:hover .wem1{ display:block;}
.foot_a ul li.qq a{ background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUyEpJ0ShJ1OoOO9PKIZ.jpg) no-repeat;}
.foot_a ul li.qq a:after{ background-image:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUyEpJ0ShJ1OoOT5qKEcSK1H.jpg);}
.foot_a ul li.qq a.bds_sqq{ width:38px; padding:0;}
.foot_a .bdshare-button-style0-24{ height:100%;}
.foot_a ul li.sinna a.bds_tsina{ background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUyEpJ0ShJ1OoOu9PKIZ.jpg) left top no-repeat; width:38px; padding:0;}
.foot_a ul li.sinna a.bds_tsina:after{ background-image:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUyEpJ0ShJ1OoOz5qKEcSK1H.jpg);}

.f_div3{ line-height:24px; min-height:24px; background-color:#c19149; clear:both; overflow:hidden; color:#fff; font-size:14px; padding-top:13px; padding-bottom:13px;}
.f_div3 a{ color:#fff;}
.f_div3 a:hover{transition:all 0.3s;filter: Alpha(Opacity=80);opacity: 0.8; color:#fff;}
.gotop{position:fixed; bottom:10%; right:1%; width:50px; height:50px; background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUyIpDScOURAnHt.jpg) no-repeat; background-size:100% 100%;
-webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; display:none;}
.gotop.active{ display:none;}
.gotop:hover{-webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg); cursor:pointer; transform:rotate(360deg);}

.right_ul{ height:46px; line-height:46px; overflow:hidden; border-top:2px solid #dedede; position:fixed; width:100%; bottom:0; left:0; display:none; background-color:#fff;}
.right_ul ul li{ width:25%; float:left; overflow:hidden; text-align:center; font-size:14px;}
.right_ul ul li img{ height:22px; margin:0 auto;}
.right_ul ul li a{ display:block; border-right:1px solid #dedede;}
.right_ul ul li:last-child a{ border:0;}

/*Î¢ÐÅµ¯´°*/
#hidden{z-index: 2147483647;display: none; background: #000; filter: alpha(opacity=0); left: 0px; opacity: 0; position: fixed; width: 3000px; height: 100%; padding-top: 28%; text-align: center; top:0;}
#hiddenimg{opacity:1  ; display:none; position:fixed;left:0%; width:100%; height:300px;padding-top:0;z-index:2147483647; top:28%; text-align:center;}
#hiddenimg img{ width:90%;max-width:300px; margin:0 auto; }
#hiddenimg2{text-align: center;}
.weixinclose{ position:fixed; right:2%; top:2%; color:#fff; font-size:30px; cursor:pointer; z-index:2147483648; font-weight:normal; display:none;}



@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {
.f36{ font-size:32px;}
.nav .m{ margin-left:40px;}
.en .nav .m{ margin-left:20px;}
.en .top_search{ margin-left:40px;}
/*Î²²¿*/
.f_bg .f_div2_r{ padding-right:5%; margin-right:4.5%;}
.f_bg .links{ width:8%; margin-right:1.5%; padding-right:1.5%;}
.f_bg .links.lw{ width:7%;}
.f_bg .f_div2_r2{ width:18%;}
}
@media screen and (max-width: 1366px) {
.header-v1 .top-main .top_r{ display:none;}
.header-v1.en .top-main .logo1 .txts{ font-size:12px;}
.header-v1.en .top-main .logo1 .txts h2{ font-size:17px;}
.nav h3{ font-size:15px;}
.nav .m{ margin-left:28px;}
.en .nav .m{ margin-left:15px;}
.en .top_search{ margin-left:20px;}
}
@media screen and (max-width: 1200px) {
.f36{ font-size:30px;}
.nav .m{ margin-left:20px;}
/*Î²²¿*/
.f_bg .f_div2_r{padding-right: 3%; margin-right: 2.5%;}
.f_bg .links{margin-right: 1%;padding-right: 1%; min-width:90px;}
.f_bg .f_div2_r2{ width:22%;}


}
@media screen and (max-width: 1100px) {
.f24{ font-size:20px;}
.f20{ font-size:18px;}
.f18{ font-size:16px;}
/* ÊÖ»úµ¼º½È«¾Ö */
.blank_h{ height:90px;}
.nav-hide .blank_h{ height:90px;}
.header-v1{ display:none;}
.touch-top{ display:block;}
.top_search{ width:90%; overflow:hidden; margin-bottom:10px; margin-top:0;background:url(/DHqEJSkFUHqEJRSrHxODUxWDT0MnJ10oKSkGISSTUxSJIHqFJzkJHu9PKIZ.jpg) #eee right center no-repeat; margin-right:5%;}
/*Î²²¿*/
.f_bg{ font-size:13px; padding-top:30px;}
.f_bg .h2{ font-size:17px;}
.f_bg .f_div2_r{ width:140px;}
.f_bg .f_div2_r2 .tels{ font-size:26px;}
.f_div3{ font-size:13px; line-height:22px;}
.f_bg .foot_link{ font-size:13px;}
.foot_a ul li{ margin-right:18px;}
}

@media screen and (max-width: 1000px) {
/*Î²²¿*/
.f_bg .f_div2_r{ float:none; margin:0 auto; border-right:0; height:auto; margin-bottom:4%; padding-right:0;}
.f_bg .links{ display:none;}
.f_bg .f_div2_r2{ width:100%; float:none;}
.f_bg .f_div2_r2 .f_div2_r2_con{ float:none; border-left:0; text-align:center; }
.f_bg .f_div2_r2 .h3{ text-align:center;}
.foot_a ul li{ float:none; display:inline-block; vertical-align:top; margin-left:1%; margin-right:1%;}
.foot_a{text-align:center;}
.f_bg .f_div2_r2 .tels{ display:inline-block; background-position:center top;}

}
@media screen and (max-width: 960px) {
.f36{ font-size:28px;}


}
@media screen and (max-width: 830px) {
.f36{ font-size:27px;}
.f30{ font-size:26px;}
.f24{ font-size:18px;}
.f20{ font-size:16px;}
.f18{ font-size:14px;}

}
@media screen and (max-width: 780px) {
/*ÓÒ±ß¸¡¶¯¿Í·þ*/
.side{ display:none;}
.right_ul{ display:block;}
/*Î²²¿*/
.f_bg .f_div2_r2 .h3{ font-size:16px;}
.f_bg_div{ text-align:center;}
.f_bg_div .l,.f_bg_div .r{ float:none; display:block;}
.gotop.active{ display:block;}
}

@media screen and (max-width: 640px) {
.f36{ font-size:25px;}
/* ÊÖ»úµ¼º½È«¾Ö */
.blank_h{ height:80px;}
/*.nav-hide .blank_h{ height:80px;}*/
.touch-top-wrapper .touch-logo img{ height:80px;}
.touch-toggle li i{ margin-top:20px;}
.touch-menu ul li a{ font-size:16px; height:40px; line-height:40px;}
.touch-menu ul ul li a{ font-size:14px;}


}

@media screen and (max-width: 480px) {
.f36{ font-size:23px;}
.f30{ font-size:20px;}
.f24{ font-size:16px;}
.f20{ font-size:15px;}
.f18{ font-size:13px;}
/* ÊÖ»úµ¼º½È«¾Ö */
.blank_h{ height:70px;}
.nav-hide .blank_h{ height:70px;}
.touch-top-wrapper .touch-logo img{ height:70px;}
.touch-toggle li{ padding-left:8px; padding-right:8px;}
.touch-toggle li i{ width:26px; height:26px; margin-top:23px;}
.touch-menu ul li a{ font-size:14px; height:36px; line-height:36px;}
.touch-menu ul ul li a{ font-size:13px;}
/*Î²²¿*/
.f_bg .f_div2_r2 .h3{ font-size:14px;}
.f_div3{line-height:22px; padding-top:10px; padding-bottom:10px;}
}

@media screen and (max-width: 360px) {
.f36{ font-size:20px;}
.f24{ font-size:15px;}
.f20{ font-size:14px;}
/*Î²²¿*/
.f_div3{ font-size:12px;line-height:20px; padding-top:8px; padding-bottom:8px;}
}
