@charset "utf-8";

body {
	font-size: 14px;
	color: #000000;
	font-family: "Roboto","Microsoft Yahei","Arial", "Helvetica", "sans-serif";
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

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

ol,ul,li {
	list-style: none
}

a:link,a:visited {
	color: #000000;
	text-decoration: none;
}

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

.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: "Open Sans","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;
}

.header {
	width: 100%;
	padding: 10px 0;
}

.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: 70px;
	padding: 5px 0;
	margin-right: 20px;
}

.toplogo img {
	max-height: 100%;
	width: auto;
	display: block;
}

.toplag {
	float: right;
	margin-top: 18px;
	font-size: 14px;
	line-height: 30px;
	position: relative;
}

.toplag img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.toplag a {
	padding: 0 7px;
	font-size: 13px;
	display: block;
}

.toplag a:hover {
	color: #d40f7d;
}

.toplag span {
	border: 1px solid #ffffff;
	padding: 8px 10px;
}

.toplag:hover span {
	border: 1px solid #d40f7d;
	color: #d40f7d;
}

.toplag:hover .laglist {
	display: block;
}

.laglist {
	position: absolute;
	z-index: 9;
	left: -5px;
	padding-top: 10px;
	width: 140px;
	display: none;
}

.toplag ul {
	background: #ffffff;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
}

.toplag ul li {
	line-height: 40px;
	padding-left: 15px;
	border-bottom: 1px solid #eeeeee;
}

.toplag ul li:hover {
	background: #f3f3f3;
}

.topsearch {
	float: right;
	margin-top: 18px;
	margin-right: 20px;
}

.tsou {
	outline: none;
	width: 140px;
	font-size: 13px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dddddd;
	padding: 0 10px;
}

.tsend {
	background: #ffffff url(../images/find1.png) no-repeat center center;
	font-size: 0;
	width: 38px;
	height: 32px;
	border: none;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: -8px;
	border: 1px solid #dddddd;
}

.navs,.mfoot,.fnav-list {
	display: none;
}

.nav {
	float: left;
}

.nav li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	transition: all 0.5s;
	position: relative;
	padding: 0 20px;
}

