﻿@font-face { 
   
  src: url('../fonts/FZLTHJW.TTF'); 
} 
body{
	font-family: "微软雅黑"; 
	overflow-x: hidden;
}
a{
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
	cursor: pointer;
	color:#333;zxzxco
}
a:hover{
	border: 0;	
	text-decoration: none;
	color:##007fe0;
}
li{list-style: none;}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #616366;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #616366;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #616366;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #616366;
}
input{outline:none;/*去除蓝色边框*/}
textarea{outline:none;/*去除蓝色边框*/}
*{
	padding:0;
	margin:0;
}
.navbar-brand img{
	max-height:100%;
	max-width:100%;
}
.xiangxily{
	background:url(../images/xiangxi.png) no-repeat;
	height:47px;
	width:220px;	
	margin-top: -75px;
    float: right;
}
.xiangxid{
	padding: 20px 0 0 40px;
}
.xiangxily a{
	color:#fff;
	font-size:14px;
	display:block;
	float:left;
	padding:0 8px;
	cursor: pointer;
	transition: 0.2s;
	-moz-transition: 0.2s; /* Firefox 4 */
	-webkit-transition: 0.2s;/* Safari 和 Chrome */
	-o-transition: 0.2s; /* Opera */
	height: 16px;
    line-height: 16px;
}
.xiangxily .zxly{
	border-right:1px solid #fff;
}
.xiangxily a:hover{
	color:#66e6ff;
}
.lxwm{
    background: url(../images/cmsly.jpg) no-repeat center;
    height: 400px;
    text-align: center;        
}
 .container2{
    width:1000px;
    margin:0 auto;
    padding: 30px 0 0;
}
.lxwm h3{
    font-size: 30px;
    color: #616366;
    padding: 0 0 10px 0;
}
iframe{border:0;}
.clearfix{clear:both;}
.dsilbk{display: inline-block;}
.white{color:#fff !important;}
.clpad{padding: 0 !important;}
.pagess{
	margin-top: 30px;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px 10px 20px;
    display: inline-block;
}
.pagess ul{
	text-align:center;
	padding:0;
	margin:0;
}
.pagess ul li{
	display:inline-block;
	padding:0 5px;
}
.arcticle1 img{
	max-width:100%;
}
.footer{
	width: 100%;
	background: #35373b;
}
.footer a{
	color:#fff;
}
.navbar-default{
	background:#fff;
	border:none;
}
.foot h3{
	color:#fff;
	font-size: 36px;
	margin: 40px 0px 15px;
	
}	
.foot ul{
	margin: 0;
	padding: 0;	
}	
.foot ul > li{
	color :#fff;
	font-size: 14px;
	line-height: 30px;
	float:left;	
}
.foot ul > li > a{
	color :#fff;	
	padding: 0 12px;	
}
.foot ul > li:first-child > a{
	padding: 0 12px 0 0;
}
.foot h4{
	color:#ffffff;
	font-size: 12px;	
	margin-top: 20px;	
}
.ewm{
	margin-top: 30px;
}
.ewm p{
	color:#fff;
	font-size: 14px;
	line-height: 30px;
}
/*大于768px尺寸*/

@media (min-width: 768px){	
	.fr{
		float:right;
	}
	.fl{
		float:left;
	}
	.navbar{
		height:80px;
		margin-bottom:0px;
	}
	.navbar-brand {
		float: left;
		height: 70px;
		margin: 5px 15px;
		padding: 0px;
		font-size: 18px;
		line-height: 20px;
	}
	.navbar-default .navbar-nav > li > a {
		
		color: #616366;
		font-size:18px;
		height:80px;
		padding: 10px 0px;
		margin:0 20px;
		text-align:center;
		padding-top:28px;
		transition: 0.1s;
		-moz-transition: 0.1s; /* Firefox 4 */
		-webkit-transition: 0.1s; /* Safari 和 Chrome */
		-o-transition: 0.1s; /* Opera */			
	}
	.navbar-default .navbar-nav > li > a > em{
		width: 40px;
		height: 4px;
		background: #4998f2;
		margin:15px auto 0;
		display: none;
		border-radius:3px;
	}
	.navbar-default .navbar-nav > li > a > p {   
		font-size:12px;		
		font-family: "微软雅黑";
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #007fe0;
		background: none;		
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		color: #007fe0;
		background: none;		
	}
	.navbar-default .navbar-nav > .active > a > em, .navbar-default .navbar-nav > .active > a:hover > em, .navbar-default .navbar-nav > .active > a:focus > em {
		display: block;		
	}
	.navbar-default .navbar-nav > .open > a > em, .navbar-default .navbar-nav > .open > a:hover > em, .navbar-default .navbar-nav > .open > a:focus > em {
		display: block;		
	}
	.navbar-nav > li > .dropdown-menu {
		margin-left:20px;
	}
	.dropdown-menu{
		border:1px solid #e0e0e0;
		border-radius: 0;
		box-shadow:0px 5px 15px grey;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 15px 50px 15px 20px;
		clear: both;
		font-weight: normal;   
		color: #616366;
		white-space: nowrap;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		color: #3399e6;
		text-decoration: none;
		background: none;
	}	
	.navtell img{
		margin-right: 5px;
	}
	#main_banner > .carousel-inner > .item {
    height: 480px;
	}
	#main_banner > .carousel-inner > .item {
	  background-repeat: no-repeat;
	  background-position: center center;
	  background-size: cover;
	}	
}
/*大于1368px尺寸*/
@media (min-width: 1368px){
	.menu {
		width: 1300px;
		margin:0 auto;
	}
	.container{
		width: 1200px;
		margin:0 auto;
	}	
	.lxwm{
		background: url(../images/cmsly.jpg) no-repeat center;
		height:400px;
	}
	.lxwmtit{	
		margin-top: 60px;
	}
	.lxwm h3{
		
		font-size:30px;		
		color:#616366;
		margin:10px 0 0 0;
	}
	.lxwm h4{
		border-top: 2px solid #616366;
		width:30px;
		margin: 10px auto 0;

	}
	.lxwmc{		
		width:640px;
		margin: 30px auto 0;
	}
	
	.lxwmc input{
		background: #fff;
		border:1px solid #dadfe6;
		height:40px;
		line-height: 40px;
		margin-bottom: 20px;
		color:#616366;		
		width:300px;
		padding-left: 10px;
	}
	.lxwmcb input{
		background: #fff;
		border:1px solid #dadfe6;
		color:#616366;
		width: 640px;
	}
	.lxwmc .lxwmcl input{
		float:left;		
	}
	.lxwmc .lxwmcr input{
		float:right;
	}
	.lxwmc .lxwmcb input{		
		height: 40px;		
		padding: 8px 10px;		
	}	
	.lxwm h6 a{
		width: 220px;
		height: 46px;	
		display: block;
		border-radius: 3px;
		background: #229af5;
		margin:40px auto 0;
		font-size: 16px;
		color: #fff;
	}
	.lxwm h6 span{		
		padding: 13px 5px 0 10px;
		float:left;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
	}
	.lxwm h6 a:hover span{
		padding: 13px 5px 0 30px;
	}
	.lxwm h6 p{		
		float:left;
		padding: 15px 0px 0 55px;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
	}
	.lxwm h6 a:hover p{
		padding: 15px 0px 0 45px;
	}	
}
/*大于1200px尺寸小于1368px*/
@media (min-width: 1200px) and (max-width: 1368px){	
	.menu {
		width: 1200px;
		margin:0 auto;
	}	
	.lxwm{
		background: url(../images/cmsly.jpg) no-repeat center;
		height:400px;
	}
	.lxwmtit{	
		margin-top: 40px;
	}
	.lxwm h3{
		
		font-size:30px;		
		color:#616366;
		margin:10px 0 0 0;
	}
	.lxwm h4{
		border-top: 2px solid #616366;
		width:30px;
		margin: 10px auto 0;

	}
	.lxwmc{		
		width:640px;
		margin: 30px auto 0;
	}
	
	.lxwmc input{
		background: #fff;
		border:1px solid #dadfe6;
		height:40px;
		line-height: 40px;
		margin-bottom: 20px;
		color:#616366;		
		width:300px;
		padding-left: 10px;
	}
	.lxwmc textarea{
		background: #fff;
		border:1px solid #dadfe6;
		color:#616366;
		width: 640px;
	}
	.lxwmc .lxwmcl input{
		float:left;		
	}
	.lxwmc .lxwmcr input{
		float:right;
	}
	.lxwmc .lxwmcb textarea{		
		height: 40px;		
		padding: 8px 10px;		
	}	
	.lxwm h6 a{
		width: 220px;
		height: 46px;	
		display: block;
		border-radius: 3px;
		background: #229af5;
		margin:40px auto 0;
		font-size: 16px;
		color: #fff;
	}
	.lxwm h6 span{		
		padding: 13px 5px 0 10px;
		float:left;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
	}
	.lxwm h6 a:hover span{
		padding: 13px 5px 0 30px;
	}
	.lxwm h6 p{		
		float:left;
		padding: 15px 0px 0 55px;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
	}
	.lxwm h6 a:hover p{
		padding: 15px 0px 0 45px;
	}	
}
/*小于992px尺寸 小于1200px尺寸 	*/
@media (min-width: 992px) and (max-width: 1200px){
	.navbar-default .navbar-nav > li > a {
		color: #616366;
		font-size:16px;
		height:80px;
		padding: 10px 0px;
		margin:0 9px;
		text-align:center;
		padding-top:28px;
	}
	.navbar-nav > li > .dropdown-menu {
		margin-left:13px;
	}
	.menu {
		width: 960px;
		margin:0 auto;
	}
	
	.lxwm{
		background: url(../images/cmsly.jpg) no-repeat center;
		height:400px;
	}
	.lxwmtit{	
		margin-top: 40px;
	}
	.lxwm h3{
		
		font-size:30px;		
		color:#616366;
		margin:10px 0 0 0;
	}
	.lxwm h4{
		border-top: 2px solid #616366;
		width:30px;
		margin: 10px auto 0;

	}
	.lxwmc{		
		width:640px;
		margin: 30px auto 0;
	}
	
	.lxwmc input{
		background: #fff;
		border:1px solid #dadfe6;
		height:40px;
		line-height: 40px;
		margin-bottom: 20px;
		color:#616366;		
		width:300px;
		padding-left: 10px;
	}
	.lxwmcb input{
		background: #fff;
		border:1px solid #dadfe6;
		color:#616366;
		width: 640px;
	}
	.lxwmc .lxwmcl input{
		float:left;		
	}
	.lxwmc .lxwmcr input{
		float:right;
	}
	.lxwmc .lxwmcb textarea{		
		height: 40px;		
		padding: 8px 10px;		
	}	
	.lxwm h6 a{
		width: 220px;
		height: 46px;	
		display: block;
		border-radius: 3px;
		background: #229af5;
		margin:40px auto 0;
		font-size: 16px;
		color: #fff;
	}
	.lxwm h6 span{		
		padding: 13px 5px 0 10px;
		float:left;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
	}
	.lxwm h6 a:hover span{
		padding: 13px 5px 0 30px;
	}
	.lxwm h6 p{		
		float:left;
		padding: 15px 0px 0 55px;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
	}
	.lxwm h6 a:hover p{
		padding: 15px 0px 0 45px;
	}
}
/*大于768px尺寸 小于992px尺寸 	*/
@media (min-width: 768px) and (max-width: 992px){
	.navbar-default .navbar-nav > li > a {
		color: #616366;
		font-size:14px;
		height:80px;
		padding: 10px 0px;
		margin:0 5px;
		text-align:center;
		padding-top:28px;
	}
	.navtell{
		display:none !important;
	}
	.navbar-nav > li > .dropdown-menu {
		margin-left:5px;
	}
	.menu {
		width: 760px;
		margin:0 auto;
	}	
	
	.lxwm{
		background: url(../images/cmsly.jpg) no-repeat center;
		height:400px;
	}
	.lxwmtit{	
		margin-top: 40px;
	}
	.lxwm h3{
		
		font-size:30px;		
		color:#616366;
		margin:10px 0 0 0;
	}
	.lxwm h4{
		border-top: 2px solid #616366;
		width:30px;
		margin: 10px auto 0;

	}
	.lxwmc{		
		width:640px;
		margin: 30px auto 0;
	}
	
	.lxwmc input{
		background: #fff;
		border:1px solid #dadfe6;
		height:40px;
		line-height: 40px;
		margin-bottom: 20px;
		color:#616366;		
		width:300px;
		padding-left: 10px;
	}
	.lxwmcb input{
		background: #fff;
		border:1px solid #dadfe6;
		color:#616366;
		width: 640px;
	}
	.lxwmc .lxwmcl input{
		float:left;		
	}
	.lxwmc .lxwmcr input{
		float:right;
	}
	.lxwmc .lxwmcb textarea{		
		height: 40px;		
		padding: 8px 10px;		
	}	
	.lxwm h6 a{
		width: 220px;
		height: 46px;	
		display: block;
		border-radius: 3px;
		background: #229af5;
		margin:40px auto 0;
		font-size: 16px;
		color: #fff;
	}
	.lxwm h6 span{		
		padding: 13px 5px 0 10px;
		float:left;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
	}
	.lxwm h6 a:hover span{
		padding: 13px 5px 0 30px;
	}
	.lxwm h6 p{		
		float:left;
		padding: 15px 0px 0 55px;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
	}
	.lxwm h6 a:hover p{
		padding: 15px 0px 0 45px;
	}	
}
/*小于767px尺寸*/
@media (max-width: 767px){
	.navbar-brand {
		float: left;
		height: 50px;
		padding: 5px 10px;		
		line-height: 20px;
	}
	
	.navbar{		
		margin-bottom:0px;
	}
	.navbar-default .navbar-nav > li > a {
		color: #616366;
		font-size:16px;		
		padding: 10px 15px;				
	}
	.navbar-default .navbar-nav > li > a > p {   
		font-size:12px;		
		display:inline-block;
		padding:0;
		margin:0;
	}
	.caret{
		float:right;
		margin-top:10px;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #007fe0;
		background: none;
		border-bottom:4px solid #007fe0;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		color: #007fe0;
		background: none;
		border-bottom:4px solid #007fe0;
	}
	.navbar-nav > li > .dropdown-menu {
		margin:0 10px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 15px 0px;
		clear: both;
		font-weight: normal;   
		color: #616366;
		white-space: nowrap;
		border-bottom:1px solid #007fe0;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		color: #3399e6;
		text-decoration: none;
		background: none;
	}
	.lxwm{
		background: url(../images/cmsly.jpg) no-repeat center;
		height:400px;
	}
	.lxwmtit{	
		margin-top: 40px;
	}
	.lxwm h3{
		
		font-size:30px;		
		color:#616366;
		margin:10px 0 0 0;
	}
	.lxwm h4{
		border-top: 2px solid #616366;
		width:30px;
		margin: 10px auto 0;

	}
	.lxwmc{		
		width:100%;
		margin: 30px auto 0;
	}
	
	.lxwmc input{
		background: #fff;
		border:1px solid #dadfe6;
		height:40px;
		line-height: 40px;
		margin-bottom: 20px;
		color:#616366;		
		width:100%;
		padding-left: 10px;
	}
	.lxwmc textarea{
		background: #fff;
		border:1px solid #dadfe6;
		color:#616366;
		width: 100%;
	}
	.lxwmc .lxwmcl input{
		float:left;		
	}
	.lxwmc .lxwmcr input{
		float:right;
	}
	.lxwmc .lxwmcb textarea{		
		height: 40px;		
		padding: 8px 10px;		
	}	
	.lxwm h6 a{
		width: 220px;
		height: 46px;	
		display: block;
		border-radius: 3px;
		background: #229af5;
		margin:30px auto 0;
		font-size: 16px;
		color: #fff;
	}
	.lxwm h6 span{		
		padding: 13px 5px 0 10px;
		float:left;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
	}
	.lxwm h6 a:hover span{
		padding: 13px 5px 0 30px;
	}
	.lxwm h6 p{		
		float:left;
		padding: 15px 0px 0 55px;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
	}
	.lxwm h6 a:hover p{
		padding: 15px 0px 0 45px;
	}
	.foot{
		text-align: center;
	}
	.foot h3{
		color:#fff;
		font-size: 25px;
		margin: 40px 0px 15px;
		
	}	
	.foot ul{
		margin: 0;
		padding: 0;	
	}	
	.foot ul > li{
		color :#fff;
		font-size: 14px;
		line-height: 30px;
		float:none;	
		display: inline-block;

	}
	.foot ul > li > a{
		color :#fff;	
		padding: 0 12px;	
	}
	.foot ul > li:first-child > a{
		padding: 0 12px 0 0;
	}
	.foot h4{
		color:#ffffff;
		font-size: 12px;	
		margin-top: 20px;	
	}
	.ewm{
		margin-top: 15px;
	}
	.ewm p{
		color:#fff;
		font-size: 14px;
		line-height: 30px;
	}
	.fot_ewm img{
		width:50%;
	}
}
.navbar-default{
	background:#fff;
	border:none;
}
.banner{
	width: 100%;
	overflow: hidden;	
}
.banner1{
	/* width:1000px; */
	/* margin:0 auto; */
	/* height:100%; */
	width: 100%;
	overflow: hidden;
}
.banner2{
	/* width: 1920px; */
	/* margin-left: -460px; */
	/* height:100%;	 */
	width: 100%;
	overflow: hidden;
}
.banner img{
	width:100%;
	height:100%;
}

