@import url('../fonts/iconfont.css');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
  border: 0;
  margin: 0px;
  padding: 0px
}

h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 700
}

img,
input {
  border: none;
  vertical-align: middle
}

input:focus,
button:focus {
  outline: none
}

body {
  font-size: 14px;
  color: #333
}

ul,
ol {
  list-style-type: none
}

th,
td,
input,
select {
  font-size: 14px
}

button {
  border: none;
  cursor: pointer;
  font-size: 14px;
  background-color: transparent
}

select {
  border-width: 1px;
  _zoom: 1;
  border-style: solid;
  padding-top: 2px;
  font-size: 14px
}

img {
  max-width: 100%;
  display: inline-block;
  position: relative;
  z-index: 0
}

.clearfix {
  zoom: 1
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

a {
  color: inherit;
  outline: none
}

a:link,
a:visited,
a:focus {
  text-decoration: none;
  outline: none
}

a:hover,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit
}

.switch-container {
  height: 30px;
  width: 60px
}

.switch-container .switch {
  display: none
}

.switch-container label {
  display: block;
  background-color: #EEEEEE;
  height: 100%;
  width: 100%;
  cursor: pointer;
  border-radius: 25px
}

.switch-container label>span {
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 33px;
  font-weight: bold;
  color: #0165c8
}

.switch-container label:before {
  content: '';
  display: block;
  border-radius: 25px;
  height: 100%;
  width: 30px;
  background-color: white;
  opacity: 1;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08)
}

.switch-container label:after {
  position: relative;
  top: -30px;
  left: 30px;
  content: '';
  display: block;
  border-radius: 25px;
  height: 100%;
  width: 30px;
  background-color: white;
  opacity: 0;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08)
}

.switch-container #language:checked~label:after {
  opacity: 1
}

.switch-container #language:checked~label:before {
  opacity: 0
}

.switch-container #language:checked~label {
  background-color: #0165c8
}

body {
  min-width: 1140px;
  background-color: #f3f5f8
}

.wrapper {
  width: 1140px;
  margin: 0 auto
}

.fl {
  float: left
}

.fr {
  float: right
}

img {
  border: none
}

.pc {
  display: block
}

.mobile {
  display: none
}

.swiper-box {
  position: relative
}

.swiper-box>a {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #cccccc;
  z-index: 9;
  top: 50%;
  -webkit-transform: translate-x(-50%);
  -ms-transform: translate-x(-50%);
  transform: translate-x(-50%);
  overflow: hidden
}

.swiper-box>a>i {
  color: #cccccc;
  font-size: 36px
}

.swiper-box>a.arrow-left {
  left: -60px
}

.swiper-box>.swiper-slide {
  overflow: hidden
}

.swiper-box>a.arrow-right {
  right: -60px
}

.swiper-container {
  overflow: hidden
}

.swiper-slide {
  width: 100%
}

.swiper-slide>img {
  width: 100%;
  height: 100%;
  display: block
}

.header-index-box {
  min-height: 770px;
  background: url(../images/banner/index.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative
}

.header-index-box>.box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.header-index-box>.box>p {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF
}

.header-index-box>.box>a {
  margin-top: 60px;
  display: block;
  text-align: center
}

.header-index>.header-top {
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  padding: 0 70px
}

.header-index>.header-top>.logo {
  float: left;
  width: 250px
}

.header-index>.header-top>.logo img {
  max-height: 100px
}

.header-index>.header-top>.menu {
  float: left;
  width: -webkit-calc(-300%);
  width: -webkit-calc(100% - 250px - 120px);
  width: calc(100% - 250px - 120px)
}

.header-index>.header-top>.menu>ul.index>li {
  float: left;
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.header-index>.header-top>.menu>ul.index>li:first-child {
  margin-left: 20px;
}

.header-index>.header-top>.menu>ul.index>li>a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.scroll-off>.header-top>.menu>ul.index>li>a {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.header-index>.header-top>.menu>ul.index>.active::after {
  content: " ";
  width: 30px;
  height: 5px;
  background-color: #0165c8;
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%)
}

.header-index>.header-top>.menu>ul.pages>li {
  float: left;
  text-align: center;
  position: relative;
  width: 10%
}

.header-index>.header-top>.menu>ul.pages>li>a {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF
}

.header-index>.header-top>.menu>ul.pages>.active::after {
  content: " ";
  width: 30px;
  height: 5px;
  background-color: #0165c8;
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%)
}

.header-index>.header-top>.language {
  float: right;
  width: 120px;
  text-align: right;
  position: absolute;
  right: 80px;
}

.header-index>.header-top>.language>a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #316CEE;
  width: 50px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  margin-right: 10px
}

.header-index>.header-top>.language>a:last-child {
  margin-right: 0
}

