@charset "utf-8";
	* {
	margin:0;
	padding:0;
	outline:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	line-height:2;

}

body {
	font-size:14px;
	line-height:1.7;
	font-family:  "Microsoft YaHei", "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
}
a {
	text-decoration:none;
	outline:none;
	color:#000;
}
a:hover,a:focus {
	text-decoration:none;
}
em,i {
	font-style:normal;
}
a:focus,input,select {
	outline:none;
}
.clearfix {
	*zoom:1;
}
.clearfix::after {
	content:"\200B";
	display:block;
	clear:both;
	height:0;
}

/*pad&phone*/
.guide_pad {
	display:;
}
.guide_pad .logo2 {
	margin-left:10px;
	height:46px;
	float:left;
	padding-top: 8px;
	line-height: 0;
}
.guide_pad .logo2 a {
	width:100%;
}
/*a.menu-activator*/
a.menu-activator {
	display:block;
	float:right;
	padding:0 15px;
	border-left:1px solid transparent;
}
a.menu-activator span.descriptor,a.menu-activator div.visual {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	color:#fff;
}
a.menu-activator span.descriptor {
	font-size:18px;
	text-transform:uppercase;
}
a.menu-activator div.visual {
	position:absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
    width: 20px;
    height: 26px;
}
a.menu-activator div.visual i.line {
	width:100%;
	height:1px;
	background-color:#fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	display:block;
	position:absolute;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;
	-moz-transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
a.menu-activator div.visual i.line.line01 {
	top:6px;
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity:1;
	-moz-transition-delay:210ms;
	-o-transition-delay:210ms;
	-webkit-transition-delay:210ms;
	transition-delay:210ms;
}
a.menu-activator div.visual i.line.line02 {
	top:14px;
	-moz-transition-delay:140ms;
	-o-transition-delay:140ms;
	-webkit-transition-delay:140ms;
	transition-delay:140ms;
}
a.menu-activator div.visual i.line.line03 {
	top:22px;
	-moz-transition-delay:70ms;
	-o-transition-delay:70ms;
	-webkit-transition-delay:70ms;
	transition-delay:70ms;
}
a.menu-activator div.visual i.line.line04 {
	top:30px;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
	-moz-transition-delay:0ms;
	-o-transition-delay:0ms;
	-webkit-transition-delay:0ms;
	transition-delay:0ms;
}
a.menu-activator.active div.visual i.line:nth-child(1),a.menu-activator.active div.visual i.line:nth-child(3) {
	top:16px
}
a.menu-activator.active div.visual i.line:nth-child(1) {
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
a.menu-activator.active div.visual i.line:nth-child(3) {
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
a.menu-activator.active div.visual i.line:nth-child(2),a.menu-activator.active div.visual i.line:nth-child(4) {
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0
}
/* a.menu-activator.active span.descriptor {
	color:#e02d39;
}
*/
a.menu-activator.active div.visual i.line.line01,a.menu-activator.active div.visual i.line.line02,a.menu-activator.active div.visual i.line.line03,a.menu-activator.active div.visual i.line.line04 {
	/*background-color:#e02d39;
	*/ -moz-transition-delay:0ms;
	-o-transition-delay:0ms;
	-webkit-transition-delay:0ms;
	transition-delay:0ms
}
a.menu-activator.active div.visual:hover i.line.line01,a.menu-activator.active div.visual:hover i.line.line03 {
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity:1
}
a.menu-activator.active div.visual:hover i.line.line01,a.menu-activator.active div.visual:hover i.line.line02,a.menu-activator.active div.visual:hover i.line.line03,a.menu-activator.active div.visual:hover i.line.line04 {
	-moz-transition-delay:0ms;
	-o-transition-delay:0ms;
	-webkit-transition-delay:0ms;
	transition-delay:0ms
}
/*menu-overlay*/
.menu-overlay {
	width:100%;
	height:100%;
	overflow:hidden;
	position:fixed;
	z-index:3000;
	top:0;
	left:0;
	/*filter:Alpha(Opacity=0);*/
	display: none;
	background-color:rgba(0,0,0,0.9);
}
.menu-overlay .menu-close {
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	position: absolute;
	display: block;
	cursor: pointer;
}
.menu-overlay .menu-close img {
	width: 100%;
	height: 100%;
}
.menu-overlay.active {
	width:100%;
	height:100%;
	padding:0 0.3rem;
	left:0;
	filter:Alpha(Opacity=100);
	opacity:1.00;
	position: fixed;
	top: 0;
	left: 0;
}
.menu-overlay .tel,.menu-overlay .consult {
	line-height:normal;
	position: relative;
	padding-left: 30px;
}
.menu-overlay .tel img,.menu-overlay .consult img {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0.2em;
	transform: translateY(-50%);
}
.menu-overlay .tel {
	margin:0.3rem 0 0.2rem;
	color:#fff;
}
.menu-overlay .tel a,.menu-overlay .consult a {
	color:#fff;
}
.menu-overlay .tel a:hover,.menu-overlay .consult a:hover {
	color:#e1181e;
}
.nav_list {
	margin-top: 50px;
}
.nav_list li {
	line-height:normal;
}
.nav_list li a {
	display:block;
	padding:0.2rem;
	color:#fff;
	font-size:24px;
}
.nav_list li a:active {
	background:#0f1223;
}
div.tel {
	height:35px;
	text-indent:10px;
}
div.tel .txt {
	float:left;
	padding-top:5px;
}
div.tel img {
	float:left;
}
div.consult {
	height:35px;
	text-indent:10px;
}
div.consult img {
	float:left;
}
div.consult .txt {
	float:left;
	padding-top:5px;
}
/** New Banner*/

.banner .bd ul {
	width:100% !important
}
.banner .bd li {
	width:100% !important;
	height:513px;
	background-position:center 0;
	background-repeat:no-repeat;
	z-index:2
}
.banner .bd li a {
	display:block;
	width:1400px;
	margin:0 auto;
	height:100%
}
.banner .hd {
	position:absolute;
	left:0;
	top:450px;
	z-index:3;
	width:100%;
	overflow:hidden;
}
.banner .hd ul {
	text-align:center
}
.banner .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:14px;
	height:14px;
	margin:5px;
	overflow:hidden;
	font-size:0;
	background-color:#fff;
	border-radius:50%
}
.banner .hd ul .on {
	background-color:#0f1223;
}
.banner .prev,.banner .next {
	display:block;
	z-index:5;
	display:block;
	width:53px;
	height:116px;
	background:url(../images/arrow.png) 0 center no-repeat;
	filter:alpha(opacity=40);
	opacity:.4;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	margin-top:0px;
}
.banner .prev {
	left:2.1%;
	margin-left:10px
}
.banner .next {
	background-position:right 0;
	right:2.1%;
	margin-right:10px
}
.banner .prev:hover,.banner .next:hover {
	filter:alpha(opacity=80);
	opacity:.8
}
.slide .bd {
	position:relative;
	z-index:0;
	overflow:hidden
}
.slide .bd li img {
	width:100%;
	vertical-align:top
}
.slide .hd {
	position:relative;
	z-index:1;
	margin-top:-60px;
	height:30px;
	line-height:30px;
	text-align:center
}
.slide .hd ul {
	text-align:center
}
.slide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:14px;
	height:14px;
	margin:5px;
	overflow:hidden;
	font-size:0;
	background-color:#fff;
	border-radius:50%
}
.slide .hd ul .on {
	background-color:#ff0
}
.slide .prev,.slide .next {
	z-index:1;
	display:block;
	width:53px;
	height:14px;
	position:relative;
	float:left;
	background:url(../images/arrow.png) 0 0 no-repeat;
	filter:alpha(opacity=40);
	opacity:.4;
	position:absolute;
	top:50%;
	margin-top:-7px
}
.slide .prev {
	left:2.1%;
	margin-left:10px
}
.slide .next {
	background-position:right 0;
	right:2.1%;
	margin-right:10px
}
.slide .prev:hover,.slide .next:hover {
	filter:alpha(opacity=80);
	opacity:.8
}
/** New Footer */
.footer {
	clear:both;
	background:#201f29;
	padding:26px 0 10px;
	z-index:56;
	position:relative;
	width:100%
}
.footer .left{
	float:left;
	width: 75%;
	padding-left: 100px;
}
.footer .left{
	float:left;
	width: 75%;
	padding-left: 10%;
}
.footer .right,.t-footer .right {
	float:right
}
.footer .clear:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0
}
.footer-in {
	width:1180px;
	margin:0 auto;
	color:#6a6a6a;max-width: 100%;
}
.footer1 {
	width:102px
}
.footer1-1 {
	width:102px;
	font-size:12px;
	text-align:center;
	color:#6a6a6a
}
.footer1-2 {
	width:255px;
	font-size:12px;
	color:#adadad;
}
.footer1-2 img {
	display:block;
	margin-bottom:20px;
	width: 150px;
}
.footer2 {
	margin-left:0;
}
.footer2 dl {
	float:left;
	margin-right:15%;
	margin-top: 0
}
.footer2 dl dt {
	font-size:14px;
	border-bottom:1px solid #6a6a6a;
	margin-bottom:14px;
	color:#adadad;
	line-height: 40px;
}
.footer2 dl dd {
	height:24px
}
.footer2 dl dt a {
	font-size:16px;
	color:#adadad;
}
.footer2 dl dd a {
	color:#adadad;
	transition:all .3s ease;
	font-size:12px;
	display:block;
	line-height:24px
}
.footer2 dl dd a:hover {
	color:#fff
}
.footer3 {
	width:255px;
	font-size:12px;
	color:#757575
}
.footer-bottom {
/*	margin-top:50px*/
}
.footer-bottom h3 {
	color:#898989;
	font-size:12px;
	text-align: center;
	font-weight:normal;
	margin-bottom:26px;
}
.footer-bottom a {
	color:#adadad;
	font-size:13px;
}
.footer-bottom a:hover {
	text-decoration: underline;
}
.footer-bottom ul li {
	width:12.5%;
	float:left
}
.footer-bottom ul li a {
	font-size:12px;
	color:#6a6a6a;
	transition:all .3s ease;
	line-height:24px;
	display:block
}
.footer-bottom ul li a:hover {
	color:#fff
}
.t-footer {
	display:block;
	width:100%;
	padding:10px;
	background:#201f29;
	display:none;
}
.t-footer .t-footer-bottom .left {
	width:55%
}
.t-footer-top {
	line-height:20px;
	font-size:13px;
	color:#898989;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;align-items: center;justify-content: center;
}
.t-footer-top a{margin-left: 5px;}
.t-footer .clear {
	clear:both;
}
.t-back2top {
	display:block;
	width:30px;
	height:30px;
	margin-top:10px;
	background:url(../images/back2top.png) no-repeat;
	background-size:30px
}
/***/
/*.lazy {
	background:url("../images/loading.gif") 50% 50% no-repeat
}*/
.tran {
	transition:all 0.6s ease
}
.warp1 {
	clear:both;
	width:100%!important;
	padding:57px 30px 60px 90px;
	position:relative;
	z-index:200;
	background-color:#fff;
	color:#5f6061;
	margin-left: 0!important;
	margin-right: 0!important;
}
.warp1 h3 {
	font-size:18px;
	color:#5f6061;
	margin-bottom:48px;
	font-weight:normal;
}

