@charset "utf-8";
.pd70{
	padding-top: 70px;
}
.mb70{
	margin-bottom: 70px;
}

.warp {
	width: 1000px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

:focus {
	outline: none;
	border: none;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-over {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.over {
	overflow: hidden;
}

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

.absolute {
	position: absolute;
	z-index: 1;
}

.fixed {
	position: fixed;
	z-index: 1;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.hide {
	display: none;
}

.max-w100 {
	max-width: 100%;
}

.max-h100 {
	max-height: 100%;
}

.middle {
	vertical-align: middle;
}

.img {
	font-size: 0;
}

.border-box {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.trans {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}



/*新站*/

#warp {
	width: 100%;
	max-width: 1920px;
	min-width: 320px;
	overflow: hidden;
	margin: 0 auto;
}

#warp a {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.cw1600 {
	width: 94%;
	max-width: 1600px;
	margin: 0 auto;
}

.cw1400 {
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
}

.cw1200 {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}



/*公告样式*/

a:hover {
	color: #01a0e8;
}

.b_pic {
	overflow: hidden;
}

.b_pic img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.b_pic:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}

.cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.clear {
	margin: 0px auto;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.clear_both {
	zoom: 1;
}

.clear_both::after {
	content: "";
	display: block;
	clear: both;
}

.dis {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.loader {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: fixed;
	z-index: 99999;
	background: rgba(255, 255, 255, .5) url(../images/global/loader.svg) no-repeat center 40% / auto auto;
}



/*字体*/

.fz10 {
	font-size: 10px;
	color: #333;
}

.fz12 {
	font-size: 12px;
	color: #333;
}

.fz14 {
	font-size: 14px;
	color: #333;
}

.fz16 {
	font-size: 16px;
	color: #333;
}

.fz18 {
	font-size: 18px;
	color: #333;
}

.fz20 {
	font-size: 20px;
	color: #333;
}

.fz22 {
	font-size: 22px;
	color: #333;
}

.fz24 {
	font-size: 24px;
	color: #333;
}

.fz26 {
	font-size: 26px;
	color: #333;
}

.fz28 {
	font-size: 28px;
	color: #333;
}

.fz30 {
	font-size: 30px;
	color: #333;
}

.fz32 {
	font-size: 32px;
	color: #333;
}

.fz34 {
	font-size: 34px;
	color: #333;
}

.fz36 {
	font-size: 36px;
	color: #333;
}

.fz38 {
	font-size: 38px;
	color: #333;
}

.fz40 {
	font-size: 40px;
	color: #333;
}

.fz42 {
	font-size: 42px;
	color: #333;
}

.fz44 {
	font-size: 44px;
	color: #333;
}

.fz46 {
	font-size: 46px;
	color: #333;
}

.fz48 {
	font-size: 48px;
	color: #333;
}



@font-face {
	font-family: 'font-zi1';
	src: url('../font/MyriadPro-BlackSemiCn.otf');
}

.font-zi1 {
	font-family: 'font-zi1';
}

@font-face {
	font-family: 'font-zi2';
	src: url('../font/MyriadPro-Light.otf');
}

.font-zi2 {
	font-family: 'font-zi2';
}



/*头部样式*/

#header {
	width: 100%;
	max-width: 1920px;
	min-width: 320px;
	text-align: center;
	background: rgba(255, 255, 255, .8);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1006;
	margin: 0 auto;
}

#header .cw1600 {
	display: flex;

	align-items: center;

	justify-content: space-between;
}

#header .logo {
	width: 288px;
}

#header .logo img {
	width: 100%;
}

#header .nav {
	margin-left: 75px;
}

#header .nav .list {
	margin-left: 84px;
}

#header .nav .list .Zi1 {
	color: #333;
	padding: 20px 0;
}

#header .nav .list .two {
	width: 220px;
	line-height: 40px;
	text-align: left;
	display: none;
	position: absolute;
	padding-top: 3px;
}

#header .nav .list .two .Zi2 {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #eee;
	padding: 0 20px;
}

#header .nav .list .two .Zi2:hover {
	color: #01a0e8;
}

#header .nav .list.in {
	margin-left: 0;
}

#header .nav .list.on .Zi1 {
	color: #01a0e8;
	border-bottom: 3px solid #01a0e8;
}

#header .nav .list.on .two {
	padding-top: 0;
}

#header .phone {
	background: url(../images/img1.png) no-repeat left center;
	color: #02a0e8;
	padding-left: 24px;
}

#header .target {
	width: 38px;
	display: none;
	cursor: pointer;
}

#header .target img {
	width: 100%;
}

#header.in {
	background: #fff;
}

#phone_nav {
	width: 100%;
	max-width: 1920px;
	min-width: 320px;
	text-align: center;
	display: none;
	overflow: auto;
	background: rgba(255, 255, 255, .8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1006;
	margin: 0 auto;
}

#phone_nav .list {
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 16px 0;
}



/*弹出视频*/

#video {
	width: 100%;
	max-width: 1920px;
	min-width: 320px;
	height: 100%;
	text-align: center;
	display: none;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1008;
}

#video .shutdown {
	cursor: pointer;
	color: #fff;
	position: fixed;
	top: 2%;
	right: 2%;
	z-index: 1009;
}

#video video {
	width: 60%;
	margin-top: 10%;
}





/*广告样式*/

#banner {
	width: 100%;
	overflow: hidden;
	font-size: 0;
	position: relative;
}

#banner .db {
	width: 100%;
}

#banner .db .swiper-slide {
	width: 100%;
	font-size: 0;
	position: relative;
}

#banner .db .swiper-slide .nts {
	position: absolute;
	right: 12%;
	top: 32%;
	z-index: 2;
}

#banner .db .swiper-slide .nts .xian {
	width: 30px;
	height: 3px;
	background: #01a0e8;
}

#banner .db .swiper-slide .nts .fz42 {
	color: #01a0e8;
	margin: 10px 0 20px;
}

#banner .db .swiper-slide .nts .fz22 {
	color: #555;
}

#banner .db .swiper-slide img {
	width: 100%;
}

#banner .hb {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2.5% !important;
	z-index: 3;
	margin: 0 auto;
}

#banner .hb span {
	width: 8px;
	height: 8px;
	display: inline-block;
	opacity: 1;
	cursor: pointer;
	background: #666;
	font-size: 0;
	border-radius: 50%;
	margin: 0 4px !important;
}

#banner .hb span.swiper-pagination-bullet-active {
	background: #01a0e8;
}

#banner.in .db .swiper-slide .nts .fz16 {
	color: #fff;
}



/*手机广告*/

#phone-banner {
	width: 100%;
	display: none;
	overflow: hidden;
	font-size: 0;
	position: relative;
}

#phone-banner .db {
	width: 100%;
}

#phone-banner .db .swiper-slide {
	width: 100%;
	position: relative;
}

#phone-banner .db .swiper-slide .nts {
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	top: 44%;
	z-index: 2;
	margin: 0 auto;
}

#phone-banner .db .swiper-slide .nts .xian {
	width: 40px;
	height: 3px;
	background: #01a0e8;
}

#phone-banner .db .swiper-slide .nts .fz30 {
	color: #01a0e8;
	margin: 10px 0;
}

#phone-banner .db .swiper-slide .nts .fz20 {
	color: #555;
}

#phone-banner .db .swiper-slide img {
	width: 100%;
}

#phone-banner .hb {
	width: 100%;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3% !important;
	z-index: 3;
	margin: 0 auto;
}

#phone-banner .hb span {
	width: 6px;
	height: 6px;
	display: inline-block;
	opacity: 1;
	cursor: pointer;
	background: #666;
	font-size: 0;
	border-radius: 50%;
	margin: 0 4px !important;
}

#phone-banner .hb span.swiper-pagination-bullet-active {
	background: #01a0e8;
}



/*底部样式*/

#footer {
	width: 100%;
	background: #333;
	padding-top: 32px;
}

