body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	max-width: 100%;
	background: #fff;
	padding: 0px;
	margin: 0 auto;
	font-family: "MicrosoftYaHei";
	color: #333;
	overflow-x: hidden;
	font-size: 16px;
}

html.body {
	height: 100%;
}

ul li,
p,
h4,
li,
dl,
dd,
ul,
.checkbox,
.radio,
dl,
dd,
dt {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

span,
i {
	display: block;
}

input,
select,
input[type="submit"],
button,
textarea,
input[type="checkbox"] {
	border: none;
	background: none;
	outline: none;
	font-family: "PingFangSC-Regular";
	padding: 0px;
	margin: 0px;
	border-radius: 0;
	-webkit-appearance: none;
}

textarea {
	resize: none
}

a,
img {
	border: none;
	text-decoration: none;
	-webkit-appearance: none;
	outline: none;
	text-decoration: none;
	color: #222;
}

a {
	display: block;
	cursor: pointer;
}

i {
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.cl:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.cl {
	zoom: 1
}

.por {
	position: relative;
}

.poa {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.dn {
	display: none;
}

.db {
	display: block;
}

.transition-all-5,
.transition-all-5 * {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.f-row {
	display: flex;
	flex-wrap: wrap;
}

.f-row-c {
	align-items: center;
	justify-content: center;
}
.frc{
	display: flex;
	align-items: center;
	justify-content: center;
}
.fra {
	display: flex;
	align-items: center;
}

.frjc {
	display: flex;
	justify-content: center;
}

.frj {
	display: flex;
	justify-content: space-between;
}

.f-row-jcsa {
	justify-content: space-around;
}

.bgc {
	background-color: #00b1ff;
}
.bg-f5{
	background-color: #f5f5f5;
}
.fc {
	color: #00b1ff;
}

.mask-bg {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.4;
	z-index: 99;
}

.mask-c {
	position: absolute;
	z-index: 999;
}

.line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.line2 {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.gray-bgc {
	background-color: #f0f0f0;
}

.hc {
	background-color: #f5f5f5;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.fwb {
	font-weight: bold;
}
.tac{
	text-align: center;
}
/* index.html  start*/
header {
	background-color: #2e3033;
	width: 100%;
	height: 80px;
}

header .w1200 {
	height: 100%;
}

header .left {
	color: #fff;
	margin-right: 33px;
}

header .left img {
	margin-right: 15px;
	width: 40px;
	height: 40px;
}

header .left span {
	color: #fff;
	font-size: 16px;
}

header .left i {
	font-size: 20px;
	color: #00b1ff;
}

header .right a {
	color: #fff;
	width: 72px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 13px;
	background-color: #00b1ff;
	border-radius: 5px;
}

header .right a:first-child {
	margin-bottom: 5px;
}

nav {
	width: 100%;
	background-color: #fff;
}

footer {
	width: 100%;
	background-color: #2e3033;
	height: 340px;
	padding-top: 50px;
	position: relative;
}

footer .item {
	margin-right: 85px;
}

footer .item p {
	color: #fff;
	padding: 0 0 20px;
}

footer .item a {
	color: #a5a6a7;
	line-height: 24px;
}

footer .item a:hover {
	color: #00b1ff;
}

footer .right {
	font-size: 16px;
	color: #fff;
}

footer .right p {
	margin: 24px 0 10px;
}

footer .right span {
	margin-left: 36px;
	position: relative;
	margin-bottom: 8px;
}

footer .right .address {
	font-size: 14px;
	position: relative;
	margin-left: 36px;
}

footer .right .tel::before {
	display: block;
	content: '';
	position: absolute;
	background: url('../img/icon-tel.png') no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 19px;
	left: -36px;
}

footer .right .phone::before {
	display: block;
	content: '';
	position: absolute;
	background: url('../img/icon-phone.png') no-repeat;
	background-size: 100% 100%;
	width: 18px;
	height: 23px;
	left: -32px;
}

footer .right .address::before {
	display: block;
	content: '';
	position: absolute;
	background: url('../img/icon-address.png') no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 23px;
	left: -34px;
}

footer .right .img {
	margin-left: 66px;
}

footer .copyright {
	width: 100%;
	background-color: #26272a;
	position: absolute;
	bottom: 0;
}

footer .copyright div {
	text-align: center;
	line-height: 60px;
	color: #fff;
	opacity: 0.8;
}

.nav {
	height: 100px;
	overflow: visible;
}

.nav > li {
	flex: 1;
	line-height: 95px;
	text-align: center;
	position: relative;
}

.nav > li.active > a{
	color: #00b1ff;
}


.nav > li:hover,.nav > li.active {
	
	border-bottom: 5px solid #00b1ff;
}
.nav > li:hover a{
	color: #00b1ff;
}
.nav .nav-public {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100px;
    color: #fff;
    z-index: 99;
	display: none;
}
.nav .nav-public li{
	line-height: 35px;
	    text-align: center;
	    font-size: 15px;
	    background-color: rgba(0, 32, 64, 0.8);
	    cursor: pointer;
	    color: #fff;
}
.nav .nav-public li a{
	display: block;
	    height: 100%;color: inherit;
}
.nav .nav-public li a:hover{
	background-color: #0097ea;
}
.nav > li:hover > ul.nav-public {
				display: block;
			}
.index>div {
	padding: 60px 0;
}

.index .banner,
.patent .banner {
	position: relative;
	padding: 0;
}

.index .banner .swiper-containerï¼Œ
.patent .banner .swiper-container {
	height: 620px;
	width: 100%;
}

.index .banner .swiper-pagination-bullet,
.patent .banner .swiper-pagination-bullet {
	width: 60px;
	height: 6px;
	opacity: 0.5;
	border-radius: 3px;
	background-color: #fff;
}
.patent .banner .swiper-pagination-bullet-active,
.index .banner .swiper-pagination-bullet-active {
	opacity: 1;
}

.index .affair {
	width: 100%;
	background-color: #fff;
}

.index .title {
	display: flex;
	justify-content: center;
	padding: 0 0 46px;
	flex-direction: column;
	align-items: center;
}

.index .title p {
	font-size: 32px;
	color: #231815;
}

.index .title i {
	width: 50px;
	height: 2px;
	margin: 12px 0 9px;
	background-color: #dadada;

}

.index .title span {
	font-size: 22px;
	color: #898989;
	transition: all 1s ease;
}

.index .affair-con a {
	width: 200px;
	text-align: center;
}


.index .affair-con img {
	width: 86px;
	height: 87px;
	display: inline-block;
	margin-bottom: 10px;
}
.index .affair-con i{
width:86px;
height: 86px;
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 0 auto 15px;
	transition: all 1s ease;
}
.index .affair-con .affair_1{
	background-image: url('../img/affair_1.png');
}
.index .affair-con .affair_2{
	background-image: url('../img/affair_2.png');
}
.index .affair-con .affair_3{
	background-image: url('../img/affair_3.png');
}
.index .affair-con .affair_4{
	background-image: url('../img/affair_4.png');
}
.index .affair-con .affair_5{
	background-image: url('../img/affair_5.png');
}
.index .affair-con .affair_6{
	background-image: url('../img/affair_6.png');
}
.index .affair-con a span{
	transition: all 1s ease;
}
.index .affair-con a:hover span{
	color: #00b1ff;
}
.index .affair-con a:hover i{
	transform: rotate(360deg);
}
.index .affair-con a:hover .affair_1{
	background-image: url('../img/affair_01.png');
}
.index .affair-con a:hover .affair_2{
	background-image: url('../img/affair_02.png');
}
.index .affair-con a:hover .affair_3{
	background-image: url('../img/affair_03.png');
}
.index .affair-con a:hover .affair_4{
	background-image: url('../img/affair_04.png');
}
.index .affair-con a:hover .affair_5{
	background-image: url('../img/affair_06.png');
}
.index .affair-con a:hover .affair_6{
	background-image: url('../img/affair_05.png');
}
.index .case .con{
	justify-content: space-between;
}
.index .case .w1200{
	overflow: visible;
}
.index .case .con img{
	border: 1px solid #eee;
	width: 230px;height: 95px;
	margin-bottom: 15px;
	transition: all 1s ease;
}
.index .case .con img:hover{
	transform: scale(1.2);
}
.plate15,
.index .property,
.index .doubt {
	background-color: #f5f5f5;
}
.code .plate15{
	padding-bottom: 120px;
	background-color: #fff;
}
.plate15 .advantage-con {
	justify-content: space-between;
}

.plate15 .advantage-con .item {
	display: flex;
	width: 500px;
}

.plate15 .advantage-con .item:nth-child(1),
.plate15 .advantage-con .item:nth-child(2) {
	margin-bottom: 60px;
}

.plate15 .advantage-con .item img {
	margin-right: 25px;
	width: 70px;
	height: 70px;
}

.plate15 .advantage-con p {
	font-size: 23px;
	color: #231815;
}

.plate15 .advantage-con span {
	margin-top: 8px;
	font-size: 16px;
	color: #898989;
}
/* team.html */
 .team-con {
	width: 100%;
}

 .team-con .swiper-slide {
	background-color: #f2f2f2;
	width: 240px;
	height: 360px;
	position: relative;
}

 .team-con .swiper-slide-active {
	transform: scale(1.2);
	background-color: #202939;
	z-index: 9;
}

 .team-con .swiper-container {
	padding: 50px 0;
}

.team-con .name .mask {
	position: absolute;
	bottom: 48px;
	background-color: #000;
	opacity: 0.2;
	width: 100%;
	height: 48px;
}

.team-con .name-text {
	position: absolute;
	bottom: 48px;
	width: 100%;
	text-align: center;
	line-height: 48px;
	height: 48px;
	font-size: 26px;
}

.team-con .position .mask {
	position: absolute;
	bottom: 0;
	background-color: #000;
	opacity: 0.2;
	width: 100%;
	height: 48px;
}

.team-con .position-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 48px;
	height: 48px;
	color: #fff;
	font-size: 21px;
}

 .team-con img {
	width: 240px;
	height: 360px;
}
.team .btn,
.plate6 .btn {
	width: 160px;
	height: 47px;
	font-size: 26px;
	color: #fff;
	line-height: 47px;
	text-align: center;
	border-radius: 5px;
	margin: 11px auto 0;
}

.index .property .hd span {
	width: 355px;
	height: 45px;

	line-height: 45px;
	text-align: center;
	background-color: #8fc31f;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.index .property .hd span:nth-child(2) {
	background-color: #00b1ff;
}

.index .property .hd span:nth-child(3) {
	background-color: #f39800;
}

.index .property-con p {
	font-size: 32px;
	text-align: center;
	margin: 50px 0;
}

.index .property .item {
	position: relative;
	text-align: center;
	font-size: 22px;
}

.index .property .item img {
	width: 142px;
	margin-bottom: 10px;
}

.index .property .item::after {
	display: block;
	content: '';
	width: 54px;
	height: 20px;
	position: absolute;
	right: -90px;
	top: 72px;
	background: url('../img/property-jt.png') no-repeat;
	background-size: 100% 100%;
}

.index .property .item:last-child::after {
	display: none;
}

.index .express {
	background-color: #d9f3ff;
}

.index .doubt .item {
	width: 282px;
	height: 378px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 40px 0 0;
}
.index .doubt .item:hover{
	border: 1px solid #00b1ff;
}
.index .doubt .item p {
	font-size: 32px;
}

.index .doubt .list {
	margin: 25px 0;
}

.index .doubt .list a {
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 30px;
	font-size: 18px;
	color: #898989;
}
.index .doubt .list a:hover{
	color: #00B1FF;
}
.index .doubt .list a:last-child {
	border-bottom: 0;
}

.index .doubt .btn {
	font-size: 20px;
	width: 132px;
	height: 39px;
	line-height: 37px;
	text-align: center;
	border: 1px solid #00b1ff;
	border-radius: 5px;
	margin: 0 auto;
}
.index .doubt .btn:hover{
	background-color: #00b1ff;color: #fff;
}
/* index.html  end*/

/* case.html */
.common-img {
	width: 100%;
	height: 620px;
}

.common-img img {
	display: block;
	height: 100%;
}

section.hot-industry {
	height: 724px;
	background-color: #FFF;
}

ul.hot-industry-type {
	height: 55px;
	width: 100%;
	margin-bottom: 50px;
	border-bottom: 1px solid #e9e9e9;
}

ul.hot-industry-type>li {
	height: 100%;
	width: 12.5%;
	float: left;
	font-size: 20px;
	color: #595959;
}

ul.hot-industry-type>li>span {
	line-height: 55px;
	display: inline-block;
	height: 100%;
	cursor: pointer;
	position: relative;
}

ul.hot-industry-type>li.active>span::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background-color: #00b1ff;
}


div.hot-container {
	height: 310px;
	overflow: hidden;
}

ul.hot-list {
	position: relative;
	top: 0%;
}

ul.hot-list>li {
	height: 310px;
}

ul.hot-content {
	height: 100%;
}

ul.hot-content>li {
	height: 310px;
	width: 180px;
	float: left;
	margin-right: 24px;
	position: relative;
	cursor: pointer;
	background-color: #f2f2f2;
}

ul.hot-content>li:last-child {
	margin-right: 0px;
}

ul.hot-content>li:hover>div.hot-item-prompt {
	display: block;
}

div.hot-item-prompt {
	background-color: rgba(0, 177, 255, 0.8);
	/* background-image: linear-gradient(0deg, 
	#0189fe 0%, 
	#00b6ff 100%); */
	color: #FFF;
	font-size: 14px;
	width: 100%;
	height: 170px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 25px 10px;
	display: none;
}

div.hot-item-prompt>h5 {
	line-height: 25px;
}

section.other-industries {
	height: 1150px;
	background-color: #F2F2F2;
}


.case .main>h1 {
	text-align: center;
	padding: 50px 0 30px;
	font-size: 36px;
}

.project-button {
	width: 252px;
	height: 62px;
	background-color: #ffffff;
	background: url(../img/btn-back.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	font-size: 29px;
	color: #00b1ff;
	text-align: center;
	line-height: 58px;
	margin: 57px auto 0;
}

.project-button:hover {
	background: linear-gradient(#09c8fe, #0365ff);
	color: #fff;
}

.case .other {
	padding: 50px 0 163px;
	background-color: #f5f5f5;
	min-width: 1200px;
}

.case .other .hd {
	font-size: 36px;
	color: #444;
	text-align: center;
	width: 100%;
}

.case .other .bd {
	margin: 65px auto 78px;
}

.case .other .item {
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	width: 298px;
	height: 172px;
	position: relative;
	background-color: #fff;
}

.case .other .item img {
	width: 100%;
	height: 100%;
}

.case .other .item:nth-child(1),
.case .other .item:nth-child(5),
.case .other .item:nth-child(9),
.case .other .item:nth-child(13),
.case .other .item:nth-child(17),
.case .other .item:nth-child(21) {
	border-left: 1px solid #cdcdcd;
}
.case .other .bd >div:first-child .item{
	border-top: 1px solid #cdcdcd;
}
.case .other-hover {
	background-image: linear-gradient(0deg,
			#0189fe 0%,
			#00b6ff 100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 22px;
	text-align: center;
	line-height: 31px;
	color: #fff;
	font-size: 18px;
}
/* case.html end */

/* about.html */
.about .introduce {
	text-align: center;
	font-size: 18px;
	padding: 40px 0;
}

.about .introduce>div {
	padding: 0 80px;
}

.about .introduce p {
	font-size: 36px;
	margin-bottom: 40px;
}

.about .introduce span {
	line-height: 49px;
}

.about .team {
	background: url('../img/about-bg.png') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 470px;
}

.about section.team {
	height: 465px;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/about_us/team-bak.jpg');
}

.about section.team>div.main {
	overflow: hidden;
}

.about section.team>div.main>h1 {
	color: #fff;
	text-align: center;
	margin: 50px 0 16px;
	font-weight: normal;
}

.about ul.team-list {
	width: 300%;
	height: 200px;
	margin-top: 40px;
	position: relative;
	left: 0%;
}

.about ul.team-list>li {
	width: 590px;
	height: 204px;
	background-color: #fff;
	float: left;
}

.about ul.team-list>li:nth-child(odd) {
	margin-right: 20px;
}

.about ul.team-list>li>div {
	float: left;
}

.about ul.team-list>li>div:first-child {
	position: relative;
	top: -66px;
}

.about div.team-member {
	width: 340px;
	text-align: left;
	position: relative;
}

.about div.team-member>h2 {
	font-size: 24px;
	color: #00b1ff;
	line-height: 50px;
	border-bottom: 1px dashed #e2e2e2;

	margin: 10px 0;
}

.about div.team-member>a {
	color: #00b1ff;
	position: absolute;
	right: 0px;
	top: 30px;
}

.about ul.member-position {
	list-style-type: circle;
	list-style-position: inside;
}

.about ul.member-position>li {
	line-height: 23px;
	color: #68c4ff;
	font-size: 15px;
}

.about ul.member-position>li>span {
	color: #8d8d8d;
	font-size: 16px;
	position: relative;
}

.about ul.member-position>li>span::before {
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #00b1ff;
	position: absolute;
	left: -16px;
	top: 50%;
	margin-top: -2px;
}

.about p.team-point {
	text-align: center;
	padding-top: 40px;
	font-size: 0;
}

.about p.team-point>i {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #FFF;
	border-radius: 50%;
	margin: 0px 7px;
	cursor: pointer;
}

.about p.team-point>i.active {
	background-color: #FFF;
}

.about p.team-point>span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0px 7px;
	vertical-align: sub;
	cursor: pointer;
}

.about .culture {
	text-align: center;
}

.about .culture p {
	font-size: 36px;
	padding: 80px 0;
}

.about .culture .list {
	width: 740px;
	margin: 0 auto;
}

.about .culture .list span {
	font-size: 24px;
	margin: 24px 0 70px;
}

.about .view {
	height: 780px;
	background-color: #f2f2f2;
}

.about .view h1,
.about .honor h1,
.about .common-problem h1 {
	padding: 50px 0 77px;
	text-align: center;
	font-weight: normal;
	font-size: 36px;
}

.about ul.view-list {
	width: 400px;
}

.about ul.view-list>li {
	height: 124px;
	line-height: 124px;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #FFF;
	position: relative;
	color: #474747;
}

.about ul.view-list>li.active {
	background-color: #5cbfff;
	color: #FFF;
	border: none;
}

.about ul.view-list>li>div {
	width: 812px;
	height: 496px;
	position: absolute;
	left: 100%;
	overflow: hidden;
	display: none;
}

.about ul.view-list>li:nth-child(1)>div {
	top: 0%;
}

.about ul.view-list>li:nth-child(2)>div {
	top: -100%;
}

.about ul.view-list>li:nth-child(3)>div {
	top: -200%;
}

.about ul.view-list>li:nth-child(4)>div {
	top: -300%;
}

.about ul.view-list>li:nth-child(5)>div {
	top: -400%;
}

.about ul.view-list>li.active>div {
	display: block;
}

.about ul.view-list>li.active>div>img {
	height: 100%;
}

.about .honor-con {
	display: flex;
	justify-content: center;
	margin-bottom: 115px;
}

.about .honor-con img:nth-child(2) {
	margin: 0 48px;
}

.about .common-problem {
	background-color: #fff;
	padding-bottom: 60px;
}



.about ul.honor-type {
	height: 45px;
	width: 610px;
	margin: 0 auto;
	border-bottom: 1px solid #e9e9e9;
}

.about ul.honor-type>li {
	float: left;
	height: 100%;
	width: 25%;
	font-size: 24px;
	color: #595959;
	cursor: pointer;
}

.about ul.honor-type>li>span {
	display: inline-block;
	height: 100%;
	color: #292929;
}

.about ul.honor-type>li.active>span {
	color: #00b1ff;
	position: relative;
}

.about ul.honor-type>li.active>span::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background-color: #00b1ff;
}

.about ul.honor-container {
	height: 365px;
	width: 400%;
	position: relative;
	left: 0%;
}

.about ul.honor-container>li {
	width: 25%;
	height: 100%;
	float: left;
}

.about dl.honor-list {
	text-align: left;
}

.about dl.honor-list span {
	display: inline-block;
	width: 28px;
	text-align: center;
	height: 28px;
	color: #FFF;
	line-height: 25px;
	border-radius: 5px;
	vertical-align: top;
}

.about dl.honor-list p {
	display: inline-block;
	width: 935px;
	padding-left: 6px;
}

.about dl.honor-list>dt {
	color: #00b1ff;
	font-size: 20px;
	padding-top: 38px;
}

.about dl.honor-list>dt>span {
	background-color: #00b1ff;
}

.about dl.honor-list>dd {
	color: #929292;
	font-size: 18px;
	padding-top: 10px;
}

.about dl.honor-list>dd>span {
	background-color: #8bd7f9;
}

.about .common-problem .w1200 {
	width: 970px;
}

.about .common-problem .w1200>a {
	text-align: center;
}

.about .common-problem .project-button {
	width: 158px;
	height: 46px;
	line-height: 44px;
	font-size: 24px;
	border-radius: 0;
}

.about .common-problem .project-button:hover {
	border-radius: 5px;
}


.about .advantage {
	height: 410px;
	background-color: #FFF;
}

.about .advantage>h1 {
	height: 110px;
	background-color: #00b1ff;
	color: #FFF;
	line-height: 110px;
	font-size: 32px;
}

.about .advantage>h1>span {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
}

.about .advantage>h1>span::after {
	content: "";
	width: 0px;
	height: 0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-top: 30px solid #00b1ff;
	;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -40px;
}

.about .advantage>div.main {
	height: 300px;
	text-align: left;
}

.about ul.advantage-list {
	height: 300px;
}

.about ul.advantage-list>li {
	width: 33.33%;
	float: left;
	padding-left: 60px;
	padding-top: 45px;
	position: relative;
}

.about ul.advantage-list>li>h2 {
	color: #292929;
	font-size: 24px;
	line-height: 45px;
	font-weight: normal;
}

.about ul.advantage-list>li>h3 {
	color: #767676;
	font-weight: normal;
	font-size: 18px;
}

.about ul.advantage-list>li>img {
	position: absolute;
	left: 12px;
	top: 54px;
}

.about .address {
	background-color: #FFF;
}

.about .address>div>h1>p {
	font-size: 16px;
	color: #657174;
	padding-top: 6px;
}

.about .address>div>h1>p>img {
	vertical-align: middle;
	margin-right: 5px;
}

.about div.address-con {
	height: 500px;
}

.about div.address-con>img {
	width: 850px;
}

.about div.address-con>div#container {
	height: 100%;
	width: 850px;
	float: left;
}

.about div.address-con>div:last-child {
	height: 100%;
	width: 350px;
	background: #f2f2f2;
	padding: 115px 25px;
	float: left;
	position: relative;
}

.about div.address-con>div>h1 {
	color: #292929;
	font-size: 28px;
	text-align: center;
	padding-bottom: 30px;
	font-weight: normal;
}

.about div.address-con>div>input {
	height: 50px;
	width: 100%;
	border-radius: 8px;
	padding-left: 50px;
	font-size: 18px;
	color: #FFF;
	background-color: #d4d4d4;
}

.about div.address-con>div>button {
	height: 50px;
	width: 100%;
	border-radius: 5px;
	color: #FFF;
	font-size: 18px;
	margin-top: 20px;
	background-color: #00b1ff;
}

.about div.address-con>div>img {
	position: absolute;
	left: 40px;
	top: 192px;
}

.about .address .main>h1 {
	text-align: center;
	font-weight: normal;
}

.about .address .main>h1 span {
	font-size: 36px;
}

.about .address .main>h1 p {
	font-size: 18px;
	margin: 20px 0 45px;
}

.about .recruit {
	height: 220px;
	padding-top: 50px;
	margin-top: 85px;
}

.about .recruit>div {
	width: 1200px;
	height: 80px;
	background-color: #005c85;
	color: #FFF;
	margin: 0 auto;
	border-radius: 5px;
	padding: 18px 55px;
	line-height: 40px;
	font-size: 0;
}

.about .recruit>div>span {
	font-size: 48px;
	height: 44px;
	display: inline-block;
	border-right: 1px solid #FFF;
	padding-right: 50px;
	margin-right: 65px;
	vertical-align: top;
}

.about .recruit>div>h2 {
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
}

.about .recruit>h3 {
	color: #FFF;
	text-align: center;
	line-height: 80px;
	font-weight: normal;
	font-size: 22px;
}
/* about.html end */

/* patent.html */
.plate1 .w1200{
	overflow: unset;
}
.plate1 p{
	font-size: 36px;
	justify-content: center;
}
.plate1 .ball{
	width: 500px;
	height: 500px;
	margin: 119px auto 142px;
	position: relative;
	display: flex;
	align-items: center;justify-content: center;
}
.plate1 .ball > img{
	width: 250px;height: 250px;
}
.plate1 .item{
	width: 580px;
	position: absolute;
}

.plate1 .item img{
	margin-right:19px;
	float: left;
	height: 70px;width: 70px;
}
.plate1 .ball-left img{
	margin-left: 19px;
	margin-right: 0;
}
.plate1 .xm{
	width: 139px;
	height: 39px;
	background-image: linear-gradient(90deg, 
		#016efe 0%, 
		#00abff 100%), 
	linear-gradient(
		#ffff00, 
		#ffff00);
		text-align: center;
		line-height: 39px;
	border-radius: 10px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #eaff00;
}
.plate1{
	padding-top: 50px;
}
.plate1 .tit{
	float: left;
}
.plate1 .tit span{
	font-size: 18px;
	margin-top: 5px;
}
.plate1 .item.ball-left .tit{
	display: flex;flex-direction: column;
	align-items: flex-end;
}
.plate1 .one{
	text-align: center;
}
.plate1 .one .xm{
	display: inline-block;
}
.plate1 .one img{
	width: 70px;height: 70px;
	display: inline-block;
	float: none;
}
.plate1 .one span{
	margin: 5px 0;
	font-size: 18px;
}
.patent .plate2{
	background-image: url(../img/plate2.png);
	padding: 62px 0 50px;
	width: 100%;
	height: 865px;
}
.patent .plate2 p.lx{
	font-size: 48px;
	color: #fff;
	text-align: center;
}
.patent .plate2 ul{
	margin: 50px 0;
}
.patent .plate2 ul li{
	text-align: center;
	width: 25%;
	color: #fff;
}
.patent .plate2 ul img{
	width: 160px;height: 160px;
	display: inline-block;

}
.patent .plate2 ul p{
	width: 249px;
	height: 63px;
	border-radius: 32px;
	letter-spacing: 2px;
	line-height: 58px;
	border: solid 2px #ffff00;
	font-size: 30px;
	color: #ffff00;
	font-weight: bold;
	margin: 53px 0 43px;
	display: inline-block;
	transition: all 1s ease;
}
.patent .plate2 ul p:hover{
	transform: scale(1.2);
}
.patent .plate2 ul span{
	line-height: 33px;
	font-size: 18px;
	width: 207px;
	display: inline-block;
}
.patent .plate2 div.fwb{
	font-size: 30px;
	color: #fdfd03;
	text-align: center;
}
.sq-btn{
	width: 340px;
	height: 77px;
	background-color: #00b1ff;
	border-radius: 39px;
	line-height: 75px;
	font-size: 36px;
	color: #fff;
	text-indent: 75px;
	margin: 60px auto 0;
	position: relative;
}
.sq-btn:hover{
	background-color: #fff;
	color: #00b1ff;
	border: 1px solid #00b1ff;
}
.sq-btn-fff{
	background-color: #fff;
	color: #00b1ff;
	line-height: 70px;
	border: solid 2px #00b1ff;
}
.sq-btn::before{
	display: block;
	content: '';
	width: 32px;
	height: 29px;
	position: absolute;
	right: 60px;
	top: 26px;
	background: url('../img/icon-sp.png') no-repeat;
}
	
.sq-btn:hover::before{
	background: url('../img/icon-sp-ls.png') no-repeat;
}
.patent .plate3 {
	padding: 58px 0 40px;
}
.patent .tit-lc{
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 30px;
	align-items: center;
}
.patent .tit-lc p{
	font-size: 48px;
}
.patent .tit-lc i{
	width: 223px;
	height: 6px;
	margin: 15px 0 26px;
	background-color: #00b1ff;
	border-radius: 3px;
}
.patent .plate3 .item {
	padding: 40px 0;
}
.patent .plate3 .item img{
	height: 100%;
}
.patent .plate3 .item img:nth-child(1),
.patent .plate3 .item img:nth-child(3){
	margin-top: 40px;
}

.sq-btn-fff::before{
	display: block;
	content: '';
	width: 32px;
	height: 29px;
	position: absolute;
	right: 60px;
	top: 22px;
	background: url('../img/icon-sp-ls.png') no-repeat;
}
.plate4 .w1200{
	padding-bottom: 160px;
}
.plate4 .item img{
	margin-right: 40px;
}
.plate4 .item {
	font-size: 20px;
	position: relative;
}
.plate4 .item span{
	font-weight: bold;
	position: relative;
	height: 70px;
}
.plate4 .item span::before{
	display: block;
	content: '';
	width: 59px;
	height: 4px;
	background-color: #dadada;
	border-radius: 2px;
	position: absolute;
	left: 12px;
	top:40px;
}
.plate4 .item p{
	line-height: 38px;
}
.plate4 .item p{
	position: relative;
	padding-left: 27px;
}
.plate4 .item p::before{
	display: block;
	content: '';
	width: 16px;height: 16px;
	background: url('../img/icon-yd.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 11px;
	left: 0;
}
.plate4 .tit-lc{
	padding: 40px 0;
}
.plate4 .sq-btn{
	position: absolute;
	bottom: -61px;
	width: 228px;
	height: 52px;
	background-color: #ffffff;
	border-radius: 26px;
	border: solid 2px #00b1ff;
	color: #00b1ff;
	font-size: 24px;
	line-height: 48px;
	text-indent: 51px;
	left: 247px;
}
.plate4 .sq-btn:hover{
	background-color: #00b1ff;color: #fff;
}
.plate4 .sq-btn::before{
	width: 21px;
	height: 21px;
	top: 15px;
	right: 42px;
	background: url(../img/icon133.png) no-repeat ;
	background-size: 100% 100%;
}
.plate4 .sq-btn:hover::before{
	background: url(../img/icon133_0.png) no-repeat ;
}
.patent .plate5 .item{
	width: 25%;
	text-align: center;
	font-size: 20px;
	padding: 30px 0;
}
.patent .plate5 .item:hover{
	    background-image: linear-gradient(90deg, #016efe 0%, #00abff 100%), linear-gradient( #ffff00, #ffff00);
		border-radius: 20px;
}
.patent .plate5 .item .btn{
	width: 130px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 38px;
	margin: 30px auto;
	background-color: #0174fe;
	border-radius: 20px;
}
.patent .plate5 .item:hover .btn{
	border: 2px solid #ffff00;
	color: #ff0;
	line-height: 36px;
	background-color: transparent;
}
.patent .plate5 .item p{
	line-height: 34px;
    letter-spacing: 1px;
}
.patent .plate5 .item:hover p{
	color: #fff;
}
.patent .plate5 .item p i{
	display: inline-block;
	color: #0174fe;font-weight: bold;
}
.patent .plate5 .item:hover p i{
	color: #ff0;
}
.patent .plate5 .item > i{
	display: inline-block;
	width: 115px;height: 92px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.patent .plate5 .item i.icon1{
	background-image: url(../img/icon1.png);
}
.patent .plate5 .item:hover i.icon1{
	background-image: url(../img/icon1_0.png);
}
.patent .plate5 .item i.icon2{
	background-image: url(../img/icon2.png);
}
.patent .plate5 .item:hover i.icon2{
	background-image: url(../img/icon2_0.png);
}
.patent .plate5 .item i.icon3{
	background-image: url(../img/icon3.png);
}
.patent .plate5 .item:hover i.icon3{
	background-image: url(../img/icon3_0.png);
}
.patent .plate5 .item i.icon4{
	background-image: url(../img/icon4.png);
}
.patent .plate5 .item:hover i.icon4{
	background-image: url(../img/icon4_0.png);
}
.patent .plate5-con{
	padding: 40px 0;
}
.patent .plate6 .tit-lc{
	margin-bottom: 80px;
}
.patent .plate6{
	padding-bottom: 56px;
}
.gg.plate7{
	background: url('../img/bg1.png') no-repeat;
	background-size: auto 100%;
	width: 100%;
	padding-bottom: 60px;
}
.gg.plate7 > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}
.gg.plate7  p{
	font-size: 34px;
	padding: 65px 0 85px;
}
.gg.plate7 input{
	width: 1064px;
	height: 102px;
	background-color: #ffffff;
	border-radius: 20px;
	opacity: 0.84;
	color: #000;
	font-size: 34px;
	text-align: center;
	margin-bottom: 40px;
}
.gg.plate7 .sq-btn{
	margin-top: 33px;
}
.patent .plate8{
	margin: 82px 0;
}
.patent .plate8 img{
	width: 100%;
	min-width: 1400px;
}
.patent .plate8 .sq-btn,
.plate12 .sq-btn{
	width: 340px;
	height: 78px;
	background-color: #ffffff;
	border-radius: 39px;
	border: solid 2px #00b1ff;
	color: #00b1ff;
	line-height: 74px;
}
.patent .plate8 .sq-btn::before,
.plate12 .sq-btn::before{
	display: block;
	    content: '';
	   
	    position: absolute;
	    right: 60px;
	    top: 22px;
	width: 37px;
	height: 31px;
	background: url('../img/icon-zx.png') no-repeat;
}

.gg.plate9 p{
	font-size: 32px;
	margin-top: 60px;
	text-align: center;
}
.gg .plate9-con{
	padding: 50px 60px;
}
.gg .plate9-con .item{
	text-align: center;
}
.gg .plate9-con i{
	width: 86px;
	height: 86px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-bottom: 15px;
	transition: all 1s ease;
}
.gg .plate9-con i:hover{
	
	transform: rotate(360deg);
}
.gg .plate9-con .item:hover span{
	color: #00b1ff;
}
.gg .plate9-con i.affair_1{
	background-image: url(../img/affair_1.png);
}
.gg .plate9-con .item:hover i.affair_1{
	background-image: url(../img/affair_01.png);
}
.gg .plate9-con i.affair_2{
	background-image: url(../img/affair_2.png);
}
.gg .plate9-con .item:hover i.affair_2{
	background-image: url(../img/affair_02.png);
}
.gg .plate9-con i.affair_3{
	background-image: url(../img/affair_3.png);
}
.gg .plate9-con .item:hover i.affair_3{
	background-image: url(../img/affair_03.png);
}
.gg .plate9-con i.affair_4{
	background-image: url(../img/affair_4.png);
}
.gg .plate9-con .item:hover i.affair_4{
	background-image: url(../img/affair_04.png);
}

.gg .plate9-con i.affair_6{
	background-image: url(../img/affair_6.png);
}
.gg .plate9-con .item:hover i.affair_6{
	background-image: url(../img/affair_05.png);
}
.gg .plate9-con i.affair_7{
	background-image: url(../img/affair_7.png);
}
.gg .plate9-con .item:hover i.affair_7{
	background-image: url(../img/affair_07.png);
}
.gg .plate9-con i.affair_8{
	background-image: url(../img/affair_8.png);
}

.gg .plate9-con .item:hover i.affair_8{
	background-image: url(../img/affair_08.png);
}
.gg .plate9-con i.affair_9{
	background-image: url(../img/affair_9.png);
}
.gg .plate9-con .item:hover i.affair_9{
	background-image: url(../img/affair_09.png);
}
/* patent.html end */

/* barCode.html */
.barCode .banner img{
	width: 100%;
}
.barCode .what{
	text-align: center;
	padding: 100px 0;
}
.barCode .what img{
	width: 100%;
}
.barCode .what p{
	font-weight: bold;
	font-size: 40px;
}
.barCode .what span{
	font-size: 30px;
	margin: 30px 0;
}
.barCode .service{
	background-color: #f5f5f5;
	padding-bottom: 40px;
}
.barCode .service .w1200{
	overflow: visible;
}
.barCode .service .w1200> p{
	padding: 50px 0 66px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
.barCode .service .item{
	width: 280px;
	height: 473px;
	padding: 30px;
	background-color: #fff;
	text-align: center;
	position: relative;
}
.barCode .service .item:hover{
	box-shadow: 0 0 10px -5px #999;
}
.barCode .service .item p{
	font-size: 24px;
	margin:40px 0 20px;font-weight: bold;
}
.barCode .service .item span{
	font-size: 18px;
	line-height: 31px;
	color: #5d5d5d;
}
.barCode .service .btn{
	width: 122px;
	height: 38px;
	background: url('../img/btn-xq.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -61px;
	bottom: 26px;
}
.barCode .account{
	background: url(../img/accout-bg.png) no-repeat center center;
	background-size: cover;
	height: 692px;
	width: 100%;
}
.barCode .account .w1200{
	margin-top: 30px;
}
.barCode .account p{
	font-size: 40px;
	color: #fff;
	font-weight: bold;text-align: center;
	padding: 80px 0;
}
.barCode .account .item{
	display: flex;
	width: 50%;
	color: #fff;
	font-size: 30px;
	margin-bottom: 70px;
}
.barCode .account .item:nth-child(2),
.barCode .account .item:nth-child(4){
	padding-left: 100px;
}
.barCode .account .item img{
	width: 108px;
	height: 108px;
}
.barCode .account .item .right{
	flex: 1;
	margin-left: 40px;padding-right: 40px;
}
.barCode .account i{
	font-size: 20px;
	line-height: 38.6px;
}
.barCode .principle .hd{
	padding: 123px 0 0;
}
.barCode .principle .hd .right{
	margin-left: 286px;
}
.barCode .principle .hd p{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 45px;
}
.barCode .principle .hd li{
	margin-bottom: 70px;
}
.barCode .principle .hd li:nth-child(2){
	margin-left: 25px;
}
.barCode .principle .hd i{
	font-size: 24px;
	color: #fff;
	width: 107px;
		height: 38px;
		background-color: #39bffc;
		border-radius: 8px;
		line-height: 38px;
		text-align: center;
		margin-right: 19px;
		position: relative;
}
.barCode .principle .hd i::before{
	display: block;
	content: '';
	width: 268px;
		height: 1px;
		background-color: #39bffc;
		position: absolute;
		right:107px;
		top: 17px;
}
.barCode .principle .hd span{
	font-size: 20px;
	line-height: 38px;
} 
.barCode .principle .cd{
	text-align: center;
	padding-bottom: 80px;
}
.barCode .principle .cd p{
	font-size: 36px;
	font-weight: bold;
	margin: 100px 0;
}
/* barCode.html end */

/* invent.html s */
.title{
	padding: 60px 0;
	font-size: 32px;
	text-align: center;
}
.invent-con{
	margin-top: -50px;
}
.invent-con .col a{
	flex: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #00b1ff;
	padding: 50px 0 40px;
}
.invent-con .col a.active,
.invent-con .col a:hover{
	background-color: #1258b9;
}
.invent-con .col span{
	font-size: 30.48px;
		letter-spacing: 3px;
		color: #fff;
}
.invent-con .col i{
	width: 84px;
	height: 6px;
	margin: 23px auto;
	background-color: #ffffff;
}
.invent-flow p.tac{
	font-size: 30px;
	margin: 60px 0 30px;
}
.invent-flow ul{
	margin: 0 auto;
	position: relative;
	width: 440px;
}
.invent-flow ul::before{
	position: absolute;
	    content: " ";
	    left: 0px;
	    bottom: 0px;
	    width: 220px;
	    height: 2px;
	    background: #00b1ff;
		transition: all 0.5s;
}
.invent-flow ul.r:before {
    left: 220px;
}
.invent-flow ul li{
	font-size: 18px;
	padding: 34px 0;
	text-align: center;
	width: 220px;letter-spacing: 1.8px;
	color: #4b4b4b;
	cursor: pointer;
}
.invent-flow ol li{
	display: none;
	height: 280px;
}
.invent-flow ol .item{
	width: 33.3%;
	text-align: center;
	float: left;
}
.invent-flow ol li img{
	margin: 75px 0 0;
}
.invent-flow ol li span{
	margin-top: 45px;
}
.plate10 p.tac{
	font-size: 36px;
	margin: 80px 0;
}
.plate10 .w1200{
	border: 1px solid #00B1FF;
	padding-bottom: 60px;
}
.plate10 .hd{
	background: url(../img/icon-kb.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	position: relative;
	height: 70px;
	color: #fff;
	align-items: center;
	margin-bottom: 33px;
}
.plate10 .hd span{
	width: 50%;	
	text-align: center;font-size: 40px;
}
.plate10 .hd i{
	position: absolute;
	left: 50%;
	font-size: 48px;
	margin-left: -30px;
}
.plate10 .bd .item{
	background: url(../img/db-bg.png) no-repeat;
	background-size: 100% 100%;
	width: 929px;
	height: 118px;
	margin:  0 auto 20px;
	display: flex;
	align-items: center;
}
.plate10 .bd .item > div{
	height: 100%;
	width: 50%;
	position: relative;
	display: flex;
	align-items: center;
}
.plate10 .bd span{
	width: 290px;
	font-size: 18px;
	color: #616161;
}
.plate10 .bd img{
	margin: 0 20px;
}
.plate10 .bd .right{
	padding-left: 50px;
}
.plate10 .bd i{
	text-align: center;
	    position: absolute;
	    right: -50px;
	    top: 42px;
	    width: 90px;
	    line-height: 30px;
		color: #fff;
}
.plate11 .steward-con .item,
.steward .steward-con .item{
	text-align: center;
	flex: 1;
	margin-bottom: 130px;
}
.plate11 .steward-con img,
.steward .steward-con img{
	margin: 50px 60px;
}
.plate11 .steward-con p,
.steward .steward-con p{
	font-size: 30px;
		letter-spacing: 1.8px;
		color: #00b1ff;
}
.plate11 .steward-con span,
.steward .steward-con span{
	width: 300px;
	display: inline-block;
	color: #2b2b2b;
	text-align: left;
	line-height: 38.6px;
		letter-spacing: 1px;
}
.plate7 .btn{
		width: 340px;
		height: 78px;
		background-color: #00b1ff;
		border-radius: 38.5px;
		text-align: center;
		line-height: 78px;
		color: #fff;font-size: 36px;
}
.plate7 .tip{
		width: 1066px;
		height: 103px;
		margin: 70px auto;
		border-radius: 20px;
		border: solid 1px #ffffff;
}
.plate7 .tip span{
	font-size: 24px;
	margin-left: 95px;
}
.plate7 .title{
	font-size: 34px;letter-spacing: 0.3px;
	padding: 58px 0 70px;
}
.plate7-five .item{
	width: 159px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
		height: 160px;
		border-radius: 8px;
		font-size: 12px;
		border: solid 1px #ffffff;
		margin-right: 50px;
}
.plate7-five .item:last-child{
	margin-right: 0;
}
.plate7-five .item img{
	width: 60px;
	margin-bottom: 20px;
}
/* invent.html end */
/* copyright-works.html s */
.works-con {
	padding: 75px 0 52px;
}
.works-con .hd a{
	width: 302px;
	height: 51px;
	line-height:49px;
	text-align: center;
	border: solid 1px #00b1ff;
	color: #00b1ff;
	font-size: 24px;
		letter-spacing: 1.4px;
}

.works-con .hd a:first-child{
	margin-right: 60px;
}
.works-con .hd a.active,.works-con .hd a:hover{
	background-color: #00b1ff;
	color: #fff;
}
.works-con .title{
	font-size: 30px;
	color: #454545;
	padding: 52px 0 46px;
}
.works-con .bd{
	justify-content: center;
}
.works-con .item{
	font-size: 24px;
	color: #d5d5d5;
	margin: 0 25px 25px 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 280px;
		height: 150px;
		background-color: #ffffff;
		border: solid 1px #c1c1c1;
}
.works-con .item i{
	width: 70px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.works-con .item i.icon39{
	background-image: url('../img/icon39.png');
}
.works-con .item:hover{
	border: 1px solid #00B1FF;
}
.works-con .item:hover span{
	color: #00b1ff;
}

.works-con .item:hover i.icon39{
	background-image: url('../img/icon39_0.png');
}
.works-con .item i.icon40{
	background-image: url('../img/icon40.png');
}
.works-con .item:hover i.icon40{
	background-image: url('../img/icon40_0.png');
}
.works-con .item i.icon41{
	background-image: url('../img/icon41.png');
}
.works-con .item:hover i.icon41{
	background-image: url('../img/icon41_0.png');
}
.works-con .item i.icon42{
	background-image: url('../img/icon42.png');
}
.works-con .item:hover i.icon42{
	background-image: url('../img/icon42_0.png');
}
.works-con .item i.icon43{
	background-image: url('../img/icon43.png');
}
.works-con .item:hover i.icon43{
	background-image: url('../img/icon43_0.png');
}
.works-con .item i.icon44{
	background-image: url('../img/icon44.png');
}
.works-con .item:hover i.icon44{
	background-image: url('../img/icon44_0.png');
}
.works-con .item i.icon45{
	background-image: url('../img/icon45.png');
}
.works-con .item:hover i.icon45{
	background-image: url('../img/icon45_0.png');
}
.works-con .item:nth-child(4){
	margin-right: 0;
}
.works-con .item span{
	margin-top: 16px;
}
.works-con .sq-btn{
	background-color: transparent;
	border: solid 1px #00b1ff;
	color: #00b1ff;
}
.works-con .sq-btn:hover{
	background-color: #00b1ff;
	color: #fff;
}
.works-con .sq-btn::before{
	background: url(../img/icon-sp-ls.png) no-repeat;
}
.works-con .sq-btn:hover::before{
	background: url(../img/icon-sp.png) no-repeat;
}
.works .step{
	background: url(../img/step-bg.png) no-repeat center center;
	background-size: 100% 100%;
	font-size: 18px;
		letter-spacing: 1.1px;
		color: #fff;
		padding-bottom: 45px;
}
.works .step .item{
	flex: 1;
		text-align: center;
}
.works .step .item img{
	margin: 80px 0 60px;
}
.works .step .title{
	font-size: 36px;
	letter-spacing: 2.2px;
	padding: 85px 0 0 0;
}
.works .step .sq-btn{
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
/* copyright-works.html end */

/* copyright-register.html s */
.plate12{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
.register .title,
.plate12 .title{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0 60px;
}
.register .title p,.plate12 .title p{
	font-size: 32px;
}
.register .title i,.plate12 .title i{
	width: 40px;
		height: 2px;
		margin: 20px 0;
		background-color: #00b1ff;
}

.register .title span,.plate12 .title span{
	font-size: 18px;
	color: #6c6c6c;
}
.register-tab {
	width: 822px;
		height: 67px;
		background-color: #ebebeb;
		border-radius: 33.5px;
		line-height: 67px;
}
.register-tab a{
	text-align: center;
	flex: 1;
	font-size: 24px;
	
}
.register-tab a.active,
.register-tab a:hover{
	color: #fff;
	background-color: #00b1ff;
		border-radius:33.5px;
}
.plate12 .hd{
	display: flex;
	width: 100%;
	padding: 70px 10px 60px;
}
.plate12 .hd .item{
	text-align: center;
}

.plate12 .hd .item span{
	margin-top: 50px;
}
.register .plate1{
	background: url(../img/bg2.png) no-repeat;
	background-size: 100% 100%;
	height: 695px;
	margin-top: 70px;
}
.register .plate1 .ball{
	margin-top: 0;
}
.register .plate1 .item{
	color: #fff;
}
.register .plate1 .xm{
	background-image: none;
	width: 159px;
		height: 35px;
		border-radius: 17.5px;
		border: solid 1px #c0ea2b;
		font-size: 20px;
		line-height: 30px;
			letter-spacing: 1.2px;
			color: #c0ea2b;
}
.register-wj{
	background: url(../img/bg3.png) no-repeat;
	background-size: 100% 100%;
	height: 510px;
	margin-top: 50px;
}
.register-wj .w1200 > p{
	padding: 53px 0 70px;
	text-align: center;
	font-size: 32px;
	color: #fff;
}
.register-wj .wj-l{
	background: url(../img/wj1.png) no-repeat;
	background-size: 100% 100%;
	width: 601px;
		height: 120px;
		font-size: 22px;
		color: #fff;
		padding:20px 0 0 20px;
	font-weight: bold;
}
.register-wj .wj-l span{
	font-size: 20px;
	font-weight: normal;
}
.register-wj .wj-r{
	margin: -25px 0 0 15px;
}
.register-wj .wj-r div.f-row{
	flex-direction: column;
	color: #fff;font-size: 30px;
	text-align: center;
	align-items: center;
}
.register-wj .wj-r img{
	height: 139px;
	margin-top: 21px;
}
.register-wj .wj-r i{
	margin: 15px 0;
}
.register-wj .wj-r span{
	width: 447px;
		height: 54px;
		background-color: #28b0ef;
		border-radius: 27px;
			font-size: 22px;
			margin-left: 14px;
			line-height: 54px;
		border: solid 1px #ffffff;
}

.plate16 .item{
	width: 20%;
	text-align: center;
	font-size: 16px;
	position: relative;
}
.plate16 .title{
	padding-bottom: 150px;
}
.plate16 .item:nth-child(even){
	margin-top: -80px;
}
.plate16 .item  p{
	line-height: 28px;
	margin-top: 10px;
}
.plate16 .item i{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.4px;
		color: #4085df;
		display: inline-block;
}
.plate16 .item span{
	width: 132px;
		height: 41px;
		background-color: #4085df;
		border-radius: 10px;
		display: inline-block;
		font-size: 20px;
		line-height: 41px;
			letter-spacing: 0.4px;
			color: #fcff00;
			font-weight: bold;
			text-align: center;
}

.team{
	padding-bottom: 66px;
}
/* copyright-register.html end */

/* devise.html s */
.devise .plate12{
	width: 1200px;
}
.plate12 .hd .item{
	margin: 0;
}
.plate12 .hd .item img{
	transition: all 1s ease;
}
.plate12 .hd .item:hover img{
	transform: scale(1.2);
}
.plate12 .hd .item span{
	margin-top: 0;
	transition: all 1s ease;
}
.plate12 .hd .item:hover span{
	color: #00b1ff;
}
.devise .register-xz .item p{
	font-size: 18px;
	font-weight: bold;
	}

.devise .team{
	margin-bottom: 60px;
}
.plate13 .list{
	justify-content: space-between;
}
.plate13 .list .item{
	width: 230px;
	height: 94px;
	border: solid 1px #c1c1c1;
	margin-bottom: 21px;
}
.plate13 .list img{
	width: 100%;height: 100%;
}
/* devise.html end */

.case td{
	border: 1px solid #eee;
	width: 240px;height: 160px;
}
.case td img{
	transition: all 1s ease;
}
.case td img:hover{
	transform: scale(1.2);
}
table {
    border-collapse: collapse;
}
/* trademark-change.html s */
.change-type{
	margin-bottom: 104px;
}
.change-type p{
	font-size: 32px;
	line-height: 130px;
	text-align: center;
}
.change-type ul li{
	flex: 1;
	text-align: center;
}
.change-type ul span{
	margin-top: 20px;font-size: 18px;
}
.change-data {
	background: url(../img/bg7.png) no-repeat;
	background-size: auto 100%;
	height: 747px;
}
.change-data p{
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 150px;
}
.change-data ul{
	width: 900px;
	margin: 0 auto;
}
.change-data ul li{
	display: flex;
	align-items: center;
	color: #fff;font-size: 20px;
	width: 446px;
		height: 94px;
		background-color: #00a1ff;
		border-radius: 40px;
}
.change-data ul li img{
	margin: 0 30px;
}
.change-data ul li span{
	padding-right: 20px;
}
.change-data ul li:nth-child(even){
	margin-left: 450px;
}
.zc-btn{
	width: 216px;
		height: 50px;
		line-height: 44px;
		text-align: center;
		margin: 70px auto 0;
		background-color: #ffffff;
		border-radius: 24.5px;font-size: 30px;
		border: solid 2px #00b1ff;color: #00b1ff;
}
.zc-btn:hover{
	background-color: #00b1ff;
	color: #fff;
}
.plate14{
	padding-bottom: 130px;
}
.plate14 .hd{
	position: relative;
	    left: 24px;
	    top: 20px;
}
.plate14 .hd p{
	font-size: 22px;
	font-weight: bold;
	margin-left: 11px;
}

.plate14 .item{
	width: 378px;
	cursor: pointer;
}
.plate14 .bd{
	line-height: 25px;
	padding: 40px 30px 0;
	background-image: url(../img/bg8.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 276px;
}
.plate14 .bd:hover{
	background-image: url(../img/bg9.png);
}
.plate14 .bd:hover p{
	color: #fff;
}
.plate14 .bd p{
	display: flex;
}
/* trademark-change.html end */

/* trademark-reject.html s */
.reject-data li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
	border: solid 1px #c1c1c1;
	border-right: 0;
	height: 130px;
}
.reject-data li img{
	width: 65px;
	height: 65px;
	margin-bottom: 10px;	
}
.reject-data li:hover img{
	transform: scale(1.1);
}
.reject-data li:hover span{
	color: #00B1FF;
}
.reject-data li:last-child{
	border-right: solid 1px #c1c1c1;
}
/* trademark-reject.html end */
.banner img{
	width: 100%;
	min-width: 1200px;
}
/* trademark-extension.html s */
.extension-con{
	background: url(../img/bg11.png) no-repeat;
	background-size: auto 100%;
	height: 718px;
	margin-top: 100px;
	color: #fff;
}
.extension-con ul{
	justify-content: center;
	
}
.extension-con ul li{
	display: flex;
	flex-direction: column;
	width: 480px;
	align-items: center;
	font-size: 24px;
	text-align: center;
}
.extension-con ul p{
	font-size: 36px;
	margin-bottom: 25px;
}
.extension-con ul li:nth-child(2){
	width: 64px;
	margin: 0 60px;
	position: relative;
}
.extension-con ul li:nth-child(2)::after{
	display: block;
	content: '';
	width: 1px;
		height: 401px;
		background-color: #00a1ff;
		position: absolute;
		left: 50%;
		z-index: 2;
		top: 80px;
}
.extension-con ul img{
	width: 64px;
	height: 64px;
	margin-bottom: 120px;
	position: relative;
	z-index: 3;
}
.extension-con ul span{
	height: 64px;
	margin-bottom: 120px;
	line-height: 1.5;
}
.extension-con ul i{
	display: inline-block;
	color: #00a1ff;
}
/* trademark-extension.html end */
/* trademark-yield.html s */
.yield-data ul li{
	width: 202px;
		height: 243px;
		border: solid 1px #cdcdcd;
		text-align: center;
}
.yield-data ul p{
	font-size: 24px;
	margin: 18px 0;
}
.yield-data ul img{
	margin-top: -28px;
}
.yield-data ul span{
	padding: 0 15px;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 25px;
}
/* trademark-yield.html end */
/* trademark-code.html s */
.code-set li{
	font-size: 24px;
	flex: 1;
	text-align: center;
}
.code-set li i{
	font-size: 48px;
	font-style: oblique;
	font-weight: bold;
	 background-image:-webkit-linear-gradient(bottom,#1f56d2,#b621f6); 
	
	    -webkit-background-clip:text; 
	
	    -webkit-text-fill-color:transparent; 
	margin-left: -20px;
}
.code-set li span{
	margin: 10px 0 30px;
}
.code-how{
	background-color: #bff0fe;
	height: 500px;
	width: 100%;
	margin-top: 60px;
}
.code-how .title{
	padding-top: 40px;
}
.code-how div.fra{
	font-size: 26px;
}
.code-how span{
	font-size: 24px;
	background-image: linear-gradient(9deg, 
			#1f56d2 0%, 
			#b621f6 100%), 
		linear-gradient(
			#818181, 
			#818181);
			width: 247px;
				height: 49px;
				line-height: 49px;
				text-align: center;
				color: #fff;
}
.code-how i{
	margin: 0 15px;
}

.how-text{
	font-weight: bold;
	 background-image:-webkit-linear-gradient(bottom,#1f56d2,#b621f6); 
	font-size: 54px;
	text-align: center;
	margin: 85px 0 0;
	    -webkit-background-clip:text; 
	
	    -webkit-text-fill-color:transparent; 
}
.code-how .zc-btn{
	background-color: transparent;
}
.code-lc div.fc{
	width: 112px;
		height: 49px;
		line-height: 46px;
		text-align: center;
		background-color: #ffffff;
		border-radius: 10px;
		margin: 30px 35px 0 0;
		border: solid 2px #00b1ff;
}
.code-lc li{
	display: flex;
	font-size: 18px;
	position: relative;
	color: #000;
	margin-bottom: 60px;
}
.code-lc li::before{
	display: block;
	content: '';
	position: absolute;
	left: 128px;
	    top: 46px;
	height: 14px;
	width: 971px;
	background: url(../img/icon104.png) no-repeat;
	background-size: 100% 100%;
}
.code-lc li:nth-child(2)::before{
	background: url(../img/icon105.png) no-repeat;
	background-size: 100% 100%;
	width: 874px;
}
.code-lc .item{
	text-align: center;
	margin-right: 40px;
}
.code-lc i{
	width: 33px;
		height: 43px;
		margin: 0 auto 14px;
		background: url(../img/icon103.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		line-height: 43px;
		color: #fff;font-size: 18px;
}
.code .plate7 a{
	width: 340px;
		height: 77px;
		line-height: 74px;font-size: 36px;
		text-align: center;color: #fff;
		background-color: #00b1ff;
		border-radius: 38.5px;
}
.code-problem ul{
	width: 1109px;
	height: 448px;
	margin: 0 auto;
	position: relative;
	background: url(../img/bg14.png) no-repeat center center;
}
.code-problem ul li{
	position: absolute;
}
.code-problem ul li:nth-child(1){
	background: url(../img/bg15.png) no-repeat center center;
	width: 427px;height: 114px;
	left: 0;
	top: 71px;
}
.code-problem ul li:nth-child(2){
	background: url(../img/bg16.png) no-repeat center center;
	width: 449px;height: 136px;
	left: 0;
	bottom: 90px;
}
.code-problem ul li:nth-child(3){
	background: url(../img/bg18.png) no-repeat center center;
	right: 0;
	top: 71px;width: 427px;height: 114px;
}
.code-problem ul li:nth-child(4){
	background: url(../img/bg17.png) no-repeat center center;
	right: 0;width: 439px;height: 131px;
	bottom: 90px;
}
.code-problem span{
	font-size: 22px;
	width: 334px;
	text-align: center;
	margin: 20px 0 16px;
}
.code-problem a{
	width: 118px;margin-left: 96px;
		height: 27px;
		line-height: 22px;
		text-align: center;
		font-size: 16px;
		color: #00b1ff;
		background-color: #bff0fe;
		border-radius: 13.328px;
		border: solid 2px #00b1ff;
}
.code-problem ul li:nth-child(3) span,
.code-problem ul li:nth-child(4) span{
	text-align: right;
	width:auto;
}
.code-problem ul li:nth-child(3) a,
.code-problem ul li:nth-child(4) a{
	margin-left: 210px;	
}
.code-problem ul li:nth-child(2) span,
.code-problem ul li:nth-child(4) span{
	text-align: right;
	margin: 40px 0 16px;
}
/* trademark-code.html end */

/* trademark-register.html s */
.tzc-tab{
	justify-content: center;
	margin: 75px auto 35px;
}
.tzc-tab a{
	width: 276px;
		height: 69px;
		background-color: #e6e6e6;color: #c4c4c4;
		border-radius: 34.5px;font-size: 24px;
}
.tzc-tab a.active{
	background-color: #00b1ff;
	color: #fff;
}
.tzc-tab a:first-child{
	border-radius: 34.5px 0 0 34.5px;
}
.tzc-tab a:last-child{
	border-radius: 0 34.5px 34.5px 0;
}
.tzc-tab a img{
	margin: 0 28px;
}
.tzc-region .title{
	padding: 46px 0;
}
.tzc-region ul li{
		width: 142px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		color: #00b1ff;
		font-size: 24px;
		cursor: pointer;
	background: url(../img/bg20.png) no-repeat;
}
.tzc-region ul li.active{
	color: #fff;
	background: url(../img/bg21.png) no-repeat;
}
.region-box>div{
	display: none;
}
.tzc-region ol{
	width: 900px;
	margin:50px auto 10px;
	flex-wrap: wrap;
}
.tzc-region ol li{
	width: 16.66%;
	text-align: center;
	margin-bottom: 40px;
}
.tzc-region ol img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.tzc-region ol span{
	margin-top: 10px;
	font-size: 20px;
}
.tzc-region ol.zzlm span {
	    margin-top: 0;
    color: #9b9b9b;
		flex: 1;
	font-size: 14px;
	    padding-left: 20px;
	text-align: left;
}
.tzc-region ol.zzlm li{
	align-items: center;
}
.zzlm li{padding: 0 20px 0 0;}
.tzc-region ol.mdl img{
	height: 250px;
	    width: 200px;
}
.tzc-region ol.mdl li{
	width: 100%;
}
.tzc-region ol.mdl span{
	text-align: left;color: #9b9b9b;
    padding-left: 20px;
    font-size: 17px;
}
.tzc-region .zc-btn{
	    margin: 20px auto 70px;
}
.region-lc{
	margin-top: 45px;
	padding: 0 0 60px;
}
.region-lc li{
	text-align: center;
	color: #606060;
}
.region-lc li .t-jt{
	position: relative;
	top: -90px;
}
.region-lc li .b-jt{
	position: relative;
	bottom: -10px;
}
.region-lc li span{
	margin-top: 20px;
	line-height: 27px;
}
.tzc .plate15{
	background-color: #fff;
}

/* trademark-register.html end */


/* trademark.html s */
.tsan{
	display: flex;
	    justify-content: center;
	    padding: 60px 0 46px;
	    flex-direction: column;
	    align-items: center;
}
.tsan p{
	font-size: 32px;
}
.tsan p > i{
	display: inline-block;
	font-weight: bold;
}
.tsan > i{
	width: 50px;
	    height: 2px;
	    margin: 15px 0 25px;
	    background-color: #dadada;
}
.tsan span{
	font-size: 22px;
	    color: #898989;
}
.trademark-why ul li{
	background-color: #00B1FF;
	width: 208px;
	border-radius: 10px;
	display: flex;height: 385px;
	flex-direction: column;
	align-items: center;
}
.trademark-why ul li:nth-child(even){
	background-color: #4387ff;
}
.trademark-why ul li img{
	margin: 36px 0 60px;
}
.trademark-why .bd{
	width: 180px;
		height: 164px;
		border-radius: 10px;
		border: 1px solid #fff;
		text-align: center;
}
.trademark-why .bd p{
	font-weight: bold;color: #fff100;
	position: relative;
	margin: 30px 0 20px;
	font-size: 20px;
}
.trademark-why .bd p::after{
	display: block;
	content: '';
	width: 22px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: -5px;
	background-color: #fff100;
	margin-left: -11px;
}
.trademark-why .bd span{
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 23px;
	color: #fff;
	font-size: 14px;
}
.trademark-why .zx-btn {
    width: 337px;
    	height: 63px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #00b1ff;
    border-radius: 5px;
    margin: 40px auto 80px;	font-size: 22px;
}
.trademark-chose  .plate16{
	padding-bottom: 80px;
}
.trademark-chose  .plate16 > div{
	padding-top: 80px;
}
.trademark-chose .plate16 .item span{
	margin-top: 10px;
	background-color: #4387ff;
}
.trademark-chose .plate16 .item p{
	color: #666;
}
.trademark-chose .plate16 .item i{
	font-size: 16px;color: #4387ff;
	font-weight: normal;
}

.trademark .plate4 .item p::before {
    display: block;
    content: '';
    width: 21px;
    height: 18px;
    background: url(../img/icon132.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 11px;
    left: 0;
}
.trademark-lc{
	background-color: #2e78cd;
	height: 745px;
	width: 100%;
	margin-bottom: 47px;
	color: #fff;
}
.trademark-lc .cd{
	position: relative;
	padding-left: 90px;
	width: 1106px;
	margin: 30px auto 0;
}
.trademark-lc .cd li{
	text-align: center;
	margin-right:264px;
}
.trademark-lc .cd li:last-child{
	margin-right: 0;
}
.trademark-lc .cd::after{
	background: url(../img/bg22.png) no-repeat;
	background-size: 100% 100%;
	width: 1006px;
	height: 22px;
	position: absolute;
	left: 50px;
	top: 30%;
	display: block;
	content: '';
}
.trademark-lc .cd span{
	margin-top: 10px;font-size: 20px;
	font-weight: bold;
}
.trademark-lc .bd{
	text-align: center;
	border: 1px solid #52a3d8;
	border-radius: 10px;
	padding:30px;
	margin: 34px 0 50px;
}
.trademark-lc .bd li:nth-child(even) img{
	margin-top: 45px;
}
.trademark-lc .bd span{
	color: #6fc4e0;
	font-size: 14px;
}
.trademark-lc .bd p{
	margin: 10px 0 5px;
}
.trademark-lc .zc{
	width: 336px;
	height: 60px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 20px;
	margin: 0 auto;
}
.trademark-lc .zc img{
	margin: 1px 0 0 11px;
}
.trademark-star{
	background: url(../img/bg23.png) no-repeat;
	background-size: auto 100%;
	height: 782px;
	margin-bottom: 45px;
}
.trademark-star .hd img{
	width: 220px;
	height: 220px;
	margin: 70px 25px 0 0 ;
}
.trademark-star .hd img:nth-child(5){
	margin-right: 0;
}
.trademark-star .hd img:nth-child(6){
	margin-left: 124px;
}
.trademark-star .hd img:nth-child(6),
.trademark-star .hd img:nth-child(7),
.trademark-star .hd img:nth-child(8),
.trademark-star .hd img:nth-child(9){
	margin-top: -100px;
}

/* trademark.html end */

