* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #111;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mian-position {
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
}

.top-header {
	width: 100%;
	background: #eeeeee;
	overflow: hidden;
	font-size: 15px;
	line-height: 38px;
	color: #666666;
}

.top-header .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header-a {
	display: flex;
	flex-wrap: wrap;
}

.header-a a {
	display: inline-block;
	position: relative;
}

.header-a a.en {
	display: inline-block;
	color: #666666;
	margin: 0 20px;
	text-transform: uppercase;
}

.header-a a.en:hover {
	color: #07275a;
}

.s-i::before {
	content: '';
	position: absolute;
	top: 30%;
	left: -22px;
	z-index: 10;
	width: 2px;
	height: 40%;
	background: #666666;
}

.s-i {
	height: 38px;
	margin-left: 25px;
}

.section {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
	transition: 1.2s;
	background: #fff;
}

.header .logo {
	float: left;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	width: 175px;
	display: block;
}

.header .logo a img {
	width: 100%;
}

.header .menu {
	width: 63%;
	float: right;
}

.header .menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li {
	text-align: center;
	position: relative;
}

.header .menu ul li a {
	display: block;
	position: relative;
	font-size: 18px;
	color: #666666;
	line-height: 105px;
}

.header .menu ul li a.a1::before {
	content: '';
	width: 0;
	height: 6px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background: #e6212a;
}

.header .menu ul li.on .a1::before,
.header .menu ul li:hover .a1::before {
	width: 100%;
}

.header .menu ul li.on .a1,
.header .menu ul li:hover .a1 {
	color: #e6212a;
}

.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 166px;
	left: 50%;
	margin-left: -83px;
	top: 100%;
	display: none;
	border-top: 1px solid #f0f0f0;
	box-shadow: 0px 6px 7px 0px rgba(224, 224, 224, 0.48);
}

.header .menu li .drop ul {
	width: 100%;
	display: block;
	text-align: center;
}

.header .menu li .drop li {
	display: block;
	margin: 0;
	width: 100%;
}

.header .menu li .drop li a {
	color: #666;
	line-height: 44px;
	font-size: 16px;
}

.header .menu li .drop li a:hover {
	color: #fff;
	background: #e6212a;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 25px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 3px;
	background: #fe0100;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(1px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(3px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.hide {
	top: -150px;
}

.index-title {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}

.index-title em {
	display: inline-block;
	width: 111px;
	height: 4px;
	background: #e6212a;
}

.index-title h2 {
	font-weight: normal;
	font-size: 35px;
	color: #666;
	margin: 4px 0 0 0;
}

.index-title p {
	font-size: 14px;
}

/*banner-swiper*/
.banner-swiper {
	position: relative;
	margin-top: 143px;
	width: 100%;
	overflow: hidden;
}

.index-banner-img {
	height: 700px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.banner-pagination {
	position: absolute;
	bottom: 3%;
	text-align: center;
	left: 0;
	color: #fff;
	line-height: 48px;
	transition: 0.4s;
}

.banner-pagination span {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	transition: 0.4s;
	font-style: italic;
	opacity: 0.5;
	position: relative;
}

.banner-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.banner-next,
.banner-prev {
	width: 50px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	background: rgba(0, 0, 0, 0.5);
}

.banner-next {
	right: 0;
}

.banner-prev {
	left: 0;
}

.banner-next:after,
.banner-prev:after {
	font-size: 24px;
	color: #fff;
}

.banner-next:hover,
.banner-prev:hover {
	background: rgba(0, 0, 0, 0.8);
}

.banner-class {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.banner-class a {
	color: #fff;
	width: 18%;
	max-width: 200px;
	font-size: 18px;
	display: inline-block;
	position: relative;
	padding: 18px 10px;
	text-align: center;
	background: #e6212a;
}

.banner-class a.choose,
.banner-class a.on,
.banner-class a:hover {
	background: #c22128;
}

.txt {
	font-size: 18px;
	color: #666666;
}

/*index_about*/
.index_about {
	width: 100%;
	background: #fff;
	padding: 60px 0 115px 0;
	overflow: hidden;
}

.index_about dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	background: #f2f2f2;
}

.index_about dl dt {
	width: 50%;
}

.index_about dl dt img {
	width: 100%;
}

.index_about dl dd {
	width: 50%;
	padding: 50px 35px;
	border-top: 15px solid #e6212a;
	position: relative;
}

.index_about dl dd span {
	font-size: 40px;
	display: block;
	font-weight: bold;
	color: #404040;
}

.index_about dl dd span.span02 {
	padding-left: 20px;
}

.index_about dl dd h5 {
	font-size: 20px;
	line-height: 35px;
	margin-top: 15%;
	font-family: "SourceHanSansCN-Light";
}

.about-txt {
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
}

.about-txt .txt {
	line-height: 32px;
	margin-bottom: 50px;
	color: #767171;
}

.about-txt .txt p {
	margin-bottom: 15px;
}

.about-txt .more a {
	color: #e6212a;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	transition: 0.4s;
	position: relative;
	width: 145px;
	border-radius: 30px;
	text-align: center;
	border: 1px solid #e6212a;
}

.about-txt .more a:hover {
	background: #e6212a;
	color: #fff;
}

text-align: center;
font-family: 'HarmonyOS_Sans_SC_Bold';
}

