﻿/* CSS Document */


html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}
html {
	height: 100%;
}
html{min-width: 1200px;} 
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background:#fff;
	overflow-x: hidden;
}
form {
	display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}
/* ---- header Style ---- */
.header{
	height: 40px;
	line-height: 38px;
	border-bottom: 1px solid #e2e2e2;
	background: url(../images/header.gif) left center repeat-x;
	font-size: 12px;
	color: #333;
}
.header .link{
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	color: #333;
}
/* ---- logo Style ---- */
.logoBox{
	height: 270px;
	position: relative;
	background: url(../images/Top_bg.jpg) center center no-repeat;
}
.logoBox img.logo{
	position: absolute;
	top: 42px;
	left: 0;
	height: 81px;
}
.searchBox{
	position: absolute;
	top: 53px;
	right: 0;
	width: 300px;
}
.searchBox .search{
	height: 35px;
	padding: 0 42px 0 0;
	position: relative;
	margin-bottom: 10px;
}
.searchBox .search .text_input{
	width: 100%;
	height: 35px;
	line-height: 33px;
	border: 1px solid #1e63b0;
	border-right: none;
	background: #fff;
	outline: none;
	font-size: 12px;
	color: #333;
	padding: 0 10px;
}
.searchBox .search .btn{
	width: 42px;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/icon_search.png) center center no-repeat #1e63b0;
	border: none;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.searchBox .hot{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}
