﻿/*pad*/
body{
	font-family: "宋体";
}
img {
	max-width: 100%;
}

.gh {
	float: right;
	height: 34px;
	width: 34px;
	right: 30px;
	top: 25px;
	position: absolute;
	display: none;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
}

.selected .gh {
	transform: rotate(90deg);
}

.gh a {
	background-color: #000;
	display: block;
	height: 2px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}

.gh:hover a:before {
	transform: translateY(-2px) rotate(0deg);
	-webkit-transform: translateY(-2px) rotate(0deg);
	-ms-transform: translateY(-2px) rotate(0deg);
}

.gh:hover a:after {
	transform: translateY(2px) rotate(0deg);
	-webkit-transform: translateY(2px) rotate(0deg);
	-ms-transform: translateY(2px) rotate(0deg);
}

.selected .gh:hover a:before {
	transform: translateY(0px) rotate(-55deg);
	-webkit-transform: translateY(0px) rotate(-55deg);
	-ms-transform: translateY(0px) rotate(-55deg);
}

.selected .gh:hover a:after {
	transform: translateY(0px) rotate(55deg);
	-webkit-transform: translateY(0px) rotate(55deg);
	-ms-transform: translateY(0px) rotate(55deg);
}

.gh a:after,
.gh a:before {
	background-color: #000;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}

.gh a:after {
	top: 10px;
}

.gh a:before {
	top: -10px;
}

.selected .gh a:after,
.selected .gh a:before {
	top: 0;
}

.selected .gh a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
}

.selected .gh a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
}

.selected .gh a {
	background-color: transparent !important;
}

