﻿/*兼容IOS 差异*/
*{
	-webkit-text-size-adjust: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],

button{
	-webkit-appearance: none;
}

/*------------------------*/

body, dd, dl, form, 
h1, h2, h3, h4, h5, h6, 
input, ol, select, textarea, th, ul {
	margin: 0;padding: 0;
}
ul{
	list-style: none;
}
img{
	max-width: 100%;
	border:0;
}
body{
	font-size:12px;
	min-width: 1200px;
	overflow-x: hidden;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
.fr{
	float:right;
}
.fl{
	float:left;
}
.f-r{
	float:right;
}
.f-l{
	float:left;
}
.after:after{
	content: '';
	display: block;
	clear: both;
}
.clear{
	clear:both;
	margin:0px;
	padding:0px;
	list-style:none;
}
.jz{
	text-align:center;
	margin:auto;
}
.this_1200{
	margin:auto;
	width:1200px;
}
.this_1230{
	margin:auto;
	width:1230px;
}
.this_1400{
	margin:auto;
	width:1400px;
}
.this_1650{
	margin:auto;
	width:1650px;
}
.mr-0{
	margin-right: 0px!important;
}

/*头部*/
#header{
	height: 75px;
	width: 100%;
	position: fixed;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 3px 4px rgba(0,0,0,0.18);
}
#header .logo{
	float:left;
	margin-left: 40px;
}
#header .logo div{
	width: 216px;
	height: 75px;
	display: table-cell;
	vertical-align: middle;
}
#header .logo img{
	width: 100%;
	vertical-align: middle;
}
#header .phone{
	float:right;
	height: 75px;
	line-height: 75px;
	padding:0 30px;
	background-image: url(../images/phone_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: '微软雅黑';
}
#nav{
	float:right;
	height: 75px;
	margin-right: 40px;
}
#nav li{
	width: 100px;
	float:left;
	text-align: center;
}
#nav_active{
	border-bottom: 2px solid #018BD4;
}
#nav li a{
	color: #000;
	font-size: 15px;
	line-height: 75px;
	font-weight:bold;
	font-family:"微软雅黑";
	letter-spacing: 2px;
}
#nav li a:hover {
    color: #008bd5;
}
#nav-active a{
	color: #008bd5!important;
}
#header>.nav-list{
	background-color: #fff;
	padding:20px 10px;
	border-top: 1px solid #f1f2f4;
	display: none;
	height: 170px;
}
#header>.nav-list .list{
	position: relative;
}
#header>.nav-list .list>li{
	background-color: #fff;
	position: absolute;
	top: 0;
	/*display: none;*/
}
#header>.nav-list .list li .left{
	float:left;
	width: 69%;
}
#header>.nav-list .list li .left .img{
	float:left;
	font-size: 0;
	max-width: 50%;
}
#header>.nav-list .list li .left .img img{
	max-width: 100%;
}
#header>.nav-list .list li .left .text{
	padding: 10px;
	margin-left: 20px;
	float:left;
	width: 50%;
	line-height: 30px;
	font-size: 14px;
	font-family: '微软雅黑';
	color: #333;
}
#header>.nav-list .list li .right{
	float:right;
	width: 29%;
	margin-left: 1%;
}
#header>.nav-list .list li .right ul{
	padding: 0 30px 0 10px;
	margin-bottom: 10px;
	float:left;
	border-left: 1px solid #f1f2f4;
}
#header>.nav-list .list li .right li{
	margin-bottom: 10px;
}
#header>.nav-list .list li .right li a{
	color: #005BAC;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: '微软雅黑';
}

#left{
	width: 81px;
    padding: 10px;
    position: fixed;
    right: 35px;
    top: 350px;
    z-index: 999;
    background: #fff;
    border: 1px solid #00a4ff;
    border-radius: 6px;
}

#left .title{
	position: absolute;
    left: -7px;
    top: -124px;
    width: 116px;
    height: 130px;
    line-height: 49px;
    padding-top: 80px;
    font-size: 16px;
    color: white;
    text-align: center;
}
#left .title img{
	position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: auto;
}
#left a{
	text-decoration: none;
    margin-top: 10px;
    display: block;
    position: relative;
}

#left .qq-item .qq-img{
	width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
}
#left .qq-item .qq-name{
	font-size: 14px;
    color: #888787;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
}
#left .qq-item .qq-img:hover{
	border: 1px solid #00a4ff;
}
#left .qq-item .qq-img img{
	width: 60px;
	height: 60px;
}
#left .da{
	position: absolute;
    width: 130px;
    top: -33px;
    left: -160px;
    display: none;
    transition: all 0.3s;
    max-width: none;
}
#left .ew:hover .da{
	display: block;
}

