@charset "utf-8";
/*reset*/

/* CSS reset for c_b */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  padding: 5px;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
ception,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
a {
  color: #666;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: underline;
}

/*定位*/
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.bc {
  margin-left: auto;
  margin-right: auto;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.zoom {
  zoom: 1;
}
.hidden {
  visibility: hidden;
}
.vam {
  vertical-align: middle;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
p {
  word-spacing: -1.5px;
}

/*其他*/
.cur {
  cursor: pointer;
}

/*原reset*/
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  font-size: 100%;
}
input,
select {
  vertical-align: middle;
}
body {
  font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}
/*title*/
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}

/*清除浮动*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

/*end reset*/

/* CSS Document */
body {
  background-color: #fff;
  overflow-x: hidden;
  color: #666;
  font-size: 12px;
  font-family: "微软雅黑";
  position: relative;
  min-width: 1200px;
  width: 100%;
} /*网站字体颜色*/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

/* header */
.header {
  width: 100%;
  z-index: 2000;
  height: 130px;
  position: relative;
}
.header .logo {
  float: left;
  margin-top: 34px !important;
}
.header .logo img {
  display: block;
    width: 200px !important;
  /*   height: 60px !important; */
}
.header .header-con {
  float: right;
  width: 960px !important;
  height: 130px;
  border-left: 1px solid #eeeeee;
}
.header .header-con .top {
  height: 59px;
  border-bottom: 1px solid #eeeeee;
}
.header .header-con .top li {
  float: right;
  padding: 0 24px;
  border-left: 1px solid #eeeeee;
  font-size: 14px;
  color: #999999;
  line-height: 60px;
  position: relative;
}
.header .header-con .top li .header-xial {
  position: absolute;
  left: 0;
  z-index: 2000;
}
.header .header-con .top li.header-zxrx {
  color: #023886;
  padding-right: 0;
}
.header .header-con .top li .header-icon {
  position: relative;
  margin-left: 10px;
}
.header .header-con .top li .header-pinp-icon {
  transition: all 0.5s ease-out;
}
.header .header-con .top li.header-wx {
  border-left: none;
}
.header .header-con .top li.header-wx .header-wx-icon {
  top: 2px;
}
.header .header-con .top li .header-ma {
  display: none;
  width: 108px;
  height: 110px;
  border: 1px solid #ccc;
  left: 20px;
}
.header .header-con .top li .header-pt {
  width: 100%;
  background: #023886;
  overflow: hidden;
  display: none;
}
.header .header-con .top li .header-pt a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  border-top: 1px solid #1c4c92;
  border-bottom: 1px solid #002966;
  text-indent: 24px;
  transition: all 0.4s ease-out;
}
.header .header-con .top li .header-pt a:hover {
  transform: translateX(10px);
}
.header .header-con .top li.header-pinp:hover .header-pt {
  display: block;
}
.header .header-con .top li.header-pinp:hover .header-pinp-icon {
  transform: rotate(180deg);
}
.header .header-con .top li.header-wx:hover .header-ma {
  display: block;
}
.header .header-con .nav {
  width: 100%;
  background: #fff;
  height: 70px;
}
.header .header-con .nav ul {
  width: 102%;
  height: 70px;
}
.header .header-con .nav li {
  height: 78px;
  float: left;
  text-align: center;
  margin-left: 35px;
}
.header .header-con .nav li > a {
  display: block;
  text-decoration: none;
  line-height: 78px;
}
.header .header-con .nav li > a span {
  position: relative;
  font-size: 15px;
  color: #333333;
  height: 68px;
  display: block;
  margin-left: 15px;
}
.header .header-con .nav li:first-child {
  border-left: none;
}
.header .header-con .nav li > a i {
  display: block;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background: #023886;
}
.header .header-con .nav li.cur i {
  width: 100% !important;
}
.header .header-con .nav li.cur span {
  color: #023886;
}
.header .header-con .nav li:hover span {
  color: #023886;
}
.header .header-con .nav li .xial {
  position: absolute;
  left: 0;
  top: 130px;
  height: 0px;
  background: #f1f1f1;
  width: 100%;
  z-index: 2000;
}
.header .header-con .nav li .xial .container {
  display: none;
}
.header .header-con .nav li .xial a {
  display: block;
  float: left;
  height: 60px;
  line-height: 60px;
  margin-left: 33px;
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.header .header-con .nav li .xial a:hover {
  color: #ac2b26;
  font-weight: bold;
}
.header .header-con .nav li .xial1 a:first-child {
  margin-left: 200px;
}
.header .header-con .nav li .xial2 a:first-child {
  margin-left: 110px;
}
.header .header-con .nav li .xial3 a:first-child {
  margin-left: 450px;
}
.header .header-con .nav li .xial4 a:first-child {
  margin-left: 605px;
}
.header .header-con .nav li .xial5 a:first-child {
  margin-left: 868px;
}
.header .header-con .nav li .xial6 a:first-child {
  margin-left: 868px;
}
.header .header-con .nav li .xial7 a:first-child {
  margin-left: 520px;
}

/* footer */
.footer {
  width: 100%;
}
.footer .footerTop {
  width: 100%;
  padding-top: 58px;
  height: 359px;
}
.footer .footerTop dl {
  float: left;
}
.footer .footerTop dt {
  font-size: 16px;
  color: #333333;
  margin-bottom: 28px;
}
.footer .footerTop dt a {
  text-decoration: none;
  color: #333333;
}
.footer .footerTop dd li {
  margin-bottom: 12px;
  font-size: 14px;
  color: #666666;
}
.footer .footerTop dd a {
  font-size: 14px;
  color: #666666;
}
.footer .footerTop dd a:hover {
  color: #023886;
  font-weight: bold;
}
.footer .footerTop dl.dl1 {
  width: 212px;
}
.footer .footerTop dl.dl2 {
  width: 194px;
}
.footer .footerTop dl.dl3 {
  width: 208px;
}

.footer .footerTop .box {
  float: right;
  width: 568px;
}
.footer .footerTop .box .boxL {
  float: left;
  width: 394px;
}
.footer .footerTop .box .boxL h3 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 28px;
  font-weight: normal;
}
.footer .footerTop .box .boxL .p1 {
  font-size: 28px;
  color: #ac2b26;
  padding-left: 36px;
  background: url(../images/footer-phone.png) no-repeat left center;
  margin-bottom: 18px;
}
.footer .footerTop .box .boxL .p2 {
  font-size: 14px;
  color: #666666;
  margin-bottom: 12px;
}
.footer .footerTop .box .boxR {
  float: right;
  width: 137px;
  text-align: center;
}
.footer .footerTop .box .boxR img {
  display: block;
  margin: 0 auto;
  width: 137px;
  height: 137px;
}
.footer .footerTop .box .boxR span {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 16px;
}