#footer .footNav {
	width: 1340px;
	height: 66px;
	background: #444444;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 60px;
}

#footer .footNav a {
	color: #fff;
	width: 32px;
	height: 15px;
	font-size: 16px;
	font-weight: 300;
	line-height: 15px;
}

#footer .footInfo {
	display: flex;
	justify-content: space-between;
	width: 1340px;
	margin-bottom: 50px;
}

.footlogo {
	margin-bottom: 32px;
	display: block;
}

.footQRcode img {
	width: 133.3px;
	height: 133.3px;
}

.footReport {
	height: 12px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(254, 255, 255, 0.5);
	line-height: 12px;
	padding-bottom: 16px;
}

#footer .footPhone {
	width: 200px;
	height: 50px;
	background: #737373;
	border-radius: 6px;
	display: flex;
	align-items: center;

}

#footer .footPhone>div {
	color: rgba(255, 255, 255, 0.8);
	height: 14px;
	font-size: 18px;
	font-weight: 400;
	color: #FEFFFF;
	line-height: 14px;
}

#footer .footPhone img {
	margin-right: 11px;
	margin-left: 13px;
}

.footmiddle div {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 26px;
	font-size: 14px;
	line-height: 14px;
}

.footmiddle div:nth-of-type(4) {
	margin-bottom: 0;
}

#footer .top .list {
	width: 11%;
	margin-right: 20%;
}

#footer .top .list .fz16 {
	color: #fff;
	margin-bottom: 13px;
}

#footer .top .list .fz14 {
	width: 100%;
	color: #d3d3d3;
	margin-bottom: 10px;
}

#footer .top .list .fz14 a {
	color: #d3d3d3;
}

#footer .top .list .fz22 {
	width: 100%;
	color: #d3d3d3;
	margin-bottom: 20px;
	font-size: 20px;
}

#footer .top .list.in {
	width: 27%;
	margin-right: 0;
}

#footer .top .ewm {
	width: 7.5%;
	text-align: center;
	margin-right: 3%;
}

#footer .top .ewm .img {
	width: 100%;
}

#footer .top .ewm .img img {
	width: 100%;
}

#footer .top .ewm .fz14 {
	width: 100%;
	color: #fff;
	margin-top: 10px;
}

#footer .bot {
	margin-top: 1.3%;
	margin-bottom: 1.1%;
}

#footer .bot .fz14 {
	color: #fff;
}

#footer .bot .fz14 a {
	color: #fff;
}

#footer .bot .fz14.in {
	margin-left: 2%;
}

/* 底部 */
#footer .top .list .fz16 {
	font-size: 14px;
	margin-bottom: 8px;
}

#footer .top .list .fz14 {
	font-size: 12px;
	margin-bottom: 8px;
}

#footer .top .list .fz22 {
	font-size: 18px;
	margin-bottom: 16px;
}

#footer .top .ewm .fz14 {
	font-size: 12px;
}

#footer .bot .fz14 {
	font-size: 12px;
}

#footer .top .list {
	width: 15%;
	margin-right: 10%;
}

#footer .top .list .fz22 {
	font-size: 16px;
}

#footer .top .list.in {
	width: 30%;
}

#footer .top .ewm {
	width: 15%;
	margin-right: 0;
}


#footer .top .list .fz14 {
	font-size: 10px;
}

#footer .top .list .fz16 {
	font-size: 12px;
	margin-bottom: 6px;
}

#footer .top .list .fz22 {
	font-size: 14px;
	margin-bottom: 8px;
}

#footer .top .list.in {
	width: 50%;
}

#footer .top .ewm {
	display: none;
}

#footer .bot {
	margin-top: 3%;
}

#footer .bot .fz14 {
	font-size: 10px;
}

#footer .top .list {
	width: 40%;
}

#footer .top .list.in {
	width: 100%;
	margin-top: 3%;
}

/*首页样式*/

#index {
	width: 100%;
}

#index .title {
	width: 100%;
	text-align: center;
}

#index .title .fz28 {
	width: 100%;
	color: #01a0e8;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 17px;
}

#index .title .fz28::before {
	width: 30px;
	height: 3px;
	background: #01a0e8;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: 0 auto;
	content: '';
}

#index .title .fz22 {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	text-align: center;
	width: 890px;
	margin: 0 auto;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

/* #index .title .fz22::before{ width:30px; height:3px; background:#01a0e8; position:absolute; left:0; right:0; bottom:0; z-index:2; margin:0 auto; content:'';} */

#index .more {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 16px 50px;
}

#index .more.video {
	display: none;
	margin-left: 20px;
}

.commonTitle {
	height: 29px;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.commonTitle::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #01A0E8;
	display: inline-block;
	margin-right: 20px;
}

.commonTitle::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #01A0E8;
	display: inline-block;
	margin-left: 20px;
}

.commonEnglish {
	position: absolute;
	text-transform: uppercase;
	height: 38px;
	font-size: 48px;
	font-weight: bold;
	color: #FAFAFA;
	line-height: 38px;
	z-index: -1;
}

#index .one .oneTitle {
	padding-top: 84px;
	padding-bottom: 64px;
}

#index .one ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#index .one ul li:hover {
	background: #FFFFFF;
	box-shadow: 0px 5px 5px 0px rgba(217, 217, 217, 0.35);
	position: relative;
}

#index .one ul li:hover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 2px 2px 0px 0px;
	background: #01A0E8;
}

#index .one ul li {
	width: 210px;
	height: 210px;
	background: #F3F3F3;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	transition: all 0.5s;
}

#index .one ul li::after {
	width: 0;
	left: 50%;
	content: '';
	position: absolute;
	top: 0;
	display: block;
	height: 4px;
	border-radius: 2px 2px 0px 0px;
	background: #01A0E8;
	transition: all 0.5s;
}

#index .one ul li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#index .one ul li a span {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	display: block;
	text-align: center;
}

#index .one ul li a img {
	margin: 0 auto;
	display: block;
}

#index .one .oneBtn {
	width: 180px;
	height: 50px;
	background: #01A0E8;
	border-radius: 25px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #FAFAFA;
	line-height: 50px;
	cursor: pointer;
}

#index .one ul li a>div {
	height: 75px;
	padding-top: 47px;
}

#index .two {
	width: 100%;
}

#index .two .twoTitle {
	margin-top: 80px;
	margin-bottom: 60px;

}

.bigCase {
	position: relative;
}

#index .two .bigCase img {
	width: 680px;
	height: 530px;
	transition: all 0.5s;
}

#index .two .bigCase .bigcasefrone {
	display: block;
	width: 680px;
	height: 530px;
	overflow: hidden;
}

#index .two .bigCase .bigcasefrone:hover img {
	transform: scale(1.1);
}

.bigCase:hover .bigcasetext a:nth-of-type(2) {
	opacity: 1;
	height: 318px;
}

.bigCase::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}

.bigCase:hover::before {
	background-color: rgba(0, 0, 0, .3);
}

#index .two .twocaseAll {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}

.twoCase {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}


.bigcasetext {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.bigcasetext a:nth-of-type(1) {
	display: block;
	height: 40px;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.bigcasetext a:nth-of-type(2) {
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	height: 0;
	opacity: 0;
	padding: 0 45px;
}

.twoCaseItem {
	position: relative;
	margin-left: 20px;
}

.twoCaseItem::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}

.twoCaseItem:hover::before {
	background-color: rgba(0, 0, 0, .3);
}

.twoCaseItem:hover .caseText a:nth-of-type(2) {
	opacity: 1;
	height: 150px;
}

.twoCaseItem:nth-of-type(1) {
	margin-bottom: 20px;
}

.twoCaseItem:nth-of-type(2) {
	margin-bottom: 20px;
}

.twoCaseItem img {
	width: 340px;
	height: 255px;
}

.caseText {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.caseText a:nth-of-type(1) {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: center;
}

.caseText a:nth-of-type(2) {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	height: 0;
	opacity: 0;
	transition: all 1s;
	padding: 0 20px;
}

.yikedaxue {
	width: 161px;
	margin: 0 auto;
}


#index .thrbg {
	background: url('/static/wenhui/images/aboutbg.jpg');
	width: 1920px;
	height: 770px;
	background-size: 1920px 770px;
}

.thrTitle {
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

.thrTitle .commonEnglish {
	color: rgba(255, 255, 255, 0.1);
	z-index: 0;
}

#index .thr {
	position: relative;
}

#index .thrleft {
	display: flex;
	margin-bottom: 30px;
}

