﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; line-height:24px; font-family:'Microsoft YaHei'; font-size:12px; background:#f9f9f9;
	color: #434343;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}

img{display:block; max-width: 100%;
    width: auto;
  height: auto;}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;} 
.blank10{ width:100%;
.height:10px; clear:both;} 
.blank15{ width:100%; height:15px;
.clear:both;} 
.blank20{ width:100%; height:20px; clear:both;} 
.blank30{
.width:100%; height:30px; clear:both;} 
.blank40{ width:100%;
.height:40px; clear:both;} 
.blank50{ width:100%; height:50px;
.clear:both;} 
.blank60{ width:100%; height:60px; clear:both;} 
.blank70{
.width:100%; height:70px; clear:both;} 
.blank80{ width:100%;
.height:80px; clear:both;} 
.blank150{ width:100%; height:150px;
.clear:both;}

/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/

.max{ position:relative; overflow:hidden;}
.main {
	 min-height: 32vh;
	 position: relative;
    z-index: 1;
}

.inner{width:1200px; height:auto;
  position:relative;clear:both;
   margin:0 auto;}
@font-face
{
	font-family: '思源黑体SC-Heavy';
	src: url(../fonts/思源黑体SC-Heavy.otf);
}
/*首页*/
span {
	display: block;
}
.banner .swiper-pagination-bullet-active {
	width: 80px;
	height: 5px;
	background:#5780cb !important;
	border-radius: 0;
	opacity: 1 !important;
}
.banner .swiper-pagination-bullet {
	width: 80px;
	height: 5px;
	background:#dbd5d5;
	border-radius: 0;
	opacity: 1 !important;
}
.header {
	position: relative;
}
.header_top {
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.logo {
	float: left;
}
.logo img {
	width: 268px;
	height: 63px;
}
.header_left {
	width: 273px;
	float: right;
	margin-top: 19.5px;
}
.tel {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/tel.png) no-repeat left center;
	background-size: 20px 20px;
	padding-left: 30px;
}
.header_login {
	float: right;
	font-size: 15px;
	color: #ffffff;
	background: url(../images/login.png) no-repeat left center;
	background-size: 20px 20px;
	padding-left: 30px;
	text-decoration: underline;
	cursor: pointer;
}
.nav {
	margin-top: 30px;
}
.nav_item {
	width: 110px;
	float: left;
	margin-left: 45.7px;
	border: 1px solid transparent;
}
.nav_item:first-of-type {
	margin-left: 0;
}
.nav_item a {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	display: block;
}
.nav_item_current {
	border: 1px solid #ffffff;
}
.nav_item:hover {
	border: 1px solid #ffffff;
}
.index_pro_title {
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
}
.index_pro_en {
	font-size: 60px;
	font-weight: bold;
	color: #f2f2f2;
	text-align: center;
	font-family: '思源黑体SC-Heavy';
	line-height: 60px;
}
.index_pro_zh {
	font-size: 25px;
	color: #333333;
	text-align: center;
	margin-top: -20px;
	position: relative;
	z-index: 1;
}
.index_pro_top {
	position: relative;
}
.index_search {
	position: absolute;
	bottom: 20px;
	right: 0;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 50px;
	width: 313px;
	z-index: 2;
}
.index_search input {
	float: left;
	font-size: 15px;
	color: #c0c0c0;
	height: 40px;
	padding: 8px;
	box-sizing: border-box;
	width: 220px;
	border: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	outline: none;
}
.index_search_btu {
	background: #fab000;
	border: none;
	width: 90px;
	height: 40px;
	text-align: center;
	padding: 8px 0;
	border-radius: 50px;
	float: right;
	outline: none;
}
.index_search_btu img {
	margin: 0 auto;
}
.index_pro_thead {
	background: #f1f1f1;
}
.index_pro_td1 {
	width: 275px;
	text-align: center;
}
.index_pro_td2 {
	width: 160px;
	text-align: center;
}
.index_pro_td3 {
	width: 110px;
	text-align: center;
}
.index_pro_td4 {
	width: 285px;
	text-align: center;
}
.index_pro_td5 {
	width: 150px;
	text-align: center;
}
.index_pro_td6 {
	width: 110px;
	text-align: center;
}
.index_pro_td7 {
	width: 110px;
	text-align: center;
}
.index_pro_thead td {
	font-size: 15px;
	color: #333333;
	padding: 12px 0;
	line-height: 15px;
	border-left: 1px solid #ffffff;
	box-sizing: border-box;
}
.index_pro_thead td:first-of-type {
	border-left: none;
}
.index_pro_tbody {
	background: #ffffff;
}
.index_pro_tbody td {
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
	padding: 19px 10px;
	line-height: 18px;
	border-left: 1px solid #eeeeee;
}
.index_pro_tbody td:first-of-type {
	border-left: none;
}
.index_pro_tbody tr {
	border-bottom: 1px solid #eeeeee;
}
.index_pro_tbody tr:last-of-type {
	border-bottom: none;
}
.index_pro_tbody .index_pro_td6,
.index_pro_tbody .index_pro_td7 {
	cursor: pointer;
}
.index_pro_td6 img,
.index_pro_td7 img {
	margin: 0 auto;
	width: 19px;
	height: 19px;
}
.index_pro_link {
	background: #f1f1f1;
	font-size: 15px;
	color: #333333;
	width: 180px;
	display: block;
	margin: 20px auto 50px auto;
	border-radius: 50px;
	text-align: center;
	line-height: 45px;
}
.index_about {
	position: relative;
	margin-bottom: 44px;
}
.index_about_photo {
	float: left;
	width: 948px;
	height: 397px;
}
.index_about_left {
	width: 55%;
	background: #135cc0;
	border-top-left-radius: 160px;
	border-bottom-left-radius: 160px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 36px 95px;
}
.index_about_en {
	font-size: 60px;
	font-weight: bold;
	color: #1861c6;
	font-family: '思源黑体SC-Heavy';
	line-height: 60px;
}
.index_about_zh {
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	margin-top: -20px;
	position: relative;
	z-index: 1;
}
.index_about_text {
	width: 640px;
	font-size: 15px;
	color: #ffffff;
	line-height: 35px;
	margin: 20px 0 35px 0;
}
.index_about_link {
	font-size: 15px;
	color: #ffffff;
}
.index_about_link:hover {
	text-decoration: underline;
}
.index_about_bg {
	position: absolute;
	bottom: 15px;
	right: 13%;
}
.footer {
	background: #ffffff;
	padding: 30px 0 0 0;
	box-shadow:0px -1px 5px #eeeeee;
	position: relative;
	z-index: 0;
}
.footer_logo {
	float: left;
}
.footer_logo img {
	width: 229px;
	height: 104px;
}
.footer_list {
	float: right;
	width: 590px;
	margin-top: 25px;
}
.footer_item {
	float: left;
	width: 147px;
	text-align: center;
	margin-bottom: 18px;
}
.footer_item a {
	display: block;
	font-size: 16px;
	color: #444444;
	border-right: 1px solid #dddddd;
	line-height: 19px;
}
.footer_item a:hover {
	text-decoration: underline;
}
.footer_item:nth-child(4n-3) a {
	border-left: 1px solid #dddddd;
}
.small {
	font-size: 14px;
	text-align: center;
	padding: 12px 0;
	line-height: 14px;
	color: #ffffff;
	background: #18558f;
	margin-top: 30px;
}


