@charset "utf-8";

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

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

td,
th {
	padding: 0;
}


/*! reset.css */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

iframe {
	display: block;
}

ol,
ul {
	list-style: none;
}

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


/* 修改版footer样式 */

.erwm .qq {
    display: flex;
    justify-content: space-between;
   /* width: 8.333333vw;
    margin-top: 7.270833vw; */
}

.erwm .qq .qwb {
	width: auto;
	height: auto;
	position: relative;
	text-align: center;
}

.erwm .qq .qwb .img_box {
	width: 2vw;
	height: 2vw;
	background-size: contain;
	position: relative;
	margin-left: 1vw;
	cursor: pointer;
}

.erwm .qq .qwb .img_box:hover{
	border: 1px solid #EEEEEE;
	border-radius: 100%;
}

.erwm .qq .qwb .ewm_box {
	width: 6vw;
	height: 6vw;
	padding: 0.4vw;
	box-sizing: border-box;
	background-color: #fff;
	display: none;
	position: absolute;
	top: -7.2vw;
	left: 50%;
	transform: translateX(-50%);
}

.erwm .qq .qwb .ewm_box img {
	width: 100%;
	height: 100%;
}



/* 显示二维码 */
.erwm .qq .qwb .img_box:hover .ewm_box{
	display: block;
}
.ewm_box{
    width: 115px;
    height: 115px;
    padding: 0.4vw;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
    position: absolute;
    margin-top: -8.5vw;
    margin-left: 1vw;
    transform: translateX(-50%);
}
.ewm_box img{
	width: 100%;
	height: 100%;
	top: -7vw;
}
.circle{
	width: 2vw;
    height: 2vw;
    border-radius: 100%;
    background-color: #56a7d1;
    position: relative;
}
.circle img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width:70%;
	height:70%;
	object-fit:contain;
}
.circle img:nth-of-type(2){
    display: none;
}
.circle:hover img:nth-of-type(2){
    display: block;
}
.qwb:hover .ewm_box{
	display: block;
}

.erwm{
	display: flex;
    justify-content: space-between;
    width: 8.333333vw;
   
    margin-top: 5.270833vw;
   
}




input:required {
	border: none;
	box-shadow: none;
}

input:invalid {
	background-color: transparent;
	box-shadow: none;
}

