* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p,
th,
td,
span {
	margin: 0;
	padding: 0;
}

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: block;
}

body {
	font: 12px "微软雅黑";
	color: #000;
	overflow: scroll;
}

textarea {
	resize: none;
	background: #f7f7f7;
	color: #646464;
	font-size: 12px;
}

input,
button,
textarea {
	outline: none;
}

.full-width{
	min-width:1065px;
	width:100%;
	max-width: 1920px;
	margin:0 auto;
}

.header{
	height:93px;
	background:url(../img/bg-nav.jpg) no-repeat center center;
}

.top-center{
	width:1065px;
	height:93px;
	margin:0 auto;
}

.logo{
    float: left;
    height: 81px;
    margin-left: 20px;
    margin-top: 5px;
    width: 168px;
}

.navbar{
	/*width:*/
	float:right;
}

.navbar ul li{
	width:120px;
	float:left;
	text-align: center;
	margin-right: 17px;
}

.navbar ul li a{
    color: #000;
    display: inline-block;
    font-size: 20px;
    height: 100%;
    margin-right: 40px;
    padding-top: 40px;
    text-align: center;
    width: 100%;
}

.titActive{
	color:#FF6600 !important;
}

.banner{
	height:575px;
	position: relative;
	z-index: 2;
}

.ban_in{
	width:100%;
	height:100%;
	background-size:cover;
	position: absolute;
	left: 0;
	top:0;
}

.ban-cir{
	position: absolute;
	bottom:55px;
	left: 48.5%;
	z-index: 999;
}

.ban-cir li{
	width:14px;
	height:14px;
	border-radius:50%;
	border:1px solid #fff;
	float:left;
	margin:3px;
	cursor:pointer;
}

.cir-current{
	background:#fff;
}

.container{
	width:1065px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}

.index-container{
	width:100%;
	background:#fff url(../img/bg-index.jpg) no-repeat center center;
	/*background:url(../img/con-index.jpg) no-repeat center center;*/
	height:573px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}

.con-in{
	width:1065px;
	margin:0 auto;
}

.con-in>dl{
	float:left;
	display: inline-block;
	width:415px;
    margin: 46px 35px 50px 79px;
    position: relative;
}

.con-in>dl:last-of-type{
	margin-left:37px;
}

.con-in>dl dt,.con-in>dl img{
	width:100%;
}

.con-in>dl dt{
	position: relative;
}

.con-in>dl dt>span{
	display: inline-block;
	width:100%;
	height:110px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	background:rgba(71,71,71,.5);
	bottom:0px;
	font-size:20px;
	color:#fff;
	vertical-align: middle;
	padding-top:20px;
}

.con-in>dl dt>span p:first-of-type{
	font-size:29px;
}

.con-in>dl dd{
	font-size:15px;
	color:#fff;
	width:100%;
	height:210px;
	background:rgba(71,71,71,.5);
	padding:25px 70px 0 85px;
	text-align: center;
}

.con-in>dl dd p{
	display: inline-block;
	height:100px;
	overflow: hidden;
}

.con-in>dl dd a{
	color:#fff;
	display: inline-block;
	margin-top:30px;
}

.container>h1{
	font-weight: normal;
	word-spacing: 2px;
}


/*选项卡*/
.tabs{
	width:100%;
	position:relative;
	padding:15px;
}

.pro-int-bar{
	background:url(../img/pic-pro.png) no-repeat center right;
	height:450px;
}

.tab-con h2{
	color:#FF6600;
	font-size:25px;
	letter-spacing: 4px;
	text-align: center;
	border-bottom: 1px dashed #626262;
	font-weight: normal;
	line-height: 3em;
}

.pro-txt{
	width:380px;
	margin:110px 30px;
	float:left;
	word-break: break-all;
	font-size:17px;
	font-family: "微软雅黑";
	line-height: 1.5em;
}

.pro-txt p:first-of-type{
	font-size:21px;
	margin-bottom: 20px;
}

.pro-txt p>i{
	color:#FF4800;
}

.tab-tit{
	width:100%;
	height:45px;
	line-height: 45px;
	font-size:20px;
	position: absolute;
	left: 0;
	top:-45px;
}

.tab-tit li{
	width:33%;
	height:45px;
	float:left;
	text-align: center;
	background:rgba(255,255,255,.7);
	box-sizing: border-box;
	cursor: pointer;
	margin-right:2px;
}

.tabActive{
	color:#ff6600;
	border-bottom: 3px solid #FF6600;
}

.tab-hidden{
	display: none;
}


/*如何定位*/
.posi-bar{
	width:100%;
	padding-left:80px;
}

.sectit{
	font-size:17px;
	text-align: center;
	margin-top:20px;
}

.sectit i{
	color: #FF6600;
}

.posi-bar dl{
	/*float:left;*/
	width:180px;
	overflow: hidden;
	margin:25px;
	display: inline-block;
}

.posi-bar dl dd{
	font-size:16.6px;
	color:#FF6600;
	text-align: center;
	margin-top:10px;
}

/*通用浮动*/
.container>h1{
	text-align: center;
	background:rgba(255,255,255,.7);
	position: relative;
	top:-55px;
	left:0;
	line-height: 55px;
	height:55px;
	border-bottom: 3px solid #FF6600;
}

.container>h1>i{
	color:#FF6600;
}

.common-con{
	width:100%;
	margin:-50px auto 50px;
}

.common-con img{
	margin:0 auto;
}

.about-con{
	margin-top:30px;
	border-top:1px dashed #000;
	padding-top: 50px;
	background:url(../img/map.png) no-repeat left 25px;
	display: inline-block;
	padding-bottom: 40px;
}

.about-info{
	width:460px;
	float:right;
}

.about-info h2,.pro-cop h2{
	font-size:25px;
	font-weight: normal;
}

.about-info p{
	font-size:16.7px;
	margin-top:35px;
}

.pro-cop{
	height:500px;
	margin-top:30px;
	border-top:1px dashed #000;
	padding-top: 50px;
	background:url(../img/bg-cop.png) no-repeat center 100px;
	display: inline-block;
	padding-bottom: 40px;
}

.pro-cop h2{
	text-align: center;
	margin:20px auto;
}

.pro-cop p{
	text-align: center;
	font-size:16.7px;
	line-height: 2em;
}


/*底部*/
.foot{
	clear:both;
	min-height:263px;
	/*background:url(../img/footer.jpg) no-repeat center center;*/
	background:#f0ebe7;
	background-size:cover;
}

.foot-info{
	width:1065px;
	padding:35px 50px;
	margin:0 auto;
}

.foot-info>dl{
	float:left;
	margin:0 35px;
	font-size:12.5px;
	
}

.foot-info>dl dt,.foot-info>dl dd{
	margin-top:10px;
}

dl.wechat{
	width:120px;
	float: none;
	margin:0 auto;
}

.cont-foot{
	float:right !important;
	margin:0 !important;
}

footer{
	clear:both;
	width:1065px;
	margin:0 auto;
	border-top:1px solid #000;
	line-height: 3em;
	text-align: center;
}


