* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
input {
  -webkit-appearance: none;
  outline: none;
  /*去除safafi input默认样式*/
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.mc {
  color: #013D7E;
}
img {
  border: 0;
}
.img-hover:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #013D7E;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.cl:after {
  clear: both;
  content: " ";
  display: table;
}
.cl:before {
  content: " ";
  display: table;
}
.shadow {
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.mt80 {
  margin-top: 80px;
}
.mt50 {
  margin-top: 50px;
}
.m40 {
  margin-top: 40px;
}
.mt20 {
  margin-top: 20px;
}
h1 {
  font-size:34px;
}
body {
  font-family: "Noto Sans SC";
  padding-top: 80px;
}
.navbar > .container .navbar-brand {
  margin-left: 0;
}
.navbar-default {
  background-color: #fff;
}
.navbar-brand {
  height: 80px;
  padding: 15px 0;
}
.navbar-brand img {
  height: 50px;
  box-sizing: border-box;
}
.navbar-nav {
  margin: 0;
}
.nav > li > a {
  padding: 0px 20px;
  line-height: 80px;
}
.navbar-nav > li > a {
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #013D7E;
  background-color: inherit;
}
.navbar-default .navbar-nav > .active > a .caret,
.navbar-default .navbar-nav > .active > a:hover .caret,
.navbar-default .navbar-nav > .active > a:focus .caret {
  border-color: #012042 transparent transparent transparent;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:hover:hover,
.navbar-default .navbar-nav > .active > a:focus:hover {
  color: #012042;
  background-color: inherit;
}
.navbar-default .navbar-nav > .active > a:hover .caret,
.navbar-default .navbar-nav > .active > a:hover:hover .caret,
.navbar-default .navbar-nav > .active > a:focus:hover .caret {
  border-color: #012042 transparent transparent transparent;
}
.navbar-default .navbar-nav > .open > a {
  color: #013D7E;
  background-color: inherit;
}
.navbar-default .navbar-nav > .open > a:hover {
  color: #012042;
  background-color: inherit;
}
.navbar-default .navbar-nav > .open > a:hover .caret {
  border-color: #012042 transparent transparent transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a:focus {
  color: #013D7E;
  background-color: inherit;
}
.navbar-default .navbar-nav > li > a:hover:hover,
.navbar-default .navbar-nav > li > a:focus:hover,
.navbar-default .navbar-nav > .open > a:focus:hover {
  color: #e60012;
  background-color: inherit;
}
.navbar-default .navbar-nav > li > a:hover:hover .caret,
.navbar-default .navbar-nav > li > a:focus:hover .caret,
.navbar-default .navbar-nav > .open > a:focus:hover .caret {
  border-color: #013D7E transparent transparent transparent;
}
.dropdown-menu {
  border-radius: 0 !important;
  padding: 0 !important;
}
.dropdown-menu li a {
  padding: 8px 20px !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color:#e60012;
}
.ibanner .swiper-button-next {
  background: url("./banner-r.png") no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
}
.ibanner .swiper-button-prev {
  background: url("./banner-l.png") no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.box-1 {
  background: url("../img/box-1-bg.png") no-repeat center top;
  background-size: cover;
  padding: 50px 0;
  box-sizing: border-box;
}
.box-1 .tit {
  text-align: center;
  margin-bottom:30px;
}
.box-1 .tit h4 {
  font-size:14px;
  color:#e60012;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 3px solid #e60012;
  padding: 0 15px;
  padding-bottom: 10px;
}
.box-1 .tit h1 {
  color:#151515;
  letter-spacing: 6px;
}
.box-1 .box-1-con .swiper-father {
  width: 1300px;
  margin-left: -650px;
  left: 50%;
  height: 300px;
  position: relative;
}
.box-1 .box-1-con .swiper-container {
  width: 1140px;
  height: 300px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.box-1 .box-1-con .swiper-slide {
  width: 1140px;
  height: 300px;
}
.box-1 .box-1-con .swiper-button-prev {
  background: url("../img/il.png") no-repeat !important;
  background-size: 62px !important;
  width: 62px !important;
  height: 62px !important;
  left: 0 !important;
  margin-top: 0 !important;
  top: 44% !important;
}
.box-1 .box-1-con .swiper-button-next {
  background: url("../img/ir.png") no-repeat !important;
  background-size: 62px !important;
  width: 62px !important;
  height: 62px !important;
  right: 0 !important;
  margin-top: 0 !important;
  top: 44% !important;
}
.ipro-c {
  width: 100%;
  clear: both;
}
.ipro-c:after {
  clear: both;
  content: " ";
  display: table;
}
.ipro-c:before {
  content: " ";
  display: table;
}
.ipro-c .ipro-l {
  padding: 0;
  width: 50%;
  display: block;
  float: left;
}
.ipro-c .ipro-r {
  width: 50%;
  display: block;
  float: right;
  padding: 70px 30px 0px 30px;
  text-align: left;
}
.ipro-c .ipro-r h3 {
  color: #013D7E;
  margin-bottom: 10px;
}
.ipro-c .ipro-r h3 a {
  color: #013D7E;
}
.ipro-c .ipro-r h3 a:hover {
  color: #013D7E;
  text-decoration: none;
}
.ipro-c .ipro-r h5 {
  color: #666666;
  line-height: 24px;
  min-height: 75px;
}
.ipro-c .ipro-r h6 {
  color: #666;
  font-size: 13px;
  text-decoration: underline;
}
.ipro-c .ipro-r h6 a {
  color: #666;
}
.ipro-c .ipro-r h6 a:hover {
  color: #013D7E;
}
.ipro-c .ipro-r-t {
  background: #013D7E;
  color: #fff;
  padding: 15px 40px;
  display: table;
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 14px;
}

/*
.iset {
  margin-top: 50px;
}
*/

@media (min-width:750px) {
  .box-1-con{
    display: none;
  }
}
@media (max-width:750px) {
  .iset{
    display: none;
  }
}



.iset a {
  display: block;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.iset a:hover {
  color: #013D7E;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: translate(0px, -4px);
  -webkit-transform: translate(0px, -4px);
  -moz-transform: translate(0px, -4px);
  -o-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
}
.iset a:hover p {
  color: #e60012;
  text-decoration: none;
}
.iset a p {
  text-align: center;
  font-size:15px;
  color: #333;
  padding: 15px 0;
}
.box-2 {
  background: url("../img/box-2-bg.png") no-repeat center top;
  background-size: cover;
  padding: 60px 0 100px 0;
  box-sizing: border-box;
}
.box-2 .tit {
  text-align: center;
  margin-bottom: 50px;
}
.box-2 .tit h4 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.box-2 .tit h1 {
  color: #fff;
}
.box-2 .box-1-con .swiper-father {
  width: 1300px;
  margin-left: -650px;
  left: 50%;
  height: 300px;
  position: relative;
}
.box-2 .box-1-con .swiper-container {
  width: 1140px;
  height: 300px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.box-2 .box-1-con .swiper-slide {
  width: 1140px;
  height: 300px;
}
.box-2 .box-1-con .swiper-pagination {
  width: 300px;
  margin-left: -150px;
  left: 50%;
  margin-top: 20px;
}
.box-2 .box-1-con .swiper-pagination span {
  margin: 0 8px;
}
.box-2 .box-1-con .swiper-pagination-bullet {
  background: #fff;
}
.box-3 {
  background: #F7F7F7;
  padding:45px 0 70px 0;
  box-sizing: border-box;
}
.box-3 .tit {
  text-align: center;
  margin-bottom:30px;
}
.box-3 .tit h4 {
  font-size: 14px;
    color: #e60012;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 3px solid #e60012;
    padding: 0 15px;
    padding-bottom: 10px;
}
.box-3 .tit h1 {
  color:#151515;
  letter-spacing: 6px;
}
.box-3 .inews {
  /*
  margin-right: 20px;
  */
}
.box-3 .inews li {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}
.news_row{
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.box-3 .inews li:after {
  clear: both;
  content: " ";
  display: table;
}
.box-3 .inews li:before {
  content: " ";
  display: table;
}
.box-3 .inews li img {
  width: 100%;
}
.box-3 .inews li .inews-con {
  padding: 20px;
}
.box-3 .inews li .inews-con .inews-tit {
  font-size:15px;
  line-height: 160%;
  color:#151515;
}
.box-3 .inews li .inews-con .inews-tit:hover {
  color: #e60012;
}
.box-3 .inews li .inews-con .idate {
  font-size: 12px;
  color: #999;
  background: url("../img/icon-1.png") no-repeat left 2px;
  background-size: 16px;
  padding-left: 20px;
  margin-top: 20px;
  display: inline-block;
}
.box-3 .inews li:hover {
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: translate(-4px, 0px);
  -webkit-transform: translate(-4px, 0px);
  -moz-transform: translate(-4px, 0px);
  -o-transform: translate(-4px, 0px);
  -ms-transform: translate(-4px, 0px);
}
.box-3 .icontact {
  background: url("../img/icontact.png") no-repeat top;
  background-size: cover;
  padding: 80px 30px;
  height: 480px;
  box-sizing: border-box;
  line-height: normal;
  color: #fff;
}
.box-3 .icontact h4 {
  font-weight: bold;
  margin-bottom: 40px;
}
.box-3 .icontact ul li {
  display: flex;
  margin-bottom: 15px;
}
.box-3 .icontact ul li img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.box-4 {
  padding: 60px 0;
  background: #fff;
}
.banner {
  clear: both;
  height: 340px;
  text-align: center;
  background-size: cover;
  overflow: hidden;
  padding-top: 100px;
}
.banner:after {
  clear: both;
  content: " ";
  display: table;
}
.banner:before {
  content: " ";
  display: table;
}
.banner h1 {
  font-size: 40px;
  color: #fff;
}
.banner p {
  margin-top: 40px;
  color: #fff;
}
.banner p span {
  margin: 0 6px;
}
.banner p a {
  color: #fff;
}
.main {
  padding:0px 0 50px 0;
  font-size: 16px;
  line-height: 180%;
}
/*
.main .about-c p {
  margin:12px 0;
}
*/
.main .about-c .col-md-5 {
  padding-left: 60px;
  padding-top: 20px;
}
.main .about-c1 {
  margin-top: 50px;
  padding-left: 0px !important;
}
.main .about-c1 li .about-c1-c {
  padding: 20px;
  border: 1px solid #E1E1E1;
  border-bottom: 2px solid #013D7E;
  min-height: 200px;
}
.main .about-c1 li .about-c1-c .tit {
  vertical-align: middle;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #013D7E;
}
.main .about-c1 li .about-c1-c .tit img {
  height: 36px;
}
.main .corporate-tit {
  color: #013D7E;
  font-size: 38px;
  margin-bottom: 30px;
}
.main .corporate-tit p {
  font-size: 16px;
  margin: 10px 0px;
}
.pro .tit {
  text-align: center;
  margin-bottom: 30px;
}
.pro .tit h4 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.pro .tit h1 {
  color: #333;
}
.pro .pro-menu {
  margin-top: 60px;
}
.pro .pro-menu li {
  display: block;
  height: 280px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.pro .pro-menu li .pro-tu {
  padding-left: 0px;
}
.pro .pro-menu li .pro-tu img {
  height: 280px;
}
.pro .pro-menu li:hover {
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: translate(-6px, 0px);
  -webkit-transform: translate(-6px, 0px);
  -moz-transform: translate(-6px, 0px);
  -o-transform: translate(-6px, 0px);
  -ms-transform: translate(-6px, 0px);
}
.pro .pro-menu li:hover h3 {
  color: #013D7E;
}
.pro .pro-menu .pro-r-c {
  padding: 40px 70px 20px 0px;
}
.pro .pro-menu .pro-r-c h3 {
  color: #333;
  margin-bottom: 20px;
}
.pro .pro-menu .pro-r-c h3 a {
  color: #333;
}
.pro .pro-menu .pro-r-c h3 a:hover {
  color: #013D7E;
  text-decoration: none;
}
.pro .pro-menu .pro-r-c h5 {
  color: #666666;
  line-height: 25px;
  min-height: 75px;
}
.pro .pro-menu .pro-r-c h6 {
  color: #666;
  font-size: 15px;
  text-decoration: underline;
}
.pro .pro-menu .pro-r-c h6 a {
  color: #666;
}
.pro .pro-menu .pro-r-c h6 a:hover {
  color: #013D7E;
}
.pro .pro-menu .pro-r-c .idate {
  font-size: 13px;
  color: #999;
  background: url("../img/icon-1.png") no-repeat left center;
  background-size: auto;
  background-size: 16px;
  padding-left: 20px;
  margin-top: 20px;
}
.download-tit,
.pro-tit {
  text-align: center;
  margin-bottom: 50px;
}
.download-tit h4,
.pro-tit h4 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.download-tit h1,
.pro-tit h1 {
  color: #333;
  margin-top: 0px;
}
.download-tit {
  text-align: left;
}
.pro-list {
  clear: both;
}
.pro-list:after {
  clear: both;
  content: " ";
  display: table;
}
.pro-list:before {
  content: " ";
  display: table;
}
.pro-list li a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.pro-list li a:hover {
  color: #013D7E;
  text-decoration: none;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.pro-list li a:hover img {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.pro-list li a:hover p {
  text-decoration: none;
}
.pro-list li a h4 {
  padding: 20px 25px 10px 25px;
  font-weight: bold;
  font-size: 20px;
}
.pro-list li a p {
  font-size: 14px;
  line-height: 160%;
  padding: 0px 25px 25px 25px;
}
.bginfo {
  background: #F1F2F3;
  padding: 30px 0 100px 0;
}
.bginfo .breadcrumb {
  width: 1170px;
  margin: 0 auto;
  background: none !important;
  padding: 15px 0 20px 0;
}
.proinfo {
  background: #fff;
  padding: 40px;
}
.proinfo .proinfo-tit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.proinfo .proinfo-tu {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.proinfo .proinfo-tu .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.proinfo .proinfo-tu .swiper-slide {
  background-size: cover;
  background-position: center;
}
.proinfo .proinfo-tu .gallery-top {
  height: 80%;
  width: 100%;
}
.proinfo .proinfo-tu .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.proinfo .proinfo-tu .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.6;
}
.proinfo .proinfo-tu .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.proinfo .proinfo-tu .swiper-button-prev {
  background: url("../img/pl.png") no-repeat !important;
  background-size: 50px 67px!important;
  width: 50px !important;
  height: 67px !important;
  left: 0 !important;
  margin-top: 0 !important;
  top: 44% !important;
}
.proinfo .proinfo-tu .swiper-button-next {
  background: url("../img/pr.png") no-repeat !important;
  background-size: 50px 67px!important;
  width: 50px !important;
  height: 67px !important;
  right: 0 !important;
  margin-top: 0 !important;
  top: 44% !important;
}
.proinfo .proinfo-con {
  position: relative;
}
.proinfo .proinfo-con .dropdown {
  position: absolute;
  right: 0;
  top: 0;
}
.proinfo .proinfo-con .dropdown .btn-default {
  border-radius: 0;
  padding: 10px 16px;
}
.proinfo .proinfo-con .dropdown .btn-default:hover,
.proinfo .proinfo-con .dropdown .btn-default:active {
  background: #fff;
}
.proinfo .tab-content {
  padding-top: 10px;
  min-height: 400px;
}
.proinfo .nav > li {
  margin-right: 10px;
}
.proinfo .nav > li > a {
  line-height: 54px;
  padding: 0 60px;
  font-size: 16px;
  background: #F1F2F3;
  border-radius: 0;
  border: none;
  margin-bottom: 1px;
}
.proinfo .nav-tabs > li.active > a {
  background: #013D7E;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0 60px;
  line-height: 54px;
  font-size: 16px;
  margin-bottom: 1px;
}
.proinfo .pro-download {
  padding-left: 34px;
  background: url("../img/icon-9.png") no-repeat left bottom;
  background-size: 26px;
  margin-top: 80px;
}
.proinfo .pro-download span {
  color: #013D7E;
  padding-right: 4px;
}
.proinfo .pro-download a {
  text-decoration: underline;
}
.proinfo .tab-pane {
  font-size: 16px;
  line-height: 160%;
}
.proinfo .tab-pane img {
  margin: 15px 0;
}
.proinfo .tab-pane p {
  margin: 30px 0;
}
.news .pro-r-c {
  padding: 20px 70px 20px 0px !important;
}
.newsinfo {
  background: #fff;
  padding: 40px;
}
.newsinfo .newsinfo-l {
  border-right: 1px solid #ddd;
  padding-right: 30px;
}
.newsinfo .newsinfo-l h3 {
  font-size: 28px;
}
.newsinfo .newsinfo-l .idate {
  font-size: 12px;
  color: #999;
  background: url("../img/icon-1.png") no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
  margin-top: 20px;
}
.newsinfo .newsinfo-l .newsinfo-c {
  font-size: 16px;
  line-height: 160%;
}
.newsinfo .newsinfo-l .newsinfo-c p {
  margin: 30px 0;
}
.newsinfo .newsinfo-l .newsinfo-c img {
  margin: 30px 0;
}
.newsinfo .newsinfo-r {
  padding-left: 30px;
}
.newsinfo .newsinfo-r h4 {
  color: #013D7E;
  margin-bottom: 20px;
}
.newsinfo .newsinfo-r ul li {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsinfo .newsinfo-r ul li p {
  line-height: 40px;
  color: #999;
  font-size: 12px;
}
.info-foot {
  border-top: 1px solid #DEDEDE;
  padding-top: 20px;
  margin-top: 40px;
  clear: both;
}
.info-foot:after {
  clear: both;
  content: " ";
  display: table;
}
.info-foot:before {
  content: " ";
  display: table;
}
.service .service-tit {
  text-align: left;
  margin-bottom: 50px;
}
.service .service-tit h4 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.service .service-tit h1 {
  color: #013D7E;
  margin-top: 0px;
}
.service .service-c h3 {
  margin: 30px 0;
}
.service .download-con {
  position: relative;
}
.service .download-con .dropdown {
  position: absolute;
  right: 0;
  top: 0;
}
.service .download-con .dropdown .btn-default {
  border-radius: 0;
  padding: 10px 16px;
}
.service .download-con .dropdown .btn-default:hover,
.service .download-con .dropdown .btn-default:active {
  background: #fff;
}
.service .download-con .tab-content {
  padding-top: 10px;
  min-height: 400px;
}
.service .download-con .nav > li {
  margin-right: 10px;
}
.service .download-con .nav > li > a {
  line-height: 54px;
  padding: 0 60px;
  font-size: 16px;
  background: #F1F2F3;
  border-radius: 0;
  border: none;
  margin-bottom: 1px;
}
.service .download-con .nav-tabs > li.active > a {
  background: #013D7E;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0 60px;
  line-height: 54px;
  font-size: 16px;
  margin-bottom: 1px;
}
.download-list .th1 {
  background: #F9F9F9;
}
.table {
  border-bottom: 1px solid #e3e2e2 !important;
}
.table > thead > tr > th {
  border-bottom: 2px solid #fff;
  font-weight: lighter;
}
.table > tbody > tr > td {
  border-top: 1px solid #e3e2e2 !important;
}
.table > tbody > tr > td img {
  width: 24px;
}
#download1 .table > thead > tr > th {
  border-bottom: 2px solid #fff;
  padding: 15px 45px !important;
}
#download1 .table > tbody > tr > td {
  padding: 15px 45px !important;
  border-top: 1px solid #e3e2e2 !important;
}
#download1 .table > tbody > tr > td img {
  width: 24px;
}
.contact li {
    padding:15px 15px;
    list-style-type: disc;
}
    .contact li .contact-list {
        border: 1px dashed #D5D3D3;
        text-align: center;
        padding: 40px 10px 40px 10px;
        min-height: 280px;
        box-sizing: border-box;
        
    }
    
    .lianxi_contact_list{
        padding: 20px 10px 20px 10px !important;
        min-height: 220px !important;
    }
    .lianxi_contact_list p{
        margin: 20px 30px !important;
        display:inline-block;
    }
    
.contact li .contact-list img {
  width:50px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.contact li .contact-list p {
  color: #666;
  line-height: normal;
}
.map {
  margin-top: 50px;
}
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
.download-list #jobs1 {
  padding: 30px 0;
}
.download-list #jobs1 h4 {
  font-size: 24px;
}
.download-list #jobs1 img {
  margin: 30px 0;
}
.download-list #jobs2 .table > thead > tr > th:last-child {
  text-align: center;
}
.download-list #jobs2 .table > thead > tr > th,
.download-list #jobs2 .table > tbody > tr > td {
  height: 40px;
  line-height: 40px;
}
.download-list #jobs2 .table > thead > tr > th:first-child img,
.download-list #jobs2 .table > tbody > tr > td:first-child img {
  width: 24px;
  display: inherit;
  margin-left: 10px;
}
.download-list #jobs2 .table > thead > tr > th:first-child,
.download-list #jobs2 .table > tbody > tr > td:first-child {
  width: 35%;
}
.download-list #jobs2 .link1 {
  font-size: 14px;
  width: 140px;
  text-align: center;
  border: 1px solid #E1E1E1;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  display: block;
}
.download-list #jobs2 .link1:hover {
  background: #013D7E;
  color: #fff;
}
.download-list p {
  margin: 20px 0;
}
.jobsinfo {
  background: #fff;
  padding: 30px 30px 90px 30px;
  line-height: 180%;
}
.jobsinfo .tit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.jobsinfo .item {
  background: #F4F4F4;
  padding: 20px 30px;
}
.jobsinfo .item li {
  margin-bottom: 10px;
}
.jobsinfo .item li span {
  color: #999;
}
.jobsinfo h4 {
  font-size: 18px;
  margin: 30px 0;
}
.foot {
  /*
  background: url("../img/foot-g.png") no-repeat top center;
  */
  background-color: black;
  background-size: cover;
  padding: 60px 0 0 0;
}
.foot .foot-l {
  color: #818995;
  font-size: 12px;
}
.foot .foot-l img {
  width: 96px;
  display: block;
  margin-bottom: 20px;
}
.foot .foot-r .foot-nav {
  clear: both;
}
.foot .foot-r .foot-nav:after {
  clear: both;
  content: " ";
  display: table;
}
.foot .foot-r .foot-nav:before {
  content: " ";
  display: table;
}
.foot .foot-r .foot-nav .foot-nav-l {
  float: left;
  margin-right: 50px;
}
.foot .foot-r .foot-nav .foot-nav-l:last-child {
  margin-right: 0px;
}

