﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/common/ie.css");/*图标*/
@import url("../css/animate.css");/*动画效果*/
@import url("../css/common/page.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/common/kefu.css");/*02导航*/
@import url("../css/navi/navi_01.css");/*02导航*/
/*@import url("../css/animate.min.css");*//*动画*/
@import url("../css/gaode_main.css");/*高德地图*/

html {
	overflow-x: hidden;
}
.clear{
	clear: both;
}
.dowebok .section{ overflow:hidden;}

body{
	overflow: hidden;
}

.header{ width:100%; background:none; position:fixed !important; z-index:999!important;background: #fff;}
.header .navbar{ position: relative;margin: 0 3%;margin: 0 auto;width: 80%;}
.header .navbar .pc_menu{
 width:100%;
 margin:0 auto;
 transition: all 0.3s 0s ease-in-out ;
 transition: all 0.2s linear -1ms;
 -webkit-transition: all 0.2s linear -1ms;
 -moz-transition: all 0.2s linear -1ms;
 -ms-transition: all 0.2s linear -1ms;
 -o-transition: all 0.2s linear -1ms;
}
.header .navbar .pc_menu .pc_logo{ height:80%;align-items:center; display: -webkit-flex;position: absolute;}
.header .navbar .pc_menu .pc_logo a { display:block;}
.header .navbar .pc_menu .pc_logo a img{ height:100% !important;}
.header .navbar .pc_menu .pc_logo p{font-size: 22px;color: #666;font-weight: lighter;}
.header .navbar .pc_menu .pc_menu_right{max-width: 1600px;padding: 10px 1%;}
.header .navbar .pc_menu .pc_menu_right>li{ float:left; margin-left:2%; margin-right:2%;}
.header .navbar .pc_menu .pc_menu_right>li .t{display:block;line-height:100px; font-size:14px; color:#3c4951;position: relative;font-weight: lighter;font-weight: bold;}
.header .navbar .pc_menu .pc_menu_right .active>a{ position: relative;}
.header .navbar .pc_menu .pc_menu_right>li .t::after{
	content: "";
	width: 0;
	height: 3px;
	background: #e9c42b;
	position: absolute;
	left: 0px;
	bottom:15%;
}
.header .navbar .pc_menu .pc_menu_right>li:hover .t{color: #e9c42b;font-weight: bold;}
.header .navbar .pc_menu .pc_menu_right>li:hover .t::after{
	width: 100%;
	color: #e9c42b;
}
.header .navbar .pc_menu .pc_menu_right .active>a::after{ 
	width: 100%;
}
.header .navbar .pc_menu .pc_menu_right>li.active .t{color: #e9c42b;font-weight: normal;}

.header .header_top{
	background: #e9c42b;
	width: 100%;
}
.header .header_top .header_back{
	background: #e9c42b;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}
.header .header_top .header_back .left_top{
	width: 60%;
	line-height: 30px;
	font-size: 12px;
	color: #666666;
	display: block;
	text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
}
.header .header_top .header_back .right_top{
	display: flex;
	align-items: center;
	line-height: 36px;
}
.header .header_top .header_back .right_top .Chinese a{
	display: flex;
	align-items: center;
}
.header .header_top .header_back .right_top .Chinese a span{
	font-size: 11px;
	line-height: 36px;
	margin-left: 5px;
	color: #000000;
}
.header .header_top .header_back .right_top .English a{
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.header .header_top .header_back .right_top .English a span{
	font-size: 11px;
	line-height: 36px;
	margin-left: 5px;
	color: #000000;
}
/* 顶部 */
.header-top{ height: 48px; background: #fff; box-sizing: border-box; border-bottom: 1px solid #eee; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.header-top-container{display: flex;justify-content: space-between;align-items: center; max-width: 1600px;margin: 0 auto;height: 100%;padding: 0 6%;}
.header-top-container ul{display: flex;align-items: center;}
.header-top-container ul li{display: flex;align-items: center;}
.header-top-container ul p a{display: inline-block; font-size: 14px;color: #777;line-height: 48px;border-right: 1px solid #eee;padding-right: 20px;margin-right: 20px;}
.header-top-container ul li>a{display: inline-block; font-size: 14px;color: #aaa;line-height: 14px;border-left: 1px solid #aaa;padding-left: 10px;margin-left: 10px;}
.header-top-container ul li:first-child>a{border: none;}
.header-top-container ul p img{display: inline-block;width: 20px;margin-right: 12px;}
.header-top-container a:hover{color: #e9c42b !important;}


/*-----滚动后--------*/
.header.pc_fixed{ transition: all 0.2s linear -1ms; box-shadow: 0 0 13px rgba(0, 0, 0, .13); transition:.5s ; -webkit-transition:.5s ; -moz-transition:.5s ; -ms-transition:.5s ; -o-transition:.5s ; }
.header.pc_fixed .header-top{opacity: 0;height: 0;}

.header .navbar .pc_menu .pc_logo p br{display: none;}


@media(max-width:1700px){
	.header .navbar{margin: 0 auto; position: relative;margin: 0 3%;width: 95%;}
}
@media(max-width:1600px){
	.header .navbar{margin: 0 auto; position: relative;margin: 0 3%;width: 95%;}
	.header .navbar .pc_menu .pc_menu_right>li .t{font-size: 14px;line-height: 95px;}
	.header .navbar .pc_menu .pc_logo p {font-size: 20px;}
}
@media(max-width:1500px){
	.header .navbar .pc_menu .pc_logo p {font-size: 18px;}
	.header .navbar .pc_menu .pc_menu_right>li .t{font-size: 14px;line-height: 90px;}
	.header-top-container ul p,.header-top-container ul a{font-size: 13px;line-height: 13px;}
	.header .navbar .pc_menu .pc_logo a {height: 90%;}
}
@media(max-width:1400px){
	.header .navbar .pc_menu .pc_menu_right>li .t {display: block;line-height: 85px;font-size: 14px;}
	.header .navbar .pc_menu .pc_logo a {display: block;padding-right: 15px;margin-right: 15px;}
	.header .navbar .pc_menu .pc_logo p {font-size: 16px;line-height: 18px;}
}
@media(max-width:1300px){
	.header .navbar .pc_menu .pc_menu_right>li .t {display: block;line-height: 80px;font-size: 13px;}
}
@media(max-width:1200px){
	.header .navbar{margin: 0 auto; position: relative;margin: 0 3%;width: 95%;}
	.header .navbar .pc_menu .pc_menu_right>li .t {display: block;line-height: 75px;font-size: 13px;}
	.header .navbar .pc_menu .pc_menu_right>li{margin: 0 1.5%;}
	.header .navbar .pc_menu .pc_logo a {display: block;padding-right: 10px;margin-right: 10px;}
	.header .header_top .header_back{
		width: 95%;
	}
}
@media(max-width:960px){
	.Big-index{
		height: 60px;
	}
	.header.pc_fixed .header-top{opacity: 1;}
	.header .navbar .pc_menu .pc_logo{width: calc(100% - 75px);height: 60px;}
	.header-top-container ul p, .header-top-container ul a {letter-spacing: -0.03rem;}
	.header .navbar .pc_menu .pc_logo {padding-right: 10px;margin-right: 10px;}
	.header .navbar .pc_menu .pc_logo p {font-size: 14px;line-height: 16px;}
	.header .navbar .pc_menu .pc_logo a {display: block;padding-right: 8px;margin-right: 8px;}
}
@media(max-width:760px){
	.header-top-container ul p a{border: none}
	.header-top-container .header-top-left ul li:not(:nth-child(1)){display: none;}
	.header .navbar .pc_menu .pc_logo p {font-size: 12px;line-height: 14px;}
	.header .navbar .pc_menu .pc_logo p br{display: block;}
}
@media(max-width:550px){
	.sb-search {
		right: calc(0% + 20px);
	}
	.header #navToggle span{
		width: 25px;
	}
	.sb-icon-search, .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search{
		font-size: 14px;
	}
	.header .navbar{
		padding: 0;
	}
}


/* banner */
.part_one,.banner,.page_banner{
	width: 100%;
	overflow: hidden;
	margin-top: 130px;
}
.banner img,.page_banner img{
	display: inline-block;
	width: 100%;
}
@media(max-width:1700px){
	.part_one,.banner,.page_banner{margin-top: 150px;}
}
@media(max-width:1600px){
	.part_one,.banner,.page_banner{margin-top: 140px;}
}
@media(max-width:1500px){
	.part_one,.banner,.page_banner{margin-top: 120px;}
}
@media(max-width:1400px){
	.part_one,.banner,.page_banner{margin-top: 110px;}
}
@media(max-width:1300px){
	.part_one,.banner,.page_banner{margin-top: 100px;}
}
@media(max-width:1200px){
	.part_one,.banner,.page_banner{margin-top: 90px;}
}
@media(max-width:960px){
	.part_one,.banner,.page_banner{
		margin-top: 66px;
	}
}
@media(max-width:760px){
	.banner img,.page_banner img{
		width: 260%;
		margin-left: -30%;
	}
}

/* 底部 */
.footer{
	background: #2b363c;
	border-top: 10px solid #e9c42b;
}
.footer .footer_logo{
	width: 80%;
	text-align: center;
	margin: 50px auto;
}
.footer .content{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	border-bottom: 1px solid #535353;
	padding-bottom: 30px;
}
.footer .content ul h5{
    margin-bottom: 1em;
    color: white;
    font-size: 15px;
    cursor: pointer;
}
.footer .content ul h5 a{
    color: white;
    text-decoration: none;
}
.footer .content ul li{
	font-size: 14px;
	line-height: 34px;
}
.footer .content ul li:hover a{
	color: #fff;
}
footer .content ul .img_icon{
    margin-bottom: 10px;
}
.footer .content ul li a{
    color: #888888;
    cursor: pointer;
    text-decoration: none;
}
.footer .content ul .img{
	margin-bottom: 1em;
	text-align: center;
}
.footer .content .boxul{
	text-align: center;
	margin-left: 30px;
}
.footer .content .boxul li{
    text-align: center;
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}
.footer .content .boxul img{
	max-width: 100%;
}
.footer .content .boxul li a{
	color: #888888;
}
.footer .content .address h3{
	font-size: 20px;
	color: #e9c42b;
	line-height: 30px;
}
.footer .content .address h4{
	font-size: 14px;
	color: #e9c42b;
	line-height: 30px;
}
.footer .content .address p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
footer .more{
    width: 80%;
	margin: 0 auto;
}
footer .more p{
	text-align: center;
	padding: 20px 0;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 24px;
}
@media (max-width:1300px){
	.footer .content ul{
		display: none;
	}
	.footer .content{
		justify-content: space-around;
	}
}
@media (max-width:750px){
	.footer .content ul{
		display: none;
	}
	.footer .content{
		flex-wrap: wrap;
		justify-content: left;
	}
	.footer .content .boxul{
		margin-left: 0;
	}
	.footer .content .address{
		width: 100%;
	}
}
@media (max-width:550px){
	.footer .footer_logo{
		width: 95%;
		margin: 30px auto;
	}
	.footer .footer_logo img{
		width: 80%;
	}
	.footer .content{
		width: 95%;
		padding-bottom: 10px;
	}
	footer .more{
		width: 95%;
	}
	.footer .content .address h3{
		font-size: 14px;
	}
	.footer .content .address p{
		font-size: 12px;
	}
}
@media (max-width:400px){
	.footer .content .boxul{
		margin: 0 auto;
		width: 60%;
	}
	.footer .content .boxul img{
		width: 50%;
		margin: 0 auto;
		display: flex;
	}
	.footer .content .boxul li a{
		font-size: 12px;
	}
}


/* 在线客服by Ma */
.toolbar {
	width: 40px;
	position: fixed;
	right: 0;
	top: 35%;
	z-index: 11;
	font-style: normal;
	background-color:#e9c42b;
	letter-spacing: 0.08rem;
}
.toolbar dd {
	width: 100%;
	height: 40px;
    position: relative;
}
.toolbar dd i {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.toolbar dd i span {
	font-size: 12px;
	color: #fff;
	font-style: normal;
	display: block;
}
.toolbar dd i img{
	display: inline-block;
	width: 20px;
	/* margin-top: 10px; */
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 40px;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
.toolbar .slide-tel p{
	line-height: normal;
}
.toolbar .slide-tel:hover{
	width: 180px !important;
}
.toolbar .pop {
	position: absolute;
	/* right: 100px !important; */
	top: 0px;
	background:#e9c42b;
	display: none;
}
.toolbar .pop-code {
	width: 180px;
	padding: 30% 0;
}
.toolbar .pop-code img {
	display: block;
	width: 80%;
	margin-left: 10%;
}
.toolbar .pop-code h3 {
	text-align: center;
}
.toolbar .pop-code h3{
	color: #fff;
	font-size: 16px;
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
}
.toolbar .pop-code h3 p:nth-child(1) {
	font-size: 18px;
}
.toolbar .pop-code h3 p:nth-child(2) {
	font-size: 18px;
}
.toolbar .qq span {
	background-position: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color:#e9c42b;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
/* .toolbar .tel span {
	background-position: -35px 0;
} */
.toolbar .tel:hover {
	background:#e9c42b;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color:#e9c42b;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .top span {
	background-position: -35px -142px;
}
.toolbar .top:hover {
	background-color:#e9c42b;
}
/*返回顶部*/
#gotop {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 50px;
    cursor: pointer;
    z-index: -99999;
    opacity: 0;
    transition: all linear 0.3s;
  }
  #gotop:hover {
    animation: hua 1s;
  }
  @keyframes hua {
    0% {
      transform: scale3d(1, 1, 1);
    }
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
}






