a,  article, b, body, dd, div, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, li,menu, nav, object, ol, p, section, small, span, strong, td, th, time, tr, tt, u, ul{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}
section footer {
	width: 100%;
}
button, input, select, textarea {
	outline: 0;
	-webkit-box-sizing: border-box;
}
article, footer, header, menu, nav, section {
	display: block
}
a {
	color:#666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
li, ol, ul {
	list-style: none;
	overflow: hidden;
}
b, strong {
	font-weight: 700
}
h2{font-size:2.4rem;font-weight: bold;}
h3{font-size:1.6rem;font-weight: normal;}
h4{font-size:1.4rem;font-weight: normal;}
html {
	font-size: 62.5%
}
@media only screen and (min-width:481px) {
html {
	font-size: 85%!important
}
}
@media only screen and (min-width:561px) {
html {
	font-size: 100%!important
}
}
@media only screen and (min-width:641px) {
html {
	font-size: 120%!important
}
body {
	max-width: 750px;
}
}
body {
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	background-color: #fff;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	color: #333;
}
.clr {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
    image-ms-interpolation-mode: bicubic;
	-webkit-touch-callout: none;
}

/*.page{text-align:center;clear: both;padding-top: 60px;height: 50px;}
.page a{
	border:1px solid #cccccc;
	margin-left:5px;padding:5px 9px;
	background-color:#ffffff;color:#ffffff;
	text-decoration:none;
	color:#333333;
	font-size:12px;  
}*/

#page{bottom: 1rem;}
#page span{width: 1rem;height: 1rem;border-radius: 50%;background: rgba(0,0,0,0.5);opacity: 1;}
#page .swiper-pagination-bullet-active{background: #fff;}


.btn{
	float: right;
	margin: 22px 20px 0px 0px;
}
.btn{width:25px;float:right;position:relative;cursor:pointer;height:30px;}
.btn span{display:block;background:#116ac3; /*按钮颜色*/ width:25px;height:2px;position:absolute;transition:all ease 0.35s}
.btn span:nth-of-type(1){top:0px}
.btn span:nth-of-type(2){top:10px}
.btn span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.leftMenu a {
    text-decoration: none;
    display: block;
}
.leftMenu {
    background: #fff;
    position: fixed;
    right: -1000px;
    top: 64px;
    display: block;
    height: 100%;
    width: 50%;
    min-width: 140px;
    max-width: 440px;
    z-index: 10000;
    transition: all 0.4s ease;
    overflow: auto;
    border-top: 1px #e5e5e5 solid;
    box-shadow: -5px 5px 10px #333;   /*左阴影*/
}
.leftMenu.menu-open {
    right: 0;
}
.leftMenu ul li {
    position: relative;
    line-height: 45px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li>a{
	font-size: 16px;
	margin-left: 20px;
}
.leftMenu ul li .f2 a{
	font-size: 14px;
}
.leftMenu ul li ul li{
	background: #f5f5f5;
    padding-left: 20px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 24px;
    font-weight: 300;
}
.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: 0px;
}
.f2,.f3{
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
}
.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    overflow: hidden;
}
.menu-dark-backdrop.in {
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.5); /*背景灰度*/
}
.leftMenu ul li.open>a{
    color: #d51419; /*一级选中后颜色*/
}
.menu_fot {
    text-align: center;
    margin-top: 25px;
}
.menu_fot p{
    font-size: 12px;
    color: #999; /*底部文字颜色*/
    margin-bottom: 10px;
}
.menu_fot span{
    font-size: 26px;
    color: #d51419; /*底部电话颜色*/
}
.footer{
	width: 100%;
	max-width: 750px;
	background: #116ac3;
	position: fixed;
	bottom: 0;
	padding: 1rem 0;
	/*box-shadow: 0 0 1rem #ccc;*/
}
.footer ul li{
	width: 33.33%;
	float: left;
	text-align: center;
}
.footer ul li img{
	width: 2.5rem;
	margin-right: .3rem;
	float: left;
}
.footer ul li p{
	display: inline-block;
	line-height: 2.7rem;
}
.footer ul li a{
	color: #ffffff;
}


