* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	word-break: break-word;
	vertical-align: top;
}

@font-face {
  font-family: "Regular";
  src: url("../font/Regular.woff2") format("woff2"),
       url("../font/Regular.woff") format("woff"),
       url("../font/Regular.ttf") format("truetype"),
       url("../font/Regular.eot") format("embedded-opentype"),
       url("../font/Regular.svg") format("svg"),
       url("../font/Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
	max-width: 1920px;
	font-size: 14px;
	color: #666;
	min-width: 1200px;
	font-weight: normal;
	line-height: 2;
	font-family: "Arial","Regular";
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
}

table {
	border-collapse: collapse
}

hr{
	height: 1px;
	background: #999;
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block
}

a {
	color: #666;
	text-decoration: none
}

input,button {
	-webkit-appearance: none
}

input,select,option,button,textarea {
	font-family: "microsoft yahei","微软雅黑";
	outline-color: #70b00b;
	outline: #a98e67;
}

select option,select {
	color: #4c4c4c
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #4c4c4c
}

input:-moz-placeholder,textarea:-moz-placeholder {
	color: #4c4c4c
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: #4c4c4c
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #4c4c4c
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,small {
	display: block
}

.fl {
	float: left
}

.rt {
	float: right
}

.table {
	display: table;
	width: 100%;
	height: 100%
}
.tr{
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.table .table-cell {
	display: table-cell;
	vertical-align: middle
}

.link {
	position: relative
}

.link>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50
}
.sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.main {
	width: 1180px;
	margin: 0 auto;
}
.tr5,nav ul li:after{
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/* 头部 */
nav ul li{
	position: relative;
	float: left;
	height: 100px;
	line-height: 100px;
	margin-left: 50px;
	z-index: 5;
	font-size: 18px;
}
.ernav{
	position: absolute;
	top: 100%;
	left: 0;
	width: 180px;
	background: #fff;
	display: none;
}
.ernav dl dd a{
	display: block;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	border-bottom: solid 1px #eee;
}
.ernav dl dd a:hover{
	background: #f7f7f7;
}
nav ul li:nth-of-type(1){
	padding: 0 10px;
}
nav ul li>a{
	display: block;
	color: #000;
	margin-top: 20px;
}
nav ul li:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #848282;
}
nav ul li.active:after,nav ul li:hover:after{
	width: 100%;
}
nav ul li:hover .ernav{
	display: block;
}
nav{
	position: relative;
}
.lange{
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 10;
}
.lange a{
	color: #000;
}
.lange a.active{
	color: #000;
}
.logo{
	line-height: 100px;
}
.logo img{
	vertical-align: middle;
	height: 60px;
}

/* banner�?*/
#banner,#banner .swiper-container{
	height: 100%;
}
#banner .swiper-container .swiper-pagination{
	bottom: 30px;
}
#banner .swiper-container .swiper-pagination-bullet{
	opacity: 1;
	width: 15px;
	height: 15px;
	background: #cdd1da;
	margin: 0 10px;
}
#banner .swiper-container .swiper-pagination-bullet-active{
	background: #848282;
}
.banNext,.banPrev{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	text-align: center;
	background: rgba(0,0,0,.7);
	margin-top: -50px;
	z-index: 20;
	display: none;
}
.banNext{
	right: 20px;
}
.banPrev{
	left: 20px;
}
.banNext i,.banPrev i{
	font-size: 30px;
	color: #fff;
	line-height: 100px;
}
#banner:hover .banNext,#banner:hover .banPrev{
	display: block;
}

/* 首页-关于我们 */
.home-about .main{
	display: table;
}
.aboutleft-text{
	vertical-align: middle;
	padding-right: 130px;
}
.aboutleft-text .iption{
	margin: 30px 0 60px 0;
}
.home-about .main>div{
	display: table-cell;
}
.abtitle{
	color: #1a1a1a;
	font-size: 26px;
}
.abtitle span{
	font-size: 18px;
	color: #666;
	margin-left: 10px;
	vertical-align: baseline;
	text-transform: uppercase;
}
.aboutright-video{
	width: 580px;
	cursor: pointer;
}
.more{
	width: 120px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #848282;
}
.more:hover{
	background: #1a1a1a;
}

