/*Theme Name:东方盛宏Theme URI:Description:QQ   361436824  Author:jeffreyVersion:1.0 */
@keyframes big2small {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
* {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: SimSun, NSimSun, sans-serif, Arial;
  border: none;
}
body {
  font-size: 13px;
  color: #666666;
}
/* 栅格系统 */
.row {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.overhide {
  overflow: hidden;
}
.row:before,
.row:after,
.clearfix {
  content: " ";
  display: table;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24 {
  position: relative;
  min-height: 1px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24 {
  float: left;
}
.col-1 {
  width: 4.16666667%;
}
.col-offset-1 {
  margin-left: 4.16666667%;
}
.col-2 {
  width: 8.33333333%;
}
.col-offset-2 {
  margin-left: 8.33333333%;
}
.col-3 {
  width: 12.5%;
}
.col-offset-3 {
  margin-left: 12.5%;
}
.col-4 {
  width: 16.66666667%;
}
.col-offset-4 {
  margin-left: 16.66666667%;
}
.col-5 {
  width: 20.83333333%;
}
.col-offset-5 {
  margin-left: 20.83333333%;
}
.col-6 {
  width: 25%;
}
.col-offset-6 {
  margin-left: 25%;
}
.col-7 {
  width: 29.16666667%;
}
.col-offset-7 {
  margin-left: 29.16666667%;
}
.col-8 {
  width: 33.33333333%;
}
.col-offset-8 {
  margin-left: 33.33333333%;
}
.col-9 {
  width: 37.5%;
}
.col-offset-9 {
  margin-left: 37.5%;
}
.col-10 {
  width: 41.66666667%;
}
.col-offset-10 {
  margin-left: 41.66666667%;
}
.col-11 {
  width: 45.83333333%;
}
.col-offset-11 {
  margin-left: 45.83333333%;
}
.col-12 {
  width: 50%;
}
.col-offset-12 {
  margin-left: 50%;
}
.col-13 {
  width: 54.16666667%;
}
.col-offset-13 {
  margin-left: 54.16666667%;
}
.col-14 {
  width: 58.33333333%;
}
.col-offset-14 {
  margin-left: 58.33333333%;
}
.col-15 {
  width: 62.5%;
}
.col-offset-15 {
  margin-left: 62.5%;
}
.col-16 {
  width: 66.66666667%;
}
.col-offset-16 {
  margin-left: 66.66666667%;
}
.col-17 {
  width: 70.83333333%;
}
.col-offset-17 {
  margin-left: 70.83333333%;
}
.col-18 {
  width: 75%;
}
.col-offset-18 {
  margin-left: 75%;
}
.col-19 {
  width: 79.16666667%;
}
.col-offset-19 {
  margin-left: 79.16666667%;
}
.col-20 {
  width: 83.33333333%;
}
.col-offset-20 {
  margin-left: 83.33333333%;
}
.col-21 {
  width: 87.5%;
}
.col-offset-21 {
  margin-left: 87.5%;
}
.col-22 {
  width: 91.66666667%;
}
.col-offset-22 {
  margin-left: 91.66666667%;
}
.col-23 {
  width: 95.83333333%;
}
.col-offset-23 {
  margin-left: 95.83333333%;
}
.col-24 {
  width: 100%;
}
.col-offset-24 {
  margin-left: 100%;
}
.infoG h3{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-bottom:25px;
}
.infoG p{
	font-size:14px;
	line-height:24px;
	margin-bottom:15px;
}
#mybg{
	background:#fafafa;
	padding:50px 0;
	margin:50px 0;
}
.infoG h4{
	font-size:26px;
	color:#000;
	margin-bottom:30px;
}
h5.mystyle-1{
	font-size:28px;
	color:#066db8;
	line-height:34px;
	margin-bottom:15px;
}
.ginfo-2{
	padding:50px;
	background:url(images/bg-2.jpg);
	color:#fff;
	background-size:cover;
	height:100%;
}
.ginfo-2 h3{
	font-size:30px;
	margin-bottom:25px;
}
.ginfo-2 p{
	line-height:24px;
	font-size:14px;
	margin-bottom:15px;
}
.myflex{
	display:flex;
	gap:30px;
	overflow:hidden;
}
.myflex .col-14{
	flex-basis:58%;
	float:none;
}
.myflex .col-10{
	flex-basis:42%;
	float:none;
}
@media screen and (max-width: 767px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-13,
  .col-xs-14,
  .col-xs-15,
  .col-xs-16,
  .col-xs-17,
  .col-xs-18,
  .col-xs-19,
  .col-xs-20,
  .col-xs-21,
  .col-xs-22,
  .col-xs-23,
  .col-xs-24 {
    position: relative;
    min-height: 1px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-13,
  .col-xs-14,
  .col-xs-15,
  .col-xs-16,
  .col-xs-17,
  .col-xs-18,
  .col-xs-19,
  .col-xs-20,
  .col-xs-21,
  .col-xs-22,
  .col-xs-23,
  .col-xs-24 {
    float: left;
  }
  .col-xs-1 {
    width: 4.16666667%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-xs-2 {
    width: 8.33333333%;
  }
  .col-xs-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-xs-3 {
    width: 12.5%;
  }
  .col-xs-offset-3 {
    margin-left: 12.5%;
  }
  .col-xs-4 {
    width: 16.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-xs-5 {
    width: 20.83333333%;
  }
  .col-xs-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-xs-6 {
    width: 25%;
  }
  .col-xs-offset-6 {
    margin-left: 25%;
  }
  .col-xs-7 {
    width: 29.16666667%;
  }
  .col-xs-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-xs-8 {
    width: 33.33333333%;
  }
  .col-xs-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-xs-9 {
    width: 37.5%;
  }
  .col-xs-offset-9 {
    margin-left: 37.5%;
  }
  .col-xs-10 {
    width: 41.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-xs-11 {
    width: 45.83333333%;
  }
  .col-xs-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-xs-12 {
    width: 50%;
  }
  .col-xs-offset-12 {
    margin-left: 50%;
  }
  .col-xs-13 {
    width: 54.16666667%;
  }
  .col-xs-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-xs-14 {
    width: 58.33333333%;
  }
  .col-xs-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-xs-15 {
    width: 62.5%;
  }
  .col-xs-offset-15 {
    margin-left: 62.5%;
  }
  .col-xs-16 {
    width: 66.66666667%;
  }
  .col-xs-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-xs-17 {
    width: 70.83333333%;
  }
  .col-xs-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-xs-18 {
    width: 75%;
  }
  .col-xs-offset-18 {
    margin-left: 75%;
  }
  .col-xs-19 {
    width: 79.16666667%;
  }
  .col-xs-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-xs-20 {
    width: 83.33333333%;
  }
  .col-xs-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-xs-21 {
    width: 87.5%;
  }
  .col-xs-offset-21 {
    margin-left: 87.5%;
  }
  .col-xs-22 {
    width: 91.66666667%;
  }
  .col-xs-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-xs-23 {
    width: 95.83333333%;
  }
  .col-xs-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-xs-24 {
    width: 100%;
  }
  .col-xs-offset-24 {
    margin-left: 100%;
  }
}
/*  */
img.aligncenter {
  margin: 0 auto;
  display: block;
}
.block {
  display: block;
}
.margin-center {
  margin: 0 auto;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
.w1300 {
  width: 1300px;
  margin: 0 auto;
}
.clear {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.clear:after {
  content: "";
  height: 0px;
  visibility: hidden;
  display: block;
  clear: both;
}
.h5 {
  height: 5px;
}
.h10 {
  height: 10px;
}
.h15 {
  height: 15px;
}
.h20 {
  height: 20px;
}
.h25 {
  height: 25px;
}
.h30 {
  height: 30px;
}
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}
.h60 {
  height: 60px;
}
.h70 {
  height: 70px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img.qw {
  display: block;
  width: 100%;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.header_zhan {
  height: 90px;
  display: none;
}
header.zdl {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
}
.header1 {
  background: #CC281E;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}
.header1 a {
  color: #fff;
}
.lymsg-w100 textarea {
  width: 100%;
  min-width: 100%;
  background: none;
  border-radius: 3px;
  border: 1px solid #ffffff;
  margin: 0px;
  max-width: 100%;
  height: 170px;
  min-height: 170px;
  max-height: 170px;
  padding-left: 15px;
  font-size: 14px;
  padding-top: 15px;
  outline: none;
  color: #FFF;
}
#gform_confirmation_message_1 {
  color: #fff;
  position: absolute;
  top: 20%;
  font-size: 16px;
}
.lymsg-w80 input {
  width: 80%;
  background: none;
  outline: none;
  border: 1px solid #fff;
  line-height: 39px;
  border-radius: 3px;
  padding-left: 15px;
  color: #fff;
  margin: 10px 0;
  font-size: 14px;
  height: 40px;
}
.lymsg-w80::-webkit-input-placeholder {
  color: #FFF !important;
}
.lymsg-w100::-webkit-input-placeholder {
  color: #FFF !important;
}
#gform_1 {
  margin-top: 200px;
}
#gform_submit_button_1,
#gform_submit_button_3 {
  width: 40%;
  background: none;
  outline: none;
  border: 1px solid #fff;
  line-height: 39px;
  border-radius: 3px;
  color: #fff;
  margin: 10px 0;
  font-size: 14px;
  cursor: pointer;
}
#gform_submit_button_1:hover,
#gform_submit_button_3:hover {
  background: #FFF;
  COLOR: #333;
}
.w-1300 {
  margin: 0 auto;
  width: 1300px;
}
.w-1400 {
  margin: 0 auto;
  width: 1400px;
}
.text-right {
  text-align: right;
}
/*加载中*/
#jiazai {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  text-align: center;
  left: 0;
  top: 0;
}
.load-container {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  display: block;
  margin: 0 auto;
  user-select: none;
  box-sizing: border-box;
}
.rongqi {
  top: 50%;
  position: relative;
  margin-top: -90px;
}
.rongqi > img {
  margin-top: 20px;
}
.load-container:before {
  content: '加载中...';
  display: block;
  position: absolute;
  top: 35px;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  left: 0;
  right: 0;
  color: #12285c;
  box-sizing: border-box;
}
.load1 .loader {
  border-radius: 50%;
  font-size: 12px !important;
  width: 8em;
  height: 8em;
  position: relative;
  display: inline-block;
  text-indent: -9999em;
  border: 0.2em solid #12285c;
  border-left: 0.2em solid #e11c2b;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
  animation: load 0.85s infinite linear;
  -o-animation: load 0.85s infinite linear;
  -webkit-animation: load 0.85s infinite linear;
  -moz-animation: load 0.85s infinite linear;
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
/*全局动画*/
.dh {
  position: relative;
  top: 50px;
  opacity: 0;
}
.ksdh {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
header {
  background: #fff;
  position: relative;
  z-index: 20;
}
.logo {
  padding: 10px 0;
}
.nav {
  margin-left: 20px;
}
.ygtd {
  margin-left: 20px;
}
.text-center {
  text-align: center;
}
.nav .sub-menu img {
  position: absolute;
  top: 25px;
  right: 4%;
  width: 276px;
  height: 185px;
  border-left: 1px solid #c7c7c7;
  padding-left: 50px;
}
.nav .sub-menu {
  width: 110px;
  position: relative;
}
.nav > ul > li {
  float: left;
}
.nav > ul > li > .sub-menu {
  display: none;
  padding: 20px 17px;
  background: #f5f5f5;
  position: absolute;
  box-sizing: border-box;
}
.nav > ul > li > .sub-menu li {
  text-align: center;
}
.nav > ul > li > .sub-menu li a {
  display: block;
  line-height: 40px;
  color: #333333;
}
.nav > ul > li > .sub-menu li a:hover {
  color: #223e7d;
}
.nav > ul > li.xz > ul.sub-menu {
  z-index: 10;
  box-shadow: 1px 1px 3px 0px rgba(144, 144, 144, 0.37);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(144, 144, 144, 0.37);
  -moz-box-shadow: 1px 1px 3px 0px rgba(144, 144, 144, 0.37);
  display: block !important;
}
.nav > ul > li:hover > a {
  border-bottom: 2px solid #E02E11;
}
.nav > ul > li > a {
  height: 80px;
  line-height: 80px;
  display: block;
  margin: 0 25px;
  margin-top: 10px;
  font-size: 15px;
  color: #333333;
  border-bottom: 2px solid transparent;
}
.nav > ul > li > a:hover,
.nav > ul > li.current_page_item > a,
.nav > ul > li.current-page-ancestor > a,
.nav > ul > li.current-category-ancestor > a,
.nav > ul > li.current-post-parent > a {
  border-bottom: 2px solid #E02E11;
}
.nav > ul > li.current-menu-item > a {
  color: #808080;
}
.navxiala .qiehuan {
  height: 80px;
  line-height: 80px;
  margin-top: 10px;
  display: block;
  padding-right: 15px;
  background-image: url(images/jt.png);
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.navxiala ul {
  display: none;
}
.navxiala ul li {
  display: block;
}
.navxiala ul li a {
  display: block;
}
#top .wx {
  margin-top: 28px;
  cursor: pointer;
}
#tan {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  z-index: 19;
  display: none;
  top: 0;
  left: 0;
}
#tan .tannr {
  width: 200px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -200px;
  text-align: center;
  font-size: 16px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.nr-txt .nr-left {
  margin-right: 20px;
}
.cp-nr img {
  max-width: 100%;
  height: auto !important;
}
#tan .tannr img {
  width: 100%;
  display: block;
}
.i-ban {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  height: 800px;
}
.i-ban ul,
.i-ban li {
  width: 100%;
  height: 100%;
}
.i-ban li {
  background-size: cover !important;
  position: absolute;
  left: 100%;
  top: 0;
  overflow: hidden;
}
.i-ban li .cent-cont {
  position: absolute;
  left: 10.5%;
  bottom: 20%;
  margin-top: -240px;
  color: #fff;
  z-index: 3;
}
.i-ban li .gray-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=30);
}
.i-ban li .word {
  color: #fff;
  font-size: 50px;
  line-height: 20px;
}
.i-ban li .word p {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.i-ban li .word span {
  line-height: 15px;
  color: #ffffff;
}
.i-ban li .word span svg {
  margin-right: 5px;
}
.i-ban li .word span:hover {
  color: #ffffff;
}
.i-ban li .word p .font-sign {
  position: relative;
  display: block;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-ban li .word span.line {
  display: block;
  height: 4px;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.i-ban li .word .font {
  display: block;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-ban li .link {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin-top: 50px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-ban li .link i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_16.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.i-ban li .link:hover {
  border: 1px solid white;
}
.i-ban li.active .word p .font-sign {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(0);
  transition: all 0.5s ease 0s;
}
.i-ban li.active .link {
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.3s ease 0.6s;
}
.i-ban li.active .link i {
  animation: downico 1.5s ease-out infinite;
}
.i-ban li .mark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
.i-ban .btns {
  position: absolute;
  bottom: 76px;
  left: 10.5%;
  z-index: 8000000;
}
.i-ban .btns span {
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-right: 10px;
  background-color: #3a333f;
  position: relative;
  cursor: pointer;
}
.i-ban .btns span i {
  display: block;
  height: 100%;
  position: absolute;
  width: 0;
  background-color: #918c94;
}
/*slide*/
#home-slide {
  position: relative;
}
#home-slide img {
  display: block;
  width: 100%;
}
#home-slide .slide-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#home-slide .slide-box .w {
  height: 100%;
}
#home-slide .slide-box .slide-title {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  color: #FFF;
}
#home-slide .slide-box .en {
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-shadow: 5px 1px 10px #000000;
  margin-bottom: 15px;
}
#home-slide .slide-box .cn {
  font-size: 25px;
  text-shadow: 5px 1px 10px #000000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #home-slide .slide-box .en {
    font-size: 26px;
    margin-bottom: 0px;
  }
  #home-slide .slide-box .cn {
    font-size: 20px;
  }
}
#swiper-pagination1 {
  bottom: 0px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  width: auto;
  left: 49%;
  height: 30px;
  line-height: 32px;
  padding: 0 10px;
}
#swiper-pagination1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 1;
  background: #fff;
  border: 2px solid #333;
  margin: 0 4px;
}
#swiper-pagination1 .swiper-pagination-bullet-active {
  border-color: #369ad6;
}
/*about*/
#about-jianjie {
  margin-bottom: 240px;
}
#about-jianjie li {
  width: 295px;
  margin-right: 4px;
  height: 500px;
  border: 1px solid #e5edf4;
  float: left;
  padding: 0 40px;
  box-sizing: border-box;
  color: #034B93;
}
#about-jianjie li .img {
  height: 180px;
  width: 100%;
  text-align: center;
  padding-top: 100px;
}
#about-jianjie li:hover .default-img {
  display: none;
}
#about-jianjie li:hover .hover-img {
  display: inline-block;
}
#about-jianjie li:hover {
  background: #034B93;
  color: #FFF;
}
.about-nav {
  text-align: center;
  padding: 50px 0;
}
.about-nav a {
  color: #666;
  border-right: 1px solid #c7c7c7;
}
.about-nav .col-4:last-child a {
  border: none;
}
.about-nav a img {
  height: 46px;
  width: 46px;
  margin-bottom: 10px;
}
.about-nav a span {
  font-size: 14px;
  font-weight: 700;
}
#about-gaikuang {
  padding-bottom: 1100px;
}
#about-gaikuang .box .img {
  height: 470px;
  width: 100%;
}
#about-gaikuang .box .jianjie {
  position: absolute;
  top: 60%;
  background: #fff;
  left: 100px;
  padding: 45px;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px 0px #c7c7c7;
}
#about-gaikuang .box .jianjie p {
  text-indent: 2em;
  margin-bottom: 20px;
  text-align: left;
}
.about-nav .col-4:hover .default-img {
  display: none;
}
.about-nav .col-4 .hover-img {
  display: none;
}
.about-nav .col-4:hover .hover-img {
  display: block;
}
#about-gaikuang .box {
  text-align: center;
}
#about-gaikuang .box .jianjie .header {
  margin-bottom: 30px;
}
#about-gaikuang .box .jianjie .header .line {
  background: #333;
}
#about-gaikuang .box .jianjie .header h2 {
  font-size: 24px;
  color: #CC281E;
  font-weight: 800;
  text-align: center;
}
#about-gaikuang .box .jianjie .header p {
  font-size: 14px;
  color: #C4C4C4;
  margin: 10px 0 20px 0;
}
#about-gaikuang .box .jianjie .body {
  color: #484646;
  font-size: 14px;
  line-height: 24px;
}
#about-gaikuang .box .jianjie .body .icon-list {
  border-top: 1px solid #c7c7c7;
  padding-top: 20px;
  margin-top: 20px;
}
#about-gaikuang .box .jianjie .body .icon-list span {
  display: block;
  line-height: 1.4;
}
#about-zhici .box {
  padding: 0 70px 70px 70px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #fff;
  height: 100%;
}
#about-zhici .box .box-line{
  position: relative;
  height: 1px;
  background: #d2d2d2;
  margin: 15px 0;
  display:block;
}
#about-zhici .box .box-line:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:2.5px;
  width: 84px;
  background: #e34329;

}
#about-zhici .box p {
  margin-bottom: 50px;
  line-height: 1.8;
  font-size: 14px;
}
#about-zhici .box span {
  color: #4b4b4b;
  font-weight: 700;
  line-height: 1.8;
  font-size: 18px;
}
#about-zhici img {
  height: 697px;
  width: 100%;
  display: block;
}
#about-weilai .box {
  position: relative;
  height: 596px;
  margin-bottom: 80px;
}
#about-weilai .box img {
  width: 100%;
  height: 100%;
}
#about-weilai .box .text {
  position: absolute;
  width: 50%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  left: 50%;
  top: 0;
  background: rgba(44, 125, 231, 0.78);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
  text-indent: 2em;
}
#about-zhici {
  margin-bottom: 50px;
}
#about-lishi {
  background: url("images/about-lsyg-bg.jpg");
  height: 924px;
}
#about-rongyu {
  height: 830px;
  background: #F7F7F7;
}
#about-rongyu .section-title h3{
  position: relative;
}

