
html {
    font: normal 14px "微软雅黑", Arial;
}
body {

}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
li{
	list-style:none;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}
.container{
	margin:auto;
}

.spicer{ width: 100%; height: 2px; background: #42877c;}

/*Top*/
.Top{
  width: 100%;
  height: 166px;
  border-bottom: 1px solid #42877c;
    z-index:100;
    position: absolute;
    top:0;
    background:url(../images/Top_Tran_bg.png) repeat left bottom;
}
.Top .head{ 
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 166px;
}
.Top .logo{
    width: 324px;
    height: 68px;
    margin: 0 auto;
    padding: 25px 0 23px;
}
.Top .logo>img{
	width: 324px;
	height: 68px;
}
.Top .loginbar{ position: absolute; top: 61px; right: 0; z-index: 9;}
.Top .loginbar a{ 
  display: inline-block; 
  width: 66px; 
  height: 26px; 
  line-height: 26px; 
  text-align: center; 
  margin-left: 8px;
  background: url(../images/Mem_icon1.png) no-repeat;
  color: #333333;
  font-size: 16px;
}
.Top .loginbar a:hover{
  color: #FFFFFF;
}

.Top .MainNav{}
.Top .MainNav li{
  list-style: none;
  float: left;
  margin-right: 45px;
  position: relative;
}
.Top .MainNav li a{
  color: #333333;
  font-size: 16px;
}
.Top .MainNav li i{
  font-style: normal;
  color: #333333;
  font-size: 14px;
  padding: 0 0 0 8px;
  text-transform: uppercase;
  font-family: "fzzx";
}
.Top .MainNav li.last{ margin-right: 0;}

.Top .MainNav li.on>a,.Top .MainNav li>a:hover{ color: #42877c;}
.Top .MainNav li .subnav{
	position: absolute;
	padding-top: 50px;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	text-align: center;
	display: none;
	z-index: 99;;
}
.Top .MainNav li .subnav a{
	color: #666666; 
	font-size: 14px;
}
.Top .MainNav li .subnav a:hover{
	color: #42877c; 
}
.Top .MainNav li .subnav em{ 
	display: inline-block; 
	width: 4px; 
	height: 4px; 
	background: #a9d358; 
	vertical-align: middle; 
	margin: 0 5px;
}

.Top .subNav_bg{ 
	width: 100%; 
	height: 54px;
   background:url(../images/Top_Tran_bg.png) repeat left bottom;;
	border-top:1px solid #42877c ;
	display: none;
	position: relative;
	z-index: 9;
} 
.Top .MainNav li.last .subnav{ text-align: right; right: 0; left: inherit;}
/*Top*/



/*pages*/
.pages{ 
	text-align:right;
	padding: 28px 23px 22px;
}
.pages a{ 
	border: 1px solid #dfdfdf;
    height: 36px;
	line-height: 36px;
    text-align: center;
    display: inline-block;
}
.pages .prev{ 
	color: #333333;
	font-size: 14px; 
	width: 84px;
}
.pages i{ 
	color: #dddddd;
	font-style: normal;
}
.pages .next{
	color: #333333;
	font-size: 14px; 
	width: 84px;
	margin-right:10px;
}
.pages .num a{
	width: 36px;
	color: #42877c;
	font-size: 16px;
}
.pages .num a.cur{
	background: #42877c;
	border-color:#42877c;
	color: #FFFFFF;
}
.pages .text{
	color: #666666;
	display: inline-block;
	width: 36px;
	border: 1px solid #dfdfdf;
    height: 36px;
	line-height: 36px;
    text-align: center;
    margin: 0 6px;
    font-size: 14px;
}
/*pages*/



/*底部*/
.footer{
    background:url("../images/footer-bg.jpg") repeat left top;
    width:100%;
    padding-top:45px;
}
.footer .links{
    float:left;
    width:450px;
    margin-right:98px;
}
.footer .links h6{
    margin:0;
    padding:0;
    font-size:18px;
    color:#42877c;
    margin-bottom:24px;
    font-weight: normal;
}
.footer .links ul{
    overflow: hidden;
    margin-bottom:15px;
}
.footer .links ul li{
    float:left;
    width:90px;
    list-style: none;
    margin-bottom:18px;
}
.footer .links ul li a{
    color:#C4C2C1;
}
.footer .call{
    float:left;
    background:url("../images/footer-call.png") no-repeat left center;
    padding-left:70px;
    height:56px;
    margin-top:50px;
}
.footer .call p{
    margin:0;
    padding:0;
    color:#D9D8D7;
    font-size:16px;
}
.footer .call h6{
    margin:0;
    padding:0;
    color:#42877c;
    font-size:24px;
    font-weight: normal;
}
.footer .order{
    float:right;
}
.footer>p{
    margin:0;
    border-top:1px solid #506030;
    padding:25px 0;
    text-align:center;
    color:#797979;
}

/*FMenu*/
.FMenu{ 
	width: 69px; 
	position: fixed; 
	right: 0; 
	top: 30%;
}
.FMenu li{
	list-style:none;
	position: relative;
	margin: 10px 0;
	float: left;
}
.FMenu li>a{
	display: inline-block;
	width: 69px;
	height: 69px;
	text-indent: -99999px;
	position: relative;
	z-index: 9;
}
.FMenu li dl{
	position: absolute;
	width: 0;
	height: 69px;
	right: 0;
	top: 0;
	z-index: 3;
	background: url(../images/FMenu_dl.png) no-repeat;
	/*display: none;*/
}
.FMenu li dl .text_tel{
	border: 1px solid #c4c4c4;
	border-width:0 0 1px;
	width: 111px;
	height: 20px;
	line-height: 20px;
	color: #a2a2a2;
	font-size: 12px;
	margin:10px 0 5px 14px;
	padding: 0 6px;
}
.FMenu li dl>.a1{
	display: inline-block;
	color: #42877c;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 27px;
	border-bottom: 1px solid #c4c4c4;
}
.FMenu li dl>.a2{
	display: inline-block;
	line-height: 69px;
	color: #42877c;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 27px;
}
.FMenu .li1>a{
	background: url(../images/FMenu_li_1.png) no-repeat;
}
.FMenu .li1.on>a,.FMenu .li1>a:hover{
	background: url(../images/FMenu_li_1_on.png) no-repeat;
}
.FMenu .li2>a{
	background: url(../images/FMenu_li_2.png) no-repeat;
}
.FMenu .li2.on>a,.FMenu .li2>a:hover{
	background: url(../images/FMenu_li_2_on.png) no-repeat;
}
/*FMenu*/


/*返回顶部*/
.Backtotop{
	position: fixed;
	width: 88px;
	height: 88px;
	right: 3%;
	bottom: 5%;
	z-index: 99;
}
.Backtotop>a{
	display: block;
	text-indent: -9999px;
	width: 88px;
	height: 88px;
	background: url(../images/back_top.png) no-repeat;
}
/*返回顶部*/

/*留言和计算器样式*/
.Message_form{
	width: 1200px;
	height: 399px;
	overflow: hidden;
	position: relative;
}
.Message_form .forms{
	width: 2400px;
	height: 399px;
	position: absolute;
	top: 0;
	left:-1200px;
}
.Message_form .form1{
	width: 1200px;
	height: 399px;
	overflow: hidden;
	float: left;
}
.Message_form .form1 .left{
	width: 108px;
	height: 399px;
	float: left;
	background:url(../images/lyjdxqly1.png) top left no-repeat;
	position: relative;
	cursor: pointer;
}
.Message_form .form1 .left b{
	display: block;
	width:24px;
	height: 33px;
	background: url(../images/lyjdxqly2.png) top left no-repeat;
	position: absolute;
	top: 73px;
	right:-24px;
	cursor: pointer;
}
.Message_form .form1 .right{
	float: right;
	width: 1091px;
	height: 401px;
	padding: 44px 44px 44px 0;
	background: #f8f8f8;
}
.Message_form .form1 .right .right_c1{
	float: left;
	margin-top: 30px;
	margin-left: 115px;
}
.Message_form .form1 .right .right_c1 p{
	height: 25px;
	margin-bottom: 19px;
}
.Message_form .form1 .right .right_c1 p span{
	display:block;
	width: 54px;
	font-size: 18px;
	color: #666;
	float: left;
}
.Message_form .form1 .right .right_c1 p input{
	width: 270px;
	height: 25px;
	float: left;
	background: #fff;
	padding: 0 5px;
	border: 1px solid #cccccc;
	appearance:none;
  	-moz-appearance:none;
 	-webkit-appearance:none;
}
.Message_form .form1 .right .right_c1 p select{
	width: 88px;
	height: 25px;
	float: left;
	margin-left: 9px;
	background: #fff;
	border: 1px solid #cccccc;
}
.Message_form .form1 .right .right_c1 h1{
	margin-top: 46px;
	height: 24px;
	font-weight: normal;
	color: #666;
	font-size: 16px;
}
.Message_form .form1 .right .right_c1 h1 input{
	width: 14px;
	height: 14px;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	border: 1px solid #cccccc;
	background: #fff;
}
.Message_form .form1 .right .right_c1 h1 span{
	display: block;
	float: left;
}
.Message_form .form1 .right .right_c1 h2{
	width: 130px;
	height: 34px;
	margin-top: 20px;
	background: #42877c;
	line-height: 34px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}


.Message_form .form1 .right .right_c2{
	width: 514px;
	height: 311px;
	float: right;
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
}
.Message_form .form1 .right .right_c2 h1{
	height: 53px;
	line-height: 53px;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	background: #42877c;
	border-radius: 3px;
}
.Message_form .form1 .right .right_c2 .right_c2_text{
	width: 474px;
	height: 226px;
	padding: 16px 20px;
	background: #fff;
}
.Message_form .form1 .right .right_c2 .right_c2_text textarea{
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #999;
}


.Message_form .form2{
	width: 1198px;
	height: 397px;
	float: left;
	overflow: hidden;
	border: 1px solid #dbdbdb;
}

.Message_form .form2 .left{
	width: 1090px;
	height: 397px;
	overflow: hidden;
	float: left;
	background: url(../images/lyjdxqjsbg.png) center right no-repeat;
}
.Message_form .form2 .left h1{
	margin-top: 35px;
	font-weight: normal;
	font-size: 22px;
	color: #666;
	text-align: center;
}
.Message_form .form2 .left .form2_text{
	width: 650px;
	height: 200px;
	margin-top: 50px;
	margin-left: 80px;
}
.Message_form .form2 .left .form2_text h2{
	padding-left: 15px;
	font-weight: normal;
	font-size: 18px;
	color: #a4a4a4;
	background: url(../images/lyjdxqjsqq.png) left center no-repeat;
}
.Message_form .form2 .left .form2_text .form2_textnav1{
	height: 30px;
	margin-top: 16px;
}
.Message_form .form2 .left .form2_text .form2_textnav1 li{
	margin-left: 15px;
	font-size: 16px;
	color: #666;
	float: left;
	height: 27px;
	line-height: 27px;
	padding: 0 8px;
	border: 1px solid #999999;
	cursor: pointer;
}

/*hover和选中*/
.Message_form .form2 .left .form2_text .form2_textnav1 li:hover{
	border: 1px solid #42877c;
	background: #42877c;
	color: #fff;
}
.Message_form .form2 .left .form2_text .form2_textnav1 li.on{
	border: 1px solid #42877c;
	background: #42877c;
	color: #fff;
}


.Message_form .form2 .left .form2_text .form2_textnav2{
	margin-top: 16px;
	padding-left: 15px;
	height: 60px;
	background: url(../images/lyjdxqjsqq.png) left 14% no-repeat;
}
.Message_form .form2 .left .form2_text .form2_textnav2 li{
	height: 20px;
	font-size: 16px;
	color: #666;
	float: left;
	margin-bottom: 10px;
}
.Message_form .form2 .left .form2_text .form2_textnav2 li span{
	display: block;
	float: left;
}
.Message_form .form2 .left .form2_text .form2_textnav2 li input{
	height: 19px;
	font-size: 16px;
	color: #666;
	float: left;
	background: #fff;
	padding: 0 5px;
	border-bottom: 1px solid #666666;
	appearance:none;
  	-moz-appearance:none;
 	-webkit-appearance:none;
}

.Message_form .form2 .left .form2_text .form2_textnav2 li.li1{
	margin-right: 76px;
}
.Message_form .form2 .left .form2_text .form2_textnav2 li.li3{
	margin-right: 76px;
}
.Message_form .form2 .left .form2_text .form2_textnav2 li.li1 input{
	width: 122px;
}
.Message_form .form2 .left .form2_text .form2_textnav2 li.li2 input{
	width: 120px;
}
.Message_form .form2 .left .form2_text .form2_textnav2 li.li3 input{
	width: 135px;
}
.Message_form .form2 .left .form2_text .form2_textnav2 li.li4 input{
	width: 153px;
}

.Message_form .form2 .left .form2_text h3{
	padding-left: 15px;
	height: 34px;
	font-weight: normal;
	font-size: 16px;
	color: #666;
	background: url(../images/lyjdxqjsqq.png) left 43% no-repeat;
}
.Message_form .form2 .left .form2_text h3 span{
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}
.Message_form .form2 .left .form2_text h3 input{
	width: 249px;
	height: 26px;
	font-size: 12px;
	color: #999;
	float: left;
	background: #fff;
	padding: 0 10px;
	border: 1px solid #e6e6e6;
	appearance:none;
  	-moz-appearance:none;
 	-webkit-appearance:none;
}
.Message_form .form2 .left .form2_text h3 b{
	margin-right: 13px;
	display: block;
	float: right;
	width: 130px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	background: #ff792a;
	border-radius: 3px;
	cursor: pointer;
}


.Message_form .form2 .right{
	width: 96px;
	height: 397px;
	float: right;
	background:url(../images/lyjdxqjs1.png) top left no-repeat;
	position: relative;
	cursor: pointer;
}
.Message_form .form2 .right b{
	display: block;
	width:24px;
	height: 33px;
	background: url(../images/lyjdxqjs2.png) top left no-repeat;
	position: absolute;
	top: 73px;
	left:-24px;
	cursor: pointer;
}


/*留言和计算器样式*/


/*方正正纤黑简体*/
@font-face {
    font-family: 'fzzx';
    src: url('http://www.durianstar.com/fonts/fzzx.eot');
    src: url('http://www.durianstar.com/fonts/fzzx.eot?') format('embedded-opentype'),
	 url('http://www.durianstar.com/fonts/fzzx.woff') format('woff'),
	 url('http://www.durianstar.com/fonts/fzzx.ttf') format('truetype'),
	 url('http://www.durianstar.com/fonts/fzzx.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }
/*方正正纤黑简体*/



/*HELVETICANEUELTPRO*/
/*@font-face {
    font-family: 'HELVETICANEUELTPRO-THEX';
    src: url('../fonts/HELVETICANEUELTPRO-THEX.eot');
    src: url('../fonts/HELVETICANEUELTPRO-THEX.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/HELVETICANEUELTPRO-THEX.woff') format('woff'),
	 url('../fonts/HELVETICANEUELTPRO-THEX.ttf') format('truetype'),
	 url('../fonts/HELVETICANEUELTPRO-THEX.svg#fzzx') format('svg');
    font-weight: normal;
    font-style: normal;
  }*/
/*HELVETICANEUELTPRO*/

/*面包屑导航*/
.breadcrumb{
	width: 1200px;
	margin: 0 auto;
	height: 88px;
	line-height: 88px;
}
.breadcrumb a:first-child{
	background: url(../images/home-icon.png) no-repeat left center;
	padding-left: 28px;
}
.breadcrumb span{
	color: #92c533;
}
/*面包屑导航*/

/*顶部开始*/
.header{
	width: 100%;
	height: 70px;
	background: #fff;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.header .in-logo{
	background: url(../images/in-logo.jpg) no-repeat;
	width: 218px;
	height: 36px;
	display: block;
	margin-right: 85px;
	position: relative;
	top: 17px;
	float: left;
}
.in-nav{
	height: 100%;
	display: block;
	float: left;
}
.in-nav li:first-child a{
	border: none;
}
.in-nav li{
	height: 100%;
	float: left;
	font-size: 16px;
	width: 105px;
	text-align: center;
	position: relative;

}
.in-nav li>a{
	line-height: 16px;
	position: relative;
	top: 27px;
	box-sizing: border-box;
	display: block;
	color: #999;
    width: 100%;
    height: 16px;
    border-left: 1px solid #e2e2e2;
}
.in-nav li:hover a,
.in-nav li.on a{
	color: #333;
}
.in-nav li:hover dl{display: block;}
.in-nav dl{	
	z-index: 99;  
	overflow: hidden;
	background: #fff;
	/*padding: 0 15px;*/
	min-width: 103px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 0;
	top: 54px;
	box-shadow: 0px -2px 2px #fafafa;
	display: none;
}
.in-nav dt{
	height: 37px;
	line-height: 37px;
	text-align: center;
}
.in-nav dt a{
	height: 37px;
	line-height: 37px;
	box-sizing: border-box;
	display: inline-block;
	border-top: 1px solid #eee;
}
.in-nav dt:hover a{
	color: #92c533;
}
.in-nav dl dt:first-child a{
	border: none;
}
.register{
	float: right;
	right: 0;
	width: 203px;
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	margin-top: 26px;
	background: url(../images/sign-in-icon.jpg) no-repeat left center;
	padding-left: 25px;
	box-sizing: border-box;
}
.register a:first-child{
	padding-right: 6px;
	padding-left: 0;
	border-right: 2px solid #7a7a7a;
}
.register a{
	color: #333;
	padding-left:6px;
}
/*顶部结束*/
/*底部开始*/
.bottom{
	width: 100%;
	height: 354px;
	background: #333;
	padding-top: 78px;
	box-sizing: border-box;
}
.qr-code{
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 40px;
}
.contact-info{
	width: 421px;
	height: 140px;
	float: left;
	color: #999;
	font-size: 16px;
}

.contact-info p{
	margin-bottom: 22px;
}
.f-nav{
	float: right;
	margin-bottom: 40px;
}
.f-nav ul{
	float: left;
	margin-left: 73px;
}
.f-nav li{
	font-size: 18px;
	color: #fff;
	margin-bottom: 8px;
}

.f-nav li a{
	font-size: 16px;
	color: #999;
}
.f-nav ul li:first-child{
	margin-bottom: 20px;
}
.f-nav ul li:first-child a{
	font-size: 18px;
	color: #fff;
}
.tel-wrap{
	overflow: hidden;
    width: 100%;
    height: 30px;

}
.tel-wrap p{
	font-size: 20px;
	color: #fff;
	/*margin-top: 65px;*/
	float: left;
	margin-left: 230px;
	padding-right: 150px;
	background: url(../images/tel-1.jpg) no-repeat right center;
}
.tel-wrap p+p{
	margin-left: 62px;
	padding-right: 158px;
	background: url(../images/tel-2.jpg) no-repeat right center;
}
.copy-right{
	height: 90px;
	background: #444;
	color: #999;
	text-align: center;
	padding-top: 25px;
	box-sizing: border-box;
}
.copy-right a{color: #999;}
.copy-right p{
	width: 1200px;
	margin: 0 auto;
}
/*底部结束*/