.header{
	width: 100%;
	max-width: 750px;
	height: 65px;
	position: absolute;
	top: 0;
	z-index: 10000;
}
.header .top-tel{
	width: 280px;
	float: left;
	margin: 22px 0px 0px 10px;
	color:#d63430;
	font-size:1.4rem;
	text-shadow:0 0 .2rem #ffffff;
}
.header .btn{
	float: right;
	margin: 22px 20px 0px 0px;
}


/*.nav-col-line {
	display: block;
	width:1rem;
	height:100%;
	background-color: #04509d;
}

.nav-row-line {
	display: block;
	height:1rem;
	width:100%;
	background-color: #04509d;
	line-height: 50%;
}*/

.nav li {
	float:left;
	width:19.79%;
	padding:1rem 2.5% 1rem 2.5%;
	background-color: #116ac3;
	text-align: center;
	border-right:.1rem solid #04509d;
}


.nav ul .border-bottom {
	border-bottom:.1rem solid #04509d;
}

.nav ul li:nth-child(4n) {
	border-right:0;
}

.nav ul li a {
	color:#ffffff;
}

.box {
	padding:3rem 0 1.5rem 0;
	margin:0 10px;
}

.box .title {
	width:100%;
	height:auto;
	margin-bottom:5rem;
}

.box .title h2 {
	float:left;
	color:#116ac3;
	font-size:2rem;
}


.box .title p {
	float:right;
	margin-top:1.25rem;
	width:60%;
	height:.1rem;
	background-color: #e6e6e6;
}

.box .list-img {
}

.list-img li {
	float:left;
	width:46%;
	margin:.5rem 2% ;
	overflow: hidden;
 
}

.list-img li p {
	text-align: center;
	font-weight: 600	;
	padding-top:.5rem;
	font-size:12px;
}

.list-img li img {
	width:100%;
	height:12rem;
	
}




.list li {
	float:left;
	background-color: #f5f5f5;
	margin:.5rem 0;
	height:8rem;
	width:100%;
}

.list li .date {
	text-align: center;
	float:left;
	width:30%;
	margin-top:1.5rem;
}

.list li .desc {
	text-align: left;
	float:right;
	width:70%;
}


.desc h3 {
	padding:1rem 0 .5rem 0;
	font-weight: bold;
	font-size:1.4rem;
}

.desc p {
	font-size:1.2rem;
	line-height: 2rem;
}


.contact {
	color:#ffffff;
	background-color: #383a3d;
	text-align: left;
	padding-bottom:75px;
}

.contact .logo-bottom  {
	padding:2rem 10px;
}

.contact .line {
	height:.1rem;
	width:100%;
	background-color: #54575a;
}

.logo-bottom img {
	width:70%;
}

.contact-info {
	padding:1rem 10px;
	font-weight: bold;
	line-height: 2.5rem;
	font-size:1.2rem;
}

.contact-info .icp {
	color:#c4c4c5;
	padding-top:1rem;
}


.qr-code {
	height:auto;
	padding:2rem 10px .5rem 10px;
	overflow: hidden;
}

.qr-code img {
	float:left;
	width:8rem;
}

.contact .qr-code p{
	width:1rem;
	font-size:.9rem;
	float:left;
	margin-left:1rem;
	margin-right:3rem;
}


.youshi {

	background: url(../images/youshi.png) no-repeat;
	background-size: 100% 100%;
	padding-bottom:2rem;
}

.list-ys li {
	width:100%;
	background-color: #ffffff;
	margin:2rem 0;
	box-shadow: 0 .1rem 1rem #d6d9df;
}

.list-ys .up {
	height:4rem;

}

.list-ys .up {

	font-weight:bold;
	line-height: 4rem;
	font-size:1.5rem;
	font-style:italic;
}

.list-ys .up i {
	display: block;
	width:6rem;
	height:100%;

	font-size:2rem;
	text-align: center;
	color:#ffffff;

}

.list-ys .down {
	padding:2rem 2rem;
	color:#676767;
}


.list-ys .odd {
	border-radius:2rem 0 2rem 0;
}

.list-ys .odd .up i {
	float:left;
	border-radius:0 0 2rem 0;
	margin-right:1rem;
}

.list-ys .even {
	border-radius:0 2rem 0 2rem;
}

.list-ys .even .up {
	text-align: right;
}

.list-ys .even .up i {
	float:right;
	border-radius:0 0 0 2rem;
	margin-left:1rem;
}






