﻿/* ========== */
/* = 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/home/hand_ico.ico),auto;*/
}

body {
	min-width: 320px;
	font-size: 14px;
	color: #4d4d4d;
	background:#d9d9d9;
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-overflow-scrolling: touch;
}

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: #4d4d4d;
}
/* 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;}

.w1400{
	max-width: 1500px;
	padding: 0 50px;
	margin: 0 auto;
}

@media (max-width:1500px) {
	.w1400{
		max-width: 1300px;
	}
}

@media (max-width:999px) {
	.pc-block { display: none;}
	.mb-block { display: block;}
	.mb-block p b a{font-size: 16px;}

	.w1400{
		padding: 0 15px;
	}
}

.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(0,0,0,.08); 
	-ms-box-shadow:0 0 30px rgba(0,0,.08); 
	-moz-box-shadow:0 0 30px rgba(0,0,0,.08);  
	-webkit-box-shadow:0 0 30px rgba(0,0,0,.08); 
	box-shadow:0 0 30px rgba(0,0,0,.08); 
}
.b-shadow2{
	-o-box-shadow:0 5px 40px rgba(0,0,0,.05); 
	-ms-box-shadow:0 5px 40px rgba(0,0,.05); 
	-moz-box-shadow:0 5px 40px rgba(0,0,0,.05);  
	-webkit-box-shadow:0 5px 40px rgba(0,0,0,.05); 
	box-shadow:0 5px 40px rgba(0,0,0,.05); 
}
.page-wrap{
	position: relative;
	z-index:0;
	background: #d9d9d9;
}


.ny-banner{ width: 100%; height: 300px; position: relative;}
.ny-banner .text{ position: absolute; top:100px; width: 100%; text-align:center; color: #FFFFFF; text-shadow: 0 3px 3px rgba(0,0,0,.3); letter-spacing:5px;}
.ny-banner .text p{ font-size:42px; text-transform: uppercase;font-weight: bold;} 
.ny-banner .text span{ font-size: 38px; font-weight: bold;} 

@media (max-width:999px) {
	.ny-banner{ height: 200px;}
	.ny-banner .text{ top:100px; letter-spacing:1px;}
	.ny-banner .text p{ font-size:16px;} 
	.ny-banner .text span{ font-size:22px;} 
	} 
@media (max-width:480px) {
	
	
}


/* ========== */
/* = PC-HEADER = */
/* ========== */

