@charset "utf-8";

body {
	font-size: 14px;
	color: #555555;
	font-family: "Noto Sans SC","Arial", "Helvetica", "sans-serif";
	margin: 0;
	padding: 0;
}

div,dl,dt,dd,ol,ul,li,p {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ol,ul,li {
	list-style: none
}
img{
	max-width:100%;
	width:auto;
	height:auto;
}
a:link,a:visited {
	color:#555555;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ec4c4c;
}

.clear {
	clear: both;
}

.clearfix:before,

.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

input,textarea {
	border: 1px solid #dcdcdc;
	line-height: 20px;
	padding: 3px;
	font-family: "Noto Sans SC","Arial", "Helvetica", "sans-serif";
}

input::-webkit-input-placeholder {
	color: #aaaaaa;
}

:-moz-placeholder {
	color: #aaaaaa;
}

::-moz-placeholder {
	color: #aaaaaa;
}

input:-ms-input-placeholder {
	color: #aaaaaa;
}

input::-ms-input-placeholder {
	color: #aaaaaa;
}

.space {
	height: 0;
}

.bj {
	background: #fafafa;
}

.header {
	width: 100%;
	background: #ffffff;
}

.headline {
	height: 1px;
	width: 100%;
	background: #ffffff;
	opacity: 0.2;
}

.wrap {
	max-width: 1200px;
	width: auto;
	margin: 0 auto;
	position: relative;
}

.toplogo {
	float: left;
	height: 85px;
	padding: 13px 0;
	transition: all 0.5s;
}

.toplogo img {
	max-height: 100%;
	width: auto;
}
.toplag {
	float: right;
	margin-top: 35px;
	margin-left: 10px;
	line-height: 16px;
	background: url(../images/lag1.png) no-repeat left center;
	padding-right:15px;
}
.toplag:hover {
	background: url(../images/lag2.png) no-repeat left center;
}
.toplag a {
	font-size:15px;
	padding-left:23px;
}

.toplag a:hover,.toplag a.hover {
	color: #058cc4;
}
.toplag2 {
	display: none;
	font-size: 13px;
}
.topfind{
	float:right;
	padding-right:18px;
	border-right:1px solid #dddddd;
	margin:33px 10px 0 16px;
	cursor: pointer;
}
.topico{
	width:20px;
	height:20px;
	background: url(../images/find1.png) no-repeat center center;
	background-size:20px auto; 
}
.topfind:hover .topico{
	background: url(../images/find2.png) no-repeat center center;
	background-size:20px auto; 
}
.Header-search-click {
	position: absolute;
	width:600px;
	overflow: hidden;
	top: 20px;
	z-index: 99;
	background: #ffffff url(../images/find1.png) no-repeat 18px center;
	background-size:20px auto; 
	padding:10px 10px 10px 50px;
	right:90px;
   transition:1s; 
   display: none;
}
.tsou {
	outline: none;
	width: 92%;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	background:transparent;
	display: inline-block;
	vertical-align: middle;
	border: 0px solid #d0d0d0;
}
.topclose{
	width:25px;
	height:25px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background: url(../images/close.png) no-repeat center center;	
	background-size:16px auto; 
}
.topclose:hover{
	background: url(../images/close2.png) no-repeat center center;
	background-size:16px auto; 	
}
.tsend {
	background: #0099df url(../images/find2.png) no-repeat 16px center;
	background-size: 16px auto;
	font-size: 0;
	width: 50px;
	height: 36px;
	padding: 0 20px 0 0;
	border: none;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: -10px;
	border-radius: 0 8px 8px 0;
}

.navs,.mfoot,.fnav-list,.toplogo2 {
	display: none;
}
.nav {
	float:right;
}
.nav li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right:25px;
	position: relative;
}
.nav li a {
	color:#444444;
	font-size: 15px;
	line-height: 85px;
	text-transform: uppercase;
}
.nav li:hover a,.nav li.current a{
	color:#058cc4;
}
.nav li span{
	height:1px;
	width:0;
	left:50%;
	background: #058cc4;
	position: absolute;
	bottom:25px;
	transition: all 0.5s;	
}
.nav li:hover span{
	width:100%;
	left:0;
}
.nav li:hover .nav-sub {
	display: block;
}
.nav-sub {
	position: absolute;
	text-align: center;
	display: none;
	z-index: 100;
	padding:0;
	width: 300px;
	left:-20px;
	text-align: left;
}
.nav-sub ul{
	display: inline-block;	
	min-width:170px;
	width:auto;
	box-shadow: 3px 3px 2px 3px rgba(0,0,0,0.15);
	background: rgba(255,255,255,0.95);
}
.nav-sub li {
	margin-right: 0;
	padding: 0 20px;
	width: 100%;
	display: block;
	position: relative;
	text-align: left;
	border-bottom:0px solid #e5e5e5;
}
.nav li .nav-sub li a {
	color: #666666;	
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-transform:none;
}
.nav li .nav-sub li:hover {
	background: rgba(255,255,255,1);
}
.nav li .nav-sub li:hover a {
	color: #333333;
}

.ban {
	overflow: hidden;
}

.ban img {
	display: block;
	width:100%;
}

