﻿@charset "utf-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: '微软雅黑' !important;

}

ol,
ul,
li,
dl,
dt,
dd,
form,
p,
h1,
h2,
h3,
h4,
h5,
img {
	margin: 0px;
	padding: 0px;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	border: none;
	max-width: 100%;
}

a {
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.ell {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

input,
textarea {
	outline: 0;
	resize: none;
	border: none;
	_border: 0;
	margin: 0;
	padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {


	-webkit-appearance: none;


}


textarea {
	-webkit-appearance: none;
}


select {
	border: 0;
}

input {
	margin: 0;
	padding: 0;
	border: none;
}

table,
table td {
	border-collapse: collapse;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}

.wrap {
	width: 1460px;
	margin: 0px auto;
}

.nav ul li {
	float: left;
	margin-right: 50px;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.nav ul li:nth-last-child(1)
{
	margin-right: 0;
}

.nav ul li a {
	font-size: 16px;
	color: #fff;
}

.nav ul .on a {
	color: #338EFE;
}

.header {
	padding: 5px 0px;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	opacity: 0.8;
}

.search {
	font-size: 16px;
	color: #5e5e5e;
	line-height: 50px;
	height: 50px;
	position: relative;
}

.search a:hover {
	color: #338EFE
}

.search a {
	font-size: 16px;
	color: #5e5e5e;
}

.search img {
	position: relative;
	top: -17px;
	position: relative;
	z-index: 99
}

.yc_div {
	position: absolute;
	top: 100%;
	left: -35px;
	width: 222px;
	z-index: 10;
	display: none;
	background: #000;
	z-index: 9999;
}

.yc_div span {
	display: block;
	overflow: hidden;
	padding-left: 35px;

}

.yc_div>span>a {
	display: block;
	color: #898989;
}

.yc_div span:hover {
	background: #f9f9f9;
}

.yc_div>span:hover>a {
	color: #338EFE;
}

.nav ul li:hover .yc_div {
	display: block;
}

.nav>ul>li:hover>a {
	color: #338EFE;
}

.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #338EFE;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.main_top {
	text-align: center;
	padding: 140px 0px 100px;
}

.main_top span {
	font-size: 36px;
	color: #222222;
	font-weight: bold;
	display: block;
}

.main_top p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	font-family: 'Arial';
	text-transform: uppercase;
}

/* .pro_nav ul li:nth-child(1){background: #ededed;} */
.pro_nav ul li {
	width: 24%;
	padding: 0;
	float: left;
	height: auto;
	box-sizing: border-box;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;

}

.pro_nav ul li:hover {
	box-shadow: 0 0 10px #a9a9a933;
	transform: scale(1.05);
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.pro_nav ul li span {
	display: block;
	height: 270px;
	background: #EDEDED;
	text-align: center;
	line-height: 270px;
}

.pro_nav ul li span img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.pro_nav ul li p {
	font-size: 14px;
	color: #969696;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
}

.pro_img {
	margin-top: 65px;
}

@media (min-width:1200px) {
	.pro_nav ul li+li {
		margin-left: 1.33%
	}
}

/* .pro_nav ul li:nth-child(2){background: #f5f4f0;}
.pro_nav ul li:nth-child(3){background: #f0f7f9;}
.pro_nav ul li:nth-child(4){background: #e6e5ea;margin-right: 0px;} */

.pro_nav {
	margin-bottom: 140px;
}

.case {
	background: #ededed;
	padding-bottom: 140px;
}

.case_top {
	text-align: center;
}

.case .casetop {
	padding: 140px 0px 65px;
}

.case_top ul li {
	display: inline-block;
	margin-right: 50px;
}

/* .case_box{margin-top:} */
.case_top ul li a {
	font-size: 16px;
	color: #717171;
}

.case_top ul li:nth-child(3) {
	margin-right: 0px;
}

.case_top ul .onon a {
	color: #338EFE;
}

.xian {
	width: 27px;
	height: 2px;
	background: #338EFE;
	margin: 15px auto;
	display: none;
}

.case_top ul .onon .xian {
	display: block;
}

.case_div {
	margin: 0 auto;
	background: #fff;
	box-shadow: 1px 1px 1px 1px #e2e2e2;
}

.case_txt {
	padding: 30px;
}

.case_txt span {
	font-size: 20px;
	color: #242424;
	font-weight: bold;
	margin-bottom: 0;
	display: block;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.out_div {
	width: 1300px;
	margin: 0px auto;
}

.out_big {
	position: relative;
}

.list_lb .swiper-button-next,
.list_lb .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/hjtr_05.png);
}

.list_lb .swiper-button-prev,
.list_lb .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/hjtl_03.png);
}

.list_lb .swiper-button-next,
.list_lb .swiper-button-prev {
	width: 17px;
	height: 32px;
	margin-top: 0;
	outline: none;
	background-size: 100%;
	transform: translateY(-50%)
}

.list_lb .swiper-button-next:hover {
	background-image: url(../images/zjtr_05.png);
}

.list_lb .swiper-button-prev:hover {
	background-image: url(../images/zjtl_03.png);
}

.list_lb {
	margin-top: 44px;
	display: none;
}

.tab_on {
	display: block;
}

.case_div:hover {
	box-shadow: darkgrey 5px 8px 19px 0px;
}

.list_lb .swiper-container {
	padding-bottom: 20px;
}

.case_img {
	width: 100%;
	height: 267px;
	overflow: hidden;
}

.case_img img {
	transition: 3s;
	-moz-transition: 3s;
	-webkit-transition: 3s;
	-o-transition: 3s;
	width: 100%;
}

.case_img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.Solutions .main_top {
	padding-bottom: 20px
}

.sol_nav .swiper-wrapper {
	padding: 90px 0 15px;
}

.sol_nav .swiper-slide {
	display: inline-block;
	width: 455px;
	box-shadow: 1px 1px 1px 1px #ededed;
	position: relative;
	margin-right: 40px;
}

.sol_img {
	width: 100%;
	height: 305px;
	overflow: hidden;
}

.sol_nav .swiper-slide .sol_img img {
	width: 100%;
	transition: 3s;
	-moz-transition: 3s;
	-webkit-transition: 3s;
	-o-transition: 3s;
}

.sol_nav .swiper-slide .sol_img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.sol_txt {
	padding: 45px 60px 55px;
	background: #fff;
}

.sol_txt span {
	font-size: 24px;
	color: #4d4d4d;
	font-weight: bold;
}

.xian2 {
	width: 20px;
	height: 3px;
	background: #338EFE;
	margin: 20px 0px 25px;
}

.sol_p p {
	font-size: 14px;
	color: #7c7c7c;
	line-height: 25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sol_top {
	position: absolute;
	top: -80px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.sol_top img {
	max-width: 145px;
	border-radius: 50%;
	border: 5px solid #fff;
}

.sol_nav .swiper-slide:nth-child(3) {
	margin-right: 0px;
}

.sol_nav {
	margin-top: 50px;
}

.sol_nav .swiper-slide:hover {
	box-shadow: darkgrey 5px 8px 19px 0px;
}

.news {
	background: url(../images/bg2_02.png)no-repeat center;
	background-size: cover;
	padding-bottom: 140px;
}

.news .main_top {
	padding-top: 0;
}

.news_box {
	margin-top: -50px;
}

.xian3 {
	width: 20px;
	height: 3px;
	background: #338EFE;
	margin: 20px 0px 45px;
	display: none;
}

.news_txt p {
	font-size: 20px;
	color: #242424;
	font-weight: bold;
	line-height: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* display: -webkit-box;
  -webkit-line-clamp:2;
  line-clamp: 2;
  -webkit-box-orient: vertical; */
}

@media (min-width:1200px) {
	.news .case_img {
		height: 213px;
	}

}

.news_txt div {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	overflow: hidden;
	height: 50px;
}

.news .case_div .case_txt {
	padding-top: 10px
}

.news_txt {
	margin-bottom: 0;
}

.footer {
	background: url(../images/bg3_02.png)no-repeat center;
	background-size: cover;
	width: 100%;
	padding-top: 85px;
}

.ft_nav ul li {
	float: left;
	min-width: 140px;
}

.ft_nav ul li a {
	display: block;
	font-size: 14px;
	color: #ffffff;
	opacity: 1;
	line-height: 36px;
}

.ft_nav ul li span {
	font-size: 16px;
	color: #fff;
	font-weight:
		bold;
	display: block;
	margin-bottom: 40px;
}

.ft_nav ul li a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

.qr .tel {
	font-size: 16px;
	color: #fff;
	text-align: right;
	font-weight: bold;
	padding-bottom: 15px;
}

.qr .mxf {
	text-align: right;
	color: #999;
	padding-bottom: 15px;
}

.qr img {
	margin: auto;
	display: block;
}

.qr span {
	clear: both;
	width: 100px;
	margin: auto;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 15px;
}


.qr span {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-bottom: 40px;
	text-align: center;
}

.ft_nav {
	margin-left: 170px;
}

.end {
	text-align: center;
	padding: 22px 0px;
	border-top: 1px solid #3f3f3f;
	margin-top: 25px;
}

.end p {
	font-size: 12px;
	color: #fff;
	opacity: 0.15;
}

.footer_link {
	font-size: 12px;
	color: #666;
	padding-top: 20px;
	display: flex;
}

.footer_link a {
	display: inline-block;
	margin-left: 10px;
	color: #666;
}

/*手机头部*/
.bnt {
	cursor: pointer;
	margin-top: 10px;
}

.rightNav a {
	font-size: 16px;
	color: #1a1a1a;
}

.ioc_search {
	margin-right: 3%;
}

.rightNav {
	width: 100%;

	height: 100%;
	background: #fff;
	position: fixed;
	z-index: 999;
	top: 0;
	right: -100%;
}

.rightNav .logo {
	padding-left: 8px;
	width: 85px;
}

.rightNav .logo img {
	width: 100%;
}

.rightNav .off img {
	width: 70%;
	position: relative;
	top: 3px;
}

.bgDiv {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	position: fixed;
	display: none;
	z-index: 99;
	bottom: 0;
}

.mr_top {
	width: 100%;
}

.moble_header {
	display: none;
	padding: 3% 0px;
	position: relative;
}

.mr_top {
	border-bottom: 1px solid #f2f2f2;
	padding: 2% 0px;
}

.m_search a {
	font-size: 14px;
	color: #5e5e5e;
}

.m_search {
	margin-right: 5%;
	margin-top: 10px;
}

.off {
	margin-top: 0px;
}

.m_search img {
	position: relative;
	top: -5px;
}

.navContent {
	display: none;
	text-align: left;
	padding-left: 3%;
}

.sub_nav {
	font-size: 18px;
	color: #484848;
	width: 95%;
	margin: 0px auto;
	background: url(../images/jia_03.png)no-repeat 97%;
	padding: 3% 0px;
	background-size: 12px;
}

.sub_nav a {
	font-size: inherit;
}

.rightNav .currentDd {
	background: url(../images/jian_03.png)no-repeat 97%;
	color: #9b9b9b;
	background-size: 12px;
}

.navContent span a {
	display: block;
	font-size: 16px;
	color: #484848;
	padding: 3% 0px;
	padding-left: 5%;
}

.mbanner {
	display: none;
}

.mbanner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 1;
}

.mbanner .swiper-pagination-bullet-active {
	background: #338EFE;
}

.indexFlashTel {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.indexFlashTel .slick {
	position: relative;
}

.indexFlashTel .slick img {
	width: 100%;
}

.indexFlashTel .slick .layer {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	text-align: center;
	width: 100%;
	color: #fff;
}

.indexFlashTel .slick .txt1 {
	font-size: 12px;
}

.indexFlashTel .slick .txt2 {
	font-size: 16px;
	line-height: 32px;
}

.indexFlashTel .slick .txt3 {
	font-size: 12px;
}

.indexFlashTel .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 20px;
}

.indexFlashTel .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background: #fffbf3;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.indexFlashTel .slick-dots .slick-active {
	background: #271f6a;
}