#banner{
	position: relative;
	font-size: 0;
	z-index: 998;
}
.banner-title{
	width: 100%;
	position: absolute;
	top: 0px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
#banner h1{
	margin-top: 81px;
	padding: 20px 0;
	padding-top: 0px;
	font-weight: normal;
	font-size: 26px;
	font-family: '微软雅黑';
}
.banner-xian{
	width: 50px;
	height: 1px;
	background-color: #fff;
	margin:auto;
}
/*首页关于金航*/
#main .about{
	background-repeat: no-repeat;
	position: relative;
	text-align:center;
	background-attachment: fixed;
	background-size: cover;
}
#main .about .title{
	position: relative;
	height: 100%;
	padding: 40px 0px 40px 0px;
}
#main .s_bt_e{
	font-family:Arial;
	color: #999999;
	font-size:14px;
}
#main .s_bt_c{
	font-family:"微软雅黑";
	color: #000000;
	font-size:30px;
}
#main .s_bt_r{
	font-family:"微软雅黑";
	color: #008bd5;
	font-size:30px;
}
#main .s_about_x{
	font-family:"微软雅黑";
	color: #000000;
	font-size:32px;
	line-height:32px;
	margin-bottom:40px;
}
#main .s_about_nr p{
	font-family:"宋体";
	color: #000000;
	font-size:14px;
	line-height:30px;
}
#main .about .more{
	position: relative;
	padding: 40px;
	text-align: center;
}
#main .about .more a{
	width: 195px;
	height: 35px;
	display: inline-block;
	border:2px solid #008BD6;
	line-height: 35px;
	font-size: 14px;
	color: #000000;
	border-radius:8px;
}
#main .about .more a:hover{
	border:2px solid #008BD6;
	background:#008BD6;
	line-height: 35px;
	font-size: 14px;
	color: #ffffff;
	border-radius:8px;
	transition: all 0.3s; 
}

/*首页分类*/
#main .list{
	width:100%;
}
#main .list_1{
	width:25%;
	float:left;
	text-align:center;
	position: relative;
}
#main .list_1 .img{
	font-size: 0;
}
#main .list div{
	transition: all 0.3s;
}
#main .list>div:hover{
	transform: scale(1.05);
	z-index: 998;
	box-shadow: 0 10px 30px 0 rgba(84, 84, 84, 0.5);
}
#main .bz img{
	width:438px;
	margin-top:10px;
	margin-bottom:40px;
}
#main .zi1{
	position: absolute;
	top: 40%;
	width:100%;
	font-size:18px;
	line-height:30px;
	color:#ffffff;
	font-family:"微软雅黑";
	min-height:140px;
	max-height:140px;
	overflow: hidden;
}
#main .zi2{
	position: absolute;
	top: 70%;
	width:100%;
	font-size:16px;
	line-height:15px;
	color:#ffffff;
	font-family:"微软雅黑";
}
#main .list_more{
	position: absolute;
	top: 80%;
	width:100%;
	text-align: center;
	font-family:"微软雅黑";
}
#main .list_more a{
	width: 98px;
	height: 33px;
	display: inline-block;
	background:#ffffff;
	border:2px solid #dddddd;
	line-height: 35px;
	font-size: 14px;
	color: #aaaaaa;
	border-radius:25px;
}
#main .list_more a:hover{
	border:2px solid #008BD6;
	background:#008BD6;
	line-height: 35px;
	font-size: 14px;
	color: #ffffff;
	border-radius:8px;
	transition: all 0.3s; 
}


/*首页新闻*/
#main .news{
	width:100%;
	overflow: hidden;
	border-bottom:1px solid #D4D4D4;
	padding-bottom: 40px;
}
#main .news>div>.title{
	position: relative;
	height: 100%;
	text-align:center;
	padding: 0px 0px 15px 0px;
}

