@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

body {
    font: 16px/1.8 '';
    margin: 0 auto;
    color: #666;
    background-color: #fff;
    overflow: hidden
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}
html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #19a250;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}



@media screen and (min-width: 322px) {
    html {
        font-size: 16.7777px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 39.5833px;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 53.3333px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 85.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}

@font-face {
    font-family: 'syhtB';
    src: url(/font/SOURCEHANSANSCN-BOLD.OTF);
}

@font-face {
    font-family: 'syhtN';
    src: url(/font/SOURCEHANSANSCN-NORMAL.OTF);
}
ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #19a250;
}

img {
    border: none;
    max-width: 100%;
}
.w1440{
	width: 75%;
	margin: 0 auto;
}
/* top */
.header{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 2px 1px #e1e1e1;
	padding-left: 0.66rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	zoom: 1;
}
.header:after{
	display: block;
	content: '';
	clear: both;
}
.header-logo{
	float: left;
	width: 4.2076rem;
	margin-top: 0.05rem;
}
.header-logo img{
	display: block;
	width: 100%;
}
.header-menu{
	float: left;
	margin-left: 1.1rem;
}
.header-menu ul{
	display: flex;
	flex-wrap: nowrap;
}
.header-menu ul li{
	font-size: 0.18rem;
	color: #161616;
	line-height: 1.35rem;
	margin-right: 0.3rem;
	position: relative;
}
.header-menu ul li:last-child{
	margin-right: 0;
}
.header-menu ul li>a{
	color: #161616;
}
.header-menu ul li dl{
	width: 1.9rem;
	padding: 0 0.08rem;
	position: absolute;
	top: 100%;
	left: -0.08rem;
	background: #fff;
	box-shadow: 0 1px 1px 1px #e1e1e1;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition-duration: 0.5s;
}
.header-menu ul li:hover dl{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header-menu ul li dl dd{
	font-size: 0.16rem;
	color: #555555;
	line-height: 1.4;
	border-bottom: 0.01rem solid #e1e1e1;
}
.header-menu ul li dl dd:last-child{
	border-bottom: none;
}
.header-menu ul li dl dd a{
	display: block;
	padding: 0.1rem 0;
	color: #555555;
	transition-duration: 0.3s;
}
.header-menu ul li dl dd a:hover{
	padding-left: 0.05rem;
	color: #19a250;
}
.header-other{
	float: right;
}
.header-other ul{
	height: 1.35rem;
	display: flex;
	flex-wrap: nowrap;
}
.header-other ul li{
	width: 0.82rem;
	border-left: 1px solid #eaeaea;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.header-tel,.header-dy,.header-wx{
	display: block;
	width: 0.3415rem;
}
.header-tel img,.header-dy img,.header-wx img{
	display: block;
	width: 100%;
}
.down-tel{
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1rem;
	width: 2rem;
	box-shadow: 0 2px 2px 1px #e1e1e1;
	border-radius: 0 0 0.1rem 0.1rem;
	padding: 0.1rem 0.2rem;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition-duration: 0.3s;
}
.header-other ul li:hover .down-tel{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.down-tel p{
	font-size: 0.18rem;
	color: #333;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.down-dy{
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.6rem;
	width: 1.2rem;
	box-shadow: 0 2px 2px 1px #e1e1e1;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition-duration: 0.3s;
}
.down-wx{
	position: absolute;
	top: 100%;
	right: 0;
	width: 1.2rem;
	box-shadow: 0 2px 2px 1px #e1e1e1;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition-duration: 0.3s;
}
.down-dy img,.down-wx img{
	display: block;
	width: 100%;
}
.header-other ul li:hover .down-dy{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header-other ul li:hover .down-wx{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
/* top */


/* 弹窗 */
#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialogBg1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialog {
    width: 7rem;
    padding: 0.7rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}

#dialog1 {
    width: 65%;
    padding: 0.55rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 6px;
}

.dialogTop {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
}

.claseDialogBtn {
	font-size: 16px;
    color: #111;
}

.tc-ss {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.tc-ss ul .sk03 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: none;
    outline: none;
}

.sk04 {
    height: 45px;
}

.sk04 input {
    border-radius: 0;
    background: #19a250;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 30%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}


/* 弹窗 */


/* 底部 */
.footer{
	background: url(/images/foot-bg.jpg) no-repeat center center;
	background-size: cover;
}
.footer-content{
	padding: 0.48rem 0 0.8rem;
}
.footer-content .w1440{
	display: flex;
}
.footer-info{
	width: 40%;
}
.footer-logo{
	display: block;
	width: 4.047rem;
}
.footer-info-nr{
	margin-top: 0.1rem;
	/*display: flex;*/
}
.footer-ewm{
	display: flex;
}
.footer-ewm img{
	display: block;
	width: 1.4rem;
	margin-right: 0.05rem;
}
.footer-ewm img:last-child{
	margin-right: 0;
}
.footer-address{
	display: flex;
	align-items: center;
	/*padding-left: 0.15rem;*/
	margin-top: 0.2rem;
}
.footer-address-txt p{
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.6;
}
.footer-address-txt p span:nth-child(1){
	margin-right: 0.2rem;
}
.footer-menu{
	width: 60%;
	padding-top: 0.3rem;
	display: flex;
}
.footer-menu dl{
	/*width: 16.666%;*/
	margin-right: 0.74rem;
}
.footer-menu dl:last-child{
	margin-right: 0;
}
.footer-menu dl dt{
	font-size: 0.2rem;
	color: #ffffff;
	line-height: 1.4;
	white-space: nowrap;
	margin-bottom: 0.15rem;
}
.footer-menu dl dd{
	font-size: 0.17rem;
	color: #ffffff;
	line-height: 1.4;
	white-space: nowrap;
	margin-bottom: 0.1rem;
}
.footer-menu dl dd:last-child{
	margin-bottom: 0;
}
.footer-menu dl dd a{
	color: #ffffff;
	opacity: 0.6;
}
.footer-menu dl dd:hover a{
	opacity: 1;
}
.footer-beian{
	border-top: 1px solid rgba(255,255,255,0.17);
	padding: 0.2rem 0;
}
.footer-beian .w1440{
	display: flex;
	justify-content: space-between;
}
.footer-beian p{
	font-size: 0.18rem;
	color: #ffffff;
	line-height: 1.4;
	opacity: 0.6;
}
.footer-beian p a{
	color: #ffffff;
}
/* 底部 */




/*小屏导航*/

.xs-top {
	display: none;
}

.logo-mobile {
	position: absolute;
	width: 200px;
	height: 100%;
	float: left;
	/*padding: 12px 10px;*/
	padding-left: 4%;
	/*background: #000;*/
}

.logo-mobile img {
	display: block;
	width: 100%;
}

.mobile {
	width: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	height: 55px;
	background: #7e787c;
	box-shadow: 0 0 8px 2px #CCCCCC;
}

.mobile-inner {
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	position: relative;
}

.mobile-search {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0c8093;
	position: absolute;
	right: 65px;
	top: 7.5px;
}

.mobile-search img {
	position: absolute;
	width: 24px;
	height: 22px;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -11px;
}

.mobile-hotLine {
	position: absolute;
	left: 12%;
	top: 0;
	font-size: 16px;
	line-height: 55px;
	color: #0c8093;
}

.mobile-inner-header {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
}

.mobile-inner-header-icon {
	color: #ffffff;
	background: #148f2d;
	height: 55px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 55px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 5px) / 2);
	width: 30px;
	height: 3px;
	background-color: #fff;
	transition-duration: 0.5s;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	width: 20px;
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-nav {
	background: rgba(20, 143, 45, 0.8);
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0px;
	display: none;
}

.active_mobile span:nth-child(3) {
	opacity: 0;
}

.active_mobile span:nth-child(1) {
	transform: rotate(45deg);
	width: 30px;
}

.active_mobile span:nth-child(2) {
	transform: rotate(-45deg);
	width: 30px;
}

.subNavBox1 {
	width: 100%;
}

.subNav1 {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 50px;
	font-size: 16px;
	color: #555;
	padding: 0 15px;
	background: url(/images/jia1.png) no-repeat 96% center;
	color: #fff;
}

.subNav1 a {
	display: block;
}

.currentDt1 {
	background: url(/images/jian1.png) no-repeat 96% center rgba(255, 255, 255, 0.2);
}

.navContent1 {
	display: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.2);
}

.navContent1 li {
	line-height: 30px;
}

.navContent1 li a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding-left: 40px;
}