.bantxt {
	font-size: 13px;
	height: 70px;
	color: #999999;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	border-bottom:1px solid #eeeeee;
}
.bantxt1{
	position: absolute;
	right:0;
	top:25px;
}
.bantxt1 img{
	display: inline-block;
	vertical-align: middle;
	margin-top:-2px;
}
.bantxt1 a {
	margin: 0 5px;
	color: #777777;
}
.bantxt1 a:hover {
	text-decoration: underline;
	color: #555555;
}
.proclass li {
	font-size: 17px;
	line-height: 70px;
	margin-right:50px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.proclass li span{
	position: absolute;
	bottom:0;
	width:0;
	height:2px;
	transition: all 0.5s;
	background:#058cc4; 
}
.proclass li.hover span{
	width:100%;
}
.proclass li a{
	color:#555555;
}
.proclass li:hover a,.proclass li.hover a{
	color:#058cc4;
}

.leftbox {
	float: left;
	width: 21%;
}

.rightbox {
	float: right;
	width: 75%;
	padding: 20px 0 0 0;
}

.conbox {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}
.bg {
	padding: 70px 0;
	margin-bottom:60px;
	background: url(../images/about_bk_pic.jpg) no-repeat center center;
}
.bg2 {
	padding: 70px 0;
}
.flex-container {
	display: table;
	width: 100%;
}
.home_box{
	display: table-cell;	
	position: relative;
	border-radius:0 0 0 20px;
	background: #f6f6f6 url(../images/wbg.png) no-repeat right bottom;	
}
.home_left{
	width:48.5%;
}
.home_middle{
	width:3%;
	display: table-cell;	
}
.home_right{
}
.home_about_title {
	font-size: 22px;
	line-height: 40px;
	padding: 20px 0 20px 40px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: 700;
	background: #ffffff url(../images/title_ico.png) no-repeat 0 center;
	background-size:auto 30px;
	font-family: "Nunito Sans","Arial", "Helvetica", "sans-serif";
}
.home_about_title i {
	display: block;
	width: 50px;
	height: 2px;
	background: #0099df;
	margin-top: 10px;
}
.home_about_txt{
	line-height:25px;
	font-size:14px;
	padding:20px 30px 50px 30px;
}
.home_about_txt p{
	margin-bottom:15px;
}
.home_about_pic {
	position: relative;
	margin-bottom: 30px;
	height:200px;
	overflow: hidden;
	border-radius: 0 40px 0 0;
}

.home_about_pic img {
	width: 100%;
}
.home_more{
	position: absolute;
	right:0;
	bottom:0;
	z-index:9;	
}
.home_more a {
	text-transform: uppercase;
	border: 2px solid #40aae2;
	background: #40aae2;
	color: #ffffff;
	display: block;
	width: 132px;
	font-size: 12px;
	font-weight: 400;
	line-height: 34px;
	text-align: center;
	border-radius: 30px;
}
.home_more:hover a {
	background: #ffffff;
	color: #40aae2;
}

.dline {
	border-bottom: 1px dashed #dddddd;
}

.searchbox {
	font-size: 14px;
	padding: 0 10px 30px 0px;
}

.boxs {
	background: rgba(0,0,0, 0.7) none repeat scroll 0 0 !important;
	position: absolute;
	bottom: -30%;
	height: 30px;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 0 2px 0;
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-ms-transition: 0.2s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
	transition: 0.2s ease-in 0s;
}

.boxs2 {
	background: rgba(255,255,255, 0.7) none repeat scroll 0 0 !important;
	display: none;
	position: absolute;
	width: 100%;
	height: 88%;
	z-index: 98;
}

.pages {
	font-size: 13px;
	line-height: 36px;
	margin-bottom: 20px;
}

.pa:link,.pa:visited {
	color: #888888;
	padding: 0 15px;
	text-align: center;
	display: inline-block;
	margin: 5px;
	border-radius: 4px;
	border:1px solid #cccccc;
}

.pa:hover {
	text-decoration: none;
	color: #009fc4;
	border:1px solid #009fc4;
}

.paon {
	color: #cccccc;
	padding: 0 15px;
	margin: 5px;
	display: inline-block;
	border-radius: 4px;
	border:1px solid #e0e0e0;
}

.paon2 {
	color: #009fc4;
	margin: 5px;
	padding: 0 15px;
	display: inline-block;
	border-radius: 4px;
	border:1px solid #009fc4;
}

.footer {
	background: #f4f4f4;
	padding: 50px 0 0 0;
	margin-top: 60px;
}

.footer span {
	padding: 0 20px;
}

.footer li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	letter-spacing: 0;
}

.footer li a {
	color: #666666;
}

.footer li a:hover {
	color: #ec4c4c;
}

.footer li.foot1 {
	width: 26%;
	margin-right: 2%;
}

.footer li.foot1 img {
	max-width: 200px;
	max-height:50px;
	width:auto;
	height:auto;
	margin-bottom: 10px;
	display: block;
}

.footer li.foot1 h2 {
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: 400;
	color: #058cc4;
}

.footer li.foot2 {
	margin-right: 1%;
}

.footer li.foot2 a {
	padding-left: 5px;
}

.footer li.foot3 {
	float: right;
}
.footer li.foot3 span{
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color:#ffffff;
	background: #888888;
	
}
.footer li.foot3 img {
	height: 110px;
	display: block;
	margin-top: 0px;
	border:3px solid #ffffff;
}
.footer li p {
	font-size: 16px;
	color: #333333;
	margin-bottom: 8px;
	padding-left: 10px;
	background: url(../images/fline.jpg) no-repeat left center;
}

.footbg {
	color: #666666;
	text-align: center;
	line-height: 30px;
	padding: 15px 0;
	margin-top: 40px;
	border-top: 1px solid #d9d9d9;
}
.footbg a{
	color: #215383;
	font-size:13px;
}
.footbg a:hover{
	color: #058cc4;
	text-decoration: underline;
}
.footfind {
	width: 120px;
	display: block;
	vertical-align: top;
	background: #ffffff;
	padding: 3px;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	color: #666666;
	font-size: 13px;
	line-height: 20px;
}

.footfind img {
	max-width: 100%;
	display: block;
}

.fico {
	border: 1px solid #cccccc;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	display: inline-block;
}

.fico1 {
	background: url(../images/ficon1.png)  no-repeat center center;
	background-size: 16px 16px;
}

.fico2 {
	background: url(../images/ficon2.png)  no-repeat center center;
	background-size: 16px 16px;
}

.fico3 {
	background: url(../images/ficon3.png)  no-repeat center center;
	background-size: 16px 16px;
}

.fsou {
	background: #444;
	border: none;
	outline: none;
	font-size: 13px;
	padding: 8px;
	width: 230px;
	color: #dddddd;
	display: inline-block;
	vertical-align: top;
}

.fsend {
	background: #444 url(../images/search2.png) no-repeat center center;
	padding: 8px 25px;
	font-size: 0;
	border: none;
	outline: none;
	display: inline-block;
	vertical-align: top;
}
#tline {
	border-top: 1px dashed #ddd;
}

