*{
	margin:0;
	padding:0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p,
th,
td,
span {
	margin: 0;
	padding: 0;
}
::-webkit-meter-horizontal-bar{height:5px;}
::-webkit-scrollbar{width:10px; height:10px;}
::-webkit-scrollbar-track{background-color:#eee;}
::-webkit-scrollbar-thumb{background-color:#c9c9c9;}

body {
	font: 12px "黑体","微软雅黑";
	color: #000;
	overflow: scroll;
}

ul,
ol,
li {
	list-style: none;
}

a,
a:hover,
a:active {
	text-decoration: none;
	color: #000;
}

i,
em {
	font-style: normal;
	cursor: default;
}

img {
	border: 0;
	display: inline-block;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.clearfix{
	display: inline-block;
}

.clearfix:after{
	content:"";
	display: block;
	height:0;
	clear:both;
	visibility: hidden;
}

.con-wid{
	width:1200px;
	margin:0 auto;
}

/*网站头部*/
.header-bar{
	height: 100px;
	vertical-align: middle;
}

.logo{
	/*display: inline-block;*/
	width:180px;
	height:100%;
	float: left;
}

.logo a{
	display: block;
	width:100%;
	height:50px;
	margin-top:30px;
}

.top-tit{
	width:390px;
	height:40px;
	padding-top:35px;
	margin-left:185px;
	float:left;
}

.top-cont{
	float:right;
	padding-top:20px;
	font-size:20px;
	color:#575757;
	width:240px;
}

.sear-outer{
	display: block;
	width:100%;
	height:30px;
	border-radius: 6px;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
	overflow: hidden;
	margin-top:5px;
}

.sear-outer input{
	width:200px;
	float:left;
	height:100%;
	border:none;
	background:#fff;
	outline: none;
	padding-left:5px;
}

.sear-outer button{
	width:30px;
	height:30px;
	border:none;
	float:right;
	background:#dcdcdc url(../img/common/icon-search.png) no-repeat center center;
	cursor: pointer;
}


/*导航*/
.navbar-outer{
	width:100%;
	height:50px;
	background:#41beb9;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.navbar{
	height:100%;
	color:#fff;
}

.nav-list-bar{
	width:180px;
	height:100%;
	float:left;
	/*z-index: 888;*/
}

.nav-dt{
	background:#c88cd7;
	padding-top:12px;
	box-sizing: border-box;
	height:100%;
}

.nav-dt label{
	font-size:18px;
	float: left;
    margin-left: 46px;
}

.nav-dt>i{
	width:12px;
	height:12px;
	float:left;
    margin: 6px 4px;
}

.nav-dt:after{
	clear: both;
	content: "";
	display: table;
}

.nav-dd{
	color:#575757;
	font-size:15px;
	display: none;
	z-index: 999;
}

.nav-dd>li{
	height:40px;
	width:180px;
	background:#fff;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
	position: relative;
}

.nav-dd>li:hover{
	border-bottom: 1px solid #963296;
	background:#fff url(../img/common/icon-arr-r.png) no-repeat 160px center;
}

.nav-dd>li>label{
	line-height: 40px;
	display: inline-block;
	width: 100%;
	height:100%;
	text-align: center;
	box-sizing: border-box;
}

.nav-dd>li>label>i{
	float:right;
	line-height: 40px;
}


.item-div{
	width:720px;
	display: none;
	position: absolute;
	top:0;
	left:180px;
	background:#fff;
}

.nav-secTit{
	line-height: 40px;
	padding-left: 28px;
	border:1px solid #DCDCDC;
}

.nav-secTit>li{
	width:100%;
	height:auto;
	border-bottom: 1px solid #DCDCDC;
	box-sizing: border-box;
}

.nav-secTit>li:last-of-type{
	border:none;
}

.nav-secTit>li:after{
	clear: both;
	content: "";
	display: table;
}

.nav-secTit li dt{
	float:left;
	font-size:15px;
	color:#000;
}

.nav-secTit li dd{
	float:left;
}

.nav-secTit li a{
	float:left;
	margin-left:15px;
	font-size:13px;
	color:#575757;
}

.navItem-bar{
	width:1020px;
	height:50px;
	float:left;
}

.navItem-bar>li{
	float:left;
	width:14.2%;
	height:100%;
	box-sizing: border-box;
	border-right:1px solid #54c5c0;
	border-left:1px solid #3aaba6; 
	position: relative;
}

.navItem-bar>li:first-of-type{
	border-left:none;
}

.navItem-bar>li:last-of-type{
	border-right:none;
}

.navItem-bar>li>a{
	text-align: center;
	width: 100%;
	height: 100%;
	font-size:18px;
	color:#fff;
	display: block;
	line-height: 50px;
}

.navItem-bar>li>a.active{
	background:#fff;
	color:#000;
}

/*.navItem-bar>li a:hover{
	background:#fff;
	color:#000;
}*/

/*导航关于我们*/
.aboutNav{
	padding:10px 0 10px 20px;
	background:#fff;
	position: absolute;
	width:185px;
	color:#575757;
	/*height:160px;*/
	box-sizing: border-box;
	line-height: 1.8em;
	display: none;
}

.aboutNav p{
	
}

.aboutNav p a{
	color:#575757;
	font-size:15px;
	margin-right:25px;
}

.aboutNav p a:last-of-type{
	margin:0;
}

.aboutNav dl {
	margin-top:20px;
}

.aboutNav dl dt{
	font-size:15px;
}

.aboutNav dl a{
	color:#575757;
	font-size:13px;
}

.newsNav{
	width:390px;
	height:170px;
	padding:10px 0 20px 20px;
	box-sizing: border-box;
	display: inline-block;
	background:#fff;
	color:#575757;
	line-height: 1.8em;
	display: none;
}

.newsNav dl{
	display: inline-block;
	float:left;
	margin-right:20px;
}

.newsNav dl dt{
	font-size:15px;
	color:#575757;
	margin-bottom: 5px;
}

.newsNav dl dd{
	width:165px;
	height:22px;
	overflow: hidden;
}

.newsNav dl dd a{
	font-size:13px;
	color:#575757;
}

.teamNav{
	background:#fff;
	padding:10px 30px;
	text-align: center;
	display: none;
}

.teamNav a{
	font-size:15px;
	color:#575757;
}

.icon-squar{
	position: absolute;
	display: block;
	width:15px;
	height:15px;
	background:#fff;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	top: 45px;
    left: 60px;
    display: none;
}

/*banner*/
.banner{
	width:100%;
	max-width:1920px;
	min-width: 1200px;
	margin:0 auto;
	height:455px;
	overflow: hidden;
	position: relative;
}

.ban-in{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.ban-cir {
    position: absolute;
    bottom: 15px;
    left: 48.5%;
    z-index: 888;
}

.ban-cir li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /*border: 1px solid #575757;*/
    background:#575757;
    float: left;
    margin: 3px;
    cursor: pointer;
}

.cir-current {
    background: #fff !important;
    /*border:none !important;*/
}



/*底部包*/
.footer-bar{
	width:100%;
	height:400px;
	background:#41beb9;
	color:#fff;
}

.foot-info{
	height:370px;
	padding-top:22px;
	box-sizing: border-box;
}

.footUl-div{
	width:100%;
	height:38px;
	border-bottom: 1px solid #fff;
}

/*.foot-info ul{
	width:832px;
	height:17px;
	margin:0 auto;
}

.foot-info ul li{
	float:left;
	padding:0 20px;
	border-left:2px solid #fff;
	box-sizing: border-box;
}

.foot-info ul li:first-of-type{
	border:none;
}

.foot-info ul li a{
	color:#fff;
	font-size:15px;
}*/

.footUl-div p{
	text-align: center;
}

.footUl-div p a{
	color:#fff;
	font-size:15px;
	display: inline-block;
	padding:0 20px;
	border-left:2px solid #fff;
}

.footUl-div p a:first-of-type{
	border:none;
}

.foot-cont{
	padding:40px 0 0 100px;
	height:240px
}

.foot-comp-info,.comp-tel-bar,.code-bar{
	display: inline-block;
	float:left;
}

.foot-comp-info{
	width:205px;
	padding-left: 53px;
	height:100%;
}

.foot-logo{
	width:200px;
	height:95px;
	float:right;
}

.foot-logo img{
	width:100%;
	height:100%;
}

.foot-comp-info dl{
	width:205px;
	text-align: right;
}

.foot-comp-info dl dt{
	font-size:24px;
}

.foot-comp-info dl dd{
	font-size:15px;
	margin-top:13px;
}

.foot-comp-info dl dd a{
	color:#fff;
}

.comp-tel-bar{
	width:310px;
	height:100%;
	margin-left:95px;
}

.comp-tel-bar h3{
	font-size:20px;
	font-weight: normal;
	margin-bottom: 33px;
}

.comp-tel-bar dl:after{
	content:"";
	display: table;
	clear:both;
}

.comp-tel-bar dl{
	clear:both;
	margin-bottom:9px;
	font-size:16px;
}

.comp-tel-bar dl dt,.comp-tel-bar dl dd{
	display: inline-block;
	float:left;
}

.comp-tel-bar dl dd{
	width:170px;
	height:66px;
	overflow: hidden;
	padding-left:8px;
	line-height: 1.2em;
}

.qq-dd{
	margin-top:12px;
}

.comp-tel-bar a{
	display: block;
	width:240px;
	height:30px;
	line-height: 30px;
	background:#fff;
	color:#41beb9;
	font-size:16px;
	text-align: center;
}

.code-bar{
	width:355px;
	margin-left:30px;
	padding-top:30px;
	font-size:14px;
}

.code-bar dl{
	float:left;
	text-align: center;
	margin-left:33px;
	display: inline-block;
}

.code-bar dl dd{
	margin-top:10px;
}

.code-bar p{
	clear:both;
	width:355px;
	text-align: center;
	display: block;
	height:16px;
	padding-top:20px;
	padding-left:18px;
}

.code-bar p img{
	display: inline-block;
}

footer{
	height:30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background:#787878;
}

footer a,footer a:hover{
	color:#fff;
	margin-left:45px;
}
