/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 12px "微软雅黑", \5b8b\4f53;
	color: #333;
	outline: 0;
}

body {
	background: #fff;
	min-width: 1200px;
}

a,
a:hover {
	color: #FFFFFF;
}

.hide {
	display: none;
}

.c {
	clear: both;
}

/*基础样式结束*/
#homepage {
	width: 100%;
	/*height: 1577px;*/
	position: relative;
}

/*头部*/
#nav {
	width: 100%;
	height: 68px;
	position: fixed;
	z-index: 999;
}

.nav_bgc0 {
	/*background-color: rgba(19,21,51,0.01);*/
}

/*.nav_bgc1{
	background-color: rgba(19,21,51,0.9);
}*/
.nav_bgc1 {
	-webkit-animation: bg_color 2s;
	animation: bg_color 2s;
	animation-fill-mode: forwards;
}

@-webkit-keyframes bg_color {
	from {
		background-color: rgba(19, 21, 21, 0.01);
	}

	to {
		background-color: rgba(19, 21, 21, 0.9);
	}
}

@keyframes bg_color {
	from {
		background-color: rgba(19, 21, 21, 0.01);
	}

	to {
		background-color: rgba(19, 21, 21, 0.9);
	}
}

.navin {
	width: 59.3%;
	height: 68px;
	margin: 0 auto;
}

.navin img {
	/*width: 200px;
     height: 57px; */
	margin: 20px auto;
	display: block;
	float: left;
}

.menu-log {
	width: 100px;
	height: 100%;
	float: left;
	display: inline-block;
}

.menu-log img {
	width: 61px;
	height: 30px;
}

menu {
	/*width: 711px;*/
	height: 100%;
	float: left;
}

menu a {
	/*min-width: 56px;*/
	height: 68px;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	display: block;
	float: left;
	line-height: 68px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
}

menu a:active {
	color: #26E1EB;
}

menu a:hover {
	color: #26E1EB;

}

menu .current {
	color: #26E1EB;
}

menu a span {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
}

.w_title {
	width: 100%;
	height: 180px;
	margin-top: 180px;
	margin-bottom: 87px;
}

.w_title ul {
	width: 275px;
	height: 180px;
	margin: 0 auto;
}

.w_title_li1 {
	width: 100%;
	height: 86px;
	line-height: 86px;
	color: #0eb493;
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
}

.w_title ul li img {
	width: 100%;
	height: 18px;
}

.w_title_li2 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #062033;
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
}

.swiper-container {
	width: 100%;
	height: 680px;
}

@media only screen and (max-width: 1920px) {
	.swiper-container {
		height: 680px;
	}
}

@media only screen and (max-width: 1680px) {
	.swiper-container {
		height: 595px;
	}
}

@media only screen and (max-width: 1440px) {
	.swiper-container {
		height: 510px;
	}
}

@media only screen and (max-width: 1280px) {
	.swiper-container {
		height: 425px;
	}
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 60px;
}

.swiper-pagination-bullet-active {
	background-color: #26E1EB;
}

/*产品*/
.two-title {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 80px;
	clear: both;
	padding-top: 60px;
}

.two-title h3 {
	font-size: 40px;
	margin: 0 0 10px 0;
	color: #090909;
	/*font-weight: 100;*/
}

.two-title p {
	line-height: 20px;
	font-size: 14px;
	color: #737373;
	margin-top: 35px;
}

.two-title-bt {
	width: 114px;
	height: 4px;
	margin: 40px auto 0 auto;
	background-color: #26E1EB;
}

.pg {
	width: 100%;
	/*height: 452px;*/
	position: relative;
	clear: both;
}