.pc-header{ position:fixed; top:0; right:0; width: 100%; padding: 0 4%; z-index: 999999; background: rgba(255, 255, 255, 0.9);}
.index_content{max-width:1920px;margin: 0 auto;margin-top: -2px;}
.pc-header .logo{ float: left;margin-top: 0.9%;}
.pc-header .logo img{max-width: 65%;margin-left: 0;}
.pc-header .wap{display: none;}
.pc-header .nav{ float: right; margin-left: 50px;}
.pc-header .nav li{ float: left; margin-left: 50px; position: relative;}
.pc-header .nav li:first-child{ margin-left: 0;}
.pc-header .nav li>a{ display: inline; height: 80px; line-height: 80px; color: #000000; position: relative;}
.pc-header .nav li:first-child a:after{  left:50%; margin-left:-30px; width: 60px;}
.pc-header .nav li.current>a{ font-weight: bold; border-bottom: 3px solid #00ff00;}
.pc-header .nav li:hover>a{border-bottom: 3px solid #00ff00;}
.pc-header .nav li:hover div{ display: block;}
.pc-header .nav li div{ display: none; position: absolute; top:78px; left:50%; margin-left: -70px; width:140px; background: rgba(0,0,0,.6); text-align: center;}
.pc-header .nav li div a{ display: block; height: 42px; line-height: 42px; color: #FFFFFF;}
.pc-header .nav li div a:hover{ background: rgba(0,0,0,.35); }

.pc-header .top{ cursor:pointer;float: right; margin-top: 57px; position: relative; z-index: 1;width: 40px;}
.pc-header .top_ydys{ cursor:pointer;float: left; margin-top: 16px; position: relative; z-index: 1;margin-left: -40px;}
.pc-header .search{ position: relative; display: inline-block; vertical-align: middle; padding-right: 10px; cursor: pointer;}
.pc-header .search:after{ content: ""; position: absolute; top:50%; margin-top: -7px; right:0; width: 1px; height: 14px; background:rgba(220,220,220,.5);}
.pc-header .search-bt{ display: block; width: 30px; height: 30px; background-image: url(../images/search_button.png);}
.pc-header .search div{ position: absolute; right:30px; top:0; width: 0; height:30px; overflow: hidden; }
.pc-header .search div.active{ width:200px;}
.pc-header .search div input{  width: 100%; line-height: 24px; height: 30px; padding:2px 10px; background: #FFFFFF; border:1px solid rgba(255,255,255,.7); }
.pc-header .tel{ margin-left: 12px; display: inline-block; vertical-align: middle; padding-left: 25px;font-size: 16px; color:#ffffff; font-weight: bold; background: url(../images/ico_tel.png) no-repeat left;}
.pc-header .lan{ margin-left: 30px; display: inline-block; vertical-align: middle; font-size: 12px; line-height: 18px; padding: 0 5px; border: 1px solid #bcc5ce; color: #bcc5ce;}
.pc-header .top_ydys img{max-width: 60%;margin-left:0;}

@media (max-width:1730px) {
	.pc-header .nav{ margin-right: 50px;}
	.pc-header .nav li{ margin-left:40px;}
}
@media (max-width:1600px) {
	.pc-header .nav{ margin-right: 40px;}
	.pc-header .nav li{ margin-left: 30px;}
}

@media (max-width:1300px) {
	.pc-header .top_ydys img{max-width: 80%;}
	.pc-header .tel{ display: none;}
}
@media (max-width:1040px) {
	.pc-header .nav{ display: none;}
	.pc-header .top_ydys img{max-width: 100%;}

}
@media (max-width:480px) {
	.pc-header .logo img{display: block;width: 60%;margin-left: 0;}
}


.nbanner{position: relative;padding-top: 79px;}
.nbanner img{display: block;width: 100%;}



/* ========== */
/* = PC-FOOTER = */
/* ========== */
.pc-footer{margin-top:-35px;background: url(../images/footer.png) no-repeat top;background-size:cover;position: relative;overflow: hidden;padding-top: 150px;padding-bottom: 30px;}
.pc-footer .content{position: relative;width: 90%;margin: 0 auto;}
.pc-footer .footer-logo{float: left;}
.footcont ul{ float: left; width: 100%;margin-top: 9px;margin-left: 40px;}
.footcont ul li{ float: left; margin-right:5%;}
.footcont ul li a{ display: block; line-height: 26px; color: #ffffff; font-size: 14px;}
.footcont ul li a:hover{ color: #00ff00;}
.footcont{overflow: hidden;width: 55%;float: left;}
.pc-footer .foot-box{overflow: hidden;margin-left: 40px;float: left;}
.pc-footer .footbox1 p{display: inline-block; margin-top: 40px; font-size: 14px; color: #ffffff;margin-right: 10px;}
.pc-footer .footbox2 p{display: inline-block; margin-top: 15px; font-size: 14px; color: #ffffff;margin-right: 10px;}
.pc-footer .footbox2 p i{display: block;width: 20px;height: 20px;float: left;}

.pc-footer .content-icon{display: block;float: right;overflow: hidden;}
.content-icon ul li{display: block;float: left;margin-right: 20px;}
.content-icon ul li:last-child{margin-left: 50px;}
@media (max-width:1500px) {
	.pc-footer ul li{ margin-right: 7%;}
	.content-icon ul li:last-child{margin-left: auto;}
}

@media (max-width:1200px) {
	.pc-footer ul li{ margin-right:5%;}
}




/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-header{ position:absolute; width: 100%; top:0; right:0; width: 100%; z-index: 999; background: rgba(0,0,0,.4); padding:0 0.26666666rem;}
.mb-header .mb-logo{ float: left; display:block;}
.mb-header .mb-logo img{ margin: 0; display:block; vertical-align: top; height:1.5rem;}
.mb-nav-ico {display: none; position: absolute; right:0.375rem; top: 50%; margin-top: -0.25rem; width:0.6875rem; height:0.5rem; cursor: pointer;}
.mb-nav-ico .line {	position: absolute;left: 0;display: block; height:2px;width: 100%; background: #ffffff; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.mb-nav-ico .line:nth-child(1) { top: 0;}
.mb-nav-ico .line:nth-child(2) { top: 50%; margin-top: -1px;}
.mb-nav-ico .line:nth-child(3) { bottom: 0;}
.mb-nav-ico.active .line:nth-child(2){ opacity: 0;}
.mb-nav-ico.active .line:nth-child(1){top: 50%; margin-top: -1px;transform: rotate(-45deg);}
.mb-nav-ico.active .line:nth-child(3){ top: 50%; margin-top: -1px; transform: rotate(45deg);}
@media (max-width:999px){
	.page-wrap{ position: relative;}
}
@media (max-width:1040px){
	.mb-nav-ico{display: block; width: 0.575rem;height: 0.45rem;top: 54%;}
	
}


/* ========== */
/* = MENU = */
/* ========== */
.shade { display: none; position: fixed;  width: 100%; height: 100%; right: 0; top: 0; z-index: 999; display: none; background: transparent;}
.menu { position: fixed; left: 100%; top: 0;  width: 70%; height: 100%; text-align: left; z-index: 9999; overflow-y: scroll;  background: #FFFFFF;  -webkit-box-shadow:0 0 30px rgba(26,24,24,.1) inset;  box-shadow:0 0 30px rgba(26,24,24,.1) inset; padding-top: 1.3rem;}
.menu li { position: relative;}
.menu li>span { display: block; position: relative; padding: 0 0.666666rem 0 0.66666666rem; height:1.5rem; line-height: 1.5rem; color: #767676; font-size:0.4rem; border-bottom: 1px solid #e9e9e9;}
.menu li:nth-child(1)>span { border-top: 1px solid #e9e9e9;}
.menu ul li a{ color: #322e2d;}
.menu ul li>span.default::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/menu_bg.png) no-repeat; background-size: cover;}
.menu ul li .menu-slide a { color: #7c7d7d; }
.menu-slide { display: none;}
.menu-slide a { position: relative; display: block; padding: 0 0.666666rem 0 1rem; height:1.3rem; line-height: 1.3rem; font-size: 0.32rem; color: #7c7d7d; border-bottom: 1px solid #e9e9e9;}
.menu-slide a::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top:-0.10625rem;  width:0.266666rem; height:0.266666rem; background: url(../images/menu_bg3.png) no-repeat; background-size: cover; }
.menu-slide a:hover,
.menu-slide a.active { color: #a61f25;}
.menu li>span.active{ background: #a61f25;}
.menu li>span.active a { color: #FFFFFF;}
.menu li>span.active::after {content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/menu_bg2.png) no-repeat; background-size: cover;}




/* ========== */
/* = MB FOOTER = */
/* ========== */
.mb-copright{ padding:0.8rem 0.2rem 0.6rem; background: #f3f3f3; font-size:0.26666666rem; line-height: 0.50666666rem; color:#bbbbbb; text-transform: uppercase; text-align: center;}
.mb-footer{ position:fixed; bottom:0; right:0; width: 100%; height:1.55rem; background:#ffffff; z-index: 999;}
.mb-footer li { float: left; width: 25%; border-left: 1px solid #dcdcdc; }
.mb-footer li:first-child{ border-left: none;}
.mb-footer li a{ display:block; cursor: pointer;  height: 1.55rem; padding-top: 0.12rem; color: #999999; text-align: center;}
.mb-footer li img{ width: 0.8rem;}
.mb-footer li p { margin-top:0.12rem; font-size: 0.3rem; height:0.32rem; line-height: 0.32rem;}
.footcont_wap{display: none;}


/* ========== */
/* = 404 = */
/* ========== */
.main-404{ padding:200px 0; text-align: center;}
.main-404 .p1{ margin-bottom: 10px;}


@media screen and (max-width:600px) {
	
	/* ========== */
	/* = 404 = */
	/* ========== */
	.main-404{ padding:60px 0;}
}

@media (max-width:4000px){
	.pc-footer{padding-top: 270px;}
	}


@media (max-width:3000px){
	.pc-footer{padding-top: 220px;}
	}
@media (max-width:1920px){
	.pc-footer{padding-top: 150px;}
	}

@media (max-width:1440px) {
	.pc-footer .content-icon{width: 35%;}
	.pc-header .nav{ margin-right: 18px;}
	.pc-header .lan{ margin-left:15px;}
	/*.pc-header .top_ydys{width: 15%;margin-top: 35px;}*/
	.pc-header .top{margin-top: 40px;}
	.footcont{width: 60%;}
	.content-icon ul{margin-top: 25px;}
	.content-icon ul li{margin-right: 3%;width: 9%;margin-bottom: 3%;}
	.content-icon ul li:last-child{margin-left: 65px;}
	.pc-footer {padding-top: 115px;}
}

@media (max-width:1366px) {
	
	/*.pc-header .logo{margin-top: 0;}*/
	.pc-header{padding: 0 20px;}
	.content-icon ul{margin-top: auto;}
	.pc-header .nav{margin-left: 40px;}
	/*.pc-header .nav li>a{line-height: 150px;height: 90px;}*/
	.pc-header .top{margin-top: 30px;}
	.pc-header .top_ydys{width: 200px;}
	.footcont ul{width: 70%;}
	.pc-footer .footbox1 p{display: block;margin-bottom:20px ;margin-top: 0;}
	.pc-footer .footbox1{margin-top: 40px;}
	.pc-footer .content-icon{width: 20%;}
	.content-icon ul li{width: 27%;}
	.content-icon ul li:last-child{margin-left: 69px;margin-top: 10px;}
}

@media (max-width:1040px) {
	.pc-header .top {margin-right: 70px;}
	.content-icon ul li:last-child { margin-left: 60px; margin-top: 70px;}	
	.pc-header .top_ydys{margin-right: 90px;margin-top: 9px;}
}


@media (max-width:860px) {
	.footcont{width: 85%;}
	.footcont ul{width: 100%;}
	.pc-footer{padding-top: 160px;background:url(../images/footer_wap.png) no-repeat top;background-size: 100%;}
	.pc-footer .footbox1 p{margin-bottom: 8px; color: #ffffff !important;}
	.pc-footer .content-icon{width: 100%;}
	.content-icon ul li{margin-bottom: 3%;}
	.pc-footer .content-icon ul li img{width: 80%;}
	.pc-footer .content-icon ul li{margin-right: 2%;margin-top: 3%;}
	.content-icon ul li:last-child{margin-top: 3%;}
	.dc-article2 .others span{padding-left: 0 !important;}
	
	
	
}


@media (max-width:480px) {
	.pc-footer .footbox2 p:nth-child(2){display: none;}
	.footcont_wap{display: block;}
	.footcont_pc{display: none;}
	.page-wrap{background: #e2e2e2;}
	.pc-header .wap{display: block;width: 22%;margin: 5px 0;}
	.pc-header .wap img{width: 100%;max-width: 75%;}
	.pc-header .pc{display: none;}
	.pc-header .top img{width: 70%;}
	.pc-header .top{margin-right: 25px;margin-top: 16px;display: none;}
	.pc-header .top_ydys {width: 130px;margin-top: 9px;margin-right: 10px;float: left;margin-left: -12px;}
	.pc-footer .footer-logo{width: 14%;margin-bottom: 5%;}
	.pc-footer ul li{width: 100%;}	
	.footcont{width: 98%;margin-left: 2%;}	
	.pc-footer .back-top{display: none;}
	.footcont ul{margin-left: 0;margin-top: 0;width: 100%;}
	.footcont ul li a{font-size: 13px;line-height: 36px;}
	.pc-footer ul li:last-child{margin-right: 0;}
	.pc-footer .foot-box{margin-left: 0;padding-top: 100px;}
	.pc-footer .footbox1{margin-top: 25px;}
	.pc-footer .content-icon ul li img{width: 80%;}
	.pc-footer .content-icon ul li{margin-right: 0%;}
	.content-icon ul li:last-child{margin-left: 25%;}
	.pc-footer .content-icon{margin-top: 5%;position: absolute;bottom: 38%;}
	.content-icon ul li{width: auto;margin-bottom: 0;}
	.pc-footer .footbox1 p{font-size: 13px;margin-bottom: 12px;}
}

.dc-article2 .at-tt{text-align:left; }
.dc-article2 .at-tt h1{ color: #2b2b2b; font-weight: bold;}
.dc-article2 .others{padding-top: 15px; font-size:0;}
.dc-article2 .others span,.dc-article2 .others .shares{padding: 0px 14px; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle;}
.dc-article2 .others span{font-size: 12px; color: #7f7f7f; }
.dc-article2 .others .shares{font-size:0; overflow: hidden; clear: both;}
.dc-article2 .others .shares span,.dc-article2 .others .shares .shares-ct{display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle;}
.dc-article2 .at-ct{text-align: center; padding-top: 30px;}
.dc-article2 .at-ct img{max-width: 100%;height:auto!important;  display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal;}
.dc-article2 .at-ct p{text-align: left; text-align: justify; font-size: 18px; color: #4d4d4d; line-height: 32px;}



.foot_img{display: none;position: fixed;top:0;width: 100%;left:0;height: 100%;background:rgba(0,0,0,0.6);z-index: 999999;}
.aub{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    }
.foot_img img{max-width: 60%;max-height: 60%;}
.foot_img .Look_Close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 19960925;
}
.foot_img .Look_Close:before, .foot_img .Look_Close:after {
    background-color: #fff;
    width: 30px;
    height: 8px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    top: 17px;
    left: 5px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.foot_img *:before, .foot_img *:after {
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    content: "";
}
.foot_img .Look_Close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.foot_img .Look_Close:after {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
.foot_img .Look_Close:hover:before, .foot_img .Look_Close:hover:after {
    box-shadow: 0 0 10px #66ccff;
    -moz-box-shadow: 0 0 10px #66ccff;
    -webkit-box-shadow: 0 0 10px #66ccff;
}
@media (max-width:480px) {
.douyin img{max-height: 80%;max-width: 80%;}
.weixin img{max-height: 60%;max-width: 60%;}

}