#index .thrleft img {
	margin-right: 20px;
}

#index .thrleft div {
	height: 25px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}

#index .thrjieshao {
	width: 530px;
	height: 136px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	position: absolute;
	left: 3%;
	top: 182%;
}

#index .thrsubtitle {
	height: 18px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
	margin-left: 28px;
	position: relative;
}

.thrsubtitle::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50px;
	width: 35px;
	height: 2px;
	background: rgba(255, 255, 255, 0.41);
}

.thrRight div:nth-of-type(1),
.thrRight div:nth-of-type(2) {
	text-transform: uppercase;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}

.thrRight div:nth-of-type(3) {
	height: 20px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
}

.rightone {
	position: absolute;
	left: 880px;
	top: 180px;
}

.righttwo {
	position: absolute;
	left: 1155px;
	top: 180px;
}

.rightThree {
	position: absolute;
	left: 1155px;
	top: 460px;
}

.fourTitle {
	padding-top: 80px;
	margin-bottom: 60px;
}

#index #four {
	position: relative;
}

#four .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#four .swiper-button-next {
	right: -56px;
	width: 50px;
	height: 50px;
	color: rgba(0, 0, 0, 0) !important;
	background: url("/static/wenhui/images/jt.png") center center no-repeat;
	background-size: 50px 50px;
}

#four .swiper-button-prev {
	left: -60px;
	transform: rotate(180deg);
	width: 50px;
	height: 50px;
	color: rgba(0, 0, 0, 0) !important;
	background: url("/static/wenhui/images/jt.png") center center no-repeat;
	background-size: 50px 50px;
}

#four .swiper-wrapper {
	height: auto !important;
}

.five {
	margin-bottom: 62px;
}

.five .fiveTitle {
	padding-top: 82px;
	margin-bottom: 60px;
}

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

.fiveMain>div:nth-of-type(1) {
	margin-right: 45px;
}

.fiveleft {
	flex-shrink: 0;
}

.fiveright {
	flex: 1;
	overflow: hidden;
}

.fivegsxw {
	width: 419px;
	height: 250px;
	background: #01A0E8;
	padding-left: 21px;
	padding-top: 32px;
}

.fivegsxw div:nth-of-type(1) {
	height: 24px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FAFAFA;
	line-height: 24px;
	margin-bottom: 18px;
}

.fivegsxw div:nth-of-type(2) {
	height: 9px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(250, 250, 250, 0.5);
	line-height: 9px;
}

.fivehyxw div:nth-of-type(1) {
	height: 24px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	margin-bottom: 10px;
}

.fivehyxw div:nth-of-type(2) {
	height: 9px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 0.5);
	line-height: 9px;
	margin-bottom: 32px;
}

.fiveEsstitle {
	width: 390px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	display: block;
	margin-bottom: 21px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fiveEssImg {
	display: block;
	overflow: hidden;
	width: 390px;
	height: 292px;
}

.fiveEssImg img {
	width: 390px;
	height: 292px;
	transition: all 0.3s;
}

.fiveEssImg:hover img {
	transform: scale(1.1);
}

.fiveEssMain {
	margin-top: -174px;
	padding-left: 25px;
}


.fiveTime {
	height: 11px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #01A0E8;
	line-height: 11px;
}

.fiveSwiper {
	position: relative;
	padding-bottom: 40px;
	border-bottom: 2px solid #dcdcdc;
	margin-bottom: 40px;
}

.fiveswiperTitle {
	width: 258px;
	min-height: 48px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 18px;
}

.fiveDescript {
	width: 277px;
	height: 66px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 16px;
}

.fiveSwiperTime {
	height: 11px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #01A0E8;
	line-height: 11px;
}


.fiveSwiper .swiper-slide .fiveswTopItem {
	margin-right: 42px;
}

.fiveSwiper .swiper-slide .fiveswTopItem:nth-of-type(3) {
	margin-right: 0;
}

.fiveSwiper .swiper-wrapper {
	height: auto !important;
}

.fiveSwiper .swiper-slide {
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
}

.fiveSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fivezxzx {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fiveUl {
	border-bottom: 2px solid #dcdcdc;
}

.fiveUl ul li {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 22px;
}

.fiveUl ul li a {
	height: 12px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 12px;
	display: block;
	transition: all 0.3s;
}

.fiveUl ul li a:hover {
	color: #01a0e8;
}

.fiveUl ul li::before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #01A0E8;
	transform: rotate(45deg);
	display: block;
	margin-right: 10px;
}

.fiveSwiper .swiper {
	--swiper-navigation-color: #000;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 18px;
	/* 设置按钮大小 */
}

.fiveSwiper .swiper-button-next {
	left: 900px !important;
	top: 40px !important;
}

.fiveSwiper .swiper-button-prev {
	left: 884px !important;
	top: 40px !important;
}

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

.fiveckgd {
	display: block;
	cursor: pointer;
	height: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 12px;
}






/*内页样式*/

.inside {
	padding-bottom: 62px;
}

.inside .title {
	width: 100%;
	text-align: center;
	color: #333;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 2%;
}

.inside .title::before {
	width: 30px;
	height: 3px;
	background: #01a0e8;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: 0 auto;
	content: '';
}



/*内页分类栏*/

#InsideCategory {
	width: 100%;
	text-align: center;
	background: #f3f3f3;
}

#InsideCategory .cw1600 {
	font-size: 0;
}

#InsideCategory .cw1600 .list {
	color: #333;
	padding: 20px 22px;
	margin: 0 -2px;
}

#InsideCategory .cw1600 .list.on {
	background: #01a0e8;
	color: #fff;
}

#InsideCategory .cw1600 .list:hover {
	background: #01a0e8;
	color: #fff;
}



/*手机版分类栏*/

#PhoneInsideCategory {
	width: 94%;
	text-align-last: center;
	display: none;
	background: #fff;
	font-size: 20px;
	padding: 1.5% 0;
	margin: 3% auto;
}



/*详细页*/

#detail {
	padding: 4% 0;
}

#detail .title {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #333;
}

#detail .desc {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	margin-top: 2%;
	max-width: 900px;
	margin: 0 auto;
}

#detail .desc img {
	max-width: 100%;
	height: auto !important;
}

#detail .desc table {
	width: 100% !important;
}



/*智慧医疗*/

#products {}

#products .one {
	width: 100%;
	text-align: center;
	padding: 1.8% 0 4.2%;
}

#products .one .fz28 {
	width: 100%;
	color: #333;
}

#products .one .fz14 {
	width: 100%;
	line-height: 30px;
	color: #888;
	margin-top: 1.2%;
}

#products .one .item {
	width: 100%;
	margin-top: 3.8%;
}

#products .one .item .list {
	width: 23.5%;
	text-align: center;
	position: relative;
	margin-right: 2%;
	margin-bottom: 2%;
}

#products .one .item .list .img {
	width: 100%;
}

#products .one .item .list .img::before {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	content: '';
}

#products .one .item .list .img img {
	width: 100%;
}

#products .one .item .list .nts {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;
}

#products .one .item .list .nts::before {
	display: block;
	content: '';
}

#products .one .item .list .nts .icon {
	width: 34px;
}

#products .one .item .list .nts .icon img {
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

#products .one .item .list .nts .fz18 {
	width: 100%;
	color: #fff;
	margin-top: 6px;
	font-size: 16px;
}