#about-rongyu .section-title h3 span{
  position: absolute;
  top:20px;
}
#about-jiagou {
  padding-bottom: 50px;
}
#about-huodong {
  margin-bottom: 80px;
}
#about-huodong li {
  float: left;
  width: 48%;
  box-shadow: 1px 1px 10px 1px #c7c7c7;
  padding: 15px;
  box-sizing: border-box;
  margin: 10px;
}
#about-huodong li .img {
  height: 140px;
  width: 210px;
}
#about-huodong li .img img {
  width: 100%;
}
#about-huodong li .content {
  width: 320px;
  height: 140px;
  position: relative;
}
#about-huodong li .content h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
#about-huodong li .content p {
  font-size: 14px;
}
#about-huodong li .content a {
  width: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #cddbe9;
  color: #8b8f92;
  padding: 5px 0;
}
#about-huodong li:hover .content a {
  background: #243664;
  color: #c8cdd8;
}
#about-huodong ul {
  overflow: hidden;
}
#about-huodong li:nth-child(odd) {
  margin-right: 10px;
}
#about-huodong li:nth-child(even) {
  margin-left: 10px;
}
#about-huodong .more a {
  color: #A0A0A0;
  border: 1px solid #A0A0A0;
  width: 150px;
  padding: 5px 0;
  display: block;
  margin: 50px auto;
  border-radius: 30px;
  clear: both;
  text-align: center;
}
#about-huodong .more a:hover {
  background: #243664;
  color: #c8cdd8;
}
/*about*/
.homediv {
  padding-top: 90px;
  padding-bottom: 80px;
}
#cy {
  overflow: hidden;
}
#cy > .row {
  margin-bottom: 30px;
  overflow: hidden;
}
#cy .left {
  background: #24C9D2;
  height: 400px;
  padding: 80px 0;
  box-sizing: border-box;
  color: #FFF;
}
#cy .left span {
  font-size: 24px;
}
#cy .left p {
  font-size: 14px;
  margin: 18px 0 43px 0;
  line-height: 28px;
}
#cy .left a {
  color: #FFF;
}
#cy .left span.more {
  font-size: 14px;
  color: #FFF;
}
#cy .left .box {
  padding: 30px;
  border-left: 1px solid #fff;
}
#cy .left .icon-box {
  position: relative;
}
#cy .left .icon-box img {
  display: block;
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 80px;
  padding-right: 40px;
}
#cy .right img {
  width: 100%;
  height: auto;
  height: 400px;
  object-fit: cover;
  display: block;
}
#cy-postion {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #666666;
}
#cy-postion a {
  color: #E02E11;
}
.classify {
  position: absolute;
  left: 53%;
  top: 49%;
  transform: translate(-50%, -50%);
}
.classify a {
  color: #FFF;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.cy-nav .col-4:hover .default-img {
  display: none;
}
.cy-nav .col-4 .hover-img {
  display: none;
}
.cy-nav .col-4:hover .hover-img {
  display: inline-block;
}
.cy-nav {
  overflow: hidden;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #c9c9c9;
}
.cy-nav .col-4:last-child a {
  border: none;
}
.cy-nav a {
  color: #666;
  font-size: 16px;
  display: block;
  border-right: 1px solid #c7c7c7;
}
.cy-nav img {
  height: 28px;
  width: 29px;
  vertical-align: middle;
}
#cy-home {
  padding-bottom: 120px;
}
#cy-home .row {
  overflow: hidden;
  margin-top: 80px;
  display: flex;
}
#cy-home .row:nth-child(2n) .col-12:nth-child(1) {
  order: 1;
}
#cy-home .col-12:nth-child(1) .info {
  padding-right: 30px;
}
#cy-home .col-12:nth-child(2) .info {
  padding-left: 30px;
}
#cy-home .img {
  height: 350px;
  width: 100%;
}
#cy-home .info {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
}
#cy-home .company {
  font-size: 30px;
  font-weight: 700;
  color: #E02E11;
}
#cy-home .desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin: 30px 0 45px;
}
#cy-home .more {
  font-size: 14px;
  color: #E02E11;
}
@media screen and (max-width: 767px) {
  #cy-home .img {
    height: auto;
  }
}
.line {
  width: 50px;
  height: 2px;
  background: #cc281e;
  display: inline-block;
}
#cy-jianjie {
  margin: 100px 0 120px 0;
}
#cy-jianjie .header .title {
  color: #E02E11;
  font-size: 30px;
  display: block;
  margin-top: 30px;
  font-weight: 700;
  text-align: center;
}
#cy-jianjie .header .title_en {
  color: #666;
  font-size: 15px;
  display: block;
  margin-bottom: 25px;
}
#cy-jianjie .info {
  text-indent: 2em;
}
#cy-jianjie .info p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}
.cy-title h3 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
}
.cy-title span {
  font-size: 15px;
  color: #666666;
}
.cy-title a {
  font-size: 12px;
  color: #CC281E;
}
#cy-cp {
  background: #F7F7F7;
  padding: 85px 0 140px 0;
}
#cy-cp .body {
  margin-top: 120px;
}
#cy-cp .body a {
  display: block;
  color: #666666;
  text-align: center;
}
#cy-cp .body .box:hover {
  color: #CC281E;
}
#cy-cp .body .line {
  display: block;
  visibility: hidden;
  background: #cc281e;
  width: 60%;
  margin: 0 auto;
  height: 2px;
}
#cy-cp .body .box span.title {
  display: block;
  margin: 20px 0;
}
#cy-cp .body .box:hover .line {
  visibility: visible;
}
#cy-cp .body img {
  width: 300px;
  display: block;
  margin: 0 auto;
  height: auto;
}
#cy-fz {
  padding: 85px 0 140px 0;
}
#cy-fz .body {
  margin-top: 20px;
  overflow: hidden;
}
#cy-fz .body a {
  display: block;
  color: #666666;
  text-align: center;
}
#cy-fz .col-8 {
  padding: 20px 0;
}
#cy-fz .box {
  border: 1px solid #eeeeee;
  height: 240px;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
}
#cy-fz .box .time {
  font-size: 12px;
  display: block;
  font-weight: 700;
  color: #E02E11;
  text-align: left;
}
#cy-fz .box .title {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  font-size: 16px;
  margin: 20px 0;
  text-align: left;
}
#cy-fz .box .desc {
  font-size: 14px;
  color: #999999;
  text-align: left;
}
#cy-fz .box:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
}
#cy-lx {
  padding-bottom: 120px;
}
#cy-lx .cy-title {
  margin-bottom: 50px;
}
#cy-lx .body {
  color: #666666;
  font-size:16px;
}
#cy-lx .body p {
  font-size: 16px;
  margin-bottom: 10px;
}
#cy-dt .qydt-title {
  display: inline-block;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cy-ry {
  background-color: #F6F6F6;
  padding: 120px 0;
}
#cy-dt {
  padding: 100px 0;
}
#cy-dt .body {
  margin-top: 40px;
  overflow: hidden;
}
#cy-dt .body .left {
  position: relative;
}
#cy-dt .body .left .mask {
  background: rgba(0, 0, 0, 0.5);
  padding: 18px 25px;
  color: #FFF;
  position: absolute;
  bottom: 3px;
  width: 100%;
  box-sizing: border-box;
}
#cy-dt .body .left .mask a {
  color: #FFF;
}
#cy-dt .body .right li {
  font-size: 14px;
  color: #666;
  padding: 15px;
  list-style: disc;
  width: 45%;
  box-sizing: border-box;
  margin-right: 5%;
}
#cy-dt .body .right li:hover {
  background: #dfdfdf;
}
#cy-dt .body .right li a {
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cy-dt .body .right .one {
  padding: 15px 20px;
  background: #dfdfdf;
  font-size: 14px;
}
#cy-dt .body .right .ul {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
#cy-ry .box a {
  color: #333;
  display: block;
  text-align: center;
}
#cy-ry .box .title {
  display: block;
  margin: 10px 0;
  font-size: 16px;
}
#cy-ry .box:hover .title {
  color: #CC281E;
}
#cy-ry .box .line {
  width: 60%;
  background: #c7c7c7;
  margin: 0 auto;
}
#cy-ry .body {
  margin-top: 50px;
}
span.bt,
span.fubt,
span.icon {
  display: block;
}
#home-product {
  background-size: 100% auto;
  margin-bottom: 80px;
}
#home-product .content li:hover .img {
  background: #E51F1B;
}
#home-product .content li {
  width: 148px;
  margin: 0 43px;
  text-align: center;
}
#home-product .content li .img {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 1px solid #c7c7c7;
  text-align: center;
  box-sizing: border-box;
  padding-top: 40px;
}
#home-product .content li .hover-img,
#home-fazhan .col-6 .hover-img {
  display: none;
}
#home-product .content li span {
  display: block;
  margin: 30px 0 20px 0;
  color: #000;
  font-size: 20px;
  color: #333333;
}
#home-product .content li span.liaojie {
  width: 100%;
  height: 40px;
  background: #e51f1b;
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
  visibility: hidden;
  color: #FFF;
  border-radius: 20px;
  line-height: 40px;
  font-size: 14px;
}
#home-product .content li:hover span.liaojie {
  visibility: visible;
}
#home-product .content li:hover .default-img,
#home-fazhan .col-8:hover .default-img {
  display: none;
}
#home-product .content li:hover .hover-img,
#home-fazhan .col-8:hover .hover-img {
  display: block;
  margin: 0 auto;
}
#home-product .content li p {
  color: #666666;
  font-size: 14px;
}
#home-product .footer {
  margin-top: 50px;
}
#home-product .footer a {
  width: 140px;
  height: 40px;
  background: #e51f1b;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  border-radius: 20px;
  line-height: 40px;
}
#home-zheren {
  padding-top: 100px;
  box-sizing: border-box;
  color: #FFF;
  height: 800px;
}
#home-zheren .zheren {
  margin-top: 100px;
}
#home-zheren .zheren li {
  margin: 0 10px;
  border: 1px solid #E02E11;
}
#home-zheren .zheren li a {
  color: #333;
  cursor: pointer;
}
#home-zheren .zheren img {
  width: 300px;
  height: 183px;
  display: block;
}
#home-zheren .zheren .title {
  display: block;
  width: 80%;
  margin: 20px auto;
  padding-bottom: 5px;
  text-align: center;
}
#home-zheren .footer a.btn {
  margin: 80px auto;
}
#home-guanxi {
  background: url('images/index-tzz-bg.jpg') no-repeat;
  background-color: #d52329;
  height: 415px;
  color: #FFF;
}
#home-guanxi .left {
  padding-top: 100px;
  padding-right: 125px;
  box-sizing: border-box;
  height: 415px;
}
#home-guanxi .left p {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 46px;
}
#home-guanxi .left .num {
  font-size: 72px;
  font-family: SimSun, NSimSun, sans-serif, Arial;
}
#home-guanxi .left .rmb {
  font-size: 36px;
  font-family: SimSun, NSimSun, sans-serif, Arial;
}
#home-guanxi .left .time {
  display: block;
  font-size: 14px;
  margin-top: 40px;
}
#home-guanxi .right {
  height: 415px;
  padding-left: 50px;
  padding-top: 100px;
  color: #FFF;
  box-sizing: border-box;
}
#home-guanxi .right .title {
  font-size: 42px;
}
#home-guanxi .right p {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 40px 0;
}
#home-guanxi .right li {
  margin-right: 9%;
}
#home-guanxi .right img {
  height: 42px;
  width: 42px;
  display: block;
  margin: 5px auto;
}
#home-fazhan {
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}
#home-fazhan h3 {
  color: #333;
  margin: 50px 0;
  font-size: 36px;
  font-weight: 700;
}
#home-fazhan span {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  display: block;
}
#home-fazhan img {
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
}
#home-about {
  background: url(images/home-about-bg.png) left top no-repeat;
  background-size: 100% auto;
}
#home-lx {
  background: url(images/service-hzhb-bg.png) no-repeat left top;
  background-size: 100% auto;
}
#about-fazhan {
  background: url(images/about-fazhan-bg.png) left top no-repeat;
  background-size: 100% 100%;
  height: 800px;
  position: relative;
}
#about-wenhua {
  background: url(images/about-wenhua-bg.png) left top no-repeat;
  background-size: 100% 100%;
  height: 800px;
}
#home-about .title {
  font-size: 42px;
  color: #1A3B7F;
}
#home-about .title-en {
  font-size: 21px;
  color: #B3B3B3;
  font-weight: 300;
}
#home-about .left {
  height: 310px;
}
#home-about .left img {
  position: absolute;
  bottom: 122px;
}
#home-about .main {
  width: 760px;
  height: 310px;
}
#home-about .main li:nth-child(1) .fl {
  width: 70px;
}
#home-about .main li .fl {
  height: 60px;
  width: 54px;
}
#home-about .main li:nth-child(2) .fl img {
  bottom: 9px;
}
#home-about .main li .fl img {
  position: absolute;
  bottom: 5px;
}
#home-about .main li {
  padding: 0 20px;
  position: relative;
}
#home-about .main li .sp1 {
  display: block;
}
#home-about .main li .num {
  font-size: 36px;
}
#home-about .main p {
  margin-bottom: 14px;
  line-height: 24px;
}
#home-wenhua {
  background: url(images/wenhuabj.png) center center no-repeat;
  background-size: cover;
}
#home-dongtai {
  padding: 120px 0;
  background-color: #F9F9F9;
}
#home-dongtai .news {
  margin-bottom: 100px;
}
#home-dongtai .news ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#home-dongtai .news li {
  flex: 0 1 48%;
  height: 310px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 120px;
  padding: 70px 40px 35px 40px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
#home-dongtai .news li:hover .time {
  top: -70px;
}
#home-dongtai .news li .title {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}
#home-dongtai .news li .info {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}
#home-dongtai .news li .more {
  font-size: 12px;
  color: #666;
  position: absolute;
  bottom: 35px;
}
#home-dongtai .news li .time {
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  background: #e02e11;
  position: absolute;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
