<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	outline:none;
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
.clear {
	clear:both
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
body {
	font-family:"微软雅黑";
	font-size:14px;
}
.container1{
	width:76%;
	margin:0 auto;
}
.indexheader {
	width:100%;
	margin:0 auto;
	position:relative;
	height: auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:95px;
	clear:both;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
}
.anchor_fixed{
	background: rgba(0,0,0,0.6);
}
.navFix{
    background: rgba(0,0,0,0.6);
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding-top:15px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.yx1 {
	display:none;
	float:left;
}
.yx1 a {
	display:block;
	padding-top:7px;
}
.yx1 img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li {
	line-height:95px;
	float:left;
	text-align:center;
	position:relative;
}
.menupc li a {
	display:block;
	color:#fff;
	text-transform:capitalize;
	padding:0px 30px;
	font-size:18px;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s;
}
.menupc li a:hover {
	color:#ff000d;
}
.menupc li:hover a {
	color:#ff000d;
}
.menupc li .current {
	color:#ff000d;
}
.menupc ul {
	background-color:#ff000d;
	position:absolute;
	display:none;
	left:0;
	overflow:hidden;
	z-index:999;
	width:100%;
}
.menupc ul li {
	float:none;
	position:static;
	text-align:center;
	background:0;
	line-height:35px;
	width:100%;
	margin-left:0px;
}
.menupc ul li a {
	display:block;
	font-size:14px;
	position:static;
	font-weight:normal;
	border:none;
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background:0;
	padding:0 10px;
}
.menupc .subnav {
	display:block;
}

.nav-fr{
	float:right;
	display:block;
	margin-top: 36px;
}
.tel{
	padding-left:32px;
	background:url(../img/navli.png) no-repeat left center;
}
.tel p{
	color:#c7000a;
	font-size:30px;
	line-height:23px;
	background: url(../img/itel.png) no-repeat left center;
	padding-left:47px;
	font-family: "Arial";
}
.mouse-scroll {
	position: absolute;
	bottom: 100px;
	z-index: 5;
	left: 50%;
	animation: upmove 2s infinite;
	-webkit-animation: upmove 1.5s infinite;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.mouse-scroll a{
	display:block;
}
@keyframes upmove
{
	0%   {transform:translateY(0px);}
	50%  {transform:translateY(10px);}
	100% {transform:translateY(0px);}
}


/*手机导航*/
.phone-nav {
	position:absolute;
	font-size:30px;
	right:15px;
	top:0px;
	line-height:80px;
	display:none;
	color:#666;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0a78bc url(../img/search.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}


@media(max-width:1200px) {
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
	.yx{
		display:none;
	}
	.yx1{
		display:block;
	}
	.nav-fr{
		display:none;
	}
}

#page1{
	position: relative;
}


#page2{
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	background: url(../img/peoject_bg.jpg) no-repeat center center;
	background-size: cover;
	padding:65px 0px 0px 0px;
}
.home-project{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.project_con{
	margin-top:30px;
	overflow:hidden;
}
.project_con li{
	margin-bottom:12px;
	overflow:hidden;
	padding:0px 6px;
	position:relative;
}
.project_con li a{
	display:block;
	padding:17px;
	overflow:hidden;
	position: relative;
	perspective: 1000px;
}
.project_con li a:before {
	position: absolute;
	left: 17px;
	top: 17px;
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index:999;
}
.project_con li a:after {
	position: absolute;
	right: 17px;
	bottom: 17px;
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index:999;
}
.img_nav_bg_1 a{
	background-color:#cc3500;
	overflow:hidden;
	color:#fff;
	transition: all 1s ease-in-out 0s;
}
.img_nav_bg_1 a:before {
	border: solid #fff;
}
.img_nav_bg_1 a:after {
	border: solid #fff;
}
.project_nav_b{
	text-align:center;
	transform: rotateY(0);
	transition: all 0.50s ease-in-out 0s;
}
.project_nav_b h3{
	margin-top:40px;
	font-size:40px;
	font-weight:normal;
	margin-bottom:10px;
}
.project_nav_b p{
	font-size:16px;
	margin-bottom:40px;
}
.project_nav_b img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	animation: lrmove 2s infinite;
	-webkit-animation: lrmove 1.5s infinite;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
@keyframes lrmove
{
	0%   {transform:translateX(0px);}
	50%  {transform:translateX(10px);}
	100% {transform:translateX(0px);}
}
.project_con li a:hover .project_nav_b{
	transform: rotateY(-90deg);
}
.project_nav_a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding:17px;
	transform: rotateY(90deg);
	transition: all 0.50s ease-in-out 0s;
	color:#fff;
	z-index:99;
}
.img_nav_bg_1 .project_nav_a{
	background-color: #da5020;
}
.project_con li a:hover .project_nav_a{
	transform: rotateY(0);
}
.xm_l{
	float:left;
}
.xm_l img{
	max-width:100%;
	height:auto;
	position:absolute;
	bottom:17px;
	left:23px;
}
.xm_r{
	float:right;
	width:100%;
	text-align:right;
}
.xm_r h3{
	margin-top:40px;
	font-size:30px;
	font-weight:normal;
	margin-bottom:25px;
	overflow:hidden;
}
.xm_r dl dd{
	line-height:25px;
	font-size:16px;
	position:relative;
	padding-right:11px;
}
.xm_r dl dd:after{
	content:'';
	display:block;
	position:absolute;
	right:0px;
	top:12px;
	width:5px;
	height:1px;
}
.img_nav_bg_1 .xm_r dl dd:after{
	background-color:#fff;
}

.img_nav_bg_2 a{
	background-color:#fff;
	overflow:hidden;
	color:#ebb125;
	transition: all 1s ease-in-out 0s;
}
.img_nav_bg_2 a:before {
	border: solid #ebb125;
}
.img_nav_bg_2 a:after {
	border: solid #ebb125;
}
.img_nav_bg_2 .project_nav_a{
	background-color: rgba(255,255,255,0.8);
	color:#ebb125;
}
.img_nav_bg_2 .xm_r dl dd:after{
	background-color:#ebb125;
}

.img_nav_bg_3 a{
	background-color:#10a299;
	overflow:hidden;
	color:#fff;
	transition: all 1s ease-in-out 0s;
}
.img_nav_bg_3 a:before {
	border: solid #fff;
}
.img_nav_bg_3 a:after {
	border: solid #fff;
}
.img_nav_bg_3 .project_nav_a{
	background-color: #24b1a8;
}
.img_nav_bg_3 .xm_r dl dd:after{
	background-color:#fff;
}

.img_nav_bg_4 a{
	background-color:#fff;
	overflow:hidden;
	color:#1489bf;
	transition: all 1s ease-in-out 0s;
}
.img_nav_bg_4 a:before {
	border: solid #1489bf;
}
.img_nav_bg_4 a:after {
	border: solid #1489bf;
}
.img_nav_bg_4 .project_nav_a{
	background-color: rgba(255,255,255,0.8);
	color:#1489bf;
}
.img_nav_bg_4 .xm_r dl dd:after{
	background-color:#1489bf;
}

.img_nav_bg_5 a{
	background-color:#fff;
	overflow:hidden;
	color:#cc3500;
	transition: all 1s ease-in-out 0s;
}
.img_nav_bg_5 a:before {
	border: solid #cc3500;
}
.img_nav_bg_5 a:after {
	border: solid #cc3500;
}
.img_nav_bg_5 .project_nav_a{
	background-color: rgba(255,255,255,0.8);
	color:#cc3500;
}
.img_nav_bg_5 .xm_r dl dd:after{
	background-color:#cc3500;
}

.img_nav_bg_6 a{
	background-color:#ebb125;
	overflow:hidden;
	color:#fff;
	transition: all 1s ease-in-out 0s;
}
.img_nav_bg_6 a:before {
	border: solid #fff;
}
.img_nav_bg_6 a:after {
	border: solid #fff;
}
.img_nav_bg_6 .project_nav_a{
	background-color: #f3bc38;
}
.img_nav_bg_6 .xm_r dl dd:after{
	background-color:#fff;
}

.img_nav_bg_7 a{
	background-color:#fff;
	overflow:hidden;
	color:#10a299;
	transition: all 1s ease-in-out 0s;
}
.img_nav_bg_7 a:before {
	border: solid #10a299;
}
.img_nav_bg_7 a:after {
	border: solid #10a299;
}
.img_nav_bg_7 .project_nav_a{
	background-color: rgba(255,255,255,0.8);
	color:#10a299;
}
.img_nav_bg_7 .xm_r dl dd:after{
	background-color:#10a299;
}

.img_nav_bg_8 a{
	background-color:#1489bf;
	overflow:hidden;
	color:#fff;
	transition: all 1s ease-in-out 0s;
}
.img_nav_bg_8 a:before {
	border: solid #fff;
}
.img_nav_bg_8 a:after {
	border: solid #fff;
}
.img_nav_bg_8 .project_nav_a{
	background-color: #2899cd;
}
.img_nav_bg_8 .xm_r dl dd:after{
	background-color:#fff;
}



#page3{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.home-case{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding:65px 0px 0px 0px;
}
.index_title{
	overflow:hidden;
	text-align:center;
}
.index_title h3{
	background:url(../img/title.jpg) no-repeat bottom center;
	font-size:36px;
	color:#000;
	padding-bottom:25px;
	margin-bottom:15px;
	font-weight:normal;
}
.index_title p{
	font-size:18px;
}
.color1{
	color:#9f9f9f;
}
.color2{
	color:#fff;
}
.case_con{
	margin-top:40px;
	overflow:hidden;
}
.case_con_title{
	overflow:hidden;
}
.case_con_title ul{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.case_con_title li{
	line-height:37px;
	margin:0px 8px 15px 8px;
}
.case_con_title li a{
	display:block;
	font-size:16px;
	color:#7d7d7d;
	padding:0px 22px;
	border-radius:25px;
	text-align:center;
	border:1px solid #b8b8b8;
}
.case_con_title li a:hover{
	color: #fff;
	border:1px solid #c7000a;
	background-color:#c7000a;
}
.case_con_title li a.active{
	color: #fff;
	border:1px solid #c7000a;
	background-color:#c7000a;
}
.case_con_info{
	margin-top:30px;
	overflow:hidden;
}
.case_con_info li{
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
	padding:0px 1px;
}
.case_con_info li a{
	display:block;
	overflow:hidden;
}
.case_con_info li a.thumbnail{
	position:relative;
	overflow:hidden;
}
.link-img {
	overflow:hidden;
}
.link-img img {
	display: block;
	width: 100%;
	height:auto;
}
.link-setion-text {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.link-setion-text h3 {
	margin-top: -20px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	background:url(../img/title4.jpg) no-repeat bottom center;
	text-align:center;
	transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
}
.link-setion-text .link-more {
	display: inline-block;
	*display:inline;
	*zoom:1;
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
}
.link-setion-text .link-more img{
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.case_con_info .opacity-overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #c7000a;
	opacity: 0;
	filter: alpha(opacity=0);
	_height:expression( (this.parentElement.clientHeight) +'px');
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.case_con_info a:hover .link-name-default {
	opacity: 0;
	filter: alpha(opacity=0);
}
.case_con_info a:hover .link-setion-text {
	opacity: 1;
	filter: alpha(opacity=100);
}
.case_con_info a:hover .link-setion-text h3 {
	margin-top: 0px;
}
.case_con_info a:hover .opacity-overlay {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

#page4{
	width: 100%;
	margin: 0 auto;
	background: url(../img/fuwu_bg.jpg) no-repeat center center;
	background-size: cover;
	padding:65px 0px 0px 0px;
	overflow:hidden;
}
.index_title1{
	overflow:hidden;
	text-align:center;
}
.index_title1 h3{
	background:url(../img/title.jpg) no-repeat bottom center;
	font-size:36px;
	color:#fff;
	padding-bottom:25px;
	margin-bottom:15px;
	font-weight:normal;
}
.index_title1 p{
	font-size:18px;
	color:#95a2cf;
}
.fuwu_con{
	margin-top:115px;
	background:url(../img/xian.png) no-repeat top center;
	height:500px;
	color:#fff;
	position:relative;
}
.fuwu1{
	margin-bottom:30px;
	background:url(../img/fuwu1bg.png) no-repeat center center;
	height:470px;
}
.fuwu1_t{
	position:absolute;
	left: 30%;
	top: -25px;
}
.fuwu1_t p{
	text-align:center;
	margin-bottom:10px;
	font-size:30px;
}
.fuwu1_t img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	transition: width 1s, height 1s, transform 1s;
	transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.fuwu1_t img:hover{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.fuwu1_b{

}
.fuwu1_b_l{
	position:absolute;
	left: 9%;
	bottom: 17%;
}
.fuwu1_b_l p{
	text-align:center;
	font-size:16px;
}
.fuwu1_b_l img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	transition: width 1s, height 1s, transform 1s;
	transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.fuwu1_b_l img:hover{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.fuwu1_b_r{
	position:absolute;
	right: 9%;
	bottom: 17%;
}
.fuwu1_b_r p{
	text-align:center;
	font-size:16px;
}
.fuwu1_b_r img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	transition: width 1s, height 1s, transform 1s;
	transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.fuwu1_b_r img:hover{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}

.fuwu2{
	margin-bottom:30px;
	background:url(../img/fuwu2bg.png) no-repeat center center;
	height:310px;
}
.fuwu2_t{
	margin-top: -20px;
	overflow:hidden;
}
.fuwu2_t_l{
	left: 4%;
}
.fuwu2_t_l p{
	text-align:center;
	font-size:16px;
	margin-bottom:30px;
}
.fuwu2_t_l img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	transition: width 1s, height 1s, transform 1s;
	transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.fuwu2_t_l img:hover{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.fuwu2_t_c{

}
.fuwu2_t_c p{
	text-align:center;
	font-size:16px;
	margin-bottom:30px;
}
.fuwu2_t_c img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	transition: width 1s, height 1s, transform 1s;
	transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.fuwu2_t_c img:hover{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.fuwu2_t_r{
	right: 4%;
}
.fuwu2_t_r p{
	text-align:center;
	font-size:16px;
	margin-bottom:30px;
}
.fuwu2_t_r img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	transition: width 1s, height 1s, transform 1s;
	transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.fuwu2_t_r img:hover{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.fuwu2_b{
	position:absolute;
	left: 39.5%;
	margin-top: 14.3%;
}
.fuwu2_b img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	transition: width 1s, height 1s, transform 1s;
	transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.fuwu2_b img:hover{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.fuwu2_b p{
	text-align:center;
	font-size:30px;
}
.fuwu3{
	margin-bottom:30px;
	background:url(../img/fuwu3bg.png) no-repeat center center;
	height:470px;
}
.fuwu3_t{
	position:absolute;
	left: 30%;
	top: -25px;
}
.fuwu3_t p{
	text-align:center;
	margin-bottom:10px;
	font-size:30px;
}
.fuwu3_t img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	transition: width 1s, height 1s, transform 1s;
	transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.fuwu3_t img:hover{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.fuwu3_b{

}
.fuwu3_b_l{
	position:absolute;
	left: 14%;
	bottom: 17%;
}
.fuwu3_b_l p{
	text-align:center;
	font-size:16px;
}
.fuwu3_b_l img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	transition: width 1s, height 1s, transform 1s;
	transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.fuwu3_b_l img:hover{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.fuwu3_b_r{
	position:absolute;
	right: 14%;
	bottom: 17%;
}
.fuwu3_b_r p{
	text-align:center;
	font-size:16px;
}
.fuwu3_b_r img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	transition: width 1s, height 1s, transform 1s;
	transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.fuwu3_b_r img:hover{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}


#page5{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background-color:#f2f5fa;
	padding:65px 0px 0px 0px;
}
.hezuo_con{
	margin-top:70px;
}
.hezuo_con li{
	padding:0;
	position:relative;
}
.hezuo_con li a{
	display: block;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.hz_img{
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #ebebeb;
}
.hz_img img{
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.hezuo_con li:hover{
	z-index:99999;
}
.hezuo_con li:hover a{
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
}
.hezuo_con li:hover a .hz_img{
	background-color:#d9dce3;

}
.hezuo_con li:hover .hz_img img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}

#page6{
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	background: url(../img/contactbg.jpg) no-repeat center center;
	background-size: cover;
	padding:65px 0px 0px 0px;
}
.home-contact{
	overflow:hidden;
}
.pc_box{
	margin-top:70px;
}
.dl-top {
	overflow:hidden;
}
.dl-top li{
	margin-bottom: 15px;
}
.dl-top li a{
	display:block;
	position:relative;
}
.dl-top li a i{
	display:none;
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	content: '';
	border-top-color: #c7000a;
}
.dl-top li a:hover i{
	display:block;
}
.dl-top li a img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.dl-top li a:hover img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.dl-top ul .on img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.dl-top ul .on a i{
	display:block;
}
.dl-show .dl-info {
	display:none;
}
.dl-show{
	margin:50px 0px;
	overflow:hidden;
}
.city{
	overflow:hidden;
}
.lianxi_1{
	margin-bottom:25px;
	overflow:hidden;
}
.lianxi_2{
	margin-bottom:25px;
	overflow:hidden;
}
.c_title{
	border-bottom:1px solid #d5d5d5;
	overflow:hidden;
	font-size:24px;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
}
.lianxi_2con{
	margin-top:35px;
	overflow:hidden;
}
.contact{
	overflow:hidden;
}
.contact p{
	color:#444;
	font-size:16px;
	line-height:21px;
	padding-left:27px;
	margin-bottom:8px;
}
.contact p span{
	font-size:24px;
}
.contact p.l1{
	background:url(../img/l1.png) no-repeat left center;
}
.contact p.l2{
	background:url(../img/l2.png) no-repeat left top;
}
.lianxi_3{
	margin-bottom:25px;
	overflow:hidden;
}
.lianxi_3con{
	overflow:hidden;
	margin-top:28px;
}
.lianxi_3con dd{
	float:left;
	margin-right:8px;
}
.lianxi_3con dd images{
	width:107px;
	height:107px;
}
.lianxi_3con dd p{
	text-align:center;
	color:#444;
	font-size:16px;
}
.lianxi_4con{
	overflow:hidden;
	margin-top:21px;
}
.lianxi_4con dd{
	margin-bottom:8px;
	overflow:hidden;
}
.bounce-to-right{
	display:inline-block;
	width:132px;
	line-height:36px;
	color:#444;
	font-size:14px;
	border:1px solid #c7cbd0;
	background:url(../img/cqq.png) no-repeat 19px center;
	padding-left:49px;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c7000a url(../img/cqq_h.png) no-repeat 19px center;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.bounce-to-right:hover, bounce-to-right:focus, bounce-to-right:active {
	color:#fff;
}
.bounce-to-right:hover:before, .bounce-to-right:focus:before, .bounce-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*手机联系我们切换*/
.pad_box{
	display:none;
	margin-top:55px;
	overflow:hidden;
}
.pad_box li{
	margin-bottom:20px;
	overflow:hidden
}
.pad_box li a{
	display:block;
	margin-bottom:15px;
}
.pad_box li a img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);

}

/*phone联系我们*/
.phone_box{
	display:none;
	margin-top:35px;
	overflow:hidden;
}
.phone_box li{
	margin-bottom:20px;
	overflow:hidden
}
.contact h3{
	font-size: 22px;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
	font-weight: normal;
}


.youlian{
	background-color:#18191b;
	overflow:hidden;
	padding:25px 0px;
}
.youlian p{
	float:left;
	color:#767676;
	font-size:18px;
	line-height:25px;
}
.youlian ul{
	float:left;
}
.youlian li{
	float:left;
	line-height:25px;
	margin-right:10px;
}
.youlian li:last-child{
	margin-right:0px;
}
.youlian li a{
	display:block;
	font-size:15px;
	color:#fff;
}
.youlian li a:hover{
	color:#c7000a;
}
.footer{
	width:100%;
	margin:0 auto;
	background-color:#18191b;
	overflow:hidden;
}
.footer_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.footer_fl_img{
	float:left;
}
.footer_fl_img img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.footer_fl_txt{
	float:right;
}
.footer_fl_txt p{
	background:url(../img/ftel.png) no-repeat left center;
	font-size:16px;
	color:#767676;
	padding-left:40px;
	margin-bottom:10px;
}
.footer_fl_txt span{
	font-size:36px;
	color:#c7000a;
}
.footer_fr{
	margin-bottom:25px;
}
.footer_fr_top{
	height:40px;
}
.footer_fr_top li{
	float: right;
	margin:0px 0px 0px 15px;
}
.footer_fr_top li a{
	display:block;
}
.footer_fr_top li a images{
	max-width:100%;
	height:auto;
}
.footer_fr_bottom{
	text-align:right;
	color:#767676;
	line-height:25px;
	font-size:14px;
}
.footer_fr_bottom a{
	color:#767676;
	font-size:14px;
}

/*微信二维码*/
.footer_fr li a.weixin{
	position:relative;
}
.weixin::after{
	content: url(../img/ewm.jpg);
	position: absolute;
	right: -38px;
	top: -125px;
	z-index: 99;
	width:120px;
	height: 120px;
	border-radius: 4px;
	transform-origin: top center;
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.weixin:hover::after{
	transform:scale(1);
	opacity: 1;
}


/*在线客服*/
.service-bar{ width: 51px; height: 364px; position: fixed; right: 10px; top: 50%; margin-top: -152px; border-radius: 30px; z-index: 9999;font-size: 14px; }
.service-cloumn li{ position: relative; color: #fff;  padding-left: 10px; }
.service-cloumn li &gt; a,.sgotop{ background: url(../img/serIcon.png) no-repeat; display: block; width: 51px;}
.service-cloumn li a{ color: #fff;font-size: 14px; }
.service-cloumn .kf-online &gt; a{ background-position: -70px 0; height: 76px;}
.service-cloumn .telme &gt; a{ background-position: -70px -76px; height: 68px;}
.service-cloumn .surprised &gt; a{ background-position: -70px -144px; height: 69px;}
.service-cloumn .scan &gt; a{ background-position: -70px -213px; height: 67px;}
.service-cloumn .kf-suggest &gt; a{ background-position: -70px -280px; height: 84px;}
.service-cloumn .kf-online &gt; a:hover{ background-position: 0 0; }
.service-cloumn .telme &gt; a:hover{ background-position: 0 -76px; }
.service-cloumn .surprised &gt; a:hover{ background-position: 0 -144px;}
.service-cloumn .scan &gt; a:hover{ background-position: 0 -213px; }
.service-cloumn .kf-suggest &gt; a:hover{ background-position: 0 -280px;}
.sameStyle{ position:absolute; right: 50px; top: 0; border-radius: 10px; display: none;}
.kf-online-box{ background: #e42e2e; padding: 15px;width: 175px;}
.serTime{ margin-bottom: 10px;font-size: 14px;}
.kf-online-box a{ text-decoration: underline; }
.telme-box{ background: #e42e2e; padding: 15px; width: 340px; }
.ct400{ margin-bottom: 5px; }
.ct400 b{ font-size: 20px; }
.ct010{ font-weight: 700; margin-bottom: 15px;}
.leave{ font-weight: 700; margin-bottom: 8px;}
.leaveMsg{ margin-bottom: 10px; }
.leaveMsg .text{ width: 170px; height: 28px; line-height: 28px; background: #fff; border-radius: 4px 0 0 4px; border: none; padding: 0 0 0 5px; }
.leaveMsg .cMe{ width: 70px; height: 28px; background: #ff9000; color: #fff; font-weight: 700; border: none; border-radius: 0 4px 4px 0; }
.reply{ font-size: 12px; }
.scanCode,.suggest-box{ background: #e42e2e; padding: 10px;}
.suggest-box{ width: 200px; padding: 15px 10px; }
.suggest-email,.suggest-tel{ margin-bottom: 8px; }
.suggest-scan p{ text-align: center; margin-top: 5px; }
.suggest-scan{ float: left; margin-left: 50px;}
.service-cloumn li:hover .sameStyle{ display: block; }
.sgotop{ background-position: 0 -371px; width: 51px; height: 51px; position: absolute; bottom: -112px; left: 10px; display: none;}
.suggest-box { top: -50px; }
.pf-shop-car{ position: absolute; left: 10px; bottom: -56px; width: 51px; height: 51px; background: #e42e2e; border-radius: 50%;}
.pf-car-icon{ width: 51px; height: 51px;  border-radius: 50%; background-position: -810px 12px;}



.clues{
	position:fixed;
	width:716px;
	height:430px;
	top:50%;
	left:50%;
	margin-top:-215px;
	margin-left:-358px;
	background-color:#bb0711;
	padding:28px;
}
.clues_con{
	border:1px solid #cb424a;
	color:#fff;
	text-align:center;
	padding:25px 0px 20px 0px;
	position:relative;
}
.clues_con h3{
	font-size:35px;
	font-weight:normal;
	margin-bottom: 25px;
}
.clues_con h2{
	font-size:60px;
	font-weight:normal;
	margin-bottom: 15px;
}
.clues_con h4{
	font-size:18px;
	font-weight:normal;
	margin-bottom:30px;
}
.zx{
	display:block;
	color:#ed0916;
	font-size:24px;
	background-color:#fff;
	border-radius:25px;
	line-height:53px;
	width:194px;
	margin:0 auto;
}
.clues_con p{
	margin-top:20px;
	font-size:30px;
	font-family:"Arial";
	background:url(../img/line.png) no-repeat center center;
}
.cha{
	cursor:pointer;
	position:absolute;
	right:20px;
	top:20px;
}




/*网站案例*/
header{
	width:100%;
	margin:0 auto;
	height:538px;
}
.phone_logo{
	display:none !important;
}
.inner_case{
	width:100%;
	margin:0 auto;
	background-color:#f6f6f6;
	padding:55px 0px;
	overflow:hidden;
}
.case_t{
	margin-bottom:40px;
	overflow:hidden;
}
.case_t1{
	overflow:hidden;
}
.case_t1_fl{
	float:left;
	margin-right:15px;
}
.case_t1_fl a{
	display:block;
	background-color:#c7000a;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:39px;
	padding:0px 30px;
	border-radius:25px;
}
.case_t1_fr{
	
}
.case_t1_fr li{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.case_t1_fr li:last-child{
	margin-right:0;
}
.case_t1_fr li a{
	display:block;
	border:1px solid #d3d3d3;
	text-align:center;
	color:#7d7d7d;
	font-size:16px;
	line-height:39px;
	padding:0px 30px;
	border-radius:25px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.case_t1_fr li a:hover{
	border:1px solid #d3d3d3;
	background-color:#000;
	color:#fff;
}
.case_t1_fr li .current{
	border:1px solid #d3d3d3;
	background-color:#000;
	color:#fff;
}
.case_t2{
	overflow:hidden;
}
.case_t2 p{
	float:left;
	background-color:#cdcdcd;
	text-align:center;
	color:#3d3d3d;
	font-size:16px;
	line-height:39px;
	padding:0px 30px;
	border-radius:25px;
	margin-right:15px;
}
.case_t2_fr{
	
}
.case_t2_fr li{
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}
.case_t2_fr li a{
	display:block;
	border:1px solid #d3d3d3;
	text-align:center;
	color:#7d7d7d;
	font-size:16px;
	line-height:39px;
	padding:0px 30px;
	border-radius:25px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.case_t2_fr li a:hover{
	border:1px solid #d3d3d3;
	background-color:#000;
	color:#fff;
}
.case_t2_fr li .current{
	border:1px solid #d3d3d3;
	background-color:#000;
	color:#fff;
}
.case_c{
	overflow:hidden;
}
.case_c li{
	margin-bottom:24px;
	overflow:hidden;
}
.case_c li a{
	display:block;
}
.case_img{
	overflow:hidden;
}
.case_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.case_c li a:hover .case_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.case_txt{
	background-color:#fff;
	overflow:hidden;
	padding:23px 27px;
}
.case_txt_l{
	float:left;
}
.case_txt_l h3{
	font-size:18px;
	color:#2e2e2e;
	font-weight:bold;
	margin-bottom:5px;
}
.case_txt_l p{
	color:#6b6b6b;
	line-height:22px;
}
.case_txt_r{
	display:block;
	float:right;
	background:url(../img/jian.png) no-repeat center center;
	width:44px;
	height:44px;
}
.case_c li a:hover .case_txt{
	background-color:#c7000a;
}
.case_c li a:hover .case_txt h3{
	color:#fff;
}
.case_c li a:hover .case_txt p{
	color:#fff;
}
.case_c li a:hover .case_txt_r{
	background:url(../img/jian_h.png) no-repeat center center;
}
/*分页*/
.pagination{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;
}
.pagination a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	padding:0px 10px;
	line-height:28px;
	background-color:#f6f6f6;
	margin:0px 10px 15px 10px;
}
.pagination a:hover{
	color:#fff;
	background-color:#c0000a;
	border:1px solid #c0000a;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#c0000a;
	border:1px solid #c0000a;
}

/*案例详情*/
.inner_caseshow{
	width:100%;
	margin:0 auto;
	background-color:#f6f6f6;
	overflow:hidden;
	padding:30px 0px;
}
.caseshow_t{
	background-color:#fff;
	padding:45px;
	overflow:hidden;
	margin-bottom:35px;
}
.caseshow_t1{
	margin-bottom:40px;
	overflow:hidden;
}
.caseshow_t1 h3{
	font-size:24px;
	color:#000;
	font-weight:normal;
	background:url(../img/title1.jpg) no-repeat bottom left;
	padding-bottom:12px;
	margin-bottom:10px;
}
.caseshow_t1 p{
	float:left;
	color:#c7000a;
	font-size:18px;
	margin:0px 35px 10px 0px;
}
.caseshow_t1 a{
	background:url(../img/link.jpg) no-repeat left center;
	font-size:18px;
	color:#6c6c6c;
	padding-left:50px;
	font-family:Arial, Helvetica, sans-serif;
}
.caseshow_t1 a:hover{
	color:#c7000a;
}
.caseshow_t2{
	color:#6c6c6c;
	line-height:25px;
}
.caseshow_c{
	overflow:hidden;
}
.caseshow_c img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.caseshow_r{
	margin:50px auto 20px auto;
	overflow:hidden;
}
.caseshow_r ul{
	text-align:center;
}
.caseshow_r li{
	margin-bottom:15px;
	overflow:hidden;
	text-align:center;
	margin:0px 10px;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
}
.caseshow_r li a{
	display:block;
}
.caseshow_r li a img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


/*新闻资讯*/
.iban_txt{
	position:absolute;
	top:40%;
	width:100%;
}
.iban_txt h3{
	font-size:40px;
	color:#fff;
	font-weight:bold;
	background:url(../img/title3.jpg) no-repeat bottom left;
	padding-bottom:20px;
	margin-bottom:15px;
}
.iban_txt p{
	color:#fff;
	font-size:25px;
}
.inner_news{
	width:100%;
	margin:0 auto;
	padding: 55px 0px;
	background-color:#f6f6f6;
	overflow:hidden;
}
.news_t{
	margin-bottom:45px;
	overflow:hidden;
}
.news_t li{
	float:left;
	margin-right:45px;
}
.news_t li a{
	display:block;
	font-size:30px;
	font-weight:bold;
	color:#9d9d9d;
}
.news_t li a:hover{
	color:#333;
}
.news_t li .current{
	color:#333;
}
.news_c{
	overflow:hidden;
	margin-bottom: 20px;
}
.news_c li{
	margin-bottom:25px;
	overflow:hidden;
}
.news_c li a{
	display:block;
	background-color:#fff;
	padding:26px 10px 0px 10px;
	overflow:hidden;
}
.news_img{
	overflow:hidden;
	margin-bottom:20px;
	padding-right:0 !important;
}
.news_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
   	transition: transform 1s ease 0s;
	transition: .5s;
}
.news_txt{
	overflow:hidden;
	margin-bottom:20px;
}
.news_txt h3{
	font-size:18px;
	color:#515151;
	font-weight:normal;
	margin-bottom:5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_txt em{
	color:#c9c9c9;
	font-size:12px;
	font-style:normal;
}
.news_txt p{
	line-height:24px;
	font-size:14px;
	color:#8f8f8f;
	text-indent:2em;
}
.news_txt p span{
	color:#c7000a;
}
.news_c li a:hover .news_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.news_c li a:hover .news_txt h3{
	color:#c7000a;
}


/*新闻详情*/
.inner_fr_newsshow{
	margin:40px auto;
	overflow:hidden;
}
.newsshow{
	background-color:#fff;
	box-shadow:0px 0px 10px #ccc;
	padding: 40px;
    overflow: hidden;
}
.show_title{
	text-align: center;
    padding-bottom: 15px;
	border-bottom:1px solid #dcdcdc;
}
.show_title h3{
	font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #333;
	padding-bottom: 20px;
}
.show_title span{
	color:#949494;
	margin:0px 10px;
	font-size:14px;
	padding-left:20px;
}
.browse{
	background:url(../img/browse.png) no-repeat left center;
}
.date{
	background:url(../img/date.png) no-repeat left center;
}

.show_content{
	line-height:26px;
	color:#4c4c4c;
	padding:30px 10px;
	border-bottom:1px solid #dcdcdc;
}
.show_content img{
	margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
	margin-top:20px;
}
.show_back_fl{
	margin-bottom:20px;
	overflow:hidden;
}
.show_back_fl li{
	margin-bottom:10px;
	line-height:25px;
	color:#4d4d4d;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.show_back_fl li a{
	color:#868686;
}
.show_back_fr{
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}
.show_back_fr a{
	display:block;
	line-height:46px;
	color:#fff;
	font-size:16px;
	background: #c7000a url(../img/return.png) no-repeat 20px center;
	padding-right:25px;
    text-align: right;
}

/*联系我们*/
.inner_contact{
	width:100%;
	margin:0 auto;
	padding: 30px 0px;
	background-color:#f6f6f6;
	overflow:hidden;
}
.contact1{
	background-color:#fff;
	padding: 40px 15px 10px 15px;
	overflow:hidden;
	margin-bottom:35px;
}
.contact1_fl{
	margin-bottom:30px;
	overflow:hidden;
}
.contact1_fl_title{
	margin-bottom:45px;
	overflow:hidden;
	font-size:24px;
	color:#000;
}
.contact1_fl_con{
	overflow:hidden;
}
.contact1_fl_con1{
	overflow:hidden;	
}
.conxq{
	margin-bottom:40px;
}
.conxq h3{
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
}
.conxq img{
	margin-right:10px;
}
.conxq p{
	font-size:16px;
	color:#565656;
	line-height:22px;
	padding-left:38px;
}
.contact1_fl_con2{
	overflow:hidden;
	border-left:1px dashed #d9d9d9;
	padding-left:30px !important;
}

.contact1_fr{
	margin-bottom:30px;
	overflow:hidden;
}
.contact1_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

/*小牛*/
.iban_txtpc{
	position:absolute;
	top:40%;
	width:100%;
}
.iban_txtpc li{
	margin-bottom:20px;
	overflow:hidden;
	border-right:1px solid #5d5d5e;
}
.iban_txtpc li img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
   	transition: width 1s, height 1s, transform 1s;
}
.iban_txtpc li p{
	text-align:center;
	font-size:18px;
	color:#fff;
	margin-top:50px;
}
.iban_txtpc li:hover img{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.iban_txtphone{
	position:absolute;
	top:40%;
	width:100%;
	display:none;
}
.iban_txtphone h3{
	font-size:40px;
	color:#fff;
	font-weight:bold;
	background:url(../img/title3.jpg) no-repeat bottom left;
	padding-bottom:20px;
	margin-bottom:15px;
}
.iban_txtphone p{
	color:#fff;
	font-size:25px;
}
.inner_about{
	width:100%;
	margin:0 auto;
}
.about_title{
	background-color:#c7000a;
	padding:50px 0px;
	overflow:hidden;
	text-align:center;
	color:#fff;
}
.about_title h3{
	font-size:42px;
	font-weight:normal;
	margin-bottom:5px;
}
.about_title p{
	font-size:22px;
}
.about_con{
	overflow:hidden;
	background-color:#f6f6f6;
}
.about1{
	margin-bottom:32px;
	overflow:hidden;
	margin-top:40px;
}
.about1 a{
	display:block;
}
.about1_fl{
	overflow:hidden;
	padding:0 !important;
}
.about1_fls{
	background-color:#fff;
	padding:40px 25px 40px 45px;
}
.about1_fls h3{
	font-size:36px;
	color:#333;
	font-weight:bold;
	background:url(../img/title4.jpg) no-repeat bottom left;
	padding-bottom:20px;
	margin-bottom:30px;
}
.about1_fls p{
	font-size:16px;
	color:#515151;
	line-height:28px;
	margin-bottom:30px;
	height:224px;
}
.about1_fls span{
	display:block;
	background:url(../img/ajian.png) no-repeat center center;
	width:49px;
	height:49px;
}
.about1_fr{
	overflow:hidden;
	padding:0 !important;
}
.about1_fr img{
	overflow:hidden;
	display:block;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	transform: translateZ(0px);
   	transition: transform 1s ease 0s;
	transition: .5s;
}
.about1 a:hover .about1_fls h3{
	color:#c7000a;
}
.about1 a:hover .about1_fls span{
	background:url(../img/ajian_h.png) no-repeat center center;
}
.about1 a:hover img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.about2{
	/*background:url(../img/aboutimg2.jpg) no-repeat center center;*/
	background-size: auto 100%;
	min-height:573px;
	padding:90px 0px 0px 70px;
	overflow:hidden;
}
.about2 li{
	margin-bottom:15px;
	overflow:hidden;
	line-height:30px;
}
.about2 li .aboutp{
	color:#fff;
	font-size:20px;
	
}
.about2 li .aboutspan{
	float:left;
	font-size:24px;
	color:#eb000c;
	font-weight:bold;
}


/*小牛介绍*/
.inner_aboutprofile{
	width:100%;
	margin:0 auto;
	padding: 55px 0px;
	background-color:#f6f6f6;
	overflow:hidden;
}
.profile1{
	margin-bottom:50px;
	overflow:hidden;
}
.profile1_fl{
	overflow:hidden;
	padding:0 !important;
}
.profile1_fl img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.profile1_fr{
	overflow:hidden;
	padding:0 !important;
}
.profile1_frs{
	background-color:#fff;
	overflow:hidden;
	padding:32px 40px;
}
.profile1_frs h3{
	font-size:42px;
	color:#333;
	font-weight:normal;
	margin-bottom:25px;
}
.profile1_frs p{
	color:#515151;
	font-size:16px;
	line-height:28px;
}
.profile2{
	margin-bottom:20px;
	overflow:hidden;
}
.profile2_1{
	margin-bottom:40px;
	overflow:hidden;
}
.profile2_1 h3{
	font-size:20px;
	color:#333;
	font-weight:bold;
	margin-bottom:5px;
}
.profile2_1 p{
	line-height:28px;
	color:#515151;
	font-size:16px;
}
.profile2_2{
	overflow:hidden;
}
.profile2_2 li{
	margin-bottom:20px;
	overflow:hidden;
}
.profile2_2 li img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


/*小牛活动*/
.activity_c{
	overflow:hidden;
	margin-bottom: 20px;
}
.activity_c li{
	margin-bottom:25px;
	overflow:hidden;
}
.actcon{
	float:left;
	width:50%;
} 
.actcon a{
	display:block;
}
.actcon_fl{
	overflow:hidden;
	padding:0 !important;
}
.actcon_fl img{
	display:block;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.actcon_fr{
	overflow:hidden;
	padding:0 !important;
}
.actcon_frs{
	background-color:#fff;
	padding:41px 25px;
	overflow:hidden;
}
.actcon_frs h3{
	font-size:26px;
	color:#515151;
	font-weight:bold;
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.actcon_frs em{
	color:#787878;
	font-size:16px;
	font-style:normal;
}
.actcon_frs p{
	color:#515151;
	line-height:28px;
	margin:20px 0px 50px 0px;
}
.actcon_frs span{
	float:right;
}
.actcon a:hover .actcon_fl img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.activity_m{
	margin:20px auto;
	overflow:hidden;
}
.activity_m a{
	display:block;
	width:179px;
	margin:0 auto;
	line-height:56px;
	color:#4d4d4d;
	font-size:16px;
	background-color:#d6d6d6;
	text-align:center;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.activity_m a:hover{
	color:#fff;
	background-color:#c7000a;
}


/*小牛团队*/
.inner_aboutteam{
	width:100%;
	margin:0 auto;
	padding: 55px 0px;
	background-color:#f6f6f6;
	overflow:hidden;
}
.team1{
	margin-bottom:30px;
	overflow:hidden;
	background-color:#fff;
	padding:80px 65px;
}
.team1_fl{
	overflow:hidden;
	margin-top:30px;
}
.team1_fl h3{
	font-size:30px;
	color:#333;
	font-weight:bold;
	background:url(../img/title5.jpg) no-repeat bottom left;
	padding-bottom:20px;
	margin-bottom:15px;
}
.team1_fl p{
	line-height:28px;
	color:#2e2e2e;
	font-size:18px;
}
.kong span{
	display:block;
	width:1px;
	margin:0 auto;
	background-color:#eaeaea;
	height:170px;
}
.team1_fr{
	overflow:hidden;
}
.team1_fr p{
	line-height:28px;
	color:#515151;
	font-size:16px;
	text-indent:2em;
}

.team2{
	margin-bottom:30px;
	overflow:hidden;
}
.team2 li{
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
}
.team2 li a{
	display:block;
	overflow:hidden;
}
.team2 li a.thumbnail{
	position:relative;
	overflow:hidden;
}
.link-img1 {
	overflow:hidden;
}
.link-img1 img {
	display: block;
	width: 100%;
	height:auto;
}
.link-setion-text1 {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.link-setion-text1 h3 {
	margin-top: -20px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom:20px;
	background:url(../img/title5.jpg) no-repeat bottom center;
	text-align:center;
	transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
}
.link-setion-text1 p {
	margin-top: -55px;
	padding:0px 27px;
	margin-bottom:10%;
	overflow:hidden;
	font-size: 16px;
	line-height:20px;
	color: #fff;
	text-align:center;
	transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
}
.team2 .opacity-overlay1 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	_height:expression( (this.parentElement.clientHeight) +'px');
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.team2 a:hover .link-name-default1 {
	opacity: 0;
	filter: alpha(opacity=0);
}
.team2 a:hover .link-setion-text1 {
	opacity: 1;
	filter: alpha(opacity=100);
}
.team2 a:hover .link-setion-text1 h3 {
	margin-top: 0px;
}
.team2 a:hover .link-setion-text1 p {
	margin-top: 0px;
}
.team2 a:hover .opacity-overlay1 {
	opacity: 0.60;
	filter: alpha(opacity=60);
}
.team3{
	overflow:hidden;
}
.team3 li{
	margin-bottom:32px;
	overflow:hidden;
}
.team3 li a{
	display:block;
}
.team3_fl{
	overflow:hidden;
	padding:0 !important;
}
.team3_fl img{
	display:block;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.team3_fr{
	overflow:hidden;
	padding:0 !important;
}
.team3_frs{
	background-color:#fff;
	padding:100px 45px;
	overflow:hidden;
}
.team3_frs h3{
	font-size:30px;
	color:#333;
	font-weight:bold;
	background:url(../img/title5.jpg) no-repeat bottom left;
	margin-bottom:25px;
	padding-bottom:30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team3_frs p{
	color:#2e2e2e;
	font-size:20px;
	line-height:28px;
	margin:20px 0px 50px 0px;
}
.team3 a:hover .team3_fl img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/*移动终端*/
.case_c li .thumbnail{
	position:relative;
	overflow:hidden;
}
.case_intro{
	display:none;
	width: 100%; 
	height: 100%;
	background:url(../img/casebg.png) repeat center center;
	text-align:center;
	top:0;
	position: absolute; 
	left: 0;
	padding:0px 20px;
}
.case_intro img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20%;
}
.case_c li a:hover .case_intro{
	display:block;
}


/*小牛快站*/
.inner_muban{
	width:100%;
	margin:0 auto;
	background-color:#f6f6f6;
	overflow:hidden;
	padding:60px 0px;
}
.muban_intro{
	margin-bottom:70px;
	overflow:hidden;
}
.muban_intro h3{
	font-size:30px;
	color:#000;
	font-weight:normal;
	text-align:center;
	margin-bottom:20px;
}
.muban_intro p{
	color:#515151;
	font-size:16px;
	line-height:28px;
	text-indent:2em;
}
.muban_con{
	overflow:hidden;
}
.muban_con li{
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
}
.muban_con li a{
	display:block;
	overflow:hidden;
}
.muban_con li a.muban1{
	background-image: -moz-linear-gradient(top, #ff4f02, #8f2c00); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #429add), color-stop(1, #075c9d)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4f02', endColorstr='#8f2c00', GradientType='0'); /* IE*/
}
.muban_con li a.muban2{
	background-image: -moz-linear-gradient(top, #32c26f, #148c47); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #32c26f), color-stop(1, #148c47)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32c26f', endColorstr='#148c47', GradientType='0'); /* IE*/
}
.muban_con li a.muban3{
	background-image: -moz-linear-gradient(top, #e6a033, #d06504); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6a033), color-stop(1, #d06504)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6a033', endColorstr='#d06504', GradientType='0'); /* IE*/
}
.muban_con li a.muban4{
	background-image: -moz-linear-gradient(top, #de4343, #bf2121); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #de4343), color-stop(1, #bf2121)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de4343', endColorstr='#bf2121', GradientType='0'); /* IE*/
}
.muban_con li a.muban5{
	background-image: -moz-linear-gradient(top, #ac53cd, #8832a8); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ac53cd), color-stop(1, #8832a8)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac53cd', endColorstr='#8832a8', GradientType='0'); /* IE*/
}
.muban_con li a.thumbnail{
	position:relative;
	overflow:hidden;
}
.link-img2 {
	overflow:hidden;
	margin-top:40px;
}
.link-img2 img {
	display: block;
	width: 100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.link-name-default2 {
	padding: 20px 27px 20px 27px;
    overflow: hidden;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.link-name-default2 h3 {
	font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
	font-weight:normal;
}
.link-name-default2 p{
	font-size:18px;
	color: #fff;
	text-align: center;
    margin-bottom: 20px;
}
.link-setion-text2 {
	display: block;
	width: 100%;
	position: absolute;
	top:50%;
	left: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.link-setion-text2 h3 {
	margin-top: -20px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	margin-bottom:10px;
	text-align:center;
	transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
}
.link-setion-text2 p {
	margin-top: -55px;
	margin-bottom:10%;
	overflow:hidden;
	font-size: 20px;
	color: #fff;
	text-align:center;
	transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
}
.link-setion-text2 .link-more {
	display: inline-block;
	*display:inline;
	*zoom:1;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.link-setion-text2 .link-more span{
	display:block;
	width:195px;
	margin:0 auto;
	line-height:44px;
	background-color:#fff;
	border-radius:25px;
	font-size:18px;
	color:#252525;
	text-align:center;
	
}
.muban_con .opacity-overlay2 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	_height:expression( (this.parentElement.clientHeight) +'px');
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.muban_con a:hover .link-name-default2 {
	opacity: 0;
	filter: alpha(opacity=0);
}
.muban_con a:hover .link-setion-text2 {
	opacity: 1;
	filter: alpha(opacity=100);
}
.muban_con a:hover .link-setion-text2 h3 {
	margin-top: 0px;
}
.muban_con a:hover .link-setion-text2 p {
	margin-top: 0px;
}
.muban_con a:hover .opacity-overlay2 {
	opacity: 0.70;
	filter: alpha(opacity=70);
}

/*模板show*/
.inner_mubanshow{
	width:100%;
	margin:0 auto;
	background-color:#f6f6f6;
	padding:35px 0px;
	overflow:hidden;
}
.mubanshow_title{
	text-align:center;
	font-size:30px;
	color:#333;
	font-weight:bold;
	margin-bottom:35px;
	overflow:hidden;
}
.mubanshow_con{
	overflow:hidden;
}
.mubanshow_con_cate{
	margin-bottom:37px;
	overflow:hidden;
}
.muban_t1{
	margin-bottom:1px;
	overflow:hidden;
	background-color:#fff;
	padding:10px 25px 0px 25px;
	overflow:hidden;
}
.muban_t1_fl{
	margin:0px 35px 10px 0px;
	overflow:hidden;
	font-size:18px;
	color:#c7000a;
	line-height:35px;
	float:left;
}
.muban_t1_fr{
	overflow:hidden;
	margin-bottom:10px;
}
.muban_t1_fr_1{
	float:left;
	width:84px;
}
.muban_t1_fr_1 a{
	display:block;
	width:84px;
	line-height:35px;
	background-color:#c7000a;
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-radius:25px;
}
.muban_t1_fr_2{
	margin-left:15px;	
}
.muban_t1_fr_2 ul{
	overflow:hidden;
	margin-bottom:10px;
}
.muban_t1_fr_2 li{
	float:left;
	margin:0px 20px;
}
.muban_t1_fr_2 li a{
	display:block;
	font-size:16px;
	color:#7d7d7d;
	line-height:35px;
}
.muban_t1_fr_2 li a:hover{
	color:#c7000a;
}
.pmenu{
	width:100%;
	border:1px solid #c7000a;
	overflow:hidden;
	/*display:none;*/
	padding: 15px;
	margin-bottom:10px;
}
.pmenu h3{
	float:left;
	font-weight:normal;
	margin-right:10px;
}
.pmenu h3 a{
	display: block;
    width:50px;
    line-height: 30px;
    background-color: #c7000a;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.pmenu li{
	overflow:hidden;
	text-align:center;
	margin: 0px 10px;
}
.pmenu li a{
	display:block;
	font-size:14px;
    color: #7d7d7d;
	line-height:30px;
}
.pmenu li a:hover{
	color:#c7000a;
}


.muban_t2{
	margin-bottom:1px;
	overflow:hidden;
	background-color:#fff;
	padding:10px 25px 0px 25px;
	overflow:hidden;
}
.muban_t2_fl{
	margin:0px 20px 10px 0px;
	overflow:hidden;
	font-size:18px;
	color:#c7000a;
	line-height:35px;
	float:left;
}
.muban_t2_fr{
	overflow:hidden;
	margin-bottom:10px;
}
.mubanform{
	overflow:hidden;
}
.mubanform input{
	outline:none;
	font-family:"微软雅黑";
}
.mbtxt{
	border:1px solid #d7d7d7;
	float:left;
	width:350px;
	line-height:34px;
	padding-left:10px;
}
.mbsub{
	background:url(../img/search.jpg) no-repeat center center;
	height:36px;
	width:69px;
	text-indent:-999px;
	border:none;
}

.mubanshow_con_id{
	overflow:hidden;
}
.mubanshow_con_id li{
	margin-bottom:25px;
	overflow:hidden;
}
.mubanshow_con_id li a{
	display:block;
	background-color:#fff;
	padding:5px;
}
.muban_img{
	overflow:hidden;
	height: 237px;
}
.muban_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
	margin-bottom:15px;
}
.muban_txt{
	padding:20px 15px;
	overflow:hidden;
}
.muban_txt p{
	float:left;
	color:#2e2e2e;
	font-size:16px;
    width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.muban_txt span{
	float:right;
	color:#6b6b6b;
}
.mubanshow_con_id li a:hover .muban_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.mubanshow_con_id li a:hover .muban_txt span{
	color:#c7000a;
}
.muban_t1_fr_2 ul{
	overflow:hidden;
	margin-bottom:10px;
}
.muban_t1_fr_2 li{
	float:left;
	margin:0px 20px;
}
.muban_t1_fr_2 li a{
	display:block;
	font-size:16px;
	color:#7d7d7d;
	line-height:35px;
}
.muban_t1_fr_2 li a:hover{
	color:#c7000a;
}

.pmenu{
	width:100%;
	border:1px solid #c7000a;
	overflow:hidden;
	/*display:none;*/
	padding: 15px;
	margin-bottom:10px;
}
.pmenu h3{
	float:left;
	font-weight:normal;
	margin-right:10px;
}
.pmenu h3 a{
	display: block;
	width:50px;
	line-height: 30px;
	background-color: #c7000a;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.pmenu li{
	overflow:hidden;
	text-align:center;
	margin: 0px 10px;
}
.pmenu li a{
	display:block;
	font-size:14px;
	color: #7d7d7d;
	line-height:30px;
}
.pmenu li a:hover{
	color:#c7000a;
}

/*服务*/
.servicehead{
	height:929px !important;
	position:relative;
	z-index:999;
}
.inner_service{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.service1{
	/*background:url(../images/service1bg.jpg) no-repeat center center;*/
	background-size:100% auto;
	width:100%;
	max-height:929px;
	padding:18% 0;
	overflow:hidden;
	position:absolute;
	top:0;
}
.service1_con{
	color:#fff;
	overflow:hidden;
}
.service1_con h3{
	font-size:48px;
	font-weight:bold;
	background:url(../img/title3.jpg) no-repeat bottom left;
	padding-bottom:30px;
	margin-bottom:25px;
}
.service1_con p{
	font-size:18px;
	line-height:30px;
	margin-bottom:50px;
}
.service1_con a{
	display:block;
	width:220px;
	line-height:51px;
	border:2px solid #fff;
	color:#fff;
	font-size:16px;
	text-align:center;
	border-radius:25px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.service1_con a:hover{
	background-color:#fff;
	color:#c7000a;
}

.service2{
	/*background:url(../img/service2bg.jpg) no-repeat center center;*/
	background-size:100% auto;
	width:100%;
	max-height:929px;
	padding:18% 0;
	overflow:hidden;
}
.service2_con{
	overflow:hidden;
}
.service2_con h3{
	color:#000;
	font-size:48px;
	font-weight:bold;
	background:url(../img/title3.jpg) no-repeat bottom right;
	padding-bottom:30px;
	margin-bottom:25px;
	text-align:right;
}
.service2_con p{
	font-size:18px;
	line-height:30px;
	margin-bottom:50px;
	color:#3c3c3c;
}
.service2_con a{
	display:block;
	width:220px;
	line-height:51px;
	font-size:16px;
	text-align:center;
	border-radius:25px;
	float:right;
	margin:0px 10px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.service2_con a.s1{
	border:2px solid #3c3c3c;
	color:#3c3c3c;
}
.service2_con a.s1:hover{
	background-color:#3c3c3c;
	color:#fff;
}
.service2_con a.s2{
	border:2px solid #3c3c3c;
	color:#fff;
	background-color:#3c3c3c;
}
.service2_con a.s2:hover{
	border:2px solid #3c3c3c;
	color:#3c3c3c;
	background-color:transparent;
}

.service3{
	/*background:url(../img/service3bg.jpg) no-repeat center center;*/
	background-size:100% auto;
	width:100%;
	max-height:929px;
	padding:18% 0;
	overflow:hidden;
}
.service3_con{
	color:#fff;
	overflow:hidden;
}
.service3_con h3{
	font-size:48px;
	font-weight:bold;
	background:url(../img/title3.jpg) no-repeat bottom left;
	padding-bottom:30px;
	margin-bottom:25px;
}
.service3_con p{
	font-size:18px;
	line-height:30px;
	margin-bottom:50px;
}
.service3_con a{
	display:block;
	width:220px;
	line-height:51px;
	border:2px solid #fff;
	color:#fff;
	font-size:16px;
	text-align:center;
	border-radius:25px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.service3_con a:hover{
	background-color:#fff;
	color:#c7000a;
}

.service4{
	/*background:url(../img/service4bg.jpg) no-repeat center center;*/
	background-size:100% auto;
	width:100%;
	max-height:929px;
	padding:18% 0;
	overflow:hidden;
}
.service4_con{
	overflow:hidden;
}
.service4_con h3{
	color:#000;
	font-size:48px;
	font-weight:bold;
	background:url(../img/title3.jpg) no-repeat bottom right;
	padding-bottom:30px;
	margin-bottom:25px;
	text-align:right;
}
.service4_con p{
	font-size:18px;
	line-height:30px;
	margin-bottom:50px;
	color:#3c3c3c;
}
.service4_con a{
	display:block;
	width:220px;
	line-height:51px;
	font-size:16px;
	text-align:center;
	border-radius:25px;
	float:right;
	margin:0px 10px;
	border:2px solid #3c3c3c;
	color:#3c3c3c;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.service4_con a:hover{
	background-color:#3c3c3c;
	color:#fff;
}


.service5{
	/*background:url(../img/service5bg.jpg) no-repeat center center;*/
	background-size:100% auto;
	width:100%;
	max-height:930px;
	padding:18% 0;
	overflow:hidden;
}
.service5_con{
	color:#fff;
	overflow:hidden;
}
.service5_con h3{
	font-size:48px;
	font-weight:bold;
	background:url(../img/title3.jpg) no-repeat bottom left;
	padding-bottom:30px;
	margin-bottom:25px;
}
.service5_con p{
	font-size:18px;
	line-height:30px;
	margin-bottom:50px;
}
.service5_con a{
	display:block;
	width:220px;
	line-height:51px;
	border:2px solid #fff;
	color:#fff;
	font-size:16px;
	text-align:center;
	border-radius:25px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.service5_con a:hover{
	background-color:#fff;
	color:#c7000a;
}


/*phone联系我们*/
.phone_box{
	display:none;
	margin-top:55px;
}
.pad_box li{
	margin-bottom:20px;
	overflow:hidden
}
.contact h3{
	font-size: 22px;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
    font-weight: normal;
}

.innermore{
	margin:20px auto;
	overflow:hidden;
	display:none;
}
.innermore a{
	display: block;
    width: 120px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    background-color: #e10314;
}
.innermore a:hover{
	box-shadow:inset 0 0 0 .2rem rgba(255, 255, 255, .4);
}

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}




@media(min-width:1350px) and (max-width:1500px)  {
    .container1{
        width:98%;
    }
}


@media (min-width:1280px) and (max-width:1500px){
    .container1{
        width:98%;
    }
}

@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .swiper-container{
        position:inherit !important;
    }
    header{
        height:auto !important;
    }
    .servicehead{
        height:auto !important;
    }
    .service1{
        position:inherit;
    }
    .container1{
        width:95%;
    }
    .footer_fl_txt{
        margin-top: 10px;
    }
    .footer_fl_txt span{
        font-size:20px;
    }
    .lianxi_3con dd img{
        width:95px;
        height:95px;
    }
    .main1box li{
        padding:0px 15px;
    }
    .pc_logo{
        display:none !important;
    }
    .phone_logo{
        display:block !important;
    }
    .inner_banner{
        position: initial !important;
        margin-top: 95px;
    }
    .iban_txt{
        top:28%;
    }
    .show_content img{
        display:block;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        height: auto;
    }
    .service1{
        padding:5% 0;
    }
    .service2{
        padding:5% 0;
    }
    .service3{
        padding:5% 0;
    }
    .service4{
        padding:5% 0;
    }
    .service5{
        padding:5% 0;
    }

    .banner{
        margin-top:79px;
    }
    .mouse-scroll{
        display:none;
    }
    .banner .owl-theme .owl-pagination{
        display:block !important;
    }
    .daohang{
        background-color:#fff;
        box-shadow:0px 0px 10px #ccc;
    }
    .home-case{
        padding:35px 0px;
    }
    .case_con{
        margin-top:5px;
    }
    #page2{
        padding:35px 0px 0px 0px;
    }
    #page4{
        padding:35px 0px 0px 0px;
    }
    #page5{
        padding:35px 0px 0px 0px;
    }
    #page6{
        padding:35px 0px 0px 0px;
    }
    .home-contacts{
        padding-bottom:35px;
    }
    .phone_box li{
        margin-bottom:0;
    }
    .lianxi_2{
        margin-bottom:0;
    }
    .lianxi_2con{
        margin-top:15px;
    }
    .hezuo_con{
        margin:35px 0px;
        overflow:hidden;
    }
    .lianxi_3con dd{
        margin-right:2px;
    }
    .footer_fl_txt {
        margin-top: 10px;
    }
    .footer_fl_txt span{
        font-size:24px;
    }
    .service-bar{
        display:none;
    }

    .clues{
        display: none;
    }
    .project_nav_b h3{
        font-size: 32px;
    }
    .project_nav_b p{
        height: 42px;
    }
    .project_con{
        margin-top: 0px;
    }
}


@media(max-width:768px) {

    .case_con_info li{
        padding:0px 15px;
    }
    .fuwu_con{
        margin-top:35px;
        background:none;
        height:auto;
    }
    .fuwu1_t{
        position:initial;
    }
    .fuwu2_b{
        position:initial;
        margin-top:12%;
    }
    .fuwu3_t{
        position:initial;
    }
    .fuwu1_b_l{
        left:29%;
    }
    .fuwu1_b_r{
        right:29%;
    }
    .fuwu3_b_l{
        left:31.5%;
    }
    .fuwu3_b_r{
        right:32.5%;
    }
    .pad_box{
        display:block;
    }
    .phone_box{
        display:none;
    }
    .pc_box{
        display:none;
    }
    .c_title{
        display:none;
    }
    .contact p span{
        font-size:16px;
    }
    .contact p{
        font-size:14px;
    }



    .iban_txt h3{
        font-size:20px;
    }
    .iban_txt p{
        font-size:14px;
    }
    .iban_txtpc img{
        max-width:40% !important;
    }
    .iban_txtpc p{
        margin-top:13px !important;
    }
    .about1_fls p{
        height:auto;
    }
    .about1_fl{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .about1_fr{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .about1_fr img{
        max-width:100%;
        width:auto;
        height:auto !important;
    }
    .profile1_fl{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .profile1_fr{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .kong span{
        display:none;
    }
    .team1{
        padding:50px 25px;
    }
    .team1_fl{
        margin-top:0;
    }
    .team3_fl{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .team3_fr{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .muban_t1_fr_1{
        float:none;
    }
    .muban_t1_fr_2 li{
        margin-left:0;
    }
    .indeximg3{
        margin: 53% 8% 0 8%;
    }
    .indeximg4{
        margin: 53% 8% 0 8%;
    }
    .indeximg5{
        margin: 53% 8% 0 8%;
    }
}




@media(max-width:700px) {
    .fuwu1{
        background:none;
        height:auto;
    }
    .fuwu1_t{
        margin-bottom:20px;
    }
    .fuwu1_t p{
        font-size:20px;
    }
    .fuwu1_b_l{
        position:initial;
        margin-bottom:20px;
    }
    .fuwu1_b_r{
        position:initial;
        margin-bottom:20px;
    }
    .fuwu3{
        background:none;
        height:auto;
        overflow:hidden;
    }
    .fuwu3_t{
        margin-bottom:20px;
    }
    .fuwu3_t p{
        font-size:20px;
    }
    .fuwu3_b_l{
        position:initial;
        margin-bottom:20px;
    }
    .fuwu3_b_r{
        position:initial;
        margin-bottom:20px;
    }
    .fuwu2{
        background:none;
        height:auto;
        overflow:hidden;
    }
    .fuwu2_t_l{
        position:initial;
        left:0;
        margin-bottom:20px;
    }
    .fuwu2_t_c{
        margin-bottom:20px;
    }
    .fuwu2_t_r{
        position:initial;
        right:0;
        margin-bottom:20px;
    }
    .fuwu2_t_l p{
        margin-bottom:10px;
    }
    .fuwu2_t_c p{
        margin-bottom:10px;
    }
    .fuwu2_t_r p{
        margin-bottom:10px;
    }
    .fuwu2_b{
        margin-top:0 !important;
    }
    .fuwu2_b p{
        font-size:20px;
    }
    .fuwu1{
        overflow:hidden;
    }
    .phone_box{
        display:block !important;
    }
    .pad_box{
        display:none !important;
    }
    .clues{
        display:none;
    }



    .iban_txt h3{
        margin-bottom:5px;
        padding-bottom:10px;
    }
    .contact1_fl_con2{
        border:none;
        padding-left:15px !important;
    }
    .conxq{
        margin-bottom:20px;
    }
    .conxq h3{
        font-size:16px;
    }
    .conxq p{
        font-size:14px;
    }
    .actcon{
        float:none;
        width:100%;
        margin-bottom:25px;
    }
    .actcon_frs{
        padding:25px;
    }
    .actcon_frs h3{
        font-size:20px;
    }
    .actcon_frs p{
        margin: 10px 0px;
    }
    .service1{
        background-size: cover !important;
        padding: 8% 0 !important;
    }
    .service2{
        background-size: cover !important;
        padding: 8% 0 !important;
    }
    .service3{
        background-size: cover !important;
        padding: 8% 0 !important;
    }
    .service4{
        background-size: cover !important;
        padding: 8% 0 !important;
    }
    .service5{
        background-size: cover !important;
        padding: 8% 0 !important;
    }
    .service1_con h3{
        font-size:16px;
        padding-bottom:10px;
        margin-bottom: 5px;
    }
    .service1_con p{
        font-size:14px;
        line-height:22px;
        margin-bottom:10px;
    }
    .service1_con a{
        line-height:26px;
        width:120px;
        font-size:14px;
    }
    .service2_con h3{
        font-size:16px;
        padding-bottom:10px;
        margin-bottom: 5px;
    }
    .service2_con p{
        font-size:14px;
        line-height:22px;
        margin-bottom:10px;
    }
    .service2_con a{
        line-height:26px;
        width:120px;
        font-size:14px;
    }
    .service3_con h3{
        font-size:16px;
        padding-bottom:10px;
        margin-bottom: 5px;
    }
    .service3_con p{
        font-size:14px;
        line-height:22px;
        margin-bottom:10px;
    }
    .service3_con a{
        line-height:26px;
        width:120px;
        font-size:14px;
    }
    .service4_con h3{
        font-size:16px;
        padding-bottom:10px;
        margin-bottom: 5px;
    }
    .service4_con p{
        font-size:14px;
        line-height:22px;
        margin-bottom:10px;
    }
    .service4_con a{
        line-height:26px;
        width:120px;
        font-size:14px;
    }
    .service5_con h3{
        font-size:16px;
        padding-bottom:10px;
        margin-bottom: 5px;
    }
    .service5_con p{
        font-size:14px;
        line-height:22px;
        margin-bottom:10px;
    }
    .service5_con a{
        line-height:26px;
        width:120px;
        font-size:14px;
    }
    .phone_box{
        display:block !important;
        margin-top: 30px;
    }
    .pad_box{
        display:none !important;
    }
    .project_con{
        padding:27px 0px;
    }
    .slide-descrition{
        margin-bottom:20px;
    }
    .radius-button{
        margin-bottom:40px;
    }
    .slide-title{
        font-size:24px;
        margin: 5% 0;
    }
}



@media(max-width:414px) {
    .caseshow_t1 a{
        padding-left:30px;
    }
    .news_t li{
        margin-right:15px;
    }
    .news_t li a{
        font-size:20px;
    }
    .inner_news{
        padding:40px 0px;
    }
    .inner_case{
        padding:40px 0px;
    }
    .show_title h3{
        font-size:18px;
    }
    .iban_txtpc{
        display:none;
    }
    .iban_txtphone{
        display:block;
        top:28%;
    }
    .iban_txtphone h3{
        margin-bottom:5px;
        padding-bottom:10px;
        font-size:20px;
    }
    .iban_txtphone p{
        font-size:14px;
    }
    .about2{
        padding:50px 20px;
        min-height:auto;
    }
    .about2 li span{
        float:none;
        display:block;
    }
    .about2 li p{
        float:none;
        font-size:20px;
    }
    .about1_fls{
        height:auto !important;
    }
    .about1_fls h3{
        font-size:20px;
        margin-bottom:10px;
        padding-bottom:15px;
    }
    .muban_t2_fl{
        float:none;
    }
    .mbtxt{
        width:230px;
    }
    #menu1 li{
        width: 90%;
        margin:8px 0px;
    }
    .index_title h3{
        font-size:26px;
    }
    .index_title p{
        font-size:16px;
    }
    .contact{
        margin-bottom:0;
    }
    .about_title{
        padding:20px 0px;
    }
    .about_title h3{
        font-size:24px;
    }
    .about_title p{
        font-size:16px;
    }
    .profile2_1{
        padding-left:15px;
        padding-right:15px;
    }
    .team3_frs{
        padding: 50px 45px;
    }
    .team3_frs p{
        margin-bottom:0px;
    }
    .case_t1_fl{
        float:none;
        margin-right:0;
        margin-bottom: 15px;
    }
    .case_t1_fr li{
        width:45%;
        margin: 0px 2.5% 10px 2.5%;
    }
    .case_t1_fr li a{
        font-size:14px;
    }
    .case_t2 p{
        float:none;
        width:100%;
        margin-bottom: 15px;
    }
    .case_t2_fr li{
        width:47%;
        margin-bottom:10px;
    }
    .case_t2_fr li a{
        padding: 0px 5px;
        font-size:14px;
    }
    .profile1_frs h3{
        font-size:20px;
    }
    .case_txt{
        padding:10px 5px;
    }
    .case_txt_l{
        float:none;
    }
    .case_txt_l h3{
        font-size: 16px;
        font-weight:normal;
        text-align:center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }
    .contact1{
        padding: 20px 10px 10px 10px;
        margin: 0px 15px;
    }
    .contact1_fl_title{
        margin-bottom:20px;
    }
    .contact1_fl{
        margin-bottom:0;
    }
    .news_t{
        margin-bottom:20px;
    }
    .newsshow{
        padding:20px;
        margin:0px 15px;
    }
    .muban_intro h3{
        font-size:24px;
    }
    .inner_muban{
        padding:40px 0px;
    }
    .caseshow_t{
        padding:25px 20px;
        margin: 0px 15px;
    }
    .caseshow_t1 h3{
        font-size:22px;
    }
    .caseshow_t1{
        margin-bottom:20px;
    }
    .case_txt_r{
        display:none;
    }
    .case_txt_l p{
        display:none;
    }
    .innermore{
        display:block;
    }
    .pagination{
        display:none;
    }
    .about1 a:hover img{
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    .about2 li .aboutp{
        font-size:16px;
    }
    .about2 li .aboutspan{
        font-size:20px;
    }
    .home-fuwu{
        background:#0d1337;
    }
    .menu1box{
        display:none;
    }
    .link-setion-text h3{
        font-size:20px;
    }
    .indeximg3{
        margin: 68% 8% 0 8% !important;
    }
    .indeximg4{
        margin: 68% 8% 0 8% !important;
    }
    .indeximg5{
        margin: 68% 8% 0 8% !important;
    }


    .case_con_title{
        display:none;
    }
    .index_title h3{
        font-size:28px;
        padding-bottom: 20px;
    }
    .index_title p{
        font-size:14px;
    }
    .index_title1 h3{
        font-size:28px;
        padding-bottom: 20px;
    }
    .index_title1 p{
        font-size:14px;
    }
    .contact h3{
        font-size:18px;
    }
    .project_nav_b h3{
        font-size: 22px;
        margin-top: 20px;
    }
    .project_nav_b p{
        height: 42px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .project_nav_b img{
        margin-bottom: 20px;
    }
    .xm_r h3{
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .container1{
        width: 98% !important;
    }
    .project_con li{
        padding: 0;
    }
}


@media(max-width:375px) {

}



.vertical-top .fp-tableCell {
	vertical-align: top;
}
.vertical-bottom .fp-tableCell {
	vertical-align:bottom;
}

#box{ 
	position:absolute; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#FFFFFF; 
	display:none; 
	left:0; 
	top:0;
	overflow-y:auto;
	overflow-x:hidden;
}
</pre></body></html>