.line-title-line {
	padding:3rem 0;
	color:#116ac3;
	text-align: center;
}

.line-title-line p {
	height:.1rem;
	background-color: #116ac3;
	width:20%;
	margin-top:1.5rem;
}

.line-title-line .left {
	float:left;
	margin-left:14%;
}

.line-title-line .right {
	float:right;
	margin-right:14%;
}




.box-son {
	padding:0;
	margin:0;
}

.box-son .title-son {
	overflow: hidden;
	padding:1rem 0;
	background-color:#116ac3;
	margin-bottom:0;
}


.box-son .title-son h2 {
	font-size:1.8rem;
	color:#ffffff;
}

.title-son a {
	color: #ffffff;
	background: url(../images/icon_back.png)right center no-repeat;
	background-size: auto 80%;
	padding-right: 1.8rem;
	float: right;
	font-size:1.3rem;
	margin: .5rem 10px 0;
}

.nav-son {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding-top:2rem;
}

.nav-son li {
	width:47%;
	border:.1rem solid #116ac3;
	padding:.5rem 0;
	margin-bottom:1.5rem;
	text-align: center;
}

.nav-son li a {
	display:block;
	color:#116ac3;
}

.nav-son .cur {
	background-color: #116ac3;
}

.nav-son .cur a {
	color:#ffffff;
}

.line-son {
	height:1rem;
	background-color: #f4f4f4;
	margin:	1rem 0 2rem 0;
}


.archive {
	padding-top:2rem;
}

.title-archive {
	font-size:2rem;
	text-align: center;
	color:#353535;
}


.desc-archive {
	text-align: center;
	padding-top:2rem;
	padding-bottom: 1rem;
	border-bottom:.1rem solid #f1f1f1;
	color:#666666;
}



.banner {
	position:relative;
}










.page{text-align:center;clear: both;padding-top: 60px;height: 50px;}
.page a{
	border:1px solid #cccccc;
	margin-left:5px;padding:5px 9px;
	background-color:#ffffff;color:#ffffff;
	text-decoration:none;
	color:#333333;
	font-size:12px;
}





.content {
	line-height: 2rem;
	text-align: justify;
}


.more {
	text-align: center;

	padding:3rem 0;
}

.more a {
	color:#116ac3;
	padding:1rem 5rem;
	text-align: center;
	border:.1rem solid #116ac3;
}

.icon-product {
	padding-left:3.5rem;
	background: url(../images/icon_product.png) no-repeat;
	background-size: auto 95%;
}

.icon-product-son {
	padding-left:3.5rem;
	background: url(../images/icon_product_son.png) no-repeat;
	background-size: auto 95%;
}

.icon-gs {
	padding-left:3.5rem;
	background: url(../images/icon_gs.png) no-repeat;
	background-size: auto 95%;
}

.icon-gs-son {
	padding-left:3.5rem;
	background: url(../images/icon_gs_son.png) no-repeat;
	background-size: auto 95%;
}

.icon-news {
	padding-left:3.5rem;
	background: url(../images/icon_news.png) no-repeat;
	background-size: auto 95%;
}

.icon-news-son {
	padding-left:3.5rem;
	background: url(../images/icon_news_son.png) no-repeat;
	background-size: auto 95%;
}

.icon-case {
	padding-left:3.5rem;
	background: url(../images/icon_case.png) no-repeat;
	background-size: auto 95%;
}

.icon-case-son {
	padding-left:3.5rem;
	background: url(../images/icon_case_son.png) no-repeat;
	background-size: auto 95%;
}

.icon-skill-son {
	padding-left:3.5rem;
	background: url(../images/icon_skill_son.png) no-repeat;
	background-size: auto 95%;
}

.icon-contact-son {
	padding-left:3.5rem;
	background: url(../images/icon_contact_son.png) no-repeat;
	background-size: auto 95%;
}

.box-margin {
	margin:0 10px;
}


.box-son .box-margin {
	margin:0 20px;
}

.padding-top-2 {
	padding-top:2rem;
}

.bg-color-red {
	background-color: #e6431e;
}

.bg-color-yellow {
	background-color: #e1a21a;
}

.bg-color-green {
	background-color: #8eb100;
}

.bg-color-blue {
	background-color: #07bfcb;
}