.list_nav {
	display: none;
}

.list_nav .case_img img {
	width: 100%;
}

.list_nav .case_txt {
	padding-top: 3%;
}

.list_nav ul li {
	margin-bottom: 15%;
}

.list_nav .case_txt span {
	float: left;
	margin: 0px
}

.list_nav .case_add {
	float: right;
}

.list_nav .case_txt {
	padding: 8% 40px;
}

.moble_solu {
	display: none;
}

.moble_solu .swiper-slide {
	background: #fff;
}

.moble_solu .swiper-container {
	overflow: inherit;
	margin-top: 60px;
}

.moble_solu .sol_txt {
	padding: 5%;
	background: #fff;
}

.list_nav .case_img {
	width: 100%;
	height: inherit;
	overflow: hidden;
}

.news .list_nav .case_txt {
	padding: 5%;
	padding-bottom: 10%;
}

.list_nav .news_txt {
	float: left;
}

.list_nav .case_add {
	float: right;
}

.mbanner {
	width: 100%;
}

.mbanner img {
	width: 100%;
}

.nybanner {
	width: 100%;
	height: 260px;
}

.nybanner img {
	width: 100%;
}

.ny_top {
	border-bottom: 1px solid #eae8e8;
	padding: 25px 0px;
}

.ny_topnav ul li a {
	font-size: 16px;

	display: block;
	padding-bottom: 25px;
	margin-bottom: -25px;
	color: #5e5e5e;
}

.ny_topnav ul .ontwo a {
	border-bottom: 3px solid #338EFE;
	color: #338EFE;
	font-weight: bold;
}

.ny_topnav ul li {
	display: inline-block;
	margin-right: 60px;
}

.ny1_top ul li {
	width: 25%;
	float: left;
}

.ny1_txt p {
	font-size: 14px;
	color: #292929;
	opacity: 0.55;
	line-height: 27px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 30px;
	padding-bottom: 30px;
}

.ny1_div {
	width: 200px;
	margin: 0px auto;
	text-align: center;
}

.ny1_div .ny1_img {
	height: 135px;
}

.ny1_txt {
	margin: 10px 0px 50px;
	position: relative;
}

.ny1_top ul .ny1_on .jtd {
	display: block;
}

.jtd {
	text-align: center;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	display: none;
}

.ny1_top {
	margin-top: 90px;
}

.ny1m_nav {
	text-align: center;
}

.ny1m_nav ul li {
	width: 12%;
	text-align: center;
	display: inline-block;
}

.ny1m_nav ul li a {
	font-size: 15px;
	color: #5b5b5b;
}

.ny1_main {
	background: #fff;
	padding: 78px 0px 108px;
}

.ny_add {
	background-color: #f6f6f6;
	overflow: hidden;
}

.searchTitle {
	font-size: 24px;
	color: #000;
	padding: 30px 0;
}

.on1_nav ul li {
	width: 282px;
	background: #fff;
	float: left;
	margin-right: 21px;
	margin-bottom: 45px;
	padding-bottom: 50px;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
	border: 1px solid #f6f6f6;
	box-shadow: 0 1px 15px 0 hsla(230, 9%, 48%, 0.2);
}

