
html,
body {
	/*font-family: pingfang;*/
	font-size: 14px;
	background: #EFF1F5;
}
.text-black{
	color: #000 !important;
}
.text-white{
	color: #fff !important;
}
.nav-mobile-link{
    margin-right:10px;
    color:#333;
}
.lang{
    font-size: 14px;
    padding:5px;
    background: #283b47;
    color: #fff;
    border-radius: 4px;
}
.section1 {
	/*background-image: url("../img/banner.jpg");*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	/*height: 690px;*/
	position: relative;
}
.nav-mobile{
	display: flex;
	align-items: center;
}
.nav-mask{
	display: none;
}
.open .nav-mask{
	display: block;
	position: fixed;
	z-index: 1000;
	background-color: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.nav-mask-nav{
	
	margin-left: 60%;
	background-color: #0A2444;
	height: 100%;
	padding-top: 20px;
	overflow-y: auto;
}
.nav-mask-nav-link.active{
	background-color: #007bff;
}
.nav-mask-nav-link{
	padding: 10px 20px;
	color: #fff;
	display: block;
}
.nav-mask-sub-nav-link{
	padding: 10px 30px;
	color: #999;
	display: block;
}
.header {
    position: relative;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.7);
}

.header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}

.brand a {
	display: block;
}

.brand a img {
	height: 32px;
}

.nav{
	display: none;
}
.nav-item {
	position: relative;
	/*margin-right: 40px;*/
}

.nav-item:last-child {
	/*margin-right: 0;*/
}

.nav-link {
	color: #283b47;
	font-size: 18px;
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	padding: 10px 15px;
	height: 92px;
}

.nav-link.active,
.nav-link:hover {
	color: #283b47;
	font-weight: 600; 
}

.nav-link.active:after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(93deg, #552F69 10%, #DD3A6C 108%);
}

.nav-item:hover .sub-nav {
	display: block;
}

.sub-nav {
	position: absolute;
	display: none;
	min-width: 100%;
}

.sub-nav-link {
	display: block;
	background: rgba(255,255,255,0.7);
	color: #283b47 !important;
	font-size: 14px;
	padding: 12px 5px;
	margin-bottom: 2px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none !important;
}
.sub-nav-link:hover{
    font-weight: 600;
}

.banner-item{
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.banner-pagination{
    bottom: 30% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 auto;
    right: 0;
}
.swiper-pagination-bullet{
    width: 36px;
    height: 2px;
    background: #fff;
    margin: 18px 0px 0px 0px !important;
    border-radius:0px;
    opacity:1;
}
.swiper-pagination-bullet-active{
    background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
    width: 70px;
	height: 7px;
}

.section1-bbox {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 20%;
}
.section1-box{
    width: 50%;
}
.section1-img1{
    display: none;
}
.section1-img2{
    display: block;
}

.section1-t1 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.section1-t1 span {
	color: #44D7B6;
}
.section1-t1 .banner-icon{
	position: absolute;
	left: calc(100% + 20px);
	top: -20px;
}

.section1-t2 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 100px;
}

.section1-num {
	position: absolute;
	right: 0;
	top: 50%;
	color: #fff;
	font-size: 16px;
}

.section1-num-active {
	font-size: 40px;
}

