/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{height:60px;background:#1a1a1a}
::-webkit-scrollbar-thumb:window-inactive{background:#1a1a1a}
::-webkit-scrollbar-thumb:vertical:hover{background:#1a1a1a}
@font-face {
  font-family: "PingFang";
  src: url("../fonts/PingFang SC Regular.ttf") format("truetype");
		/* url("../fonts/Alibaba-PuHuiTi-Bold.woff2") format("woff2"),
       url("../fonts/Alibaba-PuHuiTi-Bold.woff") format("woff"),
       url("../fonts/Alibaba-PuHuiTi-Bold.ttf") format("truetype"),
       url("../fonts/Alibaba-PuHuiTi-Bold.eot") format("embedded-opentype"),
       url("../fonts/Alibaba-PuHuiTi-Bold.svg") format("svg"); */
	   font-weight: normal;
	   font-style: normal;
}

body{position: relative;font-family:"思源黑体 CN Normal","思源黑体 CN","Helvetica Neue",Helvetica,Arial,sans-serif;transition: all 0.5s;min-width:320px;width:100%;overflow-x: hidden;color:#393939;background-color:#fff;}
html,body{height:100%;}
em,i{font-style:normal}
input,textarea,img,button,select{outline: none;color:#393939;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{outline: none;outline-offset:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p,dl{margin:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight: 400;}
ul{padding:0;margin:0;}
a{color:#393939;}
a:focus,a:hover{text-decoration:none;color:#393939;}
textarea{resize: none;}
.Animation{-webkit-transition:all 0.7s;transition:all 0.7s;opacity:0;-webkit-transition-delay:.3s;transition-delay:.3s}
.section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.img{position:relative;overflow:hidden;}
.img>img{display:block;width:100%;transition:all .5s}
.img>video{display: block;width:100%;background:#1a1a1a;}
.fl{float:left;}
.fr{float:right;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.overflowY{overflow-y:hidden;}
.bgf2{background:#f2f2f2;}
body{padding-top:60px;}
/* .index_body{padding-top:0;} */
@media (max-width: 767px) {
	.PC_show{display:none!important;}
	.section .container{width:100%;}
}
@media (min-width: 768px) {
	body{padding-top:80px;}
	.Min_show{display:none!important;}
}
@media (min-width: 1200px) {
	body{padding-top:100px;}
	.container{width: 1130px;}
}
@media (min-width: 1450px) {
	.container{width: 1230px;}
}
@media (min-width: 1650px) {
	.container{width: 1470px;}
}

/*foot*/
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.png) no-repeat center;background-size:contain;position:fixed;right:5px;bottom:50px;cursor:pointer;display:none;transition:all .5s;z-index: 2;}

.footer{position: relative;background:#00040b;color:rgba(255,255,255,0.8);width:100%;overflow: hidden;line-height:20px;z-index: 3;}
.zIndex .footer{z-index: 1;}
.footer a{color:rgba(255,255,255,0.8);}
.foot_top{padding:30px 0;border-top:1px solid rgba(255,255,255,0.2);font-size:12px;}
.ft_logo{margin-bottom:20px;}
.ft_logo>a{display: block;}
.ft_logo img{height:46px;}
.foot_ewms{text-align: center;display: flex;flex-flow: row wrap;}
.foot_ewms .item{margin-right:20px;max-width:130px;}
.foot_ewms .item:last-child{margin-right:0;}
.foot_ewms img{margin:0 auto 10px;display: block;}
.foot_nav a{display: block;margin-bottom:15px;}
.foot_nav a:hover{color:#fff!important;opacity: 1;}
.foot_nav dt{position: relative;margin-bottom:15px;}
.foot_nav dt>a{color:#fff;font-size:14px;font-weight: 400;line-height:36px;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,0.2);display: inline-block;}
.foot_nav dd a{color:rgba(255,255,255,0.5);}
.foot_nav dd a:last-child{margin-bottom:0;}
.foot_nav .dropdown>dd{display: none;}
.foot_nav dt>.icon{position: absolute;width:30%;height:100%;right:0;top:0;z-index: 2;display: none;}
.foot_nav dt>.icon:before,
.foot_nav dt>.icon:after{content: '';display: block;position: absolute;background:#cccccc;transition: all 0.3s;}
.foot_nav dt>.icon:before{width:12px;height:1px;right:0;top:50%;}
.foot_nav dt>.icon:after{height:12px;width:1px;right:5px;top:50%;margin-top:-6px;margin-right:0;}
.foot_nav .active dt>a{color:#fff;}
.foot_nav .active dt>.icon:before{background:#fff;}
.foot_nav .active dt>.icon:after{background:#fff;height:0;}

.foot_middle{padding:15px 0;line-height:24px;border-top:1px solid rgba(255,255,255,0.2);}
.fm_links span,
.fm_links a{margin-right:15px;}
.fm_links a:last-child{margin-right:0;}
.fm_links a:hover{text-decoration: underline;color:#fff;}

.foot_bottom{padding:15px 0;line-height:24px;border-top:1px solid rgba(255,255,255,0.2);}
.fb_hrefs{margin-bottom:20px;}
.fb_hrefs>a{display: inline-block;}
.fb_hrefs>a:hover{text-decoration: underline;color:#fff;}
.copyright{line-height:20px;}
.copyright a{display: inline-block;}
.copyright img,
.copyright a img{display:inline-block;vertical-align:middle;}
.copyright a:hover{text-decoration: underline;}
img.support{display:block;height:14px;vertical-align: -2px!important;}
@media (max-width:1199px){
	.foot_middle,.foot_bottom{text-align: center;}
}
@media (max-width:767px){
	.gotop{width:30px;height:30px}
	
	.ft_logo{text-align: center;}
	.foot_ewms{justify-content: center;margin-bottom:20px;}
	.foot_nav{border-top:1px solid rgba(137,137,137,0.3);}
	.foot_nav a{margin-bottom:0;}
	.foot_nav dt{margin-bottom:0;}
	.foot_nav dt>a{display: block;line-height: 40px;}
	.foot_nav dl>dd{padding-left:2em;padding-right:2em;border-bottom:1px dashed rgba(137,137,137,0.3);}
	.foot_nav dl>dd>div{overflow: hidden;}
	.foot_nav dl>dd a{float:left;width:50%;padding:10px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
	.foot_nav .dropdown .icon{display: block;}
	
	.foot_middle{text-align: left;}
	.foot_middle,.foot_bottom{font-size:12px;}
	.fb_hrefs{margin-bottom:10px;}
	.copyright{font-size:12px;}
	img.support{height:12px;}
}
@media (min-width:768px){
	.foot_top{padding-top:40px;padding-bottom:30px;}
	.ft_logo{margin-bottom:35px;}
	.ft_logo img{height:56px;}
	.foot_top_row{display: flex;justify-content: space-between;flex-flow: row wrap;}
	.foot_nav{display: flex;justify-content: space-between;flex-flow: row wrap;}
	.foot_nav,
	.foot_nav dd{margin-left:-10px;margin-right:-10px;}
	.foot_nav dl,
	.foot_nav dd>div{padding-left:10px;padding-right:10px;}
	.foot_nav .dropdown>dd{display: flex!important;flex-flow:row;}
	.foot_nav dd{overflow: hidden;display: flex!important;}
	.foot_nav dd>div{float:left;}
}
@media (min-width:992px){
	.foot_nav,
	.foot_nav dd{margin-left:-20px;margin-right:-20px;}
	.foot_nav dl,
	.foot_nav dd>div{padding-left:20px;padding-right:20px;}
	.foot_ewms .item{margin-right:30px;}
}
@media (min-width:1200px){
	.foot_top{padding:50px 0 40px;}
	.foot_nav{margin-left:-30px;margin-right:-30px;}
	.foot_nav a{margin-bottom:20px;}
	.foot_nav dl{padding-left:30px;padding-right:30px;}
	.foot_ewms .item{margin-right:40px;}
	
	.foot_bottom>div{display: flex;justify-content: space-between;flex-flow: row wrap;}
	.foot_bottom>div:before,
	.foot_bottom>div:after{display: none;}
	.foot_bottom .fb_hrefs{max-width:40%;margin-bottom:0;}
	.foot_bottom .copyright{max-width:60%;text-align: right;}
	.fm_links span,
	.fm_links a{margin-right:25px;}
}
@media (min-width:1650px){
	.foot_nav,
	.foot_nav dd{margin-left:-40px;margin-right:-40px;}
	.foot_nav dl,
	.foot_nav dd>div{padding-left:40px;padding-right:40px;}
	.foot_nav a{margin-bottom:25px;}
}

/* foot - 联系我们 */
.foot_contact{padding:75px 0 50px;background-image: url(../images/fb.jpg);background-repeat: no-repeat;background-size:cover;background-position: center;font-size:14px;}
.footer_contatct_row>div{margin-bottom:25px;}
.footer_contatct_row .index_title{margin-bottom:20px;}
.footer_contatct_row .InfoContent{margin-bottom:15px;}
.footer_contatct_row form{position: relative;display: block;width:390px;height:46px;max-width:100%;}
.footer_contatct_row form>input{display: block;width:100%;height:100%;padding:0 60px 0 20px;border:1px solid #fff;box-shadow: none;background:none;}
.footer_contatct_row form>input:focus{border-color:#fff;background-color:rgba(255,255,255,0.1)}
.footer_contatct_row form>input::-moz-placeholder{color:#ccc;opacity:1}
.footer_contatct_row form>input:-ms-input-placeholder{color:#ccc}
.footer_contatct_row form>input::-webkit-input-placeholder{color:#ccc}
.footer_contatct_row form>button{position: absolute;width:40px;height:100%;top:0;right:0;background:url(../images/icon/i5.png) no-repeat center;background-size:auto;border:none;box-shadow: none;}
.footer_contatct_row .tel{font-size:26px;}
@media (max-width:767px){
	.footer_contatct_row .InfoContent,
	.footer_contatct_row .tel{text-align: center;}
	.footer_contatct_row form{margin:0 auto;}
}
@media (min-width:768px){
	.footer_contatct_row{margin-left:-20px;margin-right:-20px;}
	.footer_contatct_row>div{padding-left:20px;padding-right:20px;}
	.footer_contatct_row .InfoContent{margin-bottom:35px;}
	.footer_contatct_row .tel{font-size:30px;}
}
@media (min-width:1200px){
	.footer_contatct_row{margin-left:-35px;margin-right:-35px;}
	.footer_contatct_row>div{padding-left:35px;padding-right:35px;}
}
@media (min-width:1650px){
	.footer_contatct_row{margin-left:-15px;margin-right:-15px;}
	.footer_contatct_row>div{padding-left:15px;padding-right:15px;}
}


/*导航*/
.navbar-default {
	background-color:#fff;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	transition: all 0.5s;
	border-bottom:1px solid #999;
}
.navbar-brand {
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right:0;
	display: block;
	transition: all 0.5s;
}
.navbar-brand img {
	display: block;
	height: 46px;
	transition: all 0.5s;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #18488e;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .icon-bar:nth-child(1){width:16px;}
.navbar-default .icon-bar:nth-child(3){width:18px;}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
	width:22px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width:22px;
}
.navbar-default .navbar-nav>li>a {
	line-height:20px;
	display: block;
	color:#393939;
	font-size:16px;
	text-transform: uppercase;
	position: relative;
	transition: all .5s;
}
.navbar-default .navbar-nav>li>a:after{content: '';position: absolute;width:0;height:2px;background:#18488e;left:50%;bottom: -1px;transform: translateX(-50%);transition: all 0.5s;}
.navbar-default .navbar-nav>li>i{display: none;}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #18488e;
	background-color: transparent;
}
.navbar-default .nav>li>a:hover::before,
.navbar-default .nav>.active>a::before,
.navbar-default .nav>li>a:hover::after,
.navbar-default .nav>.active>a::after{width:100%;}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.navbar-other{padding-top:15px;padding-bottom:15px;display: flex;transition: all 0.5s;}
.navbar-other>div{position: relative;padding:0 15px;}
.navbar-other>div:after{content: '';position: absolute;width:1px;height:12px;background:#8c8c8c;right:0;top:50%;margin-top:-6px;}
.navbar-other>div:last-child:after{display: none;}
.navbar-other a{display: block;width:30px;height:30px;line-height:30px;text-align: center;cursor: pointer;font-size:16px;font-family: arial;}
.navbar-other a:hover{color:#18488e;}

/* 二级导航 */
.navbar-default .dropdown-menu{width:100%;border:none;left:50%;right:auto;background:#fff;top:100%;-webkit-transform: translateX(-50%);transform: translateX(-50%);border-radius: 0;padding:0;margin:0;box-shadow:none;}
.dropdown-menu>li{position: relative;text-align: center;border-bottom:1px solid #eaeaea;}
.dropdown-menu>li>a{position: relative;font-size:14px;color:#393939;padding:10px;line-height:20px;transition: all 0.3s;display: block;white-space: normal;}
.dropdown-menu>li>a:hover{color:#18488e!important;}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{background:none;}
.dropdown-menu-one .dropdown-menu-two{left:100%;top:0;-webkit-transform: none;transform: none;overflow: hidden;background:#f5f5f5!important;flex-flow: row wrap;padding:10px;}
.dropdown-menu-one .dropdown-menu-two>li{text-align: left;width:50%;float:left;}
.dropdown-menu-one .dropdown-menu-two>li>a:hover{color:#fff!important;background:#18488e!important;}
.dropdown-menu-one>li>i{display: none;}
@media (max-width: 767px) {
	.filter>*:not(.header){filter:blur(5px);}
	.header .container{position: relative;}
	.navbar-other{position: absolute;padding:0;right:60px;top:15px}
	
	.navbar-default .navbar-toggle{margin:14px 10px 0;}
	.navbar-default .navbar-nav{margin-left:0;margin-right:0;}
	.navbar-default .navbar-nav>li>a{padding:13px 0;}
	.navbar-default .navbar-nav>li>a:after{height:1px;background:#ccc;width:100%;}
	.navbar-default .nav>li>a:hover::before, .navbar-default .nav>.active>a::before, .navbar-default .nav>li>a:hover::after, .navbar-default .nav>.active>a::after{background:#1a1a1a;}
	
	.header .navbar-fixed-bottom .navbar-collapse,
	.header .navbar-fixed-top .navbar-collapse {
		max-height: calc(100vh - 60px);
	}

	/* 二级导航 */
	.navbar-default .navbar-nav>.dropdown>i{position: absolute;width:50%;height:44px;right:0;top:1px;display: block;z-index: 2;cursor: pointer;}
	.navbar-default .navbar-nav>.dropdown>i:before,
	.navbar-default .navbar-nav>.dropdown>i:after{content: '';position: absolute;background:#1a1a1a;transition: all 0.3s;}
	.navbar-default .navbar-nav>.dropdown>i:before{width:14px;height:2px;right:0;top:50%;margin-top:-1px;}
	.navbar-default .navbar-nav>.dropdown>i:after{width:2px;height:14px;right:6px;top:15px;}
	.navbar-default .navbar-nav>.dropdown.open>i:before,
	.navbar-default .navbar-nav>.dropdown.open>i:after{background:#1a1a1a;}
	.navbar-default .navbar-nav>.dropdown.open>i:after{height:0;}
	
	.navbar-default .dropdown-menu{position: static;margin:0;float:none;-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);box-shadow: 0 0 0 rgba(0,0,0,0);background:none;padding:0;-webkit-transform: none;transform: none;}
	.dropdown-menu>li{border-bottom-style: dashed;}
	.dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu>li>a{text-align: left;line-height:20px;padding:10px 15px 10px 25px;color:#393939;}
	
	.dropdown-menu-one .dropdown-menu-two{display: flex;padding:0;}
	.dropdown-menu-one .dropdown-menu-two>li>a{font-size:13px;padding:10px 15px!important;}
	.dropdown-menu-one>li>i{position: absolute;width:30px;height:40px;right:25px;top:0;display: block;z-index: 2;cursor: pointer;}
	.dropdown-menu-one>li>i:before{content: '';position: absolute;width:10px;height:10px;border-top:1px solid #1a1a1a;border-right:1px solid #1a1a1a;transform: rotate(135deg);right:3px;top:12px;transition: all 0.3s;}
}
@media (max-width: 360px) {
	.navbar-other>div{padding:0 10px;}
}
@media (min-width: 768px) {
	.navbar-other{float:right;margin-right:-20px;padding-top:25px;padding-bottom:25px;}
	.navbar-other>div{padding:0 20px;}
	.navbar-brand{padding-top: 12px;padding-bottom: 12px;}
	.navbar-brand img{height:56px;}
	.navbar-default .navbar-collapse{float:right;}
	.navbar-default .navbar-nav>li{padding:0 8px;}
	.navbar-default .navbar-nav>li>a{padding:30px 0;}
	
	.navbar-default .dropdown-menu{min-width:140px;}
	.dropdown-menu-one .dropdown-menu-two{min-width:340px;border-radius:0 3px 3px 0;}
	.dropdown-menu-one>li:hover>.dropdown-menu-two{display: flex!important;}
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav>li{padding:0 20px;}
}
@media (min-width: 1200px) {
	.navbar-other{padding-top:35px;padding-bottom:35px;}
	.navbar-brand{padding-top: 22px;padding-bottom: 22px;}
	.navbar-default .navbar-nav>li{padding-left:25px;padding-right:25px;}
	.navbar-default .navbar-nav>li>a{padding-top:40px;padding-bottom:40px;}
	
	.headerEffect .navbar-other{padding-top:25px;padding-bottom:25px;}
	.headerEffect .navbar-brand{padding-top: 12px;padding-bottom: 12px;}
	.headerEffect .navbar-default .navbar-nav>li>a{padding-top:30px;padding-bottom:30px;}
}
@media (min-width: 1450px) {
	.navbar-default .navbar-nav>li{padding-left:30px;padding-right:30px;}
}
@media (min-width: 1650px) {
	.navbar-default .navbar-nav>li{padding-left:37px;padding-right:37px;}
}

/* 头部搜索 */
.topSearchModal .modal-content{box-shadow: none;background:none;border-radius: 0;}
.topSearchModal .modal-body{padding:0;}
.topSearchModal .modal-dialog{margin-top:22.5vh;}
.topSearchForm{position: relative;display: block;width:100%;height:50px;background:#fff;}
.topSearchForm input{display: block;width:100%;height:100%;border:none;background:none;box-shadow: none;outline: none;padding-left:15px;padding-right:65px;font-size:16px;color:#000;}
.topSearchForm .btn{position: absolute;width:50px;padding:0;height:100%;right:0;top:0;border:none;background:none;box-shadow: none;outline: none;background-image: url(../images/icon/i3.png);background-size:auto 20px;background-repeat: no-repeat;background-position: center;}
@media (max-width: 767px) {
	.topSearchModal .modal-dialog{margin-left:20px;margin-right:20px;}
}
@media (min-width: 768px) {
	.topSearchModal .modal-dialog{width:80%;max-width:1000px;}
}
@media (min-width: 1200px) {
	.topSearchForm{height:60px;}
	.topSearchForm input{padding-left:20px;padding-right:90px;}
	.topSearchForm .btn{width:70px;}
}

/* 搜索结果 */
.inside_form{margin-bottom:35px;display: flex;align-items: center;flex-flow: row wrap;justify-content: center;}
.inside_form form{position: relative;width:600px;max-width:100%;overflow: hidden;padding-right:70px;margin-bottom:8px;}
.inside_form form input{display: block;width:100%;height:42px;border:1px solid #ccc;background:none;padding:0 15px;outline: none;border-radius: 0;}
.inside_form form .button{position: absolute;right:0;top:0;display:block;width:70px;height:100%;line-height:42px;padding:0;text-align: center;background-color:#004c9e;border:0;border-radius:0;font-size:14px;color:#fff;outline:0;transition: all 0.5s;z-index: 2;}
.inside_form form .button:hover{background:#153e7b;}
.search_keyList{font-size:14px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.search_keyList *{margin-right:5px;color:#666}
.search_keyList a:hover{text-decoration: underline;color:#333;}

.noResult{margin-bottom:30px;}
.returnList{margin-left:-10px;margin-right:-10px;display: flex;flex-flow: row wrap;}
.returnList:before,
.returnList:after{display: none;}
.returnList .column{padding:0 10px;margin-bottom:10px;}
.returnList .item{border-bottom:1px dashed #d6d6d6;padding:12px 0;}
.returnList .return_title{margin-bottom:10px;}
.returnList .return_title>a{display: block;font-size:16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 0.5s;}
.returnList .return_crumbs{color:#999;font-size:12px;margin-top:10px;}
.returnList .return_crumbs a{color:#999}
.returnList .return_crumbs a:hover{text-decoration: underline;}
.returnList .item:hover .return_title>a{color:#004c9e;}

.returnList .return_content{line-height:24px;height:48px;overflow: hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#666}
@media (min-width: 768px) {
	.inside_form form{margin-right:20px;}
	
	.returnList{margin-left:-15px;margin-right:-15px;}
	.returnList .column{padding:0 15px;margin-bottom:20px;}
	.returnList .return_title>a{font-size:18px;}
}
@media (min-width: 992px) {
	.returnList .column{width:50%;}
}
@media (min-width: 1200px) {
	.returnList{margin-left:-25px;margin-right:-25px;}
	.returnList .column{padding:0 25px;}
	.returnList .item{height:100%;}
}


/*首页*/
.public-swiper-pagination{margin-left:-6px;}
.public-swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;padding:2px;margin:0 6px;background:none;border:1px solid transparent;opacity: 1;transition: all 0.5s;}
.public-swiper-pagination .swiper-pagination-bullet:after{content: '';display: block;width:100%;height:100%;border-radius: 50%;background:#fff;}
.public-swiper-pagination .swiper-pagination-bullet-active{padding:3px;background:none;border-color:#fff;opacity: 1;}
.public-swiper-pagination .swiper-pagination-bullet-active:after{opacity: 1;}
@media (min-width: 1650px) {
	.public-swiper-pagination {margin-left:-10px;}
	.public-swiper-pagination .swiper-pagination-bullet{width:16px;height:16px;padding:4px;margin:0 10px;}
	.public-swiper-pagination .swiper-pagination-bullet-active{padding:5px;}
}

/*第一屏*/
.swiper-slide{overflow: hidden;}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{outline: none;}
.swiper-pagination-bullet-active{background:#1a1a1a;}
.banner{width:100%;overflow: hidden;position: relative;}
.banner_bg{position: relative;width:100%;height:100%;background-size:cover;background-position: center;background-repeat: no-repeat;z-index: 1;}
.banner .swiper-container{width:100%;height:100%}
.banner .swiper-slide{position: relative;overflow: hidden;opacity: 0!important;transition: all 0.5s;}
.banner .swiper-slide-active{opacity: 1!important;}
.banner .swiper-slide>img{display: block;width:100%;}
.banner img[onclick]{cursor:pointer;}
.banner_text .container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9;}
.banner_text img{display: block;max-width:100%;}
.banner .banner_text .public_more{transform:translateY(50px);margin-top:30px;transition-delay:.5s}
.banner .banner_text img{transform:translateY(50px);transition-delay:.3s}
/* .banner1 .banner_text img{transform:translateX(100%)}
.banner2 .banner_text img{transform:translateY(-100%)}
.banner3 .banner_text img{transform:translateY(100%)}
.banner4 .banner_text img{transform:translateX(-100%)}
.banner5 .banner_text img{transform:scale(0)} */
.banner .swiper-slide-active .banner_text img{opacity:1;transform:none;}
.banner .swiper-slide-active .banner_text .public_more{opacity: 1;transform:none;}

.banner-pagination{position: absolute;width:100%;left:0;z-index: 2;bottom:5%;}
.banner-pagination>div{display: flex;justify-content: space-between;align-items: flex-end;}
.banner-pagination>div:before,
.banner-pagination>div:after{display: none;}
.banner-pagination .swiper-pagination{width:auto;position: static;color:#fff;}
.swiper-pagination-2{font-size:14px;line-height: 1;}
.swiper-pagination-2 .active{font-size:30px;}

.banner .swiper-button-white{background-size:auto 20px;width:40px;height:40px;margin-top:-20px;border-radius: 50%;opacity: 0;transition: all 0.3s;background-color: rgba(0,0,0,0.5);}
.banner .swiper-button-prev{left:1vw;}
.banner .swiper-button-next{right:1vw;}
.banner:hover .swiper-button-white{opacity: 1;}
.banner .swiper-button-white:hover{background-color: #004c9e;}
@media (max-width:767px){
	.banner_text .container{width:100%;}
	.banner .swiper-button-white{display: none;}
}
@media (min-width:768px){
	.banner-pagination{bottom:8%;}
	.banner .banner_text .public_more{margin-top:40px;}
}
@media (min-width:992px){
	.banner .banner_text .public_more{margin-top:60px;}
}
@media (min-width:1200px){
	.banner .banner_text .public_more{margin-top:80px;}
	.swiper-pagination-2{font-size:16px;}
	.swiper-pagination-2 .active{font-size:40px;}
}
@media (min-width:1650px){
	.banner .banner_text .public_more{margin-top:110px;}
	.swiper-pagination-2{font-size:18px;}
	.swiper-pagination-2 .active{font-size:50px;}
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.banner_text img{width:60%;}
}

.wrapper{position: relative;width:100%;min-height:70vh;z-index: 1;/* overflow: hidden; */}
.wrapper.visible{z-index: 2;}
.index_main{position: relative;width:100%;padding:50px 0;background-size:cover;background-repeat: no-repeat;background-position: center;overflow: hidden;}
.inside_main{position: relative;width:100%;padding:40px 0;background-size:cover;background-repeat: no-repeat;background-position: center;/* overflow: hidden; */}
.visible{overflow: visible;}
.index_title{position: relative;margin-bottom:30px;color:#333;}
.index_title a{color:#333;display: inline-block;}
.index_title .h2{font-size:22px;line-height:1.1;}
.index_title .h2>img{max-width:100%;}

.public_more.text-center{display: flex;flex-direction: column;align-items: center;}
.public_more>.a{display: inline-block;font-size:16px;color:#fff;overflow: hidden;width:190px;max-width:100%;height:48px;border-radius: 5px;display: flex;flex-direction: column;align-items: center;justify-content: center;font-family: arial;background:#004c9e;}
.public_more .inner{position: relative;padding-right:0;transition: all 0.5s;}
.public_more .arrow{position: absolute;top:5px;width:37px;height:10px;overflow: hidden;background-image:url(../images/icon/arrow2.png);background-size:100% auto;background-repeat: no-repeat;background-position: bottom center;opacity: 0;transition: all 0.5s;}
.public_more .rightArrow{right:0;}
.public_more>.a:hover .inner{padding-right:54px;}
.public_more>.a:hover .rightArrow{opacity: 1;}

.textColor{color:#fff;}
.textColor a{color:#fff;}
.textColor .index_title,
.textColor .index_title .h2{color:#fff;}
.textColor .InfoContent{color: #fff;}
@media (max-width:767px){
	.index_title{text-align: center;}
}
@media (min-width:768px){
	.index_main{padding-top:70px;padding-bottom:70px;}
	.inside_main{padding-top:50px;padding-bottom:50px;}
	.index_title{margin-bottom:40px;}
	.index_title .h2{font-size:24px;}
}
@media (min-width:1200px){
	.index_main{padding-top:100px;padding-bottom:100px;}
	.inside_main{padding-top:70px;padding-bottom:70px;}
	.index_title{margin-bottom:60px;}
	.index_title .h2{font-size:26px;}
	
	.public_more>.a{width:250px;height:54px;font-size:18px;}
}
@media (min-width:1650px){
	.index_main{padding-top:120px;padding-bottom:120px;}
	.inside_main{padding-top:90px;padding-bottom:90px;}
	.index_title{margin-bottom:80px;}
	.index_title .h2{font-size:30px;}
	.public_more>.a{width:300px;}
}
/*坚屏*/
@media (max-width:767px) and (orientation:portrait){

}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){

}

/* 内页侧栏 */
.visible{overflow: visible;}
.sidebar-nav{box-shadow: 1px 1px 5px rgba(0,0,0,0.2);}
.sidebar-submenu ul{list-style: none;}
.sidebar-submenu a>.icon{position: absolute;width:100%;height:100%;left:0;top:0;display: block;}
.sidebar-submenu a>.icon:before,
.sidebar-submenu a>.icon:after{content: '';position: absolute;display: block;transition: all 0.5s;}
.sidebar-submenu>li{border-top:1px solid #ddd;transition: all 0.5s;}
.sidebar-submenu>li>a{position: relative;padding:15px;padding-left:26px;line-height:20px;text-align: left;font-size:16px;color:#333;display: block;background-color:#f9f9f9;overflow: hidden;transition: all 0.5s;}
.sidebar-submenu-left>li>a{text-align: left;}
.sidebar-submenu>li>a>.icon:before{left:10px;top:50%;margin-top:-6px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #8B8B8B;}
.sidebar-submenu>li>a:focus,
.sidebar-submenu>li>a:hover{background-color:#b2b2b2;color:#fff;}
.sidebar-submenu>li>a:focus>.icon:before,
.sidebar-submenu>li>a:hover>.icon:before{border-left-color:#fff;}
.sidebar-submenu>li.active>a{background-color:#004c9e;color:#fff;}
.sidebar-submenu>li.active>a>.icon:before{border-left-color:#fff;}

.sidebar_title{position: relative;margin-bottom:0;padding:25px 20px;background:#004c9e;}
.sidebar_title .h2{color:#fff;}
.navIcon{width:100%;height:100%;position:absolute;top:0;right:0;cursor: pointer;}
.navIcon:after{content: '';position: absolute;width:24px;height:24px;background:url(../images/icon/submenu.png) no-repeat center;background-size:auto 24px;right:15px;top:50%;margin-top:-12px;transition: all 0.3s;}
.in .navIcon:after{background:url(../images/icon/close.png) no-repeat center;background-size:auto 25px;}

.two-submenu{background:rgba(0,0,0,0.015);display: none;}
.two-submenu>li>a{position: relative;display: block;padding:10px 26px;line-height:20px;font-size:14px;border-top:1px solid #f2f2f2;color:#666;}
.two-submenu>li>a>.icon:before{width:8px;height:8px;border-top:1px solid #666;border-right:1px solid #999;transform: rotate(45deg);right:12px;top:16px;}
.two-submenu>li>a>.icon:after{display: none;}
.two-submenu>li>a:hover,
.two-submenu>.active>a{color:#004c9e;}
.two-submenu>li>a:hover>.icon:before,
.two-submenu>.active>a>.icon:before{border-right-color:#004c9e;border-top-color:#004c9e;}

.three-submenu{display: none;}
.three-submenu>li>a{position: relative;display: block;padding:10px 12px;padding-left:36px;line-height:20px;font-size:14px;border-top:1px solid #f2f2f2;color:#999;}
.three-submenu>li>a:before{content: '';position: absolute;width:0;height:1px;background:#666;left:20px;top:20px;opacity: 0;transition: all 0.5s;}
.three-submenu>li>a>.icon{display: none;}
.three-submenu>li>a:hover,
.three-submenu>.active>a{color:#666;}
.three-submenu>li>a:hover:before,
.three-submenu>.active>a:before{width:8px;opacity: 1;}
@media (max-width:767px){
	.sidebar_title{margin-bottom:2px;padding:15px;text-align: left;}
	.sidebar-nav{margin-bottom:30px;}
	.sidebar-submenu{display: none;}
}
@media (min-width:768px){
	.sidebar-nav{float:left;width:180px;top:90px;position: sticky;position: -webkit-sticky;}
	.navIcon{display: none;}
	.sidebar-submenu{display: block!important;}
	.rightContent{margin-left:180px;padding-left:40px;min-height:62vh;}
}
@media (min-width:1200px){
	.sidebar-nav{width:200px;}
	.sidebar_title{padding-top:30px;padding-bottom:30px;}
	.sidebar_title .h2{font-size:24px;}
	.sidebar-submenu>li>a{padding-top:20px;padding-bottom:20px;}
	.rightContent{margin-left:200px;padding-left:60px;}
}
@media (min-width:1650px){
	.sidebar-nav{width:240px;}
	.sidebar_title .h2{font-size:24px;}
	.rightContent{margin-left:240px;}
}

/* 首页 - 产品 */
.index_product_content{position: relative;overflow: hidden;}
.index_product_content>div{position: relative;z-index: 2;}
.index_product_content:before{content: '';position: absolute;width:78.125%;height:100%;background:rgba(0,0,0,0.05);right:0;bottom:120px;z-index: 1;}
.hot_product_series .item{display: block;display: flex;flex-flow: row wrap;align-items: center;padding:0 15px;margin-bottom:30px;}
.hot_product_series .item:nth-child(2n){flex-direction: row-reverse;}
.hot_product_series .item>div{width:100%;}
.hot_product_series .imgDiv{position: relative;}
.hot_product_series .imgDiv:after{content: '';position: absolute;width:30px;height:1px;background:#797979;top:17.5%;left:100%;transition: all 0.36s;}
.hot_product_series .item:nth-child(2n) .imgDiv:after{left:auto;right:100%;}
.hot_product_series .imgDiv a{display: block;}
.hot_product_series .text{position: relative;padding:25px 0 0;}
.hot_product_series .text h2{font-size:18px;transition: all 0.36s;}
.hot_product_series .text .InfoContent{color:#666666;margin:15px 0 30px;}
.hot_product_series .item:hover .img>img{transform: scale(1.1);}
.hot_product_series .item:hover .text h2{color:#004c9e;}
.hot_product_series .item:hover .imgDiv:after{width:15px;background:#004c9e;}
.hot_product_series .hot_title{position: absolute;font-family: arial;color:#393939;font-size:18px;transform: rotate(90deg);transform-origin: top right;right:0;top:150px;}

.product_series{position: relative;}
.product_series>div{position: relative;z-index: 2;}
.product_series:before{content: '';position: absolute;width:100%;height:100%;background:rgba(0,76,158,0.05);right:0;bottom:0;z-index: 1;}
.product_series .swiper-buttons{display: flex;}
.product_series .swiper-buttons>div{position: static;margin:0;margin-right:15px;width:40px;height:60px;background-size:auto 20px;}
.product_series .swiper-container{overflow: visible;}
.product_series .swiper-pagination{display: none;}
.product_series_list a{display: block;}
.product_series_list .text{position: relative;padding:25px 0 25px 40px;height:120px;}
.product_series_list h2{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.36s;}
.product_series_list h2:before{content: '';position: absolute;display: block;width:24px;height:2px;background:#999999;left:0;top:32px;transition: all 0.36s;}
.product_series_list .p{margin-top:10px;color:#666666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.product_series_list a:hover .img>img{transform: scale(1.1);}
.product_series_list a:hover h2{color:#004c9e;padding-left:10px;}
.product_series_list a:hover h2:before{background:#004c9e;width:34px;}
@media (max-width:767px){
	.hot_title,
	.hot_product_series .imgDiv:after,
	.index_product_content:before{display: none;}
	.product_series:before{width:100%;height:100%;}
	.product_series_list .text{height:auto;}
}
@media (min-width:768px){
	.hot_product_series .item{padding:0;margin-bottom:0;}
	.hot_product_series .item>div{width:50%;}
	.hot_product_series .text{width:360px;padding-top:30px;padding-bottom:30px;padding-left:10%;}
	.hot_product_series .item:nth-child(1) .text{padding-right:40px;}
	.hot_product_series .item:nth-child(2n) .textDiv{display: flex;flex-direction: column;align-items: flex-end;}
	.hot_product_series .item:nth-child(2n) .text{padding-left:0;padding-right:10%;}
	.hot_product_series .text h2{font-size:20px;}
	
	.product_series{margin-top:20px;}
}
@media (min-width:992px){
	.hot_product_series .text{width:470px;padding-left:14%;}
	.hot_product_series .item:nth-child(2n) .text{padding-left:0;padding-right:14%;}
	.hot_product_series .imgDiv:after{width:60px;}
	.hot_product_series .item:hover .imgDiv:after{width:30px;}
}
@media (min-width:1200px){
	.hot_product_series .text{width:550px;padding-left:18%;}
	.hot_product_series .text h2{font-size:22px;}
	.hot_product_series .item:nth-child(1) .text{padding-right:75px;}
	.hot_product_series .item:nth-child(2n) .text{padding-right:18%;}
	.hot_product_series .text .InfoContent{margin-top:25px;margin-bottom:60px;}
	.hot_product_series .hot_title{top:50px;}
	.hot_product_series .imgDiv:after{width:100px;}
	.hot_product_series .item:hover .imgDiv:after{width:50px;}
	
	.product_series{margin-top:0;}
	.product_series:before{width:94.791667%;height:calc(100% + 55px);}
	.product_series .swiper-buttons>div{height:80px;background-size:auto 26px;}
}
@media (min-width:1450px){
	.hot_product_series .text{width:600px;}
}
@media (min-width:1650px){
	.hot_product_series .text{width:720px;}
	.hot_product_series .text h2{font-size:24px;}
	.hot_product_series .text .InfoContent{margin-bottom:80px;}
}

/* 首页 - 解决方案 */
.index_solution{padding:0;}
.index_solution_swiper .swiper-slide{position: relative;}
.index_solution_item{position: absolute;z-index: 2;width:100%;left:0;top:22%;}
.index_solution_item h2{font-size:20px;line-height:1.2;transform:translateX(50px);transition-delay:.3s}
.index_solution_item .InfoContent{line-height:2;margin:20px 0 30px;transform:translateX(50px);transition-delay:.5s}
.index_solution_item .public_more{transform:translateX(50px);transition-delay:.7s}
.index_solution_item .swiper-pagination{position: static;margin-top:30px;transform:translateX(50px);transition-delay:.9s;text-align: left;}
.swiper-slide-active .index_solution_item h2,
.swiper-slide-active .index_solution_item .InfoContent,
.swiper-slide-active .index_solution_item .public_more,
.swiper-slide-active .index_solution_item .swiper-pagination{opacity: 1;transform: none;}

.index_solution_small_swiper{position: absolute;width:100%;padding:0 20px;left:0;bottom:0;z-index: 2;}
.index_solution_small_swiper .img{border:2px solid #fff;border-radius: 10px;cursor: pointer;}
.index_solution_small_swiper .img h5{position: absolute;color:#fff;font-size:16px;line-height:1.6;width:100%;padding:12px;left:0;top:0;z-index: 2;}
.index_solution_small_swiper .swiper-slide-thumb-active .img{border-color:#004c9e;}
@media (max-width:1199px){
	.index_solution_small_swiper{position: static;margin-top:30px;}
}
@media (max-width:767px){
	.index_solution_swiper .swiper-wrapper{display: flex;align-items: stretch;}
	.index_solution_swiper .swiper-slide{height:auto;}
	.index_solution_swiper .img{position: absolute;width:100%;height:100%;left:0;top:0;display: flex;justify-content: center;align-items: center;}
	.index_solution_swiper .img>img{width:auto;height:100%;}
	.index_solution_item{position: relative;padding:50px 0;top:0;}
	
	.index_solution_small_swiper{padding:0 15px;}
}
@media (min-width:768px){
	.index_solution_item h2{font-size:24px;}
	
	.index_solution_item .swiper-pagination{margin-top:40px;}
	.index_solution_small_swiper .img h5{font-size:18px;padding:15px;}
}
@media (min-width:992px){
	.index_solution_item .inner{max-width:80%;}
	.index_solution_item .swiper-pagination{margin-top:50px;}
}
@media (min-width:1200px){
	.index_solution_item{top:10%;}
	.index_solution_item h2{font-size:30px;}
	.index_solution_item .InfoContent{margin-bottom:50px;}
	
	.index_solution_small_swiper{padding:0 40px 40px;}
	.index_solution_small_swiper .img h5{font-size:20px;padding:20px;}
}
@media (min-width:1450px){
	.index_solution_item{top:16%;}
	.index_solution_item h2{font-size:32px;}
	.index_solution_small_swiper .img h5{font-size:22px;}
}
@media (min-width:1650px){
	.index_solution_item{top:20%;}
	.index_solution_item .inner{max-width:50%;}
	.index_solution_item h2{font-size:36px;}
	.index_solution_item .InfoContent{max-width:540px;margin-bottom:60px;}
	.index_solution_item .swiper-pagination{margin-top:80px;}
	
	.index_solution_small_swiper .img h5{font-size:30px;}
}

/* 首页 - 新闻 */
.news_list.row{margin-left:-20px;margin-right:-20px;display: flex;flex-flow: row wrap;}
.news_list.row:before,
.news_list.row:after{display: none;}
.news_list .column{padding-left:20px;padding-right:20px;}
.news_list a{display: block;height:100%;padding:15px 0;padding-right:10px;border-bottom:1px solid rgba(0,0,0,0.1);transition: all 0.36s;}
.news_list .column:nth-child(1) a{border-top:1px solid rgba(0,0,0,0.1);}
.news_list h5{font-size:16px;line-height:30px;height:30px;color:#4c4c4c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.36s;}
.news_list .date{margin:10px 0;color:#bfbfbf;font-family: arial;transition: all 0.36s;}
.news_list .p{font-size:14px;line-height:25px;max-height:50px;color:#4c4c4c;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.news_list a:hover{box-shadow: 3px 3px 5px rgba(0,0,0,0.05);}
.news_list a:hover h5,
.news_list a:hover .date{color:#004c9e;}
@media (max-width:767px){

}
@media (min-width:768px){
	.news_list .column:nth-child(2) a{border-top:1px solid rgba(0,0,0,0.1);}
	.news_list a{padding:22px 0;}
	.news_list h5{font-size:18px;}
}
@media (min-width:1200px){
	.news_list.row{margin-left:-35px;margin-right:-35px;}
	.news_list .column{padding-left:35px;padding-right:35px;}
	.news_list h5{margin-top:4px;font-size:20px;}
	.news_list .p{line-height:30px;max-height:60px;}
}
@media (min-width:1650px){
	.news_list.row{margin-left:-50px;margin-right:-50px;}
	.news_list .column{padding-left:50px;padding-right:50px;}
	.news_list h5{font-size:22px;}
}

/*内页*/
.inside_banner{position: relative;width:100%;overflow: hidden;}
.inside_banner>img{display: block;width: 100%;/* animation:imgZoomIn 10s ease 0s forwards;-webkit-animation:imgZoomIn 10s ease 0s forwards; */}
.imgZoomIn{animation:imgZoomIn 10s ease 0s forwards;-webkit-animation:imgZoomIn 10s ease 0s forwards;}
@keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:none;transform:none;}
}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:none;transform:none;}
}

.pageTarget{position: absolute;left:0;bottom:0;width:100%;padding:10px 0;overflow: hidden;background:rgba(0,0,0,0.5);}
.pageTarget .crumbs_nav{font-size:12px;line-height:20px;color:#ccc;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pageTarget .crumbs_nav i{margin:0 5px;}
.pageTarget .crumbs_nav a{position: relative;color:#ccc}
.pageTarget .crumbs_nav a:hover{text-decoration: underline;}
.pageTarget.white{background:rgba(255,255,255,0.5);}
.pageTarget.white .crumbs_nav,
.pageTarget.white .crumbs_nav a{color:#747474;}

.inside_nav{margin-bottom:30px;}
.submenu_swiper{position: relative;padding-bottom:5px;}
.submenu_swiper:before{content:'';position: absolute;width:100%;background:#004c9e;height:1px;left:0;bottom:10px;}
.submenu_swiper .swiper-scrollbar{width:100%;left:0;bottom:0;height:2px;display: none;}
.submenu{position: relative;display: flex;}
.submenu:before,
.submenu:after{display: none;}
.submenu>li{width:auto;margin-right:30px;}
.submenu>li:last-child{margin-right:0;}
.submenu>li>a{position: relative;display: block;font-size:16px;padding:0;padding-bottom:5px;line-height:40px;border-radius: 0;background:transparent;border:none;margin:0;text-align: center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor: pointer;transition: all 0.5s;}
.submenu>li>a:after{content: '';position: absolute;width:10px;height:10px;left:50%;bottom:0;margin-left:-5px;border-radius: 50%;background:#004c9e;transition: all 0.5s;opacity: 0;}
.submenu>li>a:hover,
.submenu>li>a:focus,
.submenu>li.active>a,
.submenu>li.active>a:focus,
.submenu>li.active>a:hover{color:#004c9e;background:transparent;}
.submenu>li.active>a:after{opacity: 1;}

.inside_product_nav{position: relative;margin-bottom:0;background:#fff;}
.inside_product_nav .container{position: relative;}
.inside_product_nav .submenu_swiper{padding-bottom:2px;position: static;}
.inside_product_nav .submenu_swiper:before{display: none;}
.inside_product_nav .submenu>li{margin-right:1px;}
.inside_product_nav .submenu>li>a{line-height:50px;padding:0 20px;transition:all 0.2s;}
.inside_product_nav .submenu>li>a:after{display: none;}
.inside_product_nav .submenu_swiper .swiper-scrollbar{display: block;width:calc(100% - 30px);left:15px;}
.inside_product_nav .submenu>li>a:hover,
.inside_product_nav .submenu>li>a:focus,
.inside_product_nav .submenu>li.active>a,
.inside_product_nav .submenu>li.active>a:focus,
.inside_product_nav .submenu>li.active>a:hover{color:#fff;background:#004c9e;}
.inside_product_nav .swiper-button-black{width:30px;height:100%;top:0;margin-top:0;background-size:auto 30%;}
.inside_product_nav .swiper-button-prev{left:-15px;}
.inside_product_nav .swiper-button-next{right:-15px;}


.bgColorF2{background:#f2f2f2;}
.inside_details{padding:30px 15px;max-width:1200px;margin-left:auto;margin-right:auto;background:#fff;}
.InfoContent{line-height:1.74;position:relative;overflow:hidden;color:#4c4c4c;}
.InfoContent>p{margin-bottom:10px;}
.InfoContent>p:last-child{margin-bottom:0;}
.InfoContent img{display: inline-block;max-width:100%;height:auto!important;}
.InfoContent video{display: block;height:auto;max-width:100%;margin:0 auto;}
.InfoContent ul,.InfoContent li{list-style-type: disc;list-style-position: inside;}
.InfoContent li p{display: inline;margin-bottom:0;}

.InfoTitle{margin-bottom:30px;padding-bottom:20px;text-align:center;text-transform:uppercase;border-bottom:1px solid rgba(0,0,0,0.1);}
.InfoTitle h1{font-size:20px;margin:0;line-height:1.4}
.InfoTitle .date{font-size:14px;color:#999;margin-top:15px}
.InfoTitle .date span{padding:0 8px}

.goBack{margin-top:40px;}
.goBack>a{display:inline-block;text-align:center;max-width:100%;width:200px;line-height:48px;font-size:18px;background:#004c9e;border-radius: 5px;color:#fff;transition: all 0.36s;}
.goBack>a:hover{background:#153e7b;}
.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:30px -5px 0}
.pager li{padding:0 5px;margin:5px 0}
.pager li>a,.pager li>span{border:1px #ccc solid;background-color:transparent;color:#666;border-radius:0;padding:0;margin:0;width:30px;height:30px;line-height:30px}
.pager .next>a,.pager .next>span,.pager .previous>a,.pager .previous>span{float:none;display:block;background-color:#b5b5b5;border:0;color:#fff;width:70px}
.pager .next>a,
.pager .previous>a,
.pager .active>a,.pager li>a:hover{color:#fff;border-color:#00040b;background-color:#00040b}

.inside_details_other{padding-top:30px;margin-top:30px;display: block;justify-content: space-between;border-top:1px rgba(0,0,0,0.1) solid;}
.info_previous_next_wrap{font-size:14px;color:#666;text-transform:uppercase;overflow: hidden;}
.info_previous_next_wrap b{font-weight:400}
.info_previous_next_wrap a{color:#666;text-decoration:none;display:inline}
.info_previous_next_wrap a:hover{color:#004c9e}
.info_Next,.info_Previous{margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.info_previous_next_wrap b br,
.info_previous_next_wrap a br{display: none;}
@media (max-width: 767px) {
	.inside_product_nav .container{padding:0;}
	.inside_product_nav .submenu_swiper .swiper-scrollbar{width:100%;left:0;}
	.inside_product_nav .submenu>li>a{padding:0 15px;}
	.inside_product_nav .swiper-button-black{display: none;opacity: 0;}
}
@media (min-width: 501px) {
	.inside_yyfl_nav .submenu>li{margin-right:0;}
}
@media (min-width: 768px) {
	.pageTarget .crumbs_nav i{padding:0 10px;}
	
	.inside_details{padding:40px 30px;}
	.inside_details_other{display: flex;margin-top:50px;}
	.info_previous_next_wrap{max-width:70%;}
	.inside_details_other .goBack{margin-top:0;}
	.inside_details_other .goBack>a{width:200px;}
	.InfoTitle h1{font-size:22px;}

	.submenu>li{margin-right:43px;}
}
@media (min-width: 1200px) {
	.pageTarget .crumbs_nav{font-size:14px;}
	.pageTarget .crumbs_nav i{padding:0 15px;}

	.submenu>li{margin-right:66px;}
	.submenu>li>a{font-size:16px;line-height:45px;}
	.inside_product_nav .swiper-button-prev{left:-25px;}
	.inside_product_nav .swiper-button-next{right:-25px;}

	.pager{margin-top:50px;}
	.InfoTitle h1{font-size:24px;}
	.info_previous_next_wrap,
	.InfoContent.font16{font-size:16px;}
	.goBack>a{width:250px;line-height:54px;}
}
@media (min-width: 1450px) {
	.submenu>li{margin-right:80px;}
}
@media (min-width: 1650px) {
	.pageTarget .crumbs_nav i{padding:0 20px;}
	.submenu>li{margin-right:103px;}
	.submenu>li>a{font-size:18px;}
	.inside_product_nav .submenu>li>a{line-height:60px;}
	.goBack>a{width:300px;}
}

/* 产品介绍 */
.product_nav{position: absolute;width:100%;left:0;top:6.5%;z-index: 2;}
.product_nav .inner{position: relative;display: inline-block;}
.product_nav_btn{display: inline-block;color:#fff;font-size:22px;line-height:36px;padding-right:40px;background-image: url(../images/icon/i7.png);background-repeat: no-repeat;background-position: right center;background-size:20px;cursor: pointer;}
.product_nav_list{position: absolute;padding-left:95px;left:0;top:100%;display: none;}
.product_nav_list>ul{list-style: none;background:#f4f3f3;padding:15px 1px;width:160px;text-align: center;border-radius: 10px;}
.product_nav_list>ul>li{position: relative;padding:0 10px;transition: all 0.36s;}
.product_nav_list>ul>li>i{display: none;}
/* .product_nav_list>ul>li:after{content: '';position: absolute;height:1px;background:#e6e3e3;left:20px;right:20px;bottom:0;} */
.product_nav_list>ul>li>a{display: block;font-size:16px;padding:10px;border-bottom:1px solid #e6e3e3;transition: all 0.36s;}
.product_nav_list>ul>li:last-child>a{border-bottom:none;}
.product_nav_list>ul>li:hover{background:#004c9e;}
.product_nav_list>ul>li:hover>a{color:#fff;border-bottom-color:#004c9e;}
.product_nav_list>ul>.dropdown>i{display: block;position: absolute;width:40px;height:100%;right:0;top:0;cursor: pointer;}
.product_nav_list>ul>.dropdown>i:before{content: '';position: absolute;width:8px;height:8px;border-top:1px solid #1a1a1a;border-right:1px solid #1a1a1a;transform: rotate(45deg);right:12px;top:50%;margin-top:-5px;transition: all 0.3s;}
.product_nav_list>ul>.dropdown:hover>i:before{border-right-color: #fff;border-top-color:#fff;}
.product_nav_list .dropdown-menu-two{position: absolute;width:400px;left:100%;top:0;list-style: none;overflow: hidden;background:#eee;border-radius:10px;display: none;flex-flow: row wrap;padding:10px;display: none;overflow: hidden;}
.product_nav_list .dropdown-menu-two>li{float:left;width:50%;text-align: left;border-bottom:1px solid #e6e3e3;}
.product_nav_list .dropdown-menu-two>li>a{font-size:16px;padding:10px 15px;display: block;transition: all 0.36s;}
.product_nav_list .dropdown-menu-two>li>a:hover{color:#fff;background:#004c9e;}

.img .play{position: absolute;text-align: center;color:#fff;z-index: 2;width:100%;height:100%;top:0;left:0;cursor: pointer;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.img .play>img{width:60px;}
.img .play>p{font-size:16px;margin-top:10px;}
.img .videoBox{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;display: none;background:#000;}
.img .videoBox>video{display: block;width:100%;height:100%;}

.video_small_item{position: relative;margin-top:20px;cursor: pointer;}
.video_small_item:after{content: '';position: absolute;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #004c9e;top:-10px;left:50%;margin-left:-10px;opacity: 0;transition: all 0.36s;}
.video_small_item .img{border-radius: 20px;z-index: 1;}
.video_small_item .img:before{content: '';position: absolute;width:100%;height:100%;left:0;top:0;border:3px solid #004c9e;opacity: 0;z-index: 2;border-radius:20px;transition: all 0.36s;}
.video_small_item .text{position: absolute;width:100%;left:0;bottom:0;color:#fff;padding:20px;z-index: 2;}
.video_small_item .text h5{font-size:18px;display: flex;align-items: center;flex-direction: row;}
.video_small_item .text h5>span {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.video_small_item .text h5>a{flex:0 0 auto;display: inline-block;margin-left:5px;width:32px;height:32px;background-image: url(../images/icon/i8.png);background-repeat: no-repeat;background-size:auto 100%;background-position: center;transition: all 0.3s;}
.video_small_item .text .p{font-size:14px;line-height:24px;height:48px;margin-top:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.video_small_item .text h5>a:hover{margin-left:8px;}
.swiper-slide-thumb-active .video_small_item:after{opacity: 1;}
.swiper-slide-thumb-active .video_small_item .img:before{opacity: 1;}
.video_small_swiper{margin-top:10px;}
.video_small_swiper .swiper-container{overflow: visible;}
.video_small_swiper .swiper-pagination{position: static;margin:0;margin-top:25px;}
.video_small_swiper .public-swiper-pagination .swiper-pagination-bullet:after{background:#c7c7c7;}
.video_small_swiper .public-swiper-pagination .swiper-pagination-bullet-active{border-color:#004c9e;}
.video_small_swiper .public-swiper-pagination .swiper-pagination-bullet-active:after{background:#004c9e;}

.product_swiper .swiper-button-prev,
.product_swiper .swiper-button-next{width:40px;height:40px;margin-top:-20px;background-size:auto 36px;}
.product_swiper .swiper-button-prev{left:2%;background-image: url(../images/icon/left.png);}
.product_swiper .swiper-button-next{right:2%;background-image: url(../images/icon/right.png);}
.product_item>a{display: block;overflow: hidden;display: flex;flex-flow: row wrap;align-items: center;}
.product_item>a>div{width:100%;}
.product_item .img>.title{position: absolute;top:18.6%;right:9.5%;text-align: right;color:#fff;z-index: 2;}
.product_item .img>.title>.en>img{height:30px;}
.product_item .title>.ch{font-size:20px;margin-top:15px;}
.product_item .text>.title{margin-bottom:25px;}
.product_item .text>.title>.en>img{height:20px;}
.product_item .public_more{margin-top:35px;}
.product_item>a:hover .text>.title{color:#004c9e;}
.product_item>a:hover .img>img{transform: scale(1.1);}
@media (max-width: 991px) {
	.product_swiper .swiper-button-prev,
	.product_swiper .swiper-button-next{top:25%;}
	.product_swiper .swiper-button-next{background-image: url(../images/icon/rightW.png);}
	.product_item .text{padding:50px;}
}
@media (max-width: 767px) {
	.product_swiper .swiper-button-prev,
	.product_swiper .swiper-button-next{top:20%;}
	.product_item .text{padding:40px 15px;}
	
	.product_nav_list{padding-left:0;}
	.product_nav_list>ul{width:150px;text-align: left;}
	.product_nav_list>ul>li>a{font-size:15px;padding:10px 5px;}
	.product_nav_list .dropdown-menu-two{width:100%;padding:5px;}
	.product_nav_list .dropdown-menu-two>li{width:100%;}
	.product_nav_list .dropdown-menu-two>li>a{padding:5px;font-size:14px;}
	
	.video_small_item .img,
	.video_small_item .img:before{border-radius: 10px;}
	.video_small_item .text{padding:15px;}
	.video_small_item .text h5>a{width:28px;height:28px;}
}
@media (max-width: 370px) {
	.video_small_item .text h5{font-size:16px;}
	.video_small_item .text .p {font-size:12px;line-height:20px;height:40px;margin-top:10px;}
	.video_small_item .text{padding:10px;}
}
@media (min-width: 768px) {
	.product_nav_btn{font-size:24px;}
	.product_nav_list>ul>li:hover .dropdown-menu-two{display: flex!important;}
	
	.video_small_item .text h5{font-size:20px;}
	.video_small_item .text .p{font-size:16px;}
	.video_small_item .img:before{border-width:4px;}
	.video_small_swiper .swiper-pagination{margin-top:35px;}
	
	.product_item .text{width:100%;}
}
@media (min-width: 992px) {	
	.product_item>a>div{width:50%;}
	.product_item .text{width:470px;padding:50px;}
}
@media (min-width: 1200px) {
	.product_nav_btn{font-size:28px;padding-right:50px;}
	.product_nav_list{padding-left:120px;}
	.product_nav_list>ul{width:180px;}
	.product_nav_list>ul>li{padding:0 20px;}
	.product_nav_list>ul>li>a,
	.product_nav_list .dropdown-menu-two>li>a{font-size:18px;}
	.product_nav_list .dropdown-menu-two{width:440px;}
	
	.img .play>img{width:80px;}
	.img .play>p{font-size:18px;}
	.video_small_swiper{margin-top:20px;}
	.video_small_item:after{border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:15px solid #004c9e;top:-15px;margin-left:-15px;}
	.video_small_swiper .swiper-pagination{margin-top:45px;}
	.video_small_item .text h5{font-size:24px;}
	
	.product_swiper .swiper-button-prev,
	.product_swiper .swiper-button-next{width:60px;height:60px;margin-top:-30px;background-size:auto 48px;}
	.product_item .text{width:550px;padding-left:10.5%;}
	.product_item .title>.ch{font-size:24px;margin-top:25px;}
	.product_item .img>.title>.en>img{height:40px;}
	.product_item .text>.title>.en>img{height:24px;}
}
@media (min-width: 1450px) {	
	.product_item .text{width:600px;padding-right:0;}
}
@media (min-width: 1650px) {
	.product_nav_btn{font-size:30px;}
	
	.img .play>img{width:100px;}
	.img .play>p{font-size:20px;margin-top:15px;}
	.video_small_swiper{margin-top:30px;}
	.video_small_swiper .swiper-pagination{margin-top:60px;}
	.video_small_item:after{border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #004c9e;top:-20px;margin-left:-20px;}
	
	.product_item .text{width:720px;}
	.product_item .title>.ch{font-size:30px;margin-top:25px;}
	.product_item .img>.title>.en>img{height:48px;}
	.product_item .text>.title>.en>img{height:28px;}
}
@media (min-width: 1850px) {
	.product_swiper .swiper-button-prev{left:6.25%;}
	.product_swiper .swiper-button-next{right:6.25%;}
}

/* 产品介绍 - 医疗行业 */
.index_title2{margin-bottom:30px;}
.index_title2 .h2{font-size:28px;}
.yyfl_item{display: flex;flex-flow: row wrap;margin:0;}
.yyfl_item:before,
.yyfl_item:after{display: none;}
.yyfl_item>div{padding:0;margin-bottom:30px;}
.yyfl_item>div:last-child{margin-bottom:0;}
.yyfl_item .title{font-size:20px;margin-bottom:20px;line-height:1.2;}
.yyfl_item .InfoContent{color:#666;}
.yyfl_item .img{border-radius: 10px;}
.industry_swiper{margin-top:30px;}
.industry_swiper>.swiper-buttons{margin-bottom:15px;display: flex;}
.industry_swiper>.swiper-buttons>div{position: static;margin:0;width:30px;height:30px;background-size:auto 20px;margin-right:20px;}
.industry_list a{display: block;position: relative;color:#fff;}
.industry_list h5{position: absolute;width:100%;font-size:13px;left:0;bottom:0;padding:10px;text-align: center;text-shadow: 1px 1px 3px rgba(0,0,0,0.45);}
.industry_list a:hover .img>img{transform: scale(1.1);}
@media (min-width: 768px) {
	.index_title2{margin-bottom:40px;}
	.index_title2 .h2{font-size:34px;}
	.yyfl_item>div{margin-bottom:0;}
	.yyfl_item .title{font-size:22px;margin-bottom:30px;}
	.yyfl_item .text{padding-right:30px;}
}
@media (min-width: 1200px) {
	.index_title2{margin-bottom:50px;}
	.index_title2 .h2{font-size:40px;}
	.yyfl_item .title{font-size:26px;margin-bottom:40px;}
	.yyfl_item .text{padding-right:50px;}
	.industry_list h5{font-size:14px;}
}
@media (min-width: 1650px) {
	.index_title2{margin-bottom:60px;}
	.index_title2 .h2{font-size:46px;}
	.yyfl_item .title{font-size:30px;}
	.yyfl_item .text{padding-right:80px;}
}


/*产品列表*/
.list_title{margin-bottom:35px;}
.list_title .index_title .h2{line-height: 42px;}
.list_title .index_title .InfoContent{margin-top:15px;color:#666;}
.demand_info{position: relative;z-index: 3;}
.demand_info .demand_btn{width:220px;max-width:100%;height:42px;line-height:20px;font-size:18px;text-align: center;padding:0 15px;border-radius: 21px;background:#004c9e;color:#fff;display: flex;justify-content: center;align-items: center;cursor: pointer;transition: all 0.36s;}
.demand_info .demand_btn>img{margin-right:30px;}
.demand_info .demand_btn:hover{background:#153e7b;}
.demand_info .demand_form{position: absolute;right:0;top:100%;width:400px;border-radius: 10px;padding:30px 20px;background:#fff;display: none;}
.demand_form>.close{position: absolute;top:8px;right:8px;opacity: 0.2;z-index: 2;}
.demand_form>.close:hover{opacity: 0.8;}
.demand_form form{display: block;position: relative;z-index: 1;}
.demand_form .title{font-size:20px;font-weight: 700;}
.demand_form .InfoContent{color:#808080;margin:10px 0 20px;}
.demand_form_group>.form-group{margin-bottom:20px;}
.demand_form_group>.form-group:last-child{margin-top:20px;margin-bottom:0;}
.demand_form_group label{display: block;margin-bottom:6px;font-size:16px;}
.demand_form_group label>i{color:#004c9e;}
.demand_form_group .form-control{border-color:#dedede;box-shadow: none;border-radius: 4px;height:36px;}
.demand_form_group select.form-control{text-align: center;}
.demand_form_group textarea.form-control{height:138px;}
.demand_form_group .btn{display: block;width:100%;height:38px;font-size:14px;border-radius: 6px;box-shadow: none;color:#fff;background:#004c9e;transition: all 0.36s;}
.demand_form_group .btn:hover{background:#153e7b;}
.demand_form .form-group{position: relative;}
.demand_form .valid_message{position: absolute;top:100%;left:0;font-size:12px;color:red;}
.demand_info_mask{position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);z-index: 2;display: none;}
@media (max-width: 991px) {
	.list_title .index_title{text-align: center;}
	.demand_info .demand_btn{margin:0 auto;}
	.demand_info .demand_form{right:auto;left:50%;transform: translateX(-50%);max-width:100%;}
}
@media (min-width: 768px) {
	.demand_info .demand_form{padding:30px;}
	.demand_form>.close{top:15px;right:15px;}
	.demand_form .title{font-size:22px;}
	.demand_form_group label{font-size:18px;}
}
@media (min-width: 992px) {
	.list_title{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom:0;}
	.list_title .index_title{padding-right:70px;}
	.list_title .demand_info{flex: 0 0 auto;}
}
@media (min-width: 1200px) {
	.list_title .index_title{padding-right:100px;}
	
	.demand_info .demand_form{padding-left:50px;padding-right:50px;width:460px;}
	.demand_form>.close{top:25px;right:25px;}
	.demand_form .title{font-size:24px;}
}
@media (min-width: 1450px) {
	.list_title .index_title .InfoContent{margin-top:25px;font-size:18px;}
}

.product_list.row{display: flex;flex-flow: row wrap;margin-left:-7.5px;margin-right:-7.5px;}
.product_list.row:before,
.product_list.row:after{display: none;}
.product_list .column{margin-bottom:15px;padding-left:7.5px;padding-right:7.5px;}
.product_list a{display: block;height:100%;background:#fff;border-radius: 10px;overflow: hidden;transition: all 0.36s;}
.product_list .text{padding:20px 15px 15px;}
.product_list h2{line-height:30px;font-size:16px;font-weight: 700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.36s;}
.product_list .p{margin-top:10px;line-height:24px;height:48px;color:#4c4c4c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.product_list .tags{margin:20px -5px 0;display: flex;flex-flow: row wrap;}
.product_list .tags>span{line-height:26px;color:#fff;background:#004c9e;font-size:12px;padding:0 15px;margin:0 5px 10px;border-radius: 13px;}
.product_list a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.product_list a:hover h2{color:#004c9e;}
.product_list a:hover .img>img{transform: scale(0.95);}
@media (max-width:767px){

}
@media (max-width:440px){
	.product_list .column{width:100%;}
	.product_list h2{font-size:18px;}
	.product_list .text{padding-bottom:15px;}
}
@media (min-width:768px){
	.product_list .text{padding-left:20px;padding-right:20px;}
	.product_list h2{font-size:18px;}
	.product_list .tags{margin-left:-8px;margin-right:-8px;}
	.product_list .tags>span{margin-right:8px;margin-left:8px;}
}
@media (min-width:1200px){
	.product_list .text{padding-left:30px;padding-right:30px;}
	.product_list h2{font-size:20px;}
	.product_list .tags>span{font-size:14px;padding:0 20px;}
}
@media (min-width:1650px){
	.product_list .text{padding-left:40px;padding-right:40px;}
	.product_list .p{margin-top:20px;}
	.product_list .tags{margin-left:-15px;margin-right:-15px;}
	.product_list .tags>span{padding:0 24px;margin-left:15px;margin-right:15px;}
}

/* 产品详情 */
.info_title{font-size:20px;line-height:1.4;margin-bottom:25px;}
.details_main{background:#fff;margin-bottom:40px;}
.details_item{padding-left:15px;padding-right:15px;border-bottom:2px solid #f8f8f8;}
.details_item:last-child{border-bottom:none;}
.details_item_top{padding-top:40px;padding-bottom:40px;}
.productDetalis_row{display: flex;flex-flow: row wrap;align-items: center;margin-left:-30px;margin-right:-30px;}
.productDetalis_row:before,
.productDetalis_row:after{display: none;}
.productDetalis_row>div{padding-left:30px;padding-right:30px;margin-bottom:30px;}
.productDetalis_row>div:last-child{margin-bottom:0;}
.productDetalis_row .img>img{width:auto;max-width:100%;margin:0 auto;}
.productDetalis_row .info_title{font-size:22px;font-weight: 700;text-align: center;}
.productDetalis_row .InfoContent{margin-bottom:30px;}
.demand_info2 .demand_btn,
.demand_info3 .demand_btn{width:300px;height:54px;border-radius: 10px;font-size:18px;}
.consult_btn>.a{display: block;width:300px;height:54px;text-align: center;line-height: 20px;display: flex;justify-content: center;align-items: center;border-radius: 10px;background:#004c9e;font-size:18px;color:#fff;cursor: pointer;max-width:100%;transition: all 0.36s;}
.consult_btn>.a>img{margin-right:20px;}
.consult_btn>.a:hover{background:#153e7b;}


.details_item_bottom{padding-top:40px;padding-bottom:40px;}
.details_nav_div{display: flex;flex-direction: column;align-items: center;margin-bottom:60px;}
.details_nav{display: flex;justify-content: center;flex-flow: row wrap;border-radius: 10px;overflow: hidden;border:1px solid #cccccc;}
.details_nav>li>a{display: block;width:130px;max-width:100%;line-height:40px;font-size:16px;padding:0;text-align: center;letter-spacing: 3px;transition: all 0.36s;}
.details_nav>li>a:hover,
.details_nav>li>a:focus,
.details_nav>.active>a{background:#004c9e;color:#fff;}
.productIntroduction>.item{padding-top:40px;padding-bottom:40px;border-bottom:1px solid #cccccc;}
.productIntroduction>.item:first-child{padding-top:0;}
.productIntroduction>.item:last-child{border-bottom:none;}
.productIntroduction .row{margin-left:-20px;margin-right:-20px;margin-top:-30px;display: flex;flex-flow: row wrap;align-items: center;}
.productIntroduction .row:before,
.productIntroduction .row:after{display: none;}
.productIntroduction .row>div{padding-left:20px;padding-right:20px;margin-top:30px;}
.productIntroduction .img .play>img{width:50px;}
@media (max-width:991px){
	.demand_info2 .demand_btn,
	.demand_info3 .demand_btn{width:260px;height:48px;margin:0 auto;}
}
@media (max-width:767px){
	.demand_info2 .demand_btn,
	.demand_info3 .demand_btn{width:220px;height:42px;}
	.details_nav>li{max-width:50%;}
}
@media (min-width:768px){
	.details_main{margin-bottom:60px;}
	.info_title{font-size:22px;}
	.details_item{padding-left:50px;padding-right:50px;}
	.details_item_top{padding-top:50px;padding-bottom:50px;}
	.productDetalis_row .info_title{font-size:26px;margin-bottom:35px;}
	
	.details_item_bottom{padding-bottom:60px;}
	.productIntroduction>.item{padding-top:50px;padding-bottom:50px;}
	.productIntroduction .row>.col-text{width:52.34375%;}
	.productIntroduction .row>.col-img{width:47.65625%;}
}
@media (min-width:992px){
	.productDetalis_row>div{margin-bottom:0;}
	.productDetalis_row .info_title{text-align: left;}
	.demand_info2 .demand_form{right:auto;left:0;}
}
@media (min-width:1200px){
	.info_title{font-size:24px;}
	.details_item{padding-left:80px;padding-right:80px;}
	.details_item_top{padding-top:70px;padding-bottom:70px;}
	.productDetalis_row .info_title{font-size:30px;margin-bottom:55px;}
	.productDetalis_row .InfoContent{font-size:16px;}
	
	.details_nav>li>a{width: 160px;line-height: 46px;font-size: 18px;letter-spacing: 5px;}
	.details_item_bottom .InfoContent{font-size:16px;margin-bottom:40px;}
	.productIntroduction>.item{padding-top:60px;padding-bottom:60px;}
	.productIntroduction .row{margin-left:-30px;margin-right:-30px;margin-top:-60px;}
	.productIntroduction .row>div{padding-left:30px;padding-right:30px;margin-top:60px;}
}
@media (min-width:1650px){
	.details_item{padding-left:110px;padding-right:110px;}
	.productDetalis_row .info_title{margin-bottom:70px;}
	
	.details_nav>li>a{width: 196px;}
	.details_item_bottom .InfoContent{font-size:18px;margin-bottom:50px;}
	.productIntroduction>.item{padding-top:70px;padding-bottom:70px;}
}


/* 解决方案 - 案例介绍 */
.solution_list a{position:relative;display: block;}
.solution_list h5{color:#4c4c4c;margin-bottom:15px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all 0.5s;}
.solution_list .p{color:#4c4c4c;font-size:14px;line-height:25px;max-height:50px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.solution_list a:hover h5{color:#004c9e;}
.solution_list a:hover .img>img{transform: scale(1.1);}

.solution_list.row{margin-left:-8px;margin-right:-8px;margin-top:-30px;}
.solution_list.row .column{margin-top:30px;padding-left:8px;padding-right:8px;}
.solution_list.row .text{padding:20px 0;}
.solution_list.row h5{position: absolute;width:100%;left:0;bottom:0;color:#fff;padding:12px;padding-right:35px;margin:0;background:rgba(0,0,0,0.5);}
.solution_list.row h5:after{content: '';position: absolute;width:20px;height:20px;background-image: url(../images/icon/i3W.png);background-repeat: no-repeat;background-size:auto;background-position: center;right:10px;top:50%;margin-top:-10px;}
.solution_list.row a:before{content: '';position: absolute;width:100%;height:1px;left:0;bottom:0;background:rgba(0,0,0,0.1);}
.solution_list.row a:after{content: '';position: absolute;width:0;height:1px;left:0;bottom:0;background:#004c9e;transition: all 0.5s;}
.solution_list.row a:hover:after{width:100%;}
.solution_list.row a:hover h5{color:#fff;background:#004c9e;}

.hot_solution_list{padding-bottom:50px;margin-bottom:50px;border-bottom:1px solid rgba(0,0,0,0.1);}
.hot_solution_list .column{margin-bottom:30px;}
.hot_solution_list .column:last-child{margin-bottom:0;}
.hot_solution_list a{background:rgba(0,0,0,0.03);}
.hot_solution_list .text{position: relative;padding:20px 15px;transition:all 0.5s;}
.hot_solution_list h5{font-size:18px;}
.hot_solution_list .public_more{margin-top:20px;}
.hot_solution_list a:hover .public_more>.a .inner{padding-right:54px;}
.hot_solution_list a:hover .public_more>.a .rightArrow{opacity: 1;}

.demand_info3{margin:50px auto 0;}
.demand_info3 .demand_btn{margin:0 auto;}
.demand_info3 .demand_form{right:auto;left:50%;transform: translateX(-50%);}
@media (max-width:991px){
	.hot_solution_list .public_more>.a{width:160px;height:40px;font-size:14px;}
	.hot_solution_list a:hover .public_more>.a .inner{padding-right:45px;}

}
@media (min-width:600px){
	.hot_solution_list a{display: flex;flex-flow: row-reverse;align-items: center;}
	.hot_solution_list .column:nth-child(2n) a{flex-direction: row;}
	.hot_solution_list .img{width:240px;flex: 0 0 auto;}
	.hot_solution_list .text{width:100%;overflow: hidden;padding:20px 30px;}
}
@media (min-width:768px){
	.hot_solution_list h5{font-size:18px;}
	.hot_solution_list .img{width:260px;}
}
@media (min-width:1200px){
	.solution_list .p{line-height:30px;max-height:60px;}
	
	.hot_solution_list .img{width:340px;}
	.hot_solution_list .text{padding-left:40px;padding-right:40px;}
	.hot_solution_list h5{font-size:22px;margin-bottom:20px;}
	.hot_solution_list .p{max-height:90px;-webkit-line-clamp:3;font-size:16px;}
	.hot_solution_list .public_more{margin-top:30px;}
	.hot_solution_list .public_more>.a{width:200px;height:45px;font-size:16px;}
	
	.solution_list.row{margin-left:-15px;margin-right:-15px;margin-top:-40px;}
	.solution_list.row .column{margin-top:40px;padding-left:15px;padding-right:15px;}
	.solution_list.row h5{font-size:16px;padding-top:20px;padding-bottom:20px;}
}
@media (min-width:1650px){
	.hot_solution_list .img{width:400px;}
	
	.solution_list.row{margin-left:-25px;margin-right:-25px;margin-top:-50px;}
	.solution_list.row .column{margin-top:50px;padding-left:25px;padding-right:25px;}
}

/* 技术信息 - 显微镜行业专题 */
.special_list a{position:relative;display: block;}
.special_list h5{color:#4c4c4c;margin-bottom:15px;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all 0.5s;}
.special_list .p{color:#4c4c4c;font-size:14px;line-height:25px;max-height:50px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.special_list .date{font-size:14px;color:#bfbfbf;font-family: arial;}
.special_list a:hover h5{color:#004c9e;}
.special_list a:hover .img>img{transform: scale(1.1);}

.special_list.row{margin-left:-8px;margin-right:-8px;margin-top:-20px;}
.special_list.row .column{padding-left:8px;padding-right:8px;margin-top:20px;}
.special_list.row .text{padding:20px 0;}
.special_list.row .date{margin-bottom:10px;}
.special_list.row a:before{content: '';position: absolute;width:100%;height:1px;left:0;bottom:0;background:rgba(0,0,0,0.1);}
.special_list.row a:after{content: '';position: absolute;width:0;height:1px;left:0;bottom:0;background:#004c9e;transition: all 0.5s;}
.special_list.row a:hover:after{width:100%;}

.hot_special_list{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid rgba(0,0,0,0.1);}
.hot_special_list .column{margin-bottom:30px;}
.hot_special_list .column:last-child{margin-bottom:0;}
.hot_special_list a:before{content: '';position: absolute;width:100%;height:100%;left:0;bottom:0;background:rgba(0,0,0,0.03);transition:all 0.5s;}
.hot_special_list .text{position: relative;padding:20px 10px 10px;transition:all 0.5s;}
.hot_special_list h5{font-size:18px;}
.hot_special_list .date{position: relative;margin-bottom:15px;transition:all 0.5s;}
.hot_special_list .date:after{content: '';position: absolute;left:0;bottom:0;width:30px;border-bottom:1px solid #999;transition:all 0.5s;}
.hot_special_list .date>.year{padding-right:10px;}
.hot_special_list a:hover .date{padding-left:80px;color:#004c9e;}
.hot_special_list a:hover .date:after{width:110px;border-bottom-color: #004c9e;}
@media (min-width:600px){
	.hot_special_list a{display: flex;align-items: center;}
	.hot_special_list .column:nth-child(2n) a{flex-direction: row-reverse;}
	.hot_special_list .img{width:200px;flex: 0 0 auto;}
	.hot_special_list .text{width:100%;overflow: hidden;padding:0 25px 0 30px;}
}
@media (min-width:768px){
	.special_list.row{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
	.special_list.row .column{padding-left:15px;padding-right:15px;margin-top:30px;}
	.special_list h5{font-size:18px;}
}
@media (min-width:1200px){
	.special_list h5{font-size:20px;}
	.special_list .p{line-height:30px;max-height:60px;}
	
	.hot_special_list{padding-bottom:50px;margin-bottom:50px;}
	.hot_special_list .img{width:300px;}
	.hot_special_list .text{padding-left:40px;padding-right:40px;}
	.hot_special_list h5{margin-bottom:20px;}
	.hot_special_list .p{max-height:90px;-webkit-line-clamp:3;font-size:16px;}
	
}
@media (min-width:1650px){
	.special_list h5{font-size:22px;}
	
	.hot_special_list .img{width:400px;}
	.hot_special_list .date{margin-bottom:25px;}
}



/* 关于我们 - 公司介绍 */
.about_item{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(0,0,0,0.1);}
.about_item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none;}
.about_h2{font-size:20px;margin-bottom:20px;}
.about_adv{padding:20px 10px;background:#f9f9f9;margin:20px 0;}
.about_adv>ul{list-style: none;text-align: center;display: flex;flex-flow: row wrap;margin-left:-8px;margin-right:-8px;margin-top:-30px;}
.about_adv>ul:before,
.about_adv>ul:after{display: none;}
.about_adv>ul>li{margin-top:30px;padding-left:8px;padding-right:8px;}
.about_adv>ul .num>span{font-size:40px;font-family: 'GOTHAM-BOLD';color:#004c9e;}
.about_adv>ul h5{font-size:16px;}
.about_adv>ul p{font-size:12px;margin-top:10px;font-family: 'GOTHAM-BOLD';text-transform: capitalize;}
@media (min-width: 768px) {
	.about_item{margin-bottom:50px;padding-bottom:50px;}
	.about_h2{font-size:22px;}
	.about_adv{margin:30px 0;padding:30px 20px;}
}
@media (min-width: 1200px) {
	.about_item{margin-bottom:70px;padding-bottom:70px;}
	.about_h2{font-size:24px;}
	.about_adv{padding:30px;}
	.about_adv>ul .num>span{font-size:50px;}
	.about_adv>ul p{font-size:14px;}
}
@media (min-width: 1650px) {
	.about_adv>ul .num>span{font-size:60px;}
}

/* 荣誉资质 */
#lightGallery-outer #lightGallery-close{width:40px;height:40px;line-height:40px;top:30px;right:30px;}
#lightGallery-outer #lightGallery-close:after{font-size:20px;}
#lightGallery-outer #lightGallery-action{display: none;}
.honor_list h5{font-size:16px;line-height:28px;max-height:56px;text-align:center;margin:15px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition: all 0.5s;}
.honor_list .img:before{content: '';position: absolute;width:100%;height:0;left:0;top:0;background:rgba(0, 0, 0, 0.2);opacity: 0;transition: all 0.3s;z-index: 2;}
.honor_list .img:after{content: '';position: absolute;width:30px;height:30px;left:50%;top:0;margin-left:-15px;margin-top:-15px;background:url(../images/icon/searchW.png) no-repeat center;background-size:auto;opacity: 0;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;z-index: 3;}
.honor_list .swiper-slide{cursor: pointer;}
.honor_list .swiper-slide:hover .img>img{transform:scale(1.05)}
.honor_list .swiper-slide:hover .img:before{opacity: 1;height:100%;}
.honor_list .swiper-slide:hover .img:after{opacity: 1;top:50%;}
.honor_swiper .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}


/* 关于我们 - 新闻 */
.hot_news_list{margin-top:-20px;}
.hot_news_list a{display: block;padding:20px 0;border-bottom:1px solid rgba(0,0,0,0.1);}
.hot_news_list .img:after{content: '';position: absolute;left:10px;top:10px;right:10px;bottom:10px;z-index:2;border: 1px solid transparent;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.hot_news_list .text{margin-top:20px;transition:all 0.5s;}
.hot_news_list h5{color:#4c4c4c;margin-bottom:15px;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all 0.5s;}
.hot_news_list .p{color:#4c4c4c;font-size:14px;line-height:25px;max-height:50px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.hot_news_list .date{position: relative;font-size:14px;color:#bfbfbf;margin-bottom:15px;font-family: arial;transition:all 0.5s;}
.hot_news_list .date:after{content: '';position: absolute;left:0;bottom:0;width:30px;border-bottom:1px solid #999;transition:all 0.5s;}
.hot_news_list .date>.year{padding-right:10px;}
.hot_news_list a:hover .date{padding-left:80px;color:#004c9e;}
.hot_news_list a:hover .date:after{width:110px;border-bottom-color: #004c9e;}
.hot_news_list a:hover h5{color:#004c9e;}
.hot_news_list a:hover .img>img{transform: scale(1.1);}
.hot_news_list a:hover .img:after{border: 1px solid rgba(255,255,255,.2);box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);}

.hot_news_list + .news_list{margin:10px -20px 0;}
.hot_news_list + .news_list .column:nth-child(1) a,
.hot_news_list + .news_list .column:nth-child(2) a{border-top:none;}
@media (min-width:600px){
	.hot_news_list a{display: flex;align-items: center;}
	.hot_news_list .img{width:200px;flex: 0 0 auto;}
	.hot_news_list .text{width:100%;overflow: hidden;padding-left:30px;margin-top:0;}
}
@media (min-width:1200px){
	.hot_news_list{margin-top:-30px;}
	.hot_news_list a{padding:30px 0;}
	.hot_news_list .img{width:300px;}
	.hot_news_list .text{padding-left:40px;}
	.hot_news_list .p{line-height:30px;max-height:90px;-webkit-line-clamp:3;font-size:16px;}
	.hot_news_list h5{font-size:20px;margin-bottom:20px;}
	.hot_news_list + .news_list{margin-left:-30px;margin-right:-30px;}
	.hot_news_list + .news_list .column{padding-left:30px;padding-right:30px;}
}
@media (min-width:1650px){
	.hot_news_list .img{width:360px;}
	.hot_news_list .text{padding-left:50px;}
	.hot_news_list h5{font-size:22px;}
	.hot_news_list .date{margin-bottom:25px;}
}


/* 关于我们 - 联系我们 */
.contact_row{display: flex;align-items: center;flex-flow: row wrap;}
.contact_row:before,
.contact_row:after{display: none;}
.contact_row .foot_ewms{margin-top:20px;justify-content: center;}
.contact_row .InfoContent{font-family: arial;}
.about_item .demand_form_group .btn{width:190px;max-width:100%;height:50px;font-size:18px;}
.about_item .demand_form_group .form-group{margin-bottom:0;}
.about_item .demand_form_group>.row>div{margin-bottom:20px;}
.about_item .demand_form_group>.row>div:last-child{margin-bottom:0;margin-top:15px;}

.contact_list{display: flex;flex-flow: row wrap;margin-top:-30px;}
.contact_list:before,
.contact_list:after{display: none;}
.contact_list .column{margin-top:30px;}
.contact_list .InfoContent{line-height: 1.74;}
.contact_list .InfoContent p{margin-bottom:0;font-family: "思源黑体 CN Normal","思源黑体 CN","Helvetica Neue",Helvetica,Arial,sans-serif;}
@media (min-width:768px){
	.about_item .demand_form_group label{font-size:18px;}
}
@media (min-width:992px){
	.contact_row .foot_ewms{margin-top:0;}
}
@media (min-width:1200px){
	.about_item .demand_form_group .btn{width:250px;}
	
	.contact_list{margin-left:-25px;margin-right:-25px;}
	.contact_list .column{padding-left:25px;padding-right:25px;}
}
@media (min-width:1650px){
	.about_item .demand_form_group .btn{width:300px;}
}

/* 关于我们 - 加入我们 */
.job_list .panel{border:0;box-shadow:none;border-radius:0;margin:0 0 20px;}
.job_list .panel:last-child{margin-bottom:0;}
.job_list .panel-heading{border-radius:0;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:0;position:relative}
.job_list .panel-heading a{display:block;color:#333;overflow:hidden;padding:14px;line-height:24px;position:relative;z-index:1;display: flex;}
.job_list .panel-heading>i{display:block;width:13px;height:8px;background:url(../images/icon/i4.png) no-repeat center;background-size:contain;position:absolute;right:15px;top:22px;transition:all .5s}
.job_list .panel.active .panel-heading{background:#eaeaea;}
.job_list .panel.active .panel-heading>i{transform:rotate(180deg)}
.job_list .panel.active .span{border-right-color: #fff;}
.job_list .span{text-align: center;border-right:1px solid #eaeaea;font-size:15px;padding-left:5px;padding-right:5px;}
.job_list .span:last-child{border-right:none;}
.job_list .span1{width:100%;overflow: hidden;text-align: left;padding-left:0;}
.job_list .span3{width:100px;flex: 0 0 auto;}
.job_list .span2,
.job_list .span4{width:140px;flex: 0 0 auto;}
.job_list .panel-body{padding:20px;background:#f9f9f9;}
.job_list .public_more2{margin-top:30px;}
@media (max-width:991px){
	.job_list .span{width:33.33333%}
	.job_list .span4{display:none}
	.job_list .span:nth-child(3){border-right:0;}
}
@media (max-width:767px){
	.job_list .panel-heading a{padding-left:10px;padding-right:10px;}
	.job_list .panel-heading>i{right:10px;}
}
@media (min-width:768px){
	.job_list .public_more2{margin-top:50px;}
	.job_list .panel-body{padding:30px;}
}
@media (min-width:1200px){
	.job_list .panel-heading a{padding-right:70px;padding-left:30px;}
	.job_list .span{font-size:16px;}
	.job_list .span3{width:150px;}
	.job_list .span2,
	.job_list .span4{width:190px;}
	.job_list .panel-heading>i{right:30px;}
	.job_list .panel-body{padding:40px;}
}




/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.fadeInDown {
	opacity: 0;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(20px,0,0);
	transform: translate3d(20px,0,0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.9,.9,.9);
	transform: scale3d(.9,.9,.9);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}




table {
  border-collapse: collapse;
  font-size: 16px; }
  table tr:last-child {
    border-bottom: 1px solid #e7e7e7; }
  table thead th {
    background: #666;
    padding: 8px 16px;
    color: #fff;
	text-align: center;
    font-weight: normal; }
  table tbody td {
    border-top: 1px solid #e7e7e7;
    padding: 8px 16px;
    font-weight: 300;
    text-align: center;
    border-right: 1px solid #e7e7e7; }
  table tbody tr td:last-child {
    border-right: none; }
  table tbody th {
    border-top: 1px solid #e7e7e7;
   padding: 8px 16px;
    font-weight: 500;
    text-align: right; }
.comparison-table {
  width: 100%;
  max-width: 1220px;
  background: #fff; }
  .comparison-table thead tr:first-of-type th:first-child {
    background: #333;
    font-style: normal; }
  .comparison-table thead a, .comparison-table thead a:link, .comparison-table thead a:visited {
    color: #FD0; }
    .comparison-table thead a.int::before, .comparison-table thead a:link.int::before, .comparison-table thead a:visited.int::before {
      content: url(/images/forward-arrow-white.svg); }
  .comparison-table td.r-1 {
    background: #d0e778; }
  .comparison-table td.r-2 {
    background: #c6eab0; }
  .comparison-table td.r-3, .comparison-table td.r-4 {
    background: #9fd874; }
  .comparison-table hr {
    border: 1px solid #CCC;
    border-width: 1px 0 0 0;
    height: 1px; }
  .comparison-table ul {
		list-style: none;
    margin-top: 0; }
    .comparison-table ul li {
      list-style: none; }
  .comparison-table td.yes {
    background: #b9f493;
    border-top-color: #a7dd85; }
  .comparison-table td.partial {
    background: #defcca;
    border-top-color: #c6e1b4; }
  .comparison-table td.opt {
    background: #fffbaa;
    border-top-color: #ebdd8d; }
  .comparison-table img {
    max-width: 100%; }
  .comparison-table col.sidehead {
    width: 33.33333%; }
  .comparison-table tbody.symbols td {
    text-align: center; }

.comparison-table.ct1 col.colnormal {
  width: 66.66666%; }



@media (max-width: 1000px) {
  .comparison-table {
    font-size: 14px; }

  .comparison-table.ct1 col.colnormal {
    width: auto; }

  .comparison-table thead,
  .comparison-table tbody {
    display: block; }

  .comparison-table thead tr,
  .comparison-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    clear: both; }

  body .comparison-table thead tr th:first-child {
    display: block;
    width: 100%;
    clear: both;
    text-align: center; }

  body .comparison-table thead tr td:first-child {
    display: none; }

  .comparison-table tbody tr th:first-child {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    border-top-color: #999;
    background-color: #f6f6f6; }

  .comparison-table.ct1 thead tr th,
  .comparison-table.ct1 thead tr td,
  .comparison-table.ct1 tbody tr td {
    display: block;
    width: 100%; }
	
	 .comparison-table.ct2 thead tr th,
  .comparison-table.ct2 thead tr td,
  .comparison-table.ct2 tbody tr td {
    display: block;
    width: 50%;
    float: left; }

  .comparison-table.ct2 thead tr th[colspan="2"],
  .comparison-table.ct2 thead tr td[colspan="2"],
  .comparison-table.ct2 tbody tr td[colspan="2"] {
    display: block;
    width: 100%;
    float: left; }

  .comparison-table.ct3 thead tr th,
  .comparison-table.ct3 thead tr td,
  .comparison-table.ct3 tbody tr td {
    display: block;
    width: 33.33333%;
    float: left; }

  .comparison-table.ct4 thead tr th,
  .comparison-table.ct4 thead tr td,
  .comparison-table.ct4 tbody tr td {
    display: block;
    width: 25%;
    float: left; }

  .comparison-table.ct4 thead tr th[colspan="2"],
  .comparison-table.ct4 thead tr td[colspan="2"],
  .comparison-table.ct4 tbody tr td[colspan="2"] {
    display: block;
    width: 50%;
    float: left; }

  .comparison-table.ct4 thead tr th[colspan="3"],
  .comparison-table.ct4 thead tr td[colspan="3"],
  .comparison-table.ct4 tbody tr td[colspan="3"] {
    display: block;
    width: 75%;
    float: left; }

  .comparison-table.ct4 thead tr th[colspan="4"],
  .comparison-table.ct4 thead tr td[colspan="4"],
  .comparison-table.ct4 tbody tr td[colspan="4"] {
    display: block;
    width: 100%;
    float: left; }

  .comparison-table.ct5 thead tr th,
  .comparison-table.ct5 thead tr td,
  .comparison-table.ct5 tbody tr td {
    display: block;
    width: 20%;
    float: left; }

  .comparison-table.ct2 tbody td[colspan="2"] {
    width: 100%; }

  .comparison-table.ct3 tbody td[colspan="3"] {
    width: 100%; }

  .comparison-table.ct3 tbody td[colspan="2"] {
    width: 66.66667%; }
}