* {
  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: 36px;
}
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: #013D7E;
  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: #013D7E;
}
.ibanner .swiper-button-next {
  background: url("../images/banner-r.png") no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
}
.ibanner .swiper-button-prev {
  background: url("../images/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("../images/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: 50px;
}
.box-1 .tit h4 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.box-1 .tit h1 {
  color: #333;
}
.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("../images/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("../images/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;
}
.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: #013D7E;
  text-decoration: none;
}
.iset a p {
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 15px 0;
}
.box-2 {
  background: url("../images/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: 60px 0 100px 0;
  box-sizing: border-box;
}
.box-3 .tit {
  text-align: center;
  margin-bottom: 50px;
}
.box-3 .tit h4 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.box-3 .tit h1 {
  color: #333;
}
.box-3 .inews {
  margin-right: 20px;
}
.box-3 .inews li {
  background: #fff;
  margin-bottom: 30px;
  clear: both;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.box-3 .inews li:after {
  clear: both;
  content: " ";
  display: table;
}
.box-3 .inews li:before {
  content: " ";
  display: table;
}
.box-3 .inews li img {
  width: 280px;
  float: left;
}
.box-3 .inews li .inews-con {
  padding: 20px 90px 20px 20px;
}
.box-3 .inews li .inews-con .inews-tit {
  font-size: 18px;
  line-height: 160%;
  color: #333;
}
.box-3 .inews li .inews-con .inews-tit:hover {
  color: #013D7E;
}
.box-3 .inews li .inews-con .idate {
  font-size: 12px;
  color: #999;
  background: url("../images/icon-1.png") no-repeat left 2px;
  background-size: 16px;
  padding-left: 20px;
  margin-top: 20px;
}
.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("../images/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: 60px 0 120px 0;
  font-size: 16px;
  line-height: 180%;
}
.main .about-c p {
  margin: 20px 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: 233px;
  max-height: 500px;
}
.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("../images/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("../images/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("../images/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("../images/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: 10px 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("../images/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;
  max-width: 100%;
}
.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: 20px 15px;
    list-style-type: disc;
}
    .contact li .contact-list {
        border: 1px dashed #D5D3D3;
        text-align: center;
        padding: 60px 10px 40px 10px;
        min-height: 350px;
        box-sizing: border-box;
        
    }
.contact li .contact-list img {
  width: 68px;
  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("../images/foot-g.png") no-repeat top center;
  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: right;
  margin-right: 50px;
}
.foot .foot-r .foot-nav .foot-nav-l:first-child {
  margin-right: 0px;
}
.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: 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("../images/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("../images/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("../images/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("../images/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: 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: 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: 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("../images/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("../images/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("../images/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("../images/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("../images/icontact.png") no-repeat 100%;
    background-size: cover;
    padding: 30px 30px;
    height: auto;
    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("../images/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("../images/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;
  }
}
/*# sourceMappingURL=css.css.map */