/* 首页-产品中心 */
.title{
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	font-size: 26px;
}
.title h3{
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 10px;
}
.home-product figure{
	position: relative;
	float: left;
	width: 32%;
	height: 200px;
	margin: 0 2% 30px 0;
}
.home-product figure figcaption{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #848282;
	color: #fff;
	padding: 0 20px;
	text-align: center;
}
.opacity{
	opacity: 0;
	filter: alpha(opacity=0);
}
.cityactive:hover .opacity{
	opacity: 1;
	filter: alpha(opacity=100);
}
.home-product figure:nth-of-type(3n){
	margin-right: 0;
}
.home-product figure .more{
	border: solid 1px #fff;
	background: none;
	margin: 0 auto;
}
.home-product figure .iption{
	margin: 20px  0;
	font-size: 13px;
}
.home-product figure h2{
	font-size: 18px;
}
.home-product figure img{
	width: 100%;
}
.home-product figure .more:hover{
	background: #fff;
	color: #1a1a1a;
}
.newslist ul li{
	float: left;
	width: 28%;
	height: 315px;
	margin-right: 8%;
	overflow: hidden;
}
.newslist ul li:nth-of-type(3){
	margin-right: 0;
}
.newslist ul li h2{
	font-size: 18px;
}
.newslist ul li .line{
	width: 30px;
	height: 2px;
	background: #dcdcdc;
	margin: 10px 0 0 0;
}
.newslist ul li time{
	font-size: 20px;
}
.home-news .title{
	color: #1a1a1a;
}
.home-news .title h3{
	color: #787777;
}
.newslist ul li img{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 139px;
}
.newslist ul li .hmnews-body{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 161px;
	overflow: hidden;
}
.newslist ul li:hover .hmnews-body{
	top: 161px;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}
.newslist ul li:hover img{
	bottom: 175px;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}
.home-news .more{
	margin: 40px auto 0;
}

/* 首页-服务与营销 */
.home-service figure{
	float: left;
	width: 32%;
	height: 425px;
	margin-right: 1%;
	border: solid 4px transparent;
}
.home-service figure:nth-of-type(3){
	margin-right: 0;
}
.home-service figure figcaption{
	position: relative;
	padding: 15px 20px;
	background: #fff;
	color: #9e9e9e;
}
.home-service figure figcaption h2{
	font-size: 18px;
	color: #595959;
}
.home-service figure figcaption i{
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 84px;
	font-size: 30px;
	font-weight: 600;
}
.home-service figure:hover figcaption{
	background: #848282;
	color: #fff;
}
.home-service figure:hover figcaption h2{
	color: #fff;
}
.home-service figure:hover{
	border-color: #848282;
}

/* 首页-联系我们 */
.addmap p span{
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 15px;
}
.addmap p span i{
	font-size: 22px;
	line-height: 35px;
}
.addmap p span:nth-of-type(3) i{
	font-size: 16px;
}
.addmap p span:hover{
	background: #848282;
}
.addmap p span:hover i{
	color: #fff;
}
.addmap dl{
	margin: 40px 0 20px 0;
}
.addmap dl dd{
	margin-top: 5px;
}
#map{
	width: 600px;
	height: 325px;
}
.links{
	margin: 30px 0 40px 0;
}
.links a{
	color: #999;
	margin-left: 45px;
}
.links a:hover{
	text-decoration: underline;
}
.links span{
	color: #000;
}
small{
	font-size: 16px;
	text-align: center;
}
.leftadd p{
	position: relative;
}
.leftadd p span img{
	position: absolute;
	left: 0;
	top: 35px;
	width: 120px;
	display: none;
}
.leftadd p span:nth-of-type(2):hover img{
	display: block;
}

/* 视频 */
.videobox{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.8);
    z-index: 1100;
    display: none;
}
.videotxt{
	display: inline-block;
    width: 1200px
}
.videotxt h2 i{
	font-size: 40px;
    color: #fff;
}
.videotxt video{
	width: 100%;
	max-height: 590px;
}

