/*! reset.css */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0
}

a {
    color: #666;
    cursor: pointer;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    text-decoration: none
}

iframe {
    display: block
}

ol,ul {
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: Helvetica Neue,PingFang SC,Hiragino Sans GB,Heiti SC,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif
}

body {
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    margin: 0,
	outline:none;
	
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}
button,input{
	border:none;
	background:none;
}
button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

em {
    font-style: normal
}


figure {
    margin: 0
}

body,html {
    width: 100%;
    height: 100%;
    color: #282828;
    font-size: 14px;
    background: #fff;
    font-family: Helvetica Neue,Helvetica,Arial,SCREEN GP Sans SC,PingFang SC,Hiragino Sans GB,Microsoft Yahei,΢���ź�,STHeiti,����ϸ��,sans-serif;
    -webkit-tap-highlight-color: transparent
}

.img-responsive{
width:100%;
max-width:100%;
height:auto;

}

.ellipsis {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

:focus {
    -moz-outline-style: none;
    outline: none
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.t-c{
	text-align: center;
}
.t-l{
	text-align: left;
}
.w1400{
	width:1400px;
	max-width:1400px;
	position: relative;
	box-sizing: border-box;
	margin:0 auto;
}
.w1400::after{
	conent:"";
	display: block;
	clear: both;
}
.w1280{
	width:1280px;
	max-width:1280px;
	position: relative;
	box-sizing: border-box;
	margin:0 auto;
}
.w1280::after{
	conent:"";
	display: block;
	clear: both;
}
.w1200{
	width:1200px;
	max-width:1200px;
	position: relative;
	box-sizing: border-box;
	margin:0 auto;
}
.w1200::after{
	conent:"";
	display: block;
	clear: both;
}
.header{
	position: relative;	
}




.footer{
	background:#292929;
	color: #cdcdcd;
	padding-top:145px;
	padding-bottom:155px;
	box-sizing: border-box;
}
.footer .icon-share{
	width:82px;
	height:82px;
	display: inline-block;
	margin-right: 15px;
	background-position: center;
	background-repeat: no-repeat;
}
.footer .icon-share:last-child{
	margin-right: 0;
}
.footer #share-wx{
	background-image:url('../images/icon_f_wx.png');
}
.footer #share-qq{
	background-image:url('../images/icon_f_qq.png');
}
.footer #share-wb{
	background-image:url('../images/icon_f_wb.png');
}
.footer #share-email{
	background-image:url('../images/icon_f_email.png');
}
.footer .work-time{
		padding-top:20px;
		font-size:0;
}
.footer .work-time .item{
	display: inline-block;
	line-height:28px;
	padding:0 32px;
	position: relative;
}
.footer .work-time .item p{
		font-size:21px;
}
.footer .work-time .item:last-child{
	padding-right: 0;
}
.footer .work-time .item:last-child::before{
	content:"";
	left:0;
	top:0;
	transform: scaleY(0.8);
	width:1px;
	height:100%;
	background: #fff;
	position: absolute;
	/* border-left:1px solid #f2f2f2; */
}
.footer .footer-left{
	padding-right:85px;
	box-sizing: border-box;
	border-right:1px solid #f2f2f2;
}
.footer .footer-contact{
	margin-top:20px;
	line-height:32px;
	font-size:18px;
	color: #cdcdcd;
}
.footer .company{
	font-size: 23px;
	line-height:44px;
	
}
.footer-contact .telephone{
	/* margin-top:15px; */
}
.footer-contact  .phone-num{
	margin-right:20px;
}
.footer .footer-links{
	margin-top:30px;
	font-size: 14px;
	line-height:22px;
}
.footer .footer-links a{
	display: inline-block;
	color: #cdcdcd;
	/* border-right:1px solid #f2f2f2; */
	font-size:13px;
}

.footer .footer-btm{
	font-size:14px;
	line-height:22px;
}
.footer .footer-btm span{
	margin-right:45px;
}
.footer .footer-right{
	padding-left:130px;
	
}
.footer-form .legend{
	color: #f2f2f2;
	font-size:18px;
	margin-bottom:20px;
}
.footer-form .input-box{
	margin-bottom: 12px;
	position: relative;
	height: 50px;
	background: #323232;
}
.footer-form .input{
	width:100%;
	height:100%;
	padding-left:90px;
	box-sizing: border-box;
	font-size:14px;
	background: #323232;
	
}