.about-txt .txt {
	max-width: 1000px;
	margin: 50px auto;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.num-box {
	width: 100%;
	overflow: hidden;
}

.num-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.num-box ul li .img img {
	height: 60px;
	margin: 10px auto;
}

.num-box ul li .counter {
	font-size: 50px;
	font-weight: 600;
	color: #e6212a;
}

.num-box ul li {
	width: 20%;
	margin: 0 2.5%;
	text-align: center;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.num-box ul li em {
	font-style: normal;
	font-size: 16px;
	color: #e6212a;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.num-box ul li span {
	font-size: 16px;
	color: #666;
	display: block;
	position: relative;
}

.indexnum {
	padding: 50px 0;
}

.indexnum ul {
	justify-content: center;
}

.innernum {
	padding-top: 60px;
}

.innernum ul {
	justify-content: space-between;
}

/*index_product*/
.index_product {
	width: 100%;
	background: #ececec;
	padding: 60px 0;
	overflow: hidden;
}

.product-hd {
	width: 100%;
	z-index: 99;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.product-hd ul {
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
}

.product-hd ul li {
	padding: 0 20px;
	line-height: 45px;
	color: #000;
	position: relative;
	box-sizing: border-box;
	font-size: 16px;
	cursor: pointer;
}

.product-hd ul li::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 2px;
	height: 18px;
	z-index: 9;
	background: #BBBBBB;
}

.product-hd ul li:last-child::after {
	display: none;
}

.product-hd ul li.on {
	color: #488CF1;
}

.product-middle {
	width: 100%;
	overflow: hidden;
}

.product-middlelist {
	width: 100%;
}

.product-middlelist ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product-middlelist ul li {
	width: 23%;
	margin: 20px 1%;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
}

.pharmaceutical_content {
	display: block;
}

.pharmaceutical_content .box img {
	width: 100%;
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.pharmaceutical_content .txt {
	padding: 25px 22px;
	color: #666;
}

.pharmaceutical_content .txt h3 {
	font-weight: bold;
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
}

.pharmaceutical_content .txt p {
	font-size: 15px;
}

.pharmaceutical_content:hover h3 {
	color: #e6212a;
}

.pharmaceutical_content:hover .box img {
	transform: scale(1.2, 1.2);
}

/*index_news*/
.index_news {
	width: 100%;
	background: #fff;
	padding: 60px 0;
	overflow: hidden;
}

.index_news_rc {
	width: 36.5%;
	float: right;
}

.index_news_rc a {
	width: 100%;
	display: block;
	position: relative;
}

.index_news_rc img {
	width: 100%;
}

.index_news_rc .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 4px;
	margin: 0;
	background: #4db0f9a6;
}

.index_news_rc .txt h3 {
	color: #fff;
	padding: 10px 5px;
	font-size: 18px;
}

.index_news_rc a:hover h3 {
	color: #488CF1;
}

.news_slideTxtBox {
	width: 57.5%;
	float: left;
}

.news-hd {
	width: 100%;
	z-index: 99;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}

.news-hd ul {
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.news-hd ul li {
	padding: 0 14px;
	line-height: 30px;
	position: relative;
	box-sizing: border-box;
	font-size: 16px;
	cursor: pointer;
	border-bottom: 3px solid #fff;
}

.news-hd ul li.on {
	color: #0036a4;
	border-bottom: 3px solid #0036a4;
}

.Cooperative_newes_more {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
}

.Cooperative_newes_more a {
	font-size: 16px;
	color: #666;
}

.Cooperative_newes_more a:hover {
	color: #488CF1;
}

.news-middle {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 10px 5px;
	margin-top: 10px;
}

.news-list ul {
	overflow: hidden;
}

.news-list ul li {
	padding: 7px 0;
	border-bottom: 1px dashed #e0e0e0;
}

.news-list a {
	display: block;
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	color: #666;
	font-size: 16px;
	position: relative;
}

.news-list .news-list-title {
	width: 80%;
	float: left;
	padding-left: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	position: relative;
}

.news-list .news-list-title::before {
	content: '';
	width: 4px;
	height: 4px;
	left: 0;
	top: 50%;
	border-radius: 50%;
	margin-top: -2px;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background: #5E8BFA;
}

.news-list .news-list-time {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.news-list a:hover {
	color: #488CF1;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	margin-top: 143px;
	position: relative;
}

.inner-banner-img {
	height: 268px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}

.banner-content h2 {
	font-size: 40px;
	position: relative;
}

.banner-content h3 {
	font-size: 20px;
	position: relative;
}

.aboutbanner-content {
	color: #000;
}

.inner_section {
	width: 100%;
	overflow: hidden;
	background: #f9f9f9;
}

.inner_content {
	width: 100%;
	overflow: hidden;
	max-width: 1200px;
	margin: auto;
	background: #fff;
	padding: 0 18px;
}

.main-nav {
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	z-index: 10;
	overflow: hidden;
	line-height: 65px;
	color: #585858;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #e0e0e0;
}

.main-nav .NowMenu {
	font-size: 30px;
	color: #333;
}

.main-nav a {
	display: inline-block;
	font-size: 15px;
	color: #2F4461;
	transition: color .3s;
}

.main-nav span {
	color: #e6212a;
}

.main-nav i {
	font-style: normal;
	margin: 0 5px;
	display: inline-block;
}

/*inner-about */
.page_box {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 25px 0 95px 0;
	font-size: 16px;
	color: #333;
	line-height: 40px;
}

.page_box h4 {
	color: #337FE5;
	font-weight: bold;
}

.page_box img {
	max-width: 100%;
	margin: 5px auto;
}

/*inner-product*/
.inner-product {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.product-list {
	width: 100%;
}

.product-list img {
	max-width: 100%;
	margin: auto;
}

.detail-content {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin: 55px 0;
}

.detail-intro img {
	max-width: 100%;
	margin: 10px auto;
}

.detail-contact {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin: 55px 0;
	text-align: center;
}

.detail-contact a {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 240px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: #3ca0ee;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.detail-contact a img {
	margin: -2px 14px 0 0;
	display: inline-block;
	vertical-align: middle;
	max-width: 30px;
}

/* inner-news */
.news-class {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin: 15px 0;
}

.news-class a {
	color: #585858;
	font-size: 16px;
	width: 159px;
	display: inline-block;
	position: relative;
	padding: 10px 5px;
	text-align: center;
	background: #e2e2e2;
}

.news-class a.choose,
.news-class a.on,
.news-class a:hover {
	color: #fff;
	background: #e6212a;
}

.modCpPic-title {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin: 15px 0;
}

.modCpPic-title a {
	color: #fff;
	font-size: 16px;
	background-color: #9b9b9b;
	border-radius: 5px;
	display: inline-block;
	margin: 5px 5px;
	position: relative;
	padding: 3px 10px;
	text-align: center;
}

.modCpPic-title a.choose,
.modCpPic-title a.on,
.modCpPic-title a:hover {
	color: #fff;
	background: #e6212a;
}

.detail-intro img {
	max-width: 100%;
}

.inner-news {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 30px 0;
}

.news-news {
	width: 100%;
}

.news-news a {
	width: 100%;
	display: block;
	position: relative;
	background: #fff;
	color: #3e3e3e;
	border-bottom: 1px dashed #ddd;
	transition: 0.3s;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	overflow: hidden;
	color: #333;
	line-height: 36px;
	padding-right: 100px;
}

.news-news a span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 36px;
}

.news-news a:hover {
	color: #e6212a;
}

.news-detail {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	color: #333;
}

.news-detail .news-title {
	width: 100%;
	color: #000;
	line-height: 30px;
	overflow: hidden;
	padding: 25px 0;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
}

.news-detail .news-title h1 {
	font-size: 30px;
}

.news-detail .news-intro {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	color: #454545;
	padding: 20px 0;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

.news-back {
	line-height: 45px;
	background: #F7F7F7;
	text-align: center;
}

.news-back a {
	color: #666;
	font-size: 16px;
}

.news-back a:hover {
	color: #0762cb;
}

.t_button {
	margin-top: 55px;
}

.t_g4shen {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	padding: 17.5px 82.5px;
	background: #0762cb;
	display: inline-block;
	cursor: pointer;
}

.up-down {
	width: 100%;
	margin-top: 40px;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #0072ce;
}

/*inner-contact */
.inner-contact {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 45px 0;
}

.inner-contact dl {
	width: 90%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: 45px auto;
}

.inner-contact dl dt {
	width: 30%;
}

.inner-contact dl dt img {
	max-width: 100%;
}

.inner-contact dl dd {
	width: 60%;
	margin-left: 7%;
	color: #3e3e3e;
	font-size: 16px;
	line-height: 30px;
}

.inner-contact dl dd h3 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

.contact-form {
	width: 100%;
	padding-bottom: 30px;
}

.contact-form h1 {
	font-size: 24px;
	color: #333333;
	display: block;
	margin-bottom: 45px;
}

.contact-form ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-form ul li {
	overflow: hidden;
	float: left;
	margin: 10px 0;
	position: relative;
}

.contact-form ul li span {
	font-size: 16px;
	color: #333333;
	display: block;
	margin-bottom: 14px;
}

.contact-form ul li i {
	color: #d80000;
	font-style: normal;
}

.contact-form ul li.w25 {
	width: 47%;
}

.contact-form ul li.w100 {
	width: 100%;
}

.contact-form ul li input {
	line-height: 38px;
	width: 100%;
	font-size: 16px;
	color: #333;
	padding: 10px 10px 10px 70px;
	font-weight: 300;
	background: none;
	border: 0;
	position: relative;
}

.contact-form ul li textarea {
	width: 100%;
	line-height: 40px;
	padding: 10px 10px;
	font-size: 16px;
	background: none;
	border: 0;
	color: #333;
	position: relative;
}

.contact-form ul li input::placeholder {
	color: #999999;
}

.contact-form ul li textarea::placeholder {
	color: #999999;
}

.contact-form ul li .button {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 10px 0;
	color: #ffffff;
	border: 0;
	line-height: 60px;
	font-size: 20px;
	padding: 0;
	background: #488CF1;
}

.contact-form ul li .button:hover {
	background: #3a70c1;
}

.contact-form input::placeholder {
	color: #999999;
}

.forminput {
	position: relative;
	background: #F8F8F9;
	border: 1px solid #EDEDED;
	transition: 0.3s;
	cursor: pointer;
}

.forminput img {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -15px;
	z-index: 10;
}

.contact-form ul li:hover .forminput {
	background: #488CF1;
	border: 1px solid #488CF1;
}

.contact-form ul li:hover img {
	filter: brightness(100);
}

.contact-form ul li:hover textarea,
.contact-form ul li:hover input {
	color: #fff;
}

.contact-form ul li:hover textarea::placeholder,
.contact-form ul li:hover input::placeholder {
	color: #fff;
}

.contact_adv {
	width: 100%;
	padding: 74.5px 0;
	overflow: hidden;
	background-image: url(../contact_adv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #486781;
}

.contact_adv h1 {
	font-size: 46px;
	font-weight: bold;
}

.contact_adv h3 {
	font-size: 30px;
	margin-top: 10px;
}

.join_list_frame {
	width: 100%;
	padding: 55px 0 110px 0;
	overflow: hidden;
	background: #fff;
}

.join-title {
	text-align: center;
}

.join-title h2 {
	display: inline-block;
	width: 251px;
	padding: 10px 0;
	position: relative;
}

.join-title h2:before {
	display: block;
	content: '';
	width: 100%;
	height: 33px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0.25;
	background: #A9C2D4;
}

.join-title span {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 40px;
	color: #486781;
	position: relative;
	z-index: 20;
}

.join_memo {
	width: 80%;
	font-size: 30px;
	color: #333333;
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.join_memo a {
	display: inline-block;
	color: #333333;
}

.join_memo a:hover {
	color: #488CF1;
}

.join-list ul {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.join-list ul li {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.join_prop {
	width: 100%;
	font-size: 22px;
	padding: 17px 0;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	;
}

.join_prop span {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.join_prop .w01 {
	float: left;
	margin-right: 50px;
}

.join_prop .w02 {
	float: left;
}

.join_prop .w03 {
	float: right;
	font-size: 22px;
}

.join_content {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
}

.join_content .txt h3 {
	font-weight: bold;
	padding: 28px 0;
	color: #313131;
	font-size: 16px;
}

.join_content .txt {
	line-height: 27px;
}

.qt-pagination {
	width: 99%;
	margin: 0 0.5%;
	overflow: hidden;
	padding: 30px 0;
	color: #333;
	display: flex;
	flex-wrap: wrap;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 4px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	line-height: 38px;
	padding: 0 15px;
	display: inline-block;
	text-align: center;
}

.qt-pagination span {
	margin: 0 4px;
	font-size: 14px;
	color: #555;
	cursor: pointer;
	line-height: 38px;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
}

.qt-pagination input.laypage_skip {
	width: 60px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #e3e3e3;
	line-height: 38px;
	display: inline-block;
	text-align: center;
}

.qt-pagination a i {
	font-style: normal;
	color: #A1A1A1;
}

.qt-pagination a.pagination_previous i {
	margin-right: 10px;
}

.qt-pagination a.pagination_next i {
	margin-left: 10px;
}

.laypage_btn {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 4px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	line-height: 38px;
	padding: 0 15px;
	display: inline-block;
	text-align: center;
}

.laypage_btn:hover,
.qt-pagination .active,
.qt-pagination a:hover {
	background: #DEEAFA;
	color: #003F93;
	border: 1px solid #DEEAFA;
}

.footer_logo {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.footer_logo img {
	margin: auto;
}

.footer {
	width: 100%;
	overflow: hidden;
	background: #323232;
	color: #B8B8B8;
	position: relative;
	padding: 10px 0;
	border-top: 5px solid #3ca0ee;
}

.footer .section,
.foot-copyright .section {
	max-width: 1070px;
}

.foot-menu {
	padding: 25px 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.foot-menu a {
	color: #a3a3a3;
	font-size: 16px;
	margin-right: 50px;
	display: inline-block;
}

.foot-menu a:hover {
	color: #fff;
}

.footer .box {
	padding: 40px 0;
}

.foot-wechat {
	float: left;
	width: 26%;
}

.foot-wechat img {
	width: 100%;
	max-width: 150px;
}

.foot-contact {
	width: 30%;
	float: left;
	margin-left: 2%;
}

.foot-contact ul li {
	width: 100%;
	line-height: 25px;
	font-size: 14px;
}

.foot-Support {
	max-width: 130px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 60px;
	display: flex;
}

.foot-Support .img img {
	width: 100%;
}

.foot-copyright {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	line-height: 25px;
	color: #636363;
	font-size: 14px;
	background: #252525;
}

.foot-copyright p {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.foot-copyright p em {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
}

.foot-copyright p img {
	max-width: 15px;
}

.foot-copyright a {
	color: #636363;
}

.foot-copyright a:hover {
	color: #fff
}

.cd-top {
	display: inline-block;
	height: 44px;
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../top.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media (max-width:1600px) {
	.exhibition-prev {
		left: 0;
	}

	.exhibition-next {
		right: 0;
	}
}

@media (max-width:1400px) {

}

@media (max-width:1140px) {
	.section {
		width: 100%;
		padding: 0 25px;
	}

	.top-header .section {
		justify-content: end;
	}

	.top-header {
		font-size: 14px;
	}

	.top-header .wec {
		display: none;
	}

	.header-a a.en {
		margin: 0 9px;
	}

	.s-i::before {
		top: 33%;
		left: -12px;
	}

	.s-i {
		margin-left: 15px;
	}

	.banner-class a {
		font-size: 16px;
	}

	.index-banner-img {
		height: auto;
		padding-top: 60%;
	}

	.index_about dl dt,
	.index_about dl dd {
		width: 100%;
	}

	.index_about dl dd h5 {
		font-size: 20px;
		line-height: 35px;
		margin-top: 5%;
	}

	.num-box ul li .img img {
		height: 45px;
	}

	.num-box ul li .counter {
		font-size: 35px;
	}

	.innernum {
		padding-top: 30px;
	}

	.header {
		z-index: 9999;
		background: #fff;
		height: 70px;
		position: relative;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #f2f2f2;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #e1e1e1;
	}

	.header .menu ul li a.a1 {
		padding: 0;
		font-size: 16px;
		margin-left: 25px;
	}

	.header .menu ul li a {
		padding: 0;
		display: inline-block;
		line-height: 50px;
		color: #000;
	}

	.header .menu ul li:hover .a1 {
		color: #000;
	}

	.header .menu ul li.on .a1,
	.header .menu ul li:hover .a1 {
		color: #000;
	}

	.header .logo a {
		width: 125px;
		display: block;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin: 0;
		box-shadow: none;
	}

	.header .menu ul li a.a1::before {
		display: none;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .menu li .drop li a {
		display: block;
		text-align: center;
	}

	.header .logo {
		height: 70px;
	}

	.header .search .s-i {
		display: none;
	}

	.header .search {
		width: 96%;
		margin: 10px 2%;
		height: 38px;
		border: none;
	}

	.header .search input.da_button,
	.header .search input.username {
		border: 1px solid #fff;
	}

	.header .search .search-form {
		position: static;
		width: 100%;
		visibility: visible;
		opacity: 1;
	}

	.banner-swiper,
	.banner {
		margin-top: 108px;
	}

	.banner h2,
	.banner h1 {
		font-size: 55px;
	}

	.bon {
		font-size: 20px;
		line-height: 40px;
	}

	.inner-about .about-img,
	.inner-about .about-txt {
		width: 100%;
		overflow: hidden;
		float: none;
		margin: 10px 0;
	}
}

@media (max-width:999px) {

	.banner h2,
	.banner h1 {
		font-size: 45px;
	}

	.bon {
		font-size: 18px;
		line-height: 36px;
	}

	.index_pharmaceutical .more a {
		width: 170px;
		font-size: 18px;
		line-height: 45px;
	}

	.index_pharmaceutical ul li {
		width: 31%;
	}

	.index_pharmaceutical ul li:nth-child(2) {
		margin: 20px 3.5%;
	}

	.pharmaceutical_content .txt {
		padding: 30px 15px;
		color: #666;
	}

	.foot-wechat ul li {
		font-size: 12px;
	}

	.banner h2,
	.banner h1 {
		font-size: 35px;
	}
}

/*banner媒体查询*/
@media (max-width:768px) {
	.news-class .section {
		text-align: center;
	}

	.section {
		width: 100%;
		padding: 0 20px;
	}

	.m_menu {
		right: 20px;
	}

	.index_about,
	.index_product,
	.index_pharmaceutical,
	.index_cooperative,
	.index_news,
	.footer {
		padding: 85px 0;
	}

	.footer h3 {
		margin-bottom: 25px;
	}

	.product-class {
		width: 100%;
	}

	.product-class ul {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.product-class ul::-webkit-scrollbar {
		display: none
	}

	.product-class ul li {
		display: inline-block;
		width: auto;
		padding: 0 10px;
		margin: 0;
	}

	.product-class li a {
		line-height: 50px;
		height: 50px;
		padding-left: 0;
	}

	.product-list {
		width: 100%;
	}

	.about-txt {
		width: 100%;
	}

	.about-img {
		display: none;
	}

	.foot-menu {
		width: 65%;
	}

	.foot-contact {
		width: 30%;
	}

	.foot-wechat {
		width: 100%;
	}

	.foot-wechat ul {
		max-width: 400px;
		margin: auto;
	}

	.product-list ul li {
		width: 48%;
		margin: 15px 1%;
	}

	.news-news {
		width: 100%;
	}

	.news-img {
		display: none;
	}
}

@media (max-width:658px) {
	.index-title h2 {
		font-size: 26px;
	}

	.foot-menu a {
		font-size: 15px;
		margin: 0 8px;
	}

	.footer_logo img {
		margin: auto;
		max-width: 130px;
	}

	.footer .box,
	.foot-menu {
		padding: 10px 0;
	}

	.index-title em {
		width: 35px;
		height: 2px;
		background: #1e50af;
	}

	.index_pharmaceutical .more {
		margin-top: 20px;
	}

	.product-middlelist ul li {
		width: 48%;
	}

	.product-hd {
		margin-bottom: 10px;
	}

	.news-news dl dt,
	.detail-content dl dt {
		width: 100%;
	}

	.news-news dl dd,
	.detail-content dl dd {
		width: 100%;
		margin: 0;
		padding: 10px 0;
	}

	.detail-content dl dd h3 {
		font-size: 20px;
	}

	.news-news dl dd p {
		margin: 10px 0;
	}

	.inner-contact .contact-txt h3 {
		font-size: 24px;
		margin-bottom: 25px;
	}

	#allmap {
		height: 220px;
	}

	.contact-form ul li input {
		padding: 5px 5px 5px 34px;
		font-size: 15px;
	}

	.contact-form ul li .button {
		max-width: 300px;
		margin: 10px auto;
		font-size: 18px;
		line-height: 50px;
	}

	.forminput img {
		width: 20px;
		left: 6px;
		margin-top: -10px;
	}

	.contact_adv h1 {
		font-size: 24px;
	}

	.contact_adv h3 {
		font-size: 15px;
		margin-top: 5px;
	}

	.join-list ul {
		margin-top: 20px;
	}

	.join_content .txt h3 {
		padding: 15px 0;
	}

	.join-list ul li {
		margin-top: 20px;
	}

	.join-title span {
		font-size: 25px;
	}

	.join_prop span {
		font-size: 20px;
	}

	.join_memo {
		margin-top: 40px;
		font-size: 20px;
		line-height: 28px;
	}

	.join-title h2 {
		width: 160px;
		padding: 5px 0;
	}

	.join-title h2:before {
		height: 16px;
	}

	.section {
		width: 100%;
		padding: 0 15px;
	}

	.m_menu {
		right: 15px;
	}

	.product-hd ul {
		display: block;
		line-height: 50px;
		height: 50px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.product-hd ul::-webkit-scrollbar {
		display: none
	}

	.product-hd ul li {
		display: inline-block;
		width: auto;
		padding: 0 10px;
	}

	.index_pharmaceutical ul li {
		width: 100%;
	}

	.index_pharmaceutical ul li:nth-child(2) {
		margin: 10px 0;
	}

	.news-hd ul li {
		padding: 0 8px;
	}

	.Cooperative_newes_more a {
		font-size: 14px;
		color: #666;
	}

	.news-middle {
		padding: 20px 10px;
		margin-top: 10px;
	}

	.news-list ul li {
		padding: 5px 0;
	}

	.index_news_rc .txt h3 {
		padding: 10px 0;
		font-size: 16px;
	}

	.banner h2,
	.banner h1 {
		font-size: 25px;
	}

	.index-banner-img {
		height: 155px;
	}

	.inner-banner-img {
		height: 180px;
	}

	.main-nav {
		display: none;
	}

	.banner-next,
	.banner-prev {
		width: 20px;
		height: 30px;
		margin-top: -15px;
	}

	.banner-next:after,
	.banner-prev:after {
		font-size: 14px;
	}

	.index_about,
	.index_product,
	.index_pharmaceutical,
	.index_cooperative,
	.index_news,
	.footer,
	.inner-client,
	.inner-contact,
	.contact_adv,
	.join_list_frame,
	.inner-about {
		padding: 40px 0;
	}

	.index-title {
		margin-bottom: 20px;
		overflow: hidden;
	}

	.product-hd ul li {
		padding: 0 10px;
	}

	.index_pharmaceutical .more a {
		width: 140px;
		font-size: 16px;
		line-height: 35px;
	}

	.product-middlelist dl dt,
	.product-middlelist dl dd,
	.index_news_rc,
	.news_slideTxtBox,
	.foot-menu,
	.foot-contact,
	.inner-contact .contact-txt,
	.inner-contact .contact-map {
		width: 100%;
		float: none;
		margin: 10px 0;
	}

	.product-list-memo ul li a {
		padding: 12px 15px 12px 29px;
	}

	.product-list-memo ul li a::before {
		left: 13px;
		top: 16px;
	}

	.product-pagination {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.foot-menu .foot_contlis ul {
		display: none;
		background: #444;
		padding: 10px;
	}

	.foot-menu h3 {
		line-height: 50px;
		margin: 0;
		font-weight: normal;
		font-size: 18px;
		border-bottom: 1px solid #3a3939;
		position: relative;
	}

	.footer h3 {
		font-weight: normal;
	}

	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 8px;
		height: 7px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -3.5px;
		background-image: url(../sanjiao-h.png);
		background-size: 100%;
	}

	.fold h3::after {
		background-image: url(../sanjiao.png) !important;
	}

	.foot_contlis {
		width: 100%;
	}

	.foot-contact ul li {
		width: 100%;
		margin-bottom: 0px;
		font-size: 15px;
		line-height: 28px;
	}

	.foot-wechat ul {
		width: 100%;
	}

	.product-list ul li {
		width: 98%;
		margin: 10px 1%;
	}

	.contact-form ul li.w25 {
		width: 100%;
		margin: 10px 0;
	}

	.foot-wechat ul li {
		width: 31%;
	}

	.foot-wechat ul li img {
		margin: 14px auto;
		width: 100%;
		max-width: 66px;
	}

	.banner-pagination {
		line-height: 20px;
	}

	.about-txt .txt {
		margin-bottom: 20px;
		color: #333;
	}

	.inner-product {
		padding: 0;
	}

	.banner-pagination span {
		margin: 0 3px;
		width: 6px;
		height: 6px;
	}

	.indexnum {
		margin-top: 30px;
	}

	.indexnum .num .counter {
		font-size: 30px;
	}

	.inner-about .about-txt {
		line-height: 32px;
	}

	.indexnum ul li {
		width: 90%;
		margin: 10px 5%;
	}

	.indexnum ul li:before {
		display: none;
	}

	.news-class a {
		width: auto;
		padding: 10px 10px;
	}

	.inner-contact .contact-txt>div {
		padding-left: 25px;
		margin-bottom: 15px;
	}

	.inner-contact .contact-txt>div::before {
		width: 20px;
		top: 2px;
		height: 22px;
	}

	.foot-copyright {
		font-size: 12px;
		text-align: center;
	}

	.foot-Support {
		margin: auto;
	}

	.pharmaceutical-mySwiper {
		margin-bottom: 50px;
		position: relative;
	}

	.foot-Support .img {
		width: 38px;
	}

	.banner h1 {
		font-weight: bold;
		margin-bottom: 5px
	}

	.bon {
		font-size: 15px;
		line-height: 24px;
	}

	.qt-pagination a {
		margin: 0 2px;
		font-size: 14px;
		line-height: 30px;
		padding: 0 8px;
	}

	.qt-pagination input.laypage_skip,
	.laypage_btn {
		line-height: 30px;
	}

	.qt-pagination a i {
		display: none;
	}

	.qt-pagination span {
		display: none;
	}

	.header .logo a {
		width: 107px;
		display: block;
	}

	.inner-contact dl dt,
	.inner-contact dl dd {
		margin: 10px 0;
		width: 100%;
	}

	.inner-contact dl dt img {
		width: 100%;
	}

	.index_about .index-title {
		display: none;
	}

	.foot-wechat img {
		max-width: 120px;
		margin: 15px auto;
	}

	.foot-contact {
		width: 100%;
		text-align: center;
	}

	.foot-Support {
		max-width: 100px;
	}

	.banner-class {
		position: relative;
	}

	.banner-class a {
		width: 25%;
		padding: 8px 5px;
	}

	.index_about dl dd span {
		font-size: 24px;
	}

	.index_about dl dd h5 {
		font-size: 15px;
		line-height: 26px;
	}

	.index_about dl dd {
		padding: 20px 15px;
		border-top: 5px solid #e6212a;
		position: relative;
	}

	.about-txt .txt {
		line-height: 26px;
	}

	.txt {
		font-size: 15px;
	}

	.news-list .news-list-title {
		width: 73%;
	}

	.inner-contact dl {
		margin: 15px auto;
	}

	.detail-contact a {
		font-size: 16px;
		max-width: 240px;
		height: 48px;
		line-height: 48px;
		border-radius: 30px;
	}

	.page_box {
		padding: 15px 0 45px 0;
		font-size: 15px;
		line-height: 26px;
	}
}