/*CMS页面*/
.cms{
	background: #e4e5e9;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cmsi{
	margin-bottom:5px;
	font-size: 0;
	position: relative;
}
.cmsi img{
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;	
}
.cmsicp{
	margin-bottom:5px;
	font-size: 0;
	position: relative;
}
.cmsicp a img{
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;	
	max-width: 50%;
}

/*商贸通页面*/
.smt{
	padding-top: 40px;
	padding-bottom: 20px;
}
.smti p{
	font-size:22px;
	color:#221815;
	margin-left: 65px;
}
.smti .org{
	color:#e78200;
}
.smti .red{
	color:#d4190d;
}
.smti h4{
	color:#303030;
	font-family:"微软雅黑";
	font-size: 20px;
	margin-left: 65px;
	margin-top: 30px;
}
.smti h4 span{
	color:#0560b3;
}
.sm{
	margin-left: 50px;
	margin-top: 20px;
}
.smi{
	margin-bottom: 10px;
}
.smti img{
	display: inline-block;
}
.smti2{
	width:80%;
	margin:50px auto 0px;
}
.smti2 div:nth-child(1){
	margin-top: 25px;
}
.smti2 div:nth-child(3){
	margin-top: 35px;
}
.smti2 img{
	box-shadow: 0px 5px 15px #888888;
	margin-bottom: 30px;
}
.smti3 img{
	margin: 10px 0 40px;
}
.smti4 img{
	margin: 50px 0;
}

