@font-face {
	font-family: 'OPENSANS';
	src: url("../font/OPENSANS-1.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SOURCEHANSANSCN-BOLD';
	src: url("../font/SOURCEHANSANSCN-BOLD-1.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SOURCEHANSANSCN-NORMAL';
	src: url("../font/SOURCEHANSANSCN-NORMAL-1.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SOURCEHANSANSCN-REGULAR';
	src: url("../font/SOURCEHANSANSCN-REGULAR-1.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SOURCEHANSANSCN-LIGHT';
	src: url("../font/SOURCEHANSANSCN-LIGHT-1.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SOURCEHANSANSCN-MEDIUM';
	src: url("../font/SOURCEHANSANSCN-MEDIUM-1.ttf");
	font-weight: normal;
	font-style: normal;
}

ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a {
	color: #000;
}

a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none {
	display: none;
}

.block {
	display: block;
}

.wn {
	width: 1214px;
	margin: 0 auto;
}


/****************************************新闻列表******************************************/

.special {
	padding: 0 95px 55px!important;
	margin: 55px auto 0;
	border-bottom: 1px solid #dddddd;
	/*border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #d11818;*/
	overflow: hidden;
}

.special>div {
	border: 2px solid #f2f2f2;
	padding: 10px;
}

.special .picabout,
.qaspecial .picabout {
	/*width: 40%;*/
	width: 45%;
	float: left;
	margin-left: 5%;
}

.special .picabout {
	margin-left: 0;
}

.special .picabout img,
.qaspecial .picabout img {
	width: 100%;
	height: auto;
}

.special .about,
.qaspecial .about {
	/*width: 55%;*/
	width: 42%;
	float: right;
	margin-right: 5%;
	margin-top: 5%;
}

.special .about {
	width: 55%;
	margin-top: 0;
	margin-right: 0;
	padding: 0 40px;
}

.special .about h1,
.qaspecial .about h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'SOURCEHANSANSCN-BOLD';
	padding-bottom: 20px;
}

.special .about h1 {
	font-size: 18px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}

.special .about h1 span {
	display: inline-block;
	padding: 0 10px;
	height: 25px;
	background: #dc6f2c;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
	margin: 21px 15px 0 0;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
}

.special .about p,
.qaspecial .about p {
	font-size: 14px;
	line-height: 26px;
}

.special .about h2 {
	font-size: 14px;
	color: #0f88eb;
	text-align: right;
}

.qaspecial .about h2 {
	font-size: 14px;
	color: #d11818;
	text-align: right;
}

.special .about h2 a {
	color: #d11818;
}

.qaspecial .about h2 a {
	color: #0f88eb;
}

.follow {
	overflow: hidden;
	padding: 50px 0 75px 0;
	text-align: center;
}

.follow span {
	width: 100%;
	text-align: center;
	font-family: 'SOURCEHANSANSCN-LIGHT';
	font-size: 36px;
	display: block;
	margin-bottom: 35px;
}

.follow ul {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}

.follow ul li {
	width: 12.5%;
	float: left;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #b2b2b2;
}

.follow ul li a {
	font-size: 16px;
	color: #333333;
	display: block;
	padding: 10px 0 10px 0;
}

.follow ul li:hover a {
	color: #d11818;
	box-shadow: 0px 0px 5px #dddddd;
}

.follow ul li .pcone {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}

.follow ul li .pcone img {
	height: 69px;
}

.follow ul li:nth-child(8) {
	border-right: none;
}

.follow ul li:hover .pcone img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.follows {
	overflow: hidden;
	padding: 50px 0 75px 0;
	text-align: center;
}

.follows span {
	width: 100%;
	text-align: center;
	font-family: 'SOURCEHANSANSCN-LIGHT';
	font-size: 36px;
	display: block;
	margin-bottom: 75px;
}

.follows ul {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}

.follows ul li {
	width: 14%;
	float: left;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #b2b2b2;
}

.follows ul li a {
	font-size: 16px;
	color: #333333;
	display: block;
	padding: 10px 0 10px 0;
}

.follows ul li:hover a {
	color: #d11818;
	box-shadow: 0px 0px 5px #dddddd;
}

.follows ul li .pcone {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}

.follows ul li .pcone img {
	height: 69px;
}

.follows ul li:nth-child(7) {
	border-right: none;
}

.follows ul li:hover .pcone img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.specialnews {
	padding: 20px 0 0 0;
}

.specialnews .nl,
.specialnews .nl3 {
	width: 70%;
	float: left;
}

.specialnews .nl .top {
	width: 97%;
	border-left: 5px solid #cc0000;
	border-bottom: 1px solid #cbcbcb;
	height: 40px;
	font-size: 24px;
	color: #000000;
	padding-left: 20px;
}

.specialnews .nl .top span {
	float: right;
	font-size: 14px;
	color: #000000;
}

.specialnews .nl .top span a {
	color: #000000;
}

.specialnews .nl .top span a:hover {
	color: #d11818;
}

.specialnews .nl ul {
	width: 100%;
}

.specialnews .nl ul li {
	width: 100%;
	border-bottom: 1px dashed #dedede;
}

.specialnews .nl ul li .time {
	width: 88px;
	height: 88px;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	display: block;
	background: #f2f2f2;
	font-family: 'SOURCEHANSANSCN-NORMAL';
	color: #444;
}

.specialnews .nl ul li .time span {
	font-size: 32px;
	color: #d11818;
	line-height: 40px;
}

.specialnews .nl ul li .tle {
	width: 87%;
	float: right;
	color: #666666;
	font-size: 14px;
}

.specialnews .nl ul li .tle p {}

.specialnews .nl ul li .tle h1 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.specialnews .nl ul li .tle h1 a {
	color: #000;
}

.specialnews .nl ul li .tle span {
	color: #a6a6a6;
	font-size: 12px;
	line-height: 12px;
	padding: 7px 0;
}

.specialnews .nl ul li a {
	display: block;
	padding: 25px 0;
	overflow: hidden;
}

.specialnews .nl ul li a:hover {
	display: block;
	background: #f2f2f2;
}

.specialnews .nl ul li a:hover h1 {
	color: #cc0000;
}

.nlrg {
	width: 26%;
	float: right;
}

.nlrg .rgnav {
	margin-bottom: 20px;
}

.nlrg .rgnav li {
	width: 100%;
	background: #dc1919;
	height: 42px;
	border-radius: 5px;
	margin-bottom: 12px;
	font-size: 16px;
	color: #fff;
	display: block;
	line-height: 42px;
	/*padding-left: 15%;*/
	text-align: left;
	cursor: pointer;
}

.nlrg .rgnav li img {
	float: left;
	padding-right: 15px;
	margin-top: 8px;
	margin-right: 15px;
	border-right: 1px solid #b31414;
}

.nlrg .rgnav li a {
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	display: block;
	text-align: left;
	padding-left: 25px;
}

.nlrg .rgnav li:hover img {
	padding-left: 20px;
}

.nlrg .rebus {
	width: 100%;
	margin-bottom: 15px;
}

.nlrg .rebus .top {
	background: #d11818;
	color: #fff;
	font-size: 20px;
	padding: 0px 20px;
	line-height: 50px;
	font-family: 'SOURCEHANSANSCN-NORMAL';
}

.nlrg .rebus .top span {
	font-size: 14px;
	float: right;
	font-family: 'SOURCEHANSANSCN-NORMAL';
}

.nlrg .rebus .top span a {
	font-size: 14px;
	color: #fff;
}

.nlrg .rebus .rgnav1 {
	margin-bottom: 45px;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.nlrg .rebus .rgnav1 li {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	font-size: 20px;
	font-family: 'SOURCEHANSANSCN-NORMAL';
}

.nlrg .rebus .rgnav1 li a {
	color: #000;
	line-height: 50px;
}

.nlrg .rebus .rgnav1 li a:hover {
	color: #d11818;
}

.nlrg .rebus .rgnav1 li:last-child {
	border: none;
}

.nlrg .ad1 {
	margin-bottom: 50px;
	border: 1px solid #dddddd;
}

.nlrg .ad1 img {
	width: 100%;
	height: auto;
}

.nlrg .rebus .qes {
	padding: 20px;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.nlrg .rebus .qes li {
	font-size: 14px;
	font-family: 'SOURCEHANSANSCN-NORMAL';
	line-height: 40px;
	height: 40px;
	color: #000;
	border-bottom: solid 1px #dddddd;
}

.nlrg .rebus .qes li a {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nlrg .rebus .qes li a {
	color: #000;
}

.nlrg .rebus .qes li a:hover {
	color: #d11818;
}

.recase {
	text-align: center;
	padding: 60px 0;
	overflow: hidden;
	font-size: 22px;
	font-family: 'SOURCEHANSANSCN-LIGHT';
	line-height: 60px;
}

.casenew {
	line-height: 60px;
}

.recase p {
	text-align: right;
	/*padding: 25px 0 0 0;*/
	font-size: 14px;
	font-family: 'SOURCEHANSANSCN-LIGHT';
	float: right;
	color: #d11818;
}

.recase p a {
	color: #d11818;
}

.recase p a:hover {
	color: #d11818;
}

.pro_sec,
.pro_sec1,
.pro_sec2 {
	overflow: hidden;
	clear: both;
}

.pro_sec li {
	float: left;
	position: relative;
	margin: 20px 0;
	margin-right: 1%;
	margin-left: 1%;
	overflow: hidden;
	cursor: pointer;
	width: 23%;
}

.pro_sec1 li {
	float: left;
	position: relative;
	margin: 1.7%;
	overflow: hidden;
	cursor: pointer;
	width: 30%;
}

.pro_sec2 li {
	float: left;
	position: relative;
	margin: 0 0.8%;
	overflow: hidden;
	cursor: pointer;
	width: 31.5%;
}

.pro_sec1 li:nth-child(3n),
.pro_sec2 li:nth-child(3n) {
	margin-right: 0px;
}

.pro_sec li .pro_main,
.pro_sec1 li .pro_main,
.pro_sec2 li .pro_main {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	transition: all 0.3s;
	background: rgba(255, 0, 0, .8);
	width: 100%;
	height: 100%;
	padding: 20% 10%;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}

.pro_sec li .pro_main1 {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	transition: all 0.3s;
	background: rgba(15, 136, 235, .8);
	width: 100%;
	height: 100%;
	padding: 20% 10%;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}

.pro_sec li:hover .pro_main1 {
	top: 0;
	text-align: center;
}

.pro_sec li:hover .pro_main,
.pro_sec1 li:hover .pro_main,
.pro_sec2 li:hover .pro_main {
	top: 0;
	text-align: center;
}

.pro_sec li .pro_main h3,
.pro_sec1 li .pro_main h3,
.pro_sec2 li .pro_main h3,
.pro_sec li .pro_main1 h3 {
	font-size: 16px;
	line-height: 30px;
	text-decoration: underline;
}

.pro_sec li .pro_main h4,
.pro_sec2 li .pro_main h4 {
	width: 80px;
	height: 24px;
	background: #fff;
	border-radius: 4px;
	color: #d11818;
	font-size: 12px;
	text-align: center;
	margin: 20px auto 0 auto;
	line-height: 24px;
}

.pro_sec li .pro_main1 h4 {
	width: 80px;
	height: 24px;
	background: #fff;
	border-radius: 4px;
	color: #0f88eb;
	font-size: 12px;
	text-align: center;
	margin: 20px auto 0 auto;
}

.pro_sec1 li .pro_main h4 {
	width: 80px;
	height: 24px;
	background: #fff;
	border-radius: 4px;
	color: #d11818;
	font-size: 12px;
	text-align: center;
	margin: 10px auto 0 auto;
}

.pro_img {
	display: block;
	position: relative;
	/*height: 100%;*/
	height: 165px;
}

@media only screen and (max-width:960px) {
	.pro_img {
		height: 140px;
	}
}

@media only screen and (max-width:560px) {
	.pro_img {
		height: auto;
	}
	.special .picabout,
	.qaspecial .picabout {
		/*width: 40%;*/
		width: 100% !important;
		float: left;
	}
	.special .about,
	.qaspecial .about {
		/*width: 55%;*/
		width: 96%;
		float: left;
		padding: 0px 2%;
	}
}

.pro_img img {
	display: block;
	width: 100%;
	height: 100%;
}


/*.pro_sec li:nth-child(4n) {
	margin-right: 0px;
}*/

.pro_sec2 li:nth-child(3n) {
	margin-right: 0px;
}


/**********************************新闻详情**************************/

.nltop1 {
	border-bottom: 1px solid #d11818;
	color: #222222;
	font-size: 0.75em;
	font-family: 'SOURCEHANSANSCN-MEDIUM';
	padding: 1.2% 0;
}

.nltop1 span {
	color: #d11818;
}

.newsdetail {
	padding: 35px 0 15px 0;
	overflow: hidden;
	border-bottom: 1px dashed #b3b3b3;
}

.newsdetail h1 {
	text-align: center;
	font-size: 24px;
	color: #333333;
	padding-bottom: 15px;
}

.newsdetail .fl {
	width: 44%;
	margin: 0 auto;
	clear: both;
}

.newsdetail .fl li {
	float: left;
	margin-right: 1%;
	text-align: left;
	color: #999999;
	font-size: 12px;
}

.newscontain {
	padding: 20px 0;
	overflow: hidden;
	font-size: 14px;
}

.newscontain p {
	padding-bottom: 20px;
	overflow: hidden;
}

.newscontain p img {
	display: block;
	max-width: 100%;
	/*width:auto;
	height:auto;*/
}

.newscontain .pre {
	width: 50%;
	float: left;
}

.newscontain .next {
	width: 50%;
	float: right;
}

.newscontain .pre span,
.newscontain .next span {
	color: #d11818;
}

.newscontain .pre a,
.newscontain .next a {
	color: #000;
}

.newscontain .pre a:hover,
.newscontain .next a:hover {
	color: #d11818;
}

.newscontain.newsmain {
	padding-top: 30px;
}

.newscontain.newsmain p {
	word-wrap: break-word !important;
	font-size: 15px;
	line-height: 1.8;
	padding-bottom: 0px;
	margin-bottom: 30px;
}

.newscontain.newsmain table p {
	margin-bottom: 0
}

.newscontain.newsmain p a,
.newscontain.newsmain p a span {
	color: #337ab7!important;
}

.newscontain.newsmain p a:hover {
	text-decoration: underline;
}

.nyfollow {
	overflow: hidden;
	padding: 35px 0 35px 0;
	text-align: center;
}

.nyfollow span {
	width: 100%;
	text-align: left;
	font-family: 'SOURCEHANSANSCN-LIGHT';
	font-size: 20px;
	display: block;
	margin-bottom: 35px;
}

.nyfollow ul {
	width: 100%;
	overflow: hidden;
}

.nyfollow ul li {
	width: 24.5%;
	float: left;
	text-align: center;
	font-size: 24px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.nyfollow ul li a {
	font-size: 24px;
	color: #4d4d4d;
	display: block;
	padding: 25px 0 25px 0;
}

.nyfollow ul li:hover a {
	color: #d11818;
	box-shadow: 0px 0px 5px #dddddd;
}

.nyfollow ul li .pcone {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}

.nyfollow ul li .pcone img {
	height: 92px;
}

.nyfollow ul li:nth-child(4n) {
	border-right: none;
}

.nyfollow ul li:nth-child(5),
.nyfollow ul li:nth-child(6),
.nyfollow ul li:nth-child(7),
.nyfollow ul li:nth-child(8) {
	border-bottom: none;
}

.nyfollow ul li:hover .pcone img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.xg,
.xg1 {
	width: 100%;
	border-top: 1px solid #d11818;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 25px;
	overflow: hidden;
	margin-bottom: 50px;
}

.xg h1,
.xg1 h1,
.xgcase h1 {
	font-size: 18px;
	color: #1f1f1f;
	float: left;
	width: 80%;
}

.xg span,
.xg1 span,
.xgcase span {
	font-size: 14px;
	color: #1f1f1f;
	float: right;
}

.xg span a,
.xg1 span a,
.xgcase span a {
	color: #1f1f1f;
}

.xg span a:hover,
.xg1 span a:hover {
	color: #d11818;
}

.xg ul {
	padding-top: 20px;
	overflow: hidden;
	clear: both;
}

.xg li {
	width: 47%;
	float: left;
	background: url("../images/xqe_03-1.png") no-repeat left;
	font-size: 14px;
	color: #000000;
	line-height: 32px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xg li a {
	color: #000000;
}

.xg li a:hover {
	color: #d11818;
}


/**********************************案例详情**************************/

.case {
	padding: 60px 0px 0px 0px;
	overflow: hidden;
}

.case .toper {
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	font-size: 18px;
	padding-bottom: 20px;
	font-family: 'SOURCEHANSANSCN-MEDIUM';
}

.case .waper {
	width: 95%;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

.case .waper .infor {
	width: 47%;
	float: left;
}

.case .waper .infor h1,
.case .waper .about h1 {
	color: #333333;
	line-height: 35px;
	font-size: 18px;
	font-family: 'SOURCEHANSANSCN-MEDIUM';
}

.case .waper .infor li {
	color: #333333;
	line-height: 28px;
	font-size: 14px;
	font-family: 'SOURCEHANSANSCN-MEDIUM';
}

.case .waper .infor li a {
	color: #333333;
}

.case .waper .infor li span {
	color: #cc0000;
}

.case .waper .infor li span a {
	color: #cc0000;
}

.case .waper .about {
	width: 47%;
	float: right;
}

.case .waper .about p {
	font-size: 14px;
	font-family: 'SOURCEHANSANSCN-MEDIUM';
}

.case_bg {
	width: 100%;
	padding: 30px 0 80px 0;
	clear: both;
	overflow: hidden;
	background: url("../images/bg2_03-1.jpg");
}

.case_bg .cspic {
	width: 1014px;
	margin: 0 auto;
	position: relative;
}

.case_bg .cspic img {
	height: 605px;
}

.case_bg .cspic .caseimg {
	width: 76%;
	position: absolute;
	top: 5%;
	left: 12%;
}

.case_bg .cspic .caseimg img {
	height: 482px;
	width: 100%;
}

.case_bg .cspic1 {
	width: 83%;
	padding: 70px 0 0 0;
	margin: 0 auto;
}

.case_bg .cspic1 .bp img {
	width: 100%;
	border-radius: 20px;
}

.case_bg .cspic1 li {
	width: 49.5%;
	border-radius: 20px;
	float: left;
}

.case_bg .cspic1 li img {
	width: 100%;
}

.case_bg .cspic1 li:nth-child(2) {
	margin-right: 0px;
	float: right;
}

.latestcase {
	margin: 10px auto 40px auto;
	overflow: hidden;
	clear: both;
}

.latestcase .bgelft {
	width: 25%;
	float: left;
	background: #cc0000;
	color: #fff;
	padding: 44px 30px 8.5% 0;
	text-align: right;
	font-size: 24px;
	font-family: 'SOURCEHANSANSCN-MEDIUM';
}

.latestcase .bgelft p {
	font-size: 20px;
}

.latestcase .bgergt {
	width: 74.5%;
	float: right;
}

.newcustom {
	width: 65%;
	float: left;
}

.xgbq {
	width: 32%;
	float: right;
}

.xgbq li {
	float: left;
	font-size: 14px;
	color: #e7e7e7;
	margin-bottom: 10px;
	padding: 0 12px;
	line-height: 33px;
	margin-right: 8px;
	border: 1px solid #e7e7e7;
}

.xgbq li a {
	color: #999999;
}

.xgbq li a:hover {
	color: #d11818;
}

.comtoper {
	border-bottom: 1px solid #eaeaea;
	font-size: 24px;
	color: #585858;
	padding-bottom: 17px;
	margin-bottom: 25px;
}

.comtoper span {
	color: #cc0000;
}

.xg2 {
	width: 100%;
	overflow: hidden;
}

.xg2 li {
	width: 100%;
	float: left;
	background: url("../images/xqe_03-1.png") no-repeat left;
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xg2 li a {
	color: #000000;
}

.xg2 li a:hover {
	color: #d11818;
}

.bornone {
	border: none;
	padding: 0px;
}

.xgkh {
	width: 100%;
}

.xgkh li {
	width: 33.3%;
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.xgb {
	width: 100%;
}

.newcustom .left {
	width: 48%;
	float: left;
}

.newcustom .right {
	width: 48%;
	float: right;
}

.follow3 {
	overflow: hidden;
	text-align: center;
	clear: both;
}

.follow3 span {
	width: 100%;
	text-align: center;
	font-family: 'SOURCEHANSANSCN-LIGHT';
	font-size: 36px;
	display: block;
	margin-bottom: 75px;
}

.follow3 ul {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}

.follow3 ul li {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.follow3 ul li a {
	font-size: 16px;
	color: #333333;
	display: block;
	padding: 10px 0 10px 0;
}

.follow3 ul li:hover a {
	color: #d11818;
	box-shadow: 0px 0px 5px #dddddd;
}

.follow3 ul li .pcone {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}

.follow3 ul li .pcone img {
	height: 69px;
}

.follow3 ul li:nth-child(2n) {
	border-right: none;
}

.follow3 ul li:nth-child(3),
.follow3 ul li:nth-child(4) {
	border-bottom: none;
}

.follow3 ul li:hover .pcone img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.caseico {
	padding: 50px 0 0 0;
	overflow: hidden;
	clear: both;
}

.caseico .tel {
	width: 25%;
	float: left;
	background: #990000;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	display: block;
	;
	font-size: 14px;
	height: 105px;
}

.caseico .tel a,
.caseico .htl a,
.caseico .ord a,
.caseico .mesage a {
	color: #fff;
	display: block;
	;
}

.caseico .htl {
	width: 25%;
	float: left;
	background: #b30000;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	height: 105px;
}

.caseico .ord {
	width: 25%;
	float: left;
	background: #cc0000;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	height: 105px;
}

.caseico .mesage {
	width: 25%;
	float: left;
	background: #b30000;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	height: 105px;
}

.csbom {
	padding-bottom: 50px;
	overflow: hidden;
}


/**********************************问答**************************/

.qa_top {
	width: 100%;
	height: 60px;
	background: #0f88eb;
	position: relative;
	z-index: 9999;
}

.logo {
	float: left;
	line-height: 60px;
	box-shadow: 1px 0 0 #0d7fdb;
	border-right: 1px solid #108ef5;
	padding-right: 20px;
	font-size: 22px;
	color: #fff;
	font-family: 'SOURCEHANSANSCN-BOLD';
}

.logo1 {
	float: left;
	line-height: 60px;
	box-shadow: 1px 0 0 #6d6d6d;
	border-right: 1px solid #959595;
	padding-right: 20px;
	font-size: 22px;
	color: #fff;
	font-family: 'SOURCEHANSANSCN-BOLD';
}

.pchead {
	width: 1214px;
	margin: 0 auto;
}

.menu {
	float: left;
}

.menu li {
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	padding: 0 25px;
}

.menu li a {
	color: #fff;
}

.search {
	width: 230px;
	height: 32px;
	border-radius: 20px;
	background: #0c6fc0;
	margin-top: 17px;
	float: right;
}

.input1 {
	background: #0c6fc0;
	color: #fff;
	margin: 7px 0 0 17px;
	float: left;
	width: 80%;
}

.btn {
	background: url("../images/qa_03-1.png");
	width: 20px;
	height: 19px;
	cursor: pointer;
	margin-top: 5px;
	float: left;
}

.search1 {
	width: 230px;
	height: 32px;
	border-radius: 20px;
	background: #676767;
	margin-top: 17px;
	float: right;
}

.input2 {
	background: #676767;
	color: #fff;
	margin: 7px 0 0 17px;
	float: left;
}

.btn1 {
	background: url("../images/ico1_03-1.png");
	width: 19px;
	height: 19px;
	cursor: pointer;
	margin-top: 5px;
	float: left;
}


/*phone_nav*/

.phone_head {
	height: 60px;
	display: none;
	background: #0f88eb;
	position: fixed;
	box-shadow: 0 0 10px #ccc;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999900;
}

.phone_head .logo {
	float: left;
	line-height: 60px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 22px;
	color: #fff;
	font-family: 'SOURCEHANSANSCN-BOLD';
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 35px;
	background: #0f88eb url("../images/navbg-1.png") no-repeat;
	background-size: 80%;
	background-position: 50%;
	width: 35px;
	margin-top: 10px;
}

.phone-head .mask-close {
	background: #0f88eb none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 2px;
	right: 2px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.phone_nav {
	position: absolute;
	top: 34px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	height: 520px;
	overflow-y: auto;
}

.menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
}

.menubtn>span.expand img {
	transition: all 0.5s;
}

.menubtn>span.expand img:hover {
	transform: rotate(180deg);
}

.mask-close {
	background: #005aab;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	width: 35px;
	overflow: hidden;
	transition: all 0.3s;
}

.mask-close:hover {
	transform: rotate(180deg);
}

.maskbg {
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	z-index: 999999;
	overflow-y: auto;
	transition: all 0.5s;
	background: rgba(255, 255, 255, .9);
}

.maskbg h2 {
	background: #fff;
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
}

.maskbg h2 img {
	height: 80%;
	vertical-align: middle;
}

.phone_nav ul {
	border-top: 1px solid #ccc;
}

.phone_nav ul>li {
	line-height: 2.5rem;
	padding: 0 1em;
	font-size: 1.25rem;
	position: relative;
	border-bottom: 1px solid #ccc;
	transition: all .4s;
}

.f_m1>li>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 1.25rem;
	position: relative;
}

.f_m1>li>h3 {
	display: block;
	font-size: 1.25rem;
	color: #333;
	line-height: 2.5rem;
	position: relative;
}

.phone_nav ul>li>h3:after {
	content: " ";
	width: 10px;
	height: 6px;
	background: url("../images/arrow-down_0f6f0cfeb7-1.png") no-repeat;
	background-size: contain;
	top: 50%;
	margin-top: -3px;
	right: 12px;
	position: absolute;
	-webkit-transition: transform .4s ease;
	transition: transform .4s ease;
}

.phone_nav ul>li.active>h3:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: transform 1s ease;
	transition: transform .4s ease;
}

.phone_nav ul>li ol a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 0.85em;
	color: #333;
	white-space: nowrap;
}

.phone_nav ul>li ol {
	display: none;
	transition: all .3s;
}

.qaspecial {
	padding: 20px 28px 28px 28px;
	margin: 50px auto 0 auto;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.qalist {
	padding: 50px 0;
	overflow: hidden;
}

.qalist_left {
	width: 70%;
	font-weight: normal;
	float: left;
}

.qalist_left .top {
	width: 100%;
	border-left: 5px solid #0f88eb;
	border-bottom: 1px solid #cbcbcb;
	height: 40px;
	font-size: 24px;
	color: #000000;
	padding-left: 20px;
	margin-bottoms: 8px;
}

.qalist_left .top span {
	float: right;
	font-size: 14px;
	color: #000000;
}

.qalist_left .top span a {
	color: #000000;
}

.qalist_left .top span a:hover {
	color: #0f88eb;
}

.qalist_left .qanews {
	width: 100%;
	padding-bottom: 30px;
	overflow: hidden;
}

.qalist_left .qanews li {
	width: 100%;
	padding: 15px;
	margin-top: 12px;
	line-height: 26px;
	overflow: hidden;
	border-bottom: 1px solid #eae9e9;
	border-left: 1px solid #eae9e9;
	border-right: 1px solid #eae9e9;
	display: block;
	color: #000000;
	box-shadow: 0 1px 0 #bebcbc;
}

.qalist_left .qanews li p {
	padding: 15px 0;
	font-size: 14px;
}

.qalist_left .qanews li span a {
	color: #2e65a8;
}

.qalist_left .qanews li h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.qalist_left .qanews li h1 a {
	color: #000000;
}

.qalist_left .qanews li h1 a:hover {
	color: #0f88eb;
}

.qalist_left .qanews li .tx2 {
	float: left;
	margin-right: 25px;
	color: #a6a6a6;
	font-size: 13px;
}

.answoner {
	width: 100px;
	height: 30px;
	float: right;
	background: #0f88eb;
	color: #fff;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
}

.answoner a {
	color: #fff;
	font-size: 16px;
}

.page {
	width: 100%;
	clear: both;
}

.list_page {
	text-align: right;
}

.list_page1 {
	text-align: center;
}

.list_page a,
.list_page1 a {
	background: #fff;
	padding: 10px 15px;
	margin-right: 10px;
	height: 20px;
	line-height: 40px;
	color: #444;
	border: 1px solid #eae9e9;
	font-weight: normal;
}

.list_page a.currt,
.list_page1 a.currt {
	border: 1px solid #eae9e9;
	background: #fff;
	color: #0f88eb;
}

.pre {
	float: left;
	width: 60px;
}

.prenex {
	background: #0f88eb!important;
	color: #fff!important
}

.prenex a {
	color: #fff!important;
}

.qatype {
	width: 100%;
	overflow: hidden;
}

.qatype ul li {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 17px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.qatype ul li a {
	font-size: 17px;
	color: #4d4d4d;
	display: block;
	padding: 25px 0 25px 0;
}

.qatype ul li:hover a {
	color: #0f88eb;
	box-shadow: 0px 0px 5px #dddddd;
}

.qatype ul li .pcone {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}

.qatype ul li .pcone img {
	height: 65px;
}

.qatype ul li:nth-child(2n) {
	border-right: none;
}

.qatype ul li:nth-child(7),
.qatype ul li:nth-child(8) {
	border-bottom: none;
}

.qatype ul li:hover .pcone img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.lastnews {
	background: #0f88eb!important;
}

.change {
	clear: both;
}

.change h1 {
	font-size: 24px;
	color: #000;
}

.change h1 span {
	float: right;
	display: block;
	width: 40%;
	margin-top: 5px;
	cursor: pointer;
	font-size: 14px;
	text-align: left;
}

.change h1 span img {
	float: left;
	margin-right: 10px;
}

.change ul {
	padding-top: 20px;
}

.change li {
	float: left;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
	padding: 0 12px;
	line-height: 33px;
	margin-right: 8px;
	border-radius: 2px;
	border: 1px solid #0f88eb;
}

.change li a {
	color: #000000;
}

.change li a:hover {
	color: #0f88eb;
}

.bottom {
	width: 100%;
	background: #828282;
	height: 60px;
}


/**********************************问答详细**************************/

.qadt_top {
	font-size: 12px;
	color: #222222;
	font-family: 'SOURCEHANSANSCN-MEDIUM';
}

.qadt_top span {
	color: #0f88eb;
}

.ques01 {
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-top: 2px solid #0f88eb;
	width: 99.5%;
	float: right;
	clear: both;
	padding: 20px;
	position: relative;
	margin-top: 20px;
	font-size: 16px;
}

.ques01 p {
	font-size: 13px;
	padding: 10px 0;
	overflow: hidden;
	font-weight: normal;
	font-family: "微软雅黑";
	line-height: 32px;
}

.ques01 p b,
.ques02 p b {
	font-size: 18px;
	color: #feac49;
	font-weight: normal;
}

.head {
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
}

.wen {
	background: url("../images/qa2_03-1.png") no-repeat left;
	text-align: center;
	width: 76px;
	height: 48px;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	position: absolute;
	left: -6px;
}

.head .title {
	color: #000;
	padding-left: 70px;
	overflow: hidden;
}

.head .title h1 {
	font-size: 22px;
	color: #000;
}

.head .title span {
	font-size: 14px;
	margin-right: 20px;
	color: #000;
	float: left!important;
	font-family: "微软雅黑";
}

#share {
	float: right;
}

#share a {
	width: 32px;
	height: 30px;
	margin: 0 3px;
	float: left;
}

#share a.bds_qzone {
	background: url("../images/share_09-1.png") no-repeat;
}

#share a.bds_tsina {
	background: url("../images/share_05-1.png") no-repeat;
}

#share a.bds_tqq {
	background: url("../images/share_07-1.png") no-repeat;
}

#share a.bds_weixin {
	background: url("../images/share_03-1.png") no-repeat;
}

.ques02 {
	border: 1px solid #ededed;
	width: 99.5%;
	float: right;
	clear: both;
	padding: 20px;
	position: relative;
	margin-top: 20px;
	font-size: 16px;
}

.xgqes {
	background: url("../images/qa2_06-1.png") no-repeat left;
	text-align: center;
	width: 164px;
	height: 48px;
	line-height: 40px;
	color: #fff;
	font-size: 22px;
	position: absolute;
	left: -6px;
}

.ques02 ul {
	padding-top: 60px;
}

.ques02 li {
	width: 48%;
	float: left;
	font-family: 'SOURCEHANSANSCN-REGULAR';
	font-weight: normal;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ques02 li a {
	font-size: 12px;
	color: #0f84e4;
}

.answer {
	background: url("../images/qa2_09-1.png") no-repeat left;
	text-align: center;
	width: 76px;
	height: 48px;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	position: absolute;
	left: -6px;
}

.quesh {
	padding-top: 50px;
}

.ques02 p {
	font-size: 13px;
	padding: 50px 0 20px 0;
	overflow: hidden;
	font-weight: normal;
	font-family: "微软雅黑";
	line-height: 32px;
}

.betanswer {
	width: 225px;
	border: 1px solid #abe1ca;
	border-radius: 3px;
	line-height: 38px;
	color: #4dc08f;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 20px;
}

.betanswer img {
	margin: 0 10px
}

.input3 {
	border: 1px solid #ededed;
	color: #afafaf;
	width: 99.5%;
	padding: 15px;
	height: 200px;
	float: right;
	font-family: 'SOURCEHANSANSCN-LIGHT';
	margin-bottom: 20px;
}

.tj {
	width: 128px;
	height: 40px;
	float: right;
	background: #4dc08f;
	color: #fff;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	border: 0px;
}

.button_on {
	width: 128px;
	height: 40px;
	float: left;
	background: #4dc08f;
	color: #fff;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	border: 0px;
}

.input4 {
	border: 1px solid #ededed;
	line-height: 38px;
	float: left;
	color: #afafaf;
	font-size: 18px;
	width: 120px;
	margin-right: 10px;
}

.tjda {
	width: 370px;
	float: right;
}

.tjda img {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.botopble {
	width: 100%;
	border-top: 2px solid #0f88eb;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 25px;
	overflow: hidden;
	margin-bottom: 50px;
}

.botopble h1 {
	font-size: 30px;
	color: #1f1f1f;
	float: left;
	width: 80%;
}

.botopble span {
	font-size: 18px;
	color: #1f1f1f;
	float: right;
}

.botopble span a {
	color: #1f1f1f;
}

.botopble span a:hover {
	color: #0f88eb;
}

.botopble ul {
	padding-top: 20px;
	overflow: hidden;
	clear: both;
}

.botopble li {
	width: 47%;
	float: left;
	background: url("../images/xqe_03-1.png") no-repeat left;
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.botopble li a {
	color: #000000;
}

.botopble li a:hover {
	color: #0f88eb;
}

.xgcase {
	margin: 20px 0;
}

.consultation {
	width: 400px;
	height: 260px;
	padding: 30px 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	border: 1px solid #000;
	margin-top: -130px;
}

.consultation h1 {
	font-size: 14px;
	color: #5e5e5e;
	font-size: 14px;
}

.consultation h2 {
	font-size: 30px;
	color: #cc0000;
	font-weight: bold;
}

.input5 {
	border: 1px solid #5e5e5e;
	line-height: 36px;
	color: #a4a4a4;
	padding: 0 10px;
	width: 192px;
	margin: 10px 0;
	float: left;
}

.appointbt {
	background: #cc0000;
	text-align: center;
	cursor: pointer;
	color: #fff;
	line-height: 38px;
	margin: 10px 0;
	float: left;
	width: 122px;
}

.fill_in {
	color: #1db816;
	font-size: 12px;
	clear: both;
}

.fill_in img {
	float: left;
	margin-right: 10px;
}

.consubtn {
	width: 100%;
	background: #cc0000;
	text-align: center;
	color: #fff;
	line-height: 40px;
	margin-top: 10px;
	font-size: 18px;
}

.consubtn a {
	color: #fff;
	display: block;
}

.close {
	background: #fff none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #231f20;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 2px;
	right: 2px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.disnoe {
	display: block;
}


/*.change ul {
	display: none;
	overflow: hidden;
}*/

.huan {
	background: none;
	float: right;
	font-size: 12px;
	padding-left: 20px;
	background: url("../images/change-1.png") no-repeat left center;
	color: #FFF;
	height: 50px;
}

.changea {
	padding: 15px 0 0px;
}

.changea a {
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 25px;
	font-size: 12px;
	border: solid 1px #fb5050;
	border-radius: 5px;
}


/*响应式样式*/

@media only screen and (max-width:1440px) {
	.special{
		padding: 0 20px;
	}
	.special .picabout {
		width: 55%;
	}
	.special .about {
		width: 45%;
	}
	.special .about h1{
		margin-bottom: 10px;
		padding-bottom: 10px;
		}
}

@media only screen and (max-width:1280px){
	.special .about{
		padding: 0 20px;
	}
	}

@media only screen and (max-width:1200px) {
	.wn {
		width: 98%;
		margin: 0 auto;
	}
	.special {
		margin: 87px auto 0 auto;
	}
	.specialnews {
		width: 98%;
		margin: 0 auto 0 auto;
	}
	.latestcase .bgelft {
		padding: 40px 30px 5.6% 0;
	}
	.pchead {
		width: 98%;
		margin: 0 auto;
	}
	.menu li {
		font-size: 15px;
		padding: 0 15px;
	}
}

@media only screen and (max-width:1024px) {
	.case_bg .cspic {
		width: 850px;
		margin: 0 auto;
		position: relative;
	}
	.case_bg .cspic img {
		height: 500px;
	}
	.case_bg .cspic .caseimg img {
		height: 400px;
		width: 100%;
	}
	.csbom {
		padding-top: 30px;
		overflow: hidden;
	}
	.search,
	.search1 {
		width: 160px;
	}
	.input1,
	.input2 {
		width: 60%;
	}
	.ques02 li {
		width: 50%;
	}
}

@media only screen and (max-width:960px) {
	.follow ul li {
		width: 24.5%;
		margin-bottom: 15px;
	}
	.follow ul li:nth-child(4n) {
		margin-right: 0px;
		border: none;
	}
	.follows ul li {
		width: 24.5%;
		margin-bottom: 15px;
	}
	.follows ul li:nth-child(4n) {
		margin-right: 0px;
		border: none;
	}
	.specialnews .nl,
	.specialnews .nl3 {
		width: 100%;
	}
	.specialnews .nlrg {
		width: 100%;
	}
	.specialnews .nlrg .rgnav li {
		width: 47%;
		float: left;
		margin: 1.5%;
	}
	.pro_sec li {
		float: left;
		margin: 20px 2%;
		width: 46%;
	}
	.recase {
		padding: 30px 0;
	}
	.special .about h1,
	.qaspecial .about h1 {
		font-size: 18px;
		padding-top: 10px;
	}
	.special .picabout,
	.qaspecial .picabout {
		width: 70%;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.special .about,
	.qaspecial .about {
		width: 100%;
	}
	.specialnews .nlrg .rebus .rgnav1 li {
		width: 45%;
		float: left;
		margin: 0 2%;
		text-align: center;
		border-bottom: 1px solid #dddddd;
		font-size: 20px;
		font-family: 'SOURCEHANSANSCN-NORMAL';
	}
	.specialnews .nlrg .rebus .rgnav1 li:nth-child(7),
	.specialnews .nlrg .rebus .rgnav1 li:nth-child(8) {
		border-bottom: none;
	}
	.newsdetail .fl {
		width: 50%;
		margin: 0 auto;
		clear: both;
	}
	.case_bg .cspic {
		width: 670px;
		margin: 0 auto;
		position: relative;
	}
	.case_bg .cspic img {
		height: 400px;
	}
	.case_bg .cspic .caseimg img {
		height: 330px;
		width: 100%;
	}
	.latestcase .bgelft {
		padding: 40px 30px 5% 0;
	}
	.logo1 {
		padding-right: 10px;
		font-size: 15px;
		margin-right: 10px;
	}
	.qalist_left {
		width: 100%;
	}
	.nlrg {
		width: 100%;
		float: right;
	}
	.menu li {
		font-size: 14px;
		padding: 0 5px;
	}
}

@media only screen and (max-width:780px) {
	.case_bg {
		padding: 30px 0;
	}
	.latestcase .bgelft {
		padding: 40px 30px 2.3% 0;
	}
	.newcustom,
	.xgbq {
		width: 100%;
	}
	.xgkh {
		width: 100%;
	}
	.xgkh li {
		width: 50%;
		float: left;
		font-size: 14px;
	}
	.latestcase .bgelft {
		padding: 10px 10px 10px 0;
		width: 100%;
		text-align: left;
		background: #fff;
		color: #000;
		border-bottom: 1px solid #d9d9d9;
		margin-bottom: 20px;
		font-size: 24px;
		font-family: 'SOURCEHANSANSCN-MEDIUM';
	}
	.latestcase .bgelft p {
		display: none;
	}
	.latestcase .bgergt {
		width: 100%;
	}
	.comtoper {
		margin-top: 25px;
	}
	.qa_top .pchead {
		display: none;
	}
	.phone_head {
		display: block;
	}
	.ques02 li {
		width: 100%;
	}
	.nlrg .rebus {
		width: 100%;
		margin-bottom: 20px;
	}
	.qalist {
		padding: 20px 0;
		overflow: hidden;
	}
	.nlrg .rgnav {
		margin-bottom: 45px;
		overflow: hidden;
	}
}

@media only screen and (max-width:480px) {
	.follow ul li {
		width: 50%;
		margin-bottom: 15px;
	}
	.follow ul li:nth-child(2n) {
		margin-right: 0px;
		border: none;
	}
	.follows ul li {
		width: 50%;
		margin-bottom: 15px;
	}
	.follows ul li:nth-child(2n) {
		margin-right: 0px;
		border: none;
	}
	.specialnews .nl ul li .tle {
		width: 73%;
		float: right;
		color: #666666;
		font-size: 14px;
	}
	.specialnews .nlrg .rgnav li {
		width: 46%;
		padding-left: 5%;
	}
	.specialnews .nlrg .rgnav {
		padding: 20px 0 0 0;
		overflow: hidden;
		margin-bottom: 25px;
	}
	.pro_sec li {
		float: left;
		margin: 20px 2%;
		width: 96%;
	}
	.specialnews .nlrg .rebus {
		width: 100%;
		margin-bottom: 20px;
	}
	.special {
		margin: 40px auto 0 auto;
	}
	.specialnews .nl .top {
		font-size: 20px;
	}
	.specialnews .nl ul li .tle h1 {
		font-size: 16px;
	}
	.recase {
		padding: 20px 0;
		font-size: 28px;
	}
	.specialnews .nlrg .ad1 {
		margin-bottom: 30px;
	}
	.follow span {
		font-size: 28px;
		margin-bottom: 35px;
	}
	.follow {
		padding: 30px 0 35px 0;
	}
	.follows span {
		font-size: 28px;
		margin-bottom: 35px;
	}
	.follows {
		padding: 30px 0 35px 0;
	}
	.recase p {
		padding: 0 0 0 0;
		font-size: 16px;
	}
	.specialnews .nlrg .rgnav li a {
		font-size: 18px;
	}
	.newscontain .pre,
	.newscontain .next {
		width: 100%;
	}
	.nyfollow ul li {
		width: 50%;
		float: left;
		text-align: center;
		font-size: 18px;
		border-right: 1px solid #e8e8e8;
		border-bottom: 1px solid #e8e8e8;
	}
	.newsdetail .fl {
		width: 95%;
		margin: 0 auto;
		clear: both;
	}
	.nyfollow {
		padding: 20px 0 20px 0;
		clear: both;
	}
	.nyfollow span {
		font-size: 24px;
	}
	.xg h1,
	.xg1 h1 {
		font-size: 24px;
	}
	.xg li {
		width: 100%;
	}
	.pro_sec1 li {
		float: left;
		position: relative;
		margin: 1.7%;
		overflow: hidden;
		cursor: pointer;
		width: 96%;
	}
	.nyfollow ul li .pcone img {
		height: 60px;
	}
	.nyfollow ul li a {
		font-size: 16px;
	}
	.nyfollow ul li .pcone {
		padding-bottom: 15px;
	}
	.xg,
	.xg1 {
		margin-bottom: 10px;
		padding: 10px;
	}
	.specialnews .nlrg .rebus .rgnav1 li:nth-child(7) {
		border: none;
	}
	.pro_sec1 li:nth-child(2n) {
		margin-right: 0px!important;
	}
	.pro_sec1 li:nth-child(3n) {
		margin: 1.7%;
	}
	.nyfollow ul li:nth-child(5),
	.nyfollow ul li:nth-child(6) {
		border-bottom: 1px solid #e8e8e8;
	}
	.pro_sec1 ul {
		padding-top: 15px;
	}
	.case .waper .infor,
	.case .waper .about {
		width: 100%;
		float: left;
	}
	.case_bg .cspic {
		width: 390px;
		margin: 0 auto;
		position: relative;
	}
	.case_bg .cspic img {
		height: 230px;
	}
	.case_bg .cspic .caseimg img {
		height: 180px;
		width: 100%;
	}
	.case {
		padding: 20px 0;
		overflow: hidden;
	}
	.case_bg .cspic1 {
		padding: 30px 0 0 0;
	}
	.pro_sec2 li {
		position: relative;
		margin: 0 auto 5% 5%;
		cursor: pointer;
		width: 90%;
	}
	.newcustom .left,
	.newcustom .right {
		width: 100%;
	}
	.follow3 {
		display: none;
	}
	.xg2 {
		width: 100%;
	}
	.menu {
		display: none;
	}
	.logo1 {
		padding-right: 10px;
		font-size: 15px;
		margin: 0 10px;
	}
	#share {
		float: none;
		margin-top: 10px;
		clear: both;
	}
	.botopble li {
		width: 100%;
	}
	.botopble h1 {
		font-size: 21px;
		color: #1f1f1f;
		float: left;
		width: 100%;
	}
	.xg h1,
	.xg1 h1,
	.xgcase h1 {
		font-size: 24px;
		width: 70%;
	}
	.head .title h1 {
		font-size: 20px;
		color: #000;
	}
	.head .title span {
		font-size: 14px;
		margin-right: 10px;
		color: #000;
		float: left!important;
		font-family: "微软雅黑";
	}
	.disnoe {
		display: none;
	}
	.special{
		padding: 0!important;
	}
}

@media only screen and (max-width:380px) {
	.specialnews .nl .top {
		font-size: 18px;
		padding-left: 10px;
	}
	.newsdetail .fl {
		width: 65%;
		margin: 0 auto;
		clear: both;
	}
	.bdsharebuttonbox {
		display: none;
	}
	.case_bg .cspic {
		width: 310px;
		margin: 0 auto;
		position: relative;
	}
	.case_bg .cspic img {
		height: 185px;
	}
	.case_bg .cspic .caseimg img {
		height: 150px;
		width: 100%;
	}
	.consultation {
		width: 320px;
		height: 260px;
		padding: 20px 20px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -160px;
		border: 1px solid #000;
		margin-top: -130px;
	}
	.input5 {
		border: 1px solid #5e5e5e;
		line-height: 36px;
		color: #a4a4a4;
		padding: 0 10px;
		width: 152px;
		margin: 10px 0;
		float: left;
	}
}

@media only screen and (max-width:320px) {
	.specialnews .nl .top {
		font-size: 16px;
	}
	.specialnews .nl ul li .time {
		width: 60px;
		height: 60px;
	}
	.specialnews .nl ul li .time span {
		font-size: 20px;
		line-height: 20px;
	}
	.specialnews .nl ul li .tle {
		width: 75%;
	}
	.newsdetail .fl {
		width: 76%;
		margin: 0 auto;
		clear: both;
	}
	.specialnews .nlrg .rgnav li {
		width: 97%;
		padding-left: 5%;
	}
}


}
a.zhong:hover {
	text-decoration: underline;
}