/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
	/* cursor: url(../images/sec_nav_img1_03.png),auto; */
}

body {
	min-width: 320px;
	font-size: 14px;
	color: #666666;
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #666666;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}

.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size:100%; outline:none; resize:none; font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input, textarea{-webkit-appearance:none;} 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }


input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder, 
textarea:-moz-placeholder { color: #999999;}
input::-moz-placeholder, 
textarea::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder { color: #999999;}


/*RESET IMAGES*/
img { 
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}

/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*LAYOUT*/
.pc-block { display: block;}
.mb-block { display: none;}
.w1600{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.w1540{
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
}
.w1532{
	width: 100%;
	max-width: 1532px;
	margin: 0 auto;
}
.w1400{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.w-mobile{
	max-width: 999px;
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0.46rem;
}
@media (max-width: 1600px){
	.w1600{ padding: 0 0.4rem;}
}
@media (max-width: 1400px) {
	.w1400{ padding: 0 0.4rem;}
}
@media (max-width:999px) {
	.pc-block { display: none;}
	.mb-block { display: block;}
}
.transition {
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
	    -ms-transition: all ease .4s;
	     -o-transition: all ease .4s;
	        transition: all ease .4s;
}
.b-shadow{
	-o-box-shadow:0 0 30px rgba(229,229,229,.5); 
	-ms-box-shadow:0 0 30px rgba(229,229,229,.5); 
	-moz-box-shadow:0 0 30px rgba(229,229,229,.5); 
	-webkit-box-shadow:0 0 30px rgba(229,229,229,.5); 
	box-shadow:0 0 30px rgba(229,229,229,.5); 
}
.js-tab-box .js-tab-con{
	display: none;
}
.js-tab-box .js-tab-con.active{
	display: block;
}
.js-tab-box1 .js-tab-con1{
	display: none;
}
.js-tab-box1 .js-tab-con1.active{
	display: block;
}
/* ===== */
/* HEADER */
/* ===== */
.header-top .in-top{position: relative;height: 152px;display: flex;align-items: center;}
.header-top .in-top .logo{margin: 0 auto;}
.header-top .in-top .right{position: absolute;right: 0;top: 50%;transform: translateY(-50%);display: flex;width: 30%;}
.header-top .in-top .right .left{width: 22%;margin-top: 5px;position: relative;}
.header-top .in-top .right .left a{display: inline-block;margin-right: 16%;width: 30%;}
.header-top .in-top .right .left a.tmall{position: relative;left: 0;top: 0;} 
.header-top .in-top .right .left a.tmall .tmall-img{position: absolute;left: 50%;top: 30px;transform: translateX(-50%);width: 100px; display: none;z-index: 20;}
.header-top .in-top .right .left a.tmall:hover .tmall-img{display: block;}
.header-top .in-top .right .search{width: 58%;}
.header-top .in-top .right .search .input{width: 100%;border: 1px solid #636d78;display: flex;align-items: center;}
.header-top .in-top .right .search .input a{display: inline-block;width: 14%;}
.header-top .in-top .right .search .input em{display: inline-block;width: 1px;height: 15px;background: #636d78;}
.header-top .in-top .right .search .input input{display: block; width: 86%;line-height: 34px;border: none;background: none;padding-left: 18px;font-size: 16px;color: #636d78;}
.header-top .in-top .right .search p{font-size: 14px;color: #636d78;margin-top: 12px;padding-left: 6px;}
.nav{background: rgba(99,109,120,0.8);/*position: absolute;left: 0;*/ width: 100%;z-index: 10;}
.nav .nav-lists>ul{display: flex;align-items: center; justify-content: space-around;height: 66px;}
.nav .nav-lists>ul>li{text-align: center; position: relative;height: 100%;width: 12.5%;display: flex;align-items: center;justify-content: center;}
.nav .nav-lists>ul>li:nth-last-child(2){position: initial;}
.nav .nav-lists>ul>li.active{background: rgba(255,255,255,0.1);}
.nav .nav-lists>ul>li a p{font-size: 20px;color: #fff;}
.nav .nav-lists>ul>li a span{display: inline-block; font-size: 14px;color: #aeb0b3;margin-top: 6px;}
.nav .nav-lists>ul>li .nav-lier{position: absolute;left: 0;top: 66px;width: 100%; text-align: center;background: rgba(0,0,0,0.3);display: none;z-index: 10;}
.nav .nav-lists>ul>li .nav-lier li a{display: block; font-size: 18px;line-height: 60px; color: #fff;}
.nav .nav-lists>ul>li .nav-lier li a:hover{background: rgba(255,255,255,0.1);}
.footer{width: 100%;height: 452px;position: relative;}
.footer .bg{position: absolute;left: 0;top: 0;width: 82.8%;height: 452px;background: #d1d3d0;z-index: -1;}
.footer .bg .line{position: absolute;left: 0;top: 90px; height: 1px;width: 100%;background: #b8bab8;z-index: -1;}
.footer .foot-con{padding-top: 68px;}
.footer .foot-con .footer-logo{margin-left: -8px;}
.footer .foot-con .footer-logo img{display: inline-block;}
.footer-nav {width: 77.25%;margin: 66px 0;}
.footer-nav ul{display: flex;justify-content: space-between;}
.footer-nav ul li{text-align: center;}
.footer-nav ul li p{font-size: 22px;color: #56555a;margin-bottom: 15px;}
.footer-nav ul li span{font-size: 14px;color: #939495;}
.footer-tel p img{display: inline-block;vertical-align: middle;margin-right: 18px;}
.footer-tel p span{vertical-align: middle;font-size: 20px;color: #56555a;}
.footer-copyright{margin-top: 22px;}
.footer-copyright p{font-size: 18px;color: #56555a;}

.footer-icon{position: absolute;right: 46px;bottom: 70px;}
.footer-icon a{display: inline-block;margin-right: 64px;}
.footer-icon a.weixin{position: relative;}
.footer-icon a.weixin .img{position: absolute;left: 50%;bottom: 70px;transform: translateX(-50%); width: 150px;display: none;}
.footer-icon a.weixin:hover .img{display: block;}
.footer-icon a:nth-last-child(1){margin-right: 0;}
@media (max-width: 1600px) {
	.header-top .in-top .right .left{width: 35%;}
	.header-top .in-top .right .left a{margin-right: 8%;}
	.header-top .in-top .right .search{width: 65%;}
}
@media (max-width: 1500px){
	.footer-icon{right: 20px;}
	.footer-icon a{margin-right: 30px;}
}
@media (max-width: 1350px){
	.nav .nav-lists>ul>li{width: 15%;}
}
@media (max-width: 1300px) {
	.header-top .in-top .right{width: 32%;}
}
/* 移动端头部 */
.mb-header .mb-headerin{
	width: 100%;
	height: 1.86rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mb-header .mb-headerin .logo{
	width: 26%;
}
.mb-header .mb-headerin .left{
	position: absolute;
	top: 50%;
	left: 0.46rem;
	transform: translateY(-50%);
}
.mb-header .mb-headerin .left{width: 16%;}
.mb-header .mb-headerin .left a{display: inline-block;width: 33.3%;}
.mb-header .mb-headerin .left a:nth-child(1){margin-right: 26%;}
.mb-header .mb-headerin .left a.mb-search{position: relative;}
.mb-header .mb-headerin .mb-seacon{position: absolute;left: 0;top: 1.9rem;z-index: 20;display: flex;align-items: center; background: #fff;display: none;}
.mb-header .mb-headerin .mb-seacon input{ border: none;background: none;font-size: 0.38rem;color: #595a5e;line-height: 0.8rem;padding-left: 0.2rem;}
.mb-header .mb-headerin .mb-seacon a{font-size: 0.38rem; display: inline-block;border-left: 1px solid #ccc;width: 1rem;text-align: center; height: 0.8rem;line-height: 0.8rem;color: #595a5e;}
.mb-header .mb-headerin .mb-menu{
	position: absolute;
	top: 50%;
	right: 0.37rem;
	transform: translateY(-50%);
	width: 7.2%;
}


.fixed-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	text-align: left;
	background: rgb(237,237,235);
	padding-top: 1.73rem;
	z-index: 11111;
	overflow: hidden;
}
.fixed-menu.active{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.fixed-menu .close {
    position: absolute;
    top: 0.66rem;
    right: 0.7rem;
    width: 0.61rem;
    height: 0.61rem;
    background-image: url(../images/mobile/x.png);
    background-size: cover;
}
.fixed-menu>ul{
	width: 50%;
	margin: 0 auto;
}
.fixed-menu li {
    position: relative;
	text-align: center;
}
.fixed-menu .mobile-nav-li a.active{
	border-bottom: 1px solid #000;
}
.fixed-menu li a {
    display: block;
    color: rgb(89,90,94);
}
.mobile-nav-li{
	margin-bottom: 0.5rem;
}
.mobile-nav-li ul {
    display: none;
    padding-bottom: 0.53333333rem;
}
.mobile-nav-li>a {
    font-size: 0.45rem;
    line-height: 1.3rem;
    padding: 0 0.5rem;
}
.mobile-nav-li li>a {
    font-size: 0.38rem;
    line-height: 1.4rem;
    padding: 0 0.7rem;
    position: relative;
	color: #80807e;
}
.fixed-menu li .down {
    position: absolute;
    top: 3px;
    right: 0.5rem;
    width: 1.3rem;
    height: 1.3rem;
}
.fixed-menu li .down:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
	margin-top: -0.2rem;
	margin-left: -0.11rem;
    display: block;
    width: 0.4rem;
    height: 0.22rem;
    background-image: url(../images/mobile/menu-down.png);
    background-size: cover;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.fixed-menu li .down.active:after {
    transform: rotate(180deg);
}

/* 移动端底部 */
.m-copyright{display: none;}
.m-copyright a {
    display: block;
    width: 100%;
    line-height: 0.8rem;
    text-align: center;
    background: #d1d3cf;
    font-size: 0.3rem;
    color: #595a5e;
}
.mb-footer{background: #595a5e;position: fixed;left: 0;bottom: 0;width: 100%;z-index: 999;}
.mb-footer ul{display: flex;}
.mb-footer ul li{width: 25%;height: 1.8rem;padding: 0.3rem 0 0.3rem;text-align: center;border-right: 1px solid #77787b;}
.mb-footer ul li:nth-last-child(1){border: none;}
.mb-footer ul li img{margin-bottom: 0.18rem;width: 30%;}
.mb-footer ul li a p{font-size: 0.3rem;color: #fff;}
@media(max-width: 999px){
	.in-page{padding-bottom: 1.8rem;}
}


/* 404 */
.wrong-all{
	width: 100%;
	background: #474646;
	overflow: hidden;
}
.wrong{
	margin: 50px 0 80px;
    padding: 70px 7%;
	/*background: #ccc;*/
}
.wrong .img{
	width: 60%;
	margin: 0 auto;
}
@media (max-width: 999px){
	.wrong .img{width: 90%;}
}

/* ========== */
/* = SITEMAP = */
/* ========== */
.sitemap-all{
	width: 100%;
	background: #474646;
	overflow: hidden;
}
.sitemap{
	margin: 50px 0 80px;
    padding: 70px 7%;
	background: #ccc;
}
.sitemap .tit {
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
    font-size: 16px;
    color: #333333;
}
.sitemap .tit span {
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 26px;
}
.sitemap li {
    padding: 25px 0;
    border-bottom: 1px solid #aaa;
    line-height: 30px;
}
.sitemap li span {
    display: inline-block;
    min-width: 120px;
}
.sitemap li span a {
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
    color: #333;
}
.sitemap li>a {
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
    color: #666;
}
@media (max-width: 999px){
	.sitemap {
    	padding: 1.2rem 0.6rem;
	}
	.sitemap .tit{
		font-size: 0.4rem;
	    padding-bottom: 0.53333333rem;
	}
	.sitemap .tit span{
		font-size: 0.6rem;
		font-weight: bold;
	}
	.sitemap li{
		padding: 0.6rem 0;
	    line-height: 0.66666666rem;
    	font-size: 0.4rem;
	}
	.sitemap li span {
	    display: block;
	    margin-bottom: 0.2rem;
	}
	.sitemap li span a{
		font-size: 0.4rem;
	}
	.sitemap li>a {
	    display: inline-block;
	    margin-left: 0;
	    margin-right: 0.5rem;
	    font-size: 0.37333333rem;
	}
}