/*工业电商页面*/
.gyds{
	margin-top: 80px;
	margin-bottom: 80px;
}
.gyds1 h3{
	background:url(../images/gyds/gydstit1.jpg) center center no-repeat;
	height:71px;
	width:100%;
}
.gyds1 p{
	color:#231815;
	font-size: 16px;
	padding: 30px 20px;
}
.gyqx{
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 300px;
}
.qxc{
	max-width: 300px;
	position: absolute;
	display: block;
	background:#000;
	opacity: 0.8;
	top:300px;
	color:#fff;
	height:100%;	
}
.qxc h4{
	padding-top: 20px;
	padding-bottom: 20px;
}
.qxc h5{
	padding: 0 20px;
	font-size:16px;
	text-align:left;
	line-height: 30px;
}
.gyds2{
	margin: 60px 0;
	background: #f5f5f5;
	padding: 60px 0;
}
@media (max-width: 767px){
	.gyds2{
		margin: 30px 0;
		background: #f5f5f5;
		padding: 30px 0;
	}
}
.gyds2 h3{
	background:url(../images/gyds/gydstit2.jpg) center center no-repeat;
	height:71px;
	width:100%;
}
.gyds2 p{
	color:#231815;
	font-size: 16px;
	line-height: 30px;
	padding: 20px 10px;
}
.gyds3{
	margin: 0 0 60px;
	background: #fff;
	padding: 0px 0;
}
.gyds3 h3{
	background:url(../images/gyds/gydstit3.jpg) center center no-repeat;
	height:71px;
	width:100%;
}
.gyds3 h3{
	padding-top: 130px;
	padding-bottom: 20px;
}
.gyds3 p{
	color:#231815;
	font-size: 16px;
	line-height: 30px;
	padding: 20px 10px;
}
.gyds4{
	margin: 0 0 60px;
	background: #fff;
	padding: 0px 0;
}
.gyds4 h3{
	background:url(../images/gyds/gydstit4.jpg) center center no-repeat;
	height:71px;
	width:100%;
}
.gyds4 p{
	color:#404040;
	font-size: 16px;
	line-height: 40px;	
	height:40px;
	margin: 0;
	padding: 0;
}
.gyds4 h3{
	margin-bottom: 30px;
}
.gyds4 .bluel{
	background: #c5e6f9;
	padding-left: 20px;
}
.gyds4 .bluer{
	background: #c5e6f9;
	padding-left: 40px;
}
.gyds4 .grayl{
	background: #f1f8fe;
	padding-left: 20px;
}
.gyds4 .grayr{
	background: #f1f8fe;
	padding-left: 40px;
}
.gyds4{
	margin: 0 0 60px;
	background: #fff;
	padding: 0px 0;
}
.gyds5 h3{
	background:url(../images/gyds/gydstit5.jpg) center center no-repeat;
	height:71px;
	width:100%;
}
.gyds5 p{
	color:#231815;
	font-size: 16px;
	line-height: 30px;		
	margin: 0;
	padding: 0 20px 20px;
}
.gyds5 h3{
	margin-bottom: 30px;
}
.gyds5 h4 img{
	margin-bottom: 60px;
	display:inline-block;
}