.nav li:hover {
	background: #f2f2f2;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

.nav li a {
	display: block;
	font-size: 15px;
	line-height: 70px;
	font-weight: 700;
	color: #000000;
}

.nav li:hover a {
	text-decoration: underline;
}

.nav li.current a {
	color: #de222c;
}

.nav li:hover .nav-sub {
	display: block;
}

.nav-sub {
	position: absolute;
	display: none;
	z-index: 100;
	left: 0;
	transition: height 2s linear;
	width: 350px;
	text-align: left;

}
.nav-sub ul{
    display: inline-block;
    min-width:100px;
	padding: 15px 20px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 6px 6px rgba(0,0,0,0.2);
}

.nav-sub li {
	margin-right: 0;
	padding: 0;
	width: 100%;
	position: relative;
	display: block;
	text-align: left;
}

.nav li .nav-sub li a {
	color: #333333;
	font-size: 14px;
	line-height: 35px;
	font-weight: 400;
	padding: 0;
	text-decoration: none;
}

.nav li .nav-sub li:hover {
	background: transparent;
	box-shadow: inset 0 0 0 rgba(0,0,0,0.2);
}

.nav li .nav-sub li:hover a {
	color: #000000;
	text-decoration: underline;
}

.banner {
	background: url(../images/home-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	max-width: 1340px;
	width: 100%;
	height: 780px;
	margin: 0 auto;
}

.banclass {
	width: 250px;
	float: right;
	margin-top: 200px;
	box-shadow: inset 0 0 0 rgba(0,0,0,0.2);
}

.banclass p {
	font-weight: 800;
	font-size: 17px;
	line-height: 50px;
}

.home_class {
	text-align: left;
	position: relative;
	background: #ffffff;
	padding: 15px;
	margin-top: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.home_class li {
	font-size: 15px;
	line-height: 35px;
}

.home_class li.topline {
	border-top: 1px solid #e6e6e6;
}

.home_class li a {
	display: block;
}

.home_class li span {
	position: absolute;
	width: 20px;
	height: 20px;
	color:#333333;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	border: 2px solid #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}

.home_class li span:hover,.home_class li:hover span {
	background: #d40f7d;
	color: #ffffff;
}

.home_class li:hover {
	color: #d40f7d;
}

.home_class li:hover  a {
	color: #d40f7d !important
}

.home_class li i {
	padding-top: 5px;
}

.ico1 {
	top: 100px;
	left: -520px;
}

.ico2 {
	top: 200px;
	left: -530px;
}

.ico3 {
	top: 390px;
	left: -710px;
}

.ico4 {
	top: 205px;
	left: -130px;
}

.ico5 {
	top: 170px;
	left: -330px;
}

.ico6 {
	top: 470px;
	left: -565px;
}

.ico7 {
	top: 350px;
	left: -430px;
}

.ico8 {
	top: 300px;
	left: -860px;
}

.ico9 {
	top: 365px;
	left: -815px;
}
.ico10{
	top:125px;
	left:-100px;
}
.alla {
	background: #d40f7d;
	border: 2px solid  #d40f7d;
	color: #ffffff;
	font-size: 16px;
	line-height: 36px;
	padding-left: 16px;
	display: block;
	text-align: left;
	font-weight: 600;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
}

.home_pro {
	font-size: 0;
	margin: 100px 0 60px 0;
}

.home_pro ul {
	width: 102%;
}

.home_pro li {
	width: 23%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 2% 25px 0;
	border-top: 3px solid #000000;
}

.home_pro li p {
	line-height: 40px;
	font-size: 17px;
	font-weight: 700;
	transition: 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.home_pro li p i {
	position: absolute;
	right: 5px;
	font-style: normal;
	transform: scaleX(-1);
}

.home_pro li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 0;
	transition: 0.3s;
	background-color: rgb(0, 0, 0);
}

.home_pro li:hover p {
	z-index: 1;
	color: #fff;
	padding-left: 10px;
}

.home_pro li:hover::before {
	width: 100%;
}

@keyframes LeftToRight {
	from {
		transform: scaleX(0);
	}

	to {
		transform: scaleX(1);
	}
}

.home_other {
	font-size: 0;
	margin: 100px 0 60px 0;
}

.home_other ul {
	width: 103%;
}

.home_other li {
	width: 30.33%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 3% 25px 0;
	border-top: 3px solid #000000;
}

.home_other li p {
	line-height: 40px;
	font-size: 17px;
	font-weight: 600;
	transition: 0.3s;
}

.home_other li p i {
	position: absolute;
	right: 5px;
	font-style: normal;
	transform: scaleX(-1);
}

.home_other li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 0;
	transition: 0.3s;
	background-color: rgb(0, 0, 0);
}

.home_other li:hover p {
	z-index: 1;
	color: #fff;
	padding-left: 10px;
}

.home_other li:hover::before {
	width: 100%;
}

.app_info {
	width: 50%;
	font-size: 15px;
	line-height: 28px;
}

.app_img {
	width: 45%;
}

.app_info1 {
	float: left;
}

.app_info2 {
	float: right;
}
.app_info2 table{
    margin:10px 0;
}
.app_info2 table td,.app_info2 table th{
    border-bottom:1px solid #e5e5e5;
    padding:5px;
    
}
.app_img1 {
	float: right;
}

.app_img2 {
	float: left;
}

.app_line {
	background: #000000;
	height: 1px;
	border: none;
	margin: 40px 0;
}

.app_ico {
	margin-top: 30px;
	line-height: 20px;
}

.app_ico h3 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0;
}

.app_ico td {
	padding: 10px;
}

.app_ico img {
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
}

.app_ico div {
	padding-bottom: 30px;
	width: 80%;
	display: inline-block;
	vertical-align: top;
}

.ban {
	max-width: 1340px;
	width: 100%;
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.ban p {
	background: #ffffff;
	margin-top: 30px;
	display: inline-block;
	padding: 16px 30px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.ban img {
	display: block;
	margin: 0 auto;
}

.bantxt {
	padding: 15px 0;
	font-size: 13px;
	margin-bottom: 60px;
}

.bantxt a {
	margin: 0 6px;
}

.bantxt a:hover {
	text-decoration: underline;
}

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

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

.conbox {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

.home_about {
	line-height: 24px;
	font-size: 16px;
	width: 100%;
	padding-bottom: 60px;
}

.home_about_tit {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 20px;
}

.home_about_tit p {
	color: #d40f7d;
}

.home_about_line {
	background: url(../images/campaign-stripes.png) repeat-x 0 0;
	background-size: 100% 40px;
	height: 40px;
	margin: 30px 0;
}

.home_about_a {
	margin-top: 20px;
}

.home_about_a a {
	display: inline-block;
	padding: 0 40px;
	text-align: center;
	background: #d40f7d;
	border: 1px solid #d40f7d;
	color: #ffffff;
	line-height: 38px;
	text-transform: uppercase;
}

.home_about_a a:hover {
	color: #d40f7d;
	background: #ffffff;
}

.home_about p {
	margin-top: 10px;
}

.home_about_pic {
	float: right;
	width: 32%;
	position: relative;
	text-align: right;
	padding-top: 30px;
	margin-right: 30px;
}

.home_about_pic img {
	border-radius: 40px 0 40px 0;
	max-width: 100%;
	width: auto;
	height: auto;
}

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

.pages {
	font-size: 14px;
	line-height: 35px;
	margin: 20px 0;
}

.pa:link,.pa:visited {
	color: #333333;
	padding: 0 15px;
	text-align: center;
	display: inline-block;
	background: #e2e2e2;
	margin: 0 6px;
	border-radius: 4px;
}

.pa:hover {
	text-decoration: none;
	color: #d40f7d;
}

.paon {
	color: #999999;
	background: #ebebeb;
	padding: 0 15px;
	margin: 0 6px;
	display: inline-block;
	border-radius: 4px;
}

.paon2 {
	color: #ffffff;
	background: #d40f7d;
	margin: 0 6px;
	padding: 0 15px;
	display: inline-block;
	border-radius: 4px;
}

.footer {
	background: #e6e6e6;
	padding: 50px 0 20px 0;
	font-size: 14px;
	margin-top: 80px;
}

.footer li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
}

.footer li p {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}

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

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

.footer li.foot3 {
	float: right;
	text-align: left;
	margin-left: 20px;
	font-size: 13px;
}

.footer li.foot3 img {
	height: 80px;
	display: block;
	margin: 15px 6px 0 6px;
	border: 1px solid #999999;
}

.footer li.foot3 i {
	background: #000000;
	color: #ffffff;
	width: 32px;
	text-align: center;
	line-height: 32px;
	margin: 0 5px;
	border-radius: 50%;
}

.footer li.foot3 i:hover {
	background: #ffffff;
	color: #000000;
}

.footer li.foot3 span {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.footbg {
	text-align: center;
	line-height: 30px;
	padding: 15px 0;
	margin-top: 40px;
	border-top: 2px solid #000000;
}

#tline {
	border-top: 1px dashed #ddd;
}

.con_info {
	padding: 10px;
	font-size: 14px;
	line-height: 26px;
}

.con_info2 {
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 50px;
}

.con_info p {
	margin-top: 10px;
}

.con_info2 p {
	margin-top: 10px;
}

.con_info li,.con_info2 li {
	margin-left: 30px;
}

table.table-d {
	background: #cccccc
}

table.table-d td {
	background: #FFF;
	font-size: 14px;
}

.con_info img,.con_info2 img {
	margin: 10px 6px;
	max-width: 100%;
	width: auto;
}

.company_pic {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.photolist {
	margin: 40px 0 40px 4%;
}

.photolist li {
	float: left;
	width: 46%;
	margin-right: 4%;
	background: #ffffff;
	padding: 30px;
	margin-bottom: 40px;
	font-size: 17px;
	text-align: center;
	font-weight: 600;
}

.photolist li:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.photopic {
	margin-bottom: 15px;
}

.caselist ul {
	width: 102%;
	font-size: 0;
}

.caselist li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-right: 2%;
	font-size: 14px;
}

.caselist li  p {
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	margin: 14px 0;
}

.newlist ul {
	width: 102.33%;
	font-size: 0;
}

.newlist li {
	position: relative;
	padding: 20px 0;
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 2.33%;
	font-size: 14px;
	line-height: 20px;
}

.newlist li p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 14px 0;
}

.newlist li p:hover {
	color: #d40f7d;
}

.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;
}

.newsa {
	margin-top: 10px;
}

.newsa a {
	font-weight: 600;
}

.newspic {
	overflow: hidden;
}

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

.news_title {
	font-size: 23px;
	font-weight: 600;
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.c_dates {
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 13px;
}

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

.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;
}

.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;
}

.sou {
	font-size: 16px;
	line-height: 20px;
	box-sizing: border-box;
	width: 100%;
	border: none;
	outline: none;
	padding: 10px 15px;
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid #d0d0d0;
}

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

.send:hover {
	background: #ffffff;
	color: #d40f7d;
}

.formbox {
	position: relative;
	padding: 50px;
	text-align: center;
	margin-bottom: 100px;
	border: 1px solid #eeeeee;
}

.formbox li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 45%;
	margin: 0 2% 20px 2%;
	font-size: 15px;
	line-height: 30px;
	box-sizing: border-box;
}