#products .one .item .list.in {
	margin-right: 0;
}

#products .two {
	width: 100%;
	position: relative;
}

#products .two .img {
	width: 100%;
	position: relative;
}

#products .two .img::before {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	z-index: 2;
	content: '';
}

#products .two .img img {
	width: 100%;
}

#products .two .nts {
	width: 90%;
	max-width: 760px;
	text-align: center;
	position: absolute;
	top: 34%;
	left: 0;
	right: 0;
	z-index: 3;
	margin: 0 auto;
}

#products .two .nts .fz28 {
	width: 100%;
	color: #fff;
}

#products .two .nts .fz14 {
	width: 100%;
	line-height: 30px;
	color: #fff;
	margin-top: 12px;
}

#products .thr {
	padding: 2.1% 0;
}

#products .thr .item {
	width: 100%;
	margin-top: 3%;
}

#products .thr .item .list {
	width: 32%;
	position: relative;
	margin-bottom: 2%;
	margin-right: 2%;
}

#products .thr .item .list .img {
	width: 100%;
}

#products .thr .item .list .img img {
	width: 100%;
}

#products .thr .item .list .fz16 {
	width: 100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 14px 20px;
}

#products .thr .item .list.in {
	margin-right: 0;
}

#products .four {
	width: 100%;
	background: url(../images/img57.jpg) no-repeat center;
	padding: 1.6% 0 2.4%;
}

#products .four .img {
	width: 100%;
	text-align: center;
	margin-top: 1%U;
}

#products .four .img img {
	max-width: 100%;
}

/*合作案例*/

.anliAll {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.anliItem {
	margin-top: 30px;
}

.anliItem a {
	display: block;
}

.anliImg {
	width: 446px;
	height: 335px;
	overflow: hidden;
}

.anliImg img {
	width: 446px;
	height: 335px;
	transition: all 0.5s;
}

.anliImg:hover img {
	transform: scale(1.1);
}

.anliTitle {
	height: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 15px;
	text-align: center;
	padding: 20px 0;
	border-bottom: 2px solid #E3E3E3;
}

.casenews {
	margin-bottom: 30px !important;
}

/*关于德澳*/
.gsjj {
	margin-bottom: 50px;
}

.kfysTitle {
	margin-top: 58px;
}

.gsjj div {
	height: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
}

.gsjj h4 {
	text-align: center;
	height: 41px;
	font-size: 40px;
	font-weight: 400;
	color: #333333;
	line-height: 41px;
	margin-bottom: 9px;
}

.gsjjInfo {
	display: flex;
	justify-content: center;
}

.gsjjImg {
	padding-left: 70px;
}

.gsjjImg img {
	width: 720px;
	height: 480px;
}

.gsjjText {
	position: relative;
}

.gsjjText h3 {
	height: 32px;
	font-size: 32px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	margin-bottom: 11px;
}

.gsjjText p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-bottom: 20px;
}

.gsjjNumAll {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 860px;
	height: 130px;
	background: rgba(1, 160, 232, 0.8);
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.gsjjNumAll>div {
	position: relative;
}

.labelTitle {
	height: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 15px;
	margin-bottom: 18px;
	text-align: center;
}

.labelNum {
	height: 24px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}

.gsjjNumAll>div::after {
	content: '';
	display: block;
	width: 1px;
	height: 49px;
	background-color: #f8f8f8;
	position: absolute;
	right: -114px;
	top: 0;
}

.gsjjNumAll>div:nth-of-type(3):after {
	display: none;
}

.kfys {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.kfysItem {
	box-shadow: 0px 6px 13px 1px rgba(0, 0, 0, 0.06);
}

.kfysItem>div:nth-of-type(1) {
	width: 335px;
	height: 260px;
	overflow: hidden;
}

.kfysItem>div:nth-of-type(1) img {
	width: 335px;
	height: 260px;
	transition: all 0.5s;
}

.kfysItem>div:nth-of-type(1):hover img {
	transform: scale(1.1);
}

.kfysItem:hover>div:nth-of-type(2) {
	background-color: #fff;
}

.kfysItem:hover>div:nth-of-type(2)::before {
	width: 100%;
}

.kfysItem>div:nth-of-type(2) {
	width: 225px;
	height: 120px;
	background-color: #fbfbfb;
	padding: 20px 55px;
	padding-bottom: 0;
	position: relative;
}

.kfysItem>div:nth-of-type(2)::before {
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background: #01A0E8;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all 0.5s;
}

.kfysItem>div:nth-of-type(2) h4 {
	height: 18px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	text-align: center;
	margin-bottom: 18px;
}

.kfysItem>div:nth-of-type(2) div {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	text-align: center;
}

/*公司动态*/

#info {
	padding: 3.6% 0;
}

#info .one {
	width: 93.75%;
	margin: 0 auto;
}

#info .one .list {
	width: 23.5%;
	margin-left: 2%;
}

#info .one .list .img {
	width: 100%;
	height: 14.7vw;
	overflow: hidden;
}

#info .one .list .img img {
	width: 100%;
	height: 100%;
}

#info .one .list .fz16 {
	width: 100%;
	color: #333;
	margin-top: 4%;
}

#info .one .list .fz14 {
	width: 100%;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #757575;
	margin: 3% 0 5.7%;
}

#info .one .list .fz12 {
	width: 100%;
	color: #757575;
}

#info .one .list.in {
	margin-left: 0;
}

#info .one .list:hover .fz16 {
	color: #01a0e8;
}

#info .two {
	width: 100%;
	margin-top: 3.1%;
}

#info .two .item {
	width: 100%;
}

#info .two .item .list {
	width: 100%;
	font-size: 0;
	background: #fff;
}

#info .two .item .list .nts {
	width: 93.75%;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 3.1% 0;
	margin: 0 auto;
}

#info .two .item .list .nts .left {
	width: 76%;
}

#info .two .item .list .nts .left .fz16 {
	width: 100%;
	color: #353535;
}

#info .two .item .list .nts .left .fz14 {
	width: 100%;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	color: #757575;
	margin-top: 1.3%;
}

#info .two .item .list .nts .right {
	width: 13.33%;
	text-align: center;
	background: url(../images/img46.png) no-repeat right center;
	background-size: 8.5% !important;
	border-left: 1px solid #eaeaea;
	padding: 10px 0;
}

#info .two .item .list .nts .right .fz30 {
	color: #757575;
	font-family: 'Impact';
}

#info .two .item .list .nts .right .fz12 {
	color: #757575;
	font-family: '黑体';
	margin-top: 4px;
}

#info .two .item .list.in .nts {
	border-top: 1px solid #e5e5e5;
}

#info .two .item .list:hover {
	background: #01a0e8;
}

#info .two .item .list:hover .nts {
	border-color: #01a0e8;
}

#info .two .item .list:hover .nts .left .fz16 {
	color: #fff;
}

#info .two .item .list:hover .nts .left .fz14 {
	color: #fff;
}

#info .two .item .list:hover .nts .right {
	background: url(../images/img47.png) no-repeat right center;
}

#info .two .item .list:hover .nts .right .fz30 {
	color: #fff;
}

#info .two .item .list:hover .nts .right .fz12 {
	color: #fff;
}

#info .two.phone {
	display: none;
}



/*技术服务*/

#article {
	padding: 5.8% 0;
}

#article .img {
	width: 46.125%;
}

#article .img img {
	width: 100%;
}

#article .brief {
	width: 48.125%;
	line-height: 30px;
	color: #333;
	padding: 1.5% 0;
}
.rightText{
	width: 48.125%;
    line-height: 30px;
    color: #333;
    padding: 1.5% 0;
}
.rightText p{
	font-size: 16px;
}



/*人才招聘*/

#recruitment {
	padding: 70px 0 140px;
}

#recruitment .list {
	width: 49%;
	background: #9e9e9e;
	position: relative;
	padding: 25px 40px;
	margin-top: 30px;
}

