﻿@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

html,
body {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	overflow-x: hidden;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

input,
textarea,
select {
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	border-style: none;
	vertical-align: middle;
}

.zoom-img {
	overflow: hidden;
}

.zoom-img .img {
	overflow: hidden;
}

.zoom-img img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.zoom-img:hover img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clear {
	zoom: 1;
}

.nav-page {
	font-size: 0;
	text-align: center;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}

.btn-link:focus,
.btn-link:hover {
	text-decoration: none;
}

/* header&home&footer */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 104px;
	background-color: #ffffffa6;
	transition: all 0.5s ease-in;
	z-index: 11;
	display: flex;
	align-items: center;
}

.header .w1670 {
	width: 86.97%;
	margin: 0 auto;
}

.header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .rHeadBox {
	display: flex;
	align-items: center;
	height: 104px;
	transition: all 0.5s ease-in;
}

.header .nav {
	position: relative;
	display: flex;
	align-items: center;
}

.header .nav.mNav {
	display: none;
}

.header .nav::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	background-color: #9e9e9e;
	margin-top: -7px;
}

.header .item {
	position: relative;
	margin: 0 20px;
}

.header .item>a {
	font-size: 18px;
	color: #666666;
	line-height: 104px;
	padding: 0 20px;
}

.header .item.active>a {
	color: #405aa8;
	font-weight: 500;
}

.header .dropDown {
	position: absolute;
	display: none;
	z-index: 10;
}

.header .item .dropDown {
	display: none;
	min-width: 100%;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: rgba(0, 0, 0, 0.5);
	// transition: all 0.5s ease-in;
}

.header .item .dropDown>a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
}

.header .item .dropDown>a:last-child {
	margin-right: 0;
}

.header .item .dropDown>a:hover {
	text-decoration: underline;
}

.header .rBox {
	display: flex;
	align-items: center;
	margin-left: 12px;
}

.header .item2 {
	position: relative;
	margin: 0 14px;
}

.header .item2 .icon {
	line-height: 104px;
}

.header .icon {
	cursor: pointer;
}

.header .language .icon {
	display: flex;
	align-items: center;
}

.header .language .icon img {
	margin-right: 8px;
}

.header.headBack {
	height: 80px;
	background-color:rgba(255,255,255,0.9)
	
	
}

.header.headBack .rHeadBox {
	height: 80px;
}

.header.headBack .item>a {
	line-height: 80px;
}

.header .btnMenu {
	width: 40px;
	height: 30px;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	display: none;
}

.header .btnMenu>span {
	width: 40px;
	height: 2px;
	background-color: #000;
	margin: 4px 0;
	transition: all 0.3s;
	-webkit-transform: skew(40deg);
	-moz-transform: skew(40deg);
	-o-transform: skew(40deg);
	-ms-transform: skew(40deg);
	transform: skew(40deg);
}

.header .btnMenu.on>span {
	width: 20px;
}

.header .btnMenu.on>span:first-child {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.header .btnMenu.on>span:nth-child(2) {
	display: none;
}

.header .btnMenu.on>span:last-child {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-top: -6px;
}

.header .search .dropDown {
	top: 120%;
	right: 0;
}

.header .search .form {
	background-color: #fff;
	padding: 5px 15px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.header .inputBox {
	display: flex;
	align-items: center;
}

.header .inputText {
	width: 250px;
	height: 40px;
}

.header .btnSubmit {
	background: none;
	cursor: pointer;
}

.header .language .dropDown {
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 12px -5px rgba(0, 0, 0, 0.1);
	min-width: 100px;
	text-align: center;
}

.header .language .dropDown a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 36px;
	padding: 0 5px;
	transition: all 0.5s ease-in;
}

.header .language .dropDown a:hover {
	background-color: #eee;
}

.header.headBack .item2 .icon {
	line-height: 80px;
}

.footer {
	background-color: #001526;
	margin-top:1px;
}

.footer .nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 63px 0 43px;
}

.footer .nav.mNav {
	display: none;
}

.footer .item {
	max-width: 20%;
}

.footer .nav .h1 {
	font-size: 22px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 24px;
}

.footer .nav a {
	display: block;
	font-size: 14px;
	color: #686868;
	line-height: 30px;
	transition: all 0.5s ease;
}

.footer .nav a:hover {
	color: #fff;
}

.footer .infoBox {
	padding: 34px 0 20px;
	border-top: 1px solid #06233a;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footer .infoBox .h1 {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	line-height: 1;
	margin-bottom: 24px;
}

.footer .phone {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 15px;
}

.footer .time {
	font-size: 16px;
	color: #777777;
}

.footer .address {
	font-size: 16px;
	color: #777777;
	line-height: 30px;
}

.footer .d1 {
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	text-align: center;
	margin-top: 5px;
}

.footer .botBox {
	padding: 24px 0 15px;
	background-color: #001221;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .webInfo {
	padding-left:10px;
	display: flex;
	flex-wrap: wrap;
	padding-right:10px;
}

.footer .copyright {
	font-size: 14px;
	color: #cbcbcb;
	line-height: 30px;
	margin-right: 30px;
}

.footer .copyright a {
	color: #cbcbcb;
}

.footer .support {
	font-size: 14px;
	color: #1d3345;
	line-height: 30px;
}

.footer .support a {
	color: #1d3345;
}

.footer .shareBox {
	display: flex;
	align-items: center;
}

.footer .shareBox a {
	position: relative;
	font-size: 0;
	margin-left: 20px;
}

.footer .shareBox a:first-child {
	margin-left: 0;
}

.footer .shareBox .icon-2 {
	display: none;
}

.footer .shareBox a:hover .icon-2 {
	display: flex;
}

.footer .shareBox a:hover .icon-1 {
	display: none;
}

.footer .shareBox .dropDown {
	width: 130px;
	height: 130px;
	position: absolute;
	top: -140px;
	left: -65px;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: none;
}

.footer .shareBox a:hover .dropDown {
	display: block;
}

.main {
	padding-top: 104px;
}

.homeMain {
	padding-top: 0;
}

.bannerSwiper .suspen {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 41.6666%;
	width: 100%;
	
	text-align: center;
}

.bannerSwiper .h1 {
	font-size: 40px;
	color: #ffffff;
	line-height: 1.5;

}

.bannerSwiper .h2 {
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
	/* margin-bottom: 40px; */
}

.bannerSwiper .btnMore {
	display: inline-block;
	width: 175px;
	height: 55px;
	font-size: 16px;
	color: #ffffff;
	line-height: 55px;
	text-align: center;
	background-color: #009d33;
	border-radius: 27px;
	padding-right: 30px;
	background-image: url(../images/icon3.png);
	background-repeat: no-repeat;
	background-position: 80% center;
}

.bannerSwiper .swiper-pagination {
	bottom: 9.3%;
}

.bannerSwiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: none;
	margin: 0 5px !important;
	border: 2px solid #fff;
	border-radius: 50%;
	opacity: 1;
}

.bannerSwiper .swiper-pagination-bullet-active {
	background-color: #fff;
}






.bannerSwiper2 .suspen {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 41.6666%;
	width: 100%;
	
	text-align: center;
}

.bannerSwiper2 .h1 {
	font-size: 40px;
	color: #ffffff;
	line-height: 1.5;

}

.bannerSwiper2 .h2 {
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
	/* margin-bottom: 40px; */
}

.bannerSwiper2 .btnMore {
	display: inline-block;
	width: 175px;
	height: 55px;
	font-size: 16px;
	color: #ffffff;
	line-height: 55px;
	text-align: center;
	background-color: #009d33;
	border-radius: 27px;
	padding-right: 30px;
	background-image: url(../images/icon3.png);
	background-repeat: no-repeat;
	background-position: 80% center;
}

.bannerSwiper2 .swiper-pagination {
	bottom: 9.3%;
}

.bannerSwiper2 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: none;
	margin: 0 5px !important;
	border: 2px solid #fff;
	border-radius: 50%;
	opacity: 1;
}

.bannerSwiper2 .swiper-pagination-bullet-active {
	background-color: #fff;
}




.mImg {
	display: none;
}

.w15 {
	width: 78.12%;
	margin: 0 auto;
}

.homeBox-1 {
	padding: 0px 0 90px;
	background-position: center center;
	background-size: cover;
}

.homeBox-1 .title {
	text-align: center;
	margin-bottom: 30px;
}

.homeBox-1 .h1 {
	font-size: 50px;
	color: #2a6590;
	line-height: 60px;
}

.homeBox-1 .h2 {
	font-size: 24px;
	color: #000000;
	line-height: 60px;
}

.homeBox-1 .text {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	color: #888888;
	line-height: 32px;
	text-align: left;
	margin-bottom: 35px;
}

.homeBox-1 .listBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.homeBox-1 .item {
	width: 25%;
	text-align: center;
	padding: 0 3%;
}

.homeBox-1 .img {
	margin-bottom: 20px;
}

.homeBox-1 .name {
	height: 48px;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 23px;
	transition: all 0.5s ease-in;
}

.homeBox-1 .item:hover .name {
	color: #2a6590;
}

.homeBox-1 .h3 {
	font-size: 16px;
	color: #888888;
	line-height: 24px;
}

.homeBox-2 {
	padding: 65px 0 108px;
	background-position: center center;
	background-size: cover;
}

.homeBox-2 .title {
	position: relative;
	margin-bottom: 60px;
	border-bottom: 1px solid #dbdbdb;
}

.homeBox-2 .title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 95px;
	height: 3px;
	background-color: #2a6590;
}

.homeBox-2 .title .h1 {
	font-size: 40px;
	color: #2a6590;
	line-height: 60px;
	padding-bottom: 20px;
}

.homeBox-2 .suspen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.homeBox-2 .suspen .name {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	padding: 0 10px;
}

.homeBox-2 .topBox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.homeBox-2 .lBox {
	width: 41.33%;
	margin-right: 4.01%;
}