/* 关于我们 */
footer small{
	line-height: 80px;
	text-align: center;
}
footer{
	background: #ccc;
	margin-top: 120px;
}
footer small,footer small a{
	color: #fff;
}
#container .main{
	min-height: 500px;
}
.banner{
	margin-bottom: 40px;
}
.left-nav{
	width: 220px;
}
.left-nav h2{
	height: 85px;
	background: #817f7f;
	line-height: 85px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.left-nav ul li a{
	display: block;
	line-height: 54px;
	text-align: center;
	margin-bottom: 1px;
	background: #ececec;
	font-size: 16px;
}
.left-nav ul li.active a,.left-nav ul li:hover a{
	color: #000;
}
.right-body{
	width: 930px;
}
.position{
	width: 100%;
	border-bottom: solid 1px #ccc;
	text-align: right;
	height: 85px;
	overflow: hidden;
	line-height: 140px;
	margin-bottom: 30px;
}

/* 团队介绍 */
.teamlist ul li{
	display: table;
	margin-bottom: 30px;
}
.teamlist ul li img,.teamlist ul li .team-txt{
	display: table-cell;
}
.teamlist ul li img{
	width: 230px;
	height: 240px;
}
.team-txt{
	width: 670px;
	padding-left: 20px;
	vertical-align: middle;
}
.team-txt h2{
	font-size: 18px;
}

/* 产品中心 */
.product-content .left-nav li{
	position: relative;
}
.product-content .left-nav li a{
	color: #fff;
	background: #b8b8b8;
	font-size: 14px;
}
.product-content .left-nav li i{
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 54px;
	font-size: 20px;
	font-weight: 600;
}
.product-content .left-nav li.active>a{
	color: #000;
}
.product-content .left-nav li.active ul{
	display: block;
}
.product-content .left-nav li:hover a i,.product-content .left-nav li.active a i{
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.product-content .left-nav li ul{
	display: none;
}
.product-content .left-nav li ul li a{
	background: #ececec;
	color: #666;
}
.product-content .left-nav li ul li.active>a,.product-content .left-nav li ul li:hover a{
	color: #000;
}
.productlist figure{
	float: left;
	width: 32%;
	margin: 0 2% 30px 0;
}
.productlist figure .pttxt{
	border: solid 1px #eee;
}
.productlist figure:nth-of-type(3n){
	margin-right: 0;
}
.productlist figure h2{
	line-height: 40px;
	color: #000;
	text-align: center;
}
.productlist figure p{
	padding: 0 10px;
	line-height: 40px;
	background: #f5f5f5;
}
.productlist figure p a{
	color: #333;
}

/* 产品详情�?*/
.ptdetails-top{
	margin-bottom: 30px;
}
.ptdetails-top h2{
	width: 499px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: url(../images/ptdetails.png);
	font-size: 20px;
	color: #fff;
	padding-right: 20px;
	background-size: 100% 100%;
}
.ptdetails-top .more{
	width: 100px;
	margin-top: 15px;
}

/* 下载 */
.right-body .home-service figure{
	position: relative;
	height: 345px;
}
.right-body .home-service figure figcaption{
	padding: 10px 15px;
}
.right-body .home-service figure:hover figcaption,.right-body .home-service figure:hover{
	background: #848282;
}
.right-body .home-service figure a,.right-body .home-service figure table{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	opacity: 0;
	filter: alpha(opacity=0);
}
.right-body .home-service figure figcaption i{
	right: 15px;
	font-size: 25px;
	line-height: 70px;
}

/* 新闻 */
.news .productlist figure{
	overflow: hidden;
}
.news .productlist figure figcaption{
	position: relative;
	padding: 5px 15px 15px;
	border: solid 1px #e6e6e6;
	z-index: 10;
	background: #fff;
}
.news .productlist figure figcaption h2{
	text-align: left;
}
.news .productlist figure:hover img{
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

/* 新闻详情 */
.news-title{
	text-align: center;
}
.news-title h2{
	font-size: 24px;
	color: #333;
}
.news-title time{
	margin: 10px 0;
}
.news-details .more{
	margin: 40px auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* 联系我们 */
#map.contact-map{
	width: 100%;
	height: 50vh;
}
.contact-us{
	width: 1080px;
	margin: 70px auto 200px;
}
.contact-form{
	width: 530px;
}
.input input{
	display: block;
	width: 113px;
	height: 43px;
	padding: 0 15px;
	border: solid 1px #ddd;
}
.input input:nth-of-type(2){
	margin: 0 0 0 40px;
}
.contact-form textarea{
	display: block;
	width: 100%;
	height: 193px;
	border: solid 1px #ddd;
	padding: 10px 15px;
	resize: none;
	margin: 20px 0;
}
.contact-form button{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #a1a19f;
	color: #fff;
}
.contact-form button:hover{
	background: #333;
}
.page ul{
	text-align: center;
	margin-top: 70px;
}
.page ul li{
	display: inline-block;
	width: 30px;
	margin: 0 10px;
}
.page ul li a,.page ul li span{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: solid 1px #333;
}
.page ul li.thisclass *,.page ul li:hover *{
	background: #666;
	color: #fff;
	border-color: #666;
}
.page ul li i{
	line-height: 30px;
	font-size: 18px;
}
.prenext ul li:hover{
	text-decoration: underline;
}