@charset "utf-8";
#preview{position: absolute;top:0;left:-6px;pointer-events:none;opacity: .3;}
/*公共*/
@font-face{
	font-family:'Open Sans';
	src:  url('../fonts/OpenSans-Regular.ttf');
	font-weight: normal;
}
@font-face{
	font-family:'Open Sans';
	src: url('../fonts/OpenSans-Bold.ttf');
	font-weight: bold;
}
@font-face{
	font-family:'Open Sans';
	src: url('../fonts/OpenSans-Italic.ttf');
	font-style: italic;
}
@font-face{
	font-family:'Open Sans';
	src: url('../fonts/OpenSans-BoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
}
body{font-size: 14px; font-family:'Open Sans';color:#333;overflow-x:scroll;}
.clear{clear:both;}
.no_right{margin-right: 0!important;}
.on{color:#2fa96e!important;}
.bg_on{background-color: #2fa96e!important;}
/*头部*/
.header{min-width: 1180px;background-color: #ffffff;}
.header .navs{
	width: 700px;
	float: right;
}
.header .header_wide{width: 1180px;height: 163px;margin:0 auto;}
.header .header_wide .logo{padding-top: 57px;margin-bottom:19px;float: left;}
.header .header_wide .company_name{float: left;font-size: 28px;margin-left: 30px;padding-top: 40px;color:#2baf63;font-weight: 600;}
.header .header_wide .search{float: right;padding-top: 40px;position: relative;}
.header .header_wide .search .input_style{width: 349px;height: 40px;padding-left: 16px;color:black;line-height: 40px;background: #f1f1f1;border:0;}
.header .header_wide .search .phTips { color: #999;font-style: italic; }
.header .header_wide .search .submit_style{width: 48px;height: 40px;border:0;position: absolute;top: 40px;right: 0;background:url('../images/header_search.png') no-repeat;background-position: center;background-color:#2fa96e; cursor:pointer;}
.header .header_wide .nav{width: 700px;margin-top: 30px;}
.header .header_wide .nav .nav_list{width: 700px;float: right;}
.header .header_wide .nav .nav_list .nLi{float: left;min-width: 47px;margin-right: 58px;font:16px 'Open Sans';font-weight: bold; position: relative;}
.header .header_wide .nav .nav_list .nLi a{color: #333;}
.header .header_wide .nav .nav_list .nLi:last-child{margin-right: 0px;}
.header .header_wide .nav .nav_list .nLi .sub{min-width:220px;position: absolute;top:30px;left:-10px; background: #fff; z-index: 1000; padding-top: 20px;border-top: 1px solid #e6e6e6;box-shadow: 0 -3px 5px rgba(0,0,0,0.1);display: none;border-radius: 5px; font-size: 14px; font-weight: normal;}
.header .header_wide .nav .nav_list .nLi .sub li a{display: block;padding-left: 20px;margin-bottom: 22px;color:#666;padding-right: 20px;}
.header .header_wide .nav .nav_list .nLi .sub li:hover a{color:#2baf63;}
.header .header_wide .nav .nav_ico{float: right;margin-top: -5px;}
.header .header_wide .nav .nav_ico a{margin-left: 24px;}
.header .header_wide .nav .nav_ico a:first-child{margin-left: 16px;}
/*尾部*/
.footer{width: 100%;height: 250px;padding-top: 43px;background: #f8f8f8;}
.footer .footer_wide{width: 1180px;height: 300px;margin:0 auto;padding-left: 20px;}
.footer .footer_wide .footer_info{margin-right: 110px;float: left;}
.footer .footer_wide .footer_info ul li {margin-bottom: 15px;}
.footer .footer_wide .footer_info ul li a{color:#666;}
.footer .footer_wide .footer_info ul li:hover a{color:#2baf63;}
.footer .footer_wide .footer_info ul li:first-child{margin-bottom: 18px;font-size:16px;font-weight: bold;color:#333;}
.footer .footer_wide .footer_info ul li:first-child a{font-size:16px;font-weight: bold;color:#333;}
.footer .footer_wide .footer_info_contact{float: left;margin-left: 112px;}
.footer .footer_wide .footer_info_contact>ul>li{margin-bottom:10px;color:#666;line-height:30px;}
.footer .footer_wide .li_img{float: left;margin:3px 13px 0 0 ;}
.footer .footer_wide .footer_info_contact>ul>li:first-child{margin-bottom: 12px;font-size:16px;font-weight: bold;color:#333;}
.footer .footer_wide .copyRight{border-top:1px solid #e0e0e0;margin-top: 48px;padding-top: 25px;text-align: center;color: #898989;}
.footer .footer_wide .copyRight .copyRight_info a{color:#fff;}
.footer .footer_wide .copyRight a{color:#999;}
.footer .footer_wide .foot_pay{padding-top:48px; text-align:center;}