.header-index>.header-top>.language>a.active {
  background: -webkit-linear-gradient(143deg, #2F6CEE, #5762EF);
  background: linear-gradient(-53deg, #2F6CEE, #5762EF);
  color: #ffffff
}

.header-pages {
  background-color: #ffffff
}

.header-pages>.header-top {
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  padding: 0 70px
}

.header-pages>.header-top>.logo {
  float: left;
  width: 250px
}

.header-pages>.header-top>.logo img {
  max-height: 100px
}

.header-pages>.header-top>.menu {
  float: left;
  width: -webkit-calc(-300%);
  width: -webkit-calc(100% - 250px - 150px);
  width: calc(100% - 250px - 150px)
}

.header-pages>.header-top>.menu>ul.index>li {
  float: left;
  text-align: center;
  position: relative;
  width: 10%
}

.header-pages>.header-top>.menu>ul.index>li>a {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF
}

.header-pages>.header-top>.menu>ul.index>.active::after {
  content: " ";
  width: 30px;
  height: 5px;
  background-color: #0165c8;
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%)
}

.header-pages>.header-top>.menu>ul.pages>li {
  float: left;
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.nav-sub {
  position: absolute;
  top: 100px;
  left: -15px;
  background-color: #92a4f7;
  width: 100%;
  padding: 0 15px;
  min-width: 130px;
  display: none;
}

.nav-sub>li {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.nav-sub>li>a {
  font-size: 16px;
}

.header-pages>.header-top>.menu>ul.pages>li>a {
  font-size: 18px;
  font-weight: 400;
  color: #000000
}

.header-index>.header-top>.menu>ul.index>li:hover:after,
.header-pages>.header-top>.menu>ul.pages>.active::after,
.header-pages>.header-top>.menu>ul.pages>:hover:after {
  content: " ";
  width: 30px;
  height: 5px;
  background-color: #0165c8;
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%)
}

.header-pages>.header-top>.language {
  float: right;
  width: 150px;
  text-align: right
}

.header-pages>.header-top>.language>a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #316CEE;
  width: 50px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  margin-right: 10px
}

.header-pages>.header-top>.language>a:last-child {
  margin-right: 0
}

.header-pages>.header-top>.language>a.active {
  background: -webkit-linear-gradient(143deg, #2F6CEE, #5762EF);
  background: linear-gradient(-53deg, #2F6CEE, #5762EF);
  color: #ffffff
}

.header-index,
.header-pages {
  background-color: #fff;
  height: 100px;
  width: 100%;
  min-width: 1200px;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  z-index: 999;
}

.scroll-off {
  background: transparent;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-mobile {
  margin-bottom: 50px
}

.sp_header {
  height: 50px;
  overflow: hidden;
  background: #2f6cee;
  position: fixed;
  z-index: 999999;
  width: 100%;
  color: #fff;
  top: 0
}

.sp_logo {
  padding: 10px;
  float: left;
  height: 50px
}

.sp_logo img {
  margin: auto;
  max-height: 30px
}

.sp_logo_text {
  float: left;
  height: 50px;
  line-height: 50px;
  width: -webkit-calc(-20%);
  width: -webkit-calc(100% - 50px - 70px);
  width: calc(100% - 50px - 70px);
  text-align: center
}

.sp_logo_text>a {
  font-size: 18px
}

.sp_nav {
  width: 50px;
  float: left;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: 15px
}

.sp_nav span {
  display: block;
  background: #ffffff;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 10px;
  -webkit-transition: all ease .35s;
  transition: all ease .35s
}

.sp_nav span:nth-of-type(1) {
  top: 0
}

.sp_nav span:nth-of-type(2) {
  top: 10px
}

.sp_nav span:nth-of-type(3) {
  top: 20px
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
  width: 0
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.sjj_nav {
  position: fixed;
  z-index: 9;
  background: #2f6cee;
  width: 100%;
  height: -webkit-calc(50%);
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  -webkit-transition: top ease .35s;
  transition: top ease .35s
}

.nav_show {
  top: 50px
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
  color: #ffffff
}

.sjj_nav ul li i svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all ease .35s;
  transition: all ease .35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  padding-left: 20px;
  position: relative;
  line-height: 40px;
  font-size: 14px
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid
}

.sjj_nav ul li ul {
  display: none
}

.sjj_nav ul li a {
  color: #ffffff;
  width: 80%
}

.sjj_nav ul li ul li a {
  color: #ffffff;
  display: block;
  text-align: left
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #ffffff
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #ffffff
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px
}

.sp_language {
  width: 70px;
  float: right;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: 12px
}

.footer-menu {
  min-height: 420px;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 40px 0;
  color: #cccccc;
  font-size: 16px
}

.footer-menu h3 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px
}

.footer-menu-box {
  float: left;
  width: -webkit-calc(-200%);
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px)
}

.footer-menu-box>div {
  float: left;
  width: 20%
}

.fmb-item {
  margin-bottom: 40px
}

.fmb-item>li {
  margin-bottom: 20px
}

.fmb-item:last-child {
  margin-bottom: 0
}

.fmb-item::last-child {
  margin-bottom: 0
}

.footer-menu-contact {
  float: left;
  width: 300px
}

.footer-menu-contact>h3 {
  margin-bottom: 80px
}

.footer-menu-contact>p {
  margin-bottom: 40px
}

.footer-menu-contact>p>span {
  width: 20px;
  display: inline-block
}

.footer-menu-contact>p>span>i {
  color: #0165c8;
  font-size: 16px;
  font-weight: 700
}

.footer-menu-contact:last-child {
  margin-bottom: 0
}

.footer-copyright {
  padding: 40px 0;
  background-color: #141a24;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #cccccc;
  line-height: 28px
}

.footer-copyright a {
  font-size: 16px;
  font-weight: 400;
  color: #cccccc;
  line-height: 28px
}

.digg {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.digg a {
  display: inline-block;
  padding: 5px 12px;
  margin: 0 0 0 8px;
  border: 1px solid #e1e2e3;
  line-height: 20px;
  height: 30px;
  color: #0165c8;
  background: #fff;
  text-decoration: none
}

.digg a:hover {
  border: 1px solid #0165c8
}

.digg span {
  display: inline-block;
  padding: 5px 0;
  line-height: 20px;
  height: 30px
}

.digg .current {
  padding: 5px 12px;
  margin: 0 0 0 8px;
  color: #555;
  font-weight: bold
}

.digg .disabled {
  border: 1px solid #eee;
  padding: 5px 12px;
  margin: 0 0 0 8px;
  color: #ddd
}

.video-playbox {
  position: relative;
  width: 100%;
  height: 473px;
  _clear: both;
  _display: inline;
  margin: 0 auto;
  margin-bottom: 30px
}

.banner-page {
  height: 300px;
  margin-top: 100px;
}

.pages-box {
  background-color: #ffffff;
  min-height: 300px
}

.pages-path {
  min-height: 100px;
  line-height: 1.5;
  border-bottom: 1px solid #F0F3F5;
  padding: 30px 0
}

.pages-path>div>a {
  font-size: 16px;
  font-weight: 400;
  color: #000000
}

.pages-path>div>a:after {
  content: "-->";
  color: #989CA7;
  margin: 0 10px
}

.pages-path>div>a>i {
  font-size: 22px
}

.pages-path>div>span {
  font-size: 16px;
  font-weight: 400;
  color: #989CA7
}

.pages-path>div>.path {
  float: left
}

.pages-path>div>.path>a {
  font-size: 16px;
  font-weight: 400;
  color: #000000
}

.pages-path>div>.path>a:after {
  content: "-->";
  color: #989CA7;
  margin: 0 10px
}

.pages-path>div>.path>a>i {
  font-size: 22px
}

.pages-path>div>.path>span {
  font-size: 16px;
  font-weight: 400;
  color: #989CA7
}

.pages-path>div>.classbox1 {
  float: right
}

.pages-path>div>.classbox1>a {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  padding: 0 15px
}

.pages-path>div>.classbox1>.active {
  color: #FFFFFF;
  background-color: #0165c8
}

.pages-class {
  margin: 30px 0
}

.pages-class>div>a {
  display: inline-block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  font-size: 16px;
  color: #989CA7;
  border: 1px solid transparent
}

.pages-class>div>.active {
  border: 1px solid #0165c8;
  color: #0165c8
}

.page-box {
  padding: 30px 0
}

.index-pro {
  background: url(../images/index/pro-bg.jpg) no-repeat;
  min-height: 100px;
  padding: 70px 0
}

.index-pro-box {
  display: block;
  position: relative
}

.index-pro-box>.proClass {
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.index-pro-box>.proClass>.title {
  font-size: 42px;
  font-weight: bold;
  color: #0165c8;
  position: relative;
  margin-bottom: 30px;
  display: block;
}

.index-pro-box>.proClass>.title::after {
  content: " ";
  width: 50px;
  height: 5px;
  background: -webkit-linear-gradient(143deg, #2F6CEE 0%, #5762EF 100%);
  background: linear-gradient(-53deg, #2F6CEE 0%, #5762EF 100%);
  position: absolute;
  left: 2px;
  bottom: -15px
}

.index-pro-box>.proClass>.zhaiyao {
  font-size: 16px;
  font-weight: 400;
  color: #9094A0;
  line-height: 28px
}

.index-pro-box>.proClass>.more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2F6CEE;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}

.index-pro-box>.proList {
  margin-left: -15px;
  margin-right: -15px;
}

.index-pro-box>.proList>.proItem {
  width: 33.33%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.index-pro-box>.proList>.proItem>a {
  display: inline-block;
  margin: 0 15px;
  height: 270px;
}

.index-pro-box>.proList>.proItem>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.index-pro-box>.proList>.proItem>.caption {
  padding: 30px;
  padding-bottom: 0;
  background: #fff;
  margin: 0 15px;
}

.index-pro-box>.proList>.proItem>.caption>.title {
  float: left;
  font-size: 26px;
  font-weight: bold;
  color: #7b7b7b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);*/
}

.index-pro-box>.proList>.proItem>.caption>.links {
  float: right;
  width: 88px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: -webkit-linear-gradient(143deg, #2F6CEE, #5762EF);
  background: linear-gradient(-53deg, #2F6CEE, #5762EF);
  color: #ffffff
}

.index-pro-box>.proList>.proItem>.caption>.links>i {
  font-size: 26px
}

.proMore {
  clear: both;
  text-align: center;
  padding: 15px 0;
  margin-top: 100px;
}

.index-pro-box>.proMore>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.index-about {
  background-color: #ffffff
}

.index-about>div {
  padding: 50px 0
}

.index-about>div>.infos,
.index-about>div>.ryzz {
  float: left;
  width: 50%
}

.index-about>div>.infos>.title {
  font-size: 42px;
  font-weight: bold;
  color: #0165c8;
  position: relative
}

.index-about>div>.infos>.title::after {
  content: " ";
  width: 50px;
  height: 5px;
  background: -webkit-linear-gradient(143deg, #2F6CEE 0%, #5762EF 100%);
  background: linear-gradient(-53deg, #2F6CEE 0%, #5762EF 100%);
  position: absolute;
  left: 2px;
  bottom: -15px
}

.index-about>div>.infos>.content {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 42px;
  padding: 30px 0
}

.index-about>div>.infos>.links>a {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #A3ABBF;
  background: transparent
}

.index-about>div>.infos>.links>a>i {
  font-size: 18px;
  margin-left: 10px
}

.index-about>div>.infos>.links>a.active {
  color: #FFFFFF;
  background: -webkit-linear-gradient(143deg, #2F6CEE, #5762EF);
  background: linear-gradient(-53deg, #2F6CEE, #5762EF)
}

.index-about>div>.ryzz {
  padding: 0 100px
}

.swiper-index-ryzz {
  height: 350px
}

.swiper-index-ryzz .index-item>.img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 350px;
  display: inline-block;
}

.swiper-index-ryzz .index-item>.img>img {
  height: 100%;
  object-fit: cover;
  object-position: center
}

.index-item>.caption {
  padding: 20px;
  position: absolute;
  bottom: 0;
  background: #333;
  width: 100%;
  opacity: 0.3;
}

.index-item>.caption>.title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px
}

.index-item>.caption>.zhaiyao {
  font-size: 16px;
  font-weight: 400;
  color: #A3ABBF;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.swiper-index-gslc {
  height: 350px
}

.swiper-index-gslc .index-item>.img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 350px;
  display: inline-block;
}

.swiper-index-gslc .index-item>.img>img {
  height: 100%;
  object-fit: cover;
  object-position: center
}

.swiper-index-news {
  height: 465px
}

.swiper-index-news .index-item>.img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 465px;
  display: inline-block;
}

.swiper-index-news .index-item>.img>img {
  height: 100%;
  object-fit: cover;
  object-position: center
}

#swiperNews202>a.arrow-left {
  left: 0 !important;
}

#swiperNews202>a.arrow-right {
  right: 0 !important;
}

.index-khandmt {
  background-color: #F3F5F8;
  padding: 80px 0
}

.index-khjz>.header>.title {
  float: left;
  font-size: 42px;
  font-weight: bold;
  color: #0165c8;
  position: relative
}

.index-khjz>.header>.title::after {
  content: " ";
  width: 50px;
  height: 5px;
  background: -webkit-linear-gradient(143deg, #2F6CEE 0%, #5762EF 100%);
  background: linear-gradient(-53deg, #2F6CEE 0%, #5762EF 100%);
  position: absolute;
  left: 2px;
  bottom: -15px
}

.index-khjz>.header>.other {
  float: right
}

.index-khjz>.header>.other>a {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #A3ABBF;
  background: transparent
}

.index-khjz>.header>.other>a>i {
  font-size: 18px;
  margin-left: 10px
}

.index-khjz>.header>.other>a.active {
  color: #FFFFFF;
  background: -webkit-linear-gradient(143deg, #2F6CEE, #5762EF);
  background: linear-gradient(-53deg, #2F6CEE, #5762EF)
}

.index-khjz>.body {
  padding: 50px 0
}

.index-khjz-list {
  display: block;
  margin-right: -15px;
  margin-left: -15px
}

.index-khjz-list>.item {
  float: left;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px
}

.index-khjz-list>.item>.box {
  display: block;
  background-color: #ffffff
}

.index-khjz-list>.item>.box>.img {
  height: 200px;
  overflow: hidden
}

.index-khjz-list>.item>.box>.img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.index-khjz-list>.item>.box>.caption {
  padding: 20px
}

.index-khjz-list>.item>.box>.caption>.title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px
}

.index-khjz-list>.item>.box>.caption>.zhaiyao {
  font-size: 16px;
  font-weight: 400;
  color: #A3ABBF;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.index-mt>.header>.title {
  float: left;
  font-size: 42px;
  font-weight: bold;
  color: #0165c8;
  position: relative
}

.index-mt>.header>.title::after {
  content: " ";
  width: 50px;
  height: 5px;
  background: -webkit-linear-gradient(143deg, #2F6CEE 0%, #5762EF 100%);
  background: linear-gradient(-53deg, #2F6CEE 0%, #5762EF 100%);
  position: absolute;
  left: 2px;
  bottom: -15px
}

.index-mt>.header>.other {
  float: right
}

.index-mt>.header>.other>a {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #A3ABBF;
  background: transparent
}

.index-mt>.header>.other>a>i {
  font-size: 18px;
  margin-left: 10px
}

.index-mt>.header>.other>a.active {
  color: #FFFFFF;
  background: -webkit-linear-gradient(143deg, #2F6CEE, #5762EF);
  background: linear-gradient(-53deg, #2F6CEE, #5762EF)
}

.index-mt>.body {
  padding: 50px 0
}

.index-mt>.body>div {
  display: none
}

.index-mt>.body>.active {
  display: block
}

.index-mt-box>.img {
  float: left;
  width: 600px
}

.index-mt-box>.img>a {
  display: block;
  height: 466px
}

.index-mt-box>.img>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.index-mt-box>.list {
  float: left;
  width: -webkit-calc(-500%);
  width: -webkit-calc(100% - 600px);
  width: calc(100% - 600px);
  padding-left: 25px
}

.index-mt-box>.list>a {
  display: block;
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 20px;
  clear: both
}

.index-mt-box>.list>a:last-child {
  margin-bottom: 0
}

.index-mt-box>.list>a>.title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.index-mt-box>.list>a>.other {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 400;
  color: #A3ABBF;
  overflow: hidden;
  /*文本超出隐藏*/
  display: -webkit-box;
  /*盒子模型微弹性伸缩模型*/
  -webkit-box-orient: vertical;
  /*伸缩盒子的子元素垂直排列*/
  -webkit-line-clamp: 2;
  /*文本显示3行*/
}

.index-mt-box>.list>a>.other>.date {
  float: left
}

.index-mt-box>.list>a>.other>.more {
  float: right
}

.about-box {
  padding: 60px 0
}

.about-box>.img {
  width: 600px;
  height: 380px;
  overflow: hidden
}

.about-box>.img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.about-box>.img-left {
  float: left;
  margin-right: 30px
}

.about-box>.img-right {
  float: right;
  margin-left: 30px
}

.about-box>h3 {
  font-size: 32px;
  font-weight: bold;
  color: #0165c8;
  line-height: 36px;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.about-box>h3.tit::after {
  content: " ";
  width: 50px;
  height: 5px;
  background: -webkit-linear-gradient(143deg, #2F6CEE 0%, #5762EF 100%);
  background: linear-gradient(-53deg, #2F6CEE 0%, #5762EF 100%);
  position: absolute;
  left: 2px;
  bottom: -15px;
}

.about-box>p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 36px
}

.about-other {
  background-color: #F3F5F8;
  padding: 80px 0
}

.about-header {
  font-size: 42px;
  font-weight: bold;
  color: #0165c8;
  position: relative;
  margin-bottom: 30px
}

.about-header::after {
  content: " ";
  width: 50px;
  height: 5px;
  background: -webkit-linear-gradient(143deg, #2F6CEE 0%, #5762EF 100%);
  background: linear-gradient(-53deg, #2F6CEE 0%, #5762EF 100%);
  position: absolute;
  left: 2px;
  bottom: -15px
}

.about-body {
  margin: 50px 0;
  min-height: 100px
}

.about-body:last-child {
  margin-bottom: 0
}

.about-body-white {
  background-color: #ffffff
}

.about-qywh {
  display: block;
  margin-right: -15px;
  margin-left: -15px
}

.about-qywh>.item {
  float: left;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px
}

.about-qywh>.item>.box {
  display: block;
  background-color: #ffffff;
  height: 500px;
}

.about-qywh>.item>.box>.img {
  height: 325px;
  overflow: hidden
}

.about-qywh>.item>.box>.img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.about-qywh>.item>.box>.caption {
  padding: 20px
}

.about-qywh>.item>.box>.caption>.title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  text-align: center
}

.about-qywh>.item>.box>.caption>.zhaiyao {
  font-size: 16px;
  font-weight: 400;
  color: #A3ABBF;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
}

.event_box {
  width: 90%;
  position: relative;
  margin: 0 auto
}

.event_box .parHd {
  width: 100%;
  display: inline-block;
  height: 92px;
  overflow: hidden
}

.parHd ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px !important
}

.parHd .tempWrap {
  margin: 0 auto
}

.parHd .tempWrap:after {
  content: '';
  width: 85%;
  height: 1px;
  background: #580000;
  position: absolute;
  right: 8%;
  top: 35%;
  z-index: 10
}

.parHd li.no_line:before {
  display: none
}

.parHd li {
  display: inline-block;
  cursor: pointer;
  padding-top: 30px;
  font-size: 16px;
  color: #000;
  margin: 0 30px;
  position: relative
}

.parHd li:after {
  content: '';
  background: url(../images/dot_ico.png) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 20;
  top: -12px;
  left: 50%;
  margin-left: -12px
}

.parBd {
  text-align: center;
  margin-top: 60px
}

.parBd h4 {
  position: relative;
  font-size: 40px;
  margin-bottom: 3%;
  padding: 0 60px;
  display: inline-block;
  text-align: center
}

.parBd h4:after {
  content: '';
  background: #000;
  width: 100px;
  height: 1px;
  position: absolute;
  left: -100px;
  bottom: 12px
}

.parBd h4:before {
  content: '';
  background: #000;
  width: 100px;
  height: 1px;
  position: absolute;
  right: -100px;
  bottom: 12px
}

.parBd p {
  line-height: 180%;
  font-size: 16px;
  width: 80%;
  margin: 0 auto
}

div#listBox {
  width: 100%
}

.sPrev,
.sNext {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 25px
}

.sPrev {
  left: 0
}

.sNext {
  right: 0
}

.sPrev img,
.sNext img {
  transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
  -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
  -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
  -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95)
}

.parHd li.act span {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url(../images/cat.png) no-repeat;
  position: absolute;
  top: -12px;
  left: 28px;
  z-index: 21
}

.parHd li span,
.parHd li.clone span {
  display: none
}

.about-qysl {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px
}

.about-qysl>.item {
  float: left;
  width: 33.3333%;
  padding-right: 15px;
  padding-left: 15px
}

.about-qysl>.item>.box {
  display: block;
  background-color: #ffffff
}

.about-qysl>.item>.box>.img {
  height: 325px;
  overflow: hidden
}

.about-qysl>.item>.box>.img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.about-qysl>.item>.box>.caption {
  padding: 20px 0
}

.about-qysl>.item>.box>.caption>.zhaiyao {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.about-qyry {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px
}

.about-qyry>.item {
  float: left;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px
}

.about-qyry>.item>.box {
  display: block;
  background-color: #ffffff
}

.about-qyry>.item>.box>.img {
  height: 325px;
  overflow: hidden
}

.about-qyry>.item>.box>.img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.about-qyry>.item>.box>.caption {
  padding: 20px 0
}

.about-qyry>.item>.box>.caption>.title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  text-align: center
}

.contact-box {
  background-color: #ffffff;
  padding: 70px
}

.contact-infos>.tit {
  float: left;
  width: 50%
}

.contact-infos>.tit>.img {
  height: 170px;
  overflow: hidden
}

.contact-infos>.tit>.img>img {
  height: 100%;
  object-fit: cover;
  object-position: center
}

.contact-infos>.tit>.zhaiyao {
  font-size: 16px;
  font-weight: 400;
  color: #9698A1;
  margin: 40px 0
}

.contact-infos>.tit>.links>a {
  display: block;
  width: 200px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #0165c8;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF
}

.contact-infos>.txt {
  float: left;
  width: 50%
}

.contact-infos>.txt>.title {
  font-size: 24px;
  font-weight: 400;
  color: #4866EF
}

.contact-infos>.txt>.hotTel {
  font-size: 36px;
  font-family: FZHTK;
  font-weight: bold;
  color: #4866EF;
  line-height: 1;
  margin-top: 10px
}

.contact-infos>.txt>.zhaiyao {
  font-size: 16px;
  font-weight: 400;
  color: #9698A1;
  margin: 20px 0
}

.contact-infos>.txt>.caption>p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 48px
}

.message {
  margin-top: 50px
}

.message>.input1 {
  margin-left: -15px;
  margin-right: -15px
}

.message>.input1>div {
  float: left;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px
}

.message>.input1>div>input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ECECF1;
  padding: 0 15px
}

.message>.content {
  margin-top: 30px
}

.message>.content>textarea {
  width: 100%;
  height: 210px;
  border: 1px solid #ECECF1;
  padding: 15px
}

.message>.submit {
  margin-top: 30px
}

.message>.submit>button {
  width: 100%;
  display: block;
  background-color: #0165c8;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  height: 70px;
  line-height: 70px;
  text-align: center
}

.job-list {
  background-color: #ffffff;
  padding: 40px
}

.job-item>.header {
  border-bottom: 1px solid #EDEFF1;
  padding: 15px 20px;
  cursor: pointer
}

.job-item>.header>.title {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #000000
}

.job-item>.header>.show {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #000000
}

.job-item>.header>.show>i {
  margin-left: 10px;
  font-size: 16px
}

.job-item>.header>.show>i:before {
  content: "\e65b"
}

.job-item>.body {
  display: none;
  padding: 15px 20px
}

.open>.header {
  background-color: #0165c8
}

.open>.header>.title {
  color: #ffffff
}

.open>.header>.show {
  color: #ffffff
}

.open>.header>.show>i {
  margin-left: 10px;
  font-size: 16px
}

.open>.header>.show>i:before {
  content: "\e65a"
}

.open>.body {
  display: block
}

.khjz-list {
  margin-right: 0;
  margin-left: 0
}

.khjz-list>.khjz-item {
  float: left;
  width: 25%;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid #ECF0F6;
  background-color: #ffffff
}

.khjz-list>.khjz-item>.img {
  height: 160px;
  overflow: hidden;
  background-color: #ffffff
}

.khjz-list>.khjz-item>.img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.khjz-list>.khjz-item>.caption {
  padding: 20PX
}

.khjz-list>.khjz-item>.caption>.title {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000
}

.news-list>.news-item {
  display: inline-block;
  padding: 25px;
  clear: both;
  background-color: #ffffff;
  margin-bottom: 20px
}

.news-list>.news-item>.img {
  float: left;
  width: 300px
}

.news-list>.news-item>.img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.news-list>.news-item>.caption {
  float: left;
  width: -webkit-calc(-200%);
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
  padding-left: 40px
}

.news-list>.news-item>.caption>.title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.news-list>.news-item>.caption>.zhaiyao {
  font-size: 16px;
  font-weight: 400;
  color: #989CA7;
  line-height: 1.5;
  margin: 15px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.news-list>.news-item>.caption>.other>.date {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #989CA7;
  line-height: 28px
}

.news-list>.news-item>.caption>.other>.more {
  float: right;
  color: #0165c8;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline
}

.updownlist {
  padding: 50px
}

.updownlist>.up {
  float: left
}

.updownlist>.down {
  float: right
}

.pro-box {
  background-color: #F3F5F8;
  padding: 50px 0
}

.pro-list {
  margin-right: -15px;
  margin-left: -15px
}

.pro-list>.pro-item {
  float: left;
  width: 33.3333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px
}

.pro-list>.pro-item>.img {
  height: 260px;
  overflow: hidden;
  background-color: #ffffff
}

.pro-list>.pro-item>.img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.pro-list>.pro-item>.caption {
  padding: 20px;
  background-color: #ffffff;
  height: 200px;
  overflow: hidden;
}

.pro-list>.pro-item>.caption>.title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.pro-list>.pro-item>.caption>.zhaiyao {
  font-size: 16px;
  font-weight: 400;
  color: #989CA7;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 10px 0
}

.pro-list>.pro-item>.caption>.links {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px
}

.pro-list>.pro-item>.caption>.links>span {
  text-decoration: underline;
  color: #4866EF
}

.pro-detail {
  background-color: #ffffff;
  padding: 50px
}

.pro-detail>.title {
  font-size: 38px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 50px
}

.pro-detail>.content {
  font-size: 16px;
  font-weight: 400;
  color: #989CA7
}

.pro-detail>.content p {
  line-height: 1.5
}

.pro-xg {
  padding: 50px
}

.pro-xg>.header {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  border-bottom: 1px solid #EAEDF1;
  height: 100px;
  line-height: 100px
}

.pro-xg>.body>.list {
  margin-right: -15px;
  margin-left: -15px
}

.pro-xg>.body>.list>.pro-item {
  float: left;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px
}

.pro-xg>.body>.list>.pro-item>div {
  border: 1px solid #EAEDF1
}

.pro-xg>.body>.list>.pro-item>div>.img {
  height: 260px;
  overflow: hidden;
  background-color: #ffffff
}

.pro-xg>.body>.list>.pro-item>div>.img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.pro-xg>.body>.list>.pro-item>div>.caption {
  padding: 20px;
  background-color: #ffffff
}

.pro-xg>.body>.list>.pro-item>div>.caption>.title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center
}

.yycj-list {
  margin-right: -15px;
  margin-left: -15px
}

.yycj-list>.yycj-item {
  float: left;
  width: 33.3333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px
}

.yycj-list>.yycj-item>.img {
  height: 260px;
  overflow: hidden;
  background-color: #ffffff
}

.yycj-list>.yycj-item>.img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.yycj-list>.yycj-item>.caption {
  padding: 20px;
  background-color: #ffffff
}

.yycj-list>.yycj-item>.caption>.zhaiyao {
  font-size: 16px;
  font-weight: 400;
  color: #989CA7;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 10px 0
}

.zhfc-list {
  margin-right: -15px;
  margin-left: -15px
}

.zhfc-list>.zhfc-item {
  float: left;
  width: 33.3333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px
}

.zhfc-list>.zhfc-item>.img {
  height: 300px;
  overflow: hidden;
  background-color: #ffffff
}

.zhfc-list>.zhfc-item>.img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.zhfc-list>.zhfc-item>.caption {
  padding: 20px;
  background-color: #ffffff
}

.zhfc-list>.zhfc-item>.caption>.zhaiyao {
  font-size: 16px;
  font-weight: 400;
  color: #989CA7;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 10px 0
}

.table-yycj {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0
}

.table-yycj>thead>tr>th {
  text-align: center;
  border: 1px solid #ECF0F6;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0165c8
}

.table-yycj>tbody>tr>td {
  text-align: center;
  border: 1px solid #ECF0F6;
  background-color: #ffffff;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: 400;
  color: #000000
}

.table-yycj>tbody>tr>td .download {
  background-color: #0165c8;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  height: 38px;
  line-height: 38px;
  width: 140px
}

.table-yycj>tbody>tr>td .download>i {
  font-size: 16px
}

.table-yycj>tbody>tr>.title {
  font-weight: bold;
  font-size: 16px;
  font-weight: 400;
  color: #000000
}

.table-yycj>tbody>tr>.w-100 {
  width: 100px
}

.table-yycj>tbody>tr>.w-150 {
  width: 150px
}

.table-yycj>tbody>tr>.w-200 {
  width: 200px
}

/*商品缩略图样式*/
.goods-pic {
  position: relative;
  float: left;
  margin-right: 30px;
  width: 500px;
  *z-index: 1;
}

.pic-box {
  float: left;
}

.pic-preview {
  position: relative;
  width: 500px;
  height: 500px;
  border: 1px solid #e8e8e8;
}

.pic-preview>span>img {
  width: 100%;
  height: 100%;
}

.pic-scroll {
  margin-top: 10px;
  width: 500px;
}

.pic-scroll .prev {
  float: left;
  margin-right: 5px;
}

.pic-scroll .next {
  float: right;
}

.pic-scroll .prev,
.pic-scroll .next {
  display: block;
  font-family: "宋体";
  text-align: center;
  width: 10px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  cursor: pointer;
  text-decoration: none;
}

.pic-scroll .items {
  position: relative;
  float: left;
  width: 335px;
  height: 62px;
  overflow: hidden;
}

.pic-scroll .items ul {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 999999px;
  height: 100%;
}

.pic-scroll .items ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 67px;
  text-align: center;
}

.pic-scroll .items ul li img {
  padding: 2px;
  border: 1px solid #e8e8e8;
  width: 56px;
  height: 56px;
}

.pic-scroll .items ul li img:hover {
  padding: 1px;
  border: 2px solid #d70000;
}

.goos-pic-right {
  float: left;
  width: -webkit-calc(100% - 550px);
  width: calc(100% - 550px);
  line-height: 500px;
}

.index-banner {
  width: 100%;
  height: auto
}

.pagination {
  position: absolute;
  z-index: 20;
  left: 50%;
  -webkit-transform: translate-y(-50%);
  -ms-transform: translate-y(-50%);
  transform: translate-y(-50%);
  bottom: 10px
}


@media (max-width: 1400px) and (min-width: 768px) {

  .header-index>.header-top>.menu>ul.index>li,
  .header-pages>.header-top>.menu>ul.pages>li {
    padding: 0 15px;
  }
}

@media (max-width:767px) {

  .header-index>.header-top>.menu>ul.index>li,
  .header-pages>.header-top>.menu>ul.pages>li {
    padding: 0 10px;
  }

  .about-qywh>.item>.box {
    height: 230px;
  }

  body {
    min-width: 100%
  }

  .wrapper {
    width: 100%;
    padding: 0 15px
  }

  .mobile {
    display: block
  }

  .pc {
    display: none
  }

  .header-index,
  .header-pages {
    min-width: 100%;
  }

  .goods-pic {
    margin-right: 0;
    width: 100%;
    *z-index: 1;
    float: inherit;
    overflow: hidden;
  }

  .pic-preview {
    width: 100%;
    height: 300px;
  }

  .goos-pic-right {
    display: none;
  }

  .pic-box {
    float: inherit;
  }

  .footer-menu h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .fmb-item>li {
    margin-bottom: 10px;
  }

  .footer-menu-box {
    float: initial;
    width: 100%;
  }

  .footer-menu-box>div {
    width: 25%;
  }

  .footer-menu-contact {
    float: inherit;
    width: 100%;
    clear: both;
  }

  .footer-menu-contact>h3 {
    margin-bottom: 30px;
  }

  .footer-menu-contact>p {
    margin-bottom: 10px;
  }

  .index-banner {
    width: 100%;
    height: 200px;
    margin-top: 50px;
  }

  .banner-page {
    height: 150px;
    margin-top: 0;
  }

  .pages-path {
    min-height: 50px;
    padding: 15px 0
  }

  .pages-path>div>a {
    font-size: 14px
  }

  .pages-path>div>a:after {
    margin: 0 5px
  }

  .pages-path>div>a>i {
    font-size: 14px
  }

  .pages-path>div>span {
    font-size: 14px
  }

  .pages-path>div>.path {
    float: inherit
  }

  .pages-path>div>.path>a {
    font-size: 14px
  }

  .pages-path>div>.path>a:after {
    margin: 0 5px
  }

  .pages-path>div>.path>a>i {
    font-size: 14px
  }

  .pages-path>div>.path>span {
    font-size: 14px
  }

  .pages-path>div>.classbox1 {
    float: inherit;
    margin-top: 15px
  }

  .pages-path>div>.classbox1>a {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px
  }

  .pages-class {
    margin: 15px 0
  }

  .pages-class>div>a {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px
  }

  .header-index {
    min-height: 0;
    height: 0;
  }

  .header-index>.box {
    width: 100%;
    text-align: center
  }

  .header-index>.box>p {
    font-size: 26px
  }

  .header-index>.box>a {
    margin-top: 30px
  }

  .header-index>.box>a>img {
    height: 30px
  }

  .index-pro {
    padding: 30px 0
  }

  .index-pro-box {
    margin-bottom: 250px
  }

  .index-pro-box>.proClass {
    width: 100% !important
  }

  .index-pro-box>.proClass>.title {
    font-size: 22px;
    margin-bottom: 30px
  }

  .index-pro-box>.proClass>.title::after {
    content: " ";
    width: 30px;
    height: 3px
  }

  .index-pro-box>.proClass>.zhaiyao {
    font-size: 12px;
    line-height: 1.5
  }

  .index-pro-box>.proList>.proItem {
    width: 100% !important;
  }

  .index-pro-box>.proList>.proItem>.caption {
    padding: 15px
  }

  .index-pro-box>.proList>.proItem>.caption>.title {
    font-size: 22px
  }

  .index-pro-box>.proList>.proItem>.caption>.links {
    width: 58px;
    height: 28px;
    line-height: 28px
  }

  .index-pro-box>.proList>.proItem>.caption>.links>i {
    font-size: 16px
  }

  .index-pro-box>.proMore {
    overflow: hidden;
    left: 0 !important;
    top: auto !important;
    bottom: -250px;
    height: 50px;
    width: 100% !important
  }

  .index-about {
    background-color: #ffffff
  }

  .index-about>div {
    padding: 20px 15px
  }

  .index-about>div>.infos,
  .index-about>div>.ryzz {
    float: inherit;
    width: 100%
  }

  .index-about>div>.infos>.title {
    font-size: 22px;
    margin-bottom: 15px
  }

  .index-about>div>.infos>.title::after {
    width: 30px;
    height: 3px
  }

  .index-about>div>.infos>.content {
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 0
  }

  .index-about>div>.infos>.links {
    text-align: center
  }

  .index-about>div>.infos>.links>a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px
  }

  .index-about>div>.infos>.links>a>i {
    font-size: 14px;
    margin-left: 10px
  }

  .index-about>div>.infos>.links>a.active {
    color: #FFFFFF;
    background: -webkit-linear-gradient(143deg, #2F6CEE, #5762EF);
    background: linear-gradient(-53deg, #2F6CEE, #5762EF)
  }

  .index-about>div>.ryzz {
    margin-top: 30px;
    padding: 0 100px
  }

  .swiper-index-ryzz {
    height: 200px
  }

  .swiper-index-gslc {
    height: 200px
  }

  .index-khandmt {
    padding: 30px 0
  }

  .index-khjz>.header {
    margin-bottom: 15px
  }

  .index-khjz>.header>.title {
    font-size: 22px
  }

  .index-khjz>.header>.title::after {
    width: 30px;
    height: 3px
  }

  .index-khjz>.header>.other {
    float: right
  }

  .index-khjz>.header>.other>a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px
  }

  .index-khjz>.header>.other>a>i {
    font-size: 14px;
    margin-left: 10px
  }

  .index-khjz>.body {
    padding: 30px 0
  }

  .index-khjz-list {
    margin-right: -5px;
    margin-left: -5px
  }

  .index-khjz-list>.item {
    padding-right: 5px;
    padding-left: 5px
  }

  .index-khjz-list>.item>.box>.img {
    height: 80px
  }

  .index-khjz-list>.item>.box>.caption {
    padding: 10px
  }

  .index-khjz-list>.item>.box>.caption>.title {
    font-size: 14px;
    margin-bottom: 20px
  }

  .index-khjz-list>.item>.box>.caption>.zhaiyao {
    font-size: 12px;
    line-height: 1.5
  }

  .index-mt>.header {
    margin-bottom: 15px
  }

  .index-mt>.header>.title {
    float: inherit;
    font-size: 22px;
    margin-bottom: 30px
  }

  .index-mt>.header>.title::after {
    width: 30px;
    height: 3px
  }

  .index-mt>.header>.other {
    float: inherit
  }

  .index-mt>.header>.other>a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px
  }

  .index-mt>.header>.other>a>i {
    font-size: 14px;
    margin-left: 10px
  }

  .index-mt>.body {
    padding: 10px 0
  }

  .index-mt-box>.img {
    float: inherit;
    width: 100%;
    margin-bottom: 20px
  }

  .index-mt-box>.img>a {
    height: 200px
  }

  .index-mt-box>.list {
    float: inherit;
    width: 100%;
    padding-left: 0
  }

  .index-mt-box>.list>a {
    padding: 15px
  }

  .index-mt-box>.list>a>.title {
    font-size: 14px
  }

  .index-mt-box>.list>a>.other {
    margin-top: 30px;
    font-size: 12px
  }

  .about-box {
    padding: 20px 0
  }

  .about-box>.img {
    width: 100%;
    height: 180px;
    overflow: hidden
  }

  .about-box>.img-left {
    float: inherit;
    margin-right: 0;
    margin-bottom: 20px
  }

  .about-box>.img-right {
    float: inherit;
    margin-left: 0;
    margin-bottom: 20px
  }

  .about-box>h3 {
    font-size: 22px;
    margin-bottom: 10px
  }

  .about-box>p {
    font-size: 14px;
    line-height: 1.5
  }

  .about-other {
    padding: 20px 0
  }

  .about-header {
    font-size: 22px;
    margin-bottom: 15px
  }

  .about-header::after {
    width: 30px;
    height: 3px
  }

  .about-body {
    margin: 20px 0;
    min-height: 100px
  }

  .about-qywh {
    margin-right: -5px;
    margin-left: -5px
  }

  .about-qywh>.item {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 15px
  }

  .about-qywh>.item>.box>.img {
    height: 125px
  }

  .about-qywh>.item>.box>.caption {
    padding: 10px
  }

  .about-qywh>.item>.box>.caption>.title {
    font-size: 14px;
    margin-bottom: 10px
  }

  .about-qywh>.item>.box>.caption>.zhaiyao {
    font-size: 12px;
    line-height: 1.5
  }

  .event_box {
    overflow: hidden
  }

  .parBd {
    margin-top: 10px
  }

  .parBd h4 {
    font-size: 20px;
    padding: 0 30px
  }

  .about-qysl {
    margin-right: -5px;
    margin-left: -5px;
    padding: 15px
  }

  .about-qysl>.item {
    padding-right: 5px;
    padding-left: 5px
  }

  .about-qysl>.item>.box>.img {
    height: 125px
  }

  .about-qysl>.item>.box>.caption {
    padding: 10px 0
  }

  .about-qysl>.item>.box>.caption>.zhaiyao {
    font-size: 12px;
    line-height: 1.5
  }

  .about-qyry {
    margin-right: 0;
    margin-left: 0;
    padding: 15px
  }

  .about-qyry>.item {
    float: inherit;
    width: 100%;
    padding-right: 0;
    padding-left: 0
  }

  .pro-box {
    padding: 20px 0
  }

  .pro-list {
    margin-right: -5px;
    margin-left: -5px
  }

  .pro-list>.pro-item {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 15px
  }

  .pro-list>.pro-item>.img {
    height: 120px
  }

  .pro-list>.pro-item>.caption {
    padding: 10px
  }

  .pro-list>.pro-item>.caption>.title {
    font-size: 14px
  }

  .pro-list>.pro-item>.caption>.zhaiyao {
    font-size: 12px;
    margin: 5px 0
  }

  .pro-list>.pro-item>.caption>.links {
    font-size: 14px
  }

  .pro-detail {
    padding: 20px 0
  }

  .pro-detail>.title {
    font-size: 18px;
    margin-bottom: 20px
  }

  .pro-detail>.content {
    font-size: 14px
  }

  .pro-xg {
    padding: 20px 0
  }

  .pro-xg>.header {
    font-size: 14px;
    height: 50px;
    line-height: 50px
  }

  .pro-xg>.body>.list {
    margin-right: -5px;
    margin-left: -5px
  }

  .pro-xg>.body>.list>.pro-item {
    float: left;
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 15px
  }

  .pro-xg>.body>.list>.pro-item>div>.img {
    height: 120px
  }

  .pro-xg>.body>.list>.pro-item>div>.caption {
    padding: 10px
  }

  .pro-xg>.body>.list>.pro-item>div>.caption>.title {
    font-size: 14px
  }

  .yycj-list {
    margin-right: -5px;
    margin-left: -5px
  }

  .yycj-list>.yycj-item {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 15px
  }

  .yycj-list>.yycj-item>.img {
    height: 120px
  }

  .yycj-list>.yycj-item>.caption {
    padding: 10px
  }

  .yycj-list>.yycj-item>.caption>.zhaiyao {
    font-size: 12px;
    margin: 5px 0
  }

  .table-response {
    overflow-y: hidden
  }

  .table-yycj>thead>tr>th {
    height: 30px;
    line-height: 30px;
    font-size: 14px
  }

  .table-yycj>tbody>tr>td {
    height: 30px;
    line-height: 30px;
    font-size: 14px
  }

  .table-yycj>tbody>tr>td .download {
    height: 28px;
    line-height: 28px;
    width: 100px
  }

  .table-yycj>tbody>tr>td .download>i {
    font-size: 14px
  }

  .table-yycj>tbody>tr>.title {
    font-weight: bold;
    font-size: 16px;
    font-weight: 400;
    color: #000000
  }

  .table-yycj>tbody>tr>.w-100 {
    width: auto
  }

  .table-yycj>tbody>tr>.w-150 {
    width: auto
  }

  .table-yycj>tbody>tr>.w-200 {
    width: auto
  }

  .zhfc-list {
    margin-right: -5px;
    margin-left: -5px
  }

  .zhfc-list>.zhfc-item {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 15px
  }

  .zhfc-list>.zhfc-item>.img {
    height: 120px
  }

  .news-list>.news-item {
    display: inline-block;
    padding: 25px;
    clear: both;
    background-color: #ffffff;
    margin-bottom: 10px
  }

  .news-list>.news-item>.img {
    float: left;
    width: 100px
  }

  .news-list>.news-item>.caption {
    float: left;
    width: -webkit-calc(0%);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 15px
  }

  .news-list>.news-item>.caption>.title {
    font-size: 14px
  }

  .news-list>.news-item>.caption>.zhaiyao {
    font-size: 12px;
    margin: 8px 0
  }

  .news-list>.news-item>.caption>.other>.date {
    float: left;
    font-size: 12px
  }

  .news-list>.news-item>.caption>.other>.more {
    float: right;
    font-size: 12px
  }

  .updownlist {
    padding: 20px 0
  }

  .updownlist>.up {
    float: inherit
  }

  .updownlist>.down {
    float: inherit
  }

  .khjz-list>.khjz-item {
    float: left;
    width: 50%
  }

  .khjz-list>.khjz-item>.img {
    height: 80px
  }

  .khjz-list>.khjz-item>.caption {
    padding: 10PX
  }

  .khjz-list>.khjz-item>.caption>.title {
    font-size: 14px
  }

  .job-list {
    padding: 15px
  }

  .job-item>.header {
    padding: 10px 10px
  }

  .job-item>.header>.title {
    font-size: 14px
  }

  .job-item>.header>.show {
    font-size: 14px
  }

  .job-item>.header>.show>i {
    margin-left: 10px;
    font-size: 14px
  }

  .job-item>.body {
    display: none;
    padding: 15px 10px
  }

  .open>.header>.show>i {
    margin-left: 10px;
    font-size: 16px
  }

  .open>.header>.show>i:before {
    content: "\e65a"
  }

  .open>.body {
    display: block
  }

  .contact-box {
    padding: 15px
  }

  .contact-infos>.tit {
    float: inherit;
    width: 100%
  }

  .contact-infos>.tit>.img {
    height: 70px
  }

  .contact-infos>.tit>.zhaiyao {
    font-size: 14px;
    margin: 20px 0
  }

  .contact-infos>.tit>.links>a {
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 14px
  }

  .contact-infos>.txt {
    float: inherit;
    width: 100%;
    margin-top: 20px
  }

  .contact-infos>.txt>.title {
    font-size: 14px
  }

  .contact-infos>.txt>.hotTel {
    font-size: 16px;
    margin-top: 10px
  }

  .contact-infos>.txt>.zhaiyao {
    font-size: 14px;
    margin: 10px 0
  }

  .contact-infos>.txt>.caption>p {
    font-size: 14px;
    line-height: 18px
  }

  .message {
    margin-top: 20px
  }

  .message>.input1 {
    margin-left: -5px;
    margin-right: -5px
  }

  .message>.input1>div {
    float: left;
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px
  }

  .message>.input1>div>input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ECECF1;
    padding: 0 10px
  }

  .message>.content {
    margin-top: 20px
  }

  .message>.content>textarea {
    height: 110px;
    padding: 10px
  }

  .message>.submit {
    margin-top: 20px
  }

  .message>.submit>button {
    width: 100%;
    font-size: 14px;
    height: 30px;
    line-height: 30px
  }
}