:focus {
	-moz-outline-style: none;
	outline: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ovh {
	overflow: hidden;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

a {
	color: #555;
	cursor: pointer;
	-moz-transition: all .15s ease-out;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	text-decoration: none;
}


@font-face {
	font-family: 'SourceHanSansCN';
	src: url('SourceHanSansCN-Medium.ttf') format('ttf');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	/*-webkit-text-stroke-width: 0.001rem;*/
	-moz-osx-font-smoothing: grayscale;
}

.hidden {
	overflow-y: hidden;
}

.mac-hidden {
	overflow: hidden;
}

.uppc {
	text-transform: uppercase;
}

.h100 {
	height: 100%;
	position: relative;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.flex-middle {
	align-items: center;
}

.flex-center {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.fx1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}

.mobile {
	display: none !important;
}

html.mobile {
	display: block !important;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

html {
	height: 100%;
}

body {
	font-family: Arial, "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
	color: #555;
	font-size: 16px;
	background: #fff;
	min-height: 100%;
	min-width: 320px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

.content {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

html::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(146, 146, 146, 0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 0;
}

html::-webkit-scrollbar-thumb {
	background-color: rgb(241, 0, 0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}

header {
	width: 100%;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: flex;
	padding: 0 110px 0 110px; 
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, .3));
}

header>.flex {
    height: 100%;
}



.logo img {
	width: 100%;
	/*height: 45px;*/
}

.logo1 {
	overflow: hidden;
	float: left;
	margin-top: 1px;
	padding-right: 27px;
	margin-right: 23px;
}

.logo2 {
	width: 183px;
	height: 41px;
	overflow: hidden;
	float: left;
}

header.on {
	background-color: rgba(0, 0, 0, .3);
}
.logo{
	display: flex;
	max-width: 200px;
}
.menu {
    width: 40px;
    height: 23px;
    position: relative;
    /*margin-top: 10px;*/
    cursor: pointer;
    user-select: none;
    background: url(../img/menu2.png) no-repeat;
}



.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loading {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f44336;
}

.load-container {
	width: 240px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -120px;
}

nav {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	display: none;
	overflow: hidden;
	padding: 0 20px;
}

nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 750px;
}

nav a {
	color: #fff;
	display: block;
	text-align: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

nav a:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

nav .ch {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

nav .en {
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	opacity: .6;
	display: none;
}

.search {
	width: 160px;
	height: 32px;
	border: 1px solid #fff;
	display: none !important;
	font-size: 0;
}

.search-words {
	width: 100%;
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	font-family: 'Microsoft Yahei';
	border: none;
	outline: none;
	background: transparent;
}

.search-btn {
	border: none;
	outline: none;
	background: transparent;
	color: #fff;
	font-size: 20px;
}

header.on nav,
header.on .search {
	display: block;
}

.banner1 {
	display: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, .5);
	z-index: 9;
	padding: 0 0.1rem;
	display: none;
}

.header>.flex {
	height: 100%;
	justify-content: space-between;
}

.header img {
	height: 27px;
	width: auto;
}

.menu1 {
	width: 16px;
	height: 16px;
	background: url(../images/menu.png) no-repeat;
	background-size: contain;
}

.menu-list {
	position: fixed;
	z-index: 8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	display: none;
	padding-top: 75px;
	text-align: center;
	overflow-y: auto;
}

.menu-wrapper {
	margin: 0 30px;
	display: block;
}

.menu-wrapper li>div,
.menu-wrapper li {
	position: relative;
	overflow: hidden;
}

.menu-wrapper .flex {
	color: #fff;
	line-height: 56px;
	padding: 0 30px;
	text-align: left;
	display: block !important;
}

.menu-wrapper li.show .flex:before,
.menu-wrapper li:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, .6);
	-webkit-transform: scaleY(.5);
	-ms-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	z-index: 0;
	pointer-events: none;
}

.menu-wrapper .ch {
	/*width: 6.5em;*/
	font-size: 20px;
}

.menu-wrapper .en {
	font-size: 17px;
	text-transform: uppercase;
	opacity: .6;
	width: 12em;
	display: none;
}

.menu-wrapper .second {
	text-align: left;
}

.menu-wrapper .second a {
	display: block;
	color: #fff;
	font-size: 14px;
	padding-left: 55px;
	line-height: 32px;
	position: relative;
}

.menu-wrapper .menu-ssgw a {
	background: #ee1d23;
	padding-left: 70px;
}

.menu-wrapper .menu-ssgw a:before {
	font-family: 'iconfont';
	font-size: 32px;
	position: absolute;
	top: 0;
	left: 18px;
}


/*.menu-wrapper li>div:nth-of-type(2) {
	margin-top: 10px;
}*/


/*.menu-wrapper li>*:last-of-type {
	margin-bottom: 10px;
}
.menu-wrapper li>div:not(.first) {
	display: none;
}*/

.menu-wrapper li.on>div:not(.first) {
	display: block;
}

.menu-wrapper li.on .first a {
	background: #ee1d23;
}

.menu-wrapper li.on .first a:before {
	background: transparent;
}

.menu-wrapper .second.has a:before {
	content: '\e66b';
	font-family: 'iconfont';
	display: block;
	position: absolute;
	top: 0;
	left: 31px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.menu-wrapper .second.has.show a:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.menu-wrapper li.noline:before {
	display: none;
}

.android .menu-wrapper .second.has a:before {
	line-height: 30px;
}

.menu-wrapper .third * {
	height: 0;
	overflow: hidden;
}

.menu-wrapper .third.show * {
	height: auto;
}

.menu-wrapper .third a {
	padding-left: 55px;
	color: #fff;
	font-size: 11px;
	text-align: left;
	display: block;
	line-height: 26px;
}

.menu-wrapper .second,
.menu-wrapper .third {
	height: 0;
	overflow: hidden;
}

.menu-wrapper li.has.show .second,
.menu-wrapper li.has.show .third {
	height: auto;
}

.menu-wrapper li.has.show .second.show+.third {
	padding-bottom: 4px;
}

.menu-wrapper li.has.show>div:nth-of-type(2) {
	margin-top: 10px;
}

.menu-wrapper li.has.show {
	padding-bottom: 10px;
}

body.open .header {
	background: transparent;
}

body.open .menu-list {
	display: block;
}

body.open .menu1 {
	background-image: url(../images/x_03.png);
}

header.on .ssgw {
	display: block;
}

body.open {
	overflow-y: hidden;
}

footer {
	background: #111;
	padding: 40px 0 20px;
	color: #616161;
}

footer .flex {
	justify-content: space-between;
}

footer .content>div:first-of-type {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	margin-bottom: 30px;
}

.footer-nav a {
	color: #616161;
	font-size: 12px;
	line-height: 30px;
}

.footer-nav dt a {
	font-weight: bold;
}

.footer-nav a:hover {
	color: #fff;
}

.footer-contact {
	width: 200px;
	color: #b1b1b1;
}

.footer-contact .t1 {
	font-size: 16px;
}

.footer-contact .t2 {
	font-size: 30px;
	color: #f3a612;
	margin-top: 15px;
	font-family: 'Microsoft Yahei';
	font-weight: lighter;
}

.footer-contact .t3 {
	margin-top: 42px;
	height: 30px;
}

.footer-contact .t3 span {
	font-size: 16px;
	line-height: 30px;
	display: block;
	float: left;
	margin-right: 12px;
}

.footer-contact .qcode,
.footer-contact .weibo {
	float: left;
	width: 30px;
	height: 30px;
	position: relative;
	margin-left: 8px;
	cursor: pointer;
}

.footer-contact .qcode i,
.footer-contact .weibo {
	display: block;
	line-height: 30px;
	font-size: 20px;
	color: #1f1e1a;
	text-align: center;
	background: #5b646d;
	border-radius: 30px;
}

.footer-contact .qcode:hover i,
.footer-contact .weibo:hover {
	background: #fff;
}

.footer-contact .qcode .qcode-detail {
	position: absolute;
	bottom: 20px;
	left: 12px;
	z-index: 1;
	display: none;
}

.footer-contact .qcode .qcode-detail img {
	display: block;
	width: 92px;
	height: 92px;
}

.footer-contact .qcode:hover .qcode-detail {
	display: block;
}

.footer-info {
	font-size: 12px;
	color: #616161;
	line-height: 2;
}

.footer-info a {
	color: #616161;
}

.footer-info a:hover {
	color: #fff;
}

.footer-info span.line {
	padding: 0 5px;
}

.footer-friends {
	position: relative;
	width: 220px;
	height: 38px;
	border: 1px solid #272727;
	font-size: 12px;
	color: #616161;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.footer-friends div {
	line-height: 36px;
	height: 36px;
	padding-left: 10px;
	cursor: pointer;
}

.footer-friends:before {
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	right: 16px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #616161;
	pointer-events: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.footer-friends:hover:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #888;
}

.footer-friends:hover {
	border-color: #444;
	color: #888;
}

.footer-friends ul {
	position: absolute;
	bottom: 37px;
	right: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	background: #111;
	border: 1px solid #444;
	border-bottom: none;
	padding: 10px 0;
	display: none;
}

.footer-friends li a {
	display: block;
	padding-left: 10px;
	line-height: 2;
	font-size: 12px;
	color: #888;
}

.footer-friends:hover ul {
	display: block;
}

.footer-friends li a:hover {
	color: #fff;
}

.friends-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 99;
	display: none;
}

.close-friends {
	color: #ccc;
	font-size: 0.2rem;
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
}

.friends-wrapper-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #111;
	padding: 0.15rem 0.2rem;
}

.friends-wrapper ul {
	margin-top: 0.12rem;
}

.friends-wrapper a {
	display: block;
	color: #ddd;
	line-height: 2;
	font-size: 0.16rem;
	text-align: center;
}

.friends-wrapper p {
	text-align: center;
	font-size: 0.18rem;
	text-align: center;
	color: #ddd;
}

.footer {
	background: #242424;
	color: #909090;
	padding: 0.18rem 0.12rem 0.28rem;
}

.footer .phone {
	color: #e8a113;
	font-size: 0.18rem;
	font-weight: lighter;
}

.footer .copy {
	font-size: 0.11rem;
	line-height: 0.18rem;
	margin-top: 0.1rem;
}

.footer .info {
	font-size: 0.1rem;
	margin-top: 0.04rem;
}

.footer a {
	color: #909090;
}

.top {
	width: 40px;
	height: 35px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	position: fixed;
	right: 90px;
	bottom: 100px;
	z-index: 98;
	font-size: 0;
	display: none;
	user-select: none;
	cursor: pointer;
	border-radius: 3px;
	background: url(../img/top.png)0 no-repeat;
	background-size: 100% 100%;
}

.footer-friends-btn {
	display: inline-block;
	font-size: 0.1rem;
	border: 1px solid rgba(255, 255, 255, 1);
	line-height: 2;
	margin-top: 14px;
	padding: 0 0.1rem 1px;
	position: relative;
}

.ssgw {
	display: none;
	background: #ee1d23;
	color: #fff;
	line-height: 32px;
	position: relative;
	padding: 0 20px 0 40px;
	font-size: 16px;
	margin-left: 10px;
	user-select: none;
}

.ssgw:before {
	content: '\e616';
	font-family: 'iconfont';
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 14px;
}


@media screen and (max-width: 1920px) {
	.search {
		width: 110px;
		background-position: 78px 6px;
	}

	nav ul {
		max-width: 720px;
	}

	header {
		height: 100px;
	}

	.logo1 {
		padding-right: 20px;
		margin-right: 17px;
	}
}

@media screen and (max-width: 1200px) {
	.banner {
		position: static;
	}

	header {
		display: none;
	}

	.header {
		display: block;
	}

	.content {
		padding: 0 20px;
	}

	.footer-contact {
		width: auto;
	}
}

@media screen and (max-width: 768px) {
	body {
		height: 100%;
	}

	.menu-wrapper .flex {
		padding: 0 20px;
		line-height: 44px;
	}

	.menu-wrapper .ch {
		font-size: 14px;
	}

	.menu-wrapper .en {
		font-size: 12px;
	}

	.pc {
		display: none !important;
	}

	.mobile {
		display: block !important;
		width: 100%;
	}

	.top {
		right: 10px;
	}

	.menu-wrapper .menu-ssgw a {
		padding-left: 52px;
	}

	.menu-wrapper .menu-ssgw a:before {
		font-size: 26px;
	}
}

@charset "utf-8";

.wrapper {
	padding-top: 100vh;
}

.banner {
	overflow: hidden;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.banner .swiper-container {
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 20px;
}

.banner .swiper-container,
.banner .swiper-slide,
.banner .pic,
.banner .pic1 {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.banner .swiper-slide {
	position: relative;
}

.banner .pic,
.banner .pic1 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner .pic1 {
	display: none;
}

.pic img {
	width: 100%;
}

.banner .content {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 1;
	height: 100%;
}

.banner img {
	top: 30%;
	left: 0;
}

@-webkit-keyframes slide_on1 {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes slide_on1 {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.slide_on1 {
	-webkit-animation-name: slide_on1;
	animation-name: slide_on1;
}

.banner .swiper-slide-active .pic {
	animation: slide_on1 4s linear forwards;
	-webkit-animation: slide_on1 4s linear forwards;
	-ms-animation: slide_on1 4s linear forwards;
	-moz-animation: slide_on1 4s linear forwards;
	-o-animation: slide_on1 4s linear forwards;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	color: #fff;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	width: 66px;
	height: 66px;
	background: rgba(0, 0, 0, .5);
	background: url(../img/left.png)0 no-repeat;
}


.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
	opacity: 1;
}

.banner .slides {
	position: absolute;
	bottom: 36px;
	text-align: center;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	z-index: 1;
}

.banner .slides p {
	color: #fff;
	font-size: 12px;
	margin-top: 6px;
}

.banner .slides i {
	display: block;
	margin: 0 auto;
	width: 2px;
	height: 30px;
	background: #fff;
	animation: a_banner_s_line 3s 0.3s linear both infinite;
	-webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;
	-ms-animation: a_banner_s_line 3s 0.3s linear both infinite;
	-moz-animation: a_banner_s_line 3s 0.3s linear both infinite;
	-o-animation: a_banner_s_line 3s 0.3s linear both infinite;
}

@keyframes a_banner_s_line {
	0% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		opacity: 1;
	}

	20% {
		transform: scale(1, 0.01);
		-webkit-transform: scale(1, 0.01);
		-ms-transform: scale(1, 0.01);
		-moz-transform: scale(1, 0.01);
		-o-transform: scale(1, 0.01);
		transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		opacity: 1;
	}

	30% {
		transform: scale(1, 0.01);
		-webkit-transform: scale(1, 0.01);
		-ms-transform: scale(1, 0.01);
		-moz-transform: scale(1, 0.01);
		-o-transform: scale(1, 0.01);
		transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		opacity: 0;
	}

	31% {
		transform: scale(1, 0.01);
		-webkit-transform: scale(1, 0.01);
		-ms-transform: scale(1, 0.01);
		-moz-transform: scale(1, 0.01);
		-o-transform: scale(1, 0.01);
		transform-origin: 50% 0;
		-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		opacity: 0;
	}

	50% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform-origin: 50% 0;
		-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		opacity: 1;
	}
}

.banner .txt {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
	/*Mozilla*/
	background: -o-linear-gradient(left, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
	/*Opera11*/
	background: linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
	position: absolute;
	top: 30%;
	height: 460px;
	width: 820px;
	color: #fff;
	font-family: 'Microsoft Yahei', Helvetica, sans-serif;
	font-weight: lighter;
	padding: 20px 0 0 50px;
	line-height: 1.2;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, .25);
}


.banner .txt .t1 {
	font-size: 120px;
}

.ios .banner .txt .t1,
.ios .banner .txt .t2 {
	font-family: Helvetica, sans-serif;
}

.banner .txt .t2 {
	font-size: 36px;
	padding-left: 72px;
	letter-spacing: 2px;
}

.banner .txt .t3 {
	font-size: 32px;
	padding-left: 72px;
	margin-top: 20px;
	letter-spacing: 2px;
}

.main {
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 3;
}

.main-1 {
	padding-top: 55px;
	overflow: hidden;
	background: url(../img/joinbjt.png) no-repeat right bottom;
	background-size: cover;
	height: 445px;
}

.main-1-content {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.main-ch {
	float: left;
	font-size: 24px;
	color: #252525;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 25px;
}

.main-ch a {
	width: 118px;
	height: 28px;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
}

.main-ch span {
	font-size: 34px;
	font-family: STZhongsong;
	font-weight: 400;
	color: #CCCCCC;
	padding-left: 10px;
}

.main-ch .title_bt {
	width: 655px;
	margin-top: 40px;
	overflow: hidden;
}

.swiper2 .swiper-pagination-bullet-active {
	background-color: #0094dd !important;
}

.swiper-pagination swiper-pagination-clickable swiper-pagination-bullets {
	left: 403px !important;
	top: 440px !important;
	position: absolute;
}

.main-ch a:hover,
.main-en a:hover {
	color: red;
}

.main-1-content .txt {
	margin-left: 53px;
}

.txt .title_p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}

.main-1-content img {
	width: 130px;
	height: 301px;
	display: block;
}

.main-en {
	font-size: 16px;
	color: #868686;
	text-align: center;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 2px;
	display: none;
}

.main-en a {
	color: #868686;
}

.main-info {
	margin-top: 32px;
	line-height: 1.7;
	font-size: 16px;
	text-align: center;
	color: #565656;
}

.main-more {
	margin: 45px auto 0;
	display: block;
	font-size: 14px;
	color: #868686;
	text-align: center;
	width: 160px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #acacac;
}

a.main-more:hover,
.main .links a:hover {
	color: red;
	border-color: red;
}

.swiper2 {
	height: 500px;
	width: 100%;
	background: url(../img/qiyebjtt.png)no-repeat;
	background-size: 100%;
	position: relative;
}

.swiper2 .swiper-container,
.swiper2 .swiper-slide,
.swiper2 .pic {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.swiper2 .swiper-slide {
	position: relative;
}

.swiper2 .pic {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	width: 50%;
	float: left;
}

.swiper2 .txt {
    width: 770px;
    color: #252525;
    display: inline-block;
    overflow: hidden;
    margin-left: -270px;
}

.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next {
	bottom: 0;
	top: auto;
	left: 50%;
	right: auto;
	width: 66px;
	height: 66px;
	background: #2e2e2e;
	color: #fff;
	opacity: 1;
}

.swiper2 .swiper-button-prev {
	margin-left: -66px;
}

.swiper2 .swiper-button-disabled {
	background: #5c5c5c;
}

.swiper2 .swiper-container {
	--swiper-navigation-size: 16px;
}

.swiper2 .tit {
	font-size: 24px;
	text-align: center;
}

.swiper2 .en {
	text-align: center;
	color: #868686;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 7px;
}

.swiper2 .title {
	color: #565656;
	margin-top: 42px;
	font-size: 22px;
}

.swiper2 .date {
	font-size: 16px;
	color: #868686;
	margin-top: 12px;
	margin-bottom: 10px;
}

.swiper2 .info {
	font-size: 16px;
	color: #868686;
	line-height: 30px;
}

.main-2 {
	height: 500px;
	margin: 5px 0;
}

.swiper2 .swiper-pagination-bullet-active {
	background: red;
}

.swiper2 .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.swiper2 .swiper-pagination {
	display: block !important;
	left: auto;
	right: 552px;
	width: 50%;
	bottom: 55px;
	font-size: 0;
}

.zhanwei {
	width: 860px;
/* 	height: 100%;
	float: left; */
	overflow: hidden;
}

.main-3 {
	padding-top: 55px;
}

.main .links a {
	font-size: 16px;
	color: #565656;
	display: block;
	height: 48px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #acacac;
	margin: 0 5px 10px;
	padding: 0 20px;
	white-space: nowrap;
}

.main .links {
	justify-content: center;
	margin-top: 35px;
}

.main-4 .txt {
	width: 500px;
	position: absolute;
	top: 95px;
	left: 18%;
}

.banner_imgtupian {
	padding: 130px 0 130px 130px
}

@media screen and (max-width: 1700px) {
	.swiper2 .info {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.swiper2 .title {
		margin-top: 30px;
	}

	.swiper2 .txt {
		display: inline-block;
		width: 740px;
		color: #252525;
	}

	.main-4.pc {
		background-position: 78% center;
	}
}

@media screen and (max-width: 1400px) {
	.swiper2 .info {
		-webkit-line-clamp: 2;
	}

	.swiper2 .title {
		margin-top: 20px;
		font-size: 20px;
	}

	.swiper2 .txt {
		padding-top: 20px;
	}

	.main-4 {
		background-position: 72% center;
	}

	.main-6 {
		background-position: 78% center;
	}

	.main-4.pc .txt {
		left: 7%;
	}
}

@media screen and (max-width: 1200px) {
	.swiper2 .info {
		-webkit-line-clamp: 1;
	}

	.main .txt .links.flex {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1100px) {
	.swiper2 .info {
		display: none;
	}
}

@media screen and (max-width: 1028px) {
	.swiper2 .pic {
		float: none;
		width: 100%;
		background-position: center;
	}

	.swiper2 .txt {
		float: none;
		width: 100%;
		padding-bottom: 40px;
	}

	.swiper2 .info {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.swiper2 .swiper-pagination {
		width: 100%;
	}

	.main-4.pc .txt {
		left: 4%;
	}
}

@media screen and (max-width: 768px) {
	.banner {
		position: static;
		height: 3rem;
	}

	.wrapper {
		padding-top: 0;
	}

	.banner .pic {
		display: none;
	}

	.banner .pic1 {
		display: block;
	}

	.banner img {
		width: 100%;
		left: -1%;
	}

	.banner .txt {
		width: 86%;
		height: 1.1rem;
		top: auto;
		bottom: 0;
		padding: 0.08rem 0 0 0.2rem;
	}

	.banner .txt .t1 {
		font-size: 0.4rem;
	}

	.banner .txt .t2 {
		font-size: 0.12rem;
		padding-left: 0.23rem;
	}

	.banner .txt .t3 {
		font-size: 0.11rem;
		padding-left: 0.23rem;
		margin-top: 0.07rem;
	}

	.banner .swiper-button-prev,
	.banner .swiper-button-next {
		display: none;
	}

	.swiper2 .tit {
		font-size: 0.15rem;
	}

	.swiper2 .en {
		font-size: 0.09rem;
		margin-top: 0.08rem;
	}

	.swiper2 .title {
		margin-top: 0.15rem;
		font-size: 0.12rem;
		line-height: 1.4;
	}

	.swiper2 .date {
		font-size: 0.1rem;
		margin-top: 0.06rem;
		margin-bottom: 10px;
	}

	.swiper2 .info {
		font-size: 0.1rem;
		line-height: 0.18rem;
		-webkit-line-clamp: 2;
		margin-top: 0.05rem;
	}

	.swiper2 .swiper-pagination {
		display: block;
		bottom: 0.12rem;
		font-size: 0;
	}

	.main .links {
		margin-top: 0.18rem;
	}

	.main .links a {
		margin-top: 0;
	}

	.stock-info {
		width: 100%;
		margin-top: 0.12rem;
		padding-right: 0.1rem;
	}

	.stock-info .left {
		font-size: 0.12rem;
		line-height: 1.5;
		margin-top: 0.02rem;
	}

	.stock-info .right {
		font-size: 0.3rem;
	}

	.stock-info1 {
		margin-top: 0.08rem;
		line-height: 2;
		font-size: 0.1rem;
	}
}

/* 第一屏 */
.first_screen {
	width: 100%;
	height: 500px;
	background: url(../img/aboutbjt.png)no-repeat;
	background-size: 100%;
}

.nav_title {
	overflow: hidden;
}
.nav_title ul{
	margin: auto;
}

.first_titlemodel {
	width: 1200px;
	height: 100%;
	margin: auto;
}

.first_left {
	top: 50px;
	position: relative;
	overflow: hidden;
}

.first_left p {
	width: 655px;
	overflow: hidden;
}

.first_left .title {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
}

.first_left .jianxie {
	font-size: 34px;
	font-family: STZhongsong;
	font-weight: 400;
	color: #CCCCCC;
	padding-left: 10px;
}

.one_neirong {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #444444;
	line-height: 28px;
	margin-top: 40px;
}

.one_listmodel {
	width: 515px;
	margin-top: 40px;
	overflow: hidden;
}

.one_listmodel ul {
	display: flex;
	justify-content: space-between;
}

.one_listmodel ul li {
	width: 110px;
	height: 35px;
	border: 1px solid #999999;
}

.one_listmodel li a {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-align: center;
	display: block;
	line-height: 35px;
}

.one_listmodel ul li:hover {
	border: #0094DD;
	background-color: #0094DD;
}

.one_listmodel ul li a:hover {
	color: #ffffff;
	border: #0094DD;
	background-color: #0094DD;
}

/* 首页第二模块 */
.second_module {
	width: 100%;
	height: 435px;
	overflow: hidden;
	background: url(../img/newsbjt.png)no-repeat;
	background-size: 100%;
}

.second_cententmodel {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.second_rightmodel {
	width: 690px;
	float: right;
	margin-top: 50px;
}

.second_rightmodel .topmolde {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.lefts {
	overflow: hidden;
}

.lefts .title {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
}

.rights {
	width: 235px;
}

.rights ul {
	display: flex;
	justify-content: space-between;
}

.lefts .jianxie {
	font-size: 34px;
	font-family: STZhongsong;
	font-weight: 400;
	color: #CCCCCC;
}

.rights ul li {
	width: 110px;
	height: 35px;
	border: 1px solid #999999;
}

.rights li a {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-align: center;
	display: block;
	line-height: 35px;
}

.second_newlist {
	width: 100%;
	margin-top: 70px;
	overflow: hidden;
}

.second_newlist li {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.second_newlist li:hover {
	border-bottom: 1px solid #0094DD;
}

.second_newlist .times {
	font-size: 14px;
	font-family: DINPro;
	font-weight: 400;
	color: #222222;
	line-height: 24px;
	margin-right: 20px;
}

.second_newlist .news_title {
	width: 70px;
	height: 20px;
	font-size: 14px;
	background: #DFDFDF;
	padding: 10px;
	margin-right: 20px;
}

.second_newlist .xinwen {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

/* 第三屏产品服务 */
.our_model {
	width: 100%;
	height: 500px;
	background: url(../img/ourbjt.png)no-repeat;
	background-size: 100%;
}

.nav_title {
	max-width: 1200px;
	min-width: 800px;
}

.our_cen {
	width: 1200px;
	height: 100%;
	margin: auto;
}

.pro_left {
	top: 50px;
	position: relative;
	overflow: hidden;
}

.pro_left p {
	width: 655px;
	overflow: hidden;
}

.pro_left .title {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
}

.pro_left .jianxie {
	font-size: 34px;
	font-family: STZhongsong;
	font-weight: 400;
	color: #CCCCCC;
	padding-left: 10px;
}

.one_neirong {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #444444;
	line-height: 28px;
	margin-top: 40px;
}

.one_listmodel {
	width: 515px;
	margin-top: 40px;
	overflow: hidden;
}

.one_listmodel ul {
	display: flex;
	justify-content: space-between;
}

.one_listmodel ul li {
	width: 110px;
	height: 35px;
	border: 1px solid #999999;
}

.one_listmodel li a {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-align: center;
	display: block;
	line-height: 35px;
}

.one_listmodel ul li:hover {
	border: #0094DD;
	background-color: #0094DD;
}

.one_listmodel ul li a:hover {
	color: #ffffff;
	border: #0094DD;
	background-color: #0094DD;
}


/* 企业合作 */
.zhanzhushang {
	margin-top: 20px;
	overflow: hidden;
}

.zhanzhushang ul li {
	width: 150px;
	height: 65px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #E5E5E5;
}

.zhanzhushang ul {
	width: 655px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.title_bt{
	width: 690px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	display: flex;
}
.zhanzhushang li img {
	max-width: 100%;
	/*height: 100%;*/
}

/* 加入我们 */
.join_us {
	width: 100%;
	height: 500px;
	background: url(../img/joinbjt.png)no-repeat;
	background-size: 100%;
}



/* 首页底部 */
.footerss {
	width: 100%;
	height: 440px;
	padding: 100px 52px 80px 105px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	background-color: #4e4e4e;

}

.Fadleft {
	overflow: hidden;
}

.Fadleft .add {
	margin-top: 90px;
}

.Fadleft img {
	width: 200px;
	height: 45px;
}

.add p {
	margin-top: 10px;
	color: #56a7d1;
}

.add b {
	color: #ffffff;
}

.fonav {
	position: relative;
	z-index: 1;
}

.fonav::after {
	content: '';
	position: absolute;
	width: calc(100% - 36px);
	height: 1px;
	background: #ddd;
	left: 0;
	top: 44px;
	z-index: -1;
	opacity: 0.3;
}

.fonav li {
	float: left;
	width: 150px;
}

.fonav li:last-child {
	margin-right: 0;
}

.fonav li:hover>a {
	border-bottom: 2px solid #58B9EA;
}

.fonav li a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding-bottom: 22px;
	transition: 0.2s;
}

.fonav li>a {
	border-bottom: 2px solid transparent;
	color: #ffffff;
	font-size: 16px;
}

.fonav li .fa {
	margin-top: 15px;
}

.fonav li .fa a {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #a2a2a2;
	font-weight: normal;
	padding-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fonav li .fa a:hover {
	color: #ffffff;
}

.Abq {
	text-align: center;
	background: #353535;
	color: #4f4f4f;
	line-height: 58px;
}

.Abq a {
	color: #4f4f4f;
	margin-left: 20px;
}

.qre_code {
	width: 130px;
	height: 160px;
	margin-top: 100px;
}

.qre_code img {
	margin-bottom: 15px;
	margin: auto;
	display: block;
}

.qre_lianjie {
	display: flex;
	justify-content: space-between;
	border: skyblue;
	margin-top: 15px;
}

.qre_lianjie img {
	height: 25px;
	width: 30px;
}

/* 关于我们 */
.toubu {
	width: 100%;
	display: flex;
	/*overflow: hidden;*/
	min-width: 1220px;
	justify-content: space-between;
	align-items: center;
}

.herder_allmodel {
	width: 100%;
	height: 550px;
	min-width: 1220px;
	padding: 30px 110px 0 108px;
	background: url(../img/banner2.png)no-repeat;
	background-size: 100% 100%;
}

.herder_logo {
	overflow: hidden;
	/*height: 56px;*/
}

.herder_logo a {
	overflow: hidden;
}

.herder_title {
	width: 40%;
	height: 56px;
	overflow: hidden;
}

.herder_title ul {
	display: flex;
	justify-content: space-between;
}

.herder_title a {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 55px;
}

.herder_sousuo {
	width: 210px;
	display: flex;
	/*top: 20px;*/
	position: relative;
	justify-content: flex-end;
	/*justify-content: space-between;*/
}

/* 下拉 */
#test33 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.dropbtn {
	width: 120px;
	overflow: hidden;
}

.dropdown a {
	background: url(../img/e.png)0 no-repeat;
	background-size: 21px 21px;
}

#test33 li a,
.dropbtn {
	display: inline-block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 5px 0px;
}

#test33 .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 110px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

#test33 .dropdown-content a {
	display: block;
	color: black;
	padding: 8px 10px;
	text-decoration: none;
}

#test33 .dropdown:hover .dropdown-content {
	display: block;
}

.group {
	width: 210px;
	/*height: 50px;*/
	overflow: hidden;
	/*background: url(../img/xjt.png)0 no-repeat;*/
}

#test33 {
	background: url(../img/xjt.png)right no-repeat;
}
.group .dropdown{
    display:flex;
        justify-content: flex-end;
}

.shuxian {
	width: 0px;
	height: 20px;
	background-color: #D7D7D7;
	overflow: hidden;
	margin-top: 10px;
	display: none;
}

.fangdajing {
	overflow: hidden;
	width: 0px;
	display: none;
}

.fangdajing img {
	overflow: hidden;
	margin-top: 10px;
}

.about_usbjt img {
	top: 0;
	position: absolute;
	margin-top: 145px;
}

/* biaoti */
.nav_title_module {
	width: 1200px;
	height: 80px;
	margin: auto;
	margin-top: -45px;
	padding: 19px 180px 19px 180px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgb(175 175 175 / 10%);
}

.nav_title_module ul {
	display: flex;
	justify-content: space-between;
}

.nav_title_module .item {
	height: 62px;
	display: block;
	color: #0094DD;
	border-bottom: 2px solid #0094DD;
}

.nav_title_module li a {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
}

.nav_title_module li a:hover {
	color: #0094DD;
}

.nav_biaoti {
	width: 1200px;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 105px;
}

.diyipai {
	display: flex;
	justify-content: space-between;
}

.lefttext {
	width: 450px;
	overflow: hidden;
	font-size: 34px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #050D20;
	line-height: 48px;
}

.righttext {
	width: 750px;
}

.righttext img {
	width: 100%;
	overflow: hidden;
}

.dierpai {
	width: 1200px;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}

.erpai_left {
	width: 500px;
	overflow: hidden;
}

.erpai_left p {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #050D20;
	line-height: 20px;
}

.erpai_right {
	width: 617px;
	overflow: hidden;
}

.erpai_right p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}


.jianjie_title {
	overflow: hidden;
	margin-top: 120px;
	height: 60px;
	background: url(../img/img2.png)0 no-repeat;
}

.jianjie_title h3 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.jianjie_bjt{
    width: 100%;
    height: 408px;
    top: -1px;
    position: relative;
}

.jianjie_bjt img {
	width: 100%;
	height: 100%;
	margin-top: -77px;
}

/* 企业文化 */
.qiyewenhua {
	width: 100%;
	height: 815px;
	z-index: -8;
	position: relative;
	margin-top: -35px;
	background: url(../img/bjt4.png)0 no-repeat;
	background-size: 100% 100%;
}

.qiyewenhua img {
	width: 100%;
	height: 100%
}

/* 时间轴样式 */
.timeline{
	width: 1200px;
	height: 190px;
	margin: auto;
}
.timeline img{
	margin-top: -60px;
}
#swiper-history {
	width: 100%;
	max-width: 820px;
	position: relative;
}
#swiper-history .swiper-container {
	height: 144px;
	margin: 0 40px;
}
#swiper-history .short-line {
	height: 72px;
	border-bottom: 1px dashed #007aff;
	width: 30px;
	position: absolute;
	top: 0px;
}
#swiper-history .long-line {
	height: 72px;
	border-bottom: 1px solid #007aff;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 30px;
}
#swiper-history .swiper-slide span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	transition: 700ms;
}
#swiper-history .swiper-slide .detail {
	height: 20px;
	line-height: 20px;
	top: 27px;
	color: #444;
	opacity: 0;
}
#swiper-history .swiper-slide .date {
	color: #007aff;
	position: absolute;
	bottom: 33px;
	opacity: 0;
}
#swiper-history .swiper-slide-active span {
	transition: 700ms 700ms;
}
#swiper-history .swiper-pagination-bullets {
	white-space: nowrap;
	width: auto;
	bottom: 67px;
	height: 10px;
	line-height: 10px;
	transition: 700ms;
}
#swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
#swiper-history .swiper-pagination-bullet {
	background: #fff;
	border: 1px solid #007aff;
	opacity: 1;
	line-height: 10px;
}
#swiper-history .swiper-pagination-bullet-active {
	background: #007aff;
}
#swiper-history .swiper-button-next, #swiper-history .swiper-button-prev {
	background-size: 20px auto;
}



















