﻿@import url(pscroll.css);
/*内页*/
.o_big {
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.o_big img {
	width: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
	min-height: 120px;
}
.postions {
	height: 41px;
	line-height: 41px;
	overflow: hidden;
	background: #f1f1f1;
	color: #919191;
	font-size: 12px;
}
.postions a {
	color: #919191;
}
/*分页*/
.yema {
	width: 100%;
	text-align: center;
	clear: both;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	clear: both;
}
.yema a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	overflow: hidden;
	padding-right: 10px;
	min-width: 12px;
	margin-left: 1px;
	margin-right: 1px;
	text-align: center;
	color: #757575;
	font-size: 13px;
	border: 1px solid #cccccc;
}
.yema a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0245de;
	border: 1px solid #0245de;
}
.yema a.on {
	color: #fff;
	background-color: #0245de;
	border: 1px solid #0245de;
}
.yema a.first, .yema a.last {
	margin-right: 0;
}
.yema a.first:hover, .yema a.last:hover {
	background-color: #ec2029;
}
/*产品中心*/
.product_a {
	overflow: hidden;
	padding-top: 3%;
	text-align: center;
	margin-bottom: 2%;
}
.product_a a {
	display: inline-block;
	height: 54px;
	line-height: 54px;
	background-color: #f0f0f0;
	width: 160px;
	font-size: 15px;
	color: #444444;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 2%;
	transition: all 0.3s;
}
.product_a a:hover {
	background-color: #0245de;
	color: #fff;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
.product_a a.csel {
	background-color: #0245de;
	color: #fff;
}
.product_b div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 5%;
}
.product_b a{
	display: inline-block;
	margin: 0 20px 20px;
	font-size: 15px;
}
.product_b a:hover{
	color: #0245de;
	text-decoration: underline;
}