.formbox li.form2 {
	width: 94%;
}

.pro_left {
	float: left;
	width: 55%;
	position: relative;
	padding-bottom: 20px;
}

.pro_right {
	float: right;
	width: 40%;
	padding-bottom: 20px;
}

.pro_tit {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.con_w table{
	margin:10px 0;
	width:100% !important;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}
.con_w td{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color: #c9eef0;
	padding:5px;
	line-height: 24px;
}
.pro_txt {
	font-size: 15px;
	line-height: 25px;
}

.pro_txt h1 {
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "Oswald","Arial", "Helvetica", "sans-serif";
}

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

.r_move{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;	
	z-index: 99;
	border-radius: 50%;
	cursor: pointer;	
}
.mailto {
	bottom: 160px;
	background: #07bb8a url(../images/icon_chat.png) no-repeat center -50px;
}
.mailto:hover {
	background: #f5b246 url(../images/icon_chat.png) no-repeat center -100px;
}
.gotop {
	bottom: 100px;
	background: #b0b0b0 url(../images/icon_chat.png) no-repeat center top;
}
.gotop:hover {
	background-color: #999999;
}

.proclass {
	padding-bottom: 40px;
}

.proclass_t {
	font-size: 20px;
	font-weight: 700;
	font-family: "Oswald","Arial", "Helvetica", "sans-serif";
	line-height: 50px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}

.proclass li {
	font-size: 15px;
	line-height: 30px;
	padding: 0 10px;
}

.proclass li:hover: a {
	text-decoration: underline;
}

.prolist li {
	border-bottom: 1px solid #000000;
	font-size: 14px;
	line-height: 22px;
	padding: 30px 0 30px 150px;
	position: relative;
	min-height:180px;
}

.prolist li a:hover {
	color: #d40f7d;
}
.prolist li ul li{
 	border-bottom: 0px solid #000000;
	padding:0;   
	list-style: disc;
	margin-left:20px;
}

.protit {
	font-size: 20px;
	font-weight: 700;
	padding: 5px 0;
}

.protxt {
    color:#555555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.picbox {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	position: absolute;
	top:30px;
	left:0;
}

.picbox img {
	width: 100%;
	height: auto;
	display: block;
}

.soluclass {
	font-size: 14px;
	line-height: 32px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.soluclass li:hover a {
	color: #d40f7d;
}

.soluclass_t {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	background: #d40f7d;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 600;
}

.soluclass ul {
	display: inline-block;
	vertical-align: top;
}

.soluclass li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.solulist li {
	padding: 0;
}
.atip{
	margin-top:-40px;
	position: absolute;
}
.solutxt {
	padding: 10px 15px;
	text-align: center;
	overflow: hidden;
}

.solutxt p {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.solubox {
	text-align: center;
	padding: 10px;
	height: 240px;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #dddddd;
}

.solubox 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;
}

.solulist li:hover .solubox img {
	transform: scale(1.05);
	transition: all 0.6s cubic-bezier(0.17,0.84,0.44,1) 0s;
}
.app_ico{
	margin-top:30px;
	line-height: 20px;
	font-size:0;
}
.app_ico li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin:0;
	width:50%;
	font-size:14px;
	padding:20px 30px 20px 100px;
}
.app_ico h3{
	font-size:19px;
	margin-bottom:12px;
}
.app_ico td{
	padding:10px;
}
.app_ico li img{
	position: absolute;
	width:70px;
	left:0;
	top:20px;
}
.home_title {
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
}

.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;
}

