@charset "utf-8";
.c_tt p{
	padding:8px 0px;
}
.top {
	width:1200px;
	height: 80px;
	margin: 0px auto;
}

.logo {
	float: left;
	width: 380px;
	margin-top: 15px;
}

.nav {
	float: left;
	margin:0px 40px;
}

.nav ul {
	float: left;
	width: 540px;
	height: 80px;
}

.nav ul li {
	float: left;
	width:105px;
	height: 80px;
	text-align:center;
	font-size: 14px;
	line-height: 80px;
}

.nav ul li a {
	float: left;
	width: 100%;
	height: 80px;
}

.nav ul li a:hover,
.nav_on{
	float: left;
	width: 100%;
	height: 80px;
	color:#379dff;
	background:url(../images/wiin.png) top no-repeat;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.tel{
	float: right;
	width: 200px;
	line-height:80px;
	text-align:right;
	color:#999;
}
.tel font{
	color:#333;
}
.banner,.banner img{
	width:100%;
	height: auto;
}
.title{
	width:600px;
	height: auto;
	margin:4% auto 2% auto;
	text-align:center;
	color:#999;
	line-height:140%;
}
.title p{
	font-size:24px;
	color:#222;
}
.about{
	width:1200px;
	height: auto;
	margin:0 auto;
}
.i_gstime {
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
    background-image: url('../images/bg8.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 97% 0px;
}

.i_gstime li {
    width: 24.8%;
    list-style: none;
    float: left;
	padding:20px 0px;
    text-align: center;
	border-left: 1px solid #ededed;
	margin:1% auto;
}

.i_gstime li p {
    font-size: 40px;
    
    line-height: 40px;
    color: #222222;
    margin: 0;
}

.i_gstime li i {
    font-size: 14px;
    line-height: 40px;
    color: #999999;
    font-style: normal;
    vertical-align: baseline;
    position: relative;
}

.i_gstime li em {
    font-size: 14px;
    color: #999999;
    font-style: normal;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.i_gstime li p:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    margin: 0;
}

.i_gstime li span {
    font-size: 40px;
    
    line-height: 40px;
    color: #222;
    margin: 0;
}
.about_btn{
	width:160px;
	height:46px;
	margin:0px auto;
	text-align:center;
	line-height:46px;
}
.about_btn a{
	float:left;
	width:160px;
	height:46px;
	background:#ecedef;
	margin-top:40px;
}
.about_btn a:hover{
	float:left;
	width:160px;
	height:46px;
	color:#fff;
	background:#379dff;
}
.service{
	width:1200px;
	height: auto;
	margin:0 auto;
}
.service_li{
	float:left;
	width:200px;
	height: auto;
	border:1px solid #ededed;
	margin:0px 10px;
	padding:9px;
}
.service img{
	float:left;
	width:100%;
	overflow:hidden;
}
.service p{
	float:left;
	padding:10px 0px;
	line-height:30px;
	width:100%;
	height:150px;
	font-size:12px;
	color:#777;
	overflow:hidden;
}
.service a{
	float:left;
	width:100%;
	line-height:40px;
	background:#ecedef;
	text-align:center;
	color:#777;
}
.service a:hover{
	float:left;
	width:100%;
	line-height:40px;
	color:#fff;
	background:#379dff;
}
.case{
	width:1200px;
	height: auto;
	margin:0 auto;
}
.view {
   width: 280px;
   height: 210px;
   margin: 10px;
   display:inline;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask{
   width: 280px;
   height: 210px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}

.view p {
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

.view-tenth img {
    -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-tenth .mask {
   background-color: rgba(255, 255, 255, 0.9);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   background: transparent;
   margin: 20% 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #222;
   font-weight:normal;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #999;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:12px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p{
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.a_b{
	width:100%;
	min-width:1200px;
	margin:5% auto;
	background:url(../images/sy.jpg) center no-repeat;
	background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
	background-size:100% 100%;
	padding:10% 0px;
	min-height:200px;
}
.a_n{
	width:40%;
	margin:0px auto;
	color:#fff;
	font-weight:bold;
	font-size:26px;
	text-align:center;
}
.a_b p{
	width:40%;
	margin:3% auto;
	color:#fff;
	text-align:center;
	line-height:180%;
    filter: alpha(opacity=78);
    -moz-opacity: 0.78;
    -khtml-opacity: 0.78;
    opacity: 0.78;
	
}
.a_btn{
	width:320px;
	height:40px;
	margin:0px auto;
	line-height:40px;
	text-align:center;
}
.a_btn a{
	float:left;
	width:140px;
	height:40px;
	color:#fff;
	margin:0px 10px;
	background:#379dff;
}
.a_btn a:hover{
	float:left;
	width:140px;
	height:40px;
	color:#fff;
	background:#5989f7;
}
.a_btn a.b{
	float:left;
	width:140px;
	height:40px;
	margin:0px 10px;
	color:#222;
	background:#fff;
}
.new{
	width:1200px;
	height: auto;
	margin:0 auto;
}
.new_class{
	width:330px;
	height:38px;
	line-height:38px;
	text-align:center;
	margin:0 auto;
}
.new_class a{
	float:left;
	width:100px;
	height:38px;
	margin:0px 5px;
}
.new_class a:hover,.new_class a.b:hover{
	float:left;
	width:100px;
	height:38px;
	margin:0px 5px;
	color:#fff;
	background:#379dff;
}
.new_class a.b{
	float:left;
	width:100px;
	height:38px;
	margin:0px 5px;
	background:#ecedef;
}
.new_ct{
	width:100%;
}
.new_li{
	width:96%;
	height:88px;
	padding:22px 2%;
	border-bottom:1px solid #ededed;
}
.new_rq{
	float:left;
	background: #f2f2f2;
    width: 88px;
    height: 68px;
	padding-top:20px;
	color:#999;
	line-height:26px;
	text-align:center;
	font-size:12px;
}
.new_rq font{
	font-size:22px;
	font-weight: bold;
}
.new_tex{
	float: right;
    width:1040px;
    height: 80px;
	color:#999;
	padding-top:8px;
	line-height:20px;
}
.new_tex font{
	display:none;
}
.new_tex p{
	padding-top:10px;
}
.customer{
	width:1200px;
	height: auto;
	margin:0 auto 5% auto;
}
.cu_logo{
	float:left;
	width:200px;
	height:70px;
	transform: translateY(0px);
}
.cu_logo:hover{
	float:left;
	width:200px;
	height:70px;
	transform: translateY(-4px);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.bottom {
	width: 100%;
	background-color: rgb(32, 32, 32);
	color: #999;
	min-width: 1200px;
	padding:4% 0px;
}
.bottom_ct{
	width:1200px;
	height: auto;
	margin:0 auto;
}
.bottom_lf{
	float:left;
	width:650px;
	border-right:1px solid #444;
}
.bottom_li{
	float:left;
	width:33.33%;
}
.bottom_li p,.bot_rgl p{
	float:left;
	width:100%;
	padding-bottom:8px;
	font-size:14px;
	line-height:28px;
	color:#999;
}
.bottom_li a{
	float:left;
	width:100%;
	overflow:hidden;
	color:#5a5a5a;
	line-height:28px;
	font-size:12px;
}
.bottom_rg{
	float: right;
	width: 460px;
}
.bot_rgl{
	float:left;
	width:60%;
	font-size:12px;
	line-height:28px;
	color:#5a5a5a;
}
.b_ewm{
	float: right;
	width:100px;
	margin-right:20px;
	text-align:center;
	font-size:12px;
	color:#5a5a5a;
}
.b_ewm img{
	width:100%;
	padding:5px;
	border:1px solid #444;
}
.foot{
	width: 100%;
	background-color: rgb(19, 19, 19);
	padding:15px 0px;
	line-height:18px;
	color:#5a5a5a;
	font-size:12px;
	min-width: 1200px;
}
.foot p{
	width:1200px;
	height: auto;
	margin:0 auto;
}
.foot a{
	color:#5a5a5a;
}
.case_sl{
	display:none;
}
/* 案例页banner */
.s_b{
	width:100%;
	min-width:1200px;
	margin:0 auto;
	background:url(../images/q85b.jpg) center no-repeat;
	background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
	background-size:100%;
	padding:6% 0px;
}
.s_n{
	width:40%;
	margin:0px auto;
	padding:0px 0px 20px 0px;
	color:#fff;
	font-size:24px;
	text-align:center;
}
.s_b p,.ss_b01 p,.s_bfw p{
	width:40%;
	margin:0px auto;
	color:#fff;
	text-align:center;
	line-height:180%;
    filter: alpha(opacity=78);
    -moz-opacity: 0.78;
    -khtml-opacity: 0.78;
    opacity: 0.78;
}
/* 服务banner */
.s_bfw{
	width:100%;
	min-width:1200px;
	margin:0 auto;
	background:url(../images/q85b.jpg) center no-repeat;
	background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
	background-size:100%;
	padding:6% 0px;
}
/* 新闻banner */
.ss_b01{
	width:100%;
	min-width:1200px;
	margin:0 auto;
	background:url(../images/sy.jpg) center no-repeat;
	background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
	background-size:100% 100%;
	padding:6% 0px;
}
/* 联系页banner */
.ss_b{
	width:100%;
	min-width:1200px;
	margin:0 auto;
	background:url(../images/hui.png) center no-repeat;
	background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
	background-size:100% 100%;
	padding:6% 0px;
}
.ss_n{
	background:url(../images/bg.png) center;
	width:800px;
	height:190px;
	margin:0px auto;
	padding:60px;
}
.ss_n p{
	width:95%;
	height:190px;
	color:rgb(255, 255, 255, 0.7);
	padding-right:5%;
	overflow-y:scroll;
	word-wrap: break-word;
}
/* 内页 */
.add{
	width:100%;
	padding:10px 0px;
	line-height:20px;
	border-bottom:1px solid #ededed;
}
.add01{
	width:100%;
	padding:10px 0px;
	line-height:20px;
	background:#f6f6f6;
}
.add_ct{
	width:1200px;
	margin:0px auto;
	font-size:12px;
	color:#999;
}
.c_case{
	width:1200px;
	height: auto;
	margin:3% auto;
}
.case_li{
	float: left;
	width: 300px;
    height: 260px;
}
.case_tl{
	float: left;
	width: 280px;
    height: 30px;
	padding:0px 10px 20px 10px;
	font-size:16px;
	text-align:center;
}

.view01 {
   width: 280px;
   height: 210px;
   margin: 10px;
   display:inline;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view01 .mask{
   width: 280px;
   height: 210px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view01 img {
   display: block;
   position: relative;
}

.view01 p {
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view-tenth01 img {
    -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-tenth01 .mask {
   background-color: rgba(55, 157, 255, 0.7);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth01 h2 {
   background: transparent;
   margin: 30% auto 0px auto;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #fff;
   font-weight: normal;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:26px;
}

.view-tenth01:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-tenth01:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth01:hover h2{
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   font-weight:normal;
}
.c_c{
	width:1200px;
	margin:0px auto;
}
.c_title{
	width:100%;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	padding:20px 0px;
}
.c_rq{
	width:100%;
	font-size:12px;
	line-height:30px;
	color:#999;
	text-align:center;
}
.c_jj{
	width:95.5%;
	padding:10px 2%;
	font-size: 12px;
    color: #868686;
	background: #F5F5F5;
	line-height:20px;
	border:1px solid #E5E5E5;
}
.c_tt{
	width:100%;
	line-height:24px;
	padding:2% 0px;
}
.c_p_fy{
	width: 100%;
	margin:50px auto;
	font-size:12px;
	color:#999;
}
.c_new{
	width: 100%;
	background:#ecedef;
}
.c_new_cl{
	width:1200px;
	height:52px;
	line-height:52px;
	text-align:center;
	margin:0 auto;
}
.c_new_cl a{
	float:left;
	width:160px;
	height:52px;
	margin:0px 5px;
}
.c_new_cl a:hover,.c_new_cl a.b:hover{
	float:left;
	width:160px;
	height:52px;
	margin:0px 5px;
	color:#fff;
	background:#379dff;
}
.c_new_cl a.b{
	float:left;
	width:160px;
	height:52px;
	margin:0px 5px;
}
.contact{
	width:100%;
	margin:3% auto 0px auto;
	background:#f9fbff;
}
.contact_ct{
	width:1200px;
	margin:0px auto;
	padding:5% 0px;
}
.con_lf{
	float:left;
	width:45%;
	line-height:24px;
}
.con_lf font{
	font-size:18px;
	margin-bottom:30px;
}
.con_rg{
	float: right;
	width:50%;
}
.con_rg img{
	width:100%;
}
.b_ewm01{
	float: left;
	width:100px;
	text-align:center;
	font-size:12px;
	color:#5a5a5a;
	margin-top:30px;
}
.b_ewm01 img{
	width:100%;
	padding:5px;
	border:1px solid #ddd;
}
.jjfa{
	width:1200px;
	margin:0px auto 6% auto;
}
.jjfa_li{
	float:left;
	width:280px;
	padding:10px;
}
.jjfa_img{
	float:left;
	width:280px;
	height:210px;
}
.jjfa_na{
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	overflow:hidden;
}
.jjfa_tt{
	float:left;
	width:100%;
	height:40px;
	line-height:20px;
	overflow:hidden;
	color:#777;
	font-size:12px;
}
.ser_b{
	width:100%;
	min-width:1200px;
	margin:0 auto;
	background:url(../images/hui.png) center no-repeat;
	background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
	background-size:100% 100%;
	padding:10% 0px;
}
.ser_p{
	width:80%;
	margin:0px auto;
	color:#fff;
	text-align:center;
	line-height:120%;
}
.ser_ct{
	width:100%;
	margin:5% auto 0px auto;
}
.ser_li{
	float:left;
	width:25%;
	text-align:center;
	color:#fff;
	line-height:26px;
}
.ser_li img{
	margin:0px auto;
}
.ser_li font{
	font-size:16px;
}
.mess{
	width:1000px;
	margin:3% auto 6% auto;
}
.mess_li{
	float:left;
	width:50%;
	height:42px;
	line-height:42px;
}
.lis{
	float:left;
	width:85%;
	height:40px;
	border:1px solid #ededed;
	border-radius:4px;
	line-height:40px;
	color:#777;
	outline:none;
	padding:0px 3%;
	background: none;
}
.mess_li a{
	float:left;
	width:50%;
	height:40px;
	background:#34a2ff;
	border-radius:4px;
	color:#fff;
	text-align:center;
	margin-top:20px;
}
.mess_li a:hover{
	float:left;
	width:50%;
	height:40px;
	background:#ed3c46;
	border-radius:4px;
	color:#fff;
}
/* mob */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.mnav_cont {
    width: 200px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    overflow: scroll;
}

.mnav_lists>div {
    width: 100%;
    text-align: center;
}

.mnav_lists>div a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 18px 0;
    color: #000;
}

.mnav_colse {
    width: calc(100% - 190px);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
}

.open_mnav {
    display: none;
    float: right;
    margin: 14px 4px;
    cursor: pointer;
}
.tijiao{
	border: none;
	float:left;
	width:50%;
	height:40px;
	background:#c93332;
	border-radius:4px;
	color:#fff;
	text-align:center;
	margin-top:20px;
}
.tijiao:hover{
	float:left;
	width:50%;
	height:40px;
	background:#ef4b4a;
	border-radius:4px;
	color:#fff;
}
.mob-fixed {

	display: none;

}
#dangqian{
	float:left;
	height:52px;
	margin:0px 0px;
	color:#fff;
	background:#379dff;
}
@media screen and (min-width:200px) and (max-width:800px)
{
		.mob-fixed {

		width: 100%;

		position: fixed;

		width: 100%;

		background:#302f3d;

		bottom: 0;

		left: 0;

		display: flex;

		z-index: 50;

	}

	.mob-cwx {
		width: 100%;
		text-align: center;
	}

	.mob-ctel {
		width: 100%;

		background:#302f3d;
		text-align: center;
	}



	.mob-cwx a {
		width: 100%;
		display: inline-block;
	}



	.mob-ctel a {

		display: inline-block;

	}

	.cont-wx {
		margin: 4px auto 0;
	}

	.cont-wx img {
		margin: 0 auto;
	}



	.cont-title1 {
		font-size: 12px;
		color: #fff;
		padding-bottom: 8px;
	}
	.open_mnav {
        display: block;
    }
	.nav {
		display: none;
	}
.top {
	width: 94%;
	height:60px;
	margin: 0px auto;
}	
.logo {
	float: left;
	width: auto;
	height:36px;
	margin-top: 12px;
}
.logo img{
	height:36px;
}
.title{
	width:94%;
	height: auto;
	margin:4% auto 2% auto;
	text-align:center;
	color:#999;
	line-height:180%;
}
.tel{
	display:none;
}
.about,.service,.case,.new{
	width:94%;
	height: auto;
	margin:0 auto;
}
.service_li{
	float:left;
	width:90%;
	height: auto;
	border:1px solid #ededed;
	margin:0px 0px 3% 0px;
	padding:5%;
}
.i_gstime li {
    width: 50%;
    list-style: none;
    float: left;
	padding:20px 0px;
    text-align: center;
	border-left: none;
	margin:2% auto;
}
.view {
   width:46%;
   height: auto;
   margin: 2%;
   display:inline;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask{
	display:none;
}
.a_b{
	width:100%;
	min-width: inherit;
	margin:5% auto;
	background:url(../images/sy.jpg) center no-repeat;
	background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
	background-size:100% 100%;
	padding:10% 0px;
	min-height:200px;
}
.a_n{
	width:80%;
	margin:0px auto;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.a_b p{
	width:80%;
	margin:3% auto;
	color:#fff;
	text-align:center;
	line-height:180%;
    filter: alpha(opacity=78);
    -moz-opacity: 0.78;
    -khtml-opacity: 0.78;
    opacity: 0.78;
	
}
.cu_logo {
    float: left;
    width: 25%;
    height: auto;
    transform: translateY(0px);
}
.cu_logo:hover{
	float:left;
	 width: 25%;
    height: auto;
	transform: translateY(-4px);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.customer{
	width:100%;
	height: auto;
	margin:0 auto 5% auto;
}
.bottom {
	width: 100%;
	background-color: rgb(32, 32, 32);
	color: #999;
	min-width: inherit;
	padding:5% 0px;
}
.bottom_ct{
	width:100%;
	height: auto;
	margin:0 auto;
}
.bottom_lf{
	display:none;
}
.bottom_rg {
    float:left;
	width:94%;
	padding:3%;
}
.foot {
    width: 100%;
    font-size: 12px;
    min-width: inherit;
}
.foot p{
	width:94%;
	height: auto;
	margin:0 auto;
}
.i_gstime li span {
    font-size: 26px;
    
    line-height: 40px;
    color: #222;
    margin: 0;
}
.about_btn a{
	float:left;
	width:160px;
	height:46px;
	background:#ecedef;
	margin:30px 0px;
}
.new_class {
    width:90%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
}
.new_class a{
	float:left;
	width:30%;
	height:38px;
	margin:0px 1.65%;
}
.new_class a:hover,.new_class a.b:hover{
	float:left;
	width:30%;
	height:38px;
	margin:0px 1.65%;
	color:#fff;
	background:#379dff;
}
.new_class a.b{
	float:left;
	width:30%;
	height:38px;
	margin:0px 1.65%;
	background:#ecedef;
}
.new_li{
	width:96%;
	height:110px;
	padding:22px 2%;
	overflow:hidden;
	border-bottom:1px solid #ededed;
}
.new_tex {
    float: left;
    width:100%;
    height:110px;
    color: #999;
	overflow:hidden;
    padding-top: 8px;
    line-height: 20px;
}
.new_rq{
	display:none;
}
.new_rq font{
	font-size:22px;
	font-weight: bold;
}

.new_tex p{
	padding-top:10px;
}
.new_tex font{
	font-size:12px;
	display: block;
}
.c_case {
    width: 100%;
    height: auto;
    margin: 3% auto;
}
.s_b,.ss_b01{
	min-width: 0px;
	 background-size: 100% 100%;
}
.s_n {
    width: 80%;
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.s_b p, .ss_b01 p, .s_bfw p,.ss_b01 p{
    width: 70%;
    margin: 0px auto;
    color: #fff;
	font-size:12px;
    text-align: center;
    line-height: 140%;
    filter: alpha(opacity=78);
    -moz-opacity: 0.78;
    -khtml-opacity: 0.78;
    opacity: 0.78;
}
.add_ct {
    width: 94%;
    margin: 0px auto;
}
.case_sl{
	display:block;
	width: 100%;
	line-height:20px;
	height:20px;
	overflow:hidden;
	
}
.view-tenth img {
	-webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    -ms-transition:none;
    transition: none;
}
.case_li {
    float: left;
    width:50%;
    height: auto;
} 
.view01 {
   width:90%;
   height: auto;
   margin: 5%;
   display:inline;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.case_tl {
    float: left;
    width: 90%;
    height: 20px;
	line-height:20px;
	overflow:hidden;
	text-align:center;
    padding: 0px 5%;
    font-size: 14px;
}
.ss_b,.ser_b{
	min-width: 0px;
}
.ss_n {
    background: url(../images/bg.png) center no-repeat;
    width: 60%;
    height: 190px;
    margin: 0px auto;
    padding: 10%;
}
.contact_ct{
	width:94%;
	margin:0px auto;
	padding:5% 0px;
}
.con_lf{
	float:left;
	width:100%;
	line-height:24px;
}

.con_rg{
	float: left;
	width:100%;
}
.c_c{
	width:90%;
	height: auto;
	margin:0 auto;
}
.c_new_cl{
	width:100%;
	height: auto;
	line-height:52px;
	text-align:center;
}
.c_new_cl a{
	float:left;
	width:33%;
	height:52px;
	margin:0px 0px;
	
}
.c_new_cl a:hover,.c_new_cl a.b:hover{
	float:left;
	width:33%;
	height:52px;
	margin:0px 0px;
	color:#fff;
	background:#379dff;
}

.c_new_cl a.b{
	float:left;
	width:33%;
	height:52px;
	margin:0px 0px;
}
.jjfa{
	width:100%;
}
.jjfa_li {
    float: left;
    width: 46%;
    padding: 2%;
}
.jjfa_img {
    float: left;
    width: 100%;
    height: auto;
}
.ser_li {
    float: left;
    width: 50%;
    text-align: center;
    color: #fff;
	font-size:12px;
	margin-bottom:20px;
    line-height: 20px;
}
.ser_li font {
    font-size: 14px;
}
.mess {
    width:90%;
    margin: 3% auto 10% auto;
}
}
.honor{
     width:1200px;
    text-align: center;
	margin:3% auto 0px auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    overflow: hidden;
}

.swiper-button-prev {
    width:47px; height:50px; 
	background-image:url(../images/an.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none;
    left: 0;
}

.swiper-button-next {
    width:47px; height:50px; 
	background-image:url(../images/an1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none;
    right: 0;
}
.sss_li{ margin:10px; float:left; _display:inline; overflow:hidden; text-align:center;}
.sss_li .pic{
	background:#f6f6f6;
    
    text-align:center; width:279px; height:279px;display:table-cell;
	vertical-align:middle;
    cursor: default;}
.sss_li .pic img{ display:block;max-width: 100%;
	max-height:100%;
    cursor: pointer;
	margin: 0px auto;}
.sss_li .stitle{ width:279px; line-height:20px; background: #f3f3f3; padding:10px 0px; height:40px; overflow:hidden;}
.c_n{
	width:1200px;
	margin:3% auto;
}
.cont_rtop{
	width: 100%;
	padding:0px 0px 2% 0px;
}
.cont_rtopl{
    width:450px;
	margin:20px auto;
}

.cont_rtopr{
    width: 700px;
    float: right;
}
.jqzoom {
    border: none;
    padding: 0px;
    margin: 0px;
	width:450px;
	height:450px;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
	
}
.jqzoom img{
	max-width: 100%;
	max-height:100%;
    cursor: pointer;
	margin: 0px auto;
	display:block;
}

.zoomdiv {
    z-index:3;
    position: absolute;
    top: 0px;
    left: 0px;
    width:450px;
    height:450px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
}

/*图片小图预览列表*/
.spec-preview {
   width: 450px;
    height:450px;
    border: 1px solid #DFDFDF;
	background:#fff;
}

.spec-scroll {
    clear: both;
    margin-top: 5px;
    width:450px;
}

.spec-scroll .prev {
    float: left;
    margin-right: 4px;
}

.spec-scroll .next {
    float: right;
}

.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 20px;
    height: 88px;
    line-height: 88px;
    border: 1px solid #CCC;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 400px;
    height: 90px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 90px;
}

.spec-scroll .items ul li {
    float: left;
    width:101px;
    text-align: center;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 84px;
    height:84px;
}

.spec-scroll .items ul li img:hover {
    border: 2px solid #FF6600;
    padding: 1px;
}
.c_t1{
    font-size: 26px;
	font-weight: bold;
    color: #242424;
    padding: 10px 0 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.c_t2{
    font-size: 14px;
    color: #999;
    padding: 0 0 20px;
}

.c_btn1{
	width:150px;
	height:38px;
	line-height:38px;
	text-align:center;
	padding: 15px 0;
}
.c_btn1 a{
	float:left;
	width:100%;
	height:38px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-moz-box-shadow: rgba(185,221,255,0.2) 10px 10px 20px 5px;
    -webkit-box-shadow: rgba(185,221,255,0.2) 10px 10px 20px 5px;
    box-shadow: rgba(185,221,255,0.2) 10px 10px 20px 5px;
    background-color: #379dff;
	color:#fff;
}
.c_btn1 a:hover{
	float:left;
	width:100%;
	height:38px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-moz-box-shadow: rgba(153,153,153,0.2) 10px 10px 20px 5px;
    -webkit-box-shadow: rgba(153,153,153,0.2) 10px 10px 20px 5px;
    box-shadow: rgba(153,153,153,0.2) 10px 10px 20px 5px;
    background-color:#01bbd4;
	color:#fff;
}
.fgx{
	width:100%;
	border-bottom:1px solid #379dff;
}
.fgx_t{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	height:40px;
	width:100px;
	line-height:40px;
	background: #379dff;
}
.s_banner {
	width: 100%;
	height: auto;
}
@media screen and (min-width:200px) and (max-width:800px)
{
.honor {
    display: flex;
    justify-content: space-between;
	 width: 100%;
    margin: 0 auto;
}
.sss_li{ width: 90%;
        margin: 1px 5%;}
.sss_li .pic{width:80%; text-align:center; height: auto;
padding:0px 10%;display: block;}
.sss_li .pic img{ width:100%; height: auto; display:block; margin:0px; }
.sss_li .stitle{ width:100%;line-height:24px; background: #f3f3f3; padding:10px 0px;}
.c_n {
    width:94%;
    margin: 3% auto;
}

.cont_rtop,.c_tt,.c_p_fy{
	width: 94%;
	padding:2% 3%;
}
.cont_rtopl {
    width: 100%;
    float: left;
}
.cont_rtopr {
     width: 100%;
    float: left;
}
.spec-preview {
     width: 100%;
    height: auto;
    border: 1px solid #DFDFDF;
    background: #f5f9fe;
}
.jqzoom {
    border: none;
    padding: 0px;
    margin: 0px;
	width:100%;
	height: auto;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
	
}
.spec-scroll {
    clear: both;
    margin-top: 5px;
   width:100%;
}
.spec-scroll .items {
    float: left;
    position: relative;
   width:85%;
    height: 60px;
    overflow: hidden;
}
.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 60px;
}

.spec-scroll .items ul li {
    float: left;
    width:65px;
    text-align: center;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 52px;
    height:52px;
}
.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 5%;
    height: 56px;
    line-height: 56px;
    border: 1px solid #CCC;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}
.view-tenth01 .mask {
	display:none;
}


}