.searchBox .hot a{
	display: inline-block;
	margin: 0 6px;

}
/* ---- menu Style ---- */
.menu{
	height: 50px;
	background: #1e63b0;
}
.menu ul{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
.menu ul li{
	width: 14.2857%;
	height: 50px;
	float: left;
	border-left: 1px solid #78a1cf;
}
.menu ul li:last-child{
	border-right: 1px solid #78a1cf;
}
.menu ul li a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}
.menu ul li a:hover{
	text-decoration: none;
}
/* ---- swiperBox Style ---- */
.swiperBox {
	float: left;
	width: 580px;
	position: relative;
	height: 360px;
}
.swiperBox .swiper-container{
	height: 360px;
	overflow: hidden;
}
.swiperBox .swiper-slide{
	position: relative;
}
.swiperBox .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.swiperBox .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.swiperBox .swiper-slide p {
	height: 48px;
	line-height:48px;
	padding:0 130px 0 18px;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size:18px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.swiperBox .pagination {
	position: absolute;
	right: 10px;
	bottom: 18px;
	z-index: 9;
}
.swiperBox .swiper-pagination-switch{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 6px;
	cursor: pointer;
}
.swiperBox .swiper-active-switch{
	background: #0069ae;
}
.swiperBox .swiper_left,
.swiperBox .swiper_right{
	position: absolute;
	top: 50%;
	margin-top: -37PX;
	width: 40px;
	height: 74px;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 9;
}
.swiperBox .swiper_left{
	background-image: url(../images/swiper_left.png);
	left: 0;
}
.swiperBox .swiper_right{
	background-image: url(../images/swiper_right.png);
	right: 0;
}
/* ---- container Style ---- */
.tabHead { 
	overflow:hidden;
	zoom:1;
	border-top: 2px solid #1e63b0;
	background:url(../images/tabhead_bg.gif) left center repeat-x;
	margin-bottom: 16px;
}
.tabHead li{
	float:left;
	width:160px;
	height: 43px;
	line-height: 43px;
	font-size: 22px;
	color:#666666;
	text-align:center;
	cursor:pointer;
}
.tabHead li.active{
	background:#1e63b0;
	color: #fff;
}
.tabBody>li{
	display:none;
	position: relative;
}
.tabBody>li.thisclass{
	display:list-item;
}
.tabBody>li a.more{
	position: absolute;
	right: 9px;
	top: -58px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	color: #666666;
	padding-left:9px ;
	background: url(../images/more_border.png) left center no-repeat;
}
.newsBox li{
	height: 42px;
	line-height: 41px;
	border-bottom: 1px dotted #e8e8e8;
	padding: 0 0 0 22px;
	font-size: 16px;
	color: #333333;
	background: url(../images/liststyle.png) left center no-repeat;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsBox li:last-child{
	border-bottom:none;
}
.newsBox_span li{
	padding-right:100px;
}
.newsBox_span li span{
	position: absolute;
	right: 0px;
	top: 0;
	height: 41px;
	line-height: 41px;
	font-size: 14px;
	color: #333;
}
.mainHead{
	height: 45px;
	position: relative;
	border-top: 2px solid #1f63b0;
	background: url(../images/tabhead_bg.gif) left center repeat-x;
	margin-bottom: 16px;
}
.mainHead h1{
	height: 43px;
	width: 160px;
	line-height: 43px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background: #1f63b0;
	font-weight: normal;
}
.mainHead h2{
	height: 43px;
	width: 162px;
	line-height: 43px;
	font-size: 22px;
	color: #333333;
	text-align: center;
	background: #fff;
	font-weight: normal;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.mainHead a.more{
	position: absolute;
	right: 9px;
	top: 0px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	color: #666666;
	padding-left:9px ;
	background: url(../images/more_border.png) left center no-repeat;
}
/* ---- govNav Style ---- */
.govNav{
	margin-top: 20px;
}
.govNav li{
	height: 60px;
	margin-bottom: 10px;
}
.govNav li a{
	display: block;
	height: 60px;
	line-height: 58px;
	border: 1px solid #e2e2e2;
	background: #f3f3f3;
	padding: 0 0 0 79px;
	font-size: 24px;
	color: #1e63b0;
}
.govNav li a:hover{
	text-decoration: none;
}
.govNav li:last-child{
	margin-bottom: 9px;
}
.govNav li a img{
	margin-right: 30px;
}
/* ---- detailedList Style ---- */
.detailedList{
	margin-bottom: 30px;
}
.detailedList li{
	width: 388px;
	float: left;
	height: 70px;
	margin-right:12px; 
}
.detailedList li:last-child{
	width: 400px;
	margin-right: 0;
}
.detailedList li a{
	display: block;
	height: 70px;
	line-height: 68px;
	text-align: center;
	font-size: 30px;
	color: #1e63b0;
	letter-spacing: 8px;
	font-family: "SimSun";
	font-weight: bold;
	border: 1px solid #e0e0e0;
	background: #f3f3f3;
}
.detailedList li a:hover{
	text-decoration: none;
}
/* ---- commercialLaw Style ---- */
.commercialLaw{
	margin-top: 25px;
	margin-bottom: 34px;
}
.commercialLaw li{
	float: left;
	width: 14.2857%;
	text-align: center;
}
.commercialLaw li p{
	margin-top: 10px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.commercialLaw li a{
	text-decoration: none;
}
/* ---- expressLane Style ---- */
.expressLane{
	margin-bottom: 30px;
}
.expressLane h1{
	width: 50px;
	height: 105px;
	background: #b50000;
	line-height: 20px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 12px 0 0;
	font-weight: normal;
	float: left;
}
.expressLane ul{
	width: 1144px;
	float: right;
}
.expressLane ul li{
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
.expressLane ul li:nth-child(1){
	width: 443px;
}
.expressLane ul li:nth-child(2){
	width: 256px;
}
.expressLane ul li:nth-child(3){
	width: 195px;
}
.expressLane ul li:nth-child(4){
	width: 190px;
}
.expressLane ul li:nth-child(5){
	width: 443px;
	margin-bottom: 0px;
}
.expressLane ul li:nth-child(6){
	width: 256px;
	margin-bottom: 0px;
}
.expressLane ul li:nth-child(7){
	width: 400px;
	margin-bottom: 0px;
}
.expressLane ul li a{
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 0 0 34px;
	background: #1e63b0;
	font-size: 18px;
	color: #fff;
}
.expressLane ul li a:hover{
	text-decoration: none;
}
.expressLane ul li a img{
	margin-right: 14px;
}
/* ---- c_of_c Style ---- */
.c_of_c{
	margin-top: 20px;
}
.c_of_c li{
	height: 45px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.c_of_c li:nth-child(1){
	width: 465px;
}
.c_of_c li:nth-child(2){
	width: 280px;
	margin-right: 0px;
}
.c_of_c li:nth-child(3){
	width: 240px;
	margin-bottom: 0px;
}
.c_of_c li:nth-child(4){
	width: 210px;
	margin-bottom: 0px;
}
.c_of_c li:nth-child(5){
	width: 280px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.c_of_c li a{
	display: block;
	height: 45px;
	border: 1px solid #0069ae;
	line-height: 43px;
	padding: 0 0 0 39px;
	font-size: 18px;
	color: #1e63b0;
}
.c_of_c li a:hover{
	text-decoration: none;
}
.c_of_c li img{
	margin-right: 16px;
}
/* ---- communication Style ---- */
.communication{
	margin-top: 20px;
}
.communication li{
	height: 45px;
	margin-bottom: 10px;
}
.communication li a{
	display: block;
	height: 45px;
	line-height:45px;
	background:url(../images/arrow_right.png) 376px center no-repeat #1e63b0; 
	padding: 0 0 0 38px;
	font-size: 18px;
	color: #fff;
}
.communication li a:hover{
	text-decoration: none;
}
.communication li img{
	margin-right: 18px;
}
/* ---- linkBox Style ---- */
.linkBox{
	border-top: 2px solid #1e63b0;
	padding: 30px 0 34px;
}
.linkBox h1{
	width: 140px;
	float: left;
	height: 24px;
	border-left: 4px solid #1e63b0;
	line-height: 24px;
	font-size: 20px;
	color: #1e63b0;
	padding: 0 0 0 18px;
	font-weight: normal;
}
.linkBox ul {
	width: 1060px;
	float: left;
}
.linkBox ul li{
	width: 30%;
	float: left;
	margin-right: 3.3333%;
}
.linkBox ul li select{
	width: 100%;
	height: 24px;
	line-height: 22px;
}
/* ---- leftNav Style ---- */
.leftNav{
	float: left;
	width: 210px;
	margin-bottom: 60px;
}
.leftNav h1{
	height: 66px;
	line-height: 66px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	background: #1e63b0;
}
.leftNav .nav{
	border-top: 1px solid #d1d1d1;
}
.leftNav .nav>li>a{
	display: block;
	height: 51px;
	line-height: 50px;
	background: url(../images/nav_bg.gif) repeat-x;
	font-size: 20px;
	color: #333333;
	padding: 0 10px 0 60px;
	position: relative;
	border: 1px solid #d1d1d1;
	border-top: none;
}
.leftNav .nav>li>a::before{
	content: "";
	position: absolute;
	left: 22px;
	top: 22px;
	width: 5px;
	height: 5px;
	background: #075bb3;
}
.leftNav .nav>li a:hover{
	text-decoration: none;
}
.leftNav .nav>li ul{
	border: 1px solid #d1d1d1;
	border-top: none;
}
.leftNav .nav>li ul li a{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #555;
	padding:0 0 0 50px;
	border-bottom: 1px dotted #d1d1d1;
}
.leftNav .nav>li ul li:last-child a{
	border-bottom: none;
}
/* ---- rightList Style ---- */
.rightList{
	width: 965px;
	float: right;
	border: 1px solid #dfddde;
	margin-bottom: 60px;
}
.crumbs{
	height: 46px;
	line-height: 45px;
	border-bottom: 1px solid #dfddde;
	background: url(../images/crumbs_bg.gif) repeat-x;
	padding: 0 30px 0 48px;
	font-size: 14px;
	color: #333;
	margin-bottom: 28px;
}
.theList{
	width: 910px;
	margin: 0 auto 60px;
}
.theList li{
	height: 44px;
	line-height: 43px;
	border-bottom: 1px dashed #d5d5d5;
	padding: 0 0 0 22px;
	font-size: 16px;
	color: #333333;
	background: url(../images/point.gif) left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.pager{
	line-height: 24px;
	text-align: center;
	margin-bottom: 60px;
}
.pager a{
	display: inline-block;
	padding: 0 12px;
	border: 1px solid #eaeaea;
	margin: 0 3px;
	height: 24px;
	line-height: 22px;
	font-size: 12px;
	color: #6c6c6c;
}
.pager a.active{
	border: none;
	font-weight: bold;
}
.pager a.disable{
	display: none;
}
/* ---- 内容 Style ---- */
.contentBox{
    border: 1px solid #dfddde;
    margin-bottom: 50px;
}
.conentTitle{
    width: 91.8%;
	border-bottom:1px dotted #e4e4e4;
	padding:0 0 24px;
    margin:0 auto 30px;
}
.conentTitle h1{
	min-height:52px;
	line-height:42px;
	font-size:38px;
	padding:5px 0;
	color:#333;
	font-weight: normal;
    text-align: center;
    margin-bottom: 1%;
}
.conentTitle h2{
	min-height:46px;
	line-height:36px;
	font-size:26px;
	padding:5px 0;
	color:#333;
	font-weight: normal;
    text-align: center;
}
.conentTitle h3{
	min-height:42px;
	line-height:32px;
	font-size:22px;
	padding:5px 0;
	color:#333;
	font-weight: normal;
    text-align: center;
    margin-bottom: 1%;
}
.conentTitle .else{
    height:26px;
    margin-top: 3.5%;
}
.conentTitle .else h2{
	line-height:26px;
	font-size:14px;
	color:#999;
    float:left;
    font-weight: normal;
}
.conentTitle .else h2 span{
	display:inline-block;
    margin-right:28px;
}
.conentTitle .else h2 span font{
    color: #c10000;
}
.conentTitle .fontstyle{
	height:26px;
    float:right;
    line-height: 26px;
    color: #979797;
}
.conentTitle .fontstyle a{
	height:26px;
	display: inline-block;
	margin:0 12px;
	line-height:0px;
	border-radius:2px;
	text-align:center;
	font-size:18px;
    color:#333;
}
.conentTitle .fontstyle a:hover{
    text-decoration:none;
}
.content{
    width: 91.8%;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    margin: 0 auto 6%;
}
.content img{
    max-width: 100%;
    width: auto!important;
    height: auto!important;
}
.content p{
    padding: 1.6% 0;
    font-size: inherit !important;
}
.content p span{
    font-size: inherit !important;
}
.content_btn{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #e0dedf;
    width: 91.8%;
    margin: 0 auto 4.5%;
    position: relative;
}
.content_btn a{
    color: #333;
    margin: 0 10px;
}
.content_btn span{
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
}
/* ---- footer_coat Style ---- */
.footer_coat{
	padding: 40px 0 50px;
	background: #1e63b0;
}
.footer{
	width: 1200px;
	padding: 0 130px;
	line-height: 30px;
	margin: 0 auto;
	font-size: 14px;
	color: #e2e2e2;
	text-align: center;
	position: relative;
}
.footer .dangzheng{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -31px;
	height: 62px;
	width: auto;
}
.footer .zhaocuo{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -27px;
	height: 55px;
	width: auto;
}
/* ---- container Style ---- */
.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.bodyBox{
	width: 100%;
	background: url(../images/body_bg.gif) left top repeat-x;
	padding: 30px 0 0;
}
.rightBox{
	float: right;
	width: 580px;
}
.leftBox{
	float: left;
	width: 580px;
}
.middBox{
	width: 580px;
}
.mb30{
	margin-bottom: 10px;
}
.mb70{
	margin-bottom: 70px;
}