#recruitment .list .fz18 {
	width: 100%;
	color: #fff;
}

#recruitment .list .Zi1 {
	width: 100%;
	color: #fff;
	margin: 8px 0;
}

#recruitment .list .Zi2 {
	width: 100%;
	color: #fff;
}

#recruitment .list .img {
	width: 59px;
	height: 100%;
	background: url(../images/img49.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 7%;
	top: 0;
	z-index: 2;
}

#recruitment .list .img img {
	width: 100%;
}

#recruitment .list .nr {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	background: rgba(255, 255, 255, .95);
	box-shadow: 0 10px 10px #666;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 6;
	padding: 30px 20px;
}

#recruitment .list .nr .fz14 {
	line-height: 24px;
	color: #333;
}

#recruitment .list .nr .fz16 {
	width: 126px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #01a0e8;
	color: #fff;
	margin-top: 30px;
}

#recruitment .list.in {
	margin-top: 0;
}

#recruitment .list:hover {
	background: #01a0e8;
}

#recruitment .list:hover .nr {
	opacity: 1;
	visibility: visible;
}



/*在线留言*/

#feedback {
	padding: 6.3% 0 4.7%;
}

#feedback .list {
	width: 100%;
	font-size: 0;
}

#feedback .list img {
	height: 48px;
	border: 1px solid #eee;
}

#feedback .input {
	width: 32%;
	height: 50px;
	background: url(../images/img50.png) no-repeat 96%;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 0 20px;
	margin-right: 2%;
}

#feedback .input.in {
	background: none;
	margin-right: 0;
}

#feedback .input.code {
	width: 26%;
}

#feedback .text {
	width: 100%;
	height: 140px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 20px;
	margin: 2% 0;
}

#feedback .sub {
	width: 26%;
	height: 50px;
	cursor: pointer;
	background: #01a0e8;
	color: #fff;
	border: none;
	border-radius: 4px;
	margin-top: 2%;
}



/*联系方式*/

#contact {}

#contact .one {
	text-align: center;
	padding: 4.2% 0 2.4%;
}

#contact .one .list {
	width: 20%;
	vertical-align: top;
	margin: 0 2%;
}

#contact .one .list .img {
	width: 100px;
}

#contact .one .list .img img {
	width: 100%;
}

#contact .one .list .fz20 {
	width: 100%;
	color: #333;
	margin: 6% 0;
}

#contact .one .list .fz14 {
	width: 100%;
	line-height: 30px;
	color: #666;
}

#contact .two {
	width: 100%;
	height: 480px;
}

#contact .two iframe {
	width: 100%;
	height: 100%;
	border: none;
}



/*H5兼容*/

@media only screen and (max-width:1680px) {

	#header .nav .list {
		margin-left: 70px;
	}

	#banner .db .swiper-slide .nts .fz42 {
		font-size: 38px;
		margin: 6px 0 16px;
	}

	#banner .db .swiper-slide .nts .fz22 {
		font-size: 20px;
	}

	#index .two .nts .name {
		font-size: 16px;
	}

	#index .two .nts .brief {
		line-height: 20px;
		font-size: 12px;
	}

	#index .more {
		font-size: 12px;
		padding: 12px 40px;
	}

}



@media only screen and (max-width:1600px) {

	#header .logo {
		width: 160px;
		margin-top: 10px;
	}

	#header .nav .list .Zi1 {
		font-size: 16px;
		padding: 16px 0;
	}

	#header .phone {
		margin-top: 16px;
	}

	#recruitment {
		padding: 5% 0 10%;
	}

	#recruitment .list {
		width: 49%;
		padding: 2%;
		margin-top: 2%;
	}

	#recruitment .list .img {
		width: 8%;
	}

	#recruitment .list .nr {
		padding: 2% 4%;
	}

	#recruitment .list .nr .fz16 {
		margin-top: 5%;
	}

	#index .five .item .right .list .name .fz18 {
		font-size: 16px;
	}

	#index .five .item .right .list .name .fz14 {
		font-size: 12px;
	}

	#index .five .item .right .list .brief {
		height: 60px;
		line-height: 20px;
		font-size: 12px;
		margin-top: 2%;
	}

	#index .five .item .left .pagination .name {
		font-size: 16px;
	}

	#index .five .item .left .pagination .hb {
		margin-top: 0;
	}

}



@media only screen and (max-width:1440px) {

	#header .logo {
		width: 140px;
	}

	#header .nav .list {
		margin-left: 50px;
	}

	#header .nav .list .two {
		line-height: 36px;
	}

	#header .nav .list .two .Zi2 {
		font-size: 12px;
	}

	#header .phone {
		background-size: 11%;
		font-size: 16px;
		padding-left: 1.6%;
	}

	#banner .db .swiper-slide .nts {
		top: 40%;
	}

	#banner .db .swiper-slide .nts .fz42 {
		font-size: 34px;
	}

	#banner .db .swiper-slide .nts .fz22 {
		font-size: 18px;
	}

	.inside .title {
		font-size: 24px;
	}

	#index .title .fz28 {
		font-size: 24px;
	}

	#index .title .fz22 {
		font-size: 20px;
		padding-bottom: 12px;
	}

	#index .title .fz22::before {
		width: 26px;
		height: 2px;
	}

	#index .one .item .list .nts .icon {
		width: 40px;
	}

	#index .one .item .list .nts .fz18 {
		font-size: 16px;
	}

	#index .two .img::after {
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}

	#index .two .nts {
		padding: 3% 3% 0;
	}

	#index .two .nts .title .fz22 {
		padding-top: 12px;
	}

	#index .two .nts .name {
		font-size: 14px;
	}

	#index .thr .list .nts .fz16 {
		font-size: 14px;
	}

	#index .four .item .list .fz16 {
		line-height: 20px;
		font-size: 14px;
		margin-top: 2%;
	}

	#index .four .item .list .fz16 span {
		font-size: 26px;
	}

	#index .five .item .left .pagination {
		padding: 14px;
	}

	#index .five .item .left .pagination .name {
		font-size: 14px;
	}

	#index .five .item .left .pagination .hb span {
		width: 6px;
		height: 6px;
	}

	#index .five .item .right .list {
		padding-bottom: 3%;
		margin-bottom: 4%;
	}



	#InsideCategory .cw1600 .list {
		font-size: 14px;
		padding: 14px 18px;
	}

	#products .one .fz28 {
		font-size: 24px;
	}

	#products .one .fz14 {
		line-height: 22px;
		font-size: 12px;
	}

	#products .one .item .list .nts .icon {
		width: 40px;
	}

	#products .one .item .list .nts .fz18 {
		font-size: 16px;
	}

	#products .two .nts .fz28 {
		font-size: 24px;
	}

	#products .two .nts .fz14 {
		line-height: 24px;
		font-size: 12px;
		margin-top: 10px;
	}

	#products .thr .item .list .fz16 {
		font-size: 14px;
		padding: 14px;
	}

	#case .one .item .list .fz18 {
		font-size: 16px;
		padding: 14px 0;
	}

	#detail .title {
		font-size: 20px;
	}

	#detail .desc {
		line-height: 20px;
		font-size: 12px;
	}

	#about .one .item .left {
		padding: 0;
	}

	#about .one .item .left .fz18 {
		font-size: 16px;
	}

	#about .one .item .left .fz14 {
		line-height: 28px;
		font-size: 12px;
		margin-top: 12px;
	}

	#about .one .item .right {
		padding-bottom: 6px;
		padding-right: 6px;
	}

	#about .one .item .right::before {
		width: 6px;
	}

	#about .one .item .right::after {
		height: 6px;
	}

	#about .two .item {
		margin-top: 3%;
	}

	#about .two .item .list .nts .icon {
		width: 64px;
	}

	#about .two .item .list .nts .fz18 {
		font-size: 14px;
		margin-top: 4px;
	}

	#about .two .item .list .fz16 {
		font-size: 14px;
		margin-top: 10px;
	}

	#article .brief {
		line-height: 26px;
		font-size: 14px;
	}

	#contact .one .list .img {
		width: 80px;
	}

	#contact .one .list .fz20 {
		font-size: 18px;
	}

	#contact .one .list .fz14 {
		line-height: 24px;
		font-size: 12px;
	}

	#info .one .list .fz16 {
		font-size: 14px;
	}

	#info .one .list .fz14 {
		height: 40px;
		line-height: 20px;
		font-size: 12px;
	}

	#info .one .list .fz12 {
		font-size: 10px;
	}

	#info .two .item .list .nts .right .fz30 {
		font-size: 26px;
	}

}