/* 企业荣誉 */
.qiyerongyu {
	width: 1200px;
	height: 530px;
	margin: auto;
	margin-bottom: 95px;
	margin-top: 50px;
}

.rongyu_list {
	width: 320px;
	height: 202px;
	overflow: hidden;
}

.rongyu_list img {
	width: 100%;
	height: 100%;
}

.rongyu_yuandian {
	margin-top: 50px;
}

.xiahenxian {
	width: 1200px;
	padding: 10px 0 40px 0;
	border-bottom: 1px solid #E5E5E5;
}
.yuandian{
	top: 0px !important;
	position: relative;
}
.new_liebiao {
	width: 1200px;
	margin-top: 30px;
}

.new_liebiao ul {
	display: flex;
	justify-content: space-between;
}

.new_liebiao li {
	width: 350px;
	overflow: hidden;
	border-right: 1px dashed #D3D3D3;
}

.new_liebiao li:last-child {
	border: none;
}

.new_liebiao li a {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_liebiao li a:hover {
	color: #0094DD;
}


/* 战略布局 */
.strategy_model {
	width: 100%;
	height: 715px;
	background: url(../img/zl.png)0 no-repeat;
	background-size: 100% 100%;
}

.Alls {
	width: 1200px;
	height: 715px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.zuobian {
	width: 500px;
}

.zuobian h3 {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.zuobian p {
	width: 377px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 20px;
	line-height: 30px;
}

.youbian {
	width: 280px;
}

.xiala {
	margin-top: 70px;
	margin-bottom: 195px;
}

.xiamian {
	margin-bottom: 50px;
}

.xiamian .mb {
	color: #333333;
	font-size: 22px;
	font-weight: 200;
}

.xiamian .mubiao {
	color: #B2DCF1;
	font-size: 22px;
}

.xiamian .pbiaoqian {
	width: 100%;
	color: #999999;
	margin: 0;
}


/* 新闻动态 */
.news_model {
	width: 1200px;
	margin: auto;
	margin-top: 40px;
}

.news_model ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news_model li {
	width: 280px;
	height: 365px;
	margin-bottom: 25px;
	background: #F8F8F8;
}

.news_model li:hover {
	box-shadow: 0px 0px 20px 0px #DADADA;
}

.more {
	overflow: hidden;
	margin-left: 20px;
	margin-top: 20px;
}

.more p {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0093DD;
	line-height: 26px;
}

.news_listimg {
	width: 280px;
	height: 186px;
}

.time_mode {
	width: 60px;
	height: 50px;
	padding: 10px;
	margin-left: 20px;
	background-color: #0093DD;
	margin-top: -20px;
	z-index: 7;
	text-align: center;
	position: relative;
}

.news_p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	padding: 20px;
}
.news_p p{
    height:58px;
    overflow: hidden;
}
.time_mode p {
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
}

.news_newtitle {
	width: 1200px;
	height: 80px;
	margin: auto;
	margin-top: -45px;
	padding: 19px 180px 19px 180px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgb(175 175 175 / 10%);
}

.news_newtitle ul {
	width: 220px;
	display: flex;
	margin: auto;
	justify-content: space-between;
}

.news_newtitle .item {
	height: 62px;
	display: block;
	color: #0094DD;
	border-bottom: 2px solid #0094DD;
}

.news_newtitle li a {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
}

.news_newtitle li a:hover {
	color: #0094DD;
}


/* page */
/* page */
.pages {
	width: 1200px;
	margin: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.pages li {
	display: inline-block;
	text-align: center;
	width: 40px;
	line-height: 40px;
	margin: 0 3px;
	font-family: arial;
	color: #222;
	transition: 0.3s;
	background: #eee;
}

.pages .disabled {
	width: 100px;
}
.pages ul li:first-child{
	width: 100px;
}
.pages ul li a{display: block;}

.pages .active,
.pages li:hover {
	background: #0093DD;
	color: #fff;
}
.pages li a:hover {
	background: #0093DD;
	color: #fff;
}

.newbanner_allmodel {
	width: 100%;
	height: 550px;
	padding: 30px 110px 0 108px;
	background: url(../img/newbanner.png)no-repeat;
	background-size: 100% 100%;
}

/* 产品服务 */
.product_allmodel {
	width: 100%;
	height: 550px;
	padding: 30px 110px 0 108px;
	background: url(../img/fuwu.png)no-repeat;
	background-size: 100% 100%;
}

.product_newtitle {
	width: 1200px;
	height: 80px;
	margin: auto;
	margin-top: -45px;
	padding: 19px 180px 19px 180px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgb(175 175 175 / 10%);
}

.product_newtitle ul {
	width: 520px;
	display: flex;
	margin: auto;
	justify-content: space-between;
}

.product_newtitle .item {
	height: 62px;
	display: block;
	color: #0094DD;
	border-bottom: 2px solid #0094DD;
}

.product_newtitle li a {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
}

.product_newtitle li a:hover {
	color: #0094DD;
}

.product_listmodel {
	width: 1200px;
	margin: auto;
	margin-top: 35px;
}

/* 瀑布流布局 */
.product_listmodel ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_listmodel ul li {
	width: 370px;
	height: 370px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}

.product_listmodel img {
	width: 100%;
	height: 320px;
}

.product_listmodel p {
	text-align: center;
	margin-top: 10px;
}


/* 企业合作 */
.enterprise_allmodel {
	width: 100%;
	height: 550px;
	padding: 30px 110px 0 108px;
	background: url(../img/qiyehezuo.png)no-repeat;
	background-size: 100% 100%;
}

.partner_model {
	width: 100%;
	height: 685px;
	margin: auto;
	background: url(../img/hezuohb.png)0 no-repeat;
	background-size: 100% 100%;
}

.partner_centent {
	width: 1200px;
	height: 685px;
	margin: auto;
}

.partent_one {
	width: 100%;
	top: 70px;
	overflow: hidden;
	position: relative;
}

.partent_one h1 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 55px;
}

.partent_one h3 {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #C3C3C3;
	line-height: 55px;
}

.partent_one p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.partent_one i {
	width: 41px;
	height: 2px;
	background: #0093DD;
	display: block;
	margin-top: 40px;
}

.partent_two {
	width: 100%;
	height: 300px;
	top: 119px;
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	/* text-align: center; */
	font-size: 18px;
	height: calc((100% - 30px) / 2);

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	/* display: flex; */
	justify-content: center;
	align-items: center;
}
.henxians{
	width: 220px !important;
    margin: auto !important;
    height: 4px !important;
    left: 480px !important;
    top: 295px !important;
    bottom: 0 !important;
	background-color: #D7D7D7;
}
.imgsss img{
	width: 170px;
	height: 54px;
}
.swiper-pagination-progressbar-fill{
	background-color: #0093DD !important;
}

/* 加入我们 */
.join_model{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.join_title{
	width: 100%;
	overflow: hidden;
}
.join_title h1{
	text-align: center;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 55px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.control-top50 {
	width: 1200px;
	padding-top: 50px;
}

.control-top35 {
	padding-top: 35px;
}

.m-recruit {
	position: relative;
}

.m-recruit .list li {
	width: 100%;
	margin-bottom: 20px;
}

.m-recruit .list .item {
	position: relative;
	display: block;
	padding: 20px 15px 25px;
	background-color: #f8f8f8;
	cursor: pointer;
	overflow: hidden;
	background: url(../img/jiarubaner.png)0 no-repeat;
	background-size: 100% 100%;
}

.m-recruit .list .item .point {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	font-size: 20px;
	color: #999;
	background: url(../img/xljt.png)0 no-repeat;
}

.m-recruit .list .title {
	position: relative;
	overflow: hidden;
}

.m-recruit .list .title dt,
.m-recruit .list .title dd {
	float: left;
	font-size: 20px;
}

.m-recruit .list .title dt {
	width: 25%;
	color: #000;
	font-weight: 200;
}

.m-recruit .list .title dd {
	width: 75%;
	color: #333333;
}

.m-recruit .list .desc {
	padding-top: 6px;
	height: 100%;
	overflow: hidden;
}

.m-recruit .list li {
	margin-bottom: 20px;
	background: #f8f8f8;
}

.m-recruit .list .desc dt,
.m-recruit .list .desc dd {
	float: left;
}

.m-recruit .list .desc dt {
	padding-right: 20px;
}

.m-recruit .list .desc dd {
	width: 75%;
}

.m-recruit .list .detail {
	display: none;
	padding-top: 12px;
}

.m-recruit .list .detail dt,
.m-recruit .list .detail dd {
	float: left;
}

.m-recruit .list .detail dt {
	width: 50%;
}

.m-recruit .list .detail dd {
	width: 50%;
	padding-left: 30px;
}

.m-recruit .list .detail p {
	line-height: 30px;
	color: #666666;
}

.m-recruit .list .item.active .point {
	top: 30px;
	margin-top: 0;
	transform: rotate(90deg);
	color: #666666;
}

.m-recruit .list .item.active .title dt,
.m-recruit .list .item.active .title dd {
	color: #333333;
}

.m-recruit .list .item.active .desc {
	display: none;
}

.m-recruit .list .item.active .detail {
	display: block;
}
.xinxi{
	width: 100%;
	overflow: hidden;
}
.xinxi span{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 200;
	color: #666666;
	line-height: 30px;
}
.detail .xinzi{
	top: -41px;
	left: 110px;
	position: relative;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0093DD;
	line-height: 30px;
}