.dibu_ejdhl{
  float: right;
}
.foot .foot-r .foot-nav .foot-nav-l h5 {
  color: #F9F9F9;
}
.foot .foot-r .foot-nav .foot-nav-l h5 a {
  color: #F9F9F9;
  text-decoration: none;
}
.foot .foot-r .foot-nav .foot-nav-l ul li {
  font-size: 12px;
  line-height: 28px;
}
.foot .foot-r .foot-nav .foot-nav-l ul li a {
  color: #828994;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.foot .foot-r .foot-nav .foot-nav-l ul li a:hover {
  color: #F9F9F9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.foot .foot-r .copyright {
  vertical-align: middle;
  font-size: 12px;
  color: #828994;
  margin: 30px 0;
  text-align: right;
}
.foot .foot-r .copyright a {
  margin: 0 6px;
  color: #828994;
}
.foot .foot-r .copyright img {
  width: 18px;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  z-index: 3;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(186, 186, 186, 0.8) url(../images/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 0.5;
}
.open {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.open .dropdown-menu {
  -webkit-transition: all 4s;
  -moz-transition: all 4s;
  transition: all 4s;
}
@media (max-width: 1007px) {
  .nav > li > a {
    padding: 0px 7px;
  }
  .navbar-brand img {
    height: 40px;
    box-sizing: border-box;
}
}
@media (max-width: 992px) {
  h1 {
    font-size: 28px;
  }
  .nav > li > a {
    padding: 0px 7px;
  }
  .ipro-c {
    width: 100%;
    clear: both;
  }
  .ipro-c:after {
    clear: both;
    content: " ";
    display: table;
  }
  .ipro-c:before {
    content: " ";
    display: table;
  }
  .ipro-c .ipro-l {
    padding: 0;
    width: 50%;
    display: block;
    float: left;
  }
  .ipro-c .ipro-r {
    width: 50%;
    display: block;
    float: right;
    padding: 15px 30px 0px 30px;
    text-align: left;
  }
  .ipro-c .ipro-r h3 {
    color: #013D7E;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .ipro-c .ipro-r h3 a {
    color: #013D7E;
  }
  .ipro-c .ipro-r h3 a:hover {
    color: #013D7E;
    text-decoration: none;
  }
  .ipro-c .ipro-r h5 {
    color: #666666;
    line-height: 24px;
    min-height: 75px;
  }
  .ipro-c .ipro-r h6 {
    color: #666;
    font-size: 13px;
    text-decoration: underline;
  }
  .ipro-c .ipro-r h6 a {
    color: #666;
  }
  .ipro-c .ipro-r h6 a:hover {
    color: #013D7E;
  }
  .ipro-c .ipro-r-t {
    background: #013D7E;
    color: #fff;
    padding: 15px 20px;
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
  }
  .box-1 {
    padding: 30px 0px;
  }
  .box-1 .tit h1 {
    margin-top: 15px;
  }
  .box-1 .box-1-con .swiper-father {
    width: inherit;
    margin-left: inherit;
    left: 0%;
    height: inherit;
    position: inherit;
  }
  .box-1 .box-1-con .swiper-father .prev,
  .box-1 .box-1-con .swiper-father .next {
    display: none;
  }
  .box-1 .box-1-con .swiper-container {
    width: 92%;
    height: 180px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  }
  .box-1 .box-1-con .swiper-slide {
    width: 92%;
    height: inherit;
  }
  .box-1 .box-1-con .swiper-button-prev {
    background: url("../img/il.png") no-repeat !important;
    background-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    left: 0 !important;
    margin-top: 0 !important;
    top: 44% !important;
  }
  .box-1 .box-1-con .swiper-button-next {
    background: url("../img/ir.png") no-repeat !important;
    background-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    right: 0 !important;
    margin-top: 0 !important;
    top: 44% !important;
  }
  .box-2 {
    padding: 30px 0 80px 0;
    box-sizing: border-box;
  }
  .box-2 .tit {
    margin-top: 15px;
  }
  .box-2 .box-1-con .swiper-father {
    width: inherit;
    margin-left: inherit;
    left: 0;
    height: inherit;
    position: inherit;
  }
  .box-2 .box-1-con .swiper-container {
    width: 92%;
    height: 180px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  }
  .box-2 .box-1-con .swiper-slide {
    width: 92%;
    height: inherit;
  }
  .box-2 .box-1-con .swiper-pagination {
    width: 300px;
    margin-left: -150px;
    left: 50%;
    margin-top: 20px;
  }
  .box-2 .box-1-con .swiper-pagination span {
    margin: 0 8px;
  }
  .box-2 .box-1-con .swiper-pagination-bullet {
    background: #fff;
  }
  .box-3 {
    padding: 30px 0px;
  }
  .box-3 .tit h1 {
    margin-top: 15px;
  }
  .box-3 .inews {
    margin-right: 0px;
    /*
    margin-bottom: 50px;
    */
  }
  .box-3 .inews li {
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  }
  .box-3 .inews li .inews-con {
    padding: 20px 90px 0px 20px;
  }
  .box-3 .inews li .inews-con .inews-tit {
    font-size: 16px;
    line-height: 160%;
    color: #333;
  }
  .box-3 .inews li .inews-con .inews-tit:hover {
    color: #013D7E;
  }
  .box-3 .inews li .inews-con .idate {
    margin-top: 10px;
  }
  .box-3 .icontact {
    background: url("../img/icontact.png") no-repeat 100%;
    background-size: cover;
    padding: 30px 30px;
    height: 300px;
    margin: 0 -15px;
    width: 105%;
    box-sizing: border-box;
    line-height: normal;
    color: #fff;
  }
  .box-3 .icontact h4 {
    font-weight: bold;
    margin-bottom: 40px;
  }
  .box-3 .icontact ul li {
    display: flex;
    margin-bottom: 15px;
  }
  .box-3 .icontact ul li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .link1 {
    width: 100px !important;
  }
  .foot {
    padding: 0;
  }
  .banner {
    clear: both;
    height: 240px;
    padding-top: 50px;
  }
  .banner:after {
    clear: both;
    content: " ";
    display: table;
  }
  .banner:before {
    content: " ";
    display: table;
  }
  .banner h1 {
    font-size: 30px;
  }
  .banner p {
    margin-top: 30px;
  }
  .main {
    padding: 40px 0 50px 0;
    font-size: 16px;
    line-height: 180%;
  }
  .main .about-c p {
    margin: 20px 0;
  }
  .main .about-c .col-md-5 {
    padding-left: 0px;
    padding-top: 20px;
    text-align: center;
  }
  .main .about-c .col-md-5 img {
    text-align: center;
    margin: 0 auto;
  }
  .main .about-c1 {
    margin-top: 50px;
    padding-left: 0px !important;
    padding-right: 0 !important;
  }
  .main .about-c1 li {
    margin-bottom: 30px;
  }
  .main .about-c1 li .about-c1-c {
    min-height: 240px;
  }
  .main .corporate-tit {
    color: #013D7E;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .main .corporate-tit p {
    font-size: 15px;
    margin: 10px 0px;
  }
  .pro {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro .tit {
    text-align: center;
    margin-bottom: 30px;
  }
  .pro .tit h4 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
  }
  .pro .tit h1 {
    color: #333;
    margin-top: 15px;
  }
  .pro .pro-menu {
    margin-top: 40px;
  }
  .pro .pro-menu li {
    display: block;
    height: 220px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border: 1px solid #ddd;
  }
  .pro .pro-menu li .pro-tu {
    padding-left: 0px;
  }
  .pro .pro-menu li .pro-tu img {
    height: 220px;
  }
  .pro .pro-menu .pro-r-c {
    padding: 20px 20px 20px 0px;
  }
  .pro .pro-menu .pro-r-c h3 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #013D7E;
  }
  .pro .pro-menu .pro-r-c h5 {
    color: #666666;
    line-height: 25px;
    min-height: 75px;
  }
  .pro .pro-menu .pro-r-c h6 {
    color: #666;
    font-size: 15px;
    text-decoration: underline;
  }
  .pro-list li a {
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  }
  .bginfo {
    padding: 0;
  }
  .bginfo .breadcrumb {
    width: inherit;
    padding: 20px 0 20px 20px;
  }
  .proinfo {
    padding: 30px;
    margin: 0;
    width: 100%;
  }
  .proinfo .proinfo-tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .proinfo .proinfo-tu {
    margin-bottom: 30px;
  }
  .proinfo .proinfo-con {
    position: relative;
  }
  .proinfo .proinfo-con .dropdown {
    position: absolute;
    right: 0;
    top: 0;
  }
  .proinfo .proinfo-con .dropdown .btn-default {
    border-radius: 0;
    padding: 10px 16px;
  }
  .proinfo .proinfo-con .dropdown .btn-default:hover,
  .proinfo .proinfo-con .dropdown .btn-default:active {
    background: #fff;
  }
  .proinfo .tab-content {
    padding-top: 10px;
    min-height: 400px;
  }
  .proinfo .nav > li {
    margin-right: 10px;
  }
  .proinfo .nav > li > a {
    line-height: 54px;
    padding: 0 60px;
    font-size: 16px;
    background: #F1F2F3;
    border-radius: 0;
    border: none;
    margin-bottom: 1px;
  }
  .proinfo .nav-tabs > li.active > a {
    background: #013D7E;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 0 60px;
    line-height: 54px;
    font-size: 16px;
    margin-bottom: 1px;
  }
  .proinfo .pro-download {
    padding-left: 34px;
    background: url("../img/icon-9.png") no-repeat left bottom;
    background-size: 26px;
    margin-top: 80px;
  }
  .proinfo .pro-download span {
    color: #013D7E;
    padding-right: 4px;
  }
  .proinfo .pro-download a {
    text-decoration: underline;
  }
  .proinfo .tab-pane {
    font-size: 16px;
    line-height: 160%;
  }
  .proinfo .tab-pane img {
    margin: 15px 0;
  }
  .proinfo .tab-pane p {
    margin: 30px 0;
  }
  .news {
    margin-top: 0px;
  }
  .news li {
    height: 240px;
  }
  .news li .pro-tu img {
    height: 218px !important;
  }
  .news li .pro-r-c {
    padding: 0px 0px 20px 0px !important;
  }
  .news .idate {
    margin-top: 10px !important;
  }
  .newsinfo {
    padding: 30px;
  }
  .newsinfo .newsinfo-l {
    border-right: none;
    padding-right: 0px;
    padding-left: 0;
  }
  .newsinfo .newsinfo-l h3 {
    font-size: 24px;
  }
  .newsinfo .newsinfo-l .newsinfo-r {
    padding-left: 0px;
    padding-right: 0;
  }
  .newsinfo .newsinfo-l .newsinfo-r h4 {
    color: #013D7E;
    margin-bottom: 20px;
  }
  .newsinfo .newsinfo-l .newsinfo-r ul li {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .newsinfo .newsinfo-l .newsinfo-r ul li p {
    line-height: 40px;
    color: #999;
    font-size: 12px;
  }
  .newsinfo .info-foot {
    border-top: 1px solid #DEDEDE;
    padding-top: 20px;
    margin-top: 40px;
    clear: both;
  }
  .newsinfo .info-foot:after {
    clear: both;
    content: " ";
    display: table;
  }
  .newsinfo .info-foot:before {
    content: " ";
    display: table;
  }
  .service .download-tit {
    margin-bottom: 30px;
  }
  .service .download-con .nav > li > a {
    line-height: 42px;
    padding: 0 30px;
    font-size: 14px;
    background: #F1F2F3;
    border-radius: 0;
    border: none;
    margin-bottom: 1px;
  }
  .service .download-con .nav-tabs > li.active > a {
    background: #013D7E;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 0 30px;
    line-height: 42px;
    font-size: 14px;
    margin-bottom: 1px;
  }
  .jobsinfo {
    margin: 0;
    width: 100%;
  }
  .jobsinfo .tit {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .jobsinfo h4 {
    font-size: 18px;
    margin: 30px 0 15px 0;
  }
  .service .service-tit {
    margin-bottom: 30px;
  }
  .service-c h3 {
    font-size: 18px;
    margin: 20px 0 !important;
  }
}
@media (max-width: 852px) {
    .navbar-brand img {
    height: 35px;
    box-sizing: border-box;
  }
}
@media (max-width: 750px) {
  h1 {
    font-size: 20px;
  }
  h4 {
    font-size: 12px;
  }
  body {
    padding-top: 50px;
  }
  .pull-right {
    float: none !important;
    text-align: center;
  }
  .dropdown-menu {
    text-align: center;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: none;
  }
  .navbar-brand {
    height: 50px;
    padding: 10px 15px;
  }
  .navbar-brand img {
    height: 30px;
    box-sizing: border-box;
  }
  .nav > li > a {
    padding: 0px 7px;
    line-height: 60px;
  }
  .ipro-c {
    width: 100%;
    height: inherit;
  }
  .ipro-c .ipro-l {
    padding: 0;
    width: 100%;
    display: block;
  }
  .ipro-c .ipro-r {
    width: 100%;
    display: block;
    padding: 0px 20px 20px 20px;
    text-align: left;
  }
  .ipro-c .ipro-r h3 {
    color: #013D7E;
    margin-bottom: 10px;
    font-size:14px;
  }
  .ipro-c .ipro-r h3 a {
    color:#151515;
  }
  .ipro-c .ipro-r h3 a:hover {
    color:#e60012;
    text-decoration: none;
  }
  .ipro-c .ipro-r h5 {
    color: #666666;
    line-height: 24px;
    min-height: 75px;
  }
  .ipro-c .ipro-r h6 {
    color: #666;
    font-size: 13px;
    text-decoration: underline;
  }
  .ipro-c .ipro-r h6 a {
    color: #666;
  }
  .ipro-c .ipro-r h6 a:hover {
    color: #013D7E;
  }
  .ipro-c .ipro-r-t {
    background:#e60012;
    color: #fff;
    padding: 8px 14px;
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
  }
  .box-1 {
    padding: 20px 0;
  }
  .box-1 .tit {
    margin-bottom: 20px;
  }
  .box-1 .tit h1 {
    margin-top: 0;
    font-size: 18px;
  }
  .box-1 .tit h4 {
    font-size: 13px;
    margin-top: 0;
  }
  .box-1 .box-1-con .swiper-father {
    width: inherit;
    margin-left: inherit;
    left: 0%;
    height: inherit;
    position: inherit;
  }
  .box-1 .box-1-con .swiper-father .prev,
  .box-1 .box-1-con .swiper-father .next {
    display: none;
  }
  .box-1 .box-1-con .swiper-container {
    width: 92%;
    height: 380px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  }
  .box-1 .box-1-con .swiper-slide {
    width: 92%;
    height: inherit;
  }
  .box-1 .box-1-con .swiper-button-prev {
    background: url("../img/il.png") no-repeat !important;
    background-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    left: 0 !important;
    margin-top: 0 !important;
    top: 44% !important;
  }
  .box-1 .box-1-con .swiper-button-next {
    background: url("../img/ir.png") no-repeat !important;
    background-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    right: 0 !important;
    margin-top: 0 !important;
    top: 44% !important;
  }
  .iset {
    margin-top: 30px;
  }
  .iset a {
    margin-bottom: 30px;
  }
  .iset a p {
    font-size: 15px;
    padding: 15px 0;
  }
  .box-2 {
    padding: 20px 0 80px 0;
  }
  .box-2 .tit {
    margin-bottom: 20px;
  }
  .box-2 .tit h1 {
    margin-top: 0;
    font-size: 18px;
  }
  .box-2 .tit h4 {
    font-size: 13px;
    margin-top: 0;
  }
  .box-2 .box-1-con .swiper-father {
    width: inherit;
    margin-left: inherit;
    left: 0%;
    height: inherit;
    position: inherit;
  }
  .box-2 .box-1-con .swiper-father .prev,
  .box-2 .box-1-con .swiper-father .next {
    display: none;
  }
  .box-2 .box-1-con .swiper-container {
    width: 92%;
    height: inherit;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  }
  .box-2 .box-1-con .swiper-slide {
    width: 92%;
    height: inherit;
  }
  .box-2 .box-1-con .swiper-button-prev {
    background: url("../img/il.png") no-repeat !important;
    background-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    left: 0 !important;
    margin-top: 0 !important;
    top: 44% !important;
  }
  .box-2 .box-1-con .swiper-button-next {
    background: url("../img/ir.png") no-repeat !important;
    background-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    right: 0 !important;
    margin-top: 0 !important;
    top: 44% !important;
  }
  .box-3 {
    padding: 30px 0px 0px 0px;
  }
  .box-3 .tit {
    margin-bottom: 30px;
  }
  .box-3 .tit h1 {
    margin-top: 0;
    font-size: 18px;
  }
  .box-3 .tit h4 {
    font-size: 13px;
    margin-top: 0;
  }
  .box-3 .inews {
    margin-right: 0px;
    /*
    margin-bottom: 50px;
    */
  }
  .box-3 .inews li img {
    width: inherit;
    float: inherit;
  }
  .box-3 .inews li .inews-con {
    padding: 15px;
  }
  .box-3 .inews li .inews-con .inews-tit {
    font-size: 16px;
    line-height: 160%;
    color: #333;
    padding: 0 15px;
  }
  .box-3 .inews li .inews-con .inews-tit:hover {
    color: #013D7E;
  }
  .box-3 .inews li .inews-con .idate {
    margin-top: 10px;
    margin-left: 15px;
  }
  .box-3 .icontact {
    background: url("../img/icontact.png") no-repeat 100%;
    background-size: cover;
    padding: 30px 30px;
    height: 300px;
    margin: 0 -15px;
    box-sizing: border-box;
    line-height: normal;
    color: #fff;
  }
  .box-3 .icontact h4 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .box-3 .icontact ul li {
    display: flex;
    margin-bottom: 15px;
  }
  .box-3 .icontact ul li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .swiper4 img {
    width: 80%;
  }
  .banner {
    clear: both;
    height: 180px;
    padding-top: 30px;
  }
  .banner:after {
    clear: both;
    content: " ";
    display: table;
  }
  .banner:before {
    content: " ";
    display: table;
  }
  .banner h1 {
    font-size: 26px;
  }
  .banner p {
    margin-top: 20px;
  }
  .main {
    padding: 30px 0 50px 0;
    font-size: 16px;
    line-height: 180%;
  }
  .main .about-c p {
    margin: 20px 0;
  }
  .main .about-c .col-md-5 {
    padding-left: 0px;
    padding-top: 20px;
    text-align: center;
  }
  .main .about-c .col-md-5 img {
    text-align: center;
    margin: 0 auto;
  }
  .main .about-c1 li .about-c1-c {
    min-height: 180px;
  }
  .main .corporate-tit {
    color: #013D7E;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .main .corporate-tit p {
    font-size: 14px;
    margin: 10px 0px;
  }
  .pro {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro .tit {
    text-align: center;
    margin-bottom: 20px;
  }
  .pro .tit h4 {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
  }
  .pro .tit h1 {
    font-size: 18px;
    margin-top: 0px;
  }
  .pro .pro-menu {
    margin-top: 0px;
  }
  .pro .pro-menu li {
    display: block;
    height: inherit;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
    border: 1px solid #ddd;
  }
  .pro .pro-menu li .pro-tu {
    padding-left: 0px;
    padding-right: 0;
  }
  .pro .pro-menu li .pro-tu img {
    height: inherit;
  }
  .pro .pro-menu .pro-r-c {
    padding: 0px 0px 20px 0px;
  }
  .pro .pro-menu .pro-r-c h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #013D7E;
  }
  .pro .pro-menu .pro-r-c h5 {
    color: #666666;
    line-height: 25px;
    min-height: inherit;
  }
  .pro .pro-menu .pro-r-c h6 {
    color: #666;
    font-size: 15px;
    text-decoration: underline;
  }
  .download-con,
  .pro-tit {
    text-align: center;
    margin-bottom: 30px;
  }
  .download-con h4,
  .pro-tit h4 {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .download-con h1,
  .pro-tit h1 {
    color: #333;
    font-size: 18px;
    margin-top: 20px;
  }
  .download-con {
    text-align: left;
  }
  .pro-list li a {
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  }
  .bginfo .breadcrumb {
    padding: 15px 0 15px 15px;
  }
  .proinfo {
    padding: 20px;
    margin: 0;
    width: 100%;
  }
  .proinfo .proinfo-tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .proinfo .proinfo-tu {
    margin-bottom: 30px;
  }
  .proinfo .proinfo-con {
    position: relative;
  }
  .proinfo .proinfo-con .dropdown {
    position: absolute;
    right: 0;
    top: 0;
  }
  .proinfo .proinfo-con .dropdown .btn-default {
    border-radius: 0;
    padding: 10px 16px;
  }
  .proinfo .proinfo-con .dropdown .btn-default:hover,
  .proinfo .proinfo-con .dropdown .btn-default:active {
    background: #fff;
  }
  .proinfo .tab-content {
    padding-top: 10px;
    min-height: 400px;
  }
  .proinfo .nav > li {
    margin-right: 10px;
  }
  .proinfo .nav > li > a {
    line-height: 42px;
    padding: 0 30px;
    font-size: 14px;
    background: #F1F2F3;
    border-radius: 0;
    border: none;
    margin-bottom: 1px;
  }
  .proinfo .nav-tabs > li.active > a {
    background: #013D7E;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 0 30px;
    line-height: 42px;
    font-size: 14px;
    margin-bottom: 1px;
  }
  .proinfo .pro-download {
    padding-left: 34px;
    background: url("../img/icon-9.png") no-repeat left bottom;
    background-size: 26px;
    margin-top: 80px;
  }
  .proinfo .pro-download span {
    color: #013D7E;
    padding-right: 4px;
  }
  .proinfo .pro-download a {
    text-decoration: underline;
  }
  .proinfo .tab-pane {
    font-size: 16px;
    line-height: 160%;
  }
  .proinfo .tab-pane img {
    margin: 15px 0;
  }
  .proinfo .tab-pane p {
    margin: 30px 0;
  }
  .proinfo .proinfo-con .dropdown {
    right: inherit;
    bottom: 170px;
    top: inherit;
    width: 100%;
  }
  .news .pro-r-c {
    padding: 20px 70px 20px 0px !important;
  }
  .proinfo .proinfo-con .dropdown .btn-default,
  .dropdown-menu {
    width: 100%;
  }
  .proinfo .pro-download {
    background: url("../img/icon-9.png") no-repeat left top;
    background-size: 20px;
    padding-left: 24px;
  }
  .proinfo .pro-download span {
    display: block;
  }
  .newsinfo .newsinfo-l h3 {
    font-size: 20px;
  }
  .info-foot {
    margin-top: 20px;
  }
  .info-foot .fl,
  .info-foot .fr {
    float: inherit;
    display: block;
    margin: 15px 0;
  }
  .contact li {
    padding: 8px 15px;
  }
  .contact li .contact-list {
    border: 1px dashed #D5D3D3;
    text-align: center;
    padding: 30px 10px 20px 10px;
    min-height: inherit;
    box-sizing: border-box;
  }
  .contact li .contact-list img {
    width: 50px;
    margin: inherit;
    margin-bottom: 40px;
    margin-right: 20px;
    float: left;
  }
  .contact li .contact-list h3 {
    margin-top: 0;
    text-align: left;
    font-size: 16px;
  }
  .contact li .contact-list p {
    color: #666;
    line-height: normal;
    text-align: left;
    font-size: 14px;
  }
  .download-tit h4,
  .pro-tit h4 {
    font-size: 14px;
  }
  .download-list #jobs1 {
    padding: 10px 0;
  }
  .service .download-tit {
    margin-bottom: 30px;
  }
  .service .download-con h4 {
    font-size: 18px !important;
  }
  .service .download-con .nav > li {
    margin-right: 6px;
  }
  .service .download-con .nav > li > a {
    line-height: 42px;
    padding: 0 20px;
    font-size: 14px;
    background: #F1F2F3;
    border-radius: 0;
    border: none;
    margin-bottom: 1px;
  }
  .service .download-con .nav-tabs > li.active > a {
    background: #013D7E;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 0 20px;
    line-height: 42px;
    font-size: 14px;
    margin-bottom: 1px;
  }
  .table-responsive {
    border: none;
  }
  .download-list #jobs2 .link1 {
    float: right;
  }
  .jobsinfo {
    margin: 0;
    width: 100%;
    padding: 20px 20px 60px 20px;
  }
  .jobsinfo .item {
    background: #F4F4F4;
    padding: 15px 0px;
  }
  .jobsinfo .tit {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .jobsinfo h4 {
    font-size: 18px;
    margin: 30px 0 15px 0;
  }
  .foot .foot-r .copyright {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .newsinfo {
    margin: 0;
    width: 100%;
  }
  .newsinfo-r {
    display: none;
  }
}


/*新品推荐 */
/*
.one{margin:0px auto;height:160px;max-width: 1140px; width:100%;overflow:hidden;position:relative; }
.one ul{height:160px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/

/*
.one ul li{display:block;float:left;margin:0 5px;border-radius:5px;position:relative;}
.one ul li a{display:inline-block;} 
.one ul li img{border:1px solid gray;}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}

.two{margin:50px auto;height:90px;width:1000px;overflow:hidden;position:relative; }
.two ul{height:90px;width:100000px;position:absolute;left:0;}/*ul width的宽不能过小*/

/*
.two ul li{display:block;float:left;margin:5px;height:80px;border-radius:5px;position:relative;}
.two ul li a{display:inline-block;height:80px;} 
.two ul li img{display:block;border-radius:5px;height:80px;}
.two ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.two ul li a:hover span{height:80px;line-height:80px;font-size:20px;text-align:center;transition:all 0.7s;}
*/








.index_cpxl_a{
  position: relative;
}
.index_cpxl{
  position: absolute;
  top: 0;
  left: 0;
  background-color:#e60012;
  opacity: 0.8;
  color:#fff;
  padding: 13px 30px;
  display: table;
  font-size: 14px;
  
}

.news_li{
  width: 31.3333333333%;
  margin: 0 1%;
  background: white;
  overflow: hidden;
}
.index_news_xwfl{
  float: right;
    display: inline-block;
    margin-top:17px;
    background-color: red;
    color: white;
    padding: 2px 5px;
}

@media (max-width:750px) {
  .news_li{
    width: 100%;
  }
  .index_news_xwfl{
    margin-top: 10px;
    margin-right: 15px;
  }
}

@media (max-width:489px) {
    .box-1 .box-1-con .swiper-container{
        height: 330px;
    }
}
@media (max-width:400px) {
    .box-1 .box-1-con .swiper-container{
        height: 264px;
    }
}

/*about*/
.nav_left{
  margin-top:30px;
  
  border-radius: 5px;
  padding: 0 !important;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,.125);
  border-left: 1px solid rgba(0,0,0,.125);
  border-right: 1px solid rgba(0,0,0,.125);
}
.nav_left_top{
  background-color:#525252;
  padding: 5px 25px;
  padding-bottom: 11px;
  border-bottom: 1px solid #646464;
}
.nav_left_top h2{
  font-size: 24px;
  color: #ffffff;
  margin-bottom:0px;
}
.nav_left_top p{
  margin:0 !important;
  font-size: 15px;
  color: #ffffff;
}
.nav_left_main_li{
  padding: 20px 0px;
  padding: 20px 25px;
  border-bottom: 1px solid #646464;
  background-color: #525252;
  padding:10px 10px;
  cursor:pointer;
  position:relative;
}
.nav_left_main_li:hover{
  background-color: #e60012;
}
.nav_left_main_li:hover a{
  color: #fff;
}
.nav_left_main_li a{
  font-size: 16px;
  color: #ffffff;
}
.menu_body a:hover{
  color: #e60012;
}
#secondpane .nav_left_main_li.active{
  background-color:#e60012;
}
#secondpane .active a{
  color: #fff;
}

.ico5 {
    background-image: url(../images/right_sj.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 16px;
    background-position: 0px 0px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}


@media (min-width:992px) {
.about_right{
  padding-left: 30px !important;
  padding-top: 30px;
}
}

.about_c1_1{
  background: url(../images/about-img2.jpg) no-repeat;
  min-height: 200px;
  border:10px solid;
  border-color: white;
  background-size: 100%;  
}
.tit_title{
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}
.about_tit_s3{
    position: absolute;
    bottom: 0;
    background: rgb(0,0,0,0.6);
    width: 100%;
    margin-left: -15px;
    text-align: center;
    height: 50px;
    line-height:50px;
    color: #fff;
}




.nav_left_main_li .active{
    color: #e60012;
}
.nav_left_main_li:hover .active{
  color: #fff;
}



@media (max-width:990px) {
    .nav_left{
      margin-top: -131px;
    }
}

@media (max-width:750px) {
    .nav_left{
      margin-top: -121px;
    }
}
/*qiyewenhua*/
.qiyewenhua h2{
  padding-top: 30px;
  font-size:35px;
  color:#e60012;
  font-weight: 500;
  margin-bottom: 30px;
}
.qiyewenhua p{
  font-size: 16px;
  color: #333;
  font-weight:700;
  margin: 0 !important;

}
.qiyewenhua_en{
  padding-bottom:20px;
  font-weight:500 !important;
}

/*qiyefengcai*/
.qiyefengcai{
  margin-top: 30px;
  min-height:600px;
}

.qiyefengcai_li img{
  width: 100%;
}
.qiyefengcai_li p{
  margin: 10px 0 30px 0 !important;
  text-align: center;
}
.qiyefengcai_li a:hover{
  color: #e60012;
}

/*product*/

.active a{
      color: #e60012;
    }

 /*   
.menu_head{padding:10px 10px;cursor:pointer;position:relative;}
*/
        
.menu_body{display:none;padding:10px 10px;}
.menu_body a{display:block;font-size:13px;padding-left:25px;text-decoration:none;height:30px;line-height:30px;border-bottom:.5px dashed rgba(0,0,0,.125)}
.menu_body a:hover{text-decoration:none;}

.cp-xs-12 {
    width: 100%;
    float: left;
}

.product_cont{
  margin-top: 30px;
  
}
.cpxq_neirong{
  width: 97%;
  box-shadow: 0 2px 16px rgb(0 0 0 / 10%); 
  float: right;
  padding:0 3% ;
  padding-bottom: 26px;
}
.cpxq_neirong img{
  max-width:100%;
}
.cpxq_dqwz{
  margin: 10px 0 0 0 !important;
  padding-bottom: 10px;
  text-align: right;
  font-size: 14px;
  border-bottom: .5px dashed #e9e9e9;
}

/*产品图片切换*/
.preview {
  text-align: center;
  padding: 5px;
}
.preview a {
    float: left;
    width: 18%;
    margin: 1%;
}
.preview img {
    display: block;
    width: 100%;
    height: auto;
}
.preview .active{
  border:1px solid red;
}

.cpxqdiv_left{
  width: 50%;
  float: left;
}  
.cpxqdiv_top{
  padding-top: 10px;
  padding-bottom: 10px;
} 
.slider-container{
  border:.5px solid #e9e9e9;
}

.cpxqdiv_right{
  width: 45%;
  float: right;

}
.cpxqdiv_right h4{
  border-bottom: .5px solid #e9e9e9;
  padding-bottom: 10px;
  font-weight: 700; 
  margin-bottom:20px;
  padding-left: 3%;
}
.cpxqdiv_right p{
  border-bottom: none;
  text-align: left;
  margin: 5px 0 0 0 !important;
  padding-bottom: 0;
  padding-left:3%;
}
.cpxqdiv_foot{

}
.cpcslb{
  height:42px;
  line-height: 40px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #e6e6e6;
}
.cpcslb ul li{
  float: left;
  padding: 0 14px;
  font-size: 13px;
  cursor: pointer;
}
.cpxqdiv_foot img{
   max-width: 100%;
}
.cpxq_cs{
  padding-top: 10px;
  text-align: left;
}

.cpxq_miaoshu{
  padding-top: 10px;
  display: none;
  text-align: left
}
.cpxq_xinxi{
  padding-top: 10px;
  display: none;
  text-align: left
}


.cpcslb ul .dactive{
  border-bottom: 2px solid red;
}

/*新闻详情*/
.xwxq_top{
  margin-bottom:35px;
}
.xwxq_top h4{
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: .5px solid #e9e9e9;
  text-align: center;
}
.xwxq_fbsjcs{
  text-align: center;
  margin:0 !important;
}
.xwxq_fbsjcs span{
  font-size: 13px;
  margin: 0 10px;
  opacity: 0.6;
}

/*新闻详情*/

@media (max-width: 992px){
  .cpxq_neirong{
    width: 100%;

  }
}
@media (max-width: 992px){
  .product_cont p{
    font-size: 12px;
    text-align: left;
  }
  .cpxqdiv_right h4{
    margin-bottom:0;
  }
  .cpxqdiv_left{
    width: 100%;
  }
  .cpxqdiv_right{
    width: 100%;
  }
  .product_cont p{
    line-height: 1.5;
  }
}
/*产品图片切换*/










@media (min-width: 992px){ 
  .cp-md-4 {
      width: 31.33333333%;
      float: left;
      margin: 1% 1% 2% 1%;
    }
}

@media (min-width: 768px){ 
  .cp-sm-4 {
      width: 31.33333333%;
      float: left;
      margin: 1% 1% 2% 1%;
    }
}


.product_ct{
  background-color: #f0f0f0;
}
.product_ct_li{
  background: rgba(255, 255, 255, 1);
  padding-right:0px !important;
  padding-left: 0px !important;
  
  transition:All 0.4s ease-in-out;
  -webkit-transition:All 0.4s ease-in-out;
  -moz-transition:All 0.4s ease-in-out;
  -o-transition:All 0.4s ease-in-out;
}
.product_ct_li:hover{
  color: #e60012;
  transform:translate(0,-15px);
  -webkit-transform:translate(0,-15px);
  -moz-transform:translate(0,-15px);
  -o-transform:translate(0,-15px);
  -ms-transform:translate(0,-15px);

}


.product_ct_li img{
  width: 100%;
}
.product_ct_li p{
  text-align: center;
  padding: 10px 0;
  background-color:#eee9e9;
  margin-bottom: 0;
}
.product_ct_li p:hover{
  color: #e60012;
}
.product_ct_li a:hover{
  color: #e60012;
}

.cp_fenye{
  text-align: center;
  margin-top: 30px;
}
.cp_fenye a{
  border: 1px solid #CCCCCC;
  color: #666;
  padding: 0 12px;
  margin: 0 2px;
  line-height: 32px;
  height: 32px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  font-size:13px;
}
.pnnum1{
  background-color: #e60012;
  color: white !important;
}

/*NEWS*/
.news_lis{
  width: 100%;
  padding:10px;
  background-color: white;
  margin-bottom: 20px;
}

.media .media_img {
    overflow: hidden;
    float: left;
    margin-right: 30px;
}
.media_img a img{
  width: 100%;
}

.news_li_div .news_li_title{
  font-size: 18px;
}
.news_li_content a{
  font-size: 14px;
}

.news_li_time{
  float: left;
  font-size: 14px;
  color: #999;
}
.news_li_ckgd a{
  float: right;
  margin-right: 30px;
  font-size: 14px;
  color: #999;
}

.news_li_div a:hover{
  color: #e60012;
}
.contact_content{
  padding-top: 30px;
}


.news_lis{
  transition:All 0.4s ease-in-out;
  -webkit-transition:All 0.4s ease-in-out;
  -moz-transition:All 0.4s ease-in-out;
  -o-transition:All 0.4s ease-in-out;
}
.news_lis:hover{
  color: #e60012;
  transform:translate(15px,0);
  -webkit-transform:translate(15px,0);
  -moz-transform:translate(15px,0);
  -o-transform:translate(15px,0);
  -ms-transform:translate(15px,0);

}