.wm {
  width: 1200px;
  margin: 0 auto;
}
ul,
li,
.list_none_li {
  list-style-type: none;
}
.yahei {
  font-family: "Microsoft Yahei";
}
.mian-title {
  text-align: center;
  padding-bottom: 30px;
}
.mian-title b {
  font-size: 48px;
  color: #eee;
  display: block;
}
.mian-title small {
  display: block;
  color: #0c68d0;
  font-size: 48px;
  margin-top: -50px;
}
#header_bar {
  width: 100%;
  min-width: 1200px;
  background: #fff;
  font-family: "Microsoft Yahei";
}
#header_bar .headerg-box {
  height: 135px;
}
#header_bar .headerg-box .header-logo {
  line-height: 135px;
}
#header_bar .headerg-box .right {
  margin-top: 38px;
}
#header_bar .headerg-box .right h5 {
  color: #333;
  font-size: 16px;
}
#header_bar .headerg-box .right p {
  font-size: 24px;
  display: inline;
  color: #FF0000;
}
#header_bar .headerg-box .right .tel {
  margin-right: 13px;
}
#nav_bar {
  color: #fff;
  position: relative;
  height: 56px;
  width: 100%;
  min-width: 1200px;
  background: #3f3f3f;
}
#nav_bar .nav-box {
  position: relative;
  color: #fff;
}
#nav_bar .nav-box .list_none {
  background-color: #fff;
}
#nav_bar .nav-box .list_none .nav-li {
  position: relative;
  float: left;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
