@charset "UTF-8";
/* S 基础操作样式
 * style comment! */
/*basic css*/
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@font-face {
	/* font-test*/
	font-family: CODE_BOLD;
	src: url('../fonts/iconfont.woff'), url('../fonts/iconfont.ttf'), url('../fonts/iconfont.eot');/* IE9 */
}
@font-face {
	/* font-test*/
	font-family: Avenir Heavy;
	src: url('../fonts/avenir heavy.woff'), url('../fonts/avenir heavy.ttf'), url('../fonts/avenir heavy.eot');/* IE9 */
}
@font-face {
	/* font-test*/
	font-family: AVENIR-BLACK-3_0;
	src: url('../fonts/avenirblack30.woff'), url('../fonts/avenir-black-3_0.ttf'), url('../fonts/avenirblack30.eot');/* IE9 */
}
@font-face {
	/* font-test*/
	font-family: Avenir-Book-woff-5_0;
	src: url('../fonts/avenir-book-woff-5_0.woff'), url('../fonts/avenir-book-woff-5_0.ttf'), url('../fonts/avenir-book-woff-5_0.eot');/* IE9 */
}
@font-face {
	/* font-test*/
	font-family: Avenir-Medium-6_0;
	src: url('../fonts/avenir-medium-6_0.woff'), url('../fonts/avenir-medium-6_0.ttf'), url('../fonts/avenir-medium-6_0.eot');/* IE9 */
}
@font-face {
	/* font-test*/
	font-family: Avenir-Medium-woff-7_0;
	src: url('../fonts/avenir-medium-woff-7_0.woff'), url('../fonts/avenir-medium-woff-7_0.ttf'), url('../fonts/avenir-medium-woff-7_0.eot');/* IE9 */
}
@font-face {
	/* font-test*/
	font-family: Avenir-Roman-8_0;
	src: url('../fonts/avenir-roman-8_0.woff'), url('../fonts/avenir-roman-8_0.ttf'), url('../fonts/avenir-roman-8_0.eot');/* IE9 */
}
@font-face {
	/* font-test*/
	font-family: DIN-Black;
	src: url('../fonts/din-bold.woff'), url('../font/DIN-Black/DIN-Bold.otf'), url('../font/DIN-Black/DIN-Bold.ttf'), url('../fonts/din-bold.eot'); /* IE9 */
}
html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
	margin: 0;
	padding: 0;
	border: 0;
}
@font-face {
	/* font-test*/
	font-family: 'avant';
    /*src: url('../fonts/avant.woff'),*/
url('../fonts/avant.ttf'), url('../font/avant/avant.otf');
url('../font/avant/avant.eot'); /* IE9 */
}