/*关于美罗*/
.area {
	background: #e2e0df;
	position: relative;
}
.area_title {
	float: left;
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
	padding: 12px 0;
}
.area_list {
	float: right;
	margin-top: 4px;
}
.area_item {
	float: left;
	font-size: 16px;
	color: #333333;
	position: relative;
	line-height: 16px;
	margin-left: 15px;
	cursor: pointer;
	position: relative;
	padding: 14px 0 14px 15px;
}
.area_item::before {
	content: "";
 width: 1px;
 height: 16px;
 position: absolute;
 top: 0
  border-radius: 4rpx;
 left:0;
 background: #828282;
}
.area_item a {
	color: #333333;
}
.area_item:hover {
	text-decoration: underline;
}
.area_special {
	position: relative;
}
.area_special::before {
	content: "";
 width: 1px;
 height: 16px;
 position: absolute;
 top: 0
  border-radius: 4rpx;
 left:0;
 background: #e2e0df;
}
.list {
	position: relative;
	z-index: 1;
	width: 500px;
	float: left;
}
.item {
	float: left;
	font-size: 14px;
	color: #747474;
	line-height: 14px;
	margin: 30px 0;
}
.item a {
	font-size: 14px;
	color: #747474;
}
.item a:hover {
	text-decoration: underline;
}
.item:first-of-type {
	background: url(../images/home.png) no-repeat left center;
	background-size: 16px 14px;
	padding-left: 18px;
}
.about_title {
	font-size: 26px;
	color: #333333;
	line-height: 26px;
	text-align: center;
	display: inline-block;
    width: 100%;
}
.box {
	margin: 40px 0 130px 0;
}
.box span {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.box img {
	margin: 0 auto;
}

/*新闻*/
.news_item:hover {
	background: #ffffff;
}
.news_item a {
	width: 1200px;
	margin: 0 auto;
	display: block;
	padding: 25px 8px;
	border-bottom: 1px solid #cdcdcd;
}
.news_title {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	float: left;
	line-height: 20px;
}
.news_time {
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	float: right;
	margin-top: 3px;
}
.news_text {
	font-size: 16px;
	color: #888888;
	line-height: 28px;
	margin-top: 20px;
}

/*翻页*/
DIV.quotes {
PADDING: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN:left;
margin-top: 60px;
text-align: center;
margin-bottom: 116px;
}
.quotes_text {
	font-size: 18px;
	color:#333333;
	margin-right: 30px;
}
.quotes span {
	display: inline-block;
}
DIV.quotes A {
 padding:5px 10px;
 border: 1px solid transparent; 
 text-align:center;
 font-size:18px; COLOR: #888888; MARGIN-RIGHT:8px; TEXT-DECORATION: none;display: inline-block;
}
DIV.quotes A:hover {
  COLOR: #3471dd; 
  border: 1px solid #3471dd;

	
	}

DIV.quotes SPAN.current {
  COLOR: #3471dd; 
  padding: 5px 10px;
  border: 1px solid #3471dd;
	 text-align:center;  
	 font-size:18px;
	 MARGIN-RIGHT:8px;
}
DIV.quotes .disabled {
  padding:5px 10px;  font-family:Arial; font-size:18px; COLOR: #333333; MARGIN-RIGHT: 8px; }


/*新闻详情*/
.news_ex_title {
	font-size: 25px;
	color: #333333;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	padding-bottom: 35px;
	border-bottom: 1px solid #cdcdcd;
	display: inline-block;
    width: 100%;
}
.news_ex_time {
	font-size: 14px;
	color: 333333;
	text-align: center;
	line-height: 14px;
	margin-top: 20px;
}

/*产品展示*/
.pro_search {
	margin: 40px auto;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 50px;
	width: 313px;
	z-index: 2;
}
.pro_search input {
	float: left;
	font-size: 15px;
	color: #c0c0c0;
	height: 40px;
	padding: 8px 8px 8px 15px;
	box-sizing: border-box;
	width: 220px;
	border: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	outline: none;
}
.pro_section {
	margin-bottom: 80px;
}
.pro_model {
	width: 1060px;
	background: #ffffff;
	padding: 50px;
	border: 1px solid #bababa;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
	display: none;
}
.pro_model_left {
	float: left;
	width: 450px;
	border-right: 1px solid #bababa;
}
.pro_model_left img {
 	margin: 0 auto 30px auto;
 	width: 300px;
 	height: 352px;
}
.pro_model_text {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	padding-left: 70px;
}
.pro_model_right {
	width: 508px;
	padding-left: 80px;
	float: right;
}
.pro_model_title {
	font-size: 14px;
	color: #333333;
}
.pro_model_box span {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.pro_model_close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

/*业务板块*/
.area_list1 {
	position: absolute;
	top: 100%;
	left: -55px;
	background: #ebebeb;
	width: 290px;
	z-index: 5;
	display: none;
	border-top: 7px solid #ffffff;
}
.area_list2 {
	position: absolute;
	top: 100%;
	left: -175px;
	background: #ebebeb;
	width: 440px;
	z-index: 5;
	border-top: 7px solid #ffffff;
	display: none;
}
.area_item1 {
	float: left;
	width: 145px;
	text-align: center;
}
.area_item1:hover {
	text-decoration: underline;
}
.area_list1::before {
	content: '';
	width: 15px;
    height: 7px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #ebebeb;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
}
.area_list2::before {
	content: '';
	width: 15px;
    height: 7px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #ebebeb;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
}
.area_item1 a {
	font-size: 15px;
	color: #666666;
	padding: 12px 0;
}
.special {
	z-index: 0;
}
.sector .area_item:hover {
	text-decoration: none;
}
.sector_section {
	width: 672px;
	margin: 0 auto;
	background: url(../images/bg.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding: 35px; 
}
.sector_title {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 15px;
}
.sector_section1 {
	margin-top: 70px;
}
.sector_form {
	background: #ffffff;
	padding: 45px;
}
.sector_form input {
	width: 100%;
	border: 1px solid #bababa;
	height: 58px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 20px;
	color: #989898;
	margin-bottom: 15px;
}
.sector_btu {
	width: 340px;
	background: #3471dd;
	border: none;
	font-size: 20px;
	color: #ffffff;
	line-height: 58px;
	margin: 26px auto 0 auto;
	display: block;
}
.index_section {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 672px;
	margin: 0 auto;
	background: url(../images/bg.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding: 35px; 
	z-index: 65;
	display: none;
}
.index_close {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

/*业务板块查询*/
.sector_header {
	background: #f1f1f1;
}
.search_td1 {
	width: 290px;
	text-align: center;
}
.search_td2 {
	width: 160px;
	text-align: center;
}
.search_td3 {
	width: 255px;
	text-align: center;
}
.search_td4 {
	width: 110px;
	text-align: center;
}
.search_td5 {
	width: 245px;
	text-align: center;
}
.search_td6 {
	width: 140px;
	text-align: center;
}
.sector_header td {
	font-size: 15px;
	color: #333333;
	border-left: 1px solid #ffffff;
	padding: 12px 0;
}
.sector_header td:first-of-type {
	border-left: none;
}
.search_tbody {
	background: #ffffff;
}
.search_tbody td {
	font-size: 14px;
	color: #333333;
	border-left: 1px solid #eeeeee;
	padding: 24px 0;
}
.search_tbody td:first-of-type {
	border-left: none;
}
.search_tbody tr {
	border-bottom: 1px solid #eeeeee;
}
.search_tbody tr:last-of-type {
	border-bottom: none;
}
.search_td6 {
	cursor: pointer;
}
.search_td6 img {
	margin: 0 auto;
}
.search_model {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 500px;
	background: #ffffff;
	z-index: 650;
	padding: 50px;
	border: 1px solid #eeeeee;
	display: none;
}
.search_model img {
	margin: 0 auto;
}

/*业务板块采购查询*/
.sector_pur_top {
	margin: 45px 0;
}
.sector_pur_top_text {
	width: 290px;
	background: #ffffff;
	font-size: 15px;
	color: #333333;
	border: 1px solid #dcdcdc;
	border-radius: 50px;
	line-height: 50px;
	padding: 0 15px;
	float: left;
}
.laydate_ico {
	background: #ffffff url(../images/ico5.jpg) no-repeat 96% center;
	background-size: 16px 17px;
	margin-left: 20px;
	color: #c0c0c0;
	height: 50px;
}
.sector_pur_top_btu {
	background: #fab000;
	height: 50px;
	border-radius: 50px;
	width: 270px;
	margin-left: 20px;
}
.sector_pur_top_btu img {
	margin: 0 auto;
}
.sector_pur_thead {
	background: #f1f1f1;
}
.sector_pur_thead td {
	font-size: 15px;
	padding: 12px 0;
	color: #333333;
	text-align: center;
	border-left: 1px solid #ffffff;
}
.sector_pur_thead td:first-of-type {
	border-left: none;
}
.sector_pur_td1 {
	width: 110px;
}
.sector_pur_td2 {
	width: 120px;
}
.sector_pur_td3 {
	width: 235px;
}
.sector_pur_td4 {
	width: 155px;
}
.sector_pur_td5 {
	width: 90px;
}
.sector_pur_td6 {
	width: 50px;
}
.sector_pur_td7 {
	width: 60px;
}
.sector_pur_td8 {
	width: 235px;
}
.sector_pur_td9 {
	width: 90px;
}
.sector_pur_td10 {
	width: 90px;
}
.sector_pur_td11 {
	width: 55px;
}
.sector_pur_tbody {
	background: #ffffff;
}
.sector_pur_tbody td {
	font-size: 14px;
	padding: 24px 0;
	color: #333333;
	text-align: center;
	border-left: 1px solid #eeeeee;
}
.sector_pur_tbody tr {
	border-bottom: 1px solid #eeeeee;
}
.sector_pur_tbody td:first-of-type {
	border-left: none;
}
.sector_pur_tbody tr:last-of-type {
	border-bottom: none;
}
.sector_stock_list {
	margin: 0 auto;
	float: none;
}

/*在线留言*/
.message_form {
	width: 415px;
	margin: 58px auto 150px auto;
}
.message_form input {
	width: 100%;
	height: 50px;
	padding: 8px 15px;
	font-size: 15px;
	color: #c0c0c0;
	border: 1px solid #dcdcdc;
	border-radius: 50px;
	margin-bottom: 20px;
}
.message_btu {
	bottom: none;
	width: 100%;
	height: 50px;
	color: #ffffff;
	font-size: 15px;
	background: #fab000;
	border-radius: 50px;
	margin-top: 20px;
}

/*诚聘英才*/
.recruit_list {
	margin: 50px 0 70px 0;
}
.recruit_item {
	width: 560px;
	float: left;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 35px;
	margin-left: 80px;
	margin-bottom: 80px;
}
.recruit_item:nth-child(odd) {
	margin-left: 0;
}
.recruit_name {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 15px;
}
.recruit_num {
	float: left;
	font-size: 15px;
	color: #999999;
	line-height: 15px;
}
.recruit_time {
	float: right;
	font-size: 15px;
	color: #999999;
	line-height: 15px;
}
.recruit_text {
	font-size: 17px;
	color: #333333;
	line-height: 30px;
	margin: 30px 0 50px 0;
}
.recruit_link {
	margin: 0 auto;
	background: #fab000;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 0;
	text-align: center;
	border-radius: 50px;
	width: 350px;
}

/*联系我们*/
.contact_section {
	margin: 50px 0 150px 0;
}
.map {
	float: left;
}
.map img {
	width: 578px;
	height: 377px;
}
.contact_right {
	float: right;
	width: 622px;
	height: 377px;
	background: url(../images/bg1.jpg) no-repeat left top;
	background-size: 622px 377px;
	padding: 73px 0;
}
.contact_right img {
	margin: 0 auto 35px auto;
}
.con_tel {
	font-size: 20px;
	color: #333333;
	padding-left: 35px;
	background: url(../images/ico3.png) no-repeat left center;
	background-size: 23px 23px;
	margin-bottom: 15px;
	margin-left: 175px;
}
.con_add {
	font-size: 20px;
	color: #333333;
	padding-left: 35px;
	background: url(../images/ico4.png) no-repeat left center;
	background-size: 23px 23px;
	margin-left: 175px;
}

/*销售查询*/
.sector_sale_thead {
	background: #f1f1f1;
}
.sector_sale_thead td {
	padding: 12px;
	text-align: center;
	font-size: 15px;
	color: #333333;
	border-left: 1px solid #ffffff;
}
.sector_sale_thead td:first-of-type {
	border-left: none;
}
.sector_sale_td1 {
	width: 100px;
}
.sector_sale_td2 {
	width: 90px;
}
.sector_sale_td3 {
	width: 110px;
}
.sector_sale_td4 {
	width: 105px;
}
.sector_sale_td5 {
	width: 100px;
}
.sector_sale_td6 {
	width: 100px;
}
.sector_sale_td7 {
	width: 60px;
}
.sector_sale_td8 {
	width: 100px;
}
.sector_sale_td9 {
	width: 205px;
}
.sector_sale_td10 {
	width: 80px;
}
.sector_sale_td11 {
	width: 100px;
}
.sector_sale_td12 {
	width: 60px;
}
.sector_sale_tbody {
	background: #ffffff;
}
.sector_sale_tbody td {
	font-size: 14px;
	padding: 24px 0;
	color: #333333;
	text-align: center;
	border-left: 1px solid #eeeeee;
}
.sector_sale_tbody tr {
	border-bottom: 1px solid #eeeeee;
}
.sector_sale_tbody td:first-of-type {
	border-left: none;
}
.sector_sale_tbody tr:last-of-type {
	border-bottom: none;
}
.zb {
	background: #18558f;
	border: none;
	font-size: 14px;
	color: #ffffff;
	padding: 8px 0;
	width: 100px;
	text-align: center;
}