.section1-line {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.section1-line-i {
	width: 36px;
	height: 2px;
	background: #fff;
	margin-top: 18px;
}

.section1-line-i.active {
	width: 70px;
	height: 7px;
	background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
}

.section2 {
	background-image: url("../img/section2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section2-hd {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
}

.section2-name {
	color: #000;
	font-weight: 600;
	font-size: 24px;
}
.section2-more{
	color: #000 !important;
	font-size: 16px;
	text-decoration: none !important;
}

.home-news-item {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all 0.3s;
	text-decoration: none !important;
}

.home-news-thumb {
	margin-bottom: 15px;
}

.home-news-title {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	height: 48px;
	overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.home-news-date {
	color: #000;
	font-size: 16px;
	margin-bottom: 15px;
}

.home-news-line {
	height: 4px;
	background: #373737;
	opacity: 0.18;
}

.home-news-more {
	width: 144px;
	height: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	color: #fff;
	position: relative;
	opacity: 0;
	display: none;
}

.home-news-more:before {
	content: "";
	position: absolute;
	top: 0;
	width: 144px;
	height: 1px;
	background-image: linear-gradient(90deg, #FFFFFF 1%, rgba(255, 255, 255, 0.00) 109%);
}

.home-news-more:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 144px;
	height: 1px;
	background-image: linear-gradient(90deg, #FFFFFF 1%, rgba(255, 255, 255, 0.00) 109%);
}

.home-news-item:hover {
	background: linear-gradient(90deg, rgba(26,36,99,0.58) -12%, rgba(221,58,58,0.58) 111%);
	transform: translateY(-30px);
}

.home-news-item:hover .home-news-more {
	opacity: 1;
}

.home-news-item:hover .home-news-line {
	opacity: 0;
}

.home-news-item:hover .home-news-title {
	color: #fff !important;
}
.home-news-item:hover .home-news-date {
	color: #fff !important;
}

.section3 {
	background-image: url("../img/section3-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 200px;
	position: relative;
}

.section3-img1 {
	position: absolute;
	top: 240px;
}

.section3-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.section3-t1 {
	margin-bottom: 30px;
	font-size: 50px;
	color: #fff;
}
.section3-t1 span{
	color: #44D7B6;
}

.section3-t2 {
	margin-bottom: 30px;
	font-size: 22px;
	color: #fff;
}

.section3-t3 {
	margin-bottom: 130px;
	color: #000;
	height: 70px;
	width: 700px;
	max-width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	font-size: 18px;
}

.section3-t3 span {
	margin-right: 10px;
}

.section3-more {
	width: 144px;
	height: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	color: #000;
	position: relative;
	text-decoration: none !important;
}
.section3-more:hover{
    color: #fff;
}

.section3-more:before {
	content: "";
	position: absolute;
	top: 0;
	width: 144px;
	height: 1px;
	background-image: linear-gradient(90deg, #000 1%, rgba(255, 255, 255, 0.00) 109%);
}

.section3-more:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 144px;
	height: 1px;
	background-image: linear-gradient(90deg, #000 1%, rgba(255, 255, 255, 0.00) 109%);
}

.section4 {
	background-image: url("../img/section4.png");
	background-color: #17202B;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	height: 600px;
	padding-top: 100px;
}

.section4-slogn{
	position: relative;
	background-color: #17202B;
	height: 40px;
}
.section4-slogn-t{
	top:0;
	position: absolute;
	text-align: center;
}
.section4-slogn-t img{
    max-width: 100%;
}

.section4-name {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}

.section4-line {
	margin: 30px 0;
	width: 84px;
	height: 1px;
	background: #fff;
}

.section4-desc {
	max-width: 600px;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 30px;
}

.home-more {
	width: 144px;
	height: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none !important;
	position: relative;
}

.home-more:before {
	content: "";
	position: absolute;
	top: 0;
	width: 144px;
	height: 1px;
	background-image: linear-gradient(90deg, #FFFFFF 1%, rgba(255, 255, 255, 0.00) 109%);
}

.home-more:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 144px;
	height: 1px;
	background-image: linear-gradient(90deg, #FFFFFF 1%, rgba(255, 255, 255, 0.00) 109%);
}
.home-more:hover{
    color: #44D7B6;
}

.section4-box {
    display: block;
	position: relative;
	border-bottom: 3px solid;
	border-color: transparent;
	padding-bottom: 30px;
	transition: all 0.3s;
	margin-top: 40px;
}

.section4-box:hover {
	transform: translateY(-30px);
	border-image: linear-gradient(to right, #1A2463, #DD3A3A) 1;
}

.section4-text {
	position: absolute;
	left: 20px;
	bottom: 50px;
	color: #fff;
	font-size: 22px;
}

.section4-icon {
	position: absolute;
	right: 20px;
	bottom: 50px;
}
.nban{
	position: relative;
}
.nban-content{
	position: absolute;
	top:40%;
}
.nban-title{
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	color: #fff;
}
.nban-desc{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #fff;
}

.nban img {
	width: 100%;
}
.page-about{
	background-color: #EFF1F5;
}
.page-about1{
	padding-top: 60px;
	padding-bottom: 60px;
}
.cat-name{
	font-size: 30px;
	color: #000;
	margin-bottom: 30px;
}
.page-about-box{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.page-about-content{
	font-size: 16px;
	line-height: 2;
}
.page-about-img{
	margin-left: 3%;
}
.page-data{
	background: #E7E7E7;
	padding: 20px 0;
}
.page-data-item{
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-data-item-num{
	font-size: 36px;
	font-weight: 900;
	color: #223860;
	text-align: center;
}
.page-data-item-desc{
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #737373;
}
.page-about2{
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-about2-line{
	width: 100px;
	height: 4px;
	margin-bottom: 30px;
	background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
}
.page-about2-box{
	display: flex;
	flex-wrap: wrap;
}
.page-about2-item{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
	height: 250px;
	padding: 100px 24px 24px 24px;
	cursor: pointer;
	transition: width ease 0.3s;
}
.page-about2-item:nth-child(2n){
	margin-right: 0;
}
.page-about2-item.active{
	width: 49%;
}
.page-about2-item.bg1{
	background-image: url(../img/about-bg1.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
}
.page-about2-item.bg2{
	background-image: url(../img/about-bg2.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
}
.page-about2-item.bg3{
	background-image: url(../img/about-bg3.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
}
.page-about2-item.bg4{
	background-image: url(../img/about-bg4.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
}
.page-about2-item-title{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.page-about2-item-desc{
	font-size: 14px;
	line-height: 1.5;
	color: #FFFFFF;
}


.footer {
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #17202B;
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	overflow: hidden;
}
.footer-addr{
	margin-bottom: 20px;
}
.footer-addr-name {
	font-size: 20px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.footer-addr-name:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 49px;
	height: 1px;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.00) 113%);
}

.footer-addr-item {
	font-size: 14px;
	line-height: 30px;
}

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

.footer-nav {
	flex: 1;
}

.footer-nav-name {
	font-size: 20px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.footer-nav-name:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 49px;
	height: 1px;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.00) 113%);
}

.footer-nav-list {
	display: flex;
	flex-wrap: wrap;
}

.footer-nav-i {
	flex: 0 0 50%;
}
.footer-nav-i.hide{
    display: none;
}

.footer-nav-item {
	display: block;
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none !important;
}
.footer-nav-item:hover{
    color: rgba(255, 255, 255, 1) !important;
}

.copyright {
	margin-top: 60px;
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
	border-top: 1px solid #979797;
}

.copyright p {
	margin-bottom: 0;
}

.page-news-list{
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-sub-nav{
	border-bottom: 1px solid #A9A9A9;
	display: flex;
	justify-content: center;
}
.page-sub-nav-link{
	padding: 10px 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.page-sub-nav-link:hover{
	/* color: #000; */
	text-decoration: none;
	border-bottom: 4px solid #000000;
}
.page-sub-nav-link.active{
	border-bottom: 4px solid #000000;
}
.news-show,
.news-list{
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	padding: 20px;
	margin-top: 30px;
}
.news-item2{
	color: #0A2444;
	text-decoration: none !important;
	padding: 20px;
	display: block;
}
.news-item2:hover{
	background: #3C6DA7;
	color: #fff;
}
.news-date2{}
.news-hd2{
    font-size: 16px;
}
.news-readmore2{
    margin-left:20px;
}

.news-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #0A2444;
	text-decoration: none !important;
	padding: 20px;
}
.news-item:hover{
	background: #3C6DA7;
}
.news-item:hover .news-date,
.news-item:hover .news-title,
.news-item:hover .news-readmore,
.news-item:hover .news-desc{
	color: #fff;
}
.news-date{
	color: #0A2444;
}
.news-date-day{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.news-date-year{
	font-size: 12px;
	text-align: center;
}
.news-info{
	width: calc(100% - 80px);
}
.news-hd{
	font-size: 16px;
}
.news-readmore{
	color: #B8C6D0;
	margin-left:10px;
}
.news-readmore2{
	color: #B8C6D0;
}
.news-title{
	color: #0A2444;
}
.news-desc{
	color: #666;
}
.pagination{
	justify-content: center;
	margin-top: 20px;
}
.pagination li a{
	padding: 10px;
	color: #0A2444;
	border:1px solid #ddd;
}
.pagination li.active a{
    background: #3C6DA7;
    border:1px solid #3C6DA7;
    color:#fff;
}
.news-show-title{
	font-size: 18px;
	text-align: center;
}
.news-show-time{
	margin-top: 10px;
	text-align: center;
}
.news-show-line{
	margin: 10px 0;
	height: 2px;
	background: linear-gradient(90deg, #1A2463 0%, rgba(28,37,100,0.00) 100%);
}
.news-show-content{
	font-size: 16px;
	line-height: 1.6;
}
.news-show-content img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.news-show-pn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 2px solid #EDEDED;
	margin-top: 30px;
	padding-top: 20px;
}
.news-show-pn-item span{
	color: #3C6DA7;
}
.news-show-pn-item a{
	color: #000;
	text-decoration: none !important;
}
.news-show-pn-back{
	margin-left: 10px;
}
.news-show-pn-back a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 30px;
	border-radius: 15px;
	background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
	color: #fff;
}
.recruit-item{
	margin-top: 15px;
	background-color: #fff;
	display: block;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none !important;
}
.recruit-title{
	background: #3C6DA7;
	font-weight: 600;
	color: #fff;
	padding: 12px;
}
.recruit-desc{
	padding: 12px;
}

.recruit-desc1{
	padding: 0 12px 12px 12px;
}
.recruit-desc-t{
	color: #B8C6D0;
}
.recruit-desc-b{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.recruit-desc-b1{
	margin-right:10px;
	color: #474747;
	flex: 1;
}
.recruit-desc-b2{
    display: flex;
    align-items: center;
    color: #999;
}
.recruit-desc-thumb{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.recruit-desc-thumb:hover{
    background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
}
.recruit-num-d{
	color: #474747;
}
.recruit-desc-link{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 30px;
	border-radius: 15px;
	background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
	color: #fff !important;
	text-decoration: none !important;
}
.recruit-desc-cdelink a{
    display: block;
    text-decoration: none;
    color: #999;
}

.job-hd{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #A9A9A9;
}
.job-hd-left-icon{
	width: 20px;
}
.job-hd-left-line{
	width: 31px;
	height: 4px;
	background: #3C6DA7;
}
.job-hd-search{
	display: flex;
}
.job-hd-input{
	border: none;
	padding: 5px;
	width: 150px;
}
.job-hd-btn{
	margin-left: 5px;
	background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
	color: #fff;
	height: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 31px;
}
.job-bd-itemh{
	display: flex;
	
	padding: 10px;
}
.job-bd-item-name{
	flex: 0 0 65%;
}
.job-bd-item-date{
	flex: 0 0 25%;
}
.job-bd-item-up{
	flex: 0 0 10%;
	
}
.job-bd-item-up-icon{
	transform: rotate(180deg);
	transition: all 0.3s;
}
.job-bd-item:nth-child(2n+1) .job-bd-item-a{
	background: #E9E9E9;
}
.job-bd-item-a{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	background: #fff;
	color: #3C6DA7;
	cursor: pointer;
}
.job-bd-item-b{
	background-color: #fff;
	padding: 10px;
	display: none;
}
.job-bd-item.active .job-bd-item-a{
	background: #3C6DA7;
	color: #fff;
}
.job-bd-item.active .job-bd-item-b{
	display: block;
}
.job-bd-item.active .job-bd-item-up-icon{
	transform: rotate(0deg);
}
.apply-link{
	color: #fff;
	width: 100px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
}
.partner-list{
	padding: 30px 0;
}
.partner-item{
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	padding: 25px;
}
.partner-img img{
	width: 100%;
}
.partner-line{
	margin: 10px auto;
	width: 80%;
	height: 2px;
	background: linear-gradient(90deg, #1A2463 0%, rgba(28,37,100,0.00) 100%);
}
.partner-title{
	color: #000;
	text-align: center;
}

.innovation_drugs_box1{
	padding: 30px 0;
}
.innovation_drugs_title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #0A2444;
}
.innovation_drugs_desc{
	text-align: center;
	font-size: 14px;
	color: #0A2444;
	margin-top: 15px;
}
.innovation_drugs_line{
	width: 198px;
	height: 4px;
	margin: 20px auto;
	background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
}
.innovation_drugs_box2{
	/*background-image: url(../img/innovation_drugs_img1.jpg);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 30px;
	padding-top: 30px;
	/*color: #fff;*/
	position: relative;
}
.innovation_drugs_box2_title{
	
	font-size: 16px;
}
.innovation_drugs_box2_desc{
	font-size: 12px;
	margin-top: 10px;
}
.innovation_drugs_box2_img{
	position: absolute;
	bottom: -20px;
	width: 40px;
}
.innovation_drugs_box3{
	padding: 30px 0;
}
.innovation_drugs_box3_item{
	position: relative;
	display: block;
}
.innovation_drugs_box3_item_t{
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
}
.innovation_drugs_box3_item_d{
	position: absolute;
	top: 60px;
	left: 20px;
	right:20px;
	color: #fff;
	font-size: 14px;
}
.innovation_drugs_box3_item_img img{
	width: 100%;
}
.innovation_drugs_more{
	margin-top: 20px;
}
.innovation_drugs_more_link{
	width: 100px;
	height: 40px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
}

.page-contact-item{
	margin-top: 20px;
}
.page-contact-info{
	background-color: #fff;
	position: relative;
	margin-left: 15px;
	padding-top: 10px;
	height: 100%;
}
.page-contact-info-name{
    display: flex;
    
}
.page-contact-info-name2{
    display: flex;
    justify-content: flex-end;
}
.page-contact-icon{
	height: 40px;
	position: absolute;
	left: -15px;
	top: 10px;
}
.page-contact-info-t{
	line-height: 35px;
	color: #fff;
	position: relative;
	z-index: 1;
	padding-left: 20px;
}
.page-contact-info2{
	background-color: #fff;
	position: relative;
	margin-right: 15px;
	padding-top: 10px;
	height: 100%;
}
.page-contact-icon2{
	height: 40px;
	position: absolute;
	right: -15px;
	top: 10px;
}
.page-contact-info-t2{
	line-height: 35px;
	color: #fff;
	position: relative;
	z-index: 1;
	padding-right: 20px;
	text-align: right;
}
.page-contact-info-d{
	padding: 20px;
}
.page-contact-info-d2{
    margin-top:5px;
    color:#666;
}

.page-team{
	padding: 30px 0;
}
.page-team-name{
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 600;
}
.team-list{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.team-item{
	
	padding: 10px;
	height: 100%;
	width: 50%;
	cursor: pointer;
}
.team-item.active{
	background: #ddd;
}
.team-item-thumb{
	width: 90%;
	height: 90%;
	margin: 0 auto;
	border-radius: 100%;
	overflow: hidden;
}
.team-item-thumb img{
	width: 100%;
}
.team-item-title{
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.team-item-desc{
	text-align: center;
	margin-top: 10px;
	color: #888;
	font-style: italic;
	height: 110px;
	font-size:12px;
}
.team-item-content{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	padding: 20px;
	background: #ddd;
	height: 210px;
	overflow-y: auto;
}
.team-item-content2{
	display: none;
	height: 200px;
}
.team-item.active .team-item-content{
	display: block;
}
.team-item.active .team-item-content2{
	display: block;
}

.field-item{
    height:100%;
    border: 2px solid ;
    border-image: linear-gradient(90deg, #654F97 0%, #C9383E 100%) 2;
    padding: 50px 30px 20px 30px;
    position: relative;
    margin-top: 30px;
}
.field-item-t{
    position: absolute;
    z-index: 1;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background: #EFF1F5;
    color: #3C6DA7;
    font-size: 28px;
    top: -17px;
    left: 34px;
}
.field-item-d p:last-child{
    margin-bottom: 0;
}
.field-img{
    margin-top: 60px;
}
.field-content-t{
    font-size: 30px;
    margin-bottom: 40px;
}
.field-content-d{
    font-size: 20px;
    line-height: 2;
}
.cpgx-item{
    padding: 50px;
    background: #fff;
    height: 100%;
}
.cpgx-item-t{
    font-size: 30px;
    margin-bottom: 20px;
}
.cpgx-item-d{
    font-size: 22px;
}
.table-line{
    width: 100%;
    margin-bottom: 20px;
    border-left:1px solid #989898;
    border-right:1px solid #989898;
}
.table-line th{
    background: #3C6DA7;
    color: #fff;
    font-size: 14px;
    padding:15px 0;
    text-align: center;
    font-weight: 500;
    width: 9.09%;
}
.table-line td{
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.progress-td{
    padding-left: 15px;
    padding-right: 15px;
    border-right:1px dashed #989898;
}

.table-line .tr-b{
    border-bottom:1px solid #989898;
}
.table-line .tr-c{
    border-bottom:1px dashed #989898;
}
.table-line .tr-d{
    border-bottom:1px dashed #989898;
}
.table-line .contry{
    border-right:1px solid #989898;
}
.toggle-td{
    background-image: url('../img/icon-arrow-down.png');
    background-position: center;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right:auto;
    cursor: pointer;
}
.toggle-td.active{
    background-image: url('../img/icon-arrow-up.png');
}
.progress{
    height: 30px;
    border-radius: 30px;
    position: relative;
}
.progress-line{
    display: flex;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    height: 30px;
}
.progress-line div{
    flex: 1;
    border-right: 1px solid #e9ecef;
}
.progress-bar{
    background: linear-gradient(0deg, #66B4EE 4%, #3C93D4 51%, #86C0EE 96%);
}
.content-td{
    font-size: 12px;
    color: #787878;
    margin-top: 15px;
    text-align: left;
    display: none;
}

@media (min-width: 1200px) {
    .header {
        position: absolute;
    }
    .header-box {
    	height: 92px;
    }
	.nav-mobile{
		display: none;
	}
	.brand a img {
		height: 65px;
	}
	.nav{
		display: flex;
	}
	.nav-link{
	    font-size: 16px;
	}
	
	.team-item-thumb {
      width: 50%;
      height: 50%;
      margin: 0 auto;
      border-radius: 100%;
      overflow: hidden;
    }
	.page-about2-box{
		display: flex;
		flex-wrap: nowrap;
	}
	.page-about2-item{
		width: 20%;
		margin-right: 20px;
		height: 410px;
		padding: 250px 24px 24px 24px;
		cursor: pointer;
		transition: width ease 0.3s;
	}
	.page-about2-item:nth-child(2n){
		margin-right: 20px;
	}
	.page-about2-item:last-child{
		margin-right: 0 !important;
	}
	.page-about2-item.active{
		width: 40%;
	}
	.page-about2-item-title{
		font-size: 24px;
		font-weight: 500;
		color: #FFFFFF;
		margin-bottom:10px;
	}
	.page-about2-item-desc{
		font-size: 16px;
		line-height: 1.5;
		color: #FFFFFF;
	}
	.field-item-t{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .field-item-d{
        font-size: 16px;
        text-align: justify;
        line-height: 2;
    }
}
@media (min-width: 1400px) {
	html,body{
		font-size: 16px;
	}
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1340px;
	}
	.section1-img1{
        display: block;
    }
    .section1-img2{
        display: none;
    }
	.header-box {
    	height: 92px;
    }
	.nav-mobile{
		display: none;
	}
	.brand a img {
		height: 65px;
	}
	.nav{
		display: flex;
	}
	.banner-item{
	    height: 900px;
	}
	.section1-t1 {
    	font-size: 50px;
    	margin-bottom: 30px;
    }
    .section1-t2 {
    	font-size: 22px;
    	margin-bottom: 250px;
    }
	.nban-content{
		position: absolute;
		top:33%;
	}
	.nban-title{
		font-size: 50px;
		font-weight: normal;
		line-height: 60px;
		color: #fff;
		margin-bottom: 22px;
	}
	.nban-desc{
		font-size: 24px;
		font-weight: normal;
		line-height: 29px;
	}
    .section2-hd {
    	
    }
    .section2-name {
    	font-size: 50px;
    }
    .section2-more{
    	font-size: 26px;
    }
    .home-news-thumb {
    	margin-bottom: 38px;
    }
    .home-news-title {
    	font-size: 20px;
    	margin-bottom: 18px;
    	height: 60px;
    }
    .home-news-date {
    	margin-bottom: 35px;
    }
    .home-news-more {
    	
    	display: flex;
    }
    .section4 {
    	height: 970px;
    	padding-top: 240px;
    }
    .section4-name {
    	font-size: 50px;
    }
    .section4-desc {
    	max-width: 600px;
    	font-size: 22px;
    	line-height: 32px;
    	margin-bottom: 150px;
    }
    .section4-box {
    	margin-top: 0;
    }
    .section4-slogn{
    	position: relative;
    	background-color: #17202B;
    	height: 80px;
    }
    .section4-slogn-t{
    	top:-50%;
    	position: absolute;
    	text-align: center;
    }
    .table-line th{
        background: #3C6DA7;
        color: #fff;
        font-size: 22px;
        padding:15px 0;
        text-align: center;
        font-weight: 500;
        width: 9.09%;
    }
    .table-line td{
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    .content-td{
        font-size: 22px;
        color: #787878;
        margin-top: 15px;
        text-align: left;
        display: none;
    }
	
	
	.page-about-box{
		display: flex;
		flex-direction: row;
		align-items: flex-end;
	}
	.page-about-content{
		font-size: 20px;
		line-height: 2;
	}
	.page-data-item{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.page-data-item-num{
		font-size: 84px;
		font-weight: 900;
		color: #223860;
		text-align: center;
	}
	.page-data-item-desc{
		font-size: 20px;
		line-height: 35px;
		text-align: center;
		color: #737373;
	}
	.page-about2{
		padding-top: 40px;
		padding-bottom: 100px;
	}
	.page-about2-line{
		width: 176px;
		height: 7px;
		margin-bottom: 100px;
		background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
	}
	.page-about2-box{
		display: flex;
		flex-wrap: nowrap;
	}
	.page-about2-item{
		width: 20%;
		margin-right: 20px;
		height: 410px;
		padding: 250px 24px 24px 24px;
		cursor: pointer;
		transition: width ease 0.3s;
	}
	.page-about2-item:nth-child(2n){
		margin-right: 20px;
	}
	.page-about2-item:last-child{
		margin-right: 0 !important;
	}
	.page-about2-item.active{
		width: 40%;
	}
	.page-about2-item-title{
		font-size: 24px;
		font-weight: 500;
		color: #FFFFFF;
		margin-bottom:10px;
	}
	.page-about2-item-desc{
		font-size: 16px;
		line-height: 1.5;
		color: #FFFFFF;
	}
	.team-item-thumb{
	    width: 50%;
	    height: 50%;
	}
	.footer {
		padding-top: 110px;
	}
	.footer-nav-item {
		font-size: 16px;
	}
	.footer-addr-item {
		font-size: 16px;
	}
	.page-news-list{
		padding-top: 36px;
		padding-bottom: 100px;
	}
	.page-sub-nav-link{
		padding: 24px 20px;
		margin-left: 80px;
		margin-right: 80px;
		font-size: 30px;
		color: #000;
		text-decoration: none;
	}
	.news-show,
	.news-list{
		padding: 60px;
		margin-top: 40px;
	}
	.news-item{
		padding: 30px;
	}
	.news-date-day{
		font-size: 80px;
	}
	.news-date-year{
		font-size: 24px;
	}
	.news-info{
		width: calc(100% - 200px);
	}
	.news-hd{
		font-size: 34px;
	}
	.news-hd2{
		font-size: 34px;
	}
	.news-readmore{
		color: #B8C6D0;
		margin-left:30px;
	}
	.news-desc{
		font-size: 20px;
		line-height: 32px;
		margin-top: 15px;
	}
	.pagination li a{
		padding: 10px;
		color: #0A2444;
		font-size: 24px;
	}
	.news-show-title{
		font-size: 36px;
	}
	.news-show-time{
		margin-top: 20px;
		color: #B8C6D0;
		font-size: 28px;
	}
	.news-show-line{
		margin: 40px 0;
	}
	.news-show-content{
		font-size: 20px;
		line-height: 2;
	}
	.news-show-pn{
		border-top: 4px solid #EDEDED;
		margin-top: 30px;
		padding-top: 20px;
		
	}
	.news-show-pn-item{
		font-size: 20px;
	}
	.news-show-pn-back a{
		width: 150px;
		height: 50px;
		border-radius: 25px;
	}
	.recruit-item{
		margin-top: 45px;
		background-color: #fff;
		display: block;
		border-radius: 4px;
		overflow: hidden;
		text-decoration: none !important;
	}
	.recruit-title{
		padding: 22px;
		font-size: 24px;
	}
	.recruit-desc{
		padding: 22px;
	}
	
	.recruit-desc1{
		padding: 0 22px 22px 22px;
	}
	.recruit-desc-t{
		font-size: 22px;
	}
	.recruit-desc-b{
		display: flex;
		justify-content: space-between;
	}
	.recruit-desc-b1{
		margin-right:10px;
		font-size: 22px;
		color: #474747;
	}
	.recruit-desc-thumb{
		width: 56px;
		height: 56px;
		border-radius: 56px;
	}
	.recruit-num-d{
		color: #474747;
	}
	.recruit-desc-link{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 150px;
		height: 50px;
		border-radius: 25px;
		background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
		color: #fff;
		font-size: 22px;
	}
	
	.job-hd{
		padding: 35px 0;
	}
	.job-hd-left-icon{
		width: 55px;
	}
	.job-hd-left-name{
		font-size: 33px;
	}
	.job-hd-input{
		border: none;
		padding: 5px;
		width: 250px;
		height: 56px;
	}
	.job-hd-btn{
		width: 150px;
		margin-left: 25px;
		background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
		color: #fff;
		height: 56px;
		display: flex;
		justify-content: center;
		align-items: center;
		border: none;
		border-radius: 56px;
		font-size: 22px;
	}
	.job-bd-itemh{
		display: flex;
		padding: 32px 54px;
	}
	.job-bd-item-name{
		flex: 0 0 65%;
		font-size: 28px;
	}
	.job-bd-item-date{
		flex: 0 0 25%;
		font-size: 28px;
	}
	.job-bd-item-up{
		flex: 0 0 10%;
		
	}
	.job-bd-item-up-icon{
		transform: rotate(180deg);
		transition: all 0.3s;
	}
	.job-bd-item-a{
		padding: 24px 54px;
	}
	.job-bd-item-a .job-bd-item-name{
		font-size: 22px;
	}
	.job-bd-item-a .job-bd-item-date{
		font-size: 22px;
	}
	.job-bd-item-b{
		background-color: #fff;
		padding: 30px 54px;
		display: none;
		position: relative;
	}
	.job-bd-item.active .job-bd-item-b{
		display: block;
	}
	.job-bd-item.active .job-bd-item-up-icon{
		transform: rotate(0deg);
	}
	.apply-link{
		width: 150px;
		height: 50px;
		border-radius: 50px;
		font-size: 20px;
		position: absolute;
		bottom: 46px;
		right: 54px;
	}
	.partner-list{
		padding: 35px 0;
	}
	.partner-title{
		font-size: 30px;
	}
	
	.innovation_drugs_box1{
		padding: 70px 0 0 0;
	}
	.innovation_drugs_title{
		font-size: 42px;
	}
	.innovation_drugs_desc{
		font-size: 28px;
		margin-top: 20px;
	}
	.innovation_drugs_line{
		height: 8px;
		margin: 40px auto;
	}
	.innovation_drugs_box2{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.innovation_drugs_box2_title{
		font-size: 42px;
		width: 30%;
	}
	.innovation_drugs_box2_desc{
		width: 30%;
		font-size: 22px;
		margin-top: 40px;
	}
	.innovation_drugs_box2_img{
		bottom: -70px;
		width: 143px;
	}
	.innovation_drugs_box3{
		padding: 120px 0;
	}
	.innovation_drugs_box3_item_t{
		position: absolute;
		top: 30px;
		left: 30px;
		font-size: 30px;
	}
	.innovation_drugs_box3_item_d{
    	position: absolute;
    	top: 100px;
    	left: 30px;
    	right:30px;
    	color: #fff;
    	font-size: 20px;
    }
	.innovation_drugs_more{
		margin-top: 36px;
	}
	.innovation_drugs_more_link{
		width: 150px;
		height: 50px;
		border-radius: 50px;
		font-size: 22px;
		background: linear-gradient(90deg, #1A2463 -12%, #DD3A3A 111%);
	}
	
	.page-contact-item{
		margin-top: 40px;
	}
	.page-contact-info{
		margin-left: 27px;
		padding-top: 20px;
		height: 100%;
	}
	
	.page-contact-icon{
		height: 80px;
		position: absolute;
		left: -27px;
		top: 20px;
	}
	.page-contact-info-t{
		line-height: 70px;
		font-size: 35px;
		padding-left: 0;
		width: 185px;
        text-align: center;
	}
	.page-contact-info2{
		margin-right: 27px;
		padding-top: 20px;
		height: 100%;
	}
	.page-contact-icon2{
		height: 80px;
		position: absolute;
		right: -27px;
		top: 20px;
	}
	.page-contact-info-t2{
		line-height: 70px;
		font-size: 35px;
		padding-right: 0;
		width: 185px;
        text-align: center;
	}
	.page-contact-info-d{
		padding: 30px 50px;
		font-size: 24px;
	}
	.page-contact-info-d2{
        margin-top:10px;
        font-size: 20px;
    }
	
	.page-team{
		padding: 60px 0;
	}
	.page-team-name{
		font-size: 30px;
		margin-bottom: 60px;
	}
	.team-item{
		padding: 30px 20px;
		width: 25%;
	}
	.team-item-title{
		margin-top: 15px;
		text-align: center;
		font-size: 30px;
	}
	.team-item-desc{
		font-size: 16px;
	}
	.team-item-content{
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		padding: 50px 80px;
		font-size: 20px;
		height: 360px;
		border-radius: 10px;
	}
	.team-item-content2{
		display: none;
		height: 310px;
	}
	.team-item.active .team-item-content{
		display: block;
	}
	.team-item.active .team-item-content2{
		display: block;
	}
}

@media (min-width: 1600px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1540px;
	}
}