﻿* {
	/*box-sizing:content-box;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,li{ list-style-type:none;}
a{text-decoration:none;color:#000;}
*{margin: 0px;padding: 0px;font-size:14px; font-family: "微软雅黑", arial, Helvetica, sans-serif;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-weight: 500;}
img{border:0px;display:inline-block;}

.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}

.top .top1{
	height: 42px;
	line-height: 42px;
	background-color: #eeeeee;
}
.top .top1 .left p{
	font-size: 13px;
	color: #666;
}
.top .top1 .left p span{
	font-size: 13px;
	color: #f5983b;
}
.top .top1 .right{
	height: 42px;
    font-size: 0px;
}
.top .top1 .right a{
  display: inline-block;
  margin-left: 38px;
  font-size: 12px;
  line-height: 42px;
  color: #666;
  transition: all 0.3s;
}
.top .top1 .right a i{
	display: inline-block;
	float: left;
	width: 14px;
	height: 14px;
  margin-right: 8px;
  margin-top: 14px;
	background: url(../images/top1_ico1.png) left center no-repeat;
}
.top .top1 .right a:nth-child(2) i{
  background: url(../images/top1_ico1.png) center center no-repeat;
}
.top .top1 .right a:last-child i{
	background: url(../images/top1_ico1.png) right center no-repeat;
}
.top .top1 .right a:hover{
  color: #b40000;
}

.top .top2 .left a.logo{
	display: block;
	margin-top: 40px;
}
.top .top2 .right{
  width: 890px;
}

.top .top2 .right .center{
  float: left;
  padding-bottom: 20px;
}
.top .top2 .right .center .search{
  font-size: 0px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.top .top2 .right .center .search input{
  line-height: 40px;
  /*border: 1px solid #efefef;*/
  border: 0px;
  background-color: #efefef;
  width: 400px;
  padding: 0 10px;
}
.top .top2 .right .center .search button{
  line-height: 40px;
  /*border: 1px solid #efefef;*/
  border: 0px;
  background-color: #f39d48;
  width: 140px;
  color: #fff;
}
.top .top2 .right .center .nav{

}
.top .top2 .right .center .nav li{
  float: left;
  margin-right: 25px;  
}
.top .top2 .right .center .nav li a{
  display: block;
  font-size: 15px;
  color: #666666;
  transition: all 0.3s;
}
.top .top2 .right .center .nav li a:hover{
  color: #F39D48;
}
.top .top2 .right .tel{
  float: right;
  width: 200px;
  margin-top: 40px;
}
.top .top2 .right .tel h5{
  font-size: 13px;
  color: #ea8939;
  text-align: right;
  margin-bottom: 5px;
}
.top .top2 .right .tel h4{
  font-size: 25px;
  color: #505050;
  text-align: right;
  margin-bottom: 5px;
  padding-left: 25px;
  background: url(../images/nav1_tel.png) no-repeat left center;
}
.banner{
  width: 100%;
  height: 498px;
  background: url(../images/banner.jpg) no-repeat center;
}