.mySwiper2 {
	border: 1px solid #dddddd;
}

.mySwiper2 .swiper-slide {
	height: 350px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.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 img {
	cursor: pointer;
}

.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;
}

.apage {
	font-size: 15px;
	line-height: 30px;
	margin-top: 50px;
	padding-bottom: 20px;
	position: relative;
	padding: 10px 5px;
	border-top: 1px dashed #ddd;
}

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

.mob-tit {
	display: none;
}

.banner2 {
	display: none;
}

.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;
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	border-top: dotted 1px #dddddd;
}

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

.forms li {
	position: relative;
	font-size: 14px;
	box-sizing: border-box;
	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;
}

.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;
	font-weight: bolder;
	cursor: pointer;
	width: 70px;
	margin-left: -75px;
}

.maps {
	width: 90%;
	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;
}

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

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

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

@media screen and (max-width:1200px) {

	.nav,.footer li.foot3,.leftbox,.soluclass {
		display: none;
	}

	.ban {
		max-width: 800px;
		width: 100%;
		height: 200px;
	}

	.bantxt {
		margin-bottom: 30px;
	}

	.forms {
		width: 100%;
		padding: 10px 0;
	}

	.forms li {
		margin-top: 10px;
	}

	.wrap {
		max-width: 800px;
		width: 100%;
		padding: 0 10px;
		margin: auto;
	}

	.header {
		position: fixed;
		background: #ffffff;
		z-index: 99;
		padding: 0;
	}

	.banner {
		max-width: 800px;
		background-size:cover;
		height: 460px;
	}

	.space {
		height: 70px;
	}

	.navs {
		display: block;
	}

	.toplogo {
		height: 70px;
		padding: 5px 0
	}

	.toplag {
		margin-top: 20px;
		margin-right: 30px;
	}

	.banclass {
		width: 220px;
		margin-top: 80px;
	}

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

	.home_class li {
		line-height: 34px;
	}

	.home_class li span {
		width:16px;
		height:16px;
		line-height: 18px;
	}

	.ico1 {
		top: 70px;
		left: -270px;
	}

	.ico2 {
		top: 140px;
		left: -40px;
	}

	.ico3 {
		top: 220px;
		left: -220px;
	}

	.ico4 {
		top: 250px;
		left: -385px;
	}

	.ico5 {
		top: 130px;
		left: -280px;
	}

	.ico6 {
		top: 290px;
		left: -300px;
	}

	.ico7 {
		top: 120px;
		left: -160px;
	}

	.ico8 {
		top: 190px;
		left: -460px;
	}

	.ico9 {
		top: 230px;
		left: -450px;
	}
	.ico10{
		top:85px;
		left:-28px;
	}
	.app_line {
		margin: 20px 0;
	}

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

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

	.ban p {
		top: 20px;
		padding: 10px 30px;
		font-size: 30px;
	}

	.pro_tit {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.home_about_tit {
		font-size: 25px;
		line-height: 35px;
	}

	.home_pro {
		margin: 50px 0 30px 0;
	}

	.home_pro ul {
		width: 100%;
	}

	.home_pro li {
		width: 23%;
		margin: 0 1% 20px 1%;
		border-top: 3px solid #000000;
	}
	.home_pro li p{
		font-size:15px;
	}
	.newlist ul {
		width: 100%;
	}

	.newlist li {
		padding: 10px 0;
		width: 46%;
		margin: 0 2%;
	}

	.newlist li p {
		font-size: 20px;
		margin: 10px 0;
	}

	.leftbox,.rightbox,.pro_left,.pro_right {
		float: none;
		width: 100%;
		margin-top: 12px;
	}

	.pro_left {
		padding: 10px;
	}

	.pro_right {
		padding: 0 100px;
		text-align: center;
	}

	.prolist li {
		padding: 20px 0;
		font-size: 14px;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}

	.protit {
		font-size: 20px;
		padding: 5px 0;
	}

	.protxt {
		-webkit-line-clamp: 3;
		
	}

	.caselist ul {
		width: 100%;
	}

	.caselist li {
		width: 46%;
		margin: 0 2% 20px 2%;
		font-size: 15px;
	}

	.caselist li  p {
		font-size: 21px;
		line-height: 22px;
		font-weight: 600;
		margin: 14px 0;
	}
}

@media screen and (max-width:640px) {

	.topsearch,.bantxt,.ban,.footer li.foot2,.home_class li span {
		display: none;
	}

	.header {
		border-bottom: 1px solid #dddddd;
		margin-bottom: 20px;
	}

	.toplogo {
		height: 60px;
		padding: 8px 0;
	}

	.toplag {
		margin-top: 15px;
	}

	.space {
		height: 80px;
	}

	.wrap {
		padding: 0 15px;
	}

	.banner{
		margin-top:-20px;
		height:420px;
		background-image: url(../images/home-bgs.jpg);
	}
	.banclass{
		width:70%;
		margin:0 auto;
		float:none;
		padding-top:50px;
	}
	.home_class {padding:15px 20px;}
	.home_class li {line-height:40px;}
	.home_class li a{padding-left:5px;}
	.footer li.foot1 {
		width: 100%;
		margin: 0;
	}

	.home_pro li {
		width: 48%;
	}

	.pro_tit {
		font-size: 24px;
	}

	.newlist li {
		width: 96%;
		margin: 0 2%;
	}

	.prolist li {
		padding: 0 0 20px 0;
		margin-bottom: 20px;
	}

	.pro_right {
		padding: 0 20px;
	}

	.app_info {
		width: 100%;
	}

	.app_img {
		width: 100%;
		margin-bottom: 10px;
	}

	.app_info1,.app_info2,.app_img1,.app_img2 {
		float: none;
	}

	.app_ico h3{
		font-size:18px;
		margin-bottom:6px;
	}
	.app_ico li{
		width:100%;
		font-size:14px;
		padding:10px 10px 10px 90px;
	}

	.home_about_tit {
		font-size: 22px;
		line-height: 28px;
	}
}