.con_info {
	padding: 0 20px 40px 20px;
	font-size: 15px;
	line-height: 28px;
}
.info_h{
	min-height:250px;
	height:auto;
}
.con_info img {
	margin: 10px 0;
}
.con_l{
	float:left;
	width:52%;
	padding:30px 0
}
.con_r{
	float:right;
	width:45%;
	padding:30px 0
}
.con_li{
	margin:30px 0 20px 0;
}
.con_li li{
	padding:15px 0 15px 30px;
	border-bottom: 1px dashed #ddd;
}
.con_ico{
	background-position:left center;
	background-repeat: no-repeat;
}
.con_add{
	background-image: url(../images/con1.jpg);
}
.con_tel{
	background-image: url(../images/con3.jpg);
}
.con_mail{
	background-image: url(../images/con2.jpg);
}
.con_zip{
	background-image: url(../images/con4.jpg);
}
.company_pic {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}
.photolist li {
	padding: 30px 0 30px 280px;
	position: relative;
}
.photo_title{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	color:#333333;
}
.photo_title p{
	font-size: 18px;
	font-weight: 600;
}
.photo_pic {
	margin-bottom: 15px;
	float:left;
	width:210px;
	position: absolute;
	left:0;
	top:30px;
	font-size:0;
	border:5px solid #eeeeee;
}
.photo_txt{
	font-size:15px;
	line-height: 25px;
	color:#777777;
	padding-bottom:20px;
	min-height:170px;
	height:auto;
	border-bottom: solid 1px #dddddd;	
}
.caselist {
	width: 102%;
	padding-top:20px;
	font-size:0;
}
.caselist li {
	display: inline-block;
	vertical-align: top;
	padding: 17px 5px 17px 17px;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	width:48%;
	margin-right:2%;
	margin-bottom:30px;
	border-radius:15px;
	background: #f9f9f9 url(../images/wbg2.png) no-repeat right bottom;
	border:dotted 0px #dddddd;
}
.case_pic{
	width:25%;
	margin-right:3%;
	display: inline-block;
	vertical-align: middle; 
	height:100px;
	border-radius:12px;
	overflow: hidden;
}
.case_pic img{
	width:100%;
	height:100%;
}
.case_txt{
	width:66%;
	display: inline-block;
	vertical-align: middle; 
	padding-bottom:20px;
}
.case_more{
	position: absolute;
	right:0;
	bottom:0px;
	z-index:999;	
}
.case_more a {
	text-transform: uppercase;
	border: 1px solid #40aae2;
	background: #40aae2;
	color: #ffffff;
	display: block;
	width: 80px;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	border-radius: 14px;
}
.case_more:hover a {
	background: #ffffff;
	color: #40aae2;
}
.newlist {
	margin:60px 0 40px 0;
	overflow: hidden;
	padding-bottom:20px;
}