#main .news .content .left{
	width: 35%;
}
#main .news .content .right{
	margin-left: 5%;
	width: 60%;
}
#main .news .content .right .time{
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #f1f2f4;
	display: none;
}
#main .news .content .right .time p:first-child{
	font-size: 20px;
	color: #005BAC;
	margin: 0;
	margin-top: 13px;
	font-weight: bold;
}
#main .news .content .right .time p:first-child+p{
	color: #333;
	font-weight: bold;
}
#main .news .content .right li{
	border-bottom:1px solid #f1f2f4;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#main .news .content .right .title{
	width: 100%;
}
#main .news .content .right .title p:first-child{
	font-size: 20px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: bold;
}
#main .news .content .right .title p:first-child+p{
	color: #333;
	font-size: 14px;
}
/*首页典型客户*/
#main .dxkh .title{
	position: relative;
	height: 100%;
	text-align:center;
	padding: 40px 0px 45px 0px;
}
#main .dxkh .pre{
	width: 48px;
	height: 96px;
	background: url(../images/s_jt_l.png) no-repeat;
	float:left;
	opacity: 0.3;
	margin-top:70px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
#main .dxkh .next{
	width: 48px;
	height: 96px;
	background: url(../images/s_jt_r.png) no-repeat;
	cursor: pointer;
	float:right;
	margin-top:70px;
}
#main .dxkh .mask{
	width: 1030px;
	float:left;
	overflow: hidden;
	margin-left: 35px;
	margin-right: 35px;
}
#main .dxkh .package{
	position: relative;
	left: 0px;
}
#main .dxkh .cooperation-list{
	width: 1030px;
	float:left;
}
#main .dxkh .cooperation-list li{
	float:left;
	width: 196px;
	height: 94px;
	margin-bottom: 50px;
	border:1px solid #cccccc;
	margin-right:10px;
	text-align: center;
}
#main .dxkh .cooperation-list li div{
	display: table-cell;
	vertical-align: middle;
	width: 196px;
	height: 94px;
}
#main .news .cooperation-list li img{
	width: 100%;
	float:left;
}

/*底部*/
#footer{
	background:#636365;
	overflow: hidden;
	padding:20px 0px 40px 0px;
}
#footer .footer_l{
	width:216px;
	margin-top:58px;
	overflow: hidden;
	text-align:center;
	float:left;
}
#footer .footer_l_z{
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	margin-top:25px;
	font-family:"微软雅黑";
}
#footer .footer_l_z a{
	color:#d6d6d6;
	text-decoration:none;
}
#footer .footer_l_z a:hover{
	color:#ffffff;
	transition: all 0.3s;
	text-decoration:none;
}
#footer .footer_z{
	float:left;
}
.footer_z_z{
	margin-left:70px;
	float:left;
}
#footer .footer_bt{
	font-size:15px;
	color:#ffffff;
	margin-bottom:15px;
	font-family:"微软雅黑";
}

#footer .footer_nr li a{
	font-size:13px;
	color:#d6d6d6;
	font-family:"微软雅黑";
	line-height:30px;
	text-decoration:none;
}
#footer .footer_nr li a:hover{
	color:#ffffff;
	transition: all 0.3s;
	text-decoration:none;
}
#footer .footer_r{
	float:left;
	width:100px;
	margin-top:30px;
	margin-left:74px;
	overflow: hidden;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	font-size:12px;
	font-family:"微软雅黑";
}

/*底部版权信息*/
#bq{
	font-size:14px;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	overflow: hidden;
	background:#333333;
	font-family:"微软雅黑";
}
#bq a{
	color:#ffffff;
	text-decoration:none;
}


