html {
	overflow-y: scroll;
}
:root {
	overflow-y: auto;
	overflow-x: hidden;
}
:root body {
	position: absolute;
}
body {
	width: 100%;
	overflow: hidden;
}
 @keyframes myfirst {
 0% {
 left: 50%;
 top: 0%;
}
 25% {
 left: 50%;
 top: 10%;
}
 50% {
 left: 50%;
 top: 20%;
}
 75% {
 left: 50%;
 top: 30%;
}
 100% {
 left: 50%;
 top: 40%;
}
}
@keyframes tel {

	0% { transform: rotateZ(0deg); }

	20% { transform: rotateZ(20deg); }

	40% { transform: rotateZ(-20deg); }

	60% { transform: rotateZ(20deg); }

	80% { transform: rotateZ(-20deg); }

	100% { transform: rotateZ(0deg); }

}

@keyframes tel_line {

	0% { opacity: 0; }

	25% { opacity: 1; }

	50% { opacity: 1; }

	75% { opacity: 1; }

	100% { opacity: 0; }

}

img {
	outline: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
.blockFull {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.relative {
	position: relative;
}
a {
	text-decoration: none;
	outline: none;
}
a {
blr:expression(this.onFocus=this.blur());
}
//IE下 a:focus {
outline:none;
}
//FF下  a.hidefocus {
outline:none
}
a:hover {
	text-decoration: none;
}
/** {
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}*/
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix {
	_zoom: 1;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
.clear {
	overflow: hidden;
	_zoom: 1;
}
body {
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
	min-width: 320px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-size: 12px;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	list-style: none;
}
a{ color:#2cbdc5;}
/*-header-*/
header {
	/*-webkit-box-shadow: 0 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
    position: fixed;*/
	width: 100%;
	z-index: 999;
}
.main_menu_area {
	position: absolute;
	width: 100%;
	top: 0;
	/* -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);*/
	z-index: 10000;
}
.headTop { position:relative; z-index:14;

	text-align: right;
	
	color: #fff;
	background: #2cbdc5;
	height: 50px;/*background-image: -webkit-gradient(linear,left top,right top,from(#1278f6),to(#00b4aa));
    background-image: -webkit-linear-gradient(left,#1278f6,#00b4aa);
    background-image: -moz- oldlinear-gradient(left,#1278f6,#00b4aa);
    background-image: linear-gradient(to right,#1278f6,#00b4aa);*/

}
.headTopEmail a{
	color:rgba(255, 255, 255, 0.9);
	padding-left: 25px;
	letter-spacing: 1px; font-size:13px; line-height:50px;
}
.headTopEmail{ position:absolute; right:0px; top:0px;}
.headTopEmail i {
	
	color: #fa7526;
	font-size: 22px; top:3px; position:relative;
}
.hotPhone{padding: 0;
    width: 200px;
    position: absolute;
    right: 0px; font-size:18px; color:#2cbdc5; top:25px;}
.headTel {
	float: right;

	font-size: 26px;
	line-height: 30px;
	margin-right: 3.125%;
	position: relative;
	z-index: 2;
}

.headTel .headTelImg {
	float: left;
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 20px; margin-top:2px;
}

.headTel .headTelImg .headTelImgT,
.headTel .headTelImg .headTelImg1,
.headTel .headTelImg .headTelImg2,
.headTel .headTelImg .headTelImg3 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.headTel .headTelImg .headTelImgT { font-size:26px; color:#fff;

	animation: tel ease-out 1s infinite;
}

.headTel .headTelImg .headTelImg1 {
	background-image: url('../images/tel_line1.png');
	animation: tel_line ease-out 1s 0.4s infinite;
}

.headTel .headTelImg .headTelImg2 {
	background-image: url('../images/tel_line2.png');
	animation: tel_line ease-out 1s 0.6s infinite;
}

.headTel .headTelImg .headTelImg3 {
	background-image: url('../images/tel_line3.png');
	animation: tel_line ease-out 1s 0.8s infinite;
}
.headTelImgNum{ color:#fff; font-size:18px; font-weight:bold;}
.headCon {
	position: relative;
	width: 100%;
	height: 80px;
}
.search-bar{ padding: 0;
    width: 80px; height:80px; line-height:80px;
    position: absolute;
    right:220px;
    z-index:1000;
}
.search-bar a {
    margin-left: 25px;
    margin-right: 40px;
    font-size: 22px;
    color: white;
}
.header-top-search-area {
  position: absolute;
  top: 100%;
  width: 350px;
  right: 16%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 575px) {
  .header-top-search-area {
    width: 100%;
  }
}
.header-top-search-area.open {
  opacity: 1;
  visibility: visible;
}

.active.header-top-search-area {
  opacity: 1;
  visibility: visible;
  animation-duration: 0.7s;
  animation-name: fadeInUp;
}

.header-search-form {
 
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.headSearch p {

    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
    height: 54px;
    letter-spacing: 0.7px;
    min-width: 250px;
    outline: 0 none;
    padding: 3px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    position: relative;
    border-radius:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius:0px;
    -khtml-border-radius: 0px; background:#fff;
}
.headSearch p span { color:#fff;
	
	height: 54px;
	
}
.headSearch p span.ll { display:none;
	float: left;
	height:54px;
	line-height:54px;
	width: 54px; color:#fff;
}
.headSearch p span.ll select {
	border: medium none;
	background: none;
	color: #000
}
#header-search p span.ll select option {
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	outline: none;
}
.headSearch p span.l {
	width: 280px; height:54px; position:absolute;  left:0px; top:0px;
	background: none;
}
/*#header-search p span.l input:-webkit-autofill{-webkit-text-fill-color: #fff !important;background-color:transparent; transition: background-color 50000s ease-in-out 0s;}*/

.headSearch p span.l input {
	border: medium none;
	width: 280px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color:#1b1d21; background-color:transparent; height:54px; position:absolute; }
	


.headSearch p span.l input:focus {
 background-color: #fff;
}
.headSearch p span.r {
	width: 50px;
	background: #2cbdc5;
	height: 54px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 0 0px 0px 0;
	-webkit-border-radius: 0 0px 0px 0;
	-moz-border-radius: 0 0px 0px 0x;
	-khtml-border-radius: 0 0px 0px 0; 
}
.headSearch p span.r input {
	border: medium none;
	background: none;
	position: absolute; width:54px; height:54px;
	z-index: 2;
	cursor: pointer; left:0px;
}
.headSearch p span.r .rr {
	position: relative;
	width: 54px;
	height: 54px;
}
.headSearch p span.r i { position:absolute; left:19px;top:19px;
	color: #fff;
	font-size: 16px;

}
.main_menu_area .container .logo {

    float: left; width:25%; padding-left:15px;
}
/*.main_menu_area .container .logo::before {
	content: '';
    position: absolute;
    background-color: #2cbdc5;
	top: 0;
    right: 0;
    height: calc(100% + 5px);
    width:700px;
    left: auto;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: 12;
	}
.main_menu_area .container .logo:after {
	content: '';
	position: absolute;
	background-color: #2cbdc5;
	z-index: 10;
	top: 0;
	right: -10px;
	height: calc(100% + 15px);
	width: 100000px;
	opacity: 0.2;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}*/
	.main_menu_area .container .logo a{ position:relative; z-index:13;}
.logoImg1 {
	display: none;
}
.logoS {
	display: none;
}
.logo img {
	max-height: 70px;
	margin-right: 10px;

	padding-top:10px;
	float: left;
}
.logo logoImg {
	display: inline-block;
}
.main_menu_area .container .nav_right { width:75%; float:left;
}
.phone-nav {
	position: absolute;
	font-size: 28px;
	display: none;
	color: #fff;
	right: 15px;
	bottom: 12px;
	z-index: 9999999;
}
.phone-nav:hover {
	color: #000;
}
.logo .logoTxt {
	color: #e60012; line-height:80px; font-size:20px;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.37);*/
	font-weight: bold;
}
.logo .logoTxt .logocn {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 0px;
}
.logo .logoTxt .logoen {
	font-size: 12px;
	color: #414040;
	letter-spacing: -1px;
}
/*菜单*/
.navCon {
	float: right; padding-right:350px;
}
.header .navbar {
	padding: 0;
}
/* Main Menu */

.header .header-inner {
	position: absolute;
	width: 100%;
	z-index: 99;
}
.header .nav-inner {
	float: right;
	
}
.header .nav li {
	margin-right: 30px;
	float: left;
	position: relative;
}
.header .nav li:last-child {
	margin: 0;
}
.header .nav li a {
	font-weight: 500;
	position: relative;
	display: block;
	padding: 29px 0;
	color: #fff;
	z-index: 4;
	font-size: 15px;
	position: relative;
}
.header .nav li.active a:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}
.header .nav li.active a {
	font-weight: 800;
	color: #2cbdc5;
}
/*.header .nav li a.hover{ font-weight:bold;
	color:#2cbdc5;
}*/
.header .nav li:hover a {
	color: #2cbdc5;
}
.navbar-expand-lg .navbar-collapse {
}
.header .nav li a i {
	margin-left: 6px;
	font-size: 10px;
}
/* Dropdown Menu */
.header .nav li .dropdown { display:block;
   position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #fafafa;

	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateY(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	border-top: 0px solid #21bcd8;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

}
.header .nav li .dropWidth{	opacity: 0;   position:fixed; width:1920px; left:0; background:#fff;	visibility: hidden;

	transform: translateY(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);} 
.header .nav li .dropdown1 { display:block;



	z-index: 1000;

width: 100%; margin:0 auto;
	padding:50px 30px; padding-top:20px;
	text-align: left;
	list-style: none;
     background: #fff url(../images/nav.png) no-repeat 900px center;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateY(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	border-top: 0px solid #21bcd8;


}

.header .nav li:hover .dropdown >li {
	border-top: 1px solid #eee;
}
.header .nav li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header .nav li:hover .dropdown1{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header .nav li:hover .dropWidth{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header .nav li .dropdown li {
	float: none;
	display: block;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease; margin:0;
}
.header .nav li .dropdown1 li:last-child { margin-bottom:10px;}
.header .nav li .dropdown li a {
font-size: 14px;
	color: #333;
	font-weight: 400;
	padding: 14px 30px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}


.header .nav li .dropdown li:hover a {
	color: #fff;
	background: #2cbdc5;
}

.header .nav li .dropdown li i {
	float: right;
	margin-top: 8px;
	font-size: 10px;
	z-index: 5;
}
.header .nav li .dropdown.sub-dropdown {
	position: absolute;
	top: 0%;
	left: 100%;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #fafafa;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateX(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	border-top: 0px solid #21bcd8;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.header .nav li .sub-dropdown1 { 

	/*z-index: 1000;
	float: none; width:100%; background:none;
	padding: 0px 0px;
	text-align: left;
	list-style: none;*/
	
	opacity: 1;
	/*border-radius: 0px;
	
	transform: translateX(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	border-top: 0px solid #21bcd8;
	box-shadow:none;*/
}

.header .nav li .dropdown li:hover .dropdown.sub-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header .nav li .dropdown.sub-dropdown li a {
	padding: 14px 30px;
	color: #333;
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown1 li{ margin-right:10px;float:none;  margin-bottom:10px; padding-top:20px}
.header .nav li .dropdown1 li:last-child {
margin-bottom:0px;
}
.header .nav li .sub-dropdown1 li a {
	padding: 5px 20px; float:left;
	color: #333;
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a {
	background: transparent;
}
.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
	color: #fff;
	background: #2cbdc5;
}
.header .nav li .dropdown.sub-dropdown li:last-child a {
	border-bottom: 0px solid;
}
.mobile-search {
	display: none;
}
 @media (max-width:1440px) {
.header .nav li .dropWidth{	opacity: 0;   position:fixed; width:1440px;}
	
}
 @media (max-width:1360px) {
	.header .nav li{ margin-right:30px;} .header .nav li .dropWidth{	opacity: 0;   position:fixed; width:1360px;}
	
}
 @media (max-width:1280px) {
	.navCon { float:left; padding-right:0px;}
}
 @media (max-width:1200px) {
	 .header .nav li .dropWidth{	opacity: 0;   position:fixed; width:1200px;}
#header-search{ display:none;}
.navCon { float: right;}
.logo img {padding-bottom: 10px;}
.logo .logoTxt .logoen {	font-size: 1em;}
.scrollLogo {position: relative;display: inline-block;}
.headTopAddress {display: none;}
.fixed-scroll-nav .scrollLogo {display: inline-block;}
.main_menu_area .container .phone {display: none;}
.logo .logoTxt {
    color: #e60012;
    line-height: 80px;
    font-size: 20px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 37%);
    font-weight: bold;
}
.hotPhone{ display:none;}
.search-bar{ right:0px;}
.navCon { padding-right:100px; float:right;}
}
@media (max-width: 991px) {
.main_menu_area .container .logo{ width:80%}
#header-search { display:none;}
.headTopEmail {right:15px;}
.headCon {height:70px;}
.main_menu_area .container .logo img{max-height:70px;}
.phone-nav {display: block; bottom:14px;}
.nav_right {display: none;}
.logo .logoTxt{ line-height:70px;}
.headTopAd {display: none;}
.language a {height: 70px;}
.search-bar{ right:40px; height: 70px;  line-height: 70px;}}
@media (max-width:768px) {
.logo .logoTxt{ font-size:18px;}
.logoS a img.logoImg {
	display: block;
	float: left;
	max-height: 70px;
	padding: 10px 0;
}
.logoS .logoTxt {
	padding-top: 10px;
	color: #32609e;
	float: left;
	padding-left: 15px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37)
}
.logoS .logoTxt p.logocn {
	font-size: 20px;
	color: #303030;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.logoS .logoTxt .logoen {
	font-size: 12px;
	color: #303030;
	letter-spacing: -1px;
}
.logoS p {
	color: #000;
}
.logoS p img {
	max-width: 165px;
}
.logoPhone {
	float: left;
	margin-left: 20px;
}

.language{ right:15px;}

}
@media screen and (max-width:401px) {
.header .container .logoS {
	width: 90%;
}

}
@media (min-width: 1200px) {

.fixed-scroll-nav .subBanner {
	padding-top: 82px;
}
}
.affix {
	position: fixed;
}
.headMenu {
	background:none; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35); 
}
.headMenu.affix {
	background: #fff;
	height: auto;
	-webkit-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
}
.headMenu.affix {
	top: 0px;
	width: 100%;
	z-index: 99;
	background: #fff;
}
.headMenu.affix .headCon {
	position: relative;
	width: 100%;
	height: 70px;
}
.headMenu.affix .nav li a {
	padding: 24px 0;
	color: #000;
}
.headMenu.affix #header-search {
	padding-top: 15px;
}
.headMenu.affix .language a {
	height: 70px;
}
.headMenu.affix .logo .logoTxt {
	line-height: 70px;
}
.headMenu.affix .logoS img {
	max-height: 70px; padding:15px 0;
}

.headMenu.affix .logoImg {
	display: none;
}
.headMenu.affix .logoImg1 {
	display: inline-block;
}
.headMenu.affix .logo img { height:60px;
}
.headMenu.affix .nav li.active a {
	color: #333;
}
.headMenu.affix #header-search p span.ll select {
	color: #000
}
.headMenu.affix #header-search p {
	border: 1px solid #ddd;
}
.headMenu.affix #header-search p span.r {
	background: #fff;
}
.headMenu.affix #header-search p span.r i {
	color: #333;
}
.headMenu.affix .search-bar{ line-height:70px; height:70px;}
.headMenu.affix .search-bar a { color:#333}
.headMenu.affix .headTel .headTelImg .i-tel {color:#333}
.headMenu.affix .span-num{color:#333}
.headMenu.affix .hotPhone{ top:20px;}
.headMenu.affix .phone-nav{color:#333}
.headMenu.affix .logo .logoTxt .logocn {color: #333;}
/*页脚*/
.footer {
	background:#f7f7f7 url('../images/bottomBg.jpg') no-repeat center bottom;
	position: relative;
	/* background: -moz-linear-gradient(left, #07213C 0%, #222222 100%);
    background: -webkit-linear-gradient(left, #07213C 0%, #222222 100%);
    background: linear-gradient(to right, #07213C 0%, #222222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07213C', endColorstr='#222222',GradientType=1 );*/
	
}

@media (max-width: 768px) {
.footer {padding: 0px;}
.footerTop{ padding-bottom:20px;}
.ppIndex {display: none;}
}
/*--footer--*/

.footer-text img {
	max-width: 100%
}
.footer_1its h3, .footer_1its h2 {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.phone {
	margin-top: 20px;
}
.contact-info h4 {
	font-style: normal;
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.71;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #fff;
}
.footer p, .footer a {
	color: #abafb1;
	margin: 10px 0;
}
.footer p i {
	margin-right: 10px;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background: #39424a;
	color: #fff;
	text-align: center;
	line-height: 38px;
	display: inline-block;
}
.footer a:hover {
	color: #fff;
}
.footer-text p, .contact-info p {
	color: #ccc;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 1px; margin:20px 0;
}

.footer-grid_section_1its form {
	border: 1px solid #808080;
	width: 100%;
	margin-top: 20px;
}

.logoBottom {
	font-size:30px;
	color: #ccc;
	font-weight: 500; margin-bottom:30px; letter-spacing:1px;
}
.logoBottom img {
	width:69px;  margin-bottom:15px;
}
.aboutBottom p {
	line-height: 30px;
	color: #abafb1;
	font-size: 13px;
}
.phone p a {
	color: ##adb5bd;
}
.phone p a:hover {
	color: #fff;
}
.quicklink { padding-top:60px;}
.quicklink ul li {
	float: left;
}
.quicklink ul li a {
	color: #fff;
	font-size: 10px;
}
ul.links li {
	list-style-type: none;
	float: left;
	margin:5px 10px;
}
ul.links li a {
	color: #666; border:1px solid #CCC; padding:10px 20px; border-radius:0px 5px 5px 0px; display:block; 
	font-size: 14px;
	letter-spacing: 1px; position: relative;
        z-index: 99;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
}
ul.links li a:hover{
        color: #fff;
    }
ul.links li a:before{
        content: "";
        display: block;
        height: 100%;
        width: 3px;
        position: absolute;
        background: #2cbdc5;
        top: 0;
        left: -1px;
        z-index: -1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
ul.links li a:hover:before{
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        background: #2cbdc5;
        top: 0;
        left: 0px;
        z-index: -1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
.quicklink1{ padding:30px 15px; }
.quicklink1List{background:rgba(6, 16, 28, 0.7); padding:10px}
.quicklink1 .bmtitle{ font-size:18px; color:#2cbdc5;}
.quicklink1 p{color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin: 20px 0;}
.contactfoot1{ padding:60px 30px;}
.cpy-right {
	background:rgba(6, 16, 28, .9);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cpy-right, .cpy-right a {
	letter-spacing: 1px;
	color: #fff;
	line-height: 70px;
}
.cpy-right a {
	color: #2cbdc5;
}
.cpy-right a:hover {
	color: #eee;
}

/*内页*/
.subNavOut {
	border-bottom: 1px solid #eee;
	background: #fff;
}
.fixed-scroll .subNavOut { position:fixed; z-index:9999999; transition:all .5s; top:70px; width:100%; margin:0 auto;}
.subNav {
	max-width: 1280px;
	margin: auto;
	width: 100%;
	clear: both;
}
.crumbs {
	line-height: 79px;
	height: 79px;
	font-size: 12px;
	float: left;
	width: 38%;
}
.crumbs .centerBlock {
	font-size: 13px;
	color: #666666;
	padding-left: 5px;
}
.crumbs .centerBlock img {
	margin-right: 5px;
}
.crumbs .centerBlock a {
	color: #666666;
	font-size: 13px;
}
.crumbsPro {
	width: 98%;
}
.comon_top {
	width: 62%;
	float: right;
}
.comon_top .top_title {
	text-align: center;
	padding: 60px 0px;
}
.comon_top .top_title .hh1 {
	font-size: 36px;
	color: #050505;
	font-family: "Microsoft YaHei";
	line-height: 60px;
	overflow: hidden;
	height: 60px;
}
.comon_top .top_title .hh2 {
	font-size: 14px;
	color: #3b3b3b;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.comon_top .top_title .hh3 {
	font-size: 10px;
	font-family: arial;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
 @media (max-width: 640px) {
.comon_top .top_title {
	padding: 20px 0;
}
.comon_top .top_title .hh1 {
	font-size: 32px;
}
}
.comon_top .top_nav {
	text-align: right;
	height: 79px;
	float: right;
	font-size: 14px;
}
.comon_top .top_nav a {
	display: block;
	float: left;
	min-width: 60px;
	padding: 0px 10px;
	line-height: 79px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #666666;
	font-size: 13px;
}
.comon_top .top_nav a:before {
	content: "";
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background: #2cbdc5;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
.comon_top .top_nav a:hover {
	color: #fff;
}
.comon_top .top_nav a:hover:before {
	height: 79px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.comon_top .top_nav a span {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	height: 79px;
	display: block;
}
.comon_top .top_nav .active {
	color: #fff;
}
.comon_top .top_nav .active:before {
	height: 79px;
	opacity: 1;
	filter: alpha(opacity=100);
}
@media (max-width:1110px) {
.comon_top .top_nav a {
	padding: 0px 5px;
}
}
 @media screen and (max-width:996px) {
.comon_top {
	display: none;
}
.crumbs {
	width: 100%
}
}
@media (max-width:996px) {
.crumbs {
	width: 100%;
	float: none;
	line-height: 39px;
	height: auto;
	border-bottom: 1px solid #eee;
}
.crumbs .centerBlock {
	margin: 0 auto;
	width:100%;
}
.comon_top .top_nav {
	display: none;
}
.comon_top .top_nav a {
	width: 100%;
	background: #c40324;
	margin-bottom: 15px;
}
}
.comon_top .top_nav_er {
	background: #2d2d2d;
	margin-bottom: 50px;
}
.comon_top .top_nav_er ul {
	position: relative;
	left: 50%;
	float: left;
	padding: 15px 0px;
}
.comon_top .top_nav_er ul li {
	position: relative;
	right: 50%;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
.comon_top .top_nav_er ul li a {
	color: #fff;
	border-right: 1px solid #424242;
	padding: 0 26px;
	display: block;
	width: 100%;
	height: 16px;
	overflow: hidden;
	line-height: 16px;
}
.comon_top .top_nav_er ul li a:hover {
	color: #c40324;
}
@media (max-width: 640px) {
.comon_top .top_nav_er {
	margin-bottom: 30px;
}
}
.mainCon {
	background: #fff;
}

.mainCon1{background:url('../images/contact.jpg') no-repeat center top; padding-top:120px;}
 @media (max-width: 996px) {
.mainCon1{background:url('../images/contact.jpg') repeat-y center top; padding-top:70px;}

 }
.proListCon .pic {
	position: relative; width:100%; overflow:hidden;
}
.proListCon .txt {
}
.proListCon ul li {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	padding: 30px 0;
	cursor: pointer;
	box-shadow: 0 0 20px rgba(0,0,0,0.06);
	transition: .4s;
	list-style-type: none;
}
.proListCon ul li .pic img {
	max-width: 100%;
	transition: all 0.3s;
}
.proListCon ul li .pic h5 {
	text-align: center;
	position: absolute;
	bottom: 0px;
	background: #2cbdc5;
	color: #fff;
	filter: alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 100%;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 8px 0px;
	font-size: 14px;
}
.proListCon ul li .txt {
	width: 100%;
	padding: 0;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.proListCon ul li .txt a {
}
.proListCon ul li .txt a span {
	text-align: center;
	display: block;
	width: 100%;
	margin: auto;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.proListCon ul li .txt a .num {
	font-size: 40px;
	font-weight: bold;
}
.proListCon ul li .txt a .tt1 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
}
.proListCon ul li .txt a .tt2 {
	color: #ccc;
}
.proListCon ul li .txt a p {
	text-align: left;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 2em;
}
.proListCon ul li .proListMore a {
	display: inline-block;
	width: auto;
	font-size: 14px;
	color: #2cbdc5
}
.proListCon ul li {
	position: relative
}
.proListCon ul li .more {
	display: inline-block;
	vertical-align: bottom;
	position: absolute;
	width: 120px;
	height: 40px;
	border: 2px solid #666;
	text-align: center;
	line-height: 40px;
	bottom: 0px;
	right: 0px;
}
.proListCon ul li .more span {
	position: relative;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	height: 40px;
}
.proListCon ul li .more:before {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #013b84;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	transition: .6s
}
.proListCon ul li .more:hover span {
	color: #fff;
}
@media screen and (min-width:1025px) {
.proListCon ul li .more:hover:before {
	left: 0;
	right: auto;
	width: 100%
}
.proListCon ul li .more:hover {
	border-color: #013b84;
	color: #fff
}
}
.proListCon ul li:hover .txt {
}
.proListCon ul li:hover .txt span {
}
.proListCon ul li:hover .pic img {
	transform: scale(1.1);
}
/* .proListCon ul li:hover .pic h5 { display:none;}*/
.pageing {
	font-family: arial;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px; padding-top:30px;
}
.pageing li {
	display: inline-block;
	padding: 0 5px;
	line-height: 40px;
	transition: All .2s ease-in-out;
	color: #272727;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.pageing li a {
	height: 60px;
	width: 60px;
	background: transparent;
	color: #1b1d21;
	border: 1px solid #ededed;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50%;
	line-height: 60px;
	margin: 0px;
	display: inline-block;
	text-align: center;
}
.pageing li a:hover {
	background: #2cbdc5;
	color: #ffffff;
	border-color: #2cbdc5;
	box-shadow: 0px 8px 16px 0px hsla(187, 89%, 36%, 0.275);
}
.pageing li.c {
	height: 60px;
	width: 60px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50%;
	line-height: 60px;
	background: #2cbdc5;
	color: #ffffff;
	border-color: #2cbdc5;
	box-shadow: 0px 8px 16px 0px hsla(187, 89%, 36%, 0.275);
	text-align: center;
}
.pageing .active {
	color: #fff;
	font-size: 16px;
	background: #d63031;
}
@media (max-width: 640px) {
.pageing {
	margin: 30px auto;
}
}
.about_con {
	padding: 2em 0;
}
.about_con .ahout_1 {
	font-size: 32px;
	color: #000000;
}
.aboutUs p {
	margin-bottom: 15px;
	font-size: 15px;
	color: #666;
	line-height: 28px;
}
.about_con img {
	max-width: 100%
}
@media (max-width: 640px) {
.about_con {
	padding-bottom: 20px;
	padding-top: 0px;
}
.about_con .about_1 {
	font-size: 26px;
}
}
.about_con .fuwu_con {
	margin: auto;
}
.about_con .fuwu_con .left {
	vertical-align: middle;
	font-size: 40px;
	color: #000000;
	width: 30%;
	margin-top: 80px;
	text-align: left;
}
.about_con .fuwu_con .right {
	width: 70%;
}
.about_con .fuwu_con .right p {
	text-align: left;
	color: #363636;
	font-size: 13px;
	line-height: 24px;
}
@media (max-width: 640px) {
.about_con .fuwu_con .left,  .about_con .fuwu_con .right {
	width: 100%;
}
.about_con .fuwu_con .left {
	margin-top: 0px;
	font-size: 34px;
}
}
.about_img {
	position: relative;
	margin-bottom: 30px;
}
.about_img i {
	padding-bottom: 24.25%;
	display: block;
}
@media (max-width: 640px) {
.about_img {
	margin-bottom: 0px;
}
}
.about_fu {
	width: 100%;
	background: #505050;
	margin-bottom: 30px;
}
.about_fu .mun_3 {
	width: 98%;
	max-width: 1280px;
	margin: auto;
}
.about_fu .mun_3 span {
	width: 33.333%;
	display: block;
	float: left;
	text-align: center;
	font-family: Didot;
	box-sizing: border-box;
	font-size: 60px;
	color: #fff;
	border-right: 1px solid #737373;
	padding-bottom: 20px;
}
.about_fu .mun_3 span i {
	font-family: å¾®è½¯é›…é»‘;
	font-size: 13px;
	color: #cccccc;
	font-style: normal;
	display: block;
	margin-top: -10px;
}
.about_fu .mun_3 span:last-child {
	border: none;
}
@media (max-width: 640px) {
.about_fu .mun_3 span {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #737373;
	font-size: 40px;
}
}
.about_fu .about_fuwu_img {
	position: relative;
}
.about_fu .about_fuwu_img img {
	max-height: 100%;
	max-width: 100%;
}
/*新闻列表页*/
.news_con { padding-top:2em;
}
.news_conList {
	margin-bottom: 10px;
	border-bottom: 1px solid #fafafa;
	padding: 10px 13px;
	padding-bottom: 20px;
	position: relative;
}
.news_conList  .pic {
	position: relative;
	overflow: hidden;
	transition: 0.5s;

	
}
.news_conList .pic img {
	max-width: 100%; width:100%;transition: 0.5s;
}


.news_conList.txt {
	float: left;
}
.news_conList .txt h3 {
	display: inline-block;

	color: #333;
	font-size: 20px;
	font-weight:600;
	line-height: 38px;
	margin-right: 10px;
	margin-top: 10px;
}
.news_conList .txt .time {
	display: inline-block;
	color: #888888;
	font-size: 12px;
	padding-right: 10px;
	font-weight: normal;
}
.news_conList .txt p {
	color: #666;
	font-size: 15px;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
}
.news_conList:hover .pic img {
	transform: scale(1.1);
}
.news_conList:hover .txt h3 {
	color: #2cbdc5;
}
.news_conList:hover .txt .time {
	color: #2cbdc5;
}
.news_conList:hover:after {
	background: #2cbdc5;
}
.news_conList:hover:last-child:after {
	background: none;
}


/*新闻详细页*/
.news_show {
	color: #1d1d1d;
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.06);
}
.news_show .news_s_top {
	width: 100%;
	margin: auto;
	text-align: center;
}
.news_show .news_s_top h3 {
	font-size: 28px;
	padding-top: 30px;
	padding-bottom: 10px; padding-left:2em; padding-right:2em;
}
.newsCon {
	margin: 0 auto;
	padding-top: 20px;
}
.newsCon {
	font-size: 14px;
	line-height: 24px;
	padding-left: 2em;
	padding-right: 2em;
}
.newsCon img {
	max-width: 100%
}
@media (max-width: 640px) {
.news_show .news_s_top h3 {
	font-size: 20px;
}
.newsCon {
	padding-left: 1em;
	padding-right: 1em;
}
}
.news_show .news_s_top div {
	line-height: 30px;
	height: 30px;
}
.news_show .news_s_top div span {
	display: inline-block;
	margin: 0px 2%;
}
.news_show p {
	display: block;
	font-size: 15px;
	line-height: 28px; color:#000;
}
@media (max-width: 640px) {
.news_show p {
	margin: 20px auto;
}
}
.news_show .show_img {
	text-align: center;
}
.news_show .show_img img {
	max-height: 100%;
	max-width: 100%;
	position: relative;
	width: 27.5%;
}
.prev_next {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	margin-top: 45px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	padding-bottom: 60px;
	position: relative;
}
.prev_next ul {
	padding-left: 1em;
	padding-right: 1em;
}
.prev_next li {
	line-height: 26px;
	list-style-type: none;
}
.prev_next li a {
	color: #1c1819;
	display: block;
	font-size: 14px;
}
.prev_next li:last-child {
}
.prev_next li:hover {
}
.prev_next li:hover a {
	color: #026fbf;
}
.prev_next a.back {
	position: absolute;
	right: 15px;
	bottom: 10px;
	padding: 5px 22px;
	border: 1px solid #eee;
	color: #888;
	transition: all 0.3s;
}
.prev_next a.back:hover {
	border-color: #026fbf;
	background: #026fbf;
	color: #fff;
}
@media (max-width: 640px) {
.prev_next {
	margin: 30px auto 0px;
}
.prev_next li {
	width: 100%;
	margin-bottom: 10px;
}
.prev_next li:last-child {
	text-align: left;
}
}
@media (max-width: 1024px) {
.footer .copy_z {
	display: none;
}
.copyWeb {
	text-align: center;
}
.copyWeb a {
	display: none;
}
}
.mainCon .swiper-container {
	max-width: 1000px;
}
.proCon {
	max-width: 900px;
	margin: auto;
}
}
.indexPro {
	background: #fff;
	padding: 2em 0;
}
/*-- //banner --*/
.banner-box {
	overflow: hidden; height:100%;  background-image: url(../images/bgBanner.jpg);
  background-size: contain;
}
.banner{ position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 98vh;
  perspective: 340px;}
/* star field */
.stars {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  box-shadow: -238px 108px #f7f7f7, 193px -376px #f7f7f7, -1264px -60px #fafafa,
    145px -443px #c9c9c9, -1440px 37px #f7f7f7, 262px -136px #cfcfcf,
    212px 219px #e3e3e3, 319px 223px #c7c7c7, 1246px -51px #c9c9c9,
    308px 26px #e0e0e0, 147px 229px #e6e6e6, -1041px 450px #d1d1d1,
    671px 86px white, -921px 234px #f0f0f0, -957px 242px #e8e8e8,
    1249px -285px #d1d1d1, 741px 434px #d9d9d9, -1030px 330px #ededed,
    311px -475px #fcfcfc, -413px -105px #d4d4d4, 868px -435px #f7f7f7,
    -790px 289px #dbdbdb, 202px 427px #fcfcfc, -22px -158px #c9c9c9,
    -1294px -297px #cccccc, -63px 200px #f0f0f0, -592px -86px #f7f7f7,
    -732px 366px white, -1426px -262px #e8e8e8, 475px -400px #c9c9c9,
    -1442px -153px #f7f7f7, 1124px -219px #ededed, 701px 257px #f0f0f0,
    36px -179px #ebebeb, -937px 480px #f7f7f7, -267px -418px #f2f2f2,
    1467px 127px #cfcfcf, -1128px 274px #d1d1d1, -180px 430px #e0e0e0,
    624px 275px #fafafa, -473px 150px #e6e6e6, -537px -348px #d4d4d4,
    410px 455px #ebebeb, 497px -29px #cccccc, 416px -370px whitesmoke,
    977px 82px #c2c2c2, 1209px -222px #f0f0f0, 637px 360px #fcfcfc,
    -1049px 409px white, 959px 407px #c9c9c9, -1153px -168px #dedede,
    -437px -216px #dbdbdb, -572px 420px #fcfcfc, -228px 78px #dbdbdb,
    -925px 452px #cccccc, 244px 30px #c4c4c4, 453px -336px #dedede,
    993px -63px #c2c2c2, 670px -343px #d9d9d9, -1088px 344px #fcfcfc,
    -170px -153px #c4c4c4, 987px -208px #d1d1d1, 596px 166px #fcfcfc,
    -1362px -28px #c4c4c4, 1291px -106px #e3e3e3, -1128px 169px #ededed,
    1056px 367px #ebebeb, 261px -128px #cccccc, 1017px 401px #cccccc,
    1381px 245px #e3e3e3, 536px -113px #fafafa, -92px -217px #e3e3e3,
    1481px 268px #d1d1d1, 832px -345px #cccccc, -863px 138px #f0f0f0,
    -997px -412px #e3e3e3, -330px -260px #d9d9d9, 691px -39px #fcfcfc,
    -468px -135px #d6d6d6, -535px 405px #e8e8e8, -1289px -284px #e3e3e3,
    823px -225px #cccccc, -1172px -348px white, 505px -319px #ededed,
    94px -45px #ededed, -687px -64px #c7c7c7, -1133px -456px #f2f2f2,
    1357px 135px #e0e0e0, -919px -249px whitesmoke, 206px 32px white,
    1453px -338px #cccccc, -764px 83px #e8e8e8, 726px 85px #fafafa,
    205px 103px #e3e3e3, 85px 116px #d1d1d1, 1104px -121px #f0f0f0,
    649px -304px #dbdbdb, -313px 313px whitesmoke, 491px -419px #c9c9c9,
    -1405px 397px #cfcfcf, 30px -81px #e6e6e6;
  animation: fly11 3s linear infinite;
  transform-style: preserve-3d;
}
.stars:before,
.stars:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  box-shadow: inherit;
}
.stars:before {
  transform: translateZ(-300px);
  animation: fade1 3s linear infinite;
}
.stars:after {
  transform: translateZ(-600px);
  animation: fade2 3s linear infinite;
}
@keyframes fly11{
  from {
    transform: translateZ(0px);
  }
  to {
    transform: translateZ(300px);
  }
}
@keyframes fade1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
.banner .bannerLogo {
position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    left: 0;
    top: 0;
    background: url(../images/bannerLogo.png) no-repeat center;
    background-size: auto 100%;
    margin-top: 70px;}
.banner .bannerLetterD {
    position: absolute;
    width: 100%;
    height: calc(100% - 200px);
    left: 0;
    top: 0;
    margin-top: 200px;
}
.banner .bannerLetterD p {
	color: #ccc;
	margin: 0;
	text-align: left;
}
.banner .bannerLetterD p {
	margin-bottom: 30px;
}
.banner .bannerLetterD p.bTitle { text-align:center;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
 
}
.banner .bannerLetterD p.bTitle1{ text-align:center;
	font-size: 38px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px; margin-bottom:50px;
 
}
.banner .bannerLetterD p.bCon { text-align:center;

	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
     text-shadow: 1px 1px 1px #333;
}
.banner .txts {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 7.92%;
	color: #333;
	text-shadow: 0 0 5px rgba(0,0,0,.3)
}
.banner .txts {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 7.92%;
	color: #333;
	text-shadow: 0 0 5px rgba(0,0,0,.3)
}
.banner .en {
	text-transform: capitalize
}
.banner .en1 {
	margin-bottom: 2px;
	font-size: 54px
}
.banner .ch {
	font-size: 60px
}
.banner .en2 {
	margin-top: 2px;
	font-size: 16px;
	line-height: 1.6
}
.banner .slick-dots {
	left: 50%;
	right: 50%;
	bottom: 6%;
	margin: 0 -660px;
	text-align: left
}
.banner .slick-dots li {
	margin: 0 12px 0 0;
	border-radius: 5px;
	background: #fff
}
.banner .slick-dots .slick-active {
	width: 54px;
	background: #fff!important
}
.subBanner {position: relative; }
.subPC{}
.subPCCase{}
.subBanner img, .banner-box img {
	max-width:100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}
.bannerLetter1{	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2}
.subBanner .bannerLetter {
	position: absolute;
	bottom: 24%;
	width: 100%;
	z-index: 2
}
.subBanner .bannerLetter p {
	color: #fff;
	margin: 0;
	text-align: left;
	padding-left: 100px;
}
.subBanner .bannerLetter p.blcn {
	font-size: 2.3em;
}
.subBanner .bannerLetter p.blen {
	font-size: 1.8em;
	margin-top: 1em;
}
.subBanner .bannerLetter p.blen i {
	padding: 0.6em;
	border-radius: 50%;
	background: rgb(255, 255, 255, 0.5);
	color: #d63031;
	margin-right: 5px;
}

.subBanner .bannerbgImg{ position:relative;

}
.bannerPc{width: 48%;left: 26%;bottom: 6%;position: absolute; z-index: 100; transition: all .7s;}
.bannerIpad{position: absolute; z-index: 100; transition: all .7s; width: 19%;
    left: 18%;
    bottom: 8%;}
.bannerPhone{position: absolute; z-index: 100; transition: all .7s;width: 9%;
    right: 22%;
    bottom: 10%;}
/*-- banner-bottom --*/
.banner-bottom .bnr-btm-left, .banner-bottom .bnr-btm-right {
	text-align: center;
	background-color: #2cbdc5;
	padding: 2em;
}
.banner-bottom .bnr-btm-right {
	background-color: #2c58bd;
}
.banner-bottom .bnr-btm-left:after {
	position: absolute;
	top: 0;
	right: -53px;
	content: '';
	border-top: 0px solid transparent;
	border-bottom: 124px solid transparent;
	border-left: 53px solid #2cbdc5;
	z-index: 1;
}
.banner-bottom h5 {
	font-size: 1.8em;
	color: #fff;
}
.banner-bottom p {
	font-size: 1.2em;
	color: #fff;
	width: 53%;
	margin: 1em auto 0;
	line-height: 2em;
	letter-spacing: 6px;
}
.bannerimg1{position:absolute; width:100%; top:100px;}
.bannerimg1 img{ position:absolute; right:0px; top:0px; max-width:100%;}
/*-- //header --*/
@media(max-width:1366px) {
.subBanner .bannerLetter {
	bottom: 15%;
}
.bannerimg1 img{ position:absolute; right:0px; top:0px; max-width:100%; height:484px;}

}
@media(max-width:1260px) {
.bannerimg1 img{ position:absolute; right:50px; top:0px; max-width:100%; height:400px; }
.banner .bannerLetterD { top:20%;
}
.banner .bannerLetterD p {
    margin-bottom: 20px;
}
}
@media(max-width:991px) {
.bannerLetter1{ }
.banner{ padding-top:120px;}
.bannerimg1 img{ position:absolute; right:50px; top:0px; max-width:100%; height:351px;}
.banner .bannerLetterD { top:15%;
}
.banner .bannerLetterD p {
    margin-bottom: 15px;
}
}
@media(min-width:1096px) {
.subBannerBg .container {
	background: rgb(0, 0, 0, 0.5);
	padding-top: 2em;
	padding-bottom: 2em;
}
}
@media(max-width:1096px) {
.subBanner .bannerLetter p.blcn {
	font-size: 1.5em;
}
.subBanner .bannerLetter p.blen {
	font-size: 1.3em;
}
.subBanner .bannerLetter {
	bottom: 10%;
}
}
@media(max-width:768px) {
.subBanner .bannerLetter p.blcn {
	font-size: 1.3em;
}
.subBanner .bannerLetter p.blen {
	font-size: 1em;
}
.subBanner .bannerLetter p.blen i {
	padding: 0.7em;
}
.subBanner .bannerLetter p.blen {
	margin-top: 1em;
}
.banner-bottom {
	display: none;
}
}

@media(max-width:576px) {
.subBanner .bannerLetter {
	bottom: 5%;
}
.subBanner .bannerLetter p.blcn {
	font-size: 16px;
}
.subBanner .bannerLetter p.blen {
	font-size: 13px;
}
.subBanner .bannerLetter p.blen i {
	padding: 0.5em;
}
}

/*-- //about --*/
.aboutIndex {
	padding: 3em 0px;
	background: #fff;
	padding-top: 3em;
}
.about-agileinfo {
}

.about-text {
	text-align: center;
	padding: 0 15px;
	padding-bottom: 30px;
}
.about-text h5 {
	font-size: 14px;
	letter-spacing: 5px;
	color: #000;
	margin: 2em 0 2em 0;
	font-weight: normal;
	line-height: 20px;
}
.about-text h4 a {
	font-size: 1.5em;
	margin: 0.7em 0;
	line-height: 1.5em;
	color: #1b1d21;
	font-weight: 600
}
.about-text p {
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	color: #666; margin-bottom:20px;
}
.about-text p a {

}
.about-text p a.more:hover {
	-webkit-animation: wobble 1s .2s ease both;
	-moz-animation: wobble 1s .2s ease both;
}
.about-grids{ padding-top:50px;}
.about-img { overflow:hidden; ;border: 5px solid #fff; border-radius:3px;
}
.about-img img {
	 display:block; max-width:100%;transition: all .5s;
}
.about-img:hover img {
	transform: scale(1.05);
}
.indexAboutOne, .indexAboutTwo {
	margin-top: 10px;
	margin-bottom: 10px; text-indent:28px;
}
p.indexAboutButton{ text-align:right;}

.newsIndex {
	position: relative;
	padding: 5em 0;
	width: 100%;
	display: inline-block;
	overflow: hidden;
}
img.img-responsive {
	width: 100%;
}
.footer .copy_z .container .left .weixin {
	padding-top: 10px;
}
.footer .copy_z .container .left p {
	text-align: center;
	color: #fff;
}
@media (min-width: 1026px) and (max-width: 1250px) {
.footer .copy_z .container .left {
	display: none;
}
}
@media (max-width: 1025px) {
.footer .copy_z .container .left .weixin {
	display: none;
}
.footer .copy_z .container .left .guanzhu {
	display: none;
}
}
 @media (max-width: 767px) {
.aboutCon {
	padding: 0;
}
.aboutList {
	margin-top: 10px;
}
.aboutList li {
	font-size: 1em;
	padding: 0 1em;
}
.aboutTit h1 {
	margin-top: 20px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}
.aboutTit {
	margin-bottom: 0px;
}
.aboutCon p {
	margin: 20px 0 20px 0;
	font-size: 14px;
	line-height: 26px;
	padding-right: 0;
}
.aboutCon a {
	float: left
}
.aboutBox1 {
	margin-top: 15px;
}
.aboutImgTop {
	height: auto;
}
.jjfaIndex .ix-ti .pw {
	font-size: 18px;
	font-weight: bold;
}
.news .indexTitle h1 {
	font-size: 2em;
	font-weight: bold;
}
}
@media (max-width: 1028px) {
.about_service_right .about_service_discount p a {
	float: left;
	margin-top: 0px;
}
}
@media (max-width: 1280px) {
.aboutBox1 {
	display: none;
}
}
@media (max-width: 1200px) {
.aboutTit {
	text-align: center;
}
}
/*首页产品中心*/
@media screen and (max-width: 1024px) {
.pw {
	width: 90%
}
}
/*产品中心*/
.pai {
	overflow: hidden;
	position: relative
}
.pai>img {
	display: block;
	position: absolute;
	max-width: 100%;
	right: 0;
	bottom: 0;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	transition: .6s
}
.pic2, .picbox {
	display: block;
	position: relative;
	overflow: hidden
}
.pic2>img {
	display: block;
	max-width: 100%;transition: all .5s; text-align:center;
}

.tac {
	text-align: center;
	position: relative
}
.ib {
	
	margin-bottom: 0px;
	vertical-align: middle;
	letter-spacing: 0;
	line-height: 1.8;
}
.ix-ti {
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.26);
	font-size: 2.26em;
	color: #fff;
}
.ih-ti {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
}
.tac em {
	font-size: 12px;
	color: #b1b4b9;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	font-style: normal;
}

.u-slick {
	position: relative;
	overflow: hidden
}
.u-slick .item {
	position: relative;
	overflow: hidden
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-arrow {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	border: 2px solid #2cbdc5;
	background: 0 0;
	font-weight: 700;
	font-size: 18px;
	color: #2cbdc5;
	line-height: 44px;
	opacity: .3;
	font-family: IcoFont!important;
	text-align: center
}
.slick-arrow i {
	line-height: 44px;
}
.slick-prev {
	left: 0
}
.slick-prev:before {
	content: "\ea9d"
}
.slick-next {
	right: 0
}
.slick-next:before {
	content: "\eaa0"
}
.slick-dots {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 8%;
	text-align: center;
	letter-spacing: -6px;
	line-height: 0
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: #ccc;
	margin: 0 6px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.slick-dots li a {
	display: block;
	width: 100%;
	height: 100%
}
.slick-dots .slick-active {
	background: #2cbdc5!important
}
.slick-dots li a:hover {
	cursor: pointer;
}
@media screen and (min-width:1025px) {
.slick-dots li:hover {
	background: #2cbdc5!important
}
}
/*首页产品列表*/
.bor-rt {
	border-right: 2px solid #e9e9e9;
}
.btn-white {
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, 1);
	color: #fff;
	padding: 11px 20px;
	width: 100%;
	max-width: 160px;
	text-align: center;
	display: inline-block;
	transition: ease-in all 0.5s;
	border-radius: 24px;
	letter-spacing: 1px;
	line-height: 24px;
}
a.btn-white:hover {
	background: #2cbdc5;
	color: #fff;
	border-radius: 13px;
	transition: ease-in all 0.5s;
	border: 1px solid #2cbdc5;
}
.btn-black {
	font-size: 12px;
	border: 1px solid #f07419; background:#f07419;
	color: #fff;
	padding: 11px 20px;
	width: 100%;
	max-width: 160px;
	text-align: center;
	display: inline-block;
	transition: ease-in all 0.5s;
	border-radius: 24px;
	letter-spacing: 1px;
	line-height: 24px;
}
a.btn-black:hover {
	background: #f07419;
	color: #fff;
	border-radius: 13px;
	transition: ease-in all 0.5s;
	border: 1px solid #f07419;
}
.btn-blue:hover {
	background: #2cbdc5;
	color: #fff;
	border-radius: 13px;
	transition: ease-in all 0.5s;
}
.btn-blue {
	font-size: 12px;
	background-color: #2cbdc5;
	color: #fff;
	padding: 13px 0px;
	width: 100%;
	width: 160px;
	
	display: inline-block;text-align: center;
	transition: ease-in all 0.5s;
	border-radius: 3px;
	letter-spacing: 1px;
}


a.btn-blue1:hover {
  background: transparent;
  color: #2cbdc5;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
a.btn-blue1 {
 position: relative;
  background: #2cbdc5;
  font-size: 12px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #2cbdc5;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	letter-spacing: 1px;
}

a.btn-blue2:hover {
  background: #2cbdc5;
  color:#fff ;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
a.btn-blue2 {
 position: relative;
  background:none;
  font-size: 12px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #2cbdc5;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	letter-spacing: 1px;
}

@media screen and (max-width:767px) {
	.btn-black {
	background:none;
	font-size: 12px;
	border: 1px solid #f07419; 
	color: #f07419;
	padding: 8px 15px;
	width: 100%;
	max-width: 120px;
	text-align: center;
	display: inline-block;
	transition: ease-in all 0.5s;
	border-radius: 20px;
	letter-spacing: 1px;
	line-height: 20px;
}
a.btn-black:hover {
	background:none;
	border-radius: 13px;
	transition: ease-in all 0.5s;

}

}
@media screen and (max-width:481px) {
	a.btn-black { display:none;

	padding: 5px 10px;
	width: 100%;
	max-width: 100px;
	text-align: center;
	transition: ease-in all 0.5s;
	border-radius: 20px;
	letter-spacing: 1px;
	line-height: 20px;
}
a.btn-black:hover {
	background:none;
	border-radius: 13px;
	transition: ease-in all 0.5s;

}

}
.indexPro {
	background: #fff;
	padding-bottom: 3em;
	padding-top: 3em;
	position: relative;

    background-size: cover;  overflow:hidden;
}
.indexProTitle {
	margin-bottom: 30px;
}
.indexProTitle p {
	font-size: 1em;
	color: #8c9398;
	line-height: 2em;
}
.indexProConList {
	padding-left: 10px;
	padding-right: 10px;
}
.project-content .project-overflow strong {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 15px;
}
.project-content .project-overflow p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	word-spacing: 3px;
}
.project-content .project-overflow li span {
	margin-left: 9px;
}
.project-content .project-overflow li {
	color: #fff;

	padding: 0 5px;
	margin-top: 15px; margin-bottom:15px;
	cursor: pointer;
}
.project-overflow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;/*-ms-flex-align: center;*/
}
.project-content .project-overflow {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: rgba(0, 0, 0, 0);
	z-index: 2;
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.project-content:hover .project-overflow {
	bottom: 0;
	opacity: 2;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 500ms ease 500ms;
	transition: all 500ms ease 500ms;
}
.project-content:hover:before {
	background-color: rgba(51, 122, 183, 0.9);
	height: 132%;
	width: 132%;
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.project-content:hover:after {
	background-color: rgba(51, 122, 183, 0.9);
	height: 132%;
	width: 132%;
	-webkit-transition: all 500ms ease 100ms;
	transition: all 500ms ease 100ms;
}
.project-content:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(255, 255, 255, 0.5);
	height: 0;
	content: '';
	position: absolute;
	right: -16%;
	bottom: -16%;
	-webkit-transition: all 500ms ease 500ms;
	transition: all 500ms ease 500ms;
	width: 0;
	z-index: 0;
	border-radius: 40%;
}
.project-content:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(255, 255, 255, 0.5);
	height: 0;
	content: '';
	position: absolute;
	left: -16%;
	top: -16%;
	-webkit-transition: all 500ms ease 550ms;
	transition: all 500ms ease 550ms;
	width: 0;
	z-index: 0;
	border-radius: 40%;
}
.project-content:hover .indexProDetail h4 {
	color: #ccc;
}
.indexProCon .item .project-content {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0 15px;
	background: #fff; border-radius:0px;-webkit-box-shadow: 0px 10px 35px 0px rgb(28 58 104 / 10%);
    box-shadow: 0px 10px 15px 0px rgb(28 58 104 / 10%);
}
.indexProCon .item .img-box{ overflow:hidden;}
.indexProCon .item .img-box img.indexProImg {
	background: none;

	width: 100%;
	display: block;
	max-width: 100%;
    transition: all .5s;
}

.img-box:hover img.indexProImg { transform: scale(1.1);}
.indexProDetail {
	position: relative;
}
.indexProDImg{ text-align:center;}
.indexProDImg span {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: auto;
    border-radius: 100px;
    border: solid 1px #fff;
    line-height: 80px;
}
.indexProDImg span i{ font-size:40px; color:#fff;    line-height: 80px;}
.indexProDetail h4 {
	text-align: center;
	font-weight: 500;
	color: #222;
	font-size: 18px; margin:20px 0; padding:0 20px;
}
.indexProDetail p {
	color: #848484;
	font-size: 12px;

	line-height: 28px;
	margin-bottom:25px; padding:0 20px;
}
.indexTwo {
	background: #f5f5f5;
	padding-bottom: 2em;
}
.indexTwo .indexOneCon .picDiv {
	width: 100px;
	height: 100px;
	top: -4px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	text-align: center;
	z-index: 1;
}
.indexTwo .indexOneCon .picDiv .pic3 {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	transform: rotate(23deg);
	overflow: hidden;
	text-align: center;
	z-index: 1;
}
.indexTwo .indexOneCon .pic3 .imgDiv {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	content: " ";
	transform: rotate(-45deg);
	overflow: hidden;
	background-color: rgba(255,255,255,0.5);
	z-index: 2
}
.indexTwo .indexOneCon .pic3 .imgDiv:after {
	position: absolute;
	top: -1px;
	left: -1px;
	content: " ";
	width: 100%;
	height: 100%;
	transform: rotate(135deg);
}
.indexTwo .indexOneCon .pic3 .imgDiv:before {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	content: " ";
	width: 100%;
	height: 100%;
	transform: rotate(135deg);
}
.indexTwo .indexOneCon .picDiv i {
	width: 50px;
	height: 50px;
	color: #333;
	font-size: 3em;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	z-index: 5;
	top: 50%;
	margin-top: -20px;
}
.indexTwo .indexOneCon .pic3 .imgDiv i:before {
	position: relative;
	transform: rotate(45deg);
}
.indexTwo .indexOneCon a:hover .picDiv {
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
}
.indexTwo .indexOneCon a:hover .pic3 .imgDiv {
	background-color: #fff;
}
.indexTwo .indexOneCon .item {
	border: none;
	position: relative;
	padding: 0 2em;
	padding-top: 55px;
}
.indexOneCon .txt {
	text-align: center;
	color: #333;
}
.indexTwo .indexOneCon .txt .nowti.ch {
	font-size: 14px;
	color: #fff;
}
.indexTwo .indexOneCon a:hover .picDiv i {
	width: 50px;
	height: 50px;
	color: #2cbdc5;
}
.indexOneCon a:hover .txt .nowti {
	color: #04395c
}
.indexOneCon .item {
	padding-bottom: 2em;
}
.indexOneCon a {
	display: block;
	position: relative;
	padding-bottom: 15px;
	color: #666;
	padding-top: 45px;
}
@media screen and (max-width:768px) {
.indexOneCon .txt .mult {
	line-height: 1.5em;
	font-size: 1.1em;
}
.indexOneCon .picDiv {
	width: 80px;
	height: 80px;
}
.indexOneCon a {
	display: block;
	position: relative;
	padding-bottom: 15px;
	color: #666;
	padding-top: 35px;
}
.indexOneCon .item {
	border: 1px solid #666;
	position: relative;
	padding: 0 1em 1em 1em;
	padding-top: 45px;
}
}

.indexProCon {
  position: relative;
}

.indexProCon .img-box {
  position: relative;
  overflow: hidden;
  display: inline-block;margin: 0 15px;
}

.indexProCon .overlay-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -60px;
  transition: .3s ease-out;
  background: rgba(0, 0, 0, 0.50);
  transform: translate(0,100%);
}

.indexPro2 .indexProCon .overlay-box1 {  height:60px; text-align:center; font-size:16px; line-height:60px;


  transition: .3s ease-out;
  background:none;

}
.indexProCon .inner-box {
  position: relative;
 

  transition: 1s ease;
}

.indexPro2 .indexProCon .overlay-box1 .inner-box {  height:60px; text-align:center; font-size:16px; line-height:60px; margin-top:10px;}

.indexProCon .icon_box {
  position: absolute;
  width: 60px;
  height: 100%;
  text-align: center;
  background: #2cbdc5;
  left: 0;
  top: 0;
  bottom: 0;

  color: #fff;
  transition: .5s ease;
}
.indexProCon .icon_box span { text-align:center;
    font-size: 33px;
    line-height: 60px;
}
.indexProCon .icon_box span img{ width:40px; display:inline;}
.indexProCon .item:hover .icon_box span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -20px;
    transition: .5s ease;
}

.indexProCon .overlay-box .text {
  color: #fff; min-height:245px;
}
.indexProCon .overlay-box .text p a{
  color: #2cbdc5; font-weight:600; font-size:12px; text-align:center;
}

.indexProCon .overlay-box h4 {
  color: #fff;
  line-height: 60px;
  transition: .5s ease-in-out; font-size:16px; text-align:center;
}
.indexPro2 .indexProCon .overlay-box1 h4 {
  color: #2cbdc5;
  line-height: 60px;
  transition: .5s ease-in-out; font-size:16px;text-align:center;
}
.indexProCon .overlay-box .text p {
  color: rgba(255, 255, 255, 0.05);
  transform: translate(0,100%);
  transition: 1s ease;
  opacity: 0; line-height:28px; font-size:14px; margin-bottom:10px;
}




/**案例中心*/
.jjfaIndex{padding:2em 0 3em 0; background:#fff;}
.ix2{position:relative; }
.jjfaIndex .ix-ti {color:#fff; color:#333; padding-bottom:2em; text-align:center }
.jjfaIndex .ix-ti h1{font-weight: bold; text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.26); font-size: 2.2em;}
.jjfaIndex .ix-ti h4{font-weight: bold; text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.26); font-size: 1.2em;}
.jjfaIndex .ix-ti .pw{ text-align:center;}
.ix2 .ii-controls-box{ margin-top:-80px;}
.ix-ind-list .hotProList{color:#fff; /*background:#fff url(../images/hotIndexBg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;background-attachment:fixed;*/}
.ix-ind-list .hotProList .pic2 img{ }
@media screen and (min-width:991px){
.ix-ind-list .hotProList{ height:510px; overflow:hidden; transition: all 1s;}
.ix-ind-list .hotProList .txts{ height:250px; }
}
@media screen and (max-width:992px){
.ix-ind-list .hotProList .txts{ padding-bottom:30px;}
}
.ix-ind-list .b{-moz-box-sizing:border-box;box-sizing:border-box;}
.ix-ind-list .nowti{font-size:1.8em; color:#222; font-weight:400; margin-bottom:20px; margin-top:20px;}
.ix-ind-list .nowti p{font-size:18px; color:#2e7eed; margin-top:10px;}
.ix-ind-list .tx{margin-top:15px;color:#848484; font-size:14px;line-height:28px!important}
.ix-ind-list .tx p.txTitle i{ background:#2e7eed; font-size:16px; color:#fff; margin-right: 10px; opacity: .3;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
    display: inline-block;}
.ix-ind-list .tx .txCon{ padding-left:45px;}
.ix-ind-list .tx .txCon p i{ padding-right:10px; }
.ix-ind-list .more{margin-top:30px;}
.ii-more .icon{vertical-align:bottom;display:inline-block;margin-left:15px;font-size:20px}
.jjfaIndex .ib {text-align:center; letter-spacing: 0; line-height:50px; margin:0; }
@media screen and (min-width:1025px){
.ii-more:hover{color:#000; background:#2e7eed;}
}
.ii-controls{overflow:visible}
.ii-controls .item{ width:20%; }
.ii-controls .item:first-child{margin-left:-10px;}
.ii-controls .item>a{display:block;height:50px; margin-left:10px;font-size:14px;white-space:nowrap;line-height:50px;color:#373737;overflow:hidden;border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius:0px;
    -khtml-border-radius: 0px; background:#eff3f9; font-weight:600;
	}
.ii-controls .ico{width:30px;height:50px; line-height:50px;margin-right:7px; }
.ii-controls .ico i{ font-size:20px; }
@media screen and (min-width:1025px){
.ii-controls .item>a:hover{background:#2cbdc5; color:#fff;}
}
.ii-arrow .slick-arrow{bottom:100%;top:auto;margin:0 15px 30px 0;width:44px;height:44px;border-radius:100%;border:2px solid #2cbdc5; background:none;font-weight:700;font-size:18px;color:#2cbdc5;line-height:44px;opacity:.3; cursor:pointer;}
.ii-arrow .slick-prev{left:auto;right:62px}
@media screen and (min-width:1025px){
.ii-arrow .slick-arrow:hover{opacity:1;color:#2e7eed}
}
.ih-ti{line-height:1.4;font-size:1.2em; color:#ccc;text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.26);}
.ih-ti.white{color:#fff}
.ix-pro .ip-more{width:36px;height:36px;font-size:22px;line-height:32px; text-align:center}
@media screen and (min-width:1025px){
.ix-pro a:hover .pai{background:#2e7eed}
.ix-pro a:hover .more{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;opacity:1;visibility:visible}
.ix-pro a:hover .pic2{-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}
.ix-pro a:hover .pic3{-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}
.ix-pro .slick-arrow:hover{background:#2e7eed}
}
.ix4{padding:2em 0 2em 0}
.ix4 .ix-pro{margin-top:70px; position:relative; z-index:10}
.ix4 .ih-ti{margin-top:3px}

@media screen and (max-width:1366px){
.ix2 .ii-controls-box{bottom:40px}

.ii-arrow .slick-arrow{margin-bottom:30px}
.ix2 .ix-ti{top:45px}

.ix-pro .txts{top:35px;right:25px}
.ix-pro .en{margin-top:4px;font-size:16px}
.ix-pro .ch{font-size:20px}
.ix-pro .ip-more{width:36px;height:36px;font-size:18px;line-height:32px}
.ix4 .ix-pro{margin-top:50px}

.ix-pro .slick-arrow{top:32%;width:52px;height:52px;line-height:52px;font-size:20px}
.ix-pro .slick-prev{left:-85px}
.ix-pro .slick-next{right:-85px}
.banner .slick-dots{margin:0 -500px}
}
@media screen and (max-width:1201px){
.ix-pro .slick-prev{left:0}
.ix-pro .slick-next{right:0}
}

@media screen and (max-width:1024px){
.ix2 .ii-controls-box{display:none}
.ix-ind-list .slick-dots{position:static;margin-top:-20px}
.ix-ind-list .slick-dots li{background:#999}
.ix2 .ix-ti{top:35px}
.ix-pro .txts{right:20px;left:20px}
.ix-pro .en{font-size:14px}
.ix-pro .ch{font-size:18px}
.ix-pro .slick-arrow{display:none!important}
.ix-pro .slick-dots{display:block!important}
.banner .slick-dots{position:absolute;margin:0px;padding:20px 0; left:0; right:0; bottom:0;text-align:center; width:100%;}
.banner .slick-dots .slick-active{width:10px;background:#2cbdc5!important}
.banner .slick-dots li{margin:0 6px}
.banner .txts{padding-bottom:5%}
.ix-ind-list .nowti {
    color: #333;
}.ix-ind-list, .ix-ind-list a {
   
}
.ix-ind-list .b {
    padding: 0;
    border: none; width:100%}
}
@media screen and (max-width:861px){

.ix2 .ix-ti{position:static;margin-bottom:35px;color:#333}
.ix-ind-list .slick-dots{position:static;margin-top:-20px;}
.ix-ind-list .slick-dots li{background:#fff ; border:3px solid #e8e8e8;width: 10px; height: 10px;}
.ix-ind-list .slick-dots .slick-active { background: #fff!important;  border:3px solid #2cbdc5}
.indexCasePic .slick-dots{ }
.ix-honor-list a{width:25%}
.ix-honor-list a:nth-child(n+5){display:none}
.ix-pro .pic2{display:none}
.ix-pro .item a{padding-bottom:0}
.ix-pro .slick-arrow{top:50%;margin-top:-26px}
.ix-pro .more{margin-top:20px;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;opacity:1;visibility:visible}
.ix-pro .item{width:33.33%}
.ix4{padding-bottom:85px}
.banner .en1{font-size:34px}
.banner .ch{font-size:40px}
.banner .en2{line-height:1;font-size:12px}

}
@media screen and (max-width:768px){
.ix-ind-list .b {
    padding-top:30px;}	
	}
@media screen and (max-width:641px){
.ix-pro .ch{font-size:24px}
.ix-pro .en{margin-top:6px;font-size:18px; display:none}
.ix-pro .txts{right:35px;left:35px;top:45px}
.ix-pro .more{margin-top:30px}
.ix-pro .tx{margin-top:25px}
.ix-ind-list .nowti {
    color: #333;
}.ix-ind-list, .ix-ind-list a {
   
}
.ix-ind-list .b {padding-top:30px;}
}
@media screen and (max-width:601px){
.banner .en1{font-size:28px}
.banner .ch{font-size:32px}
.ix1,.ix2,.ix3,.ix4,.ix5 .b{}
.ix2 .ix-ti{margin-bottom:5.83vw}
.ix-ind-list .more{margin-top:5vw}
.ix-ind-list .slick-dots{margin-top:-20px;}
.indexCasePic .slick-dots{ margin-top:-40px; }
.ix4 .ix-pro{margin-top:8.33vw}
.ix-pro .slick-dots{margin-top:10vw}
.ix-pro .txts{right:10%;left:10%;top:7.5vw}
}
@media screen and (max-width:481px){
	.banner .en1{font-size:20px}
.banner .ch{font-size:24px}
.banner .slick-dots li{margin:0 4px}
.banner .slick-dots{padding:10px 0}
.slick-dots li{width:8px;height:8px}
.ix-pro .ch{font-size:18px}
.ix-pro .en{margin-top:4px;font-size:14px}
.ix-pro .txts{right:5vw;left:5vw}
.ix-pro .tx{height:68px;margin-top:4.17vw;-webkit-line-clamp:2}
.ix-pro .more{margin-top:6vw}
.banner .slick-dots .slick-active{width:8px}
.ix-pro .tx{ font-size:12px;}
}
@media screen and (max-width:401px){
.ix-pro .ip-more{width:32px;height:32px;font-size:14px;line-height:32px;border-width:1px;font-weight:400}
}
@media screen and (max-width:351px){
.pbanner{text-shadow:0 0 5px rgba(0,0,0,.3);color:#fff}
.pbanner a{color:#fff}
.pbanner .txts{position:absolute;left:0;right:0;bottom:60px}
.pbanner .en{margin-bottom:8px;font-size:60px;text-transform:capitalize}
.pbanner .ch{border-left:4px solid #fff;padding-left:11px;font-size:36px;line-height:1}}
.indexCasePic img{ max-width:100%;}
/*最新动态*/
.news {
	background-size: cover;
	padding: 2em 0 2em 0;
	background: #f7f7f7;
}
.newsIndex {
	padding: 20px 0px 0px 0px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}
.indexTitle {
	text-align: center;
	padding: 1em 0;
}
.indexTitle h1 {
	font-weight: 500;
	color: #333;
	/* text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.26);*/
	font-size: 2.8em;
	letter-spacing: 1px;
}
@media screen and (max-width:992px) {
.indexTitle h1 {
	font-size: 2em;
}
.ix-ind-list .nowti {
	font-size: 1.5em;
}
}
@media (min-width:768px)and (max-width:991px) {
.ix-ind-list .nowti {
	margin-top: 5px;
}
}

.indexTitle{ position:relative; padding-bottom:15px; margin-bottom:40px;}
.indexTitle:before{left: 50%;
    margin-left: -25px;content: "";
    position: absolute;
    top:55px;
 
    width: 55px;
    height: 4px;
    background: #2cbdc5;}
.indexTitle h4 {
	font-size:30px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	font-style: normal;
	font-weight:500;
	position: relative;
	display: inline-block;
}




.bor-rt {
	border-right: 1px solid #e7e7e7;
}
.bor-btm {
	border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width:768px) {
.bor-rt {
	border: none;
}
}
.indexPro .indexTitle h2 {
	font-size: 24px;
	font-weight: 700;
}
.indexPro .indexTitle p {
	font-size: 14px;
	color: #8c9398;
	line-height: 2em;
}
.indexPro .indexTitle .indexTitleOne {
	color: #083681;
	font-weight: 700;
}
.indexPro .indexTitle .indexTitleTwo {
	margin-top: 5px;
}
.newsIndex .news-item{background: #fff;
     padding:0px; margin-bottom:20px;
}
.newsContent{
    padding: 50px 20px 20px; background:}
	.newsIndex .news-item .indexNewsImg { position:relative;}
.newsIndex .news-item .indexNewsImg a{ display:block; overflow:hidden;}
.newsIndex .news-item .indexNewsImg img {width: 100%;height: auto;transition: all .5s;}
.newsIndex .news-item .indexNewsImg:hover img {transform: scale(1.05);}
.newsMore{ padding-top:10px; border-top:1px solid #e6e6e6;}
.newsIndex .news-item .indexNewsImg .date {
    position: absolute;
    left: 30px;
    bottom: -20px;
    background: #2cbdc5;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    border-radius: 5px;
}
.newsIndex .news-item .indexNewsImg .date  strong {
    display: block;
    font-size: 24px;
}
.newsIndex .news-item .indexNewsImg .date ::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    height: 17px;
    width: 99%;
    background: #2cbdc5;
    transform: skewY(-7deg);
    border-radius: 0px;
}
	
.newsIndex .news-item .newsContent h4 a {
    font-size: 18px;
    letter-spacing:1px;
    color: #000;
    text-transform: capitalize;
    line-height: 1.5em;
    font-weight: 400;
    text-decoration: none;
}
.newsIndex .news-item .newsContent .newsMore{display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    margin-top: 5px;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;}
.newsIndex .news-item .newsContent .newsMore .newsListName{ display:inline-block; float:left;}
.newsIndex .news-item .newsContent .newsMore a{ display:inline-block; float:right; line-height:30px; color:#666;}
.newsIndex .news-item .newsContent .newsMore .newsListName a{ display:inherit; float:none;}

.newsIndex .news-item .newsContent .newsMore a i{ padding-right:5px; font-size:18px; color:#0071b3}
.newsIndex .news-item .newsContent p{
color: #999;
    line-height: 2em;}
.newsIndex .news-item .newsContent a:hover {color:#0071b3;}
.newsIndex .news-item .newsContent p a{ color:#222; font-weight:bold; }

.cg-w .item.slick-current {
	z-index: 3!important
}
.cg-w .item.prevSlick {
	z-index: 4!important
}
.cg-w .item {
	opacity: 1!important;
	z-index: 2!important
}
.cg-w .item.prevSlick .pic2 {
	-moz-animation: increaseHeight 1.5s forwards;
	animation: increaseHeight 1.5s forwards;
	-webkit-animation: increaseHeight 1.5s forwards
}
.cg-s .slick-current .pic2 img {
	-webkit-animation: scaleUpDown 5s forwards cubic-bezier(.25, .46, .45, .94);
	-moz-animation: scaleUpDown 5s forwards cubic-bezier(.25, .46, .45, .94);
	animation: scaleUpDown 5s forwards cubic-bezier(.25, .46, .45, .94)
}
.igm {
	position: relative;
	top: -5%;
	left: -5%;
	width: 110%!important
}
.cg-m .active .igm {
	-webkit-animation: imgMove 6s linear;
	-moz-animation: imgMove 6s linear;
	animation: imgMove 6s linear
}
 @-webkit-keyframes phoneRotate {
from, to {
-webkit-transform:none;
transform:none
}
20% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
40% {
-webkit-transform:rotate(10deg);
transform:rotate(10deg)
}
60% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
80% {
-webkit-transform:rotate(10deg);
transform:rotate(10deg)
}
}
@-moz-keyframes phoneRotate {
from, to {
-webkit-transform:none;
-moz-transform:none;
transform:none
}
20% {
-webkit-transform:rotate(-10deg);
-moz-transform:rotate(-10deg);
transform:rotate(-10deg)
}
40% {
-webkit-transform:rotate(10deg);
-moz-transform:rotate(10deg);
transform:rotate(10deg)
}
60% {
-webkit-transform:rotate(-10deg);
-moz-transform:rotate(-10deg);
transform:rotate(-10deg)
}
80% {
-webkit-transform:rotate(10deg);
-moz-transform:rotate(10deg);
transform:rotate(10deg)
}
}
@keyframes phoneRotate {
from, to {
-webkit-transform:none;
-moz-transform:none;
transform:none
}
20% {
-webkit-transform:rotate(-10deg);
-moz-transform:rotate(-10deg);
transform:rotate(-10deg)
}
40% {
-webkit-transform:rotate(10deg);
-moz-transform:rotate(10deg);
transform:rotate(10deg)
}
60% {
-webkit-transform:rotate(-10deg);
-moz-transform:rotate(-10deg);
transform:rotate(-10deg)
}
80% {
-webkit-transform:rotate(10deg);
-moz-transform:rotate(10deg);
transform:rotate(10deg)
}
}
@-webkit-keyframes phoneJump {
from, to {
-webkit-transform:none;
transform:none
}
50% {
-webkit-transform:translate(0, -7px);
transform:translate(0, -7px)
}
}
@-moz-keyframes phoneJump {
from, to {
-webkit-transform:none;
-moz-transform:none;
transform:none
}
50% {
-webkit-transform:translate(0, -7px);
-moz-transform:translate(0, -7px);
transform:translate(0, -7px)
}
}
@keyframes phoneJump {
from, to {
-webkit-transform:none;
-moz-transform:none;
transform:none
}
50% {
-webkit-transform:translate(0, -7px);
-moz-transform:translate(0, -7px);
transform:translate(0, -7px)
}
}
@-webkit-keyframes _cyLogoShow {
0% {
background:-webkit-linear-gradient(330deg, transparent -15%, rgba(255,255,255,.5), transparent 15%);
background:linear-gradient(120deg, transparent -15%, rgba(255,255,255,.5), transparent 15%)
}
10% {
background:-webkit-linear-gradient(330deg, transparent -5%, rgba(255,255,255,.5), transparent 25%);
background:linear-gradient(120deg, transparent -5%, rgba(255,255,255,.5), transparent 25%)
}
20% {
background:-webkit-linear-gradient(330deg, transparent 5%, rgba(255,255,255,.5), transparent 35%);
background:linear-gradient(120deg, transparent 5%, rgba(255,255,255,.5), transparent 35%)
}
30% {
background:-webkit-linear-gradient(330deg, transparent 15%, rgba(255,255,255,.5), transparent 45%);
background:linear-gradient(120deg, transparent 15%, rgba(255,255,255,.5), transparent 45%)
}
40% {
background:-webkit-linear-gradient(330deg, transparent 25%, rgba(255,255,255,.5), transparent 55%);
background:linear-gradient(120deg, transparent 25%, rgba(255,255,255,.5), transparent 55%)
}
50% {
background:-webkit-linear-gradient(330deg, transparent 35%, rgba(255,255,255,.5), transparent 65%);
background:linear-gradient(120deg, transparent 35%, rgba(255,255,255,.5), transparent 65%)
}
60% {
background:-webkit-linear-gradient(330deg, transparent 45%, rgba(255,255,255,.5), transparent 75%);
background:linear-gradient(120deg, transparent 45%, rgba(255,255,255,.5), transparent 75%)
}
70% {
background:-webkit-linear-gradient(330deg, transparent 55%, rgba(255,255,255,.5), transparent 85%);
background:linear-gradient(120deg, transparent 55%, rgba(255,255,255,.5), transparent 85%)
}
80% {
background:-webkit-linear-gradient(330deg, transparent 65%, rgba(255,255,255,.5), transparent 95%);
background:linear-gradient(120deg, transparent 65%, rgba(255,255,255,.5), transparent 95%)
}
90% {
background:-webkit-linear-gradient(330deg, transparent 75%, rgba(255,255,255,.5), transparent 105%);
background:linear-gradient(120deg, transparent 75%, rgba(255,255,255,.5), transparent 105%)
}
100% {
background:-webkit-linear-gradient(330deg, transparent 85%, rgba(255,255,255,.5), transparent 115%);
background:linear-gradient(120deg, transparent 85%, rgba(255,255,255,.5), transparent 115%)
}
}
@-moz-keyframes _cyLogoShow {
0% {
background:-moz-linear-gradient(330deg, transparent -15%, rgba(255,255,255,.5), transparent 15%);
background:linear-gradient(120deg, transparent -15%, rgba(255,255,255,.5), transparent 15%)
}
10% {
background:-moz-linear-gradient(330deg, transparent -5%, rgba(255,255,255,.5), transparent 25%);
background:linear-gradient(120deg, transparent -5%, rgba(255,255,255,.5), transparent 25%)
}
20% {
background:-moz-linear-gradient(330deg, transparent 5%, rgba(255,255,255,.5), transparent 35%);
background:linear-gradient(120deg, transparent 5%, rgba(255,255,255,.5), transparent 35%)
}
30% {
background:-moz-linear-gradient(330deg, transparent 15%, rgba(255,255,255,.5), transparent 45%);
background:linear-gradient(120deg, transparent 15%, rgba(255,255,255,.5), transparent 45%)
}
40% {
background:-moz-linear-gradient(330deg, transparent 25%, rgba(255,255,255,.5), transparent 55%);
background:linear-gradient(120deg, transparent 25%, rgba(255,255,255,.5), transparent 55%)
}
50% {
background:-moz-linear-gradient(330deg, transparent 35%, rgba(255,255,255,.5), transparent 65%);
background:linear-gradient(120deg, transparent 35%, rgba(255,255,255,.5), transparent 65%)
}
60% {
background:-moz-linear-gradient(330deg, transparent 45%, rgba(255,255,255,.5), transparent 75%);
background:linear-gradient(120deg, transparent 45%, rgba(255,255,255,.5), transparent 75%)
}
70% {
background:-moz-linear-gradient(330deg, transparent 55%, rgba(255,255,255,.5), transparent 85%);
background:linear-gradient(120deg, transparent 55%, rgba(255,255,255,.5), transparent 85%)
}
80% {
background:-moz-linear-gradient(330deg, transparent 65%, rgba(255,255,255,.5), transparent 95%);
background:linear-gradient(120deg, transparent 65%, rgba(255,255,255,.5), transparent 95%)
}
90% {
background:-moz-linear-gradient(330deg, transparent 75%, rgba(255,255,255,.5), transparent 105%);
background:linear-gradient(120deg, transparent 75%, rgba(255,255,255,.5), transparent 105%)
}
100% {
background:-moz-linear-gradient(330deg, transparent 85%, rgba(255,255,255,.5), transparent 115%);
background:linear-gradient(120deg, transparent 85%, rgba(255,255,255,.5), transparent 115%)
}
}
@keyframes _cyLogoShow {
0% {
background:-webkit-linear-gradient(330deg, transparent -15%, rgba(255,255,255,.5), transparent 15%);
background:-moz-linear-gradient(330deg, transparent -15%, rgba(255,255,255,.5), transparent 15%);
background:linear-gradient(120deg, transparent -15%, rgba(255,255,255,.5), transparent 15%)
}
10% {
background:-webkit-linear-gradient(330deg, transparent -5%, rgba(255,255,255,.5), transparent 25%);
background:-moz-linear-gradient(330deg, transparent -5%, rgba(255,255,255,.5), transparent 25%);
background:linear-gradient(120deg, transparent -5%, rgba(255,255,255,.5), transparent 25%)
}
20% {
background:-webkit-linear-gradient(330deg, transparent 5%, rgba(255,255,255,.5), transparent 35%);
background:-moz-linear-gradient(330deg, transparent 5%, rgba(255,255,255,.5), transparent 35%);
background:linear-gradient(120deg, transparent 5%, rgba(255,255,255,.5), transparent 35%)
}
30% {
background:-webkit-linear-gradient(330deg, transparent 15%, rgba(255,255,255,.5), transparent 45%);
background:-moz-linear-gradient(330deg, transparent 15%, rgba(255,255,255,.5), transparent 45%);
background:linear-gradient(120deg, transparent 15%, rgba(255,255,255,.5), transparent 45%)
}
40% {
background:-webkit-linear-gradient(330deg, transparent 25%, rgba(255,255,255,.5), transparent 55%);
background:-moz-linear-gradient(330deg, transparent 25%, rgba(255,255,255,.5), transparent 55%);
background:linear-gradient(120deg, transparent 25%, rgba(255,255,255,.5), transparent 55%)
}
50% {
background:-webkit-linear-gradient(330deg, transparent 35%, rgba(255,255,255,.5), transparent 65%);
background:-moz-linear-gradient(330deg, transparent 35%, rgba(255,255,255,.5), transparent 65%);
background:linear-gradient(120deg, transparent 35%, rgba(255,255,255,.5), transparent 65%)
}
60% {
background:-webkit-linear-gradient(330deg, transparent 45%, rgba(255,255,255,.5), transparent 75%);
background:-moz-linear-gradient(330deg, transparent 45%, rgba(255,255,255,.5), transparent 75%);
background:linear-gradient(120deg, transparent 45%, rgba(255,255,255,.5), transparent 75%)
}
70% {
background:-webkit-linear-gradient(330deg, transparent 55%, rgba(255,255,255,.5), transparent 85%);
background:-moz-linear-gradient(330deg, transparent 55%, rgba(255,255,255,.5), transparent 85%);
background:linear-gradient(120deg, transparent 55%, rgba(255,255,255,.5), transparent 85%)
}
80% {
background:-webkit-linear-gradient(330deg, transparent 65%, rgba(255,255,255,.5), transparent 95%);
background:-moz-linear-gradient(330deg, transparent 65%, rgba(255,255,255,.5), transparent 95%);
background:linear-gradient(120deg, transparent 65%, rgba(255,255,255,.5), transparent 95%)
}
90% {
background:-webkit-linear-gradient(330deg, transparent 75%, rgba(255,255,255,.5), transparent 105%);
background:-moz-linear-gradient(330deg, transparent 75%, rgba(255,255,255,.5), transparent 105%);
background:linear-gradient(120deg, transparent 75%, rgba(255,255,255,.5), transparent 105%)
}
100% {
background:-webkit-linear-gradient(330deg, transparent 85%, rgba(255,255,255,.5), transparent 115%);
background:-moz-linear-gradient(330deg, transparent 85%, rgba(255,255,255,.5), transparent 115%);
background:linear-gradient(120deg, transparent 85%, rgba(255,255,255,.5), transparent 115%)
}
}
@-webkit-keyframes logoShow {
from, to {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
25% {
-webkit-transform:scale(.9, 1.1);
transform:scale(.9, 1.1)
}
50% {
-webkit-transform:scale(1.1, .9);
transform:scale(1.1, .9)
}
75% {
-webkit-transform:scale(.95, 1.05);
transform:scale(.95, 1.05)
}
}
@-moz-keyframes logoShow {
from, to {
-webkit-transform:scale(1, 1);
-moz-transform:scale(1, 1);
transform:scale(1, 1)
}
25% {
-webkit-transform:scale(.9, 1.1);
-moz-transform:scale(.9, 1.1);
transform:scale(.9, 1.1)
}
50% {
-webkit-transform:scale(1.1, .9);
-moz-transform:scale(1.1, .9);
transform:scale(1.1, .9)
}
75% {
-webkit-transform:scale(.95, 1.05);
-moz-transform:scale(.95, 1.05);
transform:scale(.95, 1.05)
}
}
@keyframes logoShow {
from, to {
-webkit-transform:scale(1, 1);
-moz-transform:scale(1, 1);
transform:scale(1, 1)
}
25% {
-webkit-transform:scale(.9, 1.1);
-moz-transform:scale(.9, 1.1);
transform:scale(.9, 1.1)
}
50% {
-webkit-transform:scale(1.1, .9);
-moz-transform:scale(1.1, .9);
transform:scale(1.1, .9)
}
75% {
-webkit-transform:scale(.95, 1.05);
-moz-transform:scale(.95, 1.05);
transform:scale(.95, 1.05)
}
}
@-webkit-keyframes scaleUpDown {
from {
-webkit-transform:scale(1.08);
transform:scale(1.08)
}
to {
	-webkit-transform: scale(1);
	transform: scale(1)
}
}
@-moz-keyframes scaleUpDown {
from {
-webkit-transform:scale(1.08);
-moz-transform:scale(1.08);
transform:scale(1.08)
}
to {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1)
}
}
@keyframes scaleUpDown {
from {
-webkit-transform:scale(1.08);
-moz-transform:scale(1.08);
transform:scale(1.08)
}
to {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1)
}
}
@-webkit-keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 60px, 0);
transform:translate3d(0, 60px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@-moz-keyframes fadeInUp {
from {
opacity:0;
-moz-transform:translate3d(0, 60px, 0);
transform:translate3d(0, 60px, 0)
}
to {
	opacity: 1;
	-moz-transform: none;
	transform: none
}
}
@keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 60px, 0);
-moz-transform:translate3d(0, 60px, 0);
transform:translate3d(0, 60px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none
}
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@-moz-keyframes lightSpeedIn {
from {
-moz-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-moz-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-moz-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
to {
	-moz-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
-moz-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
-moz-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
-moz-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
to {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	opacity: 1
}
}
@-webkit-keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0, -60px, 0);
transform:translate3d(0, -60px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@-moz-keyframes fadeInDown {
from {
opacity:0;
-moz-transform:translate3d(0, -60px, 0);
transform:translate3d(0, -60px, 0)
}
to {
	opacity: 1;
	-moz-transform: none;
	transform: none
}
}
@keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0, -60px, 0);
-moz-transform:translate3d(0, -60px, 0);
transform:translate3d(0, -60px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none
}
}
@-webkit-keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(60px, 0, 0);
transform:translate3d(60px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@-moz-keyframes fadeInRight {
from {
opacity:0;
-moz-transform:translate3d(60px, 0, 0);
transform:translate3d(60px, 0, 0)
}
to {
	opacity: 1;
	-moz-transform: none;
	transform: none
}
}
@keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(60px, 0, 0);
-moz-transform:translate3d(60px, 0, 0);
transform:translate3d(60px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none
}
}
@-webkit-keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translate3d(-60px, 0, 0);
transform:translate3d(-60px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@-moz-keyframes fadeInLeft {
from {
opacity:0;
-moz-transform:translate3d(-60px, 0, 0);
transform:translate3d(-60px, 0, 0)
}
to {
	opacity: 1;
	-moz-transform: none;
	transform: none
}
}
@keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translate3d(-60px, 0, 0);
-moz-transform:translate3d(-60px, 0, 0);
transform:translate3d(-60px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none
}
}
@-webkit-keyframes reveal-v {
0% {
-webkit-transform:scaleY(0);
transform:scaleY(0)
}
50% {
-webkit-transform:scaleY(1);
transform:scaleY(1);
-webkit-transform-origin:0 0 0;
transform-origin:0 0 0
}
51% {
-webkit-transform-origin:50% 100% 0;
transform-origin:50% 100% 0
}
100% {
-webkit-transform:scaleY(0);
transform:scaleY(0);
-webkit-transform-origin:50% 100% 0;
transform-origin:50% 100% 0
}
}
@-moz-keyframes reveal-v {
0% {
-moz-transform:scaleY(0);
transform:scaleY(0)
}
50% {
-moz-transform:scaleY(1);
transform:scaleY(1);
-moz-transform-origin:0 0 0;
transform-origin:0 0 0
}
51% {
-moz-transform-origin:50% 100% 0;
transform-origin:50% 100% 0
}
100% {
-moz-transform:scaleY(0);
transform:scaleY(0);
-moz-transform-origin:50% 100% 0;
transform-origin:50% 100% 0
}
}
@keyframes reveal-v {
0% {
-webkit-transform:scaleY(0);
-moz-transform:scaleY(0);
transform:scaleY(0)
}
50% {
-webkit-transform:scaleY(1);
-moz-transform:scaleY(1);
transform:scaleY(1);
-webkit-transform-origin:0 0 0;
-moz-transform-origin:0 0 0;
transform-origin:0 0 0
}
51% {
-webkit-transform-origin:50% 100% 0;
-moz-transform-origin:50% 100% 0;
transform-origin:50% 100% 0
}
100% {
-webkit-transform:scaleY(0);
-moz-transform:scaleY(0);
transform:scaleY(0);
-webkit-transform-origin:50% 100% 0;
-moz-transform-origin:50% 100% 0;
transform-origin:50% 100% 0
}
}
@-webkit-keyframes reveal-l {
0% {
-webkit-transform:scaleX(0);
transform:scaleX(0)
}
50% {
-webkit-transform:scaleX(1);
transform:scaleX(1);
-webkit-transform-origin:0 0 0;
transform-origin:0 0 0
}
51% {
-webkit-transform-origin:100% 50% 0;
transform-origin:100% 50% 0
}
100% {
-webkit-transform:scaleX(0);
transform:scaleX(0);
-webkit-transform-origin:100% 50% 0;
transform-origin:100% 50% 0
}
}
@-moz-keyframes reveal-l {
0% {
-moz-transform:scaleX(0);
transform:scaleX(0)
}
50% {
-moz-transform:scaleX(1);
transform:scaleX(1);
-moz-transform-origin:0 0 0;
transform-origin:0 0 0
}
51% {
-moz-transform-origin:100% 50% 0;
transform-origin:100% 50% 0
}
100% {
-moz-transform:scaleX(0);
transform:scaleX(0);
-moz-transform-origin:100% 50% 0;
transform-origin:100% 50% 0
}
}
@keyframes reveal-l {
0% {
-webkit-transform:scaleX(0);
-moz-transform:scaleX(0);
transform:scaleX(0)
}
50% {
-webkit-transform:scaleX(1);
-moz-transform:scaleX(1);
transform:scaleX(1);
-webkit-transform-origin:0 0 0;
-moz-transform-origin:0 0 0;
transform-origin:0 0 0
}
51% {
-webkit-transform-origin:100% 50% 0;
-moz-transform-origin:100% 50% 0;
transform-origin:100% 50% 0
}
100% {
-webkit-transform:scaleX(0);
-moz-transform:scaleX(0);
transform:scaleX(0);
-webkit-transform-origin:100% 50% 0;
-moz-transform-origin:100% 50% 0;
transform-origin:100% 50% 0
}
}
@-webkit-keyframes hide-lr {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(30px);
transform:translateX(30px)
}
}
@-moz-keyframes hide-lr {
0% {
opacity:1;
-moz-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-moz-transform:translateX(30px);
transform:translateX(30px)
}
}
@keyframes hide-lr {
0% {
opacity:1;
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(30px);
-moz-transform:translateX(30px);
transform:translateX(30px)
}
}
@-webkit-keyframes hide-dt {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(30px);
transform:translateY(30px)
}
}
@-moz-keyframes hide-dt {
0% {
opacity:1;
-moz-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-moz-transform:translateY(30px);
transform:translateY(30px)
}
}
@keyframes hide-dt {
0% {
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
transform:translateY(30px)
}
}
@-webkit-keyframes hide-dt-f {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
}
@-moz-keyframes hide-dt-f {
0% {
opacity:1;
-moz-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-moz-transform:translateY(-30px);
transform:translateY(-30px)
}
}
@keyframes hide-dt-f {
0% {
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-30px);
-moz-transform:translateY(-30px);
transform:translateY(-30px)
}
}
@-webkit-keyframes increaseHeight {
from {
width:100%
}
to {
	width: 0
}
}
@-moz-keyframes increaseHeight {
from {
width:100%
}
to {
	width: 0
}
}
@keyframes increaseHeight {
from {
width:100%
}
to {
	width: 0
}
}
@-webkit-keyframes tbfade {
0% {
-webkit-transform:translateY(-10%);
transform:translateY(-10%);
opacity:1
}
100% {
-webkit-transform:translateY(10%);
transform:translateY(10%);
opacity:0
}
}
@-moz-keyframes tbfade {
0% {
-moz-transform:translateY(-10%);
transform:translateY(-10%);
opacity:1
}
100% {
-moz-transform:translateY(10%);
transform:translateY(10%);
opacity:0
}
}
@keyframes tbfade {
0% {
-webkit-transform:translateY(-10%);
-moz-transform:translateY(-10%);
transform:translateY(-10%);
opacity:1
}
100% {
-webkit-transform:translateY(10%);
-moz-transform:translateY(10%);
transform:translateY(10%);
opacity:0
}
}
@media screen and (max-width:767px) {
.ysbox h3 {
	font-size: 20px;
}
.ysbox h3 b {
	font-size: 18px;
}
.phoneIndex b {
	display: block;
}
.ix4 {
	padding-top: 2em;
}
.jjfaIndex {
	padding-top: 2em;
}
.news {
	padding-top: 2em;
}
.newsIndex {
	padding-bottom: 0px;
}
.footBottom {
	border-top: none;
}
}
@media screen and (max-width:1200px) {
.aboutCon {
	margin-bottom: 20px;
}
}
@media screen and (max-width:861px) {
.ppIndex {
	margin-top: -55px;
	padding: 55px 0 0 0;
}
}
@media screen and (max-width: 1366px) {
.pw, .pw2, .pw3 {
	width: 1000px;
}
}
@media screen and (max-width: 1024px) {
.pw, .pw2, .pw3 {
	width: 90%;
}
}

/* Video Animations */
/* Video Animations */

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}



@-webkit-keyframes lineanim {
 50% {
  -webkit-transform:scaleY(1);
  transform:scaleY(1);
  -webkit-transform-origin:top left;
  transform-origin:top left
 }
 50.1% {
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
 100% {
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
}
@keyframes lineanim {
 50% {
  -webkit-transform:scaleY(1);
  transform:scaleY(1);
  -webkit-transform-origin:top left;
  transform-origin:top left
 }
 50.1% {
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
 100% {
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
}



/*产品详细页*/
.proSubInfoTitle {
	font-size: 1.3em;
	text-align: center;
	margin-top: 20px;
}
.proSubInfoTitle h2 {
	font-size: 1.3em;
	margin-bottom: 1.2em
}
.proSubInfoDe {
	line-height: 30px;
	font-size: 1.2em; color:#848484;
}
.proSubInfo a {
	margin-top: 20px;
}
.proDetailTop .container {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.06);
	padding-top: 10px;
}
.pro-big-pict-box {
	position: relative
}
.pro-big-pict-box .pict-num {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	z-index: 105;
	text-align: center;
	color: #999
}
.pro-big-pict .slick-dots {
	display: none!important
}
.pro-small-pict {
	padding: 0 40px;
	margin-top: 20px
}
.pro-small-pict .pic2 {
	margin: 0 5px;
	border: 1px solid #f2f2f2;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.pro-small-pict .pic2.act {
	border-color: #2cbdc5
}
.pro-small-pict .slick-arrow {
	line-height: 30px;
	width: auto;
	background: 0 0;
	font-size: 22px;
	font-weight: 700;
	border: none
}
.pro-small-pict .slick-disabled {
	cursor: default;
	color: #f2f2f2
}
@media screen and (min-width:1025px) {
.pro-small-pict .pic2:hover {
	border-color: #999
}
.pro-small-pict .slick-arrow:not(.slick-disabled):hover {
	color: #d9251d
}
}
.pro-btns {
	text-align: left
}
.pro-btns a {
	vertical-align: top;
	margin-right: 10px;
	width: 158px;
	height: 48px;
	background: #2a66aa;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	line-height: 48px;
	color: #fff
}
.pro-btns a:first-child {
	background: #d9251d
}
.pro-btns .icon {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 15px;
	font-size: 26px
}
@media screen and (min-width:1025px) {
.pro-btns a:hover {
	background: #666
}
}
@media screen and (max-width: 861px) {
.pro-big-pict .slick-dots {
	display: block!important;
}
.pict-num, .pro-small-pict {
	display: none;
}
}
@media screen and (max-width: 768px) {
.proSubInfoDe { display:none;
}
.proSubInfoTitle h2 { margin-bottom:0px;}
}
.slick-slide:focus {
	outline: none;
}
.aboutUs {
	line-height: 2em;
	font-size: 14px;
}
.aboutTitle h1 {
	font-size: 1.5em;
	color: #333;
	margin-bottom: 1em; font-weight:700; text-align:center;
}
.aboutTitle h1 span{
    display: inline-block;
    position: relative;
}
.aboutTitle h1 span:before, .aboutTitle h1 span:after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #2cbdc5;
	vertical-align: middle
}

.aboutTitle h1 span:before {
	margin-right: 30px
}

.aboutTitle h1 span:after {
	margin-left: 30px
}
/*我们的服务*/
.culture {
	width: 100%;
	padding: 0;
}
.culture .list {
	position: relative;
}
.culture .list .item {
	float: left;
	cursor: pointer;
	position: relative;
}
.culture .list .item .font {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	background: #fff;
	padding: 23px 20px 26px;
	z-index: 2;
	transition: height 0.3s;
}
.culture .list .item .font .one {
	display: inline;
	vertical-align: middle;
}
.culture .list .item .two {
	display: none;
}
.culture .list .item h5 {
	font-size: 14px;
	color: #333;
	margin: 0;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.culture .list .item h5 a {
	color: #333;
	text-align: center;
}
/*.culture .list .item .content i{
	width: 0;
	height: 1px;
	background: #fff;
	display: block;
	margin:0 auto;
	position: relative;
	left: 5px;
	transition: width 0.3s;
}*/
.culture .list .item .mun {
	text-align: center;
	font-size: 26px;
	color: #999;
	background:none;
	line-height: 40px;
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.2s;
}
.culture .list .even .font {
	top: 0;
}
.culture .list .odd .font {
	bottom: 0;
}
.culture .list .odd .pic {
	padding-bottom: 170px;
}
.culture .list .item h2 { font-size:16px; font-weight:600; margin-top:20px;
}
.culture .list .item:hover .one {
	display: none;
}
.culture .list .item:hover .two {
	display: inline;
	display: inline-block;
}
.culture .list .item:hover h2 {
	color: #fff;
}
.culture .list .item .font i { font-size:30px; color:#2cbdc5

}
.culture .list .item:hover .font i { color:#fff;

}
.culture .list .item:hover p {
	display: block; color:#fff;
}
.culture .list .item:hover .font{
	background:#2cbdc5;
	height: 300px;
}
.culture .list .item:hover .mun {
	color: #fff;
	opacity: 0.5;
	margin-top: 15px;
	filter: alpha(opacity=50);
}
.culture .list .hd a {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -25px;
	transition: all 0.3s;
	z-index: 2;
}
.culture .list .hd a.prev {
	left: -100px;
}
.culture .list .hd a.next {
	right: -100px;
}
/*我们的服务*/

.culture1 {
	background: #fff;
	width: 100%;
	padding: 0;
}
.culture1 .list {
	background: #fff;
	position: relative;
}
.culture1 .list .item {
	float: left;
	width: 300px;
	cursor: pointer;
	position: relative;
}
.culture1 .list .item .font {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	background: #fff;
	padding: 23px 0 26px;
	z-index: 2;
	transition: height 0.3s;
}
.culture1 .list .item .font .one {
	display: inline;
	vertical-align: middle;
}
.culture1 .list .item .two {
	display: none;
}
.culture1 .list .item h2 {
	font-size: 18px;
	color: #333;
	line-height: 48px;
	margin: 0;
}
.culture1 .list .item i {
	width: 0;
	height: 1px;
	background: #fff;
	display: block;
	margin: 0 auto;
	position: relative;
	left: 5px;
	transition: width 0.3s;
}
.culture1 .list .item p {
	font-size: 13px;
	color: #fff;
	text-align: center;
	display: none;
	opacity: 0.8;
	line-height: 23px;
	width: 240px;
	margin: 0 auto;
	filter: alpha(opacity=80);
	transition: all 0.3s;
}
.culture1 .list .item .pic {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: width 0.3s;
}
.culture1 .list .item .mun {
	text-align: center;
	font-size: 26px;
	color: #999;
	line-height: 40px;
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.2s;
	font-family: 'Arial';
}
.culture1 .list .even .pic {
	padding-top: 170px;
}
.culture1 .list .even .font {
	top: 0;
}
.culture1 .list .odd .font {
	bottom: 0;
}
.culture1 .list .odd .pic {
	padding-bottom: 170px;
}
.culture1 .list .item:hover .font {
	background: #2cbdc5;
	height: 241px;
}
.culture1 .list .item:hover .one {
	display: none;
}
.culture1 .list .item:hover .two {
	display: inline;
	display: inline-block;
}
.culture1 .list .item:hover h2 {
	color: #fff;
}
.culture1 .list .item:hover i {
	width: 20px;
	margin: 0 auto 17px;
	left: 0;
}
.culture1 .list .item:hover p {
	display: block;
}
.culture1 .list .item:hover .mun {
	color: #fff;
	opacity: 0.5;
	margin-top: 15px;
	filter: alpha(opacity=50);
}
.culture1 .list .hd a {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -25px;
	transition: all 0.3s;
	z-index: 2;
}
.culture1 .list .hd a.prev {
	background: url(../images/btn05.png) no-repeat center;
	left: -100px;
}
.culture1 .list .hd a.next {
	background: url(../images/btn06.png) no-repeat center;
	right: -100px;
}
.culture1 .list .hd a.prev:hover {
	background: url(../images/btn05_h.png) no-repeat center;
}
.culture1 .list .hd a.next:hover {
	background: url(../images/btn06_h.png) no-repeat center;
}

.ab-cul .item {
	width: 20%;
	float: left
}
.ab-cul .ac-a {
}
.ab-cul .slick-dots {
	margin: 20px 0 0 10px;
	position: static
}
.ab-cul .slick-dots li {
	background: #fff;
	border: 3px solid #e8e8e8;
	width: 10px;
	height: 10px;
}
.ab-cul .slick-dots .slick-active {
	background: #fff!important;
	border: 3px solid #2cbdc5
}
.indexCasePic {
	position: relative;
}
.indexCasePic .slick-dots {
	margin: -20px 0px 0px 0px;
	position: absolute;
	bottom: 0;
	z-index: 100;
	left: 0;
	right: 0;
	text-align: center;
	letter-spacing: -6px;
	padding: 10px 0;
}
.indexCasePic .slick-dots li {
	background: #fff;
	border: 3px solid #e8e8e8;
	width: 10px;
	height: 10px;
}
.indexCasePic .slick-dots .slick-active {
	background: #fff!important;
	border: 3px solid #2cbdc5
}
.ac-a {
	height: 230px;
	padding: 0 25px;
	background: #fff;
	overflow: hidden;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}
.ac-a .ico {
	margin-top: 35px;
	height: 50px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.ac-a .ti {
	position: relative;
	margin-top: 5px;
	padding-bottom: 8px;
	color: #128ac8;
	font-size: 20px;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.ac-a .ti:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 2px;
	background: #128ac8;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.ac-a .txx {
	margin-top: 20px;
	line-height: 1.4;
	text-align: center;
}
@media screen and (min-width:1025px) {
.ac-a:hover {
	background: #128ac8;
	color: #fff
}
.ac-a:hover .ti {
	color: #fff
}
.ac-a:hover .ti:before {
	background: #fff
}
.ac-a:hover .ico {
	background-position: center bottom
}
}
@media screen and (max-width:1366px) {
.ac-a .ico {
	margin-top: 30px
}
}
@media screen and (max-width:601px) {
.ab-cul .slick-dots {
	margin-top: 10px
}
}
@media screen and (max-width:401px) {
.ab-cul .slick-dots {
	margin-left: 0
}
.ab-cul, .ab-cul .ac-a {
	margin-left: 0
}
}
/*联系我们*/
.contactCon{ background:#fff; border-radius:10px; padding:20px; max-width:1280px; margin:0 auto;}
.contactTitle{ color:#32609e; text-align:center;}
.contactContent{ margin:0 auto; padding-top:2em;}
.contactContent .pic{
	width: 98px;
	height: 98px;
	border-radius:50%;
	line-height: 98px;
	float: left;
	text-align: center;
	margin-right: 20px;
	background:#ab2123;
	background-size: cover;
}
.contactContent .con{

	float: left;
}
.contactContent h2{
	font-size: 22px;
	color: #000000;
	line-height: 30px;
	padding: 5px 0 20px; font-weight:bold;
}
.contactContent p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.contactContent img{
	max-width: 100%;
	max-height: 100%;
	transition:all 0.5s;
}
.contactContent a:hover img{
	transform: rotate(360deg);
}
.contactContentList{ background:#f7f7f7; padding:30px 20px;}
.contactContentList p{ margin-bottom:0px; font-size:14px; }
.contactContentList  i{ color:#2cbdc5; font-size:32px; margin-right:15px;  text-align:center;  display:block; float:left; margin-top:8px;}
.contactContentList .contactContentList1{ padding-left:50px;}
.rd{ margin-top:40px; padding-top:40px; border-top:1px solid #ddd; text-align:center;}
.rd p span{ display:block; text-align:center; line-height:26px; }
.rd p .rdImg{ padding: 15px; border:1px solid #2cbdc5; border-radius:80px; width:160px; height:160px; margin:0 auto;}
.rd p img{ margin-top:15px;}
@media screen and (max-width:667px) {
.contactContent .pic {
	
}
}
@media screen and (max-width:640px) {
.subContact .comon_top {
	display: none;
}
.subContact .crumbs {
	width: 100%
}
.contactTitle {
	display: none;
}
.contactCon {
	padding: 0 15px;
}
}
@media screen and (max-width:768px) {
.productDetailPc {
	display: none;
}
}
.proDetailCon, .proSubCon {
	background: #fafafa; padding:15px;
	
}
.mainCon .productDetailPc .ysbox {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.06);
	padding-top: 2em;
}
.tab-content {

	padding: 20px;
	display: block;
	text-align: center;
	line-height: 24px;
}
.tabs-container h4, .accordion-content h4 {
	margin-bottom: 5px;
}
.tabs-container p, .accordion-content p {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: left; color:#000;
}
.tabs-container img {
	max-width: 100%;
	text-align: center
}
.tabs-container span {
	line-height: 2em;
}
.proSubPicTitle{ font-size:36px; text-align:center; padding:20px 0;}
/*--/toTop--*/



a#scrollUp {
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	background-color: #2cbdc5;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 18px;
}
a#scrollUp:hover {
	background-color: #b5631b;
	color: #ffffff;
}
.indexProTitle h3.section-title {
	margin-top: 0px;
}
/*--//toTop--*/
.bannerS {
	display: none;
}
@media (max-width:767px) {
.banner {
	
}
.banner .bannerLogo {
position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    left: 0;
    top: 0;
    background: url(../images/bannerLogo.png) no-repeat center;
    background-size: auto 80%;
    margin-top: 70px;}
.bannerS {
	display: block;
	padding-top: 120px;
	
}
.bannerS .bannerLetterD {
	position: absolute;
	top: 30%;
	width: 100%;
	z-index: 2
}
.bannerS .bannerLetterD p {
	color: #fff;
	margin: 0;
	text-align: left;
}
.bannerS .bannerLetterD p {
	margin-bottom: 30px;
}
.bannerS .bannerLetterD p.bTitle {
color: #fff;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #333; font-size:20px;
}
.bannerS .bannerLetterD p.bCon {

	font-size: 16px;
	line-height: 26px;
color: #fff;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #333;
}
.banner .slick-dots {
	left: 50%;
	right: 50%;
	bottom: 4%;
	margin: 0 -660px;
	text-align: left
}
.banner .slick-dots li {
	margin: 0 12px 0 0;
	border-radius: 5px;
	background: #fff
}
.banner .slick-dots .slick-active {
	width: 54px;
	background: #fff!important
}
.headTop {
	display: block;
}
.indexPro {
	padding-top: 1.5em;
}
.indexProTitle h3.section-title {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.indexProTitle {
	margin-bottom: 10px;
}

.contactfoot2 {
	padding-top: 60px;
}
#header-search {
	display: none;
}
}
 @media screen and (max-width:577px) {
	.banner .bannerLetterD {
    position: absolute;
    width: 100%;
    height: calc(100% - 120px);
    left: 0;
    top: 0;
    margin-top: 160px;
}
.banner .bannerLetterD p {
	color: #ccc;
	margin: 0;
	text-align: left;
}
.banner .bannerLetterD p {
	margin-bottom: 30px;
}
.banner .bannerLetterD p.bTitle { text-align:center;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px; display:none;
 
}
.banner .bannerLetterD p.bTitle1{ text-align:center;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px; margin-bottom:50px;
 
}
.banner .bannerLetterD p.bCon { text-align:center;

	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
     text-shadow: 1px 1px 1px #333; padding:0 30px;
}

 
	 }
 @media screen and (max-width:481px) {
	 .banner .bannerLogo {
position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    left: 0;
    top: 0;
    background: url(../images/bannerLogo.png) no-repeat center;
    background-size: auto 60%;
    margin-top: 70px;}
.bannerS .bannerLetterD {
    top: 30%;}
.bannerS .bannerLetterD p {
	margin-bottom: 10px;
}
.bannerS .bannerLetterD p.bTitle {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0px;
}
.bannerS .bannerLetterD p.bCon {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 0px;
}
.bannerS .bannerLetterD .btn-white {
	padding: 4px 10px;
	max-width: 100px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.bannerS .ch {
	font-size: 24px
}
.bannerS .slick-dots li {
	margin: 0 4px
}
.banneSr .slick-dots {
	padding: 10px 0
}
}
.netWork {
	padding-top: 2em;
}
.netWork table {
	width: 100%;
	border-left: 1px solid #dddddd;
	margin: 0 auto;
	font-family: "Microsoft YaHei";
	border-collapse: collapse;
	border-spacing: 0;
}
.netWork table thead tr {
	background-color: #2cbdc5;
	border-right: 1px solid #b8bfcc;
}
.netWork table thead th {
	border-right: 1px solid #b8bfcc;
	color: #ffffff;
	font-size: 16px;
	padding: 5px;
}
.netWork table tbody tr {
	border-bottom: 1px solid #dddddd;
}
.netWork table tbody td {
	border-right: 1px solid #dddddd;
	color: #929292;
	padding: 5px;
}
@media (min-width: 1024px) {
.netWork table thead th {
	font-size: 18px;
	padding: 15px 5px;
}
.netWork table tbody td {
	font-size: 16px;
	padding: 15px 5px;
}
}
.comon_topS {
	display: none;
}
@media (max-width: 995px) {
.comon_topS {
	display: block;
}
.crumbs .centerBlock {
	font-size: 12px;
	background: #fafafa;
}
.crumbs .centerBlock img {
    margin-top: 9px;
}
#menu{ display:none;}
.caseCon {
    padding-left: 0px;
}}
.navSubList {
	padding-left: 40px;
	padding-right: 40px;
	height: 60px;
	line-height: 60px;
}
.navSubList .slick-arrow {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 60px;
	background: none;
	font-family: IcoFont!important;
	text-align: center;
	color: #2cbdc5;
	border: none;
	opacity: 1;
}
.navSubList1 .slick-arrow {
	margin-top: -20px;
}
.navSubList .item a {
	display: block;
    float: left;
    min-width: 40px;
    padding: 0px 10px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #666666;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    margin: 0 1%;
    width: 98%;
}
.navSubList1 .item a {
	margin-top: 0px;
}
.navSubList .item a span {
	 position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    height: 60px;
    display: block;background:#f7f7f7;
}
.navSubList .item .active:before {
	height: 60px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.navSubList .item a:before {
	content: "";
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
.navSubList .item a:hover span {
background:#2cbdc5; color:#fff;
}
.navSubList .item .active {
	color: #fff;
}
.navSubList .item a.active span { background:#2cbdc5
}

.subS {
	display: none;
}
@media (max-width:640px) {
.subPC {
	display: none;
}
.subS {
	display: block;
}
.subBanner .bannerLetter {
	bottom: 35%;
}
.contactContent h2 {
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	padding: 5px 0 0px;
	margin-top: 0px;
}
.aboutIndex {
	padding: 1.5em 0px;
}
.about-list-text h3 {
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
}
.about-list-icon {
	margin-right: 8px;
}
.indexAboutThree li {
	margin-bottom: 5px;
}
}
.indexProTop.overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #2cbdc5;
	opacity: 0.8;
}
.indexYs {
	padding: 2em 0px;
}
.indexProTop {
	position: relative;
	overflow: hidden;
}
.indexProTop .content {
	padding: 40px;
	border: 10px solid #ffffff3b;
}
.indexProTop .content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.indexProTop .content p {
	color: #fff;
	font-size: 1rem;
	line-height: 2rem;
}
.indexProTop .watch-inner {
	display: inline-block;
	text-align: center;
	display: block;
	margin-top: 110px;
}
/*.indexProTop .video-head {
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 35px;
}
.indexProTop .video-head .video{
    height: 60px;
    width: 160px;
    background: #fff;
    color: #2cbdc5;
    text-align: center;
    line-height: 160px;
    border-radius: 25px;
    position: relative;
    z-index: 5;
	display: inline-block;
    font-size: 32px;
    
}
.indexProTop .video-head .video:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: play-btn-1 1.8s linear infinite;
    -moz-animation: play-btn-1 1.8s linear infinite;
    -o-animation: play-btn-1 1.8s linear infinite;
    animation: play-btn-1 1.8s linear infinite;
}

.indexProTop .video-head .video:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: play-btn-2 1.5s linear infinite;
    -moz-animation: play-btn-2 1.5s linear infinite;
    -o-animation: play-btn-2 1.5s linear infinite;
    animation: play-btn-2 1.5s linear infinite; }
	*/
.indexProTop .content {
	padding: 40px;
	border: 10px solid rgba(255, 255, 255, 0.3);
	border-radius: 7px;
}
.indexProTop .content h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.indexProTop .content p {
	color: #fff;
}
/*合作伙伴*/
.Cooperation {
	padding: 3em 0;
	background: #f7f7f7;
}
.PartnersList {
	padding: 2em 0;
}
.Cooperation .PartnersList img {
	max-width: 150px;
	margin: 0 auto;
}
.indexTitleMobile {
	display: none;
}
@media only screen and (max-width: 640px) {
.indexProTitlePC {
	display: none;
}
.indexTitleMobile {
	display: block;
}
.indexPro .indexTitle {
	text-align: center;
}
}
/*公司简介的企业优势*/
/*-- gallery --*/ 
.gallery-wthreegrids {
	padding: 0;
}
.gallery-grid a.agilefig {
	background: url(../images/ys1.jpg) no-repeat center 0px;
	background-size: cover;
	display: block;
	min-height: 319px;
}
.gallery-grid a.agilefig.gallery-img2 {
	background: url(../images/ys2.jpg) no-repeat center 0px;
	background-size: cover;
}
.gallery-grid a.agilefig.gallery-img3 {
	background: url(../images/ys3.jpg) no-repeat center 0px;
	background-size: cover;
}
.gallery-grid a.agilefig.gallery-img4 {
	background: url(../images/ys4.jpg) no-repeat center 0px;
	background-size: cover;
}
.gallery-grid {
	padding: 0;
}
.gallery-grid.gallery-grid3 {
	float: right;
}
.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
	padding: 2em 1em;
	background: #fff;
	position: relative;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.gallery-grid-row h4 {
	font-size: 16px;
	font-weight: 700;
	color: #005baa;
	margin-bottom: 0.8em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.gallery-grid-row h4 i {
	font-size: 26px;
	padding-right: 10px;
}
.gallery-grid p {
	font-size: 12px;
	line-height: 2.5em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
	margin: 0px;
}
.gallery-grid.gallery-text:before {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
	top: 42%;
	left: -15px;
	position: absolute;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.gallery-grid.gallery-text3:before {
	content: '';
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	position: absolute;
	top: 42%;
	right: -15px;
	z-index: 9;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.gallery-grid-row:hover .gallery-grid {
	background: #2cbdc5;
}
.gallery-grid-row:hover .gallery-grid h4 {
	color: #fff;
}
.gallery-grid-row:hover .gallery-grid p {
	color: #fff;
}
.gallery-grid-row:hover .gallery-grid.gallery-text:before {
	border-right-color: #2cbdc5;
}
.gallery-grid-row:hover .gallery-grid.gallery-text3:before {
	border-left-color: #2cbdc5;
}
.aboutTitle {
	padding-top: 2em;
}
.ry .item .pic a img {
	padding: 0 5px;
}
.searchCon {
	padding: 30px;
	font-size: 14px;
}

/*售后服务*/
.afterService p {
	font-weight: 500;
	color: #2cbdc5;
	font-size: 15px;
}
.afterService ul {
	margin-bottom: 15px;
}
.afterService i {
	color: #2cbdc5;
	padding-right: 10px;
}
/*案例列表*/
.caseCon {  overflow:hidden; padding-top:2em;
}
.caseCon .pic {
	position: relative;
}
.caseCon .caseList {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;

	cursor: pointer;
	box-shadow: 0 0 20px rgba(0,0,0,0.06);
	transition: .4s;
	list-style-type: none;
	overflow: hidden;
}
.caseCon  .pic img {
	max-width: 100%;
	transition: 0.3s;
}
.caseCon ul li {
	width: 31%;
	float: left;
	margin: 1%;
	padding: 10px;border-bottom: 1px solid #eee;
    cursor: pointer;
    background:#f5f5f5;
    transition: .4s;
    list-style-type: none;
    overflow: hidden;
}
@media (max-width: 995px) {
.caseCon ul li {
	width: 48%;
	float: left;
	margin: 1%;
	padding: 10px;
}
}
@media (max-width: 479px) {
.caseCon ul li {
	width: 100%;
	float: none;
	margin: 1% 0px;
	padding: 10px;
}
}
.caseCon  .caseContitle {
	padding: 10px
}
.caseCon .caseContitle h5 {
	text-align: center;
	color: #000;
	width: 100%;
	line-height: 30px;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap; margin-bottom:10px;
}
.caseContitle a {
	display: block;
	position: relative;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	color: #777
}
.caseContitle h5 a { font-size:13px;
	border: none;
}
 .caseContitle .details { font-size:11px; color:#2cbdc5; font-weight:600}
.caseContitle .arrowsR {
	position: absolute;
	top: 60%;
	right: 0px;
	transform: translate(0, -50%);
	width: 30px;
}
.caseContitle .arrowsR i {
	font-size: 18px;
}
.caseCon ul li:hover .pic img {
	transform: scale(1.1);
}
.caseCon ul li:hover .caseContitle .details {  color:#2cbdc5}
.contactUs {
	background: #2957a9;
	width: 100%;
}


@media (max-width: 995px) {
.caseCon {
    padding-left: 0px;
}

}
@media (min-width: 995px) {
	.mainCon.proMainCon{ min-height:780px;}
	}
/*...................equipment-section-Start...................*/

.equipment {
    width: 100%;

    top: -60px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.equipment-slider {
    width: 100%;
    float: left;
}
.equipment-group {
    height: 350px;
    padding: 20px 0px;
    position: relative;
    overflow: hidden;
}
.equipment-img {
    overflow: hidden;
    background: black;
}
.equipment-img img{
    min-width: 100%;
    min-height:100%;
}
.equipment-contents { padding:20px;

    background: #f07419;
    vertical-align: top;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.equipment-contents h2 { line-height:30px; text-align:left;


    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
font-weight:300;
}
.equipment-contents img {
    max-width: 100%;
}
.equipment-contentshide {
    width: 100%;
    padding-top: 8px;
    margin: 0px;
    text-align: left;
}
.equipment-contentshide h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}
.equipment-contentshide p {
    padding:10px 0px;
    color: #fff;
    font-size: 14px; line-height:28px;
}
.equipment-contentshide .common-btn {
    padding: 13px 35px;
}


.common-btn {
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, 1);
	color: #fff;
	padding: 11px 20px;
	width: 100%;
	max-width: 160px;
	text-align: center;
	display: inline-block;
	transition: ease-in all 0.5s;
	border-radius: 24px;
	letter-spacing: 1px;
	line-height: 24px;
}
.common-btn:hover, .common-btn:focus  {
	color: #fff;
	border-radius: 13px;
	transition: ease-in all 0.5s;
	border: 1px solid #fff;
}


@media (max-width: 995px) {
	.equipment{ top:0px;}
	.equipment-group {
    height:auto;}
	.equipment-img {
    width: 100%;
}
.equipment-img img{ max-width:100%;
  
}
.equipment-contents {
    width:100%;
}
	
	
}
.equipment .slick-prev {
	left: 15px;transition:all .5s;
}
.equipment .slick-next {
	right: 15px; transition:all .5s;
}
.equipment .slick-prev:hover{ cursor:pointer; opacity:1;
}
.equipment .slick-next:hover {
cursor:pointer; opacity:1;
}

@media (max-width: 767px) {
	.equipment{ display:none;}
}
/*...................equipment-section-End...................*/
.centerBlock img {
    display: block;
    float: left;
    margin-top: 29px;
}
.centerBlock .pathEn {display: block;
    float: left; }
.pathEnLinkLayer { overflow: hidden; display: block;
    float: left;}
.centerBlock .pathEnLink { margin-left: -40px;}
.header .nav li a {text-transform:uppercase }
.aboutVideo{ position:absolute;width:100%; height:100%;  top:0px;}
.aboutIndex .video-image{ position:relative;width:100%; height:100%;  }
.aboutIndex .about-right{ position:relative;
}
.aboutIndex .about-right{ }
.aboutIndex .about-right .video {
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	font-size: 26px;
	background: #2cbdc5;
	padding-left: 4px;
}
.aboutIndex .about-right .video i{ font-size:26px;}
.aboutIndex .about-right .video:hover{
	transform:scale(1.1);
}
.aboutIndex .video-image .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}
.aboutIndex .video-image .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.aboutIndex .video-image .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.aboutIndex .video-image .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}/*合作伙伴*/
.partnerList{ width:23%; margin:0 1%; background:#fff; margin-bottom:20px; float:left;}
.partnerList p{ text-align:center; line-height:24px; border-top:1px solid #eee; margin-top:10px; padding-top:10px; font-weight:400; color:#000; }
.partnerBox{}
.footLinkA{position: relative;
    display: block;}
.footLinkA:before {
    content: '';
    position: absolute;
    left: 0px;
    background: #fff;
    top: 9px;
    width: 5px;
    height: 5px;
    transition: .5s ease-in-out;
}
.social{ padding-top:30px;}
.social a{ color:#fff; padding:0 10px; transition: .5s ease-in-out;}
.social a i{ font-size:16px;}

.indexProNav{ margin-bottom:20px;}
.indexProNav1{}
.indexProNav2{ display:none;}

#filters {
	margin: 0;
	padding: 0;
	list-style: none; width:100%;


}
.BA{position:absolute; right:15px; top:10px; color:#000; font-weight:600; font-size:15px;}
.BA:hover{ color:#2cbdc5}
.port-info{
position: absolute; width:100%;
    

    bottom: 60px;

    transition: .3s ease-out;
    transform: translate(0,100%); 
}
.port-info h4{
	    background: rgba(0, 0, 0, 0.50);
 line-height: 60px; text-align:center;margin:0 10px;
}
.port-info h4 a{
	color: #fff;
    line-height: 60px;
    transition: .5s ease-in-out;
    font-size: 16px;
	text-decoration: none; text-align:center; display:block; width:100%;
}
.port-info span{
	color: #747474;
	font-style: italic;
	font-size: 0.875em;
}
#filters li {
		display:inline-block;
	}
#filters li span.filter {
		display: inline-block;
		padding: 15px 30px;
		text-decoration: none;
		color: #000;
		cursor: pointer;
		font-size:16px;
		font-weight: 600;
		text-transform: uppercase;
		border-radius: 4px;
		margin-right: 0.5em; background:#f7f7f7;
	}
#filters li span.active {
		color:#fff;font-weight:600; background: #2cbdc5;
	}
#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box; 
		width: 33.3333333%;
    display: none;
    float: left;
    overflow: hidden;
 position:relative;
	}	

.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;  background:#f5f5f5;
	}

.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all .5s;
	
		display: block;}
 .portfolio:hover img {

	}
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}/*	Strip*/
			
@media (max-width: 1365px) {
.indexProNav1{ display:none;}
.indexProNav2{ display:block;}
.indexProNav2{ padding-left:50px; padding-right:50px;}
#filters { width:100%;}

/*.indexPro { max-height:850px;}*/
}

@media (max-width: 1200px) {/*.indexPro { max-height:700px;} */ .BA{position:absolute;  top:-50px; left:50%; margin-left:-20px;}
#portfoliolist .portfolio {
    width:33.333333%;
}}
@media (max-width: 996px) {
	/*.indexPro { max-height:600px;}*/}
@media (max-width: 768px) {
/*.indexPro { max-height:760px;}*/
.BA{ display:none;}
	}
@media (min-width: 581px) and (max-width: 767px) {	
	.port-info {
    bottom: 50px;}
	}
	@media (max-width: 580px) {
	.indexNavLine{ display:none;}
	.indexProNav2 .slick-slide{ width:100%;text-align:center;}
	}			
@media (max-width: 768px){
#portfoliolist .portfolio {
    width:50%;
}
.port-info h4 a{ line-height: 50px;}
.port-info h4{
	    background: rgba(0, 0, 0, 0.75);
 line-height: 50px; text-align:center;margin:0 10px;
}
}
	@media (max-width: 480px){
	/*	.indexPro{ max-height:2100px;}*/
#portfoliolist .portfolio {
    width: 100%;
}
.portfolio-wrapper {
		cursor:pointer; margin:0 15px;
	}
.port-info h4{

 line-height: 60px;margin:0 15px;
}
.port-info h4 a{ line-height:60px;}
.indexTitle h4{ font-size:20px;}
}
/*-----------------------------------------------------------------------------------*/

.b-wrapper{  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
 position: absolute; 
    width: 100%;
    height: 100%;
   -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.portfolio-wrapper:hover .b-wrapper{
    bottom: 0;
    opacity: 2;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease 500ms;
    transition: all 500ms ease 500ms;
}

.portfolio-wrapper:hover:before{
    background-color: rgba(32, 201, 199, 0.3);
    height: 132%;
    width: 132%;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    
}

.portfolio-wrapper:hover:after{
    background-color: rgba(32, 201, 199, 0.3);
    height: 132%;
    width: 132%;
     -webkit-transition: all 500ms ease 100ms;
    transition: all 500ms ease 100ms;
}

.portfolio-wrapper:before{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(32, 201, 199, 0.1);
    height: 0;
    content: '';
    position: absolute;
    right: -16%;
    bottom: -16%;
    -webkit-transition: all 500ms ease 500ms;
    transition: all 500ms ease 500ms;
    width: 0;
    z-index: 0;
    border-radius: 40%;
}


.portfolio-wrapper:after{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(32, 201, 199, 0.1);
    height: 0;
    content: '';
    position: absolute;
    left: -16%;
    top: -16%;
    -webkit-transition: all 500ms ease 550ms;
    transition: all 500ms ease 550ms;
    width: 0;
    z-index: 0;
    border-radius: 40%;
}
.p-img {
	width:100%;
}
.proConD{ padding-left:300px; overflow:hidden;}
.caseProIndexCon{width:100%; height:100%; position:relative }
.caseProIndexCon p{text-align:center; max-width:240px; margin:0 auto;}
.caseProIndexCon p img{ max-height:120px; }
.caseProIndexCon h2{ color:#fff; margin-top:20px;}
.caseProIndexCon h2 span{ padding:10px 20px; font-size:18px;}
.caseProIndexCon a{ display:block; width:100%; height:100%; text-align:center;position:absolute; padding-top:20%; }

@media (max-width: 996px){
	 .proConD{ padding-left:0px;}
	 }
@media (max-width: 991px) and (min-width:640px){	

 #filters li span.filter{ font-size:12px; letter-spacing:-1px;}
}
.proSubPic .pic2{ background:#fff}
.indexPage{ }
.wk_fwxm {width:100%;}
.wk_fwxm ul {width: 100%;  list-style:none;}
.wk_fwxm li {width: 100%;text-align: center; height:100%;color:#333;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.wk_fwxm li .wk_fwxm_bg {position: absolute; right:0; bottom:0; left:0; height:0px;	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.service-element{   position: absolute; right: 0; bottom: 0; opacity: 0;}
.wk_fwxm li:hover .service-element{ opacity: 1;
  animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}
.wk_fwxm li.wk_li1, .wk_fwxm li.wk_li3, .wk_fwxm li.wk_li5{ background:#fff}
.wk_fwxm li.wk_li1 .wk_fwxm_bg {background: -webkit-linear-gradient(135deg, #00c9fd, #81ee8e);/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(135deg, #00c9fd, #81ee8e);/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(135deg, #00c9fd, #81ee8e);/* Firefox 3.6 - 15 */
	background: linear-gradient(135deg, #00c9fd, #81ee8e);/* */
}
.wk_fwxm li.wk_li2 .wk_fwxm_bg {background: -webkit-linear-gradient(135deg, #f57239, #f68d40, #f9d556);
	background: -o-linear-gradient(135deg, #f57239, #f68d40, #f9d556);
	background: -moz-linear-gradient(135deg, #f57239, #f68d40, #f9d556);
	background: linear-gradient(135deg, #f57239, #f68d40, #f9d556);}
.wk_fwxm li.wk_li3 .wk_fwxm_bg {background: -webkit-linear-gradient(135deg, #5c35dc, #7a4ae4, #cf86fa);
	background: -o-linear-gradient(135deg, #5c35dc, #7a4ae4, #cf86fa);
	background: -moz-linear-gradient(135deg, #5c35dc, #7a4ae4, #cf86fa);
	background: linear-gradient(135deg, #5c35dc, #7a4ae4, #cf86fa);}
.wk_fwxm li.wk_li4 .wk_fwxm_bg {background: -webkit-linear-gradient(135deg, #008be5, #00b1c8);
	background: -o-linear-gradient(135deg, #008be5, #00b1c8);
	background: -moz-linear-gradient(135deg, #008be5, #00b1c8);
	background: linear-gradient(135deg, #008be5, #00b1c8);}
.wk_fwxm li.wk_li5 .wk_fwxm_bg {background: -webkit-linear-gradient(135deg, #7b4397, #dc2430);
	background: -o-linear-gradient(135deg, #7b4397, #dc2430);
	background: -moz-linear-gradient(135deg, #7b4397, #dc2430);
	background: linear-gradient(135deg, #7b4397, #f25e98);}
.wk_fwxm li .wk_fwxm_main { position:relative; z-index:99; padding:120px 30px;}
.wk_fwxm li .wk_ljzx {margin: 35px auto 0 auto;width: 140px;height:50px;}
.wk_fwxm li .wk_ljzx a {display: none;width: 138px;height: 48px;border: 1px solid #fff;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
color: #fff;text-align: center;font-size: 16px;line-height: 48px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
-webkit-transition-delay: 400ms;
-moz-transition-delay: 400ms;
transition-delay: 400ms;
}

.wk_fwxm li:hover .wk_ljzx a {
display: block; 
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.wk_fwxm li:hover{ color:#fff;}
.wk_fwxm li .wk_fwxm_ico {overflow: hidden;margin: 0 auto;width: 110px;height: 110px;-webkit-border-radius: 110px;-moz-border-radius: 110px;border-radius: 110px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;

}
.wk_fwxm li .wk_fwxm_ico { font-size:50px; width:100px; height:100px; border-radius:100px;  color:#fff; line-height:100px;	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover; }
.wk_fwxm li.wk_li1 .wk_fwxm_ico {	background: -webkit-linear-gradient(135deg, #00c9fd, #81ee8e);/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(135deg, #00c9fd, #81ee8e);/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(135deg, #00c9fd, #81ee8e);/* Firefox 3.6 - 15 */
	background: linear-gradient(135deg, #00c9fd, #81ee8e);/* */
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover; }
.wk_fwxm li.wk_li1:hover .wk_fwxm_ico {  color: #00c9fd; background: white; animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}
.wk_fwxm li.wk_li2 .wk_fwxm_ico {background: -webkit-linear-gradient(135deg, #f57239, #f68d40, #f9d556);
	background: -o-linear-gradient(135deg, #f57239, #f68d40, #f9d556);
	background: -moz-linear-gradient(135deg, #f57239, #f68d40, #f9d556);
	background: linear-gradient(135deg, #f57239, #f68d40, #f9d556);}
.wk_fwxm li.wk_li2:hover .wk_fwxm_ico {  color: #f57239; background: white; animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}
.wk_fwxm li.wk_li3 .wk_fwxm_ico {background: -webkit-linear-gradient(135deg, #5c35dc, #7a4ae4, #cf86fa);
	background: -o-linear-gradient(135deg, #5c35dc, #7a4ae4, #cf86fa);
	background: -moz-linear-gradient(135deg, #5c35dc, #7a4ae4, #cf86fa);
	background: linear-gradient(135deg, #5c35dc, #7a4ae4, #cf86fa);}
.wk_fwxm li.wk_li3:hover .wk_fwxm_ico {  color: #5c35dc; background: white; animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}
.wk_fwxm li.wk_li4 .wk_fwxm_ico {background: -webkit-linear-gradient(135deg, #008be5, #00b1c8);
	background: -o-linear-gradient(135deg, #008be5, #00b1c8);
	background: -moz-linear-gradient(135deg, #008be5, #00b1c8);
	background: linear-gradient(135deg, #008be5, #00b1c8);}
.wk_fwxm li.wk_li4:hover .wk_fwxm_ico {  color: #008be5; background: white; animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}

.wk_fwxm li.wk_li5 .wk_fwxm_ico {background: -webkit-linear-gradient(135deg, #7b4397, #dc2430);
	background: -o-linear-gradient(135deg, #7b4397, #dc2430);
	background: -moz-linear-gradient(135deg, #7b4397, #dc2430);
	background: linear-gradient(135deg, #7b4397, #dc2430);}
.wk_fwxm li.wk_li5:hover .wk_fwxm_ico {  color: #7b4397; background: white; animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}
.wk_fwxm li h2 {margin-top: 20px; font-weight: 500; font-size: 24px;line-height: 50px; color:#000;}
.wk_fwxm li:hover h2 {color: white;animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}
.wk_fwxm li p {font-size: 16px;line-height: 30px;}
.wk_fwxm li .wk_fwxm_des {margin-top: 40px;font-size: 16px;line-height:32px; color:#666;}
.wk_fwxm li:hover .wk_fwxm_des{ color: white; animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}
.wk_fwxm li.wk_li1:hover .wk_ljzx a { color: white; animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}
.wk_fwxm li.wk_li2:hover .wk_ljzx a { color: white; animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}
.wk_fwxm li.wk_li3:hover .wk_ljzx a { color: white; animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}
.wk_fwxm li.wk_li4:hover .wk_ljzx a { color: white; animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}
.wk_fwxm li.wk_li5:hover .wk_ljzx a { color: white; animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);}
.indexPage li:hover .wk_fwxm_bg{ height:100%}
.wk_fwxm .ab-cul .slick-dots {
	margin: 20px 0 30px 10px;
	position: static
}
@media (max-width: 1200px){ .wk_fwxm li .wk_fwxm_main {padding:60px 30px;}}
@media (max-width: 996px){ .wk_fwxm li .wk_fwxm_main {padding:40px 30px;}
.wk_fwxm li{ width:96%; margin:2%;}
.wk_fwxm li.wk_li1, .wk_fwxm li.wk_li2, .wk_fwxm li.wk_li3, .wk_fwxm li.wk_li4, .wk_fwxm li.wk_li5{ background:#fff;box-shadow: 0px 0px 9.5px 0.5px rgb(0 0 0 / 5%);}
}


/*-------

   Arrow

-------*/
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }
@-webkit-keyframes floating-arrow-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }
@keyframes floating-arrow-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }
	
	
	
	.thim-click-to-bottom {
    position: absolute;
    bottom:3%;
    left: 49%;
    width: 20px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    z-index: 9;
}

.thim-click-to-bottom i {
    color: #fff;
}
.thim-click-to-bottom i::before { content: "\ea63";
   display:block;

      font-size:20px;
      line-height: 1;
      font-style: normal;
      left: 0px;
      position: relative;
      top: 20px;
   }
	  
	  .thim-click-to-bottom i{ display:block;
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s; }

.rotate a {
      background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    color: #fff; display:block;

    height: 60px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 30px;   z-index: 9999; text-align:center;}
.rotate a:hover {
      background: #2d2d2d; }
@media screen and (max-width:992px) { 	.thim-click-to-bottom { display:none;}}

#preloader {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 460px;
    height:460px;
    margin: 0 0 0 -230px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #105461;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #07b0b7;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #01ffff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.indexAboutImg{position:absolute; width:100%; height:100%; text-align:center;}
@media screen and (max-width:992px) { 
#loader {width: 360px;  height:360px;  margin: 0 0 0 -180px;}
.indexAboutImg img{ max-width:360px}
}


/*公司简介服务优势*/
.service{ height:817px; margin:3em 0;}
.service .left{ float:left;height:100%;width:50%;background:url(../images/bg2a.jpg) center center no-repeat;background-size:cover;position:relative;}
.service .right{ float:left;height:100%;width:50%;background:url(../images/bg2b.jpg) center center no-repeat;background-size:cover;position:relative;}
.service .circle{width:593px;height:593px;position:absolute;left:50%;top:50%;margin:-296px 0 0 -296px;}
.service .circle .c{position:absolute;left:0%;top:0%;width:100%;height:100%;margin:0;opacity:0;
transition:all 1s ease-out 0.5s;-webkit-transition:all 1s ease-out 0.5s;
transform:scale(0.9);-webkit-transform:scale(0.9);}
.service.show .circle .c1{margin:-30px 0 0 30px;opacity:1;transform:scale(1);-webkit-transform:scale(1);}
.service.show .circle .c2{margin:0 0 0 20px;opacity:1;transform:scale(1);-webkit-transform:scale(1);}
.service.show .circle .c3{margin:0 0 0 0px;opacity:1;transform:scale(1);-webkit-transform:scale(1);}
.service.show .circle .c4{margin:20px 0 0 -25px;opacity:1;transform:scale(1);-webkit-transform:scale(1);}
.service .circle .inner{position:relative;height:100%;}
.service .circle .inner div{text-align:center;position:absolute;border-radius:100%;font-size:22px;color:#339aca;opacity:0;
transform:scale(0);-webkit-transform:scale(0);box-shadow:0 0 20px rgba(0,0,0,0.05);
transition:all 0.8s ease-out 0s;-webkit-transition:all 0.8s ease-out 0s;}
.service .circle .inner div span{display:inline-block;vertical-align: middle;}
.service .circle .inner div:after{content:"";height:100%;display:inline-block;vertical-align:middle;}
.service .circle .inner .d1{width:190px;height:190px;left: 18px; top: 100px;background:rgba(255,255,255,1);
transition-delay:0.3s;-webkit-transition-delay:0.3s;}
.service .circle .inner .d2{width:232px;height:232px;left: 280px; top: 90px;background:rgba(255,255,255,0.8);
transition-delay:0.4s;-webkit-transition-delay:0.4s;}
.service .circle .inner .d3{width:145px;height:145px;left: 440px; top: 13px;z-index: 1;background:rgba(255,255,255,1);
transition-delay:0.4s;-webkit-transition-delay:0.4s;}
.service .circle .inner .d4{width:212px;height:212px;left: 60px; top: 330px;background:rgba(255,255,255,0.7);
transition-delay:0.2s;-webkit-transition-delay:0.2s;}
.service .circle .inner .d5{width:164px;height:164px;left: 351px; top: 413px;background:rgba(255,255,255,0.9);
transition-delay:0.3s;-webkit-transition-delay:0.3s;}
.service .circle .inner .d6{width:127px;height:127px;left: -35px; top: 320px;background:rgba(255,255,255,0.8);
transition-delay:0.2s;-webkit-transition-delay:0.2s;}
.service .circle .inner .d7{width:88px;height:88px;left: 564px; top: 303px;background:rgba(255,255,255,1);
transition-delay:0.3s;-webkit-transition-delay:0.3s;}
.service.show .circle .inner div{opacity:1;transform:scale(1);-webkit-transform:scale(1);}
.service .circle .inner div.s:hover{background:rgba(255,255,255,1);
transform:scale(1.05);-webkit-transform:scale(1.05);
transition-duration:0.2s;-webkit-transition-duration:0.2s;box-shadow:0 0 15px rgba(0,0,0,0.2);z-index:1;}


.service .list{position:absolute;left:50%;top:50%;width:60%;transform:translate(-50%,-50%);}
.service .list .item{margin-bottom:45px;color:#fff;opacity:0;
transform:translateX(-50px);-webkit-transform:translateX(-50px);
transition:all 0.5s ease-out 0s;-webkit-transition:all 0.5s ease-out 0s;}
.service.show .list .item{transform:translateX(0);-webkit-transform:translateX(0);opacity:1;}
.service .list .item:nth-child(1){transition-delay:0.2s;-webkit-transition-delay:0.2s;}
.service .list .item:nth-child(2){transition-delay:0.4s;-webkit-transition-delay:0.4s;}
.service .list .item:nth-child(3){transition-delay:0.6s;-webkit-transition-delay:0.6s;}
.service .list .item:nth-child(4){transition-delay:0.8s;-webkit-transition-delay:0.8s;}
.service .list .item:nth-child(5){transition-delay:1s;-webkit-transition-delay:1s;}
.service .list .item:nth-child(6){transition-delay:1.2s;-webkit-transition-delay:1.2s;}
.service .list .item h3{color:#fff;font-size:20px; margin:0px;}
.service .list .item h3 span{font-family:Arial;text-transform:uppercase;margin-left:10px;}
.service .list .item p{margin-top:8px; color:#fff; font-size:16px; line-height:28px; font-weight:500;}
.service .list .item i{float:left;width:55px;height:85px;margin-right:10px;}
@media screen and (max-width:992px) {
.service .left{ width:100%}
.service .right{ width:100%;}
 }
 /* 服务流程css */
.i-process .list { background: url("../images/line.png") no-repeat center ; margin: 0 auto; height:333px; width:1170px;}
.por { position: relative;}
.poa {position: absolute;}
.flow {text-align: center;}
.inner-item {margin: 0 auto;position: relative;}
.i-process {position: relative; margin: 0 auto;  width:1170px;}
.i-process .hold {height: 352px;margin: 0 auto;}
.i-process .btn1 {width: 68px; height: 150px;line-height: 2;color: #8f8f95;text-align: center;transform: translateX(50px);opacity: 0; }
.i-process .btn1.cur { color: #2cbdc5;}
.i-process .btn1:nth-child(1) { left: 33px;top: 125px;}
.i-process .btn1:nth-child(2) {left: 151px;top: 73px;}
.i-process .btn1:nth-child(3) {left: 294px;top: 88px;}
.i-process .btn1:nth-child(4) {left: 439px;top: 56px;}
.i-process .btn1:nth-child(5) {left: 618px;top: 25px;}
.i-process .btn1:nth-child(6) {left: 776px;top: 66px;}
.i-process .btn1:nth-child(7) {left: 957px;top: 117px;}
.i-process .btn1:nth-child(8) {left: 1082px;top: 68px;}
.i-process .btn1 .light { width: 10px;height: 10px; border-radius: 5px; background: #fff;margin: 20px 29px;}
.i-process .btn1 .light:after { content: ""; position: absolute;left: -5px;top: -5px;z-index: -1;width: 20px;height: 20px;
 border-radius: 10px;background: #2cbdc5;opacity: 0.3;}
.i-process .btn1  p{ font-size:14px; margin:0;}
.i-process .btn1.cur .light:after { animation: Circle 1.2s infinite linear;}
.i-process .btn1.cur .light:after {animation: Circle 1.2s infinite linear;}
.i-process .btn1 .circle { width: 68px;height: 68px;border-radius: 34px; background: #edeff1;}
.i-process .btn1.cur .circle {background: #2cbdc5;}
.i-process .btn1 .circle i{width: 68px;height: 68px; line-height:68px; font-size:30px; color:#666}
.i-process .btn1.cur .circle i{ color:#fff; }
.i-process {/* height: 350px; */}
.w-f {width: 100%;}
.h-f { height: 100%;}
.fwn {font-weight: normal;}
.tac {text-align: center;}
.t-f {transition: all 0.5s;}
.t-c {transition: color 0.5s;}
.t-bg {transition: background 0.5s;}
@keyframes Circle {
    0% { transform: scale(0.5);
        opacity: 0;
    }
    50% { transform: scale(1);
        opacity: 0.3;
    }
    100% {transform: scale(0.5);
        opacity: 0;
    }
}
.phoneFw{ display:none;}
.phoneFw .list { background: url("../images/line2.png") repeat-x center ; margin: 0 auto; height:180px; width:100%;}
.phoneFw .btn2 {width: 68px; height: 180px;line-height: 2;color: #8f8f95;text-align: center;transform: translateX(50px);opacity: 0; margin:0 auto;}
.phoneFw .btn2.cur { color: #2cbdc5;}
.phoneFw .btn2 .light { width: 10px;height: 10px; border-radius: 5px; background: #fff;margin: 16px 29px 20px 29px;}
.phoneFw .btn2 .light:after { content: ""; position: absolute;left: -5px;top: -5px;z-index: -1;width: 20px;height: 20px;
 border-radius: 10px;background: #2cbdc5;opacity: 0.3;}
.phoneFw .btn2  p{ font-size:14px; margin:0;}
.phoneFw .btn2 .light:after {animation: Circle 1.2s infinite linear;}
.phoneFw .btn2 .circle { width: 68px;height: 68px;border-radius: 34px; background: #edeff1;}
.phoneFw .btn2.cur .circle {background: #2cbdc5;}
.phoneFw .btn2 .circle i{width: 68px;height: 68px; line-height:68px; font-size:30px; color:#666}
.phoneFw .btn2.cur .circle i{ color:#fff; }

@media screen and (max-width:1200px) {
	.fp-tableCell{ display:none;}
	.phoneFw{ display:block;}
	}
/*合作伙伴*/
.partnerList{ width:23%; margin:0 1%; background:#fff; margin-bottom:20px; float:left;}
.partnerList p{ text-align:center; line-height:24px; border-top:1px solid #eee; margin-top:10px; padding-top:10px; font-weight:400; color:#000; }
.partnerBox{}
.newsBanner{
 background-image: url("") no-repeat center center;
  background: linear-gradient(-45deg, #82e8ff, #a974e8, #236bbd, #81ee8e);
  background-size: 400% 400%;
  animation: animate 15s ease infinite;
  -webkit-animation: animateBgColor 15s ease infinite;
}
@-webkit-keyframes animateBgColor {
 0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
	}
@keyframes animateBgColor {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.webCon{ padding:100px 0px;}