@charset "utf-8";

/* CSS Document */
html {
	font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}

body {
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333333;
	width: 640px;
	height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background-color: white;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

svg:not(:root) {
	overflow: hidden;
}

a {
	background: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #333;
}

a:active {
	outline: 0;
}

a:active {
	color: #333;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

html, button, input, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Roboto, Segoe UI, Arial, sans-serif;
	background: white;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
	margin: 0;
}

ul, ol, li, dl, dd {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none outside none;
}

h1, h2, h3 {
	line-height: 2;
	font-weight: normal;
}

h1 {
	font-size: 1.8rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.4rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #cccccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #cccccc;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #cccccc;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.re {
	position: relative;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
	background: #fcfcfc;
}

.banner {
	padding-top: 10px;
}

.banner .swiper {
	border-radius: 10px;
}

.banner .swiper img {
	width: 100%;
	height: 320px;
	border-radius: 10px;
}

/*   头部      */
.header {
	padding: 20px 0;
	text-align: center;
}

.header .logo-img {
	width: 133px;
	height: 133px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto;
	position: absolute;
	z-index: 4;
	left: 50%;
	margin-left: -66px;
	top: 248px;
}

.header .logo-img img {
	margin: 20px auto;
	width: auto;
	height: 90px;
	border-radius: 50%;
}

.header .banner_bg img {
	position: absolute;
	z-index: 3;
	top: 300px;
	left: 0px;
}

.header h1 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 36px; font-size:1.3em;
}

.header p {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	color: #b3b3b3;
}

.none {
	display: none;
}

/*this is nav*/
.nav {
	padding: 10px 0;
}

.nav ul {
	display: flex;
	flex-wrap: wrap;
	width: 101%;
}

.nav ul li {
	width: 24%;
	text-align: center;
	padding: 3px 0;
	margin-right: 1%;
}

.nav ul li p {
	display: block;
	margin: 5px auto;
	font-family: arial;
	color: #dadada;
	text-transform: uppercase;
	font-size: 17px;
}

.nav ul li span {
	padding: 0 10px;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	background: rgba(1, 195, 255, 1);
	border-radius: 30px;
	font-size: 24px;
	height: 47px;
	line-height: 47px;
	box-shadow: -1px 2px 8px 2px rgba(1, 195, 255, 0.29);
}

/*nav end*/

/*products*/
.hot-product {
	background: #FFF;
	border-radius: 10px;
}

.menu-title {
	padding: 10px 0  0px;
	text-align: center;
}

.menu-title h3 a {
	color: #797979;
	font-weight: bold;
	font-size: 30px;
}

.menu-title i {
	width: 45px;
	height: 1px;
	background: #c2c2c2;
	display: inline-block;
	margin: 0px 10px;
	vertical-align: middle;
}

/* pro 切换*/
.product-center {
	padding: 20px 23px;
}

.yinying {
	background: #FFF;
	box-shadow: 2px 2px 20px #edebeb;
	border-radius: 16px;
}

.product-center  ul {
	width: 610px;
}

.product-center  li {
	width: 265px;
	float: left;
	margin-right: 30px;
}

.product-center li .img {
	width: 265px;
	height: 188px;
	border-radius: 7px;
	overflow: hidden;
}

.product-center li .img img {
	width: 100%;
	height: 100%;
}

.product-center li h4 {
	margin: 10px auto;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #a0a0a0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-center .item:first-child {
	margin-right: 50px;
	margin-left: 15px;
}

/*pro 切换结束 */
#topProducts  .swiper-slide {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#topProducts .swiper-wrapper {
	width: 80%;
}

#topProducts .active-nav {
	font-size: 24px;
	font-weight: bold;
	color: rgba(1, 195, 255, 1);
	border-bottom: 1px solid #c2c2c2;
}

#topProducts .active-nav a {
	color: rgba(1, 195, 255, 1);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(../images/p_l.jpg) no-repeat 0 0;
	left: 10px;
	right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(../images/p_r.jpg) no-repeat 0 0;
	right: 10px;
	left: auto
}

