﻿@charset "utf-8";

/* CSS Document */

/* 全局样式
-------------------------------------------------------------- */
html, body, a, p, span, ul, img {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	font-size: 14px;
	line-height: 25px;
	font-family: "Microsoft Yahei", "Arial";
	color: #666;
}

p {
	line-height: 25px;
}

img {
	border: none;
	vertical-align: middle;
}

td {
	font-size: 14px;
}

body {
	overflow-x: hidden;
}

/* 链接样式 */
a {
	text-decoration: none;
	outline: none;
}

a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

* {
	word-break: break-all
}

/* 常用元素 */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* 层浮动 */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
}

/* 文字对齐 */
.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.visible-xs {
	display: none !important;
}

.clear {
	clear: both;
}

.m_container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

@media (min-width:767px) {
	.m_container {
		max-width: 100%;
	}

}

@media (min-width:768px) {
	.m_container {
		max-width: 700px;
	}

}

@media (min-width:992px) {
	.m_container {
		max-width: 960px;
	}

}

@media (min-width:1280px) {
	.m_container {
		max-width: 1200px;
	}

}

@media (min-width:1366px) {
	.m_container {
		max-width: 1330px;
	}

}

@media (min-width:1400px) {
	.m_container {
		max-width: 1400px;
	}

}

@media (min-width:1580px) {
	.m_container {
		max-width: 1470px;
	}

}

.page {
	overflow-x: hidden;
}

/*header*/
.wrap {
	width: 100%;
}

.section {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.inner a:hover {
	color: #FF7000;
}

.inner a.active {
	color: #FF7000;
}

.logo {
	float: left;
}

.position {
	width: 100%;
}

/* header */
.header {
	border-bottom: 1px solid #FFFFFF;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	height: 120px;
	z-index: 9;
}

.header .m_container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.menu_two {
	position: absolute;
	right: 0;
	top: 50%;
margin-top: -5px;
	   -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu_two a {
	font-size: 24px;
	font-weight: bold;
	color: #FF7000;
}
.menu {
	float: right;
	padding-right: 150px;
}

.menu ul {
	margin-left: -33px;
	margin-right: -33px;
}

.menu ul li {
	display: inline-block;
	padding: 0 33px;
	line-height: 100px;
}

.menu ul li a {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: inherit;
}

.hi-select-btn.hi-selected-full {
	color: #FF7000;
}

.inner_title {
	text-align: center;
	padding-top: 60px;
}

.inner_title h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	color: #333333;
	padding-bottom: 10px;
}

.inner_title p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}



@media screen and (max-width:1279px){
	.menu ul li{padding:0 20px;}
	.menu ul li a,.menu_two a{font-size:20px;}
	.menu{padding-right:120px;}
	.menu_two{margin-top:-3px;}
}
@media screen and (max-width:991px){
	.menu ul li{padding:0 15px;}
	.menu ul li a,.menu_two a{font-size:18px;}
	.menu{padding-right:98px;}
	.menu_two{margin-top:-3px;}

}

/*banner*/
.bantext h2 {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.1;
	color: #000000;
	margin-bottom: 25px;
}

.banner {
	background: #F4F5F9;
	width: 100%;
	height: 800px;
	max-height: 100vh;
	position: relative;
}

.banner .banner-bb {
	width: 100%;
	height: 100%;
}

.banner .bantext {
	position: absolute;
	width: 100%;
	top: 32%;
}
.banner .bantext .select {
	overflow:hidden;
}
.banner .bantext .select p {
	padding-right:10px;
	float: left;
	margin-bottom: 5px;
}
.banner .bantext .select p:last-child {
	padding-right: 0
}
.banner .pc_banner {
	width: 100%;
	height: 100%;
}

.bantext .banwen {
	float: left;
	max-width: 52%;
	width: 700px;
	padding-top: 76px;
}


.bantext .iframe {
	width: 670px;
	max-width: 48%;
	height: 376px;
	float: right;
}