.on1_nav ul li span {
	font-size: 18px;
	color: #424242;
	display: block;
	text-align: center;
	padding: 20px 10px 0;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.on1_nav ul li:nth-child(4n) {
	margin-right: 0px;
}

.div1200 {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

.vido .div1200 {
	width: 800px
}

.cp2 .div1200 {
	height: 800px;
}

.ny1m_nav {
	margin-bottom: 65px;
}

.on1_nav ul li:hover {
	box-shadow: #a9a9a933 7px 7px 1px;
	transform: scale(1.05);
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.on1_nav ul li img {
	width: 280px;
	height: 230px;
}

.ny_btn {
	text-align: center;
}

.ny_btn a {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	font-family: 'Arial';
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #efefef;
	border-radius: 20px;
	margin-right: 10px
}

.ny_btn a:last-child {
	margin-right: 0px
}


.zqyDiv {
	text-align: center;
}

.zqyDiv .ny_btn {
	display: inline-block;
}

.zqyDiv .mxDiv {
	display: inline-block;
}

.zqyDiv .input1 {
	width: 33px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	margin: 0 5px;
	border: #cbcbcb solid 1px;
}

.zqyDiv .btn1 {
	background: #338EFE;
	color: #fff;
	width: 58px;
	height: 35px;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 24px;
}


.ny_btn .input1 {
	width: 33px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	margin: 0 5px;
	border: #cbcbcb solid 1px;
}

.ny_btn .btn1 {
	background: #338EFE;
	color: #fff;
	width: 58px;
	height: 35px;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 24px;
}


.wpreimg {
	display: none;
}

.pre img {
	position: relative;
	top: -13px;
}

.next img {
	position: relative;
	top: -13px;
}

.wnext_03 {
	display: none;
}

.ny_btn a:hover {
	background: #338EFE;
	color: #fff;
}

.ny_btn a:hover .wpreimg {
	display: inline-block;
}

.ny_btn a:hover .preimg {
	display: none;
}

.ny_btn .fy_on {
	background: #338EFE;
	color: #fff;
}

.ny_tab {
	display: none;
}

.ny_on {
	display: block;
}

.ny1m_nav ul .ny1mon a {
	color: #338EFE;
	font-weight: bold;
	background: url(../images/qq_03.png)no-repeat left;
	padding-left: 22px;
}

.mbx a {
	font-size: 12px;
	color: #999999;
}

.mbx a:hover {
	color: #338EFE
}

.mbx {
	font-size: 12px;
	color: #999999;
}

.mbx .last {
	color: #338EFE;
}

.mbx img {
	margin-right: 20px;
}

.m_ny1_top {
	position: relative;
	display: none;
	background: #e5e5e5;
}

/*#338EFE;*/
.m_ny1_top .wrap {
	width: 90%;
}

.m_ny1_top span {
	display: block;
	width: 100%;
	padding: 4% 0px;
	background: url(../images/jia_03.png)no-repeat right;
	font-size: 16px;
	color: #000;
	background-size: 20px auto;
}

.m1_xl {
	display: none;
	position: absolute;
	top: 100%;
	background: #fff;
	width: 100%;
	left: 0px;
	z-index: 9;
}

.m1_xl a {
	display: block;
	font-size: 16px;
	color: #484848;
	border-bottom: 1px solid #666;
	padding: 2%;
}

.m1_xl a:last-child {
	border-bottom: none;
}

.m_more {
	width: 100%;
	text-align: center;
	display: none;
}

.m_more a {
	font-size: 24px;
	color: #338EFE;
}

.about1 {
	margin: 120px 0px 130px;
}

.about1 h1 {
	font-size: 28px;
	color: #272727;
}

.about1 h3 {
	font-size: 16px;
}

.about1 p {
	font-size: 14px;
	color: #999999;
	line-height: 35px;
}

.al_nav {
	text-align: left;
}

.al_nav ul li {
	width: 380px;
	display: inline-block;
	background: #fff;
	box-shadow: 1px 1px 1px #f3f3f3;
	margin-right: 25px;
	margin-bottom: 50px;
	padding-bottom: 25px;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.al_nav ul li span {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #373737;
	font-weight: bold;
	padding: 25px 10px 0;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.al_nav ul li:nth-child(3n) {
	margin-right: 0px;
}

.al_nav ul li:hover {
	transform: scale(1.05);
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	box-shadow: 7px 8px 1px #f3f3f3;
}

.al_box {
	margin: 120px 0px 75px;
}

.down {
	background: #f6f6f6;
	padding: 100px 0px 110px;
}

.dow_nav ul li {
	width: 210px;
	padding: 28px 38px;
	background: #fff;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
	float: left;
	margin: 0px 15px 20px 0px;
}

.dow_nav ul li p {
	font-size: 14px;
	color: #666666;
	line-height: 45px;
	text-align: left;
}

.dow_bnt {
	text-align: center;
	margin-top: 5px;
}

.dow_bnt a {
	padding: 10px 0px;
	font-size: 14px;
	color: #666666;
	border: 1px solid #666666;
	border-radius: 25px;
	width: 90px;
	display: inline-block;
	margin-right: 8px;
}

.dow_bnt a:nth-child(2) {
	margin-right: 0px;
}

.dow_bnt a:hover {
	background: #338EFE;
	color: #fff;
	border: 1px solid #338EFE;
}

.dow_nav ul li:hover {
	transform: scale(1.05);
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	box-shadow: 7px 8px 1px #f3f3f3;
}

.dow_nav ul li:nth-child(4n) {
	margin-right: 0px;
}

.dow_nav {
	margin-bottom: 80px;
}

.down .ny1m_nav ul li {
	width: 175px;
	padding: 3% 0px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 45px;
}

.kuan {
	width: 150px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #999;
	background: #fff;
	position: absolute;
	left: -175px;
	z-index: 6;
	line-height: 32px;
	padding: 0px 30px 0px 20px;
	color: #999;
	top: -5px;
	border-radius: 25px;
	display: none;
}

.kuan_div {
	position: relative;
}

.kuan_div:hover .kuan {
	display: block;
}

.mk_search img {
	width: 50%;
	margin: 10px 10px 0px 0px;
}




.phoneSearch {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 100%;
	width: 100%;
	height: 120px;
	background: rgba(51, 146, 211, 0.8);
	display: none;
}

.phoneSearch .form {
	margin: 0 15%;
	border-bottom: #fff solid 1px;
	position: relative;
	height: 40px;
	padding-top: 30px;
}

.phoneSearch .input1 {
	width: 85%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: none;
	color: #fff;
	padding: 0px 10% 0px 5%;
}

.phoneSearch .btn1 {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 30px;
	right: 0px;
	background: url(../images/nimg36_1.png) center no-repeat;
	background-size: 20px;
}

.phoneSearch a {
	display: block;
	background: url(../images/close2.png) center no-repeat;
	background-size: 15px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.characterPic {
	position: relative;
	padding: 0 90px;
}

.characterPic .slick-prev {
	outline: none;
	position: absolute;
	display: block;
	left: 0px;
	margin-left: 0;
	top: 32%;
	margin-top: -16px;
	width: 17px;
	height: 32px;
	background: url(../images/hjtl_03.png) no-repeat;
	z-index: 22;
}

.characterPic .slick-prev:hover {
	background: url(../images/zjtl_03.png) no-repeat;
}

.characterPic .slick-next {
	outline: none;
	position: absolute;
	display: block;
	right: 0px;
	margin-right: 0;
	top: 32%;
	margin-top: -16px;
	width: 17px;
	height: 32px;
	background: url(../images/hjtr_05.png) no-repeat;
	z-index: 22;
}

.characterPic .slick-next:hover {
	background: url(../images/zjtr_05.png) no-repeat;
}

.case .slick-list {
	position: relative;
	outline: none;
	display: block;
	overflow: inherit;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

.case .draggable {
	overflow: hidden;
}

.div1600 {
	width: 1600px;
	margin: 0px auto;
}

.officeImg {
	text-align: center;
	width: 395px;
	margin: 0px auto 45px;
	height: 40px;
}

.officeImg .onon .xian {
	display: block;
}

.officeImg a {
	font-size: 16px;
	color: #717171;
	outline: none;
}

.officeImg .onon a {
	color: #338EFE;
}

.news .case_div {
	margin: 0px;
}

.big_case {
	display: none;
}

.hd_txt {
	margin: 120px 0px 65px;
}

.hd_txt h3 {
	font-size: 30px;
	color: #2e2e2e;
	display: block;
	margin-bottom: 65px;
}

.hd_txt p {
	font-size: 14px;
	color: #666666;
	line-height: 35px;
}

.hd_banner .he_img img {
	width: 100%;
	max-height: 349px;
}

.hd_banner .swiper-button-next,
.hd_banner .swiper-button-prev {
	background: url(../images/sad_03.png);
	bottom: 0px;
	.swiper-button-next
}

.hd_banner .swiper-button-next,
.hd_banner .swiper-container-rtl .swiper-button-prev {
	background: url(../images/dfs_03.png);
	bottom: 0px;
}

.hd_banner .swiper-button-next,
.hd_banner .swiper-button-prev {
	width: 49px;
	height: 49px;
	position: absolute;
	bottom: 0px;
	top: inherit;
}

.hd_banner {
	position: relative;
}

.hd_banner .swiper-button-next {
	left: 50%;
}

.hd_banner .swiper-button-prev {
	left: 50%;
	margin-left: -49px;
}

.hd_banner .swiper-button-next.swiper-button-disabled,
.hd_banner .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.xt_txt h3 {
	font-size: 24px;
	color: #2e2e2e;
	line-height: 48px;
}

.xt_txt p {
	font-size: 14px;
	color: #666666;
	line-height: 37px;
}

.hdxt {
	width: 100%;
	background: #f3f2f2;
	padding: 85px 0px 120px;
	margin-top: 110px;
}

.xt_nav ul li {
	background: #fff;
	padding: 0px 45px;
	border-radius: 12px;
	min-height: 330px;
	margin-bottom: 95px;
}

.xt_l {
	margin-top: -59px;
}

.xt_r {
	width: 780px;
	padding: 45px 0px;
}

.xt_top span {
	font-size: 16px;
	color: #2e2e2e;
	font-weight: bold;
	margin-bottom: 35px;
	display: inline-block;
}

.tx_r_txt p {
	font-size: 14px;
	color: #666666;
	line-height: 37px;
}

.xt_nav {
	margin-top: 120px;
}

.hdl {
	background: url(../images/jj20_02.png)no-repeat center;
	background-size: cover;
	padding: 110px 0px 130px;
}

.hdl_top h3 {
	font-size: 24px;
	color: #2e2e2e;
}

.dh_box1_l span {
	font-size: 16px;
	font-weight: bold;
	color: #2e2e2e;
	background: url(../images/y_03.png)no-repeat left;
	padding-left: 20px;
	display: block;
	margin-bottom: 23px;
}

.dh_box1_l {
	width: 560px;
}

.dh_box1_l p {
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}

.dh_box1_r {
	width: 600px;
}

.hdl_box2_r {
	width: 810px;
}

.hdl_box2 span {
	font-size: 16px;
	font-weight: bold;
	color: #2e2e2e;
	background: url(../images/y_03.png)no-repeat left;
	padding-left: 20px;
	display: block;
	margin-bottom: 23px;
}

.hdl_box2 p {
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}

.hdl_box2 {
	margin-top: 20px;
}

.dtnews_txt {
	text-align: left;
	padding: 30px 25px;
}

.ny_news .al_nav ul li {
	padding: 0px;
	width: 350px;
	margin-right: 65px;
}

.ny_news .al_nav ul li.nodata {
	box-shadow: initial;
	font-size: 20px;
	padding-bottom: 20px;
}

div.nodata {
	text-align: center;
	font-size: 30px;
	line-height: 300px;
	width: 100%;
}

.on1_nav ul li.nodata {
	box-shadow: initial;
	font-size: 20px;
	padding-bottom: 20px;
	font-size: 30px;
	line-height: 300px;
	width: 100%;
	background: initial;
	text-align: center;
}

.ny_news .al_nav ul li:nth-child(3n) {
	margin-right: 0px;
}

.dt_img img {
	width: 100%;
}

.dtnews_txt i {
	font-size: 12px;
	color: #353535;
	font-family: 'Arial';
	font-style: normal;
	display: block;
	opacity: 0.8;
	line-height: 32px;
}

.dtnews_txt h3 {
	font-size: 16px;
	color: #353535;
	display: block;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.dtnews_txt p {
	font-size: 14px;
	color: #727272;
	line-height: 27px;
	display: block;
	margin: 30px 0px;
	height: 54px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ny_news .al_nav ul li img {
	width: inherit;
}

.news2 {
	margin: 120px 0px;
}

@media (min-width:1200px) {
	.case .familyPart2Pic .case_div {
		width: 380px;
	}

	.case .familyPart2Pic .case_img {
		height: 253px;
		overflow: hidden;
	}
}

.news2_l {
	width: 845px;
	padding-right: 55px;
	border-right: 1px solid #f3f3f3;
}

.news2top h1 {
	font-size: 28px;
	color: #272727;
}

.news2top p {
	font-size: 12px;
	color: #353535;
	display: block;
	margin: 25px 0px 45px;
	opacity: 0.4;
}

.news2top {
	border-bottom: 1px solid #f3f3f3;
}

.news2_txt p {
	font-size: 14px;
	color: #999999;
	line-height: 38px;
}

.news2_txt span {
	font-size: 16px;
	color: #2d2c2c;
	font-weight: bold;
}

.news2_txt i {
	font-size: 14px;
	font-style: normal;
	color: #666666
}

.news2_txt>a {
	margin-left: 10px;
}

.news2_ft ul li {
	display: inline-block;
	width: 240px;
	height: 48px;
	line-height: 48px;
	border-radius: 25px;
	border: 1px solid #f4f4f4;
	margin-right: 55px;
	box-shadow: #f4f4f4 -1px -7px 30px 5px;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
	vertical-align: middle;
}

.news2_ft ul li:nth-child(3) {
	margin-right: 0px;
}

.news2_ft {
	text-align: center;
	margin-top: 60px;
}

.news2_ft ul li a {
	font-size: 14px;
	color: #666666;
	display: block;

}

.news2_ft ul li:hover {
	transform: scale(1.05);
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.news2_ft ul li i {
	font-size: 16px;
	color: #338EFE;
	font-style: normal;
	font-weight: bold;
}

.news2_ft img {
	position: relative;
	top: -18px;
	left: -20px;
}

.news2_ft {
	border-top: 1px solid #f3f3f3;
	padding-top: 60px;
}

.news2_r {
	width: 240px;
}

.news2_r ul li span {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 30px 0px 20px;
	line-height: 27px;
}

.news2_r ul li p {
	font-size: 12px;
	color: #353535;
	opacity: 0.4;
}

.news2_r ul li {
	border-bottom: 1px solid #959595;
	padding-bottom: 22px;
	margin-bottom: 50px;
}

.map_top ul li {
	float: left;
	width: 33.3%;
	text-align: center;
	padding: 23px 0px;
}

.map_top ul li a {
	font-size: 16px;
	color: #646262;
	display: inline-block;
	width: 100%;
	border-right: 1px solid #d8d8d8;
}

.map_top {
	background: #e8e8e8;
}

.map_top ul .map_on {
	background: #338EFE;
}

.map_top ul .map_on a {
	color: #fff;
	border-right: 1px solid #338EFE;
	border: none;
}

.map_top ul li:nth-child(3) a {
	border: none;
}

.map_tab {
	padding: 60px;
	background: #f7f7f7;
	display: none;
}

.map_tab form {
	padding: 30px;
	background: #fff;
}

.map_tab form h3 {
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
	color: #333
}

.map_tab form h4 {
	text-align: center;
	font-size: 24px;
	color: #666;
	font-weight: normal
}

.map_tab form p {
	font-size: 16px;
	color: #999;
	text-align: center;
}

.map_tab form ul {
	display: flex;
	flex-wrap: wrap;
}

.map_tab form ul li {
	width: 50%;
	padding: 0 15px;
	display: flex;
	box-sizing: border-box;
	margin-top: 25px
}

.map_tab form ul li p {
	width: 25%;
	font-size: 20px;
	line-height: 45px;
}

.map_tab form ul li div {
	width: 70%;
	line-height: 45px;
	border: 1px solid #ddd;
	padding-left: 10px;
}

.map_tab form ul li div input {
	width: 100%;
}

.map_tab form ul li div select {
	width: 100%;
	height: 100%;
	outline: none;
}

.form_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.form_btn button {
	width: 130px;
	line-height: 40px;
	border-radius: 5px;
	margin-right: 10px;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
}

.form_btn button[type="submit"] {
	background: #338DFF
}

.form_btn button[type="reset"] {
	background: #444
}

.map_r span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #767676;
	margin-top: 18px;
}

.map_l p {
	font-size: 14px;
	color: #767676;
	line-height: 37px;
}

.map_onon {
	display: block;
}

.map_r {
	margin-right: 60px;
	text-align: center;
}

.map_box {
	margin: 100px 0px;
}

.xla_k {
	background: url(../images/dq_03.png)no-repeat left;
	background-position: 10%;
	padding-left: 58px;
	border: 1px solid #acacac;
	width: 350px;
	line-height: 45px;
	height: 45px;
	outline: none;
}

.xla_k option {
	font-size: 16px;
	color: #242424;
	line-height: 45px;
	height: 45px;
}

.try_top span {
	font-size: 26px;
	color: #000000;
	margin-right: 35px;
	margin-bottom: 50px;
}

.country {
	background: #f7f7f7;
	padding: 100px 0px 0px;
}

.try_nav span {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.try_nav span i img {
	margin-right: 15px;
}

.try_nav h3 {
	font-size: 18px;
	color: #767676;
}

.try_nav p {
	font-size: 14px;
	color: #767676;
	line-height: 34px;
}

.try_nav img {
	position: relative;
	top: -3px;
	height: 20px;
}

.try_nav ul li {
	border-top: 1px solid #d9d9d9;
	padding: 60px 0px;
}

.try_nav {
	margin: 60px 0px 0px;
}

.try_l {
	width: 50%;
}

.try_r {
	width: 50%;
}

.map_end_l p {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.map_end {
	width: 100%;
	background: #57475a;
	padding: 35px 0px;
	margin-top: 50px
}

.map_end_l span {
	font-size: 16px;
	font-weight: normal;
	margin-left: 25px;
}

.map_end_l {
	background: url(../images/jt_03.png)no-repeat right;
	padding-right: 90px;
}

.map_end_r ul li {
	display: inline-block;
	margin-left: 10px;
}

.dow2_top ul li {
	float: left;
}

.dxl_k {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/xlk_03.png)no-repeat right;
	background-position: 95%;
	width: 203px;
	font-size: 14px;
	color: #666666;
	border: 1px solid #999999;
	padding-left: 15px;
	outline: none;
	height: 48px;
	line-height: 48px;
	margin-right: 20px;
}

.down2 {
	margin: 100px 0px;
}

.serach {
	width: 325px;
	border: 1px solid #999999;
	padding-left: 15px;
	height: 46px;
	line-height: 46px;
}

.dow2_top ul li a {
	width: 170px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background: #338EFE;
	margin-left: 15px;

}

.dow2_top ul li a img {
	position: relative;
	top: -19px;
	left: -10px;
}

.bg tbody tr:nth-child(1) {
	background: #338EFE;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	;

}

.bg tbody tr {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px dashed #d5d5d5;
	font-size: 16px;
	color: #666666;
}

.bg tbody tr a {
	font-size: 16px;
	color: #666666;
}

.bg tbody tr td:nth-child(1) {
	width: 44%;
	padding-left: 25px;
}

.bg tbody tr td:nth-child(2) {
	width: 22.5%;
}

.bg tbody tr td:nth-child(3) {
	width: 21.5%;
}

.bg {
	margin: 25px 0px 80px;
}

.bg tbody tr:hover {
	border: 1px solid #fff;
	box-shadow: #ecebeb 1px 1px 20px 1px;
	color: #338EFE;
	font-weight: bold;
}

.bg tbody .tr_one:hover {
	box-shadow: none;
	border: none;
	color: #fff;
	font-weight: normal;
}

.bg tbody tr:hover a {
	color: #338EFE;
}

.dl {
	width: 100%;
	padding: 80px 0px 110px;
	background: #f6f6f6;
}

.dl_div {
	width: 370px;
	margin: 0px auto;
	background: #fff;
	border-radius: 20px;
	padding: 40px 70px 90px;
}

.dl_top {
	text-align: center;
}

.dl_top span {
	font-size: 24px;
	color: #585858;
	display: block;
	margin: 20px 0px 30px;
}

.dl_k ul li {
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
}

.admin {
	padding-left: 15px;
	width: 300px;
	border-left: 1px solid #dcdcdc;
	height: 20px;
	line-height: 20px;
	margin-top: 13px;
}

.dl_k ul li.vali {
	border: none;
}

.yzm_div {
	width: 64%;
	border: 1px solid #dcdcdc;
}

.yzm {
	padding-left: 15px;
	width: 70%;
	height: 20px;
	line-height: 20px;
	margin-top: 13px;
	border-left: 1px solid #dcdcdc;
}

.yzm_k {
	border: 1px solid #dcdcdc;
	line-height: 0;
}

.yzm_k .getemail {
	width: 117px;
	height: 47px;
	display: block;
	line-height: 47px;
	text-align: center;
	background-color: #338EFE;
	color: white;
	user-select: none;
	cursor: pointer;
}

.yzm_k img {
	width: 117px;
	height: 47px;
}

.dl_bnt {
	padding-top: 15px;
}

.dl_bnt .loginbtn {
	font-size: 18px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 50px;
	height: 50px;
	background: #338EFE;
	width: 100%;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.dl_r a {
	font-size: 14px;
	color: #338EFE;
	margin-left: 15px;
}

.dl_l a {
	width: 16px;
	height: 16px;
	border: 1px solid #dcdcdc;
	border-radius: 1px;
	display: inline-block;
	position: relative;
	top: 3px;

}

.dl_l {
	font-size: 14px;
	color: #999999;
}

.dl_l .enable {
	background: url(../images/gou_03.png)no-repeat;
}

.dl_btoom {
	margin-top: 15px;
}

.down .dow3_nav ul li {
	padding: 0px;
	width: 380px;
}

.down .dow3_nav ul li span {
	display: block;
	font-size: 18px;
	color: #666667;
	text-align: center;
	padding: 30px 0px 0;
	overflow: hidden;
	height: 28px;
	line-height: 28px;
}

.down .dow3_nav ul li:hover span {
	color: #338EFE;
}

.down .dow3_nav ul li:nth-child(4n) {
	margin-right: 15px
}

.down .dow3_nav ul li:nth-child(3n) {
	margin-right: 0px;
}

.cbig_div {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
	display: none;
}

.vido {
	-webkit-transform: translateX(-50%) translateY(-50%);
	position: relative;
	left: 50%;
	top: 50%;

	text-align: center;
}

.vido h3 {
	font-size: 28px;
	color: #fff;
}

.vido p {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	line-height: 50px;
	display: block;
	margin-bottom: 2%;
}

.gb_bnt {
	position: absolute;
	right: 0px;
	top: 0px;
}

.cp_txt {
	width: 40%;
}

.cp1_nav ul li:nth-child(1) {
	background: url(../images/zxg2_02.jpg)no-repeat center;
	background-size: cover;
	height: 850px;
}

.cp1_nav ul li:nth-child(2) {
	background: url(../images/zxg4_02.jpg)no-repeat center;
	background-size: cover;
	height: 850px;
}

.cp1_header {
	border-bottom: 1px solid #eae8e8;
}

.cp_txt span {
	font-size: 28px;
	color: #000000;
}

.cp_txt {
	margin-top: 260px;
}

.cp_txt h3 {
	font-size: 38px;
	color: #000000;
	font-weight: normal;
}

.xian4 {
	height: 3px;
	width: 40px;
	background: #338EFE;
	margin: 25px 0px;
}

.cp_txt p {
	font-size: 18px;
	color: #545353;
	line-height: 37px;
}

.cp_txt i {
	display: block;
	font-size: 16px;
	color: #545353;
	font-style: normal;
	line-height: 32px;
	background: url(../images/541_03.png)no-repeat left;
	padding-left: 22px;
}

.cp1_nav ul li:nth-child(3) {
	background: url(../images/zxg5_02.jpg)no-repeat center;
	background-size: cover;
	height: 850px;
}

.cp_txt em {
	background: url(../images/541_03.png)no-repeat left center;
	padding-left: 22px;
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
}

.cp1_nav ul li:nth-child(4) {
	background: url(../images/sdgr_04.png)no-repeat center;
	background-size: cover;
	height: 850px;
}

.cp1_nav ul li:nth-child(4) .cp_txt {
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

.cp1_nav ul li:nth-child(4) .xian4 {
	margin: 25px auto;
}

.cp_box1 {
	background: url(../images/jju_02.png)no-repeat center;
	background-size: cover;
	height: 800px;
	text-align: center;
}

.xian5 {
	width: 40px;
	height: 3px;
	background: #338EFE;
	margin: 30px auto;
}

.cp_box1 h1 {
	font-size: 52px;
	color: #fff;
	display: block;
	margin-top: 30px;
	font-size: 52px !important;
}

.cp_box1 h1>p {
	font-size: 52px !important;
}

.cp_box1 p {
	font-size: 16px;
	color: #fff;
	line-height: 38px;
}

.cpbox1_div {
	padding: 175px 0px 0px 0px;
}

.cp_box2 {
	background: url(../images/zzxg_02.jpg)no-repeat center;
	background-size: cover;
	height: 800px;
	overflow: hidden;
}


.cpon_div span {
	font-size: 46px;
	color: #338EFE;
	display: block;
	font-family: 'Arial';
}

.cpon_div {
	width: 40%;
	margin-top: 250px;
}

.cpon_div h3 {
	font-size: 36px;
	color: #363635;
	display: block;
	margin-top: 20px;
	font-weight: normal;
	padding-bottom: 25px;
}

.cpon_div p {
	font-size: 16px;
	color: #333;
	line-height: 37px;
}

.cp_box2 h3 {
	color: #fff;
}

.cp_box2 p {
	color: #fff;
}


.cp_box3 {
	background: url(../images/zxg6_03.jpg)no-repeat center;
	background-size: cover;
	height: 800px;
	overflow: hidden;
}

.cp_box3 .cpon_div h3 {
	color: #fff;
}

.cp_box3 .cpon_div p {
	color: #fff;
}

.cp_box4 {
	background: url(../images/zxg10_02.jpg)no-repeat center;
	background-size: cover;
	height: 800px;
	overflow: hidden;
}

.cp_box4 .cpon_div h3,
.cp_box6 .cpon_div h3 {
	color: #333;
}

.cp_box5 {
	background: url(../images/zxg7_05.jpg)no-repeat center;
	background-size: cover;
	height: 800px;
	overflow: hidden;
}

.cp_box5 .cpon_div h3 {
	color: #fff;
}

.cp_box5 .cpon_div p {
	color: #fff;
}

.cp_box6 {
	background: url(../images/zxg8_05.jpg)no-repeat center;
	background-size: cover;
	height: 800px;
	overflow: hidden;
}

.cp_box7 {
	background: url(../images/ccc_02.png)no-repeat center;
	background-size: cover;
	height: 800px;
	overflow: hidden;
}

.cp_box8 {
	background: url(../images/zxg9_02.jpg)no-repeat center;
	background-size: cover;
	height: 800px;
	overflow: hidden;
}

.cp_box7 .cpon_div {
	margin-top: 200px;
}

.cp_box8 .cpon_div h3 {
	color: #fff;
}

.cp_box7 .cpon_div p {
	color: #fff;
}

.cp_box8 .cpon_div p {
	color: #fff;
}

.cp_box4 .cpon_div {
	width: 40%;
	margin-top: 220px;
}

.cp_box5 .cpon_div {
	width: 40%;
	margin-top: 200px;
}

.cp_box6 .cpon_div {
	width: 40%;
	margin-top: 200px;
}

.cp_box9 {
	background: url(../images/zxg3_04.jpg)no-repeat center;
	background-size: cover;
	height: 800px;
	overflow: hidden;
}

.cp_box9 .cpon_div h3 {
	color: #333;
}

.cp_box9 .cpon_div p {
	color: #333;
}

.cp_box10 .cpon_div p,
.cp_box11 .cpon_div p {
	color: #fff;
}

.cp_box12 .cpon_div p {
	color: #fff;
}

.cp_box2 h2,
.cp_box6 h2,
.cp_box7 h2,
.cp_box8 h2,
.cp_box9 h2,
.cp_box10 h2,
.cp_box11 h2 {
	display: none;
	color: #000;
	font-size: 24px;
	font-weight: normal;
	margin-top: 2%;
}

.cpon_div h3,
.cp_box10 .cpon_div h3,
.cp_box11 .cpon_div h3 {
	color: #fff;
}


.xq_top {
	background: #fff;
	margin-bottom: 20px;
}

.cpxq {
	background: #f6f6f6;
	padding: 120px 0px 150px 0px;
}

.xq_r {
	width: 40%;
	padding: 4.5%;
}

.xq_l {
	border-right: 1px solid #f2f2f2;
	width: 50%;
}

.xq_r h3 {
	font-size: 30px;
	color: #424242;
}

.xq_r i {
	font-size: 14px;
	font-style: normal;
	display: block;
	color: #424242;
	opacity: 0.5;
	margin: 15px 0px 25px;
}

.xq_topnav2 {
	display: none;
}

.xq_topnav1 {
	display: block;
}

.xq_r p {
	font-size: 15px;
	color: #696969;
	line-height: 32px;
}

.xq_topnav ul li {
	display: inline-block;
	border: 1px solid #f1f1f1;
	margin-right: 5px;
}

.xq_topnav ul .xq_onon {
	border: 1px solid #bfbfbf;
}

.xq_topnav ul li img {
	width: 92px;
	/*height:92px;*/
	height: 100%;
	max-height: 92px;
}

.xq_topnav {
	margin-top: 70px;
}

.xq_tab {
	display: none;
}

.xq_tabon {
	display: block;
}

.xq_txt_top ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	background: #ededed;
	height: 27px;
	line-height: 27px;
	padding: 12px 0px;
}

.xq_txt_top ul li a {
	font-size: 16px;
	display: block;
	color: #5e5e5e;
}

.xq_txt_top ul li:nth-child(4) a {
	border: 0px;
}

.xq_txt_top ul .cq_on {
	background: #fff;
}

.xq_txt_top ul .cq_on a {
	color: #338EFE;
	font-weight: bold;
	border: none;
}

.xq_txt_tab {
	/*padding: 100px 200px;*/
	background: #fff;
	display: none;
	padding: 50px 50px;
	color: #696969;
	line-height: 32px;
}

.xq_txt_tabon {
	display: block;
}

.xq_end span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 110px 0px 60px
}

.xq_end ul li {
	background: #fff;
	width: 300px;
	display: inline-block;
	padding: 50px 38px;
	margin-right: 30px;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.xq_end ul li:hover {
	transform: scale(1.05);
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.xq_endl h3 {
	font-size: 22px;
	font-weight: bold;
	color: #424242;
}

.xq_endl p {
	font-size: 12px;
	color: #696969;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

/*.xq_endl{background: url(../images/ww888_03.png)no-repeat right;}*/
.xq_end ul li:nth-child(3) {
	margin-right: 0px;
}

.last1 {
	background: url(../images/wq_02.png)no-repeat center;
	background-size: cover;
	height: 860px;
	text-align: center;
	overflow: hidden;
}

.last1_txt {
	padding-top: 205px;
}

.last1_txt h3 {
	font-size: 44px;
	color: #fff;
	font-weight: normal;
}

.last1_txt span {
	font-size: 36px;
	color: #fff;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}

.last1_txt h2 {
	font-size: 36px;
	color: #fff;
	font-weight: 100;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}

.last1_txt p {
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	width: 530px;
}

.la1_txt p {
	width: auto;
}

.last2 {
	background: url(../images/xq6_02.png)no-repeat center;
	background-size: cover;
	height: 860px;
}

.last2_box {
	width: 50%;
	margin-top: 195px;
}

.last2_box .last_txtp {
	padding-top: 30px;
}

.last2_box span {
	font-size: 36px;
	color: #000000;
	display: block;
}

.last2_box p {
	font-size: 18px;
	color: #545353;
	line-height: 32px;
	background: url(../images/541_03.png)no-repeat left;
	padding-left: 30px;
}

.last_nav ul li {
	display: inline-block;
	text-align: center;
	border-right: 1px solid #8c8a8a;
}

.last_nav ul li dd {
	font-size: 16px;
	color: #4c4948;
	margin-top: 5px;
}

.last_nav ul li:nth-child(6) {
	border: none;
}

.last_nav {
	margin-top: 60px;
}

.last3 {
	background: url(../images/cp33_02.png)no-repeat center;
	background-size: cover;
	height: 860px;
}

.last3_box span {
	display: block;
	font-size: 38px;
	text-align: center;
	color: #fff;
}

.last3_box p {
	font-size: 18px;
	color: #fff;
}

.last3_box {
	text-align: center;
	padding-top: 110px;
}

.last3_bn span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 22px;
	width: 100%;
	margin-top: 20px;
}

.last3_bn .out_last a {
	display: block;
	background: rgba(255, 255, 255, 0.05);
	text-align: center;
	border-radius: 25px;
	padding: 35px;
}

.out_last {
	position: relative;
}

.last3_bn .out_last a:hover {
	background: #fff;
}

.last3_bn .out_last a:hover span {
	color: #338EFE;
}

.last3_bn .swiper-button-prev,
.last3_bn .swiper-container-rtl .swiper-button-next {
	background: #f2f2f2;
	left: -100px;
}

.last3_bn .swiper-button-next,
.last3_bn .swiper-container-rtl .swiper-button-prev {
	background: #f2f2f2;
	right: -100px;
}

.last3_bn .swiper-button-next,
.last3_bn .swiper-button-prev {
	width: 62px;
	height: 62px;
	margin-top: -31px;
	border-radius: 50%;
	outline: none;
}

.last3_bn dd {
	width: 100%;
	height: 100%;
	background: url(../images/hjtl_03.png)no-repeat center center;
}

.last3_bn em {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/hjtr_05.png)no-repeat center center;
	font-style: normal;
	;
}

.last3_bn dd:hover {
	background: url(../images/zjtl_03.png)no-repeat center center;
}

.last3_bn em:hover {
	background: url(../images/zjtr_05.png)no-repeat center center;
}

.last3_bn {
	margin-top: 100px;
}

.last4 {
	background: url(../images/z3_02.png)no-repeat center;
	background-size: cover;
	height: 860px;
	position: relative;
}

.last4_nav ul li {
	float: left;
}

.last_tab {
	display: none;
}

.last_tabon {
	display: block;
}

.last4_l {
	width: 60%;
}

.last4_r {
	width: 40%;
}

.last4_l span {
	font-size: 38px;
	color: #000000;
}

.last4_banner {
	padding-top: 215px;
}

.last4_l p {
	font-size: 18px;
	color: #545353;
	line-height: 35px;
	width: 530px;
}

.last4_nav {
	margin-top: 40px;
}

.last4_nav ul li {
	margin-right: 35px;
}

.last4 .swiper-pagination-bullet {
	width: 46px;
	height: 4px;
	background: #fff;
	border-radius: 0px;
	outline: none;
	opacity: 1;
	margin-right: 10px;

}

.last4 .swiper-pagination {
	bottom: -130px;
	width: 100%;
	text-align: center;
}

.last4 .swiper-pagination-bullet-active {
	background: #898989;
}

.last2_img {
	width: 100%;
	margin-top: 5%;
	text-align: center;
	display: none;
}

.last4 .download-btn {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 15%;
}

.last4 .download-btn a {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #338EFE;
	border-radius: 24px;
	-moz-border-radius: 24px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-left: 20px;
	float: left;
}

.last4 .download-btn img {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
}

.last5,
.last6,
.last7,
.last8,
.last9,
.last10 {
	height: 850px;
	background-position: center top;
}

.last1 .hideImg,
.last2 .hideImg,
.last5 .hideImg,
.last6 .hideImg,
.last7 .hideImg,
.last8 .hideImg,
.last9 .hideImg,
.last10 .hideImg {
	display: none;
}

.last1 .hideImg img,
.last2 .hideImg img,
.last5 .hideImg img,
.last6 .hideImg img,
.last7 .hideImg img,
.last8 .hideImg img,
.last9 .hideImg img,
.last10 .hideImg img {
	width: 100%;
}


.dh_logo {
	width: 234px;
	text-align: center;
	height: 115px;
	border-right: 1px solid #c39fcb;
	line-height: 80px;
	margin-top: 12px;
}

.dh_bigdiv {
	background: url(../images/zadd3_03.jpg)no-repeat center;
	background-size: cover;
	padding: 55px 0px;
}

.dh_xgtxt {
	width: 365px;
}

.dh_xgtxt ul li {
	float: left;
	width: 50%;
	text-align: center;
}

.dh_xgtxt ul li p {
	font-size: 12px;
	color: #fff;
	opacity: 0.6;
}

.dh_xgtxt ul li span {
	background: url(../images/zadd_03.png)no-repeat right;
	font-size: 58px;
	color: #fff;
	display: block;
	width: 100px;
	margin: 0px auto;
}

.dh_topimg img {
	width: 100%;
}

.dh_topimg {
	width: 100%;
}


.pt-page-fadeInLeft {
	-webkit-animation: fadeInLeft 1.5s ease 1.5s 1 both;
	animation: fadeInLeft 1.5s ease 1.5s 1 both;
}

.pt-page-fadeInRight {
	-webkit-animation: fadeInRight 1.5s ease 1.5s 1 both;
	animation: fadeInRight 1.5s ease 1.5s 1 both;
}

.pt-page-fadeInDown {
	-webkit-animation: fadeInDown 1.5s ease 1.5s 1 both;
	animation: fadeInDown 1.5s ease 1.5s 1 both;
}

.pt-page-fadeInUp {
	-webkit-animation: fadeInUp 1.5s ease 1.5s 1 both;
	animation: fadeInUp 1.5s ease 1.5s 1 both;
}

.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.on1_img {
	overflow: hidden;
	max-height: 380px;
}

.on1_img img {
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.on1_img img:hover {
	transform: scale(1.1);
}

.out_dow img {
	height: auto;
	width: 100%;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.out_dow img:hover {
	transform: scale(1.05);
}

.out_dow {
	overflow: hidden;
	padding-bottom: 30px;
}

.al_img img {
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.dow_nav ul li:hover img {
	transform: scale(1.05);
}

.al_img {
	overflow: hidden;
}

.dt_img {
	overflow: hidden;
}

.dt_img img {
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.al_nav ul li:hover img {
	transform: scale(1.05);
}

.news2_r ul li img {
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.news2_r ul li:hover img {
	transform: scale(1.05);
}

.news2_r ul li a {
	overflow: hidden;
	display: block;
	width: 240px;
}

.div {
	overflow: hidden;
}

.focus ul li {
	position: relative;

}

.ba_div {
	position: absolute;
	width: 100%;
	top: 110px;
	left: 0px;
	text-align: center;
}

.ba_div h4 {
	font-size: 24px;
	color: #fff;
	display: block;
	font-family: 'Arial';


}

.ba_div span {
	display: block;
	font-size: 56px;
	color: #e0dfe6;
	font-family: 'Arial';

	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0px 0px;
}

.ba_div h3 {
	font-size: 46px;
	color: #fff;
	display: block;
	margin-bottom: 30px;


}

.ba_div p {
	color: #fff;

	line-height: 24px;
	font-family: 'Arial';
	font-size: 21px;

}

.xq_tab {
	overflow: hidden;
}

.xq_tab img {
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.xq_tab img:hover {
	transform: scale(1.05);
}

.xq_topnav ul li img {
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.xq_topnav ul li:hover img {
	transform: scale(1.1);
}

.xq_topnav ul li {
	overflow: hidden;
}

.house_two {
	display: none;
}

.hideImg {
	display: none;
	margin-top: 5%;
}


.botLayer {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.8);
	display: none;
}

.botLayer.on {
	display: block;
}

.botLayer .logo {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
}

.botLayer .logo img {
	width: 80px;
	display: block;
}

.botLayer .share {
	position: absolute;
	right: 10px;
	top: 14px;
}

.botLayer .share li {
	float: left;
	margin-left: 15px;
}

.botLayer .share li img {
	width: 24px;
}


.footer .list {
	display: none;
}

.dubNav {
	cursor: pointer;
	border-bottom: #4f4f4f solid 1px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 15px;
	background: url(../images/himg20_1.png) right center no-repeat;
	background-size: 14px;
}

.dubNav a {
	color: #fff;
	display: block;
}

.dubNav:last-child {
	border-bottom: none;
}

.durrentDt {
	background: url(../images/himg20_1on.png) right center no-repeat;
	background-size: 14px;
	color: #fff;
}

.davContent {
	display: none;
}

.davContent a {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	opacity: 0.5;
}


/*2019.7.24*/
.xq_topnav .agentlist {
	padding: 0 20px;
}

.xq_topnav .slick-slide {
	display: inline-block;
	border: 1px solid #f1f1f1;
	margin-right: 5px;
	cursor: pointer;
}

.xq_topnav .slick-current {
	border: 1px solid #bfbfbf;
}

.xq_topnav .slick-prev {
	cursor: pointer;
	position: absolute;
	background: url(../images/nimg9_left.png) no-repeat left center;
	width: 9px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 0px;
	z-index: 22
}

.xq_topnav .slick-next {
	cursor: pointer;
	background: url(../images/nimg9_right.png) no-repeat right center;
	width: 9px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0px;
	z-index: 22
}

/*2019.8.29*/
.pcTab {
	text-align: center;
	padding-bottom: 50px;
}

.pcTab li {
	display: inline-block;
	margin: 0 25px;
}

.pcTab li a {
	display: block;
	font-size: 14px;
	color: #666;
}

.pcTab li a:hover {
	color: #338EFE;
	text-decoration: underline;
}

.sideBar {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -75px;
	z-index: 11;
}

.sideBar li {
	width: 50px;
	height: 50px;
	background: #338EFE;
	line-height: 50px;
	margin-bottom: 1px;
	position: relative;
}

.sideBar li a {
	display: block;
	width: 100%;
	height: 100%;
}

.sideBar li .ico {
	margin: 0 auto;
	width: 28px;
	height: 32px;
	overflow: hidden;
	position: relative;
	top: 10px;
	background: url(../images/nimg28.png);
}

.sideBar .li01 .ico {
	background-position: 0 0;
}

.sideBar .li02 .ico {
	background-position: 0 99px;
}

.sideBar .li03 .ico {
	background-position: 0 68px;
}

.sideBar .li04 .ico {
	background-position: 0 32px;
}

.sideBar .mouse {
	position: absolute;
	left: -180px;
	top: 0px;
	display: none;
}

.sideBar .liNow .mouse {
	display: block;
}

.sideBar .li03 .mouse {
	background: #338EFE;
	width: 180px;
	height: 180px;
	top: -130px;
}

.sideBar .li04 .mouse {
	background: #338EFE;
	width: 180px;
	height: 180px;
	top: -130px;
}

.sideBar li .imgDiv {
	padding: 20px 0 0 20px;
}

.dl_l .xie {
	border: none;
	width: 100px;
	top: 0;
	color: #338EFE
}

.xq_txt_tab p {
	color: #696969;
	line-height: 32px;
}

.xyLayer {
	width: 1000px;
	height: 520px;
	background: #fff;
	position: absolute;
	z-index: 100;
	display: none
}

.xyLayer .title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-bottom: #e5e5e5 solid 1px;
	background: #f3f3f3;
	font-size: 14px;
	text-indent: 10px;
}

.xyLayer .content {
	padding: 30px;
	font-size: 14px;
	line-height: 22px;
}

.xyLayer .close {
	width: 21px;
	height: 21px;
	background: url(../images/close.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 22;
}


#Layer1 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0;
	left: 0px;
	background-color: #000;
	display: none;
}

.xxx_title {
	text-align: center;
	padding-top: 45px;
	color: #338EFE;
	font-size: 40px;
	font-weight: bold;
}

.xxx_tab {
	text-align: center;
	padding: 45px 0;
}

.xxx_tab li {
	display: inline-block;
	width: 130px;
	height: 45px;
	margin: 0 5px;
	line-height: 45px;
	color: #338EFE;
	border: #338EFE solid 1px;
	font-size: 16px;
}

.xxx_tab li.cq_on {
	background: #338EFE;
	color: #fff;
}

.nilao {
	display: none;
	padding-bottom: 50px;
}

.nilaoon {
	display: block;
}

.topSearch {
	position: absolute;
	right: 0;
	top: 8px;
	width: 18px;
	height: 18px;
	z-index: 2;
}

.topSearch input {
	display: none;
	padding: 8px 20px;
	background: #fff;
	border: #eee solid 1px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	width: 200px;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}

.topSearch button {
	position: absolute;
	right: 13px;
	top: 9px;
	cursor: pointer;
	background: url(/images/search_03.png) no-repeat center;
	background-size: 15px;
	width: 15px;
	height: 15px;
	border: none;
	outline: none;
}


/* 2020.04.26新增页面 */

/*清除浮动*/
.clear {
	zoom: 1
}

.clear:after {
	content: "";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden
}

.boxflex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-box-flex: wrap;
	-ms-flex-wrap: wrap
}

.nybanner {
	height: 260px;
	position: relative
}

.nybanner .textbox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -32px
}

.nybanner .title {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-family: "Source Han Sans CN"
}

.technsupport {
	padding: 120px 0
}

.technitem {
	width: 31.66%;
	margin-right: 2.51%;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.technitem:nth-of-type(3n) {
	margin-right: 0
}

.technitem .img {
	overflow: hidden
}

.technitem .img img {
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.technitem .title {
	height: 80px;
	line-height: 80px;
	border: 1px solid #f5f5f5;
	border-top: none;
	text-align: center;
	color: #353535;
	font-weight: bold;
	font-size: 18px;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.technitem:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}

.technitem:hover .title {
	color: #338EFE
}

.technitem:hover {
	box-shadow: 6px 6px 0px 0px #f3f3f3;
	border-left: none;
	border-right: none
}

.techncommlist {
	display: block
}

.techncomm {
	padding: 80px 0
}

.techncommbox {
	margin-bottom: 50px
}

.techncommlist {
	padding: 40px 0;
	border-bottom: 1px solid #eae8e8;
	display: block
}

.techncommlist .img {
	overflow: hidden
}

.techncommlist .img img {
	width: 280px;
	height: 200px;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.techncommlist .textbox {
	width: calc(100% - 320px);
	margin-left: 40px
}

.techncommlist .textbox .title {
	color: #353535;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-transform: Uppercase;
	max-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}

.techncommlist .textbox .tex {
	color: #727272;
	line-height: 2.143;
	font-size: 14px;
	margin-top: 24px;
	max-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.techncommlist .textbox .bot {
	margin-top: 30px
}

.techncommlist .textbox .more {
	width: 92px;
	height: 40px;
	border: 1px solid #666;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.techncommlist .textbox .date {
	color: #727272;
	font-size: 12px;
	font-family: Arial;
	line-height: 40px
}

.techncommlist:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}

.techncommlist:hover .title {
	color: #7e318e
}

.techncommlist:hover .more {
	color: #fff;
	background-color: #7e318e;
	border: 1px solid #7e318e
}

.technpro {
	padding: 120px 0 114px
}

.technprolist {
	display: block;
	width: 33.3333%
}

.technprolist .icon {
	width: 104px;
	height: 104px;
	border: 1px solid #ebe9e9;
	border-radius: 104px;
	box-sizing: border-box;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.technprolist .title {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 24px
}

.technprolist:nth-of-type(1) .icon {
	background-image: url(../images/tepr1.png)
}

.technprolist:nth-of-type(2) .icon {
	background-image: url(../images/tepr2.png)
}

.technprolist:nth-of-type(3) .icon {
	background-image: url(../images/tepr3.png)
}

.technprolist:hover .icon {
	background-color: #338EFE;
	border-color: #338EFE
}

.technprolist:nth-of-type(1):hover .icon {
	background-image: url(../images/tepr1_cur.png)
}

.technprolist:nth-of-type(2):hover .icon {
	background-image: url(../images/tepr2_cur.png)
}

.technprolist:nth-of-type(3):hover .icon {
	background-image: url(../images/tepr3_cur.png)
}

.technvideo {
	padding: 120px 0
}

.technvideoclass {
	border: 1px solid #d6d6d6
}

.technVclassitem {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d6d6d6
}

.technVclassitem:nth-of-type(1) {
	border-top: none
}

.technVclassitem:nth-last-of-type(1) {
	border-bottom: none
}

.technVclassitem .name {
	width: 150px;
	height: 60px;
	line-height: 60px;
	background-color: #f0f0f0;
	text-align: center;
	color: #272727
}

.technVclassitem .box {
	width: calc(100% - 180px);
	margin-left: 30px;
	padding: 19px 0
}

.technVclassitem .box .list {
	line-height: 22px;
	color: #666;
	cursor: pointer;
	margin-right: 46px
}

.technVclassitem .box .list.cur {
	color: #338EFE;
	font-weight: bold
}

.technvideoitems {
	margin: 50px 0 20px
}

.technvideoitems .technitem {
	margin-bottom: 30px
}

.techvidetail {
	margin: 45px 0 110px
}

.techvidetail .videobox {
	position: relative
}

.techvidetail .videobox .video video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: -1;
	opacity: 0
}

.techvidetail .videobox .player {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -19px;
	z-index: 4;
	cursor: pointer
}

.techvidetail .videobox.cur .img,
.techvidetail .videobox.cur .player {
	visibility: hidden;
	z-index: -1;
	opacity: 0
}

.techvidetail .videobox.cur .video video {
	visibility: visible;
	z-index: 3;
	opacity: 1
}

.techvidetail .videodesc {
	margin-top: 40px;
	color: #666;
	font-size: 14px
}

.technvideoD_r.news2_r ul li a {
	position: relative
}

.technvideoD_r.news2_r ul li a .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -19px;
	z-index: 4;
	cursor: pointer
}

.technvideoD_r.news2_r ul li span {
	margin: 22px 0 0
}

.technvideopro {
	margin-top: 50px
}

.technvideoprotop .title {
	font-size: 28px;
	color: #272727;
	font-weight: bold
}

.technvideoprotop .content {
	margin-top: 34px
}

.technvideoprotop .content .desc {
	color: #666;
	font-size: 14px;
	line-height: 2.143
}

.technvideoprotop .content .btn {
	width: 120px;
	height: 40px;
	display: block;
	background-color: #338EFE;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-top: 42px
}

.technvideoprobot {
	margin-top: 120px
}

.tevproDlist {
	width: 47.916%;
	margin-right: 4.168%;
	margin-bottom: 50px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	padding: 20px;
	box-sizing: border-box;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center
}

.tevproDlist:nth-of-type(2n) {
	margin-right: 0
}

.tevproDlist .img {
	padding: 9px;
	box-sizing: border-box;
	border: 1px solid #eae8e8
}

.tevproDlist .box {
	width: calc(100% - 100px);
	margin-left: 20px
}

.tevproDlist .name {
	width: calc(100% - 214px);
	margin: 0 20px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #272727
}

.tevproDlist .btn {
	width: 92px;
	height: 40px;
	color: #666;
	cursor: pointer;
	border: 1px solid #676767;
	border-radius: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.tevproDlist .btn:nth-of-type(1) {
	margin-right: 10px
}

.tevproDlist a.btn:nth-of-type(1) {
	margin-right: 0
}

.tevproDlist .btn:hover {
	background-color: #338EFE;
	color: #fff;
	border-color: #338EFE
}

.alert {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19;
	display: none
}

.alert .bg {
	width: 100%;
	height: 100%;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.5)
}

.alert.cur {
	display: block
}

.end span {
	font-size: 12px;
	color: #fff;
	opacity: 0.15;
}

.end a {
	font-size: 12px;
	color: #fff;
	opacity: 0.15;
}

.end a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

.appdownlogin .loginbox {
	width: 800px;
	padding: 40px 60px;
	box-sizing: border-box;
	height: 580px;
	background-color: #fff;
	z-index: 22;
	position: absolute;
	top: 50%;
	margin-top: -225px;
	left: 50%;
	margin-left: -400px
}

.appdownlogin .loginbox .top {
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 26px
}

.appdownlogin .loginbox .top .title {
	color: #272727;
	font-size: 28px;
	font-weight: bold
}

.appdownlogin .loginbox .top .close {
	position: absolute;
	top: -10px;
	right: -32px;
	z-index: 3;
	cursor: pointer
}

.appdownlogin .loginbox .botform .list {
	width: 45.588%;
	margin-right: 8.824%;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc
}

.appdownlogin .loginbox .botform .list:nth-of-type(2n) {
	margin-right: 0
}

.appdownlogin .loginbox .botform .list .name {
	width: 68px;
	color: #333;
	font-size: 14px;
	line-height: 32px
}

.appdownlogin .loginbox .botform .list .name span {
	color: #c92b2f
}

.appdownlogin .loginbox .botform .list .input {
	width: calc(100% - 68px);
	height: 100%
}

.appdownlogin .loginbox .botform .list:nth-of-type(4) .input {
	width: calc(100% - 168px)
}

.appdownlogin .loginbox .botform .list .input input {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	box-sizing: border-box
}

.appdownlogin .loginbox .botform .list .codebtn {
	width: 100px;
	height: 36px;
	color: #fff;
	background-color: #338EFE;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	cursor: pointer
}

.appdownlogin .loginbox .btn {
	width: 260px;
	height: 50px;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	background-color: #338EFE;
	text-align: center;
	line-height: 50px;
	margin: 50px auto 0;
	cursor: pointer
}

.appdownlogin .loginbox .botform .list .codebtn.cur {
	background-color: #ddd;
	cursor: default
}

.tecndatadownitem {
	width: 47.916%;
	margin-right: 4.168%;
	border: 1px solid #fff;
	margin-bottom: 50px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	padding: 20px;
	box-sizing: border-box;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.tecndatadownitem:nth-of-type(2n) {
	margin-right: 0
}

.tecndatadownitem .img {
	padding: 9px;
	box-sizing: border-box;
	border: 1px solid #eae8e8;
	width: 80px;
	height: 100px;
}

.tecndatadownitem .rightbox {
	width: calc(100% - 120px);
	margin-left: 20px
}

.tecndatadownitem .rightbox .down {
	width: 60px;
	height: 60px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0;
	background-color: #fff;
	border: 1px solid #6a6a6a;
	border-radius: 60px;
	background-image: url(../images/down_cur.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.tecndatadownitem .rightbox .textbox {
	width: calc(100% - 80px);
	margin-right: 20px
}

.tecndatadownitem .titlebox {
	color: #272727;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.tecndatadownitem .text {
	margin-top: 8px
}

.tecndatadownitem .textlist {
	color: #666;
	font-size: 14px;
	margin: 2px 16px 2px 0
}

.tecndatadownitem .textlist:nth-of-type(2n) {
	margin-right: 0
}

.tecndatadownitem .textlist a:hover {
	text-decoration: underline
}

.tecndatadownitem:hover {
	border-color: #f5f5f5;
	box-shadow: 5px 5px 0px 0px #f5f5f5
}

.tecndatadownitem .titlebox:hover {
	color: #338EFE
}

.techvidetail .videoboxslide .swiper-button-prev,
.techvidetail .videoboxslide .swiper-button-next {
	width: 37px;
	height: 52px;
	margin-top: -26px;
	background-color: rgba(255, 255, 255, 0.4);
	background-size: 17px 32px;
	opacity: 1
}

.techvidetail .videoboxslide .swiper-button-prev {
	background-image: url(../images/hjtl_03.png)
}

.techvidetail .videoboxslide .swiper-button-next {
	background-image: url(../images/hjtr_05.png)
}

.technvsecond {
	margin-bottom: 60px
}

.technvseclist {
	padding: 0 25px;
	display: inline-block;
	border: 1px solid #666;
	height: 40px;
	line-height: 40px;
	color: #666;
	margin-right: 11px;
	font-size: 16px;
	border-radius: 44px;
	transition: 0.5s ease-in-out 0s;
	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition: 0.5s ease-in-out 0s
}

.technvseclist.cur,
.technvseclist:hover {
	background-color: #338EFE;
	color: #fff;
	border-color: #338EFE
}

@media (max-width:1024px) {
	.nybanner .textbox {
		width: 100%;
		padding: 0 15px;
		margin-left: -50%;
		margin-top: -16px;
		box-sizing: border-box
	}

	.nybanner .textbox .title {
		font-size: 20px
	}

	.technsupport,
	.techncomm,
	.technpro,
	.technvideo {
		padding: 50px 0
	}

	.technitem {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}

	.technitem .title {
		height: 56px;
		line-height: 56px;
		font-size: 16px
	}

	.technitem:nth-last-of-type(1) {
		margin-bottom: 0
	}

	.techncommlist {
		padding: 15px 0
	}

	.techncommlist .img,
	.techncommlist .img img {
		width: 100%
	}

	.techncommlist .textbox {
		margin-left: 0;
		width: 100%;
		margin-top: 20px
	}

	.techncommlist .textbox .tex {
		line-height: 1.8;
		max-height: 50px;
		margin-top: 6px
	}

	.techncommlist .textbox .bot {
		margin-top: 20px
	}

	.techncommlist .textbox .more {
		width: 78px;
		height: 30px;
		line-height: 30px;
		font-size: 12px
	}

	.techncommlist .textbox .date {
		line-height: 30px
	}

	.technprolist .icon {
		width: 64px;
		height: 64px;
		background-size: 28px auto
	}

	.technprolist .title {
		font-size: 16px;
		margin-top: 10px
	}

	.technVclassitem .name {
		width: 100%;
		text-align: left;
		padding: 0 15px;
		height: 34px;
		line-height: 34px
	}

	.technVclassitem .box {
		margin-left: 0;
		width: 100%;
		padding: 8px 15px
	}

	.technVclassitem .box .list {
		margin-right: 6%
	}

	.technvideoitems .technitem {
		margin-bottom: 20px
	}

	.technvideoitems {
		margin: 35px 0
	}

	.techvidetail {
		margin: 25px 0 45px
	}

	.techvidetail .videodesc {
		margin-top: 20px
	}

	.on1_img {
		max-height: initial
	}

	.technvideoprotop .title {
		font-size: 22px
	}

	.technvideoprotop .content {
		margin-top: 20px
	}

	.technvideoprotop .content .btn {
		width: 90px;
		height: 32px;
		line-height: 32px
	}

	.technvideoprobot {
		margin-top: 35px
	}

	.tevproDlist {
		width: 100%;
		margin-right: 0;
		padding: 15px;
		margin-bottom: 20px;
		-webkit-align-items: initial;
		align-items: initial;
		-moz-align-items: initial;
		-ms-align-items: initial
	}

	.tevproDlist:nth-last-of-type(1) {
		margin-bottom: 0
	}

	.tevproDlist .name {
		width: 100%;
		font-size: 16px
	}

	.tevproDlist .box {
		width: calc(100% - 90px);
		margin-left: 10px
	}

	.tevproDlist .btnbox {
		width: 100%;
		margin-top: 15px
	}

	.tevproDlist .btn {
		width: 68px;
		height: 30px;
		line-height: 30px
	}

	.tecndatadownitem {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 10px
	}

	.tecndatadownitem .rightbox .textbox {
		width: calc(100% - 40px);
		margin-right: 10px
	}

	.tecndatadownitem .rightbox .down {
		width: 30px;
		height: 30px;
		background-size: 12px auto
	}

	.tecndatadownitem .titlebox span {
		display: none
	}

	.tecndatadownitem .rightbox {
		width: calc(100% - 110px);
		margin-left: 10px
	}

	.tecndatadownitem .titlebox {
		font-size: 16px
	}

	.tecndatadownitem .textlist {
		margin: 0
	}

	.appdownlogin .loginbox {
		width: 92%;
		height: 500px;
		margin-top: -235px;
		margin-left: -46%;
		padding: 15px 20px
	}

	.appdownlogin .loginbox .top .title {
		font-size: 20px
	}

	.appdownlogin .loginbox .top .close {
		width: 26px;
		height: 26px;
		top: 0;
		right: 0
	}

	.appdownlogin .loginbox .botform .list {
		width: 100%;
		margin-top: 6px;
		margin-right: 0;
		padding-bottom: 5px
	}

	.appdownlogin .loginbox .btn {
		width: 200px;
		height: 38px;
		line-height: 38px;
		margin: 15px auto 0
	}

	.techvidetail .videoboxslide .swiper-button-prev,
	.techvidetail .videoboxslide .swiper-button-next {
		width: 27px;
		height: 42px;
		background-size: 12px 24px;
		margin-top: -21px
	}

	.appdownlogin .loginbox .top {
		padding-top: 15px
	}

	.technvsecond {
		margin-bottom: 25px
	}

	.technvseclist {
		font-size: 13px;
		height: 34px;
		line-height: 34px;
		padding: 0 15px;
		margin-right: 6px;
		margin-bottom: 10px
	}
}

.m_footer {
	display: none;
}

.hezuo .m_hezuo {
	display: none;
	box-sizing: border-box;
}

.hezuo .wrap {
	padding-bottom: 20px;
}

.hezuo .wrap li {
	width: 16.66%;
	height: 90px;
	overflow: hidden;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 18px;
}

.hezuo .wrap li a {
	display: block;
	height: 100%;
	border: 1px solid #ddd;
	overflow: hidden;
	text-align: center;
}

.hezuo .wrap li a img {
	max-height: 100%;
	max-width: 100%;
}

.clear {
	display: block;
	clear: both;
	;
}

/*  */
.page.flex_row {
	display: flex;
	justify-content: center;
}

.tcdPageCode {
	text-align: center;
	margin: 0 0;
}

.tcdPageCode a,
.current,
.disabled {
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	margin-left: 10px;
	color: #666;
	width: 50px;
	border-radius: 50px;
	font-size: 16px;
	background: #EFEFEF;
	box-sizing: border-box
}

.current {
	background: #338EFE;
	color: #fff;
	margin-left: 10px;
	border-color: transparent
}

.nextPage,
.prevPage,
.disabled {
	background: #EFEFEF;
	color: #000 !important;
}

.tiaozhuan {
	display: flex;
	align-items: center;
	margin-left: 10px;
	font-size: 16px;
}

.tiaozhuan div {
	margin-left: 10px;
}

.tiaozhuan div input {
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	margin: 0 5px;
	text-align: center;
}

.tiaozhuan button {
	width: 50px;
	height: 30px;
	border-radius: 50px;
	background: #348EFE;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border: none;
	display: inline-block;
	margin-left: 10px;
	outline: none;
}

/*  */
.xml_news {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width:767px) {
	body {
		padding-top: 0 !important;
	}

	.map_tab form {
		padding: 0;
	}

	.map_tab form ul li {
		width: 100%;
		flex-wrap: wrap;
	}

	.map_tab form ul li p,
	.map_tab form ul li div {
		width: 100%;
	}

	.map_tab form ul li p {
		font-size: 16px;
		text-align: left;
	}

	.map_tab form ul li div {
		height: 30px
	}

	.map_tab form ul li input,
	.map_tab form ul li div select {
		height: 100%;
		vertical-align: top;
	}

	.map_tab form p {
		font-size: 12px;
	}

	.map_tab form h3 {
		font-size: 20px;
		margin-bottom: 10px
	}

	.map_tab form h4 {
		font-size: 16px;
	}

	/*  */
	.footer {
		display: none;
	}

	.m_footer {
		display: block;
		padding: 30px 15px 0;
		background: #000
	}

	.m_footer .top {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.m_footer .top .left {
		width: 70%;
	}

	.m_footer .top .right {
		width: 30%;
		text-align: center;
	}

	.m_footer .top li {
		font-size: 10px;
		display: flex;
		line-height: 30px;
	}

	.m_footer .top li span {
		color: rgba(255, 255, 255, 0.5);
		width: 20%;
		text-align-last: justify;
		text-align: justify;
		display: inline-block;
	}

	.m_footer .top li p {
		color: #fff;
		width: 70%;
		padding-left: 10px;
	}

	.m_footer .bottom {
		text-align: center;
		padding: 20px 0;
	}

	/*  */
	.hezuo .wrap {
		display: none;
	}

	.hezuo {
		padding-bottom: 20px;
	}

	.hezuo .m_hezuo {
		display: block;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.hezuo .m_hezuo .swiper-slide {
		border: 1px solid #ddd;
		padding: 5px;
		box-sizing: border-box;
	}

	/*  */
	.news_txt {
		width: 100% !important;
	}

	.tiaozhuan {
		display: none;
	}

	/*  */
	.Solutions {
		background: #fff;
	}

	/*  */
	.indexFlashTel .slick-dots {
		position: static;
		margin-top: 10px;
	}

	.indexFlashTel .slick-dots li {
		background: #3392D3
	}

	/*  */
	.xq_r h3 {
		font-size: 16px;
		margin-top: 10px;
	}

	.xq_r i {
		margin: 10px 0;
	}

}

@media (min-width:1200px) and (max-width:1440px) {
	.characterPic {
		padding: 0 30px;
	}

	.slick-initialized .slick-slide {
		overflow: hidden;
	}

	.case .familyPart2Pic .case_div {
		width: 100%;
		box-sizing: border-box;
	}

	.case .case_txt {
		padding: 30px;
	}

	.case .case_txt span {
		margin-bottom: 0;
	}

	/*  */
	.sol_img {
		height: 250px;
	}

	.sol_txt {
		padding: 30px !important;
	}

	/*  */
	.ft_nav {
		margin-left: 50px
	}

	.ft_nav ul li {
		min-width: 115px;
	}

	/*  */

	.case {
		padding-bottom: 60px;
	}

	.main_top {
		padding: 60px 0;
	}
}

.mobile_img {
	/*width: 100px;*/
	/*height: 50px;*/
	/*background: red;*/
	width: 163px;
	height: 50px;
	background: url(/admin_lxkj/static/images/header/tel.svg)  center no-repeat;
	background-size: auto 100%;
}
