.c {
  color: #eed725;
}
.c2 {
  color: #e5852e;
}
.c3 {
  color: #333;
}
.c4 {
  color: #999;
}
.c5 {
  color: #fff;
}
.c6 {
  color: #000;
}
html,
body {
  height: 100%;
  min-width: 1200px;
}
.wp {
  width: 1075px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fixed {
  padding-top: 80px;
}
.footer {
  background: #333333;
}
.footer .footer-top {
  padding: 50px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.footer .footer-top .ft-l {
  width: 635px;
  font-size: 12px;
  color: #adadad;
  line-height: 20px;
}
.footer .footer-top .ft-l p {
  color: #adadad;
}
.footer .footer-top .ft-c {
  margin-left: 162px;
}
.footer .footer-top .ft-c a {
  font-size: 12px;
  color: #adadad;
  line-height: 28px;
  transition: color 0.5s;
}
.footer .footer-top .ft-c a:hover {
  color: #fff;
}
.footer .footer-top .ft-r {
  text-align: right;
}
.footer .footer-top .ft-r img {
  width: 105px;
  height: 105px;
}
.footer .footer-top .ft-r p {
  font-size: 12px;
  color: #adadad;
  line-height: 1;
  margin-bottom: 4px;
}
.footer .footer-top .ft-r .phone {
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 13px;
}
.footer .footer-bottom {
  font-size: 12px;
  padding: 20px;
  text-align: center;
}
.footer .footer-bottom p{
  color: #adadad;
  line-height: 2;
}
.footer .footer-bottom p a{
  color: #adadad;
}
.footer .footer-bottom p .beian{
  color: #e5852e;
}

.footer .footer-bottom p img{
  vertical-align: middle;
  margin-right: 5px;
}
.footer .footer-bottom p span{
  color: #adadad; 
  vertical-align: middle;
}
.header {
  width: 100%;
  height: 158px;
  background: #fff;
}
.header .menu-nav .logo {
  float: left;
  margin-top: 4px;
  width: 150px;
  height: 150px;
  background: url('../../../../public/images/logo.jpg') center no-repeat;
  background-size: cover;
}
.header .menu-nav .nav {
  float: right;
  margin-top: 75px;
}
.header .menu-nav .nav ul > li {
  float: left;
}
.header .menu-nav .nav ul > li a {
  font-size: 15px;
  display: inline-block;
  padding: 0 30px;
  height: 36px;
  line-height: 36px;
  transition: color 0.5s;
}
.header .menu-nav .nav ul > li a:hover {
  color: #e5852e;
}
.breadcrumb {
  padding: 10px 0;
  color: #4d4d4d;
}
.breadcrumb .b-left a {
  color: #4d4d4d;
  transition: all 0.5s;
}
.breadcrumb .b-left a:hover {
  color: #e5852e;
}
.breadcrumb .b-right {
  color: #e5852e;
}
.section .section-title h2 {
  font-size: 28px;
  color: #353535;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.section .section-title .english-name .en_bg_center {
  line-height: 24px;
  color: #a0a0a0;
  text-align: center;
  font-size: 20px;
}
.section .section-title .english-name > div {
  float: left;
}
.section .section-title .english-name .en_bg_left {
  width: 464px;
  height: 24px;
  background: url('../images/line-left.png') no-repeat right center;
}
.section .section-title .english-name .en_bg_center {
  padding: 0 20px;
}
.section .section-title .english-name .en_bg_right {
  width: 464px;
  height: 24px;
  background: url('../images/line-right.png') no-repeat left center;
}
