/* ---------------------------------------------------------
Written by Darcy
Date: 20160308
Edited:20170320;
----------------------------------------------------------*/
/* ---------------------------------------------------------
1:common
----------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  vertical-align: baseline;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: helvetica, "Microsoft Yahei", "sans-serif", serif;
}
body {
  background-color: #fff;
  margin: 0 auto;
}
a {
  color: #000000;
  font-family: helvetica, "Microsoft Yahei", "sans-serif", serif;
  text-decoration: none;
}
#container {
  width: 100%;
  height: 100%;
  margin: auto;
}
/*@media screen and (max-device-width: 30em) {
	#divMain{
	float: none;
	width:auto;
	}

	#divSidebar {
	display:none;
	}
}*/
/* Alignment */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}
/* ---------------------------------------------------------
2:header
----------------------------------------------------------*/
#header {
  width: 100%;
  height: 80%;
  background: url(image/sy.png);
  /*#18DDB6 url(bg1.jpg) no-repeat fixed #99CCFF #CCFF99 #1DEA9F 13,23,159*/
  background-size: cover;
  float: left;
}
#header1 {
  width: 100%;
  height: 100%;
  background: url(image/gsjj.png);
  float: left;
}
#header2 {
  width: 100%;
  height: 100%;
  background: url(image/cpjs.png);
  float: left;
}
#header3 {
  width: 100%;
  height: 80%;
  background: url(image/lxwm.png);
  background-size: cover;
  float: left;
}
/*@media screen and (max-device-width: 48em){
	#header{
	width: 100%;
	height: 60%;
}*/
#header #navcontainer {
  width: 100%;
  height: 2.5em;
  position: fixed;
  top: 0;
  background-color: black;
  opacity: 0.45;
  z-index: 1;
}
#header #DW {
  position: relative;
  padding-left: 3.16%;
  padding-top: 5%;
}
#header #title {
  position: relative;
  padding-top: 5%;
}
@media screen and (max-device-width: 30em) {
  #title {
    width: 50%;
  }
}
#navcontainer ul {
  width: 60em;
  height: 2.5em;
  margin: 0 auto;
  list-style-type: none;
}
#navcontainer li {
  float: left;
  width: 15%;
  text-align: center;
}
#navcontainer li:hover {
  background-color: #444435;
  color: black;
}
#navcontainer #l2,
#l3,
#l4 {
  margin-left: 5.2%;
}
#navcontainer a {
  color: white;
  opacity: 1;
  font-size: 1em;
  line-height: 2.5em;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  width: 100%;
  min-width: 1200px;
}
.footer .table td {
  display: inline-block;
  margin-left: 50px;
  vertical-align: top;
}
.footer .table .title {
  display: block;
  margin-bottom: 10px;
  color: #004ea2;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.footer .table li {
  list-style: none;
}
.footer .table li a {
  font-size: 14px;
  color: #373838;
  line-height: 32px;
  text-decoration: none;
}
.footer .table li a:hover {
  color: #004ea2;
}
.footer .line {
  margin-top: 50px;
  width: 1000px;
  height: 10px;
  background: url(https://www.rongdabiotech.com/images/line.png) no-repeat;
}
.footer .copyright {
  margin-top: 30px;
  color: #999;
  font-size: 16px;
}
.footer .copyright .tel {
  font-size: 20px;
  color: #004ea2;
  font-weight: 1000;
  padding-left: 20px;
}
