﻿/*公共的less*/
/* 背景图片的定义*/
/* 字体设置 */
/*边框设置*/
/*是哪一条边框*/
.main {
  padding: 0 18px;
}
/******************  首页  ***********************/
/******** top-box *********/
.top-box {
  height: 120px;
  background-color: #0a2542;
  overflow: hidden;
}
.top-box .logo {
  margin-top: 36px;
  float: left;
}
.top-box .top-right {
  float: right;
  margin-top: 55px;
}
.top-box .top-right .top-tel {
  float: left;
  margin-right: 12px;
  margin-top: 15px;
}
.top-box .top-right .top-tel .tel-icon {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.top-box .top-right .top-tel .tel-word {
  float: left;
  font-size: 14px;
  color: white;
}
.top-box .top-right .top-tel .tel-word i {
  font-size: 24px;
  font-weight: bold;
}
.top-box .top-right .top-search {
  float: left;
}
.top-box .top-right .top-search input[type=text] {
  height: 38px;
  width: 158px;
  border: none;
  padding-left: 12px;
  float: left;
  border-radius: 3px 0 0 3px;
}
.top-box .top-right .top-search input[type=text]::-webkit-input-placeholder {
  color: #afafaf;
}
.top-box .top-right .top-search .search-btn {
  width: 66px;
  height: 38px;
  background-color: #ffd800;
  border: none;
  float: left;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  background-image: url('../images/top-search.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
/******** banner-box *********/
.banner-box {
  position: relative;
}
.banner-box .nav-box {
  position: absolute;
  top: 0;
  height: 45px;
  z-index: 99;
  background-color: white;
}
.banner-box .nav-box .nav-ul {
  position: relative;
}
.banner-box .nav-box .nav-ul li {
  padding: 6px 0;
  float: left;
}
.banner-box .nav-box .nav-ul li:first-child a {
  border-left: none;
}
.banner-box .nav-box .nav-ul li a {
  display: block;
  height: 33px;
  line-height: 33px;
  padding: 0 54.2px;
  color: #333333;
  font-size: 16px;
  border-left: 1px solid #e1e1e1;
}
.banner-box .nav-box .nav-ul li .icon {
  display: none;
}
.banner-box .nav-box .nav-ul li.current {
  background-color: #144483;
}
.banner-box .nav-box .nav-ul li:hover {
  background-color: #144483;
}
.banner-box .nav-box .nav-ul li:hover .nav-ol {
  display: block;
}
.banner-box .nav-box .nav-ul li:hover .u-a {
  color: white;
  border-left: 1px solid transparent;
}
.banner-box .nav-box .nav-ul li .nav-ol {
  position: absolute;
  background-color: white;
  z-index: 99;
  top: 45px;
  display: none;
  width: 1064px;
  left: 165px;
  overflow: hidden;
  background-color: #144483;
}
.banner-box .nav-box .nav-ul li .nav-ol li {
  width: 131px;
  text-align: center;
  overflow: hidden;
  float: left;
}
.banner-box .nav-box .nav-ul li .nav-ol li a {
  padding: 0;
  color: white;
  border-left: none;
  font-size: 14px;
}
.banner-box .nav-box .nav-ul li .nav-ol li:hover a {
  color: #ffd800;
  border-right: none;
  border-left: none;
}
.banner-box .nav-box .nav-ul li .nav-ol li:hover .u-a {
  border-left: 1px solid transparent;
  padding: 0;
}
.banner-box .nav-box .nav-ul li.current .u-a {
  color: white;
  border-left: none;
}
/******** container-box *********/
.container-box {
  position: relative;
}
.container-box .pro-nav {
  position: absolute;
  top: -85px;
  z-index: 99;
  background-color: #ffd800;
  width: 188px;
  padding-left: 25px;
  border-top: 1px solid #ffd800;
}
.container-box .pro-nav .title {
  color: #314a6c;
  margin-top: 18px;
  margin-bottom: 22px;
}
.container-box .pro-nav .title .cha {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}
.container-box .pro-nav .title .eng {
  font-size: 14px;
}
.container-box .pro-nav .pro-ul li {
  border-bottom: 1px solid #e2bf00;
  padding-left: 15px;
  position: relative;
  width: 173px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.container-box .pro-nav .pro-ul li:last-child {
  border-bottom: none;
}
.container-box .pro-nav .pro-ul li a {
  font-size: 14px;
  color: #314a6c;
  display: block;
  height: 50px;
  line-height: 50px;
}
.container-box .pro-nav .pro-ul li a i {
  width: 40px;
}
.container-box .pro-nav .pro-ul li.current {
  background-color: #245492;
  width: 200px;
}
.container-box .pro-nav .pro-ul li.current a {
  color: white;
  position: relative;
}
.container-box .pro-nav .pro-ul li.current a span {
  content: '';
  border-bottom: 1px solid white;
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 99;
}
.container-box .pro-nav .pro-ul li:hover {
  background-color: #245492;
  width: 200px;
}
.container-box .pro-nav .pro-ul li:hover a {
  color: white;
}
.container-box .pro-nav .pro-ul li:hover a span {
  content: '';
  border-bottom: 1px solid white;
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 99;
}
.announce {
  overflow: hidden;
  float: right;
  margin-top: 20px;
}
.announce .announce-word {
  height: 25px;
  overflow: hidden;
  width: 510px;
  float: left;
  position: relative;
  top: 0;
}
.announce .word {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 10px;
  color: #747474;
}
.announce .img {
  float: left;
  width: 30px;
  height: 22px;
  border-right: 1px solid #c7c7c7;
  margin-right: 10px;
}
.announce .more {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
}
.pro-classify {
  overflow: hidden;
}
.pro-classify .classify-right {
  width: 860px;
  float: right;
  overflow: hidden;
}
.pro-classify .classify-right .pro-ul {
  float: right;
  width: 890px;
  text-align: justify;
  text-align-last: justify;
  margin-top: 30px;
}
.pro-classify .classify-right .pro-ul li {
  display: inline-block;
  margin-bottom: 30px;
}
.pro-classify .classify-right .pro-ul li a{
  display: block;
  overflow: hidden;
  width: 215px;
}
.pro-classify .classify-right .pro-ul li img {
  transition: all 0.5s ease;
  width: 215px;
}
.pro-classify .classify-right .pro-ul li .pro-info {
  width: 215px;
  height: 60px;
  text-align: center;
  text-align-last: center;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.pro-classify .classify-right .pro-ul li .pro-info .classify {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #cccccc;
  font-size: 12px;
	display: none;
}
.pro-classify .classify-right .pro-ul li .pro-info .name {
  font-size: 14px;
  color: #333333;
}
.pro-classify .classify-right .pro-ul li:hover img {
  transform: scale(1.05);
}
.pro-classify .classify-right .pro-ul li:hover .pro-info::before {
  content: '';
  width: 55px;
  height: 1px;
  border-bottom: 1px solid white;
  background-color: white;
  position: absolute;
  top: 38px;
  left: 80px;
}
.pro-classify .classify-right .pro-ul li:hover .pro-info {
  background-color: #36629b;
}
.pro-classify .classify-right .pro-ul li:hover .pro-info .name {
  color: #eceff4;
}
.index-title {
  padding-bottom: 10px;
}
.index-title .cha {
  font-size: 30px;
  font-weight: bold;
  color: #314a6c;
}
.index-title .eng {
  font-size: 14px;
  color: #314a6c;
  text-transform: uppercase;
}
/******** service-box *********/
.service-box {
  margin-top: 40px;
  /** @ m-product-classic */
}
.service-box .service-img {
  background-color: #f1f1f1;
}
.service-box .m-product-classic {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.service-box .m-product-classic .prev,
.service-box .m-product-classic .next {
  cursor: pointer;
  position: absolute;
  font-family: "宋体";
  font-size: 30px;
  color: #9b9b9b;
}
.service-box .m-product-classic .prev {
  left: -40px;
  top: 100px;
}
.service-box .m-product-classic .next {
  right: -40px;
  background-position: right top;
  top: 100px;
}
.service-box .m-product-classic .disable {
  color: #ddd;
  cursor: default;
}
.service-box .m-product-classic .switchable-nav {
  position: absolute;
  right: 30px;
  top: -10px;
  display: none;
}
.service-box .m-product-classic .switchable-nav li {
  float: left;
  padding: 5px;
  font-size: 18px;
  cursor: pointer;
}
.service-box .m-product-classic .switchable-nav li.active {
  color: #C8282B;
}
.service-box .m-product-classic .scroller {
  position: relative;
  width: 1164px;
  padding: 20px 18px;
  margin: 0 auto;
  height: 165px;
  overflow: hidden;
}
.service-box .m-product-classic .scroller .switchable-content li {
  width: 170px;
  height: 170px;
  float: left;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.service-box .m-product-classic .scroller .switchable-content a {
  border-radius: 5px;
  overflow: hidden;
  display: block;
  margin-left: -2px;
  margin-right: auto;
  width: 170px;
  height: 118px;
}
.service-box .m-product-classic .scroller .switchable-content img {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2px;
  display: inline !important;
  /* fix ie6 双边距 bug */
  border-radius: 10px;
}
.service-box .m-product-classic .scroller .switchable-content li {
  position: relative;
}
.service-box .m-product-classic .scroller .switchable-content li img {
  transition: all 0.5s ease;
}
.service-box .m-product-classic .scroller .switchable-content li .service-show {
  text-align: center;
  color: white;
  line-height: 46px;
  position: relative;
  z-index: 2;
}
.service-box .m-product-classic .scroller .switchable-content li a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  width: 165px;
  height: 170px;
  cursor: pointer;
  background-image: url('../images/service-bg-blue.png');
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: 100%;
  transition: all 0.5s ease;
}
.service-box .m-product-classic .scroller .switchable-content li:hover a::after {
  background-image: url('../images/service-bg-yellow.png');
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: 100%;
}
.service-box .m-product-classic .scroller .switchable-content li:hover .service-show {
  color: #324f76;
}
.service-box .m-product-classic .scroller .switchable-content li:hover img {
  transform: rotate(360deg);
}
.new-about {
  margin-top: 37px;
  overflow: hidden;
  margin-bottom: 50px;
}
.new-about .news-box {
  position: relative;
  width: 690px;
  float: left;
}
.new-about .news-box .img {
  width: 213px;
  height: 280px;
}
.new-about .cha {
  font-size: 30px;
  font-weight: bold;
  color: #314a6c;
}
.new-about .eng {
  font-size: 14px;
  color: #314a6c;
  text-transform: uppercase;
}
.new-about .title {
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.new-about .more {
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
  float: right;
}
.new-about .title::after {
  content: '';
  width: 27px;
  height: 6px;
  background-color: #fdde31;
  display: block;
  position: absolute;
  top: 46px;
}
.new-about .new-d .img {
  float: left;
  margin-right: 30px;
}
.new-about .new-d ul {
  float: left;
}
.new-about .new-d ul li {
  height: 52px;
  padding: 10px 40px 8px 15px;
  position: relative;
}
.new-about .new-d ul li:hover {
  background-color: #ffd800;
}
.new-about .new-d ul li::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 30px solid #ffd800;
  border-bottom: 15px solid transparent;
  display: block;
  position: absolute;
  left: -20px;
  top: 30px;
  display: none;
}
.new-about .new-d ul li:hover::before {
  display: block;
}
.new-about .new-d ul .mon {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}
.new-about .new-d ul .year {
  font-size: 14px;
  color: #6b6b6b;
}
.new-about .new-d ul .time {
  float: left;
  text-align: right;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
}
.new-about .new-d ul a {
  float: left;
  width: 300px;
  overflow: hidden;
}
.new-about .new-d ul a .name {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  height: 24px;
  overflow: hidden;
}
.new-about .new-d ul a .word {
  font-size: 14px;
  color: #666666;
  height: 24px;
  overflow: hidden;
}
.new-about .about-box {
  width: 440px;
  padding-left: 20px;
  float: right;
}
.new-about .about-box .title {
  width: 225px;
}
.new-about .about-box .word {
  width: 205px;
  font-size: 14px;
  line-height: 30px;
  padding-right: 15px;
}
.new-about .about-box .about-left {
  float: left;
}
.new-about .about-box .about-right {
  float: right;
}
.new-about .about-box .about-right .spzs {
  width: 213px;
  height: 87px;
  text-align: center;
  line-height: 87px;
  font-size: 24px;
  background-color: #245492;
  color: white;
}
.new-about .about-box .about-right img {
  display: block;
  transition: all 0.5s ease;
}
.new-about .about-box .about-right a {
  margin-top: 10px;
  display: block;
  width: 213px;
  height: 130px;
  overflow: hidden;
}
.new-about .about-box .about-right a:hover img {
  transform: scale(1.05);
}
/******** sponsor-box *********/
.sponsor-box {
  margin-bottom: 40px;
  /** @ m-product-classic */
}
.sponsor-box .m-product-classic {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.sponsor-box .m-product-classic .prev,
.sponsor-box .m-product-classic .next {
  cursor: pointer;
  position: absolute;
  font-family: "宋体";
  font-size: 30px;
  color: #9b9b9b;
}
.sponsor-box .m-product-classic .prev {
  left: -30px;
  top: 50px;
}
.sponsor-box .m-product-classic .next {
  right: -30px;
  background-position: right top;
  top: 50px;
}
.sponsor-box .m-product-classic .disable {
  color: #ddd;
  cursor: default;
}
.sponsor-box .m-product-classic .switchable-nav {
  position: absolute;
  right: 30px;
  top: -10px;
  display: none;
}
.sponsor-box .m-product-classic .switchable-nav li {
  float: left;
  padding: 5px;
  font-size: 18px;
  cursor: pointer;
}
.sponsor-box .m-product-classic .switchable-nav li.active {
  color: #C8282B;
}
.sponsor-box .m-product-classic .scroller {
  position: relative;
  width: 1164px;
  margin: 0 auto;
  height: 83px;
  padding: 20px 0;
  margin: auto;
  overflow: hidden;
}
.sponsor-box .m-product-classic .scroller .switchable-content li {
  width: 221px;
  float: left;
  margin-right: 13px;
}
.sponsor-box .m-product-classic .scroller .switchable-content a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 221px;
}
.sponsor-box .m-product-classic .scroller .switchable-content img {
  text-align: center;
  width: 219px;
  height: 81px;
  border: 1px solid #dfdfdf;
  padding: 2px;
  display: inline !important;
  /* fix ie6 双边距 bug */
}
/******** footer-box *********/
.footer-box {
  background-color: #252324;
}
.footer-box .footer-one {
  overflow: hidden;
  padding-bottom: 40px;
  border-bottom: 1px solid #535252;
}
.footer-box .footer-left {
  margin-top: 40px;
  float: left;
}
.footer-box .footer-right {
  float: right;
  margin-top: 40px;
}
.footer-box .footer-right i {
  float: left;
}
.footer-box .footer-right .title {
  overflow: hidden;
  margin-bottom: 18px;
}
.footer-box .footer-right span {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  background-color: white;
  margin-top: 5px;
  margin-right: 10px;
}
.footer-box .footer-right .cha {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 3px;
}
.footer-box .footer-right .eng {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.footer-box .footer-right img {
  display: block;
}
.footer-box .footer-ul {
  overflow: hidden;
  margin-bottom: 35px;
}
.footer-box .footer-ul li {
  float: left;
  padding-right: 13px;
  padding-left: 13px;
  height: 16px;
  line-height: 16px;
  border-left: 1px solid #ffffff;
}
.footer-box .footer-ul li a {
  font-size: 14px;
  color: #d7d7d7;
}
.footer-box .footer-ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.footer-box .wechat {
  float: left;
  margin-right: 32px;
}
.footer-box .footer-address {
  float: left;
}
.footer-box .footer-address p {
  font-size: 14px;
  color: #696868;
  line-height: 30px;
}
.footer-box .footer-two {
  text-align: center;
  margin-bottom: 36px;
}
.footer-box .footer-two span {
  display: inline-block;
  color: #797979;
  vertical-align: top;
  margin-top: 36px;
}
.footer-box .footer-two .footer-ol {
  display: inline-block;
  overflow: hidden;
  margin-top: 36px;
  vertical-align: top;
  margin-bottom: 50px;
}
.footer-box .footer-two .footer-ol li {
  display: inline-block;
  border-right: 1px solid #888888;
  height: 16px;
  line-height: 16px;
}
.footer-box .footer-two .footer-ol li a {
  font-size: 12px;
  color: #797979;
  padding: 0 10px;
}
.footer-box .copy-right {
  font-size: 12px;
  color: #7c7c7c;
  background-color: #000000;
  height: 46px;
  line-height: 46px;
}
.footer-box .copy-right a{vertical-align: middle;}
.footer-box .copy-right .tj {
  float: right;
}
.footer-box .online-order {
  height: 88px;
  line-height: 88px;
  background-color: #ffd800;
  position: relative;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.footer-box .online-order .title {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #245492;
}
.footer-box .online-order input[type=text] {
  width: 195px;
  height: 32px;
  border: 1px solid #e4c100;
  padding-left: 5px;
  margin-left: 15px;
}
.footer-box .online-order input[type=button] {
  width: 88px;
  height: 32px;
  background-color: #245492;
  border: none;
  color: white;
  cursor: pointer;
}
.footer-box .online-order .orde-left {
  float: left;
  width: 854px;
}
.footer-box .online-order .orde-left .yzm {
  width: 100px;
  display: inline-block;
}
.footer-box .online-order .orde-left img {
  height: 34px;
  vertical-align: middle;
  margin-bottom: 1px;
}
.footer-box .online-order .hot-tel {
  float: right;
  overflow: hidden;
}
.footer-box .online-order .hot-tel p {
  float: left;
  color: #245492;
}
.footer-box .online-order .hot-tel img {
  vertical-align: middle;
  margin-right: 5px;
}
.footer-box .online-order .hot-tel .tel-name {
  font-size: 14px;
  display: block;
  line-height: 20px;
  margin-top: 20px;
}
.footer-box .online-order .hot-tel .tel-num {
  display: block;
  line-height: 30px;
  font-size: 26px;
  font-weight: bold;
}
.footer-box .online-order .cancle-btn {
  position: absolute;
  right: 10px;
  top: 25px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.footer-box .online-order .cancle-btn img {
  display: block;
}
/******** fixed-box *********/
.fixed-box {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 99;
}
.fixed-box ul {
  background-color: transparent;
}
.fixed-box li {
  background-color: #36629b;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.fixed-box li img {
  display: block;
}
.fixed-box li:hover {
  background-image: url('../images/fixed-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.fixed-box li:hover .tel {
  right: 42px;
}
.fixed-box li:hover .weixin {
  right: 42px;
}
.fixed-box li .weixin {
  position: absolute;
  top: -47px;
  right: -222px;
  width: 130px;
  height: 130px;
  line-height: 42px;
  color: #245492;
  background-image: url('../images/fixed-bg.png');
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  transition: all 0.5s ease;
}
.fixed-box li .tel {
  position: absolute;
  top: 0;
  right: -222px;
  width: 180px;
  height: 42px;
  line-height: 42px;
  color: #245492;
  background-image: url('../images/fixed-bg.png');
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  transition: all 0.5s ease;
}
.fixed-box .goto-top {
  background-color: black;
  cursor: pointer;
}
/******************  二级产品页  ***********************/
.inside-banner-img img {
  width: 100%;
  display: block;
}
.inside-container {
  margin-top: 20px;
  margin-bottom: 50px;
}
.inside-container .left-menu {
  width: 214px;
  float: left;
}
.inside-container .left-menu .menu-li {
  cursor: pointer;
  position: relative;
  border-top: 1px solid #cccccc;
}
.inside-container .left-menu .menu-li:first-child {
  border-top: none;
}
.inside-container .left-menu .menu-li.current {
  border: none;
}
.inside-container .left-menu .menu-li.current .li-title {
  background-color: #e0e0e0;
  position: relative;
}
.inside-container .left-menu .menu-li .li-title:hover {
  background-color: #245492;
  border: 1px solid #245492;
  border-top: none;
}
.inside-container .left-menu .menu-li .li-title:hover .icon {
  width: 10px;
  height: 15px;
  margin-top: 15px;
  background-image: url('../images/inside-prev-w.png');
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
}
.inside-container .left-menu .menu-li .li-title:hover .icon img {
  display: none;
}
.inside-container .left-menu .menu-li .li-title:hover .menu-li-show::after {
  content: '';
  width: 7px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: -3px;
  background-color: #e0e0e0;
  z-index: 100;
}
.inside-container .left-menu .menu-li .li-title .menu-li-show::before{
    clear: both;
}
.inside-container .left-menu .menu-li .fir-li {
  border: none;
}
.inside-container .left-menu .menu-li .fir-li:hover {
  background-color: #e0e0e0;
  border: none;
  color: #333;
}
.inside-container .left-menu .menu-li .fir-li:hover .icon {
  background-image: none;
  margin-top: 16px;
}
.inside-container .left-menu .menu-li .fir-li:hover .icon img {
  display: block;
}
.inside-container .left-menu .menu-li .menu-ol li:hover {
  background-color: #e0e0e0;
}
.inside-container .left-menu .other-menu p {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  color: #333333;
  padding-left: 24px;
  border: 1px solid #cccccc;
  position: relative;
  cursor: pointer;
}
.inside-container .left-menu .other-menu p:first-child {
  border-bottom: none;
}
.inside-container .left-menu .other-menu p .icon {
  float: right;
  margin-right: 10px;
}
.inside-container .left-menu .other-menu p:hover {
  background-color: #245492;
  border: 1px solid #245492;
  border-top: none;
}
.inside-container .left-menu .other-menu p:hover a {
  color: white;
}
.inside-container .left-menu .other-menu p:hover .icon {
  width: 10px;
  height: 15px;
  margin-top: 15px;
  background-image: url(../images/inside-prev-w.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
}
.inside-container .left-menu .other-menu p:hover .icon img {
  display: none;
}
.inside-container .left-menu .advisory-tel {
  width: 212px;
  height: 93px;
  margin-top: 18px;
  background-image: url('../images/adver-bg.png');
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  overflow: hidden;
}
.inside-container .left-menu .advisory-tel .title {
  margin-top: 23px;
  margin-left: 23px;
  margin-bottom: 12px;
  width: 124px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: white;
  background-color: #245492;
  border-radius: 10px;
}
.inside-container .left-menu .advisory-tel .tel-num {
  margin-left: 23px;
  font-size: 24px;
  font-weight: bold;
  color: #074177;
}
.inside-container .left-menu .li-title {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  color: #333333;
  padding-left: 24px;
  border: 1px solid #cccccc;
  border-top: none;
  position: relative;
}
.inside-container .left-menu .li-title .icon {
  float: right;
  margin-right: 10px;
}
.inside-container .left-menu .li-title img {
  vertical-align: middle;
}
.inside-container .left-menu .li-title:hover {
  background-color: #245492;
  color: white;
}
.inside-container .left-menu .menu-ol {
  overflow: hidden;
}
.inside-container .left-menu .menu-ol li {
  padding-left: 24px;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #d4d4d4;
}
.inside-container .left-menu .menu-ol li a {
  font-size: 14px;
}
.inside-container .menu-title {
  background-color: #245492;
  text-align: center;
  height: 84px;
  overflow: hidden;
}
.inside-container .menu-title .cha {
  font-size: 30px;
  font-weight: bold;
  color: white;
  margin-top: 18px;
  margin-bottom: 10px;
  display: block;
}
.inside-container .menu-title .eng {
  display: block;
  font-size: 14px;
  color: white;
}
.inside-container .right-inside {
  float: right;
  width: 890px;
}
.inside-container .right-inside .bread-nav {
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
  text-align: right;
}
.inside-container .right-inside .bread-nav a {
  font-size: 14px;
  margin: 0 10px;
}
.inside-container .right-inside .inside-top {
  margin-top: 14px;
  border: 1px solid #d1d1d1;
  width: 890 ;
  height: 200px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.inside-container .right-inside .inside-top .img {
  float: left;
  height: 200px;
  margin-right: 50px;
  margin-left: 15px;
}
.inside-container .right-inside .inside-top .img img {
  vertical-align: middle;
  width: 223px;
  height: 167px;
  margin-top: 15px;
  display: block;
}
.inside-container .right-inside .inside-top .img-info {
  float: left;
  width: 560px;
  margin-top: 45px;
}
.inside-container .right-inside .inside-top .img-info .cha {
  font-size: 30px;
  color: #333333;
}
.inside-container .right-inside .inside-top .img-info .eng {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.inside-container .right-inside .inside-top .img-info .word {
  font-size: 14px;
  overflow: hidden;
  height: 50px;
}
.inside-container .right-inside .classify-right .pro-ul {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 15px;
  overflow: hidden;
}
.page {
  margin-bottom: 26px;
}
.page a {
  font-size: 12px;
  margin-right: 20px;
  color: #999999;
}
.page a.current {
  color: #333333;
}
.page a:hover {
  color: #333333;
}
.page .next {
  font-family: '宋体';
  font-size: 14px;
  margin-top: 2px;
}
/************************* 产品详细页 **************************/
.pro-detail {
  margin-top: 18px;
}
.pro-detail .name {
  font-size: 24px;
  margin-bottom: 10px;
}
.pro-detail .word {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 45px;
  width: 670px;
  float: left;
}
.pro-detail .ask-price {
  float: right;
  width: 100px;
  height: 27px;
  background-color: #ffd800;
  line-height: 27px;
  text-align: center;
  color: #245492;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
}
.pro-detail .img-list {
  /******* m-itemZoom ********/
}
.pro-detail .img-list .m-itemZoom {
  position: relative;
  float: left;
  width: 434px;
  z-index: 1;
}
.pro-detail .img-list .m-itemZoom .smallImg {
  position: relative;
  border: 1px solid #ddd;
  margin-top: 18px;
}
.pro-detail .img-list .m-itemZoom .scrollbutton {
  width: 48px;
  height: 85px;
  top: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}
.pro-detail .img-list .m-itemZoom .smallImgUp {
  background-position: left center;
  left: 0;
}
.pro-detail .img-list .m-itemZoom .smallImgDown {
  background-position: right center;
  right: 0;
}
.pro-detail .img-list .m-itemZoom .smallImgDown img {
  display: block;
}
.pro-detail .img-list .m-itemZoom .smallImgDown:hover {
  background-image: url('../images/zoom-next-on.png');
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
}
.pro-detail .img-list .m-itemZoom .smallImgDown:hover img {
  display: none;
}
.pro-detail .img-list .m-itemZoom .smallImgUp:hover {
  background-image: url('../images/zoom-prev-on.png');
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
}
.pro-detail .img-list .m-itemZoom .smallImgUp:hover img {
  display: none;
}
.pro-detail .img-list .m-itemZoom #imageMenu {
  width: 355px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.pro-detail .img-list .m-itemZoom #imageMenu ul {
  width: 9999px;
}
.pro-detail .img-list .m-itemZoom #imageMenu li {
  float: left;
  text-align: center;
  border: 1px solid transparent;
}
.pro-detail .img-list .m-itemZoom #imageMenu li img {
  display: block;
  width: 114px;
  height: 85px;
  cursor: pointer;
}
.pro-detail .img-list .m-itemZoom #imageMenu li#onlickImg {
  border: 1px solid #ffe21b;
}
.pro-detail .img-list .m-itemZoom #imageMenu li#onlickImg img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.pro-detail .img-list .m-itemZoom .bigImg {
  position: relative;
  margin-bottom: 5px;
  z-index: 9;
}
.pro-detail .img-list .m-itemZoom .bigImg #midimg {
  display: block;
  height: 325px;
  width: 434px;
  border: 1px solid #dddddd;
}
.pro-detail .img-list .m-itemZoom .bigImg #winSelector {
  width: 120px;
  height: 120px;
}
.pro-detail .img-list .m-itemZoom #winSelector {
  position: absolute;
  cursor: crosshair;
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  opacity: 0.15;
  background-color: #000;
  border: 1px solid #fff;
}
.pro-detail .img-list .m-itemZoom #bigView {
  position: absolute;
  border: 1px solid #ddd;
  overflow: hidden;
  width: 600px;
  height: 600px;
  top: 10px;
  left: 360px;
  z-index: 999;
}
.pro-detail .img-list .m-itemZoom #bigView img {
  position: absolute;
}
.pro-detail .img-list .img-detail {
  float: right;
  width: 380px;
  border: 1px solid #ddd;
}
.pro-detail .img-list .img-detail .detail-title {
  height: 50px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  padding-left: 22px;
}
.pro-detail .img-list .img-detail .detail-word {
  padding-left: 22px;
  font-size: 14px;
  height: 272px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-right: 22px;
}
.pro-detail .img-list .img-detail .detail-tel {
  padding-left: 22px;
  height: 58px;
  padding-top: 28px;
}
.pro-detail .img-list .img-detail .detail-tel .icon {
  margin-right: 12px;
}
.pro-detail .img-list .img-detail .detail-tel p {
  float: left;
  font-size: 14px;
}
.pro-detail .img-list .img-detail .detail-tel .tel-num {
  width: 190px;
}
.pro-detail .pro-news {
  margin-top: 28px;
}
.pro-detail .pro-news ul {
  overflow: hidden;
  background-color: #efefef;
}
.pro-detail .pro-news li.current .li-nav {
  border-bottom: 3px solid #ffd800;
}
.pro-detail .pro-news .li-nav {
  cursor: pointer;
  height: 46px;
  padding: 0 24px;
  line-height: 46px;
  font-size: 16px;
  float: left;
}
.pro-detail .pro-news .li-nav-show {
  border-bottom: 1px solid #dbdbdb;
}
.pro-detail .pro-news dl {
  margin-bottom: 35px;
}
.pro-detail .pro-news dt {
  font-size: 14px;
  margin: 25px 0;
}
.pro-detail .pro-news dd {
  font-size: 14px;
  margin: 10px 0;
}
.inside-page {
  margin: 15px 0 58px;
}
.inside-page a {
  font-size: 12px;
  color: #6b6b6b;
  margin-right: 25px;
}
.inside-page a:hover {
  color: #333;
  font-weight: bold;
}
.relate-pro {
  width: 890px!important;
}
.relate-pro .pro-ul {
  border-bottom: none!important;
}
.relate-pro .title {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #333333;
  background-color: #efefef;
  padding-left: 35px;
  position: relative;
  font-weight: bold;
}
.relate-pro .title::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid #ffd800;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0;
}
/***************** 在线留言 **********************/
/*****************sub-message ************/
.sub-message {
  padding: 50px 30px;
  background: #FFF;
  color: #333;
  font-family: "microsoft yahei";
}
.sub-message .m-textimg {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}
.sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}
.sub-message i {
  font-style: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 5px;
  color: #F00;
}
.sub-message .m-tage {
  padding: 5px 0;
}
.sub-message .m-form {
  padding: 10px;
  margin-bottom: 10px;
}
.sub-message table {
  width: 100%;
}
.sub-message .m-form table td {
  padding: 7px 0;
}
.sub-message label {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  position: relative;
  top: -1px;
}
.sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: middle;
}
.sub-message .m-form .td-textarea {
  vertical-align: middle;
  width: 60%;
}
.sub-message .m-form .td-textarea label {
  float: left;
}
.sub-message .m-form .td-textarea textarea {
  width: 70%;
  height: 168px;
  padding: 5px;
}
.sub-message .m-submit {
  text-align: right;
  vertical-align: top;
}
.sub-message .m-submit img {
  margin-left: 5px;
  vertical-align: top;
}
.sub-message .m-submit .btn {
  width: 80px;
  height: 28px;
  line-height: 24px;
  margin: 0;
  margin-left: 5px;
  border: none;
  font-family: "microsoft yahei";
  cursor: pointer;
  font-size: 14px;
}
.sub-message .m-submit .btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
.sub-message .m-submit input {
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  margin: 0;
  width: 80px;
  cursor: auto;
  padding-left: 5px;
}
.sub-message .m-submit input,
.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
  border: 1px solid #E1E1E1;
  background: #FFF;
}
.sub-message .m-form {
  border: 1px solid #e0e0e0;
  background: #f5f3f3;
}
.sub-message .m-submit .btn {
  color: #fff;
  background: #245492;
}
/***************** 单页 **********************/
/***************** sub-content *********************/
.sub-content {
  padding: 0 10px 20px 10px;
  text-align: justify;
  line-height: 24px;
}
.sub-content h1 {
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
}
.sub-content h1 p {
  text-align: center;
  font-size: 12px;
}
.sub-content p {
  font-size: 14px;
  color: #333;
}
.sub-content #platform img {
  max-width: none;
  _width: none;
}
.sub-content > div {
  margin-left: 33px;
  margin-top: 20px;
}
/************************  新闻列表 ****************************/
/***************** sub-news-ptext *********************/
.sub-news-ptext li {
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  *zoom: 1;
  cursor: pointer;
}
.sub-news-ptext li:hover a {
  color: #245492;
}
.sub-news-ptext li:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.sub-news-ptext li .u-img {
  float: left;
  /*display: block;*/
  width: 175px;
  display: none;
  height: 125px;
  overflow: hidden;
  margin-right: 15px;
}
.sub-news-ptext li img {
  width: 175px;
  transition: all 0.5s ease;
}
.sub-news-ptext li:hover img {
  transform: scale(1.05);
}
.sub-news-ptext li.hover,
.sub-news-imgtext li:hover {
  background: #f0f0f0;
}
.sub-news-ptext li h4 {
  text-align: left;
  font-family: '宋体';
  font-size: 14px;
  margin-bottom: 5px;
}
.sub-news-ptext li p {
  color: #615e5e;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  font-family: '宋体';
  text-align: justify;
}
.sub-news-ptext li p a {
  color: #877f44;
}
.sub-news-ptext .u-con {
  /*padding-left: 190px;*/
}
.sub-news-ptext .u-time {
  padding-top: 20px;
}
.sub-news-ptext .u-time span {
  float: left;
  color: #666;
}
.sub-news-ptext .u-time a {
  float: right;
  color: #666;
}
/************************  新闻详情页 ****************************/
/*仅拷贝这里 白色底色*/
.news-detail {
  line-height: 24px;
}
.news-detail h1 {
  padding: 10px 0;
  line-height: 28px;
  text-align: left;
  font-size: 24px;
  color: #000;
  font-family: 'microsoft yahei';
}
.news-detail .detail-time {
  position: relative;
  text-align: left;
  color: #666;
  font-size: 12px;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
#bdshare {
  position: absolute;
  right: 10px;
  top: 3px;
  line-height: 16px;
}
.news-detail .detail-user {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.news-detail .detail-share {
  padding: 5px 0;
  text-align: right;
}
.news-detail .detail-img {
  text-align: center;
  padding: 10px 0;
}
.news-detail .detail-con {
  text-align: justify;
  padding: 10px 10px 20px 10px;
  border-bottom: 1px solid #ccc;
  line-height: 20px;
  color: #333;
  font-size: 14px;
}
.news-detail .detail-page {
  padding: 20px 5px;
}
.news-detail .detail-page .page-text {
  width: 48%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-detail .detail-page .right {
  text-align: right;
  float: right;
}
.news-detail .detail-page .left {
  text-align: right;
  float: left;
}
.news-detail .detail-page .page-text a {
  color: #666;
}
.news-detail .detail-page .page-text a:hover {
  color: #245492;
}
MARQUEE {
  height: 25px;
}
.menu-li-show {
  display: none;
  position: absolute;
  top: -1px;
  z-index: 99;
  right: -474px;
  width: 472px;
  height: 225px;
  background-color: #e0e0e0;
  /*overflow: hidden;*/
  border: 1px solid #d4d4d4;
}
.menu-li-show a {
  width: 49%;
  float: left;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #afafaf;
  height: 14px;
  line-height: 14px;
  margin: 15px 0;
}
.menu-li-show a:hover {
  color: #245492;
}
.sub-box {
  position: relative;
  z-index: 1;
}
.sub-box .left-column {
  width: 222px;
}
.sub-box .right-column {
  width: 768px;
}
.search-no {
  margin-bottom: 10px;
}
.search-no .bd {
  border-bottom: 1px solid #e0ddde;
  padding: 60px 0 60px 0;
}
.search-no .inputs {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.search-no .inputs input.text {
  float: left;
  width: 331px;
  border: 1px solid #000;
  height: 15px;
  border-right: 0;
  background: #FFF;
  padding: 5px 3px;
}
.search-no .inputs input.btn {
  float: left;
  width: 60px;
  border: 0;
  background: #000;
  height: 27px;
  border: 1px solid #000;
  padding: 5px 0;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
}
.search-no .pt {
  background: url(../images/search-no.png) 30px center no-repeat;
  height: 240px;
  padding: 100px 0 0 250px;
}
.search-no .pt h3 {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  font-weight: normal;
}
.search-no .pt h3 span {
  color: #cc0000;
}
.search-no .pt p {
  color: #385c8c;
}
.search-content li {
  padding: 30px 5px;
  border-bottom: 1px solid #e0dfdf;
  *zoom: 1;
  cursor: pointer;
}
.search-content li.hover {
  background: #f5f5f5;
}
.search-content li:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.search-content li .u-img {
  float: left;
  display: block;
  width: 160px;
  margin-right: 15px;
  overflow: hidden;
}
.search-content li .u-img img {
  width: 160px;
}
.search-content li h3 {
  margin-bottom: 5px;
  font-size: 14px;
  font-family: '宋体';
}
.search-content li .u-time {
  float: right;
  font-weight: normal;
  color: #999;
}
.search-content li a {
  color: #666;
}
.search-content li p {
  color: #333;
}
.search-content li:hover a {
  color: #245492;
}
