
@charset "utf-8";
html,body{-webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}

* {
  word-wrap: break-word;
}
*::-moz-selection {
  background-color: #1a94e6;
  color: #fff;
}
*::selection {
  background-color: #1a94e6;
  color: #fff;
}
body,
div,
ol,
ul,
li,
p,
input,
textarea,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
select,
table,
tr,
td,
fieldset,
legend,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
}
body {
  font: normal normal normal 14px/24px \5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
img {
  border: none;
}
input,
textarea {
  outline: none;
}
.online-message {
  cursor: pointer;
}

/*
----------------------------------------------
*/

.head{
	width:100%;
	border-top: #e35d02 12px solid;
	background:#ffffff;
}

.head .box{
	width:1150px;
	height:100px;
	margin: 0 auto;
}
.head .box .logo {
	float:left;
	text-align:center;
	width:210px;
	padding-top:20px;
}

.head .box .tel {
	width:182px;
	height:100px;
	float:right;
	text-align:center;
}

.head .box .tel p{
	margin-top:40px;
	height:31px;
	width:175px;
	color:#FFFFFF;
	line-height:31px;
	font-size:16px;
	padding-left:35px;
	background:url(../images/tel.png)no-repeat;
}

.head .box .lang {
	width:75px;
	height:100px;
	float:right;
	text-align:center;
}

.head .box .lang p{
	margin-top:40px;
	height:31px;
	width:64px;
	background:url(../images/lang_2.png)no-repeat;
}

.head .box .lang a{
	font-size:14px;
	color:#FFFFFF;
	padding-left:20px;
	line-height:32px;
}
.head .box .lang a:hover {
	color:#2bdb19;
}

.head .nav{
	width:100%;
	border-top:#cccccc 1px solid;
	
}
.head .nav ul{
	margin:auto;
	width:1150px;
	height:60px;
}
.head .nav li{
    line-height: 60px;
    display: block;
	float:left;
	padding:0px 10px;
	margin:0 12px;
	border-top: #FFFFFF 3px solid;
}
.head .nav a{
    font-size: 16px;
	color:#333333;
}
.head .nav a:hover {
	color: #e35d02;
}

.head .nav .current{
	border-top: #e35d02 3px solid;
	padding:20px 10px 20px 10px;

}


/*
----------------------------------------------
*/
.banner {
	width:100%;
	height:500px;
	background: url(../images/banner31.jpg);
}


/*
----------------------------------------------
*/

.product-2 {
	width:100%;
	height:700px;
	padding-top:60px;
}
.product-2 .title {
	width:1150px;
	margin: 0 auto;
	margin-bottom:60px;
}
.product-2 .title li{
	width:100%;
	text-align:center;
}
.product-2 .title li span{
	font-size:26px;
	line-height:32px;
	color:#e35d02;
}
.product-2 .title li p{
	font-size:16px;
	line-height:32px;
	color:#999999;
}

.product-2 .box {
	width:1150px;
	margin: 0 auto;
}

.product-2 .box .large{
	height:500px;
	width:560px;
	display: block;
	float: left;
}
.product-2 .box .large li{
	height:462px;
	width:540px;
	border:#333333 1px solid;
	background:#eeeeee;
	margin:20px;
	color:#FFFFFF;
}
.product-2 .box .large li span{
	line-height:50px;
	padding-left:20px;
	display: block;
	margin-top:413px;
	background-color:#000; opacity:0.8; 
	font-size:16px;
	
}


.product-2 .box .list{
	height:500px;
	width:570px;
	display: block;
	float: right;
	padding-left:20px;
}
.product-2 .box .list li{
	height:220px;
	width:260px;
	border:#333333 1px solid;
	background:#eeeeee;
	display: block;
	float: right;
	margin: 20px 20px 0px 0px;
	color:#FFFFFF;
}

.product-2 .box .list li span{
	background:#333333;
	line-height:50px;
	padding-left:20px;
	display: block;
	margin-top:170px;
	background-color:#000; opacity:0.8;
	text-align:center;
	font-size:16px;
}


/*
----------------------------------------------
*/
.about{
	width:100%;
	background:#ea6207;
	height:500px;
}
.about .decorate{
	width:100%;
	height:40px;
	background:#ffffff;
}

.about .decorate .box{
	width:1250px;
	background:#f7f5f5;
	margin: 0 auto;
	height:40px;
}


.about .content{
	width:1150px;
	background:#f7f5f5;
	height:320px;
	margin: 0 auto;
	padding:50px;

}
.about .content .left{
	float:left;
	width:468px;
}
.about .content .right{
	float: right;
	width:520px;
	padding-top:50px;
	padding-right:50px;
	background:url(../images/about_us.png) no-repeat;
}
.about .content .right li{
	text-align:right;

}

.about .content .right a{
	border:#999999 1px solid;
	width:120px;
	height:36px;
	text-align:center;
	line-height:36px;
	border-radius:5px;
	color:#666666;
	padding:8px 14px;
}
/*
----------------------------------------------
*/
.news {
	width:100%;
	height:600px;
	padding-top:80px;
}
.news .title {
	width:1150px;
	margin: 0 auto;
	margin-bottom:80px;
}
.news .title li{
	width:100%;
	text-align:center;
}
.news .title li span{
	font-size:26px;
	line-height:32px;
	color:#e35d02;
}
.news .title li p{
	font-size:16px;
	line-height:32px;
	color:#999999;
}

.news .list {
	width:1150px;
	margin: 0 auto;
}
.news .list li{
	width:343px;
	height:280px;
	float:left;
	margin-left:30px;
	margin-bottom:30px;
}
.news .list li span{
	font-size:16px;
	float:left;
	line-height:46px;
	color: #333333;
}

.news .list li p{
	font-size:14px;
	float:left;
	width:328px;
	color: #999999;
}
/*
----------------------------------------------
*/

.foot{
	width:100%;
	background:#333333;
	height:280px;
	border-top:#222222 12px solid;
}
.foot .content{
	width:1150px;
	margin:0 auto;
	color:#cccccc;
	font-size:14px;
	padding-top:50px;
}

.foot .content .upper{
	width:100%;
	height:180px;
	color:#ffffff;

}
.foot .content .upper li{
	float:left;
	width:50%;
}
.foot .content .upper li span{
	font-size:16px;
}

.foot .content .lower{ 
	width:100%;
	height:40px;
	line-height:40px;
	border-top:#666666 1px solid;
}
.foot .content .lower li{ 
	float:left;
	width:50%;
}