/*
* @Author: Administrator
* @Date:   2018-07-17 08:38:38
* @Last Modified by:   Administrator
* @Last Modified time: 2018-08-10 13:37:44
*/

*{
	padding: 0;
	margin: 0;
}
body{
	min-width: 1300px;
	max-width: 1920px;
	margin: 0 auto;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #e77918;
}
ul,ol{
	list-style: none;
}

div,p,a,span,h1,h2,h3,h4,h5,h6{
	font-family: 'microsoft yahei';
	font-weight: 400;
}

.clear:before,.clear:after{

    content: "";

    display: block;

    clear: both;
}

.clear{

    zoom: 1;

}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pageWidth{
	width:1200px;
	margin:0 auto;
	
}


.page{
    width: 100%;
    height: 80px;
    /* background-color: #fff; */
    margin: 0 auto;
    text-align: center;
    font:400 15px/50px microsoft yahei;
    /* margin-top: 20px; */
    color: #666;
    margin-top: 30px;
}
.page a{
    color: #666;
    border: 1px solid rgba(0,0,0,0.5);
    margin-left: 10px;
    padding: 2px 9px;
}
.page a:hover{
    color: #e77918;
    border: 1px solid #e77918;
}
.header {
	background: #333;
	height: 80px;
	width: 100%;
	min-width: 1300px;
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 2;
	background-color: rgba(255,255,255,0.7);
	/*background: url(../images/headerbg.png) repeat;*/
}

.keyw{
	display: inline-block;
	height: 80px;
	line-height: 85px;
	margin-left: 20px;
	color: #eee;
	font-size: 18px;
}
.nav_max {
	float: right;
}
.w{
	width: 1200px;
	margin: 0 auto;
}
.nav {
	height: 80px;
	text-align: center;
	font-size: 0;
}

.nav a {
	color: #333;
	font-size: 15px;
}

.nav .nLi {
	float: left;
	position: relative;
	width: 120px;
	height: 80px;
	z-index: 2;
}

.nav .nLi.five {}

.nav .nLi h3 a {
	text-align: center;
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 15px;
	color: #333;
	padding: 0 5px;
}
.nav .nLi h3 a:hover{
	color: #e77918;
}
.nav .subboxbg {
	display: none;
	width: 147px;
	position: absolute;
	left: -17px;
	top: 80px;
	z-index: 2;
}

.subTopbg {
	width: 100%;
	height: 18px;
	font-size: 0;
	background: url(../images/subTopbg.png) center top no-repeat;
}

.subBotbg {
	width: 100%;
	height: 5px;
	font-size: 0;
	background: url(../images/subBotbg.png) center top no-repeat;
}

.nav .sub {
	width: 117px;
	padding: 10px 15px 15px;
	background: url(../images/subbg.png) repeat;
}

.nav .sub li {
	zoom: 1;
	background: url(../images/sublibg.png) left bottom repeat-x;
	text-align: center;
}

.nav .sub li.last {
	background: none;
}

.nav .sub a {
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 36px;
}

.nav .sub a:hover {
	color: #e77918;
}

/* .nav .on h3 a,
.nav .hover h3 a {
	color: #e77918;
} */

.nav .line1 {
	background: url(../images/line_tle.png) left 26px no-repeat;
	padding-left: 12px;
	font-size: 14px;
	float: left;
	line-height: 80px;
	margin-right: 20px;
}
.son_ban{
	width: 100%;
	height: 400px;
}
.main{
	padding-top: 50px;
	padding-bottom: 30px;
}
.pro_class,.left_cont{
	width: 230px;
	margin-bottom: 30px;
}
.s_tit{
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	background-color: #e77918;
	color: #fff;
	margin: 0;
}
.pro_class ul li a{
	display: block;
	line-height: 40px;
	font-size: 15px;
	color: #666;
	padding-left: 30px;
	background-color: #f8f8f8;
	border-top: 1px solid #eee;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pro_class ul li a:hover{
	color: #fff;
	background-color: #e77918;
}
.left_cont li {
	line-height: 40px;
	color: #666;
	font-size: 15px;
	padding:0 10px;
	background-color: #f8f8f8;
}
.left_cont li p{
	display: inline-block;
	color: #e77918;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.left_cont li span{
	color: #000;
}

