@charset "utf-8";
/* CSS Document */

/* 基础设置 */

/*=================default===================*/
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

body {
	overflow-x: hidden;
	-webkit-text-size-adjust: none; height:100%; width: 100%;
	overflow-y: scroll;
	background: #fff;
	font-size: 14px;
}

@font-face {
    font-family: 'Fangzheng-Microsoft-YaHei';
    src: url('../font/msyh.ttc');
    /* 添加其他格式和路径，确保兼容性 */
    font-weight: normal;
    font-style: normal;
}


*{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; line-height: 1.75; font-family: "Fangzheng-Microsoft-YaHei" !important;}

.layui-form-switch ,.layui-form-switch *{ -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;}

.af-cb:after{clear: both; content: ' '; overflow: hidden; width: 0; height: 0; display: block;}


a,a:link{ color: #000; text-decoration: none;}
a:hover,a:active{ color: #0A48C4; text-decoration: none;}
::selection{background:#0A48C4; color:#fff;}
::-moz-selection{background:#0A48C4; color:#fff;}

a:hover i.pic-size img{-webkit-transform: scale(1.05); transform: scale(1.05);}

.block{display: block !important;}

/*定义动画*/
.e-ani *,.e-ani *:before,.e-ani *:after{-webkit-transition: .3s; transition:.3s;}
.nav *,.nav *:after,.nav *:before{-webkit-transition:height .3s, width .3s, color .3s,  -webkit-box-shadow .3s,border .3s,opacity .3s,-webkit-transform .3s,background .3s, opacity .3s,top .3s,right .3s,bottom .3s,left .3s,padding .3s;
transition:height .3s, width .3s, color .3s, box-shadow .3s,border .3s,opacity .3s, transform .3s,background .3s, opacity .3s,top .3s,right .3s,bottom .3s,left .3s,padding .3s;}

.nav * .nav-btn-bg{-webkit-transition:left .3s ease .03s; transition:left .3s ease .03s;}/*0.03延迟解决".nav-btn-bg"元素抖动*/

.e-animte{-webkit-transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,-webkit-transform .5s, top 0s linear .6s, bottom 0s linear .6s, left 0s linear .6s;
transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,transform .5s, top 0s linear .6s,bottom 0s linear .6s,left 0s linear .6s;}

*.e-animte-show{-webkit-transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,-webkit-transform .5s, top 0s linear 0s, bottom 0s linear 0s, top 0s linear 0s;
transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,transform .5s, top 0s linear 0s, bottom 0s linear 0s, top 0s linear 0s;}

.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

/*--简易切换动画--*/
.tabs-box .bd{ position: relative; overflow: hidden;}
.tabs-box .bd:after{content: ' '; clear: both; width: 0; height: 0; overflow: hidden;}
.tabs-box .bd>.tabs-hide{ position: absolute; top: 0; left: -10000px; width: 100%; overflow: hidden; -webkit-transform: none; transform: none; opacity: 0; -webkit-animation: tabs-hide .8s; animation: tabs-hide .8s;}
@-webkit-keyframes tabs-hide /* Safari 和 Chrome */
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
}
@keyframes tabs-hide
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
}
.tabs-box .bd>.tabs-on{ position: relative; top: 0; left: 0; width: 100%; -webkit-transform:none; transform: none; opacity: 1;}
.tabs-box .bd>.tabs-show{ position: relative; top: 0; left: 0; width: 100%; overflow: visible; -webkit-transform:none; transform: none; opacity: 1; -webkit-animation: tabs-show .8s; animation: tabs-show .8s;}
@-webkit-keyframes tabs-show /* Safari 和 Chrome */
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
}
@keyframes tabs-show
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
}

/* 切换 */
.tabs-box .hd-line{transition: .3s;}
.tabs-box .hd>*{position: relative;}
.tabs-box .bd{ position: relative; overflow: hidden;transition: .3s;}
.e-anim-hide{display: none;}
.e-anim-on{ display: block;}
.e-anim-off{  pointer-events: none; display: block; display: none\9;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .e-anim-off { display: block;  } /* IE10+ */
}


.tabs-box .e-anim-on{animation:tabs-anim-on .3s;animation-fill-mode: both;  width: 100%;}
.tabs-box .e-anim-off{ animation:tabs-anim-off .3s;  width: 100%; position: absolute; animation-fill-mode: both;  top: 0;}


@keyframes tabs-anim-on{
	from { opacity: 0; }
	to {opacity: 1;}
}
@keyframes tabs-anim-off{
	from { opacity: 1; }
	to { opacity: 0;}
}




