:root {
--viewheight:var(-webkit-fill-available)
}
::-webkit-scrollbar {
width:5px;
height:5px;
overflow:visible
}
::-webkit-scrollbar-track {
background-color:#f0f0f0
}
::-webkit-scrollbar-thumb {
background-color:#008cd6;
border-radius:3px
}
::-webkit-scrollbar-button {
display:none
}
* {
	margin: 0;
	padding: 0
}
@font-face {
	font-family: 'icons';
	src: url('../font/icons.eot');
	src: url('../font/icons.eot') format('embedded-opentype'), url('../font/icons.ttf') format('truetype'), url('../font/icons.woff') format('woff'), url('../font/icons.woff2') format('woff2'), url('../font/icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}
body {
	font-family: Arial;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	color: #333;
	text-align: left;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth
}
a {
	text-decoration: none;
	transition: color .2s linear, background .2s linear
}
img, video {
	vertical-align: bottom
}
ul, ol {
	list-style: none;
	list-style-position: inside
}
h1 {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600
}
h2 {
	font-size: 1.8em;
	line-height: 1.2;
	font-weight: 600
}
h3 {
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: 600
}
h4 {
	font-size: 1.3em;
	line-height: 1.2;
	font-weight: 600
}
h5 {
	font-size: 1.125em;
	line-height: 1.2;
	font-weight: 600
}
h6 {
	font-size: 1em;
	line-height: 1.2;
	font-weight: 600
}
.clear {
    width: 100%;
    clear: both;
}
input, textarea, select {
	border: none;
	outline: none;
	border-radius: none;
	appearance: none;
	-webkit-appearance: none;
	vertical-align: bottom
}

::placeholder {
font-family:-apple-system, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei UI;
color:grayscale(1)
}
strong, b {
	font-weight: 600
}
em, i {
	font-style: italic
}
iframe {
	border: none;
	vertical-align: bottom
}

[role=button] {
user-select:none;
-webkit-user-select:none;
cursor:pointer
}
[data-href]:not([data-href=""]) {
	cursor: pointer
}
[data-href]:not([data-href=""]) > * {
	pointer-events: none
}
[data-video]:not([data-video=""]) {
	position: relative;
	cursor: pointer
}
[data-video]:not([data-video=""]) > * {
	pointer-events: none
}
[data-video]:not([data-video=""]):before {
	content: '\e90a';
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	color: #fff
}
[data-video]:not([data-video=""]) img {
	filter: brightness(0.5)
}
.wrap {
	box-sizing: border-box;
	width: 100%
}
.container {
	box-sizing: border-box;
	width: 1300px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.containers {
	box-sizing: border-box;
	width: 1300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px
}
.grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px
}
.grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 24px
}
.grid-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 24px
}
.grid-6 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 24px
}
.grid-8 {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 24px
}
.grid-10 {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-gap: 24px
}
.grid-12 {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 24px
}
.clearfix {
	clear: both
}
.head_tel{ width:100%; height:40px; line-height:40px; float:left; background:#333; color:#fff; font-size:14px;}
.tel_r img{ height:15px; vertical-align:middle; margin-right:5px; margin-top:-2px;}
.tel_r a{ color:#fff;}

.head-navigation {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #b2b2b2;
	background: #151c30
}
.head-navigation .links {
	float: left
}
.head-navigation .links li {
	display: inline-block;
	margin-right: 15px
}
.head-navigation .links li a {
	padding-right: 15px;
	border-right: 1px solid #b2b2b2
}
.head-navigation .links li:nth-last-child(1) a {
	padding-right: 0;
	border-right: none
}
.head-navigation .info {
	float: right;
	user-select: none
}
.head-navigation .info > li {
	position: relative;
	float: left;
	display: inline-block;
	margin-left: 24px;
	cursor: pointer
}
.head-navigation .info > li:before {
	float: left;
	display: block;
	width: 24px;
	color: #008cd6;
	text-align: center
}
.head-navigation .tel:before {
	content: '\e901'
}
.head-navigation .hreflang:before {
	content: '\e900'
}
.head-navigation .login:before {
	content: '\e906'
}
.head-navigation .hreflang ul {
	position: absolute;
	z-index: 60;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	width: 105px;
	padding: 0 7.5px;
	line-height: 34px;
	color: #666;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.35);
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s
}
.head-navigation .hreflang ul:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent
}
.head-navigation .hreflang ul.sliderdown {
	max-height: 160px;
	overflow: visible
}
.head-navigation .hreflang li {
	width: 100%;
	border-bottom: 1px solid #f0f0f0
}
.head-navigation .hreflang li:hover {
	color: #008cd6
}
.head-navigation .login span {
	pointer-events: none
}
.head-navigation .login-status {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 60;
	max-width: 300px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.35);
	white-space: nowrap;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s
}
.head-navigation .sliderdown {
	max-height: 300px
}
.head-navigation .user-info {
	display: flex;
	place-items: center;
	height: 40px;
	padding: 20px 40px 0 40px;
	font-size: 14px;
	color: #333
}
.head-navigation .user-avatar {
	margin-right: 10px;
	border-radius: 3px
}
.head-navigation .user-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.head-navigation .user-links {
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	grid-auto-flow: column;
	gap: 10px 20px;
	padding: 0 40px 20px 40px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.4em;
	color: #666
}
.head-navigation .user-links a:hover {
	color: #008cd6
}
.primary-navigation {
	position: sticky;
	top: 0;
	z-index: 50;
	height: 140px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
	transition: all .26s ease
}
.primary-navigation .logo {
	float: left;
	display: flex;
	width: auto;
	place-items: center;
	transition: place-items .1s
}
.primary-navigation .logo img {
	margin-top: 20px;
}
.primary-navigation .icon-searchbtn {
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	font-size: 1.2em;
	line-height: 30px;
	margin: 35px 10px;
	text-align: center
}
.primary-navigation .icon-searchbtn:before {
	content: '\e908';
	position: absolute;
	top: 0;
	left: 0;
	filter: opacity(1);
	visibility: visible;
	transition: all .1s .15s ease
}
.primary-navigation .icon-searchbtn:after {
	content: '\e91f';
	position: absolute;
	top: 0;
	left: 0;
	filter: opacity(0);
	visibility: hidden;
	transition: all .1s ease
}
.primary-navigation .icon-searchbtn.close:before {
	filter: opacity(0);
	visibility: hidden;
	transition: all .1s ease
}
.primary-navigation .icon-searchbtn.close:after {
	filter: opacity(1);
	visibility: visible;
	transition: all .1s .15s ease
}
.primary-navigation .icon-menubtn {
	float: right
}
.primary-navigation .primary-menu {
	float: right
}
.primary-navigation .primary-menu > ul > li {
	display: inline-block;
	padding:0 10px;
	margin-left: 20px;
	position: relative;
}
.primary-navigation .primary-menu > ul > li > a {
	position: relative;
	display: block;
	line-height: 100px;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	transition: line-height .3s .31
}
.primary-navigation .primary-menu > ul > li > a:hover {
	color: #0b76be;

}
.primary-navigation .primary-menu > ul > li:hover a.sb {
	color: #fff;
	background: #0b76be;
}
.primary-slider-navigation {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 500px;
	max-height: 0;
	background: linear-gradient(to right, rgba(11,118,190,.99) calc(50% - 336px), rgba(255,255,255,.95) calc(50% - 336px), rgba(255,255,255,.95) 100%);
	overflow: hidden;
	will-change: max-height, box-shadow;
	transition: box-shadow .05s .1s, max-height .3s .15s
}
.primary-slider-navigation .container {
	display: flex;
	flex-wrap: nowrap
}
.primary-slider-navigation .category {
	width: 300px;
	margin-top: 60px
}
.primary-slider-navigation .category h4 {
	position: relative;
	line-height: 30px
}
.primary-slider-navigation .category h4:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: block;
	width: 90px;
	height: 5px;
	background: #f6fafc
}
.primary-slider-navigation .category h4:after {
	content: '';
	position: absolute;
	left: 90px;
	bottom: -20px;
	border: 2.5px solid #f6fafc;
	border-top-color: transparent;
	border-right-color: transparent
}
.primary-slider-navigation .category h4 .icon-arrow:before {
	content: '\e916';
	float: right;
	margin-right: 10px;
	font-weight: 400;
	color: #f6fafc
}
.primary-slider-navigation .category ul {
	margin-top: 40px
}
.primary-slider-navigation .category li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	transition: all .3s
}
.primary-slider-navigation .category li.active {
	background: #fff
}
.primary-slider-navigation .category a {
	display: block;
	padding-left: 10px
}
.primary-slider-navigation .contents {
	position: relative;
	width: calc(100% - 300px)
}
.primary-slider-navigation .summary {
	display: flex;
	justify-content: space-between;
	margin-left: 132px;
	padding-top: 30px
}
.primary-slider-navigation .summary h5 {
	position: relative;
	line-height: 30px
}
.primary-slider-navigation .summary h5 a:after {
	content: '\e91b';
	margin-left: 5px;
	font-weight: 400
}
.primary-slider-navigation .inquiry {
	position: absolute;
	bottom: 18px;
	white-space: nowrap;
	font-size: 0
}
.primary-slider-navigation .inquiry a {
	display: inline-block;
	width: 300px;
	line-height: 40px;
	margin-left: 22px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.primary-slider-navigation .inquiry a:before {
	margin-right: 5px
}
.primary-slider-navigation .inquiry a:nth-child(1):before {
	content: '\e90e'
}
.primary-slider-navigation .inquiry a:nth-child(2):before {
	content: '\e90f'
}
.primary-slider-navigation .inquiry a:nth-child(3):before {
	content: '\e910'
}
.primary-slider-navigation .inquiry a:nth-child(4):before {
	content: '\e905'
}
.primary-slider-navigation .inquiry a:nth-child(5):before {
	content: '\e901'
}
.primary-slider-navigation .summary h5:before {
	content: '';
	position: absolute;
	bottom: -20px;
	width: 80px;
	height: 5px;
	background: #008cd6
}
.primary-slider-navigation .summary h5:after {
	content: '';
	position: absolute;
	left: 80px;
	bottom: -20px;
	border: 2.5px solid #008cd6;
	border-top-color: transparent;
	border-right-color: transparent
}
.primary-slider-navigation .summary a:hover {
	color: #008cd6
}
.primary-slider-navigation .summary ul {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(8, 1fr);
	grid-column-gap: 48px;
	grid-row-gap: 2px;
	margin-top: 40px;
	line-height: 30px
}
.primary-slider-navigation .inquiry a {
	background: #008cd6
}
.primary-slider-navigation .inquiry a:hover {
	background: #dcf088
}
.secondary-slider-navigation {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.95);
	max-height: 0;
	overflow: hidden;
	transition: box-shadow .05s .1s, max-height .3s .15s;
	will-change: max-height, box-shadow
}
.secondary-slider-navigation .container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between
}
.secondary-slider-navigation .contents {
	box-sizing: border-box;
	width: 408px;
	padding-top: 50px;
	padding-bottom: 40px
}
.secondary-slider-navigation .contents h4 {
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f0f0f0
}
.secondary-slider-navigation .contents h4 a {
	color: #333;
}
.secondary-slider-navigation .contents h4:after {
	content: '\e916';
	position: absolute;
	top: 0;
	right: 5px;
	font-weight: 400;
	color: #94bf36
}
.secondary-slider-navigation .contents .motto {
	margin-top: 10px;
	line-height: 1.2em;
	text-align: left;
	color: #999
}
.secondary-slider-navigation .contents ul {
	margin-top: 5px
}
.secondary-slider-navigation .contents li {
	float: left;
	display: block;
	width: calc(50% - 12px);
	line-height: 40px;
	margin-right: 24px;
	margin-top: 20px;
	text-align: center;
	background: #008cd6
}
.secondary-slider-navigation .contents ul li:nth-child(2n) {
	margin-right: 0
}
.secondary-slider-navigation .contents a {
	display: block;
	color: #fff;
}
.secondary-slider-navigation .contents li:hover {
	background: #dcf088
}
.secondary-slider-navigation .impression {
	width: 348px;
	padding-top: 70px;
	text-align: right
}
.secondary-slider-navigation .links {
	width: 200px;
	margin: 50px 30px 40px 90px;
	padding: 20px;
	height: 180px;
	font-size: 14px;
	background: rgba(11,118,190,.95);
	overflow: hidden;
}
.secondary-slider-navigation .links ul {
	margin-top: 15px;
	color: #fff
}
.secondary-slider-navigation .links li {
	width: 100%;
	height: 35px;
	margin: 5px 0;
	padding-left: 15px;
	line-height: 35px;
	font-weight: 400;
	text-align: left;
	background: #2d9eea
}
.secondary-slider-navigation .links li:hover {
	color: #333;
	background: #c8e841
}
.secondary-slider-navigation .links a {
	position: relative;
	display: block
}
.secondary-slider-navigation .links a:after {
	content: '\e916';
	position: absolute;
	right: 15px;
	color: #fff
}
.secondary-slider-navigation .serverno {
	line-height: 1.8em;
	text-align: left;
	color: #fff;
}
.search-container {
	box-shadow: 0 5px 5px rgb(0 0 0 / 15%)
}
.search-container:before {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	width: 100%;
	height: 10px;
	background: linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,0))
}
.search-container .searchform {
	box-sizing: border-box;
	width: calc(100% - 300px);
	padding-top: 86px
}
.search-container form {
	margin: 15px 0
}
.search-container input[type=text] {
	float: left;
	width: 720px;
	height: 46px;
	border: 1px solid #f0f0f0;
	border-right: none;
	text-indent: 10px
}
.search-container .sousuo {
	width: 155px;
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: center;
	font-size: 1.2em;
	font-family: icons;
	color: #fff;
	background: #008cd6;
	cursor: pointer
}
.search-container .popular-search {
	float: left;
	margin-top: 15px;
	color: #999
}
.search-container .popular-search a {
	margin: 0 2px;
	color: #333
}
.search-container .popular-search a:hover {
	text-decoration: underline
}
.search-container.sliderdown {
	max-height: 500px
}
.mobile-slider-navigation {
	line-height: 45px
}
.mobile-slider-navigation:before {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	width: 100%;
	height: 10px;
	background: linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,0))
}
.mobile-slider-navigation > ul {
	width: 100%;
	margin-top: 10px
}
.mobile-slider-navigation li ul {
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease
}
.mobile-slider-navigation li {
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
	border-bottom: 2px solid #f0f0f0
}
.mobile-slider-navigation li:nth-last-child(1) {
	border-bottom: none
}
.mobile-slider-navigation a {
	display: block
}
.mobile-slider-navigation a:after {
	font-family: icons;
	content: '\e916';
	float: right;
	display: block
}
.mobile-slider-navigation span {
	position: relative;
	display: block;
	cursor: pointer;
	pointer-events: none
}
.mobile-slider-navigation span:before {
	content: '';
	position: absolute;
	top: 17px;
	right: 7.5px;
	display: block;
	width: 2px;
	height: 14px;
	border-radius: 2px;
	background: #333;
	transition: all .6s
}
.mobile-slider-navigation span:after {
	content: '';
	position: absolute;
	top: 24px;
	right: 0;
	display: block;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	background: #333;
	transition: all .6s
}
.mobile-slider-navigation.sliderdown {
	max-height: calc(100vh - 100px);
	overflow-y: auto
}
.mobile-slider-navigation li.sliderdown ul {
	max-height: 400px;
	border-top: 2px solid #f0f0f0;
	overflow-y: auto
}
.mobile-slider-navigation li.sliderdown span:before {
	transform: rotate(270deg)
}
.mobile-slider-navigation li.sliderdown span:after {
	transform: rotate(180deg)
}
.primary-navigation .primary-menu > ul > li > div:before {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	width: 100%;
	height: 10px;
	background: linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,0))
}
.primary-navigation .primary-menu > ul > li:hover > div {
	z-index: 50;
	max-height: 600px;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
	transition: max-height .3s .1s, box-shadow .05s .2s
}
.primary-navigation.sticky-state {
	background: rgba(255,255,255,.95)
}
.primary-navigation.sticky-state .icon-searchbtn {
	margin: 25px 10px
}
.primary-navigation.sticky-state .secondary-slider-navigation, .primary-navigation.sticky-state .primary-slider-navigation {
	top: 100px
}
.footer-navigation {
	padding: 40px 0 0 0;
	font-size: 14px;
	color: #999;
	background: #2B2B2B
}
.footer {
	overflow:hidden;
}
.footer dl {
    margin-right: 100px;
	float:left;
}
.footer dl dt {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    overflow: visible;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    color: #01c5fd;
}
.footer a {
    color: #fff;
}
.footer dl dt a {
    display: block;
    color: #fdfdfd;
}
.footer dd {
    line-height: 30px;
}
.footer table{ margin-left:10px;}
.footer table tr td {
    padding-bottom: 10px;
	color:#fff;
}
.footer .last{ float:right; margin-right:0;}

