.block1 .pics{
	width:648px;
	height:432px;
	overflow: hidden;
	position: relative;
}
.block1 .pics img{
	width:648px;
	height:432px;
}
.block1 .pics li{
	position: relative;
}
.pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 20%;
	right:0;
	text-align: right;
}
.swiper-pagination-switch,
.swiper-pagination-bullet{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #346bb3;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}
.swiper-active-switch,
.wiper-pagination-bullet-active{
	background: #fff;
}
.block1 .info{
	position: absolute;
	left:-5px;
	bottom:0px;
	width:656px;
	height:40px;
	font-size:15px;
	color:#fff;
	line-height:40px;
	padding-left:20px;
	background:rgba(22,64,122,0.5);
	padding-right:100px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.block1 .rt{
	width:516px;
	height:480px;
	background: #fff;
}
.block1 .tabs{
	padding:12px 0;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
}
.block1 .tabs li{
	margin-right:8px;
	cursor: pointer;
	width:160px;
	height:54px;
	font-size:18px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
	color:#16407a;
	border-radius: 5px;
	box-shadow: 4px 4px 8px #cad6e5;
	position: relative;
}
.block1 .tabs li img{
	vertical-align: middle;
}
.block1 .tabs li .line{
	position: absolute;
	left:6px;
	bottom:-12px;
	width:152px;
	height:7px;
	border-radius: 5px;
	background: #295eec;
	display: none;
}
.block1 .tabs li.on{
	background: url(../../images/pc/icon_tabOn.png);
	box-shadow: none;
	font-size:24px;

}
.block1 .tabs li.on .line{
	display: block;
}
.block1 .box{
	padding:20px;
}
.block1 .box ul{
	display: none;
}
.block1 .box ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-left:20px;
	background: url(../../images/pc/icon-disc.png) left center no-repeat;
}
.block1 .box ul li a{
	font-size:16px;
	color:#525252;
	display: inline-block;
	width:80%;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.block1 .box ul li span{
	color:#525252;
	font-size:16px;
}
.main_en .block1 .rt{
	width:546px;
	height:365px;
}
.main_en .block1 .lf{
	width:600px;
	height:376px;
}
.main_en .block1 .rt img{
	width:546px;
	height:365px;
}
.main_en .block1{
	background: #fff;
	box-shadow:4px 8px 8px #cad6e5;
}
.main_en .block1 .box ul li a{
	width:100%;
}
.block2 .lf,
.block2 .rt{
	width:50%;
}
.block2 .lf ul{
	border-right:1px solid #d5dde7;
}
.block2 ul{
	padding-left:20px;
	padding-right:30px;
}
.block2 ul li{
	padding-left:2px;
	height:72px;
}
.block2 ul li a{
	font-size:20px;
	color:#525252;
	overflow: hidden;
}
.block2 ul li b{
	float:left;
	font-size:14px;
	color:#b2b2b2;
	line-height:72px;
}
.block2 ul li .line{
	float:left;
	width:1px;
	height:30px;
	background:#b2b2b2;
	margin-top:20px;
	margin-left:10px;
	margin-right:15px;
}
.block2 ul li span{
	float:left;
	line-height:72px;
	width:80%;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.block2 ul li:hover{
	background:#c3def6;
}
.block2 ul li:hover b{
	color:#017aff;
}
.block2 ul li:hover .line{
	background:#017aff;
}
.block2 ul li:hover span{
	color:#3053af;
}
.block3 .tabs{
	margin-top:5px;
	width:240px;
	height:45px;
	padding-left:38px;
	position: relative;
	background: url(../../images/pc/icon_3_1.png) left center no-repeat;
	overflow: hidden;
}
.block3 .tabs span{
	cursor:pointer;
	margin-top:4px;
	float:left;
	width:100px;
	height:32px;

	text-align: center;
	line-height:32px;
	font-size:18px;
	color:#fff;
	background: #096df8;
}
.block3 .tabs span.on{
	color:#7d7d7d;
	background: #f9f8fa;
}
.block3 .rt img{
	border:1px solid red;
	width:683px;
	height:365px;
	margin-top:30px;
}
.block3 .form{
	display: none;
}
.block3 .form .label{
	display: inline-block;
	width:188px;
	font-size:20px;
	color:#525252;
}
.block3 .form p{
	margin-top:20px;
}
.block3 .form input,
.block3 .form select{
	width:200px;
	height:35px;
	border:1px solid #9b9c9f;
	border-radius:5px;
}
.block4 .books{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	flex:none;
	margin-top:20px;
	padding-left:30px;
}
.block4 .books li{
	background: url(../../images/pc/bg_book.png) center no-repeat;
	box-shadow: 4px 8px 8px #cad6e5;
	width:150px;
	height:190px;
	margin-right:80px;
	margin-bottom: 40px;
}
.block4 .books li a{
	display: inline-block;
	width:100%;
	height:100%;
	font-size:18px;
	color:#1e1c1c;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left:15px;
	padding-right:8px;
}
.block5 .lf,
.block5 .rt{
	width:50%;
	padding-left:40px;
	padding-right:30px;
}
.block5 ul li{
	height:48px;
	margin-bottom: 30px;
}
.block5 ul li a{
	font-size:20px;
	color:#525252;
	line-height:24px;
}
.block6{
	height:176px;
	background: url(../../images/pc/bg_block6.png) center no-repeat;
	background-size:100% 100%;
}
.block6 .box{
	padding:90px 25px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.block6 .box select{
	width:182px;
	height:35px;
	border:1px solid #797e8a;
}
/*tbt-sps*/
.tbt-sps{
	padding-top:16px;
}
.tbt-sps .left{
	width:254px;
	/*height:1412px;*/
	border-radius: 3px;
	/*background:#fff;*/
}
.tbt-sps .title{
	font-size:24px;
	color:#3053af;
	line-height:68px;
	/*padding-left:16px;*/
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #3053af;
	border-top: 2px solid #3053af;
	/*background: url(../../images/pc/icon_tg.png) 5px 10px no-repeat;*/
}
.title_icon1{
	background-image: url(../../images/pc/icon_tg.png)!important;
}
.title_icon2{
	background-image: url(../../images/pc/icon_news.png)!important;
}
.title_icon3{
	background-image: url(../../images/pc/icon_law.png)!important;
}
.title_icon4{
	background-image: url(../../images/pc/icon_bz.png)!important;
}
.title_icon5{
	background-image: url(../../images/pc/icon_goods.png)!important;
}
.title_icon6{
	background-image: url(../../images/pc/icon_msg.png)!important;
}
.title_icon7{
	background-image: url(../../images/pc/icon_limit.png)!important;
}
.title_icon8{
	background-image: url(../../images/pc/icon_fxyj.png)!important;
}
.title_icon9{
	background-image: url(../../images/pc/icon_books.png)!important;
}
.title_icon10{
	background-image: url(../../images/pc/icon_info.png)!important;
}
.title_icon11{
	background-image: url(../../images/pc/icon_member.png)!important;
}
.tbt-sps .level1{
	font-size:18px;
	color:#3a5ab2;
	line-height:50px;
	border-bottom: 1px solid #3a5ab2;
}
.tbt-sps .level1 b{
	float:left;
	width:4px;
	height:28px;
	/*background: #9cacd7;*/
	margin:10px 5px;
}
.tbt-sps .level2{
	/*margin-left:25px;*/
	margin-top:8px;
}
.tbt-sps .level2 li{
	/*background: url(../../images/pc/icon_right2.png) 175px center no-repeat;*/
	list-style: none;
}
.tbt-sps .level2 li.left_icon_top{
	/*background: url(../../images/pc/icon_right2.png) 175px 5px no-repeat;*/
}
.tbt-sps .level2 li p,
.tbt-sps .level2 .level3 li{
	/*text-align: center;*/
	font-size:16px;
	color:#6b6b6b;
	line-height:30px;
	/*margin:10px 0;*/
	padding:10px 0;
	padding-left:25px;
	border-bottom: 1px solid #9E9E9E;
	cursor: pointer;
}
.tbt-sps .level2 li.on p,
.tbt-sps .level2 .level3 li.on,
.tbt-sps .level2 li p:hover,
.tbt-sps .level2 .level3 li:hover{
	background: #41a0f4;
	font-size:16px;
	color:#fff;
	/*box-shadow: 4px 4px 8px #41a0f4;*/
}
.tbt-sps .level2 .level3 li{
	margin-left:20px;
}
.tbt-sps .right_t{
	width:910px;
	border-radius: 3px;
	/*background: #fff;*/
}
.tbt-sps .form{
	/*background:url(../../images/pc/tbt-sps_bg.png) center top no-repeat;*/
	/*background-size: 103% 100%;*/
}
.tbt-sps-en .right_t{
	padding-top:110px;
	padding-bottom: 45px;
	width:1200px;
}
.tbt-sps .right_b{
	padding-top:5px;
	/*margin-top:15px;*/
	width:910px;
	height:50px;
	background: #fff;
}
.tbt-sps-en .right_b{
	width:100%;
}
.tbt-sps .tabs{
	padding:12px 15px;
}
.tbt-sps .tabs span{
	display: inline-block;
	width:250px;
	height:50px;
	border-radius: 2px;
	font-size:18px;
	color:#295eec;
	text-align: center;
	line-height: 50px;
	background: #fff;
	box-shadow: 4px 8px 8px #cad6e5;
}
.tbt-sps .tabs span.on{
	background: #42a1f5;
	color:#fff;
	font-weight: bold;
}
.tbt-sps .form{
	padding:15px 15px 15px;
}
.tbt-sps .form p{
	margin-bottom: 10px;
}
.tbt-sps .form .label{
	display: inline-block;
	width:145px;
	text-align: right;
	font-size:16px;
	color:#707070;
}
.tbt-sps .form input{
	width:272px;
	height:32px;
}
.tbt-sps .form .big{
	width:698px;
}
.tbt-sps .form select{
	width:219px;
	height:32px;
}
.tbt-sps .form input,
.tbt-sps .form select,
.tbt-sps .form textarea{
	border:1px solid #a8c7fe;
}
.tbt-sps table{
	width: 100%;
	font-size: 18px;
	color: #222222;
	line-height: 46px;
	text-align: center;
	border-collapse: collapse;
	/*background: #fff;*/
}
.tbt-sps table.bgeven{
	border-top: 2px solid #3053af;
	border-bottom: 2px solid #3053af;
}
.tbt-sps table thead{
	background:#f1f3f4;
	font-size:18px;
}
.tbt-sps table thead th{
	font-weight:normal;
}
.tbt-sps table.bgeven tbody  tr:nth-child(even){
	background:rgb(243 243 243);
}
.tbt-sps table.bgeven tbody  tr:hover{
	background-color: #e5e5e5!important;
}
.tbt-sps table td.blue a{
	color:#34a7fc;
	font-weight: bold;
}
.ellipsis a{
	display:inline-block;
	width:700px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis100 a{
	display:inline-block;
	width:100px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}

.ellipsis200 a{
	display:inline-block;
	width:200px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis310 a{
	display:inline-block;
	width:310px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis300 a{
	display:inline-block;
	width:300px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis400 a{
	display:inline-block;
	width:400px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis500 a{
	display:inline-block;
	width:500px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis550 a{
	display:inline-block;
	width:550px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis600 a{
	display:inline-block;
	width:600px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis650 a{
	display:inline-block;
	width:650px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis700 a{
	display:inline-block;
	width:700px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis800 a{
	display:inline-block;
	width:800px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis1000 a{
	display:inline-block;
	width:1000px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.tbt-sps .num{
	background: url(../../images/pc/icon_num.png) center center no-repeat;
	color:#fff;
}
/*detail*/
.news_detail .news{
	/*background: #fff;*/
	padding:60px;
}
.news_zx{
	font-size:30px;
	color:#3053af;
	padding-left:50px;
	background: url(../../images/pc/icon_news.png) left center no-repeat;
}
.online_zx{
	font-size:30px;
	color:#3053af;
	padding-left:50px;
	background: url(../../images/pc/icon-qus.png) left center no-repeat;
}
.news h2{
	font-size:30px;
	color:#333;
	line-height:60px;
	text-align: center;
}
.news h3{
	font-size:20px;
	color:#333;
	line-height:40px;
	text-align: left;
	padding-left: 20px;
}
.news .subT{
	font-size:16px;
	color:#333;
	line-height:60px;
	text-align: center;
}
.news img{
	display: block;
	max-width: 100%;
	margin:40px auto;
}
/*.news .news-box p{*/
/*	font-size:30px;*/
/*	color:#333;*/
/*	text-indent: 2em;*/
/*	line-height: 48px;*/
/*	margin:10px 0;*/
/*}*/
.news .news-box{
	word-break: break-all;
}
.news .news_b{
	font-size:16px;
	color:#525252;
}
.downLoad{
	font-size:18px;
	color:#096df8;
	text-decoration: underline;
	margin:30px 0;
}
.copyright{
	font-size:10px;
	color:#b2b2b2;
	margin-top: 40px;
	border-top: 1px solid #b2b2b2;
}
.copyright p{
	line-height: 1.5;
}
.hgcopyright{
	font-size:14px;
	color:#6b6b6b;
	border-top: 1px solid #b2b2b2;
}
.hgcopyright p{
	line-height: 2.5;
	padding-left:22px;
	background: url(../../images/pc/icon-disc2.png) 2px center no-repeat;
}
.hgcopyrighttop{
	margin-top: 40px;
	font-size:18px;
	color:#6b6b6b;
}
/*picNews*/
.list_ul{
	background: #fff;
	padding:40px 95px;
}
.list_ul li{
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid #D4D2D2;
}
.list_ul li .list_pic{
	float:left;
	width:240px;
	height:140px;
}
.list_ul li .rt{
	width:730px;
}
.list_ul li.noPic .rt{
	width:100%;
}
.list_ul li .pt{
	font-size: 24px;
	line-height: 34px;
	color: #222222;
	overflow: hidden;
	width:100%;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list_ul li .pc{
	margin-top:10px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	height:48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.list_ul li .pb{
	margin-top:26px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #666666;
}
.mainTable{
	width:100%;
	font-size:14px;
	color:#666;
	line-height:60px;
	text-align: center;
	border-collapse: collapse;
	border-top:4px solid #2e5587;
	border-bottom:4px solid #2e5587;
}
.mainTable tr{
	border-top:1px solid #e1e4e9;
}
.mainTable thead{
	background: #f3f3f3;
}
.mainTable tr:nth-child(even){
	background: #f3f3f3;
}
.mainTable .th-border th{
	border:1px solid #dae2e9;
}
.mainTable .th-border th:last-child{
	background: #2e5587;
	color:#fff;
}
.mainTable .th-bg{
	background: #4a85c7;
	color:#fff;
	border-bottom: 4px solid #2e5587;
}
.mainTable .th-bg th:last-child{
	background: #2e5587;
}
.border-top-none{
	border-top:none;
}
/*news-pdf*/
.news-pdf{
	padding:50px;
	background: #fff;
}
.news-top .bg-gray{
	background: #f3f3f3;
}
.news-top .row{
	padding:0 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:14px;
	color:#333;
	line-height:54px;
}
.news-top .row .dl{
	width:60%;
	flex:none;
}
.news-top .row .dr{
	width:40%;
	flex:none;
}
.news-top .row .sl{
	font-size:16px;
	color:#999;
}
.news-pdf .news-title{
	font-size:36px;
	color:#c71819;
	line-height:60px;
	text-align: center;
	font-weight:bold;
	padding:50px 30px;
	border-bottom: 2px solid #c71819;
}
.news-pdf .news-box{
	padding:0 20px;
}
.refer{
	font-size:16px;
	color:#333;
	border-bottom: 1px dashed #3a5f8e;
	padding-bottom: 15px;
}
.refer input,
.refer select{
	height:28px;
	width:200px;
	border:1px solid #2e5587;
}
/*反馈弹框*/
.model-opinion{
	display: none;
}
.opinion-box{
	position: absolute;
	width:1000px;
	height:500px;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-500px;
	z-index:99;
	background: url(../../images/pc/modal-bg.png) center top no-repeat #fff;
}
.opinion-box .title{
	font-size:24px;
	color:#065395;
	font-weight:bold;
	line-height:70px;
	padding:0 30px;
}
.opinion-ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.opinion-ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:30px;
}
.opinion-ul li label{
	width:180px;
	text-align: right;
	margin-right:40px;
	flex:none;
	font-size:26px;
	color:#333;
}
.opinion-ul li input,
.opinion-ul li select,
.opinion-ul li textarea{
	width:532px;
	line-height:38px;
	font-size:18px;
	color:#333;
	border:1px solid #ccc;
	padding:0 10px;
}
.opinion-ul li select{
	height:38px;
}
.adv-table{
	width:100%;
	border-collapse: collapse;
}
.adv-table td{
	padding:10px;
	border:1px solid #eee;
	font-size:14px;
	color:#666;
}
.adv-table td:nth-child(odd){
	width:200px;
	background: #f3f3f3;
	font-size:16px;
	color:#333;
	text-align: right;
}
.table-t{
	font-size:18px;
	color:#333;
	text-align: center;
	line-height: 60px;
}
.title{
	font-size:24px;
	color:#16407a;
	font-weight: bold;
	line-height: 70px;
}
.adv-table .head,
.adv-table .body{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.adv-table .head div,
.adv-table .body div{
	flex:none;
	padding:10px;
}
.adv-table .l1,
.adv-table .l4{
	width:10%;
	text-align: center;
}
.adv-table .l2{
	width:20%;
}
.adv-table .l3{
	width:60%;
}
.adv-table textarea{
	border:1px solid #666;
	width:100%;
}
/*jm start 20230113*/
.main_jm .block1 .box ul li a{
	width:80%;
}
.main_jm .block7 .box ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	padding-left:20px;
	background: url(../../images/pc/icon-disc.png) left center no-repeat;
}
.main_jm .block7 .box ul li a{
	font-size:16px;
	color:#525252;
	display: inline-block;
	width:100%;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.main_jm .block7 .left{
	width:505px;
}
.main_jm .block7 .rt{
	width:650px;
}
.main_jm .vline{
	width:1px;
	height:355px;
	margin-top:2%;
	margin-left:15px;
	background:#d5dde7;
}
.block7 .books{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	flex:none;
	margin-top:20px;
	padding-left:30px;
}
.block7 .books li{
	background: url(../../images/pc/bg_book.png) center no-repeat #f2fcfd;
	box-shadow: 4px 8px 8px #cad6e5;
	width:150px;
	height:220px;
	margin-right:40px;
	margin-bottom: 40px;
	padding:5px 10px;
}
.block7 .books li img{
	width:130px;
	height:160px;
}
.block7 .books li{
	font-size:12px;
	color:#1e1c1c;
}
.block7 .books li a{
	width:100%;
	height:32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main_rthree {
	WIDTH: 176px; top:207px;background:#fff; position:fixed;right:0%;;height:auto;z-index:9999;
}
.main_rthrees {
	WIDTH: 180px; top:123px;BACKGROUND: url(../../images/pc/blue.jpg) repeat-x left bottom; position:absolute;right:0%;;height:90px;z-index:9999;
}
.main_rthree_tit {
	FONT-SIZE: 14px; HEIGHT: auto; WIDTH: 175px;BACKGROUND: url(../../images/pc/dong.jpg) left bottom; FONT-WEIGHT: bolder; COLOR: blue; PADDING-LEFT: 5px; LINE-HEIGHT: 28px
}
.main_rthree_con {
	BORDER-TOP: #dbdbdb 1px solid; HEIGHT: auto; BORDER-RIGHT: #dbdbdb 1px solid; WIDTH: 175px; BACKGROUND: url(../../images/pc/rightbg1.png) repeat-x left top; BORDER-BOTTOM: #dbdbdb 1px solid; BORDER-LEFT: #dbdbdb 1px solid
}
.main_rthree_con .main_rthree_con1 {
	WIDTH: 175px; BACKGROUND: url(../../images/pc/dong.jpg) left bottom;  PADDING-LEFT: 3px;
}
.main_rthree_con .main_rthree_con1 UL LI {
	HEIGHT: auto; WIDTH: 141px; PADDING-LEFT: 40px; MARGIN-TOP: 1px !important; LINE-HEIGHT: 15px;PADDING-TOP: 5px;PADDING-BOTTOM: 5px;

}
.main_rthree_con .main_rthree_con1 UL LI A {
	FONT-SIZE: 11px; COLOR: #1a59b3;
	word-wrap: break-word; word-break: break-all;white-space:normal;
}
.list .right_t{
	/*background: #fff;*/
	padding-top: 0px;
}
.list .books{
	padding-left:60px;
}
.list .books li{
	margin-right:60px;
}
.block8 .tabs{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	flex: none;
}
.block8 .tabs li{
	cursor: pointer;
	width:200px;
	height:90px;
	text-align: center;
	line-height:82px;
	font-size:18px;
	color:#fff;
	background: url(../../images/pc/tabs.png) center center no-repeat;
	background-size: 100% 100%;
}
.block8 .tabs li img{
	vertical-align: middle;
	margin-right:10px;
}
.block8 .tabs li.on{
	background-image: url(../../images/pc/tabs_on.png);
}
.block8 .box{
	height:450px;
	margin-top:10px;
	background: #fff;
	padding:10px 30px;
	overflow: hidden;
}
.block8 .box .content{
	display: none;
}
.main_jm .block8 .content1 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	padding-left:20px;
	background: url(../../images/pc/icon-disc.png) left center no-repeat;
}
.main_jm .block8 .content1 ul li a{
	font-size:16px;
	color:#525252;
	display: inline-block;
	width:100%;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.main_jm .block8 .content1 .left,
.main_jm .block8 .content1 .rt{
	width:49%;
}
.block8 .vline{
	margin-top:5%;
}
.content3 table{
	width: 100%;
	border-collapse: collapse;
	font-size:16px;
	line-height: 26px;
	color:#3f3f3f;
}
.content3 tbody tr{
	border:2px solid #727374;
}
.content3 tbody tr td{
	border-right:2px solid #d9d9d9;
	text-align: center;
}
.content3 tbody tr td:last-child{
	border-right:none;
}
.content3 tbody tr td:nth-child(3){
	width:478px;
	text-align: left;
}
.content3 tbody tr td:nth-child(3) span{
	display: inline-block;
	width:478px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.content3 tbody tr:nth-of-type(odd){
	background: #f2f6fa;
}
.content3 thead th{
	background: url(../../images/pc/th_bg.png) center center no-repeat;
	background-size:100% 100%;
}
.content4 .lf,
.content4 .rt{
	width:49%;
}
.content4 .pics{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	flex: none;
}
.content4 .pics li{
	position:relative;
	list-style-type: none;
	width:180px;
	height:180px;
	box-shadow: 0px 0px 8px #cad6e5;
	margin-top:10px;
}
.content4 .pics li .msk{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: rgba(255,255,255,0.5);
}
.combo-select{
	display: inline-block;
}
.content4 .pics li.on{
	border:2px solid #1a59b3;
}
.content4 .pics li .msk{
	display: none;
}
.content4 .pics li img{
	width:100%;
	height:100%;
}
.content4 .tit1{
	text-align: left;
}
.content4 .dt{
	height:300px;
}
.content4 .form .label{
	display: inline-block;
	width:170px;
	text-align: right;
	font-size:16px;
	color:#707070;
}
.content4 .form input,
.content4 .form select{
	width:375px;
	height:26px;
	border:1px solid #b0c9fe;
	padding:0 10px;
	outline: #def2ff double medium;
}
.content5 .pics{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	flex: none;
}
.content5 .pics li{
	width:370px;
	height:195px;
	margin-top:20px;
}
.content5 .pics li img{
	width:310px;
	height:100%;
}
.content5 .pics li span{
	float:right;
	font-size:13px;
	color:#525252;
	font-weight: bold;
	width:50px;
	height:100%;
	background:#c3def6;
	padding: 0 18px;
	margin-right: 10px;
	word-break: break-all;
	display: flex;
	align-items: center;
}
/*jm end 20230113*/
/*search start 20230106*/
.btns_ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0px 20px 10px;
	padding-bottom: 10px;
}
.btns_ul li{
	cursor: pointer;
	padding:5px 10px;
	margin-right:10px;
	border:1px solid #346BB3;
	border-radius: 2px;
	font-size:18px;
	color:#346BB3;
	margin-top:10px;
}
.btns_ul li.on,
.btns_ul li:hover{
	background:#346BB3;
	color: #fff;
}
.list .form{
	padding:0 20px 10px;
}
/*search end 20230106*/

/*inform start 20221228*/
.tbt-sps .form{
	display: block;
}
.tbt-sps .form input,
.tbt-sps .form select,
.tbt-sps .form textarea{
	padding:0 10px;
}
.inform .title{
	/*background-image: url(../../images/pc/icon-qus.png);*/
}
.inform .form select{
	width: 227px;
	height: 32px;
}
.inform .form .label{
	display: inline-block;
	width:140px;
	text-align: right;
	font-size:16px;
	color:#707070;
}
.inform .info {
	color: #ff0030;
	font-size: 18px;
	padding-left: 30px;
	background: url(../../images/pc/icon_info_red.png) left center no-repeat;
}
.inform .form .middle{
	width:640px;
}
.inform .form{
	padding: 20px 20px 20px;
}
.inform .form_online{
	padding-top:20px;
}
.window .title{
	background-image: url(../../images/pc/icon_window.png);
}
.window .form .label{
	line-height:48px;
	display: block;
	text-align: left;
	width:100%;
}
/*inform end 20221228*/
/*login register start 20221231*/
.btn2{
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size:24px;
	color:#3053af;
	width:170px;
	height:60px;
	border-radius: 5px;
	/*border:4px solid #025fea;*/
}
.login{
	/*background:url(../../images/pc/login_bg.png) center center no-repeat;*/
	padding-bottom: 40px;
	background-size: 100% 100%;
}
.login .login_t{
	height:65px;
	border-bottom: 3px solid #d7e4f6;
}
.login_ul{
	width:500px;
	margin:0 auto;
	font-size:16px;
	color:#16407a;
}
.login_ul .label{
	display: inline-block;
	width:145px;
}
.login_ul input,
.login_ul select{
	width:300px;
	height:30px;
	border:1px solid #b0c9fe;
	padding:0 10px;
	outline: #def2ff double medium;
}
.login_ul .code input{
	width:188px;
}
.login_ul .code img{
	width:90px;
	height:32px;
	border:1px solid red;
	float:right;
	vertical-align: middle;
}
.login_ul .info{
	color:#ff0030;
	padding-left:30px;
	background: url(../../images/pc/icon_info_red.png) left center no-repeat;
}
.login .tabs{
	width:525px;
	height:55px;
	border:2px solid #025fea;
	border-radius: 5px;
	font-size:18px;
	color:#3053af;
}
.login .tabs li{
	float:left;
	position: relative;
	cursor: pointer;
	width:163px;
	height:55px;
	text-align: center;
	line-height: 55px;
	list-style: none;
}
.login .tabs li.on{
	background: #43a2f5;
	color:#fff;
	border-radius: 5px;
	width:197px;
	margin-left:-2px;
	margin-top:-2px;
}
.pt-5{
	padding-top:5px;
}
.pl-320{
	padding-left:320px;
}
.pl-240{
	padding-left:240px;
}
.register .login_ul{
	width:960px;
	margin-left:150px;
}
.register .login_ul .info{
	display: inline-block;
	width:450px;
	font-size:12px;
	height:16px;
	color:#16407a;
	vertical-align: baseline;
	background: none;
	padding-left:5px;
}
.register .login_ul .info.error{
	padding-left:30px;
	background: url(../../images/pc/icon_error.png) left top no-repeat;
}
.register .code img{
	float: none;
	margin-left:16px;
}
.login_r{
	width:930px;
	float:right;
}
.login{
	padding-top:0;
}
.login .left{
	height:100%;
}
.login .code img{
	float: none;
	margin-left:16px;
}
.member .login_ul {
	width: 800px;
	margin: 0 auto;
}
.member .login_ul .info{
	width:270px;
}
.member .title{
	/*background:url(../images/icon_member.png) 10px 10px no-repeat;*/
}
.member .btns li{
	float:right;
	margin-right:24px;
	margin-top:15px;
}
.member .form input,
.member .form select{
	width:190px;
	height:36px;
}
/*feedback start 20230104*/
.feedback{
	width:600px;
	margin:20px auto;
	height:500px;
	background: #fff;
	box-shadow: 4px 8px 8px #cad6e5;
	color:#74696A;
}
.feedback .pt{
	font-size:30px;
	padding-top:100px;
	margin-left:50px;
}
.feedback .pt img{
	vertical-align: middle;
	width:54px;
	height:54px;
}
.feedback .pc{
	text-align:center;
	font-size:24px;
	margin-top:100px;
}
/*feedback end 20230104*/
.tbt-sps-table{
	margin-top:87px;
	padding:15px 110px 80px;
	background: #fff;
	box-shadow: 4px 8px 8px #cad6e5;
}
.tbt-sps-table .top_card{
	background: #f7f7f7;
	border-radius: 10px;
	box-shadow: 4px 8px 8px #dae2f1;
	padding:0 60px 10px;
}
.tbt-sps-table .top_card .dt{
	font-size:22px;
	color:#313131;
	line-height:50px;
	text-align: center;
	position: relative;
}
.tbt-sps-table .top_card .dt .red{
	position: absolute;
	font-size:18px;
	color:#ef1d31;
	right:250px;
}
.tbt-sps-table .top_card b,
.tbt-sps-table .top_card p{
	font-size:18px;
	color:#313131;
	line-height:60px;
}
.tbt-sps-table .table{
	width:100%;
	border-collapse: collapse;
	margin-top:30px;

}
.tbt-sps-table .table td{
	word-break: break-all;
}
.tbt-sps-table .table thead{
	background: #f7f7f7;
	text-align: left;
}
.tbt-sps-table .table thead b{
	width:20px;
	height:20px;
	background: #096df8;
	border-radius: 50%;
	display: inline-block;
	margin-right:20px;
}
.tbt-sps-table .table th{
	border:1px solid #3285ee;
	height:50px;
	padding:0 20px;
	font-size:18px;
	color:#313131;
}
.tbt-sps-table .table td{
	border:1px solid #3285ee;
	height:60px;
	padding:0 20px;
	font-size:16px;
	color:#313131;
	line-height: 1.5;
}
.tbt-sps-table .table td:first-child{
	width:25%;
}
.tbt-sps-table .table td:last-child{
	width:75%;
	color:#6b6b6b;
}
.noData{
	text-align: center;
	font-size:24px;
	color:#3053af;
	/*text-decoration: underline;*/
	background: #fff;
	padding:20px 0;
}
/*ztree start 20230107*/
.tbt-sps #ztree{
	padding: 20px;
	padding-left: 0;
}
.tbt-sps #ztree .level1 {
	font-size: inherit;
	color:#333;
	line-height: 24px;
	border-bottom:0 none;
}
.tbt-sps .ztree a:hover,
.search_pop .ztree a:hover{
	background-color: #41a0f4;
	color: #fff;
}
.tbt-sps #ztree .level1 a:hover{
	color:#fff;
}
.nav li{
	font-size: 18px;
	list-style: none;
}
.tbt-sps .ztree_box .left{
	width:324px;
}
.tbt-sps .ztree_box .right_t,
.tbt-sps .ztree_box .right_b,
.tbt-sps .ztree_box .right_t table{
	width:850px;
}
.tbt-sps .ztree_box .form input,
.tbt-sps .ztree_box .form select{
	width:250px;
}
.inform .ztree_box .form .middle {
	width:640px;
}
.ztree_box .add {
	position: absolute;
	width: 50px;
	height: 50px;
	right: -5px;
	top: -15px;
	background: url(../../images/pc/add.png) center no-repeat;
	background-size: 20px 20px;
}
.goods .add {
	position: absolute;
	width: 50px;
	height: 50px;
	right: -5px;
	top: -15px;
	background: url(../../images/pc/add.png) center no-repeat;
	background-size: 20px 20px;
}
.search_pop{
	position: fixed;
	width: 420px;
	height: calc(100vh - 20px);
	right: 0;
	top: 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	display:none;
	z-index:9;
}
.search_pop .slide_up{
	position: absolute;
	left:-50px;
	top:345px;
	width: 50px;
	height: 70px;
	background:url(../../images/pc/slideUp.png) center no-repeat #16407A;
	box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.25);
}
.search_pop .pt{
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	line-height: 70px;
	border-bottom:1px solid #EEF2F5;
	padding-left:60px;
}
.search_pop .con{
	height:calc(100% - 161px);
	overflow-y: auto;
	padding:20px 30px;
}
.search_pop .pb{
	height:90px;
	border-top:1px solid #EEF2F5;
	padding:20px 30px;
}
.search_pop .pb .btn{
	width: 170px;
	height: 50px;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 5px;
	color: #FFFFFF;
	background: #4A85C7;
	cursor: pointer;
}
.search_pop .pb .finish{
	margin-left:15px;
	background: #DFAA59;
	cursor: pointer;
}
/*ztree start 20230107*/

/*aboutUs 20221227 start*/
.aboutUs .title{
	/*background:url(../../images/pc/icon_info.png) 10px 10px no-repeat;*/
}
.aboutUs .left{
	box-shadow: 4px 4px 8px #cad6e5;
}
.aboutUs .right{
	float:right;
	width:930px;
	background: #fff;
	padding:0 20px;
	font-size:30px;
	color:#2c2e30;
	line-height:48px;
	box-shadow: 4px 4px 8px #cad6e5;
}
.aboutUs .right .news_box{
	/*display: none;*/
}
.aboutUs .bg_tit{
	background-image: linear-gradient(to right, #b3dbff , #fff);
	margin-top:20px;
}
/*tbt-sps-table_2 start abbr0230116*/
.tbt-sps-table .table_cp .thead td{
	text-align: center;
	background: #F7F7F7;

}
.tbt-sps-table .table_cp td:first-child{
	width:25%;
}
.tbt-sps-table .table_cp td:last-child{
	width:50%;
}
/*tbt-sps-table_2 end abbr0230116*/
.contact{
	font-size:16px;
	margin-top:20px;
	padding:0 20px;
	line-height:36px;
	color:#6b6b6b;
}
.contact h6{
	font-size:18px;
	font-weight: bold;
	color:#3a5ab2;
}
.ellipsis span{
	display:inline-block;
	width:700px;
	overflow: hidden;/*è?…??oé?¨???é??è—?*/
	white-space: nowrap;/*?????￠è??*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è?…??oé?¨????–??-—??￥...????¤o*/
}
.ellipsis100 span{
	display:inline-block;
	width:100px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis120 span{
	display:inline-block;
	width:120px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis150 span{
	display:inline-block;
	width:150px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis160 span{
	display:inline-block;
	width:160px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis190 span{
	display:inline-block;
	width:190px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis200 span{
	display:inline-block;
	width:200px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis250 span{
	display:inline-block;
	width:250px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis210 span{
	display:inline-block;
	width:210px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis300 span{
	display:inline-block;
	width:300px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}
.ellipsis310 span{
	display:inline-block;
	width:310px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}

.ellipsis400 span{
	display:inline-block;
	width:310px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	vertical-align: middle;
	text-overflow:ellipsis;/*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
}

.table_t{
	font-size:18px;
	color:#000;
	text-decoration: underline;
	margin-top:15px;
	padding-left:10px;
}
.table_b{
	margin-top:5px;
	/*background: #fff;*/
	/*box-shadow: 4px 8px 8px #cad6e5;*/
	border-collapse: collapse;
}
.disc .ellipsis a{
	padding-left:30px;
	background: url(../../images/pc/icon-disc.png) 10px center no-repeat;
}
.disc .ellipsis200 a{
	padding-left:36px;
	background: url(../../images/pc/icon-disc.png) 16px center no-repeat;
}
.disc .ellipsis250 a{
	padding-left:36px;
	background: url(../../images/pc/icon-disc.png) 16px center no-repeat;
}
.disc .ellipsis300 a{
	padding-left:36px;
	background: url(../../images/pc/icon-disc.png) 16px center no-repeat;
}
.disc .ellipsis400 a{
	padding-left:36px;
	background: url(../../images/pc/icon-disc.png) 16px center no-repeat;
}
.disc .ellipsis500 a{
	padding-left:36px;
	background: url(../../images/pc/icon-disc.png) 16px center no-repeat;
}
.disc .ellipsis650 a{
	padding-left:36px;
	background: url(../../images/pc/icon-disc.png) 16px center no-repeat;
}
.disc .ellipsis700 a{
	padding-left:36px;
	background: url(../../images/pc/icon-disc.png) 16px center no-repeat;
}
.disc .ellipsis160 span{
	padding-left:36px;
	background: url(../../images/pc/icon-disc.png) 16px center no-repeat;
}
.disc .ellipsis200 span{
	padding-left:36px;
	background: url(../../images/pc/icon-disc.png) 16px center no-repeat;
}
.disc .ellipsis300 span{
	padding-left:36px;
	background: url(../../images/pc/icon-disc.png) 16px center no-repeat;
}
.disc .ellipsis400 span{
	padding-left:36px;
	background: url(../../images/pc/icon-disc.png) 16px center no-repeat;
}
.disc .ellipsis1000 a{
	padding-left:36px;
	background: url(../../images/pc/icon-disc.png) 16px center no-repeat;
}
.loading{
	display: none;
}
.loading img{
	position:absolute;
	left:50%;
	top:50%;
	width:100px;
	height:100px;
	margin-left:-50px;
	margin-top:-50px;
}

.weixininfo .right_t{
	/*padding-top: 30px;*/
	/*padding-bottom: 15px;*/
	width: 1200px;
}
.weixininfo .right_t .dt{
	padding-left:100px;
	background: url(../../images/pc/icon-qus.png) 40px top no-repeat;
	font-size:24px;
	color:#3053af;
	line-height: 60px;
	margin-bottom: 40px;
}
.weixininfo .right_b{
	width:1200px;
}

/*picNews*/
.weixininfo_list_ul{
	background: #fff;
	padding:20px 230px;
}
.weixininfo_list_ul li{
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #D4D2D2;
}
.weixininfo_list_ul li .list_pic{
	float:right;
	width:180px;
	height:100px;
}
.weixininfo_list_ul li .rt{
	width:530px;
	float:left;
}
.weixininfo_list_ul li.noPic .rt{
	width:100%;
}
.weixininfo_list_ul li .pt{
	font-size: 18px;
	line-height: 34px;
	color: #222222;
	overflow: hidden;
	width:100%;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.weixininfo_list_ul li .pc{
	margin-top:10px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	height:48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.weixininfo_list_ul li .pb{
	margin-top:26px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #666666;
}
/**政策解读**/
.block7 .booksNew{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	flex:none;
	margin-top:20px;
	padding-left:30px;
}
.block7 .booksNew li{
	/*background: url(../images/bg_book.png) center no-repeat #f2fcfd;
	box-shadow: 4px 8px 8px #cad6e5;*/
	width:280px;
	height:215px;
	margin-right:10px;
	margin-bottom: 40px;
	padding:5px;
}
.block7 .booksNew li img{
	width:280px;
	height:165px;
}
.block7 .booksNew li{
	font-size:12px;
	color:#1e1c1c;
}
.block7 .booksNew li a{
	width:100%;
	height:40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 600;
	font-size:14px;
}
.block7 .booksNew li p{
	margin-top:5px;
	color:rgb(148, 153, 160);
	font-size:13px;
	font-weight: 600;
	text-align: left;
}

.indextishifixed{
	position: fixed;
	right:20px;
	top:300px;
	width:200px;
	border-radius: 10px;
	background:#096df8;
	color:#fff;
	z-index:9999;
	padding:10px 10px;
}
.indextishifixed p.pb{
	margin-top:10px;
	font-size:14px;
	line-height:22px;
	padding:10px;
	background:#fff;
	color:#444444;
	text-align: justify;
}
.btns_ul2{
	display: flex;
	width:80%;
	margin:0 auto;
	margin-bottom:10px;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}
.btns_ul2 li{
	text-align: center;
}
.btns_ul2 li.on img{
	border:1px solid #0046FF;
}
.btns_ul2 li img{
	border:1px solid transparent;
	width:100px;
	height:100px;
	border-radius:50%;
}

/*2023.12.22*/
.lprn{
	width:900px;
	padding:20px;
	margin-bottom: 15px;
	border-radius: 5px;
	box-shadow: 0 0 9px 1px rgba(51,51,51,.1);
}
.lprn .box .pic{
	width:180px;
	height:120px;
	text-align: center;
	margin: 0 auto;
}
.lprn .box ul{
	width:850px;
}
.lprn .box ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-left:20px;
	background: url(../../images/pc/icon-disc.png) left center no-repeat;
}
.lprn .box ul li a{
	font-size:18px;
	color:#525252;
	display: inline-block;
	width:80%;
	overflow: hidden;/*Ã¨Â¶â€¦Ã¥â€¡ÂºÃ©Æ’Â¨Ã¥Ë†â€ Ã©Å¡ÂÃ¨â€”Â*/
	white-space: nowrap;/*Ã¤Â¸ÂÃ¦ÂÂ¢Ã¨Â¡Å’*/
	text-overflow:ellipsis;/*Ã¨Â¶â€¦Ã¥â€¡ÂºÃ©Æ’Â¨Ã¥Ë†â€ Ã¦â€“â€¡Ã¥Â­â€”Ã¤Â»Â¥...Ã¦ËœÂ¾Ã§Â¤Âº*/
}
.lprn .box ul li span{
	color:#b2b2b2;
	font-size:16px;
}
/*2024.01.09 国外法规*/

.technologylaws{
	padding-top:16px;
}
.technologylaws .left{
	width:254px;
	/*height:1412px;*/
	border-radius: 3px;
	/*background:#fff;*/
}
.technologylaws .title{
	position:absolute;
	width:200px;
	font-size:24px;
	color:#3053af;
	line-height:68px;
	/*padding-left:16px;*/
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #3053af;
	border-top: 2px solid #3053af;
	margin-top:20px;

	/*background: url(../../images/pc/icon_tg.png) 5px 10px no-repeat;*/
}

.technologylaws .level1{
	font-size:18px;
	color:#3a5ab2;
	line-height:50px;
	border-bottom: 1px solid #3a5ab2;
}
.technologylaws .level1 b{
	float:left;
	width:4px;
	height:28px;
	/*background: #9cacd7;*/
	margin:10px 5px;
}
.technologylaws .level2{
	/*margin-left:25px;*/
	margin-top:8px;
}
.technologylaws .level2 li{
	/*background: url(../../images/pc/icon_right2.png) 175px center no-repeat;*/
	list-style: none;
}
.technologylaws .level2 li.left_icon_top{
	/*background: url(../../images/pc/icon_right2.png) 175px 5px no-repeat;*/
}
.technologylaws .level2 li p,
.technologylaws .level2 .level3 li{
	/*text-align: center;*/
	font-size:16px;
	color:#6b6b6b;
	line-height:30px;
	/*margin:10px 0;*/
	padding:10px 0;
	padding-left:25px;
	border-bottom: 1px solid #9E9E9E;
	cursor: pointer;
}
.technologylaws .level2 li.on p,
.technologylaws .level2 .level3 li.on,
.technologylaws .level2 li p:hover,
.technologylaws .level2 .level3 li:hover{
	background: #41a0f4;
	font-size:16px;
	color:#fff;
	/*box-shadow: 4px 4px 8px #41a0f4;*/
}
.technologylaws .level2 .level3 li{
	margin-left:20px;
}
.technologylaws .right_t{
	width:1200px;
	border-radius: 3px;
	/*background: #fff;*/
}
.technologylaws .form{
	/*background:url(../../images/pc/tbt-sps_bg.png) center top no-repeat;*/
	/*background-size: 103% 100%;*/
}
.technologylaws .right_b{
	padding-top:5px;
	/*margin-top:15px;*/
	width:1200px;
	height:50px;
	background: #fff;
}
.technologylaws .tabs{
	padding:12px 15px;
}
.technologylaws .tabs span{
	display: inline-block;
	width:250px;
	height:50px;
	border-radius: 2px;
	font-size:18px;
	color:#295eec;
	text-align: center;
	line-height: 50px;
	background: #fff;
	box-shadow: 4px 8px 8px #cad6e5;
}
.technologylaws .tabs span.on{
	background: #42a1f5;
	color:#fff;
	font-weight: bold;
}
.technologylaws .form{
	margin-left:100px;
	padding:15px 15px 15px;
}
.technologylaws .form p{
	margin-bottom: 10px;
}
.technologylaws .form .label{
	display: inline-block;
	width:225px;
	text-align: right;
	font-size:16px;
	color:#707070;
}
.technologylaws .form input{
	width:232px;
	height:32px;
}
.technologylaws .form .big{
	width:698px;
}
.technologylaws .form select{
	width:219px;
	height:32px;
}
.technologylaws .form input,
.technologylaws .form select,
.technologylaws .form textarea{
	border:1px solid #a8c7fe;
}
.technologylaws_list_ul{
	/*background: #fff;*/
	padding:20px 40px 20px 240px;
}
.technologylaws_list_ul li{
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #D4D2D2;
}

.technologylaws_list_ul li .rt{
	width:530px;
	float:left;
}
.technologylaws_list_ul li.noPic .rt{
	width:100%;
}
.technologylaws_list_ul li .pt{
	font-size: 18px;
	line-height: 34px;
	color: #222222;
	overflow: hidden;
	width:100%;
	/*text-overflow:ellipsis;*/
	/*white-space: nowrap;*/
}
.technologylaws_list_ul li .pt:hover{
	font-weight: bold;
}
.technologylaws_list_ul li .pc{
	margin-top:10px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	height:48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.technologylaws_list_ul li .pb{
	margin-top:26px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #666666;
}

/*2024.01.09 国外法规美国*/

.technologylawsusa{
	padding-top:16px;
}
.technologylawsusa .left{
	width:254px;
	/*height:1412px;*/
	border-radius: 3px;
	/*background:#fff;*/
}
.technologylawsusa .title{
	font-size:24px;
	color:#3053af;
	line-height:68px;
	/*padding-left:16px;*/
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #3053af;
	border-top: 2px solid #3053af;
	/*background: url(../../images/pc/icon_tg.png) 5px 10px no-repeat;*/
}

.technologylawsusa .level1{
	font-size:18px;
	color:#3a5ab2;
	line-height:50px;
	border-bottom: 1px solid #3a5ab2;
}
.technologylawsusa .level1 b{
	float:left;
	width:4px;
	height:28px;
	/*background: #9cacd7;*/
	margin:10px 5px;
}
.technologylawsusa .level2{
	/*margin-left:25px;*/
	margin-top:8px;
}
.technologylawsusa .level2 li{
	/*background: url(../../images/pc/icon_right2.png) 175px center no-repeat;*/
	list-style: none;
}
.technologylawsusa .level2 li.left_icon_top{
	/*background: url(../../images/pc/icon_right2.png) 175px 5px no-repeat;*/
}
.technologylawsusa .level2 li p,
.technologylawsusa .level2 .level3 li{
	/*text-align: center;*/
	font-size:14px;
	color:#6b6b6b;
	line-height:20px;
	/*margin:10px 0;*/
	padding:5px 0;
	border-bottom: 1px solid #9E9E9E;
	cursor: pointer;
}
.technologylawsusa .level2 li.on p,
.technologylawsusa .level2 .level3 li.on,
.technologylawsusa .level2 li p:hover,
.technologylawsusa .level2 .level3 li:hover{
	background: #41a0f4;
	font-size:14px;
	color:#fff;
	/*box-shadow: 4px 4px 8px #41a0f4;*/
}
.technologylawsusa .level2 .level3 li{
	margin-left:20px;
}
.technologylawsusa .right_t{
	width:910px;
	border-radius: 3px;
	/*background: #fff;*/
}
.technologylawsusa .form{
	/*background:url(../../images/pc/tbt-sps_bg.png) center top no-repeat;*/
	/*background-size: 103% 100%;*/
}
.technologylawsusa .right_b{
	padding-top:5px;
	/*margin-top:15px;*/
	width:910px;
	height:50px;
	background: #fff;
}
.technologylawsusa .tabs{
	padding:12px 15px;
}
.technologylawsusa .tabs span{
	display: inline-block;
	width:250px;
	height:50px;
	border-radius: 2px;
	font-size:18px;
	color:#295eec;
	text-align: center;
	line-height: 50px;
	background: #fff;
	box-shadow: 4px 8px 8px #cad6e5;
}
.technologylawsusa .tabs span.on{
	background: #42a1f5;
	color:#fff;
	font-weight: bold;
}
.technologylawsusa .form{
	padding:15px 15px 15px;
}
.technologylawsusa .form p{
	margin-bottom: 10px;
}
.technologylawsusa .form .label{
	display: inline-block;
	width:145px;
	text-align: right;
	font-size:16px;
	color:#707070;
}
.technologylawsusa .form input{
	width:272px;
	height:32px;
}
.technologylawsusa .form .big{
	width:698px;
}
.technologylawsusa .form select{
	width:219px;
	height:32px;
}
.technologylawsusa .form input,
.technologylawsusa .form select,
.technologylawsusa .form textarea{
	border:1px solid #a8c7fe;
}

.technologylawsusa_list_ul{
	/*background: #fff;*/
	padding:20px 40px;
}
.technologylawsusa_list_ul li{
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #D4D2D2;
}

.technologylawsusa_list_ul li .rt{
	width:530px;
	float:left;
}
.technologylawsusa_list_ul li.noPic .rt{
	width:100%;
}
.technologylawsusa_list_ul li .pt{
	font-size: 18px;
	line-height: 34px;
	color: #222222;
	overflow: hidden;
	width:100%;
	/*text-overflow:ellipsis;*/
	/*white-space: nowrap;*/
}
.technologylawsusa_list_ul li .pt:hover{
	font-weight: bold;
}
.technologylawsusa_list_ul li .pc{
	margin-top:10px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	height:48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.technologylawsusa_list_ul li .pb{
	margin-top:26px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #666666;
}

.head-txt2 {
	padding:0 6px 0px 6px;
	clear:both;
	height: 30px;
	line-height: 20px;
	border-bottom: 2px solid #E1E1E1;
	margin-bottom: 10px;
}
.head-txt2 strong {
	float:left;
	font-weight:normal;
	font-size: 24px;
	display: block;
	width: 20%;
	color:#0e78cc
}
.head-txt2 strong a{
	color:#0e78cc
}
.head-txt2 span {
	width:80%;
	display:block;
	float:left;
	font-size:14px;
	color:#999999;
	font-size:18px;
}
.head-txt2 span a{
	padding:0px 0px 0px 50px;
	color:#0e78cc
}
.head-txt2 b a {
	padding:0px;
}
.head-txt2 b{
	font-weight:normal;
	font-size:16px;
}
.head-txt2 .line{
	float:left;
	width:3px;
	height:24px;
	background: #FE9901;
	margin-right: 15px;
	margin-top: 0px;

}

/*20240704*/
.groups_n{
	border-bottom:2px solid #E1E1E1;
	font-size:24px;
	color:#3F8ACF;
	line-height: 48px;
	font-weight: bold;
}
.groups_n b{
	display: inline-block;
	width:3px;
	height:25px;
	background: #FE9901;
	margin-right:5px;
	vertical-align:sub;

}


/*20241104*/
header{
	background:#0d4d8b url(../images/head_bg.jpg) repeat-x;
	color:#fff;
}
.header_t {
	color:#fff;
}
.header_b{
	background:rgba(0, 90, 159, .5);
}
.banner .w1200{
	margin:11px auto;
}
.nav {
	font-size:12px;
	color:#ccc;
}
.nav li{
	font-size:16px;
	color:#fff;
}
.nav li.on, .nav li:hover {
    background: inherit;
}
.nav li .line {
	height:3px;
	background: #01a1ec;
}
.footer{
	background: url(../images/foot_bg.jpg);
	display: block;
	height:auto;
	padding-bottom:20px;
	margin-top:0;
}
.footer_c{
	display: block;
	width: 1200px;
	margin:0 auto;
}
.footer div{
	font-size:14px;
	color:#fff;
	line-height: 30px;
	text-align: left;
}
.footer div span{
	margin-right:-10px;
}
.block6{
	width:1200px;
	margin:0 auto;
	height:auto;
	background: none;
}
.block6 .box{
	padding:30px 0 0;
	margin-bottom:60px;
}
.banner .logo {
    width: 66px;
}
.banner .text {
    width: 460px;
}
.banner .erweima {
    margin-left: 386px;
}
.block7 .col1{
	width:298px;
	height:100%;
	/*padding: 25px 20px;*/
	border-right: 1px solid #dbdbdb;
	padding-top:0;
}
.block7 .col1 li{
	width:258px;
	height:60px;
}
.block7 .col1 li img{
	width:100%;
	height:100%;
	border:1px solid #eee;
	margin-top:10px;
}
.block7 .col2{
	width:452px;
	border-right: 1px solid #dbdbdb;
	padding-right:20px;
}
.main_jm .block7 .col3{
	width:410px;
	padding-right:20px;
}
.customs-hdjl{
    height: 330px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    margin-bottom: 80px;
    border-top: 2px solid #154079;
}
.customs-hdjl .tit{
	background: url(../images/mk_hrBg.png) repeat-x center;
	border-bottom: none;
}
.customs-hdjl .tit img{
	width:24px;
}
.customs-hdjl .tit span{
	display: inline;
    font-size: 24px;
    color: #164178;
    background: #fff;
    font-weight: normal;
}
.customs-mkTit { height: 35px; margin-bottom: 6px; }
.customs-mkTit a {display: block;float: left;font-size: 18px;color: #464646;height: 35px;margin-right:40px;position: relative;font-weight: bold;}
.customs-mkTit a.on { border-bottom: 1px solid #16407a; color: #16407A; }
.customs-mkTit a.on i {display: block;width: 0;height: 0;border-style: solid;border-color: #154079 transparent transparent transparent;border-width: 6px;position: absolute;bottom: -12px;left: 50%;margin-left: -6px;}
.tit{
	border-bottom: 2px solid #154079;
}
.block1 .box ul li span{
	color: #989797;
    font-size: 12px;
}
.block1 .box ul li{
	margin-bottom: 30px;
}


.block1 .box ul li,
.main_jm .block8 .content1 ul li,
.main_jm .block7 .box ul li{
	background: url(../images/zwgk_news_dian.png) no-repeat 2px center;
}
.block6 .box b {
    font-size: 14px;
    color: #fff;
    line-height: 38px;
}	
.block6 .box select {
    width: 158px;
    height: 38px;
    line-height: 38px;
    height: 24px \9;
    font-size: 12px;
    color: #fff;
    border: 1px solid #019ce5;
    background: none;
    text-indent: 5px;
    margin: 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/foot_select_bg.png) no-repeat 140px center;
}
.block6 .box select option {
    color: #333;
}
.main_en .block1{
	box-shadow: none;
	margin-bottom: 60px;
    border-bottom: 2px solid #154079;
    padding-bottom: 20px;
}
.customs-zwgk-tit { height: 24px; line-height: 24px; background: url(../images/mk_hrBg.png) repeat-x center; text-align: center; margin-bottom: 40px; }
.customs-zwgk-tit span { display: inline; font-size: 24px; color: #164178; background: #fff; padding: 0 15px; }
.customs-zwgk-tit span img {
    margin-right: 15px;
    border: none;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.block8 .vline {
    margin-top: 8%;
}
.block8 .block7 .box{
	margin-top:0;
	padding:0;
}


.version2 .col2{
	border-right: none;
	width: 880px;
}
.version2 .books{
	/*padding-left:0;*/
	padding-left:20px;
}
.version2 .books li{
	/*margin-right:12px;*/
	margin-right:30px;
}

.version3 .customs-mkTit{
	text-align: center;
}
.version3 .customs-mkTit .info{
	display: inline-block;
	float:none;
}
.version3 .tit1 img{
	width:24px;
}
.version3 .col1{
	border-right: 0;
}
.version3 .col2{
	border-right: 1px solid #dbdbdb;
}
.version3 .books li {
    width: 125px;
    height: 184px;
}
.version3 .books li img {
    width: 110px;
    height: 122px;
}
.version3 .customs-hdjl{
	height:310px;
}



.block7 .books li{
	background: url(../images/bg_book.png) center no-repeat #f2fcfd;
}
.block8 .tabs li{
	background: url(../images/tabs.png) center center no-repeat;
	background-size: 100% 100%;
}
.block8 .tabs li.on {
    background-image: url(../images/tabs_on.png);
}
.bg{
	background-image: url(../images/index_bg.png);
	background: none;
}
.btn {
    background-image: none;
    background: #68aae4;
    border-radius: 3px;
    font-size:15px;
    font-weight:normal;
}




.pr-10{
	padding-right:10px;
}

/*sub-nav*/
.nav ul li{
	position:relative;
}
.customs-sub-nav { position: absolute; width: 100%; background: #005a9f; background: rgba(0,90,159,.9);top: 50px; display: none; left: 0; z-index:99;}
.customs-sub-nav > li { padding: 5px; line-height: 24px; text-align: center; }
.customs-sub-nav > li > a { display: block; font-size: 14px; color: #ececec; }
.customs-sub-nav > li:hover > a { color: #fff; }
/* çƒ­ç‚¹é“¾æŽ¥ */
.customs-rdLink { height: 85px; position: relative; background: #f5f5f5; margin-bottom: 50px; }
.customs-rdLink-tit { font-size: 36px; text-align: center; position: absolute; width: 130px; top: 0; left: 0; line-height: 85px; font-weight: bold; color: #154079; }
.customs-rdLink-wrap { padding-left: 150px; padding-right: 50px; }
.customs-rdLink-con.swiper-container { padding-top: 28px; padding-right: 7px;  }
.customs-rdLink_list li { float: left; width: auto; line-height: 30px; height: 30px; border: 1px solid #a4b4c8; border-radius: 12px; margin-right: 22px; width: 170px\9; text-align: center\9; }
.customs-rdLink_list li a { color: #005085; font-size: 18px; padding: 0 20px; }
.customs-rdLink-btn { width: 9px; height: 15px; position: absolute; top: 36px; cursor: pointer; }
.customs-rdLink-btn:hover { color: #16407a; }
.customs-rdLink-prev { left: 120px; background: url(../images/rdLink-prev.png) no-repeat; }
.customs-rdLink-next { right: 25px; background: url(../images/rdLink-next.png) no-repeat; }
.customs-rdLink-prev:hover { background-image: url(../images/rdLink-prev-hov.png); }
.customs-rdLink-next:hover { background-image: url(../images/rdLink-next-hov.png); }
.customs-rdLink_list li:hover { background: #16407a; }
.customs-rdLink_list li:hover a { color: #fff; }
#hggzk{ background: #16407a; }
#hggzk a { color: #fff; }
.main_en .block1{
	border-bottom: none;
}
.version4 .block8 .box {
	height:400px;
}
.version4 .content5 .pics li{
	height:180px;
}
.version4 .vline{
	height:300px;
}
.block8_left{
	width:300px;
}
.block8_right{
	width:900px;
}
.customs-gkzlTit{ height: 35px; margin-bottom: 6px; }
.customs-gkzlTit a{display: block;font-size: 18px;color: #16407a;height: 35px;font-weight: bold; text-align:center;}
.customs-zwgk-list li { line-height: 59px; height: 59px; margin-top: 1px; background: #f2f7fb; text-indent: 50px; }
.customs-zwgk-list li img { height: 26px; margin-right: 20px; width: 26px; display: inline-block; vertical-align: middle;}
.customs-zwgk-list li a { font-size: 16px; color: #333; }
.customs-zwgk-list li:hover a { color: #16407a; }
.customs-zwgk-list li:hover img { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); -webkit-transition: transform 500ms; -moz-transition: transform 500ms; -ms-transition: transform 500ms; -o-transition: transform 500ms; transition: transform 500ms; }
.customs-zwgk-list li:hover { text-indent: 110px; -webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; -o-transition: all 500ms; transition: all 500ms; }
.customs-zwgk-list{
	margin-top:30px;
}
.version4 .version3 .customs-mkTit{
	text-align: left;
	margin-left:20px;
}
.version4 .tit1{
	text-align: left;
}
.version4 .content5 .pics li{
	margin-top:10px;
}