.warp1 p a {
	font-size: 16px;
	font-weight: normal;
	font-family: normal;
	line-height: 32px;
	color: rgba(0,0,0,0.68);
}
.warp1 .pingfang {
	-webkit-animation:fadeleft .8s .3s ease both;
	-ms-animation:fadeleft .8s .3s ease both;
	-moz-animation:fadeleft .8s .3s ease both;
	animation:fadeleft .5s .3s ease both;
	margin-top:2px
}
.warp1 .p1 {
	-webkit-animation:fadeleft .8s .3s ease both;
	-ms-animation:fadeleft .8s .3s ease both;
	-moz-animation:fadeleft .8s .3s ease both;
	animation:fadeleft .8s .3s ease both
}
.warp1 .p2 {
	-webkit-animation:fadeleft .8s .3s ease both;
	-ms-animation:fadeleft .8s .3s ease both;
	-moz-animation:fadeleft .8s .3s ease both;
	animation:fadeleft 1s .3s ease both
}
.warp1 .p3 {
	-webkit-animation:fadeleft .8s .3s ease both;
	-ms-animation:fadeleft .8s .3s ease both;
	-moz-animation:fadeleft .8s .3s ease both;
	animation:fadeleft 1.2s .3s ease both
}
.warp1 .pingfang {
	margin-bottom:20px;
	line-height:1em;
}
.warp1 .pingfang a{
	font-size:26px;
	color: rgba(0,0,0,0.72);
	font-weight: 500;
	margin-bottom:20px;
	line-height:1em;
}
.warp1 p {
	font-size:14px
}
/****/
.warp2 {
	width: 100%;
	margin:0 auto;
	position:relative;
	z-index:10;
	background-color:#fff;
}
.warp2 .warp-type {
	height:50px;
	position:relative;
	margin-bottom:25px
}
.warp2 .warp-type p {
	font-size:18px;
	width:1080px;
	line-height:50px;
	position:absolute;
	left:50%;
	margin-left:-540px;
	z-index:0
}
.warp2 .warp-type-list {
	float:right;
	position:absolute;
	z-index:11;
	right:0
}
.warp2 .warp-type-list .active {
	text-decoration:underline;
	color:#000;
	font-size:18px
}
.warp2 .warp-type-list a {
	display:inline-block;
	margin-right:25px;
	line-height:50px;
	color:#888889;
	font-size:14px
}
.warp2 .warp-type-list a:hover {
	text-decoration:underline
}
.warp2 ul li {
	width:33.333333%;
	float:left;
	position:relative;
	overflow:hidden;
	display:block
}
.warp2 ul li img {
	width:100%;
	height:auto;
	display:block
}
.warp2 ul li:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1)
}
.warp2 .case-summary {
	display:none;
	width:100%;
	height:100%;
	background:url(../images/black.png) repeat;
	top:0;
	left:0;
	z-index:999;
	position:absolute;
	padding:5%;
}
.warp2 .case-summary p {
	color:#f9f9f9;
	position:absolute;
	left:0;
	font-size:20px
}
.warp2 .case-summary span {
	font-size:24px
}
.warp2 .case-summary .p1 {
	top:0
}
.warp2 .case-summary .p2 {
	bottom:0;
	font-size:16px
}
.warp2 .case-more {
	display:block;
	width:148px;
	height:44px;
	margin:120px auto 140px;
	border:1px solid #d4d4d4;
	text-align:center;
	line-height:40px
}
#qq,#gotop,.wx_code {
	width:54px;
	height:54px;
	cursor:pointer;
	position:absolute;
	_bottom:auto;
	display:block;
}
#qq {
	bottom:50px;
	background:url(../images/top_2.jpg) no-repeat;
}
#qq:hover {
	width:50px;
	height:54px;
	background:url(../images/top_2.jpg) -54px 0 no-repeat;
}
#gotop {
	bottom:160px;
	background:url(../images/top_1.jpg) no-repeat;
}
#gotop:hover {
	background:url(../images/top_1.jpg) -54px 0 no-repeat;
}
.wx_code {
	bottom:105px;
	background:url(../images/top_3.jpg) no-repeat;
	position:relative;
}
.wx_img {
	display:none;
	position:absolute;
	right:55px;
	top:0;
	height:120px;
	width:120px;
	border:1px solid #dedede;
	padding:2px;
	-webkit-transition:all ease-in 0.3s;
	-moz-transition:all ease-in 0.3s;
	transition:all ease-in 0.3s;
	opacity:0;
	background:#fff;
}
.wx_code:hover {
	background:url(../images/top_3.jpg) -54px 0 no-repeat;
}
.wx_code:hover .wx_img {
	opacity:1;
	display:block;
}
.float_iqw {
	width:50px;
	bottom:80px;
	position:fixed;
	_position:absolute;
	right:0px;
	z-index:99999;
}
/****/
.index_sec2 {
	width:100%;
	position:relative;
	height:650px;
	z-index:10
}
.service_block {
	position:absolute;
	overflow:hidden;
}
.block_img {
	position:absolute;
	top:20%;
	text-align: center;
	z-index:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.service_block,.service_block a {
	color:#000;
}
.service_block a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.service_block a:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background:rgba(195,195,195,195);
	opacity:0;
}
.service_txt {
	position:relative;
	z-index:10;
	top:60%;
	opacity:0;
	text-align:center;
}
.service_txt_right {
	position:relative;
	z-index:10;
	left:50%;
	top:-15%;
	opacity:100;
	WIDTH:50%;
	text-align:left;
}
.service_txt_right1 {
	position:relative;
	z-index:10;
	left:50%;
	top:-10%;
	opacity:100;
	WIDTH:50%;
	text-align:left;
}
.service_txt1 {
	position:relative;
	z-index:10;
	left:5%;
	top:60%;
	opacity:100;
	WIDTH:90%;
	text-align:center;
}
.service_tit {
	line-height:normal;
	margin-bottom:10px;
	font-size:.22rem;
	margin-top:10px;
}
.service_txt_right_tit {
	line-height:0.3rem;
	margin-bottom:0.05rem;
	font-size:.17rem;
	margin-top:0;
	font-weight:500;
}
.service_txt_right ul {
	float:left;
	margin-top:10px;
	width:300px;
}
.service_txt_right1 ul {
	float:left;
	margin-top:10px;
	width:300px;
}
.service_txt_right ul li,.service_txt_right1 ul li {
	list-style:disc;
	margin-left:7%;
}
.service_more {
	display:block;
	margin-top:15px;
	width:0.35rem;
	height:0.35rem;
	overflow:hidden;
	text-indent:-9999px;
	background:url("../images/ico_03.png") center center no-repeat;
	background-size:contain;
}
.service_block:hover a:before {
	opacity:0.5;
}
.service_block1,.service_block2,.service_block3 {
	height:48%;
}
.service_block1 {
	width:50%;
	top:0;
	left:0;
}
.service_block1 .block_img,.service_block6 .block_img {
	}.service_block1 a:before {
	background:rgba(211,211,211,211);
}
.service_sort span {
	display:inline-block;
	width:100%;
	font-size:0.2rem;
}
.service_sort1 span {
	display:inline-block;
	width:100%;
	font-size:0.18rem;
}
.service_sort span.blank {
	display:block;
	margin:0;
}
.service_sort1 span.blank {
	display:block;
	margin:0;
}
.service_block2 {
	width:50%;
	top:0;
	left:50%;
}
.service_block3 {
	width:25%;
	top:0;
	right:0;
}
.service_block4,.service_block5,.service_block6 {
	height:52%;
}
.service_block4 {
	width:50%;
	bottom:0;
	left:0;
}
.service_block5 {
	width:25%;
	bottom:0;
	left:25%;
}
.service_block6 {
	width:50%;
	bottom:0;
	right:0;
}
.service_block3,.service_block3 a,.service_block4,.service_block4 a {
	color:#000;
}
/****News ****/
.width_b {
	margin:0px 9%;
	width:82%;
}
.width_b .cl_b {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.width_b .fl {
	float:left;
}
.width_b .fr {
	float:right;
}
.in_news-tit {
	line-height:40px;
	color:#626262;
	margin:30px 0px 20px 0px;
	/*background:url(../images/in_news-titbg.jpg) no-repeat left bottom;*/
	font-size:16px;
}
.in_news-left,.in_news-right {
	width:47%;
}
@media screen and (max-width: 767px) {
	.in_news-left,.in_news-right {
		width:100%;
	}
	.in_news-left {
		margin-bottom: 50px;
	}
	.warp2 .case-more {
		margin: 60px auto 60px;
	}
}
.in_news-zxdt dt a {
	width:100%;
	overflow:hidden;
	display:block;
}
.in_news-zxdt dt a img {
	width:100%;
	transition:all 0.6s;
}
.in_news-zxdt dd span {
	display:block;
	line-height:30px;
	font-size:18px;
	color:#707070;
	padding:0px 0px 10px 0px;
}
.in_news-zxdt dd h3 a {
	display:block;
	font-size:18px;
	line-height:28px;
	color:#000;
	height:28px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.in_news-zxdt dd h3 a:hover {
	text-decoration: underline;
}
.in_news-zxdt dd h4 {
	font-size:14px;
	color:#898989;
	line-height:30px;
	padding:10px 0px;
	font-weight:normal;
}
.in_news-zxdt dd h5 a {
	display:block;
	font-size:14px;
	color:#E50012;
}
.in_news-zxdt dd h5 a:hover {
	text-decoration:underline;
}
.in_news-left .in_news-zxdt {
	padding-bottom:40px;
	border-bottom:1px solid #a0a0a0;
}
.in_case-tit {
	padding:44px 0px 12px 0px;
	position:relative;
	z-index:99999
}
.in_case-tit ul li {
	float:left;
	height:32px;
	line-height:32px;
	padding:0px 15px;
	width:16.66%
}
@media screen and (max-width: 767px) {
	.in_case-tit ul li {
		width: 50%;
	}
}
.in_case-tit ul li a {
	display:block;
	width:100%;
	height:32px;
	overflow:hidden;
	position:relative;
	margin-top: 0;
}
.in_case-tit ul li a span {
	font-size:16px;
	color:#595757;
	display:block;
	text-align:center;
	height:32px;
	line-height:32px;
	width:100%;
}
.in_case-tit ul li a span.in_span1 {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.in_case-tit ul li a span.in_span2 {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	position:absolute;
	left:0px;
	top:0px;
}
.in_case-tit ul li a:hover span.in_span1 {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
.in_case-tit ul li a:hover span.in_span2 {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.in_case-tit ul li.in_li {
	padding-left:0px;
}
.in_news-b {
	width:110%;
	margin-left:-10%;
	margin-top:20px;
}
.in_news-b li {
	width:40%;
	margin-left:10%;
	float:left;
}
.in_news-b li a {
	display:block;
	padding-left:15px;
	/*background:url(../images/in_news-bbg.png) no-repeat left center;*/
	line-height:36px;
	font-size:15px;
	color:#a0a0a0;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.in_news-b li a:hover {
	color:#666;
}
.in_news-c {
	margin-top:30px;
}
.in_news-c a {
	display:block;
	width:100%;
	overflow:hidden;
}
.in_news-c a img {
	width:100%;
	transition:all 0.6s;
}
.in_news-right .in_news-d dd span {
	padding-top:0px;
}
.in_news-right .in_news-e {
	margin-top:60px;
}
.in_news-right .in_news-e dd h5 {
	padding-top:20px;
}
.in_news-right .in_news-b {
	width:106%;
	margin-left:-6%;
	margin-top:60px;
}
.in_news-right .in_news-b li {
	width:27%;
	margin-left:6%;
}
.fullSlide2 {
	display:none;
}
@media screen and (max-width:1440px) {

.warp2 .warp-type-list a,.warp2 .warp-type-list .active {
	font-size:12px
}
.warp2 .warp-type {
	margin-bottom:6px
}
}
@media screen and (max-width:1366px) {
	
.warp1 {
	width: 100%;
	margin: 0 auto;
	/*margin-left:90px;*/
}
.warp2 .warp-type p {
	margin-left:-460px;
}
.banner .bd li a {
	display:block;
	width:100%;
	margin:0 auto;
	height:100%
}
.width_b {
	margin:0px 6%;
	width:88%;
}
}@media screen and (max-width:1200px) {
	.warp1 {
	margin-left:90px;
	margin-right:90px;
}
.warp2 ul li {
	width:50%;
	float:left;
	position:relative;
	overflow:hidden
}
.warp2 .warp-type p {
	margin-left:-460px;
}
.banner .bd li a {
	display:block;
	width:100%;
	margin:0 auto;
	height:100%
}
.width_b {
	margin:0px 6%;
	width:88%;
}

}
@media screen and (max-width:768px) {
	
	.index_sec2 {
		height:1200px;
	}
	.t-footer {
		display:block;
	}
	.footer {
		display:none;
	}
	.warp1 {
		}.warp1 h3 a {
		font-size:0.3rem;
	}
	.footer {
		display:none
	}
	.t-footer {
		display:block;
	}
	.warp2 ul li {
		width:100%;
		position:relative;
		overflow:hidden
	}
	.warp2 .warp-type p {
		margin-left:-300px;
		font-size:12px;
		width:100%;
	}
	.width_b {
		margin:0px 3%;
		width:94%;
	}
	.case-list .museo-light {
		width:100%;
		display:block
	}
	.slide {
		display:block !important
	}
}
@media screen and (max-width:991px) {
	.footer {
		display:none;
	}
	.t-footer {
		display: block;
		position: fixed;
		bottom: 0;left: 0;width: 100%;z-index: 10;
	}
	.t-footer-top{padding: 0 }
	.t-footer-top a{margin: 5px 10px;display: flex;align-items: center;background: #333;border-radius: 15px;height:34px;padding:10px 25px}
	.t-footer-top a span{font-size: 15px;margin-left: 6px;color: #ffffff}

	.t-footer-top .weichat{position: relative;}
	.t-footer-top .mf-popCode{position: absolute;}
	.t-footer-top .weichat:hover .mf-popCode{display: block;}
	.t-footer-top .mf-popCode {
	    width: 158px;
	    background: rgba(0, 0, 0, .94);
	    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.54);
	    border-radius: 10px;
	    padding: 10px 10px 15px;
	    position: absolute;
	    left:0;
	    bottom:40px;
	    margin-right: 20px;
	    text-align: center;
	    color: #fff;
	    display: none;
	    font-size: 14px;
	}


}
@media screen and (max-width:750px) {
	
	.service_sort1 span {
		width:98%!important;
	}
	.service_txt1 {
		line-height:.3rem;
	}
	.service_tit {
		margin-top:0px!important;
	}
	.service_block ul li {
		font-size:.16rem;
	}
	.service_txt_right,.service_txt_right1 {
		top:-10%;
		left:55%;
	}
	.service_txt_right_tit {
		margin-top:0!important;
		margin-bottom:0!important;
	}
	.service_txt_right ul li,.service_txt_right1 ul li {
		margin-left:6%;
	}
	.service_block1 .service_txt,.service_block6 .service_txt {
		top:60%!important;
		line-height:.3rem;
	}
	.service_block1 .block_img,.service_block6 .block_img {
		background-position:center center;
	}
	.service_block {
		width:50%;
		height:25%;
	}
	.service_block1 {
		width:100%!important;
	}
	.service_block2 {
		left:0;
		width: 100%;
		top:25%;
	}
	.service_block3 {
		left:50%;
		top:25%;
	}
	.service_block4 {
		height:25%;
		left:0;
		top:50%;
		width: 100%;
	}
	.service_block5 {
		height:25%;
		left:50%;
		top:50%;
	}
	.service_block6 {
		height:27%;
		width:100%!important;
		bottom:0;
	}
	.service_txt {
		top:8%;
	}
	.service_txt .service_tit {
		font-size:0.36rem;
		margin-bottom:5px;
	}
	.service_sort span {
		display:block;
		margin:0;
		width:100%;
		font-size:0.16rem;
		line-height:0.25rem;
	}
	.know_block a {
		padding:0.4rem 0 0 0.4rem;
	}
	.t-footer {
		display:block;
	}
	.footer {
		display:none;
	}
	.warp1 {
		margin-left:20px;
	}
	.warp1 h3 a {
		font-size:0.3rem;
	}
	.footer {
		display:none
	}
	.t-footer {
		display:block;
	}
	.warp2 ul li {
		width:100%;
		position:relative;
		overflow:hidden;
	}
	.warp2 .warp-type p {
		margin-left:-300px;
		font-size:12px;
		width:100%
	}
	.in_case-tit {
		width: 100%;
		overflow-x: auto;
	}
	.in_case-tit ul {
		width: auto;
		padding: 15px;
		display: table;
		white-space: nowrap;
	}
	.in_case-tit ul li {
		min-width: 147px;
		background-color: #ccc;
		border-radius: 30px;
		border: 1px #ccc solid;
		text-align: center;
		margin-right: 15px;
		padding: 0;
		display: inline-block;
		float: unset;
		width: auto;
	}
	.in_case-tit ul li a span {
		color: #fff;
		font-size: 14px;
	}
	.in_case-tit ul li a.active {
		background-color: #32303E;
	}
	.width_b {
		margin:0px 3%;
		width:94%;
	}
	.case-list .museo-light {
		width:100%;
		display:block
	}
	.slide {
		display:block !important
	}
}
@media screen and (max-width:667px) {
	.service_txt .service_tit {
	font-size:0.26rem;
	margin-bottom:5px;
}
.service_sort span {
	display:block;
	margin:0;
	width:100%;
	font-size:0.16rem;
	line-height:0.3rem;
}
.warp1 {
	margin-left:20px;
	margin-top:40px;
	padding-top:20px;
}
}@media screen and (max-width:640px) {
	.warp2 .warp-type p {
	margin-left:-170px;
	font-size:12px;
	width:100%;
	float:none;
	height:45px;
}
.warp2 .warp-type-list {
	float:left;
	padding-top:30px;
	width:100%;
}
.warp2 .warp-type-list a {
	display:inline-block;
	margin-right:10px;
	line-height:50px;
	color:#888889;
	font-size:12px
}
.warp2 .case {
	padding-top:25px;
}
.warp1 {
	/*margin-left:30px;*/
	margin-top: 0!important;
	text-align: center;
	padding: 40px 30px 20px 30px;
	/*margin-right:30px;*/
}
.warp1 a{
	font-size: 15px!important;
}
.warp1 .pingfang a{
	font-size: 18px!important;
}
}
.service_block a,.service_block *:before,.service_block *:after {
	-webkit-transition:transition:all 0.5s ease;
	-moz-transition:transition:all 0.5s ease;
	-ms-transition:transition:all 0.5s ease;
	-moz-transition:transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.service_block:hover .block_img,.know_block:hover .block_img {
	-webkit-transform:scale(1,1);
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:400ms;
	-moz-transform:scale(1,1);
	-moz-transition-timing-function:ease-out;
	-moz-transition-duration:400ms;
	transform:scale(1,1);
	transition-timing-function:ease-out;
	transition-duration:400ms;
	width:100%;
}
.block_img {
	-webkit-transform:scale(1.05,1.05);
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:400ms;
	-moz-transform:scale(1.05,1.05);
	-moz-transition-timing-function:ease-out;
	-moz-transition-duration:400ms;
	transform:scale(1.05,1.05);
	transition-timing-function:ease-out;
	transition-duration:400ms;
}

.privacy-text {
	padding-bottom: 40px;
	min-height: 800px;
}
.privacy-text h2 {
	text-align: center;
}
.privacy-text p {
	font-size: 14px;
	line-height: 30px;
}
.swiper-container {
    width: 100%;
    height: 960px;
}
@media screen and (max-width: 1100px) {
	.swiper-container {
	    width: 100%;
	    height: 500px;
	}
}
@media screen and (max-width: 767px) {
	.swiper-container {
	    width: 100%;
	    height: 400px;
	}
}
.contact_map1 {
	width: 50%;
	float: left;
	height: 100%;
}
@media screen and (max-width: 1024px) {
	.contact_map1 {
		height: 500px;
		width: 100%;
	}
}
.page-list {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 80px;
}
.page-list a{
	display: inline-block;
	padding: 2px 9px;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin: 0 5px;
	color: #ccc;
	transition: linear 0.2s all;
}
.page-list a:hover,.page-list a.on {
	background:  #E50012;
	color: #fff;
	border: 1px solid #E50012;
}
.map-info {
	width: 50%;
	height: 100%;
	float: left;
}
.map-info #allmap {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1025px) {
	.map-info {
		width: 100%;
		height: 500px;
		float: none;
	}
}






