/* 公共样式 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "微软雅黑";
}
.wh {
  width: 1200px;
  margin: 0 auto;
}
p {
  margin: 0;
}
h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.di {
  _display: inline;
}
.fwn {
  font-weight: normal;
}
.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}
.w1920 {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  position: relative;
}
.w1200 {
  width: 1200px;
  position: relative;
  left: 50%;
  margin-left: -600px;
}
.wd1200 {
  width: 1200px;
  margin: 0 auto;
}
#header {
  height: 30px;
  position: relative;
  background: #e7e7e7;
  line-height: 30px;
}
.logo {
  float: left;
  line-height: 105px;
}
.wel {
  float: left;
  line-height: 30px;
  color: #333333;
  font-family: "å¾®è½¯é›…é»‘";
}
.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
}
.translate li .translate-en a:hover {
  font-weight: bold;
}
.topLink .f_count {
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}
.topLink .k1 {
  line-height: 30px;
  color: #333333;
}
.topLink .k1 a {
  color: #333333;
  font-family: "å¾®è½¯é›…é»‘";
}
.top_cc {
  height: 105px;
  position: relative;
  overflow: hidden;
}
.top_cc .k2 {
  float: right;
  color: #333333;
  font-size: 16px;
  font-family: "微软雅黑";
  background: url(../images/top_phone.png) no-repeat left center;
  padding-left: 50px;
  margin-top: 28px;
}
.menu {
  margin-top: 0px;
  background-color: #024683;
}
.aghghaaa * {
  box-sizing: content-box;
}
/* 导航样式 */
.x-menu {
  width: 1200px;
  margin: 0 auto;
}
.x-menu > li {
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 171px;
  float: left;
  position: relative;
  z-index: 999;
}
.x-menu > li > a {
  display: block;
  line-height: 40px;
  color: #fff;
  height: 40px;
  font-size: 16px;
}
.x-menu > li > a:hover {
  color: #b12923;
  text-decoration: none;
}
.x-menu > li.active > a {
  color: #b12923;
  text-decoration: none;
}
.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}
.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 150%;
  left: -25%;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 0.5em;
}
.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}
.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}
/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}
.x-banner .owl-carousel .banner-item a {
  display: block;
}
.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background-color: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.x-banner .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/pp_left.png) no-repeat center center;
}
.x-banner .owl-carousel .owl-nav button.owl-next {
  background: url(../images/pp_right.png) no-repeat center center;
}
.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}
.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}
.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}
@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}
.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 10px;
}
.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 2px;
  outline: none;
  background: #f5f5f5;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  background: #d8271c;
}
@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}
/*about_index*/
.ab_index {
  height: 849px;
  background: url(../images/ab_index_bg.png) no-repeat center center;
  position: relative;
}
.ss_top {
  margin-top: 48px;
  height: 116px;
  background: url(../images/ss_bg.png) no-repeat center 0;
}
.ab_center {
  margin-top: 15px;
  height: 363px;
  position: relative;
  overflow: hidden;
}
.ab_left {
  float: left;
  width: 508px;
  height: 363px;
}
.ab_left img {
  width: 508px;
  height: 363px;
}
.ab_right {
  float: right;
  width: 657px;
  height: 363px;
  padding: 35px 0 0 35px;
  background: #f7f7f7;
  position: relative;
}
.ab_right::before {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/ab_jiao.png) no-repeat center center;
  display: block;
  content: "";
  width: 26px;
  height: 26px;
}
.ab_right h3 {
  color: #024683;
  font-size: 24px;
  font-weight: bold;
  font-family: "Microsoft Yahei";
}
.ab_right h3 span {
  margin-left: 20px;
  color: #cfcfcf;
  text-transform: uppercase;
}
.ab_right .ab_txt {
  margin-top: 25px;
  font-size: 15px;
  color: #333333;
  line-height: 26px;
  font-family: "Microsoft Yahei";
  height: 160px;
  overflow: hidden;
  position: relative;
}
.ab_right .ab_txt p {
  font-family: "Microsoft Yahei" !important;
}
.ab_right .ab_txt p span {
  font-family: "Microsoft Yahei" !important;
}
.ab_txt > p > a {
  color: #024683;
}
.ab_right .ab_sort1 {
  margin-top: 15px;
}
.ab_sort1 a {
  display: inline-block;
  width: 144px;
  height: 43px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  background: #024683;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 22px;
}
.ab_sort1 a:hover {
  background: #b12923;
}
.ab_gun {
  position: relative;
  margin-top: 40px;
}
.ab_gun_list {
  position: relative;
}
.ab_gun_list li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.ab_gun_list li a {
  display: block;
}
.ab_gun_list li a img {
  width: 262px;
  height: 180px;
}
.l_btn,
.r_btn {
  position: absolute;
  top: 30%;
  cursor: pointer;
}
.l_btn {
  left: 0;
}
.r_btn {
  right: 0;
}
.ab_sort1 a:last-child {
  margin-right: 0;
}
/*滚动*/
#demo {
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
}
#indemo {
  float: left;
  width: 800%;
}
#demo1 {
  float: left;
}
#demo2 {
  float: left;
}
#m_demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#m_indemo {
  float: left;
  width: 800%;
}
#m_demo1 {
  float: left;
}
#m_demo2 {
  float: left;
}
.search {
  text-align: left;
  height: 56px;
}
#formsearch {
  width: 278px;
  float: right;
  background: url(../images/ss_index_bg.png) no-repeat center center;
  margin-right: 50px;
  height: 32px;
  margin-top: 12px;
}
.hotSearch {
  width: 400px;
  float: left;
  height: 56px;
  line-height: 56px;
  font-weight: normal;
  padding-left: 60px;
  font-size: 15px;
  color: #fff;
}
.hotSearch a {
  color: #fff;
  font-size: 15px;
}
#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}
.hotSearch a {
  margin-right: 6px;
}
#formsearch input {
  height: 32px;
  background: #fff;
  border: 1px solid #c8c8c8;
  line-height: 32px;
  outline: none;
}
#formsearch input#keyword {
  height: 32px;
  line-height: 32px;
  padding-left: 4px;
  color: #a1a0a0;
  font-size: 15px;
  float: left;
  outline: none;
  background: none;
  border: none;
  width: 232px;
}
#formsearch input#s_btn {
  width: 42px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
  float: left;
  outline: none;
}
.aghghaaa * {
  box-sizing: content-box;
}
/*pro_index*/
.pro_index {
  position: relative;
  background: url(../images/pro_index_bg.png) no-repeat center center;
  min-height: 1082px;
  overflow: hidden;
  background-size: cover;
}
.pro_index .pro_left {
  margin-top: 88px;
  float: left;
  width: 281px;
  min-height: 776px;
  border: 2px solid #024683;
  background: #fff;
}
.pro_left .tt1 {
  height: 146px;
  line-height: 146px;
  background: url(../images/pro_left_tit_bg.png) no-repeat center center;
  color: #fff;
  text-align: center;
  font-size: 37px;
  font-family: "Microsoft Yahei";
  font-weight: bold;
}
.pro_left .sort1 {
  padding: 0 20px;
  margin-top: 25px;
  position: relative;
}
.sort1 li {
  margin-bottom: 30px;
}
.sort1 li a {
  background: #024683;
  border-radius: 5px;
  height: 49px;
  line-height: 49px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: "Microsoft Yahei";
}
.sort1 li a:hover,
.sort1 li a.on {
  background: #b12923;
}
.sort1 .ss1 .ss2 {
  z-index: 9999;
}
.sort1 .ss1 .ss2 dd {
  overflow: hidden;
  border-bottom: #d6d6d6 1px dashed;
  margin-bottom: 0px;
}
.sort1 .ss1 .ss2 dd a {
  background: url(../images/tu3.png) no-repeat 10px center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  padding-left: 30px;
}
.sort1 .ss1 .ss2 dd a:hover {
  text-decoration: none;
  color: #e11020;
}
.ss2 .cc {
  font-size: 15px;
  color: #024683;
  display: block;
  text-align: left;
  background: none;
  line-height: 20px;
  height: 20px;
  padding-left: 20px;
  padding-top: 5px;
}
.ss2 .cc:hover {
  background: none;
  color: #e11020;
}
/*产品右侧*/
.pro_index .pro_right {
  margin-top: 88px;
  float: right;
  width: 875px;
}
.pro_right .pro_rr_tit {
  position: relative;
  background: url(../images/pro_rr_tit_bg.png) no-repeat center bottom;
  padding-bottom: 15px;
}
.pro_rr_tit h3 {
  color: #024683;
  font-size: 20px;
  font-family: "Microsoft Yahei";
  font-weight: normal;
  line-height: 1;
}
.pro_rr_tit a {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #8d8e8e;
}
/*推荐一个*/
.pro_one {
  margin-top: 15px;
  height: 321px;
  border: 2px solid #eeeeee;
  background: #fff;
}
.pro_one li a.img {
  display: block;
  float: left;
  position: relative;
}
.pro_one li a.img::before {
  position: absolute;
  right: -6px;
  top: -8px;
  background: url(../images/rxdp.png) no-repeat center center;
  content: "";
  width: 120px;
  height: 120px;
}
.pro_one li a.img img {
  width: 394px;
  height: 320px;
}
.pro_one li .one_rr {
  float: left;
  padding: 15px 35px 0 55px;
  width: 380px;
}
.one_rr > h3 {
  font-size: 22px;
  color: #024683;
  font-family: "Microsoft Yahei";
}
.one_rr > span {
  display: block;
  font-size: 18px;
  color: #333333;
  padding: 10px 0;
}
.one_rr dd {
  display: block;
  font-size: 15px;
  color: #333333;
  font-family: "Microsoft Yahei";
  line-height: 25px;
}
.one_rr .yy {
  margin-top: 20px;
}
.one_rr .yy a {
  display: inline-block;
  margin-right: 25px;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #024683;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Microsoft Yahei";
}
.one_rr .yy a:hover {
  background: #b12923;
}
/*切换的右侧内容*/
.cp_nr {
  margin-top: 25px;
  position: relative;
}
.cp_nr .cp_nr_list {
  position: relative;
}
.cp_nr_list li {
  float: left;
  margin-right: 16px;
  margin-bottom: 20px;
}
.cp_nr_list li:nth-child(3n) {
  margin-right: 0px;
}
.cp_nr_list li a.img1 {
  display: block;
  border: 2px solid #eeeeee;
  overflow: hidden;
}
.cp_nr_list li a.img1 img {
  width: 276px;
  height: 217px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cp_nr_list li:hover a.img1 img {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
}
.cp_nr_list li h3 {
  padding-top: 10px;
  text-align: center;
  font-weight: normal;
}
.cp_nr_list li h3 a {
  display: block;
  color: #333333;
  font-size: 15px;
  font-family: "Microsoft Yahei";
}
.cp_nr .cp_nr_list h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.ys_index {
  height: 1417px;
  position: relative;
  background: url(../images/ys_index_bg.png) no-repeat center center;
  overflow: hidden;
}
.ys_tit {
  text-align: center;
  padding-top: 70px;
  background: url(../images/ads_tit_bg.png) no-repeat center bottom;
  height: 87px;
  color: #fff;
  font-family: "Microsoft Yahei";
}
.ys_tit h3 {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.ys_tit span {
  padding-top: 8px;
  font-size: 26px;
  font-weight: normal;
  display: block;
}
.ys_nr {
  margin-top: 55px;
  position: relative;
}
.ys_nr .ys_aa {
  height: 380px;
  position: relative;
}
.ys_aa::before {
  position: absolute;
  content: "";
  width: 92px;
  height: 130px;
  left: 32px;
  top: -30px;
  background: url(../images/01.png) no-repeat center center;
}
.ys_bb::before {
  position: absolute;
  content: "";
  width: 92px;
  height: 130px;
  right: 35px;
  top: -30px;
  background: url(../images/02.png) no-repeat center center;
}
.ys_cc::before {
  position: absolute;
  content: "";
  width: 92px;
  height: 130px;
  left: 32px;
  top: -30px;
  background: url(../images/03.png) no-repeat center center;
}
.ys_aa .ys_img {
  float: left;
  width: 600px;
}
.ys_aa .ys_img img {
  width: 600px;
  height: 380px;
}
.ys_aa .ys_con {
  float: left;
  width: 520px;
  height: 300px;
  background: #fff;
  padding: 40px;
}
.ys_con h3 {
  margin-top: 10px;
  color: #024683;
  font-size: 22px;
  font-family: "Microsoft Yahei";
  font-weight: bold;
}
.ys_con span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #cecece;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 15px;
}
.ys_con .ys_txt {
  margin-top: 20px;
}
.ys_con .ys_txt p {
  color: #333333;
  font-size: 16px;
  background: url(../images/dian.png) no-repeat left 6px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.ys_nr .ys_bb {
  height: 380px;
  position: relative;
}
.ys_nr .ys_cc {
  height: 380px;
  position: relative;
}
.ys_bb .ys_ccon {
  float: left;
  width: 520px;
  height: 300px;
  background: #fff;
  padding: 40px;
}
.ys_bb .ys_iimg {
  float: left;
  width: 600px;
}
.ys_bb .ys_iimg img {
  width: 600px;
  height: 380px;
}
.ys_bb .ys_ccon h3 {
  margin-top: 10px;
  color: #024683;
  font-size: 22px;
  font-family: "Microsoft Yahei";
  font-weight: bold;
}
.ys_ccon span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #cecece;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 15px;
}
.ys_ccon .ys_txt {
  margin-top: 20px;
}
.ys_ccon .ys_txt p {
  color: #333333;
  font-size: 16px;
  background: url(../images/dian.png) no-repeat left 6px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.case_index {
  position: relative;
  padding-bottom: 50px;
}
.cas_tit {
  text-align: center;
  padding-top: 70px;
  background: url(../images/cas_tit_bg.png) no-repeat center bottom;
  height: 87px;
  color: #333333;
  font-family: "Microsoft Yahei";
}
.cas_tit h3 {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
}
.cas_tit span {
  padding-top: 8px;
  font-size: 26px;
  font-weight: normal;
  display: block;
  color: #5b5b5b;
}
.cas_con {
  margin-top: 60px;
  position: relative;
}
.cas_con .ca_list {
  position: relative;
}
.ca_list li {
  float: left;
  margin-right: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  height: 345px;
  margin-bottom: 20px;
}
.ca_list li > a.img {
  display: block;
}
.ca_list li > a.img > img {
  width: 280px;
  height: 239px;
}
.ca_list li .cc_nr {
  padding: 15px;
  width: 250px;
}
.ca_list li .cc_nr h3 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
.ca_list li .cc_nr h3 a {
  font-size: 16px;
  color: #333333;
  font-family: "Microsoft Yahei";
}
.ca_list li .cc_nr span {
  display: block;
  color: #585757;
  font-size: 14px;
  line-height: 25px;
}
/*hengtu*/
.hengtu {
  height: 228px;
  position: relative;
  background: url(../images/hengtu.png) no-repeat center center;
}
.hengtu .hen_left {
  width: 700px;
  float: left;
}
.hen_left .hh_top {
  padding-top: 48px;
}
.hen_left .hh_top span {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-top: 30px;
  line-height: 30px;
}
.hen_right {
  width: 350px;
  float: right;
  text-align: left;
}
.hen_right .hh_vv {
  padding-top: 48px;
  color: #fff;
  font-size: 49px;
}
.hen_right .hh_vv h3 {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
/*news_index*/
.news_index {
  position: relative;
  margin-top: 65px;
}
.news_index .rongyu {
  float: left;
  width: 292px;
}
.rongyu .ry_tit {
  position: relative;
  background: url(../images/pro_rr_tit_bg.png) no-repeat left bottom;
  padding-bottom: 15px;
  margin-bottom: 28px;
}
.rongyu .ry_tit h3 {
  color: #024683;
  font-size: 20px;
  font-family: "Microsoft Yahei";
  font-weight: normal;
  line-height: 1;
  background: url(../images/ryzz.png) no-repeat left center;
  padding-left: 25px;
}
.rongyu .ry_tit a {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 15px;
  color: #929292;
}
.rongyu .rongyu_nr {
  background: #f4f4f4;
  height: 418px;
}
.rongyu_nr li {
  padding: 24px 25px 0;
}
.rongyu_nr li a {
  display: block;
}
.rongyu_nr li a img {
  width: 237px;
  height: 337px;
}
.rongyu_nr li a h3 {
  text-align: center;
  padding-top: 15px;
  font-weight: normal;
  font-size: 15px;
  color: #333333;
  font-family: "Microsoft Yahei";
}
.news_index .news_qie {
  margin-left: 50px;
  position: relative;
  float: left;
  width: 445px;
}
.news_qie .news_qie_tit {
  position: relative;
  background: url(../images/pro_rr_tit_bg.png) no-repeat left bottom;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.news_qie_tit::before {
  position: absolute;
  left: 125px;
  top: 6px;
  background: url(../images/nn_jian.png) no-repeat center center;
  content: "";
  display: block;
  width: 2px;
  height: 14px;
}
.news_qie_tit li {
  float: left;
  font-size: 18px;
  color: #333333;
  margin-right: 60px;
  padding-left: 25px;
  cursor: pointer;
}
.news_qie_tit li:hover,
.news_qie_tit li.on {
  color: #024683;
}
.news_qie_tit li:nth-child(1) {
  background: url(../images/nn1.png) no-repeat left center;
}
.news_qie_tit li:nth-child(2) {
  background: url(../images/nn2.png) no-repeat left center;
}
.news_qie_tit a {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 15px;
  color: #929292;
}
/*æ–°é—»å†…å®¹*/
.news_nn {
  position: relative;
}
.news_kk {
  position: relative;
}
.news_kk li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.news_kk li a.img {
  display: block;
}
.news_kk li a.img img {
  width: 444px;
  height: 158px;
}
.news_kk li h3 {
  font-size: 15px;
  color: #333333;
  padding: 10px 0;
  font-weight: bold;
}
.news_kk li h3 a {
  font-size: 15px;
  color: #333333;
  font-family: "Microsoft Yahei";
}
.news_kk li span {
  display: block;
  font-size: 15px;
  color: #666666;
  line-height: 25px;
}
.news_hh {
  position: relative;
}
.news_hh li {
  line-height: 49px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.news_hh li a {
  display: block;
  font-size: 15px;
  color: #333333;
  background: url(../images/news_jiao.png) no-repeat left center;
  padding-left: 20px;
}
.news_hh li span {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #7a7979;
  font-size: 15px;
}
/*news_gun*/
.news_gun {
  float: right;
  width: 360px;
}
.news_gun_tit {
  height: 72px;
  background: #024683;
  position: relative;
}
.news_gun_tit h3 {
  color: #fff;
  line-height: 72px;
  font-size: 18px;
  font-weight: normal;
  padding-left: 60px;
  background: url(../images/mao.png) no-repeat 14px center;
}
.news_gun_tit a {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 15px;
  color: #f3f3f3;
  display: block;
  line-height: 72px;
}
.news_gun_nr {
  background: #f4f4f4;
  height: 400px;
  padding: 10px 15px 0;
}
.news_gun_nr .gun_list {
  position: relative;
}
.gun_list li {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px dashed #e3e3e3;
}
.gun_list li a {
  line-height: 30px;
  padding-left: 30px;
  background: url(../images/wen.png) left center no-repeat;
  display: block;
  font-size: 15px;
  color: #333333;
}
.gun_list li a:hover {
  text-decoration: none;
  color: #0f51bb;
}
.gun_list span {
  background: url(../images/da.png) left 3px no-repeat;
  padding-left: 30px;
  font: 400 14px/22px "Microsoft Yahei";
  margin-top: 5px;
  color: #333333;
  display: block;
}
/*é¦–é¡µåº•éƒ¨*/
.foot_wap {
  margin-top: 55px;
  height: 270px;
  background: #171717;
}
.foot_wap .f_aa {
  padding-top: 45px;
  width: 330px;
  float: left;
}
.f_aa h3 {
  font-weight: normal;
  font-size: 18px;
  font-family: "Microsoft Yahei";
  color: #fff;
  padding-bottom: 10px;
  background: url(../images/foot_aa_h3.png) no-repeat left bottom;
}
.f_aa .contact_txt {
  margin-top: 15px;
}
.contact_txt p {
  line-height: 30px;
  font-size: 14px;
  color: #bbbbbb;
}
.f_bb {
  margin-left: 150px;
}
.f_bb .f_nav {
  margin-top: 15px;
  font-size: 14px;
  color: #bbbbbb;
}
.f_bb .f_nav a {
  display: inline-block;
  line-height: 30px;
  width: 80px;
  font-size: 14px;
  color: #bbbbbb;
}
.f_cc {
  padding-top: 45px;
  float: right;
  width: 260px;
}
.f_cc h3 {
  font-weight: normal;
  font-size: 18px;
  font-family: "Microsoft Yahei";
  color: #fff;
  padding-bottom: 10px;
text-align:center;
}
.f_cc .f_ewm {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #bbbbbb;
  line-height: 30px;
}
/*å‹æƒ…é“¾æŽ¥*/
.flink_wap {
  background-color: #171717;
  color: #bbbbbb;
  font-size: 14px;
}
.f_link {
  width: 1200px;
  margin: 0 auto;
  line-height: 28px;
  padding-top: 10px;
}
.f_link a {
  padding-right: 10px;
  color: #bbbbbb;
  font-size: 14px;
}
.foot_btm {
  padding: 10px 0;
  line-height: 24px;
  border-top: 1px solid #222222;
  background: #171717;
  text-align: center;
}
/*é¡µé¢åº•éƒ¨*/
#footer {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 8px;
  border-top: 2px solid #eee;
  margin-top: 15px;
}
#footer a {
  color: #666;
}
#footer a:hover {
  color: #e87518;
  text-decoration: none;
}
.copyright {
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #bbbbbb;
}
.copyright a {
  font-size: 14px;
  color: #bbbbbb;
}
#kehu {
  overflow: hidden;
  height: 390px;
  margin: 0 auto;
  position: relative;
}
#jian {
  height: 100%;
}
.ry_tit h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.re {
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #bbbbbb;
}
.re a {
  color: #bbbbbb;
}