@media only screen and (max-width:1200px) {
	html {
		/*background: #ddd;*/
	}
	.gh {
		display: block;
	}
	.sidebar {
		display: none;
	}
	.index-bg {
		background: none;
	}
	.wrapper {
		width: auto;
		/*padding: 0 10px;*/
	}
	.toper {
		height: auto;
		overflow: hidden;
	}
	.pc-show {
		display: none !important;
	}
	.toper .left,
	.toper .right {
		float: none;
		text-align: center;
		display: none;
	}
	.header .srch {
		display: none;
	}
	.header {
		height: auto;
		padding: 40px 0px;
	}
	.header .logo {
		text-align: center;
		float: none;
		padding: 0;
	}
	.header .logo a {
		padding: 0 20px;
	}
	.header .logo img {
		display: inline-block;
		width: 280px;
	}
	.toper li a,
	.toper li {
		line-height: 30px;
	}
	.header .srch {
		margin-top: 10px;
		margin-right: 14px;
		padding: 5px;
	}
	.naver {
		height: auto;
	}
	.naver ul{
		height: auto; overflow: hidden; padding: 10px 0;
		width: auto;
	}
	.naver li{
		width: 32%; float: left;
	}
	.naver li img {
		display: none;
	}
	.naver li a {
		line-height: 2;
		font-size: 16px;
		padding: 0;
		text-align: center;
		margin: 0;
	}
	.naver li a:hover{
		background: none;
	}
	.today-new {
		height: auto;
		padding-left: 0;
		padding-top: 50px;
		margin: 20px;
		display: none;
	}
	.today-new dt {
		width: 100%;
		height: auto;
	}
	.today-new dt img {
		width: 40%;
		height: auto;
	}
	.today-new dd a {
		font-size: 14px;
		line-height: 25px;
	}
	.today-new dd {
		padding: 10px;
	}
	.h-news .right,
	.h-news .h-imgs {
		float: none;
		display: block;
		width: 100%;
		margin: 20px 0;
	}
	.h-news .h-imgs img {
		width: 100%;
		height: 280px;
	}
	.new-tab .new-tb .txt h4 a {
		font-size: 16px;
		line-height: 40px;
	}
	.new-tab .new-tb .list li a {
		width: 75%;
	}
	.new-tab .new-tb .list li span {
		width: 20%;
		font-size: 12px;
	}
	.new-nav ul{
		width: 100%;
	}
	.new-nav li {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
	}
	.new-nav li a{
		display: block;
		
	}
	.h-news {
		height: auto;
		margin: 0 15px;
		overflow: hidden;
	}
	.h-wrap .left,
	.h-wrap .right,
	.container .left-wrap {
		width: auto;
	}
	.h-wrap .left, .h-wrap .right{
		float: none;
	}
	.container .left-wrap{
		margin: 0 15px;
		display: block;
		float: none;
	}
	.green-channel dd a {
		/*font-size: 14px;*/
	}
	.container .right-wrap {
		width: auto;
		padding: 0;
	}
	.interaction ul li a {
		width: 150px;
		font-size: 13px;
	}
	.interaction ul li img {
		width: 15%;
		height: auto;
		top: 8px;
		margin: 0 5px 0 10px;
	}
	.collection li a {
		font-size: 14px;
	}
	.interview .txt,
	.interview .img {
		width: 50%;
		font-size: 14px;
	}
	.interview .txt{
		width: 45%; float: right;
	}
	.interview .txt h4:first-child{
		display: none;
	}
	.interview .text p span{
		display: none;
	}
	.beauty-img {
		padding-left: 0;
		padding-top: 200px;
		height: auto;
		margin: 30px 10px 0;
	}
	.site-guide {
		height: auto;
		overflow: hidden;
		margin: 15px 10px;
		padding-bottom: 20px;
		display: none;
	}
	.site-guide dd {
		margin-left: 20px;
	}
	.beauty-img {
		margin-bottom: 30px;
	}
	.beauty-img ul li {
		margin: 0 auto;
		float: none;
		display: block;
	}
	.beauty-img ul {
		height: auto;
		margin: 0;
	}
	.foot-bg {
		padding: 25px 0 10px; background: none;
	}
	.copyright p,
	.footer .nav li a {
		font-size: 12px;
		line-height: 20px;
	}
	.copyright img {
		display: none;
	}
	.h-news .h-imgs {
		height: auto;
	}
	.h-mesg-new,
	.h-mesg .nav {
		width: 90%;
		margin: 0 5%;
	}
	.h-mesg .nav ul {
		width: 102%;
		margin: 0;
	}
	.h-mesg .nav li {
		width: 48%;
		margin-right: 2%;
		box-sizing: border-box;
	}
	.container01 {
		padding: 0 15px;
	}
	.query-wp,
	.quick-wp,
	.society-wp,
	.work-wp {
		width: auto;
		padding: 0 2.5%;
		margin: 0 auto 20px;
		float: none;
		display: block;
		border: none;
	}
	.quick-wp{
		padding: 0;
	}
	.query-wp{
		padding: 0;
	}
	.query-wp .ui-hd01, .quick-wp .ui-hd01{
		border-bottom: #ccc solid 1px !important;
	}
	.query-wp .body ul{
		margin-top: 20px;
	}
	.query-wp .body li a{
		font-size: 14px;
	}
	.society-wp .nav-th li.on .wrap, .society-wp .nav-th li:hover .wrap{
		background: none;
	}
	.ui-hd01 li{
		margin-right: 20px;
	}
	.easy-tel {
	}
	.wrapper01 {
		width: auto;
	}
	.work-wp .body ul {
		width: 100%;
	}
	.work-wp .body li {
		width: 33.33%;
		margin: 0;
		text-align: center;
	}
	.work-wp .body li h4{
		font-size: 14px; line-height: 1.7;
	}
	.society-wp .nav-th li.on .img02, .society-wp .nav-th li:hover .img02{
		display: none;
	}
	.society-wp .nav-th li.on .img01, .society-wp .nav-th li:hover .img01{
		display: inline-block;
	}
	.society-wp .nav-th li.on h4, .society-wp .nav-th li:hover h4{
		color: #333;
	}
	.work-wp .body li a {
		width: 100%;
	}
	.work-wp .body li a img {
		display: inline-block;
	}
	.work-wp .body {
		margin-left: 0;
	}
	.quick-wp .body dd a,
	.quick-wp .body dd span {
		font-size: 14px;
	}
	.society-wp .nav-th li {
		width: 33.33%;
		margin: 0;
		height: auto;
	}
	.society-wp .nav-th li .wrap {
		width: 90px;
		height: 90px;
	}
	.society-wp .nav-th li img {
		width: 30%;
		height: auto;
	}
	.nav-tb li {
		width: 28%;
	}
	.nav-tb li a {
		width: 100%;
	}
	.nav-tb li a,
	.society-wp .nav-th li h4 {
		font-size: 14px;
	}
	.footer {
		height: auto;
		background-size: cover;
		margin-top: 30px;
		background: none;
		border-top: #ccc solid 1px;
	}
	.footer .nav {
		display: none;
	}
	.data-page {
		width: auto;
		float: none;
		display: block;
		padding: 0;
		margin: 0 15px 25px;
		height: auto; border: 0;
	}
	.data-page .head, .data-page .head .l{
		border-bottom: #ccc solid 1px; padding-bottom: 10px;
	}
	.data-page .head .line {
		display: none;
	}
	.data-page .body ul{
		width: auto;
	}
	.data-page .body li {
		width: auto;
		margin: 0; height: auto; background-position: left 7px; line-height: 1.5; margin-top: 20px;
	}
	.data-page .body li a {
		width:auto;
		font-size: 14px; display: inline; color: #000;
	}
	.data-page .body li span {
		margin-left: 5px;
		font-size: 12px;
	}
	.data-page .body {
		margin: 0;
	}
	.features {
		width: auto;
		margin-bottom: 50px; border: 0; padding: 0 15px;
	}
	.features .body {
		margin: 15px 0 0;
	}
	.features .body img {
		display: none;
	}
	.features .body ul{
		width: auto; padding: 0 2.5%;
	}
	.features .body li {
		width: 45%; margin: 0 2.5%;  margin-bottom: 20px;
	}
	.features .body li img {
		display: block;
		width: 100%; 
	}
	.new-img {
		display: none;
	}
	.news-list {
		width: auto;
		margin: 0 15px;
	}
	.new-list .item .hd h4{
		font-weight: bold;
	}
	.new-list {
		float: none;
		width: auto; margin-right: 0; margin-bottom: 20px;
	}
	.new-video .body ul {
		width: auto;
		margin: 0; padding: 0 2%;
	}
	.new-video .body li {
		width: 46%;
		margin: 0 2% 20px;
		height: auto;
	}
	.new-video .body li .img,
	.new-video .body li .img img {
		width: 100%;
		height: auto;
	}
	.new-video .body li h4 {
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.picScroll-left {
		display: none;
	}
	.h-mesg .nav li img {
		margin: 0 3px 0 5px;
	}
	.society-wp .nav-tb {
		margin-left: 0;
	}
	.society-wp .nav-tb li {
		width: 30%;
	}
	.society-wp .nav-tb li a {
		font-size: 14px;
		width: 100%;
	}
	.society-wp, .work-wp{
		display: none;
	}
	.w-105 {
		width: 100%;
	}
	.pb75 {
		padding-bottom: 0 !important;
	}
	.new-video .body li .ico img {
		margin-top: 20%;
	}
	.mt75 {
		margin-top: 40px;
	}
	.h-news .h-imgs .slide .txt {
		height: 35px;
		line-height: 35px;
	}
	.slider-nav {
		bottom: 8px;
	}
	.society-wp .nav-th li .img {
		width: 90px;
	}
	.copyright p span {
		margin-right: 0;
	}
	.interaction ul li a {
		width: 140px;
	}
	/*通用列表*/
	.general-list .right,
	.general-list .left {
		float: none;
		width: 100%;
	}
	.general-list .lists {
		height: auto;
		overflow: hidden;
	}
	.general-list .left dd {
		float: left;
		width: 48%;
		margin:0 1%;
		margin-bottom: 15px;
	}
	.general-list .lists dd a img {
		margin: 0 10px 0 20px;
	}
	.news-item li a {
		padding-left: 30px;
	}
	.news-item li .txt {
		width: auto; float: none;
	}
	.news-item li .num {
		float: none; width: auto; height: auto; border: none; text-align: left;
	}
	.news-item li .txt h4 {
		font-size: 16px;
		line-height: 25px;
	}
	.news-item li {
		height: auto;
	}
	.news-item li a {
		height: inherit; padding: 0; border: 0;
	}
	.news-item li .txt h4 i{
		display: none;
	}
	.news-item li .txt p {
		font-size: 14px;
	}
	.news-item li .num h2 {
		display: none;
	}
	.news-item li .num h5 {
		font-size: 12px;
	}
	.ui-pages,
	.ui-pages dl {
		height: auto;
		overflow: hidden;
	}
	.general-list .lists dt {
		display: none;
	}
	.general-list .lists dd a img {
		top: 5px;
	}
	.general-list .lists dd a {
		border-bottom: 1px solid #e7e7e7;
	}
	.pic-item ul{
		width: auto;
	}
	.pic-item li {
		width: 46%; margin: 0 2%; margin-bottom: 20px;
	}
	.pic-item li:nth-child(2n+1){
		clear: both;
	}
	.pic-item li h4{
		display: none;
	}
	.pic-item li .img,
	.pic-item li .img img {
		width: 100%;
		height: auto;
	}
	.pic-item li:last-child {
		margin-bottom: 0;
	}
	.naver li {
		margin-right: 0; position: relative; text-align: center; margin: 2px 0;
	}
	.naver li:after{
		width: 1px; height: 20px; background: #fff; content: ""; position: absolute; right: 0; top: 5px;
	}
	/*互动交流 开始*/
	.commu-l {
		float: none; display: none;
	}
	.commu-l ul {
		overflow: hidden;
		height: auto;
		width: 100%;
	}
	.commu-l li {
		width: 46%;
		float: left;
		margin: 0 2% 10px;
		box-sizing: border-box;
	}
	.commu-l li a {
		height: 76px;
	}
	.commu-r {
		float: none;
		width: auto;
		margin: 15px; padding: 0;
		box-shadow: none; border: none;
	}
	.commu-r .mailbox .body th{
		text-align: left;
	}
	.commu-r .mailbox .body td{
		text-align: left; font-size: 14px;
	}
	.commu-r .mailbox .body td a{
		width: auto; margin: 0;
	}
	.commu-r .head {
		/*height: auto;*/ display: none;
	}
	.collect-opinion .body dt{
		border-bottom: #ccc solid 1px; padding-bottom: 5px;
	}
	.commu-r .head span {
		float: none;
		color: #005293;
		background: none;
		padding-left: 0;
	}
	.commu-r .mailbox .head .checkmail {
		/*float: none;*/
		display: none;
	}
	.commu-r .mailbox .body table {
		float: none;
		margin: 0;
		width: 100%;
	}
	.commu-r .mailbox .body th:nth-child(3),
	.commu-r .mailbox .body th:nth-child(4) {
		display: none;
	}
	.commu-r .mailbox .body td:nth-child(3),
	.commu-r .mailbox .body td:nth-child(4) {
		display: none;
	}
	.commu-r .mailbox .body th:nth-child(1) {
		width: 32px;
	}
	.commu-r .mailbox .body ul {
		float: none;
		margin: 10px 0 0;
	}
	.commu-r .mailbox .body li {
		width: 100%;
	}
	.commu-r .mailbox .body li.send a,
	.commu-r .mailbox .body li.direction a,
	.commu-r .mailbox .body li.question a {
		width: 100%;
		padding-left: 0;
		text-align: center;
		background-image: none;
	}
	.online-interview .body {
		padding: 0;
		padding-top: 10px;
		width: 100%;
	}
	.online-interview .body .item {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: 10px;
	}
	.online-interview .body .img {
		float: none;
	}
	.online-interview .body .img img {
		width: 100%;
	}
	.online-interview .body .txt {
		float: none;
	}
	.online-interview .body .text {
		float: none;
	}
	.online-interview .body .text span{
		display: none;
	}
	.online-interview .body .txt h4:first-child{
		display: inline;
	}
	.collect-opinion .body {
		width: 100%;
	}
	.collect-opinion .body dl {
		float: none;
		margin: 0;
		padding: 0;
		border: none; margin-bottom: 20px;
	}
	.collect-opinion .body dd {
		width: 100%;
	}
	.commu-r .mailbox .body{
		padding-top: 0;
	}
	/*互动交流 结束*/
	/*互动-图片列表 开始*/
	.image-lists-r {
		float: none;
		width: auto;
		padding: 0 ;
		box-shadow: none;
		margin: 0 15px; border: none;
	}
	.bannersbox .body {
		margin: 10px auto 0;
		padding: 10px 1%;
		width: auto;
		height: auto;
		background-image: none;
	}
	.bannersbox .body .txt {
		width: auto;
	}
	.bannersbox .body h2{
		font-size: 16px;
	}
	.write .body {
		padding: 0; 
	}
	.write .body dt, .write .body dd{
		font-size: 14px;
	}
	.image-lists-r .head span{
		background: none;
		padding-left: 0; font-size: 18px;
	}
	.image-lists-r .write .body dl dd {
		float: none;
		width: auto;
		height: auto;
	}
	.write .body dd label {
		float: none;
		width: 100%;
	}
	.write .body .personal .email label {
		width: 100%;
	}
	.write .body .personal dt {
		margin-top: 20px;
	}
	.write .body .message dt {
		margin-top: 20px;
	}
	.write .body .personal .addr {
		width: auto;
	}
	.write .body .personal .sex label {
		width: auto;
	}
	.write .body .personal .sex input[type="radio"] {
		margin-right: 8px;
	}
	.write .body .personal .sex font {
		margin-right: 8px;
	}
	.write .body dl span {
		width: 90%;
	}
	.write .body .personal .name input {
		width: 100%;
	}
	.write .body .personal .phone input {
		width: 90%;
		padding-right: 12px;
	}
	.write .body .personal .email input {
		width: 90%;
		padding-right: 12px;
	}
	.write .body .personal .addr input {
		width: 90%;
		padding-right: 12px;
	}
	.write .body .subject input {
		width: 100%;
	}
	.write .body .content label {
		height: 22px;
		line-height: 22px;
	}
	.write .body dd input[type="text"] {
		float: none;
	}
	.write .body .content textarea {
		padding-right: 12px;
		width: 100%;
	}
	.write .body dl span.req:after {
		background: none;
	}
	.write .body .btns {
		padding-left: 0;
		padding-bottom: 10px;
	}
	.write .body .btns input {
		margin-right: 5px;
	}
	/*互动-图片列表 结束*/
	/*互动-微信列表1 开始*/
	.weixin-lists-r{
		float: none;
	    width: auto;
	    padding: 0;
	    box-shadow: none;
	    margin: 0 15px; border: none;
	}
	.weixin-lists-r .head span{
		background: none; padding-left: 0; font-size: 18px;
	}
	.weixin-lists-r .body{
		padding-top: 10px;
	}
	.weixin-lists-r .body ul{
		padding: 0;
	}
	.weixin-lists-r .body li{
		width: 46%;
		margin: 0 2% 10px;
	}
	.weixin-lists-r .body li .img{
		text-align: center;
		border: none;
	}
	.weixin-lists-r .body li .img img{
		width: 100%;
		height: auto;
	}
	.ui-pages dd a{
		display: inline;
		background: none;
		color: #414141;
	}
	.ui-pages dd:hover a, .ui-pages dd.on a{
		background: none;
		color: #414141;
	}
	.ui-pages dd.last a{
		display: inline-block;
	}
	/*互动-微信列表1 结束*/
	
	/*互动-文字列表1 开始*/
	.text-lists-r{
		float: none;
	    width: auto;
	    padding: 0 ;
	    box-shadow: none;
	    margin: 0 15px; border: none;
	}
	.text-lists-r .head span{
		background: none; padding-left: 0; font-size: 18px;
	}
	.text-lists-r .body li{
		margin-bottom: 20px;
	}
	.text-lists-r .body li a{
		float: none;
		display: inline;
		padding-left: 0;
		margin-left: 0; line-height: 1.7;
		background-position: left top; background: none;
	}
	.text-lists-r .body li span{
		float: none;
		display: inline-block;
		padding-left: 0;
		width: auto;
		line-height: 12px;
	}
	/*互动-文字列表1 结束*/
	
	/*通用列表 开始*/
	.general-list2 .left{
		float: none;
		display: block;
		overflow: hidden;
	}
	.general-list2 .left dl{
		width: 100%;
		margin-left: 0;
		overflow: hidden;
		background-color: transparent;
		border: none;
	}
	.general-list2 .left dt{
		width: 100%;
		margin-left: 0;
		background-size: cover; display: none;
	}
	.general-list2 .left dd{
		width: 46%;
		margin: 0 2% 5px;
		box-sizing: border-box;
		border: 1px solid #e7e7e7;
	}
	.general-list2 .left dd a{
		/*width: 70%;
		padding-left: 30%;*/
		width: 100%;
		padding-left: 0;
		text-align: center;
		height: 46px;
		line-height: 46px;
		background-image: none;
	}
	.general-list2 .left dd.on a, .general-list2 .left dd:hover a{
		background-image: none;
	}
	.general-list2 .right{
		/*float: none;*/
		display: block; margin-top: 20px;
		
	}
	/*通用列表 结束*/
	
	/* 内容详细页 开始*/
	.cont-detail .head ul{
		margin-top: 10px;
	}
	.cont-detail .head li{
		display: block; margin: 0;
	}
	.cont-detail .head h2{
		line-height: 1.7;
	}
	/* 内容详细页 结束*/
	
	.container{
		padding-top: 20px;
	}
	.container01{
		padding-top: 20px;
	}
	.current{
		padding-left: 25px;
		margin: 0 15px 5px;
		height: auto;
		background-position: left top;
	}
	.current span, .current a{
		line-height: 25px;
	}
	.new-list .item .bd a{
		height: auto; background-position: 5px 10px; 
	}
	/*2017.11.9*/
	.green-channel{
		/*display: none;*/
	}
	.h-mesg-new{
		display: none;
	}
	.ui-hd span{
		display: none;
	}
	.ui-head a{
		background: none;
	}
	.ui-hd img{
		display: none;
	}
	.ui-hd{
		background: none;
	}
	.new-tab .new-th li a{
		font-size: 14px;
	}
	.new-tab .new-tb .list li a{
		font-size: 16px; width: auto;
		word-break:inherit;
		text-overflow:inherit;
		white-space:inherit; float: none; color: #000;
	}
	.new-tab .new-tb .list li span{
		float: none;
	}
	.new-tab .new-tb .list li{
		height: auto;
	}
	.h-serve .body ul li{
		width: 33.33%;
	}
	.h-mesg, .h-serve{
		border: 0;
	}
	.container .right-wrap{
		float: none;
		display: block;
		border: none;
		margin: 0 15px;
	}
	.ui-head{
		margin: 0;
	}
	.h-ranking{
		display: none;
	}
	.inside-bg{
		background: none;
	}
	.bc-f6{
		background: none;
	}
	.features .body li a{
		width: auto; height: auto;
	}
	
	.cont-detail{
		border: 0; margin: 0 ; padding: 0;
	}
	.cont-detail .body{
		padding: 0; padding-top: 20px;
	}
	/* 11.19添加首页内容 开始 */
	.appro{
		margin: 10px 15px 0;
		border: none;
	}
	.appro .body ul{
		padding-left: 0;
		/*width: 102%;*/
	}
	.appro .body li{
		width: 48%;     
		margin:0 1% 7px;
	}
	.h-serve .ui-head a,
	.appro .ui-head a{
		left: 0;
	}
	/* 11.19添加首页内容 结束 */
	
	/*11.19 公共服务 快速通道 开始*/
	.quick-wp .body dt img{
		display: none;
	}
	/*11.19 公共服务 快速通道 结束*/

	/*12.6 公共服务列表 开始*/
	.share-serve .ss-l{
		float: none;
		background: none;
		padding: 0;
		border: none;
width:auto;
min-height:auto;
	}
	.share-serve .ss-l li{
		width: auto;
		height: auto;
		line-height: initial;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.share-serve .ss-l li a{
		float: none;
		width: auto;
		max-width: none;
		line-height: 1.7;
		overflow: initial;
		white-space: initial;
		text-overflow: initial;
	}
	.share-serve .ss-l li span{
		float: none;
	}
	.share-serve .ss-r{
		float: none;
	}
	/*12.6 公共服务列表 结束*/
	
	/*12.9 首页新增 开始*/
	.h-policy ul{
		width: auto;
	}
	.h-policy li{
		float: none;
		text-align: center;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	.h-policy li a{
		display: block;
		background-color: #f9f9f9;
	}
	/*12.9 首页新增 结束*/

	/*12.21 公共服务和公共服务列表添加下载专区 开始*/
	.query-wp .body-download{
		width: auto;
		height: auto;
	}
	.query-wp  .body-download li {
		height: auto;
		line-height: 1.7;
		margin-bottom: 10px;
	}
	.query-wp  .body-download li a{
		float: none;
		max-width: none;
		overflow: initial;
		white-space: initial;
		text-overflow: initial;
	}
	.query-wp .body-download li span{
		float: none;
	}
	.easy-tel a{
		width: 260px;
	}
	/*12.21 公共服务和公共服务列表添加下载专区 结束*/
	/*12.29 部门单页 开始*/
	.inside-bg6{
		background: #fff;
	}
	.header6{
		text-align: center;
	}
	.header6 .txt-logo{
		display: none;
	}
	.header6 .right{
		float: none;
		right: 0;
		text-align: center;
	}
	.header6 .right img{
		width: 280px;
		display: inline-block;
	}
	.naver4{
		height: auto;
	}
	.naver4 ul{
		padding: 10px 0;
	}
	.naver4 li{
		position: relative;
		width: 33.33%;
		line-height: 32px;
		margin: 2px 0;
	}
	.naver4 li:after {
	    width: 1px;
	    height: 20px;
	    background: #fff;
	    content: "";
	    position: absolute;
	    right: 0;
	    top: 5px;
	}
	.naver4 li a{
		font-size: 16px;
		font-weight: normal;
	}
	.naver4 li:hover a{
		background-color: initial;
	}
	.container6{
		padding-top: 20px;
	}
	.container6 .wrapper{
		margin: 0 15px;
	}
	
	.dw-l{
		float: none;
		width: auto;
		height: auto;
	}
	.dw-l .slide .img img{
		width: 100%;
	}
	.dw-l .slide h2{
		padding-left: 5px;
		font-size: 14px;
	}
	.dw-l .slider-nav{
		margin-right: 5px;
	}
	.dw-l .slider-nav__item{
		margin: 0 1px;
	}
	.dw-r{
		margin-top: 20px;
		float: none;
		width: auto;
	}
	.dw-r .head{
		border: none;
		border-bottom: 1px solid #dcdcdc;
	}
	.dw-r .head span{
		padding-left: 0;
		background: none;
		color: #005293;
	}
	.dw-r .head a{
		margin-right: 0;
	}
	.dw-r .body{
		margin-top: 10px;
	}
	.dw-r .body li{
		height: auto;
		margin-bottom: 15px;
		line-height: initial;
		overflow: hidden;
	}
	.dw-r .body li a{
		float: none;
		display: inline;
		padding-left: 0;
		line-height: 18px;
		background-image: none;
	}
	.dw-r .body li span{
		float: none;
		display: inline;
	}
	.container6 .btns ul{
		width: auto;
	}
	.container6 .btns li{
		width: auto;
		float: none;
		margin-right: 0;
		height: 40px;
		margin-bottom: 10px;
	}
	.container6 .btns li.ld a,
	.container6 .btns li.gk a,
	.container6 .btns li.jg a{
		padding-left: 0;
		text-align: center;
		height: 40px;
		line-height: 40px;
		background-position: 10px center;
		background-size: 30px;
	}
	.container6 .btns li.ld:hover a,
	.container6 .btns li.gk:hover a,
	.container6 .btns li.jg:hover a{
		color: #005293;
		background-color: #fafafa;
		background-position: 10px center;
		background-size: 30px;
	}    
	.container6 .btns li.ld:hover a{
		background-image: url(www.dlt.gov.cnimageszys_img255.png);
	}
	.container6 .btns li.gk:hover a{
		background-image: url(www.dlt.gov.cnimageszys_img256.png);
	}
	.container6 .btns li.jg:hover a{
		background-image: url(www.dlt.gov.cnimageszys_img257.png);
	}
	.budget-open .head{
		border: none;
		background-color: initial;
		border-bottom: 1px solid #dcdcdc;
	}
	.budget-open .head span{
		padding-left: 0;
		background: none;
		color: #005293;
	}
	.budget-open .head a{
		margin-right: 0;
	}
	.budget-open .body ul{
		width: auto;
	}
	.budget-open .body li{
		float: none;
		height: auto;
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
		line-height: initial;
		overflow: hidden;
	}
	.budget-open .body li a{
		float: none;
		display: inline;
		padding-left: 0;
		line-height: 18px;
		background-image: none;
	}
	.budget-open .body li span{
		float: none;
		display: inline;
	}
	.container6 .department{
		display: none;
	}
	/*12.29 部门单页 结束*/
	/*2018.1.5 部门领导 开始*/
	.inside-bg7{
		background-image: none;
	}
	.container7{
		padding: 0 15px;
	}
	.con7-l{
		display: none;
	}
	.con7-r{
		float: none;
		width: auto;
		background: none;
		border: none;
	}
	.con7-r .head{
		background-image: none;
		border: none;
		border-bottom: 1px solid #dcdcdc;
	}
	.con7-r .head span{
		background-image: none;
		padding-left: 0;
	}
	.con7-r .body table{
		width: 100%;
	}
	/*2018.1.5 部门领导 结束*/

	/*2018.1.5 部门单页-司法局 开始*/
	.header6 .img-logo{
		display: none;
	}
	.con6-cmenu-l{
		float: none;
		width: auto;
	}
	.con6-cmenu-l ul{
		width: auto;
	}
	.con6-cmenu-l li{
		float: none;
		width: auto;
height: auto;
		margin-right: 0;
	}
	.con6-cmenu-l dt{
		border: none;
		background: none;
		border-bottom: 1px solid #dcdcdc;
	}
	.con6-cmenu-l dt span{
		padding-left: 0;
		background-image: none;
		color: #005293;
	}
	.con6-cmenu-l dt a{
		margin-right: 0;
	}
	.con6-cmenu-l dd{
		line-height: 18px;
		margin-bottom: 15px;
	}
	.con6-cmenu-l dd a{
		float: none;
		display: inline;
		padding-left: 0;
		background: none;
	}
	.con6-cmenu-l dd span{
		float: none;
		display: inline;
	}
	.con6-cmenu-r{
		float: none;
	}
	.con6-cmenu-r li{
		width: auto;
	}
	.con6-cmenu-r li.ld a,
	.con6-cmenu-r li.gk a,
	.con6-cmenu-r li.zz a{
		padding-left: 0;
		height: 60px;
		line-height: 60px;
		text-align: center;
		background-position: 10px center;
		background-size: 37px;
		
	}
	.con6-cmenu-r li.ld:hover a{
		color: #005293;
		background: url(../imgs/zys_img255.png) no-repeat 10px center #fff;
		background-size: 37px;
	}
	.con6-cmenu-r li.gk:hover a{
		color: #005293;
		background: url(../imgs/zys_img256.png) no-repeat 10px center #fff;
		background-size: 37px;
	}
	.con6-cmenu-r li.zz:hover a{
		color: #005293;
		background: url(../imgs/zys_img257.png) no-repeat 10px center #fff;
		background-size: 37px;
	}
.qr-law{
		display: none;
	}
	/*2018.1.5 部门单页-司法局 结束*/

	/*2018.1.9 部门领导5-1 开始*/
	.con7-r .head{
		height: auto;
		padding-left: 0;
	}
	/*2018.1.9 部门领导5-1 结束*/
}