#home-dongtai .news li .year {
  font-size: 16px;
}
#home-dongtai .news li .day {
  font-size: 30px;
}
#about-development {
  padding-bottom: 120px;
  background-color: #f7f7f7;
}
#about-development .body {
  width: 1200px;
  margin: 150px auto 0 auto;
  position: relative;
}
#about-development .body div[class^="swiper-button"] {
  top: -25%;
  position: absolute;
  font-size: 30px;
  transform: translateX(-50%);
  color: #C7C7C7;
  cursor: pointer;
  z-index: 1111;
  border: 1px solid #c7c7c7;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#about-development .body .middle {
  border-right: 1px solid #a3a3a3;
  padding-right: 50px;
  width: 300px;
  text-align: right;
}
#about-development .body .middle span {
  font-size: 46px;
  font-weight: 700;
  color: #333;
}
#about-development .body .middle span b {
  color: #333333;
  font-size: 18px;
  font-weight: 400px;
}
#about-development .body .middle .content {
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
}
#about-development .body .right {
  font-weight: 400;
  flex: 1;
  color: #333333;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
}
#about-development .body .right .num {
  color: #FF0000;
  font-size: 72px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#about-development .body .right small {
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
}
#about-development .body .right small:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #e02e11;
  left: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
}
#about-development .swiper-pagination-time {
  position: absolute;
  top: -60px;
  bottom: auto !important;
  left: 10% !important;
  width: 80% !important;
  display: flex;
  justify-content: space-between;
}
#about-development .swiper-pagination-time:before {
  content: '';
  height: 1px;
  width: 100%;
  background: #c7c7c7;
  display: block;
  position: absolute;
  top: 7px;
  z-index: 0;
}
#about-development .box {
  display: flex;
  height: auto;
}
#about-development li {
  box-sizing: border-box;
  padding: 80px 50px;
  background: #fff;
}
#about-development li span {
  font-size: 24px;
  color: #333;
  display: block;
  margin-bottom: 20px;
}
#about-development .swiper-pagination-time .swiper-pagination-bullet {
  position: relative;
  background: #cecece;
  opacity: 1;
  width: 16px;
  height: 16px;
}
#about-development .swiper-pagination-time .swiper-pagination-bullet b {
  color: #cecece;
}
#about-development .swiper-pagination-time .swiper-pagination-bullet-active {
  background: #E10000;
  opacity: 1;
}
#about-development .swiper-pagination-time .swiper-pagination-bullet-active b {
  color: #E10000;
}
#about-development .swiper-pagination-time .swiper-pagination-bullet b {
  position: absolute;
  top: -60px;
  left: -26px;
  font-size: 30px;
}
#about-development .swiper-button-prev-time {
  left: 30px !important;
}
#about-development .swiper-button-next-time {
  right: 0px !important;
}
@media screen and (max-width: 767px) {
  #about-development {
    margin-bottom: 0;
  }
  #about-development .swiper-pagination-time {
    display: none;
  }
  #about-development .body {
    width: 100%;
    margin: 0;
  }
  #about-development .box {
    flex-wrap: wrap;
    height: auto;
  }
  #about-development .box .left {
    flex: 0 1 100%;
  }
  #about-development .box .middle {
    padding-left: 0px;
    padding-top: 0px;
    border: none;
    height: auto;
  }
  #about-development .box .right {
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
  #about-development .box .right .num {
    font-size: 28px;
  }
}
.homediv-bt {
  text-align: center;
}
.homediv-bt span {
  display: block;
}
.homediv-bt .yw {
  font-family: SimSun, NSimSun, sans-serif, Arial;
  font-size: 28px;
  color: #afaeae;
  line-height: 38px;
  margin-bottom: 10px;
}
.homediv-bt .hanzi {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 25px;
}
.homediv-bt .hanzi.bai {
  color: #fff;
}
.homediv-bt .hanzi.hei {
  color: #404040;
}
.homediv-bt .hx {
  background: #b1b1b1;
  height: 1px;
  width: 160px;
  margin: 0 auto;
  position: relative;
}
.homediv-bt .hx:after {
  display: block;
  height: 5px;
  width: 42px;
  background: #369ad6;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: -2px;
  content: " ";
}
#home-wenhua .wenhua-list.b {
  width: 540px;
}
#home-wenhua .wenhua-list .icon {
  margin-bottom: 30px;
  margin-left: 76px;
  position: relative;
  bottom: 0;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#home-yj {
  background: url(images/home-jy-bg.png) left top no-repeat;
  background-size: 100% auto;
  padding-top: 145px;
}
#home-yj .home-title h3,
#home-lx .home-title h3,
#home-yj .home-title p {
  color: #fff;
}
#home-yj ul {
  font-size: 0;
}
#home-yj li span {
  font-size: 23px;
  color: #F00;
}
#home-yj li p {
  font-size: 12px;
}
#home-yj li .content {
  width: 100%;
  height: 100%;
  position: relative;
}
#home-yj li .mask {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#home-yj li {
  width: 350px;
  margin: 0 10px;
  transition: all 0.4s ease-out;
}
#home-yj li:hover {
  width: 420px;
}
#home-yj li:hover .mask {
  display: none;
}
#home-yj li .header {
  padding: 25px 20px;
  box-sizing: border-box;
  background: #fff;
}
#home-yj li img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
#home-wenhua .wenhua-list:hover .icon {
  bottom: -15px;
}
#home-wenhua .wenhua-list.b .txt {
  width: 450px;
}
#home-wenhua .wenhua-list .shuzi {
  width: 84px;
  color: #fff;
  font-size: 66px;
  font-family: SimSun, NSimSun, sans-serif, Arial;
  line-height: 56px;
  margin-top: -10px;
}
#home-wenhua .wenhua-list .txt span {
  font-size: 21px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
#home-wenhua .wenhua-list .txt p {
  color: #dad8d8;
  line-height: 22px;
  margin-bottom: 30px;
}
#home-wenhua .wenhua-list .txt .more-link {
  border: 1px solid #dad8d8;
  color: #dad8d8;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 37px;
}
#home-cp {
  background: url(images/cpbj.png) center center no-repeat;
  background-size: cover;
}
#home-cp .cplist-a {
  width: 100%;
}
#home-cp .cplist-a ul {
  margin: 0 -1%;
}
#home-cp .cplist-a ul li {
  display: block;
  float: left;
  margin: 0 1%;
  width: 23%;
}
#home-cp .cplist-a ul.lista li {
  width: 31.333%;
}
#home-cp .cplist-a ul.lista {
  margin-bottom: 25px;
}
#home-cp .cplist-a ul li .img {
  display: block;
  overflow: hidden;
}
#home-cp .cplist-a ul li .img img {
  display: block;
  width: 100%;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#home-cp .cplist-a ul li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#home-cp .cplist-a ul li .txt {
  background: #034b93;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
}
#home-cp .cplist-b {
  width: 338px;
}
#home-cp .cplist-b ul li {
  display: block;
  background: #fff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 36px;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.single-center img {
  max-width: 100%;
  height: auto !important;
}
.single-center p img.aligncenter {
  display: block;
  margin: 0 auto;
}
#home-cp .cplist-b ul li:hover {
  background: #c5c5c5;
}
#home-cp .cplist-b ul li span {
  display: block;
}
#home-cp .cplist-b ul li .img img {
  display: block;
  margin: 0 auto;
}
#home-cp .cplist-b ul li .img {
  margin-bottom: 20px;
}
#home-cp .cplist-b ul li .name {
  font-size: 18px;
  color: #555555;
  margin-bottom: 21px;
}
#home-cp .cplist-b ul li .hx {
  margin: 0 auto;
  height: 1px;
  width: 30px;
  background: #034b93;
}
#home-cp .cplist-b ul li:nth-child(1) {
  margin-bottom: 20px;
}
#home-news .top-news .right {
  width: 60%;
}
#home-news .top-news .body {
  height: 125px;
}
#home-news .top-news {
  margin-bottom: 10px;
  float: left;
  box-sizing: border-box;
  position: relative;
  width: 50%;
  padding: 20px 30px;
  padding-bottom: 60px;
  border-top: 2px solid transparent;
}
#home-news .top-news .time {
  display: block;
  color: #666666;
  font-size: 13px;
  margin-bottom: 10px;
  font-family: SimSun, NSimSun, sans-serif, Arial;
}
#home-news .top-news h2 {
  font-weight: 400;
  font-size: 16px;
  color: #202020;
  margin-bottom: 10px;
}
#home-news .top-news p {
  line-height: 22px;
  color: #666666;
}
#home-news .top-news:hover {
  box-shadow: 1px 1px 10px 1px #c7c7c7;
  border-top: 2px solid #f00;
}
#home-news .top-news:hover .more {
  display: block;
}
#home-news .top-news:hover .hr-bottom {
  display: none;
}
#home-news .top-news .img {
  display: block;
}
.more-center {
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  border: 1px solid #c7c7c7;
  margin: 0 auto;
  width: 120px;
  margin-top: 50px;
  cursor: pointer;
}
.more-center:hover {
  background: #014a92;
}
.more-center:hover a {
  color: #fff;
}
.more-center a {
  color: #333;
}
#home-news .top-news .hr-bottom {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 90%;
  background: #c7c7c7;
}
#home-news .top-news .more {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #014a92;
  color: #FFF;
}
#home-news .top-news .more span:nth-child(1) {
  display: inline-block;
  padding: 10px 25px;
}
#home-news .top-news .more span:nth-child(2) {
  display: inline-block;
  padding: 10px 25px;
  border-left: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
}
#home-news .top-news .img img {
  display: block;
  width: 175px;
  height: 125px;
}
#home-news .top-news .more-link {
  display: block;
  width: 140px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background: #1f6cb7;
  font-size: 26px;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #1f6cb7;
}
#home-news .top-news .more-link:hover {
  border: 1px solid #b4b3b3;
  color: #555555;
  background: #fff;
}
#home-news .news-list {
  width: 582px;
}
#home-news .news-list ul li {
  display: block;
  padding-top: 35px;
  border-top: 1px solid #cfd0d1;
  margin-bottom: 32px;
  position: relative;
}
#home-news .news-list ul li .title {
  display: block;
  margin-bottom: 20px;
  height: 20px;
  line-height: 20px;
}
#home-news .news-list ul li .title h3 {
  width: 80%;
  font-weight: 400;
  font-size: 16px;
  color: #0f5aa3;
  background: url(images/dian.png) left center no-repeat;
  padding-left: 18px;
  float: left;
}
#home-news .news-list ul li .title .time {
  float: right;
  font-size: 16px;
  color: #666;
  font-family: Arial;
}
#home-news .news-list ul li p {
  width: 440px;
  color: #666666;
  line-height: 22px;
}
#home-news .news-list ul li .more-link {
  position: absolute;
  display: block;
  right: 0;
  width: 65px;
  bottom: 0;
  height: 22px;
  line-height: 22px;
  border-left: 1px solid #cfd0d1;
  padding-left: 15px;
  font-style: normal;
  color: #afafaf;
  font-size: 24px;
  font-weight: lighter;
}
#home-news .news-list a.more-link {
  border: 1px solid #b4b3b3;
  float: right;
  color: #555555;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#home-news .news-list a.more-link:hover {
  color: #fff;
  border-color: #1f6cb7;
  background: #1f6cb7;
}
#home-news .news-list ul li:nth-child(3) {
  margin-bottom: 45px;
}
.list-inline {
  margin: 0;
  padding: 0;
}
.list-inline li {
  display: inline-block;
}
.partners-ul {
  overflow: hidden;
}
.partners-ul li img {
  max-width: 160px;
}
.partners-ul li {
  width: 16.66%;
  text-align: center;
  border: 1px solid #c7c7c7;
  width: 200px;
  height: 120px;
  float: left;
  margin-right: -1px;
  margin-top: -1px;
  box-sizing: border-box;
  background: #FFF;
}
.partners-ul li div {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 120px;
}
#cxfz {
  padding-top: 80px;
}
.jscx-box {
  background: url('images/jscx-bg.png');
  height: 420px;
  margin-bottom: 120px;
}
.jscx-box .info {
  background-color: #F2F2F2;
  color: #666;
  height: 420px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  overflow: auto;
}
.jscx-box .info h3 {
  font-size: 36px;
  margin-bottom: 5px;
  color: #333;
}
.jscx-box .info span {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  color: #333;
}
.jscx-box .info .line {
  width: 47px;
  height: 1px;
  background: #ffffff;
}
.jscx-box .info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.cxpt .cxpt-bg {
  background: url('images/cxpt-bg.png');
  height: 420px;
}
.cxpt .info {
  background-color: #e7e7e7;
  height: 420px;
  padding-top: 100px;
  padding-left: 40px;
  box-sizing: border-box;
}
.cxpt .info h3 {
  color: #333;
  font-size: 36px;
  margin-bottom: 5px;
}
.cxpt .info span {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
.cxpt .info p {
  width: 532px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.hzhb-ul li img {
  max-width: 100%;
}
.hzhb-ul {
  overflow: hidden;
}
.hzhb-ul li:hover img,
.partners-ul li:hover img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.hzhb-ul li {
  width: 20%;
  text-align: center;
  height: 120px;
  float: left;
  margin-right: -1px;
  margin-top: -1px;
  box-sizing: border-box;
  background: #FFF;
  padding: 10px;
}
.hzhb-ul li div {
  display: table-cell;
  vertical-align: middle;
  width: 230px;
  height: 100px;
  border: 1px solid #c7c7c7;
  overflow: hidden;
}
.hzhb-ul li img {
  max-width: 100%;
  max-height: 90%;
}
#home-lx .lxlist {
  width: 50%;
  float: left;
  padding-top: 40px;
  height: 210px;
}
#home-lx .lxlist > div {
  margin-left: 15px;
}
#home-lx .lxlist.a .bt {
  margin-bottom: 15px;
}
#home-lx .lxlist .bt > span {
  display: inline-block;
}
#home-lx .lxlist .bt .yw {
  font-family: HelveticaNeueCE;
  font-size: 24px;
  display: block;
  margin-bottom: 2px;
}
#home-lx .lxlist .bt .hanzi {
  font-size: 18px;
}
#home-lx .lxlist .bt .txt {
  margin-left: 10px;
}
#home-lx .lxlist.a {
  background: #369ad6;
  color: #fff;
}
#home-lx .lxlist li {
  line-height: 24px;
  font-size: 12px;
}
#home-lx .lxlist.a .chuan {
  margin-right: 40px;
}
#home-lx .lxlist.b {
  background: #fff;
}
#home-lx .lxlist.b .lxdh li {
  color: #555;
}
#home-lx .lxlist.b .lxdh li .name {
  min-height: 1px;
  width: 105px;
  display: inline-block;
  text-align: right;
}
#home-lx .lxlist.b .lxdh li.ybde .name {
  width: 106px;
}
#home-lx .lxlist.b .lxdh li.ybde {
  margin-right: 10px;
}
#home-lx .lxlist.b .bt {
  margin-bottom: 20px;
}
#home-lx .lxlist .zongji {
  margin-right: 26px;
  margin-bottom: 25px;
}
#home-lx .lxlist .zongji li {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  height: 24px;
  background: url(images/dh.png) left center no-repeat;
  padding-left: 36px;
}
.home-title {
  text-align: center;
  margin-bottom: 70px;
}
.home-title h3 {
  margin: 0;
  font-size: 38px;
  color: #333333;
}
.home-title p {
  margin: 0;
  font-size: 16px;
  color: #666666;
}
.home-title .line {
  width: 40px;
  display: inline-block;
  height: 3px;
  background: #666666;
}
.foot-cy {
  background: #F7F7F7;
  padding: 90px 0;
}
.foot-cy .header h5 {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 120px;
}
.foot-cy .header h5 span {
  font-size: 15px;
  color: #666;
}
.foot-cy .header p {
  color: #666666;
  font-size: 16px;
  margin-bottom: 20px;
}
footer {
  background: #D52329;
  padding-top: 6px;
}
.foot-logo {
  border-bottom: 1px solid #3d6b99;
  padding: 30px 0 30px 0;
}
.foot-a {
  padding: 80px 0;
  background: #F8F8F8;
  color: #333;
}
.foot-link {
  margin-bottom: 10px;
}
.foot-link li {
  display: block;
  float: left;
  margin-right: 6px;
  color: #b9c0cf;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.foot-link li a {
  color: #b9c0cf;
  display: block;
  margin-right: 5px;
}
.foot-a .erwei {
  text-align: center;
  color: #f5f5f5;
  padding-top: 5px;
}
.foot-a .erwei img {
  display: block;
  margin-bottom: 20px;
}
.foot-a .foot-nav .xgj {
  float: left;
  padding: 0 30px;
  min-height: 195px;
}
.foot-a .foot-nav .xgj:last-of-type {
  border: none;
}
.foot-a .foot-nav .xgj .footnav-title {
  color: #333;
  font-size: 16px;
  margin-bottom: 27px;
  min-width: 78px;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 10px;
  position: relative;
}
.foot-a .foot-nav .xgj .footnav-title:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 1px;
  background: #e02e11;
  bottom: -1px;
  left: 0;
}
.foot-a .foot-nav .xgj li:hover a {
  color: #d42329;
}
.foot-a .foot-nav .xgj li a {
  display: block;
  line-height: 24px;
  color: #666;
}
.section-title {
  text-align: center;
  padding-top: 120px;
  color: #333;
  padding-bottom: 70px;
}
.section-title h3 {
  font-weight: 300;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.section-title .red{
  color:#FF0000;
}
.section-title p {
  font-size: 16px;
  font-weight: 700;
}
.section-title .line {
  width: 40px;
  display: inline-block;
  height: 3px;
  background: #333;
}
.foot-a .foot-nav .xgj li.navbt a {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #333;
}
.foot-a .footer-call {
  text-align: right;
}
.foot-a .footer-call p {
  margin: 5px 0;
}
.foot-a .footer-map {
  position: absolute;
  top: 120px;
}
.foot-b,
.foot-b a {
  background: #F8F8F8;
}
.foot-b {
  height: 48px;
  line-height: 48px;
  color: #666;
  background: #F8F8F8;
}
.foot-b a {
  color: #666;
}
.footer a.btn {
  width: 240px;
  height: 60px;
  border: 1px solid #BFBFBF;
  display: block;
  margin: 20px auto;
  text-align: center;
  color: #888888;
  border-radius: 30px;
  line-height: 60px;
}
.footer a.btn:hover {
  background: #e51f1b;
  color: #FFF;
}
#page-nav {
  height: 70px;
  line-height: 70px;
}
#page-nav .page-title {
  color: #000;
  font-size: 24px;
}
#page-nav .page-nav-list ul li {
  float: left;
  display: block;
}
#page-nav .page-nav-list ul li:last-of-type a {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
#page-nav .page-nav-list ul li a {
  font-size: 16px;
  color: #555555;
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid #c1bfbf;
  font-weight: 300;
}
#page-nav .page-nav-list ul li.dq a,
#page-nav .page-nav-list ul li a:hover {
  color: #E51F1B;
}
#zlcg table {
  width: 100%;
  margin-bottom: 20px;
}
#zlcg .more{
  display:block;
  height:35px;
  font-size: 16px;
  color: #585858;
  background:#EBEBEB;
  line-height:35px;
  text-align:right;
  padding-right:50px;
  margin-bottom:80px;
}
#zlcg table th {
  text-align: left;
  background-color: #EFEFEF;
  padding: 10px 0;
  font-size: 16px;
  padding-left: 10px;
}
#zlcg table td {
  padding: 10px 0;
  padding-left: 10px;
  font-size: 14px;
}
#zlcg table a {
  color: #333;
}
#zlcg table a:hover {
  color: #D52329;
}
.pagediv {
  padding-top: 50px;
}
.pagediv.jishuindex {
  padding-top: 30px;
  padding-bottom: 50px;
}
/* 人力资源 */
#rlzy > div.w {
  overflow: hidden;
}
#rlzy > div.w {
  overflow: hidden;
}
#rlzy .block {
  display: block;
  color: #FFF;
}
#rlzy > div.w > div:first-child {
  padding-top: 100px;
  padding-left: 70px;
  padding-right: 70px;
  height: 500px;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 60px;
  transition: all ease 0.5s;
}
#rlzy > div.w h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
#rlzy > div.w p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 30px;
}
#rlzy > div.w span {
  font-size: 16px;
  display: block;
  line-height: 24px;
}
#rlzy > div.w span a {
  color: #FFF;
}
#rlzy > div.w span a:hover {
  color: #00a9ff;
  text-decoration: underline;
}
.zhaopin {
  margin-top: 45px;
  transition: all ease 0.5s;
}
.rcln:hover,
.rcpy:hover,
.zxzp:hover,
#rlzy > div.w .zhaopin:hover {
  transform: scale(1.05);
}
.rcln {
  background: url('images/lxwm-rcln-bg.jpg');
}
.rcpy {
  background: url('images/lxwm-rcpy-bg.jpg');
}
.zxzp {
  background: url('images/lxwm-zxzp-bg.jpg');
}
.offer .list li p {
  background-color: #bbb;
  padding: 15px 50px;
  cursor: pointer;
}
.offer .list li {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.offer .list li .info {
  background-color: #F0F0F0;
  padding: 50px 50px 0 50px;
  display: none;
}
.offer .list li .info .text {
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 25px;
}
.offer .list li .footer {
  border-top: 1px solid #b1b1b1;
  text-align: center;
}
.offer .list li .footer button {
  border-radius: 6px;
  padding: 8px 30px;
  background: #010101;
  color: #fff;
  margin: 30px 15px;
  cursor: pointer;
}
/* 人力资源 */
/* 新闻中心 */
.return-news-btn {
  display: block;
  padding: 5px 20px;
  border: 1px solid #f00;
  color: #f00;
}
#news-hangye-box .news {
  margin-bottom: 100px;
}
#news-hangye-box .footer {
  margin-bottom: 70px;
}
#news-hangye-box .news ul {
  font-size: 0;
}
#news-hangye-box .news li {
  width: 30.3%;
  font-size: 14px;
  margin: 0 1%;
  box-sizing: border-box;
  padding: 20px;
}
#news-hangye-box .news li a {
  color: #333;
}
#news-hangye-box .news li:hover {
  background: #F4F4F4;
}
#news-hangye-box .news li .img {
  position: relative;
}
#news-hangye-box .news li .img img {
  width: 100%;
  height: 100%;
  display: block;
}
#news-hangye-box .news li .img .mask {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(1, 70, 154, 0.5);
}
#news-hangye-box .news li .img .mask .icon {
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#news-hangye-box .news li .info {
  position: relative;
}
#news-hangye-box .news li .info .time {
  font-size: 12px;
  display: block;
}
#news-hangye-box .news li .info .time a {
  color: #888;
}
#news-hangye-box .news li .info h4 {
  font-size: 16px;
  line-height: 28px;
}
#news-hangye-box .news li .info .more {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 80px;
  font-size: 12px;
  color: #FFF;
  background: #DC412B;
  line-height: 30px;
  text-align: center;
}
#news-hangye-box .news li .info .more span {
  text-align: center;
  width: 30px;
  float: right;
  border-left: 1px solid #fff;
}
#news-meiti-box .news {
  margin-bottom: 100px;
}
#news-meiti-box .footer {
  margin-bottom: 70px;
}
#news-meiti-box .news ul {
  font-size: 0;
}
#news-meiti-box .news li {
  width: 30.3%;
  font-size: 14px;
  margin: 0 1%;
  border: 1px solid #f5f5f5;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 5px;
}
#news-meiti-box .news li a {
  color: #333;
}
#news-meiti-box .news li:hover {
  background: #E51F1B;
  color: #FFF;
}
#news-meiti-box .news li:hover a {
  color: #FFF;
}
#news-meiti-box .news li .img {
  position: relative;
  border-radius: 5px;
}
#news-meiti-box .news li .img img {
  width: 100%;
  height: 100%;
  display: block;
}
#news-meiti-box .news li .img .mask {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(1, 70, 154, 0.5);
}
#news-meiti-box .news li .img .mask .icon {
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#news-meiti-box .news li .info {
  padding: 15px;
  position: relative;
}
#news-meiti-box .news li .time {
  font-size: 18px;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
