﻿body,
html {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 14px;
  font-family: 'Myriad Set Pro', 'Helvetica Neue', Helvetica, Arial, Verdana,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
li {
  list-style: none;
}
html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}

.clearfix::after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  clear: both;
}
.margin {
  margin: 0;
}

/*首页*/
header {
  width: 100%;
  background: #ffffff;
}

header .top-img .logo img {
  width: 100%;
  vertical-align: top;
}
header .top-img .logo .new-logo-bj {
  background: url(../image/logobj.png) no-repeat center center;
  height: 300px;
  width: 100%;
  background-size: cover;
}
header .top-img .logo .new-logo-bj-flex {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-family: 'Microsoft YaHei';
}
header .top-img .logo .new-logo-bj-flex .new-logo-bj-flex-l {
  font-size: 48px;
  font-weight: 700;
  width: 480px;
  height: 63px;
  margin-top: 119px;
}
header .top-img .logo .new-logo-bj-flex .new-logo-bj-flex-r {
  width: 372px;
  height: 120px;
  font-size: 18px;
  font-weight: 400;
  margin-top: 125px;
}
header .top-img .logo .new-logo-bj-flex .new-logo-bj-flex-r p {
  text-align-last: justify;
  text-align: justify;
}
header .top-img .logo .new-logo-bj-flex .new-logo-bj-flex-r p.text-l {
  text-align: left;
  text-align-last: left;
}

header .top-img .nav {
  float: right;
  width: 300px;
  height: 20px;
  background: #fff;
  margin-top: 60px;
  padding: 0 auto;
  font-size: 18px;
}

header .top-img .nav .bs-lead {
  float: right;
  width: 100px;
  height: 20px;
  color: #333333;
  background: #fff;
  font-weight: bold;
  margin-left: 30px;
}

header .top-img .nav .bs-lead:hover {
  color: #037fda;
  cursor: pointer;
}