.main_tl{
  text-align: center;
}
.main_tl h3{
  font-size: 28px;
  font-weight: bold;
  color: #414141;
  margin-bottom: 25px;
}
.main_tl h4{
  font-size: 15px;
  color: #898989;
}
.main1{
  padding-top: 45px;
  padding-bottom: 50px;
  background-color: #fff;
}
.main1 ul{
  margin-bottom: 40px;
}
.main1 ul li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
  border-radius: 5px;
  padding: 40px 0 25px;
  text-align: center;
}
.main1 ul li:nth-child(1){
  background-image: -webkit-linear-gradient(left, #00ddce 0%, #009fa3 100%);
}
.main1 ul li:nth-child(2){
  background-image: -webkit-linear-gradient(left, #4f6aff 0%, #1b41ff 100%);
}
.main1 ul li:nth-child(3){
  background-image: -webkit-linear-gradient(left, #9f2ff7 0%, #7438fe 100%);
}
.main1 ul li:nth-child(4){
  margin-right: 0px;
  background-image: -webkit-linear-gradient(left, #fe924f 0%, #f35162 100%);
}
.main1 ul li h3{
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.main1 ul li p{
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
.main1 ul li a{
  display: block;
  width: 120px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
}

.main1 .main1_con .tel{
  width: 800px;
  margin: 0 auto;
}
.main1 .main1_con .tel .left{
  position: relative;
  padding-right: 20px;
  border-right: 1px solid #6e6e6e;
}
.main1 .main1_con .tel .left:before{
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left:5px solid #6e6e6e;
}
.main1 .main1_con .tel h3{
  font-size: 23px;
  font-weight: bold;
  color: #888;
}
.main1 .main1_con .tel h4{
  font-size: 17px;
  color: #888;
}
.main1 .main1_con .tel h5{
  font-size: 45px;
  color: #f5983b;
  font-weight: bold;
  font-style:italic;
  font-family: "arial";
}

.main2{
  background-color: #f0f0f0;
  padding: 50px 0 40px;
}
.main2 .text{
  margin-top: 35px;
  margin-bottom: 20px;
}
.main2 .text h3{
  color: #ae0000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.main2 .text ul{
  text-align: justify;
  text-align: end;
  text-align-last: justify;
  text-justify: distribute;
}
.main2 .text ul li{
  display: inline-block;
  vertical-align: top;
}
.main2 .text ul li p{
  text-align-last: left;
  color: #424242;
  font-size: 15px;
  line-height: 30px;
}
.main2 .main2_con{
  height: 260px;
  background-color: #fff;
  overflow: hidden;
  padding: 0 95px 0 130px;
  margin-bottom: 40px;
}
.main2 .main2_con ul li{
  position: relative;
  float: left;
  width: 22%;
  height: 260px;
  margin-right: 17%;
  padding-top: 120px;
}
.main2 .main2_con ul li:nth-child(2){
  padding-top: 20px;
}
.main2 .main2_con ul li:nth-child(3){
  margin-right: 0px;
}
.main2 .main2_con ul li:before{
  content: "01";
  position: absolute;
  top: -45px;
  width: 100%;
  text-align: center;
  font-size: 168px;
  font-weight: bold;
  color: #e5e5e5;
  font-family: "arial";
}
.main2 .main2_con ul li:nth-child(2):before{
  content: "02";
  top: auto;
  bottom: -40px;
}
.main2 .main2_con ul li:nth-child(3):before{
  content: "03";
}
.main2 .main2_con ul li h4{
  font-size: 38px;
  line-height: 50px;
  font-weight: bold;
  color: #f5983b;
  padding-top: 20px;
  padding-left: 115px;
  margin-bottom: 10px;
}
.main2 .main2_con ul li:nth-child(1) h4{
  background: url(../images/main2_ico1.png) no-repeat left 10px center;
}
.main2 .main2_con ul li:nth-child(2) h4{
  background: url(../images/main2_ico2.png) no-repeat left 10px center;
}
.main2 .main2_con ul li:nth-child(3) h4{
  background: url(../images/main2_ico3.png) no-repeat left 10px center;
}
.main2 .main2_con ul li p{
  font-size: 15px;
  color: #424242;
}
.main2 .btn{
  text-align: center;
  font-size: 0px;
}
.main2 .btn a{
  display: block;
	width: 180px;
	padding-left: 10px;
	line-height: 40px;
	text-align: center;
	background-color: #f5983b;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.main2 .btn a:nth-child(2){
  display: block;
	width: 180px;
	padding-left: 10px;
	line-height: 40px;
	text-align: center;
	background-color: #f5983b;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.main2 .btn a:hover{
  /*transform: translateY(-2px);*/
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}

.main3{
  /*background: url(../images/main3_bg.jpg) no-repeat center;*/
  background: url(../images/main1808.jpg) no-repeat center;
  height: 92px;
}

.main3_2{
  background: url(../images/main3_2_bg.jpg) no-repeat center;
  height: 92px;
}

.main4{
  padding: 40px 0;
}
.main4 ul{
  margin-top: 25px;
  margin-bottom: 20px;
}
.main4 ul li{
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.main4 ul li img{
  display: block;
  width: 100%;
}
.main4 ul li:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.3s;
}
.main4 ul li:hover:after{
  opacity: 0;
}
.main4 ul li h3{
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -15px;
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  opacity: 0.3s;
}
.main4 ul li:nth-child(4) h3{
  margin-top: -30px;
}
.main4 ul li:hover h3{
  opacity: 0;
}
.main4 ul li:nth-child(3n){
  margin-right: 0px;
}
.main4 .btn{
  text-align: center;
  font-size: 0px;
}
.main4 .btn a{
	display: block;
	width: 180px;
	padding-left: 10px;
	line-height: 40px;
	text-align: center;
	background-color: #f5983b;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.main4 .btn a:nth-child(2){
  background-color: #f69e40;
}
.main4 .btn a:hover{
  /*transform: translateY(-2px);*/
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}

.main5{
  padding: 50px 0 40px 0;
  background-color: #f0f0f0;
}
.main5 .main5_con ul{
  margin-top: 25px;
  /*margin-bottom: 40px;*/
}
.main5 .main5_con ul li{
  position: relative;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}
.main5 .main5_con ul li:nth-child(3n){
  margin-right: 0px;
}
.main5 .main5_con ul li h3{
  position: absolute;
  right: 0px;
  top: 6px;
  width: 200px;
  height: 68px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  line-height: 68px;
  padding-left: 35px;
  background-color: rgba(255,104,25,0.8);
}
.main5 .main5_con ul li h3:before{
  position: absolute;
  content: "";
  z-index: 9;
  right: 3px;
  bottom: 2px;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.main5 .main5_con ul li h3:after{
  position: absolute;
  content: "+";
  z-index: 99;
  right: 3px;
  bottom: 2px;
  font-size: 13px;
  line-height: 13px;
  color: #f69e40;
}
.main5 .main5_con ul li p{
  font-size: 14px;
  line-height: 24px;
  color: #424242;
  margin-top: 5px;
}
.main5 .main5_con h4{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #414141;
}
.main5 .main5_con h4 span{
  font-size: 30px;
  color: #f5983b;
}
.main5 .main5_con a.more{
  display: block;
  width: 180px;
  padding-left: 10px;
  line-height: 40px;
  text-align: center;
  background-color: #f5983b;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.main5 .main5_con a.more:hover{
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}


.main8{
  padding: 50px 0 80px;
  background-color: #f5983b;
}
.main8 .main8_tl{
  text-align: center;
  margin-bottom: 30px;
}
.main8 .main8_tl h3{
  font-size: 31px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
.main8 .main8_tl p{
  font-size: 13px;
  color: #fff;
  margin-bottom: 15px;
}
.main8 .main8_tl span{
  display: block;
  width: 75px;
  height: 6px;
  background-color: #fff;
  margin: 0 auto;
}
.main8 ul li{
  float: left;
  width: 18%;
  margin-right:2.5%;
  border: 1px solid #fff;
  padding: 25px 0 30px;
  text-align: center;
}
.main8 ul li:last-child{
  margin-right: 0px;
}
.main8 ul li img{
  margin-bottom: 20px;
}
.main8 ul li h3{
  font-size: 20px;
  color: #fff;
}


.foot .foot1{
  background-color: #f5f5f5;
  padding: 45px 0;
}
.foot .foot1 .ft_top{
  padding-bottom: 30px;
  border-bottom: 1px dashed #e9e9e9;
}
.foot .foot1 .ft_top li{
  float: left;
  width: 18%;
  margin-right: 2.5%;
}
.foot .foot1 .ft_top li:nth-child(3){
  width: 16%;
}
.foot .foot1 .ft_top li:last-child{
  width: 20%;
  margin-right: 0px;
}
.foot .foot1 .ft_top li img{
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.foot .foot1 .ft_top li h3{
  font-size: 18px;
  color: #3d3d3d;
  margin-bottom: 5px;
}
.foot .foot1 .ft_top li p{
  font-size: 13px;
  color: #999999;
}
.foot .foot1 .ft_foot{
  padding-top: 15px;
}
.foot .foot1 .ft_foot .left{
  width: 670px;
}
.foot .foot1 .ft_foot .left li{
  float: left;
  width: 18%;
  margin-right: 2.5%;
}
.foot .foot1 .ft_foot .left li:last-child{
  margin-right: 0px;
}
.foot .foot1 .ft_foot .left li dt{
  margin-bottom: 10px;
}
.foot .foot1 .ft_foot .left li dt a{
  display: block;
  font-size: 16px;
  color: #3d3d3d;
  transition: all 0.3s;
}
.foot .foot1 .ft_foot .left li dd a{
  display: block;
  font-size: 13px;
  line-height: 23px;
  color: #999999;
  transition: all 0.3s;
}
.foot .foot1 .ft_foot .left li a:hover{
  color: #f5983b;
}
.foot .foot1 .ft_foot .right{
  width: 520px;
}
.foot .foot1 .ft_foot .right .code{
  float: left;
}
.foot .foot1 .ft_foot .right .code li{
  float: left;
  margin-right: 25px;
}
.foot .foot1 .ft_foot .right .code li h3{
  display: block;
  font-size: 16px;
  color: #3d3d3d;
  margin-bottom: 10px;
  text-align: center;
}
.foot .foot1 .ft_foot .right .tel{
  float: right;
  width: 200px;
}
.foot .foot1 .ft_foot .right .tel li{
  padding-left: 40px;
  margin-bottom: 20px;
}
.foot .foot1 .ft_foot .right .tel li:nth-child(1){
  background: url(../images/foot_tel1.png) no-repeat left center;
}
.foot .foot1 .ft_foot .right .tel li:nth-child(2){
  background: url(../images/foot_tel2.png) no-repeat left center;
}
.foot .foot1 .ft_foot .right .tel h3{
  font-size: 16px;
  color: #3d3d3d;
}
.foot .foot1 .ft_foot .right .tel h4{
  font-size: 14px;
  color: #999;
}
.foot .foot2{
  background-color: #444444;
}
.foot .foot2 p{
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
}

#div_company_mini{
  width: 340px !important;
}

.logo-img{
  float: left;
  padding: 40px 30px 0 0;
}
.logo-img img{
  height: 60px;
}
.ico-code{
 width:155px;
  height:155px;
}