.main{width:1200px; margin:0px auto;position: relative;min-width:1200px;}
.fl{float:left;}
.fr{float:right;}
.clear_float {height: 0px;clear: both;}
a:link, a:visited {color: #494949;text-decoration: none;}
a:hover {text-decoration: none;color: #56b098;}
.col-md-3 {width: 25%;}
.col-md-6 {width: 50%;}
line{position: relative;width: 200px;height: 4px;background: #56b098;display: block;margin: 0 auto;}
line i{height: 0px;
width: 0px;
left: 50%;
margin-left: -2.5px;
display: block;
position: absolute;
top: -10px;
z-index: 999;
border: inset 5px;content: "";
border-top-style: solid;border-color: transparent transparent #56b098 transparent;}
header{background: #f1f5f6;height: 180px;}
header .top{color: #fff;
background:#252c56;
line-height: 28px;overflow: hidden;}
header .top a{color:#fff;}
header .box {
    background: #034171;
    width: 100%;
    height: 90px;
    border-top: 1px solid #c7c8c9;
}
header .box .logonav{height: 90px;}
header .box .logo {
    height: 60px;
    float: left;
    position: absolute;
    bottom: 0px;
}
header .box nav {
    margin-top: 50px;
    overflow: hidden;
    background: #56b098;
    width: auto;
    float: right;
    border-radius: 3px;
}
header .box nav li {
    padding: 0px;
    float: left !important;
    list-style: none;
    font-size: 20px;
    clear: unset;
}
header .box nav li:hover{background:#00989e;}
header .box nav li a {
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: ??????;
    font-weight: 500;
    display: block;
    height: 100%;
    padding: 0px 20px;
}
header .box nav li a i{
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #fff transparent transparent transparent;
    border-top-style: solid;
    margin-top: 25px;
    float: right;
    margin-left: 5px;
}
header .box nav li:hover a i{border-color: transparent transparent #fff transparent;margin-top: 20px;}
header .box nav .dropdown{position: absolute;
width: 250px;
background: #00989e;
z-index: 999999;display:none;}
header .box nav li:hover .dropdown{display:block;}
header .box nav .dropdown li{float: unset !important;}
header .box nav .dropdown li a{text-align:left;font-weight:bold;}
header .box nav .dropdown li a:hover{color:#034171;}

header .box nav .menu1{width: 100%;left: 0px;padding-bottom: 20px}
header .box nav .menu1 li{float: left !important;width: 300px;}
header .box nav .menu1 li a{line-height:22px;}

header .box nav .menu203{width: 100%;left: 0px;padding-bottom: 20px}
header .box nav .menu203 li{float: left !important;width: 300px;}
header .box nav .menu203 li a{line-height:22px;}

header .box nav .dropdown2{}
header .box nav .dropdown2 li{line-height: 22px;position: relative;}
header .box nav .dropdown2 li a{font-size: 12px;line-height: 22px;font-weight:normal;}

header .box nav .menu2{width: 100%;left: 0px;padding-bottom: 20px}
header .box nav .menu2 li{float: left !important;width: 300px;}
header .box nav .menu2 li a{line-height:22px;}

header .box nav .dropdown2 li:hover ul{display:block;}
header .box nav .dropdown2 li ul {
  display: none;
  position: absolute;
  z-index: 1111;
  left: 220px;
  top: -4px;
  background: #057b80;
  width: 330px;
  padding: 5px 0px;
  border-radius: 3px;
}
header .box nav .dropdown2 li ul li{
  width:100%;
}
header .box nav .dropdown2 li i {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 80px;
  top: 3px;
  background-image: url(../images/r3.png);
  background-size: 100%;
}
header .box nav .dropdown3 li{
  line-height: 18px;
}
header .box nav .dropdown3 li:hover{
  background:none;
}
header .box nav .dropdown3 li a{
  line-height: 24px;
  padding: 0px 10px;
}
header .box nav .dropdown2 li:hover i{background-image: url(../images/r3on.png);}

header .box nav .menu3 .dropdown2{display:none;}


header .searchbox form{margin: 10px 0px;
background: #fff;
border-radius: 5px;
height: 36px;
border: 1px solid #b3b3b3;
padding: 3px;}
header .searchbox .searchico{
    float: left;
    height: 30px;
    margin-top: 5px;
    margin-left: 15px;
    border-right: 2px solid #bfbfbf;
    padding-right: 15px;
}
header .searchbox .keys{
    height: 30px;
    margin-top: 5px;
    padding-left: 10px;
    font-size: 16px;
    width: 960px;
}
header .searchbox .submit {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .6px;
    margin: 0;
    text-shadow: 1px 1px 1px gray;
    text-transform: uppercase;
    padding: .425rem 1.25rem .5rem;
    background-image: -webkit-linear-gradient(top,#318975 0,#00989e 100%);
    background-image: linear-gradient(to bottom,#318975 0,#00989e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00AE9E',endColorstr='#FF00989E',GradientType=0);
    position: relative;
    z-index: 2;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #fff;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
header .searchbox .submit:hover {
    background-image: -webkit-linear-gradient(top,#00989e 0,#00989e 100%);
    background-image: linear-gradient(to bottom,#00989e 0,#00989e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00989E',endColorstr='#FF00989E',GradientType=0);
}

.Featured-Research-Reagents{background:url(../images/FeaturedResearchReagents-bg.jpg);background-size:cover;}
.owl-carousel .owl-wrapper-outer{width:1200px !important;}
.Featured-Research-Reagents .title{
    line-height: 80px;
    font-size: 30px;
    color: #666;
    text-align: center;
    padding-top: 20px;
}
.Featured-Research-Reagents .list{position: relative;margin-top: 20px;}
.Featured-Research-Reagents .item{float: left;width: 390px;
list-style:none;}
.Featured-Research-Reagents .item img{width:100%;}
.Featured-Research-Reagents .owl-buttons div{padding: 18px 15px !important;
background: rgba(69,90,100,0.8) !important;
position: absolute;
top: 110px;
font-size:14px;
font-weight: bold !important;}
.Featured-Research-Reagents .owl-buttons .owl-prev{
left: -5px;
border-top-right-radius: 40px !important;
border-bottom-right-radius: 40px !important;
border-top-left-radius: unset !important;
border-bottom-left-radius: unset !important;
}
.Featured-Research-Reagents .owl-buttons .owl-next{
right: 12px;
border-top-left-radius: 40px !important;
border-bottom-left-radius: 40px !important;
border-top-right-radius: unset !important;
border-bottom-right-radius: unset !important;
}
.Featured-Research-Reagents .item h4 {
    padding: 10px 10px 0 0;
    height: 40px;
    font-size: 22px;
    font-weight: 400;
}
.Featured-Research-Reagents .item span{line-height: 30px;height: 90px;
overflow: hidden;
display: block;}
.Featured-Research-Reagents .item .more{padding: 10px 18px;
background: #3d4f69;
display: inline-block;
color: #ffffff;
border-radius: 6px;
line-height: 20px;
font-size: 13px;
transition: 250ms all ease-in-out;}

.Featured-Research-Reagents .item .more:hover {
    background: #9bb7dd;
    color: #ffffff;
}


.Our-Services{background:url(../images/OurServices-bg.jpg);background-size:cover;padding-bottom: 100px;}
.Our-Services .title{
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.Our-Services .tips {
    text-align: center;
    font-weight: 400;
    color: #fff;
    line-height: 80px;
}
.Our-Services .list{position: relative;
overflow: hidden;
width:1180px;
margin: 0px auto;}
.Our-Services .list .item{display: block;
color:#fff;
float:left;
height: 240px;
width: 240px;
margin: 20px 24px;
padding: 2px;
text-align: center;}
.Our-Services .list .item img{width: 100%;
height:185px;
background: #bfbfbf;
cursor: pointer;}
.Our-Services .list .item a {
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
}
.Our-Services .list .item:hover{background-color: #f66c32;border: 2px solid #f66c32;padding:0px;}
.Our-Services .owl-controls .owl-buttons div {
    background: none !important;
    font-size: 60px !important;
    color: #fff !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 70px !important;
}
.Our-Services .owl-controls .owl-buttons .owl-prev{left: -20px !important;}
.Our-Services .owl-controls .owl-buttons .owl-next{right: -20px !important;}



footer {
    margin-top: 50px;
    background: #252c56;
    color: #ffffff;
    padding-top: 25px;
}
footer .container{overflow:hidden;}
footer .container .row div{float:left;}
footer .container .row div h4{margin-top: 10px;margin-bottom: 10px;font-size: 18px;color:#ffffff;font-weight: 500;}
footer ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
footer .flogo{width: 150px;margin-top: 20px;}
footer ul li {
    padding-bottom: 4px;
}
footer a {
    color: #96b2d7 !important;
}
footer a:hover{
    color: #ffffff !important;
}
footer a .fa{
    font-size: 18px;
    color: #364861;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    background: #fec218;
}
footer a:hover .fa{
    color: #fec218;
    background: none;
}
footer .copyright{
    background: #131936;
    font-size: 13px;
     color: #96b2d7;
     padding: 15px 0;
}

.pages {
    text-align: center;
    line-height: 80px;
}
.pages span, .pages a, .pages select{
    min-width: 50px;
    line-height: 40px;
    height: 40px;
    padding: 0;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #bfbfbf;
    display: inline-block;
}
.topactive{
    position: fixed;
    top: 0px;
    left: 0px;
    background: #f1f5f6;
    z-index: 99999;
    width: 100%;
}
.topactive .top{
    display: none;
}


.conform {
  background: url(../images/formdw.jpg);
  border: #ddd 1px solid;
  width: 908px;
  margin: 10px auto;
}
.conform img{
  float: left;
  padding: 0 20px 10px 20px;
  height: 80px;
}
.conform h3 {
  margin: 20px 0 0 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: black;
  background: transparent;
}
.conform form {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.conform form .box{
  background: #fff;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
.conform li {
  width: 40%;
  padding: 0 5%;
  float: left;
  list-style: none;
}
.conform li span {
  width: 100%;
  display: block;
  padding-left: 3px;
  line-height: 1.6em;
  margin: 6px 0px;
  color: #666;
  font-size: 14px;
}
.conform li .ipt{
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #CCCCCC;
  color: #222222;
  outline: medium none;
  padding: 2px 6px;
  border-radius: 2px 2px 2px 2px;
  vertical-align: middle;
  margin-top: 0;
  line-height: 1.4em;
  margin-bottom: 0;
  width: 100%;
  height: 30px;
}
.conform li .area{height: 100px;
width: 818px;}
.conform p {
  padding: 0px 30px;
}
.conform .sub {
  border: 0;
  background: #3a7bb2;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin-left: 30px;
  display: block;
  width: 120px;
  margin-bottom: 30px;
  cursor: pointer;
}
.sortico{
  height: 15px;
  position: absolute;
}
.searchtype{
  height: 40px;
  line-height: 40px;
  background: #F6FBFE;
  border-bottom: 2px solid #252c56;
}
.searchtype a{
  font-size: 16px;
  padding: 0 30px;
}
.searchtype .cur {
  background: #034171;
  color: #FFF;
  display: inline-block;
}
.rcontent .tab .types {
  background: #fbfbfb;
  height: 50px;
  line-height: 50px;
  display:none;
}
.rcontent .tab .fixed{
  position: fixed;
  width: 808px;
  top: 180px;
}
.rcontent .tab .types li {
  flex-grow: 1;
  list-style: none;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  color: #333;
}
.rcontent .tab .types li.active {
  background: #00989e;
  color:#fff;
}
.rcontent .tab .item{
  border:none !important;
}
.rcontent .tab .item .label{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}