input, textarea, button {
	padding: 0;
	font-family: "Microsoft YaHei", '微软雅黑', "PingFang SC Regular", "Arial";
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
input {
	outline: none;
	-webkit-appearance: none;
	/*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/* 点击高亮的颜色*/
}
input:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
}
.fix:after {
	clear: both;
	content: "";
	display: table;
}
input:focus, textarea:focus {
	outline: none;
}
textarea {
	-webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	cursor: pointer;
}
ul, ol, li {
	list-style-type: none;
}
.slick-slide:focus, input:focus, a:focus {
	outline: none !important;
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}
select, input, textarea, button {
	vertical-align: middle;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
tr {
	margin: 0;
	padding: 0;
}
td {
	margin: 0;
	padding: 0;
}
iframe {
	border: none;
}
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.hidden {
	display: none;
	visibility: hidden;
}
.wrap {
	border: 0;
	padding: 0;
	width: 1150px;
	margin: 0 auto;
 *zoom: 1;
}
.wrap:after {
	clear: both;
	content: "";
	display: table;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.fix {
 *zoom: 1;
}
.radius-wrap {
	width: 44px;
	height: 44px;
	top: 92vh;
	left: 50%;
	right: 50%;
	margin: 0 -22px;
	z-index: 1000;
	position: absolute;
	cursor: pointer;
}
.radius {
	width: 0.44rem;
	height: 0.44rem;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	position: relative;/* overflow: hidden; */
}
a {
	display: inline-block;
	max-width: 100%;
}
.ones {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.twos {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.picture {
	position: relative;
	overflow: hidden;
}
.picture img {
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
.each-item:hover .picture img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	zoom: 1.1 \9;
}
 input:-webkit-autofill {
 box-shadow: 0 0 0px 1000px white inset !important;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
.box {
	width: 92%;
	margin: auto;
}
.box1 {
	width: 75%;
	margin: auto;
}
.boxs {
	width: 84%;
	margin: auto;
}
 input::placeholder {
 color: #999;
}
 input::-webkit-input-placeholder {
 color: #999;
}
/* E 基础操作样式
 * style comment! */

.iphonemedia {
	display: none
}
.pcmedia {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: all .5s;
}
.header_on {
	background: #fff;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.header_on .nav li.pro_nav_item, .header_on .nav li.hang_nav_item {
	padding-bottom: 10px;
	cursor: pointer;
}
.header .logo {
	float: left;
	width: 200px;
	position: relative;
	z-index: 20;
	line-height: 60px;
}
.header .right {
	float: right;
	padding-right: 4%;
	padding-top: 10px;
}
.header .nav {
	    transition: all 0s;
    -webkit-transition: all 0s;
    width: 996px;
    text-align: center;
    padding-top: 7px;
    display: flex;
    justify-content: flex-end;

}
.header_on.header .nav {
	padding-top: 5px
}
.header .header_bottom.on .nav {
	transition: all .6s;
	-webkit-transition: all 0.6s;
}
.nav li {
	display: inline-block;
	position: relative;
}
.nav li .t1 {
	    color: #000;
    font-size: 18px;
    line-height: 90px;
    letter-spacing: 1px;
    margin: 0 25px;
    font-weight: lighter;
    position: relative;
}
/*.nav li .t1:after, .nav li.on .t1:after {
	content: '';
	width: 0%;
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transition: all .4s;
}
.nav li:hover .t1:after {
	left: 0;
	width: 100%;
}*/


.nav li:hover { background:#A8A8A8}

.header_on .nav li .t1 {
	color: #333;
	font-weight: normal;
}
.nav li:hover .t1 {
/* color: #0062ff; */
}
.header_on .header_bottom .en {
	color: #333;
	font-weight: normal;
}
.nav li.on .t1 {
/* color: #0062ff; */
    /* font-weight: bold; */
}
.nav li .t2 {
	display: none;
	position: absolute;
	top: 100%;
	padding: 12px 8px;
	left: 0;
	width: auto;
	min-width: 100%;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
}
.header_on .nav li .t2 {
	color: #0062ff;
}
.nav .t2 a {
	white-space: nowrap;
	display: block;
	font-size: 14px;
	line-height: 34px;
	color: #333;
	text-align: center;
	font-weight: normal;
}
.nav .t2 a:hover {
	color: #0062ff;
}
.header .header-form {
	position: absolute;
	float: right;
	display: inline-block;
	margin: 0px -100px 0 0;
	width: 0;
	overflow: hidden;
	transition: all 0s;
	-webkit-transition: all 0s;
	top: 0px;
	right: 91px;
	z-index: -1;
	background: transparent;
}
.header-form .header-text {
	box-sizing: border-box;
	width: 100%;
	color: #000000;
	padding: 5px 20px;
	line-height: 35px;
	/* border-radius: 8px; */
	border: 1px solid transparent;
	height: 45px;
	background: #ebecef;
	overflow: hidden;
	/* color: #f0f0f0; */
	border: 1px solid rgba(255, 255, 255, .05);
}
.header-form .header-sub {
	position: absolute;
	top: 22px;
	right: 9px;
	z-index: 10;
	width: 25px;
	height: 25px;
	border: 0;
	background-color: transparent;
	background: url('../images/ico_searh1.png') no-repeat;
	background-size: cover;
	opacity: .8;
}
.header_bottom .en {
	float: right;
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 65px;
	width: 59px;
	text-align: center;
	cursor: pointer;
	z-index: 20;
	margin-left: 30px;
	font-weight: lighter;
}
.header_bottom .en:after {
	width: 10px;
	height: 5px;
	content: '';
	background: url("../images/ico_jiao.png");
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
}
.header_on .header_bottom .en:after {
	background: url("../images/ico_jiao1.png");
	background-size: 100% 100%;
}
.header_bottom .en .en_item {
	position: absolute;
	top: 100%;
	right: -10px;
	width: 100px;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	line-height: 2;
	display: none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.header_bottom .en .en_item a {
	display: block;
	color: #333333;
}
.header_bottom .en .en_item a:hover {
	color: #0062ff;
}
.header_bottom .h_header {
	float: right;
	position: relative;
	background: transparent;
	line-height: 65px;
	text-align: right;
	z-index: 20;
}
.header_bottom .header-btn {
	float: right;
	display: block;
	background: url('../images/ico_searh.png') center center repeat-y;
	width: 140px;
	height: 40px;
	padding: 12px 0;
	margin-top: 15px;
	box-sizing: border-box;
	line-height: 1;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
}
.header_bottom.on .h_header {
	width: 210px;
}
.header_bottom.on .header-form {
	width: 210px;
	transition: all .6s;
	-webkit-transition: all .6s;
	z-index: 75;
}
.header_bottom.on .header-search {
	opacity: 0;
}
.header-search img:nth-child(2), .header_on .header-search img:nth-child(1), .header_on .logo img:nth-child(1), .logo img:nth-child(2) {
	display: none;
}
.header_on .header-search img:nth-child(2), .header_on .logo img:nth-child(2) {
	display: inline-block;
	opacity: 1;
}
.header_on .logo {
	width: 150px;
}
.header_on.header .right {
	padding-top: 0;
}
.main {
	width: 100%;/*overflow-x: hidden;*/
}
 @media screen and (max-width: 1600px) {
.header .logo {
	/*width: 120px;
	margin-top: 0;
	line-height: 40px;*/
}
.header_on .logo {
	width: 90px;
}
.header_bottom .en, .header_bottom .h_header {
	line-height: 40px;
	font-size: 14px;
	margin-left: 10px;
}
.header_bottom .h_header img {
	width: 17px;
	height: 17px;
}
.header-form .header-sub {
	width: 17px;
	height: 17px;
	top: 14px;
	opacity: 1;
}
.header .right {
	padding-top: 0;
}
.header_bottom .en:after {
	top: 40%;
}
.nav li .t1 {
	/*font-size: 14px;
	margin: 0 25px;
	line-height: 30px;*/
}
.header {
	/*padding: 15px 0;*/
}
.header_on {
	padding: 5px 0;
}
.main {
}
.header .logo {
}
.header_bottom.on .header-form {
	width: 170px;
}
.header-form .header-text {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	color: #000000;
	line-height: 25px;
	height: 35px;
	font-size: 13px;
}
.header .header_bottom.on .nav {
	margin-right: 160px;
}
}
 @media screen and (max-width: 1200px) {
.header_on .logo img:nth-child(1), .logo img:nth-child(2) {
	display: block;
}
.box {
	width: 92%;
	margin: auto;
}
.main {
	padding-top: 50px;
}
.index_live_banner .lans {
	padding: 10px;
}
.iphonemedia {
	display: block;
	padding-bottom: 5px;
}
.pcmedia {
	display: none
}
/*header*/
.header {
	background: #fff;
	/* padding: 5px 0; */
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .03);
}
.header.bg0 {
	background: rgba(255, 255, 255, .98);
	height: calc(100vh + 85px);
	overflow: hidden;
	overflow-y: scroll;
}
.header.bg0 .header_bottom {
/* background: #000000; */
        /* padding-top: 20px; */
}
.header.fix {
	position: fixed;
}
.header.fix.bg1 {
	height: calc(100vh + 85px);
	overflow: hidden;
	overflow-y: scroll;
}
.header_lans {
	line-height: 32px;
	position: relative;
	background: #222;
	z-index: 10;
}
.header_lans .ones {
	width: 85%;
	margin: 0 5% 0 5%;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}
.header_lans .close {
	position: absolute;
	right: 5px;
	top: -2px;
	z-index: 3;
	width: 21px;
}
.header.on {
	top: -60px;
}
.header.on1 {
	top: -66px;
}
.header_top {
	height: 50px;
	position: relative;
	z-index: 10;
	/* background: rgba(0, 0, 0, .75); */
	transition: all .4s;
	-webkit-transition: all .4s;
}
.header_top .en {
	font-size: 14px;
	color: #888;
	float: right;
	line-height: 50px;
}
.header_top .en a {
	color: #888;
}
.header_top .en a.on {
	color: #0062ff;
}
.header.bg0 .header_top {
/* background: rgba(0, 0, 0, 1); */

}
.header_relative {
	position: relative;
	overflow: hidden;
	z-index: 10;
}
.header .header_gradess {
	position: absolute;
	width: 110%;
	top: -10px;
	left: -5%;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-filter: blur(20px);
	filter: blur(20px);
	height: 100px;
 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=20, MakeShadow=false);
	overflow: hidden;
	min-height: 100vh;
}
.header .header_gradess.he {
	min-height: 110vh;
	height: 690px;
}
.header_top .login_header {
	float: right;
	margin-top: 23px;
	opacity: 1;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.header_top .logo {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 25%;
	max-width: 120px;
}
.header_top .menu_icon {
	float: left;
	margin-top: 10px;
}
.menu_icon span {
	display: block;
	width: 20px;
	height: 1px;
	background: #333;
	margin: 6px 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.menu_icon.on span:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-top: 10px;
}
.menu_icon.on span:nth-child(2) {
	display: none;
}
.menu_icon.on span:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-top: -7px;
}
.header_bottom {
	display: none;
	width: 100%;
	height: 690px;
	position: relative;
	z-index: 10;
	/* background: rgba(0, 0, 0, .65); */
	padding: 1px 0;
}

.header_nav {
	border-bottom: 1px solid #0062ff;
	padding-bottom: 2px;
}
.header_nav li {
	border-top: 1px solid #e8e8e8;
}
.header_nav li > a {
	display: block;
	position: relative;
	font-size: 15px !important;
	line-height: 22px;
	padding: 16px 0;
	color: #333;
}
.header_nav li > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 24px;
	right: 20px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all .4s;
	-webkit-transition: all .4s;
}
.header_nav li > a.arrow:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header_nav .nav2 {
	display: none;
	margin-top: -5px;
	margin-left: 20px;
	padding-bottom: 10px;
}
.header_nav .nav2 a, .header_search a {
	display: block;
	font-size: 14px;
	line-height: 35px;
	color: #666;
}


.header_search {
	display: none;
}
.header_search h2 {
	font-size: 13px;
	line-height: 1;
	color: #888888;
}
.header_search1 {
	padding-top: 5px;
}
.header_search1 a {
	font-size: 15px;
	line-height: 50px;
	color: #555;
	border-top: 1px solid #e8e8e8;
}
.header_search1 a:first-child {
	border-top: 0;
}
}


 


 @media screen and (max-width: 768px) {
.pro_list_index .lans {
	top: 5%;
}
.pro_list_index .t1 {
	font-size: 20px;
}
.pro_list_index .t2 {
	font-size: 12px;
	margin: 7px 0;
}
.pro_list_index .t3 {
	font-size: 12px;
}
}
/*pro_list*/
.black.neiye_banner .lans {
	color: #222222;
}
.pro_list {
	margin: 10px;
}
.pro_list li {
	width: calc(50% - 20px);
	margin: 10px;
}
.pro_list .lans {
	text-align: left;
	width: 90%;
	left: 5%;
	top: 7%;
}
.pro_list .t1 {
	font-size: 24px;
	font-weight: normal;
}
.pro_list .t2 {
	font-size: 36px;
	margin: 10px 0;
}
.pro_list .t3 {
	max-width: 50%;
	margin: auto;
}
/* .pro_list li:nth-child(1) .lans, .pro_list li:nth-child(1) .t3 {
    color: #FFFFFF;
} */

.pro_list li:nth-child(2) .lans, .pro_list li:nth-child(2) .t3 {
	color: #222222;
}
.case_list_ico {
	text-align: center;
	padding: 100px 0;
	background-color: #f3f5f7;
}
.case_list_ico .title {
	color: #222222;
	font-size: 44px;
	padding: 0 0 40px;
}
.case_list_ico li {
	display: inline-block;
	width: 200px;
	height: 180px;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 20px;
	background: #FFFFFF;
	font-size: 24px;
	color: #222222;
	line-height: 2;
	margin: 0 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.case_list_ico li:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
.case_list_ico .icon {
	width: 45px;
	margin: auto;
}
/*case_number_list*/
.case_number_list {
	text-align: center;
	padding: 80px 0;
}
.case_number_list li {
	width: 25%;
	float: left;
}
.case_number_list .n1 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #0062ff;
}
.case_number_list .n1 span {
	font-size: 56px;
}
.case_number_list .n2 {
	font-size: 20px;
	margin-top: 5px;
	color: #222222;
}
 @media screen and (max-width: 1440px) {
.pro_list li {
	width: calc(50% - 10px);
	margin: 5px;
}
.pro_list .t1 {
	font-size: 18px;
}
.pro_list .t2 {
	font-size: 30px;
	margin: 5px 0;
}
.pro_list {
	margin: 5px;
}
.case_list_ico .title {
	font-size: 36px;
	padding: 0 0 30px;
}
.case_list_ico {
	padding: 80px 0;
}
.case_list_ico li {
	display: inline-block;
	width: 180px;
	height: 150px;
	padding: 30px 15px;
	font-size: 20px;
	margin: 0 10px;
}
.case_number_list {
	padding: 60px 0;
}
.case_number_list .n1 span {
	font-size: 48px;
}
.case_number_list .n2 {
	font-size: 18px;
}
}
 @media screen and (max-width: 980px) {
.pro_list li {
	width: 100%;
	margin: 10px 0 0;
}
.pro_list .t1 {
	font-size: 16px;
}
.pro_list .t2 {
	font-size: 26px;
	margin: 0;
}
.pro_list {
	margin: 0 2.5% 10px;
}
.case_list_ico .title {
	font-size: 30px;
	padding: 0 0 20px;
}
.case_list_ico {
	padding: 60px 0;
}
.case_list_ico li {
	display: inline-block;
	width: 48%;
	height: 120px;
	padding: 25px 10px 0;
	font-size: 18px;
	margin: 0 0 10px;
}
.case_list_ico li:nth-child(even) {
	margin-left: calc(5% - 10px);
}
.case_number_list .n1 span {
	font-size: 40px;
}
.case_number_list .n1 {
	font-size: 20px;
}
.case_number_list .n2 {
	font-size: 16px;
}
.case_number_list {
	padding: 40px 0;
}
}
 @media screen and (max-width: 768px) {
.case_list_ico {
	padding: 40px 0;
}
.case_list_ico .title {
	font-size: 26px;
}
.pro_list .t1 {
	font-size: 14px;
}
.pro_list .t2 {
	font-size: 22px;
}
.case_list_ico .icon {
	width: 38px;
}
.case_list_ico li {
	font-size: 16px;
}
.case_number_list .n1 span {
	font-size: 36px;
}
.case_number_list .n1 {
	font-size: 18px;
}
.case_number_list .n2 {
	font-size: 14px;
}
}
 @media screen and (max-width: 540px) {
.pro_list .t1 {
	font-size: 12px;
}
.pro_list .t2 {
	font-size: 19px;
	margin: 5px 0 0;
}
.case_list_ico .title {
	font-size: 22px;
}
.case_number_list .n1 span {
	font-size: 32px;
}
.case_number_list .n1 {
	font-size: 15px;
}
.case_number_list .n2 {
	font-size: 12px;
}
}
/*case_details*/
.case_details {
	padding: 95px 0;
}
.case_details .left {
	width: 300px;
	float: left;
}
.case_details .logo {
	border: 1px solid #eeeeee;
	padding: 50px;
	box-sizing: border-box;
	font-size: 24px;
	color: #222222;
	text-align: center;
}
.case_details .logo img {
	margin-bottom: 30px;
}
.case_details .contact_module {
	border: 1px solid #eeeeee;
	margin: 20px 0;
}
.contact_module .c1 {
	font-size: 20px;
	line-height: 3;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
}
.contact_module .c_content {
	padding: 20px 25px;
	box-sizing: border-box;
}
.contact_module .c2 {
	font-size: 16px;
	line-height: 40px;
	font-weight: lighter;
	color: #222222;
	margin-bottom: 10px;
}
.contact_module .c3 {
	font-size: 16px;
	line-height: 45px;
	border-radius: 5px;
	background: #0062ff;
	color: #FFFFFF;
	display: block;
	text-align: center;
}
.case_details .right {
	width: calc(100% - 385px);
	float: right;
}
.case_details .right .r1 {
}
.case_details .right .tit {
	font-size: 36px;
	color: #222222;
}
.case_details .right .desc {
	font-size: 16px;
	line-height: 1.8;
	color: #666666;
	font-weight: lighter;
	padding: 30px 0 40px;
	border-bottom: 1px solid #eeeeee;
}
.case_details .right .editor {
	font-size: 16px;
	line-height: 1.8;
	color: #666666;
	font-weight: lighter;
	padding: 30px 0;
}
 @media screen and (max-width: 1440px) {
.case_details {
	padding: 65px 0;
}
.case_details .left {
	width: 250px;
}
.case_details .right {
	width: calc(100% - 325px);
}
.case_details .logo {
	padding: 40px;
	font-size: 22px;
}
.contact_module .c1 {
	font-size: 18px;
}
.contact_module .c_content {
	padding: 15px 20px;
}
.contact_module .c2 {
	font-size: 14px;
	line-height: 2.6;
}
.contact_module .c3 {
	font-size: 14px;
	line-height: 2.6;
}
.case_details .right .desc, .case_details .right .editor {
	font-size: 14px;
}
.case_details .right .tit {
	font-size: 32px;
}
.case_details .right .desc {
	padding: 20px 0 30px;
}
}
 @media screen and (max-width: 1199px) {
.case_details .left {
	display: none;
}
.case_details .right {
	width: 100%;
}
.case_details .right .desc, .case_details .right .editor {
	font-size: 14px;
}
.case_details .right .tit {
	font-size: 28px;
}
.case_details .right .desc {
	padding: 10px 0 20px;
}
.case_details {
	padding: 45px 0;
}
}
 @media screen and (max-width: 980px) {
.case_details .right .tit {
	font-size: 24px;
}
}
.power {
}
 @keyframes line1 {
 0% {
 top: 88px;
 left: 138px;
 transform: scale(1);
 opacity: 0;
}
 50% {
 top: 98px;
 left: 122px;
 transform: scale(0.8);
 opacity: 0.8;
}
 100% {
 top: 108px;
 left: 106px;
 transform: scale(0.6);
 opacity: 0;
}
}
 @-webkit-keyframes line1 {
 0% {
 top: 88px;
 left: 138px;
 transform: scale(1);
 opacity: 0;
}
 50% {
 top: 98px;
 left: 122px;
 transform: scale(0.8);
 opacity: 0.8;
}
 100% {
 top: 108px;
 left: 106px;
 transform: scale(0.6);
 opacity: 0;
}
}
.about_nav_list .wrapper {
	padding-top: 20px;
}
.about1_sum {
	padding: 100px 0;
}
.about1_sum .left {
	width: 44%;
	float: left;
	padding-top: 30px;
}
.about1_sum .right {
	width: 45%;
	float: right;
	position: relative;
	margin-top: 120px;
}
.about1_sum .right .play {
	width: 75px;
	position: absolute;
	bottom: 80px;
	left: 40px;
}
.about_lans .l1 {
	font-size: 44px;
	font-weight: bold;
	color: #222222;
	padding-bottom: 25px;
}
.about_lans .l2 {
	font-size: 16px;
	line-height: 1.8;
	color: #444444;
}
.about1_sum .video {
	display: none;
}
.about2_sum {
	background: #f8fafd;
	padding: 90px 0;
}
.about2_sum .boxs {
	position: relative;
}
.about2_sum a {
	background: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	display: block;
}
.about2_sum .about_lans {
	text-align: center;
	padding-bottom: 40px;
}
.about2_sum .lans {
	text-align: center;
	color: #222222;
	padding: 25px 25px 30px 25px;
}
.about2_sum .lans .l1 {
	font-size: 24px;
	padding-bottom: 5px;
}
.about2_sum .lans .l2 {
	font-size: 16px;
}
.about2_sum .lans .l3 {
	display: none;
}
.about2_sum a:hover .l1 {
	color: #0062ff;
}
.about2_sum .swiper-button-next, .about2_sum .swiper-button-prev, .about2_win .swiper-button-next, .about2_win .swiper-button-prev {
	background: url('../images/ico_prev.png');
	width: 55px;
	height: 55px;
	background-size: 100% 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .3;
	transition: all .5s;
	-webkit-transition: all .5s;
	top: 58%;
}
.about2_sum .swiper-button-prev {
	left: -100px;
}
.about2_sum .swiper-button-next {
	right: -100px;
}
.about5_sum .swiper-button-prev, .about5_sum .swiper-button-next {
	top: 60%;
}
.about2_sum .swiper-button-next:hover, .about2_sum .swiper-button-prev:hover, .about2_win .swiper-button-next:hover, .about2_win .swiper-button-prev:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.about2_win {
	display: none;
}
.about2_win .close {
	width: 25px;
	position: absolute;
	top: 60px;
	right: 60px;
	z-index: 10;
	cursor: pointer;
}
.about2_win .close:hover {
/*     animation: rotate 1s infinite linear */
}
.about2_win .bg {
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: .5;
}
.about2_win .container {
	max-width: 1400px;
	box-sizing: border-box;
	padding: 55px;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 101;
}
.about2_win .swiper_sum {
}
.about2_win a {
	cursor: default;
	display: block;
}
.about2_win .picture {
	width: 435px;
	float: left;
}
.about2_win .lans {
	width: calc(100% - 540px);
	float: right;
}
.about2_win .lans .l1 {
	font-size: 30px;
	color: #222222;
}
.about2_win .lans .l2 {
	font-size: 20px;
	padding: 20px 0;
	color: #222222;
	border-bottom: 1px solid #eeeeee;
}
.about2_win .lans .l3 {
	font-size: 16px;
	line-height: 2.2;
	color: #444444;
	margin: 20px 0;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	max-height: 250px;
	overflow: auto;
}
 .about2_win .lans .l3::-webkit-scrollbar { /*滚动条整体样式*/
 width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
 height: 1px;
}
 .about2_win .lans .l3::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
 background: #126dff;
}
 .about2_win .lans .l3::-webkit-scrollbar-track { /*滚动条里面轨道*/
 -webkit-box-shadow: inset 0 0 5px #dddddd;
 border-radius: 10px;
 background: #FFFFFF;
}
.about2_win .lans .l3 li {
	background: url("../images/quan.jpg") left 15px no-repeat;
	padding-left: 20px;
}
.about2_win a {
	display: block;
	background: #FFFFFF;
	box-sizing: border-box;
}
.swiper_sum {
	position: absolute;
	bottom: 60px;
	left: 590px;
	width: 120px;
}
.about3 {
	text-align: center;
	padding: 30px 0;
}
.map_about {
	position: relative;
}
.map_about .left {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.map_about .left li {
	width: 225px;
	padding-bottom: 50px;
	text-align: left;
}
.map_about .left .l1 {
	font-size: 16px;
	color: #666666;
	line-height: 46px;
}
.map_about .left .num {
	display: inline-block;
	color: #0062ff;
	font-size: 24px;
	font-family: 'AvantGarde CE';
	font-weight: bold;
	margin-right: 10px;
}
.map_about .left .num span {
	font-size: 46px;
	margin-right: 5px;
	color: #0062ff;
}
.map_about .left .l2 {
	font-size: 16px;
	color: #666666;
}
.map_about .left .l3 {
	width: 100%;
	position: relative;
	height: 1px;
	background: #e5e5e5;
	margin-top: 30px;
}
.map_about .left .l3 span {
	width: 20px;
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background: #0062ff;
	animation: line_keyframes 1.5s forwards infinite linear;
	-webkit-animation: line_keyframes 1.5s forwards infinite linear;
}
.map_about .left li:nth-child(3) .l3 span {
	animation-delay: .1s;
	-webkit-animation-delay: .1s;
}
.map_about .left li:nth-child(2) .l3 span {
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
 @keyframes line_keyframes {
 0% {
 left: 0;
}
 100% {
 left: 100%;
}
}
 @-webkit-keyframes line_keyframes {
 0% {
 left: 0;
}
 100% {
 left: 100%;
}
}
.map_about .left li:nth-child(4) .num {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
.swiper_sum .swiper_sum_wrapper {
	width: 200px;
	height: 70px;
}
.right_map_show {
}
.right_map_show .map_list {
}
.right_map_show .map_list li {
	position: absolute;
}
.right_map_show .map_list li:hover .win_d {
	display: block;
	opacity: 1;
	z-index: 11
}
.right_map_show .map_list .item {
	width: 15px;
	height: 15px;
	position: relative;
}
.right_map_show .map_list .dian {
	width: 15px;
	height: 15px;
	cursor: pointer;
	border-radius: 50%;
	background: #0062ff;
	box-shadow: 0 0px 0px 5px rgba(0, 98, 255, .2);
	transition: all .5s;
	-webkit-transition: all .5s;
	position: relative;
}
.right_map_show .map_list .dian .loc {
	font-size: 12px;
	/* white-space: nowrap; */
	text-align: center;
	position: absolute;
	width: 80px;
	top: 150%;
	left: 0%;
	transform: translate(-50%, 0);
}
.right_map_show .map_list .dian:hover {
	box-shadow: 0 0px 0px 15px rgba(0, 98, 255, .1);
}
.right_map_show.on .map_list li:nth-child(1) {
	left: 53%;
	top: 32%;
}
.right_map_show.on .map_list .item:hover {
	box-shadow: 0 10px 40px 15px rgba(0, 98, 255, .2);
}
.right_map_show.on .map_list .lans {
	line-height: 70px;
	height: 70px;
	border-radius: 10px;
	box-shadow: 0 5px 20px 0 rgba(60, 60, 60, .2);
	font-size: 20px;
	color: #222222;
	text-align: center;
	left: 50%;
	position: absolute;
	padding: 0 26px;
	top: -220px;
	background: #FFFFFF;
	opacity: 0;
	animation: opacity 1s 4.5s forwards;
	-webkit-animation: opacity 1s 4.5s forwards;
	width: auto;
	word-break: keep-all;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 5;
}
.right_map_show.on .map_list .line2 {
	width: 1px;
	position: absolute;
	left: 7px;
	bottom: 100%;
	background: #0062ff;
}
.right_map_show.on .map_list li:nth-child(1) .line2 {
	animation: line1 5s;
	-webkit-animation: line1 5s;
	height: 170px;
}
 @keyframes line1 {
 0% {
 height: 0;
}
 100% {
 height: 170px;
}
}
 @-webkit-keyframes line1 {
 0% {
 height: 0;
}
 100% {
 height: 170px;
}
}
.right_map_show.on .map_list li:nth-child(2) {
	left: 56%;
	top: 35%;
}
.right_map_show.on .map_list li:nth-child(2) .line2 {
	animation: line2 5s;
	-webkit-animation: line2 5s;
	height: 80px;
}
.right_map_show.on .map_list li:nth-child(2) .loc {
	top: 180%;
	left: 160%;
}
.right_map_show.on .map_list li:nth-child(2) .lans {
	top: -130px;
}
 @keyframes line2 {
 0% {
 height: 0;
}
 100% {
 height: 80px;
}
}
 @-webkit-keyframes line2 {
 0% {
 height: 0;
}
 100% {
 height: 80px;
}
}
.right_map_show.on .map_list li:nth-child(3) {
	left: 77%;
	top: 49%;
}
.right_map_show.on .map_list li:nth-child(3) .line2 {
	animation: line3 5s;
	-webkit-animation: line3 5s;
	height: 240px;
}
.right_map_show.on .map_list li:nth-child(3) .lans {
	top: -240px;
}
 @keyframes line3 {
 0% {
 height: 0;
}
 100% {
 height: 240px;
}
}
 @-webkit-keyframes line3 {
 0% {
 height: 0;
}
 100% {
 height: 240px;
}
}
.right_map_show.on .map_list li:nth-child(4) {
	left: 78.5%;
	top: 42%;
}
.right_map_show.on .map_list li:nth-child(4) .line2 {
	animation: line4 5s;
	-webkit-animation: line4 5s;
	height: 70px;
}
.right_map_show.on .map_list li:nth-child(4) .lans {
	top: -120px;
}
 @keyframes line4 {
 0% {
 height: 0;
}
 100% {
 height: 70px;
}
}
 @-webkit-keyframes line4 {
 0% {
 height: 0;
}
 100% {
 height: 70px;
}
}
.right_map_show.on .map_list li:nth-child(5) {
	left: 81.5%;
	top: 47%;
}
.right_map_show.on .map_list li:nth-child(5) .line2 {
	animation: line5 5s;
	-webkit-animation: line5 5s;
	height: 80px;
	top: 0;
}
.right_map_show.on .map_list li:nth-child(5) .lans {
	top: 80px;
}
 @keyframes line5 {
 0% {
 height: 0;
}
 100% {
 height: 80px;
}
}
 @-webkit-keyframes line5 {
 0% {
 height: 0;
}
 100% {
 height: 80px;
}
}
.right_map_show.on .map_list li:nth-child(6) {
	left: 83.35%;
	top: 38%;
}
.right_map_show.on .map_list li:nth-child(6) .line1 {
	animation: line6 3s forwards;
	-webkit-animation: line6 3s forwards;
	width: 140px;
	left: 100%;
	top: -7px;
	background: #0062ff;
	height: 1px;
	position: relative;
}
.right_map_show.on .map_list li:nth-child(6) .line2 {
	animation: line61 2s 3s forwards;
	-webkit-animation: line61 2s 3s forwards;
	height: 0;
	left: 154px;
	bottom: 6px;
}
.right_map_show.on .map_list li:nth-child(6) .lans {
	bottom: 140px;
	left: calc(140px + 50%);
	top: auto;
}
 @keyframes line6 {
 0% {
 width: 0;
}
 100% {
 width: 140px;
}
}
 @-webkit-keyframes line6 {
 0% {
 width: 0;
}
 100% {
 width: 140px;
}
}
 @keyframes line61 {
 0% {
 height: 0;
}
 100% {
 height: 140px;
}
}
 @-webkit-keyframes line61 {
 0% {
 height: 0;
}
 100% {
 height: 140px;
}
}
 @keyframes opacity {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes opacity {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes rotate {
 from {
 transform: rotate(0deg);
}
to {
	transform: rotate(359deg);
}
}
.right_map_show.on .map_list li:nth-child(7) {
	left: 81%;
	top: 45%;
}
.right_map_show.on .map_list li:nth-child(7) .line1 {
	animation: line6 3s forwards;
	-webkit-animation: line6 3s forwards;
	width: 140px;
	left: 100%;
	top: -7px;
	background: #0062ff;
	height: 1px;
	position: relative;
}
.right_map_show.on .map_list li:nth-child(7) .line2 {
	animation: line61 2s 3s forwards;
	-webkit-animation: line61 2s 3s forwards;
	height: 0;
	left: 154px;
	bottom: 6px;
}
.right_map_show.on .map_list li:nth-child(7) .lans {
	bottom: 140px;
	left: calc(140px + 50%);
	top: auto;
}
.about5_sum {
	background: #FFFFFF;
}
.about5_sum .swiper-slide {
	background: #fff;
	position: relative;
	z-index: 2;
}
.about4_sum {
	text-align: center;
	background: #f8fafd;
	padding: 80px 0 50px;
}
.about4_sum .swiper-container {
	margin-top: 40px;
}
.about4_sum a {
	position: relative;
	color: #222222;
	box-sizing: border-box;
	padding: 35px;
	margin-bottom: 80px;
	background: #FFFFFF;
}
.about4_sum a:after {
	position: absolute;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 4px;
	background: #0062ff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.about4_sum a:hover:after {
	left: 0;
	width: 100%;
}
.about4_sum .lans {
	margin-top: 20px;
}
.about4_sum .lans .l1 {
	font-size: 20px;
	width: calc(100% - 25px);
	float: left;
	text-align: center;
}
.about4_sum .lans .icon {
	float: right;
	background: url("../images/g20.png");
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	margin-top: 4px;
}
.about4_sum a:hover .icon {
	background: url("../images/g21.png");
	background-size: 100% 100%;
}
.about4_sum a:hover {
	color: #0062ff;
}
.about5_sum {
	white-space: nowrap;
}
.about5_sum li {
	position: relative;
	width: calc(25% - 15px);
	display: inline-block;
	height: 330px;
	border-radius: 0;
	overflow: hidden;
	margin: 0 10px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.about5_sum li:nth-child(4n) {
	margin-right: 0;
}
.about5_sum a {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0;
	width: 150%;
	background: center center no-repeat;
	height: 100%;/*background-size: cover;*/
}
.about5_sum li:hover a {
	width: 100%;
}
.about5_sum a .t2 {
	font-size: 13px;
}
.about5_sum li.on {
	width: calc(21% - 15px);
}
.about5_sum li:hover {
/*     width: 34%; */
}
.about5_sum li:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: .2;
	z-index: 2;
}
.about5_sum .lans {
	position: absolute;
	bottom: 15%;
	color: #ffffff;
	font-size: 20px;
	line-height: 2;
	text-align: left;
	white-space: normal;
	left: 10%;
	width: 80%;
	z-index: 3;
	padding: 0;
	height: 40px;
	text-align: center;
	overflow: hidden;
	transition: all .6s;
	-webkit-transition: all .6s;
}
.about5_sum li:hover .lans {
	height: 155px;
}
.about6_sum {
	text-align: center;
	position: relative;
}
.about6_sum .swiper-slide {
	padding: 10px;
	box-sizing: border-box;
	transition: all .2s;
	-webkit-transition: all .2s;
	width: 14.28%;
}
.about6_sum .swiper-slide img {
	border: 1px solid #eeeeee;
}
.about6_sum .boxs {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.about6_sum .swiper-container {
	/*height: 400px;*/
	display: flex;
	flex-wrap: wrap;
}
.about6_sum .swiper-pagination {
	width: 100%;
	text-align: center;
}
.swiper-pagination, .about4_sum .swiper-pagination {
	bottom: 20px;
}
.swiper-pagination .swiper-pagination-bullet, .about4_sum .swiper-pagination-bullet {
	/*width: 5px !important;
	height: 5px !important;
	margin: 5px 15px !important;
	background: #ccdefb;
	border: 0;*/
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .about4_sum .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	/*width: 15px !important;
	height: 15px !important;
	background: url("../images/g23.jpg");
	background-size: 100%;
	margin: 0 10px !important;*/
}
 @media screen and (max-width: 1660px) {
.about_lans .l1 {
	font-size: 42px;
	padding-bottom: 15px;
}
.about6_sum .swiper-slide {
	padding: 8px;
}
.about6_sum .list {
	width: calc(100% + 16px);
	overflow: hidden;
	margin: 5px 0 20px -8px;
}
.map_about .left .num span {
	font-size: 36px;
}
.map_about .left .l3 {
	margin-top: 20px;
}
.map_about .left .l1, .map_about .left .l2, .map_about .left li:nth-child(4) .num {
	font-size: 14px;
}
.map_about .left li {
	padding-bottom: 30px;
}
.map_about .left .l1 {
	line-height: 36px;
}
}
 @media screen and (max-width: 1440px) {
.about2_sum .about_lans {
	padding-bottom: 30px;
}
.home2_video_bg .video_icon {
	width: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}
.about_lans .l1 {
	font-size: 38px;
}
.about_lans .l2 {
	font-size: 14px;
}
.about1_sum {
	padding: 60px 0;
}
.about1_sum .left {
	padding-top: 0;
}
.about1_sum .right .play {
	width: 50px;
	bottom: 40px;
	left: 20px;
}
.about2_win .container {
	padding: 40px;
}
.about2_win .lans .l1 {
	font-size: 26px;
}
.about2_win .lans .l2 {
	font-size: 18px;
	padding: 13px 0;
}
.about2_win .lans .l3 {
	font-size: 14px;
	max-height: 230px;
}
.about2_win .close {
	width: 18px;
	top: 40px;
	right: 40px;
}
.about2_sum .swiper-button-next, .about2_sum .swiper-button-prev, .about2_win .swiper-button-next, .about2_win .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-size: 100%;
}
.swiper_sum .swiper_sum_wrapper, .about2_win .swiper_sum {
	left: 470px;
	bottom: 30px;
	width: 100px;
}
.about2_win .picture {
	width: 380px;
}
.about2_win .lans {
	width: calc(100% - 430px);
}
.about2_sum .lans .l1 {
	font-size: 22px;
}
.about2_sum .lans .l2 {
	font-size: 15px;
}
.about2_sum .lans {
	padding: 15px 15px 20px 15px;
}
.about5_sum .lans {
	padding: 0;
	font-size: 18px;
}
.about2_sum {
	padding: 60px 0;
}
}
 @media screen and (max-width: 1199px) {
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .about4_sum .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	/*margin: 0 5px !important;*/
}
.power4_sum .swiper-pagination {
	bottom: 10px !important;
}
.swiper-pagination .swiper-pagination-bullet, .about4_sum .swiper-pagination-bullet {
	margin: 5px 7px !important;
}
.map_about .left .l1 {
	line-height: 30px;
}
.map_about .left .num span {
	font-size: 30px;
}
.map_about .left .l1, .map_about .left .l2, .map_about .left li:nth-child(4) .num {
	font-size: 13px;
}
.about6_sum {
	padding-top: 50px;
}
.about5_sum .about_lans {
	padding-bottom: 10px;
}
.about5_sum .swiper-pagination {
	bottom: 17px;
}
.about5_sum .swiper-slide, .about5_sum .swiper-slide:hover, .about5_sum .swiper-slide.on {
	width: 100%;
	display: block;
	margin: 0;
	height: 300px;
	margin-bottom: 0px;
}
.about5_sum a {
	background-size: cover;
}
.about6_sum .list {
	margin: 0;
	width: 100%;
}
.about6_sum .swiper-slide {
	padding: 5px;
	width: 20%;
}
.about4_sum .lans {
	padding-bottom: 20px;
}
.about4_sum .swiper-pagination {
	bottom: 35px;
}
.home2_video .video_icon {
	width: 40px;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
}

.about4_sum {
	padding: 40px 0 20px;
}
.about4_sum .swiper-container {
	margin-top: 15px;
}
.about4_sum a {
	padding: 25px;
	padding-bottom: 0px;
}
.about4_sum .lans .l1 {
	font-size: 16px;
}
.about4_sum .swiper-pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	margin: 2.5px 7.5px;
	background: #ccdefb;
	border: 0;
}
.about4_sum .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
.about2_sum .swiper-button-prev {
	left: 0;
}
.about2_sum .swiper-button-next {
	right: 0;
}
.about_lans .l1 {
	font-size: 32px;
}
.about1_sum .left,  .about1_sum .right {
	width: 100%;
	float: none;
	margin-top: 0;
}
.about1_sum .left {
	padding-bottom: 20px;
}
.about2_sum .lans img {
	display: inline-block;
}
.power6_sum {
	padding-bottom: 50px !important;
}
}
 @media screen and (max-width: 980px) {
.about6_sum .swiper-slide {
	width: 25%;
}
.right_map_show .map_list .dian .loc {
	opacity: 0;
}
.map_about .left {
	position: static;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.map_about .left li {
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.map_about .left li:nth-child(even) {
	margin-left: 0;
}
.about4_sum {
	padding: 30px 0 0px;
}
.about2_sum {
	padding: 30px 0 0;
	white-space: normal;
}
.about2_sum .lans .l1 {
	font-size: 18px;
}
.about2_sum .lans .l2 {
	font-size: 14px;
}
.about2_sum .lans {
	padding: 10px;
}
.about5_sum .lans {
	padding: 0;
	font-size: 16px;
	bottom: 10%;
	height: auto;
}
.about5_sum .l2 {
	font-size: 13px;
}
.about2_win .lans .l1 {
	font-size: 24px;
}
.about2_win .lans .t2 {
	font-size: 14px;
	padding: 10px 0;
}
.about_lans .l1 {
	font-size: 28px;
}
.about1_sum .right .play {
	width: 30px;
	bottom: 30px;
	left: 15px;
}
.about1_sum {
	padding: 40px 0;
}
.about2_win .close {
	width: 15px;
	top: 30px;
	right: 30px;
}
.about_lans .l1 {
	font-size: 24px;
	padding-bottom: 10px;
}
.about1_sum {
	padding: 30px 0 45px;
}
.about2_win .picture {
	width: 100%;
	max-width: 300px;
	float: none;
	margin: auto;
}
.about2_win .lans {
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
	padding-left: 10px;
	box-sizing: border-box;
}
.swiper_sum .swiper_sum_wrapper, .about2_win .swiper_sum {
	width: 100px;
	left: 40px;
}
.about2_win .lans .l3 {
	max-height: 30vh;
	font-size: 13px;
	margin-bottom: 40px;
	margin-top: 5px;
}
}
 @media screen and (max-width: 768px) {
.about6_sum .swiper-slide {
	width: 50%;
}
.about5_sum .swiper-slide, .about5_sum .swiper-slide:hover, .about5_sum li.on {
	width: 100%;
	display: inline-block;
	margin: 0 0 10px 0;
	height: 250px;
}
.map_about .left .l1, .map_about .left .l2, .map_about .left li:nth-child(4) .num {
	font-size: 12px;
}
.map_about .left .l3 {
	display: none;
}
.about2_sum {
	padding: 35px 0 0px;
}
.map_about .left .num span {
	font-size: 24px;
}
.about2_sum .lans .l1 {
	font-size: 15px;
}
.about2_sum .lans .l2 {
	font-size: 12px;
}
.about2_win .container {
	padding: 30px 15px;
}
.about2_win .close {
	right: 10px;
	top: 10px;
}
.about2_win .picture {
	max-width: 200px;
}
.about2_win .lans .l1 {
	font-size: 20px;
	margin-top: 20px;
}
.about2_win .lans .l3 {
	font-size: 12px;
	padding-left: 10px;
}
.swiper_sum .swiper_sum_wrapper, .about2_win .swiper_sum {
	bottom: 10px;
}
}
.pro_hy {
}
.pro_hy .banner1 .title {
	width: 45%;
	float: left;
	padding-top: 10%;
}
.pro_hy .banner1 .title .t1 {
	font-size: 30px;
}
.pro_hy .banner1 .pic {
	width: 55%;
	float: right;
}
.pro_banner2 {
	height: 1200px;
}
.box1_wrapper {
	position: relative;
}
.pro_hy .pro_tit {
	width: 42%;
	color: #222222;
	float: right;
}
.pro_hy .pro_tit .t1 {
	font-size: 22px;
	color: #ffffff;
	min-width: 120px;
	line-height: 2;
	border-radius: 30px;
	background: #0062ff;
	text-align: center;
	padding: 0 10px;
	display: inline-block;
}
.pro_hy .pro_tit .t2 {
	font-size: 46px;
	font-weight: bold;
	margin: 20px 0;
}
.pro_hy .pro_tit .t3 {
	font-size: 22px;
	line-height: 1.8;
}
.pro_hy .pro_banner2 .pic {
	width: 52%;
	float: left;
}
.pro_hy .pro_banner2 .pro_tit {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	z-index: 2;
}
.pro_hy .pro_banner3 {
	margin-top: -10%;
	position: relative;
}
.pro_hy .jiantou {
	background: url("../images/c53.png") no-repeat center 66%;
	position: absolute;
	width: 100%;
	z-index: 4;
	height: 100%;
	background-size: 75%;
	top: 0;
}
.pro_hy .jiantou.show {
/*animation: jiantou 2s ease-in forwards 0.2s;*/
}
 @keyframes jiantou {
 0% {
 width: 0;
 opacity: 0;
}
 100% {
 width: 100%;
 opacity: 1;
}
}
.pro_hy .pro_banner4 {
	position: relative;
	height: 90vh;
}
.pro_hy .pro_banner4 .pro_tit {
	float: none;
	color: #FFFFFF;
	width: 31%;
}
.pro_hy .pro_banner3:before, .deng8:before, .pro_hr2:before, .pro_cx2:before {
	content: '';
	width: 10vw;
	padding-top: 25%;
	position: absolute;
	top: 50%;
	left: 0;
	background: url('../images/c19.png') bottom no-repeat;
	background-size: 100% auto;
}
.pro_hr2:before {
	top: -5%;
}
.pro_cx2:before {
	top: -5%;
}
.deng8:before {
	top: 10%;
}
.pro_hy .pro_banner3:after {
	content: '';
	width: 10vw;
	padding-top: 25%;
	position: absolute;
	top: -18%;
	right: 0;
	background: url('../images/c18.png') bottom no-repeat;
	background-size: 100% auto;
}
.pro_hy .pro_banner3 .pic {
	float: right;
	position: relative;
}
.pro_hy .pro_banner3 .pro_tit {
	left: 0;
	top: 45%;
}
.pro_hy .pro_tit .t4 {
	font-size: 22px;
	font-weight: lighter;
	margin-top: 80px;
}
.pro_hy .pro_tit .t4 li {
	margin-right: 7%;
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
}
.pro_hy .pro_tit .icon {
	width: 35px;
	display: inline-block;
}
.pro_hy .pro_tit .t5 {
	width: 110%;
	margin-left: -4%;
	font-size: 16px;
	color: #7fb0ff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.pro_hy .pro_banner4 .pro_tit .t3 {
	line-height: 1.5;
}
.pro_hy .pro_tit .t5 .icon {
	display: block;
}
.quan_lans {
	color: #06bf96;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 30%;
	padding-right: 5vw;
	box-sizing: border-box;
}
.quan_lans .n1 {
	font-size: 56px;
	font-family: 'DIN-Black';
}
.quan_lans .n1 span {
	font-size: 150px;
}
.quan_lans .n2 {
	color: #2f9982;
	font-size: 22px;
	font-weight: lighter;
}
.quan_lans .n3 {
	color: #87c6b8;
	font-size: 12px;
	font-weight: lighter;
}
.pro_banner4 .computer {
	width: 87%;
	position: absolute;
	bottom: -6%;
	z-index: 2;
	right: -30%;
}
.pro_hy .pro_banner6 .pro_tit {
	width: 100%;
	position: static;
	text-align: center;
	float: none;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}
.pro_banner6 {
	padding: 200px 0;
	height: auto;
}
.pro_banner6 .box1 {
	position: static;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.pro_banner6 .pro_img {
	max-width: 800px;
	width: 100%;
	margin: 60px auto;
}
.pro_banner6 .pro_btns {
	width: 400px;
	line-height: 60px;
	height: 60px;
	box-sizing: border-box;
	margin: auto;
	background: #dcdfe3;
	border: 1px solid #FFFFFF;
	position: relative;
	border-radius: 30px;
}
.pro_banner6 .pro_btns a {
	width: 50%;
	position: relative;
	z-index: 3;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #005ff6;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.pro_banner6 .pro_btns .btn_bg {
	width: 50%;
	background: #005ff6;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	height: 100%;
}
.pro_banner6 .pro_btns.show2 .btn_bg {
	left: 50%;
}
.pro_banner6 .pro_btns.show1 a:nth-child(1) {
	color: #FFFFFF;
}
.pro_banner6 .pro_btns.show2 a:nth-child(2) {
	color: #FFFFFF;
}
.pro67 {
	position: relative;
}
.pro67 .pro_banner7 {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.pro67.show2 .pro_banner7 {
	opacity: 1;
}
.pro67.show2 .pro_banner7 .pro_tit {
	color: #FFFFFF;
}
.pro_banner8 {
	height: auto !important;
	min-height: 0 !important;
	padding: 125px 0;
}
.pro_banner8 .pro_tit {
	width: 100%;
	float: none;
}
.pro_banner8 .box1 {
	position: static;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	text-align: center;
}
.view_list {
	margin-top: 50px;
}
.view_list li {
	height: 400px;
	background: url(../images/d12aa91041d34feaaf79f695fe3ca767.gif) center center no-repeat;
	position: relative;
	float: left;
	background-size: cover;
	width: calc(50% - 11px);
	border-radius: 10px;
	overflow: hidden;
}
.view_list li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.view_list li:hover:after {
	opacity: .5;
}
.view_list li .lans {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	opacity: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.view_list li:hover .lans {
	opacity: 1;
}
.view_list li:nth-child(1) {
	width: calc(65% - 10px);
	margin-bottom: 20px;
}
.view_list li:nth-child(2) {
	width: calc(35% - 10px);
	margin-left: 20px;
	margin-bottom: 20px;
}
.view_list li:nth-child(3) {
}
.view_list li:nth-child(4) {
	margin-left: 20px;
}
.view_list .lans {
}
.hang_sum4 .swiper-button-prev {
	left: 55%;
}
.hang_sum4 .swiper-button-next, .hang_sum4 .swiper-button-prev, .hang_sum5_list .swiper-button-next, .hang_sum5_list .swiper-button-prev {
	background: url('../images/ico_prev1.jpg');
	background-size: cover;
	width: 55px;
	height: 55px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.hang_sum4 .swiper-button-next:hover, .hang_sum4 .swiper-button-prev:hover, .hang_sum5_list .swiper-button-next:hover, .hang_sum5_list .swiper-button-prev:hover {
	background: url('../images/ico_prev.jpg');
	background-size: cover;
}
.pro_banner9 {
	height: auto;
	min-height: 0;
	background: #f8f8f8;
	padding: 125px 0;
}
.pro_banner9 .box1 {
	position: static;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}
.pro_banner9 .box1 .pro_tit {
	position: static;
	float: none;
}
.pro_banner9_list1 {
	padding: 50px 0;
}
.pro_banner9_list1 li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	width: calc(25% - 3px);
}
.pro_banner9_list1 .icon {
	width: 45px;
	margin-right: 30px;
	float: left;
}
.pro_banner9_list1 .lans {
	float: left;
	width: calc(100% - 75px);
}
.pro_banner9_list1 .l1 {
	margin: 3px 0;
	font-size: 22px;
	color: #222222;
	font-weight: bold;
}
.pro_banner9_list1 .l2 {
	font-size: 16px;
	color: #737373;
}
.pro_banner9_list2 {
}
.pro_banner9_list2 li {
	width: calc(50% - 4px);
	display: inline-block;
	vertical-align: top;
}
.pro_banner9_list2 .l1 {
	font-size: 36px;
	color: #222222;
	font-weight: bold;
}
.pro_banner9_list2 .l2 {
	margin: 40px 0;
}
.pro_banner9_list2 .l2 span {
	width: 60px;
	margin-right: 40px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 2;
}
 @media screen and (max-width: 1900px) {
.quan_lans .n1, .banner1_home .lans .t2 {
	font-size: 40px;
}
.quan_lans .n1 span {
	font-size: 110px;
}
.pro_hy .banner1 .title .t1 {
	font-size: 28px;
}
.pro_hy .pro_tit .t1 {
	font-size: 20px;
	min-width: 115px;
}
.pro_hy .pro_tit .t2 {
	font-size: 42px;
	margin: 18px 0;
}
.pro_hy .pro_tit .t3, .quan_lans .n2 {
	font-size: 20px;
}
}
 @media screen and (max-width: 1680px) {
.pro_banner9_list1 .icon {
	width: 40px;
	margin-right: 25px;
}
.pro_banner9_list1 .l1 {
	font-size: 20px;
}
.pro_banner9_list1 .l2 {
	font-size: 14px;
}
.pro_banner9_list2 .l2 {
	margin: 30px 0;
}
.pro_banner9_list2 .l1 {
	font-size: 27px;
}
.pro_banner9_list2 .l2 img {
	width: 45px;
	margin-right: 25px;
}
.home2_video .title {
	padding: 60px 0;
}
.home_sum .title {
	font-size: 36px;
	padding: 80px 0 30px;
}
.banner1_home .lans {
	font-size: 20px;
}
.pro_banner8 {
	padding: 100px 0;
}
.view_list li {
	height: 300px;
}
.view_list li .lans {
	font-size: 24px;
}
.quan_lans .n1, .banner1_home .lans .t2 {
	font-size: 36px;
}
.quan_lans .n1 span {
	font-size: 90px;
}
.pro_hy .banner1 .title .t1 {
	font-size: 24px;
}
.pro_hy .pro_tit .t1 {
	font-size: 18px;
	min-width: 110px;
}
.pro_hy .pro_tit .t2 {
	font-size: 36px;
	margin: 15px 0;
}
.pro_hy .pro_tit .t3, .quan_lans .n2 {
	font-size: 18px;
}
.pro_hy .pro_tit .t4 {
	font-size: 18px;
	margin-top: 50px;
}
.deng6 {
	padding: 50px 0;
}
.view_list {
	margin-top: 30px;
}
.pro_hy .pro_tit .t4 li {
	margin-right: 10px;
	line-height: 30px;
}
.pro_hy .pro_tit .icon {
	width: 30px;
}
.pro_hy .pro_banner4 {
	height: 80vh;
}
.pro_banner6 .pro_btns {
	width: 300px;
	line-height: 50px;
	height: 50px;
}
.pro_banner6 .pro_btns a {
	font-size: 16px;
}
.hang_sum4 .swiper-button-prev {
	left: 50%;
}
}
 @media screen and (max-width: 1440px) {
.pro_banner9_list1 .icon {
	width: 35px;
	margin-right: 15px;
}
.right_map_show {
	transform: scale(.9);
	-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	zoom: .9 \9;
}
.right_map_show.on .map_list .lans {
	font-size: 16px;
	padding: 0 15px;
	line-height: 50px;
	height: 50px;
}
.home2_video .home2_video_bg {
	height: 500px;
}
.home2_video .title {
	padding: 50px 0;
}
.home_sum .title {
	font-size: 32px;
	padding-top: 60px;
}
.pro_banner8 {
	padding: 80px 0;
}
.quan_lans .n1, .banner1_home .lans .t2 {
	font-size: 28px;
}
.pro_hy .banner1 .title .t1 {
	font-size: 20px;
}
.pro_hy .pro_tit .t1 {
	font-size: 16px;
	min-width: 90px;
}
.pro_hy .pro_tit .t2 {
	font-size: 30px;
}
.pro_hy .pro_tit .t3, .quan_lans .n2 {
	font-size: 16px;
}
.pro_banner2 {
	height: 110vh;
	min-height: 800px;
}
.pro_hy .pro_tit .t4 {
	font-size: 16px;
	margin-top: 40px;
}
.pro_hy .pro_tit .t4 li {
	line-height: 22px;
}
.pro_hy .pro_tit .icon {
	width: 22px;
	vertical-align: top;
}
}
 @media screen and (max-width: 1199px) {
.pro_banner9 {
	padding: 80px 0;
}
.pro_banner9_list1 li {
	width: calc(33% - 3px);
	margin-bottom: 30px;
}
.pro_banner9_list1 .l1 {
	font-size: 17px;
}
.pro_banner9_list1 .l2 {
	font-size: 13px;
}
.pro_banner9_list1 {
	padding: 10px 0 30px;
}
.pro_banner9_list2 .l2 {
	margin: 18px 0;
}
.pro_banner9_list2 .l2 img {
	width: 40px;
	margin-right: 15px;
}
.pro_banner9_list2 .l1 {
	font-size: 22px;
}
.right_map_show {
	transform: scale(.8);
	-moz-transform: scale(.8);
	-webkit-transform: scale(.8);
	zoom: .8 \9;
}
.home2_video .home2_video_bg {
	height: 400px;
}
.home2_video .title {
	padding: 30px 0;
}
.home_sum .title {
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.banner1_home .swiper-slide {
	height: 500px;
}
.banner1_home .bg-video, .home_bottom, .home1_banner .swiper-container .filter {
	display: none;
}
.banner1_home .lans {
	font-size: 18px;
}
.pro_banner8 {
	padding: 60px 0;
}
.view_list li:after {
	opacity: .5;
}
.view_list li {
	height: 250px;
	width: 100% !important;
	margin: 4px 0 !important;
}
.view_list li .lans {
	font-size: 20px;
	opacity: 1
}
.pro_banner4 .computer {
	bottom: 0;
}
.quan_lans .n1, .banner1_home .lans .t2 {
	font-size: 24px;
}
.quan_lans .n1 span {
	font-size: 70px;
}
.pro_hy .banner1 .title .t1 {
	font-size: 18px;
}
.pro_banner2 {
	height: auto;
	min-height: 650px;
}
.pro_banner5 {
	height: auto;
	padding: 100px 0 !important;
}
.pro_hy .pro_banner5 .pro_tit {
	background: rgba(255, 255, 255, .88);
	padding: 20px;
	box-sizing: border-box;
	margin-top: 50px;
}
.pro_hy .pro_banner3:after {
	top: 0
}
.pro_banner6 {
	padding: 100px 0;
	min-height: 0;
}
.pro_banner6 .pro_img {
	max-width: 600px;
	margin: 40px auto;
}
}
 @media screen and (max-width: 980px) {
.pro_banner9 {
	padding: 50px 0;
}
.pro_banner9_list1 .l1 {
	font-size: 15px;
}
.pro_banner9_list1 .l2 {
	font-size: 12px;
	line-height: 1.5;
}
.pro_banner9_list2 li {
	width: 100%;
	display: block;
	padding-bottom: 20px;
}
.right_map_show {
	transform: scale(.7);
	-moz-transform: scale(.7);
	-webkit-transform: scale(.7);
	zoom: .7 \9;
}
.home2_video .home2_video_bg {
	height: 300px;
}
.home_sum .title {
	font-size: 20px;
}
.banner1_home .swiper-slide {
	height: 300px;
}
.pro_banner8 {
	padding: 40px 0;
}
.pro_banner6 .pro_img {
	margin: 20px auto;
}
.quan_lans .n1, .banner1_home .lans .t2 {
	font-size: 20px;
}
.quan_lans .n1 span {
	font-size: 65px;
}
.pro_hy .banner1 .title .t1 {
	font-size: 16px;
}
.pro_banner2 {
	height: auto;
	min-height: 0;
	padding: 50px 0 10px;
}
.pro_hy .pro_tit .t1 {
	font-size: 14px;
	min-width: 70px;
}
.pro_hy .pro_tit .t2 {
	font-size: 24px;
}
.pro_hy .pro_tit .t3, .quan_lans .n2 {
	font-size: 14px;
}
.pro_hy .section_page.pro_banner2 .box1,  .pro_hy .section_page.pro_banner4 .box1 {
	position: static;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.pro_hy .pro_banner2 .pic {
	width: 48%;
}
.pro_hy .pro_tit {
	width: 48%;
}
.pro_hy .pro_tit .t4 {
	font-size: 14px;
	margin-top: 30px;
}
.pro_hy .pro_tit .t4 li {
	line-height: 18px;
}
.pro_hy .pro_tit .icon {
	width: 18px;
	vertical-align: top;
}
.pro_hy .pro_tit .icon img {
	display: block;
}
.pro_hy .pro_banner4 {
	height: auto;
	padding: 50px 0;
}
.pro_hy .pro_banner4 .pro_tit {
	width: 100%;
}
.pro_banner4 .computer {
	position: static;
	margin: 0 auto 30px;
}
.pro_hy .pro_tit .t5 {
	font-size: 12px;
}
.pro_hy .pro_tit .t5 .icon {
	margin-left: 3px;
}
.pro_hy .pro_banner8 .pro_tit {
	width: 100%;
}
.view_list {
	margin-top: 20px;
}
.view_list li {
	/* width: calc(50% - 5px); */
	border-radius: 5px;
	height: 200px;
}
.view_list li .lans {
	font-size: 18px;
}
.view_list li:nth-child(1) {
/* width: calc(65% - 5px); */
        /* margin-bottom: 10px; */
}
.view_list li:nth-child(2) {
	width: calc(35% - 5px);
	margin-left: 10px;
	margin-bottom: 10px;
}
.view_list li:nth-child(3) {
}
.view_list li:nth-child(4) {
	margin-left: 10px;
}
.pro_hy .jiantou {
	background-size: 100%;
	background-position: center;
	display: none;
}
}
 @media screen and (max-width: 770px) {
.pro_banner9 {
	padding: 25px 0;
}
.pro_banner9_list1 .icon {
	width: 30px;
	margin-right: 8px;
}
.pro_banner9_list1 li {
	width: calc(50% - 3px);
	margin-bottom: 30px;
}
.right_map_show {
	transform: scale(.75);
	-moz-transform: scale(.75);
	-webkit-transform: scale(.75);
	zoom: .75 \9;
	margin: 50px 0 20px -68px;
}
.home2_video .home2_video_bg {
	height: 200px;
}
.banner1_home .lans {
	font-size: 15px;
}
.view_list li {
	height: 160px;
}
.view_list li .lans {
	font-size: 16px;
}
.quan_lans .n1 {
/* font-size: 18px; */
}
.quan_lans .n1 span {
	font-size: 55px;
}
.pro_hy .banner1 .title .t1 {
	font-size: 14px;
}
.pro_hy .pro_banner2 .pro_tit {
	position: static;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	width: 100%;
	margin-top: 10px;
	float: none;
}
.pro_hy .pro_banner3 .pro_tit {
/* margin-top: -50px */
}
.pro_hy .pro_banner2 .pic, .pro_banner4 .computer {
	width: 80%;
	max-width: 450px;
	margin: 10px auto 30px;
	float: none;/* position: static; */
}
.pro_banner4 .computer {
	position: static;
}
.pro_hy .pro_tit .t2 {
	font-size: 18px;
	margin: 10px 0;
}
.pro_hy .pro_tit .t1, .pro_hy .pro_tit .t3, .quan_lans .n2 {
	font-size: 13px;
}
.pro_hy .pro_tit .t1 {
	min-width: 50px;
}
.quan_lans .n3 {
	zoom: .7;
}
.pro_banner4 .computer {
	margin-bottom: 30px;
}
.pro_hy .pro_tit .t5 {
	font-size: 12px;
}
.pro_hy .pro_tit .t5 .icon {
	margin-bottom: 2px;
	margin-left: 3px;
}
}
/*hang_details*/
.details_list {
	padding: 100px 0;
}
.details_list li {
	transition: all .4s;
	-webkit-transition: all .4s;
	height: 430px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	padding: 30px;
	vertical-align: top;
}
.details_list .details {
	text-align: center;
}
.details_list .d1 {
	width: 85px;
	margin: auto;
}
.details_list .d1 img:nth-child(2) {
	display: none;
}
.details_list .d2 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin: 35px 0 30px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.details_list .d3 {
	font-size: 16px;
	line-height: 1.8;
	transition: all .4s;
	-webkit-transition: all .4s;
	color: #444444;
}
.details_list li:hover {
	background: url("../images/h_win1.jpg") center center no-repeat #0062ff;
	background-size: cover;
}
.details_list li:hover .d1 img:nth-child(1) {
	display: none;
}
.details_list li:hover .d1 img:nth-child(2) {
	display: block;
}
.details_list li:hover .d2, .details_list li:hover .d3 {
	color: #FFFFFF;
}
.hang_title {
	font-size: 46px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.hang3_sum {
	background: #f7f9fb;
	padding: 100px 0 125px;
}
.hang3_sum .case_list {
	padding-top: 20px;
}
.hang2_sum .list {
	padding: 80px 0;
}
.hang2_sum li {
	position: relative;
	margin-bottom: 50px;
}
.hang2_sum .left {
	width: 50%;
	float: left;
}
.hang2_sum li:nth-child(even) .left {
	float: right;
}
.hang2_sum .right {
	width: 43%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.hang2_sum li:nth-child(even) .right {
	left: 0;
}
.hang2_sum .right .r1 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.hang2_sum .right .r2 {
	font-size: 16px;
	line-height: 2;
	color: #666666;
	margin-top: 20px;
}
.hang2_sum .right .r2 dd {
	background: url("../images/quan.jpg") left 15px no-repeat;
	padding-left: 20px;
	display: block;
}
.hang_sum4 {
	padding: 100px 0 110px;
}
.hang_sum4 .swiper-slide {
	padding: 80px 0;
	background: #FFFFFF;
}
.hang_sum4 .img {
	width: 40%;
	padding-right: 5%;
	float: right;
}
.hang_sum4 .lans {
	width: 40%;
	float: left;
}
.hang_sum4 .lans .l1 {
	font-size: 20px;
	color: #c1c1c1;
}
.hang_sum4 .lans .l2 {
	font-size: 36px;
	color: #222222;
	margin: 20px 0;
}
.hang_sum4 .lans .l3 {
	font-size: 16px;
	line-height: 1.8;
	color: #444444;
	margin: 25px 0 40px;
}
.hang_sum4 .lans .l4 {
	width: 45px;
	text-align: right;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	background: #0062ff;
	border-radius: 30px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	line-height: 45px;
	height: 45px;
}
.hang_sum4 .lans .l4 img {
	width: 45px;
	vertical-align: top;
	margin-left: -5px;
}
.hang_sum4 .lans .l4 span {
	color: #FFFFFF;
	width: 0;
	display: inline-block;
	overflow: hidden;
	opacity: 0;
	transition: width 0s 0, opacity 0 0;
	-webkit-transition: width 0s 0, opacity 0 0;
}
.hang_sum4 .lans .l4:hover {
	width: 120px;
}
.hang_sum4 .lans .l4:hover span {
	opacity: 1;
	width: 65px;
	transition: opacity .3s .5s, width 0s .5s;
	-webkit-transition: opacity .3s .5s, width 0s .5s;
}
.hang_sum4 .lans .l5 {
	font-size: 23px;
	color: #222222;
}
.hang_sum4 .lans .l5_1 {
	margin: 30px 0 30px;
	color: #222222;
	font-size: 23px;
}
.hang_sum4 .lans .l5_2 {
}
.hang_sum4 .lans .l5_2 li {
	display: inline-block;
	vertical-align: top;
	/* margin-right: 90px; */
	white-space: nowrap;
	margin-bottom: 20px;
	width: 22%;
	text-align: center;
	max-width: 300px;
}
.hang_sum4 .lans .l5_2 li:last-child {
	margin-right: 0;
}
.hang_sum4 .lans .l5_2 .icon {
	width: 55px;
	/*background-color: #0062ff;*/
	margin: auto;
}
.hang_sum4 .lans .l5_2 .lans {
	font-size: 16px;
	color: #444444;
	width: 100%;
}
.hang_sum4 .swiper-pagination {
	bottom: 50px;
	width: 50%;
	right: 0;
}
.hang_sum5_list {
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}
.hang_sum5_list .swiper-pagination {
	width: 100%;
	bottom: 0;
}
.hang_sum5_list .swiper-button-next {
	right: -90px
}
.hang_sum5_list .swiper-button-prev {
	left: -90px;
}
.hang_sum5_list a {
	background: #f7f9fb;
	display: block;
	margin: 70px 5px;
	position: relative;
}
.hang_sum5_list a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 4px;
	width: 0;
	background: #005ff6;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.hang_sum5_list a:hover:after {
	content: '';
	left: 0;
	width: 100%;
}
.hang_sum5_list .lans {
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
}
.hang_sum5_list .l1 {
	font-size: 26px;
	font-weight: bold;
	color: #222222;
}
.hang_sum5_list a:hover {
	background: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.hang_sum5_list a:hover .l1 {
	color: #005ff6;
}
.hang_sum5_list .l2 {
	margin-top: 26px;
	font-size: 16px;
	-webkit-line-clamp: 3;
	line-height: 1.5;
	color: #666666;
}
 @media screen and (max-width: 1600px) {
.details_list li {
	height: 380px;
}
.details_list .d1 {
	width: 75px;
}
.details_list .d2 {
	font-size: 22px;
	margin: 25px 0 20px;
}
.details_list .d3 {
	font-size: 15px;
}
.hang_title {
	font-size: 40px;
}
.hang3_sum {
	padding: 80px 0 100px;
}
.hang2_sum .right .r1 {
	font-size: 22px;
}
.hang2_sum .right .r2 {
	font-size: 14px;
	margin-top: 15px;
}
.hang2_sum .list {
	padding: 60px 0;
}
.details_list, .hang_sum4 {
	padding: 80px 0;
}
.hang2_sum .right .r2 dd {
	background-position-y: 12px;
}
.hang_sum4 .lans .l1 {
	font-size: 18px;
}
.hang_sum4 .lans .l2 {
	font-size: 30px;
	margin: 15px 0;
}
.hang_sum4 .lans .l3 {
	font-size: 14px;
	margin: 15px 0 30px;
}
.hang_sum4 .lans .l4, .hang_sum4 .lans .l4 img {
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.hang_sum4 .lans .l5 {
	font-size: 21px;
}
.hang_sum4 .lans .l5_1 {
	margin: 22px 0;
	font-size: 21px;
}
.hang_sum4 .lans .l5_2 li {
/* margin-right: 60px; */
}
.hang_sum4 .lans .l5_2 .icon {
	width: 42px;
}
.hang_sum4 .lans .l5_2 .lans {
	font-size: 14px;
}
}
 @media screen and (max-width: 1440px) {
.hang_sum5_list .swiper-button-next {
	right: -50px;
	width: 40px;
	height: 40px;
}
.hang_sum5_list .swiper-button-prev {
	left: -50px;
	width: 40px;
	height: 40px;
}
.hang_sum5_list .lans {
	padding: 30px;
}
.hang_sum5_list .l1 {
	font-size: 22px;
}
.hang_sum5_list .l2 {
	font-size: 14px;
	line-height: 20px;
}
.hang_sum5_list a {
	margin-top: 30px;
}
.hang_title {
	font-size: 32px;
}
.hang3_sum {
	padding: 60px 0 80px;
}
.hang3_sum .case_list {
	padding-top: 10px;
}
.details_list li {
	height: 350px;
}
.details_list .d1 {
	width: 55px;
}
.details_list .d2 {
	font-size: 20px;
	margin: 15px 0 20px;
}
.details_list .d3 {
	font-size: 14px;
}
.hang_sum5_list {
	margin-bottom: 50px;
}
}
 @media screen and (max-width: 1199px) {
.hang_sum4 .lans {
	margin: 20px 0 0;
}
.hang_sum4 .swiper-pagination {
	width: 100%;
	bottom: 0;
}
.hang_sum4 .lans .l1 {
	font-size: 16px;
}
.hang_sum4 .lans .l2 {
	font-size: 26px;
	margin: 12px 0;
}
.hang_sum4 .lans .l3 {
	font-size: 12px;
	margin: 20px 0 25px;
}
.hang_sum4 .lans .l4, .hang_sum4 .lans .l4 img {
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.hang_sum4 .lans .l4:hover {
	width: 100px;
}
.hang_sum4 .lans .l5 {
	font-size: 19px;
}
.hang_sum4 .lans .l5_1 {
	margin: 15px 0;
	font-size: 19px;
}
.hang_sum4 .lans .l5_2 li {
/* margin-right: 40px; */
}
.hang_sum4 .lans .l5_2 .icon {
	width: 35px;
}
.hang_sum4 .lans .l5_2 .lans {
	font-size: 12px;
}
.hang_sum4 .img, .hang_sum4 .lans {
	width: 100%;
	float: none;
}
.hang_sum4 .img {
	max-width: 500px;
	margin: auto;
}
.hang_sum4 .swiper-button-next, .hang_sum4 .swiper-button-prev {
	width: 40px;
	height: 40px;
}
.hang_sum4 .swiper-button-prev {
	left: 0;
}
.hang2_sum .list {
	padding: 40px 0;
}
.hang2_sum .right, .hang2_sum .left,  .hang2_sum li:nth-child(even) .left {
	width: 100%;
	float: none;
}
.hang2_sum .right {
	position: static;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	margin-top: 20px;
}
.hang_title {
	font-size: 28px;
}
.hang3_sum {
	padding: 50px 0 65px;
}
.hang_sum4 .swiper-slide {
	padding: 60px 0
}
.hang_sum5_list .swiper-button-next, .hang_sum5_list .swiper-button-prev {
	display: none;
}
}
 @media screen and (max-width: 980px) {
.hang_sum5_list .l1 {
	font-size: 17px;
}
.hang_sum4 .swiper-slide {
	padding: 20px 0 40px;
}
.hang_sum4 .lans .l2 {
	font-size: 24px;
}
.details_list, .hang_sum4 {
	padding: 50px 0;
}
.hang2_sum .list {
	padding: 20px 0;
}
.hang2_sum .right .r2 dd {
	line-height: 1.8;
	margin-top: 6px;
}
.hang2_sum .right .r1 {
	font-size: 18px;
}
.hang2_sum .right .r2 {
	margin-top: 10px;
}
.hang_title {
	font-size: 24px;
}
.hang3_sum {
	padding: 35px 0 50px;
}
}
 @media screen and (max-width: 768px) {
.hang_sum5_list .lans {
	padding: 20px;
}
.hang_sum5_list .l2 {
	font-size: 12px;
	line-height: 17px;
	margin-top: 15px;
}
.hang_sum5_list a {
	margin-top: 15px;
	margin-bottom: 40px;
}
.hang_sum4 .lans .l2 {
	font-size: 20px;
}
.hang_title {
	font-size: 20px;
}
.details_list, .hang_sum4 {
	padding: 30px 0 50px;
}
.hang_sum4 .lans .l1 {
	font-size: 14px;
}
.hang_sum4 .lans .l5_2 li {
	margin-right: 20px;
}
}
 @media screen and (max-width: 540px) {
.case_list li {
}
}
/*deng1*/
.deng1 {
}
.deng1 .list {
}
.deng1 .list li {
	position: relative;
	margin-top: 80px;
}
.deng_setting_dw .box1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
}
.deng1 .list .pic {
	width: 60%;
	float: right;
	text-align: right;
}
.deng1 .list li:nth-child(even) .pic {
	float: left;
	text-align: left;
}
.deng1 .list .lans {
	color: #222222;
	width: 40%;
	float: left;
}
.deng1 .list li:nth-child(even) .lans {
	float: right;
}
.deng1 .lans .l1, .deng_sum .neiye_title {
	font-size: 38px;
	font-weight: bold;
}
.deng1 .lans .l2 {
	font-size: 18px;
	line-height: 1.7;
	font-weight: lighter;
	margin: 50px 0;
}
.deng1 .lans .l3 {
}
.deng1 .lans .l3 dd {
	/* width: calc(25% - 3px); */
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-right: 9%;
}
.deng1 .lans .l3 dd:last-child {
	padding-right: 0;
}
.deng1 .lans .l3 .icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
	/* background: #0062ff; */
	margin: auto;
}
.deng1 .lans .l3 .desc {
	font-size: 18px;
	font-weight: lighter;
	color: #50505e;
	margin-top: 15px;
}
.deng2 {
	background: left bottom no-repeat #0063ff;
	background-size: auto 100%;
	padding: 20px 0 0;
	position: relative;
	overflow: hidden;
}
.deng2 .donghua {
	position: absolute;
	width: 16%;
	text-align: center;
	bottom: 0;
}
.donghua .bg_do {
	position: absolute;
	width: 16%;
	text-align: center;
	bottom: 0;
	height: 150%;
	background: url("../images/j3.png") center center no-repeat;
	animation: 4s linear infinite bg_do;
}
.donghua .bg_do1 {
	left: 65%;
	animation-delay: .2s;
}
 @keyframes bg_do {
 0% {
 background-position: 100% 100%;
}
    /*50% {*/
    /*    background-position: 0% 0%;*/
    /*}*/
    100% {
 background-position: 0 0;
}
}
.deng2 .neiye_title {
	color: #FFFFFF;
}
.deng2 .content {
	width: 85.5%;
	float: right;
	margin: 50px 0 130px;
}
.deng2 .left {
	width: 25%;
	float: left;
	position: relative;
	padding-top: 10px;
}
.deng2 .left:before {
	background: url("../images/j4.png");
	width: 15px;
	height: 15px;
	background-size: 100%;
	content: '';
	display: block;
	position: absolute;
	left: -40px;
	animation: rotate 3s infinite linear
}
.deng2 .left li {
	color: #FFFFFF;
	padding-bottom: 100px;
}
.deng2 .left .l1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
.deng2 .left .l2 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: lighter;
}
.deng2 .right {
	width: 68.5%;
	float: right;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
.deng3 {
	background: #f6fafd;
	padding: 50px 0;
}
.power2_sum {
	background: #ffffff;
}
.deng7 {
	background: none;
}
.deng3_sum {
	max-width: 1350px;
	margin: auto;
}
.deng3_show dd {
	display: none;
}
.deng3_sum .deng3_nav {
	/*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
	width: 100%;
	background: #FFFFFF;
	vertical-align: middle;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
	border-radius: 10px;
}
.deng3_sum .deng3_nav td {
	border-left: 1px solid #eeeeee;
	position: relative;
	width: 33.3%;
}
.deng3_sum .deng3_nav td:nth-child(1) a {
	border-left: 0px solid transparent;
}
.deng3_sum .deng3_nav td:first-child a {
	border-radius: 10px 0 0 10px;
}
.deng3_sum .deng3_nav td:last-child a {
	border-radius: 0 10px 10px 0;
}
.deng3_sum .deng3_nav a {
	padding: 30px 60px;
	box-sizing: border-box;
	color: #222222;
	display: block;
	/* position: relative; */
	height: 160px;
}
.deng3_sum .deng3_nav td.on a {
	color: #FFFFFF;
	background: #0062ff;
}
.deng3_sum .deng3_nav td a:before {
	content: '';
	background: url("../images/ico_jiao2.png");
	background-size: 100% 100%;
	width: 10px;
	height: 5px;
	position: absolute;
	top: 100%;
	left: calc(50% - 5px);
	opacity: 0;
}
.deng3_sum .deng3_nav td.on a:before {
	opacity: 1;
}
.deng3_sum .deng3_nav .icon {
	width: 30%;
	margin-right: 5%;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	/* background: #fff; */
	max-width: 100px;/* margin-top: 30%; */
}
.deng3_sum .deng3_nav .icon img:nth-child(2) {
	display: none;
}
.deng3_sum .deng3_nav td.on .icon img:nth-child(1) {
	display: none;
}
.deng3_sum .deng3_nav td.on .icon img:nth-child(2) {
	display: block;
}
.deng3_sum .deng3_nav .lans {
	width: 65%;
	float: left;
}
.deng3_sum .deng3_nav .l1 {
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0 10px;
	font-family: 'Arial';
	font-weight: bolder;
}
.deng3_sum .deng3_nav .l1 span {
}
.deng3_sum .deng3_nav .l2 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: lighter;
	color: #666666;
}
.deng3_sum .deng3_nav td.on a .l2 {
	color: #FFFFFF;
}
.deng3_content {
	padding: 65px 0;
}
.deng3_content li {
	width: 30%;
	border-radius: 10px;
	float: left;
}
.deng3_content li:nth-child(2) {
	margin: 0 5%;
}
.deng3_content a {
	height: 470px;
	background: #FFFFFF;
	position: relative;
	display: block;
	/* display: flex; */
	background: url(../images/d12aa91041d34feaaf79f695fe3ca767.gif) center center no-repeat #fff;/* flex-direction: column; */
    /* background-size: cover; */
}
.deng3_content .before {
	/* display: flex; */
    /* align-items: center; */
    /* text-align: center; */
	width: 100%;
	/* flex-direction: column; */
    /* height: 370px; */
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	z-index: 2;
}
.deng3_content .b1 {
	width: 110px;
	margin: auto;
}
.deng7 .deng3_content .b1 {
	width: 55px;
}
.deng3_content .b2 {
	font-size: 50px;
	font-weight: bold;
	color: #222222;
	margin: 30px 0 16px;
}
.deng3_content .b2 span {
	font-size: 20px;
	font-weight: lighter;
}
.deng3_content .b3 {
	font-size: 16px;
	color: #5a6c81;
	font-weight: lighter;
}
.deng3_content .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #3798fb, #0352fd);
	border-radius: 10px;
	transition: top .4s, left .4s, width .4s, height .4s;
	-webkit-transition: top .4s, left .4s, width .4s, height .4s;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 5;
}
.deng3_content li.on .bg {
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	top: -15px;
	left: -15px;
	opacity: 1;
}
.deng3_content .after {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-align: center;
	color: #FFFFFF;
	font-weight: lighter;
	width: 80%;
	left: 10%;
	transition: opacity .4s;
	-webkit-transition: opacity .4s;
	z-index: 7;
}
.deng3_content li.on .after {
	opacity: 1;
	display: block;
}
.deng3_content .a1 {
	font-size: 16px;
}
.deng3_content .a2 {
	font-size: 30px;
	font-weight: bold;
}
.deng3_content .a3 {
	width: 28px;
	height: 3px;
	background: #00f0ff;
	margin: 22px auto;
}
.deng3_content .a4 {
	font-size: 22px;
	line-height: 1.5;
}
.deng3_content .a5 {
	margin-top: 30px;
}
.deng3_content .a5 img {
	width: 20px;
	margin: 10px;
}
.deng4 {
}
.deng4 .swiper-container {
	margin: 40px 0 100px;
}
.deng4 .swiper-slide {
	position: relative;
}
.deng4 .picture {
	border-radius: 30px;
}
.deng4 .picture:before {
	content: '';
	width: 20%;
	height: 100%;
	background: linear-gradient(to right, #0162ff, #39a6ff);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.deng4 .swiper-slide:nth-child(even) .picture:before {
	background: linear-gradient(to right, #39a1ff, #7bdff9);
}
.deng4 .picture:after {
	content: '';
	background: #000000;
	width: 100%;
	height: 100%;
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.deng4 .lans {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-align: left;
	color: #FFFFFF;
	width: 100%;
	padding-left: 35%;
	z-index: 4;
	transition: all .5s;
}
.deng4 .hover_hide {
	opacity: 1;
}
.deng4 .hover_show {
	opacity: 0;
}
.deng4 .swiper-slide:hover .hover_hide {
	opacity: 0;
}
.deng4 .swiper-slide:hover .hover_show {
	opacity: 1;
}
.deng4 .icon {
	width: 20%;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 5;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 0px 10px rgba(255, 255, 255, .1);
}
.deng4 .swiper-slide:hover .icon {
	animation: shaw 2s infinite linear;
	-webkit-animation: shaw 2s infinite linear;
}
 @keyframes shaw {
 0% {
 box-shadow: 0 0 0 10px rgba(255, 255, 255, .1);
}
 50% {
 box-shadow: 0 0 2px 17px rgba(255, 255, 255, .15);
}
 100% {
 box-shadow: 0 0 0 10px rgba(255, 255, 255, .1);
}
}
 @-webkit-keyframes shaw {
 0% {
 box-shadow: 0 0 0 10px rgba(255, 255, 255, .1);
}
 50% {
 box-shadow: 0 0 2px 17px rgba(255, 255, 255, .15);
}
 100% {
 box-shadow: 0 0 0 10px rgba(255, 255, 255, .1);
}
}
.deng4 .l1 {
	font-size: 40px;
	font-weight: bold;
}
.deng4 .l2 {
	margin-top: 10px;
	font-weight: lighter;
	font-size: 22px;/*     opacity: .6; */
}
.deng4 .but {
	background: #0365ff;
	border-radius: 10px;
	color: #ffffff;
	padding: 10px;
	margin: 20px 0;
}
.swiper_setting {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 120px;
}
.swiper_setting .swiper-pagination {
	position: static;
	display: inline-block;
	line-height: 48px;
	vertical-align: top;
}
.swiper_setting .swiper-button-prev {
	position: static;
	margin: 0 30px;
	display: inline-block;
	background: url("../images/40.png") center center no-repeat;
}
.swiper_setting .swiper-button-next {
	position: static;
	margin: 0 30px;
	display: inline-block;
	background: url("../images/40.png") center center no-repeat;
}
.deng5 {
	background: center right no-repeat;
	background-size: 50% auto;
	padding: 0 0 185px 0;
}
.deng5 .title {
	text-align: left;
}
.deng5 .desc {
	font-size: 22px;
	color: #222222;
	font-weight: lighter;
	padding-bottom: 20vh;
}
.line_list {
	width: 87.5%;
	margin: 50px 0;
	background: #0062ff;
}
.line_list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 86%;
	float: right;
	padding-right: 5%;
	box-sizing: border-box;
	position: relative;
	padding: 45px 5% 45px 0;
}
.line_list li {
	position: relative;
	z-index: 5;
}
.line_list .canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 5;
}
.line_list canvas {
	width: 100% !important;
}
.line_list ul:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	background: #FFFFFF;
	z-index: 2;
	height: 100%;
}
.line_list .lans {
	color: #FFFFFF;
	width: 170px;
	height: 170px;
	text-align: center;
	border-radius: 50%;
	padding: 15% 0 0;
	box-sizing: border-box;
	background: #126dff;
	z-index: 7;
	position: relative;
	margin: 10px;
}
.line_list li:nth-child(3) .lans, .line_list li:nth-child(4) .lans {
	color: #0062ff;
	background: #f7f9fd;
}
.line_list .l1 {
	font-size: 30px;
	font-weight: bold;
}
.line_list .l1 span {
	font-size: 60px;
}
.line_list .l2 {
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 18px;
	opacity: .4;
	margin-top: 10px;
}
.line_list li:nth-child(3) .l2, .line_list li:nth-child(4) .l2 {
	color: #000000;
}
.deng6 {
}
.deng6 .view_list li {
	width: calc(33% - 11px);
}
.deng6 .view_list li:nth-child(1) {
	width: calc(33% - 10px);
}
.deng6 .view_list li:nth-child(2) {
	width: calc(66.5% - 10px);
}
.deng6 .view_list li:nth-child(4) {
	margin: 0 20px;
}
.deng6 .view_list li:after {
	background: linear-gradient(to top, #000000, transparent, transparent);
	opacity: 1;
}
.deng6 .view_list li .lans {
	font-size: 22px;
	top: 85%;
	text-align: left;
	opacity: 1;
}
.deng7 .deng3_content li, .deng7 .deng3_content li:nth-child(2) {
	margin: 0;
	width: 24%;
	transition: width .3s;
}
.deng7 .deng3_content li.on {
	width: 27%;
}
.deng7 .deng3_content a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #000000;
	opacity: .3;
}
.deng7 .deng3_content .b3 {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 2.2;
	font-weight: bold;
	margin-top: 10px;
}
.deng7 .deng3_content .bg {
	background: url("../images/48.png") center center no-repeat;
	background-size: cover;
	border-radius: 0;
}
.deng7 .deng3_content .a6 {
	text-align: left;
	width: 100%;
	margin: 60px auto 0;
}
.deng7 .deng3_content .a6 dt {
	background: url("../images/47.png") center right no-repeat;
	font-size: 22px;
	font-weight: lighter;
	padding: 10px 50px 10px 0;
}
.nav_header {
	position: absolute;
	top: 98%;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	padding-top: 45px;
	display: none;
	z-index: 101;
	border-top: 1px solid #dedede;
}
.nav_header .more1 {
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	color: #444444;
	font-weight: lighter;
	border-top: 1px solid #eeeeee;
	padding: 0;
}
.nav_header .more1 img {
	vertical-align: top;
	margin: 25px 0 0 10px;
}
.nav_header .h1_nav a {
	font-size: 16px;
	color: #666666;
	padding: 0 40px;
	line-height: 3;
}
.nav_header .h1_nav a:hover, .nav_header .h1_nav a.on {
	color: #0062ff;
}
.nav_pro {
	display: none;
}
.h2_content {
}
.nav li.pro_nav_item, .nav li.hang_nav_item {
	position: static;
	/*padding-bottom: 34px;
	margin-bottom: -36px;*/
	cursor: pointer;
}
.h2_content li {
	display: none;
}
.h2_content a {
	font-size: 16px;
	color: #444444;
	text-align: center;
	font-weight: lighter;
	padding: 0 40px 30px 40px;
}
.h2_content img {
	width: 65px;
	display: block;
	margin: 15px auto;
}
.nav_hang {
	background: #f8f8f8;
	padding: 0;
}
.nav_hang .left1 {
	  min-height: auto;
    padding-top: 40px;
    background: #f9f9f9;
    margin: 0 auto;
    padding-bottom: 40px;
	
}
.nav_hang .left1 .wrapper {
	/*float: right;*/
	margin:0 auto
}
.nav_hang .left1 .navs {
	width: 200px;
	vertical-align: top;
	display: inline-block;
}
.nav_hang .left1 .w_auto {
	width: auto;
}
.nav_hang .left1 .navs .inline_navs {
	    width: 231px;
    vertical-align: top;
    display: inline-block;
    margin-left: 60px;
}
.nav_hang .left1 .navs a {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	padding-left: 25px;
	text-align: left;
	margin-left: -25px;
}
.case_nav {
	width: 260px;
	margin-right: 70px;
	display: inline-block;
	vertical-align: top;
}
.case_nav dt {
	display: none;
}
.case_nav a.pic {
	margin: 10px 0;
	display: block;
}
.case_nav a.s_more {
	padding-top: 5px;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #0062ff;
	text-align: left;
}
.case_nav a.s_more img {
	margin: 0 5px;
	vertical-align: top;
	display: inline-block;
}
.nav_hang .left1 .titles {
	font-size: 24px;
	color: #2d2d2d;
	/*font-weight: lighter;*/
	line-height: 44px;
	border-bottom: 1px solid #dedede;
	text-align: left;
}
.nav_hang .left1 .navs a.on, .nav_hang .left1 .navs a:hover {
	color: #5e4f89;
	background: url("../images/ico_jiao3.png") left 10px no-repeat;
}
.nav_hang .right1 {
	padding-top: 40px;
	text-align: left;
	width: 34.5%;
	float: right;
}
.nav_hang .right1 .r1 {
	font-size: 18px;
	color: #222222;
	font-weight: lighter;
	margin-bottom: 10px;
}
.nav_hang .right1 .r2 {
	padding-top: 5px;
	display: block;
	font-size: 14px;
	line-height: 23px;
	color: #0062ff;
	margin-bottom: 35px;
}
.nav_hang .right1 .r2 img {
	margin: 0 5px;
	vertical-align: top;
	display: inline-block;
}
.nav_hang .right1 .r3 {
}
.nav_hang .right1 .r4 {
	font-size: 24px;
	font-weight: bold;
	color: #0062ff;
	font-family: "AvantGarde CE", 'Arial';
}
.card_list_sum {
	width: 100%;
}
.card_list_sum .cards {
	/* height: 293px; */
	border-radius: 3px;
	box-shadow: 0 20px 24px 0 rgba(48, 48, 48, .1), 0 0 1px 0 rgb(48 48 48 / 20%);
	background-color: #fff;
	margin: 50px 0 30px;
}
.cards li {
	position: relative;
	text-align: left;
}
.cards .client-tab-card {
	display: table;
}
.client-tab-card .client-img {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.client-tab-card .client-content {
	width: 49%;
	height: 100%;
	padding: 5%;
	display: inline-block;
	vertical-align: top;
	/* position: relative; */
	background-color: #fff;
	box-sizing: border-box;
}
.client-tab-card .client-title {
	font-size: 22px;
	font-weight: bold;
	color: #222222;
}
.client-click-tab ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.client-click-tab li {
	width: 15%;
	position: relative;
	transition: all .5s;
	cursor: pointer;
	border: 1px solid #eeeeee;
}
.client-click-tab li.on, .client-click-tab li:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.client-click-tab li:after {
	width: 0;
	height: 2px;
	background: #0062ff;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0s;
}
.client-click-tab li.on:after {
	width: 100%;
	transition: all 6s;
}
.client-tab-card .divider-line {
	width: 100%;
	height: 1px;
	border-radius: 3px;
	background: #edeff2;
	margin-top: 30px;
	margin-bottom: 25px;
}
.client-tab-card .client-intro {
	font-size: 16px;
	line-height: 1.8;
	color: #444444;
	font-weight: 400;
}
.client-tab-card .client-more-details {
	font-size: 16px;
	font-weight: 200;
	line-height: 1.43;
	color: #0062ff;
	position: absolute;
	right: 50px;
	bottom: 60px;
	cursor: pointer;
}
.client-tab-card .index-solution-more-arrow {
	width: 10px;
	height: 10px;
	border-top: 1px solid #0062ff;
	border-right: 1px solid #0062ff;
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 10px;
}
 @media screen and (max-width: 1660px) {
.deng3_content {
	padding: 20px 0
}
.line_list .lans {
	width: 150px;
	height: 150px;
	padding-top: 25px
}
.line_list .l2 {
	font-size: 16px;
	margin-top: 5px;
}
.line_list .l1 span {
	font-size: 45px
}
.deng7 .deng3_content .b3 {
	font-size: 20px;
	margin-top: 10px;
}
.line_list ul {
	padding: 20px 45px;
}
.deng7 .deng3_content .a6 {
	margin: 40px auto 0;
}
.deng7 .deng3_content .a6 dt {
	font-size: 18px;
	padding: 5px 30px 5px 0;
}
.deng5 {
	padding: 120px 0;
}
.deng6 .view_list li .lans {
	font-size: 20px;
}
.deng1 .list li {
	margin-top: 30px;
}
.deng1 .list .pic {
	width: 55%;
}
.deng1 .lans .l1, .deng_sum .neiye_title {
	font-size: 40px;
}
.deng1 .lans .l2 {
	font-size: 18px;
	margin: 35px 0;
	line-height: 1.5;
}
.deng2 .left .l1 {
	font-size: 18px;
}
.deng1 .lans .l3 .icon {
	width: 55px;
	height: 55px;
}
.deng1 .lans .l3 dd {
	padding-right: 8%
}
.deng1 .lans .l3 .desc {
	font-size: 16px;
	margin-top: 10px;
}
.deng2 .left .l2 {
	font-size: 14px;
}
.deng2 .left li {
	padding-bottom: 90px;
}
.deng3_sum .deng3_nav .l1 {
	font-size: 19px;
	margin: 10px 0 8px;
}
.deng3_sum .deng3_nav .l2 {
	font-size: 15px;
}
.deng3_sum .deng3_nav a {
	padding: 20px 15% 0;
	height: 130px;
}
.deng3_content .b1 {
	width: 90px;
}
.deng7 .deng3_content .b1 {
	width: 45px;
}
.deng3_content .b2 {
	font-size: 42px;
	margin: 20px 0 12px;
}
.deng3_content .b2 span {
	font-size: 17px;
}
.deng3_content .b3, .deng3_content .a1 {
	font-size: 14px;
}
.deng3_content .a2 {
	font-size: 25px;
}
.deng3_content .a3 {
	width: 20px;
	margin: 15px auto;
}
.deng3_content .a4 {
	font-size: 19px
}
.deng3_content .a4，.deng4 .l2 {
	font-size: 19px;
}
.deng3_content .a5 {
	margin-bottom: 20px;
}
.deng3_content a {
	height: 420px;
}
.deng4 .l1 {
	font-size: 32px;
}
.deng4 .swiper-container {
	margin: 20px 0 50px;
}
}
 @media screen and (max-width: 1440px) {
.deng3_content .b2 {
	font-size: 32px;
}
.nav_header {
	padding-top: 20px;
}
.h2_content img {
	width: 55px;
	margin: 10px auto;
}
.nav_header .more1 {
	height: 55px;
	line-height: 55px;
	font-size: 13px;
}
.h2_content a {
	font-size: 14px;
}
.case_nav a.s_more {
	font-size: 12px;
}
.nav_hang .left1 .titles, .nav_hang .left1 .navs a {
	font-size: 15px;
	line-height: 35px;
}
.nav_hang .left1 {
	min-height: 280px
}
.nav_hang {
	padding: 0;
}
.nav_header .more1 img {
	margin-top: 17px;
}
.nav_hang .right1 .r1 {
	font-size: 16px;
}
.nav_hang .right1 .r2 {
	padding-top: 0px;
	font-size: 13px;
}
.nav_hang .right1 .r2 img {
	margin: 0 3px;
}
.nav_hang .right1 .r3 {
}
.nav_hang .right1 .r4 {
	font-size: 22px;
}
.deng5 {
	padding: 80px 0;
}
.deng6 .view_list li .lans {
	font-size: 18px;
}
.deng1 .list li {
	margin-top: 20px;
}
.deng1 .list .lans {
	width: 45%;
}
.deng1 .lans .l1, .deng_sum .neiye_title {
	font-size: 32px;
}
.deng1 .lans .l2 {
	font-size: 16px;
	margin: 20px 0;
}
.deng2 .left .l1 {
	font-size: 16px;
}
.deng1 .lans .l3 .icon {
	width: 35px;
	height: 35px;
}
.deng1 .lans .l3 .desc {
	font-size: 14px;
	margin-top: 7px;
}
.deng2 .left .l2 {
	font-size: 12px;
}
.deng2 .left li {
	padding-bottom: 75px;
}
.deng2 .home2_video_bg {
	height: 500px;
}
}
 @media screen and (max-width: 1199px) {
.line_list ul:after {
	height: 50%;
	background: #fff;
	width: 90%;
	left: 0;
	opacity: 0;
}
.line_list .lans {
	width: 100px;
	height: 100px;
	margin: 5px;
}
.line_list li {
	display: block;
	width: 110px;
	margin: 10px 5vw;
}
.line_list li:nth-child(1) {
	float: left;
}
.line_list li:nth-child(2) {
	float: left;
}
.line_list li:nth-child(3) {
	float: left;
}
.line_list li:nth-child(4) {
	float: left;
}
.deng2 .donghua {
	display: none;
}
.deng5 .desc {
	padding-bottom: 50px;
	font-size: 19px;
}
.deng7 .deng3_content .b3 {
	font-size: 17px;
	margin-top: 5px;
}
.deng7 .deng3_content .a6 {
	margin: 30px auto 0;
}
.deng7 .deng3_content .a6 dt {
	font-size: 16px;
	padding: 5px 20px 5px 0;
}
.deng5 {
	padding: 65px 0;
	/*     .deng3_content .after,.deng3_content .before{
                /* display:none; */
	position: static;
	color: #333;
	transform: translate(0, 0%);
	-webkit-transform: translate(0, 0%);
	text-align: center;
	opacity: 1;
	margin: auto;
}
.deng3_content li {
	/* padding: 29px 0; */
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	position: relative;/* border-bottom: 5px solid #0062ff; */
}
.deng7 .deng3_content {
	padding: 29px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0);
	border-bottom: 0px solid #0062ff;
}
.deng3 .slick-arrow.prev {
	left: 0px;
	z-index: 100;
	display: block !important;
}
.deng3 .slick-arrow.next {
	right: 0px;
	display: block !important;
}
.deng3_content .a4 {
	font-size: 15px;
	padding-bottom: 20px;
}
.modiul {
	margin-bottom: 30px
}
.deng3_sum .deng3_nav .l1 {
	font-size: 16px;
	margin: 8px 0 5px;
}
.deng3_sum .deng3_nav .l2 {
	font-size: 13px;
}
.deng3_sum .deng3_nav {
	/* box-shadow:0 0; */
	text-align: center;
	margin: 0;
}
.deng3_content .b1 {
	width: 65px;
}
.deng7 .deng3_content .b1 {
	width: 35px;
	margin-top: 5px;
}
.deng3_content .b2 {
	font-size: 26px;
	margin: 15px 0 6px;
}
.deng3_content .b2 span {
	font-size: 17px;
}
.deng3_content .b3, .deng3_content .a1 {
	font-size: 13px;
}
.deng3_content .a1 {
	font-size: 13px;
	margin-top: 30px;
	display: none;
}
.deng3_content .a2 {
	font-size: 20px;
	margin: 30px 0 10px 0;
}
.deng3_content .a3 {
	width: 17px;
	margin: 9px auto;
}
.deng3_content .a4，.deng4 .l2 {
	font-size: 16px;
}
.deng3_content .a5 {
	margin-bottom: 10px;
	display: none;
}
.deng3_content a {
	height: 300px;
}
.deng3_content .before {
	top: 40%
}
.deng4 .l1 {
	font-size: 26px;
}
.deng4 .l2 {
	font-size: 18px
}
.deng4 .swiper-container {
	margin: 10px 0 30px;
}
.deng1 .list .lans, .deng1 .list li:nth-child(even) .lans {
	width: 100%;
	float: none;
	margin: 40px auto;
}
.deng3 {
	background: #ffffff;
}
.deng1 .list .pic, .deng1 .list li:nth-child(even) .pic {
	float: none;
	text-align: center;
	margin: auto;
}
.deng_setting_dw .box1 {
	position: static;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	z-index: 2;
}
.deng1 .lans .l1, .deng_sum .neiye_title {
	font-size: 26px;
}
.deng1 .lans .l2 {
	font-size: 14px;
	margin: 15px 0;
}
.deng2 .content {
	margin: 20px 0;
}
.deng2 .left li {
	padding-bottom: 50px
}
.deng2 .home2_video_bg {
	height: 420px;
}
.deng2 .left, .deng2 .right {
	width: 100%;
}
}
 @media screen and (max-width: 980px) {
.deng4 .icon {
	box-shadow: 0 0 0px 7px rgb(255 255 255 / 10%);
}
.deng4 .l2 {
	font-size: 14px
}
.deng4 .l1 {
	font-size: 20px;
}
.deng5 .desc {
	padding-bottom: 0px;
	font-size: 16px;
}
.line_list .lans {
	/* width: 100px; */
        /* height: 100px; */
	padding-top: 15px;
}
.line_list .l2 {
	font-size: 14px;
	margin-top: 0;
}
.line_list .l1 {
	font-size: 18px;
}
.line_list .l1 span {
	font-size: 37px;
}
.deng7 .deng3_content .b3 {
	font-size: 16px;
	margin-top: 10px;
}
.line_list ul {
	padding: 20px 45px;
}
.deng7 .deng3_content .b3 {
	font-size: 15px;
	line-height: 1.8;
	margin-top: 15px;
}
.deng7 .deng3_content .a6 {
	margin: 20px auto 0;
}
.deng7 .deng3_content .a6 dt {
	font-size: 13px;
	padding: 0px 20px 5px 0;
	background-size: 15px;
	margin-bottom: 3px;
}
.deng7 .deng3_content li, .deng7 .deng3_content li:nth-child(2), .deng7 .deng3_content li.on {
	width: 50%;
	float: left;
}
.deng5 {
	padding: 0;
}
.deng6 .view_list li .lans {
	font-size: 14px;
}
.deng6 .view_list li:nth-child(4) {
	margin: 0 10px;
}
.deng6 .view_list li {
	width: 100% !important;
	margin: 4px 0 !important;
	/* width: calc(33% - 7px); */
	border-radius: 3px;
}
.deng3_content {
	padding: 25px 0 0;
}
.deng2 .content {
	width: 92%;
	margin: auto;
	float: none;
}
.deng2 .left li {
	padding-bottom: 30px
}
.deng2 .home2_video_bg {
	height: 300px;
	border-radius: 10px;
	margin-bottom: 40px;
}
.deng3_content .b2 {
	font-size: 26px
}
.deng2 {
	background-position: 15% center;
	background-size: cover;
}
.deng1 .lans .l3 .desc {
	font-size: 12px;
}
.deng1 .lans .l2 {
	font-size: 12px;
	line-height: 2;
}
.power1_sum {
	margin-top: 0;
}
}
.pc_deng {
	display: block !important;
}
.sj_deng {
	display: none !important;
}
 @media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.pc_deng {
	display: none !important;
}
.sj_deng {
	display: block !important;
}
.deng5 .desc {
	padding-bottom: 0px;
	font-size: 14px;
	width: 100%;
	line-height: 1.5;
}
.deng3_sum .deng3_nav .icon {
	width: 30%;
	float: none;
	margin: auto;
	max-width: 80px;
}
.deng3_sum .deng3_nav .lans {
	float: none;
	width: 75%;
	margin: 10px auto 0;
}
.deng3_sum .deng3_nav a {
	height: 100%;
	display: block;
}
.deng3_sum .deng3_nav .l1 {
	font-size: 16px;/* text-align: center; */
}
.deng3_sum .deng3_nav .l2 {
	font-size: 12px;
	line-height: 1.5;
	min-height: 0;
}
.deng3_content .b2 {
	font-size: 20px;
}
.deng3_content .b2 span {
	font-size: 14px
}
.deng3_content .a5 {
	margin: 10px 0 0;
}
.deng4 {
	width: 92%;
	margin: auto;
}
.swiper_setting .swiper-button-next, .swiper_setting .swiper-button-prev {
	width: 20px;
	height: 20px;
	margin: 0 10px;
	background-size: 70%;
}
.swiper_setting .swiper-pagination {
	line-height: 20px;
}
.swiper_setting {
	padding-bottom: 50px;
}
.deng4 {
	padding-top: 20px;
}
.deng4 .picture {
	border-radius: 10px;
}
.line_list {
	width: 100%;
	margin: 30px 0 0;
}
.line_list .lans {
	/* width: 70px; */
        /* height: 70px; */
	padding-top: 13px;/* margin: 5px; */
}
.line_list .l2 {
	font-size: 12px;
	margin-top: 0;
}
.line_list .l1 {
	font-size: 14px;
}
.line_list .l1 span {
	font-size: 37px;
}
.deng7 .deng3_content .b3 {
	font-size: 14px;
	margin-top: 5px;
}
.line_list ul {
	padding: 10px 15px;
	width: 100%;
	display: block;
}
}
 @media screen and (max-width: 540px) {
.view_list li {
	height: 100px;
}
.deng4 {
	width: 92%;
	margin: auto;
}
.deng1 .lans .l3 dd {
	padding-right: 5%;
}
.deng3_content .a2 {
	font-size: 16px;
}
}
.power1_sum .deng3_sum {
	max-width: 1440px;
}
.power1_sum {
	padding: 0;
	margin-top: -70px;
	position: relative;
	background: transparent;
}
.power1_sum .icon {
	float: right;
}
.power1_sum .lans {
}
.power1_sum td {
}
.power1_sum .l1 {
	color: #0062ff;
}
.power1_sum .deng3_sum .deng3_nav .icon {
	float: right;
	width: 40%;
	margin-top: 0;
}
.power1_sum .deng3_sum .deng3_nav .lans {
	float: left;
	width: 50%;
	text-align: left;
}
.power1_sum .deng3_sum .deng3_nav .l2 {
	/* font-size: 18px; */
	color: #222222;
	font-weight: normal;
	margin: 0 0 7px 0;
}
.power1_sum .deng3_sum .deng3_nav .l3 {
	color: #c6c6c6;
	font-size: 14px;
	font-weight: lighter;
}
.power1_sum .deng3_sum .deng3_nav {
	border-radius: 0;
}
.power1_sum .deng3_sum .deng3_nav a {
	display: block;
	padding: 20px;
}
.power_yanfa {
	padding: 30px 0;
}
.power_yanfa li {
	/*display: none;*/
	position: relative;
	width: 50%;
	height: 300px;
	float: left;
	background: center center no-repeat;
	background-size: cover;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.power_yanfa li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 1;
	transform-origin: 50% 50%;
	transition: background .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
	overflow: hidden;
}
.power_yanfa .bg_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.power_yanfa .bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(1.1);
	transform-origin: 50% 50%;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
	z-index: 2;
}
.power_yanfa li:hover .bg_img {
	transform: scale(1);
	opacity: 1;
}
.power_yanfa li:hover:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .4;
	z-index: 2;
}
.power_yanfa li .clearfix {
	padding: 10% 6%;
	position: relative;
	z-index: 3;
}
.power_yanfa .icon {
	width: 65px;
	float: left;
	margin-right: 20px;
}
.power_yanfa .lans {
	float: left;
	width: calc(100% - 100px);
	color: #222222;
	transition: color .5s cubic-bezier(.215, .61, .355, 1);
}
.power_yanfa li:hover .lans {
	color: #FFFFFF;
}
.power_yanfa .tit {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.power_yanfa .desc {
	font-size: 18px;
	line-height: 1.8;
	font-weight: lighter;
}
.power3_sum {
	background: center bottom no-repeat #fff;
	background-size: cover;
}
.power3_sum .swiper-container {
	background: #FFFFFF;
	width: 50%;
	display: block;
	margin: 0;
}
.power3_sum .tit {
	line-height: 1;
	border-left: 6px solid #0062ff;
	padding-left: 18px;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: bold;
	margin-left: 1px;
}
.power3_sum .desc {
	font-size: 18px;
	line-height: 1.8;
	color: #000000;
	font-weight: lighter;
	padding: 28px 20px;
}
.power3_sum .item {
	text-align: left;
	padding-left: 20px;
}
.power3_sum .item li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
}
.power3_sum .item li:last-child {
	margin-right: 0;
}
.power3_sum .ico_pic {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0 5px 13px rgba(0, 98, 255, .1);
}
.power3_sum .ico_lans {
	font-size: 16px;
	color: #444444;
	font-weight: lighter;
	margin-top: 20px;
}
.power_button {
	width: 80px;
	height: 30px;
	position: relative;
	margin: 48px 40px 0 20px;
}
.power_button .swiper-button-next, .power_button .swiper-button-prev {
	background: url("../images/z22.png") no-repeat;
	height: 20px;
	background-size: auto 100%;
	position: static;
	width: 35px;
	margin-top: 0;
	display: inline-block;
}
.power_button .swiper-button-next:hover, .power_button .swiper-button-prev:hover {
	background-image: url("../images/z23.png");
	background-size: auto 100%;
}
.power3_sum .list1 {
	display: flex;
	justify-content: space-around;
	padding: 120px 0 0;
}
.power3_sum .list1 li {
	color: #FFFFFF;
	display: flex;
	justify-content: space-around;
}
.power3_sum .list1 .n1 {
	font-size: 50px;
	font-family: DIN-Black;
	margin-right: 20px;/* padding-bottom: 10px; */
}
.power3_sum .list1 .n2 {
	padding-top: 5px;
}
.power3_sum .list1 .n2_1 {
	font-size: 24px;
}
.power3_sum .list1 .n2_2 {
	font-size: 16px;
	color: #a9caff;
	margin-top: 5px;
	font-weight: lighter;
}
.power4_sum .swiper-container {
	padding-bottom: 50px;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.power4_sum .swiper-slide {
	height: 470px;
	position: relative;
	overflow: hidden;
	/* margin-bottom: 70px; */
	border-radius: 0;
	width: 23%;
	margin-bottom: 40px;
	margin: 1%;
}
.power4_sum .bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.1);
	transform-origin: 50% 50%;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	z-index: 2;
	background-size: cover;
}
.power4_sum .swiper-button-next, .power4_sum .swiper-button-prev {
	top: 50%;
}
.power4_sum .swiper-slide:hover .bg_img {
	transform: scale(1);
}
.power4_sum .before {
	position: absolute;
	width: 80%;
	left: 10%;
	bottom: 30px;
	text-align: center;
	z-index: 3;
	opacity: 1;
	transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
}
.power4_sum .swiper-slide:hover .before {
	opacity: 0;
}
.power4_sum .logo {
	width: 50px;
	margin: auto;
}
.power4_sum .before .name {
	font-size: 20px;
	line-height: 1.5;
	height: 60px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 15px;
}
.power4_sum .after {
	opacity: 0;
	transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 3;
	box-sizing: border-box;
	padding: 40px 30px;
}
.power4_sum .swiper-slide:hover .after {
	opacity: 1;
}
.power4_sum .after .name {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #222222;
	font-weight: bold;
	margin-top: 15px;
}
.power4_sum .after .line {
	width: 20px;
	height: 2px;
	margin: 15px auto;
	background: #0062ff;
}
.power4_sum .after .desc {
	font-size: 16px;
	line-height: 30px;
	height: 180px;
	text-align: left;
	color: #444444;
	font-weight: lighter;
	-webkit-line-clamp: 6;
}
.power4_sum .swiper-pagination {
	bottom: 0;
	text-align: center;
	width: 100%;
}
.power4_sum {
	background: #FFFFFF;
}
.power5_sum {
}
.power5_sum .list {
}
.power5_sum .list li {
	width: calc(25% - 19px);
	margin: 0 0 20px 20px;
	background: #FFFFFF;
	position: relative;
	height: 210px;
	cursor: pointer;
	transition: all .4s;
	display: inline-block;
	vertical-align: top;
}
.power5_sum .list li:hover {
	box-shadow: 0 0 10px 2px rgba(0, 98, 255, .2);
}
.power5_sum .list li:nth-child(4n - 3) {
	margin-left: 0;
}
.power5_sum .icon {
	width: 70px;
	height: 70px;
	background: #0062ff;
	border-radius: 50%;
	box-sizing: border-box;
	margin: auto;
	padding: 5%;
}
.power5_sum .before {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
}
.power5_sum li:hover .before {
	opacity: 0;
}
.power5_sum .name {
	color: #000000;
	font-size: 20px;
	line-height: 1;
	margin: 25px 0 0;
	text-align: center;
}
.power5_sum .after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0063ff;
	padding: 25px;
	box-sizing: border-box;
	/* text-align: right; */
	opacity: 0;
	transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
}
.power5_sum li:hover .after {
	opacity: 1;
}
.power5_sum .after .icon {
	width: 16%;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	background: #fff;
	height: auto;
	max-width: 40px;
	padding: 5px;
}
.power5_sum .list .after .lans {
	width: 80%;
	display: inline-block;
	vertical-align: top;
	color: #FFFFFF;
	text-align: left;
	padding: 5px 0 5px 10px;
}
.power5_sum .after .tit {
	font-size: 20px;
	font-weight: bold;
}
.power5_sum .after .line {
	width: 20px;
	height: 2px;
	background: #FFFFFF;
	margin: 20px 0;
}
.power5_sum .after .desc {
	font-size: 16px;
	line-height: 26px;
	height: 78px;
	-webkit-line-clamp: 3;
}
.power5_sum .list .last {
	width: calc(50% - 15px);
	background: url("../images/p_bg1.jpg") center center no-repeat;
	background-size: cover;
	cursor: default;
}
.power5_sum .list .lans {
	color: #FFFFFF;
	/* text-align: center; */
	padding: 5%;
	box-sizing: border-box;
}
.power5_sum .list .l1 {
	font-size: 24px;
}
.power5_sum .list .l2 {
	margin: 15px 0;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF !important;
	font-family: 'AvantGarde CE', 'Arial';
	font-weight: bold;
}
.power5_sum .list .l2 img {
	margin: 0 10px;
}
.power5_sum .list .l22 {
	font-size: 18px;
	font-weight: lighter;
}
.power5_sum .list .l22 a {
	color: #FFFFFF;
	background: transparent;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}
.power5_sum .list .l22 img {
	margin: 0 5px;
}
.power6_sum {
	background: center center no-repeat #fff;
	background-size: cover;
}
.power6_sum .swiper-slide {
	padding: 14px 25px 100px;
	box-sizing: border-box;
	transition: all .4s;
	position: relative;
}
.power6_sum .swiper-slide-active {
	padding: 0 0;
}
.power6_sum .lans {
	position: absolute;
	bottom: 30%;
	width: 80%;
	color: #fff;
	box-sizing: border-box;
	padding: 0;
	left: 10%;
	display: none;
}
.power6_sum .swiper-slide-active .lans {
	display: block;
	background: #ffffff;
	border: 0;
	position: absolute;
	top: 90%;
	padding: 0 20px;
	box-sizing: border-box;
	box-shadow: 0 2px 10px 0 rgb(0 98 255 / 10%);
	min-height: 120px;
}
.power6_sum .swiper-slide-active .l1 {
	color: #0062ff;
	font-weight: bold;
	padding: 25px 0 15px;
}
.about2_sum .lans .l2 {
	color: #444;
	font-size: 16px;
}
.power6_sum .lans .l2 {
	opacity: 0;
	padding-bottom: 30px;
}
.power6_sum .swiper-slide-active .lans .l2 {
	opacity: 1;
}
.power6_sum .l2 {
/* display: none; */
}
 @media screen and (max-width: 1660px) {
.power1_sum .deng3_sum .deng3_nav .icon {
	margin-top: -4%;
}
.power5_sum .name {
	font-size: 18px;
	margin: 18px 0 0;
}
.power5_sum .after .tit {
	font-size: 18px;
}
.power5_sum .after .line {
	margin: 14px 0;
}
.power5_sum .after .desc {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
}
.power5_sum .after {
	padding: 15px;
}
.power5_sum .list li {
	height: 170px;
}
.power4_sum .after {
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	top: 30px;
	left: 30px;
	padding: 30px 25px;
}
.power4_sum .logo {
	width: 45px;
}
.power4_sum .after .name {
	font-size: 18px;
	margin-top: 12px;
}
.power4_sum .before .name {
	font-size: 18px;
	height: 54px;
	margin-top: 12px;
}
.power4_sum .after .desc {
	font-size: 14px;
	line-height: 25px;
	height: 150px;
	-webkit-line-clamp: 6;
}
.power4_sum .swiper-slide {
	height: 350px;/* margin-bottom: 50px; */
}
.power3_sum .ico_pic {
	width: 70px;
	height: 70px;
}
.power3_sum .tit {
	font-size: 26px;
}
.power3_sum .ico_lans, .power3_sum .list1 .n2_2 {
	font-size: 14px;
}
.power3_sum .desc {
	font-size: 16px;
}
.power3_sum .list1 {
	padding-top: 100px;
}
.power_yanfa {
	padding: 20px 0;
}
.power3_sum .list1 .n1 {
	font-size: 40px;
}
.power3_sum .item li {
	margin-right: 55px;
}
.power3_sum .list1 .n2_1 {
	font-size: 20px;
}
.power5_sum .list li {
	width: calc(25% - 13px);
	margin: 0 0 12px 12px;/* height: 230px; */
}
.power_yanfa li .clearfix {
	padding: 6% 8%;
}
.power_yanfa .icon {
	width: 50px;
	float: left;
	margin-right: 17px;
}
.power_yanfa .lans {
	width: calc(100% - 105px);
}
.power_yanfa .tit {
	font-size: 19px;
	margin-bottom: 10px;
}
.power_yanfa .desc {
	font-size: 15px;
}
.power5_sum .list .l1 {
	font-size: 20px;
}
.power5_sum .list .l2 {
	margin: 10px 0;
	font-size: 20px;
}
.power5_sum .list .l22 {
	font-size: 15px;
}
.client-tab-card .client-content {
	padding: 20px 5%;
}
.client-tab-card .client-more-details {
	bottom: 30px;
	font-size: 14px;
}
.client-tab-card .client-intro {
	font-size: 14px;
}
.client-tab-card .client-title {
	font-size: 19px;
}
.client-tab-card .divider-line {
	margin: 25px 0 20px;
}
.client-tab-card .index-solution-more-arrow {
	width: 7px;
	height: 7px;
	margin-left: 1px;
}
.card_list_sum .cards {
	margin: 30px 0 20px;
	box-shadow: 0 8px 10px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(48 48 48 / 20%);
}
}
 @media screen and (max-width: 1440px) {
.power5_sum .after .tit,  .power5_sum .name {
	font-size: 16px;
}
.power5_sum .icon {
	padding: 3%;
}
.power5_sum .after .line {
	width: 15px;
	margin: 12px 0;
}
.power4_sum .after {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	top: 20px;
	left: 20px;
	padding: 10px 15px;
}
.power4_sum .logo {
	width: 40px;
}
.power4_sum .after .name {
	font-size: 14px;
	margin-top: 10px;
}
.power4_sum .before .name {
	font-size: 16px;
	height: 48px;
	margin-top: 10px;
}
.power4_sum .after .desc {
	font-size: 13px;
	line-height: 20px;
	height: 120px;
	-webkit-line-clamp: 6;
}
.power4_sum .swiper-slide {
/* height: 400px; */
}
.power_yanfa .lans {
	width: calc(100% - 100px);
}
.power_yanfa .tit {
	font-size: 17px;
	margin-bottom: 10px;
}
.power_yanfa .desc {
	font-size: 14px;
}
}
 @media screen and (max-width: 1199px) {
.power5_sum .icon {
	padding: 1.5%;
}
.power_yanfa li {
	height: 240px
}
.client-tab-card .client-img,  .client-tab-card .client-content {
	width: 100%;
}
.client-tab-card .client-more-details {
	position: static;
	display: block;
	text-align: right;
	margin-top: 25px;
}
.client-click-tab ul {
	display: block;
	text-align: left;
}
.client-click-tab li {
	width: calc(25% - 27px);
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}
.power5_sum .list li {
	width: calc(50% - 15px);
}
.power5_sum slick-dots li {
	margin: 5px !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	opacity: .2;
}
.power5_sum .list li:nth-child(odd) {
	margin-left: 0;
}
.power3_sum .swiper-container {
	width: 70%;
}
.power_yanfa {
	padding: 15px 0;
}
.power_yanfa .desc {
	font-size: 12px;
}
.power1_sum {
	margin: 20px 0 -30px;
}
.power4_sum .swiper-slide {
	width: 31%;/* margin-bottom:20px; */
}
}
 @media screen and (max-width: 980px) {
.power4_sum .swiper-slide {
	width: 46%;
	margin: 2%;
}
.power_button {
	margin: 30px 20px;
}
.deng3_sum .deng3_nav td:nth-child(even) .icon {
	float: left;
}
.power3_sum .tit {
	border-left: 3px solid #0062ff;
	padding-left: 15px;
	font-size: 19px;
}
.power3_sum .desc {
	font-size: 14px;
	padding: 17px 10px;
}
.power3_sum .ico_pic {
	width: 55px;
	height: 55px;
}
.power3_sum .swiper-container {
	width: 100%;
	margin: 30px auto 0;
}
.power3_sum .list1 {
	display: none;
}
.power3_sum {
	background: none !important;
	padding: 30px 0;
}
.rocket {
	display: none;
}
.power1_sum .deng3_sum .deng3_nav {
	margin: 0;
}
.power_yanfa li {
	width: 100%;
	height: auto;
}
.power_yanfa .icon {
	width: 35px;
	margin-right: 15px;
}
.power1_sum .deng3_sum .deng3_nav {
	vertical-align: top;
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 0);
}
.power_yanfa .tit {
	font-size: 15px;
}
.power_yanfa .lans {
	width: calc(100% - 70px);
}
.power1_sum {
/* margin: 0; */
}
.power1_sum .deng3_sum .deng3_nav .icon {
	/* float: none; */
        /* width: 45px; */
        /* margin: 0; */
	margin-top: 5px;
}
.power1_sum .deng3_sum .deng3_nav td:nth-child(2) .icon {
	floatt: left;
	margin-right: 20px;
}
.power1_sum .deng3_sum .deng3_nav a {
	padding: 5px 10px;
	border: 0;
}
.power1_sum .deng3_sum .deng3_nav .lans {
	margin: 10px auto;
	padding-left: 20px;
}
.power1_sum .deng3_sum .deng3_nav .l3 {
	font-size: 12px;
}
}
 @media screen and (max-width: 768px) {
.power4_sum .after .desc {
	display: none;
}
.power4_sum .swiper-slide {
	/* width:100%; */
        /* margin: 10px 0; */
	height: 200px;
}
.deng3_sum .deng3_nav td {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border: 0;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 8%);
	border-radius: 3px;
}
.deng3_sum .deng3_nav tr {
	display: block;
}
.deng3_sum .deng3_nav .icon {
	max-width: 100px;
}
.power5_sum .icon {
	padding: 10px;
}
.deng3_content_list {
}
.deng3_content_list li {
	display: none;
}
.deng3_content_list li:first-child {
	display: block;
}
.deng3_content_list a {
	background: #FFFFFF;
	padding: 10px 25px 25px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin-bottom: 15px;
	display: block;
}
.deng3_content_list .lans {
	width: calc(100% - 80px);
	float: left;
	margin-top: 20px;
}
.deng3_content_list .img {
	width: 70px;
	float: right;
}
.deng3_content_list .l1 {
	font-size: 22px;
	font-weight: bold;
	color: #222222;
}
.deng3_content_list .l2 {
	font-size: 14px;
	color: #5a6c81;
	line-height: 2;
	font-weight: lighter;
}
.deng3_content_list .img {
}
.deng3_content_list .content {
	font-size: 14px;
	line-height: 2;
	color: #5a6c81;
	margin-top: 20px;
}
.deng3_content_list .c1 {
	font-size: 14px;
	color: #5a6c81;
	line-height: 2;
	font-weight: lighter;
}
.deng3_content_list .c2 {
	margin-top: 10px;
}
.deng3_content_list .c2 img {
	margin-right: 10px;
}
.deng3_nav_list {
	width: 110%;
	margin: 10px 0;
}
.deng3_nav_list a {
	display: block;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #0062ff;
	margin-right: 10px;
	position: relative;
	margin-bottom: 20px;
}
.deng3_nav_list a.slick-current:after {
	content: '';
	background: url(../images/ico_jiao2.png);
	background-size: 100% 100%;
	width: 10px;
	height: 5px;
	position: absolute;
	top: 100%;
	left: calc(50% - 5px);
}
.deng3_nav_list .icon {
	width: 65px;
	margin-right: 15px;
	float: left;
}
.deng3_nav_list .lans {
	width: calc(100% - 80px);
	float: left;
	color: #FFFFFF;
}
.deng3_nav_list .lans .l1 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 10px;
}
.deng3_nav_list .lans .l2 {
	font-size: 14px;
}
.deng3_nav_list a.slick-current .lans {
}
.deng3_nav_list .icon img {
}
.deng3_nav_list .icon img:nth-child(2) {
	display: none;
}
.client-tab-card .client-more-details {
	font-size: 13px;
}
.client-click-tab li {
	width: calc(33% - 12px);
	display: inline-block;
	vertical-align: top;
	margin: 8px 4px;
}
.power5_sum .list li,  .power5_sum .list li.last {
	width: 100%;
	margin: 0 0 10px !important;
}
.power5_sum .slick-dots li {
	margin: 2px !important;
	background: #0062ff;
	opacity: .2;
}
.power5_sum .slick-dots li.slick-active {
	opacity: 1;
}
.power5_sum .list .l1 {
	font-size: 16px;
}
.power5_sum .list .l22 {
	font-size: 13px;
}
.power5_sum .list .last {
	height: auto;
}
}
.map_list .win_d:after {
	content: '';
	background: #fff;
	width: 20px;
	height: 20px;
	display: block;
	margin: auto;
	transform: rotate(45deg);
	position: relative;
	z-index: 5;
	margin-bottom: -10px;
	box-shadow: 1px 01px 2px 0 rgba(0, 0, 0, .1);
}
.map_list .win_d {
	position: absolute;
	background: #FFFFFF;
	width: 320px;
	margin-left: -154px;
	bottom: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
	opacity: 0;
	display: none;
	text-align: left;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	transition: all .3s;
}
.map_list .a_img {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.map_list .a_name {
	font-size: 20px;
	font-weight: bold;
}
.map_list .a_desc {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	margin-top: 15px;
}
.map_list .a_loc {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	margin: 10px 0;
}
.map_list .a_lans {
	padding: 25px;
	box-sizing: border-box;
}
.power6_container .swiper-button-prev, .power6_container .swiper-button-next {
	top: 50%;
}
.power3_sum .box1 {
	position: relative;
}
.rocket {
	position: absolute;
	right: 0;
	bottom: 10%;
}
.rocket_wrapper {
	position: relative;
	width: 478px;
	height: 445px;
	z-index: 5;
	margin-right: 5vw;
}
.rocket_wrapper .kuai {
}
.rocket_wrapper .kuai img, .rocket_wrapper .r_k, .rocket_wrapper .quan img, .rocket_wrapper .hj img {
	position: absolute;
	transition: all 1.7s;
}
.rocket_wrapper .r_k1 {
	top: 200px;
	left: 120px;
	opacity: 0;
}
.rocket.on .rocket_wrapper .r_k1 {
	top: 250px;
	left: 0;
	opacity: 1;
}
.rocket .r_k {
	top: 150px;
	left: -30px;
}
.rocket.on .r_k {
	top: 0;
	left: 85px;
	animation: 2s linear 2.2s infinite normal none running rocket_body;
}
 @keyframes rocket_body {
 0% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(10px, -16px);
}
 100% {
 transform: translate(0, 0);
}
}
.rocket_wrapper .r_k2 {
	top: 200px;
	left: 95px;
	opacity: 0;
	transition-duration: 3s;
}
.rocket.on .rocket_wrapper .r_k2 {
	top: 150px;
	left: 35px;
	opacity: 1;
	animation: 4s linear 3.7s infinite normal none running rocket_block_left_1;
}
 @keyframes rocket_block_left_1 {
 0% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(10px, -16px);
}
 100% {
 transform: translate(0, 0);
}
}
.rocket_wrapper .r_k3 {
	top: 250px;
	left: 310px;
	opacity: 0;
	transition-duration: 3s;
}
.rocket.on .rocket_wrapper .r_k3 {
	top: 250px;
	left: 340px;
	opacity: 1;
	animation: 4s linear 3.7s infinite normal none running rocket_block_right_2;
}
 @keyframes rocket_block_right_2 {
 0% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(10px, -16px);
}
 100% {
 transform: translate(0, 0);
}
}
.rocket_wrapper .r_k4 {
	top: 200px;
	left: 145px;
	opacity: 0;
}
.rocket.on .rocket_wrapper .r_k4 {
	top: 280px;
	left: 300px;
	opacity: 1;
}
.rocket_wrapper .r_q1 {
	opacity: 0;
}
.rocket.on .rocket_wrapper .r_q1 {
	top: 0;
	left: 400px;
	opacity: 1;
	z-index: 5;
	animation: 2s linear 2.2s infinite normal none running rocket_tail_S;
}
 @keyframes rocket_tail_S {
 0% {
 transform: scale(.8);
 opacity: 1;
}
 50% {
 transform: scale(1);
 opacity: 1;
}
 100% {
 transform: scale(.8);
 opacity: 1;
}
}
.rocket_wrapper .r_q2 {
	top: 238px;
	left: 23px;
	transition-duration: 2.2s;
}
.rocket.on .rocket_wrapper .r_q2 {
	top: 88px;
	left: 300px;
	animation: 2s linear 2.2s infinite normal none running rocket_halo_L;
}
 @keyframes rocket_halo_L {
 0% {
 top: 88px;
 left: 300px;
 transform: scale(1);
 opacity: 0;
}
 50% {
 top: 98px;
 left: 288px;
 transform: scale(0.8);
 opacity: 0.8;
}
 100% {
 top: 108px;
 left: 260px;
 transform: scale(0.6);
 opacity: 0;
}
}
.rocket_wrapper .r_q3 {
	top: 88px;
	left: 300px;
	transition-duration: 2.2s;
	animation: 2s linear 2.2s infinite normal none running rocket_halo_L1
}
.rocket.on .rocket_wrapper .r_q3 {
	top: 98px;
	left: 310px;
}
 @keyframes rocket_halo_L1 {
 0% {
 top: 88px;
 left: 300px;
 transform: scale(1.3);
 opacity: 0.8;
}
 50% {
 top: 98px;
 left: 288px;
 transform: scale(0.8);
 opacity: 0;
}
 100% {
 top: 88px;
 left: 300px;
 transform: scale(1.3);
 opacity: 0.8;
}
}
.rocket_wrapper .hj1_sum {
	top: 278px;
	left: 154px;
}
.rocket.on .rocket_wrapper .hj1_sum {
	opacity: 1;
	animation: 2s linear 2.2s infinite normal none running rocket_tail_L;
}
.rocket_wrapper .hj2_sum {
	opacity: 0;
}
.rocket.on .rocket_wrapper .hj2_sum {
	top: 278px;
	left: 154px;
	opacity: 1;
	animation: 2s linear 2.2s infinite normal none running rocket_tail_S;
}
 @keyframes rocket_tail_L {
 0% {
 opacity: 0;
 transform: translate(0, 0);
}
 50% {
 opacity: 1;
 transform: translate(5px, -8px);
}
 100% {
 opacity: 0;
 transform: translate(0, 0);
}
}
.pro_bannerxc2.pro_banner2 .box1_wrapper {
	height: 200px;
}
.pro_bannerxc2.pro_banner2 .pro_tit {
	top: 20%;
}
.pro_bannerxc2 .x_r {
	width: 15%;
	position: absolute;
	transition: all 1s;
	-webkit-transition: all 1s;
	cursor: pointer;
}
.pro_bannerxc2 .x_r1 {
	top: -73%;
	left: 0;
	clip-path: inset(88% 0 0 0);
}
.pro_bannerxc2 .x_r1:hover {
	clip-path: inset(0 0 0 0);
}
.pro_bannerxc2 .x_r2 {
	left: 10%;
	top: 50%;
	clip-path: inset(0 0 86.5% 0);
}
.pro_bannerxc2 .x_r2:hover {
	clip-path: inset(0 0 0 0);
}
.pro_hy .pro_bannerxc3 {
	margin: 0;
}
.pro_bannerxc5 {
	height: 900px;/*padding: 400px 0;*/
}
.pro_hy .pro_bannerxc5 .pro_tit .t5 {
	width: 100%;
	margin-left: 0;
	display: block;
	color: #0062ff;
}
.pro_hy .pro_bannerxc5 .pro_tit .t5 li {
	margin-right: 10%;
}
.pro_hy .pro_bannerxc6 .pro_tit {
	width: 42%;
}
.pro_bannerxc6 .shan {
	width: 45%;
	position: absolute;
	top: -80%;
	left: 45%;
	opacity: .3;
	/*clip-path: inset(100% 0 0 0);*/
	animation: shan1 2s forwards infinite linear;
}
.pro_hy .pro_bannerhr6 .pro_tit {
	width: 38%;
}
.pro_hy .pro_bannerhr6 .t4 {
	display: block;
	width: 100%;
	margin-left: 0;
}
.pro_hy .pro_bannerhr6 .t4 li {
	padding-right: 5%;
}
 @keyframes shan1 {
 0% {
 opacity: .3;
/*clip-path: inset(100% 0 0 0);*/
}
 50% {
 opacity: 0;
/*clip-path: inset(0 0 0 0);*/
}
 100% {
 opacity: .3;
}
}
.pro_bannerxc8 .view_list .tips {
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 5px;
}
.pro_hr2 {
	padding: 120px 0 0;
}
.pro_hr2 .pro_img {
	position: relative;
}
.pro_hr2 .list {
}
.pro_hr2 .list .item {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 10;
	/* box-shadow: 0 0 0px 10px rgba(255, 255, 255, .5); */
	border-radius: 50%;
	/* background: #fff; */
    /* animation: example5 2s linear infinite; */
	cursor: pointer;
}
 @keyframes example5 {
 0% {
 box-shadow: 0 0 0 10px rgba(255, 255, 255, .5);
}
 50% {
 box-shadow: 0 0 0px 20px rgba(255, 255, 255, .2);
}
 100% {
 box-shadow: 0 0 0 10px rgba(255, 255, 255, .5);
}
}
.pro_hr2 .list .item.left {
	left: 25%;
	top: 50%;
}
.pro_hr2 .list .item.left .radius1:hover dl {
	opacity: 1;
}
.pro_hr2 .list .item.left dl {
	opacity: 1;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.pro_hr2 .list .item.right {
	right: 22%;
	top: 45%;
}
.pro_hr2 .list .item.right dl {
	position: absolute;
	top: -318px;
	left: calc(100% + 230px);
}
.pro_hr2 .list .item.right .show {
	opacity: 1;
}
.pro_hr2 .list .item.right .radius1:hover + .show, .pro_hr2 .list .item.right:hover dd {
	opacity: 1;
	margin-left: 0;
}
.pro_hr2 .list .item.right dd {
	width: 150px;
	margin-left: 20px;
	opacity: 1;
}
.pro_hr2 .list .item.right dd:nth-child(1) {
	transition: all .4s 0s;
	-webkit-transition: all .4s 0s;
}
.pro_hr2 .list .item.right dd:nth-child(2) {
	transition: all .4s .1s;
	-webkit-transition: all .4s .1s;
}
.pro_hr2 .list .item.right dd:nth-child(3) {
	transition: all .4s .2s;
	-webkit-transition: all .4s .2s;
}
.pro_hr2 .list .item.right dd:nth-child(4) {
	transition: all .4s .3s;
	-webkit-transition: all .4s .3s;
}
.pro_hr2 .list .item.right dd:nth-child(5) {
	transition: all .4s .4s;
	-webkit-transition: all .4s .4s;
}
.pro_hr2 .list .item.right dd:nth-child(6) {
	transition: all .4s 0s;
	-webkit-transition: all .4s .5s;
}
.pro_hr2 .list .item.right .d1 {
	border-bottom: 1px solid #dddddd;
	margin-top: 60px;
}
.pro_hr2 .list .radius1 {
	position: relative;
	width: 10px;
	height: 10px;
}
.pro_hr2 .list .line {
	width: 340px;
	height: 1px;
	background: #dbdde7;
}
.pro_hr2 .list .line1 {
	position: absolute;
	right: -5px;
	transform: rotate(30deg);
	bottom: 41px;
	width: 150px;
}
.pro_hr2 .list .line2 {
	top: -69px;
	position: absolute;
	right: 133px;
}
.pro_hr2 .list .line3 {
	position: absolute;
	top: 5px;
	left: 100%;
	width: 220px;
}
.pro_hr2 .list dl {
}
.pro_hr2 .list dd {
}
.pro_hr2 .list dd img {
	width: 35px;
	margin-right: 4px;
}
.pro_hr2 .list .left dd {
	width: 330px;
	top: -110px;
	position: absolute;
	right: 140px;
	text-align: left;
}
.pro_hr2 .list .d1 {
	font-size: 22px;
	line-height: 1.5;
	color: #222222;
	padding-bottom: 10px;
}
.pro_hr2 .list .d2 {
	font-size: 20px;
	line-height: 1.6;
	color: #3d3d3d;
}
.pro_cx2 {
	padding: 120px 0 0;
}
.pro_cx2 .pro_img {
	max-width: 1250px;
	position: relative;
}
.pro_cx2 .list .item {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 10;
	/* box-shadow: 0 0 0px 10px rgba(255, 255, 255, .5); */
	border-radius: 50%;
	/* background: #fff; */
    /* animation: example5 2s linear infinite; */
	cursor: pointer;
}
.pro_cx2 .list .item:nth-child(1) {
	left: 25%;
	top: 64%;
}
.pro_cx2 .list .item:nth-child(2) {
	left: 20%;
	top: 40%;
}
.pro_cx2 .list .item:nth-child(3) {
	right: 29%;
	top: 43%;
}
.pro_cx2 .list .item:nth-child(4) {
	left: 41%;
	top: 70%;
}
.pro_cx2 .list .item:nth-child(5) {
	left: 48%;
	top: 70%;
}
.pro_cx2 .list .item:nth-child(6) {
	right: 27%;
	top: 66%;
}
.pro_cx2 .list .radius1 {
	position: relative;
	width: 10px;
	height: 10px;
	opacity: 1;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.pro_hy .pro_cx3 {
	max-height: 980px;
}
.pro_hy .pro_cx4 {
	max-height: 1200px;
}
.pro_hy .pro_cx4 .pro_tit {
	float: none;
}
.pro_hy .pro_cx3 .pro_tit {
	position: static;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	width: 35%;
}
.pro_cx3 .t4 {
}
.pro_cx3 .t4 li {
	color: #222222;
	margin-right: 5%;
}
.pro_cx2 .list .item:hover .radius1 {
	opacity: 1;
}
.pro_cx2 .list .item:nth-child(1) .line1 {
	width: 175px;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: -41%;
	transform: rotate(-30deg);
	top: 50px;
}
.pro_cx2 .list .item:nth-child(1) .line2 {
	width: 175px;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: 159px;
	top: 94px;
}
.pro_cx2 .list .item:nth-child(2) .line1 {
	width: 175px;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: -41%;
	transform: rotate(30deg);
	top: -40px;
}
.pro_cx2 .list .item:nth-child(2) .line2 {
	width: 175px;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: 157px;
	top: -83px;
}
.pro_cx2 .list .item:nth-child(3) .line1 {
	width: 175px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: -28px;
	transform: rotate(308deg);
	top: -70px;
}
.pro_cx2 .list .item:nth-child(3) .line2 {
	width: 270px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 114px;
	top: -140px;
}
.pro_cx2 .list .item:nth-child(4) .line1 {
	width: 100px;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: -41%;
	transform: rotate(-45deg);
	top: 50px;
}
.pro_cx2 .list .item:nth-child(4) .line2 {
	width: 175px;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: 81px;
	top: 86px;
}
.pro_cx2 .list .item:nth-child(5) .line1 {
	width: 100px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: -16px;
	transform: rotate(240deg);
	top: 52px;
}
.pro_cx2 .list .item:nth-child(5) .line2 {
	width: 175px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 60px;
	bottom: -86px;
}
.pro_cx2 .list .item:nth-child(6) .line1 {
	width: 100px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: -15px;
	transform: rotate(238deg);
	top: 50px;
}
.pro_cx2 .list .item:nth-child(6) .line2 {
	width: 175px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 61px;
	bottom: -83px;
	width: 250px;
}
.pro_cx2 .list .item .lans {
	font-size: 22px;
	color: #222222;
	width: 175px;
}
.pro_cx2 .list .item .lans img {
	width: 30px;
	margin-right: 5px;
}
.pro_cx2 .list .item:nth-child(1) .lans {
	position: absolute;
	right: 159px;
	top: 54px;
}
.pro_cx2 .list .item:nth-child(2) .lans {
	position: absolute;
	right: 159px;
	top: -120px;
}
.pro_cx2 .list .item:nth-child(3) .lans {
	position: absolute;
	left: 114px;
	top: -180px;
	width: 300px;
}
.pro_cx2 .list .item:nth-child(4) .lans {
	position: absolute;
	right: 59px;
	top: 45px;
	width: 220px;
}
.pro_cx2 .list .item:nth-child(5) .lans {
	position: absolute;
	left: 60px;
	top: 54px;
	width: 250px;
}
.pro_cx2 .list .item:nth-child(6) .lans {
	position: absolute;
	left: 68px;
	bottom: -75px;
	width: 250px;
}
.nav_neiye {
	position: fixed;
	top: 105px;
	left: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	width: 100%;
	z-index: 10;
	line-height: 60px;
}
.nav_neiye .box1 {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.nav_neiye .title {
	float: left;
	color: #FFFFFF;
}
.nav_neiye .right {
	float: right;
}
.nav_neiye .right a {
	color: #FFFFFF;
	font-size: 16px;
	margin-left: 100px;
}
.nav_neiye.on .right a.on {
	color: #0062ff;
}
.nav_neiye .title {
	font-size: 20px;
}
.nav_neiye.on {
	background: #FFFFFF;
}
.nav_neiye.top {
	top: 0;
}
.nav_neiye.on .right a, .nav_neiye.on .title {
	color: #222222;
}
#header.top {
	margin-top: -70px;
}
.nav_neiye.on {
	top: 60px;
}
.nav_neiye.top {
	top: 0;
	z-index: 100;
}
@media screen and (max-width: 1600px) {
.nav_neiye.on {
	top: 50px;
}
.nav_neiye.top {
	top: 0;
}
.nav_neiye {
	top: 72px;
	line-height: 50px;
}
.nav_neiye .title {
	font-size: 18px;
}
.nav_neiye .right a {
	font-size: 14px;
	margin-left: 70px;
}
.pro_hr2 .pro_img, .pro_cx2 .pro_img {
	transform: scale(.75);
	-moz-transform: scale(.75);
	-webkit-transform: scale(.75);
	zoom: .75 \9;
}
.pro_bannerxc5 {
	height: 700px;
}
.pro_bannerxc8 .view_list .tips {
	font-size: 14px;
	margin-bottom: 3px;
}
}
@media screen and (max-width: 1440px) {
.pro_cx2, pro_bannerxc3 {
	height: 80vh;
}
.pro_hy .pro_cx3 .pro_tit {
	width: 40%;
}
}
@media screen and (max-width: 1199px) {
.nav_neiye.top {
	top: 50px;
}
.pro_hy .pro_cx3 .pro_tit {
	width: 100%;
}
.header.bg0 {
	z-index: 100000;
}
}
@media screen and (max-width: 980px) {
.pro_cx2 .list .item:nth-child(5) .lans, .pro_cx2 .list .item:nth-child(4) .lans {
	top: 110px;
}
.pro_cx2 .list .item:nth-child(5) .line2, .pro_cx2 .list .item:nth-child(4) .line2 {
	bottom: -150px;
	top: auto;
}
.nav_neiye {
	top: 60px;
}
.nav_neiye.top {
}
.pro_cx2 {
	padding: 60px 0 0;
}
.nav_neiye .title {
	font-size: 16px;
}
.nav_neiye .right a {
	font-size: 12px;
	margin-left: 30px;
}
.pro_hr2 {
	padding-top: 80px;
}
.pro_bannerxc5 {
	height: auto;
}
.pro_bannerxc6 .shan {
	top: 20%;
	width: 60%;
}
.pro_hy .pro_bannerxc6 .pro_tit {
	width: 90%;
}
.pro_hy .pro_bannerhr6 .pro_tit {
	width: 90%;
}
.deng6.pro_bannerxc8 .view_list li .lans {
	top: 70%;
}
.pro_bannerxc8 .view_list .tips {
	font-size: 12px;
	margin-bottom: 3px;
}
}
 @media screen and (max-width: 768px) {
.pro_cx2 {
	padding: 30px 0 0;
	height: auto;
}
.pro_hr2 {
	padding-top: 30px;
}
.pro_hr2 .pro_img {
	transform: scale(.5);
	-moz-transform: scale(.5);
	-webkit-transform: scale(.5);
	zoom: .5 \9;
}
.pro_cx2 .pro_img {
	transform: scale(.45);
	-moz-transform: scale(.45);
	-webkit-transform: scale(.45);
	zoom: .45 \9;
}
.pro_hr2 .list .line3 {
	width: 50px;
}
.pro_hr2 .list .item.right dl {
	left: calc(100% + 60px);
}
.pro_hr2 .list .line1 {
	width: 50px;
}
.pro_hr2 .list .line2 {
	right: 50px;
	top: -45px;
}
.pro_hr2 .list .left dd {
	right: 0px;
}
}