.text p span {
	float: left;
	line-height: 20px;
	font-size: 16px;
	margin-right: 30px;
}

.text p span:last-child {
	margin-right: 0;
}

.text i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #666666;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
	background-image: url("../images/dui.png");
	background-position: center;
	background-repeat: no-repeat;
}

.text .banmore {
	width: 200px;
	display: inline-block;
	margin-top: 44px;
	height: 50px;
	text-align: center;
	background: #FF7000;
	border:1px solid #FF7000;
	border-radius: 0px;
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
	 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.text .banmore:hover {
	background: #FFFFFF;
	color: #FF7000;
}
.swiper-slide .banwen {
	opacity: 0;
	   -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
	
}
.swiper-slide-active .banwen {
	opacity: 1;
	  -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
     -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

@media screen and (max-width:1440px) {
.bantext h2 {
    font-size: 40px;
}

}
@media screen and (max-width:1279px) {
.bantext h2 {
    font-size: 36px;
}

}
@media screen and (max-width:991px) {
.bantext h2 {
    font-size: 32px;
}
.text p span {
	font-size:14px;
}
.banner {
    height: 550px;
}
.bantext .iframe {
    max-width: 48%;
    height: 300px;
}
.bantext .banwen {
    padding-top: 50px;
}

}

.foot_up {
	background-image: url("../images/footbg.png");
	height: 296px;
	display: flex;
	align-items: center;
}

.foot_up .left p {
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 15px;
}

.foot_up .left h3 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

.foot_up .right h4 a {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
}

.phone {
	font-size: 16px;
	line-height: 32px;
	text-align: right;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.phone img {
	float: right;
	margin-left: 10px;
}

.foot_down {
	background: #333333;
	padding: 20px 0 10px 0;
	line-height: 30px;
}

.foot_down a {
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
	opacity: 0.5;
}

.foot_down span {
	margin-right: 18px;
	display: inline-block;
	float: left;
}


@media screen and (max-width:991px) {
.foot_up .left h3 {
    font-size: 26px;
}

}


/*donghuayoushi*/
.bg01 {
	background-image: url("../images/bg01.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 200px;
	overflow:hidden; 
}

.adv_left {
	position: absolute;
	width: 512px;
	right: 100%;
	top: -120px;
	text-align: right;
}

.adv_right {
	position: absolute;
	width: 512px;
	left: 100%;
	top: -120px;
	text-align: left;
}

.ad_cont strong {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #FF7000;
}

.adv_left .ad_cont strong {
	padding-right: 10px;
}

.adv_right .ad_cont strong {
	padding-left: 10px;
}

.ad_cont p:first-child {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.ad_cont p:nth-child(2) {
	font-size: 14px;
	color: #666666;
	min-height: 50px;
}

.ad001 {
	padding-bottom: 45px;
}

.ad002 {
	padding-right: 100px;
	padding-bottom: 40px;
}

.ad003 {
	padding-right: 130px;
	padding-bottom: 40px;
}

.ad004 {
	padding-right: 130px;
	padding-bottom: 40px;
}

.ad005 {
	padding-right: 100px;
	padding-bottom: 40px;
}

.ad006 {
	padding-right: 50px;
}

.ad007 {
	padding-bottom: 45px;
}

.ad008 {
	padding-left: 100px;
	padding-bottom: 40px;
}

.ad009 {
	padding-left: 130px;
	padding-bottom: 40px;
}

.ad010 {
	padding-left: 130px;
	padding-bottom: 40px;
}

.ad011 {
	padding-left: 100px;
	padding-bottom: 40px;
}

.ad012 {
	padding-left: 50px;
}

/*yingyongchangjing*/
.inner_two {
	padding-bottom:20px;
}

.inner_two .list {
	padding-top: 50px;
	margin-left: -12px;
	margin-right: -12px;
}

.inner_two .list .one_k {
	float: left;
	width: 25%;
	padding: 0 12px;
}

.inner_first {
	background: #F9F9F9;
	margin-top: 40px;
}
.inner_first hr {
	margin-top: -10px;
	border-top: 1px solid rgba(255,255,255,1);
}
.inner_first .left {
	width:44%;
	display: flex;
	height: 100%;
	align-items: flex-end;
}
.inner_first .right {
	width:56%;
	padding-left: 35px;
	padding-top: 90px;
	height: 600px;
}
.mo_pad2 {
	display: none;
}
.up h3 {
	padding-bottom: 20px;
	font-size: 30px;
font-weight: bold;
line-height: 1.2;
color: #FF7000;
}
.up p {font-size: 18px;
height: 75px;
overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
 }
.mid {
	padding-top: 10px;
	padding-bottom: 45px;
}
.mid ul {
margin-left: -5px;
margin-right: -5px;
}
.mid ul li {
	float:left;
	width: 50%;
	padding: 0 5px;
	padding-bottom: 12px;
}
.mid div {
	display: flex;
	align-items: center;
}
.mid span {width: 52px;
	display: inline-block;
	float: left;
height: 52px;
line-height: 52px;
text-align: center;
background: #FFFFFF;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
border-radius: 6px;
}
.mid span img {transition: 0.4s;-webkit-transition: 0.4s;}
.mid li:hover span img{-moz-transition: all 0.8s ease-in-out; 
-webkit-transition: all 0.8s ease-in-out; 
-o-transition: all 0.8s ease-in-out; 
-ms-transition: all 0.8s ease-in-out; 
transition: all 0.8s ease-in-out; 
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg); }

.mid p {
	padding-left: 12px;
	font-size: 18px;
width: -webkit-calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: calc(100% - 52px);
	float: left;

color: #333333;
overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list {
	padding-top: 30px;
	overflow: hidden;
	padding-bottom: 30px;
}
.list p {
	float: left;
	min-width: 20%;
	margin-bottom: 5px;
}
.list i {
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.list strong {
	float: left;
	font-size: 18px;
	color: #333333;
}
.numtwo {

	padding-bottom: 75px;
	position: relative;
}
.numtwo .num_left {
	padding-top: 70px;
	width: 46%;
}
.numtwo .num_right {
	position: absolute;
	right: 0;
	top: 90px;
	max-width: 54%;
}
.num_mid {
	padding-top: 10px;
	padding-bottom: 45px;
}
.num_mid ul {
margin-left: -5px;
margin-right: -5px;
}
.num_mid ul li {
	float:left;
	width: 20%;
	text-align: center;
	padding: 0 5px;
}
.num_mid span {width: 52px;
	display: inline-block;
height: 52px;
line-height: 52px;
text-align: center;
background: #FFFFFF;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
border-radius: 6px;
}
.num_mid span img {transition: 0.4s;-webkit-transition: 0.4s;}
.num_mid li:hover span img{-moz-transition: all 0.8s ease-in-out; 
-webkit-transition: all 0.8s ease-in-out; 
-o-transition: all 0.8s ease-in-out; 
-ms-transition: all 0.8s ease-in-out; 
transition: all 0.8s ease-in-out; 
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg); }

.num_mid p {
	margin-top: 10px;
	width: 100%;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.subbg {
	padding: 0 26px;
	height: 73px;
	width: 100%;
	position: relative;
	background-color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	overflow:hidden; 
	display: flex;
	align-items: center;
	color: #FFFFFF;
	 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.subbg:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 102px;
	height: 73px;
	background-image: url("../images/nlogo.png");
	background-size: 102px 73px;
	background-repeat: no-repeat;
	background-position: right;
}

.inner_two .list .one_k:hover .subbg {
	background: linear-gradient(270deg, #FF8800 0%, #FF6E00 100%);
}

.one_k .card-header {
	height: 58px;
	border: none;
	background: none;
	border-bottom: 1px solid #EEEEEE;
}

.one_k .card {
	border: 1px solid #EEEEEE;
}

.one_k .btn-link {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	color: #111111;
}
.one_k .mb-0 {
	height: 100%;

	overflow:hidden; 
	display: flex;
	align-items: center;
}
.one_k .btn-link {
	width: 100%;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	padding-right: 5px;
	line-height: 20px;
	color: #FF7000;
	cursor: pointer;
}

.one_k .btn-link.collapsed {
	color: #111111;
}
.one_k .btn-link:hover {
	color: #FF7000;
}
.one_k .btn-link:after {
	content: "";
	width: 13px;
	height: 7px;
	background-image: url("../images/upico.png");
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
}

.one_k .btn-link.collapsed:after {
	background-image: url("../images/downico.png");
}

.one_k .card-body {
	height: 100px;
	overflow: hidden;
	padding: 10px 1.25rem;
}

.one_k .card-body p {
	line-height: 20px;
	width: 100%!important;
	color: #999999;
	max-height: 100%;
	overflow-y: auto;
}
.one_k .card-body p::-webkit-scrollbar{
  width:6px;
  height:6px;
}
.one_k .card-body p::-webkit-scrollbar-track{
  background:#999;
  border-radius:2px;
}
.one_k .card-body p::-webkit-scrollbar-thumb{
  background:#E9E9E9;
  border-radius:10px;}
.one_k .card-body p::-webkit-scrollbar-thumb:hover{
  background: #E9E9E9;
}

@media screen and (max-width:1365px) {
.mid p {
	font-size: 16px;
}
.up p {
	font-size: 16px;
}
.list strong {
    font-size: 17px;
}
.inner_first .right {
   
     height: auto; 
}

}

@media screen and (max-width:1279px) {
.inner_first .right {
    padding-top: 30px;
}
.mid {
    padding-top: 10px;
    padding-bottom: 20px;
}
.list p {
    width: 33.33%
}
.list {
    padding-top: 10px;
}
.up h3 {
	font-size: 26px;
}

}
@media screen and (max-width:991px) {

	.inner_first .right {height: auto;}
	.inner_first .left {
		padding-top: 50px;
	}
	.mo_pad {
	display: none;
}
.mo_pad2 {
	display:block;
}
.up p {
	height:50px;
}
.up p,.mid p {
    font-size: 14px;
}
.mid ul li {
	width:100%;
}
.mid span,.num_mid span {
    width: 42px;
    height: 42px;
    line-height: 42px;
}
.list p:last-child  {
	width:50%;
}
.list strong {
    font-size: 16px;
    font-weight: 500;
}
.list i img {
	max-width:75%;
}
.numtwo .num_left {
    padding-top: 50px;
    width: 50%;
}
.numtwo .num_right {
    max-width: 60%;
    top: 30%;
}
.num_mid {
    padding-top: 15px;
    padding-bottom: 15px;
}
.num_mid ul li {
	width:20%;
	padding-bottom: 10px;
}
.num_mid p {
	font-size: 14px;
}
.inner_two {
    padding-bottom: 0;
}
.inner_two .list .one_k {
    width: 50%;
    margin-bottom: 30px;
}

}

/*three*/
.bg03 {
	background: #F9F9F9;
	padding-bottom: 70px;
}
.industry {
	padding-top: 50px;
}

.industry ul {
	margin-left: -10px;
	margin-right: -10px;
}

.industry ul li {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.industry .subbg {
	background: linear-gradient(270deg, #FF8800 0%, #FF6E00 100%);
	font-size: 20px;
}

.industry .indus_cont {
	height: 380px;
	background: #fff;
}

.industry .indus_cont .four_list {
	float: left;
	width: 50%;
	height: 50%;
}

.industry .indus_cont .four_list:nth-child(1) {
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

.industry .indus_cont .four_list:nth-child(2) {
	border-bottom: 1px solid #EEEEEE;
}

.industry .indus_cont .four_list:nth-child(3) {
	border-right: 1px solid #EEEEEE;
}

.industry .indus_cont .four_list strong {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.industry .indus_cont .four_list p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.industry .pdfour {
	padding: 40px 30px 40px 30px;
	overflow: hidden;
}

.industry .one_list {
	width: 100%;
	height: 50%;
	border-bottom: 1px solid #EEEEEE;
}

.industry .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
}

.industry .cont p {
	font-size: 16px;
	line-height: 30px;
}

.industry .two_list {
	width: 50%;
	height: 50%;
	float: left;
}


@media screen and (max-width:1365px) {
.industry .indus_cont {
    height: 465px;
}


}
@media screen and (max-width:991px) {
.industry ul li {
    width: 100%;
    margin-bottom: 30px;
}


}


.border_r {
	border-right: 1px solid #EEEEEE;
}

.case_menu {
	text-align: center;
	padding-top: 50px;
}

.case_menu ul li {
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0 13px;
	max-width: 23%;
	cursor: pointer;
	
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.case_menu ul li a{
	font-size: 16px;
	color: #333;
}
.case_menu ul li:hover {
	background: #F48732;
	border: 1px solid #F48732;
}
.case_menu ul li:hover a {
	color: #fff;
}
.case_list {
	padding-top: 50px;
}

.case_list ul li {
	float: left;
	width: 25%;
	padding: 15px;
}
.case_list a {
	position:relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.case_list .bg {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	 
}
/*.case_list a img {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.case_list a:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);

}*/
.case_cont {
	padding-bottom: 100px;
}

.case_cont .modal-header {
}

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #eee url(https://www.w-e.cc/szjh/images/modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}

.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}

.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}

.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}

@media screen and (max-width:991px) {
.case_cont {
	padding-top: 20px;
	padding-bottom: 50px;
}
.case_list {
    padding-top: 0px;
}
.case_menu ul li {
	width: 20%;
	margin: 0 10px;
}


}

/*two*/
.cicle_big {
	width: 394px;
	height: 394px;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 220px;
}

.cicle_big:before {
	content: "";
	position: absolute;
	width: 556px;
	height: 556px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #EEEEEE;
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
	  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: scale 2s linear infinite;
  -moz-animation: scale 2s linear infinite;
  -ms-animation: scale 2s linear infinite;
  animation: scale 2s linear infinite;
}
@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.pro_cicle {
	width: 266px;
	height: 266px;
	background: #FF7000;
	border-radius: 50%;
	font-size: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	line-height: 48px;
	color: #FFFFFF;
}

#hi-tab ul li:first-child a {
	font-size: 0 !important;
	opacity: 0;
}

/* 测试区域 */
.test-up-area {
	height: 200px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-color: #51D266;
}

.test-down-area {
	width: 100%;
	margin: 0 auto;
}

.hi-select-btn.hi-selected-underline {
	border-bottom: 3px #267DCC solid;
}

.toggle {
	width: 5%;
}

.toggle a {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 20px 0px;
}

@media screen and (max-width:1440px) {
.pro_cicle {
	    width: 200px;
	    height: 200px;
	    font-size: 34px;
	  
	}
	.cicle_big {
	    width: 320px;
	    height: 320px;
	    margin-top: 220px;
	}
	.cicle_big:before {
	    width: 460px;
	    height: 460px;
	}

.ad001 {
	padding-bottom: 25px;
}

.ad002 {
	padding-right: 70px;
	padding-bottom: 30px;
}

.ad003 {
	padding-right: 100px;
	padding-bottom: 30px;
}

.ad004 {
	padding-right: 100px;
	padding-bottom: 30px;
}

.ad005 {
	padding-right: 70px;
	padding-bottom: 30px;
}

.ad006 {
	padding-right: 50px;
}

.ad007 {
	padding-bottom: 25px;
}

.ad008 {
	padding-left: 70px;
	padding-bottom: 30px;
}

.ad009 {
	padding-left: 100px;
	padding-bottom: 40px;
}

.ad010 {
	padding-left: 110px;
	padding-bottom: 40px;
}

.ad011 {
	padding-left: 80px;
	padding-bottom: 40px;
}

.ad012 {
	padding-left: 50px;
}



}



@media screen and (max-width:1365px) {

	.pro_cicle {
	    width: 200px;
	    height: 200px;
	    font-size: 34px;
	  
	}
	.cicle_big {
	    width: 320px;
	    height: 320px;
	    margin-top: 220px;
	}
	.cicle_big:before {
	    width: 460px;
	    height: 460px;
	}

.ad001 {
	padding-bottom: 15px;
}

.ad002 {
	padding-right: 70px;
	padding-bottom: 30px;
}

.ad003 {
	padding-right: 100px;
	padding-bottom: 30px;
}

.ad004 {
	padding-right: 100px;
	padding-bottom: 30px;
}

.ad005 {
	padding-right: 70px;
	padding-bottom: 30px;
}

.ad006 {
	padding-right: 50px;
}

.ad007 {
	padding-bottom: 15px;
}

.ad008 {
	padding-left: 70px;
	padding-bottom: 20px;
}

.ad009 {
	padding-left: 100px;
	padding-bottom: 30px;
}

.ad010 {
	padding-left: 110px;
	padding-bottom: 30px;
}

.ad011 {
	padding-left: 80px;
	padding-bottom: 30px;
}

.ad012 {
	padding-left: 50px;
}


}

@media screen and (max-width:1279px) {
.adv_left {
    width: 370px;
    top: -140px;
    text-align: right;
}
.adv_right {
    width: 360px;
    top: -140px;
}
	.pro_cicle {
	    width: 160px;
	    height: 160px;
	    font-size: 28px;
	  line-height: 1.4;
	}
	.cicle_big {
	    width: 240px;
	    height: 240px;
	    margin-top: 220px;
	}
	.cicle_big:before {
	    width: 360px;
	    height: 360px;
	}
.ad_cont p:nth-child(2) {
	line-height: 20px;
	min-height: 60px;
	padding-top: 5px;
}
.ad001 {
	padding-bottom: 0;
}

.ad002 {
	padding-right: 50px;
	padding-bottom: 15px;
}

.ad003 {
	padding-right: 70px;
	padding-bottom: 15px;
}

.ad004 {
	padding-right: 70px;
	padding-bottom: 15px;
}

.ad005 {
	padding-right: 50px;
	padding-bottom: 15px;
}

.ad006 {
	padding-right: 30px;
}

.ad007 {
	padding-bottom: 0;
}

.ad008 {
	padding-left: 50px;
	padding-bottom: 15px;
}

.ad009 {
	padding-left: 70px;
	padding-bottom: 15px;
}

.ad010 {
	padding-left: 70px;
	padding-bottom: 15px;
}

.ad011 {
	padding-left: 80px;
	padding-bottom: 15px;
}

.ad012 {
	padding-left: 30px;
}


}

@media screen and (max-width:991px) {
.bg01 {
    padding-bottom: 98px;
}	
.ad_cont p:nth-child(2) {
	display:none;
}
.cicle_big {
    width: 240px;
    height: 240px;
    margin-top: 150px;
}
.adv_left {
    width: 248px;
    top: -70px;
}
.adv_right {
    width:248px;
    top: -70px;
}
.ad_cont p:first-child {
	margin-bottom: 25px;
}
.cicle_big::before {
    width: 340px;
    height: 340px;
}

}


.case_list li .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_list li .overlay::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.case_list li .overlay h2,
.case_list li .overlay p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.case_list li .overlay h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.case_list li .overlay h2 span {
  font-weight: 800;
  color: #fff;
  display: block;
}
.case_list li .overlay p {
  font-weight: 200;
  color: #fff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.case_list li a {
	-webikt-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,0.8) none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.case_list li a:hover img {
  opacity: 0.35;
}
.case_list li a:hover .overlay h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.case_list li a:hover .overlay p {
  opacity: 0.8;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.case_list li a:hover  .overlay::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}