#swiper-container3 {
	margin-top: 30px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 18px;
	margin-top: -12px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat
}

/*products end*/

/*gg*/

.gg {
	height: 162px;
	background: rgba(1, 195, 255, 1);
}

.gg_zi {
	color: #FFF;
	text-align: center;
	padding-top: 25px;
}

.gg_zi h4 {
	font-size: 26px;
	font-weight: bold;
}

.gg_zi  p {
	font-size: 24px;
}

.pt30 {
	padding-top: 30px;
}

.gg_bt {
	margin-top: 40px;
}

.ys {
	padding-top: 50px;
}

.semi-circle {
	width: 270px;
	text-align: center;
	height: 270px;
	margin: 0 auto;
	background: rgba(1, 195, 255, 1);
	box-shadow: 2px 2px 20px rgba(1, 195, 255, .5);
	border-radius: 50%; /* 左上、右上、右下、左下 */
}

.semi-circle img {
	padding-top: 20px;
}

.gg_an {
	width: 508px;
	height: 60px;
	border-radius: 40px;
	display: block;
	position: relative;
	z-index: 3;
	margin: -70px auto 0;
	text-align: center;
	line-height: 60px;
	font-size: 26px;
}

.gg_an a.zx {
	color: rgba(1, 195, 255, 1);
	border-left: 1px solid rgba(1, 195, 255, 1);
	padding-left: 30px;
	margin-left: 30px;
}

/*ys */
.ys-center {
	padding: 20px 20px 0;
	position: relative;
	z-index: 2;
	margin-top: -160px;
}

.ys-center   .swiper-container {
	width: 100%;
	padding-bottom: 60px;
	margin: 20px auto;
}

.ys-center  .swiper-slide {
	text-align: center;
	font-size: 24px;      /* Center slide text vertically */
}

.ys-center .ys_zi h4 {
	font-size: 28px;
	font-weight: bold;
	color: #616161;
}

.ys-center .ys_zi .con {
	font-size: 24px;
	line-height: 36px;
	color: #a4a4a4;
	margin-top: 10px;
}

.ys-center .swiper-button-next, .swiper-button-prev {
	top: 42%;
}

.ys-center .swiper-pagination {
	font-size: 28px;
	color: #767676;
	font-weight: normal;
}

.ys-center .swiper-pagination-current {
	color: #000;
	font-weight: bold;
	font-size: 30px;
}

.ys-center #ys-pic {
	margin-top: 15px;
}

.ys-center .swiper-pagination-fraction {
	bottom: 328px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	z-index: 1;
}

.ys {
	margin-top: 40px;
}