.product_ul {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.product_ul ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
}
.product_ul ul li .product_b {
	border: 1px solid #e8e8e8;
	padding-bottom: 36px;
}
.product_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
.product_ul ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.product_ul ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.product_ul ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 33px;
	height: 35px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.product_ul ul li p {
	line-height: 24px;
	height: 20px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.product_ul ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.product_ul ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.product_ul ul li: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);
}
.product_ul ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.product_ul ul li:hover h2 {
	color: #00a1e9;
}
.product_ul ul li:hover .product_b {
	border: 1px solid #fff;
}
/*应用方案*/
.solution_a {
	overflow: hidden;
	padding-top: 3%;
	text-align: center;
	margin-bottom: 2%;
}
.solution_a a {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	background-color: #f0f0f0;
	width: 160px;
	font-size: 15px;
	color: #444444;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 2%;
	transition: all 0.3s;
}
.solution_a a:hover {
	background-color: #0245de;
	color: #fff;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
.solution_a a.csel {
	background-color: #0245de;
	color: #fff;
}
.solution_ul {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.solution_ul ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
}
.solution_ul ul li .solution_b {
	border: 1px solid #e8e8e8;
	padding-bottom: 36px;
}
.solution_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
.solution_ul ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.solution_ul ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.solution_ul ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 33px;
	height: 35px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.solution_ul ul li p {
	line-height: 24px;
	height: 20px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.solution_ul ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.solution_ul ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.solution_ul ul li: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);
}
.solution_ul ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.solution_ul ul li:hover h2 {
	color: #00a1e9;
}
.solution_ul ul li:hover .solution_b {
	border: 1px solid #fff;
}
/*新闻动态*/
.news_bg {
	background-color: #fbfbfb;
	overflow: hidden;
	padding-top: 3%;
}
.news_a {
	overflow: hidden;
	padding-top: 3%;
	text-align: center;
	margin-bottom: 2%;
}
.news_a a {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	background-color: #f0f0f0;
	width: 160px;
	font-size: 15px;
	color: #444444;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 2%;
	transition: all 0.3s;
}
.news_a a:hover {
	background-color: #0245de;
	color: #fff;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
.news_a a.csel {
	background-color: #0245de;
	color: #fff;
}
.news_ul {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.news_ul ul{
    display: flex;
   flex-wrap: wrap;
}
.news_ul ul li {
	float: left;
	width: 28%;
	margin-left: 4%;
	margin-right: 0%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
}
.news_ul ul li .news_b {
	border: 1px solid #e8e8e8;
	padding-bottom: 26px;
}
.news_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
.news_ul ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.news_ul ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.news_ul ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 35px;
	height: 35px;
	text-align: center;
	overflow: hidden;
	padding-left: 4%;
	padding-right: 4%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.news_ul ul li p {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 4%;
	padding-right: 4%;
	max-width: 350px;
	margin: 0 auto;
}
.news_ul ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.news_ul ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.news_ul ul li: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);
}
.news_ul ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.news_ul ul li:hover h2 {
	color: #00a1e9;
}
.news_ul ul li:hover .news_b {
	border: 1px solid #fff;
}
/*合作伙伴*/
.hezuo_a {
	overflow: hidden;
	padding-top: 3%;
	text-align: center;
	margin-bottom: 2%;
}
.hezuo_a a {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	background-color: #f0f0f0;
	width: 160px;
	font-size: 15px;hezuo
	color: #444444;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 2%;
	transition: all 0.3s;
}
.hezuo_a a:hover {
	background-color: #0245de;
	color: #fff;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
.hezuo_a a.csel {
	background-color: #0245de;
	color: #fff;
}
.hezuo_ul {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.hezuo_ul ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
}
.hezuo_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
.hezuo_ul ul li img {
	display: inline-block;
	width: 80%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.hezuo_ul ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.hezuo_ul ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 33px;
	height: 35px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.hezuo_ul ul li: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);
}
.hezuo_ul ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.hezuo_ul ul li:hover h2 {
	color: #00a1e9;
}
/*关于我们*/
.about_bg {
	background-color: #fbfbfb;
	overflow: hidden;
	padding-top: 3%;
}
.about_x {
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
	color: #000000;
}
.about_x img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto !important;
}
.about_x .show_t {
	line-height: 36px;
	font-size: 24px;
	color: #000000;
	text-align: center;
	margin-bottom: 1px;
	font-weight: normal;
}
.about_x .con_line {
	height: 30px;
	line-height: 40px;
	font-size: 12px;
	color: #999999;
	border-bottom: 1px dashed #cccccc;
	text-align: center;
}
.about_x .con_id {
	line-height: 40px;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	padding-top: 40px;
	text-align: left;
	padding-bottom: 40px;
}
.about_x table {
          -moz-border-bottom-colors: none;
          -moz-border-left-colors: none;
          -moz-border-right-colors: none；
          -moz-border-top-colors: none;
          border-collapse: collapse;
          border-color: 	#696969;
          border-image: none;
          border-style: solid;
          border-width:1px 0px 1px 1;
          text-align: inherit;
}
.about_x table td {
          -moz-border-bottom-colors: none;
          -moz-border-left-colors: none;
          -moz-border-right-colors: none;
          -moz-border-top-colors: none;  
          border-image: none;
          border-width: 1px 1px 1px 1px;
          border-style: solid;
          border-color: 	#696969;
          padding: 2px;

} 
.prenext {
	font-size: 14px;
	line-height: 40px;
	margin-top: 20px;
	color: #000000;
}
.prenext .prev a { 
        float: left; 
        height: 16px; 
        line-height: 16px; 
        padding-left: 22px; 
} 
.prenext .next a { 
        float: right; 
        height: 16px; 
        line-height: 16px; 
        padding-right: 22px; 
}
.goback {
	float: right;
	height: 26px;
	line-height: 26px;
	text-align: right;
	padding-left: 23px;
	background: url(../images/goback.png) left center no-repeat;
	font-size: 14px;
	color: #333333;
	margin-top: 8px;/* border-bottom:1px solid #a6a6a6;*/
}
.fenxiang {
	height: 30px;
	overflow: hidden;
}
.fenxiang .span {
	float: right;
	font-size: 14px;
	line-height: 30px;
}
/*搜索*/
.news_con {
	overflow: hidden;
}
.news_con ul li {
	overflow: hidden;
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #cccccc;
	display: block;
}
.news_con ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.news_con ul li .imgs {
	width: 19%;
	float: left;
	display: inline;
	overflow: hidden;
}
.news_con ul li .imgs img {
	width: 100%;/* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news_con ul li:hover .imgs img {/*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
	-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);
}
.news_con ul li .i_about_r {
	float: right;
	display: inline;
	line-height: 22px;
	width: 78%;
	overflow: hidden;
}
.news_con ul li .i_about_r h3 {
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 1%;
}
.news_con ul li .i_about_r label {
	display: block;
	color: #999999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	background: url(../images/news_bg1.png) left center no-repeat;
	margin-bottom: 1%;
}
.news_con ul li .i_about_r .p {
	max-height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 24px;
}
.news_con ul li .i_about_r .news_more {
	margin-top: 2%;
	width: 106px;
	text-align: center;
	float: left;
	height: 34px;
	line-height: 34px;
	background-color: #f5f5f5;
	border: 1px solid #bababa;
	color: #828282;
	font-size: 13px;
	transition: all 0.3s;
}
.news_con ul li:hover .i_about_r .news_more {
	background-color: #0245de;
	color: #fff;
	border: 1px solid #0245de;
}
.news_con ul li:hover .i_about_r h3 {
	color: #0245de;
}
/*联系我们*/
.contact_bg {
	background-color: #fbfbfb;
	overflow: hidden;
}
.map_div {
	overflow: hidden;
	float: left;
	width: 50%;
}
.map_div img {
	max-width: 100%;
}
.contact_r {
	overflow: hidden;
	float: left;
	width: 45%;
	margin-left: 4%;
	margin-top: 2%;
	margin-bottom: 3%;
	color: #313131;
	font-size: 15px;
}
.contact_r h2 {
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 3%;
}
.contact_r ul li {
	display: block;
	margin-bottom: 10px;
}
.contact_r ul li img {
	display: inline-block;
	margin-right: 8px;
	margin-top: 3px;
	float: left;
}
/*产品详细*/
.product_con {
	overflow: hidden;
	font-size: 16px;
	color: #444444;
	position: relative;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.product_con .bigimg {
	width: 100%;
	display: block;
	min-height: 250px;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.product_con .tabel {
	display: table;
	width: 100%;
	height: 100%;
}
.product_con .td {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.product_con .td.vt {
	vertical-align: top;
	margin-top: 5%;
}
.product_con .txts {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.product_con .txts .pt {
	margin-top: 10%;
	font-weight: normal;
	margin-bottom: 2%;
}
.product_con .txts .p1 {
	color: #444444;
	font-size: 16px;
	line-height: 26px;
	max-width: 680px;
	width: 96%;
	margin: 0 auto;
}
.product_con .txts .p2 {
	color: #444444;
	font-size: 16px;
	line-height: 36px;
}
.product_con .txts .p2 label {
	color: #6d6d6d;
	font-size: 12px;
	font-family: Arial;
	padding-right: 3px;
}
.product_three {
	max-width: 1120px;
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 3%;
}
.product_three_l {
	float: left;
	width: 37.5%;
	overflow: hidden;
	text-align: left;
}
.product_three_img {
	float: right;
	width: 59%;
}
.product_three_img img {
	width: 100%;
}
.product_con .txts .product_three_l .pt {
	margin-top: 5%;
}
/*产品详细2*/
.product_con2 {
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
}
.product_con2 img {
	width: 100%;
	display: block;
}
.product_blank {
	height: 0;
	font-size: 0;
	overflow: hidden;
}

 @media screen and (max-width: 1440px) {
/*解决方案2*/
.solution_con ul li:nth-child(4) {
	padding-top: 4%;
}
.solution_con ul li:nth-child(5) {
	padding-top: 8%;
}
}

 @media screen and (max-width: 1200px) {
/*产品中心*/
.product_a a {
	height: 52px;
	line-height: 52px;
}
/*新闻动态*/
.news_con ul li .i_about_r h3 {
	font-size: 16px;
	margin-bottom: 0.5%;
}
.news_con ul li .i_about_r label {
	margin-bottom: 0.5%;
}
.news_con ul li .i_about_r .p {
	line-height: 22px;
	max-height: 44px;
}
.news_con ul li .i_about_r .news_more {
	margin-top: 1%;
	height: 32px;
	line-height: 32px;
}
/*关于我们*/
.about_div .i_one_div_txt .i_one_t img {
	margin-top: 6%;
	margin-bottom: 1%;
	width: 40px;
}
.about_div .i_one_div_txt .i_one_p {
	padding-top: 1%;
	line-height: 20px;
	font-size: 13px;
}
.about_two ul li {
	line-height: 22px;
	font-size: 13px;
}
/*联系我们*/
.contact_r h2 {
	font-size: 24px;
}
/*解决方案*/
.solution_bg .solution_t {
	font-size: 28px;
}
.solution_bg .solution_ul ul li .txts img { /*margin-top:30px;*/
	width: 18%;
}
.solution_bg .solution_ul ul li .txts h2 {
	margin-bottom: 2%;
}
.solution_bg .solution_ul ul li .txts p {
	font-size: 13px;
	line-height: 20px;
}
/*解决方案2*/
.solution_con ul li h2 {
	font-size: 16px;
}
.solution_bg3 {
	background-position: center 20%;
}
.solution_con ul li:nth-child(4) {
	padding-top: 0%;
}
.solution_con ul li:nth-child(2) {
	padding-top: 0%;
}
.solution_con ul li:nth-child(5) {
	padding-top: 1%;
}
}

@media screen and (max-width: 1100px) {
/*内页*/
.o_big {
	background-size: auto 110%;
}
/*公司动态*/
.news_con ul li .i_about_r h3 {
	font-size: 15px;
	margin-bottom: 0.4%;
}
.news_con ul li .i_about_r label {
	margin-bottom: 0.4%;
	font-size: 12px;
}
.news_con ul li .i_about_r .p {
	line-height: 18px;
	max-height: 36px;
	font-size: 12px;
}
/*相关案例*/
.news_ul ul li .txts {
	padding-top: 10px;
	padding-bottom: 15px;
}
.news_ul ul li .txts .p {
	font-size: 12px;
}
/*解决方案*/
.solution_bg .solution_t {
	font-size: 24px;
}
.solution_bg .solution_ul ul li .txts img { /*margin-top:20px;*/
	width: 16%;
}
.solution_bg .solution_ul ul li .txts p {
	font-size: 12px;
	line-height: 18px;
	max-height: 180px;
}
}

@media screen and (max-width: 1000px) {
/*内页*/
.o_big {
	background-size: auto 120%;
}
/*公司动态*/
.news_con ul li .i_about_r .news_more {
	margin-top: 0.5%;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
.news_ul ul li {
	width: 28%;
}
.news_ul ul li:nth-child(4n+0) {
	margin-right: 1%;
}
.news_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
/*解决方案2*/
.solution_con ul li h2 {
	font-size: 14px;
}
.b_link ul li {
	width: 19%;
}
.b_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.b_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
}

@media screen and (max-width: 960px) {
/*内页*/
.o_big {
	background-size: auto 130%;
}
/*产品中心*/
.product_a a {
	height: 48px;
	line-height: 48px;
}
/*公司动态*/
.news_con ul li .i_about_r h3 {
	font-size: 14px;
}
/*关于我们*/
.about_div .i_one_div_txt .i_one_t img {
	width: 30px;
	margin-top: 3%;
}
.about_two ul li {
	line-height: 20px;
	font-size: 12px;
}
/*联系我们*/
.contact_r h2 {
	font-size: 20px;
}
/*解决方案*/
.solution_bg .solution_t {
	font-size: 20px;
}
.solution_bg .solution_ul ul li .txts img { /*margin-top:15px;*/
	width: 14%;
	margin-bottom: 3%;
}
.solution_bg .solution_ul ul li .txts h2 {
	font-size: 20px;
}
/*产品详细*/
.product_con .td.vt {
	vertical-align: middle;
}
.product_con .txts .p1 {
	font-size: 14px;
}
.product_con .txts .p2 {
	font-size: 14px;
	line-height: 26px;
}
}

@media screen and (max-width: 830px) {
/*内页*/
.o_big {
	background-size: auto 140%;
}
/*公司动态*/
.news_con ul li .i_about_r .news_more {
	display: none;
}
/*关于我们*/
.about_div .i_one_div_txt {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 3%;
	padding-top: 2%;
}
.about_div .i_one_div_txt .i_one_con {
	max-width: none;
}
.about_div .i_one_div_img {
	width: 100%;
}
.about_two ul li {
	width: 97%;
	margin-bottom: 3%;
}
/*解决方案*/
.solution_bg .solution_ul ul li {
	width: 49%;
}
.solution_bg .solution_ul ul li:nth-child(3n+0) {
	margin-right: 2%;
}
.solution_bg .solution_ul ul li:nth-child(2n+0) {
	margin-right: 0%;
}
/*解决方案2*/
.b_link ul li {
	width: 24%;
}
.b_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.b_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
}
@media screen and (max-width: 780px) {
/*内页*/
.o_big {
	background-size: auto 150%;
}
/*产品中心*/
.product_a a {
	height: 44px;
	line-height: 44px;
}
.product_ul ul li {
	width: 49%;
}
.product_ul ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.product_ul ul li:nth-child(2n+0) {
	margin-right: 0;
}
/*应用方案*/
.solution_a a {
	height: 56px;
	line-height: 56px;
}
.solution_ul ul li {
	width: 49%;
}
.solution_ul ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.solution_ul ul li:nth-child(2n+0) {
	margin-right: 0;
}
/*新闻动态*/
.news_a a {
	height: 56px;
	line-height: 56px;
}
.news_ul ul li {
                width: 49%;
                margin-left: 0%;
                margin-right: 1%;
}
.news_ul ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.news_ul ul li:nth-child(2n+0) {
	margin-right: 0;
}
/*合作伙伴*/
.hezuo_a a {
	height: 56px;
	line-height: 56px;
}
.hezuo_ul ul li {
	width: 49%;
}
.hezuo_ul ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.hezuo_ul ul li:nth-child(2n+0) {
	margin-right: 0;
}
/*联系我们*/
.contact_r h2 {
	font-size: 18px;
}
.map_div {
	width: 100%;
}
.contact_r {
	width: 94%;
	padding-top: 3%;
}
/*解决方案2*/
.solution_bg3 {
	background: none;
}
.solution_con ul li:nth-child(1) {
	width: 50%;
}
.solution_con ul li:nth-child(2) {
	width: 50%;
	padding-right: 0;
}
.solution_con ul li:nth-child(3) {
	width: 50%;
}
.solution_con ul li:nth-child(4) {
	width: 50%;
	padding-left: 0;
	padding-right: 0;
}
.solution_con ul li:nth-child(5) {
	width: 50%;
}
.solution_con ul li .solution_box {
	margin-bottom: 40px;
}
}

@media screen and (max-width: 640px) {
/*内页*/
.o_big {
	background-size: auto 160%;
}
/*公司动态*/
.news_con ul li .imgs {
	width: 29%;
}
.news_con ul li .i_about_r {
	width: 68%;
}

/*新闻动态*/
.news_ul ul li .txts {
	padding-left: 4%;
}
/*解决方案*/
.solution_bg .solution_t {
	margin-bottom: 5%;
}
.solution_bg .solution_ul ul li {
	width: 100%;
	margin-right: 0%;
}
.solution_bg .solution_ul ul li:nth-child(2n+0) {
	margin-right: 3%;
}
.solution_bg .solution_ul ul li .txts img {
	width: 21%;
}
/*产品详细*/
.product_con .txts .p1 {
	font-size: 12px;
	line-height: 20px;
}
.product_con .txts .p2 {
	font-size: 12px;
	line-height: 22px;
}
.product_three_l {
	width: 50%;
}
.product_three_img {
	width: 48%;
}
}

@media screen and (max-width: 480px) {
/*内页*/
.o_big {
	background-size: auto 170%;
}
/*产品中心*/
.product_a a {
	height: 38px;
	line-height: 38px;
	width: 45%;
   font-size: 10px
}
/*关于我们*/
.about_x .show_t {
	line-height: 30px;
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-bottom: 1px;
	font-weight: normal;
}
.about_div .i_one_div_txt .i_one_p {
	line-height: 18px;
	font-size: 12px;
}
/*新闻动态*/
.news_ul ul li .txts h2 {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
/*应用方案*/
.solution_bg .solution_ul ul li .txts h2 {
	font-size: 18px;
}
}

@media screen and (max-width: 360px) {
/*内页*/
.o_big {
	background-size: auto 180%;
}
}