.fbiaodan input{
    height: 30px;
    text-indent: 10px;
    line-height: 30px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border: none;
    overflow: hidden;
    border: none;
    background: #444444;
}
.fbiaodan textarea {
    width: 100%;
    height: 80px;
    background: #444444;
    border: none;
    padding: 10px;
    line-height: 20px;
    overflow: hidden;
}
.fbiaodan button{
    cursor: pointer;
    border: none;
    background: #02C5FD;
    line-height: 35px;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    float: right;
	margin-top:10px;
}
#link_title {
    overflow: hidden;
    float: left;
}
#link_title h2 {
    font-size: 24px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    float: left;
}
ul.link_02 {
    text-align: left;
}
ul.link_02 a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 10px;
    border-right: 1px solid #ffa800;
    color: #ffa800;
    line-height: 13px;
    height: 13px;
    margin-top: 8px;
}


.dialog {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,1);
	max-width: -webkit-fill-available;
	max-height: -webkit-fill-available;
	transition: background .15s linear
}
.dialog.fadein {
	background: rgba(0,0,0,.5)
}
.dialog-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
	transform: translate(-50%, -50%);
	background: #fff;
	pointer-events: auto
}
.dialog-modal .dialog-modal-header {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 1rem;
	font-size: 1.2em;
	border-bottom: 1px solid #f0f0f0
}
.dialog-modal .dialog-modal-title {
	font-weight: 600
}
.dialog-modal .dialog-modal-close {
	cursor: pointer
}
.dialog-modal .dialog-modal-body {
	padding: 40px 0;
	text-align: center
}
.dialog-modal .dialog-modal-body .qrcode {
	width: 400px;
	height: 160px;
	margin: 10px auto
}
.dialog-modal .dialog-modal-body .message {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 160px;
	height: 140px;
	margin: 10px auto;
	color: #6c757d;
	background: #e9ecef;
	cursor: pointer
}
.dialog-modal .agreement {
	margin-top: 10px;
	font-size: 14px;
	color: #666
}
.dialog-modal .dialog-modal-content strong, .dialog-modal .dialog-modal-content a {
	color: #008cd6
}
.tooltip {
	position: absolute;
	box-sizing: border-box;
	max-width: 200px;
	padding: 5px;
	border-radius: 3px;
	font-size: 12px;
	transform: translate(-50%, -100%);
	background: #fff;
	box-shadow: 0 0 1px 1px #f0f0f0;
	vertical-align: bottom
}
.tooltip:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 50%;
	bottom: -10px;
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	background: #fff;
	transform: rotate(45deg) translateX(-50%)
}
.float-contact {
	position: fixed;
	z-index: 50;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 52px;
	padding: 15px 0;
	color: #fff;
	background: #008cd6
}
.float-contact .icon-wechat {
	display: block;
	width: 52px;
	line-height: 52px;
	font-size: 1.6em;
	text-align: center;
	cursor: pointer
}
.float-contact .wechat-service-qrcode {
	position: absolute;
	left: -12px;
	bottom: -20px;
	transform: translateX(-100%);
	box-sizing: border-box;
	width: 110px;
	padding: 8px 8px 2px 8px;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	text-align: center;
	color: #333;
	background: #fff;
	box-shadow: 0 0 3px #f0f0f0;
	filter: opacity(0);
	visibility: hidden;
	transition: all .16s ease-in
}
.float-contact .wechat-service-qrcode:after {
	content: '';
	position: absolute;
	z-index: 1;
	right: -5.5px;
	top: 50%;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #f0f0f0;
	background: #fff;
	box-shadow: 0 0 3px #f0f0f0;
	transform: translateY(-50%) rotate(-45deg);
	clip-path: polygon(18px 0, 18px 18px, 0 18px);
	filter: inherit;
	visibility: inherit;
	transition: all .06s
}
.float-contact .icon-wechat:hover {
	background: #008cd6
}
.float-contact .icon-wechat:hover ~.wechat-service-qrcode {
	filter: opacity(1);
	visibility: visible
}
.float-contact a {
	display: block;
	white-space: nowrap;
	width: 52px;
	height: 52px;
	overflow: hidden
}
.float-contact a:hover {
	width: fit-content;
	transform: translateX(calc(52px - 100%));
	background: linear-gradient(90deg, #008cd6, #008cd6 50%, #bae212);
	transition: all .26s .1s ease
}
.float-contact a:before {
	content: '\e903';
	display: inline-block;
	width: 52px;
	color: #fff;
	line-height: 52px;
	font-size: 1.6em;
	text-align: center;
	background-image: linear-gradient(90deg, #008cd6, #fff 50%, #008cd6);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 40px 1px;
	transition: width .2s .1s ease, background-position 10s 10s
}
.float-contact .callus:before {
	content: '\e901';
}
.float-contact a span {
	display: inline-block;
	height: 52px;
	padding-right: 20px;
	line-height: 52px;
	color: #fff;
}
.float-contact a:hover:before {
	background: none
}
.gotopbtn {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 52px;
	line-height: 52px;
	font-size: 1.4em;
	font-family: icons;
	text-align: center;
	background: #f0f0f0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}
.gotopbtn:hover {
	color: #fff;
	background: #008cd6
}
.gotopbtn.fadein {
	opacity: 1;
	visibility: visible
}
.float-notify {
	position: fixed;
	z-index: 60;
	top: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	box-sizing: border-box;
	max-width: 100%;
	width: 500px;
	padding: 20px 120px;
	font-weight: 600;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	filter: opacity(0);
	transition: filter .3s
}
.float-notify.fadein {
	filter: opacity(1)
}
.float-confirm {
	position: fixed;
	z-index: 60;
	top: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	box-sizing: border-box;
	max-width: 100%;
	width: 500px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	filter: opacity(0);
	transition: filter .3s
}
.float-confirm.fadein {
	filter: opacity(1)
}
.float-confirm .confirm-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: icons;
	color: #666;
	cursor: pointer;
	transition: color .3s
}
.float-confirm .confirm-close:hover {
	color: #333
}
.float-confirm .confirm-content {
	margin: 20px 0;
	color: #666
}
.float-confirm .confirm-action span {
	float: right;
	display: inline-block;
	width: 90px;
	line-height: 30px;
	margin-left: 12px;
	text-align: center;
	background: #f0f0f0;
	cursor: pointer
}
.float-confirm .confirm-action .confirm-accept {
	color: #fff;
	background: #008cd6
}
.float-video {
	position: fixed;
	z-index: 10;
	top: 50%;
	left: 0;
	transform: translate(calc(50vw - 50%), -50%);
	max-width: 80vw;
	max-height: 80vh;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	transition: all .26s ease-in-out
}
.float-video .video-close {
	position: absolute;
	z-index: 20;
	top: 15px;
	right: 15px;
	color: #666;
	cursor: pointer;
	transition: color .3s
}
.float-video .video-close:hover {
	color: #333
}
.float-video .video-close:before {
	content: '\e91f'
}
.float-video .video-foot {
	box-sizing: border-box;
	margin-top: 10px;
	padding: 0 10px;
	line-height: 50px
}
.float-video .video-name {
	float: left;
	font-size: 20px;
	font-weight: 600
}
.float-video .more {
	float: right
}
.float-video .more:after {
	content: '\e913';
	margin-left: 10px
}
.underscore-section-title {
	position: relative;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.underscore-section-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 5px;
	background: #008cd6
}
.underscore-section-title:after {
	content: '';
	position: absolute;
	left: 80px;
	bottom: 0;
	border: 2.5px solid #008cd6;
	border-top-color: transparent;
	border-right-color: transparent
}
.underscore-slogan-title {
	position: relative;
	display: block;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	white-space: pre-line
}
.underscore-slogan-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 187px;
	height: 5px;
	background: #008cd6
}
.underscore-slogan-title:after {
	content: '';
	position: absolute;
	left: 187px;
	bottom: 0;
	border: 2.5px solid #008cd6;
	border-top-color: transparent;
	border-right-color: transparent
}
.underscore-head-title {
	position: relative;
	display: block;
	padding-bottom: 14px;
	font-size: 22px;
}
.underscore-head-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 187px;
	height: 5px;
	background: #008cd6
}
.underscore-head-title:after {
	content: '';
	position: absolute;
	left: 187px;
	bottom: 0;
	border: 2.5px solid #008cd6;
	border-top-color: transparent;
	border-right-color: transparent
}
.section {
	margin-top: 40px
}
.entry-content {
	line-height: 1.8;
	font-size: 14px;
	margin-bottom: 20px;
	overflow: hidden;
}
.entry-content table {
	width: 100%;
	float: left;
}
.entry-content td {
	width: 20%;
	border: 1px solid #ddd;
	padding: 4px;
}
.entry-content img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.gclc img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.cpry li {
	width: 32.3333%;
	height: auto;
	float: left;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 15px;
}
.cpry li img {
	width: 100%;
}
.entry-content p, .entry-content div {
	margin: 12px 0
}
.entry-content h2 {
	margin: 20px 0 14px 0
}
.entry-content h3 {
	margin: 14px 0 14px 0
}
.entry-content h4 {
	margin: 14px 0 12px 0
}
.entry-content h5, .entry-content h6 {
	margin: 12px 0
}
.entry-content ul {
	margin: 8px 0 0 8px;
	line-height: 1.5;
	list-style: inside disc
}
.entry-content ol {
	margin: 8px 0 0 8px;
	line-height: 1.5;
	list-style: inside decimal
}
.entry-content li {
	margin: 5px 0
}
.entry-content li::marker {
margin-right:5px
}
.entry-content dl dt {
	margin: 12px 0;
	font-weight: 600
}
.entry-content dl dd {
	margin: 8px 0 0 14px
}
.entry-content table {
	margin: 10px auto;
	border-collapse: collapse
}
.entry-content table td {
	padding: 5px;
	border: 1px solid #ccc;
	word-break: break-all
}
.entry-content table tr:nth-child(2n+1) {
	background: #eee
}
.entry-content a {
	color: #549ccf
}
.entry-content .content-navigation {
	float: right;
	max-width: 500px;
	margin-top: 0;
	margin-left: 20px;
	padding: 10px 10px 15px 10px;
	font-size: 0.9rem;
	line-height: 1.2em;
	background: #f6f5f5
}
.entry-content .content-navigation h2 {
	margin: 10px 0 0 0;
	font-size: 1.2rem;
	text-align: center
}
.entry-content .content-navigation ul {
margin 10px 0 0 0;
	counter-reset: item
}
.entry-content .content-navigation li {
	display: table;
	counter-increment: item;
	margin-top: 10px
}
.entry-content .content-navigation li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.2em;
	font-family: Arial;
	vertical-align: inherit
}
.entry-content .content-navigation li li:before {
	content: counters(item, ".") " "
}
.loadmore {
	display: block;
	width: 190px;
	line-height: 45px;
	margin: 10px auto;
	text-align: center;
	background: #f0f0f0;
	transition: all .16s;
	cursor: pointer
}
.loadmore:hover {
	background: #008cd6
}
.gephb-business {
	display: flex;
	flex-wrap: nowrap;
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	overflow: hidden
}
.gephb-business .business {
	position: relative;
	box-sizing: border-box;
	width: 25%;
	height: 25vw;
	padding-top: 5%;
	font-size: 1rem;
	color: #fff;
	transition: all .5s ease-in-out;
	overflow: hidden
}
.gephb-business .business:nth-child(1) {
	background: #36a3da
}
.gephb-business .business:nth-child(2) {
	background: #487dd6
}
.gephb-business .business:nth-child(3) {
	background: #2674de
}
.gephb-business .business:nth-child(4) {
	background: #368fda;
}
.gephb-business .business .head {
	position: absolute;
	z-index: 1;
	width: 100%;
	text-align: center
}
.gephb-business .business p {
	margin-top: 20px;
	line-height: 1.8em
}
.gephb-business .business img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: none;
	transition: all .3s ease-in-out
}
.gephb-business .business.selected {
	width: 40%;
	padding-top: 8%
}
.gephb-business .business.selected h4 {
	font-size: 32px;
	transition: all .3s
}
.gephb-products {
	position: relative;
	max-width: 1920px;
	margin: 10px auto 0 auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden
}
.gephb-products .tab-titles {
	margin-top: 20px;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden
}
.gephb-products .tab-titles li {
	display: inline-block;
	width: 120px;
	margin-right: 50px;
	text-align: center;
	cursor: pointer
}
.gephb-products .tab-titles li.active {
	color: #2674de
}
.gephb-products .tab-titles span {
	display: block
}
.gephb-products .tab-contents {
	position: relative;
	height: 600px
}
.gephb-products .tab-contents .item {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	place-items: center;
	filter: opacity(0);
	visibility: hidden;
	transition: all .6s ease-in-out
}
.gephb-products .tab-contents .item.active {
	position: static;
	filter: opacity(1);
	visibility: visible
}
.gephb-products .tab-contents .content {
	width: 408px
}
.gephb-products .tab-contents .figure {
	width: 756px
}
.gephb-products .tab-contents .description {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #666
}
.gephb-products .tab-contents .description span {
	font-size: 14px;
	font-weight: bold;
}
.gephb-products .tab-contents .links {
	display: block;
	width: calc(50% - 12px);
	margin-top: 30px;
	line-height: 40px;
	text-align: center;
	color: #666;
	background: #fff
}
.gephb-products .tab-contents .links:hover {
	color: #fff;
	background: #008cd6
}
.gephb-products .tab-prev, .gephb-products .tab-next {
	position: absolute;
	top: 400px;
	right: calc(50% - 700px);
	width: 30px;
	line-height: 70px;
	font-size: 2.5em;
	text-align: center;
	font-family: icons;
	color: #fff;
	cursor: pointer
}
.gephb-products .tab-prev {
	right: auto;
	left: calc(50% - 700px);
	transform: rotate(180deg)
}
.gephb-products .tab-prev:active, .gephb-products .tab-next:active {
	color: #008cd6
}
.gephb-solutions {
	position: relative;
	padding-top: 100px
}
.gephb-solutions h2 {
	position: absolute;
	z-index: 20;
	left: 70px;
	color: #fff;
}
.gephb-solutions h2:before {
	background: #fff
}
.gephb-solutions h2:after {
	border-color: #fff;
	border-top-color: transparent;
	border-right-color: transparent
}
.gephb-solutions .tab-titles {
	position: absolute;
	bottom: 10px;
	left: 40px;
	width: calc(100% - 80px);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px;
	text-align: center;
	cursor: pointer
}
.gephb-solutions .tab-titles span {
	display: block;
	line-height: 45px;
	font-weight: bold;
	background: rgba(255,255,255,.8);
	transition: all .3s
}
.gephb-solutions .tab-titles span:before {
	content: '\e90b';
	display: inline-block;
	margin-right: 10px;
	font-size: .6em;
	font-weight: 400;
	color: #7bb103;
	transition: all .3s
}
.gephb-solutions .tab-titles span.active {
	background: #008cd6;
	color: #fff;
}
.gephb-solutions .tab-titles span.active:before {
	color: #fff;
	transform: rotate(45deg)
}
.gephb-solutions .content {
	position: absolute;
	left: 40px;
	top: 60px;
	box-sizing: border-box;
	width: calc( 25% - 21.5px);
	padding: 120px 30px 40px 30px;
	color: #fff;
	background: #008cd6
}
.gephb-solutions .content p {
	margin: 15px 0;
	line-height: 1.8em
}
.gephb-solutions .content .more {
	display: block;
	margin-top: 20px;
	font-weight: bold;
	color: #fff
}
.gephb-solutions .content .more:after {
	content: '\e913';
	margin-left: 5px
}
.gephb-solutions .figure {
	position: relative;
	z-index: -1;
	vertical-align: bottom
}
.gephb-solutions .tab-contents .item {
	display: none
}
.gephb-solutions .tab-contents .item img {
	transition: all .16s ease-in-out;
	height: auto !important;
	width: 100%;
}
.gephb-solutions .tab-contents .item.active {
	display: block
}
.gephb-solutions .tab-contents .item.active img {
	width: 100% !important;
	filter: opacity(1)
}
.gephb-company {
	position: relative;
	box-sizing: border-box;
	margin-top: 60px;
	padding: 150px 0;
	height: 644px;
	text-align: center;
	color: #fff;
	overflow: hidden
}
.gephb-company .container {
	display: flex;
	flex-flow: column;
	justify-content: space-between
}
.gephb-company .description {
	line-height: 1.8em
}
.gephb-company .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.gephb-company .items .number {
	display: block;
	margin-bottom: 20px;
	font-family: fantasy, sans-serif;
	font-size: 50px;
	color: #008cd6
}
.gephb-company .items .number strong {
	font-weight: bold;
	font-size: 20px;
}
.gephb-company video {
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: fit-content
}
.gephb-news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px
}
.gephb-news .news-center {
	width: calc(50% - 12px)
}
.gephb-news .news-center ul {
	margin-top: 30px;
	color: #999
}
.gephb-news .news-center li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 25px
}
.gephb-news .news-center li:before {
	content: '\e924';
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 6px;
	text-align: center;
	color: #8ab923
}
.gephb-news .news-center a {
	display: block;
	width: calc(100% - 84px);
	font-size: 18px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.gephb-news .news-center a:hover {
	text-decoration: underline
}
.gephb-news .news-center .summary {
	display: block;
	width: calc(100% - 84px);
	margin-top: 2px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.gephb-news .news-center .views {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 14px
}
.gephb-news .news-center .views:before {
	content: '\e907';
	margin-right: 5px
}
.gephb-news .video-center {
	width: calc(50% - 12px)
}
.gephb-news .video-title {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	place-items: center
}
.gephb-news .video-title a {
	float: right;
	font-size: 18px
}
.gephb-news .video-title a:after {
	content: '\e916';
	margin-left: 10px;
	font-size: 1rem;
	color: #008cd6
}
.gephb-news .video-container {
	height: 350px;
	margin-top: 30px;
	vertical-align: bottom
}
.gephb-service {
	height: 720px;
	margin-top: 60px;
	color: #fff;
}
.gephb-service .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	place-items: center
}
.gephb-service .service-motto strong {
	display: block;
	margin-top: 20px
}
.gephb-service .service-content {
	width: calc(50% - 12px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.gephb-service .service-policy {
	box-sizing: border-box;
	width: 100%;
	height: 225px;
	padding: 70px 0 0 40px;
	margin-bottom: 24px;
	line-height: 2em;
	background-size: cover
}
.gephb-service .global-cases {
	box-sizing: border-box;
	width: calc(50% - 12px);
	height: 225px;
	padding: 60px 0 0 20px;
	background-size: contain
}
.gephb-service .accessories {
	box-sizing: border-box;
	width: calc(50% - 12px);
	height: 225px;
	padding: 60px 0 0 20px;
	background-size: contain
}
.gephb-service .service-content a {
	display: block;
	margin-top: 20px;
	font-size: 14px
}
@media(max-width:1272px) {
h1 {
	font-size: 1.5em
}
h2 {
	font-size: 1.45em
}
h3 {
	font-size: 1.35em
}
h4 {
	font-size: 1.25em
}
h5 {
	font-size: 1.15em
}
.container {
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px
}
.grid-2 {
	grid-template-columns: 1fr 1fr
}
.grid-3 {
	grid-template-columns: repeat(3, 1fr)
}
.grid-4 {
	grid-template-columns: repeat(4, 1fr)
}
.grid-5 {
	grid-template-columns: repeat(5, 1fr)
}
.grid-6 {
	grid-template-columns: repeat(6, 1fr)
}
.grid-8 {
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 12px
}
.grid-10 {
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 12px
}
.grid-12 {
	grid-template-columns: repeat(10, 1fr);
	grid-gap: 12px
}
.head-navigation {
	display: none
}
.primary-navigation {
	position: fixed;
	z-index: 60;
	top: 0;
	height: 60px;
	background: rgba(255,255,255,.2)
}
.primary-navigation .primary-menu {
	display: none
}
.primary-navigation .icon-searchbtn {
	margin: 15px !important;
	color: #fff
}
.primary-navigation.sticky-state .icon-searchbtn {
	color: #333
}
.primary-navigation .icon-menubtn {
	position: relative;
	top: 18px;
	display: block;
	width: 24px;
	height: 1.6px;
	padding: 10px 0;
	background-color: #000;
	background-clip: content-box;
	transition: all .3s ease
}
.primary-navigation .icon-menubtn:before {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 1.6px;
	background: inherit;
	transition: transform .16s ease
}
.primary-navigation .icon-menubtn:after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1.6px;
	background: inherit;
	transition: transform .16s ease
}
.primary-navigation.sticky-state .icon-menubtn {
	background-color: #333
}
.primary-navigation .icon-menubtn.close {
	background-color: transparent
}
.primary-navigation .icon-menubtn.close:before {
	background-color: #333;
	transform: translateY(10px) rotate(45deg)
}
.primary-navigation .icon-menubtn.close:after {
	background-color: #333;
	transform: translateY(-10px) rotate(-45deg)
}
.secondary-slider-navigation {
	top: 60px;
	background: rgba(255,255,255,.95)
}
.search-container .searchform {
	width: 90%;
	min-width: 280px;
	padding: 40px 0;
	margin: 0 auto
}
.search-container input[type=text] {
	width: calc(100% - 102px)
}
.search-container input[type=submit] {
	width: 100px
}
.secondary-slider-navigation .links {
	display: none
}
.footer-navigation {
	padding-top: 60px;
	padding-bottom: 20px
}
.footer-navigation .quick-navigation {
	display: none
}
.footer-navigation h5 {
	margin-bottom: 20px
}
.footer {
	display: none
}
.float-contact {
	right: 0
}
.main {
	width: 100%
}
.sidebar {
	display: none
}
}
@media(max-width:1024px) {
.grid-3 {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px
}
.grid-4 {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 12px
}
.grid-5 {
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 12px
}
.grid-6 {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 12px
}
}
@media(max-width:800px) {
[data-video]:not([data-video=""]):before {
	font-size: 40px
}
.grid-2 {
	grid-template-columns: repeat(2, 1fr)
}
.grid-3 {
	grid-template-columns: repeat(2, 1fr)
}
.grid-4 {
	grid-template-columns: repeat(2, 1fr)
}
.grid-6 {
	grid-template-columns: repeat(3, 1fr)
}
.grid-8 {
	grid-template-columns: repeat(4, 1fr)
}
.grid-10 {
	grid-template-columns: repeat(5, 1fr)
}
.grid-12 {
	grid-template-columns: repeat(6, 1fr)
}
.footer {
	display: block;
	height: 50px;
	line-height: 50px
}
.footer a, .footer span {
	display: none
}
.footer .company {
	display: inline-block
}
}
@media(max-width:640px) {
.grid-6 {
	grid-template-columns: repeat(2, 1fr)
}
.grid-8 {
	grid-template-columns: repeat(3, 1fr)
}
.grid-10 {
	grid-template-columns: repeat(4, 1fr)
}
.grid-12 {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 12px
}
.primary-navigation {
	height: 50px !important;
	background: #fff;
}
.primary-navigation .logo {
	width: 60%;
}
.primary-navigation .icon-searchbtn {
	margin: 10px !important
}
.primary-navigation .icon-menubtn {
	top: 14px
}
.secondary-slider-navigation {
	top: 50px !important
}
.search-container .popular-search {
	display: none
}
.float-contact {
	width: 42px;
	padding: 10px 0
}
.float-contact a {
	width: 42px;
	height: 42px
}
.float-contact a:before {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 1.4em
}
.float-contact a:hover {
	width: 100% !important;
	transform: none;
	background: none;
	transition: none
}
.float-contact a:hover:before {
	background-image: linear-gradient(90deg, #008cd6, #fff 50%, #008cd6);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 40px 1px;
	transition: none
}
.float-contact a span {
	height: 42px;
	line-height: 42px
}
.float-contact .icon-wechat {
	width: 42px;
	line-height: 42px;
	font-size: 1.4em
}
.float-video {
	max-width: 100vw;
	padding: 10px
}
.gotopbtn {
	width: 42px;
	line-height: 42px;
	right: 5px;
	bottom: 5px
}
}
@media(max-width:1272px) {

.gephb-business {
	display: block
}
.gephb-business .business {
	display: inline-block;
	width: 50%;
	height: 30vw;
	padding-top: 60px
}
.gephb-business .business.selected {
	width: 50%
}
.gephb-business .business .head {
	left: 20px;
	right: 20px;
	width: auto
}
.gephb-business .business img {
	filter: brightness(0.8);
	bottom: -40px
}
.gephb-business .business.selected h4 {
	font-size: 20px
}
.gephb-products .tab-titles {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	overflow-x: auto
}
.gephb-products .tab-titles li {
	margin: 0 20px;
	vertical-align: top
}
.gephb-solutions {
	position: static;
	padding-top: 0;
}
.gephb-solutions h2 {
	display: none;
	position: relative
}
.gephb-solutions .tab-titles {
	position: static;
	display: block;
	width: 100%;
	margin-top: 20px;
	white-space: nowrap;
	overflow-x: auto
}
.gephb-solutions .tab-titles span {
	display: inline-block;
	padding: 0 20px;
	background: rgb(186 226 18 / 20%)
}
.gephb-solutions .tab-contents {
	position: relative;
	margin-top: 20px
}
.gephb-solutions .content {
	display: none
}
.gephb-company {
	padding: 15vw 0;
	margin-top: 40px
}
}
@media(max-width:800px) {
.gephb-products {
	margin-top: 0;
	padding-top: 10px;
	background-size: cover
}
.gephb-products .tab-contents {
	height: 110vw
}
.gephb-products .tab-contents .item {
	flex-wrap: wrap
}
.gephb-products .tab-contents .content {
	width: 100%;
	margin-top: 10px
}
.gephb-products .tab-contents .description {
	margin-top: 10px
}
.gephb-products .tab-contents .links {
	display: none
}
.gephb-products .tab-contents .figure {
	width: 100%
}
.gephb-news {
	margin-top: 40px
}
.gephb-news .news-center {
	width: 100%
}
.gephb-news .video-center {
	width: 100%;
	margin-top: 20px
}
.gephb-news .video-container {
	height: auto
}
.gephb-service {
	margin-top: 20px
}
.gephb-service .service-motto {
	width: 100%
}
.gephb-service .service-content {
	width: 100%
}
}
@media(max-width:640px) {

.gephb-business .business {
	width: 50% !important;
	height: 60vw
}
.gephb-business .business p {
	display: none
}
.gephb-products .tab-titles li {
	margin: 0 10px;
	font-size: 10px
}
.gephb-company .item {
	width: 48%;
	margin-bottom: 20px
}
.gephb-company .items .number {
	font-size: 35px
}
.gephb-service {
	height: auto;
	padding: 30px 0
}
.gephb-service .service-policy {
	height: 160px;
	padding: 35px 0 0 30px;
	margin: 20px 0 12px 0
}
.gephb-service .global-cases {
	width: 100%;
	height: 160px
}
.gephb-service .accessories {
	width: 100%;
	height: 160px;
	margin-top: 12px
}
}
.section-feedback-brochure {
	display: flex;
	flex-wrap: wrap;
	place-items: center;
	width: 100%;
	height: 500px
}
.section-feedback-brochure .map-container {
	width: 50%;
	height: 100%;
	background: #f0f0f0
}
.section-feedback-brochure .brochure {
	box-sizing: border-box;
	width: 636px;
	padding-right: 60px;
	margin-left: calc(50% - 636px)
}
.section-feedback-brochure .brochure-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	place-items: center
}
.section-feedback-brochure .brochure-screenshot {
	width: 350px;
	margin-top: 20px
}
.section-feedback-brochure .cover {
	box-sizing: border-box;
	width: 350px;
	height: 310px;
	border: 5px solid #f0f0f0
}
.section-feedback-brochure .brochure-name {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600
}
.section-feedback-brochure .brochure-summary {
	width: 200px
}
.section-feedback-brochure .brochure-key {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px
}
.section-feedback-brochure .brochure-key li {
	box-sizing: border-box;
	width: 45%;
	margin-top: 10px
}
.section-feedback-brochure .brochure-key li:before {
	content: '\e924';
	margin-right: 5px;
	color: #8ab923
}
.section-feedback-brochure .brochure-dowloadbtn {
	display: block;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
	background: #008cd6
}
.section-feedback-brochure .brochure-dowloadbtn:before {
	content: '\e936';
	margin-right: 10px
}
.section-feedback-brochure .feedback {
	width: 50%;
	height: 100%;
	background: #008cd6
}
.section-feedback-brochure .frame {
	box-sizing: border-box;
	width: 636px;
	padding-top: 70px;
	padding-left: 40px
}
.section-feedback-brochure .prompt {
	margin: 15px 0 20px 0;
	font-size: 14px;
	color: #666
}
.section-feedback-brochure form p {
	margin: 8px 0
}
.section-feedback-brochure input[type=text] {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	border: 1px solid #ddf189;
	text-indent: 10px;
	background: #a9cc17
}
.section-feedback-brochure textarea {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	border: 1px solid #ddf189;
	padding: 10px;
	background: #a9cc17;
	transition: filter .16s;
	resize: none
}
.section-feedback-brochure input[type=submit] {
	width: 110px;
	margin-top: 2px;
	line-height: 40px;
	color: #fff;
	background: #677f21;
	filter: brightness(.9);
	cursor: pointer
}
.section-feedback-brochure input[type=submit]:hover {
	filter: brightness(1)
}

/****首页产品细节***/
@media(min-width:1024px) {
.cpxj {
	background: url(../images/cpxj.jpg) center bottom no-repeat #f8f8f8;
	overflow: hidden;
}
.plate1-top {
	width: 100%;
	height: auto;
	float: left;
	margin: 30px 0;
}
.plate1-top .top-title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
.plate1-top .top-English {
	margin-top: 18px;
	font-family: 'MontserratBold';
	font-size: 24px;
	text-align: center;
	color: #cbcbcb;
}
.plate1-top .top-heng {
	width: 34px;
	height: 5px;
	margin: 22px auto 0;
	border-radius: 50px;
	background: #0072bc;
}
.cont-plate1 {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
	overflow: hidden;
}
.cont-plate1 .plate1-cent {
	width: 90%;
	float: right;
	position: relative;
}
.cont-plate1 .plate1-cent .cent-menu {
	width: 320px;
	height: 640px;
	background: linear-gradient(120deg, #0d85cf, #0f54a1);
}
.cont-plate1 .plate1-cent .cent-menu .menu-list {
	position: relative;
	width: 100%;
	height: 145px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	cursor: pointer;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.cont-plate1 .plate1-cent .cent-menu .menu-list .list-box {
	padding: 15px 55px;
}
.cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon {
	position: relative;
	width: 50px;
	height: 50px;
}
.cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon .img2 {
	opacity: 0;
}
.cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-title {
	margin-top: 10px;
	font-size: 22px;
	color: #fff;
}
.cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-English {
	margin-top: 10px;
	font-family: 'Arial';
	font-size: 12px;
	color: #fff;
	opacity: 0.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-arrow {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 40px;
	opacity: 0;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-arrow img {
	width: 100%;
}
.cont-plate1 .plate1-cent .cent-menu .menu-list-active {
	background: linear-gradient(-90deg, #00c0ff, #104bb9);
}
.cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-icon .img2 {
	opacity: 1 !important;
}
.cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-icon .img1 {
	opacity: 0;
}
.cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-arrow {
	opacity: 1 !important;
}
.cont-plate1 .plate1-cent .cnet-box {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 320px);
	height: 640px;
	opacity: 0;
	visibility: hidden;
}
.cont-plate1 .plate1-cent .cnet-box .box-left {
	width: 448px;
	height: 100%;
	padding: 60px 0 0 40px;
	background: #fff;
}
.cont-plate1 .plate1-cent .cnet-box .box-left .left-English {
	font-family: 'MontserratBold';
	font-size: 30px;
	color: #104bb9;
	opacity: 0;
	font-weight: bold;
}
.cont-plate1 .plate1-cent .cnet-box .box-left .left-title {
	margin: 42px 0;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	opacity: 0;
}
.cont-plate1 .plate1-cent .cnet-box .box-left .left-text {
	padding-right: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	opacity: 0;
}
.cont-plate1 .plate1-cent .cnet-box .box-left .left-button {
	display: block;
	width: 140px;
	height: 45px;
	margin-top: 70px;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	color: #0072bc;
	border-radius: 45px;
	border: solid 2px #0a51a1;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.cont-plate1 .plate1-cent .cnet-box .box-left .left-button:hover {
	color: #fff;
	background: #0a51a1;
}
.cont-plate1 .plate1-cent .cnet-box .box-right {
	width: calc(100% - 428px);
	height: 100%;
	background: #fff;
	overflow: hidden;
}
.cont-plate1 .plate1-cent .cnet-box .box-right img {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.cont-plate1 .plate1-cent .cnet-box:hover img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.cont-plate1 .plate1-cent .cnet-box-active {
	opacity: 1;
	visibility: visible;
}
.cont-plate1 .plate1-cent .cnet-box-active .left-English, .cont-plate1 .plate1-cent .cnet-box-active .left-title, .cont-plate1 .plate1-cent .cnet-box-active .left-text, .cont-plate1 .plate1-cent .cnet-box-active img {
	opacity: 1 !important;
	transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
}
.sy_about {
	display: none
}
}
@media(max-width:1024px) {
.sy_about {
	width: 100%;
	background: #f4f4f4;
	padding: 10px 0 30px 0;
	position: relative;
	overflow: hidden;
	display: block;
}
.plate1-top {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0 20px 0;
}
.plate1-top .top-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
.plate1-top .top-English {
	margin-top: 10px;
	font-family: 'MontserratBold';
	font-size: 18px;
	text-align: center;
	color: #cbcbcb;
}
.plate1-top .top-heng {
	width: 34px;
	height: 5px;
	margin: 10px auto 0;
	border-radius: 50px;
	background: #0072bc;
}
.cont-plate1 .plate1-cent {
	width: 100%;
}
.cont-plate1 .plate1-cent .cent-menu {
	width: 100%;
}
.cont-plate1 .plate1-cent .cnet-box {
	width: 100%;
}
.cpxjt {
	height: auto;
	float: left;
	overflow: hidden;
	padding: 5px;
}
.xjt_ul {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}
.xjt_ul li {
	width: 48.5%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	float: left;
	margin-left: 1.5%;
	overflow: hidden;
	background: linear-gradient(120deg, #0d85cf, #0f54a1);
	color: #fff;
	margin-bottom: 10px;
}
.xjt_ul li.actvie {
	background: linear-gradient(-90deg, #00c0ff, #104bb9);
}
.prd_xjt {
	width: 96%;
	float: left;
	background: #fff;
	overflow: hidden;
	margin-top: 10px;
	padding: 2%;
	display: none;
}
.prd_xjt h2 {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #177abe;
	margin: 10px;
}
.prd_xjt p {
	line-height: 25px;
	font-size: 13px;
}
.left-button {
	display: block;
	width: 140px;
	height: 45px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	color: #0072bc;
	border-radius: 45px;
	border: solid 2px #0a51a1;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.cpxj {
	display: none;
}
}
.product-hd {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	overflow: hidden;
}
.product-hd li {
	width: 19.3%;
	float: left;
	padding: 0 1px;
	text-align: center;
}
.product-hd li a {
	display: block;
	height: 85px;
	background: #eeedf2;
	padding: 20px 0;
	position: relative;
	cursor: pointer;
}
.product-hd li a div._img {
	width: 100px;
	height: 72px;
	margin: 0 auto;
	overflow: hidden;
}
.product-hd li a div img {
	max-width: 100%;
	-webkit-animation: jello 1s;
	-moz-animation: jello 1s;
	animation: jello 1s;
}
.product-hd li a p {
	font-size: 14px;
	color: #313131;
}
.product-hd li.on a:after {
	left: 0;
	width: 100%;
}
.product-hd li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 3px;
	width: 0;
	background: #008cd6;
	transition: 0.9s ease;
}
.product-bd {
	border: none;
}
.product-bd .product-item ._img {
	overflow: hidden;
	object-fit: cover;
	background: #eeedf2;
	text-align: center;
}
.product-bd .product-item ._img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block;
	object-fit: cover;
	transition: all .3s linear;
}
.product-bd .product-item .con {
	padding: 28px 22px 34px;
	transition: all .3s linear;
	margin-bottom: 20px;
}
.product-bd .product-item .con h2 {
	font-size: 24px;
	color: #008cd6;
	margin: 0;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.product-bd .product-item .con p {
	font-size: 18px;
	color: #f00;
	font-weight: bold;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	transition: all .3s linear;
}
.product-bd .product-item:hover .con {
	background: #eeedf2;
}
.product-bd .product-item:hover .con p {
	color: rgba(11, 118, 190,0.6);
}
.product-bd .product-item:hover ._img img {
	transform: scale(1.05);
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-md-3 {
	width: 30%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
/****首页优势**/
#s_ys {
	background: url(../images/s_ys_bg.jpg) center no-repeat;
	height: 766px;
	overflow: hidden;
}
#s_ys .btn_zixun {
	width: 186px;
	height: 54px;
	background: #f69636;
	line-height: 54px;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	position: absolute;
	left: 70px;
	top: 460px;
}
#s_ys .btn_zixun i {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../images/s_ys_btn.png) center no-repeat;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.ys_con ul {
	width: 600px;
	overflow: hidden;
	padding-left: 4px;
	padding-top: 55px;
}
.ys_con ul li {
	width: 235px;
	float: left;
	color: #fff;
	margin-bottom: 25px;
	margin-left: 60px;
}
.ys_con ul li .img {
	width: 235px;
	height: 120px;
	border-radius: 5px;
	border: 3px solid #fff;
}
.ys_con ul li .img img {
}
.ys_con ul li h5 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
.ys_con ul li h5 font {
	display: inline-block;
	width: 26px;
	height: 26px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.ys_con ul li p {
	font-size: 14.5px;
	line-height: 24px;
}
/*****首页公司简介***/
.plate2-box {
	position: relative;
	width: 100%;
	height: 700px;
	margin-top: 60px;
	overflow: hidden;
}
.plate2-box .box-cont .box-bg {
	width: 100%;
	height: auto;
}
.plate2-box .box-cont .box-bg img {
	width: 100%;
}
.plate2-box .box-cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.plate2-box .box-cont .box-cent {
	position: absolute;
	top: 0;
	left: 55%;
	width: 1537px;
	height: 100%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.plate2-box .box-cont .box-cent .cent-list {
	width: 450px;
	height: 565px;
	padding: 80px 60px 0;
	background: rgba(0, 114, 188, 0.8);
	opacity: 1;
	transform: translateX(-50px);
	-o-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	-webkit-transition: all 1.4s;
}
.plate2-box .box-cont .box-cent .cent-list .list-English {
	font-family: 'MontserratBold';
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	opacity: 0.5 !important;
	transform: translatey(30px);
	-webkit-transform: translatey(0) !important;
	-o-transform: translatey(30px);
	-moz-transform: translatey(30px);
	-webkit-transform: translatey(30px);
	-webkit-transition: all 0.6s 1.4s;
}
.plate2-box .box-cont .box-cent .cent-list .list-title {
	margin: 36px 0 30px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	opacity: 1;
	transform: translatey(30px);
	-o-transform: translatey(30px);
	-moz-transform: translatey(30px);
	-webkit-transform: translatey(30px);
}
.plate2-box .box-cont .box-cent .cent-list .list-text {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	opacity: 1;
	transform: translatey(30px);
	-o-transform: translatey(30px);
	-moz-transform: translatey(30px);
	-webkit-transform: translatey(30px);
}
.plate2-box .box-cont .box-cent .cent-list .link-box {
	opacity: 1;
	transform: translatey(30px);
	-o-transform: translatey(30px);
	-moz-transform: translatey(30px);
	-webkit-transform: translatey(30px);
}
.plate2-box .box-cont .box-cent .cent-list .list-button {
	display: block;
	width: 140px;
	height: 45px;
	margin-top: 90px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 45px;
	border: solid 2px #fff;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
 @media(max-width:640px) {
.product-hd {
	margin-bottom: 20px;
}
.product-hd li {
	width: 32.33333%;
	padding: 0;
	margin: 5px 0.5%;
}
.col-md-3 {
	width: 48%;
	padding: 0;
	margin: 5px 1%;
}
.row {
	margin: 0;
}
.product-bd .product-item .con {
	padding: 5px;
	margin-bottom: 10px;
}
.product-bd .product-item .con h2 {
	font-size: 14px;
}
.product-bd .product-item .con p {
	line-height: 22px;
	height: 66px;
}
#s_ys {
	background: url(../images/s_ys_bg.jpg) right no-repeat;
	height: auto;
	padding: 0;
}
.layui-container {
	padding: 0;
}
.ys_con ul {
	width: 100%;
	padding-left: 0;
}
.ys_con ul li {
	width: 48.5%;
	margin-left: 1%;
	overflow: hidden;
}
.ys_con ul li .img {
	width: 97%;
	height: auto !important;
}
.ys_con ul li .img img {
	width: 100%;
}
.plate2-box {
	margin-top: 20px;
	overflow: hidden;
	height: 480px;
}
.plate2-box .box-cont .box-bg img {
	width: auto;
	height: 100%;
}
.plate2-box .box-cont .box-cent {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(0);
	-o-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}
.plate2-box .box-cont .box-cent .cent-list {
	width: 98%;
	height: 100%;
	padding: 40px 2% 0;
	background: rgba(0, 114, 188, 0.8);
	transform: translateX(0) !important;
	-o-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
}
.plate2-box .box-cont .box-cent .cent-list .list-English {
	font-size: 22px;
}
.plate2-box .box-cont .box-cent .cent-list .list-title {
	font-size: 19px;
	margin: 10px 0;
}
.plate2-box .box-cont .box-cent .cent-list .list-button {
	margin-top: 30px;
	width: 130px;
	height: 40px;
}
}
/****首页成功案例***/
.plate3-box {
	position: relative;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.plate3-box .plate3-mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 29;
}
.plate3-box .box-list {
	position: relative;
	width: 386px;
	height: 680px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.plate3-box .box-list .list-bg {
	width: 100%;
	height: 100%;
}
.plate3-box .box-list .list-bg img {
	width: auto;
	height: 100%;
	transform: translateX(-32%);
	-o-transform: translateX(-32%);
	-moz-transform: translateX(-32%);
	-webkit-transform: translateX(-32%);
}
.plate3-box .box-list .list-cent {
	position: absolute;
	top: 50%;
	left: 0;
	height: auto;
	padding-left: 40px;
	z-index: 9;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
}
.plate3-box .box-list .list-cent .cent-English {
	font-family: 'MontserratBold';
	font-size: 24px;
	color: #fff;
	opacity: 0.4;
}
.plate3-box .box-list .list-cent .cent-title {
	margin-top: 14px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.plate3-box .box-list .list-cent2 {
	display: none;
	justify-content: space-between;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	padding-left: 190px;
	background: linear-gradient(-90deg, #00c0ff, #104bb9);
}
.plate3-box .box-list .list-cent2 .cent2-left {
	width: auto;
}
.plate3-box .box-list .list-cent2 .cent2-left .left-English {
	margin-top: 50px;
	font-family: 'MontserratBold';
	font-size: 30px;
	color: #fff;
	opacity: 0.3;
}
.plate3-box .box-list .list-cent2 .cent2-left .left-title {
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.plate3-box .box-list .list-cent2 .cent2-right {
	flex: 1;
	margin-top: 55px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding-right: 30px;
}
.plate3-box .box-list .list-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.plate3-box .box-list-active {
	flex: 1;
	z-index: 9;
}
.plate3-box .box-list-active .list-bg img {
	width: 100% !important;
	transform: translateX(0) !important;
	-o-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
}
.plate3-box .box-list-active .list-cent, .plate3-box .box-list-active .list-mask {
	display: none;
}
.plate3-box .box-list-active .list-cent2 {
	display: flex !important;
}
.plate3-web-box {
	display: none;
	position: relative;
	margin-top: 40px;
	overflow: hidden;
}
.plate3-web-box .swiper-slide {
	width: 100%;
}
.plate3-web-box .swiper-slide .slide-box {
	width: 100%;
}
.plate3-web-box .swiper-slide .slide-box .box-pic {
	width: 100%;
	height: 270px;
}
.plate3-web-box .swiper-slide .slide-box .box-pic img {
	width: 100%;
	height: 100%;
}
.plate3-web-box .swiper-slide .slide-box .box-cent {
	width: 96%;
	height: auto;
	padding: 25px 15px;
	background: linear-gradient(-90deg, #00c0ff, #104bb9);
}
.plate3-web-box .swiper-slide .slide-box .box-cent .left-English {
	font-family: 'MontserratBold';
	font-size: 22px;
	color: #fff;
	opacity: 0.3;
}
.plate3-web-box .swiper-slide .slide-box .box-cent .left-title {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.plate3-web-box .swiper-slide .slide-box .box-cent .cent2-right {
	flex: 1;
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.plate3-web-box .plate3-swiper-button-prev, .plate3-web-box .plate3-swiper-button-next {
	position: absolute;
	top: 45%;
	width: 45px;
	height: 45px;
	z-index: 9;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
}
.plate3-web-box .plate3-swiper-button-prev img, .plate3-web-box .plate3-swiper-button-next img {
	width: 100%;
}
.plate3-web-box .plate3-swiper-button-prev {
	left: 0;
}
.plate3-web-box .plate3-swiper-button-next {
	right: 0;
}
/***首页新闻***/
.synews {
	background: #f7f7fa;
	padding-bottom: 40px;
}
.plate4-box {
	display: flex;
	justify-content: space-between;
	width: 1460px;
	margin: 0.2rem auto 0;
}
.news-aside-bg {
	background: #008cd6;
}
.news-aside-bg2 {
	background: #989898;
}
.news-aside {
	color: #fefefe;
	float: left;
	height: 353px;
	position: relative;
	text-align: center;
	width: 210px;
}
.news-aside h2 {
	font: 20px/30px "微软雅黑";
	height: 60px;
	margin-bottom: 14px;
	padding-top: 80px;
	margin: 0;
}
.news-aside ul {
	width: 100%;
	padding-top: 50px;
}
.news-aside li {
	float: none;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 100%;
}
.news-aside p {
	bottom: 26px;
	height: 28px;
	left: 0;
	position: absolute;
	width: 100%;
}
.news-aside p a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 28px;
}
.news-main {
	position: relative;
	width: 490px;
	overflow: hidden;
	float: right;
}
.news-main .news-img {
	height: auto;
}
.news-main .news-img img {
	height: auto;
	width: 100%;
}
.news-main ul {
	background: #fff none repeat scroll 0 0;
	height: auto;
	padding: 18px 0 40px;
}
.news-main li {
	background: rgba(0, 0, 0, 0) url("../images/yellow-squire.png") no-repeat scroll 14px center;
	line-height: 27px;
	height: 27px;
	overflow: hidden;
	padding-left: 32px;
	vertical-align: top;
	width: 445px;
}
.news-main p {
	bottom: 10px;
	position: absolute;
	right: 12px;
}
.news-main li span {
	float: right;
}
.col-md-6 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
/*****首页荣誉资质****/
.sy_ryzz {
	margin-bottom: 20px;
	overflow: hidden;
}
.sy_ryzz li {
	width: 250px;
	height: 173px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
.sy_ryzz li img {
	width: 100%;
	height: 173px;
}
/****产品中心 ***/
.prd_sp {
	width: 49%;
	float: left;
}
.aboutl {
	width: 49%;
	float: right;
}
.aboutl h3 {
	background: url(../images/pic1.png) no-repeat right 0;
	font-size: 32px;
	line-height: 70px;
	margin: 10px 0 25px;
	color: #565656;
	display: inline-block;
	padding-right: 100px;
	font-weight: bold;
}
.aboutcon {
	font-size: 14px;
	line-height: 28px;
}
 @media(max-width:1004px) {
.plate3-box {
	display: none;
}
.plate3-web-box {
	display: block;
}
.plate4-box {
	width: 96%;
	margin: 20px auto 0;
	padding: 0 2%;
	flex-wrap: wrap;
	overflow: hidden;
}
.plate4-box .box-left {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
.plate4-box .box-left .left-list {
	width: 48%;
	height: auto;
	background: #ffffff;
	overflow: hidden;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding-bottom: 10px;
}
.plate4-box .box-left .left-list .list-cent {
	padding: 10px 10px 0;
}
.plate4-box .box-left .left-list .list-cent .cent-title {
	font-size: 18px;
}
.plate4-box .box-left .left-list .list-cent .cent-text {
	margin-top: 10px;
}
.plate4-box .box-right {
	width: 100%;
	height: auto;
	margin-top: 20px;
	background: #fff;
	float: left;
	padding-bottom: 15px;
}
.plate4-box .box-right .right-top {
	font-size: 24px;
	padding: 20px;
}
.news-aside {
	width: 100%;
	height: auto;
}
.news-aside h2 {
	padding: 0;
	line-height: 60px;
}
.news-aside ul {
	display: none;
}
.news-aside p {
	display: none;
}
.col-md-6 {
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}
.news-main {
	width: 100%;
}
.prd_sp, .aboutl {
	width: 100%;
}
.prd_sp video {
	height: auto !important;
}
.primary-navigation .icon-searchbtn {
	color: #000;
}
.footer {
	display: block;
}
}
/*****分页***/
.pglist {
	padding: 0 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 20px;
}
.pglist a {
	color: #666;
	padding: 0 10px;
	margin: 3px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist span {
	color: #666;
	padding: 0 10px;
	margin: 3px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist span.cpage {
	background: #008cd6;
	color: #fff;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #008cd6;
	border-color: #008cd6;
}
.page-num-current {
	color: #fff !important;
	background: #008cd6 !important;
	border-color: #008cd6 !important;
}
.bqsy {
	width: 850px;
	float: left;
	position: absolute;
	bottom: 30px;
	left: 0;
}
/*****首页搜索****/
.zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
}
#index_search_left {
    font-size: 30px;
    float: left;
    line-height: 60px;
}
.index_search {
    width: 735px;
    overflow: hidden;
    float: right;
    height: 60px;
    position: relative;
}
.index_search .index_key_text{
	height:50px;
	width:600px;
	overflow:hidden;
	text-indent:15px;
	line-height:50px;
	outline:none;
	background:url(../images/s.png) 550px center no-repeat rgba(255,255,255,0.8);
	color:#999;
	border:none;
	border-right:none;
	position:absolute;
	left:0;
	top:5px;
}
.index_search .index_search_btn{
	float:right;
	cursor:pointer;
	border:none;
	outline:none;
	background: #0064AC;
	width:145px;
	height:60px;
	color:#fff;
	overflow:hidden;
	line-height:60px;
	font-size:18px;
	text-align:center;
}

/*****首页产品展示***/
.home-prd{ padding:50px 0; overflow:hidden;}
.index_title_06{
	overflow:hidden;
	text-align: center;
}
.index_title_06 h2{
	display:block;
	font-size:42px;
	text-transform: uppercase;
	color:#0064ad;
}
.index_title_06 span.line{
	width:60px;
	display:block;
	height:2px;
	margin:15px auto 0px auto;
	background: #999;
}
.index_title_06 p{
	display:block;
	margin:10px auto 0 auto;
	color:#666;
	overflow: hidden;
	font-size: 14px;
	width:80%;
	line-height: 25px;
}
dl.index_cplist_04{
	width:100%;
	overflow:hidden;
	margin:10px 0 30px 0;
}
dl.index_cplist_04 dd{
	list-style-type:none;
	float:left;
	width:302px;
	margin:30px 30px 0px 0px;
	transition:.0.6s;
	text-align:center;
	overflow:hidden;
}
dl.index_cplist_04 dd:nth-child(4n){ float:right; margin:30px 0 0 0;}
dl.index_cplist_04 dd .pic{
	display:block;
	overflow:hidden;
}
dl.index_cplist_04 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin:0px auto;
}

dl.index_cplist_04 dd:hover img{
	transform:scale(1.1);
}
dl.index_cplist_04 dd h3{
	display:block;
	margin-top:10px;
	font-size:14px;
	line-height:30px;
	height:30px;
	overflow:hidden;
	font-weight:normal;
}
.more_02 {
    display: block;
    width: 175px;
    line-height: 45px;
    text-align: center;
    transition: 0.6s;
    margin: 0px auto 0 auto;
    background: #0b76be;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
	border-radius: 25px;
}
.more_02:hover{ color:#fff; background:#00a8df;}

/*****首页成功案例***/
.home-case{ overflow:hidden; margin-bottom:50px;}
.home-news {
	width:1400px;
	margin:40px auto 10px auto;
	overflow: hidden;
	position: relative;
}
.huanglong-bg {
	overflow: hidden;
}
.huanglong-bg:hover .text-box {
	transition: all 0.6s;
}
.huanglong-bg:hover .text-box a {
	color: #0064ac;
}
.pic {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}
.pic img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.huanglong-bg:hover .pic img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.text-box {
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.swiper-container {
	width: calc(100% - 100px);
}
.swiper-button-prev {
	position: absolute;
	top: 45%;
	left: 0px;
	font-size: 15px;
	cursor: pointer;
	background: #ffffff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #b7b5b5;
	border: 2px #b7b5b5 solid;
}
.swiper-button-next {
	position: absolute;
	top: 45%;
	right: 0px;
	font-size: 15px;
	cursor: pointer;
	background: #ffffff5c;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #b7b5b5;
	border: 2px #b7b5b5 solid;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	background: #0b76be;
	border: 2px solid #0b76be;
	color: #fff;
}
.more_01 {
    display: block;
    position: relative;
    line-height: 45px;
    text-align: center;
    transition: 0.6s;
    background: #EBEBEB;
    font-size: 14px;
    text-transform: uppercase;
}
.more_01:hover{ background:#0b76be; color:#fff;}

/****首页公司简介***/
.home-about{ margin-bottom:50px; overflow:hidden;}
#about_left{
	width:605px;
	float:left;
	overflow:hidden;
	background: #0c77bf;
	padding: 25px 200px 25px 30px;
	margin-top: 40px;
}
#about_left h4{
	display:block;
	font-size:42px;
	text-transform: uppercase;
	color:#fff;
}
#about_txt{
	overflow:hidden;
	line-height:26px;
	color: #fff;
}
.more_03{
	width:120px;
	line-height:35px;
	text-indent: 10px;
	/* margin:0px auto; */
	display: block;
	overflow: hidden;
	color:#fff;
	transition:0.6s;
	background:url(../images/jia.png) 97px center no-repeat #2A2A2A;
	font-size: 14px;
	text-transform: uppercase;
}
.more_03:hover{
	color:#fff;
	background:url(/web/pic/jia.png) 97px center no-repeat #00a8df;
	border-color: #00a8df;
}
#about_pic{
	overflow:hidden;
	width: 646px;
	float: right;
	position: absolute;
	right:0;
	top:0;
	z-index:10;
}
#about_pic img{
	max-width:100%;
	height:auto;
	display:block;
}

/*****首页新闻***/
.news_l{
	overflow:hidden;
	width:600px;
	height:419px;
	float:left;
	padding:9px;
	overflow:hidden;
	background: url(../images/news_l.jpg) no-repeat;
}
.FocusPic {
	zoom: 1;
	position: relative;
	overflow: hidden
}
.FocusPic .content {
	overflow: hidden
}
.FocusPic .changeDiv a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.FocusPic .changeDiv img{ width:600px; height:419px;}
.FocusPic .title-bg, .FocusPic .title {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 438px;
	height: 50px;
	line-height: 50px;
	overflow: hidden
}
.FocusPic .title-bg {
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.FocusPic .title a {
	display: block;
	padding-left: 15px;
	color: #fff;
	font-size: 14px;
}
.FocusPic .change {
	bottom: 15px;
	height: 20px;
	right: 3px;
 *right: 5px;
	_right: 4px;
	position: absolute;
	text-align: right;
	z-index: 9999;
}
.FocusPic .change i {
	background: #666;
	color: #FFF;
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	margin-right: 2px;
	padding: 2px 6px;
	font-style: normal;
	height: 15px;
	display: -moz-inline-stack;
	zoom: 1;
 *display: inline;
}
.FocusPic .change i.cur {
	background: #FF7700;
}
.crumbs {
	width: 100%;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	margin-top: 10px;
	background: url(../images/divider.png) repeat-x left bottom;
}
.news_content{
	overflow:hidden;
	width: 665px;
	float: right;
}
.news_content dl{
	overflow:hidden;
	margin-bottom:21px;
}

.news_content dl dt{
	width:90px;
	height:87.5px;
	text-align:center;
	overflow:hidden;
	float:left;
	transition:0.6s;
	color: #01C6FD;
	border: 2px solid #01C6FD;
}
.news_content dl:hover dt{
	border-color:#0064ad;
	color:#0064ad;
}
.news_content dl:hover dt span{
	color:#0064ad;
}
.news_content dl:hover dt .ri:after{
	background:#0064ad;
}
.news_content dl dt img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.news_content dl:hover dt img{
	transform:scale(1.1);
}
.news_content dl dt span{
	display:block;
	font-family:Arial;
}
.news_content dl dt .ri{
	font-size:40px;
	display:block;
	position:relative;
}
.news_content dl dt .ri:after{
	content: ' ';
	height: 2px;
	top: 100%;
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left:-25px;
	background:#01C6FD;
}
.news_content dl dt .nian{
	display:block;
	margin-top: 10px;
	font-size: 14px;
}
.news_content dl dd{
	margin-left:100px;
	overflow:hidden;
}
.news_content dl dd h3{
	display:block;
	font-size:14px;
	font-weight:normal;
	/* margin-top: 10px; */
}
.news_content dl dd h3 a{
	color:#0064ad;
}
.news_content dl dd p{
	color:#666;
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
}

/*****首页合作伙伴***/
.hzhb {
	width: 100%;
	overflow: hidden;
}
.hzhb li {
	width: 14.4%;
	float: left;
	margin: 10px 1%;
	border:1px solid #ddd;
}
.hzhb li img {
	width: 100%;
}

/******footer***/
.product-navigation{ border-right:1px solid #fff; line-height:30px; width:18%; float:left; text-align:center;}
.product-navigation a{ color:#fff;}
.product-navigation a:hover{ color:#ff0;}
.contact-us{line-height:30px; width:27%; color:#fff; float:left; padding:0 3%; margin-left:3%;}
.contact-us h2{ background:url(../images/tel.png) no-repeat left center; font-size:14px; font-weight:300; text-indent:40px; height:30px; line-height:30px;}
.contact-us h3{font-size:26px;}
.wx{ width:170px; position:absolute; right:10px; top:50px; text-align:right;}
.wx span{ width:100%; text-align:center; float:left; color:#fff; line-height:27px;}
.contact-us a{ color:#fff;}

/*****产品内页****/
.prd_fl {
    width: 500px;
    height: auto;
    float: left;
    overflow: hidden;
}
.prd_fr{ width:450px; float:right; overflow:hidden;}
.prd_fr h1{
	font-size: 22px;
    padding-bottom: 10px;
    display: block;
    font-weight: normal;
	color: #0064ad;
    border-bottom: 1px dashed #0064ad;
	margin-bottom:20px;
}
.tabstract{ width:100%; overflow:hidden; margin:15px 0;}
.prd_fr p{ line-height:30px; height:auto; font-weight:400;}
.prdnr{ width:100%; overflow:hidden; margin-top:30px; float:left;}
.prdnr h2{ width:200px; height:45px; line-height:45px; text-align:center; background:#0a77bc; color:#fff; font-size:18px;}
.view-table{ padding:15px; font-size:14px; line-height:27px; border:1px solid #ddd; overflow:hidden;}
.view-table img{ display:block; margin-left:auto; margin-right:auto; max-width:100%;}
.view-table table{max-width:100% !important; word-wrap: break-word; word-break: break-all;}
.view-table table td{ border: 1px solid #ccc; font-size: 14px; padding: 5px 10px;}


.tlcx{ width:100%; overflow:hidden; margin-top:30px; float:left;}
.tlcx h2{ border-bottom:1px solid #d8d8d8; padding-bottom:10px; margin-bottom:20px; font-size:26px; font-weight:400;}
.tlcx li{ width:23%; float:left; margin-left:1%; margin-right:1%; overflow:hidden; margin-bottom:15px;}
.tlcx li img{ width:100%; height:169px;}
.tlcx li span{  line-height:30px; text-align:center; font-size:15px; height:30px; overflow:hidden; width:100%; float:left;}

/* 分享弹窗 */
.Share_box {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 100;
	display: none;
}
.Share_box .share_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: url(../images/share_bg.png) center;
	z-index: 1;
}
.Share_box .content .share_close {
	width: 38px;
	height: 38px;
	background: url(../images/share_close.png) no-repeat center;
	position: absolute;
	top: 30px;
	right: 24px;
	cursor: pointer;
	transition: all 0.5s ease;
}
.Share_box .content .share_close:hover {
	transform: rotateZ(360deg);
}
.Share_box .content {
	position: fixed;
	width: 580px;
	height: 380px;
	left: 50%;
	margin-left: -290px;
	top: 50%;
	margin-top: -190px;
	background: #fff;
	z-index: 2;
}
.Share_box .content .box {
	padding: 55px 70px 50px;
}
.Share_box .content .box .share_title {
	font-size: 20px;
	line-height: 26px;
	color: #666;
	text-align: center;
	margin-bottom: 40px;
}
.Share_box .content .box ul {
	text-align: center;
}
.Share_box .content .box ul li {
	font-size: 0;
	margin: 0 21px;
	display: inline-block;
	position: relative;
}
.Share_box .content .box ul li a {
	display: block;
}
.Share_box .content .box ul li a .img_ {
	display: block;
	width: 54px;
	height: 54px;
}
.Share_box .content .box ul li a .txt {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	text-align: center;
	margin: 8px 0 30px;
	opacity: 1;
	visibility: visible;
}
.Share_box .content .box ul li a.linkin .txt {
	margin-bottom: 0;
}
.Share_box .content .box ul li a.twitter .txt {
	margin-bottom: 0;
}
/* 微信下拉及微信字体隐藏 */
.Share_box .content .box ul li.weixin_xl a .txt {
	opacity: 0;
	visibility: hidden;
}
.Share_box .content .box ul li .share_ewm {
	position: absolute;
	width: 112px;
	height: 112px;
	left: 50%;
	margin-left: -66px;
	top: 54px;
	display: none;
	padding: 12px;
}
.Share_box .content .box ul li .share_ewm .img_ {
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 0px;
	background-repeat: no-repeat;
}
.Share_box .content .box ul li .share_ewm .img_:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	left: 50%;
	top: -8px;
	margin-left: -8%;
}
.Share_box .bdsharebuttonbox a {
	height: auto;
	padding: 0;
	margin: 0;
	background: none;
}
.pro_detail02 .bd {
	position: relative;
}
.pro_detail02 .hd {
	border-bottom: 1px solid #d6d8db;
}
.pro_detail02 .hd .list dt, .pro_detail02 .hd .list dd {
	cursor: pointer;
	position: relative;
	width: 12%;
	float: left;
	line-height: 70px;
	font-size: 20px;
	color: #666;
	font-weight: bold;
}
.pro_detail02 .hd .list .item.active:after {
	content: '';
	position: absolute;
	width: 90px;
	height: 5px;
	bottom: 0;
	left: 0;
	background: #00a1e9;
}
.pro_detail02 .hd .list dt.active {
	color: #00a1e9;
	font-weight: bold;
}
.pro_detail02 .hd {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.pro_detail02 .hd dd.order, .pro_detail02 .hd dd.search {
	display: none;
	float: right;
	line-height: 50px;
	height: 50px;
	margin-top: 10px;
	padding: 0 10px;
}
.pro_detail02 .hd dd.search {
	background: #4f4f4f;
	color: #fff;
	font-size: 18px;
	transition: all 0.5s ease;
}
.pro_detail02 .hd dd.search:hover {
	background: #404040;
}
.pro_detail02 .hd dd.search a:hover {
	color: #fff;
}
.pro_detail02 .hd dd.order a:hover {
	color: #4f4f4f;
}
.pro_detail02 .hd dd.order {
	background: #eb3d00;
	font-size: 18px;
	color: #fff;
	transition: all 0.5s ease;
}
.pro_detail02 .hd dd.order:hover {
	background: #fabc00;
}
.pro_detail02 .hd.fixed {
	position: fixed;
	width: 100%;
	top: 100px;
	left: 0;
	z-index: 5;
}
.pro_detail02 .hd.fixed .order {
	display: block;
}
.pro_detail02 .hd.fixed .search {
	display: block;
	margin-right: 10px;
}
.pro_detail02 .hd dd .icon {
	width: 28px;
	height: 23px;
	background: url(../img/pro_detail01_icon.png) no-repeat 0 0;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 20px;
}
.pro_detail02 .hd dd.search .icon {
	background: url(../img/pro_detail01_search.png) no-repeat 0 0;
}
.pro_detail02 .hd .list .activity span {
	position: relative;
	z-index: 1;
}
.pro_detail02 .hd.fixed .list .activity span {
	color: #fff;
}
.pro_detail02 .hd .list .activity .line {
	position: absolute;
	left: -30%;
	top: 0;
	width: 0;
	height: 100%;
}
.pro_detail02 .hd.fixed .list .activity .line {
	background: #1da1f3;
}
.pro_detail02 .hd .list .activity i {
	color: #fff;
	font-size: 18px;
	position: relative;
	z-index: 1;
	line-height: 85px;
	margin-left: 30px
}
.pro_detail02 .bd .selection1 .content {
	padding-bottom: 50px;
	border-bottom: 1px solid #cccccc;
	overflow:hidden;
}
.pro_detail02 .bd .selection1 .content .left {
	width: 60%;
	float: left;
}
.pro_detail02 .bd .selection1 .content .t {
	font-size: 40px;
	color: #666;
	font-weight: bold;
}
.pro_detail02 .bd .selection1 .content .c {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	margin-top: 30px;
}
.pro_detail02 .bd .selection1 .content .c img {
	width: 49%;
	height: 467px;
	margin-bottom: 15px;
	margin-right: 1%;
}
.pro_detail02 .bd .selection1 .content .c img:nth-child(2n) {
	float: right;
	margin-right: 0;
}
.pro_detail02 .bd .selection2 {
	margin: 50px 0;
}
.pro_detail02 .bd .selection2 .tit {
	font-size: 36px;
	color: #666;
	font-weight: bold;
	margin-bottom: 30px;
}
.pro_detail02 .bd .selection2 .content {
	width: 100%;
	font-size: 14px;
	line-height: 27px;
	padding-bottom: 50px;
	border-bottom: 1px solid #cccccc;
}
.pro_detail02 .bd .selection2 .tab table {
	width: 100% !important;
	word-wrap: break-word;
	word-break: break-all;
}
.pro_detail02 .bd .selection2 .tab td {
	border: 1px solid #ddd;
	padding: 5px;
}
.pro_detail02 .bd .selection2 .tab img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pro_detail02 .bd .selection3 {
	padding: 0 0 50px 0;
}
.cpry {
	width: 100%;
	overflow: hidden;
}
.cpry li {
	width: 24%;
	height: auto;
	float: left;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 15px;
}
.cpry li img {
	width: 100%;
}
.zx {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.fbottom {
	background: #2B2B2B;
	color: #fff;
	height: auto;
	line-height: 50px;
	font-size: 14px;
}
.fbottom a {
	color: #fff;
}
.fl {
	float: left;
}
.fr {
	float: right
}
.text-right {
	text-align: right;
}
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.text1 {
	line-height: 40px;
	margin-bottom: 15px;
}
.BMap_pop {
	font-size: 14px;
}
.BMapLabel {
	display: none !important;
}
.youshi {
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	height: 430px;
	margin-top: 30px;
}
.youshi h2 {
	font-size: 32px;
	height: 70px;
	line-height: 50px;
	margin: 0;
	padding: 0 0 0 36px;
	border-bottom: 1px solid #dedede;
	font-weight: 300;
}
.youshi h2 span {
	color: #f00;
	font-size: 36px;
	height: 70px;
	line-height: 70px;
}
.youshi p {
	line-height: 25px;
	text-align: justify;
	padding: 10px;
}
.youshi .c1 {
	float: left;
	width: 23%;
	padding: 10px;
	background: #F7F7F7;
	border-right: 1px solid #dedede;
}
.youshi .c2 {
	float: left;
	width: 23%;
	padding: 10px;
	border-right: 1px solid #dedede;
}
.youshi .c3 {
	float: left;
	width: 23%;
	padding: 10px;
	background: #F7F7F7;
	border-right: 1px solid #dedede;
}
.youshi .c4 {
	float: left;
	width: 23%;
	padding: 10px;
}
.horo {
	width: 100%;
	overflow: hidden;
}
.horo li {
	width: 23%;
	float: left;
	margin: 10px 1%;
}
@media(max-width:1004px) {
.primary-navigation .logo img {
	height: 40px;
	margin-top: 5px;
}
.containers {
	width: calc(100% - 20px);
}
.s_about {
	padding: 20px 0;
	height: auto;
}
.about-fl h1 {
	font-size: 20px;
}
.biaoti .title {
	font-size: 24px;
	font-weight: bold;
}
.biaoti {
	margin-bottom: 20px;
}
.about-fl {
	width: 100%;
}
.about-fr {
	width: 100%;
	position: relative;
	height: auto;
	top: 0;
}
.s_prlist {
	display: block;
}
.business {
	width: 46%;
	height: auto;
	border-bottom: 1px solid #ddd;
}
.business h2 {
	font-size: 26px;
}
.ipart3 {
	padding: 70px 0px 50px;
}
.contact-us {
	border: 0;
	padding-right: 0;
	padding-left: 20px;
	line-height: 30px;
	width:100%;
}
.wx{ display:none;}
.footer-navigation {
	padding: 20px 0 0 0;
	margin-bottom:50px;
}

.post-heads {
	width: 100%;
	overflow: hidden;
}
.post-heads img {
	margin-top: 50px;
}
.daohang{ height:auto !important; font-size:13px; padding:10px 0; line-height:30px !important; margin-bottom:20px !important;}
.daohang .hform {
	display: none;
}
.pro_detail01 {
	padding: 20px 0;
}
.detail_crumbs .left span {
	margin: 0;
}
.pro_detail01 .left {
	width: 100%;
}
.pro_detail01 .right {
	width: 100%;
}
.pro_detail01 .right .content .text .txt {
	height: auto;
}
.pro_detail01 .right .content .text .con {
	height: auto;
}
.pro_detail02 .hd .list dt, .pro_detail02 .hd .list dd {
	width: 25%;
}
.pro_detail02 .bd .selection1 .content .c img {
	height: auto;
}
.cpry li {
	width: 49%;
}
.pro_detail01 .right .intro .c span {
	font-size: 26px;
}
.biaoti .tc {
	font-size: 13px;
}
.youshi {
	height: auto;
	overflow: hidden;
}
.youshi .c1, .youshi .c2, .youshi .c3, .youshi .c4 {
	width: 44%;
	height: 430px;
	overflow: hidden;
}
.youshi h2 {
	font-size: 22px;
	padding: 0;
}
.youshi .c2 {
	border: 0;
}
.horo li {
	width: 48%;
}
.ipart_title {
	font-size: 28px;
}
.ipart3_bd .list_box .list_number em {
	font-size: 26px;
	line-height: 40px;
}
.hzhb li {
	width: 47%;
}
.fbottom {
	line-height: 35px;
	text-align: center;
}
}
.dropDown-menu {
	display: none;
	position: absolute;
	top: 100px;
	width: 200%;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	left:-25%;
	padding: 0px 0;
}
.dropDown-menu>li {
	position: relative;
	clear: both;
 * float: left;
}
.erji{
	position: absolute;
    left: 100%;
    top:0;
    width: 268px;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	display:none;
}
.erji li a{ 
	display: block;
    border-bottom: solid 1px #f2f2f2;
    width: 100%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: top;
    color: #666;
    background: #fff;
    overflow: hidden;
}
.erji li a:hover{ color:#0b76be;}
.dropDown-menu>li>a {
	display: block;
	border-bottom: solid 1px #f2f2f2;
	width: 100%;
	float: left;
	text-align: center;
	height:40px;
	line-height: 40px;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	color: #666;
	background: #fff;
	overflow:hidden;
}
.dropDown-menu>li>a:hover {
	background: #fafafa;
}

/*相关产品*/
#xgcp{
	width:auto;
	padding:0 35px;
}
#xgcp .item{
	text-align:center;
	overflow:hidden;
}
#xgcp .item img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#xgcp .item h3{
	display:block;
	margin-top:10px;
	font-size:14px;
	font-weight:normal;
}
#xgcp .owl-prev,#xgcp .owl-next{
	position:absolute;
	top:50%;
	width:25px;
	height:25px;
	margin-top:-12.5px;
	background:#c2c2c2;
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
	text-align:center;

}

#xgcp .owl-prev:hover .fa,#xgcp .owl-next:hover .fa{
	color:#fff;
}
#xgcp .owl-prev .fa,#xgcp .owl-next .fa{
	color:#fff;
	line-height:25px;
	font-size:18px!important;
}

#xgcp .owl-prev{
	left:0px;
}
#xgcp .owl-next{
	right:0px;
}
.prd-tlcx{ width:100%; float:left; margin-top:20px; position:relative;}

#preview{ width:500px; float:left; overflow:hidden;}
#spec-n1{float:left;  width:500px; height:375px; overflow:hidden;}
#spec-n1 img { width:500px; height:375px;}
#spec-n5{width:500px; display:inline; height:63px; float:left; padding-bottom:5px; margin-top:10px;}
#spec-list{float:left; display:inline; overflow:hidden; height:auto; width:500px;}
#spec-list li{ width:16%; height:auto; float:left; margin-right:0.666%; overflow:hidden;}
#spec-list ul li img{ padding:1%; border:1px solid #ccc; width:90%; display:inline; height:63px; margin-bottom:8px;}

.btnt_1,.btnt_2{
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 27px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    background: #1367af;
    color: #fff;
    border: 1px solid #1367af;
    margin-bottom: 5px;
}
.btnt_2{ margin-left:20px;}
.btnt_1:hover,.btnt_2:hover {
    background: #fff;
    color: #1367af;
}
.page-head img{ width:100%;}

.nab_cont{ width:100%; overflow:hidden; font-size:16px; line-height:30px;}

.topfr {
    color: #dee6f0;
    margin-left: 20px;
    font-size: 15px;
    line-height: 40px;
	float:right;
	position:relative;
}
.topfr a {
    color: #dee6f0;
}
.topfr a i{ font-size:12px;}
.imgbox {
    position: absolute;
    right: 0;
    top: 40px;
    width: 126px;
    height: auto;
    background: #f5f5f5;
    z-index: 1000;
    opacity: 1;
}
.imgbox li{ width:100%; height:40px; line-height:40px; float:left; text-align:center; border-bottom:1px solid #fff;}
.imgbox li img{ margin-right:10px; vertical-align:middle; display:inline !important;}
.imgbox li a{ color:#000;}
.topfr .imgbox {
filter:progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5); opacity: 0; visibility: hidden; transition: all .6s ease 0s; transform: translate3d(0, 10px, 0); -moz-transform: translate3d(0, 10px, 0); -webkit-transform: translate3d(0, 10px, 0) }
.topfr:hover .imgbox { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);}
.mobile{ color:#fff; position:relative;}
.mobile:hover{ color:#fff; text-decoration:underline}

@media(max-width:768px) {
	.section-three{ margin-top:50px;}
	.zone{ display:none;}
	.home-prd{ padding:30px 0;}
	.index_title_06 h2{ font-size:26px;}
	dl.index_cplist_04 dd{ width:48%; margin:20px 1% 0 1%;}
	dl.index_cplist_04 dd:nth-child(4n){ margin:20px 1% 0 1%;}
	.home-news{ width:98%; margin:30px 1%; overflow:hidden;}
	#about_pic{ width:100%; position:relative;}
	#about_left{ width:auto; padding:10px; margin:0;}
	#about_left h4{ font-size:26px;}
	.news_l{ width:100%; padding:0; background:none;}
	.news_l,.FocusPic .changeDiv img{ width:100%; height:auto;}
	.FocusPic .change{ display:none;}
	.news_content{ width:100%; margin-top:20px;}
	.home-about{ margin:0;}
	.index_title_06 p{ width:100%;}
	.product-navigation{ display:none;}
	.tlcx{ float:none;}
	.tlcx li{ width:48%;}
	.prd_fr{ width:100%; margin-top:15px; overflow:hidden;}
	.prd_fr p{ height:auto;}
	#feedback_txt{ line-height:25px !important;}
	.news_content dl dd p{ height:50px; overflow:hidden;}
	.topfr a{ color:#333;}
	.topfr{ margin-right:30px; margin-top:7px;}
}