body {
	background-color: #fff;
}

.banner {
	width: 100%;
	height: 320px;
	background: url(../images/banner.png);
	background-size: 100% 100%
}

.banner-content {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
	box-sizing: border-box;
}

.banner-content h2 {
	font-size: 41px;
	color: #fff;
	margin-bottom: 10px;
}

.banner-content p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.title {
	text-align: center;
	margin: 35px 0;
}

.title span {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin: 0 12px;
	display: inline-block;
	vertical-align: middle;
}

.matter-inventory table {
	width: 100%;
	table-layout: fixed;
}

.matter-inventory table th {
	background-color: #399777;
	color: #fff;
	height: 40px;
	font-size: 16px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.matter-inventory table td {
	color: #333;
	height: 70px;
	font-size: 15px;
	border-bottom: 1px solid #e5e5e5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.matter-inventory table td a {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #12835d;
	border: 1px solid #12835d;
	color: #12835d;
}

.matter-inventory table th:nth-child(2),
.matter-inventory table td:nth-child(2) {
	text-align: left;
}

.matter-inventory table tbody tr:nth-child(2n) {
	background-color: #f0f7f5;
}

.paging {
	text-align: center;
	margin-top: 45px;
	line-height: 29px;
}

.paging a,
.paging input {
	display: inline-block;
	line-height: 27px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 0 10px;
	margin: 0 5px;
	cursor: pointer;
	font-size: 15px;
	color: #333;
}

.paging input {
	width: 37px;
	outline: none;
}

.paging input::placeholder {
	color: #333;
}

.convenient-service ul li {
	float: left;
	width: 380px;
	height: 255px;
	background-color: #f4f4f4;
	border-radius: 5px;
	padding: 60px 0;
	box-sizing: border-box;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}

.convenient-service ul li p {
	color: #000000;
	font-size: 18px;
}

.convenient-service ul li span {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-bottom: 25px;
}

.convenient-service ul li:nth-child(3n) {
	margin-right: 0;
}

.convenient-service ul li:nth-child(1) span {
	background: url(../images/icon01.png);
}

.convenient-service ul li:nth-child(2) span {
	background: url(../images/icon02.png);
}

.convenient-service ul li:nth-child(3) span {
	background: url(../images/icon03.png);
}

.convenient-service ul li:nth-child(4) span {
	background: url(../images/icon04.png);
}

.convenient-service ul li:nth-child(5) span {
	background: url(../images/icon05.png);
}

.convenient-service ul li:nth-child(6) span {
	background: url(../images/icon06.png);
}

.convenient-service ul li:hover {
	background-color: #399777;
}

.convenient-service ul li:hover p {
	color: #fff;
}

.convenient-service ul li:nth-child(1):hover span {
	background: url(../images/icon-on01.png);
}

.convenient-service ul li:nth-child(2):hover span {
	background: url(../images/icon-on02.png);
}

.convenient-service ul li:nth-child(3):hover span {
	background: url(../images/icon-on03.png);
}

.convenient-service ul li:nth-child(4):hover span {
	background: url(../images/icon-on04.png);
}

.convenient-service ul li:nth-child(5):hover span {
	background: url(../images/icon-on05.png);
}

.convenient-service ul li:nth-child(6):hover span {
	background: url(../images/icon-on06.png);
}

.handle-list {
	margin-bottom: 30px;
}

.handle-list span {
	padding: 0 60px 0 15px;
	font-size: 16px;
	color: #000;
	background-color: #f4f4f4;
	width: 580px;
	display: block;
	box-sizing: border-box;
	line-height: 55px;
	border-radius: 5px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.handle-list span img {
	margin-right: 10px;
}

.handle-list span:after {
	content: '';
	width: 10px;
	height: 9px;
	position: absolute;
	background: url(../images/jt.png);
	right: 40px;
	top: 50%;
	margin-top: -5px;
}

.apply-list .apply-item {
	width: 575px;
	height: 180px;
	padding: 40px 70px;
	box-sizing: border-box;
	position: relative;
}

.apply-list .apply-item:nth-child(1) {
	background: url(../images/service01.png);
}

.apply-list .apply-item:nth-child(2) {
	background: url(../images/service02.png);
}

.apply-item h2 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.apply-list .apply-item a {
	position: absolute;
	top: 30px;
	right: 40px
}

/*  办事区划选择*/
.choose-tab h2 {
	font-size: 18px;
	color: #000;
	margin: 40px 0;
}

.choose-tab h2 span {
	margin-left: 20px;
	color: #248c69;
	font-weight: bold;
	font-size: 18px;
}

.choose-tab p span {
	width: 220px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	background-color: #f0f0f0;
	font-size: 16px;
	color: #000;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}

.choose-tab p span:nth-child(5n) {
	margin-right: 0;
}

.choose-tab p span.on {
	background-color: #399777;
	color: #fff;
}

.choose-content {
	position: relative;
}

.choose-content .close {
	position: absolute;
	right: 20px;
	top: -30px;
	z-index: 100;
}

/* 历史查看申请 */
.ls-banner {
	background: url(../images/ls-banner.png);
	background-size: 100% 100%
}

.history {
	border: 1px solid #399777;
	background-color: #f0f7f5;
	margin: 40px auto;
}

.history-h2 {
	text-align: center;
	margin: 35px 0;
}

.history-h2 span {
	display: inline-block;
	color: #399777;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
}

.history-h2 span:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 4px;
	background-color: #399777;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
}

.search {
	width: 580px;
	height: 60px;
	border: 1px solid #399777;
	margin: 0 auto 70px;
	line-height: 60px;
	padding: 0 20px;
	position: relative;
	border-radius: 5px;
}

.search input {
	font-size: 16px;
	height: 40px;
	padding: 10px;
	border: none;
	outline: none;
	width: 400px;
	background: transparent;
}

.search input::placeholder {
	color: #666;
}

.search button {
	position: absolute;
	right: -1px;
	top: 0;
	width: 135px;
	height: 60px;
	background-color: #399777;
	border: none;
	color: #fff;
	font-size: 18px;
	border-radius: 0 5px 5px 0;
}

.history .result h2 {
	background-color: #399777;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	padding: 0 20px;
}

.history .result ul li {
	padding: 15px 20px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
}

.history .result ul li:nth-child(2n) {
	background-color: #f0f7f5;
}

.history .result ul li h3 {
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
}

.history .result ul li h3 b {
	display: inline-block;
	width: 3px;
	height: 6px;
	background-color: #399777;
	border-radius: 4px;
	vertical-align: middle;
	margin-right: 5px;
}

.history .result ul li p span {
	margin-right: 20px;
	color: #999;
}

.history .result ul li.no-data {
	text-align: center;
	margin: 20px 0;
	border: 0
}

.form-content {
	width: 750px;
	margin: 0 auto;
}

.form-content .form-item {
	margin-bottom: 15px;
}

.form-content .form-item>div {
	display: inline-block;
	line-height: 35px;
}

.form-content .form-item>div.label {
	width: 120px;
	text-align: right;
	font-size: 14px;
	color: #222;
	vertical-align: top;
}

.form-content .form-item>div.form-input {
	width: 610px;
}

.form-content .form-item>div.form-input select,
.form-content .form-item>div.form-input input {
	border: 1px solid #d0d8e3;
	height: 35px;
	width: 100%;
	padding: 0 10px;
	color: #333;
	outline: none;
}

.form-content .form-item>div.form-input textarea {
	border: 1px solid #d0d8e3;
	width: 100%;
	padding: 0 10px;
	color: #333;
	outline: none;
}

.form-content .form-item>div.form-input input::placeholder,
.form-content .form-item>div.form-input textarea::placeholder {
	color: #a6adb5
}

.form-content .form-item>div.form-input textarea {
	padding: 10px;
}

.submit {
	width: 340px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #389173;
	color: #fff;
	font-size: 18px;
	margin: 30px auto;
	border-radius: 3px;
}

.search-home {
	float: right;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	width: 330px;
}

.search-home input {
	width: 240px;
	font-size: 16px;
	padding: 0 5px;
}

.search-home button {
	height: 40px;
	width: 80px;
}

.search-home img {
	width: 20px;
	vertical-align: middle;
	margin-top: -2px;
}

.f60 {
	font-size: 60px !important;
}

/* 详情 */
.detail-banner {
	background: url(../images/detail-banner.png);
	background-size: 100% 100%;
	height: 190px;
}

.detail-banner .banner-content {
	padding: 40px 0;
}

.nav {
	margin: 20px 0;
}

.nav img {
	vertical-align: middle;
	margin-right: 10px;
}

.nav a {
	color: #111;
}

.detail-content {
	border: 1px solid #399777;
	padding: 40px;
}

.detail-content h2 {
	font-size: 24px;
	color: #399777;
	font-weight: bold;
	text-align: center;
}

.detail-content h3 {
	color: #999;
	text-align: center;
	margin: 20px 0;
}

.detail-content p {
	color: #666;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 5px;
}

.detail-content .pic {
	text-align: center;
}

/* 免费邮寄专题页 */
.mail-banner {
	background: url(../images/yj-banner.png);
	background-size: 100% 100%
}

.ewm {
	width: 1180px;
	height: 285px;
	margin: 0 auto;
	background: url(../images/ewm-bg.png);
	background-size: 100% 100%;
	padding: 60px 280px 60px 110px;
	box-sizing: border-box;
	position: relative;
}

.ewm p {
	font-size: 15px;
	color: #222;
	line-height: 25px;
}

.ewm-content {
	position: absolute;
	right: 40px;
	top: 110px;
	text-align: center;
}

.ewm-content span {
	display: inline-block;
	background-color: #fff;
	padding: 10px;
}

.ewm-content span img {
	width: 100px;
	height: 100px;
}

.ewm-content h2 {
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
}

.ewm-list li {
	width: 375px;
	height: 200px;
	background-color: #f4f4f4;
	padding: 50px 0;
	text-align: center;
	display: inline-block;
	margin-right: 32px;
	box-sizing: border-box;
}

.ewm-list li:nth-child(3n) {
	margin-right: 0;
}

.ewm-list li h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.ewm-list li h3 {
	font-size: 30px;
	color: #0e8c67;
	font-weight: bold;
	margin: 10px 0;
}

.ewm-list li p {
	font-size: 16px;
	color: #333;
}

.echarts {
	margin-top: 50px;
	text-align: center;
}

.form-title .form-item {
	display: inline-block;
	margin-right: 20px;
}

.form-title .form-item>div {
	display: inline-block;
	line-height: 35px;
}

.form-title .form-item>div.label {
	width: 80px;
	text-align: left;
	font-size: 18px;
	color: #000000;
	vertical-align: top;
	font-weight: bold;
}

.form-title .form-item>div.form-input {
	width: 215px;
}

.form-title .form-item>div.form-input select,
.form-title .form-item>div.form-input input {
	border: 1px solid #399777;
	height: 35px;
	width: 100%;
	padding: 0 10px;
	color: #333;
	outline: none;
}

select option {
	border: 1px solid #399777;
	background: rgba(0, 0, 0, 0);
}

.divselect {
	width: 100%;
	position: relative;
	z-index: 10000;
}

.divselect  cite {
	width: 215px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #333;
	cursor: pointer;
	font-style: normal;
	padding: 0 10px;
	border: 1px solid #399777;
	box-sizing: border-box;
	background: url(../images/sj.png) 190px center  no-repeat;
}

.divselect  ul {
	width: 213px;
	border: 1px solid #399777;
	background-color: #ffffff;
	position: absolute;
	z-index: 20000;
	margin-top: -1px;
	display: none;
	border-radius: 5px;
	background-color: #fff;
}

.divselect  ul li {
	height: 40px;
	line-height: 40px;
}

.divselect  ul li a {
	display: block;
	height: 40px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.divselect  ul li a:hover {
	background-color: #399777;
	color: #fff;
}
.network-title{
	color: #12835d;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.network .form-title .form-item>div.form-input ,.network .divselect cite{
    width: 585px;
	height: 40px;
	border-radius: 5px;
}
.network .divselect cite{
	background: url(../images/sj.png) 550px center  no-repeat;
}
.network .divselect  ul{
	width:573px ;
}
.network .search-home{
	width: 543px;
}
.network  .search-home button{
	width: 120px;
}
.network-list{
	
}
.network-list  li{
	width: 585px;
	background-color: #f6f6f6;
	padding: 15px 30px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 5px;
}
.network-list  li h2{
	font-size: 16px;
	color: #000;
}
.network-list  li:nth-child(1){
	margin-right: 25px;
}
.network-list  li h2 img{
	margin-left: 8px;
}
.network-list  li p{
	font-size: 14px;
	color: #333;
	margin-top: 15px;
}
.network-list  li p img{
	margin-right: 15px;
}