@media only screen and (max-width:1280px) {

	#header .nav .list {
		margin-left: 40px;
	}

	#header .nav .list .Zi1 {
		font-size: 14px;
	}

	.inside .title {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.inside .title::before {
		width: 24px;
		height: 2px;
	}

	#index .title .fz28 {
		font-size: 20px;
	}

	#index .title .fz22 {
		font-size: 18px;
		padding-bottom: 10px;
	}

	#index .title .fz22::before {
		width: 26px;
		height: 2px;
	}

	#index .two .nts {
		padding: 2% 3%;
	}

	#index .two .nts .title .fz22 {
		padding-top: 10px;
	}

	#index .two .nts .name {
		margin-top: 2%;
	}

	#index .two .nts .brief {
		margin: 3% 0;
	}

	#index .more {
		padding: 10px 34px;
	}

	#products .thr .item .list .fz16 {
		font-size: 12px;
		padding: 10px;
	}

	#about .two .item .list .nts {
		top: 26%;
	}

	#about .two .item .list .nts .icon {
		width: 50px;
	}

	#about .two .item .list .nts .fz18 {
		font-size: 12px;
	}

	#about .two .item .list .fz16 {
		font-size: 12px;
	}

	#article .img {
		width: 49%;
	}

	#article .brief {
		width: 48%;
	}

	#contact .one .list .fz20 {
		font-size: 16px;
	}

	#contact .one .list .fz14 {
		line-height: 20px;
	}

}



@media only screen and (max-width:1200px) {

	#recruitment .list .fz18 {
		font-size: 16px;
	}

	#recruitment .list .fz14 {
		font-size: 12px;
	}

	#recruitment .list .fz12 {
		font-size: 10px;
	}

	#recruitment .list .img {
		right: 5%;
	}

	#recruitment .list .nr .Zi2 {
		line-height: 20px;
	}

	#recruitment .list .nr .fz16 {
		width: auto;
		height: auto;
		line-height: normal;
		font-size: 14px;
		padding: 8px 18px;
	}

	#products .one .item .list .nts .icon {
		width: 36px;
	}

	#products .one .item .list .nts .fz18 {
		font-size: 14px;
		margin-top: 4px;
	}

}



@media only screen and (max-width:1120px) {

	#header .logo {
		margin-top: 7px;
	}

	#header .nav .list {
		margin-left: 30px;
	}

	#header .nav .list .Zi1 {
		padding: 12px 0;
	}

	#header .phone {
		font-size: 14px;
		margin-top: 14px;
	}

}



@media only screen and (max-width:1024px) {

	#banner .db .swiper-slide .nts .fz42 {
		font-size: 30px;
		margin: 6px 0 10px;
	}

	#banner .db .swiper-slide .nts .fz22 {
		font-size: 16px;
	}

	#index .one .item .list .nts .icon {
		width: 36px;
	}

	#index .one .item .list .nts .fz18 {
		font-size: 14px;
	}

	#index .one .item .navigation .prev {
		width: 32px;
		height: 32px;
	}

	#index .one .item .navigation .next {
		width: 32px;
		height: 32px;
	}

	#index .five .item .left {
		width: 50%;
	}

	#products .one .item .list .nts .icon {
		width: 32px;
	}

	#products .one .item .list .nts .fz18 {
		font-size: 12px;
	}

	#case .one .item .list .fz18 {
		font-size: 14px;
		padding: 10px 0;
	}

	#about .two .item .list {
		width: 15%;
		margin: 0 3.6%;
	}

	#about .two .item .list .nts .icon {
		width: 60px;
	}

	#about .two .item .list .nts .fz18 {
		font-size: 14px;
	}

	#about .two .item .list .fz16 {
		font-size: 14px;
	}

	#article .brief {
		line-height: 22px;
		font-size: 12px;
	}

}



@media only screen and (max-width:980px) {

	#header {
		padding: 6px 0;
	}

	#header .logo {
		width: 160px;
		margin: 0;
	}

	#header .phone {
		display: none;
	}

	#header .nav {
		display: none;
	}

	#header .target {
		display: block;
	}

	#index .two .img {
		display: none;
	}

	#index .two .nts {
		width: 94%;
		float: none;
		padding: 3% 0;
		margin: 0 auto;
	}

	#index .more.video {
		display: inline-block;
	}

	#index .thr .list .nts .fz16 {
		font-size: 12px;
		margin-top: 4px;
	}

	#index .four .item {
		padding: 2% 0;
	}

	#index .four .item .list .icon {
		width: 17%;
	}

	#index .five .item .left .pagination {
		padding: 10px;
	}

	#index .five .item .left .pagination .name {
		font-size: 12px;
	}

	#index .five .item .right .list .name .fz18 {
		font-size: 14px;
	}

	#index .five .item .right .list .name .fz14 {
		font-size: 10px;
	}

	#index .five .item .right .list .brief {
		height: 54px;
		line-height: 18px;
		font-size: 10px;
	}

	#products .five .desc .nts {
		width: 100%;
	}

	#products .five .desc .img {
		width: 100%;
		margin-top: 12px;
	}

	#detail .title {
		font-size: 18px;
	}

	#about .one .item .left {
		width: 100%;
	}

	#about .one .item .right {
		display: none;
	}

	#about .two .item .list .nts .icon {
		width: 40%;
	}

	#about .two .item .list .nts .fz18 {
		font-size: 12px;
	}

	#about .two .item .list .fz16 {
		font-size: 12px;
	}

	#info .two .item .list .nts .left .fz16 {
		font-size: 14px;
	}

	#info .two .item .list .nts .left .fz14 {
		font-size: 12px;
	}

	#info .two .item .list .nts .right {
		width: 20%;
	}

	.inside .one .text_box {
		padding-right: 0;
		padding-top: 0;
	}

	.inside .one .text_box,
	.inside .one .img_box {
		float: none;
		width: 100%;
	}

	.inside .one .text_box h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.inside .one .text_box h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.inside .one .text_box p {
		font-size: 14px;
		line-height: 1.8em;
	}

}



@media only screen and (max-width:860px) {

	#banner .db .swiper-slide .nts {
		top: 40%;
	}

	#banner .db .swiper-slide .nts .xian {
		width: 24px;
		height: 2px;
	}

	#banner .db .swiper-slide .nts .fz42 {
		font-size: 26px;
		margin: 4px 0 8px;
	}

	#banner .db .swiper-slide .nts .fz22 {
		font-size: 14px;
	}

}