.footer-right .input{
	width:100%;
	height:100%;
	padding-left:90px;
	box-sizing: border-box;
	font-size:14px;
	background: #323232;
	color:#fff

}
.footer-form .input-label{
	position: absolute;
	color: #989898;
	font-size:14px;
	display: inline-block;
	line-height:52px;
	padding-left:20px;
}
.footer-form .sub-wrap{
	padding-top:8px;
	text-align: center;
}
.footer-form  .sub-btn{
	width:100%;
	height: 50px;
	border: solid 1px #ffffff;
	color: #fefefe;
	font-size:16px;
}
.submit-btn,.close-btn{
	width:50%;
	height: 50px;
	float: left;
	border: solid 1px #ffffff;
	color: #fefefe;
	font-size:16px;
}
.page-banner{
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.page-banner .banner-bg{
	display: block;
	width:100%;
	max-width:100%;
	height:auto;
}
.page-banner .banner-info{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	color:#fff;
	width:100%;
}
.page-banner .banner-info .t-1{
	font-size: 50px;
	margin-bottom:10px;
	letter-spacing: 5px;
}
.page-banner .banner-info .t-2{
	font-size: 32px;
	line-height:50px;
	letter-spacing: 10px;
}
.page-banner .banner-info .h-line{
	display: inline-block;
	width: 151px;
	height: 4px;
	background: #e50013;
	margin-top:30px;
	margin-bottom:35px;
}
#onload-wrap{
	display: none;
}

#scrollUp{
	background-color: #dc0000;
	border-radius: 50%;
	bottom: 20px;
	color: #ffffff;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	right: 20px;
	text-align: center;
	width: 50px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
	box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
	font-weight: 400;
	display: none;
}
.user-pagination{
	font-size:0;
}
.user-pagination .page{
	display: inline-block;
	border-radius: 50%;
	height:38px;
	width:38px;
	line-height:38px;
	border:1px solid #282828;
	font-size:16px;
	color:#282828;
	margin:0 10px;
	transition: all 0.5s;
}
.user-pagination .page:hover{
	background:#dc0000;
	color:#fff;
	border:1px solid #dc0000;
}

.user-pagination li{
	display: inline-block;
}

.user-pagination .active a{
	background:#dc0000;
	color:#fff;
	border:1px solid #dc0000;
}
.user-pagination .page-btn{
	border-radius: 20px;
	padding:0 20px;
	height:38px;
	line-height:38px;
	border:1px solid #282828;
	display: inline-block;
	color:#282828;
	font-size:16px;
	cursor: pointer;
}


.pc-menu .logo-wrap{
	position: absolute;
	left:0;
	top:0;
	z-index:99;
}
.pc-menu {
	height:120px;
	background:#fff;
}
.pc-menu .nav-wrap{
	padding-top:58px;
}
.pc-menu .nav li{
	float: left;
	margin-right:45px;
	padding-bottom:10px;
}

.pc-menu .nav li.active{
	border-bottom:3px solid #dc0000;
}
.pc-menu .nav li.active a{
	color: #dc0000;
}
.pc-menu .nav li:hover a{
	color: #dc0000;
}
.pc-menu .nav li:hover{
	border-bottom:3px solid #dc0000;
}
.pc-menu .nav li:last-child{
	margin-right: 0;
}
.pc-menu .nav a{
	color: #282828;
	font-size:18px;
}
.mobile-menu{
	height:75px;
	position: fixed;
	width:100%;
	top:0;
	left:0;
	background:#fff;
	z-index:102;
	padding:0 15px;
	box-sizing: border-box;
	display: none;
	transition: all 0.6s;
}
.mobile-menu.shadow{
	box-shadow:0px 1px 2px rgba(0,0,0,0.5);
}
.mobile-menu .logo-wrap{
	position: absolute;
	left:15px;
	top:10px;
	
}
.mobile-menu .logo{
	height:85px;
}
.mobile-menu .m-nav{
	position: absolute;
	top:21px;
	right:20px;
	height:40px;
	width:35px;
	cursor: pointer;
}
.mobile-menu .m-nav .g{
	position: absolute;
	background:#dc0000;
	border-radius: 4px;
	height:3px;
	width:100%;
	transition-duration: 0.6s;
}
.mobile-menu .m-nav .g-1{
	top:0;
	
}
.mobile-menu .m-nav .g-2{
	top:8px;
	left:5px;
}
.mobile-menu .m-nav .g-3{
	top:16px;
}
.mobile-menu .m-nav.open .g-1{
	transform: rotate(45deg);
	top:7px;
}
.mobile-menu .m-nav.open .g-2{
	opacity: 0;
}
.mobile-menu .m-nav.open .g-3{
	transform: rotate(-45deg);
	top:7px;
}
.aside-msk{
	position: fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	z-index:101;
	opacity: 0;
	transition: all 0.5s;
}
.m-aside{
	width:300px;
	position: fixed;
	height:100%;
	background:#fff;
	z-index:101;
	padding-top: 100px;
	padding-left: 15px;
	box-sizing: border-box;
	transform: translateX(-300px);
	transition: all 0.5s;
	
}
.m-aside .nav a{
	font-size:16px;
}
.m-aside .nav li{
	line-height:36px;
}
.aside-msk.open{
	opacity: 1;
	width:100%;
	height:100%;
}
.aside-msk.open .m-aside{
	transform: translateX(0px);
}