* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

ul,
li {
	list-style: none
}

input {
	outline: none
}

body,
html {
	background: #fff;
}

body {
	font-family: "微软雅黑";
	box-sizing: border-box;
	font-size: 14px;
}

.container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*导航*/


/*头部导航*/


/*-- nav --*/

.navbar-top {
	width: 100%;
	height: 92px;
	display: inline-block;
}

.navbar-nav>li {
	position: relative;
}

.navbar-nav>li>ul {
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-nav>li:hover>ul {
	display: block;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar {
	margin-bottom: 0 !important;
}

.navbar-default {
	background:rgba(0,148,225,0.9);
	border: none;
	border-radius: 0;
}

.nav>li>a {
	padding: 15px 34px;
}
.nav>li>a:hover{
	color: #fff !important;
}
.nav>.active>a:hover{
	color: #034ea9 !important;
}
.btn-mega {
	float: right;
	margin-top: -10px;
	font-size: 16px;
	color: #fefefe;
	height: 60px;
	padding: 0 25px;
	line-height: 65px;
	background-color: #e70707;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	position: relative;
	z-index: 98;
	cursor: pointer;
}

.btn-mega a {
	color: #fff;
}
.toplink{ margin-top:26px; float: right;}
.toplink i{ border: 2px solid #ddd; padding: 12px; border-radius: 50%; font-size: 16px; color: #666; margin-right: 8px;}
.toplink i:hover{ border: 2px solid #e12626;}
.toplink span{ display: inline-block; margin-right: 50px; font-size: 16px; color: #666;}

/*导航结束*/


/* About */

.aboutbox {
	margin: 80px 0;
}
.feature i{ float:left; margin-right: 30px; color:rgba(0,148,225,0.9);}

.gstit .lead{ margin-bottom: 60px;}

.more{ background: #666; color: #fff; padding: 12px 22px; display: inline-block; margin-top: 15px; border-radius: 5px;}
.more:hover{ background: #e70707; color: #fff;}
.aboutp>p{ font-size: 14px; text-align: justify; line-height: 30px; text-indent: 2em; margin-top: 15px;} 

/*yingyong*/
.mb-1{ color: #fff;font-size:38px;}
.text-yy{ color: #fff; font-size:18px; line-height: 32px; }
.lylist{ margin-top: -120px;}
.lybox{
	margin: 0 51px 30px; border: 1px solid #ddd;
	display: block;
}
.lybox img{
	border-bottom: solid 1px #ddd;
}
.yyname{ font-size: 17px;font-weight:bold;margin-top:8px;color:rgba(0,148,225,.9);}


/* news-start */
.newsbox {
	background: #f5f5f5;
	width: 100%;
	margin: 00px auto 30px;
	padding: 80px 0;
}

.newslist {
	background: #fff;
	margin: 30px 0 0 -80px;
}

.newslist li {
	padding: 16px 40px;
	border-bottom: 1px #ddd dotted;
}

.newslist li:hover {
	background: rgba(0,148,225,0.8);
}

.newslist li a h4 {
	color: #111;
}

.newslist li a p {
	color: #333;
}

.newslist li:hover a h4 {
	color: #fff;
}

.newslist li:hover a p {
	color: #fff;
}

.newsrt {
	margin-right: 50px;
	padding-right: 8px;
	border-right: 2px solid #034ea9;
}


/* product- - start */

.probox {
	width: 100%;
	margin: 0 auto;
}

.probox .prolist {
	width: 50%;
	margin: 0 25%;
}

.promore {
	float: right;
	color: #222;
}

.promore:hover {
	color: #034ea9;
	cursor: pointer;
}

.probox li {
	width: 21%;
	margin: 0 2%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 5px;
	padding: 8px 0;
}

.probox li a {
	color: #333;
}

.probox .prolist .active {
	background: #034ea9;
	border-radius: 5px;
	padding: 8px 0;
}

.probox .prolist .active a {
	color: #fff;
}

.probox li:hover {
	background: #034ea9;
	border-radius: 5px;
	padding: 8px 0;
}

.probox li:hover a {
	color: #fff;
}

.prodeta {
	margin: 0 8px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	position: relative;
}

.prodeta .prohei {
	display: none;
}

.prodeta:hover .prohei {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6)
}

.prodeta:hover .prohei p {
	color: #fff;
	text-align: center;
	line-height: 280px;
	font-size: 16px;
	cursor: pointer;
}

.sypro {
	margin: 40px 0 50px;
	display: inline-block;
}


/* footer */

.footer {
	width: 100%;
	background: #666;
	padding: 30px 0 5px;
	color: #fff;
}
.footer h2{
	font-size: 24px;
}
.footer h3{
	font-size: 18px;
}
.footer p{
	font-size: 14px;
}
.liuy input {
	width: 95%;
	margin: 0 0 5% 0;
	border: 1px solid #ddd;
	padding: 8px 7px;
	border-radius: 5px;
}

.liuy textarea {
	width: 98%;
	height: 80px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	padding: 8px 7px;
}

.tijiao {
	background: rgba(0,148,225,0.8);
	border: none;
	padding: 5px 18px;
	color: #fff;
	border-radius: 5px;
}

.ewm {
	width: 120px;
	height: 120px;
}

.bq {
	margin: 15px 0 0;
	border-top: 1px solid #555;
	line-height: 48px;
}


/*---------------------客服组件-------------*/

@media only screen and (max-width: 768px) {
	.w-service-fixed {
		display: none;
	}
	.toplink{
		display: none;
	}
	.navbar-top{
		text-align: center;
	}
	.navbar-top img{
		display: inline-block!important;
		height: 70px!important;
	}
	.navbar-brand{
		float: none!important;
		margin-right: 0!important;
	}
}

.w-service-fixed {
	position: fixed;
	bottom: 50%;
	right: 0;
	margin-bottom: -160px;
	z-index: 2000;
	font-size: 14px;
}

.bg_s_default {
	background: #363636;
}

.color_s_default {
	color: #363636;
}

.w-service-fixed .service-item {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 2px;
	position: relative;
	text-align: center;
}

.w-service-fixed .service-item .service-popc {
	position: absolute;
	right: 50px;
	top: 0;
	width: 0;
	overflow: hidden;
	text-align: left;
	color: #fff;
}

.w-service-fixed .service-item .service-popc a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.w-service-fixed .service-item:hover .service-popc {
	width: 180px;
	transition: width 0.2s;
	-moz-transition: width 0.2s;
	-webkit-transition: width 0.2s;
	-o-transition: width 0.2s;
}

.w-service-fixed .service-item .service-popc a:hover {
	opacity: 0.75;
	*filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	;
}

.w-service-fixed .service-item .service-popc .service-popc-in {
	padding: 13px 5px;
	line-height: 1.5;
}

.w-service-fixed .service-item-qrCode .service-popc {
	top: auto;
	bottom: 0;
}

.w-service-fixed .service-item-qrCode .qrCodeImg img {
	max-width: 100%;
}

.w-service-fixed .icon_service {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 35px;
	height: 35px;
	background: url(../images/icon_service.png) no-repeat;
	vertical-align: middle;
}

.w-service-fixed .icon_service_qq {
	background-position: 0 0;
}

.w-service-fixed .icon_service_tel {
	background-position: 0 -35px;
}

.w-service-fixed .icon_service_msn {
	background-position: 0 -70px;
}

.w-service-fixed .icon_service_qrCode {
	background-position: 0 -105px;
}

.w-service-fixed .icon_service_whatsApp {
	background-position: 0 -140px;
}

.w-service-fixed .icon_service_skype {
	background-position: 0 -175px;
}

.w-service-fixed .icon_service_wangWang {
	background-position: 0 -210px;
}

.w-service-fixed .icon_service_email {
	background-position: 0 -245px;
}

.w-service-fixed .service-item-top {
	cursor: pointer;
	display: none;
}

.w-service-fixed .service-item-top .fa-caret-up {
	position: absolute;
	top: -10px;
	left: 18px;
	font-size: 16px;
}

.w-service-fixed .service-item-top .top {
	color: #fff;
	font-size: 15px;
}

.w-service-fixed .ic_s {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 25px;
	height: 25px;
	background: url(../images/ic_s.png) no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}

.w-service-fixed .ic_s_qq {
	background-position: 0 0;
}

.w-service-fixed .ic_s_tel {
	background-position: 0 -25px;
}

.w-service-fixed .ic_s_msn {
	background-position: 0 -50px;
}

.w-service-fixed .ic_s_whatsApp {
	background-position: 0 -100px;
}

.w-service-fixed .ic_s_skype {
	background-position: 0 -125px;
}

.w-service-fixed .ic_s_wangWang {
	background-position: 0 -150px;
}

.w-service-fixed .ic_s_email {
	background-position: 0 -175px;
}


/*----------------------标题------------------------*/

.bg_main {
	background-color: #444;
}

.bg_main_light {
	background-color: #FDEAEA;
}

.bg_simpline {
	background-color: #444;
}

.border_colorall_main {
	border-color: #444;
}

.aHoverborder_main:hover {
	border-color: #444;
}

.border_colorleft_main {
	border-left-color: #444;
}

.border_colortop_main {
	border-top-color: #444;
}

.border_colorright_main {
	border-right-color: #444;
}

.border_colorbottom_main {
	border-bottom-color: #444;
}

.aHovercolor_main:hover {
	color: #444;
}

.aHoverbg_main:hover {
	background-color: #444;
}

.border_colorall_main_deepen {
	border-color: #034ea9;
}

.aHovercolor_deepen:hover {
	color: #034ea9;
}

.aHoverbg_deepen:hover {
	background-color: #034ea9;
}

.aHoverborder_deepen:hover {
	border-color: #034ea9;
}

.colorChange {
	background-color: #444;
	background-image: -webkit-linear-gradient(bottom, #444, #034ea9);
	background-image: -moz-linear-gradient(bottom, #444, #034ea9);
	background-image: -o-linear-gradient(bottom, #444, #034ea9);
	background-image: -ms-linear-gradient(bottom, #444, #034ea9);
	background-image: linear-gradient(to top, #444, #034ea9);
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#034ea9, endColorStr=#444);
}

.colorChange_deepen {
	background-color: #444;
	background-image: -webkit-linear-gradient(bottom, #034ea9, #444);
	background-image: -moz-linear-gradient(bottom, #034ea9, #444);
	background-image: -o-linear-gradient(bottom, #034ea9, #444);
	background-image: -ms-linear-gradient(bottom, #034ea9, #444);
	background-image: linear-gradient(to top, #034ea9, #444);
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#444, endColorStr=#034ea9);
}

.bg_main_change {
	background-color: #444;
	background-image: -webkit-linear-gradient(bottom, #ffffff, #444);
	background-image: -moz-linear-gradient(bottom, #ffffff, #444);
	background-image: -o-linear-gradient(bottom, #ffffff, #444);
	background-image: -ms-linear-gradient(bottom, #ffffff, #444);
	background-image: linear-gradient(to top, #ffffff, #444);
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#444, endColorStr=#ffffff);
}

.bg_main_changeDeepen {
	background-color: #444;
	background-image: -webkit-linear-gradient(bottom, #444, #ffffff);
	background-image: -moz-linear-gradient(bottom, #444, #ffffff);
	background-image: -o-linear-gradient(bottom, #444, #ffffff);
	background-image: -ms-linear-gradient(bottom, #444, #ffffff);
	background-image: linear-gradient(to top, #444, #ffffff);
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#444);
}

.bg_main_change_left {
	background-color: #444;
	background-image: -webkit-linear-gradient(right, #ffffff, #444);
	background-image: -moz-linear-gradient(right, #ffffff, #444);
	background-image: -o-linear-gradient(right, #ffffff, #444);
	background-image: -ms-linear-gradient(right, #ffffff, #444);
	background-image: linear-gradient(to left, #ffffff, #444);
}

.bg_main_changeDeepen_left {
	background-color: #444;
	background-image: -webkit-linear-gradient(right, #444, #ffffff);
	background-image: -moz-linear-gradient(right, #444, #ffffff);
	background-image: -o-linear-gradient(right, #444, #ffffff);
	background-image: -ms-linear-gradient(right, #444, #ffffff);
	background-image: linear-gradient(to left, #444, #ffffff);
}

.w-title34 .tith .line {
	background: #656667;
}

.w-title1 .simpline {
	backgroung: #444;
}

.w-title2 {
	background: #444;
}

.w-title2,
.w-title2 .title-h-in h2,
.w-title2 .more {
	color: #fff;
}

.w-title17 .w-title-inner {
	background-image: url("../images/tit17bg_0.png");
}

.w-title17 .more:hover {
	background-image: url("../images/tit17_moreHover_0.png");
}

.w-title19 .more .icon_more,
.icon_more19bg {
	background-image: url("../images/icon_more_0.png");
}
@media all and (max-width: 768px){
	.gstit{
		padding: 0 10px;
	}
	.gstit>h2{
		font-size: 22px;
	}
	.gstit .lead{
		margin-bottom: 20px!important;
	}
	.feature{
		margin-bottom: 10px!important;
	}
	.rounded{
		width: 100%;
		padding: 0 10px;
	}
	.aboutp>p{
		padding: 0 10px;
	}
	.more{
		margin-left: 10px;
	}
	.newslist{
		margin: 0!important;
	}
	.footer{
		padding: 0 10px!important;
	}
	.pagination{
		padding: 0 10px;
	}
	.newsli{
		padding:  0 8px;
	}
	.download{
		width: 100%;
	}
	.about-brief{
		display: initial!important;
	}
	.nyabout{
		margin-top: 10px!important;
	}

}
