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

.layui-fluid,
.layui-main{
  padding: 0px;
  margin: 0 auto;
  line-height: 32px;
  min-width: 1200px;
}
:root{
  --theme-color:#3F7FE0;
  --light-theme-color:#3385FF;
  --border-color:#DDE0E6;
  --white-color:#FFFFFF;
  --black-color:#000000;
  --deep-gray-color:#3E4652;
  --mid-gray-color:#717678;
  --light-gray-color:#999999;
  --special-color:#3972C9;
  --other-color:#E7EFFC;
  --bg-color:#EBF1FA;
}

#logo-nav{
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.logo-nav li{
  line-height: 72px;
  display: inline-block;
  transition: all .5s;
}
.logo-nav-default{background:linear-gradient(to top,transparent 0%,var(--theme-color) 100%);}
.logo-nav-default li:hover,
.logo-nav-default li.on{
  background: rgba(255,255,255,0.2);
  border-bottom: 3px solid var(--white-color);
}
.logo-nav-default #logo{display: none;}

.logo-nav-on{
  background: rgba(255,255,255,1);
  box-shadow: 0 1px 5px var(--light-gray-color);
}
.logo-nav-on li:hover{border-bottom: 3px solid var(--theme-color);}
.logo-nav-on li.on{
  background-color: var(--theme-color);
  border-bottom: 3px solid var(--theme-color);
}
.logo-nav-on li:not(.on) a{color: var(--deep-gray-color);}
.logo-nav-on li:not(.on) a:hover{color: var(--theme-color);}
.logo-nav-on #logo{display: block;}
.logo-nav-on #logo-white{display: none;}