/*产品介绍页*/
.top{
	border-bottom: 1px solid #f1f2f4;
	padding: 20px 0 10px 0;
}
.main-top-title{
	font-size: 30px;
	font-family: '微软雅黑';
	text-align: center;
	padding: 10px;
	color: #003D97;
}
.main-top-xian{
	height: 2px;
	background-color: #003D97;
	width: 40px;
	margin:auto;
}
.main-top-list {
	text-align: center;
	padding: 20px 0px;
}
.main-top-list a{
	display: inline-block;
	padding: 7px 10px;
	min-width: 100px;
	border:1px solid #d4d5d8;
	/*border-radius: 20px; */
	margin-left: 20px;
	color: #333;
	font-family: '微软雅黑';
	font-size: 14px;
	transition: all 0.5s;
}
.main-top-list-active{
	background-color: #2196f3!important;
	color: #fff!important;
	border:1px solid #2196f3!important;
}
.main-top-list a:hover{
	background-color: #2196f3;
	color: #fff;
	border:1px solid #2196f3;
}
.main-list>li{
	padding: 30px 0;
	position: relative;
	border-bottom: 1px solid #f1f2f4;
}
.main-list>li .left{
	float:left;
	font-size: 0px;
	transition: opacity .5s;
	width: 340px;
}
.main-list>li .left:hover{
	opacity: 0.7;
}
.main-list>li .right{
	margin-left: 380px;
	font-family: 'Arial';
}
.main-list>li .right .title{
	font-size: 20px;
	margin:20px 0;
	font-weight: bold;
	color: #003D97;
	display: inline-block;
}
.main-list>li .right .title:hover a{
	color: red;
}
.main-list>li .right .text{
	line-height: 25px;
	font-size: 14px;
	color: #666;
}
.main-list>li .right .btn{
	position: absolute;
	bottom: 30px;
}
.main-list>li .right .btn a{
	display: block;
	padding: 10px 30px;
	margin-right: 20px;
	float:left;
	border:1px solid #ddd;
	/*border-radius: 20px;*/
	transition: all 0.5s;
}
.main-list>li .right .btn a:hover{
	background-color: #2196f3;
	color: #fff;
	border:1px solid #2196f3;
}
/*产品介绍内页*/
.main-content{
	padding: 10px 0;
}
.try-btn-active{
	background-color: #2196f3!important;
	color: #fff!important;
	border:1px solid #2196f3!important;
}
#history-go{
	padding: 20px 0;
	text-align: right;
}
#history-go a{
	font-size: 14px;
	font-family: '微软雅黑';
	color: #666;
}
/*产品申请试用页*/
.main-try-content{
	padding: 10px 0;
	font-family: '微软雅黑';
}
.main-try-content .try-form-introduce{
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 20px 0;
}
.main-try-content table{
	margin:auto;
	color: #666;
}
.main-try-content table tr td{
	padding-top: 15px;
}
.main-try-content table tr td:first-child{
	text-align: right;
	padding-right: 20px;
	font-size: 13px;
}
.main-try-content table tr input{
	width: 300px;
	display: inline-block;
	border:1px solid #ddd;
	padding: 5px;
	color: #666;
	font-size: 14px;
}
.main-try-content table tr textarea{
	width: 400px;
	display: inline-block;
	border:1px solid #ddd;
	padding: 5px;
	color: #666;
	font-size: 14px;
	font-family: '微软雅黑';
}
.main-try-content table tr input[type="radio"]{
	width: auto;
}
.main-try-content table tr td:first-child span{
	color: red;
}
.main-try-content table tr td:first-child input[type="submit"]{
	color: red;
}
.main-try-content table tr td input[type="submit"]{
	display: block;
	padding: 10px 30px;
	margin-right: 20px;
	float:left;
	/*border-radius: 20px;*/
	transition: all 0.5s;
	font-size: 14px;
	cursor: pointer;
	width: auto;
	background-color: #fff;
}
.main-try-content table tr td input[type="submit"]:hover{
	background-color: #2196f3!important;
	color: #fff!important;
	border:1px solid #2196f3!important;
}
.main-try-content table tr td input[type="reset"]{
	display: block;
	padding: 10px 30px;
	margin-right: 20px;
	float:left;
	/*border-radius: 20px;*/
	transition: all 0.5s;
	font-size: 14px;
	cursor: pointer;
	width: auto;
	background-color: #fff;
}
.main-try-content table tr td input[type="reset"]:hover{
	background-color: #2196f3!important;
	color: #fff!important;
	border:1px solid #2196f3!important;
}

/*解决方案页*/
.main-solution-list{
	padding: 10px;
}
.main-solution-list li{
	width: 25%;
	float:left;
	position: relative;
	overflow: hidden;
	font-size: 0px;
}
.main-solution-list li img{
	width: 100%;
}
.main-solution-list li .title{
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
	height: 100%;
	font-size: 16px;
	color: #fff;
	transition: bottom 0.5s;
}
.main-solution-list li .title div{
	position: absolute;
	top: 50%;
	width: 100%;
}
.main-solution-list li .title div p{
	font-family: 'Microsoft Yahei';
	font-size: 20px;
}
.main-solution-list li .title div p:first-child{
	font-size: 18px;
	line-height: 40px;
	margin: 0;
}
/*解决方案内页*/
.solution-view-title{
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 30px 0;
	font-family: 'Microsoft Yahei';
	font-size: 25px;
	color: #333;
}
.solution-view-content{
	padding: 10px 0;
}