#news-meiti-box .news li .info h4 {
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0 5px 0;
}
#news-meiti-box .news li .info .more {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 80px;
  font-size: 12px;
  color: #FFF;
  background: #DC412B;
  line-height: 30px;
  text-align: center;
}
#news-meiti-box .news li .info .more span {
  text-align: center;
  width: 30px;
  float: right;
  border-left: 1px solid #fff;
}
#news-gonsi-box .news {
  margin-bottom: 100px;
}
#news-gonsi-box .footer {
  margin-bottom: 70px;
}
#news-gonsi-box .news ul {
  font-size: 0;
  overflow: hidden;
}
#news-gonsi-box .news li {
  width: 30.3%;
  font-size: 14px;
  margin: 0 1%;
  border: 1px solid #f5f5f5;
  float: left;
}
#news-gonsi-box .news li a {
  color: #333;
}
#news-gonsi-box .news li .img {
  position: relative;
}
#news-gonsi-box .news li .img > img {
  width: 100%;
  height: 100%;
  display: block;
}
#news-gonsi-box .news li .img .mask {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(1, 70, 154, 0.5);
}
#news-gonsi-box .news li .img .mask .icon {
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#news-gonsi-box .news li .info {
  padding: 15px;
  position: relative;
}
#news-gonsi-box .news li:hover .info h4 {
  color: #CC281E;
}
#news-gonsi-box .news li .info .time {
  font-size: 12px;
  display: block;
}
#news-gonsi-box .news li .info .time a {
  color: #888;
}
#news-gonsi-box .news li .info h4 {
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0 5px 0;
  height: 50px;
}
#news-gonsi-box .news li .info .more {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 80px;
  font-size: 12px;
  color: #FFF;
  background: #DC412B;
  line-height: 30px;
  text-align: center;
}
#news-gonsi-box .news li .info .more span {
  text-align: center;
  width: 30px;
  float: right;
  border-left: 1px solid #fff;
}
#news-gsxw .header {
  background: #f4f4f4;
  height: 360px;
  margin-top: 80px;
  margin-bottom: 60px;
}
#news-gsxw .header .time {
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: 30px;
  margin-bottom: 25px;
}
#news-gsxw .header .img {
  position: relative;
  height: 360px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px;
}
#news-gsxw .header .img img {
  position: absolute;
  top: -45px;
  width: 95%;
}
#news-gsxw .header h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
#news-gsxw .header p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin-bottom: 20px;
}
#news-gsxw .header a {
  font-size: 14px;
  color: #666;
}
#news-gsxw .news {
  margin-bottom: 100px;
}
#news-gsxw .news ul {
  font-size: 0;
  overflow: hidden;
}
#news-gsxw .news li {
  width: 30.3%;
  font-size: 14px;
  margin: 0 1%;
  border: 1px solid #f5f5f5;
  float: left;
  margin-bottom: 20px;
}
#news-gsxw .news li .img {
  position: relative;
}
#news-gsxw .news li .img img {
  width: 100%;
  height: 100%;
  display: block;
}
#news-gsxw .news li .img .mask {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(1, 70, 154, 0.5);
}
#news-gsxw .news li .img .mask .icon {
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#news-gsxw .news li .info {
  padding: 15px;
  position: relative;
}
#news-gsxw .news li .a-info {
  color: #666;
}
#news-gsxw .news li .info .time {
  font-size: 12px;
  display: block;
}
#news-gsxw .news li .info .time a {
  color: #888;
}
#news-gsxw .news li:hover .info h4 {
  color: #CC281E;
}
#news-gsxw .news li .info h4 {
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0 5px 0;
  height: 50px;
}
#news-gsxw .news li .info .more {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 80px;
  font-size: 12px;
  color: #FFF;
  background: #DC412B;
  line-height: 30px;
  text-align: center;
}
#news-gsxw .news li .info .more span {
  text-align: center;
  width: 30px;
  float: right;
  border-left: 1px solid #fff;
}
#news-hyzx .header {
  background: #f4f4f4;
  height: 360px;
  margin-top: 80px;
  margin-bottom: 60px;
}
#news-hyzx .header .time {
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: 60px;
  margin-bottom: 25px;
}
#news-hyzx .header h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
}
#news-hyzx .header p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 40px;
}
#news-hyzx .header a {
  font-size: 14px;
  color: #666;
}
#news-hyzx .header .img {
  position: relative;
  height: 360px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px;
}
#news-hyzx .header .img img {
  position: absolute;
  top: -45px;
  width: 95%;
}
#news-hyzx .news {
  margin-bottom: 100px;
}
#news-hyzx .news ul {
  font-size: 0;
}
#news-hyzx .news li {
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
}
#news-hyzx .news li .img {
  position: relative;
}
#news-hyzx .news li .img > img {
  width: 100%;
  height: 100%;
  display: block;
}
#news-hyzx .news li .img .mask {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(1, 70, 154, 0.5);
}
#news-hyzx .news li .img .mask .icon {
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#news-hyzx .news li .info {
  padding: 20px 40px;
  position: relative;
}
#news-hyzx .news li .info .time {
  font-size: 12px;
  display: block;
}
#news-hyzx .news li .info h4 {
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0 5px 0;
}
#news-hyzx .news li .info .more {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 80px;
  font-size: 12px;
  color: #FFF;
  background: #DC412B;
  line-height: 30px;
  text-align: center;
}
#news-hyzx .news li:hover h4 {
  color: #E51F1B;
}
#news-hyzx .news li .a-info {
  color: #666;
}
#news-hyzx .news li .info span.btn {
  width: 120px;
  height: 30px;
  border: 1px solid #d2d2d2;
  border-radius: 15px;
  display: block;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  color: #333;
  margin-top: 30px;
}
#news-hyzx .news li:hover .info span.btn {
  background-color: #E51F1B;
  color: #fff;
}
#news-hyzx .news li .info .more span {
  text-align: center;
  width: 30px;
  float: right;
  border-left: 1px solid #fff;
}
#news-mtjj .header {
  margin-top: 80px;
  margin-bottom: 60px;
}
#news-mtjj .header .info {
  background: #F1F1F1;
  box-sizing: border-box;
  padding: 30px;
  height: 300px;
}
#news-mtjj .header .info p {
  line-height: 1.8;
  font-size: 14px;
}
#news-mtjj .header .time {
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 10px;
}
#news-mtjj .header h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
#news-mtjj .header p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 10px;
}
#news-mtjj .header a {
  font-size: 14px;
  color: #666;
}
#news-mtjj .news {
  margin-bottom: 100px;
}
#news-mtjj .news ul {
  font-size: 0;
}
#news-mtjj .news li {
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #F1F1F1;
  padding: 15px 0;
}
#news-mtjj .news li:hover {
  background: #F1F1F1;
}
#news-mtjj .news li .img {
  position: relative;
}
#news-mtjj .news li .img > img {
  width: 100%;
  height: 100%;
  display: block;
}
#news-mtjj .news li .img .mask {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(1, 70, 154, 0.5);
}
#news-mtjj .news li .img .mask .icon {
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#news-mtjj .news li .info {
  padding: 15px;
  position: relative;
}
#news-mtjj .news li .info p {
  line-height: 1.8;
}
#news-mtjj .news li .info .time {
  font-size: 12px;
  display: block;
}
#news-mtjj .news li .info h4 {
  font-size: 16px;
  line-height: 28px;
  margin: 10px 0 10px 0;
}
#news-mtjj .news li .info h4 a {
  color: #333;
}
#news-mtjj .news li .info .more {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 80px;
  font-size: 12px;
  color: #FFF;
  background: #DC412B;
  line-height: 30px;
  text-align: center;
}
#news-mtjj .news li .info .more span {
  text-align: center;
  width: 30px;
  float: right;
  border-left: 1px solid #fff;
}
#news-mtjj .a-info {
  color: #666;
}
#news-ygpx .header {
  margin-top: 80px;
  margin-bottom: 60px;
}
#news-ygpx .header .info {
  background: #F1F1F1;
  box-sizing: border-box;
  padding: 30px;
  height: 300px;
}
#news-ygpx .header .time {
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 10px;
}
#news-ygpx .header h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
#news-ygpx .header p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 10px;
}
#news-ygpx .header a {
  font-size: 14px;
  color: #666;
}
#news-ygpx .news {
  margin-bottom: 100px;
}
#news-ygpx .news ul {
  font-size: 0;
}
#news-ygpx .news li {
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #F1F1F1;
  padding: 15px 0;
}
#news-ygpx .news li:hover {
  background: #F1F1F1;
}
#news-ygpx .news li .img {
  position: relative;
}
#news-ygpx .news li .img > img {
  width: 100%;
  height: 100%;
  display: block;
}
#news-ygpx .news li .img .mask {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(1, 70, 154, 0.5);
}
#news-ygpx .news li .img .mask .icon {
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#news-ygpx .news li .info {
  padding: 15px;
  position: relative;
}
#news-ygpx .news li .info .time {
  font-size: 12px;
  display: block;
}
#news-ygpx .news li .info h4 {
  font-size: 16px;
  line-height: 28px;
  margin: 10px 0 10px 0;
}
#news-ygpx .news li .info h4 a {
  color: #333;
}
#news-ygpx .news li .info .more {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 80px;
  font-size: 12px;
  color: #FFF;
  background: #DC412B;
  line-height: 30px;
  text-align: center;
}
#news-ygpx .news li .info .more span {
  text-align: center;
  width: 30px;
  float: right;
  border-left: 1px solid #fff;
}
#news-ygpx .a-info {
  color: #666;
}
/* 新闻中心 */
/* 联系我们 */
#contact {
  background-color: #F2F2F2;
}
#contact .map {
  height: 520px;
  width: calc(100% - 420px);
}
.contact-box {
  height: 750px;
  display: flex;
  position: relative;
  box-sizing: border-box;
  padding-top: 130px;
  padding-left: 85px;
  color: #FFF;
}
.contact-box .info {
  width: 420px;
  padding: 40px 30px;
  box-sizing: border-box;
  height: 520px;
  background-color: #fff;
}
.contact-box .info h3 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #E02E11;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.contact-box .info ul {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  overflow: hidden;
}
.contact-box .info ul li {
  margin-top: 30px;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.contact-box .info ul li .circle {
  margin-right: 15px;
  border: 1px solid #e02e11;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
}
.contact-box .info ul li .right {
  flex: 1;
  font-size: 14px;
}
.contact-box .info ul li .right span {
  color: #666666;
}
.contact-box .info ul li .right p {
  color: #333333;
}
.daohang-btn {
  width: 127px;
  height: 37px;
  background: #eac786;
  margin-top: 25px;
  display: block;
  text-align: center;
  line-height: 37px;
  border-radius: 5px;
  color: #464646;
}
/* 联系我们 */
body .pagediv.jishuindex.dier {
  background: #F6F6F6;
}
/* 企业文化 */
#qywh-box  div.w {
  overflow: hidden;
}
#qywh-box  div.w > div {
  padding: 0;
  height: 470px;
  box-sizing: border-box;
  margin-bottom: 60px;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
}
#qywh-box  div.w .btn-more {
  width: 160px;