.so-mobile-fl {
	width: 100%;
	padding: 10px 10px 10px 40px;
}

.so-mobile-fl p {
	font-size: 14px;
	padding-bottom: 10px;
	color: #fff;
	position: relative;
}

.so-mobile-fl a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
	float: left;
	padding-right: 10px;
}

.xg-mobile-bt {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 20px;
}

.xg-mobile-bt a {
	color: #fff;
	position: relative;
	padding-left: 20px;
	display: block;
}

.xg-mobile-bt a:before {
	content: '';
	width: 15px;
	height: 15px;
	background: url(/images/m_anniu1.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 2px;
	background-size: cover;
}


/*菜单结束*/
@media only screen and (max-width: 1450px) {
    
}

@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1088px) {
   html{
   	 font-size: 5.8666vw !important;
   }
   .header-menu ul li{
   	 margin-right: 0.2rem;
   }
   .w1440{
   	width: 86%;
   }
}
@media only screen and (max-width: 769px){
	.header{
		display: none;
	}
	.xs-top{
		display: block;
	}
	.w1440{
	   	width: 92%;
	}
	.footer-content{
		padding: 20px 0 20px;
	}
	.footer-content .w1440{
		display: block;
	}
	.footer-menu{
		display: none;
	}
	.footer-info{
		width: 100%;
	}
	.footer-logo{
		width: 272px;
		margin: 0 auto;
	}
	.footer-info-nr{
		margin-top: 20px;
		display: block;
	}
	.footer-ewm{
		width: 182px;
		margin: 0 auto;
	}
	.footer-ewm img{
		width: 86px;
		margin-right: 10px;
	}
	.footer-address{
		display: block;
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.footer-address-txt p{
		font-size: 16px;
		text-align: center;
	}
	.footer-beian .w1440{
		display: block;
	}
	.footer-beian p{
		font-size: 13px;
		text-align: center;
	}
	.footer-address-txt p span:nth-child(1){
		margin-right: 20px;
	}
}
@media only screen and (max-width: 540px) {
	html{
   	font-size: 13.3333vw !important;
   }
   
}

@keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}