@media only screen and (max-width:760px) {

	#phone_nav .list {
		font-size: 16px;
		padding: 12px 0;
	}

	#banner {
		display: none;
	}

	#phone-banner {
		display: block;
	}

	#index .more {
		padding: 8px 22px;
	}

	#index .thr .list {
		width: 20%;
		margin: 0 2%;
	}

	#index .four .item .list .fz16 {
		line-height: 16px;
		font-size: 12px;
		margin-top: 8px;
	}

	#index .four .item .list .fz16 span {
		font-size: 20px;
	}

	#index .five .item .left {
		display: none;
	}

	#index .five .item .right {
		width: 100%;
		margin: 0;
	}

	#index .five .item .right .list {
		padding-bottom: 2%;
		margin-bottom: 2%;
	}

	#index .five .item .right .list .brief {
		height: auto;
	}

	#InsideCategory {
		display: none;
	}

	#PhoneInsideCategory {
		display: block;
	}

	#products .one .fz28 {
		font-size: 20px;
	}

	#products .one .item .list {
		width: 100%;
	}

	#products .one .item .list .nts .icon {
		width: 40px;
	}

	#products .one .item .list .nts .fz18 {
		font-size: 16px;
	}

	#products .one .item .list.in {
		margin-right: 2%;
	}

	#products .one .item .list.to {
		margin-right: 0;
	}

	#products .two .img {
		height: 50vw;
	}

	#products .two .img img {
		width: auto;
		height: 100%;
	}

	#products .two .nts {
		width: 94%;
		top: 40%;
	}

	#products .thr .item .list {
		width: 49%;
	}

	#products .thr .item .list.in {
		margin-right: 2%;
	}

	#products .thr .item .list.to {
		margin-right: 0;
	}

	#case .one .item .list {
		width: 49%;
	}

	#case .one .item .list .img {
		height: auto;
	}

	#case .one .item .list.in {
		margin-right: 2%;
	}

	#case .one .item .list.to {
		margin-right: 0;
	}

	#about .two .item .list {
		width: 18%;
		margin: 0 2%;
	}

	#article .brief {
		line-height: 18px;
		font-size: 10px;
		padding: 1% 0;
	}

	#feedback .list img {
		height: 44px;
	}

	#feedback .input {
		height: 46px;
		font-size: 12px;
		padding: 0 10px;
	}

	#feedback .text {
		height: 120px;
		font-size: 12px;
		padding: 10px;
	}

	#feedback .sub {
		height: 46px;
		font-size: 14px;
	}

	#contact .two {
		height: 300px;
	}

	#info .one {
		display: none;
	}

	#info .two {
		display: none;
	}

	#info .two.phone {
		display: block;
	}

}



@media only screen and (max-width:720px) {

	#recruitment .list {
		width: 100%;
		padding: 3%;
		margin-top: 0;
		margin-bottom: 2%;
	}

	#recruitment .list .fz18 {
		font-size: 18px;
	}

	#recruitment .list .fz16 {
		font-size: 16px;
	}

	#recruitment .list .fz14 {
		font-size: 14px;
	}

	#recruitment .list .fz12 {
		font-size: 12px;
	}

	#recruitment .list .nr {
		padding: 2% 3%;
	}

	#recruitment .list .nr .Zi2 {
		line-height: 24px;
	}

}



@media only screen and (max-width:640px) {

	#header .logo {
		width: 140px;
	}

	#header .target {
		width: 34px;
	}

	#phone-banner .db .swiper-slide .nts .xian {
		width: 30px;
		height: 2px;
	}

	#phone-banner .db .swiper-slide .nts .fz30 {
		font-size: 24px;
		margin: 10px 0 6px;
	}

	#phone-banner .db .swiper-slide .nts .fz20 {
		font-size: 16px;
	}

	.inside .title {
		font-size: 18px;
		padding-bottom: 8px;
	}

	#index .title .fz28 {
		font-size: 18px;
	}

	#index .title .fz22 {
		font-size: 16px;
		padding-bottom: 6px;
		margin-top: 3px;
	}

	#index .title .fz22::before {
		width: 26px;
		height: 2px;
	}

	#index .one .item .list {
		width: 49%;
	}

	#index .one .item .navigation .prev {
		width: 28px;
		height: 28px;
	}

	#index .one .item .navigation .next {
		width: 28px;
		height: 28px;
	}

	#index .four {
		height: 80vw;
	}

	#index .four .item .list {
		width: 50%;
		margin: 2% 0;
	}

	#index .four .item .list .icon {
		width: 13%;
	}


	#PhoneInsideCategory {
		font-size: 18px;
	}

	#products .two .nts .fz28 {
		font-size: 20px;
	}

	#products .two .nts .fz14 {
		line-height: 18px;
		font-size: 10px;
		margin-top: 6px;
	}

	#about .two .item .list .nts {
		top: 22%;
	}

	#about .two .item .list .nts .fz18 {
		font-size: 10px;
		margin-top: 3%;
	}

	#about .two .item .list .fz16 {
		font-size: 10px;
	}

	#article .img {
		width: 100%;
	}

	#article .brief {
		width: 100%;
		line-height: 26px;
		font-size: 12px;
		padding: 0;
		margin-top: 3%;
	}

	#contact .one .list .img {
		width: 70px;
	}

	#contact .one .list .fz20 {
		font-size: 14px;
	}

	#contact .one .list .fz14 {
		line-height: 16px;
		font-size: 10px;
	}

	#info .two .item .list .nts .left .fz16 {
		font-size: 12px;
	}

	#info .two .item .list .nts .left .fz14 {
		height: 32px;
		line-height: 16px;
		font-size: 10px;
	}

	#info .two .item .list .nts .right .fz30 {
		font-size: 20px;
	}

	#info .two .item .list .nts .right .fz12 {
		font-size: 10px;
	}

}



@media only screen and (max-width:540px) {

	#PhoneInsideCategory {
		font-size: 16px;
	}

	#products .one .fz28 {
		font-size: 18px;
	}

	#products .one .item .list .nts .icon {
		width: 36px;
	}

	#products .one .item .list .nts .fz18 {
		font-size: 12px;
	}

	#case .one .item .list .fz18 {
		font-size: 12px;
	}

}



@media only screen and (max-width:460px) {

	#header .logo {
		width: 120px;
	}

	#header .target {
		width: 28px;
		margin-left: auto;
	}

	#phone_nav .list {
		font-size: 14px;
		padding: 10px 0;
	}

	#phone-banner .hb {
		bottom: 4% !important;
	}

	.inside .title {
		font-size: 16px;
	}

	.inside .title::before {
		width: 20px;
	}

	#index .title .fz28 {
		font-size: 16px;
	}

	#index .title .fz22 {
		font-size: 14px;
		padding-bottom: 6px;
		margin-top: 3px;
		width: 100%;
	}

	#index .title .fz22::before {
		width: 24px;
		height: 2px;
	}

	#index .one .item .list .nts .icon {
		width: 32px;
	}

	#index .one .item .list .nts .fz18 {
		font-size: 12px;
	}

	#index .two .nts .brief {
		font-size: 10px;
	}

	#index .more {
		font-size: 10px;
	}

	#index .thr .list .nts .fz16 {
		font-size: 10px;
	}

	#index .four .item .list .fz16 span {
		font-size: 16px;
	}

	#PhoneInsideCategory {
		font-size: 14px;
	}

	#products .one .fz28 {
		font-size: 16px;
	}

	#products .one .item .list .nts .icon {
		width: 30px;
	}

	#products .two .nts .fz28 {
		font-size: 16px;
	}

	#products .two .nts .fz14 {
		line-height: 14px;
		font-size: 10px;
		margin-top: 6px;
		display: none;
	}

	#products .thr .item .list .fz16 {
		font-size: 10px;
		padding: 8px;
	}

	#products .five .desc .nts span {
		font-size: 10px !important;
	}

	#case .one .item .list .fz18 {
		font-size: 12px;
		padding: 10px 0;
	}

	#detail .title {
		font-size: 16px;
	}

	#about .one .item .left .fz18 {
		font-size: 14px;
	}

	#about .one .item .left .fz14 {
		line-height: 20px;
		font-size: 10px;
		margin-top: 8px;
	}

	#about .two .item .list {
		width: 20%;
		margin: 0 1.5%;
	}

	#feedback .list img {
		height: 38px;
	}

	#feedback .input {
		width: 100%;
		height: 40px;
		font-size: 10px;
		padding: 0 8px;
		margin-bottom: 2%;
	}

	#feedback .input.in {
		margin-bottom: 0;
	}

	#feedback .text {
		height: 80px;
		font-size: 10px;
		padding: 8px;
	}

	#feedback .sub {
		width: 100%;
		height: 40px;
		font-size: 12px;
	}

	#contact .one .list {
		width: 49%;
		float: left;
		margin: 0 2% 4% 0;
	}

	#contact .one .list .img {
		width: 60px;
	}

	#contact .one .list .fz20 {
		margin: 3% 0;
	}

	#contact .one .list.in {
		margin-right: 0;
	}

	#info .two .item .list .nts .left .fz16 {
		font-size: 10px;
	}

	#info .two .item .list .nts .left .fz14 {
		height: 28px;
		line-height: 14px;
		font-size: 8px;
	}

	#info .two .item .list .nts .right .fz30 {
		font-size: 16px;
	}

	#info .two .item .list .nts .right .fz12 {
		font-size: 8px;
	}


}