height: 48px;
background: #e60012;
border-radius: 24px;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
}
#qywh-box  div.w h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
#qywh-box  div.w p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 60px;
}
.yggh-box {
  background: url("images/qywh-yggh-bg.jpg");
}
.gysy-box {
  background: url("images/qywh-gysy-bg.jpg");
}
#dqjs {
  margin-bottom: 120px;
}
.dqjs-header {
  padding: 100px 40px;
  color: #fff;
  box-sizing: border-box;
  height: 400px;
  background-color: #CC281E;
  width: 100%;
}
.dqjs-header h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.header-img {
  height: 400px;
  width: 100%;
  background: url('images/qywh-dqjs-bg1.jpg');
}
.dqjs-header span {
  font-size: 18px;
  display: block;
  margin-bottom: 35px;
}
.dqjs-header p {
  font-size: 14px;
  line-height: 30px;
}
#dqjs .header {
  margin-bottom: 50px;
}
#dqjs .body .box {
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 10px;
}
#dqjs .body .box .img img {
  width: 100%;
  display: block;
}
#dqjs .body .box .info .time {
  color: #666;
  font-size: 18px;
  display: block;
  margin-top: 35px;
  margin-bottom: 20px;
}
#dqjs .body .box .info h3 a {
  color: #E51F1B;
  font-size: 24px;
  line-height: 36px;
}
#dqjs .body .box .info p {
  line-height: 24px;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
#dqjs .body .box .info .more {
  color: #888888;
  font-size: 14px;
}
#gysy {
  margin-bottom: 120px;
}
#gysy .header .w {
  overflow: hidden;
}
.gysy-header {
  padding: 140px 65px;
  color: #fff;
  box-sizing: border-box;
  height: 400px;
  background-color: #CC281E;
  width: 100%;
  transition: all ease 0.5s;
}
.gysy-header:hover {
  transform: scale(1.05);
}
.gysy-header h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.gysy-header {
  height: 500px;
  background: url('images/qywh-gysy-bg1.jpg');
  margin-bottom: 50px;
}
.gysy-header p {
  font-size: 14px;
  line-height: 30px;
  width: 546px;
}
#gysy .body .box {
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 10px;
}
#gysy .body .box .img img {
  width: 100%;
  display: block;
}
#gysy .body .box .info .time {
  color: #666;
  font-size: 18px;
  display: block;
  margin-top: 35px;
  margin-bottom: 20px;
}
#gysy .body .box .info h3 a {
  color: #E51F1B;
  font-size: 24px;
  line-height: 36px;
}
#gysy .body .box .info p {
  line-height: 24px;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
#gysy .body .box .info .more {
  color: #888888;
  font-size: 14px;
}
#shzr {
  margin-bottom: 120px;
}
#shzr .w {
  overflow: hidden;
}
.shzr-header:hover {
  transform: scale(1.05);
}
.shzr-header {
  padding-top: 145px;
  padding-left: 65px;
  color: #fff;
  box-sizing: border-box;
  height: 490px;
  background: url("images/qywh-shzr-bg.jpg");
  margin-bottom: 15px;
  transition: all ease 0.5s;
}
.shzr-header h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.shzr-header p {
  font-size: 14px;
  line-height: 30px;
  width: 532px;
}
.zheren {
  margin-top: 100px;
}
.zheren li {
  margin: 0 10px;
}
.zheren li a {
  color: #666;
  cursor: pointer;
}
.zheren img {
  width: 300px;
  height: 183px;
  display: block;
}
.zheren .title {
  display: block;
  width: 80%;
  margin: 20px auto 20px auto;
  padding-bottom: 5px;
  text-align: center;
}
#whln {
  margin-bottom: 120px;
}
.whln-header {
  padding-top: 145px;
  padding-left: 65px;
  color: #fff;
  box-sizing: border-box;
  height: 490px;
  background: url("images/qywh-whln-header-bg.jpg");
  margin-bottom: 15px;
}
.whln-header h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.whln-header span {
  font-size: 18px;
  display: block;
  margin-bottom: 35px;
}
.whln-header p {
  font-size: 14px;
  line-height: 24px;
  width: 658px;
}
#whln img {
  display: block;
}
#whln .info {
  background: #DCDCDC;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 308px;
  box-sizing: border-box;
}
#whln .info h4 {
  font-size: 20px;
  color: #00428e;
  margin-bottom: 10px;
}
#whln .info .line {
  width: 27px;
  height: 1px;
  background: #e51f1b;
  display: inline-block;
}
#whln .info p {
  color: #00428e;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
#whln .left {
  box-sizing: border-box;
  padding-right: 15px;
}
#whln .left .row {
  margin-bottom: 15px;
}
#whln .left div {
  height: 200px;
  box-sizing: border-box;
}
#whln .left .first,
#whln .left .first div {
  height: 400px;
}
#whln .left img {
  width: 100%;
  height: 100%;
  display: block;
}
#whln .right {
  background: url("images/qywh-qyjs-bg.jpg") no-repeat;
  height: 1042px;
  width: 100%;
}
#yggh {
  margin-bottom: 120px;
}
#yggh .header .w {
  overflow: hidden;
}
.yggh-header {
  padding: 140px 65px;
  color: #fff;
  box-sizing: border-box;
  height: 400px;
  background-color: #CC281E;
  width: 100%;
  transition: all ease 0.5s;
}
.yggh-header:hover {
  transform: scale(1.05);
}
.yggh-header h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.yggh-header {
  height: 491px;
  background: url('images/qywh-yggh-bg1.jpg');
  margin-bottom: 50px;
}
.yggh-header p {
  font-size: 14px;
  line-height: 30px;
  width: 546px;
}
#yggh .body .box {
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 10px;
}
#yggh .body .box .img img {
  width: 100%;
  display: block;
}
#yggh .body .box .info .time {
  color: #666;
  font-size: 18px;
  display: block;
  margin-top: 35px;
  margin-bottom: 20px;
}
#yggh .body .box .info h3 a {
  color: #E51F1B;
  font-size: 24px;
  line-height: 36px;
}
#yggh .body .box .info p {
  line-height: 24px;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
#yggh .body .box .info .more {
  color: #888888;
  font-size: 14px;
}
/* 企业文化 */
/* 产品中心 */
.products-item {
  overflow: hidden;
  background: #f7f7f7;
  padding: 80px 0;
}
.products-item .img {
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.products-item .col-14 {
  padding-left: 20px;
  box-sizing: border-box;
}
.products-item .info {
  border-top: 4px solid #CC281E;
  height: 375px;
  position: relative;
}
.products-item .info .title {
  color: #333;
  margin-top: 30px;
  display: block;
  font-size: 26px;
}
.products-item .info .intro {
  color: #666;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 40px;
  margin-top: 40px;
  max-height: 190px;
  overflow: auto;
}
.products-item .info .texing {
  color: #666;
  font-size: 16px;
}
.products-item .info .features {
  color: #888;
  line-height: 24px;
  font-size: 14px;
}
/* 产品中心 */
/* shzrcat */
#shzrcat {
  margin-top: 80px;
  margin-bottom: 60px;
}
#shzrcat .header .time {
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: 60px;
  margin-bottom: 25px;
}
#shzrcat .header h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
}
#shzrcat .header p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 40px;
}
#shzrcat .header a {
  font-size: 14px;
  color: #666;
}
#shzrcat .news {
  margin-bottom: 100px;
}
#shzrcat .news ul {
  font-size: 0;
  overflow: hidden;
}
#shzrcat .news li {
  width: 30.3%;
  font-size: 14px;
  margin: 0 1%;
  border: 1px solid #f5f5f5;
  float: left;
  margin-bottom: 20px;
}
#shzrcat .news li .img {
  position: relative;
}
#shzrcat .news li .img > img {
  width: 100%;
  height: 100%;
  display: block;
}
#shzrcat .news li .img .mask {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(1, 70, 154, 0.5);
}
#shzrcat .news li .img .mask .icon {
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#shzrcat .news li .info {
  padding: 15px;
  position: relative;
}
#shzrcat .news li .info .time {
  font-size: 12px;
  display: block;
}
#shzrcat .news li .info .time a {
  color: #888;
}
#shzrcat .news li:hover .info h4 {
  color: #CC281E;
}
#shzrcat .news li .info h4 {
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0 5px 0;
  height: 50px;
}
#shzrcat .news li .info .more {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 80px;
  font-size: 12px;
  color: #FFF;
  background: #DC412B;
  line-height: 30px;
  text-align: center;
}
#shzrcat .news li .info .more span {
  text-align: center;
  width: 30px;
  float: right;
  border-left: 1px solid #fff;
}
/* shzrcat */
/* 投资者 */
#yjbg .footer,#rili .footer{
  margin-bottom: 50px;
}
#yjbg .footer li {
  background-color: #e9e9e9;
  padding: 15px 30px;
  margin-top: 10px;
}
#yjbg .footer li a {
  color: #666;
  font-size: 16px;
}
#yjbg .popup{
  height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
}
#yjbg .popup .tips-box{
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 280px;
  padding: 20px 20px 0;
  border-radius: 4px;
  z-index: 1111;
  box-shadow: 0 0 4px #d1d1d1;
}
#yjbg .popup .tips-box .title{
  color: #343434;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 19px;
    border-bottom: 1px solid #f0f2f5;
    margin: 0 0 30px;
}
#yjbg .popup .tips-box .select{
  background: #f0f2f5;
  border-radius: 4px;
  position: relative;
  height: 40px;
  width: 100%;
  display: block;
  padding: 0 20px;
}
#yjbg .popup .tips-box .button-box{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #f0f2f5;
  line-height: 60px;
  display: flex;
  justify-content: center;
}
#yjbg .popup .tips-box .button-box .button-confirm {
  border-right: 2px solid #f0f2f5;
  color: #0079b1;
}
#yjbg .popup .tips-box .button-box .button{
  width: 50%;
  text-align: center;
}
#yjbg .not-read{
  font-size:16px;
  margin-bottom:50px;
}
#yjbg .read{
  font-size:14px;
  line-height:2.4;
  margin-bottom:50px;
}
#yjbg .read .flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
#yjbg .read span{
  padding: 0 20px;
  cursor: pointer;
}

