html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
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, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body{
margin: 0px;
padding: 0px;
font-size: 12px;
line-height: 22px;
font: 12px/20px ;
font-family:"微软雅黑", "宋体", Arial, Tahoma;
/*background-color: #EEEEEE;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea {
	font: 12px/20px;	
	font:inherit;
	resize:none;
}
a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

a:focus , a:link, a:active {
	outline:none;
}

a:hover {
	color:#444;
}
.fr{
	float: right;
}
.fl{
	float:left;
}
.mr0{margin-right: 0;}
.row{
	width: 1100px;
	text-align: center;	
	margin: 0 auto;
	/*background-color: #20C997;*/
	}
.intbt{
	font-size:36px;
}
.intzw{
	font-size:14px;
}
.Qheader {
	width: 100%;
	height: inherit;
	background-color: #ffffff;
	position:fixed;
	z-index: 9999;
	text-align: center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
}
.logobox{
	float: left;
	width: 20%;
	height: 70px;
	padding-top: 10px;
}
.navbar{
	width: 75%;	
	font-family:PingFang-SC-Regular;
    float: right;
    font-size: 18px;
    font-weight	;
    z-index: 0;
    text-align: center;
    white-space: nowrap;
}
.navbar li{
	float: left;
	margin-left: 32px;
	line-height: 80px;
	}
.nav-link {
    font-family:PingFang-SC-Regular;
    position: relative;
    font-size: 18px;
    color: #231816;
    line-height: 25px;
    font-weight: 500;
    z-index: 0;
    text-align: center;
    white-space: nowrap;
}
.nav-item.active .nav-link, .nav-item:hover .nav-link{
    font-weight: 600;
}
.nav-item.active .nav-link:after, .nav-item:hover .nav-link:after {
    content: '';
    position:absolute;
    left: 0px;
    bottom: -2px;
    width: 100%;
    height: 2px;
    color: #FFF;
    background: #DC303C;
    z-index: -1;
}
.tel-icon{
	padding: 0px 0 0 30px;
	background-image: url(../images2/hei.png);
	background-repeat:no-repeat;
	background-position: center left;
}
.container{
	width: 1100px;
	text-align: center;	
	margin: 0 auto;
	height: inherit;
	position:relative;
}
.masker {
    display:table;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
}
/*desc-title*/
.desc-title{
	font-size:40px;
    font-weight:400;
    color:rgba(35,24,22,1);
    line-height:70px;
    margin-bottom: 18px;
    margin-top:10px;
    background-image: url(../images2/line.png);
    background-repeat: no-repeat;
    background-position: bottom left
}
.desc-p{
	font-size:20px;
    font-weight:300;
    color:rgba(35,24,22,1);
    line-height:40px;
}
.desc-p2{
	font-size:16px;
    font-weight:300;
    color:rgba(35,24,22,1);
    line-height:36px;
    margin-top: 10px;
}
.desc-more{
	display: block;
	width: 120px;
	margin-top: 20px;
}
.desc-more:hover{
opacity: 0.7;
}
.desc-more img{
	width: 120px;
}
.column{	
	margin-top: 100px;
	width: 1100px;	
	text-align: center;
}
.column .desc-title{
	background-position: bottom center;
}
.column .desc-p{
	width: 80%;
	margin: 0 auto;
}

/*footer*/
footer {
    position: relative;
    z-index: 1001;
    width: 100%;
    background-color: #282828;
    font-size: 1.125rem;
    color: #ffffff;
    margin-top: 100px;
    /* padding: 5rem 0; */
}
/*--sxfooter----*/
footer .sx-footer{
    display: flex;
    justify-content: space-between;
    padding: 60px 15px 80px 15px;
}
footer .sx-footer .left .cic {
    margin-bottom: 30px;
}
footer .sx-footer .left .cic .pl10{
    padding-left: 0px;
}
footer .sx-footer .left .cic a{
    font-size:16px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:#C6C6C6;
    text-decoration: none; 
    padding:0 12px;  
    border-right: 1px solid #C6C6C6;
}
footer .sx-footer .left .cic a:hover{
    color: #ffffff;
    text-decoration: none;
}
footer .sx-footer .left .address{
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(198,198,198,1);
    margin-bottom: 4px; 
     text-align: left;
     line-height: 24px;
}
footer .sx-footer .left .gongan{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
footer .sx-footer .left .ban1{
    font-size:14px;
    font-weight:400;
    color:rgba(198,198,198,1);
    text-decoration: none;
}
footer .sx-footer .left .ban{
    font-size:14px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(198,198,198,1);
    text-decoration: none; 
    vertical-align: middle;
}
footer .sx-footer .left .ban:hover,
footer .sx-footer .left .ban1:hover{
    color: #ffffff;
    text-decoration: none;
}
footer .sx-footer .right .wx{
    font-size:20px;
    font-family:PingFangSC-Semibold;
    color:rgba(180,180,180,1);
    padding: 0 0 15px 0;
    margin: 0;
    text-align: right;
    letter-spacing: 4px;
    white-space: nowrap;
}
footer .sx-footer .right .wc{
    font-size:14px;
    font-family:ArialMT;
    color:rgba(180,180,180,1);
    padding: 0 0 15px 0;
    margin: 0;
    text-align: right;
}
footer .sx-footer .right img{
    width: 100px;
    height: 100px;
}

footer .wk-footer {
    padding: 50px 0 80px 0;
}

footer .wk-footer .text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .wk-footer .text-wrap .text {
    width: 6rem;
    height: 9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

footer .wk-footer .text-wrap .text a {
    width: 100%;
    color: #B0B0B0;
    cursor: pointer;
}

footer .wk-footer .text-wrap .text .footer-link {
    color: #ffffff;
    text-decoration: none;
}

footer .wk-footer .text-wrap .text a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer .wk-footer .text-wrap img {
    margin-left: 3rem;
    width: 9rem;
    height: 9rem;
}

footer .wk-footer .footer-right {
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .wk-footer .footer-right .address {
    font-size:18px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(176,176,176,1);
}

footer .wk-footer .footer-right h5 {
    font-size: 32px;
    line-height: 45px;
    color: #ffffff;
    letter-spacing: 10px;
    font-weight: normal;
    padding-bottom: 20px;
}

footer .wk-footer .footer-right p {
    font-size: 20px;
    color: #B0B0B0;
}

footer .beian {
    width: 100%;
    line-height: 30px;
    border-top: 1px solid #333333;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px 0;
    text-decoration: none;
    cursor: default;
    color: #4A4A4A;
    font-weight: 400;
}
footer .beian1 {
    text-decoration: none;
    font-size: 16px;
    color: #4A4A4A;
}