.newlist li {
	position: relative;
	padding: 30px 0 30px 120px;
	border-bottom: solid 1px #eeeeee;
}
.newlist li:hover{
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}
.newstit {
	font-size: 16px;
	line-height: 22px;
	color: #444444;
	font-weight: 500;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.newlist li:hover .newstit {
	color: #009fc4;
}
.newsinfo {
	color: #888;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.h_date {
	color: #888888;
	font-family: "Courier New", Courier, monospace;
	width: 70px;
	padding:15px 6px 8px 6px;
	position: absolute;
	text-align: center;
	top: 35px;
	left: 15px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: -1px;
	background: #f3f3f3;
}

.h_date span {
	display: block;
	font-weight: 600;
	font-size: 32px;
	padding-bottom: 3px;
	letter-spacing: -2px
}
.a_pic2 {
	margin-top: 20px;
}

.a_pic2 a {
	font-weight: 400;
	font-size: 13px;
	color: #777777;
	background: #ffffff;
	border-radius: 30px;
	padding: 8px 25px;
	border: 1px solid #e0e0e0;
}

.newlist li:hover .a_pic2 a {
	background: #e63021;
	color: #ffffff;
	border: 1px solid #e63021;
}


.c_date {
	color: #999999;
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	background: url(../images/otime.png) no-repeat left center;
	padding-left: 20px;
}

.newspic {
	float: left;
	width: 160px;
	height: 110px;
	margin-right: 30px;
	border: 1px solid #dddddd;
}

.newspic img {
	width: 100%;
	height: 100%
}

.news_title {
	font-size: 19px;
	font-weight: 600;
	margin-top: 30px;
	padding-bottom: 15px;
	text-align: center;
	color:#333333;
}

.c_dates {
	text-align: center;
	border-bottom:0px solid #eeeeee;
	margin-bottom: 30px;
	font-size: 14px;
	color: #888888;
}

.h_title {
	font-weight: 400;
	font-size: 22px;
	padding-top: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

.h_title i {
	background: #0094db;
	width: 30px;
	height: 3px;
	display: block;
	margin-top: 18px;
	margin-bottom: -1px;
}

.h_title2 {
	font-weight: 400;
	font-size: 28px;
	color: #111111;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	text-align: center;
	border-bottom: dotted 1px #d5d5d5;
}

.h_title2 i {
	background: #ffffff url(../images/linef.png) no-repeat center center;
	width: 30px;
	height: 24px;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	margin-bottom: -32px;
	z-index: 9;
	position: relative;
}

.con_icon li {
	float: left;
	width: 25%;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #555555;
}

.con_icon li p {
	font-size: 20px;
	line-height: 50px;
	color: #111111;
}

.con_icon li img {
	border-radius: 50%;
	overflow: hidden;
	width: 100px;
	background: #ffffff;
	display: block;
}

.con_icon li div {
	border-radius: 50%;
	overflow: hidden;
	width: 120px;
	background: rgba(255,255,255,0.4);
	padding: 10px;
	margin: 0 auto;
	transition: all 0.5s;
}

.con_icon li:hover div {
	transform: rotateY(180deg);
}

.conpic {
	float: right;
	margin-left: 40px;
}

.btn {
	background: #f4b902;
	width: 80px;
	height: 36px;
	display: inline-block;
	border: 0px solid #ffffff;
	font-family: "Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}

.s_date {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.s_info {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	margin-top: 5px;
}

.bimg {
	margin-bottom: 15px;
}

.pages {
	text-align: center;
	padding: 20px 0 10px 0;
}

.con_pic {
	text-align: center;
}

.title {
	font-size: 26px;
	color: #0b5394;
	text-align: left;
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
}

.title2 {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	background: #f5f5f5;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
	margin-top: -15px;
}

.close {
	background: url(../images/close.png) no-repeat center center;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 12px;
	top: 11px;
	z-index: 99;
	cursor: pointer;
}

.imgs {
	text-align: center;
	padding: 10px;
}

.spare {
	float: left;
}

.shares {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}

.bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 10px;
}

.icos li {
	float: left;
	width: 29.3%;
	margin: 1% 2%;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #777777;
	list-style: none;
}

.icos li p {
	font-size: 16px;
	color: #222222;
	padding-bottom: 10px;
}

.icos li img {
	width: 60%;
	height: auto;
	margin: 10px 0;
}

.social_icons {
	text-align: center;
	margin-bottom: -20px;
}

.bdsharebuttonbox {
	padding-top: 10px;
	display: inline-block;
}

.sou {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 25px;
	box-sizing: border-box;
	width: 100%;
	border: none;
	outline: none;
	padding: 10px 15px;
	margin-top: 10px;
	color: #888888;
	background: #f9f9f9;
	border-radius: 8px;
}

.send {
	display: inline-block;
	vertical-align: middle;
	padding: 11px 40px;
	margin-top: 8px;
	border: none;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	color: #ffffff;
	border-radius: 8px;
	border: 2px solid #058cc4;
	background: #058cc4;
}

.send:hover {
	background: #ffffff;
	color:#058cc4;
	border: 2px solid #058cc4;
}

.send2 {
	background: url(../images/search.png) no-repeat center center;
	border: none;
	line-height: 36px;
	color: #ffffff;
	font-size: 0;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: -50px;
}
.forms{
	width:100%;
	padding-bottom:60px;	
	margin:0 0 0 3%;
}
.forms li{
	position: relative;
	font-size:16px;
	box-sizing:border-box;
	color:#333333;
	padding:5px;
	border-bottom:1px solid #ffffff;
	margin-top:15px;
}
.forms li.forms-s{
	border-bottom:none;
	padding-top:30px;
}
.forms li img{
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.forms li i{
	font-size:13px;
	font-style: normal;
	color:#e63021;
	padding-left:3px;
}
.form1{
	width:47%;
	margin-right:2%;
	display: inline-block;
}
.form2{
	width:97%;
}
.formpic{
	width:370px;
	height:340px;
	position: absolute;
	right:0;
	top:20px;
	background: #eee;
}
.code{
	font-family:"Courier New", Courier, monospace;
	font-style:italic;
	display: inline-block;
	vertical-align: top;
	margin-top:21px;
	color:#e63021;
	font-size:22px;
	border:0;
	letter-spacing:0px;
	font-weight:bolder; 
	cursor:pointer;
	width:70px;
	margin-left:-75px;
}

.pro_left {
	float: left;
	width: 44%;
	padding:10px;
	position: relative;
	margin-top: 30px;
}

.pro_right {
	float: right;
	width: 53%;
	padding: 20px;
	font-size: 14px;
	line-height: 30px;
	margin-top: 30px;
	color: #666666;
}

.con_one {
	text-align: center;
}

.con_one span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.con_one img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.pro_tit {
	font-size: 28px;
	color: #337FE5;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: "Noto Sans SC","Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}

.pro_model {
	color: #888888;
}

.pro_txt {
	color: #555555;
	margin-top: 20px;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0;
}

.pro_txt li {
	list-style: disc;
	margin-left: 20px;
}

.pro_a {
	margin-top: 30px;
	border-radius: 30px;
	padding: 5px 0 5px 20px;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	display: block;
	width: 180px;
	text-align: center;
	background: #009be0 url(../images/tel01.png) no-repeat 20px center;
}

.pro_a:hover {
	background: #07b2c8  url(../images/tel01.png) no-repeat 20px center;
}

.gotop {
	background: #31a8dc url(../images/gotop.png) no-repeat center center;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 120px;
	z-index: 99;
	border-radius: 50%;
}

.gotop:hover {
	background-color: #2394c5;
}
.pro_t_2{
	display: none;
	color: #40aae2;
	font-weight: 400;
	text-align: left;
	font-size: 15px;
	line-height: 18px
}
.prolist {
	font-size: 14px;
	overflow: hidden;
}

.prolist li {
	padding: 18px 0;
	border-top: 1px solid #dddddd
}
.prolist li:hover{
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0);
	background: #f2f9f9;
}
.prolist li.tit_line {
	border-top: none;
	padding: 5px 0
}

.pro_t {
	background: #40aae2;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
	padding:6px 0;
	line-height: 28px
}

.pro_t1 {
	float:left;	
	width: 50%
}

.pro_t2 {
	float:left;
	width: 18%
}

.pro_t3 {
	float:left;
	width: 31%
}

.pro_txt1 {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	line-height: 24px;
	color: #333333;
	font-size:15px;
	padding: 6px 30px 10px 15px;
	border-radius: 0
}

.pro_txt1 a {
	color: #333333
}

.pro_txt1 a:hover {
	color: #40aae2;
	text-decoration: underline
}
.pro_txt1 span {
	display: block;
	font-size:15px;
	color: #888888;
	margin-bottom:8px;
}
.pro_txt2 {
	display: inline-block;
	vertical-align: middle;
	width: 18%;
	text-align: center;
}

.pro_txt2 span {
	background: #40aae2;
	color: #ffffff;
	padding: 5px 12px;
	line-height: 30px
}

.pro_txt3 {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	font-size:13px;
}

.prolist li ul li {
	padding: 0;
	border: none
}
.prolist li ul li:hover{
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.pro_txt3 p {
	display: inline-block;
	vertical-align: top;
	width: 73%;
	padding-top: 5px;
	margin-right: 5%
}

.pro_txt3 img {
	display: inline-block;
	vertical-align: top;
	border:1px solid #e0e0e0;
	width: 20%;
	margin: 4px 0 4px 0
}
.picbox {
	text-align: center;
	padding: 15px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.picbox img {
	max-width: 100%;
	max-height: 200px;
	height: auto;
	width: auto;
	display: block;
	transition: all 0.6s cubic-bezier(0.17,0.84,0.44,1) 0s;
}

.home_title {
	font-size: 28px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #333333;
	text-align: center;
	font-family: "Nunito Sans","Arial", "Helvetica", "sans-serif";
}

.home_title span {
	display: block;
	font-size: 15px;
	color: #999999;
	font-family: "Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}

.home_title2 {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 20px 0;
	color: #333333;
	text-align: center;
}

.home_news {
	font-size: 0;
}

.home_news ul {
	width: 102%;
}

.home_news li {
	font-size: 14px;
	line-height: 22px;
	position: relative;
	color: #999;
	padding: 30px 0;
	float: left;
	width: 48%;
	margin: 0 2% 30px 0;
	background: #fff url(../images/right02.png) no-repeat 96% 25px;
	padding-left: 105px;
	border: 1px solid #dfdfdf;
	border-radius: 0 20px 0 20px;
}

.home_news li:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.home_news li p {
	font-size: 17px;
	font-weight: 400;
	color: #222222;
	margin-bottom: 10px;
}

.home_news li:hover p {
	color: #0099df;
}


.home_newsinfo {
	font-size: 14px;
	line-height: 25px;
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home_newspic {
	float: left;
	width: 180px;
	height: 120px;
	margin-right: 30px;
}

.home_newspic img {
	width: 100%;
	height: 100%
}

.home_brand li {
	float: left;
	text-align: center;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	width: 12.28%;
	margin: 0 1%;
	margin-bottom: 20px;
	padding: 10px;
}

.home_brand li img {
	max-width: 100%;
}

.p_title {
	font-size: 16px;
	font-weight: 600;
	line-height: 45px;
	margin: 30px 0 10px 0;
	color: #333333;
	border-bottom: 0px solid #e5e5e5;
	background: #f6f6f6;
}

.p_title i {
	background: #0099df;
	height: 16px;
	width: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	margin-left: 12px;
}
.pagination1{
	display:none;
}
.mySwiper2 {
	border: 1px solid #dddddd;
}
.swiper .swiper-slide{
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	color:#ffffff;
	height:550px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mySwiper2 .swiper-slide {
	height: 350px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.subbox{
	max-width:1200px;
	width:100%;	
	text-align: right;

}
.subbox2{
	background: rgba(0,0,0,0.2);
	width:50%;
	padding:18px 15px 18px 20px;
	display: inline-block;
	text-align: left;	
}
.subtitle{
	font-size:28px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Noto Sans SC","Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}
.subtitle i{
	width:15px;
	height:4px;
	background-color: #0099df;
	margin-right:10px;
	margin-top:20px;
	display: inline-block;
	vertical-align: top;
}
.subtitle2{
	font-size:19px;
	line-height: 26px;
	margin:10px 0 10px 30px;
	background: linear-gradient(90deg, #ffffff, #0099df);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.suba{
	margin:30px 0 20px 30px;
}
.suba a{
	background-color: #0099df;
	color:#ffffff;
	font-size:15px;
	padding:6px 25px;
}
.suba a:hover{
	background-color: #06b2ca;
}


.mySwiper {
	margin: 20px 20px 0 20px;
}

.mySwiper .swiper-slide {
	border: 1px solid #dddddd;
	height: 90px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mySwiper .swiper-slide:after{
	border: 1px solid #999999;	
}

.mySwiper img {
	cursor: pointer;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.pro1 {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.promore {
	font-size: 0;
	margin-top: 20px;
}

.promore li {
	width: 23%;
	opacity: 0.8;
	margin-right: 2%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #dddddd;
	cursor: pointer;
}

.promore li div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}

.promore li img {
	max-width: 100%;
	height: auto;
}

.promore li.hover {
	opacity: 1;
}

.prev1,.next1 {
	width: 50px;
	height: 50px;
	border: 0px solid #ffffff;
	border-radius: 50%;
	background: rgba(0,0,0,0.4)
}

.prev1 {
	left: 20px;
}

.next1 {
	right: 20px;
}

.slide_title {
	position: absolute;
	left: 50px;
	top: 50px;
	color: #ffffff;
	font-size: 20px;
}

.slide_title span {
	font-weight: 600;
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}

.home_class {
	text-align: left;
	margin-top: -40px;
	margin-bottom: -40px;
	position: relative;
	z-index: 9;
	border-top: 3px solid #06b2ca;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.home_class li {
	width: 16.66%;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 74px;
	height: 74px;
	border-left: 1px solid #e0e0e0;
	cursor: pointer;
	position: relative;
}

.home_class li:hover {
	color: #0099df;
}

.home_pro {
	padding: 0 0 40px 0;
}

.home_pro ul {
	width: 103%;
}

.home_pro li {
	width: 30.33%;
	float:left;
	margin-right:3%;
}

.picbox1 {
	text-align: center;
	overflow: hidden;
}

.picbox1 img {
	width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
	transition: all 0.6s;
}
.protxt1  p{
	color:#333333;
	font-size:17px;
}
.protxt1 {
	line-height: 26px;
	padding: 15px 5px;
	color: #888888;
	font-size: 15px;
	position: relative;
	transition: all 1s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.protxt1 span{
	position: absolute;
	bottom:0;
	left:0;
	width:20px;
	height:1px;
	background: #cccccc;
	transition: all 0.6s;
}
.home_pro li:hover .picbox1 img {
	transform: scale(1.1);
	opacity: 0.7;
}
.home_pro li:hover .protxt1  p{
	color:#058cc4;
}
.home_pro li:hover .protxt1 span{
	width:100%;
	background: #058cc4;
}
.apage {
	font-size: 15px;
	line-height: 30px;
	margin-top: 60px;
	padding-bottom: 20px;
	position: relative;
	padding: 10px 5px;
	border-top: 1px dashed #ddd;
}

.fnav li {
	display: block;
	float: none;
}

.drawer-toggle {
	top: -50px;
}

.mob-tit {
	display: none;
}

.banner2 {
	display: none;
}

.conlist {
	font-size: 0;
	padding: 100px 0 80px 0;
	background: url(../images/fwbg.jpg) no-repeat center center;
}

.conlist li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 21%;
	margin: 0 2%;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	color: #555555;
}

.conlist li p {
	color: #111111;
	font-size: 18px;
	line-height: 60px;
}

.conlist li div {
	background: #e63d39;
	border: 5px solid #eeeeee;
	border-radius: 50%;
	padding: 5px;
	width: 65px;
	margin: 0 auto;
	overflow: hidden;
}

.conlist li div img {
	width: 60px;
	display: block;
	margin: 0 auto;
}

.conlist li img {
	width: 26px;
}

.cons {
	padding: 10px 10px 50px 10px;
}

.cons p {
	margin-top: 15px;
}

.pic_title {
	padding: 50px 0;
	color: #333;
	font-size: 33px;
	text-align: center;
}

.pic_title span {
	display: block;
	color: #888;
	font-size: 14px;
	line-height: 25px;
	margin-top: 15px;
}

.con_title {
	padding: 40px 0;
	color: #333;
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	border-top: dotted 1px #dddddd;
}

.maps {
	width: 100%;
	height: 350px;
	border: #dddddd solid 1px;
	margin: 20px 0 50px;
	overflow: hidden;
	box-shadow: 7px 7px 0 rgba(0,0,0,0.06);
}

#allmap {
	width: 100%;
	height: 368px;
}

.moves {
	position: absolute;
	display: none;
	width: 120px;
	left: -120px;
	top: 0;
}

.move_1 {
	background: #444;
	line-height: 66px;
	font-size: 16px;
}

.move_2 {
	background: #444;
	line-height: 67px;
	font-size: 16px;
}

.move_3 {
	width: 160px;
	left: -160px;
}

.move_3 img {
	width: 160px;
	height: auto;
}

.qqbox li:hover .moves {
	display: block;
}

.qqbox .gotop {
	background: #666;
}

.sfoot {
	display: none;
}

#share {
	position: fixed;
	z-index: 10;
	left: auto;
	right: 10px;
	top: 180px;
	background: rgba(255,255,255,0.6);
	text-align: center;
	padding: 5px;
	width: 36px;
	overflow: hidden;
	font-size: 12px;
	white-space: nowrap;
	border-radius: 3px;
	box-shadow: 0 0 3px #bbb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8cffffff,endColorstr=#8cffffff);
	zoom: 1;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+180));
}

#share a {
	float: none;
	clear: both;
	margin: 0 0 3px 0;
	padding: 0;
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	overflow: hidden;
	cursor: hand;
	cursor: pointer;
}

#share p {
	margin: 0;
	padding: 5px 0;
}

#share a.CS_QQ {
	background: url(../images/ico_chat.png) center top no-repeat;
}

.serbg {
	background: url(../images/serbg.jpg) no-repeat center top;
}

.sertitle {
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	background: url(../images/ico2.jpg) no-repeat center left;
	background-size: auto 100%;
	padding-left: 60px;
	color: #404040;
	margin: 35px 0;
	font-family: "Noto Sans SC","Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}

.serlist1 {
	text-align: center;
	background: #0070c0;
	font-size: 0;
	margin-bottom: 50px;
	padding: 16px;
}

.serlist1 li {
	float: left;
	text-align: left;
	width: 33.33%;
	padding: 0 30px;
	color: #ffffff;
	font-size: 18px;
	line-height: 32px;
}

.serline {
	border-right: 1px solid #ffffff;
}

.ser_l {
	float: left;
	width: 49.5%;
}

.ser_r {
	float: right;
	width: 49.5%;
}

.ser_box1 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.ser_box1 img {
	width: 70px;
	height: 70px;
	display: block;
}

.ser_tit {
	display: inline-block;
	vertical-align: middle;
	font-weight: 800;
	font-size: 22px;
}

.ser_tit p {
	font-weight: 500;
	font-size: 20px;
	margin-top: 4px;
}

.ser_tit1 {
	font-weight: 800;
	font-size: 22px;
}

.ser_tit1 span {
	font-size: 32px;
}

.serlist1 li.sertop {
	padding-top: 10px;
}

.ser_tit3 {
	font-weight: 800;
	font-size: 18px;
	line-height: 20px;
	margin-top: -3px;
	font-family: Arial, Helvetica, sans-serif;
}

.ser_tit4 {
	font-weight: 800;
	font-size: 19px;
	line-height: 22px;
}

.ser_tit5 {
	font-weight: 800;
	font-size: 20px;
	line-height: 25px;
}

.ser_tit1 p {
	font-weight: 500;
	font-size: 21px;
	margin-top: 5px;
}

.serlist2 {
	text-align: center;
	font-size: 0;
	padding: 0  15px 10px 15px;
	border: dashed 1px #bfbfbf;
/*	background-image: linear-gradient(to bottom, #ffffff, #fafbff);*/
	background: url(../images/serbg2.jpg) no-repeat center center;
	background-size: 100% 100%;
	min-height: 315px;
	height: auto;
}

.serlist2 li {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	margin: 0 2% 0 2%;
	padding: 8px 10px;
	border: 0px solid #dddddd;
}

.serlist2s li {
	padding: 11px 10px;
}

.serlist2_box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
}

.serlist2 li img {
	display: block;
	max-height: 32px;
	max-width: 120px;
	width: auto;
	height: auto;
}

.ser_tit2 {
	font-size: 21px;
	font-weight: 400;
	color: #ffffff;
	background: url(../images/img17.png) no-repeat center center;
	height: 60px;
	text-align: center;
	padding-top: 20px;
	margin-top: -21px;
	margin-bottom: 22px;
}

.ser_tit2b {
	font-weight: 700;
}

.serlist3 li {
	display: inline-block;
	vertical-align: top;
	width: 28%;
	margin: 0 2.5% 10px 2.5%;
	padding: 1px;
	font-size: 16px;
	line-height: 34px;
	border: 1px solid #afc3e9;
	border-radius: 6px;
}

.serlist3 li div {
	background: url(../images/img19.png) repeat-x center bottom;
	background-size: auto 100%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.serlist4 li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 47%;
	margin: 0 1% 20px 1%;
	padding: 10px 20px 10px 25px;
	font-size: 18px;
	background-image: linear-gradient(to right, #c9def9, #ffffff);
	border: 1px solid #aec2e8;
	border-radius: 25px;
}

.serlist4 li span {
	margin-right: 8px;
}

.about_info {
	padding: 10px 0;
	font-size: 17px;
	line-height: 30px;
}

.about_info h1 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 50px;
	letter-spacing: 1px;
}

.about_info h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}

.aboutlist1 {
	text-align: center;
	font-size: 0;
	margin-top: 40px;
}

.aboutlist1 li {
	width: 33%;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding: 0 20px;
}

.aboutlist1 li img {
	width: 200px;
}

.about_tit1 {
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0 10px 0;
}

.about_box1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	width: 90px;
	margin: 0 auto;
	background-image: linear-gradient(to right, #047cd6, #48b2ee);
	border-radius: 50%;
	outline: 8px solid #c4ebfa;
	animation: strokeWidthChange 1s infinite;
}

.about_box1 img {
	display: block;
	max-width: 50px;
}

.aboutlist2 {
	margin-top: 30px;
}
.aboutlist2 li {
	float: left;
	width: 31.33%;
	margin:0 1%;
	padding:0;
	text-align: left;
}
.about_box2 {
	position: relative;
}

.about_box2 img {
	width: 100%;
	display: block;
	padding:0;
	margin:0;
}

.about_ico2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	border: 3px solid #ffffff;
	background-image: linear-gradient(to right, #047cd6, #48b2ee);
	border-radius: 50%;
	animation: strokeWidthChange 1s infinite;
}

.about_ico2 img {
	display: block;
	max-width: 40px;
}

.about_txt2 {
	border: 1px solid #dddddd;
	border-top: none;
	padding: 10px 25px 10px 25px;
	font-size: 16px;
	line-height: 25px;
	color: #666666;
	text-align: center;
	height: 160px;
}

.about_txt2 p {
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 12px;
	color: #333333;
}

.p_title_nav {
	border-top: 1px solid #d9d8d8;
	border-bottom: 1px solid #d9d8d8;
	line-height: 55px;
	color: #777777;
	background: #fcfcfc;
	margin: 30px 0;
}

.p_title_nav ul {
	border-left: 1px solid #d9d8d8;
}

.p_title_nav li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #d9d8d8;
	font-size: 16px;
	width: 160px;
	cursor: pointer;
}

.p_title_nav li.hover {
	color: #222222;
	background: #ffffff;
	border-bottom: 3px solid #337FE5;
}
@media screen and (max-width:1300px) {
	.home_pro ul {
		width: 100%;
	}
	.home_pro li {
		width: 31%;
		margin-right:1%;
		margin-left:1%;
	}
	.caselist {
		width: 100%;
	}
	.caselist li {
		margin-right:1%;
		margin-left:1%;
	}
}
@media screen and (max-width:1200px) {

	.nav,.bantxt1,.home_class,.home_pro li .a_pic,.home_about_pic,.footer li.foot2,.footer li.foot3,.company_pic,.prev1,.next1,.a_pic,.leftbox {
		display: none;
	}
	.home_about_pic_ico {
		top: 5px;
		right: -10px;
	}

	.footer li.foot1 {
		margin-right: 3%;
	}

	.forms {
		width: 100%;
		padding-bottom: 60px;
		margin: 0 auto;
		padding-left: 60px;
	}
	.wrap {
		max-width: 780px;
		width: 100%;
		padding: 0 10px;
		margin: auto;
	}
	.con_info {
		padding: 0 10px 40px 10px;
		font-size: 16px;
		line-height: 32px;
	}
	.header {
		position: fixed;
		background: #ffffff;
		z-index: 99;
		border-bottom: 1px solid #e0e0e0;
	}
	.swiper .swiper-slide{
		height:350px;
	}
	.mySwiper2 .swiper-slide {
		height: 350px;
	}
	.mySwiper .swiper-slide {
		height: 90px;
	}
	.Header-search-click {
		margin-right: 40px;
		margin-top: 12px;
		background: url(../images/find1.png) no-repeat center center;
		background-size: 18px auto;
	}
	.space {
		height: 66px;
	}
	.navs {
		display: block;
	}
	.toplogo {
		height: 66px;
		padding: 7px 0
	}
	.toplag {
		margin-top: 25px;
		margin-right: 30px;
	}
	.topfind{
		margin:25px 10px 0 16px;
		padding-right:15px;
	}
	.Header-search-click {
		width:230px;
		top: 0px;
		background: #ffffff url(../images/find1.png) no-repeat 0 center;
		padding:10px 0px 10px 30px;
		right:80px;
	}
	.tsou{
		width:153px;
	}
	.bg2 {
		padding: 40px 0;
	}
	
	.home_class li {
		font-size: 14px;
		line-height: 70px;
		height: 70px;
	}
	.home_pro {
		padding: 0 0 0 0;
	}
	.home_pro ul {
		width: 100%;
	}

	.home_pro li{
		width:30%;
		margin: 0 1.5% 20px 1.5%;
	}

	.protxt1 {
		margin-bottom: 0;
		padding-top: 0px;
		line-height: 26px;
		font-size: 14px;
		margin-top: 10px;
		text-align: center;
	}

	.protxt1 p {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 0;
	}

	.picbox1 {
		text-align: center;
		font-size: 0;
		float: none;
	}
	.protxt1 span,.home_about_txt img{
		display: none;
	}
	.home_about_l {
		float: none;
		width: 100%;
	}

	.home_news li {
		padding: 15px 20px 15px 100px;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.footer {
		padding: 30px 0 0 0;
		margin-top: 40px;
	}
	.footer li.foot1 {
		width: 100%;
		margin-right: 0;
	}
	.footer li.foot2 {
		margin-left: 2%;
		margin-right:0;
	}
	.footbg {
		margin-top: 30px;
	}
	.photolist {
		margin: 20px 0;
	}

	.photolist li {
		float: left;
		width: 46%;
		margin: 0 2% 30px 2%;
		padding: 0;
		font-size: 15px;
		font-weight: 400;
	}

	.newspic {
		width: 200px;
		height: 140px;
		margin-right: 30px;
	}
	.newlist {
		margin:40px 0 20px 0;
		overflow: hidden;
		padding-bottom:20px;
	}
	.news_title {
		font-size: 21px;
		font-weight: 600;
		margin: 30px 0 10px 0;
	}

	.con_l,.con_r,.pro_left,.pro_right {
		float: none;
		width: 100%;
		padding:10px 0;
	}

	.pro_left {
		padding: 20px;
		margin-bottom: -20px;
	}
	.bantxt {
		height: auto;
	}
	.proclass li {
		font-size: 16px;
		line-height: 60px;
		margin-right:40px;
	}
	.proclass2 {
		padding: 5px 0;
	}

	.proclass2 li {
		font-size: 14px;
		line-height: 35px;
	}
	.caselist li {
		margin-right:1%;
		margin-left:1%;
		width:98%;
	}
	.conlist {
		padding: 60px 0;
	}

	.conlist li {
		width: 46%;
		margin: 10px 2%;
	}
	.home_title{
		font-size:21px;
	}
	.about_info h1 {
		font-size: 24px;
	}
	.subbox2{
		background: rgba(0,0,0,0.2);
		width:auto;
		padding:18px 25px 18px 20px;
		display: inline-block;
		text-align: left;	
	}
}

@media screen and (max-width:640px) {
	body{
		overflow-x:hidden; 
	}
	.wrap {
		padding: 0;
	}

	.toplogo {
		height: 60px;
	}
	.toplag {
		margin-top: 22px;
		margin-right: 38px;
	}
	.topfind{
		margin:20px 8px 0 16px;
		padding-right:15px;
	}
	.space {
		height: 55px;
	}

	.header {
		border-bottom: 1px solid #e0e0e0;
	}

	.toplogo,.case_more,.bg5,.banner1,.h_date,.a_news,.a_pic2,.bantxt,.h_title,.home_class2,.pro_t {
		display: none;
	}

	.toplogo2,.banner2,.bantxt2 {
		display: block;
	}
	.toplogo2{
		height:55px;
		padding:8px 0;
		float:left;
	}
	.toplogo2 img{
		height:100%;
	}
	.home_box{
		background: #f6f6f6 url(../images/wbg2.png) no-repeat right bottom;	
	}
	.home_about_title {
		font-size: 20px;
		line-height: 30px;
	}
	.home_left,.home_right{
		display: block;
		width:94%;
		margin:0 auto;
	}
	.home_more a {
		width: 85px;
		font-size: 12px;
		line-height: 32px;
		border-radius: 15px;
	}
	.smore{
		position: relative;
		margin-top:15px;
		bottom:0;
		text-align: left;
	}
	.smore a{
		padding:10px 25px 10px 50px;
		font-size:15px;
		background-position: 20px center;
	}
	.mob-tit {
		display: block;
		text-align: center;
		font-size: 17px;
		color:#058cc4;
		font-weight: 600;
		line-height: 40px;
		background: #f5f5f5;
	}
	.banner {
		padding: 0;
	}
	.subtitle{
		font-size:22px;
		letter-spacing: -1px;
		font-weight: 600;
	}
	.subtitle i{
		display: none;
	}
	.subtitle2{
		font-size:16px;
		margin:5px 0 0 0;
	}
	.rightbox {
		margin-top: 0;
	}

	.bg2 {
		background: transparent;
	}

	.bg2,.bg,.bg3 {
		padding: 30px 0 30px 0;
	}

	.bg {
		padding-bottom: 60px;
	}

	.bg4 {
		padding-top: 0;
		padding-bottom: 30px;
		border-top: 1px solid #e5e5e5;
	}

	.footer {
		margin-top: 20px;
		padding: 10px 15px 10px 15px;
	}

	.footer li {
		display: block;
		line-height: 24px;
	}
	.footer li.foot1 {
		width: 100%;
	}

	.footer li p {
		font-size: 16px;
		margin-bottom: 0;
		margin-top: 15px;
	}
	.footbg {
		line-height: 22px;
		padding: 10px 0;
		margin-top: 10px;
	}
	.fnav-list {
		position: relative;
		padding: 0;
		width: 100%;
		margin-top: 40px;
		background: #111111;
		display: block
	}

	.fnav-list li {
		position: relative;
		padding: 0;
		border-bottom: 1px solid #333333;
	}

	.fnav-list li a,.fnav-list li p {
		font-size: 15px;
		line-height: 44px;
		font-weight: 400;
		display: block;
		margin: 0;
		padding: 0 18px;
		color: #eeeeee;
	}

	.fnav-list li.hasmore {
		background: url(../images/jia.png) no-repeat 97% center;
		background-size: 11px auto;
	}

	.fnav-list li.hover {
		background: url(../images/jian.png) no-repeat 97% center;
		background-size: 11px auto;
	}

	.favinfo {
		background: #222222;
		border-bottom: 1px solid #333333;
	}

	.favinfo li {
		border-bottom: none;
	}

	.favinfo li a {
		color: #aaaaaa;
		font-size: 15px;
		display: block;
		line-height: 40px;
		padding: 0 25px;
	}

	.home_about {
		padding: 0 10px;
	}

	.home_pro li {
		width: 96%;
		margin: 0 2% 10px 2%;
		padding: 5px;
		border-radius: 0;
	}

	.home_news {
		margin: 0 10px;
	}

	.home_news ul {
		width: 100%;
	}

	.home_news li {
		padding: 10px;
		margin-bottom: 10px;
		border-radius: 0;
		background: transparent;
	}

	.home_news li p {
		font-size: 15px;
		margin-bottom: 10px;
		padding-top: 6px;
	}

	.home_newspic,.newspic {
		width: 150px;
		height: 100px;
		margin-right: 20px;
		border: 1px solid #ffffff;
	}

	.home_title1 {
		font-size: 0;
		margin: 0;
		padding: 0;
	}

	.home_title,.home_title1 span {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
		text-align: center;
	}

	.home_title span {
		display: none;
	}

	.con_title {
		font-size: 22px;
		line-height: 40px;
		font-weight: 400;
		padding: 20px 0;
	}

	.home_title1 i {
		width: 30px;
		margin-top: 0;
	}

	.bj {
		background: #ffffff;
	}

	.ban {
		margin-bottom:20px;
	}

	.con_info {
		padding: 10px 10px 20px 10px;
		font-size: 15px;
		line-height: 25px;
	}
	.con_info img {
		max-width: 97%;
		width: auto;
	}

	.maps {
		padding: 10px;
		width: 100%;
	}

	.conlist {
		padding: 30px 0;
	}

	.forms {
		margin: 0;
		padding: 0 20px;
	}

	.form1 {
		width: 100%;
		margin-right: 0;
		display: block;
	}

	.form2 {
		width: 100%;
	}

	.newstit {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		padding: 0 0 0 0;
		margin-bottom: 10px;
		-webkit-line-clamp: 2;
	}
	.newsinfo {
		font-size: 14px;
		line-height: 20px;
	}
	.picbox,.picbox1 {
		padding: 0px;
	}

	.tsou {
		width: 60%;
	}

	.tsend {
		background-size: 18px auto;
		width: 50px;
		height: 34px;
	}

	.Header-search-item {
		padding: 20px 0;
	}

	.proclass1 {
		display: block;
	}

	.newlist {
		padding: 0 10px;
		margin-top: 0;
	}

	.newlist li {
		padding: 15px 10px;
		margin-bottom: 0;
		background: transparent;
		border-bottom: 1px solid #dddddd;
	}

	.news_title {
		font-size: 18px;
		line-height: 30px;
		font-weight: 600;
		padding: 0 10px;
	}

	.c_dates {
		padding: 0 10px;
	}

	.pro_tit {
		font-size: 22px;
		font-weight: 400;
	}

	.pro_left {
		margin-top: 0;
	}

	.picbox {
		padding: 5px;
		height: 160px;
	}

	.picbox img {
		max-height: 160px;
	}

	.toplag2 {
		display: block;
		margin-right: 45px;
	}
	.about_info h1 {
		font-size: 22px;
		line-height: 30px;
		padding:0 30px;
	}
	.about_info h2 {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 30px;
	}
	.pro_txt td{
		display:table;
		width:95% !important
	}
	.mySwiper{
		display: none;
	}
	.next-prev{
		display: none;
	}
	.swiper .swiper-slide{
		height:220px;
	}
	.mySwiper2 .swiper-slide {
		height: 220px;
	}
	.mySwiper .swiper-slide {
		height: 60px;
	}
	.pagination1{
		display: block;
	}
	.pro_tit {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.con_info2 h2{
		font-size: 20px !important
	}
	.con_info2 h2 img{
		width:20px;
	}
	#con_one_1 div{
		margin-bottom:10px !important
	}
	.table_box{
		overflow-x:auto;
	}
	.table_box table{
		width:800px;
	}
	.con_info2 td{
		font-size:14px;
		line-height: 22px;
	}
	.pages {
		line-height: 32px;
	}
	.pa:link,.pa:visited {
		padding: 0 12px;
		margin: 3px;
	}
	.paon {
		padding: 0 12px;
		margin: 3px;
	}
	.paon2 {
		margin: 3px;
		padding: 0 12px;
	}
	.caselist {
		padding-top:10px;
	}
	.caselist li {
		padding: 10px 5px 10px 5px;
		margin-bottom:0;
		font-size: 14px;
		line-height: 22px;
		border-radius:0px;
		background: #ffffff url(../images/wbg2.png) no-repeat right bottom;
		border-bottom:dotted 1px #dddddd;
	}
	.case_pic{
		width:26%;
		margin-right:3%; 
		height:auto;
		border-radius:0px;
	}
	.picbox1{
		height:200px;
		overflow: hidden;
	}
	.Header-search-click{
		width:100%;
		top: 40px;
		left:0;
		right:0;
		background: #f6f6f6 url(../images/find1.png) no-repeat 18px center;
		background-size:20px auto; 
		padding:10px 10px 10px 60px;		
	}
	.tsou{
		width:86%;
	}
	.footer li.foot1 img {
		max-width: 150px;
		max-height:40px;
	}
	.prolist li.tit_line,.pro_txt3 li img{
		display: none;
	}
	.prolist{
		margin-top:-20px;
	}
	.pro_t_2{
		display:inline-block;
	}
	.pro_txt1,.pro_txt2,.pro_txt3{
		display: block;
		width:100%;
		text-align: left;
		padding-left:10px;
		padding-right:10px;
	}
	.pro_txt2 span{
		background: transparent;
		color:#666666;
		width:auto;
		padding:0;
	}
	.pro_txt3 ul{
		display: inline-block;
		width:auto;		
	}
	.pro_txt3 p {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding-top: 0;
		margin-right: 0
	}
	.prolist li{
		border-top:none;
		border-bottom:1px solid #dddddd;
	}
}