header .top-img .nav .bs-lead .bs-img {
  float: left;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

header .top-img .nav .bs-lead .bs-title {
  float: left;
  width: 80px;
  height: 20px;
  line-height: 20px;
}

header .top-img .nav .bs-lead .bs-title a {
  color: #333;
}
header .top-img .nav .bs-lead:hover .bs-title a {
  color: #037fda;
  cursor: pointer;
}

header .top-img .nav .bs-lead .bs-img img {
  margin-left: -50px;
  filter: drop-shadow(50px 0 0 #333333);
}

header .top-img .nav .bs-lead:hover .bs-img img {
  margin-left: -50px;
  filter: drop-shadow(50px 0 0 #037fda);
}

header .top-img .nav .gl-lead {
  float: right;
  width: 120px;
  height: 20px;
  margin-left: 20px;
  background: #fff;
  color: #333333;
  font-weight: bold;
  padding-left: 10px;
  border-left: 1px solid #d2d2d2;
}

header .top-img .nav .gl-lead:hover {
  color: #037fda;
  cursor: pointer;
}

header .top-img .nav .gl-lead .gl-img {
  float: left;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

header .top-img .nav .gl-lead .gl-title {
  float: left;
  width: 80px;
  height: 20px;
  line-height: 20px;
}

header .top-img .nav .gl-lead .gl-title a {
  color: #333;
}
header .top-img .nav .gl-lead:hover .gl-title a {
  color: #037fda;
  cursor: pointer;
}

header .top-img .nav .gl-lead .gl-img img {
  margin-left: -50px;
  filter: drop-shadow(50px 0 0 #333333);
}

header .top-img .nav .gl-lead:hover .gl-img img {
  margin-left: -50px;
  filter: drop-shadow(50px 0 0 #037fda);
}

.htop {
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
header .top {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top .tabbar {
  flex: 1;
}

header .top .tabbar ul li {
  color: rgba(51, 51, 51, 1);
  margin: 0;
  cursor: pointer;
  position: relative;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  margin-right: 12px;
  width: 96px;
}

header .top .tabbar ul li a {
  display: block;
  /*padding: 0 20px;*/
  text-decoration: none;
  color: #333;
}
header .tabbar ul li.select a {
  position: relative;
  color: rgba(27, 126, 246, 1);
}
header .tabbar ul li.select .tab-item:before {
  content: '';
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 0;
  height: 3px;
  background: rgba(27, 126, 246, 1);
}

header .top .top-search {
  float: right;
  width: 300px;
  height: 44px;
  background: #f2f2f2;
  margin-top: 30px;
}

header .top .top-search input {
  width: 242px;
  height: 44px;
  border: none;
  background: #f2f2f2;
  padding-left: 30px;
}

input::-webkit-input-placeholder {
  /* padding-left:30px; */
  opacity: 0.6;
}

header .top .top-search .icon {
  cursor: pointer;
  float: right;
  width: 58px;
  height: 44px;
  background: #037fda;
}

header .top .top-search .icon-img {
  margin-left: 16px;
  margin-top: 9px;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

header .top .top-search .icon-img img {
  /* margin-left: -50px;
  filter: drop-shadow(50px 0 0 #fff); */
}

/*下拉菜单*/
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.dropdown-content a {
  font-size: 12px !important;
  padding: 4px 12px;
  line-height: 20px;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
  display: block;
}

/*焦点图*/
.slide-main {
  height: 565px;
  position: relative;
}
.prev,
.next {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 222;
  top: 267px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  _border: 1px solid none;
}
.prev {
  left: 50px;
}
.next {
  right: 50px;
}
.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.item {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 124;
  top: 520px;
  left: 0;
  text-align: center;
}
.item a {
  display: inline-block;
  width: 24px;
  height: 5px;
  margin-right: 11px;
  background: #333;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
}
.item a.cur {
  background: #fff;
}
.slide-box,
.slide {
  display: block;
  width: 100%;
  height: 565px;
  overflow: hidden;
}
.slide-box {
  position: relative;
}
.slide {
  display: none;
  height: 565px;
  background: #ff6900;
  position: relative;
  position: absolute;
  z-index: 8;
}

#bgstylec {
  background: url(../image/banner_bg1.png) no-repeat top center;
}
#bgstylea {
  background: url(../image/banner_bg2.png) no-repeat top center;
}

.slide a {
  display: block;
  width: 100%;
  height: 565px;
  cursor: pointer;
}
.obj-a,
.obj-b,
.obj-c,
.obj-d,
.obj-e,
.obj-f {
  position: absolute;
  z-index: 9;
  left: 50%;
}
.obj-e {
  width: 540px;
  margin-left: -540px;
  top: 180px;
  z-index: 12;
}
.obj-e h1 {
  width: 100%;
  display: block;
  font-size: 40px;
  color: #fff;
}
.obj-e p {
  width: 100%;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  margin-top: 16px;
}
.obj-e a {
  width: 158px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  transition: all 0.2s;
}
.obj-e a:hover {
  background: #97cb00;
  color: #fff;
  border: 1px solid #97cb00;
}
.banAnimate .obj-e {
  display: block;
  animation-name: saAnic;
  -webkit-animation: saAnic 0.3s linear 0s normal none;
  -moz-animation: saAnic 0.3s linear 0s normal none;
  animation: saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@-moz-keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}

.c1 {
  width: 1200px;
  margin: 0px auto;
  margin-top: 30px;
}
.c1 h1 {
  font-size: 30px;
  color: #2b2b2b;
  text-align: center;
}
.c1 p {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.c1 ul {
  width: 1200px;
  background: #fff;
  margin-top: 40px;
}
.c1 ul li {
  width: 300px;
  background: #fff;
  float: left;
  padding: 60px 0;
  transition: all 0.2s;
}
.c1 ul li:hover {
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1px;
}
.c1 ul li img {
  margin: 0px auto;
  display: block;
}
.c1 ul li h6 {
  font-size: 16px;
  width: 260px;
  font-size: 18px;
  text-align: center;
  margin: 20px auto 10px auto;
  padding-top: 20px 0;
}
.c1 ul li p {
  font-size: 14px;
  width: 260px;
  margin: 10px auto 30px auto;
  text-align: left;
  line-height: 23px;
}
.c1 ul li a {
  transition: all 0.2s;
  width: 138px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ececec;
  display: block;
  margin: 0px auto;
  color: #9a9a9a;
}
.c1 ul li a:hover {
  background: #97cb00;
  color: #fff;
  border: none;
}

.c2 {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  margin-top: 30px;
}
.c2 h1 {
  font-size: 30px;
  color: #2b2b2b;
  text-align: center;
}
.c2 p {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.c2 ul {
  width: 1200px;
  overflow: auto;
  margin-top: 40px;
}
.c2 ul li {
  width: 600px;
  height: 300px;
  float: left;
}
.c2 ul li span {
  width: 300px;
  height: 300px;
  display: block;
  float: left;
  background: #fff;
}
.c2 ul li span h6 {
  width: 240px;
  margin: 0px auto;
  font-size: 20px;
  color: #666;
  padding-top: 80px;
}
.c2 ul li span p {
  width: 240px;
  margin: 0px auto;
  text-align: left;
  line-height: 23px;
  font-size: 14px;
  color: #9a9a9a;
  padding-top: 12px;
}
.c2 ul li span a {
  width: 108px;
  height: 30px;
  border: 1px solid #ececec;
  display: block;
  margin-left: 30px;
  margin-top: 40px;
  color: #9a9a9a;
  transition: all 0.2s;
  background: url(../image/jiantou-1.png) no-repeat center center;
}
.c2 ul li span a:hover {
  border: 1px solid #97cb00;
  background: url(../image/jiantou-2.png) no-repeat center center #97cb00;
}
.c2 ul li img {
  width: 300px;
  height: 300px;
  display: block;
  float: left;
}

.c4 {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  margin-top: 30px;
}
.c4 h1 {
  font-size: 30px;
  color: #2b2b2b;
  text-align: center;
}
.c4 p {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.c4 ul {
  width: 1200px;
  overflow: auto;
  margin-top: 40px;
}
.c4 ul li {
  width: 222px;
  height: 238px;
  border: 1px solid #ececec;
  float: left;
  margin-right: 20px;
}
.c4 ul li img {
  margin: 40px auto 20px auto;
  display: block;
}
.c4 ul li h6 {
  width: 100%;
  font-size: 20px;
  color: #666;
  text-align: center;
  margin: 0px;
}
.c4 ul li p {
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 6px;
}

.c5 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin-top: 80px;
  padding-bottom: 40px;
}
.c5 h1 {
  font-size: 30px;
  color: #2b2b2b;
  text-align: center;
  padding-top: 40px;
}
.c5 p {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.c5 ul {
  width: 1200px;
  overflow: hidden;
  margin: 20px auto;
}
.c5 ul li {
  width: 380px;
  float: left;
  margin-right: 20px;
}
.c5 ul li i {
  width: 100%;
  display: block;
  font-style: normal;
  color: #9a9a9a;
  font-size: 20px;
}
.c5 ul li span {
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dedede;
  font-weight: bold;
  font-size: 16px;
}
.c5 ul li span a {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.2s;
  color: #333;
}
.c5 ul li span a:hover {
  color: #97cb00;
}
.c5 ul li b {
  color: #9a9a9a;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  margin-top: 16px;
  display: block;
  line-height: 25px;
  display: block;
}
.c5 .more {
  width: 140px;
  margin: 30px auto 0 auto;
}
.c5 .more a {
  height: 40px;
  width: 140px;
  display: block;
  transition: all 0.2s;
  border: 1px solid #dedede;
  background: url(../image/jiantou-1.png) no-repeat center center;
}
.c5 .more a:hover {
  background: #97cb00;
  color: #fff;
  border: 1px solid #97cb00;
  background: url(../image/jiantou-2.png) no-repeat center center #97cb00;
}

.news_banner {
  width: 100%;
  height: 400px;
  background: url(../image/news-banner.png);
  overflow: hidden;
}
.news_banner span {
  width: 300px;
  display: block;
  margin: 0px auto;
  font-size: 48px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 146px;
  padding: 30px;
}
.list_news {
  width: 1200px;
  margin: 0px auto;
}
.list_news ul {
  width: 100%;
  overflow: hidden;
}
.list_news ul li {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-top: 40px;
}
.list_news ul li image {
  width: 300px;
  height: 180px;
  display: block;
  float: left;
}
.list_news ul li img {
  width: 300px;
  height: 180px;
  display: block;
  float: left;
}
.list_news ul li span {
  width: 850px;
  display: block;
  float: right;
  height: 179px;
  border-bottom: 1px solid #dedede;
}
.list_news ul li span h1 {
  font-size: 20px;
  color: #333;
}
.list_news ul li span h1 a {
  color: #333;
  transition: all 0.2s;
}
.list_news ul li span h1 a:hover {
  color: #97cb00;
}
.list_news ul li span b {
  font-size: 12px;
  color: #9a9a9a;
  background: url(../image/news-icon-1.png) no-repeat left;
  text-indent: 1.5em;
  display: block;
  margin-top: 10px;
}
.list_news ul li span p {
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 14px;
  line-height: 27px;
}
.list_news .fy {
  width: 474px;
  margin: 40px auto 20px auto;
  overflow: hidden;
}
.list_news .fy a {
  transition: all 0.2s;
  float: left;
  border: 1px solid #dedede;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}
.list_news .fy .select {
  transition: all 0.2s;
  float: left;
  border: 1px solid #dedede;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}
.list_news .fy a:hover {
  background: #97cb00;
  color: #fff;
  border: 1px solid #97cb00;
}

.contact_news {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  padding-bottom: 30px;
}
.contact_news .c_nav {
  width: 160px;
  overflow: hidden;
  float: left;
}
.contact_news .c_nav h1 {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.contact_news .c_nav ul {
  width: 100%;
  overflow: hidden;
}
.contact_news .c_nav ul li {
  width: 100%;
  text-align: center;
}
.contact_news .c_nav ul li a {
  background: #97cb00;
  color: #fff;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.contact_news .c_contact {
  width: 1000px;
  float: right;
}
.contact_news .c_contact span {
  width: 100%;
  height: 78px;
  line-height: 78px;
  display: block;
  border-bottom: 1px solid #dedede;
  color: #9a9a9a;
}
.contact_news .c_contact span a {
  color: #9a9a9a;
  transition: all 0.2s;
  padding: 0 6px;
}
.contact_news .c_contact span a:hover {
  color: #97cb00;
}
.contact_news .c_contact h1 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 32px;
  margin-top: 40px;
}
.contact_news .c_contact b {
  color: #888;
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px;
}
.contact_news .c_contact p {
  line-height: 25px;
  font-size: 14px;
  color: #4a4a4a;
}
.contact_news .c_contact ul {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #dedede;
  padding: 20px 0;
  margin-top: 30px;
}
.contact_news .c_contact ul li {
  width: 100%;
  line-height: 35px;
  color: #9a9a9a;
}
.contact_news .c_contact ul li a {
  color: #9a9a9a;
  transition: all 0.2s;
}
.contact_news .c_contact ul li a:hover {
  color: #97cb00;
}
.contact_news .c_contact .dd {
  width: 1000px;
  padding: 2em;
  overflow: hidden;
  background: #ecf0f2;
  margin-bottom: 20px;
}

.about_banner {
  width: 100%;
  height: 400px;
  background: url(../image/news-banner.png);
  overflow: hidden;
}
.about_banner span {
  width: 300px;
  display: block;
  margin: 0px auto;
  font-size: 48px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 146px;
  padding: 30px;
}
.page {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  padding-bottom: 30px;
}
.page span {
  width: 100%;
  height: 78px;
  line-height: 78px;
  display: block;
  border-bottom: 1px solid #dedede;
  color: #9a9a9a;
}
.page span a {
  color: #9a9a9a;
  transition: all 0.2s;
  padding: 0 6px;
}
.page span a:hover {
  color: #97cb00;
}
.page p {
  line-height: 35px;
  font-size: 16px;
  color: #888;
  text-indent: 2em;
  padding-top: 30px;
}

.zx {
  width: 100%;
  height: 260px;
  background: url(../image/zx_bg.png);
  margin-top: 40px;
}
.zx span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 36px;
  color: #fff;
  padding-top: 66px;
}
.zx a {
  width: 158px;
  height: 48px;
  transition: all 0.2s;
  line-height: 48px;
  border: 1px solid #fff;
  margin: 0px auto;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 26px;
}
.zx a:hover {
  background: #97cb00;
  border: 1px solid #97cb00;
}

.solution_banner {
  width: 100%;
  height: 396px;
  background: url(../image/s_bg.png);
  overflow: hidden;
}
.solution_banner div {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
}
.solution_banner div span {
  width: 600px;
  display: block;
  float: left;
  color: #fff;
}
.solution_banner div span h1 {
  margin-top: 100px;
  font-weight: normal;
  font-size: 36px;
}
.solution_banner div span p {
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 20px;
}
.solution_banner div span a {
  transition: all 0.2s;
  display: block;
  color: #fff;
  width: 170px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #fff;
  text-align: center;
  margin-top: 30px;
}
.solution_banner div span a:hover {
  background: #97cb00;
  border: 1px solid #97cb00;
  color: #fff;
}
.solution_banner div img {
  display: block;
  float: right;
}

.cptd {
  width: 100%;
  background: #fff;
  padding: 60px 0;
}
.cptd h1 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 32px;
  overflow: hidden;
}
.cptd ul {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
}
.cptd ul li {
  width: 400px;
  float: left;
  margin: 20px 0;
}
.cptd ul li img {
  display: block;
  margin: 30px auto 20px auto;
}
.cptd ul li b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: block;
  font-size: 20px;
  color: #4a4a4a;
}
.cptd ul li p {
  width: 80%;
  margin: 0px auto;
  overflow: hidden;
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
  color: #9a9a9a;
}

.gnmk {
  width: 100%;
  padding: 60px 0;
}
.gnmk h1 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 32px;
  overflow: hidden;
}
.gnmk ul {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
}
.gnmk ul li {
  width: 386px;
  float: left;
  margin: 30px 20px 0 0;
  border: 1px solid #dedede;
  padding: 30px 0;
}
.gnmk ul li b {
  width: 90%;
  display: block;
  margin: 0px auto;
  font-weight: normal;
  overflow: hidden;
}
.gnmk ul li b img {
  width: 46px;
  height: 46px;
  display: block;
  float: left;
}
.gnmk ul li b i {
  color: #4a4a4a;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  font-style: normal;
  font-size: 20px;
  float: left;
  padding-left: 10px;
}
.gnmk ul li p {
  width: 90%;
  margin: 0px auto;
  color: #888888;
  line-height: 25px;
  padding-top: 10px;
}

.cpjs_c {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  padding: 60px 0;
}
.cpjs_c img {
  width: 46px;
  height: 46px;
  display: block;
  float: left;
}
.cpjs_c span {
  display: block;
  float: left;
  width: 56%;
  margin-left: 20px;
}
.cpjs_c span h1 {
  height: 46px;
  line-height: 46px;
  display: block;
  font-size: 30px;
}
.cpjs_c span p {
  color: #4a4a4a;
  line-height: 35px;
  padding: 10px 0;
}
.cpjs_c dl {
  float: right;
  width: 418px;
  height: 202px;
  background: url(../image/cpjs_fm.png);
}
.cpjs_c dl dt {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(ie-css3.htc);
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  color: #4a4a4a;
  margin: 40px 0 0 30px;
}
.cpjs_c dl dd {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 16px 0 0 30px;
}

.fl {
  width: 100%;
  overflow: hidden;
  height: 85px;
  line-height: 85px;
  border-bottom: 1px solid #dedede;
}
.fl ul {
  width: 1200px;
  overflow: hidden;
  margin: 0px auto;
}
.fl ul li {
  float: left;
}
.fl ul li a {
  height: 85px;
  color: #9a9a9a;
  padding: 0 40px;
  display: block;
  transition: all 0.2s;
  font-size: 16px;
}
.fl ul li a:hover {
  color: #97cb00;
  border-bottom: 2px solid #97cb00;
}
.fl_hover {
  color: #97cb00;
  border-bottom: 2px solid #97cb00;
}
.award-tabs .is-active {
  background: #ccc;
  color: #000;
}
.top-link {
  border-bottom: 1px solid #dcdcdc;
}
.top-logo {
  padding: 12px 0;
  text-align: left;
}
.top-logo img {
  vertical-align: middle;
}
.top-logo .new-logo {
  height: 59px;
  width: auto;
}
.top-logo .text {
  display: inline-block;
  vertical-align: middle;
  color: rgba(102, 102, 102, 1);
  font-weight: bold;
  font-size: 20px;
  line-height: 65px;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
.top-logo .text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(220, 220, 220, 1);
}
.main-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}