/* 
* @Author: yanpeihong
* @Date:   2016-05-26 16:44:40
* @Last Modified by:
* @Last Modified time:
*/
/*LAYOUT CSS*/
.container {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mainColor {
  color: #0099cc;
}
.site_nav .site_right a:hover {
  color: #0099cc;
}
/*header css*/
.site_nav {
  height: 31px;
  line-height: 31px;
  background-color: #F4F4F4;
  border-bottom: 1px solid #E0E0E0;
  font-size: 12px;
  color: #999999;
}
.site_nav b {
  color: #ff9000;
}
.site_nav .site_right a {
  color: #999999;
  padding: 0 14px;
}
.header {
  height: 90px;
  background-color: #FFFFFF;
}
.header .logo {
  padding-top: 18px;
}
.header .logo img {
  float: left;
  height: 53px;
  margin-right: 12px;
}
.header .logo .sub_brand {
  float: left;
  margin-top: 10px;
  padding-left: 12px;
  width: 160px;
  font-size: 12px;
  color: #959595;
  border-left: 1px solid #959595;
}
.header .nav {
  max-width: 830px;
  float: right;
}
.header .nav li {
  position: relative;
  float: left;
}
.header .nav li a {
  line-height: 88px;
  display: block;
  color: #161616;
}
.header .nav li + li {
  margin-left: 45px;
}
.header .nav li.on > a,
.header .nav li > a:hover {
  color: #0099cc;
  border-bottom: 2px solid #0099cc;
}
.header .nav .drop-down {
  display: none;
  width: 745px;
  min-height: 296px;
  position: absolute;
  top: 90px;
  left: -173px;
  z-index: 3;
  padding: 30px 0 0 70px;
  *border-top: 1px solid #dfdfdf;
  background: #FFFFFF url(../images/nav_drop_bg.png) no-repeat right bottom;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.header .nav .drop-down dl {
  float: left;
  width: 160px;
}
.header .nav .drop-down dl dt {
  font-size: 16px;
  margin-bottom: 15px;
  color: #161616;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
.header .nav .drop-down dl dd a {
  display: block;
  line-height: 34px;
  color: #999999;
}
.header .nav .drop-down dl dd a:hover {
  color: #0099cc;
}
.header .nav .drop-down dl + dl {
  margin-left: 25px;
}
/*footer css*/
.footer {
  padding-top: 45px;
  background-color: #3E3E3E;
}
.footer .footer_brand {
  width: 430px;
  color: #C7C7C7;
}
.footer .footer_brand .footer_logo {
  display: block;
  width: 298px;
  height: 108px;
  margin-bottom: 20px;
}
.footer .footer_brand .footer_logo img {
  width: 298px;
  height: 108px;
}
.footer .footer_brand p {
  font-size: 12px;
  padding-bottom: 5px;
}
.footer .footer_brand h2 {
  font-size: 22px;
  font-weight: 400;
}
.footer .service {
  width: 220px;
}
.footer .service dt {
  color: #C7C7C7;
  margin-bottom: 25px;
}
.footer .service dd {
  line-height: 24px;
}
.footer .service dd a {
  color: #C7C7C7;
}
.footer .service dd a:hover {
  color: #0099cc;
}
.footer .footer_contact {
  width: 520px;
}
.footer .footer_contact p {
  padding-bottom: 10px;
  color: #C7C7C7;
}
.footer .footer_contact p span {
  float: left;
  width: 38px;
  height: 20px;
  border-right: 2px solid #999;
  margin-right: 20px;
}
.footer .footer_contact p .tel {
  height: 35px;
  background: url(../images/footer_tel_icon.png) no-repeat left center;
}
.footer .footer_contact p .email {
  background: url(../images/footer_email_icon.png) no-repeat left center;
}
.footer .footer_contact p .adress {
  background: url(../images/footer_address_icon.png) no-repeat left center;
}
.footer .footer_contact .fc_1 {
  font-size: 30px;
}
.footer .footer_contact .fc_1 strong {
  font-weight: 400;
  font-size: 50px;
}
.footer .copyright {
  margin-top: 32px;
  padding: 6px 0;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #c7c7c7;
}
hr {
  width: 100%;
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #686868;
}
/*# sourceMappingURL=public.css.map */