.contact-search{
  margin-top: -40px;
  background: linear-gradient(to right, var(--special-color) 0%,var(--special-color) 56%,var(--light-theme-color) 56.00001%,var(--light-theme-color) 100%);
}
.contact-search-left{background-color: var(--theme-color);}
.right-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px;
  border-right-width: 0;
  border-color: transparent;
  border-left-color: var(--theme-color);
  margin-left: -4px;
}
.contact-search-left,
.contact-search-icon,
.contact-search-info,
.contact-search-icon-search{
  width:auto;
  position: relative;
  display: inline-block;
}
.contact-search-icon,
.contact-search-icon-search{top:-14px}
.contact-search-icon-search span,
.contact-search-icon span{
  border-radius: 50%;
  color: #FFFFFF;
}
.contact-search-icon span{background-color: #FB9910;}
.contact-search-icon-search span{
  background-color: var(--light-theme-color);
  border: 1px solid #37B0FF;
}
.search{margin-bottom: 0px;}
.search .layui-input-inline {margin-right: 0px} 
.search .layui-input-inline{width: auto;} 
.search .layui-input-inline:first-child{width: 370px;}
.search input{border-radius: 0;}
.search button{border-radius: 0 5px 5px 0;}

.tab-title{height: 60px;}
.tab-title li{
  font-size: 18px;
  line-height: 60px;
  min-width: 100px;
  padding: 0 30px;
}
.tab-title .layui-this:after{height: 61px;}
.layui-tab-brief>.tab-title .layui-this {color: var(--theme-color)}
.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.tab-title .layui-this:after {border-bottom: 2px solid var(--light-theme-color)}
.pcatimglist-bg{background: url(../img/gsbj.jpg) top center no-repeat;}
.pcat-img{padding: 0 80px;}
.pcat-img img{
  box-shadow:26px 37px 24px 3px rgba(68,93,127,0.2);
  border-radius:8px;
 /* background-color:var(--white-color); */
  padding: 10px;
}
.pcat-bg p{
	border: 1px solid var(--deep-gray-color);
  border-radius: 10px;
  width: 100%;
}
.pcat-more p{
  border-radius: 20px;
  background-color: var(--theme-color);
}
.pcat-more span{
  background-color: var(--white-color);
  padding: 0 3px;
}

.product-list{
  position: relative;
}
.product-list-title{
  position: absolute;
  padding: 5px 0;
  background-color:rgba(0,0,0,0.4);
  bottom: 0px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.product-list-title p{position: relative;}
.product-list-title p span{
  position: absolute;
  right: 0;
}
.product-list:hover .product-list-title{
  background-color: var(--light-theme-color);
  border-top: 2px solid var(--special-color);
}
.product-list:hover .enlargeimg img{
  transform: scale(1.2);
  transition: all .5s;
}

.about-us-bg{background: url(../img/cambridge-bg.jpg) 0px center no-repeat;}


.good-fixcontent{
   position: absolute;
   height: 550px;
   left: 0;
   right: 0;
   z-index: 2222;
}
.good-fixbg{
  position: absolute;
  height: 550px;
  background-color: rgb(204, 204, 204);
  background: url(../img/lunbo4.jpg) bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  left: 0px;
  width: 100%;
}

.press-button-icon{
  border: 3px solid var(--theme-color);
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.press-button-icon p{color: var(--theme-color);}
.press-button:hover .press-button-icon{background-color: var(--theme-color); transform:translateY(-50px);transition: all .5s;}
.press-button:hover .press-button-info{transform:translateY(-40px);transition: all .5s;}
.press-button:hover .press-button-icon p{color: var(--white-color);transition: all .5s;}
.press-button:hover{background-color: var(--white-color); border-radius: 15px; border: 1px dashed var(--light-theme-color); transition: all .5s;}
.press-button hr{
  width: 60%;
  margin: 10px auto;
}

.section-title div{
  border-bottom:1px solid var(--light-gray-color);
  padding: 0 0 5px 0;
}
.section-title div span{
  padding-bottom: 10px;
  border-bottom: 3px solid var(--deep-red-color);
}

.infosection-title div,
.infosection-title p{
  border-bottom:1px solid var(--light-gray-color);
  width: 48%;
  display: inline-block;
}
.infosection-title div{padding: 0 0 5px 20px;}
.infosection-title div span{
  padding-bottom: 10px;
  border-bottom: 3px solid var(--deep-red-color);
}

.info-list li {
  border-bottom: 1px dotted var(--light-gray-color);
}
.info-list i{
  font-size: 12px;
  color: var(--deep-red-color);
}

.footer {background-color: var(--deep-gray-color);}

.color-white{color: var(--white-color);}
.color-deep-gray{color: var(--deep-gray-color);}
.color-theme{color: var(--theme-color);}

.wwbreadcrumb a,
.wwbreadcrumb a:hover,
.wwbreadcrumb span[lay-separator]{color: var(--white-color)!important;}
.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb span[lay-separator]{color: var(--mid-gray-color)!important;}
.breadcrumb a:hover{color: var(--theme-color)!important;}

a.bwlink{color: var(--black-color);}
a.wlink,
a.wwlink,
a.wwlink:hover,
a.bwlink:hover{color: var(--white-color);}
a.dglink{color: var(--deep-gray-color);}
a.mglink{color: var(--mid-gray-color);}
a.lglink{color: var(--light-gray-color);}
a.clink,
a:hover{color: var(--theme-color);}

.bgcolor{background-color: var(--bg-color);}
.bgcolor-white{background-color: var(--white-color);}
.bgcolor-special{color: var(--special-color);}
.bgcolor-theme{color: var(--theme-color);}

.bordersb1{border-bottom: 1px solid var(--border-color);}
.bordersb2{border-bottom: 2px solid var(--border-color);}
.borderdb1{border-bottom: 1px dashed var(--border-color);}
.borderdb2{border-bottom: 2px dashed var(--border-color);}

.borderdall1{border: 1px dashed var(--border-color);}
.bordersall1{border: 1px solid var(--border-color);}
.white-bordersall1{border: 1px solid var(--white-color);}
.theme-bordersall1{border: 1px solid var(--theme-color);}

.borderstb1{
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--border-color);
}
.borderdtb1{
  border-width: 1px 0;
  border-style: dashed;
  border-color: var(--border-color);
}
.borderall-double3{border: 3px double var(--border-color);}
.borderb3-double3{
  border-width: 0 0 3px 0;
  border-style: double;
  border-color: var(--border-color);
}
hr{border-bottom: 1px solid var(--border-color) !important;}

.ptop5{padding-top: 5px;}
.ptop10{padding-top: 10px;}
.ptop15{padding-top: 15px;}
.ptop20{padding-top: 20px;}
.ptop30{padding-top: 30px;}
.ptop50{padding-top: 50px;}
.pbottom5{padding-bottom: 5px;}
.pbottom10{padding-bottom: 10px;}
.pbottom15{padding-bottom: 15px;}
.pbottom20{padding-bottom: 20px;}
.ptb5{padding-top:5px; padding-bottom: 5px;}
.ptb10{padding-top:10px; padding-bottom: 10px;}
.ptb15{padding-top:15px; padding-bottom: 15px;}
.ptb20{padding-top:20px; padding-bottom: 20px;}
.ptb30{padding-top:30px; padding-bottom: 30px;}
.ptb50{padding-top:50px; padding-bottom: 50px;}

.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.plr5{padding-left:5px;padding-right:5px;}
.plr10{padding-left:10px;padding-right:10px;}
.plr15{padding-left:15px;padding-right:15px;}
.plr20{padding-left:20px;padding-right:20px;}

.pall5{padding: 5px;}
.pall10{padding: 10px;}
.pall15{padding: 15px;}
.pall20{padding: 20px;}

.mtop5{margin-top: 5px;}
.mtop10{margin-top: 10px;}
.mtop15{margin-top: 15px;}
.mtop20{margin-top: 20px;}
.mtop30{margin-top: 30px;}
.mtop50{margin-top: 50px;}
.mbottom5{margin-bottom: 5px;}
.mbottom10{margin-bottom: 10px;}
.mbottom15{margin-bottom: 15px;}
.mbottom20{margin-bottom: 20px;}
.mtb5{margin-top: 5px; margin-bottom: 5px;}
.mtb10{margin-top: 10px; margin-bottom: 10px;}
.mtb15{margin-top: 15px; margin-bottom: 15px;}
.mtb20{margin-top: 20px; margin-bottom: 20px;}
.mtb30{margin-top: 30px; margin-bottom: 30px;}

.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mlr5{margin-left: 5px; margin-right: 5px;}
.mlr10{margin-left: 10px; margin-right: 10px;}
.mlr15{margin-left: 15px; margin-right: 15px;}
.mlr20{margin-left: 20px; margin-right: 20px;}

.mall5{margin: 5px;}
.mall10{margin: 10px;}
.mall15{margin: 15px;}
.mall20{margin: 20px;}

.fr{float: right;}
.fl{float: left;}

.fw{font-weight: bold;}
.fn{font-weight: normal;}

.tleft{text-align: left;}
.tright{text-align: right;}
.tcenter{text-align: center;}

.lh22{line-height: 22px;}
.lh42{line-height: 42px;}
.lh52{line-height: 52px;}
.lh62{line-height: 62px;}
.lh72{line-height: 72px;}
.lh82{line-height: 82px;}

.fsize12{font-size: 12px;}
.fsize16{font-size: 16px;}
.fsize18{font-size: 18px;}
.fsize20{font-size: 20px;}
.fsize22{font-size: 22px;}
.fsize24{font-size: 24px;}
.fsize26{font-size: 26px;}
.fsize30{font-size: 30px;}
.fsize32{font-size: 32px;}
.fsize36{font-size: 36px;}
.fsize40{font-size: 40px;}


.imgbfb{width: 100%;}
.imgbf80{width: 80%;}
.imgbf60{width: 60%;}
.imgbf40{width: 40%;}
.imgh140{height: 140px;}
.imgh160{height: 160px;}
.imgh180{height: 180px;}
.imgh200{height: 200px;}

.imgwbfb img{width: 100%;}
.fixh180 img{height: 180px;}
.fixh200 img{height: 200px;}
.fixh215 img{height: 215px;}
.fixh255 img{height: 255px;}
.fixh285 img{height: 285px;}

.elip4,
.elip3,
.elip2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.elip4{-webkit-line-clamp: 4;}
.elip3{-webkit-line-clamp: 3;}
.elip2{-webkit-line-clamp: 2;}

.hideelement{display: none;}

.enlargeimg{overflow: hidden;}
.enlargeimg img{transition: all .5s;}
.enlargeimg:hover img{
  transform: scale(1.1);
  transition: all .5s;
}

.details-table table{
  width: 100%;
  border-collapse: collapse;
}
.details-table table,
.details-table th,
.details-table td{
  padding-left: 10px;
  border: 1px solid var(--border-color);
}
.details-table table th,
.details-table table td:first-child{
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
}
.details-table img{
  width: 100%;
  margin: 5px 0;
}

.infodetails-nav{margin-top: -80px;}
.infodetails-nav p{
  background: linear-gradient(to top,var(--light-theme-color),var(--theme-color));
  padding: 40px 0;
}
.infodetails-nav-list li{box-shadow: 0 1px 1px var(--white-color);}
.infodetails-nav-list li:hover,
.infodetails-nav-list li.on{
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.infodetails-nav-list li:hover a,
.infodetails-nav-list li.on a{
  color: var(--white-color);
}
.infodetails-info{
  box-shadow: -7px 0px 10px -7px var(--light-gray-color);
  background-color: var(--white-color);
  min-height: 400px;
}

.info-list-one{
  padding: 20px 0px;
  border-bottom: 1px dotted var(--border-color);
}
.info-list-one .layui-panel{
  padding: 5px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color);
}
.info-list-one:hover .title a{
  color:var(--theme-color);
}
.info-list-one .title{
  font-size: 20px;
  font-weight: bold;
  line-height: 42px;
}
.info-list-one .datetime{
  font-size: 16px;
  line-height: 24px;
}
.info-list-one .datetime .more{
  font-size: 14px;
  line-height: 24px;
  background-color: var(--theme-color);
  padding: 2px 10px;
  float: right;
  color: #FFFFFF;
}
.info-list-one .datetime .author{
  padding-left:20px;
}
.info-list-one .info{
  font-size: 14px;
  line-height: 32px;
  height: 110px;
}

.tabs{margin: 0px;}
.tabs-brief>.layui-tab-more li.layui-this:after,
.tabs-brief>.tabs-title .layui-this:after {
  height: 78px;
  border:1px solid #C9033B;
}
.tabs-brief[overflow]>.tabs-title .layui-this:after {top: 0px}
.tabs-title {
  margin-top: 5px;
  height: 78px; 
  border: none;
}
.tabs-title li {
  height: 78px;
  padding: 2px;
}
.tabs-title li:not(:first-child) {margin-left: 3.2px;}
.tabs-title li img{height: 74px;}
.tabs-content{padding: 0px;}
.tabs-content .layui-tab-item img{width: 100%;}

.contact-list4{
  padding:0 0 20px 0;
  line-height: 32px;
}
.contact-list4 span{color: red;}

.panel{border-bottom: 1px solid var(--border-color);}
.panel-title{
  border-left: 3px solid var(--theme-color);
  padding-left: 20px;
}

.wpagingn a,
.wpagingn span{
  padding: 0 10px;
  line-height: 42px;
  font-size: 16px;
  color: var(--deep-gray-color);
}
.wpagingn a:hover,
.wpagingn .cpage{color: var(--theme-color);}


#catmenu { background:#f7f7f7;}
#catmenu a {color:#333;font-weight:700;}
#catmenu a:hover { color:#333;  font-weight:700;}