.right{
	width: 900px;
	margin-left:70px;
}
.right_top{
	border-bottom: 1px solid #eee;
}
.right_tit{
	line-height: 50px;
	color: #e77918;
	font-size: 24px;
}

.s_nav{
	line-height: 50px;
	color: #666;
}
.s_nav a{
	color: #666;
}
.s_nav a:hover{
	color: #e77918;
}
.about{
	padding: 0 20px;
}
.about p{
	margin: 0;
	color: #666;
	line-height: 35px;
}

.about img{
	margin-top: 30px;
}

.pro ul li{
	float: left;
	width: 33.333333333333%;
	box-sizing: border-box;
	padding: 10px;
}
.pro ul li.certificate{
	width: 25%;
}
.pro ul li a{
	display: block;
	width: 100%;
	box-shadow: 1px 1px 10px #ccc;
	box-sizing: border-box;
}
.pro ul li:hover img{
	transform: scale(1.2,1.2)
}
.pro ul li div{
	width: 100%;
	/*height: 230px;*/
	overflow: hidden;
}
.pro ul li img{
	display: block;
	width: 100%;
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 和 Chrome */
	-o-transition: all .3s; /* Opera */
}
.pro ul li p{
	line-height: 40px;
	text-align: center;
}
.n_btn{
	margin-top: 20px;
}
.n_btn a{
	display: inline-block;
	padding: 10px 20px;
	background-color: #eee;
}
.n_btn a:hover{
	background-color: #e77918;
	color: #fff;
}
.n_img{
	width: 150px;
	height: 100px;
}
.n_img img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	box-shadow: 1px 1px 10px #ccc;
}
.news ul li{
	height: 100px;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.n_con{
	width: 710px;
	padding: 0px 10px 0px 30px;
}
.n_con p:nth-child(1){
	height: 30px;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
}
.n_con p:nth-child(2){
	height: 50px;
	line-height: 25px;
	font-size: 15px;
	color: #666;
	overflow: hidden;
}
.n_con p:nth-child(3){
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 14px;
	overflow: hidden;
}
.equm ul li{
	float: left;
	width: 400px;
	margin-left: 33.333px;
	/*margin-top: 30px;*/
	box-shadow: 2px 2px 10px #ccc;
}
.equm ul li div img{
	width: 400px;
	height: 300px;
}
.equm ul li p{
	text-align: center;
	line-height: 40px;
	margin: 0;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.contact_con_1{
	height: 50px;
	line-height: 50px;
	font-weight:700;
	font-size: 18px;
	overflow: hidden;
	color: #000;
}
.contant{
	position: relative;
	/*padding-top: 30px;*/
}
.contant p{
	width: 50%;
	line-height: 40px;
}

.probox{
	position: relative;
	width: 400px;
	height: 400px;
	margin-top: 10px;
	cursor: pointer;
}
#targetbox{
	position: absolute;
	top:0;
	left: 0;
	width: 100px;
	height: 100px;
	background-color: rgba(105,150,170,0.4);
	display: none;
}
.probox img{
	width: 100%;
	height: 100%;
	box-shadow: 5px 5px 10px #999;
}
.pro_name{
	/*margin-top: 30px;*/
	line-height: 50px;
	font-size: 24px;
}
.pro_introduction{
	margin-top: 30px;
	color: #666;
	padding: 15px;
	background-color: #f2f2f2;
}
.pro_introduction h2{
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
}
.pro_introduction h3{
	font-size: 15px;
	line-height: 30px;
}
.bigimg{
	position: relative;
	margin-top: 10px;
	margin-left: 50px;
	width: 400px;
	height: 400px;
	/* background-color: #eee; */
	overflow: hidden;
}
.bigimg img{
	position: absolute;
	width: 800px;
	height: 800px;
	display: none;
}







.up_down{
	margin-top: 30px;
}
.up_down a{
	display:inline-block;
	padding: 5px 0;	
}

.ret a{
	width: 80px;
	/* height: 30px; */
	background-color: #eee;
	color: #000;
	text-align: center;
	float: right;
	border-radius: 3px;
}
.ret a:hover{	
	color: #fff;
	background-color: #e77918;
}
.news_show{
	padding-top: 30px;
	line-height: 35px;
}
.news_show h2{
	text-align: center;
	line-height: 50px;
}
.n_time{
	text-align: center;
	color: #666;
}
.n_text{
	color: #666;
	line-height: 35px;
}
.news_class_active{
	color: #fff !important;
	background-color: #e77918 !important;
}
.ac{
	color: #fff !important;
	background-color: #e77918 !important;
}


.footerTop {
	/*background: url(../images/footerbg.jpg) center center no-repeat;*/
	height: 135px;
	padding: 55px 0;
	font-size: 14px;
	color: #cccccc;
	line-height: 32px;
	background-color: #222;
}

.footerTit {
	font-size: 24px;
	color: #ffffff;
	padding: 10px 0;
}

.footerLogo {
	width: 170px;
	padding-top: 45px;
	height: 120px;
	border-right: 1px dotted #4a4031;
}

.footeradd {
	width: 316px;
	padding: 0 10px 0 30px;
	height: 165px;
	border-right: 1px dotted #4a4031;
}
.footWidth{
	width: 1150px;
	margin: 0 auto;
	padding-left: 100px;
}

.footerjoin {
	width: 125px;
	padding: 0 35px;
	height: 165px;
	border-right: 1px dotted #4a4031;
}
.footerEwm{
	width: 150px;
	padding: 0 35px;
	height: 165px;
}
.footerEwm img{
	width: 130px;
}
.footerjoin a {
	color: #22a9ba;
	text-decoration: underline;
}

.footerfollow {
	width: 197px;
}

.footer_share {
	padding-top: 10px;
}

.footer_share li {
	float: left;
	background-color: rgba(255, 255, 255, 0.3);
	text-align: center;
	border-radius: 22px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
	background: url(../images/shareico.png) 0 0 no-repeat;
}

.footer_share li a {
	display: block;
	height: 100%;
}

.footer_share li.footer_sina {
	margin-right: 10px;
}

.footer_share li.footer_wx {
	background-position: -40px 0;
}

.footer_share li.footer_sina:hover {
	background-position: 0 -40px;
}

.footer_share li.footer_wx:hover {
	background-position: -40px -40px;
}

.footer_share li img.footer_wximg {
	display: none;
	position: absolute;
	bottom: 40px;
	left: -50%;
	background: #FFFFFF;
}

.footerBot {
	background: #111;
	padding: 15px 0;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.footerBot a {
	color: #666666;
}

.footerBot .fl span {
	padding: 0 10px;
}

.footerBot a:hover {
	color: #b4b4b4;
}
.footerjoin p a{
	text-decoration: none;
	color: #ccc;
}

.footerjoin p a:hover{
	color: #e77918;
}

form{
    /*padding-top: 50px;*/
  }

  form input{
    border: none;
    outline: none;
    width: 800px;
  }
  .online-textarea{
    margin: 30px 0 30px;
  }
  .online-clu{
    color: #666;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc; 
  }
  .online-btn{
    padding: 10px 35px;
    background-color: #e77918;
  }
.online-btn:hover{
    background-color: #00aeaf;
  }
  .text-center{
  	text-align: center;
  }
.e_s_tit{
  font-size: 16px !important;
}
.epro_class ul li a{
	font-size: 12px !important;
	padding-left: 20px;
}
.e_left_cont ul li{
	font-size: 12px !important;
	line-height: 25px !important;
}
.e_left_cont ul li p{
	line-height: 40px !important;
}
.e_footerTop{
	height: 270px !important;
}
.e_footerjoin{
	width: 330px !important;
}
.e_prodis_tit{
	font-size: 12px !important;
}
.e_contact_tit{
	font-size: 18px;
	/*color: #00aeaf;*/
	font-weight: 700;
}
.contant p span{
	color:#666;
}
.e_contact_add{
	width: 100% !important;
}