.pg_leftic {
	width: 10.2%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.pg_rightic {
	width: 10.4%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.pg_leftic img,
.pg_rightic img {
	width: 100%;
}

@media only screen and (max-width: 1440px) {
	.pg_leftic {
		display: none;
	}

	.pg_rightic {
		display: none;
	}
}

@media only screen and (max-width: 1280px) {
	.pg_leftic {
		display: none;
	}

	.pg_rightic {
		display: none;
	}
}

.Pt-content {
	width: 1146px;
	height: auto;
	margin: 0 auto;

}

.Pt-content-a {
	width: 380px;
	height: 450px;
	float: left;
	position: relative;
	border: 1px solid #EDEDED;
	margin-bottom: 84px;
	display: block;
	margin-top: 60px;
}

.PtContent_active {
	border: 1px dashed #26E1EB;
	/*animation:top20 .5s ;*/
	-webkit-animation: top20 .5s;
	animation: top20 .5s;
	animation-fill-mode: forwards;
}

.PtContent_active .Pt-content-round {
	background-color: #26E1EB;
}

/*.Pt-content-a:hover{
	border: 1px dashed #26E1EB;
	animation:top20 .3s ;
	-webkit-animation:top20 .3s ;
	animation:top20 .3s ;
	animation-fill-mode : forwards;
}
.Pt-content-a:hover .Pt-content-round{
	background-color: #26E1EB;
}*/
@-webkit-keyframes top20 {
	from {
		margin-top: 60px;
	}

	to {
		margin-top: 40px;
	}
}

@keyframes top20 {
	from {
		margin-top: 60px;
	}

	to {
		margin-top: 40px;
	}
}

.Pt-content-round {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	left: 141px;
	background-color: #D8D8D8;
}

.Pt-content-round img {
	width: 50%;
	display: block;
	margin: 26px auto 0 auto;
}

.Pt-content-a h4 {
	width: 340px;
	line-height: 40px;
	text-align: center;
	color: #090909;
	font-size: 28px;
	padding-bottom: 20px;
	margin: 70px auto 0 auto;
	border-bottom: 1px solid #D9D9D9;
}

.Pt-content-a .mycontent {
	width: 340px;
	line-height: 20px;
	display: block;
	color: #737373;
	font-size: 14px;
	margin: 20px auto 0 auto;
}

.Pt-content-a p {
	width: 340px;
	line-height: 17px;
	margin: 4px auto 0 auto;
	color: #A7B0B4;
	font-size: 12px;
}

.Split-line {
	width: 1146px;
	height: 4px;
	clear: both;
	margin: 0 auto;
}

.Split-line img {
	width: 100%;
}

.case-igs {
	width: 1140px;
	height: 420px;
	text-align: center;
	margin: 40px auto 40px auto;
	position: relative;
}

.case-ig {
	/*width: 100%;*/
	height: 100%;
	position: absolute;
	overflow: hidden;
	clear: both;
}

.case-ig a {
	width: 228px;

	margin-bottom: 80px;
	display: block;
	float: left;
	color: #090909;
}

.case-ig a img {
	width: 100%;
}

.case-tabs {
	width: 100%;
	list-style: none;
	bottom: 10px;
	height: 44px;
	text-align: center;


}

.case-tab {
	color: #26E1EB;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	padding: 10px 28px;
	cursor: pointer;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 22px;
	border: 2px solid #26E1EB;
}

.bg {
	background-color: #26E1EB;
	color: #FFFFFF;
}

.down-arrow {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	background-image: url('../image/down.png');
	background-size: 70px 70px;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: -35px;
}

.AboutUs {
	width: 100%;
	height: 411px;
	background-color: #F9F9F9;
	position: relative;
	padding-top: 40px;
	padding-bottom: 80px;
}

.AboutUs-shell {
	width: 1140px;
	height: 104px;
	margin: 0 auto;
	clear: both;
}

.AboutUs-three {
	width: 350px;
	height: 104px;
	float: left;
	margin-right: 30px;
}

.AboutUs-three:nth-child {
	margin-right: 0;
}

.AboutUs-three i {
	width: 50px;
	height: 50px;
	display: inline-block;
	float: left;
}

.AboutUs-three i img {
	width: 100%;
}

.AboutUs-three h4 {
	width: 280px;
	font-size: 16px;
	color: #080908;
	line-height: 22px;
	float: right;
	margin-bottom: 14px;
}

.AboutUs-three p {
	width: 280px;
	line-height: 17px;
	font-size: 12px;
	color: #747474;
	float: right;
}

.JoinUs-shell {
	width: 1150px;
	height: 740px;
	margin: 0 auto;
	clear: both;
}

.JoinUs-three {
	width: 380px;
	height: 740px;
	border: 1px solid #EDEDED;
	margin-bottom: 80px;
	float: left;
}

.HeadPortrait {
	width: 91px;
	height: 127px;
	margin: 31px auto 10px auto;
	/*background-color: #000000;*/
}

.HeadPortrait img {
	width: 100%;
}

.JoinUs-three h4 {
	width: 100%;
	line-height: 24px;
	text-align: center;
	color: #090909;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
}

.JoinUs-three p {
	line-height: 20px;
	color: #090909;
	font-size: 12px;
	width: 320px;
	margin: 0 auto;
}

.JoinUs-three p span {
	font-size: 12px;
	font-weight: normal;
}

.JoinUs-three .p14 {
	font-size: 14px;
	margin-top: 14px;
	font-weight: 600;
}

.JoinUs-three p a {
	color: #26E1EB;
	font-size: 16px;
	display: inline-block;
	margin-left: 5px;
}

.PageBottom {
	width: 100%;
	/*padding-top: 60px;*/
	/* height: 664px;*/
	background-color: #131515;
	clear: both;
}

.PageBottom .two-title h3 {
	color: #FFFFFF;
}

/*人物头像宽*/
/*.AvatarWide1{
 width: ;
}*/
.contactUs {
	width: 1140px;
	height: 87px;
	margin: 0 auto;
	clear: both;
}

.contactUs-four {
	width: 224px;
	height: 65px;
	float: left;
	margin-right: 61px;
}

.contactUs-four:nth-last-child(1) {
	margin-right: 0;
}

.contactUs-four i {
	width: 50px;
	height: 50px;
	margin-right: 20px;
	border-radius: 50%;
	/*background-color: #000000;*/
	float: left;
	background-repeat: no-repeat;
	background-size: 100%;
}

.contactUs-four:nth-of-type(1) i {
	background-image: url(../image/email.png);
}

.contactUs-four:nth-of-type(2) i {
	background-image: url(../image/qgrx.png);
}

.contactUs-four:nth-of-type(3) i {
	background-image: url(../image/jsrx.png);
}

.contactUs-four:nth-of-type(4) i {
	background-image: url(../image/qq.png);
}

.contactUs-shell {
	height: 100%;
	float: left;
}

.contactUs-span {
	display: block;
	line-height: 17px;
	font-size: 12px;
	color: #747474;
	margin-bottom: 4px;
}

.contactUs-content {
	display: block;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 4px;
}

.contactUs-content span {
	margin-right: 8px;
}

.tailAddress {
	width: 1140px;
	/*height: 307px;*/
	border-top: 2px solid #424242;
	clear: both;
	margin: 20px auto 0 auto;
	padding-top: 10px;
}

.tailAddress-six {
	width: 258px;
	height: 102px;
	margin-top: 20px;
	margin-right: 24px;
	line-height: 17px;
	font-size: 12px;
	color: #FFF;
	vertical-align: top;
	display: inline-block;
}

.tailAddress-six p {
	width: 100%;
	line-height: 17px;
}

.tailBar {
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #747474;
	font-size: 12px;
	border-top: 2px solid #424242;
	text-align: center;
	margin-top: 80px;
}

.r_contact {
	width: 52px;
	height: auto;
	position: fixed;
	right: 0;
	top: 350px;
	z-index: 10;
	border-radius: 2px 0 0 2px;
}

.r_contact a {
	width: 100%;
	height: 50px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	background: #26E1EB;

}

.r_contact a:nth-of-type(1) {
	background-image: url(../image/dh1.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.r_contact a:nth-of-type(2) {
	background-image: url(../image/qq1.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: none;
}

.tieshow {
	width: 150px;
	height: 165px;
	position: absolute;
	right: 65px;
	background-color: #FFFFFF;
	display: none;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 2px solid #26E1EB;
	border-bottom: 1px solid #EEEEEE;
}

.tieshow h3 {
	font-size: 16px;
	color: #090909;
	margin-top: 18px;
	margin-left: 16px;
	margin-bottom: 4px;

}

.tieshow p {
	font-size: 14px;
	color: #090909;
	margin-left: 16px;
}

.tieshow .msp {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #26E1EB;
	position: absolute;
	top: 22px;
	right: -8px;
	display: block;
}

.r_contact a:hover .tieshow {
	display: block;
}

.no-p {
	font-size: 12px;
	font-weight: 300;
}


.pg_g {
	width: 100%;
	height: 600px;
	position: relative;
	clear: both;
}