/*--最小屏提示--*/
@media screen and (max-width: 319px) {
html{-webkit-transition: 0s;  transition: 0s; background: #fff url(../img/displayNone.png) center center no-repeat; }
	body {
		-webkit-transition: 0s;  transition: 0s; display: none;
	}
}
@media screen and (min-width: 320px) {
	html,body{height:auto;}
}

/*--layui--*/
.layui-layer,.layui-layer *{ -webkit-transition: 0s; transition: 0s;}

/*--移动端横屏提示--*/
@media (max-width: 991px) and (orientation : landscape) {
	html.landscape {
		background: #fff url(../img/landscape.png) center center no-repeat;
	}
	html.landscape body {
		display: none;
	}
}


/*--swiper2.x高度自适应--*/
.swiper-container .swiper-wrapper,.swiper-container .swiper-slide{ height: auto !important;}

/*默认动画时长*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration:1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-s {
  -webkit-animation-duration: .5s;
  animation-duration:.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*百度分享*/
.bdsharebuttonbox,.bdsharebuttonbox *,.bd_weixin_popup_bg,.bd_weixin_popup{ -webkit-transition: 0s;
transition: 0s;}
.bdsharebuttonbox *{-webkit-transition: .3s;
transition: .3s;}

/*bshare分享*/
#bsPanel,#bsPanel *,#bsBox,#bsBox *{-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;}

/*百度分享*/
.bdsharebuttonbox,.bdsharebuttonbox *,.bd_weixin_popup_bg,.bd_weixin_popup{ -webkit-transition: 0s;
transition: 0s;}
.bdsharebuttonbox *{-webkit-transition: .3s;
transition: .3s;}

/*bshare分享微信弹窗兼容*/
#bsWXBox{-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;}


/*百度地图*/
.map *{ -webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s;}
.map label,.map img{max-width: none !important; width: initial !important;}
.map *{ font-size: 12px; -webkit-transition: 0s; transition: 0s; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;}

/*视频全屏*/
.video-bg{position: absolute; z-index: -1; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transition: 0s; transition: 0s;}

/*lightbox*/
.lightbox,.lightbox *,.lightboxOverlay,.lightboxOverlay *{-webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s; -webkit-transform:translateZ(0); transform:translateZ(0);}


/*--分页--*/

div.pages {text-align: center; width: 100%; padding: 20px 0 0 0; margin: 0; line-height: 1.7;}
div.pages *{ line-height: 1.7;}
div.pages a,div.pages span {text-decoration: none; background: #fff; border: 1px solid #afafaf; padding: 5px 11px; margin: 3px; color: #333333; font-size: 12px; display: inline-block; font-weight: normal;}
div.pages a.on,div.pages a.hover,div.pages a:hover,div.pages a:active,div.pages span.current,div.pages span.disabled { background: #0A48C4; color: #fff; border: 1px solid #0A48C4;  line-height: 1.7;}
@media screen and (min-width: 992px) {
	div.pages{ padding-top: 30px;}
}



/*社会招聘*/
@media screen and (min-width: 320px) {
	.table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
	
	
	.jp-table{width:100%; max-width: 100%; text-align: center; min-width: 665px;}
	.jp-table thead tr td{ line-height: 36px; background: #919191; color: #fff; font-size: 14px; padding: 5px 10px; white-space: nowrap; border: 1px solid #ddd;}
	.jp-table tbody tr{ }
	.jp-table tbody tr td{ line-height: 30px; font-size: 14px; border: 1px solid #ddd; padding: 15px 10px;}
	.jp-table tbody tr:hover td{ background: #f7f7f7;}
	.jp-table tbody tr:hover *{color: #0A48C4;}
	.jp-table tbody tr a{ font-weight: bold;}
	
	.zpList_02 { border-top: solid 1px #e8ebee; 	border-left: solid 1px #e8ebee; 	white-space: nowrap;  min-width: 665px;}

	.zpList_02 tr td { border-top: none !important; border-right: solid 1px #e8ebee; border-bottom: solid 1px #e8ebee; color: #555; font-weight: bold; background: #fff; font-size: 14px; font-weight: normal; height: 30px; line-height: 30px !important; padding: 12px 15px;  white-space: normal;}
	hr.yp-hr{background:#DFDFDF; margin:15px 0;}
	a.ypBtn { margin: 0 auto; display: block; width: 120px; height: 37px; line-height: 35px; border: solid 1px #0A48C4; background: none; text-align: center; color: #0A48C4; font-size: 14px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; transition: .3s;}
	a.ypBtn:hover { color: #fff; background: #0A48C4; }
	
	.zpText_01 { display:block; padding: 0; margin: 0; width: 100%; border: none; height: 30px; outline: none; line-height:initial;}
	.zpText_02 { width: 100%; height: 100px; padding: 0; margin: 0; border: none; outline: none; min-width: 100%; max-width: 100%; min-height: 100px; max-height: 100px; line-height: initial; resize: none;}
	.zpText_03 { width: 100%; padding: 0; margin: 0; border: none; outline: none;}
	
	
	.zpBtnBox { width: 260px; margin: 0 auto; text-align: center; overflow: hidden; margin-top:15px;}
	.zpBtnBox span{display: inline-block; padding: 0 5px; float:left;}
	.tjBtn,.czBtn  { border: none; display: inline-block; width: 120px; height: 37px; background: none; text-align: center; border: solid 1px #0A48C4; color: #0A48C4; font-size: 14px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer;}

	.tjBtn:hover,.czBtn:hover { color: #fff; background: #0A48C4;}
}

@media screen and (min-width: 992px) {
	.table-responsive { border: none;}
	hr.yp-hr{ margin:20px 0;}
	.zpBtnBox{margin-top:30px;}
}

@media screen and (min-width: 1260px) {
    hr.yp-hr{ margin:30px 0;}
    .zpBtnBox { width: 300px;margin-top:30px;}
    a.ypBtn{font-size:16px; height:44px; width:140px;line-height: 42px;}
    .tjBtn,.czBtn {font-size:16px; height:44px; width:140px;line-height: 42px;}
    .zpList_02 tr td{font-size:16px;}
	
}

@media screen and (min-width: 1440px) {
	
}


/*--移动端设置&小屏电脑 图片缩放--*/
/*设置最大屏像素-1*/
@media screen and (max-width: 1259px){
/*.content-box img,.content-bd img{width: auto !important; height: auto !important; max-width: 100%;}*/
}

/*图片比例裁剪预设*/
i.pic-size{ width: 100%; height: 0; padding-bottom: 100%; position: relative; display: block; overflow: hidden;}
i.pic-size img{ width: 100% !important; height: 100% !important; max-width: 100%; max-height: 100%; position: absolute; /* left: -100%; top: -100%; right: -100%; bottom: -100%;*/ margin: auto; object-fit: contain;}
i.pic-size-cover img{object-fit: cover;}


.layui-form-checked[lay-skin=primary] i{ border-color: #0A48C4; background-color: #0A48C4;}
.layui-form-checkbox[lay-skin=primary]:hover i{ border-color: #0A48C4;}








/*=================layout===================*/
@media screen and (min-width: 320px) {
	.container{ padding: 0 15px; margin: 0 auto;}
	.container:after{ content: " "; display: block; clear: both; width: 0; height: 0; overflow: hidden;}
	.container-max{ padding: 0 15px; width: 100%; margin: 0 auto;}
	.gsjs-n{width: 100%; line-height: 2; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;
    text-overflow: ellipsis; text-align:center; font-size:14px;text-align: justify;}
	.pic-gsjs{padding-bottom:62.23%!important;}
	.ind-gsjs .gsjs{ width:100%;font-size:16px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; text-overflow:ellipsis;}
/*	.gsjs{background-color:#FFFFFF;}*/
    .ind-gsjs{/*padding: 25px 0;*/position:relative;}
    .ind-qyner{display:flex; flex-direction: column;z-index: 2;padding:30px 0 ;}
    .pic-indm{ padding-bottom:67.8%!important;width:60px;}
    .ind-gd a{height:auto!important;padding:10px 20px!important;}
	/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
		::-webkit-scrollbar
		{
		    width: 10px;
		    height: 10px;
		    background-color: #f7f7f7;
		}
		 
		/*定义滚动条轨道 内阴影+圆角*/
		::-webkit-scrollbar-track
		{
		    background-color: #e6e6e6;
		}
		 
		/*定义滑块 内阴影+圆角*/
		::-webkit-scrollbar-thumb
		{
		    background-color: #aaa;
		}
}

@media screen and (min-width: 992px) {
    .ind-qyna{/*color:#FFFFFF;text-align:left!important;*/}
	.container{ width: 980px; padding: 0 10px;}
	.ind-gsjs{display:flex;align-items:center;}
	.gsjstu{width:100%;/*background-color: #0A48C4;*/padding-left:38%;}
	.ind-gsjs .gsjs{flex:1;font-size:16px;border-radius:0 10px 10px 0;}
	/*.ind-gsjs{padding: 30px 0;}*/
	.ind-qyner{/*position: absolute;*/width: 100%;}
	.ind-gd {/*text-align:left!important;*/}
	.ind-gd a{margin-left:10px;}
	.gsjs-n{line-height: 2; max-width:1130px; margin:0 auto; }
}
@media screen and (min-width: 1260px) {
	.container{ width: 1240px; padding: 0 10px;}
	.ind-qyna{padding-left:40px;}
	.ind-gsjs .gsjs{}
	.ind-gd a{margin-left:20px;}
}

@media screen and (min-width: 1440px) {
	.container{ width: 1420px; padding: 0 10px;}
	.ind-gsjs .gsjs{}
	.ind-gd a{margin-left:30px;}
	.ind-qyna{padding-left:50px;}
	.gsjs-n{font-size:16px;}
}
@media screen and (min-width: 1880px) {
    .ind-gd a{margin-left:40px;}
    .ind-qyna{padding-left:60px;}
}




/*=================header===================*/
@media screen and (min-width: 320px) {
	
	div.nav-poa{ position: absolute; left: 0; top: 0; width: 100%;}


	.nav-box{ height: 55px; position: relative; width: 100%; z-index: 99; /* box-shadow: 0 0 5px rgba(0,0,0,.2); */ }
	.header-box{ height: 55px; display: none;}
	.logo{ float: left; position: relative; z-index: 9; height: 55px; padding: 15px 0;position:relative;}
	.logo a{ display: block; height: 100%;}
	.logo img{ height:100%; display: block;}
	.hd-bt{width:120%;position:absolute;left:100%;bottom:7%;z-index: 10;transform: translate( -14%, -50%);}
	
	
	.nav-btn{ display: block; padding: 0 10px; margin-right: -10px; float: right; cursor: pointer; position: relative; z-index: 9;}
	.nav-btn i{ line-height: 55px; font-size: 22px; width: 24px; text-align: center; color: #0A48C4;}
	.nav-hide-btn{ display: none;}
	
	.nav-btn-show .nav-hide-btn{ display: block;}
	.nav-btn-show .nav-show-btn{ display: none;}
	
	.nav{ position: absolute; top: -1000%; left: 0; right: 0; background: #fff; background: rgba(255,255,255,.95);  padding:10px 15px; -webkit-box-shadow: 0 10px 20px  rgba(0,0,0,.2);
	-moz-box-shadow: 0 10px 20px  rgba(0,0,0,.2);
	box-shadow: 0 10px 20px  rgba(0,0,0,.2);-webkit-transform-origin:0% 0%; transform-origin:0% 0%; -webkit-transform: scaleY(.5) translateY(-25%); transform: scaleY(.5) translateY(-25%); opacity: 0; filter:Alpha(opacity=0); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; z-index: 9;}
	
/*	.nav:before{content: ' '; border-bottom: solid 8px rgba(255,255,255,.95); border-left: solid 8px transparent; border-right: solid 8px transparent; position: absolute; right: 9px; top: -8px;}*/
	
	.nav-show{ top: 55px; opacity: 1; filter:Alpha(opacity=100); -webkit-transform: none; transform: none;}
	
	.nav-list{ visibility: visible !important;}
	.nav-list li{ border-bottom:  solid 1px rgba(128,128,128,.1);}
	.nav-list li a{ display: block; }
	.nav-list li a b{font-weight: normal; line-height: 42px; position: relative; color: #000; display: block; text-align: center;}
	.bd-more{ position: absolute; bottom: 0; left: 50%; margin-left: -8px; border-bottom: solid 8px rgba(230,230,230,.5); border-left: solid 8px transparent; border-right: solid 8px transparent; opacity: 0; filter:Alpha(opacity=0); -webkit-transform: translateY(8px); transform: translateY(8px);}
	.nav-list li .nav-list-sub{ opacity: 0; filter:Alpha(opacity=0); -webkit-transform-origin:0% 0%; transform-origin:0% 0%; overflow: hidden; background: rgba(230,230,230,.5); height: 0; -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; overflow: hidden;}
	.nav-list li .nav-list-sub div{ padding: 10px 15px;}
	.nav-list li .nav-list-sub a{ line-height: 40px; border-bottom: solid 1px rgba(128,128,128,.1); color: #eee; font-size: 12px; text-align: center;}
	.nav-list li .nav-list-sub a:nth-last-child(1){border: none;}
	.nav-list li .nav-list-sub a span{ color: #666;}
	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on-02 span{ color: #0A48C4;}
	.nav-list .nav-on{ border-color: transparent; position: relative; z-index: 9;}
	.nav-list .nav-on a{border-bottom:none ;}
	.nav-list .nav-off{ position: relative; z-index: 1;}
	
	
	.nav-list i.more:before{ padding-left: 10px; font-size: 12px; color: #000;}
	.nav-on .bd-more{ opacity: 1; filter:Alpha(opacity=100); -webkit-transform: none; transform: none;}
	.nav-list li.nav-on .nav-list-sub{ opacity: 1; filter:Alpha(opacity=100);}
	.nav-list li .on b,.nav-list li .on i:before{ color: #0A48C4;}
	.nav-list li.nav-on a b,.nav-list li.nav-on a i:before{ color: #0A48C4;}
	
	.nav-box-bg{ position: absolute; z-index: 8; -webkit-background-size: cover;
	background-size: cover; overflow: hidden; height: 55px; left: 0; right: 0; background: #fff;}
	
	.nav-list div.nav-btn-bg,.nav-list div.nav-btn-bg-02{ opacity: 0; filter:Alpha(opacity=0); width: 100%; left: 0; top: 0; height: 46px; background: #0A48C4; z-index: -1; position: absolute; display: none;}
	.nav-list div.nav-btn-bg-02{ width: auto; left: auto;}
	.nav-list div.nav-btn-bg-02-show{ opacity: 1;  filter:Alpha(opacity=100); }
	
	.header-t{ display: none;}
	
	
	
	
	/*PC二级下拉背景色*/
	.nav-list-sub-bg{ display: block; width: 100%; position: absolute; top: -100%; height: 34px; width: 100%; left: 0; background: #fff; opacity: 0;  filter:Alpha(opacity=0); }
	.nav-list-sub-bg-show{ opacity: .8;  filter:Alpha(opacity=80); top: 100px;}
	
	.header-swiper-box{ position: absolute; left: 0; top: 0; width: 100%;}
	.header-bg{ height: 0; background-position: center center; background-repeat: no-repeat; background-color: #0172d1;}
	
	
	
	.lang-box{ text-align: center; padding:0 0 10px 0;}
	.lang-box dt{display: inline-block;}
	.lang-box dt i{ color: #0A48C4;}
	.lang-box dt a{display: none;}
	.lang-box dd{display: inline-block;}
	.lang-box dd a{ color: #999; padding: 0 5px;}
	
}


@media screen and (min-width: 375px) {
	
}


@media screen and (min-width: 480px) {
	.logo{ height: 75px;}
	.nav-box{ height: 75px;}
	.header-box{ height: 75px;}
	.nav-box-bg{ height: 75px;}
	.nav-show{ top: 75px;}
	.nav-btn i{ line-height: 75px; font-size: 28px; width: 30px;}
	
	
}


@media screen and (min-width: 992px) {

	.nav{ height: 100px;}
	.nav:before{display: none;}
	
	
	.nav-box{ box-shadow: none; position: relative; height: 100px; background: #fff;}
	
	.header-box{ height: 100px; display: none;}
	
	.logo{ height: 100px; padding:28px 0 32px 0;}
	.logo img{ margin: 0 auto;}
	.logo a{ width: 100%; height: 100%; display: block; padding: 0;}
	
	
	.nav-btn{ display: none;}
	.nav-box-bg{ height: 100px; top: 0;}
	.nav{ float: right; position: relative; -webkit-transform: none; transform: none; opacity: 1; filter:Alpha(opacity=100); z-index: 9; box-shadow: none; padding: 0; border-top: none; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; overflow: visible; background: none; top: 0;  padding-left: 0; padding-right: 0; left: auto; right: auto; -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;}
	.nav-list{  position: relative; float: right;}

	.nav-list:after{ content: ' '; overflow: hidden; clear: both; display: block;}
	.nav-list li{ float: left; border-bottom: none; position: relative; border: none;}
	
	.nav-list li a b{ line-height: 100px; height: 100px; color: #4B4B4B; overflow: hidden;}
	.nav-list li a{ height: 100px; line-height: 100px; padding: 0 8px; font-size: 14px; position: relative;  }
	
	.nav-list li .nav-list-sub a:after{ content: ' '; width: 1px; height: 14px; background: #fff; position: absolute; right: 0; top: 50%; margin-top: -7px; opacity: .4;}
	.nav-list li .nav-list-sub a:nth-last-child(1):after{display: none;}
	/*.nav-list li:nth-last-of-type(1) a:after{display: none;}*/
	.nav-list li.nav-on>a b{ color: #fff; }
	.nav-list li.nav-off>a b{ color: #666;}
	.nav-list li .on b/*,.nav-list li a:hover b*/{ color: #fff;}
	.nav-list li .on .nav-btn-bg{ opacity: 1;filter:Alpha(opacity=100); }
	.bd-more{border-bottom-color: #fff; display: none;}
	.nav-list li .nav-list-sub{ position: absolute; top: 100px; height: auto !important; opacity: 0; filter:Alpha(opacity=0);
-webkit-transform: translateY(8px);
transform: translateY(8px); box-shadow: 0 5px 8px rgba(0,0,0,.3); top: -1000%; width: auto; background: none; box-shadow:none; -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;padding-top: 0; left: 0; right: 0;  width: 2000%; }
/*	.nav-list li .nav-list-sub:before{ content: ' '; border-bottom: solid 6px #0A48C4; border-left: solid 6px transparent; border-right: solid 6px transparent; position: absolute; left: 50%; top: 5px; margin-left: -6px;}*/
	.nav-list li .nav-list-sub .nav-list-height{padding: 0;overflow: hidden; float: left;}
	.nav-list li .nav-list-sub a{ height: auto; border: none; font-size: 12px; padding:  0 10px; display: block; text-align: center;position: relative; line-height: 34px; float: left;}

	.nav-list li .nav-list-sub a span{display: block; line-height: .nav-list li .nav-list-sub a; color: #666; position: relative; white-space: nowrap; padding: 0; position: relative; font-size: 12px; line-height: 34px;}
	.nav-list li .nav-list-sub a:hover span{color: #0a48c4;}
/*	.nav-list li .nav-list-sub span:after{width: 100%; height: 1px; background: #0e9bff; -webkit-transform: scaleX(0);  transform: scaleX(0); position: absolute; bottom: 0; content: ' '; left: 0;}
	.nav-list li .nav-list-sub a:hover span:after{ -webkit-transform: scaleX(1); transform: scaleX(1); }
.nav-list li .nav-list-sub a:hover,.nav-list li .nav-list-sub a.on-02{}*/
	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on-02 span{ color: #0A48C4;}
/*	.nav-list li .nav-list-sub a:hover span:after,.nav-list li .nav-list-sub a.on-02 span:after{ width: 100%; opacity: 1; filter:Alpha(opacity=100);}*/

	.nav-list li.nav-on .nav-list-sub{ opacity: 1; filter:Alpha(opacity=100);
-webkit-transform: translateY(0);
transform: translateY(0);  top: 100px;}
	
	.nav-list div.nav-btn-bg,.nav-list div.nav-btn-bg-02{ height: 100px; background: #0A48C4; overflow: hidden; transition: .3s; display: block;}
/*	.nav-list div.nav-btn-bg:before,.nav-list div.nav-btn-bg-02:before{content:' '; opacity: 1; left: 50%; bottom: 0; border-bottom: solid 10px #0A48C4;  border-right: solid 10px transparent;  border-left: solid 10px transparent; margin-left: -10px; z-index: 9; -webkit-transform: none; transform: none; display: block; width: 0; position: absolute;}*/
	.nav-list li a.on i.bd-more{}
	/*.nav-list li.nav-off  a i.bd-more{ -webkit-transform: translateY(10px); transform: translateY(10px);}*/
	
	
	
	
	/*PC二级下拉背景色*/

	
	.lang-box{ float: right; padding-bottom: 0; padding-top: 25px; padding-left: 25px;}
	.lang-box dt i{ float: left; line-height: 50px;}
	.lang-box dt a{ display: block; float: left; line-height: 50px; padding-left: 10px;}
	.lang-box dd{display: none;}
	

	
}

@media screen and (min-width: 1260px) {
    
	.nav-list-sub-bg-show{  top:100px;}
	
	.nav-list li .nav-list-sub a span{ font-size: 14px; }
	.nav-list li a{ font-size: 16px; padding: 0 15px;}
	
	.logo{  padding:25px 0 30px 0;}
	
	.lang-box dt a{ font-size: 16px;}
	.lang-box dt i{ font-size: 20px;}
	
	.nav-list-sub-bg{ height: 46px;}
	.nav-list li .nav-list-sub a span{ line-height: 46px;}
	.nav-list li .nav-list-sub a{ font-size: 14px; line-height: 46px;  padding:0 15px;}
}


@media screen and (min-width: 1440px) {
    .nav-list li a b{font-size:16px;}
	.nav-list li a{ font-size: 20px; padding: 0 20px;}
	
	.lang-box dt a{ font-size: 20px;}
	.lang-box dt i{ font-size: 24px;}
	
	.nav-list li .nav-list-sub a{ font-size: 16px;}
}

/*banner*/
@media screen and (min-width: 320px) {
	.banner{-webkit-background-size: cover;
	background-size: cover; height: 55vw; background-position: center center; display:flex; align-items:center; justify-content:center;}
	
	.banner-pagination{ position: absolute; left: 0; bottom: 10px; width: 100%; z-index: 9; text-align: center;}
	.swiper-pagination-bullet-active{ background: #fff;}
	
	.banner-txt-box *{color:#fff; text-shadow: 0 1px 8px #001d92;}/* rgba(0,29,146,.88) */
	.banner-txt-box{padding-bottom: 40px;}
	.banner-txt{ font-size:5vw; font-weight:bold;}
	.banner-txt-mess{display:flex; align-items:center;}
	.banner-txt-mess i{flex-grow:1; flex-shrink:1; flex-basis:auto; border-top:solid 1px #fff; height:0}
	.banner-txt-mess span{ font-size:3.2vw; flex-shrink:1; text-align:center; padding:0 5px;}
	
	.pic-hdbt{padding-bottom:14.34%!important;}
	
	.swiper-banner video{object-fit:cover; position:absolute; left:0; top:0; width:100%; height:100%;}
	.swiper-banner .banner{ position:relative; }
	/*.swiper-video .banner-txt-box{ position:absolute; left:0; top:0; right:0; bottom:0; z-index:2; display: flex;
    align-items: center;
    justify-content: center;  background-image:url(../img/banner-video-bg.png);}*/
    
    .banner-pagination .swiper-pagination-bullet{ margin:0 5px;}
    
    .swiper-banner a{display:none;}
    .swiper-banner a.link{display:block;}
}


@media screen and (min-width: 992px) {
	.banner{ height:500px; padding: 0;}
	.banner-txt{ font-size:42px;}
	.banner-txt-mess span{font-size:20px; padding:0 20px;}
	.banner-txt-box{max-width:90%;margin:0 auto;padding-bottom: 60px;}

}


@media screen and (min-width: 1260px) {
	.banner{ height:500px; padding: 0;}
	.banner-pagination .swiper-pagination-bullet{ width: 12px; height: 12px;}
	.banner-txt{ font-size:52px;}
	.banner-txt-mess span{font-size:24px; padding:0 25px;}
	
	
	.swiper-video .banner{height:500px;}
}


@media screen and (min-width: 1440px) {
	.banner{ height:500px; padding: 0;}
	.banner-txt{ font-size:62px;}
	.banner-txt-mess span{font-size:28px;}
	
	.swiper-video .banner{height:500px;}

}

/* 新闻中心*新 */
@media screen and (min-width: 320px){
	.gcal-btn{padding: 12px;background-color: #FFFFFF;/*border: 1px #DDDDDD solid;*/font-size: 18px; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
	.pic-gc{padding-bottom: 56.44%!important;}
	.com-gcal{padding: 20px 0;}
	.gc-tu{border: 0px #EEEEEE solid;}
	.gcal-list{padding-bottom: 10px ;}
	.gcal-list:hover .gcal-btn{font-weight: bold;background-color: #0A48C4;color: #FFFFFF;border-color: #0A48C4;/*border-top:1px #DDDDDD solid;*/}
	.gcal-list:hover .gcal-ner{font-weight:normal;}
	.gcal-btn .gcal-ner{padding:5px 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow:ellipsis;font-size: 16px;white-space:initial;}
	
}
@media screen and (min-width: 480px){
	.com-gcal{padding: 25px 0;}
	.gcal-ul{display: flex;flex-wrap: wrap;margin: -10px;}
	.gcal-list{width: 50%;padding: 10px;}
	.gcal-btn{padding: 16px ;}
}
@media screen and (min-width: 640px){
	.com-gcal{padding: 30px 0;}
	.gcal-ul{margin:-14px;}
	.gcal-list{padding: 14px;}
	.gcal-btn{padding: 18px ;}
}
@media screen and (min-width: 990px){
	.com-gcal{padding: 40px 0;}
	.gcal-ul{margin: -18px;}
	.gcal-list{ width: 33.33%; padding: 18px;}
	.gcal-btn{padding: 22px 16px;}
	.pic-gc{padding-bottom: 66.44%!important;}
}
@media screen and (min-width: 1230px){
	.com-gcal{padding: 50px 0;}
	.gcal-ul{ margin: -24px;}
	.gcal-list{padding: 24px;}
	.gcal-btn{padding: 22px 24px;}
}

@media screen and (min-width: 1880px){
	.gcal-btn{padding: 22px 20px;}
	.gcal-ul{margin: -30px;}
	.gcal-list{padding: 30px;}
}



/* 首页产品 */
@media screen and (min-width: 320px){
	.ind-pro-box{background-image:url(../img/ind-bg-02.jpg); padding:60px 0; background-size:cover; background-position:center; position:relative;}
	.ind-pro-box img{max-width:100%;}
	.ind-pro-box .pro-pic{ text-align:center;}
	.ind-pro-box .pro-pic img{ max-width:100%;}
	.pro-logo{display:none;}
	.ind-pro-box b{ display:block; text-align:center; color:#fff; font-weight:bold; font-size:18px;}
	.ind-pro-box span{ display:block; text-align:center; color:#fff;}
	.ind-pro-box .txt{ padding:30px 0;}
	.ind-pro-box .pro-pic{position:relative;}
	.pro-box2pic .ind-box02-pic{position:absolute;display:inline-block;z-index:100;width:13%;}
	.pro-box2pic .ind-box02-pic:nth-child(5){left:0;top:24%;}
	.pro-box2pic .ind-box02-pic:nth-child(4){left:14%;top:60%;}
	.pro-box2pic .ind-box02-pic:nth-child(3){left:44%;top:65%;}
	.pro-box2pic .ind-box02-pic:nth-child(2){right:14%;top:60%;}
	.pro-box2pic .ind-box02-pic:nth-child(1){right:0;top:24%;}
	.ind-box02-pic img{width:100%;}
	/*.pro-box2pic{position:relative;}*/
	
}
@media screen and (min-width: 480px){
	
}
@media screen and (min-width: 640px){
	
}
@media screen and (min-width: 990px){
	.flex-box{overflow:hidden;}
	.flex-box .pro-mess{float:right; display:flex;  justify-content: flex-end; flex-direction:column;}
	.ind-pro-box{ padding:100px 0;}
	.ind-pro-box .pro-pic img{max-width:540px;}
	.ind-pro-box b{ text-align:right; font-size:30px;}
	.ind-pro-box span{ text-align:right; font-size:14px;}
	.ind-pro-box .ind-news-more{ text-align:right;}
	
	.ind-pro-box .txt{ padding:25px 0 20px 0;}
	
	.pro-logo{display:block; position:absolute; width:195px; left:50%; bottom:33%; margin-left:-520px;}
}
@media screen and (min-width: 1230px){
	.ind-pro-box{ min-height:680px; padding:0; display:flex; align-items: center; }
	.ind-pro-box .pro-pic img{max-width:741px;}
	.ind-pro-box b{ font-size:40px;}
	.ind-pro-box span{ font-size:16px;}
	
	.ind-pro-box .txt{ padding:60px 0 25px 0;}
	
	.pro-logo{margin-left:-650px;}
}

@media screen and (min-width: 1880px){
	
}


/*泰诺麦博新闻*/
@media screen and (min-width: 320px) {
	.ind-news{padding: 30px 0;}
	.ind-tit{font-size: 16px; font-weight: bold; text-align: center; line-height:1;}
	.ind-news-list{ padding: 30px 0 40px 0;}
	.ind-news-list ul{ margin: -5px;}
	.ind-news-list li{ padding: 5px;}
	.ind-news-list li b{display: block; font-weight: normal;}
	.ind-news-list li span{ padding-top: 15px; font-size: 12px; color: #858B97; display: flex; align-items:center;}
	.ind-news-list li span::before{ content:' '; width:15px; height:15px; background:url(../img/time-ico.png); background-size:cover; display:block; margin-right:5px;}
	.ind-news-list a{ display: block; border: solid 1px #E2EBFF; border-top: solid 2px #0A48C4; background: #FBFDFF; padding:25px 15px 15px 15px;}
	
	.ind-news-more{ text-align: center;}
	.ind-news-more a{ background: #0A48C4; color: #fff; height: 40px; display:inline-flex; align-items: center; justify-content: center; padding: 0 20px;}
	.ind-news-more a:hover{background: #DC000C;}
}


@media screen and (min-width: 992px) {
	.ind-tit{font-size: 22px;}
	
	.ind-news{ padding: 50px 0;}
	.ind-news-list{ padding: 40px 0 60px 0;}
	.ind-news-list ul{ overflow: hidden; margin: -10px;}
	.ind-news-list li{ float: left; width: 33.3333%; padding: 10px;}
	
	.ind-news-list span{ padding-top: 30px;}
	
	.ind-news-list li b{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; font-size: 14px; line-height: 30px; height: 60px;}
	.ind-news-list a{ padding: 40px 20px 20px 20px;}
	
	.ind-news-more{ padding-top: 15px;}
	.ind-news-more a{ padding: 0 15px;  min-width:180px;}
	
	
}



@media screen and (min-width: 1260px) {
	.ind-news{ padding: 0; min-height:670px; display:flex; align-items: center;}
	.ind-tit{ font-size: 32px;}
	.ind-news-list{ padding: 60px 0 80px 0;}
	.ind-news-list ul{ margin: -15px;}
	.ind-news-list li{ padding: 15px;}
	.ind-news-list li b{ font-size: 16px;}
	.ind-news-list li span{ padding-top: 60px; font-size: 14px;}
	.ind-news-list a{ padding: 55px 30px 30px 30px;}
	
	.ind-news-more a{ padding: 0 15px; min-width:220px; height: 60px; font-size: 16px;}
}


@media screen and (min-width: 1440px) {
	.ind-tit{ font-size: 40px;}
	.ind-news-list ul{ margin: -20px;}
	.ind-news-list li{ padding: 20px;}
	.ind-news-list li b{ font-size: 20px;}
}




/*产品开发*/
@media screen and (min-width: 320px) {
	.ind-cpkf-bg{ background: url(../img/ind-pic-01.jpg) center no-repeat; -webkit-background-size: cover;
	background-size: cover; padding: 30px 0; position: relative;}
	.ind-cpkf-bg .container{ position: relative; z-index: 2;}
	.ind-cpkf-shade{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #1449B5; opacity: .7;}
	
	.ind-cpkf-tit{ color: #fff; overflow: hidden;}
	
	.ind-cpkf-tit dt{ float: left; font-size: 16px; line-height: 30px;}
	.ind-cpkf-tit dd{ float: right;}
	.ind-cpkf-tit dd span{ font-size: 14px; float: left; line-height: 30px; padding-right: 10px;}
	.ind-cpkf-tit dd i{ font-size: 14px; width: 28px; height: 30px; background: url(../img/cpkf-more.png) center no-repeat; -webkit-background-size: contain;
	background-size: contain; float: left;}
	
	.ind-cpkf-mess{ padding: 15px 0; color: #fff; font-size: 12px; line-height: 2;}
	
	.ind-cpkf-list { overflow: hidden; position: relative;}
	.ind-cpkf-list ul{ display: flex; flex-flow:  row nowrap; justify-content:space-between; width: 100%; }
	.ind-cpkf-list li i{ width: 80px; height: 80px; background: #F6F9FF; border: solid 1px #428DFF; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; display: block; padding: 15px;}
	.ind-cpkf-list li i img{ width: 50px; height: 50px;}
	.ind-cpkf-list li span{ text-align: center; display: block; color: #fff; padding-top: 10px; font-size: 12px;}
	
	.ind-cpkf-line-l{left: 0; right: 50%; height: 1px; position: absolute; top: 40px; padding: 0 50px 0 90px;}
	.ind-cpkf-line-r{right: 0; left: 50%; height: 1px; position: absolute; top: 40px; padding: 0 90px 0 50px;}
	.ind-cpkf-line-l:before,.ind-cpkf-line-r:before{ content: ' '; background: #FFF;  height: 1px; width: 100%; display: block;}
}




@media screen and (min-width: 992px) {
	.ind-cpkf-tit dt{font-size: 22px;}
	.ind-cpkf-mess{ padding: 30px 0;  font-size: 14px;}
	.ind-cpkf-list li span{ font-size: 14px;}
	
	.ind-cpkf-bg{ padding: 50px 0;}
	.ind-cpkf-shade{ width: 50%;}
	.ind-cpkf-l{ width: 50%; padding-right: 30px;}
	
	.ind-cpkf-tit dt{ line-height: 40px;}
	.ind-cpkf-tit dd span{ line-height: 40px; font-size: 14px;}
	.ind-cpkf-tit dd i{ width: 57px; height: 40px;}
}


@media screen and (min-width: 1260px) {
	.ind-cpkf-tit dt{font-size: 32px;}
	.ind-cpkf-mess{ padding: 60px 0 170px 0;  font-size: 16px;}
	.ind-cpkf-list li span{ font-size: 16px;}
	
	.ind-cpkf-tit dd span{ font-size: 16px;}
	
	.ind-cpkf-bg{ padding: 110px 0;}
	.ind-cpkf-l{ padding-right: 60px;}
	.ind-cpkf-list li i{ width: 120px; height: 120px; padding: 24px;}
	.ind-cpkf-list li i img{ width: 70px; height: 70px;}
	.ind-cpkf-line-l{ top: 60px; padding: 0 75px 0 135px;}
	.ind-cpkf-line-r{ top: 60px; padding: 0 135px 0 75px;}
	.ind-cpkf-list li span{ padding-top: 15px;}
}


@media screen and (min-width: 1440px) {
	.ind-cpkf-tit dt{font-size: 40px;}
	.ind-cpkf-mess{  font-size: 18px;}
	.ind-cpkf-list li span{ font-size: 18px;}
	
	.ind-cpkf-tit dd span{ font-size: 18px;}

}



/* 关于我们-企业简介 */
@media screen and (min-width: 320px) {
	div.gywm-box-tit{ color: #333; text-align: center; font-weight: bold; padding-bottom: 20px; font-size: 20px;}
		div.gywm-box-desc{font-size:12px;text-align:center;color:#666666;padding-bottom:20px;}
	.gywm-box-r{ padding-top: 20px;}
	
	.gywm-list { padding-top: 20px; margin: 0 -5px; overflow: hidden;}
	.gywm-list li{ width: 33.333333%; float: left; padding: 0 5px;}
	.gywm-list li span{ text-align: center; color: #2E9BF0; display: block; padding-top: 10px;}
	.gywm-list i{ width: 80px; margin: 0 auto; padding-bottom: 80px;}
}

@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 992px) {
	div.gywm-box-tit{padding-bottom: 30px; font-size: 40px;line-height:36px;}
	div.gywm-box-desc{font-size:14px;line-height:28px;padding-bottom:60px;}
	.gywm-box{ overflow: hidden;}
	.gywm-box-l{ float: left; width: 50%; padding-right: 20px;}
	.gywm-box-r{ float: left; width: 50%; padding-left: 20px; padding-top: 0;}
	.gywm-list i{ width: 134px; padding-bottom: 134px;}
	.gywm-list li span{ font-size: 16px;}
	.gywm-list{ padding-top: 10px;}
}

@media screen and (min-width: 1360px) {
	div.gywm-box-tit{ padding-bottom: 30px; font-size:40px;}
	.gywm-list li span{ font-size: 20px;}
}




/* 发展历程 */
@media screen and (min-width: 320px) {
    
	.fzlc-ico img{width: 30px; height: 30px;}
	.fzlc-more{display: none;}
	.fzlc-more img{width: 34px; height: 33px;}
	
	.fzlc-list{ position: relative;}
	.fzlc-list hr{ height: 100%; position: absolute; left: 15px; top: 0; width: 0; margin: 0; border-right: dashed 1px #0A48C4;}
	.fzlc-list li{ z-index: 3; position: relative;}
	.fzlc-list dl{position: relative; padding-top: 10px;  padding-left: 30px;}
	.fzlc-list dt{ position: absolute; left: 3px; top: 16px;}
	.fzlc-list dt span{border: solid 1px #0A48C4; background: #fff; width: 24px; height: 24px; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; display: block; padding: 5px; background: #fff;}
	.fzlc-list dt i{ width: 12px; height: 12px; background: #0A48C4; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; display: block;}
	
	.fzlc-list dd{ padding-left: 5px;}
	.fzlc-list dd b{ font-family: roboto-b; color: #0A48C4; line-height: 38px; font-size: 18px;}
	.fzlc-list dd span{ font-size: 12px; color: #333; display: block; line-height: 20px; padding:0 0 10px 0;}
	.fzlc-list li div{color:#666666;}
	 .fzlc-img img{width:100%;}

    .swhz_list li{padding-bottom:10px;}
    .swhz_list li i{padding-bottom:55%;}
    .swhz_list li .swhz_image{background:#fff;}
    .swhz_list li .swhz_name{line-height:40px;color:#666666;font-size:12px;text-align:center;background-color:#fff;margin-top:1px;padding:0 15px;}
    
    
    .swhz_list li a:hover .swhz_name{opacity:1;}
    .swhz_list li a{position:relative;display:block;}
    .swhz_name{position:absolute;width:100%;bottom:0;opacity:0;}
}

@media screen and (min-width: 375px) {
}

@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 992px) {
    .fzlc-img{width:400px;height:200px;}
   
	.fzlc-list{ padding-left: 0;}
	.fzlc-list hr{ left: 50%;}
	.fzlc-ico{ text-align: center;}
	.fzlc-ico img{ width: 60px; height: 60px;}
	
	.fzlc-list li{overflow: hidden; padding: 10px 0;}
	.fzlc-list li dl{ width: 50%;left: 50%; float: left;}
	.fzlc-list li dt{ left: -12px;}
	.fzlc-list li:nth-child(even) dl{left: auto; float: left; padding: 10px 30px 0 0; text-align: right;}
	.fzlc-list li:nth-child(even) dl .fzlc-img{float:right;	}
	.fzlc-list li:nth-child(even) dt{ right: -12px; left: auto;}
	.fzlc-list li div{ padding-top: 10px;font-size:16px;line-height:28px;}
	.fzlc-list li div span{font-size: 16px;}
	.fzlc-more{ display: block; text-align: center; padding-top: 20px;}

    .swhz_list ul{overflow:hidden;margin:-50px -40px;}
    .swhz_list li{float:left;width:33.333%;padding:50px 40px;}
    .swhz_list li:hover .swhz_image{-webkit-filter: sepia(100%);filter: sepia(100%); }
    .swhz_list li:hover img{transform:scale(1) !important;}
    .swhz_list li .swhz_name{font-size:16px;}
     .swhz_list li:hover .swhz_name{color:#fff;background:#0A48C4;}
    
    
    
    
    
    
    
}

@media screen and (min-width: 1360px) {
	.fzlc-list dd b{ font-size: 32px;}
}



/*科学合作*/
@media screen and (min-width: 320px) {
	.ind-kxhz{padding: 30px 0;}
	i.pic-scale-hxhz{ padding-bottom: 140%;}
	.ind-kxhz-list{ overflow: hidden; padding-top: 10px;}
	.ind-kxhz-list ul{ margin: -10px; overflow: hidden;}
	.ind-kxhz-list li{ padding: 10px;}
	.ind-kxhz-list dl{ overflow: hidden; position: relative; background: #F9FAFB;}
	.ind-kxhz-list dt{ padding: 15px 135px 15px 15px;  height: 168px;}
	.ind-kxhz-list dt b{ display: block; color: #0A48C4; font-weight: normal; font-size: 16px;}
	.ind-kxhz-list dt span{ font-size: 12px; display: block; color: #3E3F4E;}
	.ind-kxhz-list dd{position: absolute; right: 0; top: 0;width: 120px;}
}


@media screen and (min-width: 992px) {
	.ind-kxhz{padding: 50px 0;}
	i.pic-scale-hxhz{ padding-bottom: 84.85%;}
	.ind-kxhz-list{ padding-top: 15px;}
	.ind-kxhz-list li{ width: 50%; float: left;}
	.ind-kxhz-list dt{ padding: 20px 250px 20px 20px;  height: 195px;}
	.ind-kxhz-list dt b{ font-size: 20px;}
	.ind-kxhz-list dt span{ font-size: 14px; padding-top: 15px;}
	.ind-kxhz-list dd{width: 230px;}
}


@media screen and (min-width: 1260px) {
	.ind-kxhz{ padding: 80px 0;}
	.ind-kxhz-list{ padding-top: 25px;}
	.ind-kxhz-list dt{ padding: 45px 360px 45px 30px;  height: 280px;}
	.ind-kxhz-list dt b{ font-size: 24px;}
	.ind-kxhz-list dt span{ font-size: 16px; }
	.ind-kxhz-list dd{width: 330px;}
	
	.ind-kxhz-list ul{margin: -20px;}
	.ind-kxhz-list li{ padding: 20px;}
}


@media screen and (min-width: 1440px) {
	.ind-kxhz-list dt b{ font-size: 30px;}

}

/*加入我们*/
@media screen and (min-width: 320px) {
	.ind-jrwm-bg{ background: url(../img/ind-pic-05.jpg) center no-repeat; -webkit-background-size: cover;
	background-size: cover; padding: 60px 0; position: relative;}
	.ind-jrwm-bg .container{ position: relative; z-index: 2;}
	.ind-jrwm-shade{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; /*background-image: linear-gradient( to right , #00D3FF    , #0A48C4);*/
	background-image: linear-gradient(to top right, #02B1F1, #067CDA, #0A4AC5, #0A48C4);opacity: .85;}
	.gsfl_bgc{opacity: 0.95;}
	
	.ind-tit-02{ color: #fff;}
	.ind-jrwm-mess{ color: #fff; font-size: 12px; text-align: center; padding: 20px 0; line-height: 2;}
	.ind-jrwm-btn{ text-align: center;display:none;}
	
	.ind-jrwm-btn a{ background: none; border:1px #fff solid; color: #fff; height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px;}
	.ind-jrwm-btn a:hover{background: #DC000C; color: #fff;  border-color:#DC000C;}
	
	.ind-jrwm-bg ul{overflow:hidden; padding:10px 0 0 0;display:flex;justify-content:center;}
	.ind-jrwm-bg li{width:25%; float:left;}
	.ind-jrwm-bg li a{ width:60px; height:60px; text-align:center; background:#fff; border:solid 1px #428DFF; display:block; border-radius:50%; margin:0 auto;}
	.ind-jrwm-bg li a i:before{ color:#428DFF; line-height:58px; font-size:24px;}
	.ind-jrwm-bg li a:hover{ background:#428dff;}
	.ind-jrwm-bg li a:hover i:before{color:#fff;}
	
	.ind-jrwm-mess p,.ind-jrwm-mess span{ display: block; font-size: 14px; color:#fff; line-height:2; white-space:normal !important;}
	.ind-jrwm-mess .ind00-jrwm{font-size:22px;padding-bottom: 10px;}
	.ind-jrwm-mess p{font-size:16px;font-weight: lighter;}
	.ind-jrwm-zplj{margin: 0 10px;font-size:16px;color:#0efef6!important; margin: 0 10px;white-space:nowrap;}
	.ind-jrwm-zplj img{position:relative;top:-1px;}
	.ind-jrwm-bg .ind-jrwm-mess .ind-jrwm-lj{font-size:16px;padding:10px 0 20px;}
}


@media screen and (min-width: 992px) {
	.ind-jrwm-bg{ height: 430px; display: flex; align-items: center; padding:0;}
	.ind-jrwm-mess { padding: 40px 0;}
	.ind-jrwm-mess p,.ind-jrwm-mess span{ display: block; font-size: 14px;}
	.ind-jrwm-btn a{ padding: 0 15px; min-width: 180px;}
	
	.ind-jrwm-bg ul{margin:0 auto;width:800px; padding-top:40px;}
	.ind-jrwm-bg li a{ width:120px; height:120px; text-align:center; }
	.ind-jrwm-bg li a i:before{ line-height:118px; font-size:56px;}
	.ind-jrwm-mess .ind00-jrwm{font-size:28px;}
	.ind-jrwm-mess p{font-size:18px;}
	.ind-jrwm-zplj{margin: 0 20px;font-size: 19px;}
}


@media screen and (min-width: 1260px) {
	.ind-jrwm-mess p,.ind-jrwm-mess span{font-size: 16px;}
	.ind-jrwm-mess { padding:60px 0;}
	.ind-jrwm-btn a{padding: 0 15px; min-width:220px; height: 60px; font-size: 16px;}
	.ind-jrwm-bg{ height: 600px;}
	.ind-jrwm-mess .ind00-jrwm{font-size:30px;padding-bottom: 20px;}
	.ind-jrwm-mess p{font-size:20px;}
	
}


@media screen and (min-width: 1440px) {
	.ind-jrwm-bg{ height: 600px;}
.ind-jrwm-mess span{font-size:20px;}
    .ind-jrwm-bg ul{ padding-top:50px;}
	/* .ind-jrwm-zplj{font-size: 22px;} */
	/* .ind-jrwm-mess p{font-size:22px;} */
	/* .ind-jrwm-mess .ind00-jrwm{font-size:34px;} */
}
/* 公司福利 */
@media screen and (min-width: 320px) {
	.ind-gsfc-bg {background: url(../img/jrwm-bg-01.jpg) center no-repeat;}
	.ind-gsfc-bg .ind-tit-02{color: #0A48C4;}
	.ind-gsfc-bg .ind-jrwm-mess p, .ind-gsfc-bg .ind-jrwm-mess span{color: #333;}
	.ind-gsfc-bg .ind-jrwm-lj2{color: #666666;}
	.ind-jrwm-more{text-align: center;color: #0A48C4!important;font-weight: bold!important;font-size: 18px!important;}
	.ind-jrwm-zplj02 {padding: 8px 15px;background-color: #0A48C4;color: #fff!important;border-radius: 40px;margin-bottom: 10px;display: block;}
}
@media screen and (min-width: 992px) {
	.ind-jrwm-zplj02 {padding: 12px 24px;display: inline-block;}
	.ind-jrwm-more{font-size: 20px!important;}
}
@media screen and (min-width: 1260px) {
	.ind-jrwm-zplj02 {padding: 14px 28px;}
	.ind-gsfc-bg {height: 705px;}
	.ind-jrwm-mess02{padding: 30px 0 90px;}
	.ind-jrwm-more{font-size: 22px!important;}
}
@media screen and (min-width: 1440px) {
	.ind-jrwm-zplj02 {padding: 16px 35px;}
}


/*底部*/
@media screen and (min-width: 320px) {
	.footer-t{display: none;}
	
	.footer-m{ padding: 30px 0; background: #F8F9FC; border-top:1px solid #E9E9E9;}
	.footer-ml dl{ margin: 0 auto; max-width: 410px;}
	.footer-ml dt{width: 100px; border: solid 2px #CADDFA; -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; padding: 8px;  float: left; margin-right: 15px;}
	.footer-ml dd{ overflow: hidden;}
	.footer-ml dd span{ color: #222; font-weight: bold; display: block;}
	.footer-ml dd b{ color: #222; font-weight: bold; display: block; font-size: 20px;}
	.footer-ml dd div{ color: #333; font-size: 12px;}
	.footer-ml dt img{ width: 100%;}
	.footer-mr{display: none;}
	
	.footer-b{ background: #0A48C4; padding: 10px 0;}
	.footer-b{ text-align: center;}
	.footer-bl span{ font-size: 12px; color: #fff; opacity: .4;}
	.footer-br span{ font-size: 12px; color: #fff; opacity: .4;}
	.footer-br a{ color: #fff; opacity: .4;}
	.footer-br a:hover{ opacity: .8;}
	
	.footer-ml .tips{ margin:0 auto; padding-top:30px;}
	
}


@media screen and (min-width: 992px) {
	.footer-t{display: block; background: #FAFAFA;}
	.footer-t{ padding: 35px 0;}
	.footer-t ul{ overflow: hidden; display: flex; justify-content: space-between;}
	.footer-t li b{display: block; padding-bottom: 10px;}
	.footer-t li span{display: block;}
	.footer-t li b a{ font-size: 16px; line-height: 36px; color: #434343;}
	.footer-t li span a{ font-size: 14px; line-height: 36px; color: #707070;}
	.footer-t li b a:hover,.footer-t li b a:hover{color: #0A48C4;}
	
	.footer-ml dl{max-width: none; float: left;}
	.footer-ml dt{ width: 120px;  margin-right: 25px;}
	.footer-ml dd b{ font-size: 30px; line-height: 48px;}
	.footer-ml dd div{ font-size: 14px;}
	.footer-mr{display: block; float: right;}
	.footer-mr img{height: 118px;}
	
	.footer-b{ padding: 18px 0;}
	.footer-bl{ float: left;text-align:left;}
	.footer-br{ float: right;}
	.footer-bl span{ font-size: 14px;}
	.footer-br span{ font-size: 14px;}
	
	.footer-ml {display:flex; align-items: flex-end;}
	.footer-ml .tips{ padding:0; padding-left:60px;  margin:0;}
	.footer-ml .tips a{color: #0A48C4;}
	
	.footer-m .flex{ display:flex; justify-content: space-between;}
}


@media screen and (min-width: 1260px) {
	
.footer-t li b a{ font-size: 20px;}
.footer-t li span a{ font-size: 16px;}
}


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

}

/*关于我们*/
@media screen and (min-width: 320px) {
	.banner-min{ height: 30vw; -webkit-background-size: cover;
	background-size: cover; background-position: center center; position:relative;}
	
	.banner-min-txt{ align-items:center; justify-content:center; display:flex; height:100%; position:relative; z-index:2;}
	.banner-min-txt div{ width:100%; padding:15px; }
	.banner-min-txt div b{ font-weight:normal; color:#fff; text-shadow: 0 1px 8px rgba(0,29,146,.38); font-size:5vw; line-height:1.2;}
	.ny-bt div b{font-size:24px;}
	.ny-bt div t{font-size:16px;font-weight:normal; color:#fff; text-shadow: 0 1px 8px rgba(0,29,146,.38);display:block;}
	
	.menu-bg{background:#F8F9FC;}
	
	.banner-min-03{ position:relative;}
	
	.banner-video{ width:100%; object-fit: cover;}
	
	.banner-min .banner-ico{ position:absolute; right:15px; top:15px; max-width:28vw;}
	.ny-bt-02 div b{ font-weight:bold; text-shadow:0 2px 4px rgba(10,72,196,.3);}
	.ny-bt-02 div t{font-size:16px;font-weight:normal; color:#fff; text-shadow: 0 1px 8px rgba(0,29,146,.38);display:block;}
}


@media screen and (min-width: 992px) {
	.banner-min{padding-bottom: 0; height: 240px;}
	.banner-min-txt div{ width:960px; padding:15px 0; }
	.banner-min-txt div b{font-size:42px;}
    .ny-bt div b{font-size:42px;}
	.ny-bt div t{font-size:18px; padding-top:5px;}
	
	.menu-bg{position: sticky; top: 0; z-index: 11;}
	
	.banner-min-02{ position: relative; display: flex; align-items: flex-start; background: #001976; justify-content:center; background:url(../img/video-bg.jpg); background-size:cover; background-position:center; height:240px; overflow:hidden;}
	
	.banner-video{ width:520px; object-fit: cover;}
	
	.banner-min-03{ height:280px;}
	.ny-bt-02 div t{ font-size:24px;}
	
	.banner-min .banner-ico{ width:250px; top:35px; left:auto; right:50%; margin-right:-480px;}
	
}


@media screen and (min-width: 1260px) {
	.banner-min{ height: 260px;}
	.banner-min-txt div{ width:1220px; }
	.banner-min-txt div b{font-size:52px;}
	.ny-bt div b{font-size: 52px;}
	.ny-bt div t{font-size: 20px; padding-top:10px;}
	
	.banner-min-03{ height:320px;}
	.ny-bt-02 div t{ font-size:30px;}
	
	.banner-min .banner-ico{  margin-right:-610px; width:280px; top:44px;}
	
	.banner-min-02{height:260px;}
	.banner-video{ width:560px;}
	

}


@media screen and (min-width: 1440px) {
	.banner-min{ height: 300px;}
	.banner-min-txt div{ width:1400px; }
	.banner-min-txt div b{font-size:62px;}
	.ny-bt div b{font-size: 63px;}
	.ny-bt div t{font-size: 20px;}
	
	.banner-min-03{ height:400px;}
	.ny-bt-02 div t{ font-size:36px;}
	
	.banner-min .banner-ico{  margin-right:-700px; width:327px; top:88px;}
	
	.banner-min-02{height:300px;}
	.banner-video{ width:680px;}
	
}


/*menu*/
@media screen and (min-width: 320px) {
	.menu{overflow: hidden; padding: 15px 0;}
	.menu ul{ overflow: hidden;}
	.menu li{ width: 100%; border-bottom: solid 1px #D7D7D7;}
	.menu li:nth-last-child(1){border-bottom: none;}
	.menu li a{overflow: hidden; display: block; padding: 0 15px;}
	.menu li span{ float: left; display:flex; align-items:center; height:40px; color: #666;}
	.menu li i{ float: right; font-size: 12px; line-height: 40px; color: #666;}
	.menu li a.on{ background:  #0A48C4;}
	.menu li a.on span{ color: #fff;}
	.menu li a.on i{ color: #fff;}
	
	.menu li a:hover span,.menu li a:hover i{ color: #0A48C4;}
	.menu li a.on:hover span,.menu li a.on:hover i{ color: #fff;}
}


@media screen and (min-width: 992px) {
	.menu{ padding: 0; border-bottom: solid 1px #F4F4F4;}
	.menu ul{border-left: solid 1px #d7d7d7;}
	.menu li{ float: left; width: auto; border: none; border-right: solid 1px #d7d7d7;}
	.menu li span{ /*padding-right: 30px;*/ height: 60px;}
	.menu li i{}
}


@media screen and (min-width: 1260px) {
	.menu li a{padding: 0 20px;}
	.menu li span{ /*padding-right: 50px; */ height: 70px; font-size: 16px;}
	.menu li i{ font-size: 16px;}
}


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

}






/*关于我们-公司介绍*/
@media screen and (min-width: 320px) {
    
    
    
    .bg_pic{position:relative;z-index:999}
    
	.gywm-box-01{background: #F4F4F4; background-image:url(../img/ind-bg-01.jpg); background-size:cover; background-position:center; padding: 30px 0;}
	.ind-tit-03{ font-weight: normal; font-weight:bold;}
	.ind-tit-04{ color: #fff; font-weight: normal;}
	.ind-tit-05{ text-align: left; font-weight: normal;}
	i.pic-scale-gsry{ padding-bottom: 80%;}
	
	.gywm-mess-01{ padding: 20px 0;}
	
	.gywm-box-02{background:url(../img/gywm-pic-bg.jpg) center no-repeat; -webkit-background-size: cover;
	background-size: cover; padding: 30px 0; position:relative; z-index:99;}
	
	.gsry-box-t{ padding-top: 20px;}
	.gsry-box{ position: relative; padding: 0 40px;}
	.gsry-mess{ background: #fff; padding: 15px;}
	.gsry-mess span{display: block; text-align: center; padding-top: 30px; display:none;}
	
	.gsry-prev,.gsry-next{ cursor: pointer;}
	.gsry-btn i:before{ color: #fff; font-size: 24px;line-height: 60px; height: 60px;}
	.gsry-prev:hover i:before,.gsry-next:hover i:before{color: #DC000C;}
	.gsry-prev{position: absolute; left: 0; top: 50%; margin-top: -30px; }
	.gsry-next{position: absolute; right: 0; top: 50%; margin-top: -30px;}
	
	
	.gywm-box-03{ background: #F4F4F4; padding: 30px 0;}
	
	i.pic-scale-td{padding-bottom: 100%%;}
	
	.tabs-td .hd{ border-bottom: solid 1px #CCCCCC; text-align: center;}
	.tabs-td .hd span{ color: #666; cursor: pointer; margin: 0 5px; display: inline-block;}
	.tabs-td .hd span b{ color: #666; font-weight: normal;  line-height: 40px; display: block;}
	.tabs-td .hd span.on b{ color: #0A48C4; border-bottom: solid 1px #0A48C4;}
	.gywm-td{ padding-top: 15px;}
	.gywm-td ul{ overflow: hidden; margin: -5px;}
	.gywm-td li{ width: 50%; float: left; padding: 5px;}
	.gywm-td-c{ border-top: solid 1px #eee; background: #fff; padding: 10px 10px;}
	.gywm-td-c b{ display: block; text-align: center; font-size: 12px; font-weight: normal; color: #333;}
	.gywm-td-c span{display: block; text-align: center; font-size: 12px; color: #666; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap;}
	
	.gywm-td-b{display: none;}
	.gywm-td-mess{ cursor: pointer;}
	.gywm-td-mess img{transition:.3s;}
	.gywm-td-mess:hover img{-webkit-transform: scale(1.05); transform: scale(1.05);}
	
	
	.gywm-td-tc-box .gywm-td-t,.gywm-td-tc-box .gywm-td-c{max-width: 240px; margin: 0 auto;}
	
	.gywm-td-tc-box{ padding: 25px ; overflow-y: auto;}
	.gywm-td-tc{display: none;}
	.gywm-td-tc-skin{width: 100% !important; /*max-width: 1090px !important;*/ top:0!important;}
	.gywm-td-tc-skin .gywm-td-b{ display: block; height: 300px; /*overflow-y: auto; */font-size: 12px; padding: 0 15px; color: #666;}
	.gywm-td-tc-close{ position: absolute; right: 0; top: 0; background:  #DC000C; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; margin-right: 20px; margin-top: 20px; font-size: 12px; cursor: pointer;}
	
	.gywm-td-tc-skin .layui-layer-content{overflow: visible !important;}
	.gywm-td-prev{ position: absolute; left: 0; margin-left: -20px; top: 50%; margin-top: -20px; cursor: pointer;}
	.gywm-td-next{ position: absolute; right: 0; margin-right: -20px; top: 50%; margin-top: -20px; cursor: pointer;}
	.gywm-td-prev i:before,.gywm-td-next i:before{ display: block; width: 40px; height: 40px; line-height: 40px; background: #9A9A9B; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; color: #fff; text-align: center;}
	
	.gywm-td-prev i:hover:before,.gywm-td-next i:hover:before{ background: #dc000c;}
}


@media screen and (min-width: 992px) {
	.gywm-box-01{ padding: 50px 0;}
	.gywm-mess-01{  padding: 20px; font-size:14px;  line-height:2;}
	.gywm-box-02{ padding: 50px 0;}
	
	.gsry-box-t{ padding-top: 30px;}
	
	.gsry-mess{ padding: 20px;}
	.gsry-mess span{ font-size: 14px;}
	
	.gywm-box-03{ padding: 50px 0;}
	
	.gywm-td li{ width: 20%;}
	
	
	.tabs-td .hd span{ margin: 0 25px;}
	
	.gywm-td-c{ padding: 15px;}
	.gywm-td-c b{ font-size: 18px;}
	.gywm-td-c span{ font-size: 14px;}
	
	.gywm-td{ padding-top: 30px;}
	
	
	.gywm-td-tc-skin .gywm-td-b{ height: 250px; line-height: 1.8; font-size: 14px;}
	.gywm-td-tc-close{ width: 70px; height: 70px; line-height: 70px; font-size: 16px; margin-right: 35px; margin-top: 35px;}
	
	
	.gywm-td-tc-box{ padding: 25px 100px;}
	.gywm-td-prev{ margin-left: 20px;}
	.gywm-td-next{ margin-right: 20px;}
	.gywm-td-prev i:before, .gywm-td-next i:before{ width: 50px; height: 50px; line-height: 50px; font-size: 20px;}
}


@media screen and (min-width: 1260px) {
	
	.gywm-box-01{ min-height:491px; display:flex; align-items: center; padding:0;}
	.gywm-mess-01{  padding: 30px; font-size:16px;}
	.gywm-box-02{ padding: 80px 0;}
	
	.gsry-box{ margin: 0 -60px; padding:0 60px;}
	.gsry-btn i:before{ font-size: 50px;}
	.gsry-mess span{font-size: 16px;}
	
	
	.gywm-box-03{ padding: 80px 0;}
	
	.gywm-td li{ width: 20%;}
	
	.tabs-td .hd span{ margin: 0 30px;}
	.tabs-td .hd span b{ line-height: 80px; font-size: 26px;}
	
	.gywm-td-c b{ font-size: 20px;}
	.gywm-td-c span{ font-size: 16px;}
	
	
	.gywm-td-tc-skin .gywm-td-b{ font-size: 16px;}
	.gywm-td-tc-box .gywm-td-t,.gywm-td-tc-box .gywm-td-c{max-width: 340px; margin: 0 auto;}
	
}


@media screen and (min-width: 1440px) {
	.gsry-mess span{font-size: 18px;}
	.tabs-td .hd span{ margin: 0 35px;}
	.tabs-td .hd span b{ font-size: 30px;}
	
	.gywm-td-c b{ font-size: 22px;}
	.gywm-mess-01{ font-size:18px;/*padding: 50px;*/}

}

	
	

/*内页共用-20220317*/
@media screen and (min-width: 320px) {
	.info-box,.info-box *{/* color:#3C4047; */ line-height:1.95; /* text-align:justify; */}
	.info-box img{ max-width:100%;}
	
}


@media screen and (min-width: 992px) {
	.info-tex{font-size:16px;}
}


@media screen and (min-width: 1260px) {
	.info-box{font-size:16px;}
	.info-tex{font-size:17px;}
}


@media screen and (min-width: 1440px) {
	
}


@media screen and (min-width: 1920px) {
	
}

/*关于我们-公司介绍-20220317*/
@media screen and (min-width: 320px) {
	.about-bg{padding:30px 0;}
	.info-tit{ color:#101113; font-size:20px; line-height:1.2; padding-bottom:10px;}
	.info-txt{color:#3C4047; line-height:1.95;}
	.about-pic{ padding-top:10px;}
	.about-pic img{max-width:100%; height:auto !important;}
	
}


@media screen and (min-width: 992px) {
	.about-bg{padding:50px 0 120px 0; background-image:url(../img/about-bg.jpg); background-repeat:no-repeat; background-size:contain; background-position:center bottom;}
	.info-tit{ font-size:26px; padding-bottom:20px;}
	.about-pic{ padding-top:20px;}
	.about-pic img{width:61.42857%}
}


@media screen and (min-width: 1260px) {
	.about-bg{padding:60px 0 160px 0;}
	.info-tit{ font-size:32px; padding-bottom:25px;}
	.info-txt{ font-size:16px;}
	.about-pic{ padding-top:30px;}
}


@media screen and (min-width: 1440px) {
	.info-tit{ font-size:36px; padding-bottom:30px;}
}


@media screen and (min-width: 1920px) {
	.about-bg{ background-size:1920px auto;}
}


/*公司管理团队-20220317*/
@media screen and (min-width: 320px) {
	.group-list{ margin:-15px 0;}
	.group-list dl{ padding:15px 0;}
	.group-list dt div{width:60%; border:2px solid #E6E6E6; margin:0 auto;}
	
	.group-list dd{ padding-top:5px;}
	.group-list .tit{ display:block; text-align:center; font-size:16px;}
	.group-list .sub-tit{ display:block; text-align:center; color:#858B97; padding-bottom:10px; font-size:14px;}
	.group-list .info-box *{ font-size:14px !important;}
	.group-list .info-box{ height:55px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.group-list .info-box-show{ -webkit-line-clamp: 999; }
	
	.info-box-hide{ width:0; height:0; overflow:hidden;}
	
	.group-list .btn{ font-size:14px; font-weight:bold; color:#0A48C4; display:flex; align-items:center;  cursor: pointer; margin-top:10px;}
	.group-list .btn::after{ content:' '; display:block; width:15px; height:15px; background-image:url(../img/more.png); background-size:cover; margin-left:5px; transition:.5s;}
	
	.group-list .btn-show::after{transform:rotate(-180deg);}
}


@media screen and (min-width: 992px) {
	
	
	.group-list{ margin:-25px 0;}
	.group-list dl{ padding:25px 0; display:flex;}
	.group-list dt{flex-basis:200px; flex-shrink:0;}
	.group-list dt div{ width:100%;}
	.group-list dd{ padding-left:20px; padding-top:0; margin-top:-5px;}
	
	.group-list .tit{ text-align:left;}
	.group-list .sub-tit{ text-align:left;}
	.group-list .btn{ margin-top:10px;}
	
}


@media screen and (min-width: 1260px) {
	.group-list{ margin:-30px 0;}
	.group-list dl{ padding:30px 0;}
	.group-list .tit{ font-size:20px;}
	.group-list .sub-tit{ font-size:16px;}
	.group-list .info-box *{ font-size:16px !important;}
	.group-list .info-box{ height:63px;}
	.group-list .info-box-show{ -webkit-line-clamp: 999; }
	.group-list dd{ padding-left:30px;}
	.group-list .btn{ margin-top:15px;}
}


@media screen and (min-width: 1440px) {
	.group-list .tit{ font-size:22px;}
	
}


@media screen and (min-width: 1920px) {
	
}


/*技术平台-20220317*/
@media screen and (min-width: 320px) {
	.jspt-list{ padding-top:30px;}
	.jspt-list i{ height:40px; width:40px; background:#0A48C4; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-style:normal; font-size：14px; line-height:1; margin-right:10px;}
	.jspt-list dl{}
	.jspt-list dt{ display:flex; align-items:center;}
	.jspt-list dt b{color:#0A48C4; font-weight:normal; font-size:18px;}
	.jspt-list dd{ padding:15px 0 25px 50px; position:relative;}
	.jspt-list dd::before{ content:' '; width:4px; background:#E2EBFF; position:absolute; left:18px; top:3px; bottom:3px;}
	
}


@media screen and (min-width: 992px) {
	.jspt-list{ padding-top:60px;}
	.jspt-list i{font-size:16px; height:50px; width:50px; margin-right:40px;}
	
	.jspt-list dd{ padding:25px 0 40px 90px;}
	.jspt-list dd::before{ left:23px;}
	.jspt-list dt b{ font-size:20px;}
	.jspt-list dd::before{ top:7px; bottom:7px;}
}


@media screen and (min-width: 1260px) {
	.jspt-list{ padding-top:90px; max-width:1050px; margin:0 auto;}
	.jspt-list i{font-size:18px;}
	.jspt-list dt b{ font-size:22px;}
}


@media screen and (min-width: 1440px) {
	
}


@media screen and (min-width: 1920px) {
	
}



/*内页共用-20220317*/
@media screen and (min-width: 320px) {
	.flow-news{ border-top:solid 1px #EBEBEB;}
	.news-list li a{display:flex; border-bottom:solid 1px #EBEBEB; padding:20px 15px; align-items:flex-start;}
	.news-list .tit{ display:block; font-size:16px; color:#333333;}
	.news-list .mess{ display:block; color:#333333; color:#999999; font-size:12px; padding:10px 0 5px 0;}
	
	.news-list li a .l{ flex-basis:70px; flex-shrink:0; padding:15px 10px; background:#f4f4f4; margin-right:10px;}
	.news-list li a .l span{display:flex; align-items:center; justify-content:center;}
	.news-list li a .r{flex:1;}
	.news-list li a .l span{color:#666; line-height:1.2;}
	.news-list li a .l .b{ font-size:16px; padding-top:5px;}
	
	.news-list div.layui-flow-more{ float: left; width: 100%; margin:20px 0 0 0;}
	.news-list .layui-flow-more a{ height: 40px; display:flex; align-items:center; justify-content:center; background: #F9FAFB; font-size:14px;}
	.news-list .layui-flow-more a cite{ width: 100%; background:none; color: #333333;}
	.news-list .layui-flow-more a:hover{ background: #0a48c4; color: #fff;}
	.news-list .layui-flow-more a:hover cite{ color: #fff;}
	.layui-flow-more a cite:hover{ opacity:1;}
	
	.news-list .cont{ font-size:14px; line-height:1.95; color:#666; overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
	
	.news-list .btn{ display:inline-flex; height:42px; border:solid 1px #999999; color:#999; align-items:center; padding:0 15px; margin-top:15px;}
	.news-list .btn i{padding-left:5px;}
	.news-list .btn i::before{ color:#999;}
	.news-list .flex-box{}
	.news-list a:hover{background:#F1F4F9;}
	.news-list a:hover .tit{color:#0A48C4;}
	.news-list a:hover .btn{ color:#fff; background:#043E94; border-color:#043E94;}
	.news-list a:hover .btn i::before{ color:#fff;}
	
	
	.news-list li a:hover .l{background:#043E94;}
	.news-list li a:hover .l span{color:#fff;}
}


@media screen and (min-width: 992px) {
	
	.news-list .flex-box{ display:flex;}
	
	.news-list .cont{ height:55px; flex:1; padding-right:75px;}
	.news-list .btn{ width:125px; justify-content:center; margin-top:0;}
	
	.news-list div.layui-flow-more{ margin:30px 0 0 0;}
	
	.news-list li a .l{ flex-basis:76px; margin-right:20px;}
	.news-list li a .l span{ font-size:16px;}
	.news-list li a .l .b{ font-size:18px;}
}


@media screen and (min-width: 1260px) {
	.news-list .tit{font-size:18px;}
	.news-list li a{ padding:35px 30px;}
	.news-list .mess{font-size:14px; padding:8px 0 8px 0;}
	.news-list .cont{ font-size:16px; height:63px;}
	
	.news-list div.layui-flow-more{ margin:40px 0 0 0;}
	
	
	.news-list li a .l{ flex-basis:96px;padding:20px 15px; margin-right:20px;}
	.news-list li a .l span{ font-size:18px;}
	.news-list li a .l .b{ font-size:20px;}
}


@media screen and (min-width: 1440px) {
	.news-list .layui-flow-more a{height:60px; font-size:16px;}
	.news-list li a{ padding:45px 40px;}
}


@media screen and (min-width: 1920px) {
	
}

/*产品开发-20220317*/
@media screen and (min-width: 320px) {
	.pro-menu{ border-radius:6px; overflow:hidden; border:solid 1px #CFCFCF;}
	
	.pro-menu .tit{ background:#F2F4F9; height:44px; display:flex; align-items:center; justify-content:center; color:#101113; font-size:16px;  border-bottom:solid 1px #CFCFCF;}
	
	.pro-menu ul{display:flex; flex-wrap:wrap;}
	.pro-menu li{flex-shrink:0; flex-basis:33.33333%; display:flex; align-items:center; justify-content:center; padding:10px 5px; color:#101113; cursor:pointer;}
	.pro-menu li.on,.pro-menu li:hover{ color:#0A48C4;}
	
	.pro-pages{ padding-top:10px; display:flex; align-items:center; justify-content:center;}
	.pro-pages .prev,.pro-pages .next{ background:#fff; border:solid 1px #DEDEDE; margin-left:10px; display:flex; align-items:center; justify-content:center; height:30px; width:50px;}
	.pro-pages .prev::before,.pro-pages .next::before{ content:' ';  border-top:solid 7px transparent;  border-bottom:solid 7px transparent; display:block; width:0; height:0;}
	.pro-pages .prev::before{ border-right:solid 10px #B5B5B5;}
	.pro-pages .next::before{ border-left:solid 10px #B5B5B5;}
	
	.pro-pages .prev:hover,.pro-pages .next:hover{ background:#0A48C4; border-color:#0A48C4;}
	.pro-pages .prev:hover::before,.pro-pages .next:hover::before{ border-left-color:#fff; border-right-color:#fff;}
	
	.pro-r{ padding-top:30px;}
	
	.pro-r .info-box{ padding-bottom:30px;}
	
	.pro-table{ min-width:720px; width:100%;}
	.pro-table td{ border:solid 1px #CBD4EB; padding:0 10px; width:8.090909%; height:70px; line-height:1.35; text-align:center;}
	.pro-table .td-02{width:15.181818%; text-align:left;}
	
	.pro-table-t{ background:#0A48C4;}
	.pro-table-t td{ color:#fff; font-size:14px; font-weight:bold; border-bottom:none;}
	
	.pro-table-b{background:#F1F4FC;}
	.pro-table-b td{ position:relative;}
	.pro-table-b .line-w{position:absolute; height:4px; background:#61B1EE; width:6px; left:0; margin-top:-2px;}
	.pro-table-b .line-w i{width:12px; height:12px; border-radius:50%; background:#61B1EE; position:absolute; right:-6px; top:-4px;}
	.pro-table-b .w1{ width:calc(100% - 50%);}
	.pro-table-b .w2{ width:calc(200% - 50%);}
	.pro-table-b .w3{ width:calc(300% - 50%);}
	.pro-table-b .w4{ width:calc(400% - 50%);}
	.pro-table-b .w5{ width:calc(500% - 50%);}
	.pro-table-b .w6{ width:calc(600% - 50%);}
	.pro-table-b .w7{ width:calc(700% - 50%);}
	.pro-list .pro-l{width:100%;padding-bottom:30px;}
}


@media screen and (min-width: 992px) {
	.pro-box{display:flex;}
	.pro-list{display:block;}
	.pro-list .pro-r{padding:0; /*width: 88%;*/ margin: 0 auto;}
	.pro-menu .tit{ height:66px; font-size:18px; font-weight:bold;}
	.pro-box .pro-l{ width:200px; flex-basis:200px; flex-shrink:0;}
	.pro-list .pro-l{width:100%;}
	.pro-menu li{flex-basis:100%; font-size:16px; height:60px;}
	
	.pro-r{ padding-top:0; padding-left:40px; flex:1;}
	
	.pro-pages{padding-top:20px;}
	
	.pro-list *{
	    font-size: 12px;
	}
	
}


@media screen and (min-width: 1260px) {
	.pro-table td{ padding:0 15px;}
	
	.pro-r .info-box{ padding-bottom:40px;}
}


@media screen and (min-width: 1440px) {
	/*.pro-table-t td{ font-size:18px;}*/
	.pro-table-b td{ font-size:16px;}
	.pro-list *{
	    font-size: 14px;
	}
}


@media screen and (min-width: 1880px) {
	.pro-list .pro-r{ width: 100%;}
}




/*公司历程-20220317*/
@media screen and (min-width: 320px) {
	.course-bg{ background:url(../img/course-bg.jpg); padding:30px 0; background-size:cover; background-position:center;}
	.course-bg .container{ position:relative;}
	.course-bg .tit b{ color:#101113; font-size:24px; font-weight:normal; display:block;}
	.course-bg .tit span{ color:#DFECF6; font-size:50px; text-transform: uppercase; display:block; line-height:1.2;}
	.course-bg .btn{display:none;}
	
	.scroll-box{padding-top:30px;}
	.scroll-box ul{ margin:-5px 0;}
	.scroll-box li{ padding:5px 0;}
	.scroll-box dt{ font-size:16px; color:#0A48C4;}
	.scroll-box dd{ color:#000000; font-size:13px;}
	
	i.pic-scale-course{ padding-bottom:65%; background:#fff;}
	.swiper-pic .pic-box{ border-radius:6px; overflow:hidden;}
	.swiper-pic .pic-txt{ text-align:center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-top:5px; color:#000000; font-size:12px;}
	
	.swiper-bd{ margin-top:30px; padding:0 40px; position:relative;}
	
	.swiper-btn{ position:absolute; top:50%; margin-top:-30px; border-radius:50%;}
	.swiper-btn i,.swiper-btn i::before{ font-size:30px; line-height:30px; height:30px; width:30px; cursor:pointer;}
	.swiper-btn i::before{color:#0A48C4;}
	.swiper-btn:hover i::before{color:#DC000C;}
	.swiper-prev{ left:0; }
	
	.swiper-next{ right:0; }
	
	.swiper-btn.swiper-button-disabled i::before{color:#BDC7DB; cursor:default;}
	
	.course-pc{display:none;}
}


@media screen and (min-width: 992px) {
	.course-bg{padding:60px 0;}
	.course-bg .tit span{padding-top:30px;}
	.swiper-bd{ margin-top:0; position:absolute; width:520px; right:0; bottom:-30px;}
	
	.swiper-pic .pic-txt{font-size:14px;}
	
	.course-bg .btn{display:flex; padding-top:10px;}
	.course-bg .btn div{ margin-right:20px; border-radius:50%;  cursor:pointer;}
	.course-bg .btn i::before{ color:#0A48C4; font-size:18px; }
	.course-bg .btn i{  background:#fff; width:60px; height:60px; display:flex; border-radius:50%; border:solid 1px #E8EEFC; align-items:center; justify-content:center;}
	.course-bg .btn div:hover i{ background:#0A48C4; border-color:#0A48C4;}
	.course-bg .btn div:hover i::before{ color:#fff;}
	.course-bg .tit b{ font-size:28px;}
	.course-bg .tit span{font-size:75px;}
	
	.course-t{ position:absolute; left:0; top:0; z-index:2;}
	
		
	.course-mobile{display:none;}
	.course-pc{display:block;}
	
	.step-container{ position:relative; overflow:hidden; padding:0;}
	.step-container .step-wrapper{ position:absolute; left:0; bottom:0;}
	.step-container .step-item{ position:relative;}
	.step-container .step-change{opacity:0; transition:opacity .2s;}
	.step-container .step-activity .step-change{ opacity:1;}
	
	
	.course-step dl{ display:flex; align-items:center;}
	.course-step dt{ padding:10px 15px 10px 0; font-size:20px; font-size:16px; color:#0A48C4; width:95px; text-align:right;}
	.course-step dd{ padding:10px 0 10px 15px; display:flex; align-items:center; position:relative; width:235px; color:#000; font-size:13px;}
	.course-step dd div{max-height:100px; line-height:1.4; text-align:justify;}
	.course-step dd i{ content:' '; position:absolute; left:0; top:0; border-top:solid 2px #0A48C4; border-left:solid 2px #0A48C4;}
	
	.course-step dd div *{font-size:14px !important; line-height:1.5;}
	
	.course-pc .step-icon{position:relative; top:0;}
	.course-pc .step-icon::after{ content:' '; width:2px; height:30px; display:block; background:#0A48C4;}
	.course-pc .step-icon i{ background-color:#0A48C4; width:32px; height:32px; display:flex; align-items:center; justify-content:center; background-repeat:no-repeat; border-radius:50%; margin-left:-16px;}
	.course-pc .step-icon i::before{ color:#fff; font-size:20px; line-height:20px;}
	
	.course-bg .btn .step-disabled{ cursor:default;}
	.course-bg .btn .step-disabled i::before{color:#BDC7DB;}
	.course-bg .btn .step-disabled:hover i{ background:#fff; border-color:#E8EEFC;}
    .course-bg .btn .step-disabled:hover i::before{ color:#BDC7DB;}
	
}


@media screen and (min-width: 1260px) {
	.course-bg{padding:70px 0;}
	.swiper-bd{ width:640px;}
	.course-bg .tit span{padding-top:40px;}
	.course-bg .tit b{ font-size:36px;}
	.course-bg .tit span{font-size:100px;}
	
	.course-bg .btn i{ width:70px; height:70px;}
	.course-bg .btn i::before{ font-size:22px; }
	
	.course-step dt{ font-size:22px; width:125px;}
	.course-step dd{ font-size:14px;}
	
	
	.course-step dd{ width:300px;}
}


@media screen and (min-width: 1440px) {
	.course-step dd{ width:300px; font-size:15px;}
	.swiper-bd{ width:740px;}
}


@media screen and (min-width: 1920px) {
	
}



/*新冠疫情前线*/
@media screen and (min-width: 320px) {
	.kjxgfy-box{ margin-top: 20px; box-shadow: 0 2px 10px rgba(0,0,0,.16); background: #fff; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; overflow: hidden;}
	
	.xgyq-mess-01{ padding-top: 5px;}
	
	.kjxgfy-l{ padding: 15px; background: url(../img/xgyqqx-bg-01.jpg) center no-repeat; -webkit-background-size: cover;
	background-size: cover;}
	.kjxgfy-l b{ display: block; font-weight: bold; color: #0D8BE5; font-size: 16px;}
	
	.kjxgfy-l .hd{ overflow: hidden; padding-top: 15px;}
	.kjxgfy-l span{ float: left; line-height: 36px; border: solid 1px #0D8BE5; padding: 0 20px; background: #fff; font-weight: bold; color: #0d8be5; cursor: pointer;}
	.kjxgfy-l span.on{ color: #fff; background: #0D8BE5;}
	
	.kjxgfy-r ul{ overflow: hidden; padding: 15px 0;}
	.kjxgfy-r li{ width: 33.33333%; float: left; text-align: center; padding: 15px 5px;}
	.kjxgfy-r li dt{ font-size: 14px; color: #333;}
	.kjxgfy-r li dd span{color: #999; padding-right: 5px;}
	.kjxgfy-r li dd small{ font-size: 14px;}
	.kjxgfy-r li dd  b{ display: block; font-size: 16px;}
	.kjxgfy-r li dl{ position: relative;}
	.kjxgfy-r li dl:after{ content: ' '; position: absolute; width: 0; height: 100%; border-right: solid 1px #E6E6E6; right: -5px; top: 0;}
	.kjxgfy-r li:nth-child(3n) dl:after{ display: none;}
	
	.gn li:nth-child(1) dd b,.gn li:nth-child(1) dd small{color: #F50;}
	.gn li:nth-child(2) dd b,.gn li:nth-child(2) dd small{color: #E68500;}
	.gn li:nth-child(3) dd b,.gn li:nth-child(3) dd small{color: #CC4100;}
	.gn li:nth-child(4) dd b,.gn li:nth-child(4) dd small{color: #638AA7;}
	.gn li:nth-child(5) dd b,.gn li:nth-child(5) dd small{color: #008C5D;}
	.gn li:nth-child(6) dd b,.gn li:nth-child(6) dd small{color: #666666;}
	
	.gw li:nth-child(1) dd b,.gw li:nth-child(1) dd small{color: #F50;}
	.gw li:nth-child(2) dd b,.gw li:nth-child(3) dd small{color: #008C5D;}
	.gw li:nth-child(3) dd b,.gw li:nth-child(4) dd small{color: #666666;}
	
	
	.xgyq-box-02{ background: #E6EAF6; padding: 30px 0;}
	
	.xgyq-tit-01{color: #0A48C4; font-size: 16px; font-weight: normal;}
	.xgyq-list{padding: 10px 0 20px 0;}
	.xgyq-list li{ position: relative; padding-left: 15px; }
	.xgyq-list li i{ background: #444; width: 6px; height: 6px; top: 50%; left: 0; margin-top: -3px; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; position: absolute;}
	
	.xgyq-tit-02{ font-size: 16px; font-weight: bold; color: #333;}
	
	.xgyq-box-03{background:#1068d6 url(../img/xgyqqx-bg-02-m.jpg) center top no-repeat; -webkit-background-size: contain;
	background-size: contain; padding:60% 0 30px 0;}
	
	i.pic-scale-xgyq{ padding-bottom: 60.74%;}
	.video-play .iconfont{ width: 60px; height: 60px; background: rgba(0,0,0,.35); position: absolute; z-index: 3; left: 50%; top: 50%; margin-top: -30px; margin-left: -30px; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; text-align: center; color: #FFF; line-height: 60px; font-size: 20px;}

	.video-play .shade{ background: #000; opacity: .3; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;}
	.video-play b{ padding-top: 10px; display: block; text-align: center; font-weight: normal; color: #fff;}
	
	.video-play:hover .iconfont{ background: rgba(10,72,196,.6);}
	
	
}


@media screen and (min-width: 992px) {
	.xgyq-mess-01{ padding-top: 10px;}
	.kjxgfy-box{ margin-top:  30px;}
	
	.kjxgfy-r li:nth-child(3n) dl:after{ display: block;}
	.kjxgfy-r li:nth-last-child(1) dl:after{ display: none;}
	
	.kjxgfy-box{ -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
	
	.kjxgfy-box{overflow: hidden;}
	.kjxgfy-l{ float: left;}
	.kjxgfy-r{overflow: hidden;}
	.kjxgfy-r ul{ padding: 0;}
	.kjxgfy-r .gn li{width: 16.6666%;}
	.kjxgfy-r .gw li{width: 33.3333%;}
	.kjxgfy-l b{ font-size: 24px;}
	.kjxgfy-l .hd{ padding-top: 10px;}
	.kjxgfy-r  li{ height: 120px; display: table;}
	.kjxgfy-r li dl{display: table-cell; vertical-align: middle;}
	.kjxgfy-r li dd b{ font-size: 22px; line-height: 1.4;}
	
	.kjxgfy-r li dd span{ font-size: 14px;}
	.kjxgfy-r li dd small{ font-size: 14px;}
	
	.xgyq-box-02{ padding: 50px 0;}
	
	
	.xgyq-tit-01{font-size: 24px;}
	.xgyq-tit-02{ font-size: 20px;}
	
	.xgyq-box-03{background: url(../img/xgyqqx-bg-02.jpg) center no-repeat; -webkit-background-size: cover;
	background-size: cover; padding: 100px 0; height: 538px;}
	.video-play{ float: right; width: 500px;}
}


@media screen and (min-width: 1260px) {
	
	.xgyq-mess-01{ padding-top: 20px;}
	.kjxgfy-box{ margin-top:  40px;}
	.kjxgfy-l{ padding: 30px; width: 290px;}
	.kjxgfy-r li{ height: 160px; padding: 30px 5px;}
	.kjxgfy-l b{ font-size: 30px;}
	.kjxgfy-r li dt{ font-size: 16px;}
	.kjxgfy-r li dd b{ font-size: 28px;}
	
	.kjxgfy-l span{ font-size: 18px; padding: 0 15px;}
	
	.xgyq-box-02{ padding: 80px 0;}
	
	.xgyq-list{ padding: 20px 0 40px 0;}
	.xgyq-list li{line-height: 36px;}
	.xgyq-list li span{ font-size: 16px;}
	
	.xgyq-tit-01{font-size: 30px;}
	.xgyq-tit-02{font-size: 22px;}
	
	.xgyq-mess-01{font-size: 16px;}
	
	.xgyq-box-03{ height: 700px; padding: 130px 0;}
	.video-play{ float: right; width: 600px;}
	
	.video-play b{font-size: 18px; padding-top: 15px;}
}


@media screen and (min-width: 1440px) {
	.xgyq-box-03{ height: 800px; padding: 160px 0;}
	.video-play{ float: right; width: 680px;}
}



/*全天然人源抗体研发平台展示*/
@media screen and (min-width: 320px) {
	.gray-bg{/*background: #F4F4F4;*/ padding: 30px 0;}
	.gray-bg-show{background: #F4F4F4;}
	.img-boxs img{width:100%!important;}
	.zydz-fc{ padding: 30px 0!important;}
	.white-bg{ padding: 30px 0;}
	.myyx-box b{ font-size: 12px;}
	.myyx-line-box{ position: relative; padding: 5px 20px 5px 0;}
	.myyx-line-box i{ border-left: solid 22px #69D198; border-top: solid 22px transparent; border-bottom: solid 22px transparent; position: absolute; right: 0; top: 0;}
	.myyx-line{background-image: linear-gradient(to right, #177FFF, #69D198); padding: 5px 15px; overflow: hidden;}
	.myyx-line span{ color: #fff; line-height:24px;}
	.myyx-line .myyx-l{ float: left;}
	.myyx-line .myyx-r{ float: right;}
	
	.myyx-box{ padding: 20px 0;}
	.myyx-mess { padding-top: 10px; overflow: hidden;}
	.myyx-mess li{ float: left; padding-right: 20px;}
	.myyx-mess li span{ font-size: 14px; line-height: 20px; padding-left: 5px;}
	.myyx-mess .b{ width: 45px; height: 12px; background: #177FFF; float: left; margin-top: 5px;}
	.myyx-mess .g{ width: 45px; height: 12px; background: #69D198; float: left; margin-top: 5px;}
	
	.pic-auto{width: auto; max-width: 100%;}
	
	
	
	.myyx-list{ overflow: hidden;}
	.myyx-list-ovh{ overflow: hidden; margin: -5px;}
	.myyx-list-w{ padding: 5px;}
	.myyx-bg{ background: #fff; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; position: relative;}
	
	.myyx-list-t{padding: 15px; display: flex; text-align: center;}
	.myyx-list-t div{ flex:1;}
	.myyx-list-t div span{ display: block; padding-top: 10px; color: #333;}
	
	.myyx-list-c{background: #558ED5; text-align: center; color: #fff; height: 40px; line-height: 40px; font-size: 14px;}
	
	.myyx-list-b{padding: 15px 15px 45px 15px; position: relative;}
	.myyx-list-b span{display: block; color: #333; line-height: 30px;}
	.myyx-num{color: #D9E3F2; font-size: 82px;font-weight: bold; position: absolute; right: 10px; bottom: 10px; line-height: .8;}
	
	.myyx-list-c{}
	
	.myyx-list-b ul{ margin: 0 -15px; overflow: hidden; display: flex;}
	.myyx-list-b li{ background: #EDF0EE; padding: 15px; width: 50%; color: #333333;}
	.myyx-list-b li:nth-child(1){border-right: solid 1px #fff;}
	.myyx-list-b li b{font-weight:normal;}
	.myyx-list-b li .f-g{ color:#00B050;}
	.myyx-list-b li .f-b{ color:#177FFF;}
	.myyx-list-b li .f-r{ color:#E93636;}
	
	.myyx-list>ul>li:nth-child(3) .myyx-list-c{background: #92D050;}
	.myyx-list>ul>li:nth-child(4) .myyx-list-c{background: #00B050;}
	/*.myyx-list>ul>li:nth-child(4) span{ color: #00B050;}*/
	
	.myyx-pic{ text-align: center;}
	
	.jslx-tit{ text-align: center; font-size: 16px; color: #0A48C4;}
	
	.jslx-list-max{overflow: hidden; margin: -20px; padding: 20px 0 0 0;}
	.jslx-list ul{}
	.jslx-list li{ padding: 20px; position: relative;}
	.jslx-list li div{background: #0A48C4; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; padding: 15px; text-align: center; color: #fff;}
	.jslx-list li div span{display: block;font-size: 16px; font-weight: bold;}
	.jslx-list li div b{font-weight: normal; display: block;}
	.jslx-list li:after{ content: ' '; width: 26px; height: 31px; background: url(../img/jslx-ico-02.png); position: absolute; left: 50%; margin-left: -13px; bottom: -15px;}
	.jslx-list-02 li:nth-last-child(1):after{display: none;}
	
	.jspt-bg-01{ background: url(../img/jspt-bg-01.jpg) center no-repeat; -webkit-background-size: cover;
	background-size: cover;}
	
	.jspt-tit-02{ font-size: 16px; font-weight: bold;}
}


@media screen and (min-width: 992px) {
	.gray-bg{ padding: 50px 0;}
	.white-bg{ padding: 50px 0;}
	
	.myyx-list>ul>li,.myyx_list_w{ width: 25%; float: left;}
	.myyx-list-b ul{}
	.myyx-list-b span{ font-size: 12px;}
	.myyx-list-b li{ font-size: 12px;}
	.myyx-list-b{ height: 280px;}
	
	.myyx-list{ padding: 10px 0;}
	
	.myyx-pic{ padding-top: 50px;}
	
	.jslx-tit{ font-size: 24px;}
	
	.jslx-list div{flex: 1;}
	.jslx-list-01 ul{ display: flex; align-items:stretch;}
	.jslx-list-01 li{flex: 1;display: flex;align-items:stretch;}
	.jslx-list-02 ul{ display: flex; align-items:stretch; flex-direction:row-reverse;}
	.jslx-list-02 li{flex: 1;display: flex; align-items:stretch;}
	
	.jslx-list-01 li:after{width: 31px; height: 26px; background: url(../img/jslx-ico-01.png); left: auto; right: -15px; margin-left: 0; margin-top: -13px; top: 50%; bottom: auto;}
	.jslx-list-01 li:nth-last-child(1):after{width: 26px; height: 31px; background: url(../img/jslx-ico-02.png); left: 50%; right: auto; margin-top: 0; top: auto; margin-left: -15px; bottom: -13px;}
	.jslx-list-02 li:after{width: 31px; height: 26px; background: url(../img/jslx-ico-03.png); left: -15px; right: auto; margin-left: 0; margin-top: -13px; top: 50%; bottom: auto;}
	
	.jslx-list li div span{ font-size: 24px;}
	.jslx-list li div{ padding: 20px 20px 30px 20px;}
	.jspt-tit-02{ font-size: 20px;}
	
}


@media screen and (min-width: 1260px) {
	.myyx-list-t{ padding: 20px 0;}
	.myyx-list-t div span{ font-size: 16px;}
	.gray-bg{ padding: 80px 0;}
	.white-bg{ padding: 80px 0;}
	.myyx-bg{-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
	.myyx-list-c{ font-size: 18px;}
	.myyx-box b{ font-size: 16px;}
	.myyx-mess li span{font-size: 16px;}
	.myyx-line-box{ padding: 9px 30px 9px 0;}
	.myyx-line-box i{border-width: 30px;}
	.myyx-box{ padding: 30px 0;}
	.myyx-line{ padding: 9px 30px;}
	
	.myyx-list>ul>li:nth-child(1),.myyx_list_w1{ width: 16%;}
	.myyx-list>ul>li:nth-child(4),.myyx_list_w2{ width: 20%;}
	.myyx-list>ul>li:nth-child(2),.myyx-list>ul>li:nth-child(3),.myyx_list_w3{ width: 32%;}
	
	.myyx-list-b{ overflow: hidden; height: 230px;}
	.myyx-list-b div{ width: 50%; float: left;}
	
	.myyx-pic{ padding-top: 70px;}
	
	.jslx-tit{ font-size: 30px;}
	
	.jslx-list li div span{ font-size: 30px;}
	.jspt-tit-02{ font-size: 22px;}
	
	
	.myyx-line span{font-size:16px;}
}


@media screen and (min-width: 1440px) {
	.myyx-list-ovh{ margin: -10px;}
	.myyx-list>ul>li,.myyx_list_w{ padding: 10px;}
	.myyx-list>ul>li:nth-child(1),.myyx_list_w1{ width: 15%;}
	.myyx-list>ul>li:nth-child(4),.myyx_list_w2{ width: 23%;}
	.myyx-list>ul>li:nth-child(2),.myyx-list>ul>li:nth-child(3),.myyx_list_w3{ width: 31%;}
	.myyx-list-b{ padding:10px 20px; height: 230px;}
	.myyx-list-b span{font-size: 16px;}
	.myyx-list-b ul{ margin: 0 -20px;}
	.myyx-list-b li{font-size: 16px;padding:10px 20px; line-height: 25px;}
	.myyx-num{ font-size: 94px;}
	
	
	.myyx-line span{font-size:18px;}
}






/*科学论文*/
@media screen and (min-width: 320px) {
	.kxlw-list {overflow: hidden;}
	.kxlw-list ul{ overflow: hidden; margin: -5px;}
	.kxlw-list li{ padding: 5px;}
	.kxlw-list li a{ display: block; background: #fff; padding: 15px;}
	.kxlw-list li b{display: block; font-weight: normal;}
	.kxlw-list li span{color: #999; font-size: 12px;}
}


@media screen and (min-width: 992px) {
	.kxlw-list li a{ overflow: hidden; padding-right: 90px; position: relative;}
	.kxlw-list li b{ overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap;}
	.kxlw-list li span{ position: absolute; right: 15px; top: 15px;}
}


@media screen and (min-width: 1260px) {
	.kxlw-list li a{ padding: 30px 20px;}
	.kxlw-list li a b{ font-size: 16px; line-height: 40px;}
	.kxlw-list li a span{ right: 20px; top: 30px; line-height: 40px; font-size: 14px;}
}


@media screen and (min-width: 1440px) {
	.kxlw-list li a b{ font-size: 18px;}
}




/*项目进展*/
@media screen and (min-width: 320px) {
	.xmjz-box table{ width: 100%; min-width: 960px; border: none;}
	.xmjz-box tbody,.xmjz-box tr{border: none;border-bottom:1px #CCCCCC solid;}
	.xmjz-box td{width: 7%;text-align:center;}
	.xmjz-box td.td-04{width: 56%;text-align:left;}
	.xmjz-box td.td-03{width: 10%;text-align:left;}
	.xmjz-box td.td-02{width: 16%;}
	.xmjz-box td.td-01{width: 10%;}
	
	.xmjz-t{background: #0A48C4; color: #fff; border-top-left-radius: 10px; border-top-right-radius: 10px;}
	.xmjz-box td{ padding: 15px 8px; font-size: 12px; border-right: solid 1px #DCDCDE; position: relative;}
	.xmjz-box td:nth-last-child(1){border: none;}
	.xmjz-b tr{background: #fff;}
	.xmjz-b tr:nth-child(odd){ background: #F6F5F8;}
	.xmjz-b .line-w{ width: 100%; height: 6px; top: 50%; margin-top: -3px; left: 0; background: #61B1EE; position: absolute;}
	.xmjz-b .line-w i{ width: 12px; height: 12px; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; background: #61b1ee; position: absolute; right: -6px; top: -3px;}
	.xmjz-b .w2{ width: 200%;}
	.xmjz-b .w3{ width: 302%;}
	.xmjz-b .w4{ width: 404%;}
	.xmjz-b .w5{ width: 504%;}
	.xmjz-b .w6{ width: 604%;}
	.xmjz-b .w7{ width: 704%;}
	.xmjz-b .w8{ width: 804%;}
	.xmjz-b .w9{ width: 904%;}
	.xmjz-b .w10{ width: 1004%;}
	.xmjz-box .hd{ margin: 15px 0 25px 0;}
	
	.zscpzr-box table{border-top-left-radius: 10px; border-top-right-radius: 10px; overflow: hidden; width: 100%; min-width: 960px; border: none;}
	.zscpzr-box td{ padding: 15px 10px; font-size: 12px;}
	.zscpzr-box td{width: 12%;}
	.zscpzr-box td.td-03{width: 20%;}
	.zscpzr-box td.td-02{width: 16%;}
	
	.zscpzr-box thead{ background: #0A48C4;}
	.zscpzr-box thead td{ color: #fff;}
	.zscpzr-box tbody tr{ border-bottom: solid 5px #f4f4f4; background: #fff;}
	.zscpzr-box tbody tr:nth-last-child(1){ border-bottom: none;}
	.h-none{display:none;}
}


@media screen and (min-width: 992px) {
	.tabs-box .xmjz-t-top{position: fixed;top:0;width: 960px;z-index:99;}
}


@media screen and (min-width: 1260px) {
.xmjz-box .hd{ margin: 25px 0 40px 0;}
.xmjz-box td{ font-size: 14px; padding:20px 10px;}
.xmjz-t td{ font-weight: bold;}


	.zscpzr-box thead td{ font-size: 16px; line-height: 30px;}
	.zscpzr-box tbody tr{ border-bottom: solid 10px #f4f4f4; }
	.zscpzr-box tbody tr:nth-last-child(1){ border-bottom: none;}
	.zscpzr-box tbody td{font-size: 16px;}
	
	.zscpzr-box td{ padding: 20px 15px;}
	
	.tabs-box .xmjz-t-top{width: 1220px;}
}


@media screen and (min-width: 1440px) {
.xmjz-box td{ font-size: 16px; padding:20px 13px;}
	.zscpzr-box thead td{ font-size: 22px;}
	.tabs-box .xmjz-t-top{width: 1400px;}
}



/*新闻中心*/
@media screen and (min-width: 320px) {
	i.pic-scale-xwzx{ padding-bottom: 55.68%;}
	.xwzx-list ul{ margin: -10px;}
	.xwzx-list li a{ /*border-top-left-radius: 10px; border-top-right-radius: 10px;*/ display: flex; overflow: hidden;}
	.xwzx-list li{ float: left; width: 100%; padding: 10px;}
	.xwzx-list li div{ /*padding: 15px;*/ background: #DDDDDD;}
	.xwzx-list li .gc-tu{width:150px}
	.xwzx-list li .gcal-btn{flex:1;}
	.xwzx-list li .gcal-nei{color: #666 ;}
	.xwzx-list b{ font-weight: normal; display: block; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 44px;}
	.xwzx-list span{ padding-top: 15px; display: block; font-size: 12px; color: #999;}
	
	/*.xwzx-list a:hover div{ background: #0A48C4;}*/
	.xwzx-list a:hover span,.xwzx-list a:hover b{ color: #fff;}
	
	.xwzx-list div.layui-flow-more{ float: left; width: 100%;}
	.xwzx-list .layui-flow-more a{ height: 40px; line-height: 40px;}
	.xwzx-list .layui-flow-more a cite{ width: 100%; background: #F9FAFB; line-height: 40px; height: 40px;}
	.xwzx-list .layui-flow-more a:hover cite{ background: #0a48c4; color: #fff;}
	
}
@media screen and (min-width: 480px) {
    .xwzx-list li .gc-tu{width:200px}
}
@media screen and (min-width: 640px) {
    .xwzx-list li .gc-tu{width:280px}
}
@media screen and (min-width: 992px) {
	/*.xwzx-list li{ width: 33.3333%;}*/
	.xwzx-list li .gc-tu{width:320px}
	.xwzx-list ul{width:990px;margin:0 auto;}

}



@media screen and (min-width: 1260px) {
	.xwzx-list ul { margin: -20px;}
	.xwzx-list li{ padding: 20px;}
	
	/*.xwzx-list li div{ padding:20px 25px;}*/
	.xwzx-list b{ font-size: 16px; line-height: 30px; height: 60px;}
	.xwzx-list span{font-size: 14px;}
	.xwzx-list ul{width:1260px;margin:auto;}
}


@media screen and (min-width: 1440px) {
	
	/*.xwzx-list li div{ padding:25px 30px;}*/
	.xwzx-list b{ font-size: 20px;}
	/*.xwzx-list ul{width:1440px;}*/
}


/*员工生活*/
@media screen and (min-width: 320px) {
	
	i.pic-scale-ygsh{ padding-bottom: 68.729%;}
	.ygsh-t{overflow: hidden;}
	.ygsh-t ul{ margin: -5px; overflow: hidden;}
	.ygsh-t li{ width: 50%; float: left; padding: 5px;}
	.ygsh-t li a{display: block;}
	.ygsh-t li b{padding: 10px 15px; display: block; color: #FFF;}
	.ygsh-t li:nth-child(1) a{ background: #487ADE;}
	.ygsh-t li:nth-child(2) a{ background: #F2873F;}
	.ygsh-t li:nth-child(3) a{ background: #61B858;}
	.ygsh-t li:nth-child(4) a{ background: #E15248;}
	.ygsh-t li:nth-child(5) a{ background: #487ADE;}
	.ygsh-t li:nth-child(6) a{ background: #F2873F;}
	.ygsh-t li:nth-child(7) a{ background: #61B858;}
	.ygsh-t li:nth-child(8) a{ background: #E15248;}
	
	.ygsh-b{ padding-top: 20px;}
	.ygsh-b-bd{ background: #FFF; border: solid 1px #DEDEDE; padding: 15px;}
	
	.gysh-b-tit{ color: #666; font-weight: bold; font-size: 16px;}
	.ygsh-sl b{ color: #fff; position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(0,0,0,.5); font-style: normal; padding: 10px; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap; font-weight: normal;}
	
	.ygsh-r{ padding: 0 30px; margin-top: 15px; position: relative;}
	.ygsh-sr{}
	.ygsh-sr span{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: solid 2px #0A48C4; opacity: 0;}
	.ygsh-sr .swiper-slide-active span{ opacity: 1;}
	
	.ygsh-btn {}
	.ygsh-btn div{ cursor: pointer; background: #D4D4D4;  width: 40px; position: absolute;  text-align: center;  width: 30px; position: absolute; display: flex; align-items: center; justify-content: center;}
	.ygsh-btn div i{ color: #fff;}
	.ygsh-prev{ left: 0; top: 0; bottom: 0;}
	.ygsh-next{ right: 0; top: 0; bottom: 0;}
	.ygsh-btn div:hover{background: #BDBDBD;}
}


@media screen and (min-width: 992px) {
	.ygsh-t li{ width: 25%;}
	.ygsh-b{ padding-top: 25px;}
	.ygsh-b-bd{ padding: 25px;}
	.gysh-b-tit{ padding-bottom: 15px; font-size: 20px;}
	
	.ygsh-lr{ overflow: hidden;}
	.ygsh-l{ width: 708px;  float: left; padding-right: 18px;}
	.ygsh-r .ygsh-sr{ height: 411px;}
	.ygsh-r{ width: 200px; float: left; margin-top: 0; padding:0 0 62px 0;}
	.ygsh-r .swiper-slide div{ height: 137px !important; overflow: hidden;}
	
	.ygsh-btn{ height: 62px; width: 100%; position: absolute; left: 0; bottom: 0;}
	.ygsh-btn div{ width: 50%;}
	.ygsh-btn div i{ -webkit-transform: rotate(-90deg); transform: rotate(-90deg); font-size: 20px;}
}


@media screen and (min-width: 1260px) {
	.ygsh-t ul{margin: -15px;}
	.ygsh-t li{ padding: 15px;}
	
	.ygsh-b{ padding-top: 35px;}
	.ygsh-b-bd{ padding: 30px 45px 50px 45px;}
	.gysh-b-tit{ padding-bottom: 25px; font-size: 24px;}
	
	.ygsh-sl b{height: 80px; line-height: 40px; padding: 20px; font-size: 24px;}
	.ygsh-l{ width:878px;  padding-right: 38px;}
	.ygsh-r .ygsh-sr{ height: 515px;}
	.ygsh-r{ width: 250px; padding:0 0 62px 0;}
	.ygsh-r .swiper-slide div{ height: 172px !important; }
	
	.ygsh-btn{ height: 62px; }
	.ygsh-btn div{ width: 50%;}
	.ygsh-btn div i{ font-size: 24px;}
	
	.ygsh-t li b{ font-size: 22px; padding: 10px 20px;}
	
}


@media screen and (min-width: 1440px) {
	.ygsh-sl b{font-size: 30px;}
	
	.ygsh-l{ width:1016px;  padding-right: 47px;}
	.ygsh-r{ width: 292px;}
	.ygsh-r .swiper-slide div{ height: 201px !important;}
	.ygsh-r .ygsh-sr{ height: 603px;}
}

/*招聘职位*/
@media screen and (min-width: 320px) {
	.zpzw-list{ overflow: hidden;}
	.zpzw-list ul{margin: -10px; overflow: hidden;}
	.zpzw-list li{ padding: 10px; width: 100%; float: left;}
	.zpzw-list a{display: block; background: #fff; padding: 15px; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	
	.zpzw-list div{ overflow: hidden;}
	.zpzw-list b{ font-size: 16px; color: #333;}
	.zpzw-list p{ font-size: 12px; color: #666; padding: 10px 0; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap;}
	.zpzw-list small{ line-height: 30px; color: #999; font-size: 12px; float: left;}
	.zpzw-list span{ float: right; padding: 0 15px; border: solid 1px #0A48C4; -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; font-size: 12px; color: #0A48C4; line-height: 28px; }
	
	.zpzw-list a:hover b{ color: #0a48c4;}
	.zpzw-list a:hover span{ background: #0a48c4; color: #fff;}
}


@media screen and (min-width: 992px) {
		.zpzw-list a{ padding: 20px; -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
	
	.zpzw-list li{ width: 33.333%;}
}


@media screen and (min-width: 1260px) {
	.zpzw-list ul{margin: -12px; }
	.zpzw-list li{ padding: 12px; }
	.zpzw-list b{ font-size: 20px; }
	.zpzw-list p{ font-size: 14px;}
	.zpzw-list small{font-size: 14px;}
	.zpzw-list span{font-size: 14px;}
}


@media screen and (min-width: 1440px) {
	
}


/*联系我们*/
@media screen and (min-width: 320px) {
	i.pic-scale-lxwm{ padding-bottom: 62.23%;}
	.lxwm-box .bd{ padding:10px 0;}
	.lxwm-box .box{ background:#F8F9FC; border:solid 1px #E9E9E9; padding:20px; flex:1;}
	.lxwm-box dd{ margin-top: 20px; border:solid 1px #DCDCDC; border-radius:10px; overflow:hidden;}
	.lxwm-box .tit{font-size: 20px; font-weight:bold; padding-bottom: 10px; display: block;}
	.lxwm-box ul *{font-size:14px; line-height: 1.95;}
	.lxwm-box ul span{ display:inline-block;}
	.lxwm-box ul i{font-size: 16px; width: 25px; flex-shrink:0; text-align: center; float: left; margin-right: 10px; color: #001976;}
	.lxwm-box ul .type{ white-space:nowrap;}
	.lxwm-box ul li{ overflow:hidden; display:flex;}
	.lxwm-box ul li p{ display:flex;}
	.map_info{}
	.map{height: 200px;}
	.anchorBL,.BMap_cpyCtrl{display:none !important;}
	
	.lxwm-box{padding-top:20px;}
	.lxwm-box:nth-child(1){padding-top:0;}
}


@media screen and (min-width: 992px) {
	.lxwm-box{ display: flex; justify-content: left; flex-wrap:wrap; margin:-10px;}
	.lxwm-box .bd{flex-basis:50%; flex-shrink:0; padding:10px; display:flex;}
	.lxwm-box .tit{font-size: 24px;}
/* 	.lxwm-box dl{ overflow: hidden;}
	.lxwm-box dt{width: 413px; float: left;}
	.lxwm-box dt:nth-child(1){display:none;}
	.lxwm-box dd{ float: left; padding-top: 0; height: 257px; display: flex; align-items: center;  width: 560px;}
	.lxwm-box .img-box{float:none;width:100%;height:360px;}
	
	.lxwm-box dd div{ flex:1 ;}
	.lxwm-box b{ font-size: 24px;}
	.lxwm-box ul span{font-size: 14px;}
	.lxwm-box li{ line-height: 32px;}
	.map_info{padding:0 15px;}
	.lxwm-box{padding-top:30px;}
	.lxwm-box:nth-child(1){padding-top:0;} */
}


@media screen and (min-width: 1260px) {
	/* .lxwm-box b{font-size: 24px;}
	.lxwm-box ul span{font-size: 16px;}
	.lxwm-box dt{ } 
	.lxwm-box .img-box{float:left;width:446px;height:257px;}
    
	.lxwm-box b{ padding-bottom: 40px;}
	.map{height: 440px;}
	
	.lxwm-box{padding-top:50px;}
	.lxwm-box:nth-child(1){padding-top:0;} */
	.lxwm-box { margin:-20px;}
	.lxwm-box .tit{font-size: 28px; padding-bottom:10px;}
	.lxwm-box .bd{ padding:20px; min-width:0;}
	.lxwm-box dl{ display:flex; align-items:center; min-width:0;}
	.lxwm-box dt{ padding-right:20px; flex:1;}
	.lxwm-box dd{ width:190px; height:130px; flex-basis:190px; margin:0;}
	.map{height: 100%;}
	.lxwm-box ul *{font-size:16px;}
	.lxwm-box ul{margin:-4px;}
	.lxwm-box li{ padding:4px;}
}


@media screen and (min-width: 1440px) {
		.lxwm-box .img-box{width:430px;}
}


/*技术平台*/
@media screen and (min-width: 320px) {
    .jspt-tabs .hd {display:flex; flex-wrap:wrap; margin:-5px; padding-bottom:20px;}
    .jspt-tabs .hd li {padding:5px; flex-basis:50%;}
	.jspt-tabs .hd li span{ background:#F1FAFF; border:solid 1px #ABE0FB; display:flex; border-radius:4px; height:50px; align-items:center;justify-content:center; color:#0A48C4; font-weight:bold; font-size:12px; cursor: pointer;}
	.jspt-tabs .hd li span *{color:#0A48C4;}
	.jspt-tabs .hd li.on span{ background:#0A48C4; border-color:#0A48C4; color:#fff;}
	.jspt-tabs .hd li.on span *{color:#fff;}
	
	.tabs-box .hd{ padding-bottom:15px; }
	
	.ptjstd-box{ background:#F1FAFF; border-top:solid 4px #0A48C4; padding:15px; margin-top:15px;}
	.ptjstd-box .tit{color:#0A48C4; font-size:16px; font-weight:bold; display:flex; align-items:center; padding-bottom:10px;}
	.ptjstd-box .tit img{ height:24px; margin-right:5px;}
	.ptjstd-box .txt{color:#3C4047; font-size:14px;}
	
	.ptjstd-cont{ padding: 0 0 20px 0;}
	
	.ptjstd-cont img{max-width:100%;}
	
	.ptjstd-cont .tit{font-size:18px; padding-bottom:20px;}
	.ptjstd-cont .txt{ padding-bottom:20px;}
}


@media screen and (min-width: 992px) {
	
    .jspt-tabs .hd { margin:-14px; paddingg-bottom:25px;}
	.jspt-tabs .hd li {padding:14px; flex:1;}
	
	.tabs-box .hd{ padding-bottom:30px;}
	.ptjstd-box{ margin-top:25px; padding:20px;}
	.ptjstd-box .tit{ font-size:18px; padding-bottom:15px;}
	.ptjstd-box .tit img{ height:24px; margin-right:5px;}
	
	.ptjstd-cont{ padding: 0 0 30px 0;}
	
	.jspt-tabs .hd li span{border-radius:8px; height:60px;}
	.jspt-tabs .hd li + li::before{ content:' '; width:15px; height:12px; background:url(/Template/Home/img/tpjs-ico.jpg); background-size:15px 12px; position:absolute; left:0; margin-left:-8px; top:50%; margin-top:-6px;}
	.jspt-tabs .hd li span::before{ content:' '; position:absolute; bottom: 19px; left:50%; margin-left:-10px; border-top:solid 12px #0A48C4; border-left:solid 10px transparent; border-right:solid 10px transparent; z-index:-1; opacity:0;}
	.jspt-tabs .hd li.on span::before{ bottom: 7px; opacity:1;}
	
	
	.ptjstd-cont .tit{font-size:24px; padding-bottom:30px;}
	.ptjstd-cont .txt{ padding-bottom:30px; font-size:14px;}
}


@media screen and (min-width: 1260px) {
    
    .jspt-tabs .hd { margin:-19px; padding-bottom:30px;}
	.jspt-tabs .hd li {padding:19px; flex:1;}
	
	.tabs-box .hd{ padding-bottom:40px;}
	.ptjstd-box{ margin-top:30px; padding:30px;}
	.ptjstd-box .tit{font-size:20px;  padding-bottom:24px;}
	.ptjstd-box .tit img{ height:24px; margin-right:5px;}
	.ptjstd-box .txt{font-size:16px;}
	
	.ptjstd-cont{ padding: 0 0 40px 0;}
	
	.jspt-tabs .hd li span{ height:70px; font-size:18px;}
	
	
	.jspt-tabs .hd li span{border-radius:10px;}
	
	.ptjstd-cont .tit{font-size:30px; padding-bottom:40px;}
	.ptjstd-cont .txt{ padding-bottom:40px; font-size:16px;}
}


@media screen and (min-width: 1440px) {
	.tabs-box .hd{ padding-bottom:60px;}
	.jspt-tabs .hd li span{ height:80px; font-size:22px;}
}


/*弹窗视频*/
@media screen and (min-width: 320px) {
.video-show.layui-layer-iframe{overflow: visible;}
.video-show{ width: 300px !important; height: 175px !important; left: 50% !important; top: 50% !important; transform: translate(-50%,-50%) !important;}

	.video-show .layui-layer-setwin{ right: 0; top: 0;}
	.video-show .layui-layer-setwin .layui-layer-close2{ right: 0; top: -35px;width: 35px; height: 35px; background: #DC000C; font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-align: center; line-height: 35px;}
	.video-show .layui-layer-setwin .layui-layer-close2:before { content: "\e608"; color: #fff; font-size: 20px;}
	
	.video-show .layui-layer-content{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000;}
	.jcsp-video{display: none;}
	.video-show video{display: block;}
	.video-show video{ width: 100%; height: 100%}
}

@media screen and (min-width: 384px) {
	.video-show{ width: 365px !important; height: 210px !important;}
}

@media screen and (min-width: 480px) {
	video-show{ width: 420px !important; height: 240px !important;}
}

@media screen and (min-width: 640px) {
	.video-show{ width: 630px !important; height: 360px !important;}
}

@media screen and (min-width: 768px) {
	.video-show{ width: 700px !important; height: 400px !important;}
}

@media screen and (min-width: 992px) {
	/*.video-show{ width: 900px !important; height: 510px !important;}*/
	
		.video-show{ width: 700px !important; height: 400px !important;}
}

/*@media screen and (min-width: 1240px) {
	.video-show{ width: 1100px !important; height: 620px !important;}
}*/

/*--内容盒子--*/
@media screen and (min-width: 320px) {
	.content-box *{font-family: auto!important;}
	.content-box:after{content: ' '; clear: both; width: 0; height: 0; overflow: hidden; display: block;}
	.content-box{text-align: justify;  font-size: 14px;padding:0; color: #666; position: relative; z-index: 10; line-height: 2;}
	.content-box div,.content-box p{ line-height: 2 ;}
	.content-box img{max-width: 100%;}
	
	.xwzx-tit b{ display: block; font-size: 16px; font-weight: normal; line-height: 1.4;}
	.xwzx-tit span{ color: #999; display: block; padding-top: 10px; }
	.xwzx-tit{border-bottom: solid 1px #DFDFDF; padding-bottom: 15px; margin-bottom: 15px;}
}

@media screen and (min-width: 992px) {
	.content-box{padding-top: 0;}
	.content-box{font-size: 16px;}
	.xwzx-tit b{ font-size: 24px;}
	
	.xwzx-tit{ padding-bottom: 20px; margin-bottom: 20px;}

}

@media screen and (min-width: 1260px)  {
	.xwzx-tit b{ font-size: 30px;}
	.xwzx-tit span{padding-top: 20px;}
	.xwzx-tit{ padding-bottom: 30px; margin-bottom: 30px;}
}

/*--公司福利--*/
@media screen and (min-width: 320px) {
	.fl-ner dl{display: flex;}
	.fl-ner dt{font-size: 14px;font-weight: bold;color: #0A48C4;padding-right: 6px;}
	.fl-ner dd{font-size: 14px;}
	.gsfl-list01 li{padding: 5px 0;}
	.gsfl-list02 li{padding: 10px 0;}
	.con-gsfl{padding-bottom: 30px;/* margin-top:-20px; */}
	.gsfl-zp{padding:30px 0;font-size: 18px;border-top: 2px solid #0A48C4;}
	.gsfl-btname{font-size: 24px;padding-bottom: 20px;font-weight: bold;text-align: center;line-height: 1;}
}
@media screen and (min-width: 640px) {
	.fl-ner dt{font-size: 16px; padding-right: 12px;}
	.fl-ner dd{font-size: 16px;}
	.gsfl-list01 li{padding: 10px 0;}
	.gsfl-zp{padding:40px 0;font-size: 22px;}
	.gsfl-btname{font-size: 28px;padding-bottom: 30px;}
}

@media screen and (min-width: 992px) {
	.con-gsfl{display: flex; align-items: flex-start; justify-content: space-between;/* margin-top:-30px; */}
	.gsfl-list01, .gsfl-list02{width: 50%;}
	.gsfl-list02{padding-left: 35px;}
	.gsfl-list01{padding-right: 35px;}
	.gsfl-list01 ul,.gsfl-list02 ul{ margin: -10px;}
	.gsfl-list02 li, .gsfl-list01 li{padding: 10px;}
	.gsfl-list02 ul, .gsfl-list01 ul{/* height: 288px; */flex-direction: column;justify-content: space-between;display: flex;}
	.con-gsfl{padding-bottom: 40px;}
	
	.fl-ner dt{font-size: 18px;}
	.fl-ner dd{font-size: 18px;}
	.gsfl-zp{padding:50px 0;font-size: 24px;}
	.gsfl-btname{font-size: 34px;padding-bottom: 40px;}
}

@media screen and (min-width: 1260px)  {
	.con-gsfl{padding-bottom: 60px;/* margin-top:-35px; */}
	.gsfl-zp{padding:70px 0;}
	.gsfl-btname{font-size: 40px;padding-bottom: 40px;}
}








@media screen and (min-width: 320px) {
	.fl-list{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: -5px -10px; padding-top: 20px;}
	.fl-list li{ padding: 5px 10px;}
	.fl-list li a{color: #0A48C4; font-size: 20px;}
	.fl-list i::before{ color: #0A48C4; font-size: 16px;}
	.fl-list li a:hover{ text-decoration: underline;}
}

@media screen and (min-width: 992px) {
	.fl-list li{ padding: 5px 20px;}
	.fl-list li a{ font-size: 22px;}
	.fl-list i::before{ font-size: 18px;}
}

@media screen and (min-width: 1260px)  {
	.fl-list li{ padding: 5px 26px;}
	
}