#yjbg .read p{
  font-size:24px;
  margin-bottom:20px;
}
#rili .footer ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#rili .footer li{
  width: 380px;
  height: 206px;
  background: #F8F8F8;
  box-sizing: border-box;
  padding:45px 20px;
  font-size: 16px;
  color:#333;
  margin-bottom: 20px;
  margin-right: 20px;
}
#rili .footer li:hover{
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.14);
}
#touzhizhe {
  margin-bottom: 50px;
  clear: both;
}
#touzhizhe .contact{
  padding:60px 40px;
  background-color: #F9F9F9;
  box-sizing: border-box;
}
#touzhizhe .contact .p1{
  font-size: 24px;
  color:#333;
  line-height: 2;
}
#touzhizhe .contact .p2{
  font-size: 18px;
  color:#333;
  line-height: 2;
}
#touzhizhe .subcribe{
  background: #F4F4F4;
  border-radius: 35px;
  padding:95px 180px;
  box-sizing: border-box;
}
#touzhizhe .subcribe .title,#touzhizhe .subcribe .wpm_prepend{
  font-size: 48px;
  color:#333;
  margin-bottom:30px;
}
#touzhizhe .subcribe .input,#touzhizhe .subcribe .wpm_emailinput{
  background: #FFFFFF;
  height:56px;
  outline: none;
  border:none;
  padding-left:20px;
  margin-bottom:20px;
  display: block;
  width: 100%;
  font-size:18px;
}
#touzhizhe .subcribe .wpm_thankyou{
  font-size: 32px;
}
#touzhizhe .subcribe button,#touzhizhe .subcribe .wpm_submitbtn{
  width: 185px;
  height: 56px;
  background: #D52329;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#FFF;
  margin-bottom:10px;
}
#touzhizhe .subcribe .t1{
  font-size: 18px;
  color:#333;
}
.gupiao {
  background: url('images/tzz-gupiao-bg.jpg');
  height: 400px;
  color: #FFF;
  box-sizing: border-box;
  padding: 100px 85px;
  margin-bottom: 10px;
}
.gupiao .daima {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
.gupiao .details {
  margin-top: 60px;
}
.gupiao .daima span {
  font-size: 14px;
}
.gupiao .details strong {
  display: block;
  font-size: 36px;
  margin-bottom: 20px;
}
.gupiao .details span {
  display: block;
  font-size: 14px;
  margin-bottom: 60px;
}
.gupiao .laiyuan {
  display: block;
  text-align: right;
}
#touzhizhe .body .gonggao {
  background: url('images/tzz-gonggao-bg.jpg');
  height: 400px;
  box-sizing: border-box;
}
#touzhizhe .body .goutong {
  background: url('images/tzz-goutong-bg.jpg');
  height: 400px;
  box-sizing: border-box;
  margin-left: 10px;
  width: 490px;
  background-size: 100%;
}
#touzhizhe .body .baogao {
  background: url('images/tzz-yanjiu-bg.jpg');
  height: 400px;
  box-sizing: border-box;
  margin-top: 10px;
}
#touzhizhe .body .info {
  padding-top: 100px;
  box-sizing: border-box;
  padding-left: 90px;
  color: #FFF;
  cursor: pointer;
}
#touzhizhe .body .info h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
#touzhizhe .body .info a {
  color: #fff;
  font-size: 14px;
}
#touzhizhe .footer li {
  background-color: #e9e9e9;
  padding: 15px 30px;
  margin-top: 10px;
}
#touzhizhe .footer li:hover a {
  color: #223e7d;
}
#touzhizhe .footer li a {
  color: #666;
  font-size: 16px;
}
.flex-box {
  display: flex;
  justify-content: space-between;
  clear: both;
}
.flex-box .item {
  flex: 0 0 32.7%;
  background: #F00;
  margin-top: 10px;
  height: 400px;
}
.flex-box .qygg {
  background: url('images/tzz-qygg.jpg');
  background-size: 100% 100%;
}
.flex-box .dqbg {
  background: url('images/tzz-dqbg.jpg');
  background-size: 100% 100%;
}
.flex-box .gszl {
  background: url('images/tzz-gszl.jpg');
  background-size: 100% 100%;
}
/* 投资者 */
.pagediv-bt {
  text-align: center;
  margin-bottom: 50px;
}
.pagediv-bt span {
  display: block;
}
#page-contenr .pagediv-bt .hanzi,
#page-contenr .pagediv-bt .hanzi p {
  color: #83b514;
  font-size: 36px;
  margin-bottom: 6px;
}
.pagediv-bt .yw,
#page-contenr .pagediv-bt .yw p {
  font-family: HelveticaNeueCE;
  font-size: 18px;
  color: #b2b3b1;
  margin-bottom: 20px;
}
.pagediv-bt .hx {
  width: 37px;
  height: 1px;
  background: #3598d5;
  margin: 0 auto;
}
.pagediv.shu {
  padding-top: 50px;
  padding-bottom: 100px;
}
#page-contenr .nr-div {
  width: 47.5%;
}
#page-contenr .nr-div .img img {
  display: block;
  width: 100%;
}
#page-contenr p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
#page-contenr.about .img {
  margin-top: 5px;
  margin-bottom: 5px;
}
#page-contenr.xdwh .nr-div.left {
  width: 42.5%;
}
#page-contenr.xdwh .nr-div.right {
  width: 52.5%;
}
#page-contenr.xdwh .nr-div.right ul li {
  display: block;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #bfbfbf;
  font-size: 14px;
  color: #666666;
}
#page-contenr.xdwh .nr-div.right ul li .bt {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  margin-right: 6px;
  padding-left: 60px;
  background-image: url(images/whbj.png);
  background-repeat: no-repeat;
}
#page-contenr.xdwh .nr-div.right ul li:nth-child(1) .bt {
  background-position: 0px 17px;
}
#page-contenr.xdwh .nr-div.right ul li:nth-child(2) .bt {
  background-position: 3px -76px;
}
#page-contenr.xdwh .nr-div.right ul li:nth-child(3) .bt {
  background-position: 2px -157px;
}
#page-contenr.xdwh .nr-div.right ul li:nth-child(4) .bt {
  background-position: 1px -243px;
}
#page-contenr.xdwh .nr-div.right ul li:nth-child(5) .bt {
  background-position: 1px -325px;
}
.page-cat ul {
  border-bottom: 1px solid #bfbfbf;
}
.page-cat ul li {
  display: block;
  float: left;
  border: 1px solid #bfbfbf;
  border-bottom: none;
  margin-right: 10px;
}
.page-cat ul li a {
  display: block;
  border-top: 3px solid #fff;
  font-size: 18px;
  color: #666666;
  padding: 0 50px;
  line-height: 60px;
  height: 60px;
}
.page-cat ul li.dq a,
.page-cat ul li a:hover {
  border-top: 3px solid #0d58b3;
}
.hdlist ul {
  margin-bottom: 50px;
}
.hdlist ul li {
  margin-top: 50px;
}
.hdlist ul li a {
  display: block;
  border-top: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
}
.hdlist ul li span {
  display: block;
}
.hdlist ul li .txt {
  width: 62%;
  padding-top: 25px;
  margin-right: 8%;
}
.hdlist ul li .txt .wh-title {
  font-size: 23px;
  color: #3598d5;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 30px;
  background: url(images/quan.png) left center no-repeat;
}
.hdlist ul li .txt p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 25px;
  line-height: 26px;
  margin-left: 30px;
}
.hdlist ul li .txt .link {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #c4c4c4;
  color: #3a3a3a;
  margin-left: 30px;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.hdlist ul li .txt .link:hover {
  background: #0d5197;
  border-color: #0d5197;
  color: #fff;
}
.hdlist ul li .img {
  width: 30%;
}
.hdlist ul li .img img {
  display: block;
  width: 100%;
}
.page_navi {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.page_navi a {
  height: 36px;
  color: #666666;
  text-decoration: none;
  line-height: 36px;
  margin: 0 2px;
  padding: 2px;
}
.page_navi a:hover,
.page_navi a.current {
  text-decoration: none;
  color: #343434;
  font-weight: bolder;
}
/*企业大事件*/
.dasjslide .swiper-wrapper .swiper-slide li {
  background: url(images/item-line.png) left top no-repeat;
  height: 150px;
  background-size: auto 100%;
  padding-left: 15px;
}
.dasjslide .swiper-slide .left {
  margin-left: 19%;
  font-size: 14px;
  color: #000;
  border-right: 1px solid #f1eeee;
  height: 90px;
  padding-right: 4%;
}
.dasjslide .swiper-slide .left .cattitle {
  font-size: 55px;
  font-family: Arial;
  margin-right: 3px;
}
.dasjslide .swiper-slide .right {
  padding-left: 5%;
  width: 56%;
}
.dasjslide .swiper-slide .right ul li {
  display: block;
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #5b5a5a;
  padding-left: 34px;
  background: url(images/landian.png) left 8px no-repeat;
}
#qydasj .sjdh {
  position: relative;
  margin-bottom: 95px;
}
#qydasj .sjdh .dasjfan {
  width: 39px;
  height: 39px;
  top: auto;
  bottom: 11px;
  background-size: 100%;
  margin-top: 0px;
  background-repeat: no-repeat;
}
#qydasj .dasjslide #dasjslideprev {
  background-image: url(images/zuo.png);
  height: 60px;
  width: 60px;
  background-size: auto !important;
  z-index: 1000 !important;
  top: 48% !important;
  left: -60px;
}
#qydasj .dasjslide #dasjslidenext {
  background-image: url(images/you.png);
  height: 60px;
  width: 60px;
  background-size: auto !important;
  z-index: 1000 !important;
  top: 48% !important;
  right: -60px;
}
#about-fazhan .line-bg {
  background: url(images/sjdhbj.png) center center;
  height: 24px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 500px;
}
#qydasj .dadiv {
  text-align: left;
  margin-left: 6.5%;
  margin-right: 6.5%;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  min-height: 160px;
  overflow: hidden;
}
#qydasj .dadiv .xiaodiv {
  min-height: 160px;
  overflow: hidden;
}
#qydasj .dadiv #swiper-pagination3 {
  text-align: left;
  position: relative;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  left: 0;
}
#qydasj #swiper-pagination3 span {
  width: 20%;
  display: inline-block;
  font-family: Arial;
  vertical-align: top;
  background: url(images/dhapn.png) center bottom no-repeat;
  font-size: 30px;
  height: 108px;
  text-align: center;
  opacity: 1;
  position: relative;
  bottom: -35px;
  color: #555555;
  background-size: 26px 26px;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#qydasj #swiper-pagination3 span.swiper-pagination-bullet-active {
  background: url(images/dhapnact.png) center bottom no-repeat;
  color: #006eb1;
  height: 130px;
  font-size: 35px;
  bottom: -30px;
}
.news-nav-list ul {
  display: flex;
}
.news-nav-list a {
  color: #666;
  padding: 0 20px;
  font-size: 14px;
}
.news-nav-list .dq a {
  color: #E02E11;
  position: relative;
}
.news-nav-list .dq a:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 2px;
  background: #e02e11;
}
.news-nav-list li:not(:last-child) a {
  border-right: 2px solid #666;
}
.newslist {
  padding-bottom: 80px;
}
.newslist ul {
  margin-bottom: 50px;
}
.newslist ul li {
  display: flex;
  border-top: 1px solid #eee;
  padding: 10px 0;
  box-sizing: border-box;
}
.newslist ul li:last-child{
	border-bottom: 1px solid #eee;
}
.newslist ul li a {
  display: flex;
}
.newslist ul li .time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #eee;
  padding: 0 30px;
  flex: 0 1 240px;
  box-sizing: border-box;
}
.newslist ul li .titleLeft{
	font-size:18px;
	line-height:28px;
	font-weight:bold;
}
.newslist ul li .day {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
.newslist ul li .year {
  font-size: 24px;
  color: #999999;
}
.newslist ul li .info {
  padding: 30px 50px 0 50px;
  box-sizing: border-box;
  width: 1000px;

}
.newslist ul li .title {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
.newslist ul li .desc {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}
.newslist ul li:hover .title {
  color: #E02E11;
}
.news-single .single-top {
  margin-bottom: 20px;
}
.news-single .single-top h1 {
  font-weight: 400;
  color: #000;
  font-size: 25px;
  overflow: hidden;
  text-align: center;
  line-height: 50px;
}
.news-single .single-top p {
  text-align: center;
}
.news-single .single-top .time {
  color: #3598d5;
  font-size: 14px;
  font-family: arial;
  position: relative;
  top: 6px;
}
#page-contenr.news-single p {
  line-height: 24px;
  margin-bottom: 5px;
}
#page-contenr.news-single .shangxia {
  margin-bottom: 20px;
}
#page-contenr.news-single .shangxia a {
  color: #333;
}
#page-contenr.news-single .shangxia li:hover a {
  color: #0d4680;
}
#page-contenr.news-single .single-center {
  padding-top: 10px;
  margin-bottom: 25px;
  border-top: 1px solid #075B91;
  border-bottom: 1px solid #075B91;
  text-indent: 2.5em;
}
#page-contenr.news-single .shang {
  text-align: center;
  margin-bottom: 20px;
}
#page-contenr.news-single .fanhui:hover {
  color: #fff;
  background: #0d4680;
}
#page-contenr.news-single .fanhui {
  display: inline-block;
  padding: 0 30px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #313131;
  color: #313131;
  margin: 0 auto;
}
#product-nav {
  padding: 60px 0;
}
#product-nav li {
  width: 24.5%;
  text-align: center;
  box-sizing: border-box;
}
#product-nav li span {
  font-size: 30px;
  cursor: pointer;
}
#product-nav li span a {
  color: #5a5a5a;
}
#product-nav li.dq span,
#product-nav li:hover span {
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #2f416c;
}
#product-nav li.dq span a,
#product-nav li:hover span a {
  color: #2f416c;
}
.page-nav-er ul li {
  float: left;
  margin-right: 12px;
  padding-right: 20px;
  background: url(images/erbj.png) right center no-repeat;
}
.page-nav-er ul li a {
  display: block;
  color: #888686;
}
.page-nav-er ul li a:hover,
.page-nav-er ul li.dq a {
  color: #333333;
}
.page-nav-er ul li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  background: none;
}
.cp-er .catbt {
  margin-bottom: 50px;
}
.cp-er .catbta {
  text-align: center;
  font-size: 28px;
  color: #0e2b66;
  margin-bottom: 25px;
  display: block;
}
.cp-er .catbt .hx {
  height: 1px;
  width: 38px;
  background: #0e2b66;
  margin: 0 auto;
  display: block;
}
.cp-er ul {
  margin: 0 -0.6%;
}
.cp-er ul li {
  display: block;
  float: left;
  width: 23.8%;
  margin: 0 0.6%;
  margin-bottom: 60px;
}
.cp-er ul li .img,
.cp-er ul li img {
  display: block;
  width: 100%;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.cp-er ul li .img {
  margin-bottom: 6px;
  overflow: hidden;
}
.cp-er ul li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.cp-er ul li:hover h3,
#page-contenr.cp-san .txt p:hover {
  color: #1f6cb7;
}
.cp-er ul li h3 {
  margin: 0 20px;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  padding-right: 20px;
  background: url(images/more.png) right 3px no-repeat;
  height: 22px;
}
.cp-san ul li {
  display: block;
  margin-top: 50px;
}
.cp-san ul li a {
  display: block;
  position: relative;
}
.cp-san ul li span {
  display: block;
}
.cp-san ul li .img {
  width: 31.5%;
  overflow: hidden;
}
.cp-san ul li .img img {
  display: block;
  width: 100%;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.cp-san ul li .img:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.cp-san ul li .txt {
  width: 64.5%;
  float: right;
}
.cp-san ul li .txt h3 {
  font-weight: 400;
  color: #133985;
  font-size: 25px;
  margin-bottom: 24px;
}
.cp-san ul li .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.cp-san ul li .more {
  position: absolute;
  bottom: 0;
  left: 35.5%;
  border: 1px solid #131313;
  color: #131313;
  height: 45px;
  line-height: 45px;
  padding: 0 36px;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.cp-san ul li .more:hover {
  background: #1f6cb7;
  color: #fff;
  border: 1px solid #1f6cb7;
}
.cp-contenr {
  margin-top: 50px;
}
.cp-contenr .cp-top {
  margin-bottom: 40px;
}
.cp-contenr .cp-top span,
.cp-contenr .cp-top img {
  display: block;
}
.cp-contenr .cp-top img {
  width: 100%;
}
.cp-contenr .cp-top .img {
  width: 31.5%;
}
.cp-contenr .cp-top .txt {
  width: 64.5%;
}
.cp-contenr .cp-top .txt h1 {
  color: #133985;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dbdbdb;
}
.cp-contenr .nr-title {
  font-size: 16px;
  color: #333333;
  padding-left: 23px;
  background: url(images/title.png) left center no-repeat;
}
.cp-contenr .cp-top .txt p {
  margin-left: 23px;
  color: #666;
  font-size: 14px;
}
.cp-contenr .cp-top .txt .nr-title {
  margin-bottom: 6px;
}
.jianma-div-a {
  border-top: 1px solid #dbdbdb;
  padding-top: 24px;
  margin-bottom: 24px;
}
.jianma-div-a .nr-title,
.jianma-div-a .nr-txt {
  float: left;
}
.jianma-div-a .nr-title {
  width: 90px;
}
.jianma-div-a .nr-txt {
  width: 1085px;
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  margin-top: -2px;
}
.jianma-div-b {
  border-top: 1px solid #dbdbdb;
  padding-top: 24px;
  margin-bottom: 24px;
}
.jianma-div-b .nr-title {
  margin-bottom: 10px;
}
.yanfa-top {
  border: 16px solid #0d4680;
  border-bottom: none;
  width: 582px;
  margin: 0 auto;
  padding: 10px 60px;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.yanfa-top p {
  position: relative;
  bottom: -4px;
}
.yanfa-list ul {
  margin: 0 -1%;
}
.yanfa-list ul li {
  display: block;
  float: left;
  width: 48%;
  margin: 0 1%;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.yanfa-list ul li .img {
  display: block;
}
.yanfa-list ul li img {
  display: block;
  width: 100%;
}
.yanfa-list ul li .txt {
  position: absolute;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  line-height: 226px;
  display: block;
  width: 150px;
  height: 150px;
  top: -94px;
  left: 50%;
  margin-left: -75px;
  background: rgba(154, 36, 25, 0.9);
  color: #fff;
  font-size: 21px;
  text-align: center;
}
.cxkj-top {
  padding-top: 10px;
  margin-bottom: 50px;
}
.kj-list ul {
  padding: 0 40px;
}
.kj-list ul li {
  margin: 0 0.6%;
  float: left;
  display: block;
  width: 23.8%;
  margin-bottom: 20px;
}
.kj-list ul li span {
  display: block;
}
.kj-list ul li img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.kj-list ul li .txt {
  line-height: 20px;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.zlfm-top {
  margin-bottom: 40px;
}
.zlfm-top span {
  color: #0d58b4;
}
.pinbox_ul_3 ul li:first-child {
  background: #dddcdc;
}
.pinbox_ul_3 {
  padding-top: 40px;
}
.pinbox_ul_3 ul li span {
  display: inline-block;
  line-height: 63px;
  font-size: 15px;
  color: #333;
  float: left;
  text-align: center;
}
.pinbox_ul_3 ul li {
  width: 100%;
  border: none;
  text-align: left;
  height: 63px;
  margin: 0px;
}
.list_but1,
.listx_but1 {
  width: 40px;
  padding-left: 40px;
}
.list_but2,
.listx_but2 {
  width: 430px;
  padding-left: 40px;
  text-align: left !important;
}
.list_but2 {
  text-indent: 60px;
}
.list_but3,
.listx_but3 {
  width: 160px;
}
.list_but4,
.listx_but4 {
  width: 380px;
}
.list_but5,
.listx_but5 {
  width: 110px;
}
.pinbox_ul_3 ul li.cur {
  background: #f0f0f0;
}
.leftye span {
  display: inline-block;
  color: #9b9b9b;
  margin-right: 12px;
}
.pinbox_ul_3 ul {
  margin-bottom: 40px;
}
.page_navi {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.page_navi a {
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 1px solid #d0d0d1;
  text-decoration: none;
  line-height: 30px;
  margin: 2px;
  color: #666666;
}
.page_navi a:hover,
.page_navi a.current {
  text-decoration: none;
  border: 1px solid #E02E11;
  color: #E02E11;
}
.jczx .kj-list ul {
  padding: 0;
  margin: 0 -1%;
}
.jczx .kj-list ul li {
  margin: 0 1%;
  float: left;
  display: block;
  width: 31.3333%;
  margin-bottom: 20px;
}
.jczx.ljzz .kj-list ul li {
  width: 48%;
}
.huoban-list .bt {
  color: #666666;
  display: block;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 30px;
}
.huoban-list ul {
  display: block;
  margin: -1%;
  margin-bottom: 50px;
}
.huoban-list ul li {
  display: block;
  float: left;
  width: 18%;
  margin: 0 1%;
  margin-bottom: 20px;
}
.huoban-list ul li .table-cell {
  border: 1px solid #f2f2f2;
}
.huoban-list ul li .table {
  height: 75px;
}
.table {
  display: table;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.xszx {
  border: 1px solid #bfbfbf;
  border-left: none;
  border-right: none;
}
.xszx .xs-left {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.xszx .xs-left .name {
  min-height: 1px;
  width: 130px;
  text-align: right;
  display: inline-block;
}
.xszx .xs-left li {
  line-height: 28px;
}
.xszx .xs-left .li {
  padding: 13px 0px;
  border-bottom: 1px solid #bfbfbf;
}
.xszx .xs-left .li:last-of-type {
  border: none;
}
.xszx .xs-right {
  margin-right: 60px;
  background: #faf9f9;
  margin-top: 90px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.xszx .xs-right li {
  padding-left: 80px;
  display: block;
  width: 320px;
  height: 100px;
  line-height: 100px;
  background: url(images/dh1.png) 60px center no-repeat;
  font-size: 23px;
  color: #ed2d2d;
  text-align: center;
}
.xszx .xs-right li .name {
  color: #666666;
}
.lxtxt .bt {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  color: #83b514;
}
.lxtxt .lx-left {
  width: 460px;
}
.lxtxt .lx-left li:first-of-type {
  border-top: 1px solid #bfbfbf;
}
.lxtxt .lx-left li {
  border-bottom: 1px solid #bfbfbf;
  height: 54px;
  padding: 20px 0;
}
.lxtxt .lx-left li span {
  display: inline-block;
}
.lxtxt .lx-left li .icon {
  width: 80px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
  border-right: 1px solid #bfbfbf;
}
.lxtxt .lx-left li:nth-child(1) .icon {
  background-image: url(images/lx1.png);
}
.lxtxt .lx-left li:nth-child(2) .icon {
  background-image: url(images/lx3.png);
}
.lxtxt .lx-left li:nth-child(3) .icon {
  background-image: url(images/lx2.png);
}
.lxtxt .lx-left li .txt {
  font-size: 14px;
  color: #666666;
  vertical-align: top;
}
.lxtxt .lx-left li .txt.zongjitxt {
  color: #666666;
}
.lxtxt .lx-left li .txt font {
  display: block;
  color: #333333;
  font-size: 16px;
  margin-bottom: 12px;
}
.lxtxt .lx-right {
  width: 600px;
}
.lxtxt .lx-right .divp {
  width: 264px;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
}
.lxtxt {
  margin-bottom: 60px;
}
#ditu {
  min-height: 285px;
  position: relative;
}
#ditu .txt {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0d4680;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.job-list .top {
  line-height: 60px;
  height: 60px;
  background: #f5f5f5;
  font-size: 18px;
  color: #444444;
}
.job-list .top span,
.job-list .title span {
  display: inline-block;
  text-align: center;
}
.job-list .top .mc,
.job-list .title .mc {
  width: 200px;
  padding-left: 10px;
  text-align: left;
}
.job-list .bm {
  width: 180px;
}
.job-list .dd {
  width: 180px;
}
.job-list .ren {
  width: 180px;
}
.job-list .zt {
  width: 220px;
}
.job-list .time {
  width: 130px;
}
.jobnr .nrtop {
  margin-bottom: 20px;
}
.job-list .title {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #444444;
  cursor: pointer;
}
.job-list .title .zk {
  background: url(images/zk.png) center center no-repeat;
  display: block;
  width: 20px;
  height: 60px;
  float: right;
  margin-right: 35px;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.job-list .title.dqde .zk {
  transform: rotate(180deg);
  /* Internet Explorer */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.job-list .title .mc {
  padding-left: 28px;
  background: url(images/title.png) left center no-repeat;
  width: 182px;
}
.jobnr {
  border: 1px solid #bfbfbf;
  padding: 25px 30px;
}
.jobnr .nrtop .zuobian {
  width: 580px;
}
.jobnr .nrtop .youbian {
  width: 550px;
}
.jobnr .nrtop .zuobian li {
  display: block;
  float: left;
  width: 50%;
}
.jobnr .nrtop li {
  line-height: 18px;
  margin-bottom: 10px;
}
.jobnr .txtnr .bt {
  display: block;
  color: #0d4680;
  font-size: 16px;
  margin-bottom: 10px;
}
.jobnr {
  position: relative;
  border-bottom: none;
  display: none;
}
.jobnr:after {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: " ";
  position: absolute;
  left: 30px;
  top: -6px;
  background: #fff;
  width: 10px;
  height: 10px;
  border: 1px solid #bfbfbf;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  /* Internet Explorer */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
.job-list .list-li {
  border-bottom: 1px solid #bfbfbf;
}
.navxiala {
  position: relative;
}
.navxiala ul {
  margin-top: -28px;
  position: absolute;
  z-index: 22;
  background: #fff;
  padding: 5px 10px;
  min-width: 100%;
}
.navxiala ul li {
  display: block;
}
.navxiala ul li a {
  color: #666;
  line-height: 26px;
}
.navbar {
  display: none;
}
.cp-er .xcp ul li h3 {
  background: #0d4680;
  margin: 0;
  display: block;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.cp-er .xcp ul li h3:hover {
  background: #bebebe;
  color: #2d2d2d;
}
.cp-er .xcp ul li a {
  display: block;
}
.cp-er .xcp ul {
  margin: 0 -1.2%;
  text-align: center;
}
.cp-er .xcp ul li {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 1.2%;
  margin-bottom: 40px;
}
.pagediv.xcp-er {
  padding-bottom: 10px;
}
#page-contenr .gypage .nr-div.fl {
  width: 43.75%;
  padding: 30px 5%;
  background: #f9f9f9;
}
#page-contenr .gypage .nr-div.fr {
  width: 44.15%;
  padding-left: 1%;
  padding-top: 30px;
  padding-bottom: 29px;
  border-bottom: 2px solid #e62129;
}
#page-contenr .gypage .nr-div.fr .img {
  margin-left: -10.33%;
  margin-bottom: 25px;
}
#page-contenr .gypage .nr-div.fr p {
  margin-bottom: 25px;
}
#page-contenr .gypage .nr-div.fl .gybt {
  display: block;
  position: relative;
  font-size: 24px;
  color: #1e3972;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#page-contenr .gypage .nr-div.fl .gybt:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 20px;
  background: #e62129;
}
#page-contenr .gypage .nr-div.fl p {
  margin-bottom: 20px;
}
.zlfm-top {
  margin-bottom: 40px;
}
#page-contenr .zlfm-top p {
  text-align: center;
  font-size: 30px;
  color: #adadad;
}
.fmpage ul li {
  display: block;
  float: left;
  width: 29.333%;
  margin: 0 2%;
}
.fmpage ul li img {
  display: block;
  margin: 0 6%;
  width: 88%;
}
.fmpage ul li .nr {
  display: block;
  padding-top: 110px;
  margin-top: -80px;
  background: #e4e4e4;
  font-size: 14px;
  color: #383838;
  height: 80px;
  text-align: center;
}
.fmpage ul li .nr font {
  font-size: 30px;
  color: #0757a9;
  margin: 0 2px;
}
.fmpage {
  position: relative;
  padding-bottom: 70px;
}
.fmpage .dbbj {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ececec;
  z-index: -1;
  height: 260px;
}
.zdybt {
  text-align: center;
  font-size: 28px;
  color: #0e2b66;
  margin-bottom: 50px;
  display: block;
  text-transform: uppercase;
}
/*新增的*/
.lxfs .lxfs-left {
  width: 830px;
}
.lxfs .lxfs-left .lxnr-div {
  border: 1px solid #e4e4e4;
}
.lxfs .lxfs-left .fs-bt {
  background: #e4e4e4;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #2b2b2b;
  text-align: center;
}
.lxfs .lxfs-left .lxnr-div ul {
  margin: 15px;
}
.lxfs .lxfs-left .lxnr-div.lxa {
  margin-bottom: 5px;
}
.lxfs .lxfs-left .lxnr-div ul li.fl {
  width: 55%;
}
.lxfs .lxfs-left .lxnr-div ul li .lxname {
  width: 114px;
  display: inline-block;
}
.lxfs .lxfs-left .lxnr-div ul li {
  line-height: 33px;
  width: 44%;
  display: block;
  font-size: 14px;
  color: #666666;
}
.lxfs .lxfs-right {
  background: #eaeaea;
  width: 340px;
  height: 390px;
}
.lxfs .lxfs-right .fr-nr {
  font-size: 14px;
  color: #666666;
  line-height: 33px;
  margin: 20px 0 25px 15px;
}
.lxfs .lxfs-right .lybtn {
  text-align: center;
}
.lxfs .lxfs-right .lybtn a {
  display: inline-block;
  background-color: #6e6e6e;
  font-size: 16px;
  color: #ffffff;
  background-image: url(images/lybtn.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 85px;
  padding-right: 35px;
  height: 54px;
  line-height: 54px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.4s;
  transform: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.lxfs .lxfs-right .lybtn a:hover {
  background-color: #0d4680;
}
@media screen and (min-width: 1200px) and (max-width: 1650px) {
  #menu-item-877 .sub-menu,
  #menu-item-2164 .sub-menu {
    position: absolute;
    right: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .nav {
    margin-left: 30px;
  }
  /* .yuyan {margin-left:45px;} */
}
@media screen and (max-width: 1200px) {
  .lxfs .lxfs-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .lxfs .lxfs-right {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .lxfs .lxfs-right .fr-nr,
  .lxfs .lxfs-left .lxnr-div ul li {
    line-height: 26px;
  }
  #page-contenr .zlfm-top p {
    font-size: 20px;
  }
  .fmpage ul li .nr {
    padding-top: 85px;
    margin-top: -70px;
  }
  .fmpage {
    padding-bottom: 40px;
  }
  .fmpage .dbbj {
    height: 205px;
  }
  #page-contenr .gypage .nr-div.fl p {
    margin-bottom: 10px;
  }
  .xszx .xs-right {
    margin-right: 0px;
  }
  .xszx .xs-right li {
    padding-left: 76px;
    display: block;
    width: 296px;
    height: 100px;
    line-height: 100px;
    background: url(images/dh1.png) 38px center no-repeat;
    font-size: 23px;
    color: #ed2d2d;
    text-align: center;
  }
  .w {
    width: 1060px;
  }
  .ygtd {
    display: none;
  }
  .job-list .dd {
    display: none !important;
  }
  #home-about .about-a {
    width: 380px;
  }
  #home-about .about-a .lximg img {
    width: 100%;
    margin-top: 24px;
  }
  #home-about .about-b {
    width: 350px;
    margin-left: 30px;
  }
  #home-about .about-b .fubt {
    margin-bottom: 33px;
  }
  #home-about .about-c {
    width: 240px;
    padding-left: 15px;
  }
  .wenhua-list {
    width: 100% !important;
    margin-bottom: 30px;
  }
  #home-wenhua .wenhua-list .icon,
  #home-wenhua .wenhua-list .nr {
    float: left;
  }
  #home-wenhua .wenhua-list .nr {
    margin-left: 30px;
  }
  #home-wenhua .wenhua-list .shuzi {
    display: none;
  }
  .wenhua-list:after {
    display: table;
    clear: both;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: " ";
  }
  #home-wenhua .wenhua-list .txt p {
    margin-bottom: 15px;
  }
  #home-wenhua .wenhua-list .icon {
    margin-top: 18px;
  }
  #home-wenhua .wenhua-list:hover .icon {
    bottom: 0;
  }
  #home-wenhua .wenhua-list .txt,
  #home-wenhua .wenhua-list.b .txt {
    width: 780px !important;
  }
  #home-cp .cplist-b {
    width: 315px;
  }
  #home-cp .cplist-b ul li:nth-child(1) {
    margin-bottom: 15px;
  }
  #home-cp .cplist-b ul li {
    padding-top: 21px;
    padding-bottom: 32px;
  }
  #home-cp .cplist-a ul {
    margin: 0 -1%;
  }
  #home-cp .cplist-a ul li {
    margin: 0px 1%;
    width: 48%;
    margin-bottom: 30px;
  }
  #home-news .top-news {
    width: 385px;
    padding: 20px 30px;
  }
  #home-lx .lxlist.b .bt {
    margin-bottom: 15px;
  }
  #home-lx .lxlist.b .lxdh {
    width: 100%;
  }
  #home-lx .lxlist.b .lxdh li .name,
  #home-lx .lxlist.b .lxdh li.ybde .name {
    width: 130px;
    text-align: right;
  }
  .list_but3,
  .listx_but3 {
    display: none !important;
  }
  #tan .tannr {
    margin-top: -100px;
  }
  .lxtxt .lx-right,
  .lxtxt .lx-left {
    width: 100%;
  }
  .lxtxt .lx-left {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1060px) {
  /*手机模式*/
  #home-lx .lxlist {
    height: auto;
    padding-bottom: 20px;
  }
  #home-cp .cplist-a ul.lista li {
    width: 98%;
  }
  #home-cp .cplist-a ul.lista {
    margin-bottom: 0;
  }
  .cp-er ul li h3 {
    margin: 0 5px;
  }
  #page-contenr .gypage .nr-div.fl {
    padding: 0;
    background: none;
  }
  #page-contenr .gypage .nr-div.fl p,
  #page-contenr .gypage .nr-div.fr p {
    margin-bottom: 15px;
  }
  #page-contenr .gypage .nr-div.fr {
    padding-bottom: 15px;
  }
  #page-contenr .gypage .nr-div.fr .img {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .job-list .ren {
    display: none !important;
  }
  .xszx .xs-left {
    font-size: 16px;
  }
  .xszx .xs-left,
  .xszx .xs-right {
    float: none;
  }
  .xszx .xs-right {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .list_but1,
  .listx_but1 {
    display: none !important;
  }
  .dasjslide .swiper-slide .left {
    margin-left: 9%;
  }
  .dasjslide .swiper-slide .right {
    width: 66%;
  }
  #page-contenr p {
    text-align: justify;
  }
  #page-nav .page-nav-list {
    display: none;
  }
  #page-nav .page-title {
    font-size: 24px;
  }
  #page-nav {
    height: 60px;
    line-height: 60px;
  }
  .w {
    width: auto;
    margin: 0 15px;
  }
  .yuyan,
  #top .wx,
  .ygtd {
    margin-left: 0px;
    float: right;
    margin-right: 30px;
  }
  #top .wx {
    margin-top: 13px;
    width: 34px;
  }
  #top .wx img {
    width: 100%;
    display: block;
  }
  .ygtd {
    display: block;
  }
  .logo {
    padding: 5px 0;
  }
  .logo img {
    height: 45px;
  }
  .navxiala .qiehuan {
    height: 55px;
    line-height: 55px;
    margin-top: 0px;
  }
  .header_zhan {
    height: 55px;
  }
  #gbbj {
    position: fixed;
    background-color: rgba(45, 45, 45, 0.72);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 109;
  }
  .navbar {
    display: block;
    float: right;
    padding-top: 6px;
    margin-top: 13px;
    padding-bottom: 6px;
    width: 30px;
  }
  .navbar span {
    height: 2px;
    width: 100%;
    display: block;
    margin-bottom: 6px;
    background: #999;
  }
  .navxiala ul {
    margin-top: 3px;
  }
  .nav,
  .nav > ul > li > ul.sub-menu {
    position: fixed;
    left: -210px;
    z-index: 110;
    display: block;
    opacity: 1;
    min-width: inherit;
    border: none;
    margin: 0;
    margin-left: 0 !important;
    top: 0;
    width: 210px;
    height: 100%;
    padding: 15px 0;
    background-color: rgba(3, 75, 147, 0.75);
  }
  .nav > ul > li > ul.sub-menu > li,
  .nav > ul > li {
    margin: 0 10px;
    display: block;
    float: none;
  }
  .nav ul li a,
  .nav > ul > li > .sub-menu li a {
    color: #FFF;
    margin: 0;
    display: block;
    border-bottom: 1px solid #E0E0E0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 5px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
  }
  #home-about .about-a {
    display: none;
  }
  #home-about .about-b {
    width: 100%;
    margin-left: 0;
  }
  #home-about .about-b .bt,
  #home-about .about-b .fubt {
    text-align: center;
  }
  #home-about .about-b .more-link {
    display: block;
    width: 200px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
  }
  #home-lx .lxlist {
    width: 100%;
  }
  #home-about .about-b p {
    margin-bottom: 20px;
  }
  #home-about .about-c {
    width: 100%;
    clear: both;
    border: none;
    padding-bottom: 0;
    padding-left: 0;
  }
  #home-about .about-c ul li {
    width: 23%;
    float: left;
    display: block;
    margin-bottom: 0;
  }
  #home-about .about-c ul li:first-child {
    width: 31%;
  }
  .homediv {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #home-wenhua .wenhua-list .icon {
    display: none;
  }
  #home-wenhua .wenhua-list .nr {
    margin-left: 0;
    float: none;
    text-align: center;
  }
  #home-wenhua .wenhua-list .txt,
  #home-wenhua .wenhua-list.b .txt {
    width: auto;
    max-width: 80%;
    margin: 0 auto;
    float: none;
  }
  .h40 {
    height: 25px;
  }
  #home-cp .cplist-a {
    margin-bottom: 15px;
  }
  #home-cp .cplist-a,
  #home-cp .cplist-b {
    width: 100%;
    float: none;
  }
  #home-news .top-news {
    width: 90%;
    padding: 5%;
    float: none;
    margin-bottom: 30px;
  }
  .homediv-bt .yw {
    font-size: 20px;
  }
  .homediv-bt .hanzi {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  #page-contenr .pagediv-bt .hanzi,
  #page-contenr .pagediv-bt .hanzi p {
    font-size: 28px;
  }
  .pagediv {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #page-contenr .nr-div {
    width: 100% !important;
  }
  .pagediv-bt .yw {
    font-size: 16px;
  }
  #home-news .news-list {
    width: 100%;
    float: none;
  }
  #home-news .news-list a.more-link {
    display: block;
    float: none;
    text-align: center;
    padding: 0px;
    max-width: 200px;
    margin: 0 auto;
  }
  #home-news .news-list ul li:nth-child(3) {
    margin-bottom: 35px;
    border-bottom: 1px solid #cfd0d1;
    padding-bottom: 35px;
  }
  .foot-a .erwei,
  .foot-a {
    display: none;
  }
  .foot-a .foot-nav {
    margin-right: 0;
    float: none;
  }
  footer {
    padding-top: 15px;
  }
  .foot-b {
    height: 45px;
    line-height: 45px;
  }
  .dasjslide .swiper-slide {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .hdlist ul li .txt {
    width: 57%;
  }
  .hdlist ul li .img {
    width: 35%;
  }
  .news-single .single-top h1,
  .news-single .single-top .time {
    float: none;
    width: 100%;
    height: auto;
  }
  .news-single .single-top {
    line-height: 26px;
    padding-bottom: 20px;
    height: auto;
  }
  #page-nav-er {
    display: none;
  }
  .cp-er ul li {
    width: 32.1%;
    margin: 0 0.6%;
    margin-bottom: 60px;
  }
  .kj-list ul li .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .newslist ul li .time {
    position: relative;
    margin-bottom: 5px;
  }
  .cp-er .xcp ul li h3 {
    height: 50px;
    line-height: 50px;
  }
  .job-list .zt {
    display: none !important;
  }
  #ditu {
    height: 400px;
    min-height: auto;
    position: relative;
  }
  #ditu > div {
    height: 400px !important;
  }
  #ditu .txt {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #0d4680;
    color: #fff;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
  }
  .list_but2 {
    text-indent: 40px;
  }
  .list_but2,
  .listx_but2 {
    width: auto;
    padding-left: 20px;
    text-align: left !important;
    float: left;
  }
  .list_but4,
  .listx_but4 {
    width: auto;
    float: right !important;
    padding-right: 20px;
  }
  .list_but4 {
    padding-right: 80px;
  }
  .list_but5,
  .listx_but5 {
    display: none !important;
  }
  .hdlist ul li .img,
  .hdlist ul li .txt,
  .newslist ul li .img,
  .newslist ul li .txt {
    width: 100%;
    margin-right: 0;
  }
  .newslist ul li .img {
    margin-bottom: 20px;
  }
  .newslist ul li .txt .news-title {
    margin-bottom: 10px;
    margin-right: 0;
  }
  #page-contenr.news-single .single-center {
    padding-bottom: 30px;
  }
  .dasjslide .swiper-slide .left,
  .dasjslide .swiper-slide .right {
    margin-left: 5%;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0;
  }
  .hdlist ul li a {
    border-top: none;
    padding-bottom: 20px;
  }
  .page-cat ul li a {
    font-size: 16px;
    padding: 0 30px;
    line-height: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 860px) {
  #home-about .about-c ul li,
  #home-about .about-c ul li:first-child {
    width: 45%;
    margin-bottom: 30px;
    padding-left: 5%;
  }
  .homediv {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .page-cat ul li a {
    font-size: 16px;
    padding: 0 30px;
    line-height: 45px;
    height: 45px;
  }
  .kj-list ul li {
    width: 48.8%;
  }
  .fmpage ul li {
    float: none;
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .fmpage {
    padding-bottom: 0;
  }
  .fmpage .dbbj {
    display: none;
  }
  #page-contenr .zlfm-top p {
    font-size: 16px;
  }
  .fmpage ul li img {
    display: block;
    margin: 0;
    width: 100%;
  }
  .fmpage ul li .nr {
    display: block;
    padding-top: 10px;
    height: auto;
    margin-top: 0px;
    background: none;
    font-size: 14px;
    color: #383838;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
	#mybg{
		margin:25px 0;
		padding:25px 0;
	}
	.myflex{
		display:block;
	}
	.ginfo-2{
		padding:25px;
		margin-bottom:25px;
	}
  #page-nav {
    height: auto;
  }
  #home-dongtai {
    padding: 50px 0;
  }
  #home-dongtai .news li {
    flex: 0 1 100%;
  }
  #home-zheren {
    height: auto;
  }
  #home-zheren .zheren {
    margin-top: 0px;
  }
  .cxpt .cxpt-bg {
    display: none;
  }
  #cy .right img {
    display: none;
  }
  #cy-home .info {
    padding: 0 !important;
  }
  .jscx-box .info {
    height: auto;
    padding-bottom: 30px;
  }
  .video-sign {
    display: none !important;
  }
  .i-ban li .cent-cont {
    left: 3%;
  }
  .i-ban li .word p {
    font-size: 22px !important;
    line-height: 1.5 !important;
  }
  #home-zheren .zheren li {
    margin: 0;
    margin-bottom: 30px;
  }
  #home-dongtai .news li {
    flex: 100%;
  }
  #home-product .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #home-guanxi {
    height: 620px;
  }
  #home-guanxi .right {
    padding: 0;
    height: 200px;
  }
  #home-guanxi .right ul {
    display: none;
  }
  #home-fazhan {
    clear: both;
  }
  #home-product .content li {
    margin: 0;
  }
  .header1 {
    height: auto;
  }
  .header1 li {
    text-align: center;
  }
  #page-nav .page-nav-list {
    display: block;
    width: 100%;
  }
  #page-nav .page-nav-list ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #page-nav .page-nav-list ul li {
    float: none;
    flex: 1 1 33.33%;
    text-align: center;
  }
  #page-nav .page-nav-list ul li a {
    margin: 0;
    padding: 0;
    border: none;
  }
  .w {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
  }
  .xs-hidden {
    display: none;
  }
  .section-title {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .foot-b a {
    display: block;
  }
  /* about */
  .white * {
    color: #000 !important;
  }
  .about-nav .col-xs-8:nth-child(3) a {
    border: none;
  }
  .about-nav .col-xs-8 {
    margin-bottom: 20px;
  }
  #about-gaikuang .box .img {
    width: 100%;
    object-fit: cover;
  }
  #about-gaikuang {
    height: 1500px;
    padding-bottom: 0;
  }
  #about-gaikuang .box .jianjie {
    width: calc(100% - 30px);
    top: 20%;
    left: 0;
    padding: 15px;
    height: 1100px;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  #about-gaikuang .box .jianjie .body {
    font-size: 12px;
  }
  #about-gaikuang .box .jianjie .body .img-icon {
    width: 100%;
  }
  #about-zhici .box {
    padding: 15px;
  }
  #certify {
    width: 100% !important;
  }
  #about-lishi {
    background: none;
    height: auto;
  }
  #about-lishi .section-title {
    color: #000 !important;
  }
  #certify .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
  #certify .swiper-slide .info .box {
    padding: 20px !important;
  }
  #about-jiagou img {
    width: 100%;
  }
  #about-rongyu .swiper-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #about-rongyu .swiper-slide {
    flex: 1 1 50%;
    padding: 5px !important;
  }
  #about-rongyu .swiper-button-prev,
  #about-rongyu .swiper-button-next,
  #about-rongyu .swiper-pagination {
    display: none;
  }
  #about-weilai .box .text {
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
    height: auto;
    padding: 10px;
  }
  #about-weilai .box {
    margin: 0;
  }
  #about-weilai .box img {
    display: none;
  }
  /* about */
  /* 新闻 */
  #news-gonsi-box .news li,
  #news-meiti-box .news li,
  #news-hangye-box .news li,
  #news-gsxw .news li {
    width: 100%;
  }
  #page-contenr.news-single p {
    font-size: 16px;
  }
  #news-gsxw .header {
    height: 430px;
  }
  #news-gsxw .header .img {
    height: 110px;
  }
  #news-mtjj .header .info {
    height: 410px;
  }
  #news-hyzx .header .img {
    height: 110px;
  }
  #news-hyzx .header {
    height: 530px;
  }
  #news-hyzx .news li .img img {
    max-width: 100%;
  }
  .return-news-btn {
    display: none;
  }
  .cxpt .info p {
    width: 100%;
  }
  #cy {
    overflow: hidden;
  }
  .cy-home {
    overflow: hidden;
  }
  .cy-home > .row {
    overflow: hidden;
  }
  .cy-home .left {
    background: #24C9D2;
    height: 400px;
    padding: 80px 0;
    box-sizing: border-box;
    color: #FFF;
  }
  .cy-home .left span {
    font-size: 24px;
  }
  .cy-home .left p {
    font-size: 14px;
    margin: 18px 0 43px 0;
    line-height: 28px;
  }
  .cy-home .left a {
    font-size: 14px;
    color: #FFF;
  }
  .cy-home .left .box {
    padding: 30px;
    border-left: 1px solid #fff;
  }
  .cy-home .left .icon-box {
    position: relative;
  }
  .cy-home .left .icon-box img {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 80px;
    padding-right: 40px;
  }
  .cy-home .right img {
    width: 100%;
    height: auto;
    height: 400px;
    object-fit: cover;
  }
  .cy-home .left {
    padding: 40px 0 !important;
  }
  .cy-home .right {
    display: none !important;
  }
  .cy-home .left .icon-box img {
    margin-top: 100px;
  }
  .zlcg .swiper-button-prev,
  .zlcg .swiper-button-next {
    display: none;
  }
  #news-ygpx .news li img {
    float: none !important;
    display: block;
    margin: 0 auto;
  }
  /* 新闻 */
  /* 产业手机端 */
  #cy-fz .body .col-8 {
    padding: 0;
    height: 380px !important;
    margin: 20px 0;
  }
  #cy-fz .body .box {
    height: auto;
  }
  #cy-dt .body .right .ul {
    padding: 0;
  }
  #cy-dt .body .right li {
    padding: 5px;
    width: 100%;
    margin-right: 0;
  }
  #cy-dt .qydt-title {
    width: 70%;
  }
  #cy-lx {
    background: none;
  }
  footer {
    padding-top: 0;
  }
  .foot-cy {
    padding: 0;
  }
  .foot-cy .header h5 {
    margin-bottom: 30px;
  }
  #cy-dt,
  #cy-ry,
  #cy-jianjie {
    margin: 20px 0;
  }
  #cy-fz,
  #cy-cp {
    padding: 20px 0;
  }
  #cy-ry .body .swiper-slide,
  #cy-ry .body .swiper-slide .box {
    height: 280px !important;
  }
  #cy-fz .body,
  #cy-cp .body {
    margin-top: 20px;
  }
  #cy-ry,
  #cy-cp,
  #cy-fz {
    height: 400px;
    overflow: hidden;
  }
  /* 产业手机端 */
  /* 企业文化 */
  #whln .left {
    padding: 0;
  }
  #qywh-box  div.w > div {
    padding: 100px 30px;
    flex-wrap: wrap;
    margin:0 !important;
    padding:0 !important;
    height: auto;
  }
  #qywh-box  div.w > div div{
    margin:0 !important;
    padding:0 !important;
  }
  #qywh-box div.w > div img{
    max-width: 100%;
  }
  #whln .info {
    padding-left: 15px;
  }
  #whln .left .first,
  #whln .left .first div {
    height: 200px;
  }
  .shzr-header {
    padding: 100px 30px;
  }
  .shzr-header p {
    width: 100%;
  }
  .zheren li {
    width: 100%;
    margin: 0;
  }
  .zheren img {
    max-width: 100%;
    margin: 0 auto;
  }
  /* 企业文化 */
  /* 投资者 */
  #touzhizhe .footer li .fr {
    float: none;
    display: block;
    text-align: right;
  }
  /* 投资者 */
  /* 招聘 */
  .zhaopin,
  .zhaopin img {
    width: 100%;
  }
  #rlzy > div.w > div:first-child {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* 招聘 */
  /* 联系我们 */
  .contact-box {
    background: none;
    height: auto;
  }
  .contact-box .info {
    width: 100%;
    height: 540px;
  }
  /* 联系我们 */
  .products-item .col-14 {
    padding: 0;
  }
  .products-item .shangxia li {
    width: 48% !important;
  }
  .cy-nav .col-4 {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .cy-nav a {
    border: none !important;
  }
  .cxpt .cxpt-bg {
    background-size: 100%;
  }
  #touzhizhe .footer li a {
    font-size: 12px;
  }
  #cy > .row {
    margin: 0 !important;
  }
  .lxfs .lxfs-left .lxnr-div ul li {
    width: 100%;
  }
  .w1000,
  .w1400,
  .w1300 {
    width: 100%;
  }
  .cp-er ul li h3 {
    margin: 0;
  }
  .cp-er .xcp ul li h3 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #page-nav .page-title {
    font-size: 18px;
  }
  .job-list .top {
    line-height: 50px;
    height: 50px;
    background: #f5f5f5;
    font-size: 16px;
    color: #444444;
  }
  .job-list .title {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .job-list .top .mc,
  .job-list .title .mc,
  .job-list .title .mc {
    width: auto;
  }
  .job-list .bm,
  .job-list .time {
    display: none !important;
  }
  .lxtxt .lx-right .divp {
    float: none;
    width: 100%;
  }
  .xszx .xs-left .li {
    padding: 10px 20px;
    border-bottom: 1px solid #bfbfbf;
  }
  .huoban-list ul li {
    width: 23%;
  }
  .huoban-list .bt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .jczx .kj-list ul li {
    width: 48%;
  }
  .list_but4,
  .listx_but4 {
    display: none !important;
  }
  .yanfa-top {
    border: 16px solid #0d4680;
    border-bottom: none;
    width: auto;
    margin: 0 auto;
    padding: 10px 30px;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .cp-san ul li .img,
  .cp-san ul li .txt,
  .cp-contenr .cp-top .img,
  .cp-contenr .cp-top .txt {
    width: 100%;
    float: none;
  }
  .cp-san ul li .txt,
  .cp-contenr .cp-top .img {
    margin-bottom: 10px;
  }
  .cp-san ul li .txt h3,
  .cp-contenr .cp-top .txt h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cp-san ul li .more {
    position: relative;
    left: 0;
    width: 115px;
  }
  .cp-er ul li {
    width: 48.8%;
    margin: 0 0.6%;
    margin-bottom: 40px;
  }
  .page-cat ul li a {
    font-size: 14px;
    padding: 0 15px;
    line-height: 35px;
    height: 35px;
  }
  .hdlist ul li .txt p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    line-height: 24px;
    margin-left: 0px;
  }
  .hdlist ul li .txt .link {
    margin-left: 0;
  }
  .hdlist ul li .txt .wh-title {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 0px;
    background: none;
  }
  #qydasj .dadiv {
    margin-left: 10%;
    margin-right: 10%;
  }
  #page-contenr.xdwh .nr-div.right ul li .bt {
    display: block;
    padding-top: 24px;
  }
  #page-contenr.xdwh .nr-div.right ul li {
    height: auto;
    line-height: 28px;
    padding: 15px 0;
    padding-top: 0;
  }
  #home-about .about-c ul li,
  #home-about .about-c ul li:first-child {
    width: 80%;
    margin-bottom: 30px;
    padding-left: 20%;
  }
  .dh {
    top: 0;
  }
  #home-about .about-c,
  #home-news .news-list ul li .more-link,
  #top .wx {
    display: none;
  }
  #home-cp .cplist-a ul li {
    margin: 0px 1%;
    width: 98%;
    margin-bottom: 25px;
  }
  #home-cp .cplist-a {
    margin-bottom: 0;
  }
  #home-wenhua .wenhua-list .txt,
  #home-wenhua .wenhua-list.b .txt {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    float: none;
  }
  .foot-b,
  #home-lx .lxlist {
    height: auto;
  }
  #home-lx .lxlist {
    padding-bottom: 20px;
  }
  .jishu,
  .banquan {
    float: none;
  }
  .foot-b {
    line-height: 20px;
    padding: 10px 0;
  }
  #home-lx .lxlist li {
    float: none !important;
    margin-right: 0 !important;
  }
  .yanfa-list ul li .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .cp-er .xcp ul li {
    display: block;
    margin-bottom: 20px;
  }
  .lxtxt .lx-left li .icon {
    display: none;
  }
  .xszx .xs-left .li {
    padding: 10px;
    border-bottom: 1px solid #bfbfbf;
  }
  .xszx .xs-left .name {
    display: block;
    text-align: left;
  }
  .huoban-list ul li {
    width: 31.333%;
    margin-bottom: 10px;
  }
  .huoban-list .bt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .jczx .kj-list ul li {
    width: 98%;
  }
  .kj-list ul li {
    width: 98.8%;
  }
  .yanfa-list ul li .txt {
    font-size: 14px;
  }
  .yanfa-list ul li {
    width: 98%;
  }
  .cp-er ul li {
    width: 98.8%;
    margin: 0 0.6%;
    margin-bottom: 40px;
  }
  #qydasj .dadiv {
    margin-left: 20%;
    margin-right: 20%;
  }
  #home-news .news-list ul li .title .time,
  .ygtd {
    display: none;
  }
  #home-news .news-list ul li .title h3 {
    width: 100%;
  }
  #home-news .news-list ul li p {
    width: auto;
  }
  #home-cp .cplist-a ul li .txt {
    font-size: 14px;
  }
  #home-lx .lxlist > div {
    margin-left: 15px;
  }
}
@media screen and (max-width: 390px) {
  .huoban-list ul li {
    width: 48%;
  }
  #home-lx .lxlist > div {
    margin-left: 20px;
  }
  #home-lx .lxlist.b .lxdh li .name,
  #home-lx .lxlist.b .lxdh li.ybde .name {
    display: block;
    text-align: left !important;
  }
}