/*SSP页面*/
@media (min-width: 1200px){
	.zzz-md-1{
		width:14.285714%;
		display: inline-block;
	}
	.ssppt1{
		position: relative;
		margin: 60px auto;
		display: block;
	}
	.ssppt2{		
		display: none !important;
	}
	.ssppt1 div{
		padding:0 5px;
	}
	.ssppt11{
		position: relative;
	}
	.ssppt12{
		position: relative;
		margin-top:-40px;
	}
	.ssppt3{		
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 1200px){
	.zzz-md-1{
		width:24%;
		display: inline-block;
	}
	.ssppt1{		
		display: none !important;
	}
	.ssppt2{
		position: relative;
		margin: 60px auto;
		display: block;
	}
	.ssppt3{		
		display: none !important;
	}
	.ssppt2 div{
		padding:0 5px;
	}
	.ssppt21{
		position: relative;
	}
	.ssppt22{
		position: relative;
		margin-top:-40px;
	}
	.ssppt23{
		position: relative;
		margin-top:-40px;
	}
}

@media (max-width: 767px){
	.zzz-md-1{
		width:32%;
		display: inline-block;
	}
	.ssppt1{		
		display: none !important;
	}
	.ssppt2{
		display: none !important;		
	}
	.ssppt3{		
		display: block;
	}
	.ssppt31{
		position: relative;
	}
	.ssppt32{
		position: relative;
		margin-top:-40px;
	}
	.ssppt33{
		position: relative;
		margin-top:-40px;
	}
	.ssppt34{
		position: relative;
		margin-top:-40px;
	}
	.ssppt35{
		position: relative;
		margin-top:-40px;
	}	
	.ss h3{
		text-align: center !important;
	}
	.ss h4{
		text-align: center !important;
	}
	.ss{
		padding:0 !important;
	}
}

.ss{
	padding: 60px 0;
}
.ss img{
	display: inline-block;
}
.ssp2{
	background: #f6fcff;
}
.ssp3{
	background: #fff;
}
.ssp4{
	background: #f6fcff;
}

/*微掌柜页面*/
.wzg{
	margin-top:80px;
}
.wzg img{
	display: inline-block;
}
.wzg1 p{
	color:#4f97af;
	font-size: 20px;
	line-height: 30px;
	text-indent: 4em;
	font-family:"微软雅黑";
	padding: 10px 20px 60px;
}
.wzg12{
	margin-left:-30px;
	margin-top: -2px;
}
.wzg13{
		margin-top: 160px;
	}
.wzg13 img{
	margin-bottom: 50px;
}
@media (max-width: 767px){
	.wzg13{
		margin-top: 20px !important;
	}
	.wzg12{
		text-align: center !important;
		margin-left:-10px;
		margin-top: -6px;
	}
	.wzg13 img{
		margin-bottom: 20px;
	}
}
.wzg13 img:last-child{
	margin-bottom: 0px;
}
.wzg2{
	background: url(../images/wzg/wzg2bg.jpg) center;
	height: 207px;
	line-height: 207px;
}
.wzg2 img{
	display: inline-block;	
}
.wz{
	padding:60px 0;
}

.wz img{
	display: inline-block;	
}
.wz h3{
	color:#0d5775;
	font-size: 34px;
	padding-left: 40px;
}

.wz p{
	color:#0d5775;
	font-size: 20px;
	padding-left: 40px;
	padding-top: 10px;
}
@media (max-width: 767px){
	.wz{
		padding:20px 0 20px;
	}
	.wz h3{			
		padding-left: 0px;
		padding-top:20px !important;
	}
	.wz p{
		padding-left: 0px;
	}
}
.wzg3{
	background: #d9f1fd;	
}
.wzg3 h3{
	padding-top: 20px;
}
.wzg4{
	background: #e8f7fe;	
}
.wzg4 h3{
	padding-top: 70px;
}
.wzg5{
	background: #d9f1fd;	
}
.wzg5 h3{
	padding-top: 70px;
}
.wzg6{
	background: #c9ecfe;	
}
.wzg6 h3{
	padding-top: 60px;
}
.wzg7{
	background: #d9f1fd;	
}
.wzg7 h3{
	padding-top: 80px;
}

/*企业头条页面*/
.qytt{
	background: #f4f4f4;
	padding: 40px 0;
}
.qytt1 h3{
	color:#404040;
	font-size: 40px;	
}
.qytt1 h4{
	border-top: 2px solid #3592fa;
    width: 35px;
    margin: 15px auto 0;
}
.qytt1 p{
	margin: 20px 50px 10px;
	color:#545353;
	font-size: 18px;
}

.qytt2 h3{
	color:#404040;
	font-size: 40px;	
	margin-top: 50px;
}
@media (max-width: 767px){
	.qytt1 h3{	
		font-size: 30px;	
	}
	.qytt2 h3{		
		font-size: 30px;			
	}
	.qytt1 p{
		margin: 20px;
		color:#545353;
		font-size: 18px;
	}
}
.qytt2 h4{
	border-top: 2px solid #3592fa;
    width: 35px;
    margin: 15px auto 0;
}
.qyt{
	padding:50px 0;
}
.qyt img{
	display: inline-block;	
}
.qyt h3{
	color:#454545;
	font-size: 40px;	
}
.qyt p{
	color:#6e6e6e;
	font-size: 18px;	
	padding-top: 10px;
}
@media (min-width: 1200px){
	.qyt h3{
		padding-left: 120px;		
	}
	.qyt p{
		padding-left: 120px;
	}
}
.qytt3 h3{
	margin-top: 80px;
}
.qytt4 h3{
	margin-top: 80px;
}
.qytt5 h3{
	margin-top: 100px;
}
.qytt6 h3{
	margin-top: 80px;
}
@media (max-width: 767px){
	.qyt{
		padding:20px 0;
	}
	.qyt h3{
		text-align: center !important;	
		margin-top:20px !important;
		font-size: 30px;	
	}
	.qyt p{
		text-align: center !important;	
		margin-bottom:20px !important;	
		font-size: 16px;	
	}
}
.qytt7{
	background: url(../images/qytt/qytt7bg.jpg) no-repeat center;
}
.qytt7 img{
	display: inline-block;	
}
.qytt7 h3{
	margin: 50px 0 0;
}
.qytt7 h4{
	margin: 20px auto 50px;
}

/*微信小程序页面*/
.wxxcx{
	padding: 90px 0 0;
}
.wxxcx1 h3{
	color:#000000;
	font-size: 30px;
	margin-bottom: 30px;
}
.wxxcx1 p{
	color:#000000;
	font-size: 20px;
	margin-bottom: 120px;
	text-indent:4em;
}
@media (max-width: 767px){
	.wxxcx1 p{		
		margin-bottom:30px;		
	}
}
.wxxcx1 h4{
	color:#000000;
	font-size: 24px;
	margin-bottom: 30px;
}
.wxxcx img{
	display: inline-block;
}
.wxlx{
	width:100%;
	height:1px;
	background: #026db7;
	margin:20px 0 10px;
}
.wxl{
	color:#026db7;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.wxxcx2{
	padding: 130px 0 0px;
}
.wxxcx2 img{
	display: inline-block;
}
.wxxcx2 h3{
	margin: 0px 0 100px;
}
@media (max-width: 767px){
	.wxxcx2 div{
		text-align:center !important;
	}
}
.wxxcx3 img{
	display: inline-block;
}
.wxcp{
	position: relative;
	height:100%;
	overflow: hidden;
	max-width: 252px;
	display: inline-block;
	margin:90px 0;
}
@media (max-width: 767px){
	.wxcp{
		margin:30px 0;
	}
}
.wxcpa{
	position: relative;
	height:100%;
	
}
.wxcpa h3{
	margin: 0;
	padding: 0;
}
.wxcpa h5{
	color:#000;
	font-size: 20px;
}
.wxcpb{
	position: absolute;
	max-width: 252px;
	height:100%;
	display: block;
}

/*魔方页面*/
.mf{
	margin: 80px 0 50px;
}
@media (max-width: 767px){
	.mf{
		margin: 20px 0 10px;
	}
}
.mf h3{
	height:27px;
	width:100%;
	background:url(../images/mf/mf1.jpg) center center no-repeat;
}
.mf1{
	padding: 50px 0;
}
.mf1 h3{
	color:#484848;
	font-size: 34px;
	padding-left: 40px;	
}
.mf1 p{
	color:#515151;
	font-size: 16px;
	padding-left: 40px;
	padding-top: 10px;
	max-width:300px;
}

.mf2 h3{
	padding-top: 50px; 
}
.mf3 h3{
	padding-top: 50px; 
}
.mf4 h3{
	padding-top: 50px; 
}
.mf5 h3{
	padding-top: 50px; 
}
.mf6 h3{
	padding-top: 50px; 
}
@media (max-width: 767px){
	.mf1{
		padding: 0px;
	}
	.mf1 div{
		text-align: center !important;
	}	
	.mf1 h3{
		color:#484848;
		font-size: 34px;
		padding-left: 0px;	
		padding-top:0px !important;		
	}
	.mf1 p{
		max-width:100%;
		padding-left: 0px;
		padding-bottom:20px !important;
	}
}
@media (min-width: 767px){
	.mf3 h3{				
		margin-left: 200px;
	}
	.mf3 p{		
		margin-left: 200px;
	}
	.mf5 h3{				
		margin-left: 200px;
	}
	.mf5 p{		
		margin-left: 200px;
	}
}
.mf7 h3{
	color:#6f6f6f;
	font-size: 14px;
	margin-bottom:30px;
}
.mf7{
	padding: 60px 0 100px;
}
.mf7 img{
	display: inline-block;
	padding: 0 20px 20px;
}

/*案例页面*/
@media (min-width: 971px){
	.anlilb{
		margin-top: -60px;
	}
	.anlilb ul{
		display: block;
		max-width: 260px;
		margin-top: 20px;
		background: #fff;
		box-shadow: 0px 0px 10px #dddddd;
		padding: 0;
	}
	.anlilb ul li{		
		width:100%;
		padding-left: 50px;
		border-bottom:1px solid #efefef;
		height:50px;
		line-height: 50px;
		display: block;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
		cursor: pointer;
		border: 1px solid #fff;
		background: url(../images/allbbg.png) 120px center no-repeat;
		background-size:0;		
	}
	.anlilb ul li a{
		font-size: 18px;
		color:#616366;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
		background: url(../images/allbbga.png) center left no-repeat;
		background-size:0;
	}
	.anlilb ul li.active{	
		background: url(../images/allbbg.png) right no-repeat;
		border: 1px solid #fff;
	}
	.anlilb ul li.active a{	
		padding-left: 10px;
		color:#0c84d9;
		background: url(../images/allbbga.png) center left no-repeat;
		background-size:2px 16px;
	}
	.anlilb ul li:hover{	
		background: url(../images/allbbg.png) right no-repeat;
		border: 1px solid #ececec;
	}
	.anlilb ul li:hover a{	
		padding-left: 10px;
		color:#0c84d9;
		background: url(../images/allbbga.png) center left no-repeat;
		background-size:2px 16px;
	}	
	.anlilb1{
		margin-top: 10px;
		background: #fff;
		padding: 20px;		
		border: 1px solid #e0e0e0;
		border-radius: 0px;
		width:20%;
		margin-bottom: 20px;
		margin-right: 15px;
	}
	.anlilbt1{		
		border-bottom:1px solid #1e9ce4;
		width:100%;
	}
	.anlilbt1 h3{
		color:#333b40;
		border-bottom:1px solid #1e9ce4;
		font-size:20px;
		text-align:left;
		height:40px;
		line-height:40px;
		display: inline-block;
	}
	.anlilb1 ul{
		display: block;
		max-width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
		background: #fff;		
	}
	.anlilb1 ul li{		
		width:100%;				
		height:50px;
		padding-left: 10px;
		line-height: 50px;
		display: block;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
		cursor: pointer;	
		background: url(../images/allbbg1.png) center no-repeat;		
		background-size:0;
	}
	.anlilb1 ul li a{
		font-size: 16px;
		padding-left: 15px;
		color:#5d6164;
		transition: 0.5s;
		-moz-transition: 0.5s; /* Firefox 4 */
		-webkit-transition: 0.5s; /* Safari 和 Chrome */
		-o-transition: 0.5s; /* Opera */
		background: url(../images/allbbga1.png) center left no-repeat;		
	}
	.anlilb1 ul li.active{	
		padding-left: 30px;
		background: url(../images/allbbg1.png) right no-repeat;		
		background-size:13px 11px;
	}
	.anlilb1 ul li.active a{	
		padding-left: 15px;
		color:#0086d4;
		background: url(../images/allbbga2.png) center left no-repeat;		
	}
	.anlilb1 ul li:hover{	
		padding-left: 30px;
		background: url(../images/allbbg1.png) right no-repeat;		
		background-size:13px 11px;
	}
	.anlilb1 ul li:hover a{	
		padding-left: 15px;
		color:#0086d4;
		background: url(../images/allbbga2.png) center left no-repeat;		
	}
}
.anlilb2{
	margin-top:20px; 
}
@media (max-width: 970px){
	.anlilb2 a{
		color:#333;
	}
	.anlilb2 li.active a{
		color:#fff;
	}
}
.huise{
	background: #f6f6f6;
}
.mbx{
	background: url(../images/mbx.png) left no-repeat;
	padding: 15px 20px;
}	
.anlico{
	margin-bottom:60px;
}
.anlico img{
	display: inline-block;
}
.anlicon{
	background: #fff;
	border:1px solid #e0e0e0;	
	padding: 20px 20px 40px;
}
.anlico h3{
	padding: 0;
	margin: 0;
}
.anlico h4{
	padding: 0;
	margin: 0;
}
.anlico h3 a{
	font-size: 14px;
	color:#616366;
}
.anlico h4 a{
	font-size: 14px;
	color:#616366;
}
.anlicoc{
	padding: 20px 10px 0px;
}
.zxzxcon{
	background: #fff;
	border:1px solid #e0e0e0;	
	padding: 20px 10px 40px;
}
.zxzxco{
	padding: 40px 10px;
	border-bottom:1px solid #e0e0e0;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
	cursor: pointer;
}
.zxzxco:last-child{	
	border-bottom:none;	
}
.zxzxco:hover{
	background: #f9f9f9;
}
.zxzxcoimg{
	height:160px;
	overflow-y:hidden;
}
.zxzxco h3 a{
	font-size: 20px;
	color:#303133;
	margin:0 0 30px;
	display: block;
}
.zxzxco h3 a:hover{
	color:#007fe0;
}
.zxzxco h4 a{
	font-size: 14px;
	color:#616366;
	margin: 0
	padding:0;
	display: block;
	line-height: 20px;
}
.zxzxco h5{
	color:#919499;
	font-size: 14px;
	display: block;
	margin: 30px 0 0;
	padding-left: 20px;
	height:18px;
	line-height: 18px;
	background: url(../images/zxzx/ntime.png) left center no-repeat;
}

/*详细页面*/
@media (min-width: 768px){
	.arcticle1{
		background: #fff;
		padding: 40px 80px;
		margin: 20px 0 120px;
		border:1px solid #e0e0e0;
		border-radius: 3px;
	}	
}
.arcticle21{
		text-align:left;
	}
@media (max-width: 767px){
	.arcticle1{
		background: #fff;
		padding: 40px;
		margin: 20px 0 120px;
		border:1px solid #e0e0e0;
		border-radius: 3px;
	}
	.arcticle21{
		text-align:center !important;
	}
	.arcticle21 a{
		display: inline-block;
	}
	.arcticle22{
		text-align:center;
	}
}
.arcticle1 .arcticle1_t{
	border-bottom: 1px dashed #dad9da;
	padding: 0;
	margin: 0 0 30px;
}
.arcticle1 .arcticle1_t h1{
	font-size: 24px;
	color:#333333;
	margin: 0;
	padding: 0;
}
.arcticle1 .arcticle1_t span{
	color:#919499;
	font-size: 14px;
	display: block;
	margin: 20px 0 30px;
	padding-left: 20px;
	height:18px;
	line-height: 18px;
	background: url(../images/zxzx/ntime.png) left center no-repeat;
}
.arcticle1_c{
	padding: 0 0 40px;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}
.arcticle1_b{
	margin: 20px 0;
	padding: 0
}
.arcticle1_b div{
	margin: 0;
	padding: 0
}
.arcticle1_b a{
	color:#303133;
	font-size: 14px;
}
.arcticle21{
	background: #fff;	
	margin: 20px 0 20px;
	border:1px solid #e0e0e0;
	border-radius: 3px;
	padding: 0 20px;
}
.arcticle2_t{
	padding: 0;
	margin: 0;
}
.arcticle2_t h2{
	font-size: 16px;
	color:#616366;
	margin-top: 10px;
	margin-bottom:10px;
}
.arcticle2_t .actx{
	height:2px;
	border-bottom:1px solid #dfe0e0;
}
.arcticle2_t .actx span{
	width:40px;
	height:2px;
	background: #6fafe0;
	display: block;
}
.arcticle2_c{
	padding: 0;
	margin: 0 0 20px;
}
.arcticle2_c div{
	padding: 0;
	margin: 20px 0 0;
}
.arcticle2_c div a{
	color:#616366;
	font-size: 14px;
}
.arcticle21{
	display: inline-block;
}
.arcticle21 img{
	display: inline-block;
}
.arcticle22{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.arcticle22 img{
	border-radius: 3px;
	margin-bottom: 20px;
	display: inline-block;
}

/*品牌故事页面*/
.ppgsc{
	background: #fff;
	padding: 20px;
	margin: 0px 0 120px;
	border:1px solid #e0e0e0;
	border-radius: 3px;
}
.ppgsct h2{
	margin: 0 0 15px;
	padding: 0;
	color:#303133;
	font-size: 16px;
}
.ppgsct .ppgsx{
	height:2px;
	border-bottom:1px solid #dfe0e0;
}
.ppgsct .ppgsx span{
	width:40px;
	height:2px;
	background: #6fafe0;
	display: block;
}

/*创始人说页面*/
.ppgscc{

}
.csrs p{
	font-size: 16px;
	color:#4c4c4c;
	margin:30px 20px;
	text-indent: 2em;
	line-height: 30px;
}
.csrs .qm{
	text-align: right;
}
.csrs .qm img{
	display: inline-block;
}

/*发展历程页面*/
.fzlct{
	margin-bottom: 30px;
}
.fzlc{
	margin:10px 0;
}
.fzlc .year{	
	padding-left: 20px;
	position: relative;
	height:100%;
}
.fzlc .year h2{
	font-size: 30px;
	color:#007fe0;
	margin: 0;
	padding: 0;
}
.fzlc .year em{
	width:20px;
	display: block;
	height:2px;
	background: #007fe0;
	margin-top:10px ;
}
.fzlc .year .fzlclx{	
	position: absolute;
	top: -13px;
    right: -30px;
    z-index: 1;
}	
.fzlc .lc{
	padding-bottom: 60px;
	border-left: 2px solid #e6e8eb;
	font-size: 14px;
	color:#303133;
	line-height: 35px;
}

/*管理团队页面*/
.gltd{
	margin: 10px 0 80px;
}
.tdmz1{
	background: url(../images/ppgs/tdmz.jpg)  80px center no-repeat;
	width:180px;
}
.tdmz2{
	background: url(../images/ppgs/tdmz.jpg)  80px center no-repeat;
	width:200px;
}
.tdmz3{
	background: url(../images/ppgs/tdmz.jpg)  100px center no-repeat;
	width:220px;
}
.tdmz4{
	background: url(../images/ppgs/tdmz.jpg)  100px center no-repeat;
	width:270px;
}
.tdmz h3{
	font-size: 30px;
	color:#303133;
	margin: 0;
	padding: 0;
}
.tdmz h4{
	text-align: right;
	color:#303133;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.tdjs{
	margin-top: 30px;
	padding: 0;
	line-height: 30px;
}
.tdjs p{
	margin: 0;
	padding: 0;
}

/*荣誉资质页面*/
.rrzz{}
.waterfall{
	-moz-column-count:3; /* Firefox */
    -webkit-column-count:3; /* Safari 和 Chrome */
    column-count:3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
.item{
    padding: 1em;   
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;    
}
@media (max-width: 767px){
	.waterfall{
		-moz-column-count:2; /* Firefox */
	    -webkit-column-count:2; /* Safari 和 Chrome */
	    column-count:2;
	    -moz-column-gap: 1em;
	    -webkit-column-gap: 1em;
	    column-gap: 1em;
	}
	.item{
	    padding: 3px;   
	    -moz-page-break-inside: avoid;
	    -webkit-column-break-inside: avoid;
	    break-inside: avoid;    
	}
}

/*企业简介页面*/
.qyjj{
	margin: 0;
	padding: 0;
}
.qyjj1{
	margin-bottom: 60px !important;
}
.qyjj h3{
	padding: 0 0 0 0px;	
	color:#303133;
	font-size:24px;
	margin: 0 0 25px;
}
.qyjj h3 span{
	width:56px;
	display: inline-block;
}
.qyjj1 p{
	padding: 0 15px 0;
	margin: 0;
	font-size: 14px;
	color:#616366;
	line-height: 24px;
}
.qyjj2{
	margin-bottom: 60px !important;
}
.qyjj2 p{
	padding: 0 15px 0;
	margin: 0;
	font-size: 18px;
	color:#464243;
	line-height: 30px;
}
.qyjj3{
	margin-bottom: 60px !important;
}
.about3{
	margin-top: 10px !important;
}
.qyjj3 h4{
	color:#333333;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 30px;
}
/*人才招聘页面*/
.rczp1{
	margin:60px 0;
}
.rczp1 div{
	padding:0;
	margin:5px 0;
}
.rczp2 img{
	display: inline-block;
}
@media (min-width: 768px){
	.rczp3{
		padding-left: 100px;
	}
}
.rczp3{
	margin-top:20px;	
}
.rczp3 h3{
	margin-bottom: 20px;
	font-size: 26px;
    line-height: 80px;
    width: 404px;
    height: 76px;
    color: #fff;
    background: url(../images/rczp/joinLiTit.png) no-repeat left center;
    padding-left: 30px;   
}
.rczp3 p{
	font-size: 18px;
}
.rczp3 img{
	display: inline-block;
}
.rczp4{
	background: url(../images/rczp/joinFt.jpg) center no-repeat;
	height:285px;
	width:100%;
}
.zj{
	margin: 0;
	background: #f5f5f5;
	height:50px;
	line-height: 50px;
	margin-top: 20px;
}
.zj h3{
	color:#616366;
	font-size: 22px;
	display: inline-block;
	padding-right:20px;
	margin: 0;
}
.zj h4{
	color:#616366;
	font-size: 14px;
	display: inline-block;
	border-left: 1px solid #616366;
	padding-left: 40px;
	padding-right: 10px;
/* 	background: url(../images/contact/zjzw.png) 20px center no-repeat; */
	margin: 0;
}
.zj h5{
	color:#616366;
	font-size: 14px;
	display: inline-block;
	padding-left: 40px;
	background: url(../images/contact/zjdh.png) 20px center no-repeat;
	margin: 0;
}
.lxqy{padding:0!important; margin:20px auto auto auto;}
.lxdq{ padding:25px 0; display:inline-block;float:none !important; width:95%;}
.con_hd{ background:#f5f5f5 url(../images/contact/con_hd.png) no-repeat  no-repeat 11% center;}
.con_hb{ background:#f5f5f5 url(../images/contact/con_hb.png) no-repeat 11% center;}
.con_hn{ background:#f5f5f5 url(../images/contact/con_hn.png) no-repeat 11% center;}
.lxdq h3 , .lxdq h4{text-align:left; margin-left:38.5%;}
.lxqy h2{
	color:#303133;
	font-size: 24px;
	padding-left: 20px;
	background: url(../images/contact/qywz.png) left center no-repeat;
}
.lxqy h3{
	color:#616366;
	font-size: 18px;	
	margin-top: 12px;
}
.lxqy h3 strong{
	color:#7fbfef;
	padding: 0 5px;	
}
.lxqy h3 span{
	color:#616366;
	font-size: 14px;
	padding-left: 5px;
}
.lxqy h4{
	color:#616366;
	font-size: 18px;	
}
.contmap{
	margin: 30px 0;
}
.contly{
	background: #f7f7f7;
	padding:20px;
	margin-bottom:20px;
}
.contlytit h3{
	color:#616366;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.contlytit h4{
	width:30px;
	height:2px;
	background: #616366;
	display: inline-block;
	margin: 10px 0 30px;
	padding: 0;
}
.contlyc{
	padding: 0 15px;
}
.contlyl{
	margin: 10px 0;
}
.contlyl input{
	border:1px solid #dadfe6;
	background: #fff;
	color:#616366;
	height:40px;
	line-height: 40px;
	width:100%;
	padding-left: 10px;
}
.contlyl textarea{
	border:1px solid #dadfe6;
	background: #fff;
	color:#616366;
	height:100px;	
	width:100%;
	padding: 10px;
}
.contlyb{
	padding: 0;
	margin: 0;
}
.contly h6 a{
	width: 220px;
	height: 46px;	
	display: block;
	border-radius: 3px;
	background: #229af5;
	margin:0 auto;
	font-size: 16px;
	color: #fff;
}
.contly h6 span{		
	padding: 13px 5px 0 10px;
	float:left;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.contly h6 a:hover span{
	padding: 13px 5px 0 30px;
}
.contly h6 p{		
	float:left;
	padding: 15px 0px 0 55px;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
	}
.contly h6 a:hover p{
	padding: 15px 0px 0 45px;
}
.zpqr1{
	display:none;
	background:rgba(0,0,0,0.3);
	height:100%;
	width:100%;
	position:fixed;
	top: 0;
    left: 0;
}
.zpqr2{
	position: fixed;
    display: none;   
	top: 20%;
	margin:0 auto;  
	left:0;  
	right:0;  
	max-width:637px;
	max-height:470px;
	z-index:1;	
}

/*支付方式页面*/
.zffs img{
	display: inline-block;
	margin-bottom: 20px;
}
.zffs p{
	color:#4c4c4c;
	font-size: 16px;
	padding: 0;
	margin: 0;	
	line-height: 30px;
}
.zfnh{
	padding-top: 50px;
}
.zfjh{
	padding-top: 50px;
}
.zfzfb{
	padding-top: 50px;
}
.zfzfb img{
	margin-bottom: 30px;
}
@media (max-width: 767px){
	.zfnh{
	 	text-align:center;
	}
	.zfjh{
		text-align:center;
	}
}

/*认证查询页面*/
.querygw_bg{ 
	background:url(../images/rzcx/query_bg.jpg) center top; 
	margin:0 auto; 
	height:680px; 
	position:relative;
	overflow: hidden;
}
.querygw{ }
.querylittle{  
	background:url(../images/rzcx/PC_03.png) no-repeat center; 
	height:55px; 
	font-size:0px;
	margin-top:155px;
}
.querylittle img{ 
	width:100%;
}
.querycon_wrong{ 
	width:720px;
	color:#d6d7da;
	font-family:'宋体'; 
	line-height:30px;
	margin:0 auto;
	padding-left:160px;
}
.querysearch{  
	width:720px;
	height:60px;
	margin:55px auto 30px;  
	background-color:rgba(255,255,255,0.2);
	border:1px solid #a7abb1;
	border-radius:50px; 
	position:relative;
}
.querysearch select{
	display:none;
}
.querysearch .select_box{
	font-size:12px;
	color:#fff;
	width:150px;
	line-height:60px;
	float:left;
	position:relative;
}
.querysearch .select_showbox{
	height:60px;
	background: url(../images/rzcx/search_ico.png) no-repeat 130px center;
	text-indent:1.5em;
	padding-left: 12px;
	font-weight: 500;
}
.querysearch .select_showbox.active{
	background:url(../images/rzcx/search_ico_hover.png) no-repeat 120px center;
}
.querysearch .select_option{
	border-top:none;
	display:none;
	left:-30px;
	top:61px; 
	line-height:35px;
	position:absolute;
	z-index:99;
	background:none;
	border:none;
}
.querysearch .select_option li{
	text-indent:1.5em;
	width:150px;
	cursor:pointer; 
	background-color:rgba(255,255,255,0.2);
	border-top:none;
}
.querysearch .select_option li.selected{  
	background-color:rgba(243,243,243,0.1);
	color:#999;
}
.querysearch .select_option li.hover{ 
	background-color:rgba(190,190,190,0.1);
	color:#fff;
}
.querysearch input.inp_srh,.search input.btn_srh{
	border:none;
	background:none;
	font-family:"微软雅黑";
	font-size:15px;
	height:60px;
	line-height:60px;
	float:left
}
.querysearch input.inp_srh{
	outline:none;
	width:365px; 	
	color:#fff; 
	background:url(../images/rzcx/pcsx.jpg) no-repeat center left; 
	padding-left:15px;
}
@media (max-width: 767px){
	.querysearch{  
		width:80%;
		height:60px;
		margin:55px auto 30px;  
		background-color:rgba(255,255,255,0.2);
		border:1px solid #a7abb1;
		border-radius:50px; 
		position:relative;
	}
	.querysearch input.inp_srh{
		outline:none;
		width:50%; 	
		color:#fff; 
		background:url(../images/rzcx/pcsx.jpg) no-repeat center left; 
		padding-left:15px;
	}	
	.querysearch .select_showbox{		
		padding-left: 0px !important;				
	}
	.querysearch .select_box{		
		width:120px !important;		
	}
	.querysearch .select_showbox{		
		background: url(../images/rzcx/search_ico.png) no-repeat 100px center;		
	}
	.querysearch .select_option{		
		left:-40px;		
	}
	.querysearch .select_option li{		
		width:120px;		
	}	
	.querycon_wrong{ 
		width:80%;		
		text-align:center;
		padding-left:0;
	}
}

.querysearch .btn_srh{
	color:#FFF;
	font-family:"微软雅黑";
	font-size:15px;
	width:60px; 
	position:absolute; 
	top:15px;
	right:2px;
}
.inp_srh::-webkit-input-placeholder{
	color:#fff;
}
.inp_srh::-moz-placeholder{
	color:#fff;
}
.inp_srh:-moz-placeholder{
	color:#fff;
}
/*弹出层*/
.popLayer{
	width:100%; 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */ 
	position:fixed; 
	top:0; 
	left:0; 
	height:100%; 
	z-index:10; 
	display:none; 
}
.popMain1 {
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	left: 50%;
	margin-left: -271px;
	top: 200px;
	width: 548px;
	height: 333px;
	background: url(../images/rzcx/details_bg.png) no-repeat center center;
}
.popMain2 {
	background: url(../images/rzcx/details_bg.png) no-repeat center center;
	width: 548px;
	height: 333px;
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	left: 50%;
	margin-left: -271px;
	top: 200px;
}
.popqc {
	width: 548px;
	height: 333px;
	padding-top: 14%;
}
.qcimgfont {
	width: 200px;
	float: right;
	text-align: center;
	font-size: 14px;
	margin-right: 28px;
}
.qcimg {
	width: 113px;
	height: 113px;
	border: 2px solid #fff;
	overflow: hidden;
	box-shadow: 0 0 3px #cacaca;
	border-radius: 58px;
	text-align: center;
	margin-top: 2.5%;
	margin: 0 auto;
}
.qcimg img {
	border-radius: 55px;
}
.qcimg a {
	color: #0054ff;
}
.qcimgfont p {
	color: #303e49;
}
.qcfont {
	font-size: 16px;
	float: left;
	line-height: 43px;
	margin-left: 7.8%;
	margin-top: 2.5%;
}
.qcfont li {
	padding-left: 35px;
	color: #4f5454;
}
.qctitle {
	margin-bottom: 8px;
}
.qcomputer {
	background: url(../images/rzcx/computer.png) no-repeat center left;
}
.qcpep {
	background: url(../images/rzcx/pep.png) no-repeat center left;
}
.qctel {
	background: url(../images/rzcx/tel.png) no-repeat center left;
}
.qcweb {
	background: url(../images/rzcx/web.png) no-repeat center left;
}
.qcfont2 {
	font-size: 16px;
	float: left;
	line-height: 38px;
	margin-left: 7.8%;
}
.qcfont2 li {
	padding-left: 35px;
	color: #4f5454;
}
.qcimgfont2 {
	width: 98px;
	height: 138px;
	float: right;
	text-align: center;
	margin-top: 2.2%;
	margin-right: 10%;
}
.qcimgfont2 a:hover {
	background: url(../images/PC2_03l.jpg) no-repeat center;
}

/*E-销宝页面*/
.exbexb{
	padding:45px 0 45px;
	background: #f5f5f5;
}
.exbexb h3{
	margin:0px 0px 30px;
}
.exbexb p{
	text-indent:2em;	
	margin:0px;
	line-height:22px;
	font-size:14px;
	color:#666666;
}
.exbexb1{
	padding:45px 0 45px;
	background: #fff;
}
.exbexb1 h3{
	margin:0px 0px 30px;
}
.exbexb1 p{
	text-indent:2em;	
	margin:0px;
	line-height:22px;
	font-size:14px;
	color:#666666;
}
.exbcpjs{
	margin-top: 40px;
}
.exbcpjs h4{
	color:#3399e6;
	font-size: 16px;
}
.exbexb2{
	padding:45px 0 45px;
	background: #f5f5f5;
}
.exbexb2 .container{
	max-width: 1300px;
}
@media (min-width: 1368px){
	.container {
	    width: 1300px;
	    margin: 0 auto;
	}
}
.exbexb2 h3{
	margin:0px 0px 30px;
}
.exbcpts{	
	background-image: url(../images/exb/exbcpts.png);
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;	
	overflow: hidden;
	padding: 0 2.8%;
}
.exb2d{
	margin-top: -2px;
}
.exbexb3{
	padding:45px 0 60px;
	background: #35a2e7;
}
.exbyzfw{
	margin-top: 50px;
}
.exbyzfw img{
	box-shadow: 0 0 10px #807c7c;
}
@media (max-width: 767px){
	.exbcpts{
		background-image: none;
	}
	.exbcpts div{
		margin-bottom: 30px;
	}
	.exbyzfw img{
		margin-bottom: 30px;
	}
}
.wmyydzy{
	margin:0px auto;
	padding: 50px 0 20px;
	background: #f0f0f0;
}
.wmyydzycp{
	color:#989aa1;
	font-family: "微软雅黑";
	font-size: 12px;
}
@media (min-width: 1200px){
	.zzz-md-1{
		width:14.285714%;
		display: inline-block;
	}
	.wmyydzyc1{
		position: relative;
		margin: 40px auto;
		display: block;
	}
	.wmyydzyc2{		
		display: none !important;
	}
	.wmyydzyc1 div{
		padding:0 5px;
	}
	.wmyydzyc11{
		position: relative;		
	}
	.wmyydzyc12{
		position: relative;	
		margin-top:-35px;	
	}
	.wmyydzyc13{
		position: relative;	
		margin-top:-35px;		
	}
	.wmyydzyc3{		
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 1200px){
	.zzz-md-1{
		width:24%;
		display: inline-block;
	}
	.wmyydzyc1{		
		display: none !important;
	}
	.wmyydzyc2{
		position: relative;
		margin: 40px auto;
		display: block;
	}
	.wmyydzyc3{		
		display: none !important;
	}
	.wmyydzyc2 div{
		padding:0 5px;
	}
	.wmyydzyc21{
		position: relative;
	}
	.wmyydzyc22{
		position: relative;
		margin-top:-40px;
	}
	.wmyydzyc23{
		position: relative;
		margin-top:-40px;
	}
	.wmyydzyc24{
		position: relative;
		margin-top:-40px;
	}
	.wmyydzyc25{
		position: relative;
		margin-top:-40px;
	}
}
@media (max-width: 767px){
	.zzz-md-1{
		width:32%;
		display: inline-block;
	}
	.wmyydzyc1{		
		display: none !important;
	}
	.wmyydzyc2{
		display: none !important;		
	}
	.wmyydzyc3{		
		margin: 20px auto;
		display: block;
	}
	.wmyydzyc31{
		position: relative;
	}
	.wmyydzyc32{
		position: relative;
		margin-top:-40px;
	}
	.wmyydzyc33{
		position: relative;
		margin-top:-40px;
	}
	.wmyydzyc34{
		position: relative;
		margin-top:-40px;
	}
	.wmyydzyc35{
		position: relative;
		margin-top:-40px;
	}	
	.wmyydzyc36{
		position: relative;
		margin-top:-40px;
	}	
	.wmyydzyc37{
		position: relative;
		margin-top:-40px;
	}		
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}




/*改版关于我们页面—联系我们 开始*/
.qyjj h3{
	padding: 0 0 0 0px;	
	color:#4998f2;
	font-size:20px;
	margin: 0 0 20px;
}
.qyjj h3 span{
	width:42px;
	display: inline-block;
}
.qyjj3 h4{
	color:#333333;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 14px;
	margin-top: 22px;
	margin-bottom: 22px;
}
.qyjj1,.qyjj2{
	    margin-bottom: 50px !important;
}
.qyjj1 p{
	padding: 0 44px 0;
	margin: 0;
	font-size: 14px;
	color:#616366;
	line-height: 24px;
}
.qyjj2 p{
	padding: 0 44px 0;
	margin: 0;
	font-size: 14px;
	color: #464243;
	line-height: 30px;
}
.lx{
	border: 1px solid #dcdcdc;
	margin-left: 42px;
	padding: 20px 38px;
}
.qyjj3{
	margin-bottom: 30px !important;
}

.qyjj5{
	margin-top: 50px;
	position: relative;
	display: inline-block;
}
.qyjj5 img{
	max-width: 100%;
	display: inline-block;
	height: auto;
}

/*意见框*/
.yjk{
	width: 470px;
	height: 370px;
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	position: absolute;
	top: 50px;
	right: 68px;
	padding: 45px 50px 30px;
}
.yjk_tit{
	margin-bottom: 15px;
}

.itit{
	width: 50%;
	line-height: 42px;
	font-size: 14px;
	
}
.itit input{
	width: 90%;
	border: none;
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
	line-height: 3;
}
.ml10{
	margin-left: 10%;
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #999999; 
font-size: 14px;
} 
.itit2{
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	margin-top: 30px;
}
.itit2 input{
	width: 100%;
	border: none;
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
}
.yjk_btn{
	margin-top: 30px;
	width: 116px;
	height: 32px;
	text-align: center;
	color: #FFFFFF;
	
}
.yjk_btn input{
	width: 100%;
	height: 100%;
	border:0;
	background-color:none;
	background: #4998f2;
}

/*意见框2*/
.yjk2{
	display: inline-block;
	padding: 45px 50px 30px;
	border: 1px solid #dcdcdc;
	display: none;
}

.add{
	padding-top: 20px;
	padding-bottom: 50px;
}

/*小于999px尺寸*/
@media (max-width: 999px){
	.qyjj4 .lx{
		margin-bottom: 20px;
	}
	.qyjj5{
		margin-top: 30px;
	}
	.yjk{
		display: none !important;
	}
	.yjk2{
		display: inline-block !important;
	}
	.lx{
		margin-left: 0;
		width: 100%;
	}
}
/*小于1200px尺寸*/
@media (max-width: 1200px){
	.yjk{
		width: 440px;
    height: 320px;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 20px;
    padding: 25px 30px 0px;
	}
	.lx{
		margin-left: 0;
		width: 100%;
	}
	.qyjj4 .lx{
		margin-bottom: 20px;
	}
	.qyjj5{
		margin-top: 30px;
	}
}
/*小于768px尺寸*/
@media (max-width: 768px){
	.lx{
		padding: 20px;
	}
	.yjk2{
		width: 100%;
		padding: 15px;
	}
	.itit{
		width: 100%;
	}
	.itit input{
		width: 100%;
		margin-left: 0;
	}
	.itit2{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    margin-top: 0px; 
	}
}
/*改版关于我们页面—联系我们 结束*/