.ys .current-swiper {
	width: 560px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

.ys .swiper-slide {
	height: 500px;
}

.ys .current-swiper .swiper-slide .ys_zi {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.ys .left-swiper .swiper-slide .ys_zi {
	display: none;
}

.ys .right-swiper .swiper-slide .ys_zi {
	display: none;
}

.ys  .left-swiper {
	position: absolute;
	left: 0;
	right: auto;
	top: 48%;
	z-index: 1;
	margin-top: 0;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.ys  .right-swiper {
	position: absolute;
	right: 0;
	left: auto;
	top: 48%;
	z-index: 1;
	margin-top: 0px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.ys .nocurrent-swiper {
	width: 52px;
	height: 250px;
}

.ys-center #ys-pic img {
	width: 450px;
	height: 250px;
	border-radius: 10px;
	margin-top: 255px;
	position: absolute;
	bottom: 0px;
	left: 54px;
}

.ys .swiper:before {
	content: '';
	display: block;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	width: 580px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	z-index: 3;
	margin-left: -290px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	opacity: .6;
}

/*ys end*/

/*case*/
.case {
	padding-top: 40px;
}

#tabs-case {
	margin: 20px 0 0 10px;
}

.case .swiper-slide {
	display: flex;
}

.case .item {
	width: 265px;
	height: 300px;
}

.case .item .img {
	width: 265px;
	height: 180px;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.case .item .img img {
	width: 100%;
	height: 100%;
}

.case .item h4 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	padding-top: 4px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case .item .info {
	border-radius: 0 0 6px 6px;
	background: #fff;
	width: 100%;
	height: 64px;
	background: rgba(1, 195, 255, 1);
	box-shadow: -1px 2px 8px 2px rgba(1, 195, 255, 0.29);
}

.case .item p {
	background: #FFF;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	box-shadow: 2px 2px 20px rgba(237, 226, 226, 1);
	margin: 0 auto;
	text-align: center;
	margin-top: -15px;
}

.case .item:first-child {
	margin-right: 30px;
	margin-left: 15px;
}

/*case end*/

/*about*/
.about .about_pic {
	position: relative;
	z-index: 2;
}

.about .about_pic img {
	width: 440px;
	height: 265px;
	border-radius: 10px;
	box-shadow: 2px 2px 20px rgba(1, 195, 255, .5);
	margin: 0 auto;
	display: block;
}

.about {
	padding: 40px 0;
}

.about_content {
	position: relative;
	z-index: 1;
	margin-top: -100px;
	padding-top: 120px;
	height: 370px;
}

.about_content h4 a {
	font-size: 24px;
	font-weight: bold;
	color: #606060;
	text-align: center;
	display: block;
}

.about_content .con {
	line-height: 36px;
	font-size: 24px;
	color: #a4a4a4;
	height: 144px;
	display: block;
	overflow: hidden;
	margin: 16px 20px;
}

.about_an {
	width: 508px;
	height: 60px;
	border-radius: 40px;
	display: block;
	position: relative;
	z-index: 3;
	margin: -30px auto 0;
	text-align: center;
	line-height: 60px;
	font-size: 26px;
	background: rgba(1, 195, 255, 1);
	box-shadow: 2px 2px 20px rgba(1, 195, 255, .5);
	color: #FFF;
}

.about_an a{color:#FFF;}

.about_an a.zx {
	border-left: 1px solid  #FFF;
	padding-left: 30px;
	margin-left: 30px;
	color: #FFF;
}

/*about end*/

/*case*/
.kehu {
	padding-top: 40px;
}

#tabs-kehu {
	margin: 20px 0 0 10px;
}

.kehu .swiper-slide {
	display: flex;
}

.kehu .item {
	width: 265px;
	height: 380px;
}

.kehu .item .img {
	width: 265px;
	height: 180px;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.kehu .item .img img {
	width: 100%;
	height: 100%;
}

.kehu .item h4 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	padding-top: 4px;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	color: #606060;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.kehu .item .con {
	font-size: 22px;
	line-height: 30px;
	height: 60px;
	display: block;
	overflow: hidden;
	color: #a4a4a4;
	margin: 5px  0 0 18px;
}

.kehu .item .info {
	border-radius: 0 0 6px 6px;
	width: 100%;
	height: 162px;
	background: #FFF;
	box-shadow: -1px 2px 8px 2px #f3f3f3;
}

.kehu .item p {
	background: #FFF;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	box-shadow: 2px 2px 20px rgba(237, 226, 226, 1);
	margin: 0 auto;
	text-align: center;
	margin-top: -15px;
}

.kehu .item:first-child {
	margin-right: 30px;
	margin-left: 15px;
}

/*case end*/

/*news*/

.news {
	padding-top: 40px;
}

.news .yinying {
	height: 900px;
}

.news .tabs {
	padding: 5px 15px;
	background: #fff;
	border-radius: 7px;
	margin-bottom: 10px;
	text-align: center;
}

.news .tabs a {
	margin: 0 10px;
	position: relative;
	display: inline-block;
	padding: 7px 0;
}

.news .tabs a.active {
	color: rgba(1, 195, 255, 1);
	font-weight: bold;
	border-bottom: 1px solid #c2c2c2;
}

.news .items {
	padding: 10px 15px 10px 5px;
	background: #FFF;
	box-shadow: 2px 2px 20px rgba(237, 226, 226, .5);
	border-radius: 16px;
	margin: 10px 20px 30px;
	height: 210px;
}

.news .items .img {
	float: left;
	margin-right: 20px;
	margin-left: 15px;
}

.news .items .img img {
	width: 174px;
	height: 130px;
	border-radius: 7px;
}

.news .items .info {
	float: right;
	width: 336px;
}

.news .items dd h4 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .items dd p {
	font-size: 22px;
	overflow: hidden;
	line-height: 30px;
	height: 90px;
	display: block;
	margin-top: 5px;
	color: #a4a4a4;
}

.news .items dt p {
	text-align: right;
	line-height: 22px;
	font-size: 24px;
	float: left;
	color: #a0a0a0;
}

.news .items dt span {
	font-size: 18px;
	color: #a0a0a0;
	display: block;
}

.news .items dt  img {
	padding-right: 5px;
}

.news .items dt i {
	background: url(../images/p_r.jpg) no-repeat;
	width: 32px;
	height: 18px;
	float: right;
	display: block;
	margin: 10px 6px 0 0;
}

.news .items dt {
	height: 50px;
	display: block;
	overflow: hidden;
}

/*news end*/

/*footer*/


.footer {
	padding: 50px 0  140px;
	position: relative;
}

.footer-bar .gottt {
	display: inline-block;
	width: 42px;
	height: 42px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: -16px;
	margin-left: -16px;
	z-index: 999;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0px rgba(1, 195, 255, .6);
	background: #fff;
}

.footer-bar .gottt  .gotop{width:80px;height: 42px;display: block;}

.footer-bar .footer_bj {
	position: relative;
	z-index: 4;
	line-height: 0px;
}

.footer-bar .gotop:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	left: -63px;
	border-right: 20px solid transparent;
	-webkit-filter: drop-shadow(rgb(1, 255, 0) 45px 0px);
	filter: drop-shadow(rgb(1, 195, 255) 45px 0px);
	background: url(../images/gotop.png) no-repeat center center;
}

.footer .info {
	background: #fff;
	padding: 20px;
	display: flex;
	color: #828282;
}

.footer .info a{color: #828282;}

.footer .info p {
	margin-right: 20px;
	font-size: 24px;
}

.footer .info .qrcode {
	width: 140px;
	height: 140px;
}

.footer .info .qrcode img {
	width: 140px;
	height: 140px;
}

.footer-bar {
	position: fixed;
	bottom: 0;
	width: 640px;
	z-index: 10;height: 130px;border-radius: 50% 50% 0 0;
	background: rgba(1, 195, 255, 1);
}

.footer-bar .footer_nav {
	z-index: 5;
	position: relative;
}

.footer-bar .footer_nav ul {
	display: flex;
	justify-content: space-around;
}

.footer-bar li {

 	width: 70px;height: 70px;
	padding: 10px 0;
	text-align: center;
}

.footer-bar li a{width: 70px;height: 70px;display: block;}
.footer-bar li p {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-shadow: 2px 2px 20px rgba(1, 195, 255, .5);
	display: block;
	text-align: center;
	background: #FFF;  overflow:hidden;
}
 .icon {
    display: inline-block;
    width: 180px; height: 70px;
 
}
.footer-bar .icon-home {
    background: url(../images/home.png) no-repeat center ; 
}
.footer-bar .icon-pro {
    background: url(../images/cp.png) no-repeat center ; 
}
.footer-bar .icon-tel {
    background: url(../images/tel.png) no-repeat center ; 
}
.footer-bar .icon-lx {
    background: url(../images/lx.png) no-repeat center ; 
}


 .icon > .icon {
    position: relative;
    left: -122px;
      border-right: 30px solid transparent;
     -webkit-filter: drop-shadow(rgba(1, 195, 255,1) 80px 0px); /*20px为图标宽度*/
    filter: drop-shadow(rgba(1, 195, 255,1) 10px 0px);  /*20px为图标宽度*/ 
}

.footer-bar li span {
	font-size: 24px;
	color: rgba(255, 255, 255, .63);
	margin-top: 6px;
	display: block;
}

#kefu-ball {
	background: rgba(1, 195, 255, 1);
	position: fixed;
	right: 0;
	bottom: 30%;
	border-radius: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px 0px rgba(1, 195, 255, .6);
}

/*footer end*/