.footer .footerBottom {
  width: 100%;
  height: 53px;
  background: #023886;
}
.footer .footerBottom p {
  font-size: 12px;
  color: #fff;
  line-height: 53px;
}
.footer .footerBottom p a {
  color: #fff;
}
.footer .footerBottom p.p1 {
  text-align: center;
}
.footer .footerBottom p.p2 {
  float: right;
}

/*弹框*/
.tankuang {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0; /*background:url(../images/dsz06_tuwen.png) repeat center;*/
  z-index: 99999999999;
  display: none;
}
.tankuang .bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.tankuang .close {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../images/in_ry_tk_close.png) no-repeat center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.tankuang span {
  display: block;
  width: 28px;
  height: 49px;
  cursor: pointer;
  position: absolute;
  top: 36%;
  z-index: 5;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 49px;
  font-size: 25px;
}
.tankuang .btn01 {
  left: 20px;
}
.tankuang .btn02 {
  right: 20px;
}
.tankuang .imgShow {
  overflow: hidden;
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  top: 15%;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tankuang .imgShow ul {
  overflow: hidden;
  position: absolute;
  height: 100%;
}
.tankuang .imgShow li {
  float: left;
  text-align: center;
  height: 100%;
}
.tankuang .imgShow li img {
  display: block;
  margin: 0 auto;
  height: 90%;
}
.tankuang .imgShow li p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.tankuang .imgBox {
  overflow: hidden;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 5%;
}
.tankuang .imgBox ul {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding-right: 5px;
}
.tankuang .imgBox li {
  float: left;
  height: 100%;
  padding: 0 5px;
  cursor: pointer;
}
.tankuang .imgBox li img {
  display: block;
  height: 70px;
  padding: 5px;
  background-color: #fff;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tankuang .imgBox li em {
  display: none;
}
.tankuang .imgBox li.cur img {
  background: #ff0000;
}
.componys {
  height: 220px;
  /* width: 100%;*/
  /* background-color: #2e75b6; */
  width: 1200px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.compony {
  height: 80px;
  width: 220px;
  margin: 15px ;
  background-color: #e9e3e3;
}
		
.componys .compony:nth-child(1),
.componys .compony:nth-child(5) {
  margin-left: 0;
}

.componys .compony:nth-child(4),
.componys .compony:nth-child(8) {
  margin-right: 0;
}
.bd ul p {
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}
.qqs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .wws {
    background-color: aliceblue;
    width: 280px;
    height: 150px;
    margin: 0 20px;
  }
  .ees {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #111;
  }
.aboutItem4{padding: 10px 0 30px 0;
    background: #f5f5f5;}
.w1260{width: 1200px;
    margin: 0 auto;}
.aboutTit{text-align: center;
    height: 66px;
    line-height: 66px;
    padding-bottom: 2px;
    position: relative;
    font-size: 26px;
    color: #292929;
    font-weight: normal;
    margin-bottom: 10px;}
.btm dl{height: 100%;
    padding-left: 420px;
    position: relative;}
.btm dl dt{    width: 400px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 30px;
    margin-left: 3px;}
.btm dl dt h5{    font-size: 18px;
    line-height: 26px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 23px;}
.btm .detail{font-size: 14px;
    line-height: 36px;
    color: #4c4c4c;
}}
.btm dl dd{width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;}
.zjlt{background-color: #f8f9fd;}
.zjdiv {
  	width:150px;
    height: 40px;
    border-radius: 30px;
    position: relative;
  	margin: 10px;
  }
.zjdiv li:hover{
    background-color: #cd0000 !important;
    & a {
      color: #fff !important;
    }}
  .zjul{display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;font-size: 15px;}
  .zjzz{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);white-space: nowrap;height: 100%;line-height: 40px;border-radius: 30px;padding: 0 20px;}
  .f{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);white-space: nowrap;height: 100%;line-height: 40px;border-radius: 30px;padding: 0 20px;}
  .zjon {
   background-color: #cd0000 !important;
    & a {
      color: #fff !important;
    }}
 .zjdiv li a{
    text-decoration: none !important;
    color: black;
  }
  /*.zjdiv li:hover a{
    text-decoration: none !important;
    color: #fff !important;

  }*/
.zjkh{    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font: 12px/1.231 arial, helvetica, clean, sans-serif;
    color: #666;
    font-family: "微软雅黑";
    cursor: pointer;
    list-style: none;
    padding: 0;
    height: 30px;
    border-radius: 10px;
    position: relative;
    margin:  5px 10px;
    width: 100px;
    border: 1px solid #d3d8de;
    background-color: #ffffff;}
.zjkh li:hover a{
    text-decoration: none !important;
  }
.zjkh li a{color: #4c5a9f;font-weight: bolder;}
.mor{font: 12px/1.231 arial, helvetica, clean, sans-serif;
            font-family: '微软雅黑';
            width: 130px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            border: 1px solid #e8e8e8;
            display: block;
            font-size: 14px;
            color: #999999;
            text-decoration: none;
            transition: all 0.5s ease-out;
            margin: 10px auto;
            z-index: 1;
            left: inherit;
            right: 0;
            bottom: -10px;}
  .mor:hover{
      color: #023886 !important;
      font-weight: bold !important;
  }