/*成功案例页面*/
.main-case-list{
	padding: 20px 0;
}
.main-case-list li:first-child img{
	display: inline-block;
	font-size: 0;
	border:1px solid #f1f2f4;
	margin-left: 18px;
	margin-bottom: 18px;
}
.main-case-list li .title{
	border-left: 2px solid #2196F3;
	border-top: 1px solid #f1f2f4;
	border-bottom: 1px solid #f1f2f4;
	padding: 15px 10px;
	font-size: 16px;
	color: #333;
}
.main-case-list li .list{
	padding-top: 20px;
}
.main-case-list li .list p{
	width: 29%;
	float:left;
	font-size: 14px;
    font-family: 'Microsoft Yahei';
    color: #666;
    line-height: 40px;
    background-image: url(../images/case_arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 1%;
    margin: 0;
}
/*合作伙伴页面*/
.application{
	background-color: #e9e9e9;
}
.application-content{
	width: 1140px;
	margin: auto;
	background-color: #F3F3F3;
	padding: 30px;
	border-radius: 5px;
}
.application .main-try-content{
	padding: 20px 0px;
	background-color: #F3F3F3;
}




/*页码CSS*/
#page{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#page ul{
	display: inline-block;
}
#page li{
	width: 34px;
	height: 34px;
	border:1px solid #ddd;
	float:left;
	text-align: center;
	line-height: 34px;
	margin-left: -1px;
	color: #777;
	font-family: Arial;
}
#page a{
	display: block;
	transition: background-color 0.5s;
}
#page .next:hover,#page .prev:hover,#page .num:hover{
	background-color: #f1f2f4;
}
#page li:first-child{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#page .disabled{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*上下条CSS*/
#around{
	float:right;
	padding: 20px 0;
}
#around p{
	float:left;
	color: #333;
}
#around p:first-child+p{
	margin-left: 20px;
}

/*PC 版下 隐藏 手机相关元素*/
#nav-m{
	display: none;
}