@media only screen and (max-width:380px) {

	#phone-banner .db .swiper-slide .nts .xian {
		width: 26px;
	}

	#phone-banner .db .swiper-slide .nts .fz30 {
		font-size: 20px;
	}

	#phone-banner .db .swiper-slide .nts .fz20 {
		font-size: 14px;
	}

	#index .thr .list .nts .fz16 {
		margin-top: 0;
		line-height: 14px;
	}

	#products .one .item .list .nts .icon {
		width: 26px;
	}

	#about .two .item .list .nts {
		top: 18%;
	}

	#about .two .item .list .nts .fz18 {
		font-size: 8px;
	}

	#about .two .item .list .fz16 {
		margin-top: 4px;
	}

	#contact .one .list .img {
		width: 50px;
	}

	#info .two .item .list .nts .right .fz30 {
		font-size: 14px;
	}

}



@media only screen and (max-width:360px) {

	.inside .title {
		font-size: 14px;
	}

	#index .title .fz28 {
		font-size: 14px;
	}

	#index .title .fz22 {
		font-size: 12px;
		padding-bottom: 6px;
		margin-top: 3px;
	}

	#index .title .fz22::before {
		width: 24px;
		height: 2px;
	}

	#index .one .item .navigation .prev {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}

	#index .one .item .navigation .next {
		width: 24px;
		height: 24px;
	}

	#index .more {
		padding: 6px 16px;
	}

	#index .thr .list {
		margin: 0 1.5%;
	}

	#case .one .item .list .fz18 {
		padding: 8px 0;
	}

}



@media only screen and (max-width:320px) {

	#phone-banner .db .swiper-slide .nts .xian {
		width: 24px;
	}

	#phone-banner .db .swiper-slide .nts .fz30 {
		font-size: 18px;
	}

	#phone-banner .db .swiper-slide .nts .fz20 {
		font-size: 12px;
	}

}

#turn_page font {
	width: 50px;
	border: 1px solid #ebebeb;
}


.greybg {
	background-color: #f5f5f5;
	max-width: 100vw;
}

/* 新闻 */
.componynews {
	margin-bottom: 60px;
}

.componynews .banner {
	height: 450px;
}
.componynews img{
	width: 100%;
}

.componItem {
	width: 1350px;
	height: 196px;
	background: #FFFFFF;
	display: flex;
	padding: 20px;
	padding-right: 30px;
	margin-bottom: 20px;
}

.componimg {
	width: 260px;
	height: 196px;
	display: block;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 30px;
}

.componimg img {
	width: 260px;
	height: 196px;
	transition: all 0.5s;
}

.componimg:hover img {
	transform: scale(1.1);
}

.componimgTitle {
	height: 25px;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	display: block;
	margin-bottom: 26px;
	margin-top: 20px;
}

.componDesc {
	display: block;
	width: 1060px;
	font-size: 14px;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 24px;
	margin-bottom: 37px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.componBottom {
	display: flex;
	align-items: center;
}

.componBottom div:nth-of-type(1) {
	margin-right: 60px;
}

.componBottom div {
	height: 14px;
	font-size: 14px;
	font-weight: 400;
	color: #828A92;
	line-height: 14px;
}

.paginate {
	text-align: center;
	padding-bottom: 20px
}

.paginate span {
	display: inline-block;
}

.paginate>span>font>a {
	position: relative;
	float: left;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	color: #333333;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	transition: all .2s;
	border-radius: 6px
}

.paginate>span>font>a:hover,
.paginate>span>font>a:focus,
.paginate>span>font>span:hover,
.paginate>span>font>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #01A0E8;
	border-color: #01A0E8
}

.paginate>span>.page_item_current,
.paginate>span>.page_item_current:hover,
.paginate>span>.page_item_current:focus {
	z-index: 3;
	color: #fff !important;
	background-color: #01A0E8;
	border: 1px solid #01A0E8;
	cursor: default;
	position: relative;
	float: left;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	color: #333333;
	margin-left: -1px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	transition: all .2s;
	border-radius: 6px
}

.roadSign {
	padding-top: 30px;
	padding-bottom: 30px
}

.xqnews {
	margin-bottom: 0;
}

.calendar {
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 50px;
	margin-bottom: 20px
}

.caTimeAll {
	padding-right: 40px;
	border-right: 1px solid #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: center
}

.caDay {
	height: 38px;
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #808080;
	line-height: 38px;
	margin-bottom: 10px
}

.caTime {
	height: 13px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #808080;
	line-height: 13px
}

.caTitle {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 17px;
	text-align: center;
	padding: 0 20px
}

.caproTime {
	text-align: center
}

.caproTime>div {
	display: inline-block;
	height: 12px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #808080;
	line-height: 12px;
	text-align: center
}

.caproTime>div:first-child {
	margin-right: 39px
}

.caTitleAll {
	display: flex;
	align-items: center;
	justify-content: center
}

.pageView {
	width: 90px;
	border: 1px solid #0071EE;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.pageView .catext {
	height: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #808080;
	line-height: 14px;
	margin-bottom: 10px;
	text-align: center
}

.pageView .canum {
	height: 20px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0071EE;
	line-height: 20px;
	text-align: center
}

.mainBody {
	padding: 40px 50px 30px 50px;
	background: #FFFFFF;
	overflow: hidden
}

.xqnewsbody {
	padding-bottom: 60px;
}

.mainText {
	padding-bottom: 38px;
	border-bottom: 1px solid #E6E6E6
}

.mainText p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 34px
}

.mainText img {
	margin: 18px auto;
	display: block
}

.brothers {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E6E6E6;
	padding-top: 20px;
	padding-bottom: 17px
}

.brothers>div {
	height: 15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #808080;
	line-height: 15px
}

.brothers>div>a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 15px
}

.brothers>div>a:hover {
	color: #0071EE
}

.essFoot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E6
}

.essLeft {
	display: flex;
	align-items: center
}

.essLeft>div {
	height: 18px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	margin-right: 10px
}

.essLeft ul {
	display: flex;
	align-items: center
}

.essLeft ul li {
	min-width: 80px;
	height: 38px;
	background: #F5F5F5;
	border-radius: 6px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	padding: 0 10px
}

.essLeft ul li:hover {
	color: #0071EE
}

.essLeft a {
	display: block
}

.share {
	width: 140px
}

.retureList {
	float: right;
	width: 140px;
	height: 40px;
	border: 1px solid #0071EE;
	border-radius: 6px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0071EE;
	line-height: 40px;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	display: block
}

.retureList:hover {
	background-color: #0071EE;
	color: #fff
}
.link{
    display: flex;
   padding: 40px 0 41px 0;
}
.link>div{
     color: #CCCCCC;
       height: 30px;
    line-height: 30px;
}
.link li{
    height: 30px;
    line-height: 30px;
}
.link li a{
  
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 30px;
    margin-right: 10px;
    cursor: pointer;
    white-space: nowrap;
}
.link li a:hover{
    color: #01a0e8 !important;
}






























/* 25.7.16新增 */

.paginate {
    text-align: center;
    padding-bottom: 20px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 6px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    transition: all .2s;
    border-radius: 6px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0B82FF;
    border-color: #0B82FF
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0B82FF;
    border-color: #0B82FF;
    cursor: default
}