#nav_bar .nav-box .list_none .nav-li:hover {
  background: #ff0000;
}
#nav_bar .nav-box .list_none .nav-li:last-child a {
  background: none;
}
#nav_bar .nav-box .list_none .nav-li a {
  display: block;
  padding: 0 43px;
  text-align: center;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  background: url(../images/nav_line.png) no-repeat right;
  position: relative;
}
.activeNav {
  border-bottom: 3px solid #0c68d0;
  color: #0c68d0;
  font-weight: bold;
}
.aboutbar {
  background: #f5f5f5;
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}
.aboutbar .comleft {
  float: left;
}
.aboutbar .comleft > p {
  width: 228px;
  height: 174px;
  overflow: hidden;
  margin-bottom: 10px;
}
.aboutbar .comleft > p:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.aboutbar .comleft > p img {
  width: 100%;
  height: 100%;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.aboutbar .comleft > div {
  width: 198px;
  height: 198px;
  background: #43b3f4;
  text-align: center;
  padding: 20px 15px 0 15px;
}
.aboutbar .comleft > div p {
  color: #fff;
  font-size: 18px;
  background: url("../images/culture-icon.png") no-repeat top center;
  padding-top: 63px;
}
.aboutbar .comleft > div span {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  margin-top: 12px;
}
.aboutbar .intro {
  width: 430px;
  height: 402px;
  background: #2a58e2;
  position: relative;
  float: left;
  padding: 0 30px;
  margin-left: 8px;
}
.aboutbar .intro > h4 {
  font-size: 36px;
  color: #fff;
  margin-top: 25px;
}
.aboutbar .intro > p {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
}
.aboutbar .intro > div {
  width: 100%;
}
.aboutbar .intro > div p {
  color: #43b3f4;
  font-size: 48px;
}
.aboutbar .intro > div p sup {
  color: #43b3f4;
}
.aboutbar .intro > div span {
  display: block;
  color: #fff;
  font-size: 18px;
}
.aboutbar .intro > div a {
  float: right;
  background: #244abe;
  width: 84px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 62px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.aboutbar .intro > div a:hover {
  background: #ff0000;
  color: #fff;
}
.aboutbar .com {
  width: 465px;
  float: left;
  margin-left: 8px;
}
.aboutbar .com > p {
  width: 465px;
  height: 173px;
  overflow: hidden;
  margin-bottom: 10px;
}
.aboutbar .com > p:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.aboutbar .com > p img {
  width: 100%;
  height: 100%;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.aboutbar .com > div .mission {
  float: left;
  width: 198px;
  height: 198px;
  background: #61afdc;
  text-align: center;
  padding: 20px 15px 0 15px;
}
.aboutbar .com > div .mission p {
  color: #fff;
  font-size: 18px;
  background: url("../images/sm.png") no-repeat top center;
  padding-top: 63px;
}
.aboutbar .com > div .mission span {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  margin-top: 12px;
}
.aboutbar .com > div .service {
  float: left;
  width: 198px;
  height: 198px;
  background: #088ad4;
  text-align: center;
  margin-left: 8px;
  padding: 20px 15px 0 15px;
}
.aboutbar .com > div .service p {
  color: #fff;
  font-size: 18px;
  background: url("../images/fw.png") no-repeat top center;
  padding-top: 63px;
}
.aboutbar .com > div .service span {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  margin-top: 12px;
}
.index_product {
  width: 100%;
  height: 900px;
  overflow: hidden;
  padding-top: 30px;
}
.index_product form {
  margin-right: 30px;
}
.index_product form input {
  width: 173px;
  height: 27px;
  outline: none;
  margin-right: -4px;
  margin-top: 14px;
  padding-bottom: 2px;
}
.index_product form label {
  display: inline-block;
}
.index_product form label button {
  width: 48px;
  height: 32px;
  border: 1px solid #0c68d0;
  background: #0c68d0;
  cursor: pointer;
}
.index_product .pro_zs {
  width: 77%;
  overflow: hidden;
}
.index_product .tj_rx {
  position: relative;
  width: 100%;
  height: 62px;
  overflow: hidden;
  background: #0c68d0;
}
.index_product .tj_rx p {
  color: #fff;
  font-size: 18px;
  line-height: 62px;
  margin-right: 26px;
}
.index_pro_img ul li {
  width: 296px;
  height: 300px;
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  list-style: none;
  position: relative;
  cursor: pointer;
}
.index_pro_img ul li a {
  display: block;
}
.index_pro_img ul li a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.index_pro_img ul li:hover .invisible {
  opacity: 1;
}
.index_pro_img ul li .invisible {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 231px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.index_pro_img ul li .invisible img {
  position: absolute;
  left: 127px;
  top: 80px;
}
.index_pro_img ul li .invisible p {
  position: absolute;
  top: 113px;
  left: 115px;
  color: #fff;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  background: none;
}
.index_pro_img ul li .pro-img {
  width: 296px;
  height: 231px;
  box-sizing: border-box;
  border: 2px solid #e3e3e3;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.index_pro_img ul li .pro-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.index_pro_img ul li p {
  text-align: center;
  line-height: 60px;
  background: #eee;
}
#fczs_gd {
  margin-top: 25px;
}
#fczs_gd ul {
  width: 1570px;
  height: 635px;
  overflow: hidden;
}
/*产品列表，左侧展示*/
.pro-left-bar .pro_list_title {
  width: 252px;
  height: 108px;
  background: #0c68d0;
  text-align: center;
  position: relative;
}
.pro-left-bar .pro_list_title b {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  padding-top: 20px;
}
.pro-left-bar .pro_list_title small {
  display: block;
  font-size: 18px;
  color: #fff;
}
.pro-left-bar .pro_list {
  width: 248px;
  background: #ffffff;
  border: 2px solid #0c68d0;
}
.pro-left-bar .pro_list ul {
  padding: 8px;
}
.pro-left-bar .pro_list ul li {
  list-style: none;
  height: 48px;
  padding: 7.21px 0;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  border-bottom: 1px dashed #e5e5e5;
}
.pro-left-bar .pro_list ul li:last-child {
  border-bottom: none;
}
.pro-left-bar .pro_list ul li a {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  width: 212px;
  color: #373737;
  display: block;
  border-radius: 5px;
  float: left;
  background: url(../images/protitle-right.png) no-repeat center right 20px;
}
.pro-left-bar .pro_list ul li a:hover {
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
}
.pro-left-bar .pro_list ul li a:hover {
  background: #0c68d0 url(../images/protitle-right-blue.png) no-repeat center right 20px;
}
.pro-left-bar .pro_list ul li a span {
  display: block;
  width: 203px;
  text-align: left;
  font-size: 16px;
  padding-left: 28px;
  line-height: 48px;
}
/*产品列表，左侧展示 end*/
.news-bar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  padding-bottom: 90px;
}
.news-bar .news-left {
  width: 776px;
  float: left;
}
.news-bar .news-left .news-title {
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: #2a58e2;
}
.news-bar .news-left .news-title li {
  float: left;
  width: 50%;
}
.news-bar .news-left .news-title li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .news-left .news-title .nl {
  background: #fff;
  height: 60px;
  line-height: 60px;
  border: 2px solid #2a58e2;
  width: 384px;
}
.news-bar .news-left .news-title .nl a {
  color: #333;
}
.news-bar .news-left .news-content ul {
  background: #ececec;
  padding: 30px;
}
.news-bar .news-left .news-content ul .other-news {
  border: 1px solid #EBEBEB;
  margin-top: 18px;
  height: 59px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .news-left .news-content ul .other-news:first-child {
  margin-top: 0px;
}
.news-bar .news-left .news-content ul .other-news ul {
  background: #ececec;
  padding: 30px;
}
.news-bar .news-left .news-content ul .other-news a {
  display: block;
}
.news-bar .news-left .news-content ul .other-news:hover .ot-desc span {
  color: #0c68d0;
}
.news-bar .news-left .news-content ul .other-news .time {
  width: 100px;
  height: 59px;
  background-size: 1px 40px;
  float: left;
  text-align: center;
  background: #f18120;
}
.news-bar .news-left .news-content ul .other-news .time i {
  font-size: 14px;
  color: #fff;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .news-left .news-content ul .other-news .time b {
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: normal;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .news-left .news-content ul .other-news .ot-desc {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .news-left .news-content ul .other-news .ot-desc span {
  font-size: 16px;
  background: #fff;
  color: #494949;
  line-height: 59px;
  text-indent: 25px;
  display: block;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .faq {
  float: right;
  width: 382px;
  height: 51px;
  line-height: 51px;
}
.news-bar .faq .faq-title {
  background: #2a58e2;
  padding: 0 20px;
}
.news-bar .faq .faq-title span {
  font-size: 20px;
  color: #fff;
  margin-top: 5px;
  display: inline-block;
}
.news-bar .faq .faq-title span sub {
  font-size: 12px;
}
.news-bar .faq .faq-title a {
  float: right;
  color: #fff;
  margin-top: 5px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news-bar .faq .faq-title a:hover {
  color: #ff0000;
}
.news-bar .faq .q_ask {
  position: relative;
  width: 382px;
  height: 460px;
  overflow: hidden;
  float: left;
}
.news-bar .faq .q_ask li {
  overflow: hidden;
  background: #ececec;
  float: left;
  border-bottom: 1px dashed #D6D6D6;
  padding: 0px 20px;
  width: 342px;
  height: 145px;
}
.news-bar .faq .q_ask li:last-child {
  border-bottom: none;
}
.news-bar .faq .q_ask li:hover a .q h4 {
  color: #0c68d0;
}
.news-bar .faq .q_ask li a {
  display: block;
}
.news-bar .faq .q_ask li a .q {
  font-size: 0;
  height: 22px;
  line-height: 22px;
  padding: 15px 0 7px 0;
}
.news-bar .faq .q_ask li a .q h4 {
  float: left;
  font-size: 18px;
  color: #494949;
}
.news-bar .faq .q_ask li a .a {
  line-height: 30px;
  font-size: 0;
}
.news-bar .faq .q_ask li a .a h4 {
  font-size: 14px;
  color: #858585;
  height: 90px;
  overflow: hidden;
  margin-top: 5px;
}
#footer_bar {
  background: #4a4a4a;
  height: 530px;
  width: 100%;
  overflow: hidden;
}
#footer_bar .wm {
  color: #fff;
  text-align: center;
}
#footer_bar .wm .footer-top {
  overflow: hidden;
  padding-top: 22px;
}
#footer_bar .wm .footer-top ul {
  background: #fff;
  padding: 15px 50px;
}
#footer_bar .wm .footer-top ul li {
  float: left;
  text-align: center;
  margin-right: 84px;
}
#footer_bar .wm .footer-top ul li:last-child {
  margin-right: 0;
}
#footer_bar .wm .footer-top ul li:hover a {
  color: #0c68d0;
}
#footer_bar .wm .footer-top ul li a {
  font-size: 16px;
  color: #666;
}
#footer_bar .wm .hot {
  padding-top: 20px;
  font-size: 16px;
}
#footer_bar .wm .mobile {
  color: #0c68d0;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
  display: inline-block;
}
#footer_bar .wm .footer-middle p {
  font-size: 16px;
  line-height: 30px;
}
#footer_bar .wm .erweima {
  padding: 17px 0;
}
#footer_bar .wm .erweima ul {
  width: 85px;
  margin: 0 auto;
  padding-top: 10px;
}
#footer_bar .wm .erweima ul li {
  margin-right: 10px;
}
#footer_bar .wm .erweima ul li:last-child {
  margin-right: 0;
}
#footer_bar .wm .footer-bottom {
  font-size: 16px;
}
#footer_bar .wm .footer-bottom a {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
#footer_bar .wm .footer-bottom a:hover {
  color: #ff0000;
}