.homeBox-2 .rBox {
	width: 54.66%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.homeBox-2 .botBox {
	width: 100%;
}

.lTeamSwiper,
.rTeamSwiper {
	width: 100%;
}

.homeBox-2 .listBox .item {
	display: none;
}

.homeBox-2 .listBox .item.active {
	display: block;
}

.homeBox-2 .listBox .h1 {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	color: #1a1b1b;
	line-height: 36px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.homeBox-2 .h1 .name {
	font-size: 24px;
	color: #2a6590;
	margin-right: 23px;
}

.homeBox-2 .h2 {
	max-width: 80%;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
	text-align: justify;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.homeBox-2 .btnMore {
	display: inline-block;
	font-size: 16px;
	color: #405aa8;
	line-height: 36px;
	padding-right: 40px;
	background-image: url(../images/icon4.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.homeBox-2 .controlBox {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 90px;
}

.homeBox-2 .swiper-button-next,
.homeBox-2 .swiper-button-prev,
.homeBox-2 .swiper-pagination,
.homeBox-2 .swiper-pagination-number {
	position: static;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	width: auto;
}

.homeBox-2 .swiper-button-next,
.homeBox-2 .swiper-button-prev {
	width: 11px;
	height: 19px;
	margin-top: 0;
}

.homeBox-2 .swiper-button-prev {
	background-image: url(../images/icon5.png);
}

.homeBox-2 .swiper-button-next {
	background-image: url(../images/icon6.png);
	margin-left: 24px;
}

.homeBox-2 .swiper-button-next:after,
.homeBox-2 .swiper-button-prev:after {
	display: none;
}

.homeBox-2 .btnLeftPrev,
.homeBox-2 .btnLeftNext {
	display: none;
}

.homeBox-2 .swiper-pagination {
	width: 70%;
	height: 2px;
	background: #e1e1e1;
	margin: 0 1.65% 0 3.45%;
}

.homeBox-2 .swiper-pagination-progressbar-fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.homeBox-2 .swiper-pagination-number {
	font-size: 24px;
	color: #c3bebe;
	line-height: 36px;
	font-weight: bold;
}

.homeBox-2 .swiper-pagination-current {
	color: #2a6590;
}

.homeBox-3 {
	padding: 145px 0 185px;
	background-position: center center;
	background-size: cover;
}

.homeBox-3 .box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.homeBox-3 .img {
	width: 27.7333%;
}

.homeBox-3 .textBox {
	width: 57.3333%;
	margin-left: 8.5%;
}

.homeBox-3 .h1 {
	font-size: 50px;
	color: #ffffff;
	line-height: 60px;
	margin-bottom: 55px;
}

.homeBox-3 .h2 {
	font-size: 17px;
	color: #9f9f9f;
	line-height: 36px;
	margin-bottom: 95px;
}

.homeBox-3 .listBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.homeBox-3 .item {
	position: relative;
	width: 46%;
	padding: 35px 30px 35px 20px;
	display: flex;
	align-items: center;
}

.homeBox-3 .item::after {
	position: absolute;
	top: 20%;
	right: -9%;
	content: "";
	width: 1px;
	height: 60%;
	background-color: #154c73;
}

.homeBox-3 .item:nth-child(2n) {
	padding: 35px 0 35px 55px;
}

.homeBox-3 .item:nth-child(2n)::after {
	display: none;
}

.homeBox-3 .item:nth-child(n + 3) {
	border-top: 1px solid #174466;
}

.homeBox-3 .icon {
	padding: 9px;
	border: 1px dashed #626a6f;
	border-radius: 50%;
}

.homeBox-3 .h3 {
	width: calc(100% - 80px);
	padding-left: 15px;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
}

.homeBox-4 .title {
	padding: 90px 0 120px;
	text-align: center;
}

.homeBox-4 .title .wrap {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.homeBox-4 .title .h1 {
	font-size: 40px;
	color: #2a6590;
	line-height: 60px;
	margin-bottom: 38px;
}

.homeBox-4 .title .h2 {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}

.homeBox-4 .listBox {
	display: flex;
	align-items: center;
}

.homeBox-4 .item {
	position: relative;
	width: 20%;
	overflow: hidden;
}

.homeBox-4 .suspen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.homeBox-4 .back {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 85px;
	display: flex;
	flex-direction: column;
	background-position: center center;
	background-position: center center;
	background-size: cover;
	transition: all 0.5s ease-in;
}

.homeBox-4 .back>div {
	transition: all 0.5s ease-in;
}

.homeBox-4 .suspen .h1 {
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 17px;
}

.homeBox-4 .suspen .h2 {
	font-size: 18px;
	color: #dedede;
	line-height: 30px;
	margin-bottom: 28px;
	font-family: Arial, Helvetica, sans-serif;
}

.homeBox-4 .line {
	width: 58px;
	height: 5px;
	background-color: #fff;
	margin-bottom: 40px;
	opacity: 0;
	transition: all 0.5s ease-in;
}

.homeBox-4 .suspen .h3 {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 90px;
	opacity: 0;
}

.homeBox-4 .more {
	width: 105px;
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	padding-right: 40px;
	background-image: url(../images/icon3.png);
	background-repeat: no-repeat;
	background-position: right center;
	opacity: 0;
	transition: all 0.5s ease-in;
}

.homeBox-4 .icon {
	position: absolute;
	top: 5%;
	right: 5%;
	opacity: 0;
	transition: all 0.5s ease-in;
}

.homeBox-4 .item:hover .back {
	top: 0;
	background-image: url(../images/img17.jpg);
	justify-content: center;
}

.homeBox-4 .item:hover .h1 {
	color: #83c6ff;
}

.homeBox-4 .item:hover .h1 {
	color: #bbbbbb;
}

.homeBox-4 .item:hover .line {
	opacity: 1;
}

.homeBox-4 .item:hover .h3 {
	opacity: 1;
}

.homeBox-4 .item:hover .more {
	opacity: 1;
}

.homeBox-4 .item:hover .icon {
	opacity: 1;
}

.homeBox-4 .swiper-pagination {
	opacity: 0;
}

.homeBox-5 {
	padding: 60px 0 115px;
}

.homeBox-5 .title {
	position: relative;
	margin-bottom: 70px;
	border-bottom: 1px solid #dbdbdb;
}

.homeBox-5 .title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 95px;
	height: 3px;
	background-color: #2a6590;
}

.homeBox-5 .title .h1 {
	font-size: 40px;
	color: #2a6590;
	line-height: 60px;
	padding-bottom: 20px;
}

.homeBox-5 .item {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.homeBox-5 .item:last-child {
	margin-bottom: 0;
}

.homeBox-5 .img {
	width: 335px;
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.homeBox-5 .textBox {
	width: calc(100% - 390px);
	padding-bottom: 34px;
	border-bottom: 1px solid #dbdbdb;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.homeBox-5 .textBox .h1 {
	width: 100%;
	font-size: 18px;
	color: #858585;
	line-height: 36px;
}

.homeBox-5 .name {
	color: #000000;
}

.homeBox-5 .tips {
	display: inline-flex;
	font-size: 18px;
	color: #2a6590;
	line-height: 39px;
	padding-left: 53px;
	background-image: url(../images/icon12.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* 媒体查询 */
/* header&home&footer */
@media only screen and (max-width: 1680px) {
	.header .item {
		margin: 0 10px;
	}

	.header .item2 {
		margin: 0 10px;
	}

	.header .item .dropDown>a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1600px) {
	.header .logo {
		width: 300px;
	}

	.header .item>a {
		font-size: 16px;
		padding: 0 10px;
	}

	.footer .nav .h1 {
		font-size: 18px;
	}

	.footer .nav a {
		font-size: 12px;
	}

	.footer .phone {
		font-size: 20px;
	}

	.footer .time {
		font-size: 14px;
	}

	.footer .address {
		font-size: 14px;
	}

	.footer .d1 {
		font-size: 14px;
	}

	.footer .copyright {
		font-size: 12px;
	}

	.footer .support {
		font-size: 12px;
	}

	.bannerSwiper .h1 {
		font-size: 30px;
	}

	.bannerSwiper .h2 {
		font-size: 14px;
		line-height: 30px;
	}

	.homeBox-1 {
		padding: 70px 0 100px;
	}

	.homeBox-1 .title {
		margin-bottom: 20px;
	}

	.homeBox-1 .h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.homeBox-1 .h2 {
		font-size: 18px;
		line-height: 40px;
	}

	.homeBox-1 .text {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 40px;
	}

	.homeBox-1 .name {
		font-size: 14px;
		line-height: 20px;
		height: auto;
		margin-bottom: 10px;
	}

	.homeBox-1 .h3 {
		font-size: 14px;
	}

	.homeBox-2 .title .h1 {
		font-size: 30px;
		line-height: 50px;
	}

	.homeBox-2 .listBox .h1 {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.homeBox-2 .h1 .name {
		font-size: 20px;
		margin-right: 15px;
	}

	.homeBox-2 .h2 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.homeBox-2 .controlBox {
		margin-top: 70px;
	}

	.homeBox-2 .swiper-pagination-number {
		font-size: 18px;
	}

	.homeBox-3 {
		padding: 100px 0 140px;
	}

	.homeBox-3 .h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.homeBox-3 .h2 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 50px;
	}

	.homeBox-3 .item {
		padding: 20px;
	}

	.homeBox-3 .item:nth-child(2n) {
		padding: 20px 0 20px 20px;
	}

	.homeBox-3 .icon {
		width: 60px;
	}

	.homeBox-3 .h3 {
		width: calc(100% - 60px);
		font-size: 16px;
	}

	.homeBox-4 .title {
		padding: 70px 0 100px;
	}

	.homeBox-4 .title .h1 {
		font-size: 30px;
		line-height: 50px;
		margin-bottom: 30px;
	}

	.homeBox-4 .title .h2 {
		font-size: 14px;
		line-height: 24px;
	}

	.homeBox-4 .back {
		padding: 0 40px;
	}

	.homeBox-4 .suspen .h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.homeBox-4 .suspen .h2 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.homeBox-4 .line {
		width: 45px;
		height: 3px;
		margin-bottom: 20px;
	}

	.homeBox-4 .suspen .h3 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 50px;
	}

	.homeBox-4 .icon {
		width: 45px;
	}

	.homeBox-5 .title {
		margin-bottom: 50px;
	}

	.homeBox-5 .title .h1 {
		font-size: 30px;
		line-height: 50px;
	}

	.homeBox-5 .img {
		width: 300px;
	}

	.homeBox-5 .textBox {
		width: calc(100% - 350px);
	}

	.homeBox-5 .textBox .h1 {
		font-size: 16px;
		line-height: 30px;
	}

	.homeBox-5 .tips {
		font-size: 16px;
		line-height: 30px;
		padding-left: 40px;
		background-size: auto 30px;
	}
}

@media only screen and (max-width: 1280px) {
	.header .w1670 {
		width: 90%;
	}

	.w15 {
		width: 90%;
	}

	.bannerSwiper .suspen {
		max-width: 90%;
	}

	.homeBox-4 .title .wrap {
		max-width: 90%;
	}
}

@media only screen and (max-width: 1199px) {
	.header {
		height: 70px;
		background-color: #fff;
	}

	.header .rHeadBox {
		height: auto;
	}

	.header.headBack {
		height: 70px;
	}

	.header .nav {
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		height: calc(100vh - 70px);
		background-color: #fff;
		border-top: 1px solid #eee;
		overflow-y: auto;
		flex-direction: column;
		display: none;
	}

	.header .nav::-webkit-scrollbar {
		display: none;
	}

	.header .item {
		width: 90%;
		margin: 0 auto;
	}

	.header .item>a {
		position: relative;
		display: block;
		padding: 0;
		line-height: 70px;
		border-bottom: 1px solid #eee;
	}

	.header .item>a::after {
		position: absolute;
		top: 50%;
		right: 0;
		content: "";
		width: 11px;
		height: 19px;
		margin-top: -10px;
		background-image: url(../images/icon6.png);
		background-position: center center;
		background-size: cover;
		transition: all 0.3s ease-in;
	}

	.header .item>a.link::after {
		display: none;
	}

	.header .rBox {
		display: none;
	}

	.header .btnMenu {
		display: flex;
	}

	.header .item .dropDown {
		position: relative;
		top: 0;
		transition: none;
		background-color: #fff;
	}

	.header .item .dropDown>a {
		display: block;
		color: #333;
		line-height: 50px;
		text-align: left;
		margin-right: 0;
	}

	.header .item>a.active::after {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}

	.main {
		padding-top: 70px;
	}

	.homeBox-1 .item {
		padding: 0 1%;
	}

	.homeBox-2 .h2 {
		max-width: 100%;
		-webkit-line-clamp: 2;
	}

	.homeBox-3 .h3 {
		font-size: 14px;
	}

	.homeBox-4 .swiper-pagination {
		opacity: 1;
	}
}

@media only screen and (max-width: 1024px) {
	.homeBox-1 {
		padding: 70px 0;
	}

	.homeBox-1 .item {
		width: 50%;
		margin-bottom: 30px;
	}

	.homeBox-2 .lBox {
		width: 70%;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.homeBox-2 .rBox {
		width: 100%;
	}

	.rTeamSwiper {
		display: none;
	}

	.homeBox-2 .controlBox {
		justify-content: center;
		margin-top: 50px;
	}

	.homeBox-2 .btnRightPrev,
	.homeBox-2 .btnRightNext {
		display: none;
	}

	.homeBox-2 .btnLeftPrev,
	.homeBox-2 .btnLeftNext {
		display: block;
	}

	.homeBox-2 .swiper-pagination {
		display: none;
	}

	.homeBox-2 .swiper-button-next {
		margin: 0 30px;
	}

	.homeBox-2 .btnMore {
		margin-bottom: 0;
	}

	.homeBox-3 .img {
		width: 50%;
		text-align: center;
		margin-bottom: 30px;
	}

	.homeBox-3 .textBox {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 991px) {
	.footer .nav {
		padding: 40px 0 30px;
	}

	.footer .nav.pNav {
		display: none;
	}

	.footer .nav.mNav {
		display: flex;
	}

	.footer .item {
		max-width: 100%;
		width: 100%;
	}

	.footer .nav .h1 {
		position: relative;
		margin-bottom: 0;
		padding: 15px 0;
		border-bottom: 1px solid #666;
	}

	.footer .nav .h1::after {
		position: absolute;
		top: 50%;
		right: 0;
		content: "";
		width: 11px;
		height: 19px;
		margin-top: -10px;
		background-image: url(../images/icon6.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		transition: all 0.3s ease-in;
	}

	.footer .nav .h1.active::after {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		/* IE 9 */
		-moz-transform: rotate(90deg);
		/* Firefox */
		-webkit-transform: rotate(90deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(90deg);
	}

	.footer .item .dropDown {
		display: none;
	}

	.homeBox-5 .img {
		display: none;
	}

	.homeBox-5 .textBox {
		width: 100%;
	}

	.homeBox-5 .tips {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 580px) {
	.header {
		height: 50px;
	}

	.header .logo {
		width: 250px;
	}

	.header .btnMenu {
		width: 30px;
	}

	.header .btnMenu>span {
		width: 30px;
		margin: 3px 0;
	}

	.header .btnMenu.on>span:last-child {
		margin-top: -5px;
	}

	.header.headBack {
		height: 50px;
	}

	.header .nav {
		top: 50px;
		height: calc(100vh - 50px);
	}

	.header .item>a {
		line-height: 60px;
	}

	.header .item .dropDown>a {
		line-height: 40px;
	}

	.header.headBack .item>a {
		line-height: 60px;
	}

	.footer .infoBox .textBox {
		margin-bottom: 20px;
	}

	.main {
		padding-top: 50px;
	}

	.homeMain .bannerSwiper .suspen {
		top: 30%;
	}

	.bannerSwiper .swiper-pagination {
		bottom: 5%;
	}

	.pImg {
		display: none;
	}

	.mImg {
		display: block;
	}

	.homeBox-1 {
		padding: 60px 0;
	}

	.homeBox-2 {
		padding: 60px 0;
	}

	.homeBox-2 .title {
		margin-bottom: 40px;
	}

	.homeBox-2 .lBox {
		width: 100%;
	}

	.homeBox-2 .controlBox {
		margin-top: 50px;
	}

	.homeBox-3 {
		padding: 60px 0;
	}

	.homeBox-3 .h2 {
		margin-bottom: 30px;
	}

	.homeBox-3 .item {
		padding: 15px;
	}

	.homeBox-3 .h3 {
		font-size: 12px;
		line-height: 20px;
	}

	.homeBox-4 .title {
		padding: 60px 0;
	}

	.homeBox-4 .back {
		top: 0;
		justify-content: center;
	}

	.homeBox-4 .item:hover .back {
		background: none;
	}

	.homeBox-4 .line {
		opacity: 1;
	}

	.homeBox-4 .suspen .h3 {
		opacity: 1;
	}

	.homeBox-4 .more {
		opacity: 1;
	}

	.homeBox-4 .icon {
		opacity: 1;
	}
}

@media only screen and (max-width: 480px) {
	.header .logo {
		width: 200px;
	}

	.header .item>a {
		line-height: 50px;
	}

	.header .item>a::after {
		width: 8px;
		height: 13px;
	}

	.header.headBack .item>a {
		line-height: 50px;
	}

	.footer .nav {
		padding: 20px 0;
	}

	.footer .nav .h1 {
		font-size: 16px;
		padding: 10px 0;
	}

	.footer .nav .h1::after {
		width: 8px;
		height: 13px;
	}

	.footer .infoBox {
		padding: 10px 0;
		border: 0;
	}

	.footer .infoBox .h1 {
		line-height: 30px;
		margin-bottom: 0px;
	}

	.footer .infoBox .textBox {
		text-align: center;
	}

	.footer .phone {
		font-size: 18px;
		margin-right: 5px;
	}

	.footer .codeBox {
		width: 100px;
		margin: 0 auto;
	}

	.footer .botBox {
		padding: 10px 0;
	}

	.footer .copyright {
		line-height: 24px;
		margin: 0;
	}

	.footer .webInfo {
		justify-content: center;
		text-align: center;
	}

	.footer .shareBox {
		width: 100%;
		justify-content: center;
	}

	.bannerSwiper .h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.bannerSwiper .h2 {
		line-height: 24px;
	}

	.homeBox-1 {
		padding: 40px 0 20px;
	}

	.homeBox-1 .title {
		margin-bottom: 15px;
	}

	.homeBox-1 .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.homeBox-1 .h2 {
		font-size: 16px;
		line-height: 30px;
	}

	.homeBox-1 .item {
		margin-bottom: 20px;
	}

	.homeBox-1 .text {
		margin-bottom: 20px;
	}

	.homeBox-1 .img {
		width: 70px;
		margin: 0 auto 20px;
	}

	.homeBox-2 {
		padding: 40px 0;
	}

	.homeBox-2 .title {
		margin-bottom: 30px;
	}

	.homeBox-2 .title .h1 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 15px;
	}

	.homeBox-2 .lBox {
		margin-bottom: 20px;
	}

	.homeBox-2 .listBox .h1 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.homeBox-2 .h1 .name {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.homeBox-2 .btnMore {
		font-size: 14px;
		line-height: 20px;
		background-size: auto 90%;
		padding-right: 32px;
	}

	.homeBox-2 .suspen .name {
		font-size: 14px;
		line-height: 20px;
	}

	.homeBox-2 .controlBox {
		margin-top: 30px;
	}

	.homeBox-2 .swiper-pagination {
		width: 50%;
		margin: 0 3%;
	}

	.homeBox-3 {
		padding: 40px 0 30px;
	}

	.homeBox-3 .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.homeBox-3 .h2 {
		margin-bottom: 20px;
	}

	.homeBox-3 .img {
		width: 30%;
	}

	.homeBox-3 .item {
		width: 49.5%;
		padding: 10px 0 !important;
		border: 0 !important;
	}

	.homeBox-3 .item::after {
		display: none;
	}

	.homeBox-3 .icon {
		width: 50px;
	}

	.homeBox-3 .h3 {
		width: calc(100% - 50px);
		padding-left: 10px;
	}

	.homeBox-4 .title {
		padding: 40px 0;
	}

	.homeBox-4 .title .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.homeBox-5 {
		padding: 40px 0;
	}

	.homeBox-5 .title {
		margin-bottom: 20px;
	}

	.homeBox-5 .title .h1 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 15px;
	}

	.homeBox-5 .textBox {
		padding-bottom: 15px;
	}

	.homeBox-5 .textBox .h1 {
		font-size: 14px;
		line-height: 24px;
	}

	.homeBox-5 .tips {
		font-size: 14px;
		line-height: 20px;
		margin-top: 15px;
	}

	.homeBox-5 .item {
		margin-bottom: 20px;
	}
}

/* 核心技术 */
.technicalBox-1 {
	padding: 125px 0 95px;
}

.technicalBox-1 .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.technicalBox-1 .h1{
	margin-bottom: 0;
}

.technicalBox-1 .h4 {
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
	margin-bottom: 20px;
}

.technicalBox-1 .textBox {
	width: 57%;
}

.technicalBox-1 .img {
	width: 27.7333%;
}

.technicalBox-1 .item {
	width: 45%;
	padding: 30px 0;
}

.technicalBox-1 .item:nth-child(2n) {
	padding: 30px 0;
}

.technicalBox-1 .item::after {
	display: none;
}

.technicalBox-1 .item:nth-child(n + 3) {
	border: 0;
}

.technicalBox-2 {
	padding: 50px 0;
	background-position: center center;
	background-size: cover;
}

.technicalBox-2 .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.technicalBox-2 .img {
	width: 48%;
}

.technicalBox-2 .textBox {
	width: 45.3333%;
}

.technicalBox-2 .h1 {
	font-size: 50px;
	color: #0c5b94;
	line-height: 1;
	margin-bottom: 60px;
}

.technicalBox-2 .text {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.technicalBox-3 {
	padding-top: 75px;
}

.technicalBox-3 .box {
	position: relative;
	padding: 55px 0 115px;
}

.technicalBox-3 .box-1 {
	padding: 105px 0 115px;
}

.technicalBox-3 .h1 {
	font-size: 50px;
	color: #2a6590;
	line-height: 60px;
	text-align: center;
}

.technicalBox-3 .h2 {
	display: inline-block;
	min-width: 136px;
	font-size: 20px;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
	margin: 0 auto;
	background-color: #2a6590;
	margin-bottom: 55px;
	padding: 0 15px;
}

.technicalBox-3 .wrap {
	text-align: center;
}

.technicalBox-3 .videoBox {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.technicalBox-3 .img {
	width: 100%;
}

.technicalBox-3 .tips {
	max-width: 935px;
	width: 100%;
	display: inline-block;
	font-size: 20px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	padding: 23px 35px;
	margin-top: 50px;
	border: 1px solid #e7e7e7;
	border-radius: 34px;
}

.technicalBox-3 .name {
	color: #00aeef;
	font-weight: bold;
}

.technicalBox-3 .btnPlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}



/* 媒体查询 */
/* 核心技术 */
@media only screen and (max-width: 1600px) {
	.technicalBox-1 .h4 {
		font-size: 18px;
		color: #ffffff;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	.technicalBox-2 .h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 40px;
	}

	.technicalBox-2 .text {
		font-size: 14px;
		color: #666666;
		line-height: 30px;
	}

	.technicalBox-3 .h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.technicalBox-3 .h2 {
		min-width: 100px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 20px;
	}

	.technicalBox-3 .tips {
		font-size: 16px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.technicalBox-1 {
		padding: 70px 0;
	}

	.technicalBox-1 .wrap {
		flex-direction: column-reverse;
	}

	.technicalBox-1 .img {
		width: 30%;
	}

	.technicalBox-1 .textBox {
		width: 100%;
	}

	.technicalBox-2 .wrap {
		justify-content: center;
	}

	.technicalBox-2 .textBox {
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.technicalBox-1 {
		padding: 60px 0 40px;
	}

	.technicalBox-1 .img {
		width: 50%;
	}

	.technicalBox-1 .item {
		width: 48%;
		padding: 20px 0 !important;
	}

	.technicalBox-2 .img {
		width: 50%;
	}

	.technicalBox-3 {
		padding-top: 60px;
	}

	.technicalBox-3 .box {
		padding: 40px 0 60px;
	}

	.technicalBox-3 .tips {
		margin-top: 30px;
	}

	.technicalBox-3 .box-1 {
		padding: 60px 0;
	}

	.technicalBox-3 .btnPlay {
		width: 60px;
	}
}

@media only screen and (max-width: 480px) {
	.technicalBox-1 {
		padding: 40px 0 30px;
	}
	
	.technicalBox-1 .h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.technicalBox-1 .item {
		padding: 10px 0 !important;
	}

	.technicalBox-2 {
		padding: 40px 0;
	}

	.technicalBox-2 .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.technicalBox-2 .text {
		line-height: 24px;
	}

	.technicalBox-3 {
		padding-top: 40px;
	}

	.technicalBox-3 .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.technicalBox-3 .box {
		padding: 20px 0 40px;
	}

	.technicalBox-3 .h2 {
		min-width: 90px;
		font-size: 14px;
		line-height: 34px;
		border-radius: 17px;
		margin-bottom: 30px;
	}

	.technicalBox-3 .box-1 {
		padding: 40px 0;
	}

	.technicalBox-3 .tips {
		font-size: 14px;
		padding: 10px 20px;
	}

	.technicalBox-3 .btnPlay {
		width: 40px;
	}
}

/* 药物研发服务 */
.banner {
	position: relative;
}

.banner .suspen {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner .cn {
	font-size: 50px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 25px;
}

.banner .en {
	font-size: 40px;
	color: #ffffff;
	line-height: 1;
	opacity: 0.2;
}

.sortNav {
	position: relative;
	border-top: 1px solid rgba(117, 117, 117, 0.19);
	margin-top: -77px;
	z-index: 2;
}

.sortNav .wrap {
	display: flex;
	align-items: flex-end;
}

.sortNav .wrap::-webkit-scrollbar {
	display: none;
}

.sortNav .item {
	position: relative;
	display: flex;
	align-items: stretch;
	max-width: 260px;
	width: 100%;
}

.sortNav .item>a {
	position: relative;
	max-width: 260px;
	width: 100%;
	font-size: 16px;
	color: #888888;
	line-height: 76px;
	text-align: center;
	padding: 0 15px;
}

.sortNav .item>a::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: #5b5b5b;
}

.sortNav .item>a.active {
	color: #ffffff;
	font-weight: bold;
}

.sortNav .item>a.active::after {
	display: none;
}

.sortNav .item>a.active::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 120%;
	background-image: linear-gradient(#2a6590, #247aba);
}

.sortNav .item>a span {
	position: relative;
}

.sortNav .dropDown {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}

.sortNav .dropDown>a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	padding: 0 15px;
}

.sortNav .dropDown>a:hover {
	text-decoration: underline;
}

.makeupBox-1 .aboutBox-6 {
	background: none;
}

.researchBox-1 {
	padding: 95px 0 370px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}

.researchBox-1 .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.researchBox-1 .textBox {
	width: 64.6666%;
}

.researchBox-1 .img {
	width: 28.2666%;
}

.researchBox-1 .en {
	position: relative;
	font-size: 72px;
	color: #f5f4f4;
	line-height: 1;
	margin-bottom: 65px;
}

.researchBox-1 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.researchBox-1 .text {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.researchBox-1 .tips {
	font-size: 16px;
	color: #000000;
	line-height: 36px;
	font-weight: bold;
}

.researchBox-1 .h1 {
	font-size: 20px;
	color: #2a6590;
	line-height: 48px;
}

.researchBox-2 .textBox {
	width: 100%;
}

.researchBox-2 .h2 {
	font-size: 20px;
	color: #000;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}

.researchBox-3 .en {
	width: 100%;
	margin-bottom: 105px;
}

.researchBox-3 .img {
	width: 30%;
}

.researchBox-3 .textBox {
	width: 63.3333%;
	padding-right: 3.4%;
}

.researchBox-4 {
	padding: 90px 0 85px;
}

.researchBox-4 .topBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.researchBox-4 .en {
	position: relative;
	font-size: 72px;
	color: #f5f4f4;
	line-height: 1;
}

.researchBox-4 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.researchBox-4 .h1 {
	font-size: 22px;
	color: #000000;
	line-height: 1;
}

.researchBox-4 .botBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.researchBox-4 .img {
	width: 30%;
}

.researchBox-4 .listBox {
	width: 63.3333%;
}

.researchBox-4 .item {
	display: flex;
	margin-bottom: 60px;
}

.researchBox-4 .item:last-child {
	margin-bottom: 0;
}

.researchBox-4 .icon {
	width: 59px;
}

.researchBox-4 .textBox {
	width: calc(100% - 59px);
	padding-left: 28px;
}

.researchBox-4 .name {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
}

.researchBox-4 .text {
	font-size: 16px;
	color: #888888;
	line-height: 30px;
}

.researchBox-5 {
	padding: 80px 0 370px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	background-color: #f5f5f5;
}

.researchBox-5 .en {
	position: relative;
	font-size: 72px;
	color: #eaeaea;
	line-height: 1;
	text-align: center;
	margin-bottom: 100px;
}

.researchBox-5 .cn {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

/* 媒体查询 */
/* 药物研发服务 */
@media only screen and (max-width: 1600px) {
	.banner .cn {
		font-size: 30px;
	}

	.banner .en {
		font-size: 20px;
	}

	.sortNav a {
		font-size: 14px;
	}

	.researchBox-1 {
		padding: 95px 0 250px;
	}

	.researchBox-1 .en {
		font-size: 50px;
	}

	.researchBox-1 .cn {
		left: 0;
		bottom: 5px;
		font-size: 20px;
	}

	.researchBox-1 .text {
		font-size: 14px;
		line-height: 30px;
	}

	.researchBox-1 .tips {
		font-size: 14px;
		line-height: 30px;
	}

	.researchBox-1 .h1 {
		font-size: 16px;
		line-height: 30px;
	}

	.researchBox-2 .h2 {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.researchBox-3 .en {
		margin-bottom: 70px;
	}

	.researchBox-4 .topBox {
		margin-bottom: 70px;
	}

	.researchBox-4 .en {
		font-size: 50px;
	}

	.researchBox-4 .cn {
		left: 0;
		bottom: 5px;
		font-size: 20px;
	}

	.researchBox-4 .h1 {
		font-size: 18px;
	}

	.researchBox-5 .en {
		font-size: 50px;
	}

	.researchBox-5 .cn {
		bottom: 5px;
		font-size: 20px;
	}

	.researchBox-4 .item {
		margin-bottom: 40px;
	}

	.researchBox-4 .name {
		font-size: 14px;
		line-height: 24px;
	}

	.researchBox-4 .text {
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 1199px) {
	.researchBox-1 .textBox {
		width: 100%;
	}

	.researchBox-1 .img {
		display: none;
	}

	.researchBox-5 {
		padding: 80px 0 250px;
	}

	.sortNav .wrap {
		overflow-x: auto;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 991px) {
	.researchBox-4 .topBox {
		margin-bottom: 40px;
	}

	.researchBox-4 .en {
		margin-bottom: 20px;
	}

	.researchBox-4 .h1 {
		margin-bottom: 20px;
	}

	.researchBox-4 .botBox {
		justify-content: center;
	}

	.researchBox-4 .img {
		width: 50%;
		margin-bottom: 30px;
	}

	.researchBox-4 .listBox {
		width: 100%;
	}

	.researchBox-5 {
		padding: 80px 0 200px;
	}
}

@media only screen and (max-width: 768px) {
	.sortNav {
		margin-top: -50px;
	}

	.sortNav .item>a {
		line-height: 50px;
	}
}

@media only screen and (max-width: 580px) {
	.researchBox-1 {
		padding: 60px 0 100px;
	}

	.sortNav {
		margin-top: 0;
		border-top: 0;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.sortNav .item>a {
		color: #fff;
	}

	.sortNav .item::after {
		height: 14px;
		margin-top: -7px;
	}

	.researchBox-4 {
		padding: 60px 0;
	}

	.researchBox-4 .topBox {
		margin-bottom: 20px;
	}

	.researchBox-4 .en {
		font-size: 36px;
	}

	.researchBox-4 .h1 {
		font-size: 16px;
	}

	.researchBox-4 .img {
		width: 70%;
	}

	.researchBox-4 .icon {
		width: 40px;
	}

	.researchBox-4 .textBox {
		width: calc(100% - 40px);
		padding-left: 15px;
	}

	.researchBox-4 .item {
		margin-bottom: 20px;
	}

	.researchBox-5 {
		padding: 60px 0 100px;
	}

	.researchBox-5 .en {
		font-size: 36px;
		margin-bottom: 30px;
	}

	.researchBox-1 .en {
		font-size: 30px;
	}

	.researchBox-1 .cn {
		position: relative;
		bottom: 0;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.banner .cn {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.banner .en {
		font-size: 14px;
	}

	.researchBox-1 {
		padding: 40px 0 60px;
	}

	.researchBox-1 .en {
		margin-bottom: 30px;
	}

	.researchBox-1 .text {
		line-height: 24px;
	}

	.researchBox-1 .tips {
		line-height: 24px;
	}

	.researchBox-1 .h1 {
		font-size: 14px;
	}

	.researchBox-2 .h2 {
		font-size: 14px;
		line-height: 24px;
	}

	.researchBox-4 {
		padding: 40px 0;
	}

	.researchBox-4 .topBox {
		margin-bottom: 10px;
	}

	.researchBox-5 {
		padding: 40px 0 60px;
	}
}

/* 医美妆品 */
.makeupBox-1 {
	padding: 90px 0 310px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}

.makeupBox-1 .en {
	position: relative;
	font-size: 72px;
	color: #f5f4f4;
	line-height: 1;
	margin-bottom: 90px;
}

.makeupBox-1 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.makeupBox-1 .title {
	text-align: center;
	margin-bottom: 70px;
}

.makeupBox-1 .h1 {
	font-size: 40px;
	color: #000000;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 30px;
}

.makeupBox-1 .h2 {
	font-size: 18px;
	color: #666666;
	line-height: 36px;
}

.makeupBox-1 .imgBox {
	text-align: center;
	margin-bottom: 10px;
}

.makeupBox-1 .listBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.makeupBox-1 .item {
	max-width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 3%;
	text-align: center;
}

.makeupBox-1 .icon {
	margin-bottom: 35px;
}

.makeupBox-1 .name {
	font-size: 20px;
	color: #000000;
	line-height: 36px;
	margin-bottom: 18px;
}

.makeupBox-1 .h3 {
	font-size: 26px;
	color: #2a6590;
	line-height: 36px;
	margin-bottom: 35px;
}

.makeupBox-1 .h4 {
	font-size: 16px;
	color: #2a6590;
	line-height: 24px;
	margin-bottom: 25px;
}

.makeupBox-1 .text {
	font-size: 16px;
	color: #888888;
	line-height: 30px;
	margin-bottom: 30px;
}

.makeupBox-2 {
	padding: 95px 0 410px;
}

.makeupBox-2 .en {
	margin-bottom: 125px;
}

.makeupBox-2 .videoBox {
	display: flex;
	justify-content: center;
	align-items: center;
}

.makeupBox-2 .videoWrap {
	position: relative;
	overflow: hidden;
}

.makeupBox-2 .video {
	min-width: 1000px;
	width: 100%;
}

.makeupBox-2 .btnPlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 3;
}

.makeupBox-3 {
	padding: 90px 0 440px;
}

.makeupBox-3 .en {
	margin-bottom: 50px;
}

.makeupBox-3 .botBox-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.makeupBox-3 .text-2 {
	width: 48%;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.makeupBox-3 .rBox {
	width: 43%;
}

.makeupBox-3 .h5 {
	font-size: 20px;
	color: #000000;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 45px;
	padding-left: 8px;
}

.makeupBox-3 .listBox-2 {
	position: relative;
}

.makeupBox-3 .listBox-2::after {
	position: absolute;
	top: -8%;
	left: 12px;
	content: "";
	width: 1px;
	height: 130%;
	background-color: #e8e8e8;
}

.makeupBox-3 .item-1 {
	position: relative;
	font-size: 16px;
	color: #888888;
	line-height: 36px;
	margin-bottom: 30px;
	padding-left: 45px;
}

.makeupBox-3 .item-1:last-child {
	margin-bottom: 0;
}

.makeupBox-3 .item-1::after,
.makeupBox-3 .item-1::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 50%;
}

.makeupBox-3 .item-1::after {
	width: 25px;
	height: 25px;
	background-color: #e8e8e8;
	z-index: 1;
}

.makeupBox-3 .item-1::before {
	left: 6px;
	width: 13px;
	height: 13px;
	background-color: #2a6590;
	z-index: 2;
}

.popupVideo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 12;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.popupVideo .wrap {
	max-width: 60%;
	width: 100%;
	max-height: 70%;
}

.popupVideo .close {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.popupVideo .close img {
	width: 16px;
}

/* 媒体查询 */
/* 医美妆品 */
@media only screen and (max-width: 1600px) {
	.makeupBox-1 {
		padding: 90px 0 250px;
	}

	.makeupBox-1 .en {
		font-size: 50px;
	}

	.makeupBox-1 .cn {
		left: 0;
		bottom: 5px;
		font-size: 20px;
	}

	.makeupBox-1 .h1 {
		font-size: 30px;
	}

	.makeupBox-1 .h2 {
		font-size: 14px;
		line-height: 24px;
	}

	.makeupBox-1 .icon {
		width: 140px;
	}

	.makeupBox-1 .name {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.makeupBox-1 .h3 {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.makeupBox-1 .h4 {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.makeupBox-1 .text {
		font-size: 14px;
		line-height: 24px;
	}

	.makeupBox-2 .en {
		margin-bottom: 70px;
	}

	.makeupBox-3 .text-2 {
		font-size: 14px;
		line-height: 30px;
	}

	.makeupBox-3 .h5 {
		font-size: 16px;
		line-height: 30px;
	}

	.makeupBox-3 .item-1 {
		font-size: 14px;
		line-height: 30px;
	}

	.makeupBox-3 .listBox-2::after {
		top: 50%;
		height: 120%;
		transform: translate(0, -50%);
	}
}

@media only screen and (max-width: 1199px) {
	.popupVideo .wrap {
		max-width: 90%;
	}

	.makeupBox-2 .video {
		min-width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.makeupBox-3 .text-2 {
		width: 100%;
		margin-bottom: 30px;
	}

	.makeupBox-3 .rBox {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.makeupBox-1 {
		padding: 90px 0 150px;
	}

	.makeupBox-1 .item {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.makeupBox-1 .item:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 580px) {
	.makeupBox-1 {
		padding: 60px 0 100px;
	}

	.makeupBox-1 .en {
		font-size: 30px;
		margin-bottom: 50px;
	}

	.makeupBox-1 .cn {
		position: relative;
		bottom: 0;
		margin-top: 10px;
	}

	.makeupBox-1 .h1 {
		font-size: 20px;
		line-height: 1.5;
	}

	.makeupBox-2 .btnPlay {
		width: 60px;
	}

	.popupVideo .wrap {
		max-width: 90%;
		max-height: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.makeupBox-1 {
		padding: 40px 0 60px;
	}

	.makeupBox-1 .en {
		margin-bottom: 30px;
	}

	.makeupBox-1 .title {
		margin-bottom: 40px;
	}

	.makeupBox-1 .h1 {
		margin-bottom: 20px;
	}

	.makeupBox-1 .icon {
		width: 100px;
		margin-bottom: 20px;
	}

	.makeupBox-2 .btnPlay {
		width: 40px;
	}

	.makeupBox-3 .text-2 {
		line-height: 24px;
	}

	.makeupBox-3 .h5 {
		margin-bottom: 20px;
	}

	.makeupBox-3 .listBox-2::after {
		height: 100%;
	}

	.makeupBox-3 .item-1 {
		line-height: 24px;
		margin-bottom: 20px;
	}
}

/* 新闻 */
.newsBox-1 {
	padding: 95px 0 90px;
}

.newsBox-1 .en {
	position: relative;
	font-size: 72px;
	color: #f5f4f4;
	line-height: 1;
}

.newsBox-1 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.newsBox-1 .item {
	padding: 80px 0 70px;
	border-bottom: 1px solid #e9e9e9;
}

.newsBox-1 .item>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.newsBox-1 .img {
	width: 312px;
}

.newsBox-1 .textBox {
	width: calc(100% - 312px);
	padding-left: 85px;
}

.newsBox-1 .time {
	font-size: 20px;
	color: #bbbbbb;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

.newsBox-1 .h1 {
	font-size: 20px;
	color: #333333;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 12px;
	transition: all 0.5s ease-in;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsBox-1 .text {
	font-size: 16px;
	color: #888888;
	line-height: 28px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newsBox-1 .more {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	padding-right: 45px;
	background-image: url(../images/icon27.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: all 0.5s ease-in;
}

.newsBox-1 .item:hover .h1 {
	color: #2a6590;
}

.newsBox-1 .item:hover .more {
	color: #174e9f;
	background-image: url(../images/icon28.png);
}

.newsBox-1 .navPage {
	margin-top: 80px;
}

.navPage {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.navPage a {
	width: 35px;
	height: 35px;
	border: 1px solid #bfbfbf;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #999999;
	margin: 0 7px;
	transition: all 0.5s ease-in;
}

.navPage a.active {
	color: #fff;
	border: 1px solid #174e9f;
	background-color: #174e9f;
}

.navPage a:hover {
	color: #fff;
	border: 1px solid #174e9f;
	background-color: #174e9f;
}

.detailsBox {
	padding: 110px 0 70px;
}

.detailsBox .title {
	text-align: center;
	margin-bottom: 60px;
}

.detailsBox .title .h1 {
	font-size: 28px;
	color: #000000;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}

.detailsBox .title .infoBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
}

.detailsBox .title .s1 {
	font-size: 16px;
	color: #ada5a5;
	line-height: 36px;
	margin: 0 6%;
}

.detailsBox .text {
	font-size: 16px;
	color: #888888;
	line-height: 36px;
	text-align: justify;
}

.upDown {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #eeeeee;
	margin: 50px 0 15px;
	padding-top: 50px;
}

.upDown a {
	width: 45%;
	font-size: 16px;
	color: #000000;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.upDown a:last-child {
	text-align: right;
}

.upDown span {
	color: #ada5a5;
}

.detailsBox .shareBox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	color: #000000;
	line-height: 36px;
}

.detailsBox .shareBox a {
	margin: 0 5px;
}

/* 媒体查询 */
/* 新闻 */
@media only screen and (max-width: 1600px) {
	.newsBox-1 .en {
		font-size: 50px;
	}

	.newsBox-1 .cn {
		font-size: 20px;
		left: 0;
		bottom: 5px;
	}

	.newsBox-1 .item {
		padding: 60px 0;
	}

	.newsBox-1 .textBox {
		padding-left: 50px;
	}

	.newsBox-1 .time {
		font-size: 16px;
		line-height: 20px;
	}

	.newsBox-1 .h1 {
		font-size: 16px;
	}

	.newsBox-1 .text {
		font-size: 14px;
		line-height: 24px;
	}

	.newsBox-1 .more {
		font-size: 14px;
	}

	.detailsBox .title {
		margin-bottom: 40px;
	}

	.detailsBox .title .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.detailsBox .title .s1 {
		font-size: 14px;
		line-height: 30px;
	}

	.detailsBox .text {
		font-size: 14px;
		line-height: 30px;
	}

	.upDown {
		margin: 30px 0 10px;
	}

	.upDown a {
		font-size: 14px;
		line-height: 30px;
	}

	.detailsBox .shareBox {
		font-size: 14px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.newsBox-1 .img {
		margin-bottom: 30px;
	}

	.newsBox-1 .item>a {
		justify-content: center;
	}

	.newsBox-1 .textBox {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 580px) {
	.newsBox-1 {
		padding: 60px 0;
	}

	.newsBox-1 .item {
		padding: 40px 0;
	}

	.newsBox-1 .img {
		width: 100%;
	}

	.newsBox-1 .navPage {
		margin-top: 40px;
	}

	.detailsBox {
		padding: 60px 0;
	}

	.upDown {
		padding-top: 30px;
	}

	.upDown a {
		width: 100%;
		text-align: left !important;
	}

	.newsBox-1 .en {
		font-size: 30px;
	}

	.newsBox-1 .cn {
		position: relative;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.newsBox-1 {
		padding: 40px 0;
	}

	.newsBox-1 .item {
		padding: 30px 0;
	}

	.newsBox-1 .img {
		margin-bottom: 20px;
	}

	.newsBox-1 .time {
		font-size: 14px;
	}

	.newsBox-1 .h1 {
		line-height: 30px;
		margin-bottom: 10px;
	}

	.newsBox-1 .text {
		margin-bottom: 10px;
	}

	.newsBox-1 .more {
		line-height: 24px;
		padding-right: 35px;
		background-size: auto 100%;
	}

	.navPage a {
		width: 30px;
		height: 30px;
		font-size: 14px;
		margin: 0 5px;
	}

	.detailsBox {
		padding: 40px 0;
	}

	.detailsBox .title .h1 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.detailsBox .title {
		margin-bottom: 20px;
	}

	.upDown {
		margin: 20px 0 10px;
		padding-top: 20px;
	}
}

/* 关于我们 */
.aboutBox-1 {
	padding: 95px 0 120px;
	background-repeat: no-repeat;
	background-position: 97% 3%;
	background-size: 50% auto;
}

.aboutBox-1 .topBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.aboutBox-1 .textBox {
	width: 62.6666%;
}

.aboutBox-1 .swiperBox {
	width: 30%;
	margin-top: 147px;
}

.aboutBox-1 .en {
	position: relative;
	font-size: 72px;
	color: #f5f4f4;
	line-height: 1;
	margin-bottom: 75px;
}

.aboutBox-1 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.aboutBox-1 .text {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.aboutBox-1 .tips {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.aboutBox-1 .listBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 120px;
}

.aboutBox-1 .item {
	max-width: 25%;
	min-width: 15%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.aboutBox-1 .h1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 22px;
	color: #405aa8;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 25px;
}

.aboutBox-1 .number {
	font-size: 50px;
	margin-right: 15px;
}

.aboutBox-1 .unit {
	font-size: 50px;
}

.aboutBox-1 .line {
	width: 40px;
	height: 2px;
	background-color: #999999;
	margin: 0 auto 10px;
}

.aboutBox-1 .h2 {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.aboutBox-1 .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	background: none;
	opacity: 1;
}

.aboutBox-1 .swiper-pagination-bullet-active {
	background-color: #fff;
}

.aboutBox-2 .en {
	position: relative;
	font-size: 72px;
	color: #efefef;
	line-height: 1;
	margin-bottom: 105px;
}

.aboutBox-2 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.aboutBox-3 {
	padding: 90px 0 165px;
	background-position: center center;
	background-size: cover;
}

.aboutBox-3 .en {
	position: relative;
	font-size: 72px;
	color: #efefef;
	line-height: 1;
	margin-bottom: 125px;
}

.aboutBox-3 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.aboutBox-3 .swiperBox {
	position: relative;
}

.aboutBox-3 .swiper-slide {
	padding: 10px;
	background-color: #fff;
	display: flex;
	justify-content: center;
}

.aboutBox-3 .swiper-button-next,
.aboutBox-3 .swiper-button-prev {
	width: 18px;
	height: 37px;
	margin-top: -18px;
	background-size: cover;
}

.aboutBox-3 .swiper-button-prev {
	left: -5%;
	background-image: url(../images/icon35.png);
}

.aboutBox-3 .swiper-button-next {
	right: -5%;
	background-image: url(../images/icon36.png);
}

.aboutBox-3 .swiper-button-prev:hover {
	background-image: url(../images/icon35-1.png);
}

.aboutBox-3 .swiper-button-next:hover {
	background-image: url(../images/icon36-1.png);
}

.aboutBox-3 .swiper-button-next::after,
.aboutBox-3 .swiper-button-prev::after {
	display: none;
}

.aboutBox-4 {
	padding: 95px 0 60px;
}

.aboutBox-4 .en {
	position: relative;
	font-size: 72px;
	color: #efefef;
	line-height: 1;
	margin-bottom: 95px;
}

.aboutBox-4 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.aboutBox-4 .btnBox {
	display: flex;
	justify-content: center;
	margin-top: 85px;
}

.aboutBox-4 .btnMore {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	color: #8b8b8b;
	line-height: 36px;
	cursor: pointer;
}

.aboutBox-5 {
	padding: 95px 0 100px;
	background-position: top left;
	background-size: 100% auto;
}

.aboutBox-5 .en {
	position: relative;
	font-size: 72px;
	color: #efefef;
	line-height: 1;
	margin-bottom: 60px;
}

.aboutBox-5 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.aboutBox-5 .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.aboutBox-5 .listBox {
	width: 40%;
}

.aboutBox-5 .mapBox {
	width: 50%;
}

.aboutBox-5 .item {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
}

.aboutBox-5 .icon {
	width: 70px;
}

.aboutBox-5 .text {
	width: calc(100% - 70px);
	padding-left: 18px;
}

.aboutBox-5 .h1 {
	font-size: 18px;
	color: #3f6fb5;
	line-height: 30px;
	font-weight: bold;
}

.aboutBox-5 .h2 {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

.aboutBox-6 {
	padding: 95px 0 115px;
	background-color: #f5f5f5;
}

.aboutBox-6 .en {
	position: relative;
	font-size: 72px;
	color: #efefef;
	line-height: 1;
	margin-bottom: 65px;
}

.aboutBox-6 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.aboutBox-6 .nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.aboutBox-6 .nav .item {
	min-width: 138px;
	height: 48px;
	font-size: 20px;
	color: #666666;
	line-height: 48px;
	text-align: center;
	background-color: #d7d7d7;
	border-radius: 24px;
	margin: 0 35px;
	padding: 0 15px;
	cursor: pointer;
	white-space: nowrap;
}

.aboutBox-6 .nav .item.active {
	color: #ffffff;
	background-color: #2a6590;
}

.aboutBox-6 .box {
	position: relative;
	display: none;
}

.aboutBox-6 .box.active {
	display: block;
}

.aboutBox-6 .swiper-container {
	padding-bottom: 80px;
}

.aboutBox-6 .swiper-wrapper {
	align-items: flex-end;
}

.aboutBox-6 .swiper-pagination {
	bottom: 0;
}

.aboutBox-6 .swiper-pagination-bullet {
	background: none;
	border: 2px solid #aaaaaa;
	opacity: 1;
}

.aboutBox-6 .swiper-pagination-bullet-active {
	background-color: #aaa;
}

.aboutBox-6 .back {
	background-color: #f9f9f9;
	padding: 10px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.aboutBox-6 .listBox .item:nth-child(4n) {
	margin-right: 0;
}

.aboutBox-6 .swiper-button-next,
.aboutBox-6 .swiper-button-prev {
	width: 18px;
	height: 37px;
	margin-top: -55px;
	background-size: cover;
}

.aboutBox-6 .swiper-button-next::after,
.aboutBox-6 .swiper-button-prev::after {
	display: none;
}

.aboutBox-6 .swiper-button-prev {
	left: -40px;
	background-image: url(../images/icon35.png);
}

.aboutBox-6 .swiper-button-next {
	right: -40px;
	background-image: url(../images/icon36.png);
}

.aboutBox-7 {
	padding: 95px 0 130px;
	background-repeat: no-repeat;
	background-position: 97% 3%;
	background-size: 50% auto;
}

.aboutBox-7 .en {
	position: relative;
	font-size: 72px;
	color: #efefef;
	line-height: 1;
	margin-bottom: 60px;
}

.aboutBox-7 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.aboutBox-7 .item {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0;
	border-bottom: 1px solid #ebebeb;
}

.aboutBox-7 .img {
	width: 440px;
}

.aboutBox-7 .textBox {
	width: calc(100% - 440px);
	padding: 15px 0 15px 60px;
}

.aboutBox-7 .h1 {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	color: #1a1b1b;
	line-height: 36px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.aboutBox-7 .name {
	font-size: 24px;
	color: #2a6590;
	margin-right: 23px;
}

.aboutBox-7 .h2 {
	font-size: 18px;
	line-height: 36px;
	color: #666666;
	text-align: justify;
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; */
}

.popupImg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 12;
	display: none;
}

.popupImg .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.popupImg .swiper-container {
	max-width: 700px;
	width: 100%;
	padding-bottom: 59px;
}

.popupImg .swiper-button-next,
.popupImg .swiper-button-prev {
	color: #fff;
}

.popupImg .close {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.popupImg .close img {
	width: 16px;
}

.popupImg .swiper-pagination {
	bottom: 0;
	right: 0;
	color: #fff;
	text-align: right;
	padding: 20px 30px;
	background-color: #405aa8;
}

/* 媒体查询 */
/* 关于我们 */
@media only screen and (max-width: 1600px) {
	.aboutBox-1 .en {
		font-size: 50px;
		margin-bottom: 50px;
	}

	.aboutBox-1 .cn {
		left: 0;
		bottom: 5px;
		font-size: 20px;
	}

	.aboutBox-1 .text {
		font-size: 14px;
		line-height: 30px;
	}

	.aboutBox-1 .tips {
		font-size: 16px;
	}

	.aboutBox-1 .h1 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.aboutBox-1 .number {
		font-size: 30px;
	}

	.aboutBox-1 .h2 {
		font-size: 14px;
		line-height: 30px;
	}

	.aboutBox-2 .en {
		font-size: 50px;
		margin-bottom: 50px;
	}

	.aboutBox-2 .cn {
		left: 0;
		bottom: 5px;
		font-size: 20px;
	}

	.aboutBox-3 .en {
		font-size: 50px;
		margin-bottom: 50px;
	}

	.aboutBox-3 .cn {
		left: 0;
		bottom: 5px;
		font-size: 20px;
	}

	.aboutBox-4 .en {
		font-size: 50px;
		margin-bottom: 50px;
	}

	.aboutBox-4 .cn {
		left: 0;
		bottom: 5px;
		font-size: 20px;
	}

	.aboutBox-5 .en {
		font-size: 50px;
		margin-bottom: 50px;
	}

	.aboutBox-5 .cn {
		left: 0;
		bottom: 5px;
		font-size: 20px;
	}

	.aboutBox-5 .h1 {
		font-size: 16px;
	}

	.aboutBox-5 .h2 {
		font-size: 14px;
	}

	.aboutBox-4 .btnMore {
		font-size: 14px;
		line-height: 30px;
	}

	.aboutBox-4 .btnMore .icon {
		width: 30px;
	}

	.aboutBox-5 .icon {
		width: 60px;
	}

	.aboutBox-5 .text {
		width: calc(100% - 60px);
		padding-left: 15px;
	}

	.aboutBox-6 .en {
		font-size: 50px;
		margin-bottom: 50px;
	}

	.aboutBox-6 .cn {
		left: 0;
		bottom: 5px;
		font-size: 20px;
	}

	.aboutBox-6 .nav .item {
		min-width: 110px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		margin: 0 20px;
	}

	.aboutBox-7 .en {
		font-size: 50px;
		margin-bottom: 40px;
	}

	.aboutBox-7 .cn {
		left: 0;
		bottom: 5px;
		font-size: 20px;
	}

	.aboutBox-7 .item {
		padding: 25px 0;
	}

	.aboutBox-7 .img {
		width: 360px;
	}

	.aboutBox-7 .textBox {
		width: calc(100% - 360px);
		padding: 10px 0 10px 40px;
	}

	.aboutBox-7 .h1 {
		font-size: 16px;
		line-height: 30px;
	}

	.aboutBox-7 .name {
		font-size: 20px;
		margin-right: 15px;
	}

	.aboutBox-7 .h2 {
		font-size: 14px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.aboutBox-1 .topBox {
		justify-content: center;
	}

	.aboutBox-1 .textBox {
		width: 100%;
	}

	.aboutBox-1 .swiperBox {
		width: 50%;
		margin-top: 50px;
	}

	.aboutBox-1 .listBox {
		margin-top: 70px;
	}

	.aboutBox-3 .swiper-button-prev {
		left: 0;
	}

	.aboutBox-3 .swiper-button-next {
		right: 0;
	}

	.aboutBox-5 .listBox {
		width: 100%;
		margin-bottom: 30px;
	}

	.aboutBox-5 .mapBox {
		width: 100%;
	}

	.aboutBox-6 .swiper-container {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.aboutBox-1 {
		padding: 90px 0 60px;
	}

	.aboutBox-1 .item {
		max-width: 50%;
		width: 100%;
		margin-bottom: 30px;
	}

	.aboutBox-6 .swiper-button-next,
	.aboutBox-6 .swiper-button-prev {
		width: 12px;
		height: 24px;
		margin-top: -45px;
	}

	.aboutBox-6 .swiper-button-prev {
		left: -20px;
	}

	.aboutBox-6 .swiper-button-next {
		right: -20px;
	}

	.aboutBox-7 .item {
		padding: 25px 0 15px;
	}

	.aboutBox-7 .img {
		width: 100%;
		text-align: center;
	}

	.aboutBox-7 .textBox {
		width: 100%;
		padding: 15px 0 0;
	}

	.aboutBox-7 .h1 {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 580px) {
	.aboutBox-1 {
		padding: 60px 0;
	}

	.aboutBox-1 .en {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.aboutBox-1 .cn {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 10px;
	}

	.aboutBox-2 .en {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.aboutBox-2 .cn {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 10px;
	}

	.aboutBox-3 {
		padding: 60px 0;
	}

	.aboutBox-3 .en {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.aboutBox-3 .cn {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 10px;
	}

	.aboutBox-4 {
		padding: 60px 0;
	}

	.aboutBox-4 .en {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.aboutBox-4 .cn {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 10px;
	}

	.aboutBox-4 .btnBox {
		margin-top: 40px;
	}

	.aboutBox-5 {
		padding: 60px 0;
	}

	.aboutBox-5 .en {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.aboutBox-5 .cn {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 10px;
	}

	.aboutBox-6 .en {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.aboutBox-6 .cn {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 10px;
	}

	.aboutBox-6 {
		padding: 60px 0;
	}

	.aboutBox-6 .nav {
		justify-content: flex-start;
		margin-bottom: 30px;
		overflow-x: auto;
	}

	.aboutBox-6 .nav::-webkit-scrollbar {
		display: none;
	}

	.aboutBox-6 .nav .item {
		min-width: fit-content;
	}

	.aboutBox-6 .swiper-button-prev {
		left: 15px;
	}

	.aboutBox-6 .swiper-button-next {
		right: 15px;
	}

	.aboutBox-7 {
		padding: 60px 0;
	}

	.aboutBox-7 .item {
		padding: 30px 0 15px;
	}
}

@media only screen and (max-width: 480px) {
	.aboutBox-1 {
		padding: 40px 0 10px;
	}

	.aboutBox-1 .text {
		font-size: 14px;
		line-height: 24px;
	}

	.aboutBox-1 .tips {
		font-size: 14px;
	}

	.aboutBox-1 .swiperBox {
		width: 80%;
		margin-top: 30px;
	}

	.aboutBox-1 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.aboutBox-1 .listBox {
		margin-top: 30px;
	}

	.aboutBox-1 .h1 {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.aboutBox-1 .number {
		font-size: 24px;
		margin-right: 5px;
	}

	.aboutBox-1 .line {
		width: 30px;
	}

	.aboutBox-3 {
		padding: 40px 0;
	}

	.aboutBox-3 .swiper-button-next,
	.aboutBox-3 .swiper-button-prev {
		width: 12px;
		height: 25px;
	}

	.aboutBox-4 {
		padding: 40px 0;
	}

	.aboutBox-4 .btnBox {
		margin-top: 30px;
	}

	.aboutBox-5 {
		padding: 40px 0;
	}

	.aboutBox-5 .item {
		padding: 15px 0;
	}

	.aboutBox-5 .icon {
		width: 50px;
	}

	.aboutBox-5 .text {
		width: calc(100% - 50px);
	}

	.aboutBox-5 .h1 {
		font-size: 14px;
		line-height: 24px;
	}

	.aboutBox-5 .h2 {
		line-height: 24px;
	}

	.aboutBox-6 {
		padding: 40px 0;
	}

	.aboutBox-6 .nav {
		margin-bottom: 20px;
	}

	.aboutBox-6 .nav .item {
		min-width: fit-content;
		height: 34px;
		font-size: 14px;
		line-height: 34px;
		margin: 0 10px;
		border-radius: 17px;
	}

	.popupImg .swiper-container {
		padding-bottom: 39px;
	}

	.popupImg .swiper-button-next,
	.popupImg .swiper-button-prev {
		margin-top: -55px;
	}

	.popupImg .swiper-button-next:after,
	.popupImg .swiper-button-prev:after {
		font-size: 24px;
	}

	.popupImg .swiper-pagination {
		bottom: 39px;
		padding: 10px 20px;
	}

	.aboutBox-7 {
		padding: 40px 0;
	}

	.aboutBox-7 .en {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.aboutBox-7 .cn {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 10px;
	}

	.aboutBox-7 .h1 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.aboutBox-7 .name {
		font-size: 16px;
		margin-bottom: 5px;
	}
}

/*搜索结果*/
.xsousuo {
	padding-top: 90px;
	padding-bottom: 80px;
}

.xsousuo .conwidth {}

.xsousuo .xssbox {
	padding-top: 85px;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 80px;
	background-color: #FFFFFF;
}

.xssbox .title {
	font-family: sy-Regular;
	color: #000000;
	font-size: 28px;
	padding-bottom: 35px;
	border-bottom: #e8e8e8 solid 1px;
}

.xssbox .title .t1 {
	color: #148fee;
}

.xsdiv {}

.xsdiv ul li {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: #eae5e5 solid 1px;
}

.xsdiv ul li a {
	display: inline-block;
	width: 100%;
}

.xsousuo .l-wrap {
	float: left;
	width: 150px;
}

.xsousuo .l-wrap img {
	width: 100%;
}

.xsousuo .r-wrap {
	float: left;
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	padding-left: 30px;
	box-sizing: border-box;
}

.xsdiv ul li a .xtop {
	margin-bottom: 10px;
	overflow: hidden;
	color: #222222;
	font-size: 20px;
	margin-right: 30px;
	margin-bottom: 5px;
}

.xsdiv ul li a:hover .xtop {
	color: #148fee;
}

.xsdiv ul li a .xmid {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xsdiv ul li a .time {
	color: #444444;
	font-size: 16px;
}

@media screen and (max-width: 1440px) {
	.xssbox .title {
		font-size: 26px;
	}
}

@media screen and (max-width: 1024px) {
	.xsousuo {
		padding-bottom: 70px;
	}

	.xsousuo .xssbox {
		padding-top: 30px;
		padding-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
	}

	.xssbox .title {
		font-size: 24px;
	}
}

@media screen and (max-width: 768px) {
	.xsousuo {
		padding-bottom: 60px;
	}

	.xsousuo .xssbox {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.xssbox .title {
		font-size: 20px;
		padding-bottom: 25px;
	}

	.xsdiv ul li {
		padding: 25px 0px;
	}

	
}

@media screen and (max-width: 640px) {
	.xsousuo .xssbox {
		padding-top: 0px;
		padding-bottom: 30px;
	}

	.xssbox .title {
		font-size: 18px;
		padding-bottom: 20px;
	}

	.xsdiv ul li {
		padding: 20px 0px;
	}

	.xsdiv ul li a .xtop {
		font-size: 18px;
	}

	.xsdiv ul li a .time {
		font-size: 15px;
	}
}

@media screen and (max-width: 576px) {
	.xsousuo .xssbox {
		padding-top: 0;
	}

	.xsousuo .l-wrap {
		width: 100px;
	}

	.xsousuo .r-wrap {
		padding-left: 20px;
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}

	.xsdiv ul li a .xtop {
		font-size: 17px;
	}

	.xsdiv ul li a .xmid {
		margin-bottom: 10px;
	}

	.xsdiv ul li a .time {
		font-size: 14px;
	}
}

/* 公司介绍 */



.company-img {
    width: 45%;
    height: 400px;
    margin-right: 35px;
    margin-bottom: 80px;
}

.company-text {
    padding: 10px 0;
    width: 50%;
    text-align: initial;
    height: 380px;
    overflow: hidden;
}

.company-right-title {
	color:#006;
  
    font-size: 14px;
}

.line {
    width: 115px;
    margin: 5px 0;
    border-bottom: 1px solid #006;
}

.company-content {
    line-height: 32px;
    font-family: "微软雅黑";
    padding-bottom: 20px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
	
	.company-img {
    width: 100%;
    height: auto;
    margin-right: 15px;
    margin-bottom: 10px;
	
}

.company-text {
    padding: 10px 0;
    width: 100%;
    text-align: initial;
     height: auto;
    overflow: hidden;
}

	｝


.model_contant.model_leftright {
  background: #f7f7f7;
  position: relative;
}
.model_contant.model_leftright:after {
  content: "";
  width: 360px;
  background: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.model_leftright_l {
  width: 20.833%;
  height: auto;
  float: left;
  overflow: hidden;
}
.model_leftright_l .l_posnav {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #005baa;
}
.model_leftright_l .cont_nav {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.model_leftright_l .cont_nav .one .o_li {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.model_leftright_l .cont_nav .one .o_li a {
  display: block;
  padding: 0 5%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
}
.model_leftright_l .cont_nav .one .o_li a.one_a:hover,
.model_leftright_l .cont_nav .one .o_li a.ez {
  background: #fff;
  color: #005baa;
  font-weight: bold;
}
.model_leftright_l .cont_nav .one .o_li .one_a i {
  display: block;
  width: 12px;
  height: 60px;
  background: url(../images/icon6.png) center no-repeat;
  float: right;
}
.model_leftright_l .cont_nav .one .o_li a.ez i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.model_leftright_l .cont_nav .second {
  display: none;
  background: #fff;
}
.model_leftright_l .cont_nav .second .e_li {
  border-bottom: none;
}
.model_leftright_l .cont_nav .second .e_li a {
  font-size: 14px;
  color: #808080;
  height: 50px;
  line-height: 50px;
  padding-left: 10%;
  position: relative;
}
.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
  color: #005baa;
}
.model_leftright_l .cont_nav .second .e_li a:hover:before,
.model_leftright_l .cont_nav .second .e_li a.sen_x:before {
  content: "";
  width: 2px;
  height: 14px;
  background: #005baa;
  position: absolute;
  top: 18px;
  left: 6%;
}
.model_leftright_l .cont_nav .third {
  display: none;
}
.model_leftright_l .cont_nav .second .third li a {
  padding-left: 14%;
}
.model_leftright_l .cont_nav .second .third li a:hover:before {
  display: none;
}
.moder_leftright_r {
  width: 79.167%;
  float: right;
  padding-bottom: 25px;
  padding-left: 3.167%;
  background: #fff;
  position: relative;
  z-index: 2;
}
.moder_leftright_r .r_posnav {
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin: 23px 0;
}
.moder_leftright_r .r_posnav p {
  width: auto;
  border-bottom: 4px solid #005baa;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
}
.moder_leftright_r .r_posnav span {
  float: right;
  color: #808080;
  font-size: 14px;
}
.moder_leftright_r .r_posnav span a {
  color: #808080;
  margin: 0 3px;
}
.moder_leftright_r .r_posnav span a:hover {
  color: #005baa;
}
/*手机内页分类下拉*/
.model-classify {
  width: 100%;
  position: relative;
  z-index: 6;
}
.model-classify .model-classify-posnav {
  height: 40px;
  padding: 0 14px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #4f6c6b;
}
.model-classify .model-classify-posnav .model-classify-btn {
  display: block;
  float: right;
  height: 40px;
  font-weight: normal;
  font-size: 14px;
}
.model-classify .model-classify-posnav .model-classify-btn i {
  margin-left: 8px;
  display: inline-block;
}
.model-classify .model-classify-posnav .model-classify-btn i img {
  width: 15px;
}
.model-classify .model-classify-posnav .model-classify-btn.down i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.model-classify-nav {
  display: none;
  width: 100%;
  height: auto;
  /* max-height: 320px;
  overflow-y: scroll; */
  position: absolute;
  top: 44px;
  left: 0;
  border-top: 1px solid #e6e6e6;
  background: #fff;
}
.model-classify-nav .one .o_li {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.model-classify-nav .one .o_li a.one_a {
  padding: 0 14px;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  background: #f7f7f7;
  overflow: hidden;
}
.model-classify-nav .one .o_li a.ez {
  background: #fff;
  color: #005baa;
  font-weight: bold;
}
.model-classify-nav .one .o_li .one_a i {
  display: block;
  width: 12px;
  height: 40px;
  background: url(../images/icon6.png) center no-repeat;
  float: right;
}
.model-classify-nav .one .o_li a.ez i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.model-classify-nav .second {
  display: none;
}
.model-classify-nav .second .e_li {
  border-bottom: none;
}
.model-classify-nav .second a {
  padding: 0 23px;
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #808080;
  position: relative;
  overflow: hidden;
}
.model-classify-nav .second a.sen_x {
  color: #005baa;
}
.model-classify-nav .second a.sen_x:before {
  content: "";
  width: 2px;
  height: 12px;
  background: #005baa;
  position: absolute;
  left: 14px;
  top: 13px;
}
.model-classify-nav .third {
  display: none;
}
.model-classify-nav .third li a {
  padding: 0 34px;
}
/*手机内页分类下拉end*/
/*多图详情页*/
#model_contant_main .model_dec_adress {
  width: 100%;
  height: 48px;
  line-height: 48px;
  margin: 34px 0;
  border-bottom: 1px solid #e6e6e6;
}
#model_contant_main .model_dec_adress .back {
  font-size: 18px;
}
#model_contant_main .model_dec_adress span {
  float: right;
  font-size: 14px;
  color: #808080;
}
#model_contant_main .model_dec_adress a {
  color: #808080;
}
#model_contant_main .model_dec_adress a:hover {
  color: #005baa;
}
.model-dectil {
  width: 100%;
}
.model-dectil .model-dectil-img {
  width: 54.1%;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.model-dectil .model-dectil-img .pimg img {
  width: 100%;
}
.model-dectil-img .slick-dots {
  bottom: -25px;
}
.model-dectil-img .slick-dots li {
  width: 10px;
  height: 8px;
  margin: 0 4px;
}
.model-dectil-img .slick-dots li button {
  width: 8px;
  height: 8px;
  border: 1px solid #1c60ac;
  padding: 0;
  transition: 400ms;
  border-radius: 50%;
}
.model-dectil-img .slick-dots li.slick-active button {
  background: #005baa;
  transition: 400ms;
}
.model-dectil-title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 18px 0 24px;
}
.model-dectil-title span {
  display: block;
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
}
.model-dectil-bottom {
  padding: 8px 20px;
  background: #fafafa;
  height: 84px;
  margin: 40px 0 80px;
}
.model-dectil-bottom .model-dectil-chose {
  width: 80%;
  float: left;
}
.model-dectil-bottom .model-dectil-chose a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 14px;
  color: #808080;
}
.model-dectil-bottom .model-dectil-chose a:hover {
  color: #005baa;
}
.model-dectil-bottom .model-dectil-share {
  width: 20%;
  float: right;
  margin-top: 22px;
}
.model-dectil-share #bdshare span {
  height: 34px;
}
.model-dectil-share #bdshare a {
  display: inline-block;
  padding: 20px 12px;
}
.model-dectil-share #bdshare a.shareCount {
  width: 42px;
  padding: 0;
}
/*缩略图详情页*/
.model-dectil-imgtwo {
  padding: 6px 30px;
  background: #f7f7f7;
  margin: 50px auto;
  max-width:800px;
}
.model-dectil-imgtwo .model-dectil-slick2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 24px 0;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-for {
  width: 72.6%;
  float: left;
}
.model-dectil-imgtwo .model-dectil-slick2 .pimg {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-dectil-imgtwo .model-dectil-slick2 .pimg img {
  width: 100%;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav {
  width: 23.4%;
  float: right;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .pimg {
  margin-bottom: 7px;
  position: relative;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .pimg em {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  /* older safari/Chrome browsers */
  -webkit-opacity: 0.5;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0.5;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0.5;
  /* IE9 + etc...modern browsers */
  opacity: 0.5;
  /* IE 4-9 */
  filter: alpha(opacity=50);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  position: absolute;
  top: 0;
  left: 0;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-slide {
  outline: none;
  cursor: pointer;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-current .pimg em {
  /* older safari/Chrome browsers */
  -webkit-opacity: 0;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0;
  /* IE9 + etc...modern browsers */
  opacity: 0;
  /* IE 4-9 */
  filter: alpha(opacity=0);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev {
  width: 100%;
  height: 24px;
  left: 0;
  top: -16px;
  /* older safari/Chrome browsers */
  -webkit-opacity: 1 !important;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 1 !important;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 1 !important;
  /* IE9 + etc...modern browsers */
  opacity: 1 !important;
  /* IE 4-9 */
  filter: alpha(opacity=100) !important;
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
  width: 100%;
  height: 24px;
  right: 0;
  top: unset;
  bottom: -34px;
  /* older safari/Chrome browsers */
  -webkit-opacity: 1 !important;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 1 !important;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 1 !important;
  /* IE9 + etc...modern browsers */
  opacity: 1 !important;
  /* IE 4-9 */
  filter: alpha(opacity=100) !important;
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before {
  content: "";
  border-bottom: 12px solid #005baa;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before {
  content: "";
  border-top: 12px solid #005baa;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
  border-bottom: 1px solid #005baa;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover {
  border-top: 1px solid #005baa;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-disabled:hover {
  border: none;
}
/*图文列表1*/
.model-imgtextlist {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.model-imgtextlist ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-imgtextlist ul li a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.model-imgtextlist ul li .nimg {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.model-imgtextlist ul li .nimg img {
  width: 100%;
}
.model-imgtextlist-one ul li {
  border: 1px solid #e6e6e6;
  padding: 2%;
  margin-bottom: 30px;
}
.model-imgtextlist-one ul li .imgtextlist-l {
  width: 70%;
  float: left;
}
.model-imgtextlist-one ul li .imgtextlist-l .time {
  padding-left: 28px;
  line-height: 30px;
  color: #808080;
  background: url(../images/icon8.png) left center no-repeat;
  margin: 8px 0;
}
.model-imgtextlist-one ul li .imgtextlist-l dt {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.model-imgtextlist-one ul li .imgtextlist-l dd {
  font-size: 14px;
  color: #808080;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 14px;
}
.model-imgtextlist-one ul li a:hover .imgtextlist-l dt {
  color: #005baa;
}
.model-imgtextlist-one ul li .imgtextlist-r {
  width: 25%;
  float: right;
}
.moder_leftright_r .model-imgtextlist-one ul li .imgtextlist-l {
  width: 64%;margin-left: 3%;
}
.moder_leftright_r .model-imgtextlist-one ul li .imgtextlist-r {
  width: 33%;
}
/*图文列表2*/
.model-imgtextlist-two ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
}
.model-imgtextlist-two ul li .imgtextlist-l {
  width: 258px;
  float: left;
}
.model-imgtextlist-two ul li .imgtextlist-r {
  margin-left: 288px;
}
.model-imgtextlist-two ul li .imgtextlist-r dt {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
}
.model-imgtextlist-two ul li .imgtextlist-r dd {
  width: 100%;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #808080;
  margin: 12px 0;
}
.model-imgtextlist-two ul li .imgtextlist-r .time {
  color: #808080;
  font-size: 14px;
}
.model-imgtextlist-two ul li a:hover .imgtextlist-r dt {
  color: #005baa;
  font-weight: bold;
}
/*图文列表3*/
.model-imgtextlist-three ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 0;
}
.model-imgtextlist-three ul li .imgtextlist-l {
  width: 230px;
  float: left;
}
.model-imgtextlist-three ul li .imgtextlist-r {
  margin-left: 260px;
  padding: 20px 0;
  height: auto;
  overflow: hidden;
}
.model-imgtextlist-three ul li .imgtextlist-r dl {
  width: 84%;
  float: left;
}
.model-imgtextlist-three ul li .imgtextlist-r dt {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
}
.model-imgtextlist-three ul li .imgtextlist-r dd {
  width: 100%;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #808080;
  margin-top: 20px;
}
.model-imgtextlist-three ul li a:hover .imgtextlist-r dt {
  color: #005baa;
}
.model-imgtextlist-three ul li .imgtextlist-r .time {
  width: 11%;
  float: right;
  border-left: 1px dashed #e6e6e6;
}
.model-imgtextlist-three ul li .imgtextlist-r .time p {
  width: 118px;
  height: 88px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #005baa;
  line-height: 32px;
}
.model-imgtextlist-three ul li .imgtextlist-r .time p span {
  display: block;
  font-size: 38px;
}
.moder_leftright_r .model-imgtextlist-three ul li .imgtextlist-r dl {
  width: 76%;
}
/*图文列表4*/
.model-imgtextlist-four ul li {
  width: 31.67%;
  float: left;
  padding: 14px 0.83%;
}
.model-imgtextlist-four ul li a {
  padding-bottom: 97px;
  position: relative;
}
.model-imgtextlist-four ul li .imgtextlist-text {
  width: 100%;
  background: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.model-imgtextlist-four ul li .imgtextlist-text dl {
  padding: 12px 4%;
  min-height: 76px;
}
.model-imgtextlist-four ul li .imgtextlist-text dt {
  font-size: 16px;
  color: #333333;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-bottom: 5px;
}
.model-imgtextlist-four ul li .imgtextlist-text dd {
  width: 100%;
  height: 0;
  color: #94c1e8;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  margin: 4px 0;
}
.model-imgtextlist-four ul li .imgtextlist-text p {
  color: #808080;
}
.model-imgtextlist-four ul li a:hover .nimg img {
  transform: scale(1.1, 1.1);
  transition: 1s transform;
}
.model-imgtextlist-four ul li a:hover .imgtextlist-text {
  background: #005baa;
}
.model-imgtextlist-four ul li a:hover .imgtextlist-text dt {
  color: #fff;
}
.model-imgtextlist-four ul li a:hover .imgtextlist-text dd {
  height: 48px;
}
.model-imgtextlist-four ul li a:hover .imgtextlist-text p {
  color: #94c1e8;
}
.moder_leftright_r .model-imgtextlist-four ul li {
  width: 48.5%;
  float: left;
  padding: 15px 1.5%;
}
.moder_leftright_r .model-imgtextlist-four ul li:nth-child(2n) {
  padding-right: 0;
}
.moder_leftright_r .model-imgtextlist-four ul li:nth-child(2n + 1) {
  padding-left: 0;
}
/*文字列表1*/
.model-textlist {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.model-textlist-one ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 28px 0;
  border-bottom: 1px solid #e6e6e6;
}
.model-textlist-one ul .textlist-lifirst {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fafafa;
}
.model-textlist-one ul .textlist-lifirst .textlist-img {
  width: 386px;
  float: left;
}
.model-textlist-one ul .textlist-lifirst .textlist-img .timg {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-textlist-one ul .textlist-lifirst .textlist-img .timg img {
  width: 100%;
}
.textlist-lifirst .textlist-img .slick-dots {
  bottom: 10px;
  text-align: right;
  width: 97%;
}
.textlist-lifirst .textlist-img .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-bottom: none;
  padding: 0;
}
.textlist-lifirst .textlist-img .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  padding: 0;
  transition: 400ms;
  border-radius: 50%;
}
.textlist-lifirst .textlist-img .slick-dots li.slick-active button {
  background: #005baa;
  transition: 400ms;
}
.model-textlist-one ul .textlist-lifirst .textlist-text {
  margin-left: 414px;
  padding-right: 10px;
}
.model-textlist-one ul .textlist-lifirst .textlist-text dt {
  width: 100%;
  height: 46px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  padding-top: 16px;
}
.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-time {
  padding-left: 28px;
  line-height: 34px;
  color: #808080;
  background: url(../images/icon8.png) left center no-repeat;
}
.model-textlist-one ul .textlist-lifirst .textlist-text dd {
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #808080;
  margin: 14px 0 20px;
}
.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more {
  width: 158px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #808080;
  border: 1px solid #cccccc;
  display: block;
  text-indent: 10px;
  background: url(../images/icon9.png) 90% center no-repeat;
}
.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover {
  color: #fff;
  border: 1px solid #005baa;
  background: #005baa url(../images/icon10.png) 90% center no-repeat;
}
.model-textlist-one ul li .newtime {
  width: 118px;
  height: auto;
  text-align: center;
  font-size: 14px;
  color: #808080;
  border-right: 1px solid #e6e6e6;
  float: left;
}
.model-textlist-one ul li .newtime span {
  display: block;
  font-size: 30px;
}
.model-textlist-one ul li .textlist-r {
  margin-left: 150px;
}
.model-textlist-one ul li .textlist-r dt {
  width: 100%;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
}
.model-textlist-one ul li .textlist-r .textlist-hover {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.textlist-r .textlist-hover dd {
  width: 100%;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #808080;
  overflow: hidden;
}
.textlist-r .textlist-hover p {
  color: #808080;
  margin-top: 6px;
}
.model-textlist-one ul li:hover {
  border-bottom: 1px solid #005baa;
}
.model-textlist-one ul li:hover dt {
  color: #005baa;
  font-weight: bold;
}
.model-textlist-one ul li:hover .newtime {
  padding: 39px 0;
}
.model-textlist-one ul li:hover .textlist-r .textlist-hover {
  height: 78px;
}
/*文字列表2*/
.model-textlist-two ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.model-textlist-two ul li a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-textlist-two ul li .textlist-l {
  width: 88%;
  float: left;
}
.model-textlist-two ul li .textlist-l dt {
  width: 100%;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
}
.model-textlist-two ul li .textlist-l dd {
  width: 100%;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #808080;
  overflow: hidden;
  margin: 5px 0;
}
.model-textlist-two ul li .textlist-l p {
  color: #808080;
}
.model-textlist-two ul li .newtime {
  width: 82px;
  height: 102px;
  padding: 0 10px;
  background: #ccc;
  color: #fff;
  float: right;
}
.model-textlist-two ul li .newtime p {
  width: 62px;
  height: 102px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 28px;
}
.model-textlist-two ul li .newtime p span {
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 36px;
  line-height: 42px;
}
.model-textlist-two ul li a:hover .textlist-l dt {
  color: #005baa;
  font-weight: bold;
}
.model-textlist-two ul li a:hover .textlist-l p {
  color: #005baa;
}
.model-textlist-two ul li a:hover .newtime {
  background: #005baa;
}
/*文字列表3*/
.model-textlist-three ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.model-textlist-three ul li a {
  display: block;
  height: 40px;
  overflow: hidden;
  padding-left: 18px;
  position: relative;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
.model-textlist-three ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #005baa;
  position: absolute;
  left: 0;
  top: 17px;
}
.model-textlist-three ul li a dt {
  width: 90%;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  float: left;
  font-weight: normal;
}
.model-textlist-three ul li a span {
  float: right;
  font-size: 14px;
  line-height: 40px;
  color: #808080;
  font-weight: normal !important;
}
.model-textlist-three ul li a:hover,
.model-textlist-three ul li a:hover dt {
  color: #005baa;
  font-weight: bold;
}
/*文字列表4*/
.model-textlist-four ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}
.model-textlist-four ul li a {
  display: block;
  padding: 15px 20px;
  height: auto;
  overflow: hidden;
  background: #f5f5f5;
}
.model-textlist-four ul li .newtime {
  width: 130px;
  height: auto;
  padding-right: 28px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  border-right: 1px solid #e6e6e6;
  float: left;
}
.model-textlist-four ul li .newtime span {
  display: block;
  font-size: 30px;
}
.model-textlist-four ul li .textlist-r {
  margin-left: 160px;
}
.model-textlist-four ul li .textlist-r dt {
  font-size: 16px;
  color: #333333;
  height: 50px;
  width: 100%;
  line-height: 50px;
  overflow: hidden;
}
.model-textlist-four ul li .textlist-r dd {
  width: 100%;
  height: 0;
  color: #83c1f7;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
.model-textlist-four ul li a:hover {
  background: #005baa;
}
.model-textlist-four ul li a:hover .textlist-r dt {
  color: #fff;
  font-weight: bold;
}
.model-textlist-four ul li a:hover .textlist-r dd {
  height: 48px;
}
.model-textlist-four ul li a:hover .newtime {
  padding: 24px 0;
  padding-right: 28px;
  color: #fff;
}
/*搜索结果1*/
#model_contant_main .model_seach {
  padding: 17px 30px;
  background: #f5f5f5;
  margin: 20px 0;
}
#model_contant_main .model_seach .model-seachdiv {
  padding: 14px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.model_seach .model-seachdiv form {
  width: 454px;
  height: 44px;
  border: 1px solid #e6e6e6;
}
.model_seach .model-seachdiv form .input {
  outline: none;
  width: 369px;
  height: 42px;
  float: left;
  background: #fff;
  border: none;
  text-indent: 15px;
}
.model_seach .model-seachdiv form .seabtn {
  width: 83px;
  float: left;
  height: 42px;
  background: #005baa;
  color: #fff;
  border: none;
}
.model_seach dd {
  font-size: 16px;
  color: #333;
  margin: 14px 0 10px;
}
/*搜索结果2*/
#model_contant_main .model-result {
  font-size: 18px;
  color: #808080;
  text-align: center;
  padding: 35px 0;
}
.model-result-two ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.model-result-two ul li a {
  display: block;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  position: relative;
}
.model-result-two ul li a i {
  margin-right: 10px;
}
.model-result-two ul li a:hover {
  color: #005baa;
  font-weight: bold;
}

/*侧边导航*/
.opacity2,
.opacity3 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}
.model-leftnav {
  width: 70%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 44;
}
.model-leftnav-top {
  padding: 0 5%;
  margin: 0;
  height: 58px;
  overflow: hidden;
  line-height: 58px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #005baa;
  text-align: center;
}
.model-leftnav-top span {
  display: inline-block;
  height: 100%;
  padding-left: 45px;
  background: url(../images/icon15.png) left center no-repeat;
  background-size: 32px auto;
}
.model-leftnav-main {
  width: 100%;
  height: 90%;
  overflow-y: scroll;
}
.model-leftnav-main .nnav {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-leftnav-main .nnav li {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.model-leftnav-main .nnav li a.ce {
  display: block;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  position: relative;
  color: #333333;
  font-size: 16px;
}
.model-leftnav-main .nnav .yiji.xz a.ce {
  color: #005baa;
}
.model-leftnav-main .nnav .yiji dl {
  padding-right: 15px;
  padding-left: 5px;
  width: 40px;
  height: 44px;
  line-height: 44px;
  float: right;
  z-index: 3;
  position: relative;
}

.model-leftnav-main .nnav .yiji dl img {
  width: 100%;
}
.model-leftnav-main .nnav .yiji dl span {
  width: 20px;
  height: 20px;
}

.model-leftnav-main .nnav .yiji dl .icon1 {
  display: none;
}
.model-leftnav-main .nnav .yiji.xz .er_icon .icon1,
.model-leftnav-main .nnav .yiji .erji.tz .icon1,
.model-leftnav-main .nnav .yiji .erji.tz .threeji.fz .icon1 {
  display: block;
}

.model-leftnav-main .nnav .yiji .erji.tz .threeji .icon1 {
  display: none;
}
.model-leftnav-main .nnav .yiji .erji.tz .threeji .icon2 {
  display: block;
}

.model-leftnav-main .nnav .yiji.xz .er_icon .icon2,
.model-leftnav-main .nnav .yiji .erji.tz .icon2,
.model-leftnav-main .nnav .yiji .erji .threeji.fz .icon2 {
  display: none;
}
.model-leftnav-main .nnav li a.er {
  padding-left: 28px;
  color: #333;
  font-size: 16px;
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.model-leftnav-main .nnav .yiji dl.thr_icon,
.model-leftnav-main .nnav .yiji dl.four_icon {
  height: 40px;
  line-height: 40px;
}
.model-leftnav-main .nnav li.tz a.er {
  color: #005baa;
}
.model-leftnav-main .nnav li.tz a.er:before {
  content: "";
  width: 3px;
  height: 12px;
  background: #005baa;
  position: absolute;
  top: 14px;
  left: 18px;
}
.model-leftnav-main .nnav li .menu_body {
  display: none;
}
.model-leftnav-main .nnav li .menu_body li {
  border-bottom: none;
  padding: 0;
}
.model-leftnav-main .nnav li .thr_body,
.model-leftnav-main .nnav li .thr_body .four_body {
  display: none;
}
.model-leftnav-main .nnav li .thr_body a {
  padding-left: 42px;
  color: #333;
  font-size: 14px;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.model-leftnav-main .nnav li .four_body a.four {
  color: #666;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}

.page-prev {
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
}
.page-next {
  transform: translate3d(70%, 0, 0);
  -ms-transform: translate3d(70%, 0, 0);
  -webkit-transform: translate3d(70%, 0, 0);
  -o-transform: translate3d(70%, 0, 0);
  -moz-transform: translate3d(70%, 0, 0);
}
.page-active {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.page-in {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.page-out {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
  -ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
  display: block !important;
}
/*侧边导航结束*/
@media (min-width: 1440px) and (max-width: 1920px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .model-imgtextlist-one ul li .imgtextlist-l .time,
  .model-imgtextlist-one ul li .imgtextlist-l dd {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .updown_posnav_yiji {
    height: 50px;
  }
  .updown_posnav .nav_item a {
    height: 50px;
    line-height: 50px;
  }
  .updown_fenlei .cont_nav .one .o_li {
    width: 23.5%;
  }
  .model-imglist ul li p {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .model-imglist-four ul li .pimg em span {
    font-size: 16px;
    line-height: 24px;
  }
  .model-dectil .model-dectil-img {
    width: 64%;
  }
  .model-imgtextlist-one ul li .imgtextlist-l .time,
  .model-imgtextlist-one ul li .imgtextlist-l dd {
    margin: 0;
  }
  .model-imgtextlist-one ul li .imgtextlist-r {
    width: 28%;
  }
  .model-imgtextlist-two ul li .imgtextlist-l {
    width: 240px;
  }
  .model-imgtextlist-two ul li .imgtextlist-r {
    margin-left: 260px;
  }
  .model-imgtextlist-three ul li .imgtextlist-l {
    width: 210px;
  }
  .model-imgtextlist-three ul li .imgtextlist-r {
    margin-left: 230px;
  }
  .model-imgtextlist-three ul li .imgtextlist-r .time {
    width: 14%;
  }
  .model-imgtextlist-four ul li {
    width: 50%;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-img {
    width: 348px;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-text {
    margin-left: 368px;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-text dd {
    margin: 10px 0 14px;
  }
  .model-textlist-three ul li a dt {
    width: 88%;
  }
  .model-textlist-four ul li a {
    padding: 15px;
    padding-left: 0;
  }
  .moder_leftright_r .model-imglist-one ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #quickbar-wrap {
   /* padding-top: 58px;*/
    padding-bottom: 56px;
  }
  #quickbar-wrap .model_wrapper {
    padding-top: 0 !important;
  }
  .model_contant {
    padding: 16px 3%;
  }
  #model_banner .slick-dots {
    bottom: 10px;
  }
  /*图片列表1*/
  .model-imglist,
  .model-imgtextlist,
  .model-textlist {
    overflow: hidden;
    padding: 0;
  }
  .model-imglist ul {
    width: 100%;
    height: auto;
    overflow-y: hidden;
  }
  .model-imglist ul li {
    width: 50%;
    padding: 5px;
    float: left;
  }
  .model-imglist ul li:nth-child(2n + 1) {
    padding-left: 0;
  }
  .moder_leftright_r .model-imglist-three ul li{width: 50%;}
  .model-imglist ul li:nth-child(2n) {
    padding-right: 0;
  }
  .model-imglist ul li p {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .model-imglist-two ul li .pimg em {
    display: none;
  }
  .model-imglist-four ul li .pimg em {
    /* older safari/Chrome browsers */
    -webkit-opacity: 1;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 1;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 1;
    /* IE9 + etc...modern browsers */
    opacity: 1;
    /* IE 4-9 */
    filter: alpha(opacity=100);
    /*This works in IE 8 & 9 too*/
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    /*IE4-IE9*/
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    height: 32px;
    bottom: 0;
  }
  .model-imglist-four ul li .pimg em span {
    top: 0 !important;
    height: 100%;
    font-weight: normal;
    font-size: 16px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .model-imglist-four ul li .pimg em span i {
    display: none;
  }
  .model-dectil .model-dectil-img {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 30px;
  }
  .model-dectil-title {
    font-size: 18px;
  }
  .model-dectil-title span {
    font-size: 12px;
    margin-top: 6px;
  }
  .model-dectil-bottom {
    margin: 20px 0;
    padding: 6px 15px;
  }
  .model-dectil-bottom .model-dectil-chose a {
    height: 32px;
    line-height: 32px;
  }
  .model-dectil-imgtwo {
    padding: 0;
    background: none;
    margin: 0;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-for {
    width: 100%;
    float: unset;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav {
    width: 100%;
    float: unset;
    margin-top: 8px;
    padding: 0 6%;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-slide {
    padding: 0 2px;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev {
    width: 4%;
    height: 30px;
    left: 0;
    top: 50%;
    border-right: 1px solid #005baa;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after {
    content: "";
    border-right: 7px solid #005baa;
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: 0;
    top: 8px;
  }
  .model-dectil-imgtwo
    .model-dectil-slick2
    .slider-nav
    .slick-arrow.slick-disabled {
    border: none !important;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
    width: 4%;
    height: 30px;
    right: 0;
    top: 50%;
    border-left: 1px solid #005baa;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after {
    content: "";
    border-left: 7px solid #005baa;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before,
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before {
    display: none;
  }
  .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
    border-bottom: none;
  }
  .model-imgtextlist-one ul li {
    margin-bottom: 20px;
  }
  .model-imgtextlist-one ul li .imgtextlist-l,
  .model-imgtextlist-one ul li .imgtextlist-r {
    float: left;
    width: 100%;
  }
  .model-imgtextlist-one ul li .imgtextlist-l .time,
  .model-imgtextlist-one ul li .imgtextlist-l dd {
    margin: 0;
  }
  .model-imgtextlist-one ul li .imgtextlist-l {
    padding: 0;
  }
  .model-imgtextlist-one ul li .imgtextlist-l .time{height: 20px;line-height: 20px;font-size: 14px;padding-left: 20px;background-size: 14px auto;}
  .model-imgtextlist-one ul li .imgtextlist-l dt{height: 30px;line-height: 30px;font-size: 16px;font-weight: normal;}
  .model-imgtextlist-one ul li .imgtextlist-l dd {
    height: 44px;line-height: 22px;
  }
  .model-imgtextlist-two ul li,
  .model-imgtextlist-three ul li {
    padding: 20px 0;
  }
  .model-imgtextlist-two ul li .imgtextlist-l {
    width: 100%;
  }
  .model-imgtextlist-two ul li .imgtextlist-r {
    margin-left: 0;
    padding-top: 6px;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .model-imgtextlist-two ul li .imgtextlist-r dd {
    margin-top: 0;
  }
  .model-imgtextlist-three ul li .imgtextlist-l {
    width: 100%;
    float: unset;
  }
  .model-imgtextlist-three ul li .imgtextlist-r {
    margin: 0;
    padding-top: 14px;
    padding-bottom: 0;
    width: 100%;
    height: auto;
  }
  .model-imgtextlist-three ul li .imgtextlist-r dl {
    width: 100%;
    margin-bottom: 4px;
  }
  .model-imgtextlist-three ul li .imgtextlist-r dd {
    margin-top: 10px;
    height: auto;
    max-height: 72px;
  }
  .model-imgtextlist-four ul li {
    width: 100%;
    padding: 10px 0;
  }
  .model-imgtextlist-four ul li a {
    padding-bottom: 0;
  }
  .model-imgtextlist-four ul li .imgtextlist-text {
    position: relative;
  }
  .model-imgtextlist-four ul li .imgtextlist-text dl {
    padding: 8px 3%;
  }
  .model-imgtextlist-four ul li .imgtextlist-text dt {
    height: 38px;
    margin-bottom: 0;
    color: #333333 !important;
  }
  .model-imgtextlist-four ul li .imgtextlist-text dd {
    height: 48px;
    color: #808080;
  }
  .model-imgtextlist-four ul li .imgtextlist-text p {
    color: #808080 !important;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-img {
    width: 100%;
    float: unset;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-text {
    margin-left: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 12px;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-text dt {
    font-size: 16px;
    height: 30px;
    padding-top: 0;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-text dd {
    margin: 0;
  }
  .model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more {
    width: 30%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
  }
  .model-textlist-one ul li {
    padding: 20px 0;
  }
  .model-textlist-one ul li .newtime {
    width: 74px;
    font-size: 12px;
  }
  .model-textlist-one ul li .newtime span {
    font-size: 26px;
  }
  .model-textlist-one ul li .textlist-r {
    margin-left: 88px;
  }
  .model-textlist-one ul li .textlist-r dt {
    height: 22px !important;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .model-textlist-one ul li .textlist-r .textlist-hover {
    height: 24px;
  }
  .model-textlist-two ul li .textlist-l {
    width: 82%;
  }
  .model-textlist-two ul li .newtime {
    width: 16%;
    padding: 0 4px;
  }
  .model-textlist-two ul li .newtime p {
    font-size: 12px;
  }
  .model-textlist-two ul li .newtime p span {
    font-size: 28px;
  }
  .model-textlist-three ul li {
    padding-top: 6px;
  }
  .model-textlist-three ul li a dt {
    width: 100%;
  }
  .model-textlist-three ul li a span {
    line-height: 14px;
    float: left;
  }
  .model-textlist-four ul li a {
    padding: 12px;
    padding-left: 0;
    background: #f5f5f5 !important;
  }
  .model-textlist-four ul li .newtime {
    width: 82px;
    padding-right: 10px;
  }
  .model-textlist-four ul li .newtime span {
    font-size: 22px;
  }
  .model-textlist-four ul li .textlist-r {
    margin-left: 94px;
  }
  .model-textlist-four ul li .textlist-r dt {
    height: 32px;
    line-height: 32px;
    color: #333333 !important;
  }
  .model-textlist-four ul li .textlist-r dd {
    height: 24px;
    color: #808080;
  }
  #model_contant_main.moder_search_result .model-textlist-three ul li,
  .model-result-two ul li {
    padding: 8px 0;
  }
  #model_contant_main .model_seach {
    padding: 6px 12px;
  }
  .model_seach .model-seachdiv form {
    width: 100%;
    height: 40px;
  }
  .model_seach .model-seachdiv form .input {
    width: 80%;
    height: 38px;
  }
  .model_seach .model-seachdiv form .seabtn {
    width: 20%;
    height: 38px;
  }
  #model_contant_main .model-result {
    padding: 20px 0 10px;
    font-size: 16px;
  }
  .model_contant.model_leftright {
    background: none;
  }
  .model_contant.model_leftright:after {
    display: none;
  }
  .moder_leftright_r {
    width: 100%;
    padding-left: 0;
    background: none;
    padding: 16px 0 0;
  }
}
@media (max-width: 360px) {
  .model-classify-nav {
    max-height: 258px;
  }
}



/*图片列表1*/
.model-imglist {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}
.model-imglist ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-imglist ul li a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model-imglist ul li .pimg {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.model-imglist ul li .pimg img {
  width: 100%;
}
.model-imglist ul li a:hover .pimg img {
  transform: scale(1.1, 1.1);
  transition: 1s transform;
}
.model-imglist-one ul li {
  width: 33.33%;
  float: left;
  padding: 7px 0.83%;
}
.model-imglist-one ul li p {
  width: 100%;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.model-imglist-one ul li a:hover p {
  color: #005baa;
  font-weight: bold;
}
/*图片列表2*/
.model-imglist-two ul li {
  width: 33.33%;
  float: left;
  padding: 10px 0.83%;
}
.model-imglist-two ul li .pimg em {
  /* older safari/Chrome browsers */
  -webkit-opacity: 0;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0;
  /* IE9 + etc...modern browsers */
  opacity: 0;
  /* IE 4-9 */
  filter: alpha(opacity=0);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.model-imglist-two ul li .pimg em span {
  display: block;
  width: 48px;
  height: 48px;
  background: #005baa url(../images/icon7.png) center no-repeat;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 80%;
  margin-left: -24px;
  margin-top: -24px;
}
.model-imglist-two ul li a:hover .pimg em {
  /* older safari/Chrome browsers */
  -webkit-opacity: 1;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 1;
  /* IE9 + etc...modern browsers */
  opacity: 1;
  /* IE 4-9 */
  filter: alpha(opacity=100);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.model-imglist-two ul li a:hover .pimg em span {
  top: 50%;
}
.model-imglist-two ul li p {
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333333;
  background: #f5f5f5;
  position: relative;
}
.model-imglist-two ul li a:hover p:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid #005baa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
.model-imglist-two ul li a:hover p {
  background: #005baa;
  color: #fff;
  font-weight: bold;
}
/*图片列表3*/
.model-imglist-three ul li {
  width: 25%;
  float: left;
  padding: 14px 0.75%;
}
.model-imglist-three ul li a {
  display: block;
  width: auto;
  padding: 4%;
  padding-bottom: 0;
  border: 2px solid #e6e6e6;
  height: auto;
  overflow: hidden;
}
.model-imglist-three ul li p {
  height: 52px;
  line-height: 52px;
  padding: 0 5px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
}
.model-imglist-three ul li a:hover {
  border: 2px solid #005baa;
}
.model-imglist-three ul li a:hover p {
  font-weight: bold;
  color: #005baa;
  background: url(../images/icon6.png) right center no-repeat;
}
.moder_leftright_r .model-imglist-three ul li {
  width: 33.33%;
  padding: 14px 0.9%;
}
/*图片列表4*/
.model-imglist-four ul li {
  width: 33.33%;
  float: left;
  padding: 10px 0.83%;
}
.model-imglist-four ul li .pimg em {
  /* older safari/Chrome browsers */
  -webkit-opacity: 0;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0;
  /* IE9 + etc...modern browsers */
  opacity: 0;
  /* IE 4-9 */
  filter: alpha(opacity=0);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.model-imglist-four ul li .pimg em span {
  display: block;
  width: 100%;
  height: auto;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: 80%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.model-imglist-four ul li .pimg em span i {
  font-size: 14px;
  display: block;
}
.model-imglist-four ul li a:hover .pimg em {
  /* older safari/Chrome browsers */
  -webkit-opacity: 1;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 1;
  /* IE9 + etc...modern browsers */
  opacity: 1;
  /* IE 4-9 */
  filter: alpha(opacity=100);
  /*This works in IE 8 & 9 too*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.model-imglist-four ul li a:hover .pimg em span {
  top: 50%;
}
/*pc页码*/
.model_page {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: 30px 0;
}
.model_page a {
  padding: 5px 0;
  margin: 0 16px;
}
.model_page a.prev,
.model_page a.next {
  font-family: "幼圆";
  font-weight: bold;
}
.model_page a.current,
.model_page a:hover {
  color: #005baa;
  border-bottom: 0px solid #005baa;
}
/*手机页码*/
.model-phone-page {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 14px 0;
}
.model-phone-page a {
  display: inline-block;
  padding: 4px 5%;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  margin: 0 0.5%;
}
.model-phone-page span {
  display: inline-block;
  padding: 4px 5%;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  margin: 0 0.5%;
}
.model-phone-page span i {
  color: #005baa;
}
/*内页分类*/
