@charset "utf-8";
@import url(../font/font.css);
/* CSS Document */
html{font-size:20px;}
body{font-size:.8rem;color:#2f2f2f;}
html,body{margin:0px;padding:0px;width:100%;height:100%;font-family: "Noto Sans SC", "Source Han Sans CN", "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "sans-serif";}
html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;margin:0;padding:0; }
video,
img{border:none;max-width:100%;vertical-align: middle;}
div,ul,ol,li,dl,dt,dd,p,form,figure{margin:0;padding:0;}
ul,ol,li,dl,dt,dd{list-style:none;}
a{font-size:inherit;text-decoration:none;color:#2f2f2f;}
a:hover,
a:focus{ text-decoration:none; color:#F2902F;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:active{color:inherit; text-decoration:none;}
i,em{font-style:normal;}
select,input,textarea,button{font-family:inherit; font-size:inherit;}
table { border-spacing: 0; border-collapse: collapse; background-color: transparent; }
td, th { padding: 0; }
th { text-align: left; }
tr { vertical-align: middle; }

#loading{ display:none; position:fixed; top:0; left:0; z-index:19891020; background-color:rgba(0, 0, 0, .3); width:100%; height:100%; }
#loading div{ position:absolute; top:50%; left:50%; background-color:rgba(255, 255, 255, .7); padding:15px 30px; border-radius:4px; display:flex; align-items: center; transform: translate(-50%, -50%); }
#loading div span{ margin-left:10px; }

.clearfix:before,
.clearfix:after{display:table;content:" ";clear:both;}
.tbl-type{display:table;width:100%;table-layout:fixed}
.tbl-cell{display:table-cell;}
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}
.center{ text-align:center; }
.right{ text-align:right; }
.valign *{ display:inline-block; vertical-align:middle; }
.relative{ position: relative; }

.ellipsis{ display: -webkit-box!important; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.ellipsis.lc2 { -webkit-line-clamp: 2; }
.ellipsis.lc3 { -webkit-line-clamp: 3; }
.ellipsis.lc4 { -webkit-line-clamp: 4; }
.ellipsis.lc5 { -webkit-line-clamp: 5; }

/* Chrome, Safari, Edge, Opera, and Firefox */
.scrollbar {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ddd white; /* Firefox */
    overflow-y: scroll; /* 确保内容超出时显示滚动条 */
}
/* Chrome, Safari, Edge, Opera */
.scrollbar::-webkit-scrollbar {
    width: 7px; /* 设置滚动条宽度 */
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #ddd; /* 设置滑块颜色 */
    border-radius: 8px; /* 设置滑块圆角 */
/*     border: 1px solid white; 设置滑块边框 */
}
.scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1; /* 设置轨道颜色 */
    border-radius: 8px; /* 设置轨道圆角 */
}

.shadow { box-shadow: 5px 5px 5px rgba(0, 0, 0, .2); }
.shadow-s2{ box-shadow: 0 0 15px rgba(103, 103, 103, .2); }
.shadow-s3{ box-shadow: 0 0 10px rgba(100, 100, 100, .05); }
.hide{ display: none; }
.img-box{ line-height:normal; font-size:0; }
.ivy-flex{ display: flex; justify-content: space-between; }
.ivy-flex.middle{ align-items: center; }
.ivy-flex.stretch{ align-items:stretch; }

.circu-s1{ overflow:hidden; border-radius:5px; }
.circu-s2{ overflow:hidden; border-radius:10px; }
.circu-s3{ overflow:hidden; border-radius:20px; }
.circu-s4{ overflow:hidden; border-top-left-radius:80px; border-bottom-right-radius:80px; border-top-right-radius:10px; border-bottom-left-radius:10px; }

body{ background-color: #ffffff; position:relative; }
.wrap{ width:100%; max-width:1500px; margin: auto; }
.section{ padding:100px 0; background-color: #ffffff; }
.section.s1{ padding:70px 0; }
.section.s1.ntp,
.section.ntp{ padding-top:0; }
.section.s1.nbp,
.section.nbp{ padding-bottom:0; }
.container{ padding:70px 0; background-color: #ffffff; }
.section.unbg{ background-color: transparent; }

.bg-gray{ background-color: #F5F8FF }
/**.bg-quality{ background:url(../images/dedi6_bg.jpg) bottom center no-repeat; }*/
.bg-commercial{ background:url(../images/comm_bg.jpg) center center no-repeat; background-size:cover; }
.bg-advantages{ background:url(../images/phah_bg.jpg) center center no-repeat; background-size:cover; }
.bg-focusing{ background:url(../images/dedi_topbg.jpg) center center no-repeat; background-size:cover; }

.header{ position:relative; padding-top: 100px; }
.top-bar{ width: 100%; background-color:#fff; position: fixed; left: 0; top: 0; z-index: 1000; }
	.logo-box { float: left; padding:10px 0; }
	.logo-box img{ display: block; }
	
	.nav-box{ float:right; position: relative; padding-right: 60px; }
		.nav ul li { float: left; width: auto; display: block; position: relative; padding:17px 0; }
		.nav ul li .tit { text-align: center; font-size: 1rem; display: block; line-height:46px; position: relative; padding: 10px 35px; font-family: "BROWN-REGULAR"; transition: all 0.4s ease; }

		.nav ul li.on .tit,
		.nav ul li:hover .tit{ color:#F2902F; }
		.nav ul li.on .tit::before,
		.nav ul li:hover .tit::before{ position: absolute; content: ' '; bottom: 6px; left: 0; right: 0; height: 6px; background: url(../images/nav_on_underline.png) center center no-repeat; }
		
		.nav ul li .child { display: none; background-color: #fff; line-height: 2; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding: 5px 15px; position: absolute; top:100px; left:0; width:330px; box-shadow: 0 0 15px rgba(103, 103, 103, .2); }
		.nav ul li:nth-child(2) .child{ width:230px; }
		.nav ul li .child a { display: block; position: relative; color: #333; border-bottom: 1px solid #edecec; padding:10px 0;
			transition: 0.4s all;
			-webkit-transition: 0.4s all;
		}
		.nav ul li .child .iconfont{ font-size:1.3rem; margin-right:10px; }
		.nav ul li .child a:last-child{ border-bottom:none; }
		.nav ul li .child a:hover{ color:#F2902F; font-weight:700; }
		
		.language{ display: flex; justify-content:space-between; align-items: stretch; line-height:40px; text-align: center; border:1px solid #edecec; border-radius:40px; overflow: hidden; margin-top:13px; }
		.language span{ display:block; position: relative; color:#888; padding:0 10px; font-family: "BROWN-REGULAR"; }
		.language span.on{ color:#F2902F; }
		.language span:first-child::after{ content: ''; display: block; position: absolute; top: 0; bottom:0; right: 0; border-right: 1px solid #edecec; width:1px; }
		
	.search-btn { position: absolute; right: 0; display: block; top:50%; cursor: pointer; transform:translateY(-50%); height:46px; display: flex; align-items: center; }
	.search-btn .iconfont{ color:#888; font-size:1.2rem; }

.menu-button { display: none; position: absolute; top: 10px; right: 15px; z-index: 999; padding: 5px 0; border-radius: 5px; }
.menu-button button { display: block; background: none; overflow: hidden; cursor: pointer; z-index: 1000; border: 0; width: 32px; height: 30px; padding: 0; outline: 0; position: relative;
    -webkit-appearance: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}
.menu-button button::before,
.menu-button button::after,
.menu-button button span { background: #414141; border-radius: 2px; }
.menu-button button::before,
.menu-button button::after { content: ''; position: absolute; height: 2px; width: 100%; left: 0; top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
}
.menu-button button span { display: block; position: absolute; height: 2px; width: 80%; left: 0; top: 50%; margin-top: 0; overflow: hidden; text-indent: 200%;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.menu-button button::before {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
}
.menu-button button::after {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
    width: 93%;
}

.menu-button.open button span { opacity: 0; background: #fff; }
.menu-button.open button::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    background: #fff;
}
.menu-button.open button::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background: #fff;
    width: 100%;
}

/** 搜索框样式 */
.search-content-box{ display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: fixed; top: 0; right: 0; z-index: 100; opacity: 0; transition: all 0.4s ease; }
.search-content-box.show{ display: block; opacity: 1; }
	.float-window{ width: 350px; background-color: #fff; position: fixed; z-index: 101; bottom: 0; right: calc(50% - 175px); border-radius: 5px; transform: scale(0.1, 0.1); transition: all 0.4s ease; opacity: 0; }
	.search-content-box.show .float-window{ transform: scale(1, 1); opacity: 1; bottom: calc(50% - 100px); }
	.float-window .no{ width: 100%; display: flex; flex-direction: row-reverse; padding-right: 15px; padding-top: 10px; box-sizing: border-box; cursor: pointer; }
	.float-window .search-title{ font-size: 16px; font-weight: bold; padding-left: 20px; box-sizing: border-box; }
	.float-window input{ margin:30px 20px; width: calc(100% - 40px); box-sizing: border-box; padding: 5px 10px; border-radius: 5px; border: 1px solid #ccc; outline: none; height: 35px; }
	.float-window button{ margin:-5px 20px 20px; width: calc(100% - 40px); background-color: #F2902F; height: 35px; color: #fff; border-radius: 5px; margin-bottom: 40px; border:none; }

/** banner样式 */
.banner-box .swiper-container-horizontal .swiper-pagination-bullets{ top:50%; bottom: auto; width: auto; right: 30px; left: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-box .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{ display: block; margin: 20px 0; }
.banner-box .swiper-pagination-bullet{ opacity:1; background-color: rgba(255, 255, 255, .5); width: 13px; height: 13px; }
.banner-box .swiper-pagination-bullet-active{ background-color: #ffffff; }

.banner-box .attach{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev { width: 28px; height: 20px; top: auto; bottom: 34px; left: auto; right:40px; }
.banner-box .swiper-button-next{ left: auto; right:10px; }

.banner-box .attline{ position: absolute; bottom:30px; height:28px; left: 0; right: 0; background-color: rgba(255,255,255, .3) }
.banner-box .attline::after{ display: block; content: " "; position: absolute; border-bottom: 1px solid rgba(255,255,255,.25); height: 1px; left:120px; right: 120px; top:50%; transform: translateY(-50%); z-index: 9; }
.banner-box .attline i{ display: block; position: absolute; width: 24px; height: 48px; bottom: 20px; left: 50%; margin-left: -3px; background: url(../images/icon-mouse.png) center no-repeat; z-index: 11;
	animation:mymove 1.5s infinite;
	-webkit-animation:mymove 1.5s infinite;
}
.banner-box .attline span{ display: block; position: absolute; width: auto; left:10px; top: 50%; transform: translateY(-50%); z-index: 12; color: #ffffff; }
@keyframes mymove{
	from {bottom:46px;}
	to {bottom:20px;}
}
@-webkit-keyframes mymove{ /*Safari and Chrome*/
	from {bottom:46px;}
	to {bottom:20px;}
}

.nbanner-box { position: relative; overflow: hidden; }
.nbanner-box .box { position: absolute; left: 50%; margin-left: -960px; width: 1920px; }

.swiper-banner .swiper-slide{ position: relative; overflow: hidden; }
.sbimg-box{ position: absolute; top: 0; left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mt80{ margin-top:80px; }
.mt50{ margin-top:50px; }
.mb50{ margin-bottom:50px; }
.mt30{ margin-top:30px; }
.mb30{ margin-bottom:30px; }
.mt20{ margin-top:20px; }
.mb20{ margin-bottom:20px; }
/** 标题样式 */
.title-bar{ display:flex; justify-content:space-between; }
.title-s1 strong{ display:block; font-size: 1.1rem; font-weight:700; }
.title-s1 em{ display:block; font-size: 2.1rem; font-weight:700; line-height:1.35; padding:10px 0; }
.title-s1 em.imp{  font-size: 2.6rem; }
.title-s1 p{ line-height:1.5; margin-top:10px; }
.title-s1.center em{ text-align:center; }

.title-s2 em{ display:block; font-size: 1.8rem; font-weight:700; line-height:1.35; padding:10px 0; }
.title-s2.center em{ text-align:center; }

.title-s3{ position:relative; }
.title-s3 em{ display:block; font-size:1.5rem; font-weight:700; line-height:1.35; padding:10px 0 20px 0; }
.title-s3::after{ content:''; position:absolute; width:3em; bottom:0; left:0; height:4px; background-color:#0456AF; }
.title-s3.white em{ color:#fff; }
.title-s3.white::after{ background-color:#fff; }

.title-s3.sm em{ font-size:1.2rem; }

.more-btn{ display:flex; justify-content:space-between; align-items:center; width:210px; height:56px; border-radius:56px; padding:0 20px 0 40px; background-color:#fff; border:1px solid #e7e7e7; transition: all 0.4s ease; }
.more-btn .iconfont{ display:inline-block; font-size:.9rem; font-weight:700; color:#F2902F; transition: all 0.4s ease; }
.more-btn:hover{ background-color:#F2902F; color:#fff; border-color:#F2902F; }
.more-btn:hover .iconfont{ color:#fff; animation: dong 1s infinite linear; }

.more-btn.s2{ height:66px; border-radius:66px; padding:0 8px 0 40px; }
.more-btn.s2 .iconfont{ background-color:#F3F7FF; width:50px; height:50px; line-height:50px; border-radius:50px; text-align:center; color:#F2902F; }
@keyframes dong{
	0%{ transform: translateX(-3px); }
	30%{ transform: translateX(5px); }
	100%{ transform: translateX(-3px); }
}

.more-bar{ display:flex; justify-content:center; }
.more-btn.s3{ border:1px solid #0456AF; color:#0456AF; font-size:1rem; cursor:pointer; }
.more-btn.s3 .icon{ width:20px; height:20px; background:url('../images/down.png') center center no-repeat; background-size:contain; }
.more-btn.s3:hover{ background-color:#fff; color:#0456AF; }

.more-btn.s3.disabled{ background-color:#eee; color:#999; }

/** 首页实力展示 */
.ind-strength{ background:url(../images/huayi_bg.png) center center no-repeat; background-size:cover; }
.strength-box{ display:flex; justify-content:space-between; align-items:center; }
	.strength-box .title-s1{ width:24%; }
	.strength-box .lists{ width:68%; display:flex; justify-content:space-between; align-items:center; }
	.strength-box .lists .item{ text-align:center; }
	.strength-box .lists .item i{ display:block; }
	.strength-box .lists .item em{ display:block; color:#0456AF; margin-top:30px; font-size:1.2rem; font-weight:700; }
	.strength-box .lists .item em span{ font-size:2.5rem; }
	.strength-box .lists .item p{ font-size:1rem; color:#0456AF; margin-top:20px; }
	
/** 首页服务价值 */
.ind-services{ background:url(../images/value_bg.jpg) center center no-repeat; background-size:cover; }
	.ind-services .more-btn{ border:none; }
	.services-box{ display:flex; justify-content:space-between; }
	.services-box .services-menu,
	.ind-services .title-s1{ width:30%; }
	.services-box .services-menu ul{ height:100%; }
	.services-box .services-menu ul li{ height:25%; border-bottom:1px solid #ddd; display:flex; align-items:center; position:relative; padding:0 50px 0 80px; }
	.services-box .services-menu ul li::after{ content: ""; display: block; position: absolute; right:-60px; top:50%; border-style: dashed solid dashed dashed; border-width: 15px 15px 15px 0; border-color: transparent #226EBC transparent transparent; transform: translateY(-50%); z-index:889; opacity:0; }
	.services-box .services-menu ul li:first-child{ border-top:1px solid #ddd; }
	.services-box .services-menu ul li em{ font-size:1rem; font-weight:700; transition: all 0.4s ease; }
	.services-box .services-menu ul li .icon{ position:absolute; left:0; top:50%; transform: translateY(-50%); width:42px; height:42px; background-position:top left; background-repeat:no-repeat; background-size:cover; transition: all 0.4s ease; }
	.services-box .services-menu ul li .iconfont{ position:absolute; right:0; top:50%; transform: translateY(-50%); font-weight:700; opacity:0; transition: all 0.4s ease; }
	.services-box .services-menu ul li.on::after{ opacity:1; }
	.services-box .services-menu ul li.on em,
	.services-box .services-menu ul li.on .iconfont{ color:#F2902F; }
	.services-box .services-menu ul li.on .iconfont{ opacity:1; }
	.services-box .services-menu ul li.on .icon{ background-position:bottom center; }
	.services-box .services-list{ width:70%; padding-left:60px; }
	.services-box .services-list ul{ padding:0 60px; border-radius:10px; background:url(../images/value_blue.jpg) center center no-repeat; background-size:cover; position:relative; }
	.services-box .services-list ul li{ display:none; position:relative; min-height:500px; }
	.services-box .services-list ul li .item{ padding:40px 17% 40px 70px; border-bottom:1px solid #2D7ED0; position:relative; }
	.services-box .services-list ul li .item:last-child{ border-bottom:none; }
	.services-box .services-list ul li .item span{ position:absolute; top:40px; left:0; font-size:1.8rem; font-weight:700; color:#F2902F; }
	.services-box .services-list ul li .item em{ display:block; font-size:1.3rem; color:#fff; margin-bottom:10px; }
	.services-box .services-list ul li .item p{ color:#eee; line-height:1.5; font-family:'BROWN-LIGHT'; }
	.services-box .services-list ul li .more-link{ display:block; position:absolute; top:50%; right:-30px; transform: translateY(-50%); }
	.services-box .services-list ul li .more-link .iconfont{ color:#fff; font-size:1.3rem; }

/** 首页服务领域 */
.ind-business{ background:url(../images/project_bg.jpg) center center no-repeat; background-size:cover; }
	.business-box .inner-box{ position:relative; display:block; }
	.business-box .inner-box .txt-box{ position:absolute; bottom:0; left:0; width:100%; color:#fff; padding:70px 30px 30px 30px; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)); transition: all .4s ease; }
	.business-box .inner-box .txt-box h4{ position:relative; padding:0 40px; }
	.business-box .inner-box .txt-box .icon{ display:block; width:34px; height:34px; position:absolute; left:0; top:50%; transform:translateY(-50%); background-position:top left; background-repeat:no-repeat; background-size:cover; transition: all 0.4s ease; }
	.business-box .inner-box .txt-box em{ font-size:1.3rem; }
	.business-box .inner-box .txt-box .iconfont{ position:absolute; right:0; top:50%; transform:translateY(-50%); font-size:1.5rem; }
	.business-box .inner-box .img-box{ overflow:hidden; position:relative; }
	.business-box .inner-box .img-box img{ width:100%; transform: scale(1); transition: all .4s ease; }
	.business-box .inner-box:hover .txt-box{ color:#F2902F; }
	.business-box .inner-box:hover .txt-box .icon{ background-position:bottom center; }
	.business-box .inner-box:hover .img-box img{ transform: scale(1.1); }

/** 新闻列表 */
.ind-news{ background:url(../images/value_bg.jpg) center center no-repeat; background-size:cover; }
	.picnews-list ul{ margin-top:-35px; margin-left:-35px; }
	.picnews-list ul li{ width:33.33%; float:left; padding-left:35px; padding-top:35px; }
	.picnews-list ul li a{ display:block; background-color:#F9F9F9; border:1px solid #F9F9F9; padding:15px; border-radius:15px; font-family: "BROWN-REGULAR"; transition: all 0.4s ease; }
	.picnews-list ul li .img-box{ border-radius:15px; overflow:hidden; }
	.picnews-list ul li .img-box img{ width:100%; transition: all 0.4s ease; }
	.picnews-list ul li h4{ display:block; font-size:1rem; font-weight:700; height:64px; line-height:1.5; margin-bottom:10px; color:#222; }
	.picnews-list ul li .txt-box{ padding:20px 10px; }
		.picnews-list ul li time{ display:block; color:#888; padding:10px 0; margin-bottom:10px; }
		.picnews-list ul li .view{ display:inline-block; width:auto; position:relative; padding-right:40px; height:36px; line-height:36px; color:#0456AF; transition: all 0.4s ease; }
		.picnews-list ul li .view .iconfont{ display:block; position:absolute; top:50%; transform:translateY(-50%); right:0; font-size:1.2rem; color:#0456AF; transition: all 0.4s ease; }
	.picnews-list ul li a:hover{ border:1px solid #F2902F; }
	.picnews-list ul li a:hover .view,
	.picnews-list ul li a:hover .view .iconfont{ color:#F2902F; }
	.picnews-list ul li a:hover .img-box img{ transform: scale(1.1); }
.ind-news .picnews-list ul li a{ background-color:#fff; border:1px solid #fff; }


/** 底部样式 */
.footer{ border-top: #AFC7E3 3px solid; background-color:#FCFCFC; font-family: "BROWN-REGULAR"; }
.bot-row{ padding: 40px 0; }
	.bot-logo{ float:left; }
	.bot-social{ float:right; text-align:center; }
	.bot-social span{ display: block; color:#0456AF; line-height:2; }

.copyright-row{ background-color:#fff; }
	.copyright{ padding: 30px 0; color:#0456AF; line-height:2; }
	.copyright p{ float: left; }
	.copyright a{ color:#0456AF; }
	.copyright .support{ float: right; }

.backtop{ display: none; position:fixed; right:50px; bottom:430px; width:50px; height:50px; background:rgba(0, 0, 0, .1) url(../images/backtop.png) center center no-repeat; border-radius:4px; cursor:pointer; z-index: 10000; }

/** 内页当前位置 */
.column-name{ position:absolute; left:0; width:100%; color:#fff; top:50%; transform:translateY(-50%); }
.column-name em{ display:block; font-size:2.5rem; color:#fff; font-weight:700; }
.column-name p{ font-size:1.3rem; margin-top: 20px; }

.position{ position:absolute; left:0; bottom:0; width:100%; color:#fff; padding: 25px 0; font-size:.9rem; }
.position .icon-shouye{ font-size:1.1rem; margin-right: 5px; }
.position a{ color: #fff; }

/** 内页子栏目 */
.crumbs{ position:static; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background-color: #fff; width: 100%; z-index: 999; }
.crumbs .submenu{  display: flex; justify-content: space-between; flex-wrap:wrap; }
.crumbs .submenu a{ display: block; /*width:100%; */padding: 25px 30px; position: relative; font-size: .9rem; font-weight:700; cursor:pointer; text-align:center; }
.crumbs .submenu a::after{ content: ""; display: block; position: absolute; left: 50%; right:50%; width:0; background-color:#0456AF; height: 3px; bottom:-2px; z-index:888; transition: all 0.4s ease; }
.crumbs .submenu a:hover,
.crumbs .submenu a.on{ color: #0456AF; }
.crumbs .submenu a:hover::after,
.crumbs .submenu a.on::after{ left:0; right:0; width:auto; }

/**.crumbs .submenu.col1 a{ width:100%; }
.crumbs .submenu.col2 a{ width:50%; }
.crumbs .submenu.col3 a{ width:33.33%; }
.crumbs .submenu.col4 a{ width:25%; }
.crumbs .submenu.col5 a{ width:20%; }
.crumbs .submenu.col6 a{ width:16.66%; }
.crumbs .submenu.col7 a{ width:14.28%; }
.crumbs .submenu.col8 a{ width:12.5%; }
.crumbs .submenu.col9 a{ width:11.11%; }
.crumbs .submenu.col10 a{ width:10%; }*/

/** 关于我们 */
.ny-about{ background:url(../images/about_bg.jpg) center center no-repeat; background-size:cover; }
	.nabout-box{ display:flex; justify-content:space-between; align-items: center; }
		.nabout-pic{ width: 45%; }
		.nabout-pic img{ width:100%; }

		.nabout-txt{ width: 52%; }
		.nabout-txt p{ line-height:1.5; font-size:.75rem; color:#666; margin-bottom:15px; }
	
	.nstrength-box{ display:flex; justify-content:space-between; align-items: center; }
	.nstrength-box .item{ width:31.33%; padding:50px 148px 50px 40px; background-color:#f9f9f9; border-radius:15px; position:relative; transition: all 0.4s ease; }
	.nstrength-box .item .icon{ display:block; position:absolute; top:50%; right:40px; transform:translateY(-50%); transition: all 0.4s ease; }
	.nstrength-box .item em{ display:block; margin-bottom:10px; font-family: "BROWN-REGULAR"; }
	.nstrength-box .item em span{ display:inline-block; margin-right:3px; font-weight:700; font-size:2.6rem; vertical-align: middle; vertical-align: -webkit-baseline-middle; }
	.nstrength-box .item em i{ font-weight:700; font-size:1rem; }
	.nstrength-box .item p{ font-size:.75rem; color:#666; }
	.nstrength-box .item:hover .icon{ transform: translateY(0); }
	.nstrength-box .item:hover{ transform: translateY(-10px); }

.ny-history{ background:url(../images/milestone.jpg) center center no-repeat; background-size:cover; }
	.history-box .swiper-slide{ width:16.66%; height:800px; position:relative; }
	.history-box .swiper-slide::after{ content:''; display:block; width:100%; height:0; border-bottom:2px solid #ddd; position:absolute; left:0; top:50%; transform: translateY(-50%); z-index:7; }
	.history-box .swiper-slide .inner-box{ position:absolute; bottom:50%; top:auto; left:40px; right:-100%; padding:0 20px 60px 40px; border-left:1px solid #ddd; }
	.history-box .swiper-slide .inner-box::after{ content:''; display:block; width:10px; height:10px; border:1px solid #ddd; background-color:#fff; border-radius:100%; position:absolute; left:-6px; bottom:-6px; z-index:8; }
	.history-box .swiper-slide .inner-box::before{ content:''; display:block; width:10px; height:10px; background-color:#F2902F; border:10px solid #FAF0E6; border-radius:100%; position:absolute; left:-15px; top:0; z-index:8; }
	.history-box .swiper-slide .inner-box h4{ font-weight:700; font-size:1.5rem; color: #0456AF; transform: translateY(-10px); font-family: "BROWN-REGULAR"; }
	.history-box .swiper-slide .inner-box p{ line-height:1.5; font-size:.75rem; }
	.history-box .swiper-slide:nth-child(even) .inner-box{ bottom:auto; top:50%; padding:60px 20px 0 40px; }
	.history-box .swiper-slide:nth-child(even) .inner-box::after{ bottom:auto; top:-6px; }
	.history-box .swiper-slide:nth-child(even) .inner-box::before{ bottom:0; top:auto; }
	.history-box .swiper-slide:nth-child(even) .inner-box h4{ transform: translateY(3px); }

.swiper-button-box{ position:relative; }
.swiper-button-box .swiper-button-next,
.swiper-button-box .swiper-button-prev{ background:none; background-color:#fff; position: absolute; width: 45px; height: 45px; line-height: 45px; text-align: center; border-radius: 100%; margin-top: 0; top:-400px; transform: translateY(-50%); bottom: auto; left: auto; right: auto; cursor:pointer; transition: all 0.4s ease; }
.swiper-button-box .swiper-button-prev{ left: -60px; transform: translateY(-50%) rotate(180deg); }
.swiper-button-box .swiper-button-next{ right: -60px; }
.swiper-button-box .swiper-button-next i,
.swiper-button-box .swiper-button-prev i{ font-size: .9rem; font-weight:700; color:#F2902F; transition: all 0.4s ease; }
.swiper-button-box .swiper-button-next:hover,
.swiper-button-box .swiper-button-prev:hover{ background:#F2902F; }
.swiper-button-box .swiper-button-next:hover i,
.swiper-button-box .swiper-button-prev:hover i{ color:#fff; }

/** 资质荣誉 */
.swiper-honor.swiper-container{ padding-bottom:60px; }
.swiper-honor .swiper-slide a{ display:block; background-color: #fff; border:1px solid #e8e8e8; }
.swiper-honor .swiper-slide .img-box{ overflow:hidden; padding:30px; }
.swiper-honor .swiper-slide .img-box .img{ width:100%; padding-bottom:66.66%; background-size: contain; background-position: center center; background-repeat: no-repeat; transition: all 0.4s ease; }
.swiper-honor .swiper-slide .txt-box{ display:block; padding: 15px 50px 15px 20px; position: relative; background-color:#f9f9f9; transition: all 0.4s ease; }
.swiper-honor .swiper-slide .txt-box .iconfont{ position: absolute; right: 20px; top:50%; transform: translateY(-50%); font-size: 1rem; color: #999; transition: all 0.4s ease; }
.swiper-honor .swiper-slide a:hover .txt-box{ color: #F2902F; }
.swiper-honor .swiper-slide a:hover .txt-box .iconfont{ color: #F2902F; }
.swiper-honor .swiper-slide a:hover .img-box .img{ transform: scale(1.1); }

.swiper-honor .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 5px; }
.swiper-honor .swiper-pagination-bullet{ opacity:1; background-color: #E1E8FB; width: 13px; height: 13px; }
.swiper-honor .swiper-pagination-bullet-active{ background-color: #F2902F; }

.picture-list ul{ margin-left:-30px; padding-top:-30px; }
.picture-list ul li{ float:left; width:25%; padding-left:30px; padding-top:30px; }
.picture-list ul li a{ display:block; background-color: #fff; border:1px solid #e8e8e8; }
.picture-list ul li .img-box{ overflow:hidden; padding:30px; }
.picture-list ul li .img-box .img{ width:100%; padding-bottom:66.66%; background-size: contain; background-position: center center; background-repeat: no-repeat; transition: all 0.4s ease; }
.picture-list ul li .txt-box{ display:block; padding: 15px 50px 15px 20px; position: relative; background-color:#f9f9f9; transition: all 0.4s ease; }
.picture-list ul li .txt-box .iconfont{ position: absolute; right: 20px; top:50%; transform: translateY(-50%); font-size: 1rem; color: #999; transition: all 0.4s ease; }
.picture-list ul li a:hover .txt-box{ color: #F2902F; }
.picture-list ul li a:hover .txt-box .iconfont{ color: #F2902F; }
.picture-list ul li a:hover .img-box .img{ transform: scale(1.1); }

/** 视频按钮 */
.ny-video{ background:url(../images/video.jpg) center center no-repeat; background-size:cover; }
.play-btn-box{ padding-bottom:43%; position:relative; }
.play-btn-box .play-btn{ display:block; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); padding:30px; border-radius:40%; background-color:rgba(0, 0, 0, .5); text-align:center; cursor:pointer; transition: all 0.4s ease; }
.play-btn-box .play-btn .iconfont{ display:block; color:#fff; font-size:2.5rem; margin-bottom:10px; transition: all 0.4s ease; }
.play-btn-box .play-btn span{ display:block; font-size:1rem; color:#fff; transition: all 0.4s ease; }
.play-btn-box .play-btn:hover{ background-color:rgba(0, 0, 0, .7); }
.play-btn-box .play-btn:hover .iconfont,
.play-btn-box .play-btn:hover span{ color:#F2902F; }

/** 企业文化 */
.culture-list{ display:flex; justify-content:space-between; align-items:stretch; margin-top:-40px; }
	.culture-list .item{ width:26.66%; padding-top:40px; }
	.culture-list .item .inner-box{ display:block; transition: all 0.4s ease; }
	.culture-list .item .inner-box .icon{ display:inline-block; width:58px; height:54px; background-position:center center; background-repeat:no-repeat; background-size:contain; margin-bottom:30px; transition: all 0.4s ease; }
	.culture-list .item .inner-box em{ display:block; font-size:1.5rem; font-weight:700; padding-top:30px; border-top:2px solid #eee; margin-bottom:10px; line-height:1.5; }
	.culture-list .item .inner-box p{ line-height:1.5; color:#666; }
	.culture-list .item .inner-box:hover .icon{ transform: rotate(180deg); }
	.culture-list .item .inner-box:hover{ transform:translateY(-10px); }

.logo-interp{ background-color:#0e6bcf; border-radius:10px; padding:40px 30px; display:flex; justify-content:space-between; align-items:stretch; }
.logo-interp .logo{ width:25%; display:flex; align-items:center; }
.logo-interp .shape{ width:43%; display:flex; align-items:center; }
.logo-interp .slogan{ width:27%; display:flex; align-items:center; justify-content:center; /*background-color:rgba(255, 255, 255, .1);*/ background:url(../images/slogan_bg.png) center no-repeat; background-size:cover; }
.logo-interp .shape .inner-box{ padding-right:8%; }
.logo-interp .shape .inner-box em{ display:block; font-size:1.4rem; font-weight:700; padding:10px 0; color:#fff; }
.logo-interp .shape .inner-box p{ margin-bottom:10px; line-height:1.3; color:#e2e2e2; font-size:.9rem; }
.logo-interp .slogan .inner-box{ padding:30px; text-align:center; }
.logo-interp .slogan .inner-box em{ display:block; font-size:1rem; padding:10px 0; color:#fff; }
.logo-interp .slogan .inner-box p{ font-size:1.4rem; line-height:1.3; margin-top:30px; color:#F2902F; font-weight:700; }

/** 内容列表 */
/*1223*.info-list .item{ display: flex; justify-content: space-between; align-items: stretch; margin-top:20px;  }
.info-list .item:first-child{ margin-top:0; }
.info-list .item .img-box{ width:47%; overflow:hidden; border-top-left-radius:70px; border-bottom-right-radius:70px; border-top-right-radius:20px; border-bottom-left-radius:20px; border:#EEF7FF 10px solid; z-index:0; }
.info-list .item .img-box img{ width:100%; transition: all 0.5s; }
.info-list .item .txt-box{ width:49%; transition: all 0.5s; position:relative; z-index:1; }
.info-list .item:hover .txt-box{ transform: translateY(-10px); }
.info-list .item:hover .img-box img{ transform: scale(1.1); }

.info-list.s3 .item .img-box{ width:52%; }
.info-list.s3 .item .txt-box{ width:44%; }*/

/**.info-list.s1 .item{ background-color:#ffffff; }
.info-list.s2 .item{ align-items: center; background-color:#F5F8FF; }
.info-list.s3 .item,
.info-list.s4 .item,
.info-list.s5 .item{ align-items: center; background-color:#F7F7F7; }*/
/**.info-list.s2 .item .txt-box,
.info-list.s3 .item .txt-box,
.info-list.s4 .item .txt-box,
.info-list.s5 .item .txt-box{ padding:0 35px; }

.info-list.s6 .item .title-s1{ width:26%; }
.info-list.s6 .item .title-s1 em{ font-size:1.8rem; }*/

/*1223*.info-list.s6 .item .img-box{ width:50%; overflow:hidden; border-radius:0; border:none; }
.info-list.s6 .item .txt-box{ width:47%; padding:0; }
.info-list.s6 .item:hover .img-box img{ transform: scale(1); }
.info-list.s6 .item:hover .txt-box{ transform: translateY(0); }

.info-list .txt-box h3{ font-size:1.2rem; font-weight:700; margin-bottom:10px; margin-top:20px; }
.info-list .txt-box h3:first-child{ margin-top:0; }
.info-list .txt-box h3.has-icon{ padding-left:35px; position:relative; }
.info-list .txt-box h3 .icon{ display:block; position:absolute; top:50%; left:0; transform:translateY(-50%); width:25px; height:25px; background-position:center center; background-repeat:no-repeat; background-size:contain; }
.info-list .txt-box h4{ display:block; font-size:.9rem; font-weight:700; margin-bottom:5px; margin-top:20px; }
.info-list .txt-box h4:first-child{ margin-top:0; }
.info-list .txt-box em{ display:block; margin-bottom:5px; font-weight:700; }
.info-list .txt-box p{ color:#666; margin-bottom:10px; }
.info-list .txt-box .tips{ margin-bottom:20px; }*/

/** .txt-box.s2 左侧文字右侧图片 */
/*1223*.info-list .txt-box .sub-title{ font-size:1.3rem; font-weight:700; color:#0456AF; padding:20px 0; }
.info-list .txt-box .sub-title.s2{ position:relative; margin-bottom:30px; }
.info-list .txt-box .sub-title.s2::after{ content:''; position:absolute; width:1.2em; bottom:0; left:0; height:3px; background-color:#FF8F15; }
.info-list .txt-box .sub-content{ background-color:#F6F9FE; border-top-left-radius:60px; border-bottom-right-radius:60px; border-top-right-radius:10px; border-bottom-left-radius:10px; position:absolute; left:-30%; right:0; top:0; padding:30px 50px; }

.info-list .txt-box.s2 .sub-title{ padding-left:30px; }
.info-list .txt-box.s2 .sub-title.s2::after{ left:30px; }
.info-list .txt-box.s2 .sub-content{ left:0; right:-30%; }

.info-list.s3 .txt-box .sub-content{ background-color:#fff; left:-40%; right:0; }
.info-list.s3 .txt-box.s2 .sub-content{ background-color:#fff; left:0; right:-40%; }

.info-list.s6 .txt-box h4{ margin-top:15px; }
.info-list.s6 .txt-box .sub-title{ font-size:1.5rem; padding-top:0; }
.info-list.s6 .txt-box .sub-content{ background-color:#fff; position:static; padding:0; }*/

/** 服务领域 */
.info-list-s1 ul{ display: flex; justify-content: space-between; align-items: stretch; flex-wrap:wrap; margin-top:-2.66%; }
.info-list-s1 ul li{ width:32%; padding-top:2.66%; }
.info-list-s1 ul li .inner-box{ height:100%; border:1px solid #eee; padding:50px 30px; border-radius:10px; transition: all 0.4s ease; }
.info-list-s1 ul li:hover .inner-box{ transform: translateY(-10px); }

	.info-content i{ display:block; margin-bottom:20px; }
	.info-content em{ display:block; font-size:1.2rem; font-weight:700; margin-bottom:25px; }
	.info-content p{ font-size:.9rem; color:#888; margin-bottom:15px; }

	.info-content.white p,
	.info-content.white{ color:#fff; }

.ded-bg{ position:absolute; z-index:0; width:100%; height:100%; top:0; left:0; display: flex; justify-content: space-between; align-items: stretch; }
.ded-bg div{ width:50%; height:100%; background-position:center left; background-repeat:no-repeat; background-size:cover; }
.ded-bg div:first-child{ background-position:center right; }

.distribute-box{ padding:8% 0 10% 56.66%; }

.w-info-box{ padding:0 37.33% 8.66% 0; position:relative; }
.w-info-box .img-box{ position:absolute; bottom:0; right:0; width:36%; height:100%; background-position:bottom right; background-size:contain; background-repeat:no-repeat; }

.w-info-box.commercial{ padding:4.33% 37.33% 4.33% 0; }

.api-info-box{ display: flex; justify-content: space-between; align-items: center; }
.api-info-box .info-list-s4{ position:relative; z-index:1; width:49.33%; }
.api-info-box .img-box{ position:relative; z-index:0; width:43.33%; }
.api-info-box .img-box img{ width:100%; }

.info-list-s2 ul{ display: flex; justify-content: space-between; align-items: stretch; flex-wrap:wrap; margin-top:-2.66%; }
.info-list-s2 ul li{ width:45%; padding-top:2.66%; }

.info-list-s2.commercial ul li{ width:55%; }
.info-list-s2.commercial ul li:nth-child(odd){ width:32%; }

.info-list-s3 .item{ display: flex; justify-content: space-between; align-items: center; margin-top:80px; flex-wrap:wrap; }
.info-list-s3 .item:first-child{ margin-top:0; }
.info-list-s3 .item .img-box{ width:43.33%; overflow:hidden; }
.info-list-s3 .item .img-box img{ width:100%; transition: all 0.5s; }
.info-list-s3 .item .txt-box{ width:48.33%; transition: all 0.5s; }
.info-list-s3 .item:hover .txt-box{ transform: translateY(-10px); }
.info-list-s3 .item:hover .img-box img{ transform: scale(1.1); }

.info-list-s4 ul li{ padding:30px 40px 30px 80px; margin-top:30px; transition: all 0.4s ease; }
.info-list-s4 ul li:first-child{ margin-top:0; }
.info-list-s4 ul li .title-s3{ position:relative; transition: all 0.4s ease; }
.info-list-s4 ul li .title-s3 i{ display:block; position:absolute; left:-50px; top:7px; font-size:1.3rem; color:#bbb; font-weight:700; transition: all 0.4s ease; }
.info-list-s4 ul li .info-content{ display: -webkit-box; transition: all 0.4s ease;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-list-s4 ul li .info-content p{ transition: all 0.4s ease; }
.info-list-s4 ul li .btn-view{ position:relative; display:inline-block; padding-right:20px; margin-top:20px; color:#888; font-size:.9rem; cursor:pointer; }
.info-list-s4 ul li .btn-view::before{ content:' '; display: inline-block; position: absolute; top:50%; right: 0; width: 7px; height: 7px; border: solid #666; border-width: 1px 1px 0 0;transform: translate(0,-50%) rotate(135deg); 	
	-ms-transform:translate(0,-50%) rotate(135deg); 	/* IE 9 */
	-moz-transform:translate(0,-50%) rotate(135deg); 	/* Firefox */
	-webkit-transform:translate(0,-50%) rotate(135deg); /* Safari 和 Chrome */
	-o-transform:translate(0,-50%) rotate(135deg); 	/* Opera */
}

.info-list-s4 ul li.on{ background-color:#085AB0; color:#fff; margin-right:-200px; }
.info-list-s4 ul li.on .title-s3,
.info-list-s4 ul li.on .title-s3 i{ color:#fff; }
.info-list-s4 ul li.on .title-s3::after{ background-color:#fff; }
.info-list-s4 ul li.on .info-content{ display:block; overflow:visible; text-overflow:clip; }
.info-list-s4 ul li.on .info-content p{ color:#dedede; }
.info-list-s4 ul li.on .btn-view{ display:none; }

.notes{ padding:50px; background-color:#085AB0; font-size:1.5rem; color:#fff; text-align:center; line-height:1.35; font-weight:500; }
.notes-s2{ font-size:1.5rem; color:#fff; text-align:center; line-height:1.5; font-weight:500; }

.workship-tap{ display: flex; justify-content: space-between; align-items: center; flex-wrap:wrap; border-top:1px solid rgba(255, 255, 255, .3); }
.workship-tap a{ display:block; width:50%; text-align:center; padding:30px; color:#fff; font-size:1.1rem; cursor:pointer; }
.workship-tap a.on{ background-color: rgba(255, 255, 255, .3); }

.workship-item{ display:none; }

.out-licensing-box{ position:relative; padding-left:55.33%; padding-right:6%; }
.out-licensing-box .txt-box{ position:absolute; left:6%; top:-200px; padding:100px 70px 150px 70px; background-color:#fff; width:42%; }
.out-licensing-box .info-content{ line-height:1.75; }
.out-licensing-box .img-box{ padding-right:30px; padding-bottom:30px; position:relative; }
.out-licensing-box .img-box img{ width:100%; border-radius:10px; position:relative; z-index:1; }
.out-licensing-box .img-box::after{ content:''; display:block; position:absolute; z-index:0; top:30px; left:30px; right:0; bottom:0; background-color:#EFF2F9; border-radius:10px; }

.development-box{ display: flex; justify-content: space-between; align-items:stretch; }
.development-box .item{ width:49%; position:relative; }
.development-box .item .txt-box{ position:absolute; width:100%; height:100%; left:0; top:0; padding:60px; display:flex; justify-content:center; align-items:center; transition: all 0.5s; }
.development-box .item .icon{ display:block; width:80px; height:80px; background-position:center center; background-repeat:no-repeat; background-size:cover; margin:auto; }
.development-box .item em{ display:block; text-align:center; margin-top:20px; color:#fff; font-size:1.1rem; font-weight:700; }
.development-box .item .info-content{ margin-top:35px; color:#fff; display:none; transition: all 0.5s; }
.development-box .item .info-content p{ color:#fff; }
.development-box .item:hover .txt-box{ background-color:rgba(0, 0, 0, .4); }
.development-box .item:hover .info-content{ display:block; }

/**.CDMO-list{ display: flex; justify-content: space-between; align-items:stretch; flex-wrap:wrap; }
.CDMO-list .item{ display:block; width:49%; background-color:#fff; margin-top:2%; padding:30px 25px; }
.CDMO-list .item:first-child{ margin-top:2%; }
.CDMO-list .item:nth-child(3n){ width:100%; }
.CDMO-list .item .txt-box{ width:100%; padding: 0; }
.CDMO-list .item dl{ display: flex; justify-content: space-between; align-items:stretch; flex-wrap:wrap; margin-top:20px; }
.CDMO-list .item dl dd{ width:28%; position:relative; }
.CDMO-list .item dl dd::after{ content:''; position:absolute; left:-15%; top:0; bottom:0; border-left:2px solid #eee; }
.CDMO-list .item dl dd:first-child::after{ display:none; }*/
/**
.CDMO-list{ display: flex; justify-content: space-between; align-items:stretch; flex-wrap:wrap; margin-top:-2%; }

.CDMO-list .item{ display:block; width:32%; background-color:#F5F8FF; margin-top:2%; }
.CDMO-list .item:first-child{ margin-top:2%; }
.CDMO-list .item .txt-box{ width:100%; padding:30px 25px; }
.CDMO-list .item .img-box{ width:100%; overflow:hidden; border-radius:0; border:none; }*/

/**.quality-list .item{ display:block; }
.quality-list .item .img-box{ width:100%; overflow:hidden; border:none; border-radius: 10px; }
.quality-list .item .info-box{ position:relative; display: flex; padding:50px 30px; }
.quality-list .item .txt-box{ width:60%; }

.info-list.CDMO-list .txt-box h3,
.info-list.quality-list .txt-box h3{ color:#0456AF; }

.info-list.CDMO-list .txt-box h4,
.info-list.s1 .txt-box h4,
.info-list.s2 .txt-box h4{ padding-left:25px; position:relative; }
.info-list.s1 .txt-box h4::after,
.info-list.CDMO-list .txt-box h4::after,
.info-list.s2 .txt-box h4::after{ content:'—'; font-size:.8rem; color:#0456AF; position:absolute; top:0; left:0; }*/

/*.info-list.s3 .txt-box p,
.info-list.s4 .txt-box p{ font-size:.9rem; color:#2f2f2f; }
.info-list.s4 .txt-box p{ position:relative; padding-left:25px; }
.info-list.s4 .txt-box p::after{ content:'—'; font-weight:700; font-size:.8rem; color:#0456AF; position:absolute; top:0; left:0; }*/
/*-*.info-list.s3 .txt-box p{ font-size:.9rem; color:#2f2f2f; }*/

.subinfo-list ul{ display: flex; align-items: stretch; flex-wrap: wrap; margin-left:-2%; margin-top:-2%; }
.subinfo-list ul li{ width:33.33%; padding-left:2%; padding-top:2%; }
.subinfo-list ul li .inner-box{ height:100%; background-color:#ffffff; padding:40px 0 40px 30px; display: flex; align-items: center; transition: all 0.5s; }
.subinfo-list ul li .inner-box i{ display:block; width:66px; height:66px; transition: all 0.5s; }
.subinfo-list ul li .inner-box>div{ display:block; width:calc(100% - 70px); padding-left:20px; }
.subinfo-list ul li .inner-box em{ display:block; font-size:1rem; font-weight:700; margin-bottom:10px; }
.subinfo-list ul li .inner-box p{ display:block; line-height:1.5; color:#666; }
.subinfo-list ul li .inner-box:hover{ transform: translateY(-10px); }
.subinfo-list ul li .inner-box:hover i{ animation: swing 0.5s alternate; }

/**.subinfo-list.quality{ background-color:#ffffff; padding:30px; position:absolute; bottom:0; right:30px; }
.subinfo-list.quality ul{ display:block; margin:0; margin-top:-30px; }
.subinfo-list.quality ul li{ width:100%; padding:0; padding-top:30px; }
.subinfo-list.quality ul li .inner-box{ padding:0; }*/

.subinfo-list.s2 ul li .inner-box{ background-position:top center; background-repeat:no-repeat; background-size: contain; padding:0; position:relative; padding-top:68%; border:1px solid #ddd; }
.subinfo-list.s2 ul li .inner-box>div{ position:relative; width:100%; padding: 0 30px 30px 100px; z-index:2; background-color:#fff; height:120px; }
.subinfo-list.s2 ul li .inner-box>div::after{ content:''; position:absolute; top:-30px; left:0; width:100%; height:80px; z-index:1; background-color:#fff; transform: rotate(4deg) scale(1.2); }
.subinfo-list.s2 ul li .inner-box .icon-box{ position:absolute; top:-30px; left:30px; z-index:2; }
.subinfo-list.s2 ul li .inner-box .icon-box span{ display:block; font-size:2.3rem; font-weight:700; text-align:center; color:#EAEAEA; font-family:"Microsoft Yahei"; }
.subinfo-list.s2 ul li .inner-box .icon-box i{ width:52px; height:52px; background-position:center center; background-repeat:no-repeat; background-size:contain; }
.subinfo-list.s2 ul li .inner-box em{ font-size:.9rem; margin-bottom:0; position:relative; z-index:3; }

.subinfo-list.s3 ul li .inner-box{ display:block; position:relative; padding:0 0 200px 0; }
.subinfo-list.s3 ul li .inner-box .img-box{ width:100%; background-position:center center; background-repeat:no-repeat; background-size:cover; padding:0 0 87.5% 0; }
.subinfo-list.s3 ul li .inner-box .txt-box{ width:100%; height:260px; background-color:#F8F8F8; position:absolute; left:0; right:0; bottom:0; padding:30px; }
.subinfo-list.s3 ul li .inner-box .txt-box em{ height:75px; border-bottom:1px solid #ddd; transition: all 0.4s ease; }
.subinfo-list.s3 ul li .inner-box .txt-box p{ line-height:1.35; color:#888; margin-bottom:10px; }
.subinfo-list.s3 ul li .inner-box:hover .txt-box em{ color:#F2902F; }

.subinfo-list.s3 ul li .inner-box .info-box{ width:100%; position:absolute; top:100%; left:0; right:0; bottom:-100%; padding:30px; background-color:rgba(0, 0, 0, .5); transition: all 0.4s ease; }
.subinfo-list.s3 ul li .inner-box .info-box em{ border-bottom:1px solid #fff; color:#fff; padding-bottom:20px; margin-bottom:20px; }
.subinfo-list.s3 ul li .inner-box .info-box p{ line-height:1.35; color:#fff; margin-bottom:10px; }
.subinfo-list.s3 ul li .inner-box .hr{ border-bottom:1px solid #fff; padding-bottom:20px; margin-bottom:20px; }
.subinfo-list.s3 ul li .inner-box .icon1,
.subinfo-list.s3 ul li .inner-box .icon2,
.subinfo-list.s3 ul li .inner-box .icon3,
.subinfo-list.s3 ul li .inner-box .icon4{ width:21px; height:21px; display:inline-block; margin-right:5px; background-position:center center; background-repeat:no-repeat; vertical-align: top; }
.subinfo-list.s3 ul li .inner-box .icon1{ background-image:url(../images/lyico1.png); }
.subinfo-list.s3 ul li .inner-box .icon2{ background-image:url(../images/lyico2.png); }
.subinfo-list.s3 ul li .inner-box .icon3{ background-image:url(../images/lyico3.png); }
.subinfo-list.s3 ul li .inner-box .icon4{ background-image:url(../images/lyico4.png); }

.subinfo-list.s3 ul li .inner-box:hover .info-box{ top:0; bottom:0; }

/** Service area  */
.project-list .tbody .row,
.project-list .thead{ display: flex; justify-content: space-between; align-items:stretch; }
.project-list .thead{ font-size: 1rem; font-weight:700; color:#fff; }
.project-list .thead>div,
.project-list .tbody .row>div{ display:flex; align-items:center; width:16%; text-align:left; border-right: 1px solid #ededed; padding:15px; }
.project-list .tbody .row>div>div{ max-height:160px; overflow-y:auto; }
.project-list .tbody .row>div p{ margin-bottom:10px; }
.project-list .thead>div:first-child,
.project-list .tbody .row>div:first-child{ border-left: 1px solid #ededed; }
.project-list .thead>div.center,
.project-list .tbody .row>div.center{ justify-content: center; text-align:center; }
.project-list .tbody .row:nth-child(even),
.project-list .tbody .row:hover{ background: #F9F9F9; }

.project-list .thead>div:nth-child(3),
.project-list .tbody .row>div:nth-child(3),
.project-list .thead>div:nth-child(4),
.project-list .tbody .row>div:nth-child(4){ width:26%; }

.project-list .thead>div{ background-color: #0456AF; }
.project-list .thead>div:first-child{ border-top-left-radius:10px; }
.project-list .thead>div:last-child{ border-top-right-radius:10px; }

.project-list .tbody .row:last-child>div{ border-bottom: 1px solid #ededed; }
.project-list .tbody .row:last-child>div:first-child{ border-bottom-left-radius:10px; }
.project-list .tbody .row:last-child>div:last-child{ border-bottom-right-radius:10px; }

.project-list.s2 .thead>div,
.project-list.s2 .tbody .row>div{ width:28%; }
.project-list.s2 .thead>div:nth-child(2),
.project-list.s2 .tbody .row>div:nth-child(2){ width:46%; }


/** 研发优势 */
/**.advantages-box{ display: flex; justify-content: space-between; align-items:stretch; }
.advantages-box .item{ width:48.66%; background-color:#0859B0; padding:40px 35px; position:relative; }
.advantages-box .item:nth-child(even){ background-color:#F1902E; }
.advantages-box .item .icon{ position:absolute; width:200px; height:200px; top:40px; right:35px; background-position:center center; background-repeat:no-repeat; background-size:cover; z-index:0; }
.advantages-box .item .txt-box{ position:relative; z-index:1; color:#fff; }
.advantages-box .item .txt-box i{ display:block; font-size:3rem; margin-top:20px; font-weight:700; font-family:"Microsoft Yahei"; }
.advantages-box .item .txt-box h3{ font-size:1.5rem; font-weight:700; margin-bottom:10px; margin-top:20px; position:relative; z-index:2; padding-right:200px; }
.advantages-box .item .txt-box p{ color:rgba(255, 255, 255, .8); margin-bottom:10px; position:relative; z-index:2; }*/

/** 联系方式 */
.contact-box ul{ display: flex; justify-content: space-between; align-items: stretch; flex-wrap:wrap; margin-top:-2.66%; }
.contact-box ul li{ width:48.66%; padding-top:2.66%; }
.contact-box ul li .inner-box{ height:100%; border:1px solid #eee; padding:35px; border-radius:10px; transition: all 0.4s ease; }
.contact-box ul li.addr .inner-box{ border:none; padding:0; border-radius:0; }
.contact-box ul li i{ display:block; margin-bottom:30px; }
.contact-box ul li em{ display:block; font-size:1.3rem; font-weight:700; margin-bottom:10px; }
.contact-box ul li p{ font-size:1rem; }
.contact-box ul li:hover .inner-box{ transform: translateY(-10px); }

.maps-box{ border-radius:10px; height:600px; overflow:hidden; }



/** 咨询留言 */
.form-list ul{ margin-left: -30px; margin-top:-30px; }
.form-list ul li{ float:left; width:100%; padding-left: 30px; padding-top: 30px; }
.form-list ul li.col2{ width:50%; }
.form-list ul li.col3{ width:33.33%; }
.form-list label{ display: none; }
.form-list .select,
.form-list input{ width: 100%; background-color:#f5f5f5; padding: 20px 30px; border:none; border-radius:5px; }
.form-list .select{ padding: 18px 30px; }
.form-list .select select{ width:100%; background-color:transparent; border:none; }
.form-list textarea{ width: 100%; height: 200px; background-color:#f5f5f5; padding: 20px 30px; border:none; border-radius:5px; }
.form-list button{ background-color: #F2902F; color: #fff; padding:20px 80px; border: none; border-radius:5px; }

/** 分页样式 */
.pagination{ margin:40px 0; text-align:center; }
.pagination span,
.pagination strong,
.pagination a{ display:inline-block; margin:0 5px; padding:7px 15px; border:1px solid #eee; }
.pagination a[rel]{ background-color:#f2f2f2; border-color:#f2f2f2; }
.pagination strong{ background-color:#0456AF; color:#fff; }
.pagination a{ color:#333; }
.pagination span{ background-color:#f2f2f2; color:#999; }

/** 信息详情 */
.view-title{ font-size: 1.3rem; text-align:center; padding: 15px 0; margin-bottom: 20px; }
.view-element{ color:#666; border-bottom:1px solid #eee; padding: 15px 0; }
.view-element .view-attr{ text-align:center; }
.view-element .view-attr span{ display: inline-block; margin-left: 10px; }
.view-element .view-attr span:first-child{ margin-left: 0; }
.view-content{ line-height:2; padding: 15px 0; }
.view-content p{ margin-bottom: 5px; }

.view-assoc{ background-color: #f5f5f5; height: 80px; line-height: 80px; }
.view-assoc .prev{ float: left; padding-left: 20px; position: relative; width: 50%; }
.view-assoc .next{ float: right; padding-right: 20px; position: relative; width: 50%; text-align: right; }
.view-assoc .next::after,
.view-assoc .prev::after { position: absolute; top: 50%; margin-top: -5px; left: 0; content: ' '; display: block; border: solid #999; border-width: 0 2px 2px 0; padding: 3px; vertical-align: middle; transform: rotate(135deg); -webkit-transform: rotate(135deg); }
.view-assoc .next::after{ left: auto; right: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }


/*中等屏幕   w<1400*/
@media screen and (max-width: 1500px) {
	.wrap{ padding:0 15px; }
	.backtop{ right:15px; }
}

@media screen and (max-width: 1400px) {
	.contact-box ul li .info-box{ padding:60px 40px 80px 40px; }
	.out-licensing-box .txt-box{ padding:80px 50px 100px 50px; }
}

/*中等屏幕   w<1200*/
@media screen and (max-width: 1200px) {
	
}

/*pad: w< 992*/
@media screen and (max-width: 992px) {
	.section{ padding: 50px 0; }
	.section.s1{ padding:35px 0; }
	.section.s1.ntp,
	.section.ntp{ padding-top:0; }
	.section.s1.nbp,
	.section.nbp{ padding-bottom:0; }
	.container{ padding:35px 0; }
	
	.header{ padding-top:60px; }
	.top{ position:fixed; top: 0; background-color:#fff; }
	.top-bar{ background-color:#fff; border-bottom-left-radius:0; border-top-right-radius:0; padding:10px 0; }
	.logo-box{ padding: 0; padding-right: 60px; }
	.logo-box img{ height:40px; }
	
    .menu-button { display: block; }
	.nav { display: none; }
	.search-btn{ display: none; }
	.nav-box{ padding-right: 0; }
	
	.smart-nav { display: block; }
    .smart-nav { position: fixed; width: 100%; z-index: 998; left: auto; right: -100%; top: 0; bottom: 0; background: rgba(4, 86, 175, .8); padding-top: 60px; overflow: hidden;
        -webkit-transition: .3s all;
        transition: .3s all;
    }
    .smart-nav.open { right: 0; }
    .smart-nav ul { display: block; width: 100%; height: 100%; border-top: 1px solid rgba(255, 255, 255, .5); overflow-y: auto; }
    .smart-nav ul li { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .5); cursor: pointer; }
    .smart-nav ul li .tit { text-indent: 1em; display: block; padding: 12px 0; color: #ffffff; }
	
    .smart-nav ul li .child { border-top: 1px solid rgba(206, 206, 206, 0.5); display: none; }
    .smart-nav ul li .child a{ display: block; padding: 5px 0; line-height: 2; color: #fff; text-indent: 1em; }
	.smart-nav ul li .child a .iconfont{ font-size:1.2rem; margin-right:10px; }
    .smart-nav ul li .child a:first-child { padding-top: 10px; }
    .smart-nav ul li .child a:last-child { padding-bottom: 10px; }
    .smart-nav ul li .tit:hover,
    .smart-nav ul li .child a:hover { background-color: rgba(255, 255, 255, .9); color: #F2902F; }
	
	.smart-nav ul li:last-child{ border-bottom:none; }
	.language{ width:100px; margin-left:1em; }
	.language span{ width:50%; color:#fff; }
	.language span.on{ background-color:rgba(255, 255, 255, .9); }
	
	.bot-row{ padding: 20px 0; }
		.bot-social,
		.bot-logo{ float:none; }
		.bot-social{ margin-top:10px; }

	.copyright p,
	.copyright .support{ float: none; }
	
	.mt80{ margin-top:40px; }
	.mt50{ margin-top:30px; }
	.mb50{ margin-bottom:30px; }
	.mt30{ margin-top:20px; }
	.mb30{ margin-bottom:20px; }
	.mt20{ margin-top:10px; }
	.mb20{ margin-bottom:10px; }
	/** 标题样式 */
	.title-bar{ display:block; }
	.title-bar .more-btn{ margin-top:20px; }
	
	.title-s1 em{ font-size:2rem; }
	
	.strength-box{ display:block; }
	.strength-box .title-s1{ width:100%; margin-bottom:35px; }
	.strength-box .lists{ width:100%; display:block; }
	.strength-box .lists .item{ padding:35px 0; border-top:1px solid #ddd; }
	.strength-box .lists .item em{ margin-top:10px; }
	.strength-box .lists .item p{ margin-top:5px; }

	.services-box{ display:block; }
	.services-box .services-menu,
	.ind-services .title-s1{ width:100%; }
	.services-box .services-menu{ margin-bottom:20px; }
	.services-box .services-menu ul li{ height:auto;  padding:15px 0 15px 60px; }
	.services-box .services-menu ul li::after,
	.services-box .services-menu ul li .iconfont{ display:none; }
	.services-box .services-list{ width:100%; padding-left:0; }
	.services-box .services-list ul{ padding:0 15px; }
	.services-box .services-list ul li .item{ padding:20px 0; }
	.services-box .services-list ul li .item span{ position:static; }
	.services-box .services-list ul li .more-link{ position:static; transform:none; display:inline-block; padding:15px 0; }
	.services-box .services-list ul li .more-link::before{ content:'Read more'; display:inline-block; margin-right:10px; color:#fff; font-size:1.2rem; }
	
	.business-box .inner-box .txt-box{ padding: 40px 15px 15px 15px; }
	.business-box .inner-box .txt-box em{ font-size:1.2rem; }
	
	/** 新闻列表 */
	.picnews-list ul{ margin-top:-30px; }
	.picnews-list ul li{ width:100%; padding-top:30px; }
	
	/** 内页 */
	.position{ display:none; }
	.column-name{ transform: translateY(0); }
	.column-name em{ font-size:1.3rem; }
	.column-name p{ font-size:.8rem; margin-top: 10px; }
	
	.crumbs{ border-bottom:none; }
	.crumbs .submenu a{ padding: 15px 0; border-bottom:1px solid #ddd; }
	.crumbs .submenu.col1 a,
	.crumbs .submenu.col2 a,
	.crumbs .submenu.col3 a,
	.crumbs .submenu.col4 a,
	.crumbs .submenu.col5 a,
	.crumbs .submenu.col6 a,
	.crumbs .submenu.col7 a,
	.crumbs .submenu.col8 a,
	.crumbs .submenu.col9 a,
	.crumbs .submenu.col10 a{ width:100%; }
	
	/** 关于我们 */
	.nabout-box{ display:block; }
	.nabout-txt,
	.nabout-pic{ width:100%; }
	
	.nstrength-box{ display:block; }
	.nstrength-box .item{ width:100%; padding: 30px 98px 30px 15px; margin-top:30px; }
	.nstrength-box .item .icon{ right:15px; }
	
	.history-box .swiper-slide{ width:100%; height:auto; display:flex; align-items:center; }
	.history-box .swiper-slide::after{ display:none; }
	.history-box .swiper-slide .inner-box{ position:static; padding:0; border-left:none; }
	.history-box .swiper-slide .inner-box::before,
	.history-box .swiper-slide .inner-box::after{ display:none;}
	.history-box .swiper-slide:nth-child(even) .inner-box{ padding:0; }
	.history-box .swiper-button-box{ display:none; }
	
	.play-btn-box .play-btn{ padding:20px; }
	.play-btn-box .play-btn .iconfont{ font-size:2rem; }
	.play-btn-box .play-btn span{ font-size:.9rem; }
	
	/** 企业文化 */
	.culture-list{ display:block; }
	.culture-list .item{ width:100%; }
	
	.logo-interp{ padding:20px 15px; display:block; }
	.logo-interp .logo{ width:100%; margin-bottom:20px; }
	.logo-interp .shape{ width:100%; margin-bottom:20px; }
	.logo-interp .slogan{ width:100%; }
	.logo-interp .shape .inner-box{ padding-right:0; }
	.logo-interp .slogan .inner-box{ padding:30px 15px; }

	/** 内容列表 */
	/*1223*.info-list .item{ display:block; }
	.info-list.s6 .item .title-s1,
	.info-list.s3 .item .txt-box,
	.info-list.s6 .item .txt-box,
	.info-list .item .img-box,
	.info-list.s3 .item .img-box,
	.info-list.s6 .item .img-box,
	.info-list .item .txt-box{ width:100%; }
	.info-list .item .txt-box.s2{ margin-bottom:20px; }*/
	
	/**.info-list.s2 .item .txt-box,
	.info-list.s3 .item .txt-box,
	.info-list.s4 .item .txt-box,
	.info-list.s5 .item .txt-box,
	.info-list .item .txt-box{ padding:20px; }*/
	
	/*1223*.info-list .txt-box .sub-title{ font-size:1.3rem; }
	.info-list .txt-box .sub-content{ position:static; padding: 30px 25px; }*/

	.subinfo-list ul li{ width:100%; }
	.subinfo-list ul li .inner-box { padding: 20px; display: block; }
	.subinfo-list ul li .inner-box>div{ width:100%; padding-left:0; margin-top:20px; }
	
	.subinfo-list.s2 ul li .inner-box>div{ padding-left:70px; height:auto; }
	.subinfo-list.s2 ul li .inner-box .icon-box{ left:15px; }
	.subinfo-list.s2 ul li .inner-box .icon-box span{ font-size:1.6rem; }
	.subinfo-list.s2 ul li .inner-box .icon-box i{ width:40px; height:40px; }
	.subinfo-list.s2 ul li .inner-box em{ font-size:.8rem; }
	
	.subinfo-list.s3 ul li .inner-box{ padding:0; }
	.subinfo-list.s3 ul li .inner-box>div{ margin-top:0; }
	.subinfo-list.s3 ul li .inner-box .txt-box{ position: static; height:auto; }
	
	
	/** 服务领域 */
	/**.CDMO-list .item{ width:100%; }
	.CDMO-list .item dl dd{ width:100%; padding-bottom:20px; margin-bottom:20px; border-bottom:2px solid #eee }
	.CDMO-list .item dl dd::after{ display:none; }
	.CDMO-list .item dl dd:last-child{ padding-bottom:0; margin-bottom:0; border-bottom:none; }
	
	.quality-list .item .info-box{ display:block; padding:30px 0 0 0; }
	.subinfo-list.quality{ position:static; width:100%; }*/
	.info-list-s2.commercial ul li,
	.info-list-s2.commercial ul li:nth-child(odd),
	.info-list-s2 ul li,
	.info-list-s1 ul li{ width:100%; }
	.info-list-s1 ul li .inner-box{ padding: 30px 15px; }
	
	.info-list-s3 .item{ margin-top:40px; }
	.info-list-s3 .item .txt-box,
	.info-list-s3 .item .img-box{ width:100%; }
	.info-list-s3 .item .txt-box{ order: 1; }
		
	.distribute-box{ padding-left:0; padding-top: 400px; }
	
	.ded-bg{ display:block; }
	.ded-bg div{ width:100%; height: 400px; }
	
	.w-info-box.commercial,
	.w-info-box{ padding:0; }
	.w-info-box .img-box{ position: static; width: 100%; height: 320px; }
	
	.api-info-box{ display:block; }
	.api-info-box .img-box,
	.api-info-box .info-list-s4{ width:100%; }
	.api-info-box .info-list-s4{ margin-bottom:30px; }
	
	.info-list-s4 ul li{ padding: 15px 20px 15px 65px; }
	.info-list-s4 ul li.on{ margin-right:0; }
	
	.notes{ font-size:1.2rem; padding:25px; }
	.notes-s2{ font-size:1.2rem; }
	
	.workship-tap a{ font-size:.9rem; }
	
	.out-licensing-box{ padding:0; }
	.out-licensing-box .txt-box{ position:static; padding:15px; width:100%; margin-bottom:30px; }
	.out-licensing-box .img-box{ padding-right:15px; padding-bottom:15px; }
	
	.development-box{ display:block; }
	.development-box .item{ width:100%; margin-top:30px; }
	.development-box .item:first-child{ margin-top:0; }
	.development-box .item .icon{ width:40px; height:40px; }
	.development-box .item em{ font-size:.9rem; }
	.development-box .item .txt-box{ padding:15px; }
	.development-box .item:hover .txt-box{ position: static; }
	
	.project-list .thead{ display:none }
	.project-list .tbody .row{ display:block; border-bottom: 1px solid #ededed; padding-bottom:20px; margin-bottom:20px; }
	.project-list .tbody .row>div:first-child,
	.project-list .tbody .row>div{ display:block; width:100%; text-align:left; border-right: none; border-left: none; padding: 5px 0; }
	.project-list .tbody .row>div::before{ content: attr(data-title); display:inline-block; font-weight:700; }
	.project-list .tbody .row>div.center{ text-align:left; }
	.project-list .tbody .row:nth-child(even),
	.project-list .tbody .row:hover{ background: #fff; }
	
	.project-list .thead>div:nth-child(3),
	.project-list .tbody .row>div:nth-child(3),
	.project-list .thead>div:nth-child(4),
	.project-list .tbody .row>div:nth-child(4){ width:100%; }
	
	.project-list .tbody .row:last-child>div{ border-bottom: none; }
	.project-list .tbody .row:last-child>div:first-child{ border-bottom-left-radius:0; }
	.project-list .tbody .row:last-child>div:last-child{ border-bottom-right-radius:0; }
	
	.project-list.s2 .thead>div,
	.project-list.s2 .tbody .row>div{ width:100%; }
	.project-list.s2 .thead>div:nth-child(2),
	.project-list.s2 .tbody .row>div:nth-child(2){ width:100%; }
	
	.advantages-box{ display:block; }
	.advantages-box .item{ width:100%; margin-bottom:20px; padding: 20px 15px; }
	.advantages-box .item .txt-box h3{ padding-right:0; }
	.advantages-box .item .icon{ width: 130px; height: 130px; top: 20px; right: 15px; }
	

	/** 联系我们 */
	.contact-box ul{ display: block; }
	.contact-box ul li{ width:100%; margin-bottom:20px; }
	.contact-box ul li .inner-box{ padding:20px; }

	.maps-box{ height:300px; }

	.form-list ul{ margin-top:-15px; }
	.form-list ul li{ padding-top:15px; }
	.form-list ul li.col2{ width:100%; }
	.form-list ul li.col3{ width:100%; }
	
	.backtop{ bottom: 15px; }
}
/*mobile: w < 768*/
@media screen and (max-width: 768px) {

}
/*mobile: w < 640*/
@media screen and (max-width: 640px) {
	
}
/*mobile: w < 480*/
@media screen and (max-width: 480px) {	

}