﻿@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Microsoft YaHei;
  font-size: 14px;
  margin: 0 auto;
}

a,
input,
textarea {
  outline: 0 none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  border: none;
  display: block;
}

div {
  margin: 0 auto;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a.topimg {
  display: block;
}

a.topimg img {
  width: 100%;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.container{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.hslbanner {
  height: 470px;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}

.hslbanner .hslms_bg_wz {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: rgba(0,0,0,.58);
  z-index: 2;
  text-align: center;
}

.hslbanner h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 60px;
  /* font-weight: normal; */
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  letter-spacing: -2px;
  font-weight: normal;
}


.hslbanner video {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -100px;
}

.content1{
	width: 1200px;
	margin: 0 auto;
}
.c1tit{
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	color: #ea5514;
	padding: 50px 0 34px;

}
.c1tit span{
	font-size: 30px;
	font-weight: normal;
	color: #ee750a;
	display: block;
	margin-top: 10px;
	
}
.c1text{
	font-size: 20px;
	text-indent: 40px;
	line-height: 35px;
}
.content2{
  width: 1200px;
  margin: 60px auto 0;
  text-align: center;
}
.content2 .hd {
  margin-bottom: 60px;
}
.content2 .hd li{
  display: inline-block;
  width: 170px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #cecece;
  font-size: 18px;
  color: #333;
  border-radius: 12px;
  margin: 0 28px;
  background-color: #fff;
}
.content2 .hd li.on{
  background-color: #ee771a;
  border: 1px solid #ee771a;
  color: #fff;
}
.content2 .bd .sec-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.content2 .bd li{
  float: left;
  margin-bottom: 25px;
  width: 378px;
  height: 543px;
  overflow: hidden;
  box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
}
.content2 .bd li.second{
  margin: 0 33px;
}
.content2 .bd li .sec-i{
  height: 448px;
  overflow: hidden;
  transition: all .5s;
}
.content2 .bd li:hover .sec-i{
  height: 393px;
}
.content2 .bd .sec-name{
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
  margin: 22px 0 14px;
}
.content2 .bd .sec-work{
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.content2 .bd li .sec-btn{
  display: block;
  width: 174px;
  height: 42px;
  line-height: 44px;
  border-radius: 4px;
  font-size: 18px;
  color: #333;
  border: 1px solid #cecece;
  text-align: center;
  margin: 11px auto 0;
  display: none;
}
.content2 .bd li .sec-btn:hover{
  width: 176px;
  height: 44px;
  border: none;
  color: #fff;
  background-image: linear-gradient(#fc8c40,#ff6801);
}
.content2 .bd li:hover .sec-btn{
  display: block;
}
.content2 .bd .btn{
  text-align: center;
}
.content2 .bd .btn a{
  display: inline-block;
  width: 316px;
  height: 56px;
  line-height: 56px;
  font-size: 24px;
  color: #fff;
  background-color: #ff8d00;
  border-radius: 10px;
  margin: 0 29px 47px;
}
.content2 .sec-tent{
	width: 1200px;
	margin: 0 auto;
}
.content2 .sec-tent .c1tit{
  padding-top: 0;
}
.content2 .sec-tent .c1text{
  text-align: left;
}
.c11{
	overflow: hidden;
	margin-top: 48px;
	padding-bottom: 60px;
}
.c11 div{
	width: 270px;
	text-align: center;
	float: left;
	font-size: 17px;
	color: #fff;
	margin: 0 15px;
	display: block;
	vertical-align: middle;
	height: 165px;
	-moz-border-radius: 10px;
	     border-radius: 10px;
	padding: 34px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.c11 div p{
	
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
}
.c11 div:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.bg1{
	background: #ff8500;
}
.bg2{
	background: #feba27;
}
.bg3{
	background: #0996dd;
}
.bg4{
	background: #46c3e1;
}