#bq-m{
	display: none;
}
/*响应式*/
@media screen and (max-width: 1200px) {
	/*公用CSS文件*/
	.this_1200{
		width:auto;
	}
	body{
		min-width: auto;
	}
	#nav{
		display: none;
	}
	.nav-list{
		display: none;
	}
	#header .phone{
	    height: 50px;
	    line-height: 50px;
	    padding-right: 65px;
	    font-size: 12px;
	    padding-left: 21px;
	    background-size: 15px;
	}
	#left{
		display: none;
	}
	/*左右箭头*/
	.bx-controls-direction{
		display: none;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		bottom: 5px!important;
	}
	.bx-wrapper .bx-pager.bx-default-pager a{
		width: 20px!important;
		height: 5px!important;
	}
	#placeholder{
		height: 50px!important;
	}
	#header{
		height: 50px;
	}
	#header .logo{
		margin-left: 10px;
	}
	#header .logo div{
		height: 50px;
		width: 130px;
	}

	/*手机导航*/

	#nav-m{
		width: 100%;
		height: 100%;
		display: block;
	}
	#nav-m .menu{
		position: absolute;
		right: 10px;
		top: 11px;
		width:22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}
	#nav-m .menu span{
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #000;
	}
	#nav-m .menu span:nth-of-type(3){
		margin-bottom: 0px;
	}
	#nav-m .nav-m-list{
		background-color: #333;
		display: none;
	}
	#nav-m .nav-m-list li{
		line-height:40px;
		border-bottom: 1px solid #777;
	}
	#nav-m .nav-m-list li a{
		height: 100%;
		width: 100%;
		display: block;
		padding-left:10px;
		font-size: 14px;
		color: #f1f2f4;
		font-family: '微软雅黑';
	}
	#nav-m .nav-m-list li .more{
		display: block;
		background-image: url(../images/r_arrow.png);
		background-repeat: no-repeat;
		background-size: 15px;
		background-position: 95% center;
	}
	#nav-m .nav-m-list li .nav-list{
		border-top: 1px solid #777;
		background-color: #555;
	}
	#nav-m .nav-m-list li .nav-list{
		display: none;
	}
	#nav-m .nav-m-list li .nav-list .border-bottom-none{
		border-bottom: 0px;
	}
	/*首页主要内容开始*/
	#main{
		padding: 0 10px;
		padding-bottom: 30px;
	}
	#main .about .title{
		padding: 40px 0px 30px 0px
	}
	#main .s_about_x{
		font-size: 16px;
	}
	#main .s_about_nr p{
		line-height:40px;
	}
	#main .list_1{
		width: 100%;
		margin-bottom: 3px;
	}
	#main .zi2{
		display: none;
	}
	#main .dxkh .title{
		padding-bottom: 15px;
		padding-top: 20px;
	}
	#main .dxkh .kh>div{
		position: relative;
	}
	#main .dxkh .pre{
		position: absolute;
		height: 100%;
		width: 8%;
		background-size: 100%;
		background-position: center;
		margin-top: 0;
	}
	#main .dxkh .mask{
		width: 80%;
		margin-left: 10%;
		margin-right:0;
	}
	#main .dxkh .cooperation-list li{
		width: 48%;
		margin-right: 2%!important;
		margin-bottom:5px;
	}
	#main .dxkh .cooperation-list li:nth-child(even){
		margin-right: 0!important;
	}
	#main .dxkh .next{
		position: absolute;
		height: 100%;
		width: 8%;
		right: 0;
		background-size: 100%;
		background-position: center;
		margin-top: 0;
	}
	#main .news{
		display:none;
	}
	#main .news .content .left{
		display: none;
	}
	#main .news .content .right{
		width: 100%;
	}
	#main .news .content .right .title{
		width: 100%;
		margin-left: 5%;
	}
	#main .news .content .right .time{
		display: none;
	}
	#main .news>div>.title{
		padding: 30px 0;
	}

	/*产品页*/
	.banner-title p:nth-child(1){
		display: none;
	}
	#banner h1{
		margin-top: 22px!important;
	}
	#banner>img{
		height: 100px!important;
	}
	.main-top-title{
		font-size: 22px;
	}
	.main-top-list a{
		margin-top: 10px;
	}
	.main-list>li .left{
		width: 100%;
	}
	.main-list>li .left img{
		width: 100%;
	}
	
	.main-list>li .right .btn a:hover{
		background-color: #fff;
	    color: #000;
	    border: 1px solid #ddd;
	}
	.main-list>li .right{
		margin:0;
	}
	.main-list>li .right .title{
		width: 100%;
		text-align: center;
	}
	.main-list>li .right .btn{
		position: static;
	}
	.main-list>li .right .btn a{
		margin-right: 8px;
		margin-top: 20px;
	}
	.pro-view .main-list>li .right .btn{
		width: 240px;
		margin:auto;
	}
	.pro-view .main-list>li .left{
		display: none;
	}
	.main-content *{
		max-width: 100%;
	}
	.main-content table{
		width: auto!important;
	}
	.main-content li{
		list-style-type: none;
	}
	.main-content table td{
		display: block;
		width: 100%;
		
	}
	/*产品介绍内页*/
	.main-list>li .right .text{
		display: none;
	}
	
	.main-try-content form tr td:nth-child(1){
		display: none;
	}
	.main-try-content table{
		width: 100%;
		display: block;
	}
	.main-try-content table *{
		width: 100%;
		display: block;
	}
	.main-try-content table textarea{
		width: 96%!important;
		padding: 2% 2%!important;
	}
	.main-try-content table tr input{
		width: 96%;
		padding: 2% 2%;
	}
	.main-try-content #history-go{
		display: none;
	}
	/*解决方案*/
	.main-solution-list{
		padding: 0;
	}
	.main-solution-list li{
		width: auto;
		margin-top: 10px;
	}

	/*成功案例页面*/
	.main-case-list li:first-child img{
		width: 48%;
		margin-left: 0;
		margin-right: 1%;
	}
	.main-case-list li .list p{
		margin-left: 0px;
		width: 42%;
		margin-right: 4%;
		padding-left: 3%;
	}

	/*合作伙伴页面*/
	.application-content{
		width: auto;
		padding: 20px;
	}
	.top{
		padding-bottom: 30px;
	}
	.main-try-content .try-form-introduce{
		line-height: 30px;
	}
	.application .main-try-content{
		padding: 20px 10px;
	}
	.main-try-content table span{
		width: auto;
		display: inline;
		margin: 0 10px;
	}
	
	/*新闻页面*/
	.news .main-list>li .right .btn{
		display: none;
	}
	/*新闻内页*/
	.solution-view-content table{
		width: auto!important;
	}
	.solution-view-content td{
		display: block;
		width: 100%;
	}
	#about-hide{
		display: none;
	}
	/*关于我们*/
	#wrap{
		display: none;
	}
	#footer{
		display: none;
	}
    #bq{
    	display: none;
    }
	#bq-m{
      	display:block;
        text-align: center;
        overflow: hidden;
        background: #333333;
        font-family: "微软雅黑";
		padding:0 10px;
		line-height: 15px;
		color: #999;
      	font-size: 14px;
       
	}
    #bq-m *{
		text-decoration:none!important;
      	color:#999!important;
    }
}