@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  overflow-x: hidden;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

button {
  /* border: none; */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Source Han Sans CN","pingfang SC",helvetica,arial,verdana,tahoma,sans-serif;
  padding-top: 76px;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hovercolor {
  color: #8cca1d;
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.blod {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w55 {
  width: 55%;
}
.logopc{ width: 160px;}
.logoph{width: 130px; 
padding-top: 10px;}
@media (min-width: 1615px) {
  .container {
    width: 1600px;
  }
}
.daohang {
  height: 76px;
  line-height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: rgba(255, 255, 255 , .6);
}.daohang.active{
  background: rgba(255, 255, 255, 1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  height: 60px;
  line-height: 60px;
}
.daohang .dropdown button {
  background: transparent;
  border: none;
}
.nav-ul > li {
  float: left;
  position: relative;
}
.nav-ul > li > a {
  font-size: 1.125rem;
  color: #000000;
  padding: 0 25px;
}
.nav-ul > li i {
  font-size: 1.125rem;
}
.nav-ul > li:hover ,.nav-ul > li.active>a{
  color: #3171b8;
}

.foot-d .fix_ul li:last-child{
    display: block;
}
.foot-d .fix_ul li{
    margin-right: 10px!important;
}

.foot-d .fix_ul .right_div{
    width: 120px;
    top: 40px;
    right: -100%;
    background: none;
    padding: 0;
}

.foot-d .fix_ul li:nth-child(2n){
    background: #fff;
}
.foot-d .fix_ul li:nth-child(2n):hover{
    background: #3171b8;
}
.foot-d .fix_ul li{
        width: 40px;
        height: 40px;
        line-height: 40px;
}
/*.foot-d .icon-shipinhao{*/
/*    color: #ff9908;*/
/*}*/
/*.foot-d .icon-weixin{*/
/*    color: #4cbf00;*/
/*}*/
/*.foot-d .icon-douyin{*/
/*    color: #000;*/
/*}*/

/*.foot-d .icon-shipinhao:hover{*/
/*    color: #fff;*/
/*}*/
/*.foot-d .icon-weixin:hover{*/
/*    color: #fff;*/
/*}*/
/*.foot-d .icon-douyin:hover{*/
/*    color: #fff;*/
/*}*/

.rightfix {
  position: fixed;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #ddd;
  right: 0;
  border-right: none;
  z-index: 99;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.fix_ul li {
  text-align: center;
  float: none;
  position: relative;
  width: 50px;
  cursor: pointer;
  line-height: 50px;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.fix_ul li:nth-child(2n) {
  background: #ddd;
}
.fix_ul li i {
  font-size: 1.5rem;
  color: #888b8e;
}
.fix_ul li p {
  color: #5e6062;
  font-size: 13px;
}
.fix_ul li a {
  color: #ddd;
}
.fix_ul li:last-child {
  border-bottom: none;
  display: none;
}
.fix_ul li:hover > a > p {
  color: #FFF;
}
.fix_ul li:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover > p {
  color: #FFF;
}
.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  width: 210px;
  -o-transform: scale(0);
  position: absolute;
  color: #fff;
  right: 50px;
  top: 0px;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #3171b8;
  padding: 10px;
  line-height: 1.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  z-index: 999;
}
.fix_ul li:hover a {
  color: #fff;
}
.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover i {
  color: #fff;
}
.fix_ul li:hover {
  background: #3171b8;
}
.mobile-foot {
  display: none;
  background: #3171b8;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
.nav-ul > li span a{
    font-size: 1.125rem;
    color: #000;
    
}
.nav-ul > li span a:hover{
    color: #3171B8;
}
.nav-ul > li span:nth-child(3){
    padding-left: 10px;
}
.nav-ul > li.ds{
    padding-left: 20px;
}
.mobile-foot .containers {
  padding: 0;
}
.mobile-foot a i {
  font-size: 1.125rem;
}
.mobile-foot a {
  color: #fff;
  line-height: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.25rem;
  text-align: center;
  width: 25%;
  font-size: 0.9375rem;
  float: left;
  padding: .5rem 0;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.mobile-foot a:last-child {
  border-right: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.searchbox {
  padding: 1rem 0;
  box-shadow: 0 0 0.4375rem 0 #cfcfcf;
  background: #fff;
  position: fixed;

  display: none;
  left: 0;
  width: 100%;
  right: 0;
  top: 73px;
  border-top: 0.125rem solid #3171b8;
  text-align: center;
  z-index: 999999;
}
.searchs {
  max-width: 37.5rem;
  margin: 0 auto;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 0.75rem;
  width: 77%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 0.75rem;
  height: 3.25rem;
  line-height: 3.25rem;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  background: #3171b8;
  color: #fff;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: 0.44s;
}
.ds {
  cursor: pointer;
}
.ban img{
  height: 350px;
  object-fit: cover;

}.ban {
  height: 350px;
  background: #eee;
}
.ban .ban-zi {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
  color: #FFFFFF;
  z-index: 3;
}
.ban .ban-zi .p1 {
  font-size: 3.4375rem;
  text-shadow: 0px 0px 5px rgba(89, 89, 89, 0.75);
  font-weight: bold;
}
.ban .ban-zi .p2 {
  font-size: 1.125rem;
  color: #FFFFFF;
  text-shadow: 7px 7px 5px rgba(89, 89, 89, 0.75);
}
.ban .ban-zi .p2 a {
  color: #FFF;
}
.ban .ban-zi .p2 a:hover {
  color: #3171b8;
}
.ban::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.lunbo .lunbo-zi {
  font-weight: bold;
  font-size: 3.8125rem;
  color: #FFFFFF;
  width: 90%;
  display: none;
  text-align: center;
}
.index-cx {
  padding: 80px 0;
}
.head1 {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 30px;
  color: #3171B8;
  padding-bottom: 20px;
  position: relative;
}
.head1:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  background: #3171B8;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: 0;
}
.head2 {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 30px;
  color: #3171B8;
  padding-bottom: 20px;
  position: relative;
}
.head2:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  background: #3171B8;
  left: 0;
  bottom: 0;
}
.head-zy {
  font-size: 1rem;
  margin-top: 20px;
  line-height: 28px;
  color: #70706F;
}
.index-pro {
  padding: 120px 0;
}
.index-pro .pro-right {
  background: rgba(255, 255, 255, 0.4);
  width: 44%;
  padding: 60px;
}
.more {
  margin-top: 25px;
}
.more a {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  display: inline-block;
  font-size: 1rem;
  line-height: 50px;
  height: 50px;
  color: #3171B8;
  padding: 0 50px;
  border: 1px solid #3171b8;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more a:hover {
  background: #3171b8;
  color: #FFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-kjcx {
  background: url(../img/5.jpg) no-repeat;
  background-size: cover;
  padding: 115px 0;
}
.index-kjcx .head1 {
  color: #FFF;
  width: 40%;
}
.index-kjcx .head1::after {
  display: none;
}
.index-kjcx .head-zy {
  width: 40%;
  color: #FFF;
  margin-top: 0;
}
.index-kjcx .more {
  width: 20%;
  margin-top: 0;
}
.index-kjcx .more a {
  color: #FFF;
  border: 1px solid #FFF;
}
.index-new {
  padding-bottom: 90px;
}
.index-new .index-new-div > div {
  width: 43%;
}
.index-new .index-new-div .new-top .xian {
  background: #3171B8;
  height: 20px;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
}
.index-new .index-new-div .new-top .yue-data {
  padding: 15px 20px;
  color: #FFF;
  display: inline-block;
  background: #3171B8;
}
.index-new .index-new-div .new-top .yue-data .p1 {
  font-size: 1.3125rem;
  line-height: 23.33px;
}
.index-new .index-new-div .new-top .yue-data .p2 {
  font-size: 1.75rem;
  margin-top: 5px;
  line-height: 30px;
}
.index-new .index-new-div .right .new-top .xian {
  background: #6FBA2C;
}
.index-new .index-new-div .right .new-top .yue-data {
  background: #6FBA2C;
}
.index-new .index-new-div .right .head2 {
  color: #6FBA2C;
}
.index-new .index-new-div .right .head2::after {
  background: #6FBA2C;
}
.index-new .index-new-div .right .more a {
  border: 1px solid #6FBA2C;
  color: #6FBA2C;
}
.index-new .index-new-div .right .more a:hover {
  background: #6FBA2C;
  color: #FFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-bot {
  margin-top: 80px;
}
.new-bot .tile-p {
  font-size: 1.5rem;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 20px 0;
}
.new-bot .tile-p a {
  color: #000000;
}
.color-bai .head1 {
  color: #FFF;
}
.color-bai .head1::after {
  display: none;
}
.color-bai .head-zy {
  color: #FFF;
}
.color-bai .more a {
  color: #FFF;
  border: 1px solid #FFF;
}
.index-tou {
  background: url(../img/6.jpg) no-repeat;
  background-size: cover;
  display: none;
  padding: 117px 0;
}
.index-tou .left {
  width: 43%;
}
.index-tou .right {
  width: 43%;
}
.index-tou .right .tou-ul li {
  width: 33.33%;
  float: left;
  text-align: center;
}
.index-tou .right .tou-ul li .overh {
  width: 149px;
  height: 149px;
  text-align: center;
  line-height: 149px;
  border: 1px solid #FFF;
  border-radius: 100%;
  margin: 0 auto;
}
.index-tou .right .tou-ul li .overh i {
  font-size: 3.125rem;
  color: #ffffff;
}
.index-tou .right .tou-ul li .gao-p {
  font-size: 1.5rem;
  line-height: 40px;
  color: #FFFFFF;
  margin-top: 10px;
}
.index-tou .right .tou-ul li:hover .overh {
  background: #3171b8;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-zhao {
  padding: 117px 0;
  background: url(../img/4.jpg) no-repeat;
  background-size: cover;
}
.index-zhao .left {
  width: 47%;
  padding-top: 70px;
}
.index-zhao .right {
  width: 47%;
}
footer {
  background: #2B2F32;
  position: relative;
}
footer .foot-top {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
footer .foot-top .foot-ul li {
  float: left;
  margin-right: 100px;
}
footer .foot-top .foot-ul li .p1 {
  font-size: 1.25rem;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
footer .foot-top .foot-ul li .foot-d {
  font-size: 1rem;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.67);
}
footer .foot-top .foot-ul li .foot-d a {
  display: block;
  color: rgba(255, 255, 255, 0.67);
}
footer .foot-top .foot-ul li .foot-d a:hover {
  color: #3171b8;
}
footer .foot-top .foot-ul li .foot-d .bshare-custom {
  margin-top: 10px;
}
footer .foot-top .foot-ul li .foot-d .bshare-custom a {
  display: inline-block;
  padding-left: 0px;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
}
footer .foot-top .foot-ul li:last-child {
  margin-right: 0;
}
footer .foot-bot {
  font-size: 1rem;
  line-height: 28px;
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.67);

  border-top: 1px solid #464545;
}
footer::after {
  content: '';
  position: absolute;
  width: 7px;
  z-index: 1;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  background: #353A3E;
}
.new-list {
  padding: 50px 0;
}
.new-list .new-ban {
  margin-bottom: 50px;
}
.new-list .new-bot {
  margin-top: 0;
}
.new-list .new-bot .data {
  font-size: 14px;
  color: #ddd;
  margin-top: 10px;
}
.new-list .new-bot .head-zy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.er-divs-nav {
  box-shadow: 2px 2px 2px rgba(165, 154, 154, 0.1);
  line-height: 60px;
  text-align: center;
}
.er-divs-nav .er-ul-nav {
  overflow: hidden;
}
.er-divs-nav .er-ul-nav li {
  display: inline-block;
}
.er-divs-nav .er-ul-nav li a {
  font-size: 1.125rem;
  color: #666464;
  display: block;
  padding: 0 32px;
}
.er-divs-nav .er-ul-nav li:hover,
.er-divs-nav .er-ul-nav li.active {
  background: #3171b8;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.er-divs-nav .er-ul-nav li:hover a,
.er-divs-nav .er-ul-nav li.active a {
  color: #FFF;
}
.link-top {
  background: #f0f5f7;
  padding: 72px 0;
}
.link-top .link_bots {
  background-color: #ffffff;
  border: solid 4px #0068b6;
  margin-top: 40px;
}
.link-top .fl {
  width: 35%;
  font-size: 1.25rem;
  padding: 30px 30px;
  line-height: 43px;
  color: #454444;
}.link-top .fl a{
  color: #454444;
}.link-top .fl a:hover{
  color: #3171b8;
}
.link-top .fl i {
  font-size: 1.25rem;
  color: #3171b8;
}
.link-top .fr {
  width: 65%;
}
.link-botd {
  padding: 70px 0;
}
.link-botd .zi-lian {
  font-size: 1rem;
  line-height: 30px;
  margin: 15px 0 10px;
  color: #575757;
}
.link-botd .zi-lian span {
  color: red;
}
.link-botd input {
  width: 100%;
  height: 57px;
  border: solid 1px #e3e1e1;
  padding-left: 10px;
}
.link-botd textarea {
  width: 100%;
  border: solid 1px #e3e1e1;
  resize: none;
  height: 220px;
  padding: 10px;
}
.link-botd .more {
  margin-top: 30px;
}
.link-botd .more button {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  display: inline-block;
  background: transparent;
  font-size: 1rem;
  line-height: 50px;
  height: 50px;
  color: #3171B8;
  padding: 0 50px;
  border: 1px solid #3171b8;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.link-botd .more button:hover {
  background: #0a7dc9;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #ffffff;
}
.link-div {
  padding: 77px 0 100px;
}
.link-div .link-top .p1 {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: bold;
  color: #181818;
}
.link-div .link-top .div1 {
  font-size: 1rem;
  margin-top: 25px;
  line-height: 30px;
  color: #181818;
}
.link-div .link-top .col-sm-4 {
  margin-bottom: 60px;
}
.link-div .link-mid .map {
  border: 8px solid #0a7dc9;
}
.link-botd .wb{
    font-size: 1.25rem;
    text-align: center;
    padding-top: .625rem;
    padding-bottom: 1.25rem;
    color: #3171B8;
}
.link-botd .zi-lian{
    font-size: 1rem;
    line-height: 30px;
    margin: 15px 0 10px;
    color: #575757;
}
.link-botd select{
    width: 100%;
    height: 57px;
    border: solid 1px #e3e1e1;
    padding-left: 10px;
    font-size: 1rem;
}

.link-botd .text{
        text-align: center;
    margin-top: 1.875rem;
    font-size: 1.125rem;
    color: #3171B8;
}
.link-botd .text .tel{
    margin-bottom: 5px;
}
.newiss-xing .title {
  color: #000000;
  font-size: 1.875rem;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.newiss-xing .title::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: #0068b6;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.newiss-xing .dade {
  color: #6b6b6b;
  font-size: 1.0625rem;
  margin: 1.875rem 0;
}
.newiss-xing .dade span {
  display: inline-block;
  margin: 0 0.625rem;
}
.newiss-xing .nei {
  color: #6b6b6b;
  font-size: 1.0625rem;
  line-height: 35px;
}
.xinwens-div .bshare-custom {
  display: inline-block;
}
.xinwens-div .xing-bots {
  margin: 3.75rem 0;
  padding: 1.875rem 0;
  border-top: 1px solid #dfdfdf;
  line-height: 35px;
}
.xinwens-div .shang .fl {
  width: 70%;
}
.xinwens-div .shang a {
  color: #6b6b6b;
  font-size: 1.0625rem;
}
.xinwens-div .shang a:hover {
  color: #0068b6;
}
.xing-bots .more1 a {
  display: block;
  color: #898989;
  border-radius: 1.25rem;
  border: 1px solid #f2f2f2;
  padding: 0px 1.25rem;
}
.xing-bots .more1 a:hover {
  background: #0068b6;
  color: #fff;
}
.content {
  padding-top: 70px;
}
.xinwens-div .shang {
  font-size: 1.0625rem;
}
.shehui {
  padding: 80px 0;
}
.shehui .danye-con {
  font-size: 1rem;
  line-height: 30px;
  color: #000;
}
.rong-con .rong-div {
  margin-bottom: 30px;
}
.rong-con .rong-div .overh{
    position: relative;
    height: 0;
    padding-bottom: 145%;
}
.rong-con .rong-div .overh img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    object-fit: cover;
}
.rong-con .rong-div .titlw {
  font-size: 1rem;
  text-align: center;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 20px;
  display: none;
}
.chanp-uls li {
  padding: 50px 5%;
}
.chanp-uls li .left {
  width: 49%;
  padding: 70px 0;
}
.chanp-uls li .left .head2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.chanp-uls li .left .head-zy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.chanp-uls li .right {
  width: 49%;
  padding-left: 20px;
  border-left: 1px solid #3171b8;
}
.chanp-uls li:nth-child(even) {
  background-color: #646464;
}
.chanp-uls li:nth-child(even) .left {
  float: right;
}
.chanp-uls li:nth-child(even) .left .head2 {
  color: #fff;
}
.chanp-uls li:nth-child(even) .left .head-zy {
  color: #fff;
}
.chanp-uls li:nth-child(even) .left .more a {
  border: 1px solid #ffffff;
  color: #fff;
}
.chanp-uls li:nth-child(even) .right {
  float: left;
  padding-left: 0px;
  padding-right: 20px;
  border-right: 1px solid #3171b8;
}
.zhaiyao-pro {
  color: #646464;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.2rem;
  background-color: #f0f0f0;
  padding: 90px 0;
}
.chanp-top {
  background-color: #f0f0f0;
  padding: 100px 0;
}
.chanp-bot {
  padding-top: 100px;
  padding-bottom: 50px;
}
.dian-ul li {
  cursor: pointer;
  overflow: hidden;
  border-bottom: 1px solid #e6e5e5;
}
.dian-ul li .dian-top {
  padding: 15px 0;
}
.dian-ul li .dian-top .fl {
  color: #d8251c;
  font-size: 1.375rem;
  width: 70%;
}
.dian-ul li .dian-top .fr {
  width: 30%;
  color: #7b7a7a;
  font-size: 1.125rem;
  line-height: 35px;
}
.dian-ul li .zhaops-cons {
  font-size: 1rem;
  line-height: 36px;
  color: #656365;
  transition: 600ms ease-in-out;
  height: 0;
  opacity: 0;
  position: relative;
  top: -100%;
}
.dian-ul li.active .zhaops-cons {
  top: 0%;
  opacity: 1;
  transition: 600ms ease-in-out;
  height: auto;
  padding: 10px 0 40px 0;
}
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
.dian-ul li .dian-top .tile {
  font-size: 1.375rem;
  line-height: 37px;
  color: #414142;
}
.dian-ul li.active .dian-top .tile {
  color: #3171b8;
}
.dian-ul li .dian-top .fr i {
  font-size: 1.25rem;
}
.zhaops-cons strong {
  font-weight: bold;
}
.zhaops-cons .linx-div {
  margin-top: 40px;
}
.index-body {
  padding-top: 0;
}
/* 手机端导航 */
/* siteFunctions */
#siteFunctions {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  display: none;
}
#siteFunctions .inner {
  position: relative;
  overflow-y: auto;
  background-color: #fff;
  padding: 0 0 50px;
  height: 100vh;
}
#siteFunctions .hd {
  position: relative;
  height: 45px;
  overflow: hidden;
  border-bottom: #dcdcdc 1px solid;
  padding: 0 5vw;
}
#siteFunctions .hd .lang a {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  font-size: 1.3rem;
  padding: 0;
  color: #999;
  text-transform: uppercase;
}
#siteFunctions .hd .lang a.active {
  color: #3171b8;
}
#siteFunctions .hd .lang a + a {
  margin-left: 20px;
}
#siteFunctions .bt-close {
  position: absolute;
  right: 5vw;
  top: 14px;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#siteFunctions .bt-close span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#siteFunctions .bt-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #222;
  display: block;
}
#siteFunctions .bt-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #222;
  display: block;
}
/* 分页 */
#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin-top:30px;
}
#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}
#page li:hover {
  border: 1px solid #3171b8;
}
#page li:hover a {
  color: #3171b8;
}
#page li a {
  color: #666666;
}
#page li.active {
  border: 1px solid #3171b8;
  background-color: #3171b8;
  color: #ffffff;
}
#page li.active a {
  color: #ffffff;
}
#page .thisclass {
  background-color: #3171b8;
  color: #ffffff;
}
/* siteFunctions */
#phone_nav span,
.seaarch_phone i {
  font-size: 24px;
  margin-left: 15px;
  display: inline-block;
  line-height:43px;
  color: #3171b8;
}

.mobMenu {
  padding: 0 5vw;
}
.mobMenu a,
.mobMenu span {
  display: block;
  color: #222;
}
.mobMenu > li {
  border-bottom: #dcdcdc 1px solid;
}
.mobMenu > li.lis > a::before {
  opacity: 0;
}
.mobMenu > li.lis > a::after {
  opacity: 0;
}
.mobMenu > li > a {
  position: relative;
  font-size: 16px;
  padding: 18px 12px;
  color: #000;
  display: block;
  font-weight: 500;
}
.mobMenu > li > a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 13px;
  height: 1px;
  background-color: #000;
}
.mobMenu > li > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -6px;
  display: block;
  width: 1px;
  height: 13px;
  background-color: #000;
}
.mobMenu > li.active > a::before {
  background-color: #3171b8;
}
.mobMenu > li.active > a::after {
  display: none;
}
.mobMenu > li > .subDepth {
  padding: 0 12px 15px;
}
.mobMenu > li > .subDepth > li > a {
  color: #666;
  font-size: 1rem;
  line-height: 28px;
  display: block;
}
.mobMenu > li > .subDepth > li + li {
  margin-top: 10px;
  line-height: 28px;
}
.mobMenu > li.active > a::before {
  background-image: url('http://www.nowcos.com/202101/chn/asset/images/aw_bot2.png');
}
.mobile-foot {
  display: none;
  background: #3171b8;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
.mobile-foot .containers {
  padding: 0;
}
.mobile-foot a i {
  font-size: 1.125rem;
}
.mobile-foot a {
  color: #fff;
  line-height: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.25rem;
  text-align: center;
  width: 25%;
  font-size: 0.9375rem;
  float: left;
  padding: .5rem 0;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.mobile-foot a:last-child {
  border-right: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

#page{
  padding-bottom: 50px;
}
.phone{
  display: none;
}.er-ul li{
  display:inline-block;
  margin: 0 20px;
}
.er-ul{
  background: rgba(49, 113, 184,.7);
  width: 100%;
  left: 0;
  text-align: center;
position: fixed;
top:75px ;
z-index: 99;
  right: 0;

  text-align: center;

  line-height: 60px;
overflow: hidden;
  height: 0;  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.daohang.active .er-ul{
  top: 59px;

}.er-ul li a{
  color: rgba(255, 255, 255, 0.67);

  font-size: 18px;
}.nav-ul > li:hover .er-ul{

  height: 60px;  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;

}.nav-ul > li:hover >a{
  color: #3171B8;
}.er-ul li a:hover{

  color: rgba(255, 255, 255, 1);
}
.xiazai-ulss li{
  padding:15px 0;
  line-height: 30px;
  font-size: 1.125rem;
  border-bottom: 1px solid #e3e1e1;
}.xiazai-ulss li a{
  color: #000;

  display: block;
}.xiazai-ulss li .fl{
  width: 60%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}.xiazai-ulss li .fr{
  font-size: 1rem;

  color:#c3c3c3 ;
}.xiazai-ulss li a i{
  font-size: 1.25rem; color: #3171b8;
}.xiazai-ulss li a:hover{
  color: #3171b8;
}/* 手机导航 */
.phone {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  display: none;
  top: 0;
  background: #fff;
  z-index: 9;
  width: 100%;
  padding: 10px 0px;
  position: fixed;
  left: 0;
  right: 0;
}
.index_a {
  display: inline-block;
}
.phone .wid {
  float: left;
}
.phone .wid > a {
  display: inline-block;
}
.color_dao .iconfont {
  color: #3171b8;
  font-size: 1.875rem;
  margin: 0 5px;
}
.color_dao {
  line-height: 35px;
}
.color_dao .daohang_sp {
  position: relative;
  top: -7px;
  font-size: 1.5625rem;
}
.color_a {
  font-size: 1.5625rem;
  position: relative;
  top: -7px;
}
@media (max-width: 1615px) {
  html {
    font-size: 14px;
  }
  .nav-ul > li > a {
    padding: 0 18px;
  }
  footer .foot-top .foot-ul li {
    margin-right: 59px;
  }
  .link-top .fl {
    line-height: 29px;
  }
}
@media (max-width: 1280px) {

  .lunbo .lunbo-zi {
    font-size: 2.8125rem;
  }
  .nav-ul > li > a {
    padding: 0 11px;
  }
  .chanp-uls li .left {
    padding: 11px 0;
  }

  .index-pro {
    padding: 59px 0;
}

}
@media (max-width: 1200px) {
  html {
    font-size: 12px;
  }
  .index-tou .right .tou-ul li .overh {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .index-zhao .left {
    padding-top: 0px;
  }
  footer .foot-top .foot-ul li {
    margin-right: 44px;
  }
  .index-pro {
    padding: 28px 0;
  }
  .link-top .fl {
    padding: 10px;
  }
}
@media (max-width: 990px) {
  .daohang {
    display: none;
  }.phone{
    display: block;
  }.searchbox{
    top:63px; 
  }
  .index-body,body{
    padding-top: 63px;
  }
  .index-pro .pro-right {
    padding: 22px;
  }
  .head-zy {
    margin-top: 16px;
    line-height: 22px;
  }
  .head2 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .more {
    margin-top: 15px;
  }
  .zhaiyao-pro.ta{
    text-align: left;
  }
  .more a {
    height: 35px;
    padding: 0 30px;
    line-height: 35px;
  }
  .rightfix {
    display: none;
  }
  footer .foot-top {
    display: none;
  }
  .index-tou .right .tou-ul li .gao-p {
    font-size: 1.2rem;
  }
  .link-top .fl img {
    width: 30%;
  }
}
.kuangs img{
  display: inline-block;

  padding: 10px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}.kuangs {
  margin: 10px auto  30px;
}
.bgs-div{
  padding: 30px;

  background: #eee;
}.bgs-div >div{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;

}strong,b{
  font-weight: bold;
}
@media (max-width: 767px) {
  .foot-you{
    padding: 15px;
    margin: 0!important;
  }
  .bgs-div >div{
    display: inline-block;
  }
  .bgs-div{
    padding: 15px;
  }
  .bgs-div .col-md-6{
    width: 100%;

  }
  .searchbox{
    padding: 15px;
  }
  .lunbo .lunbo-zi {
    font-size: 1.8125rem;
  }
  .index-cx {
    padding: 30px 15px;
  }
  .head1,
  .head2 {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
  .index-pro {
    padding: 30px 15px;
  }
  .index-pro .pro-right {
    width: 100%;
  }
  .index-kjcx {
    padding: 30px 15px;
  }
  .index-kjcx .head1 {
    width: 100%;
  }
  .index-kjcx .head-zy {
    width: 100%;
  }
  .index-kjcx .more {
    width: 100%;
  }
  .index-new .index-new-div > div {
    width: 100%;
  }
  .index-new {
    padding: 30px 15px;
  }
  .index-new .new-top {
    display: none;
  }
  .index-new .new-bot {
    margin-top: 0px;
  }
  .new-bot .tile-p {
    margin: 10px 0;
  }
  .index-new .index-new-div > div.left {
    margin-bottom: 30px;
  }
  .index-tou {
    padding: 30px 15px;
  }
  .index-tou .left {
    width: 100%;
  }
  .index-tou .right {
    width: 100%;
    margin-top: 30px;
  }
  .index-zhao {
    padding: 30px 15px;
  }
  .index-zhao .left {
    width: 100%;
  }
  .index-zhao .right {
    width: 100%;
    margin-top: 10px;
  }
  footer .foot-bot {
    padding: 15px;
    line-height: 20px;
  }
  footer::after {
    display: none;
  }
  .ban .ban-zi .p1 {
    font-size: 1.8rem;
  }
  .zhaiyao-pro {
    padding: 30px 15px;
  }
  .chanp-uls li .left {
    width: 100%;
    padding: 0px 0;
  }
  .chanp-uls li .right {
    width: 100%;
    margin-top: 20px;
  }
  .chanp-uls li {
    padding: 25px 5%;
  }
  .chanp-top {
    padding: 30px 15px;
  }
  .chanp-top .col-sm-6 {
    margin-bottom: 20px;
  }
  .chanp-bot {
    padding-top: 30px;
  }
  .link-top {
    padding: 30px 15px;
  }
  .link-top .fl {
    width: 100%;
  }
  .link-top .fr {
    width: 100%;
  }
  .link-botd {
    padding: 30px 15px;
  }
  .link-botd textarea {
    height: 100px;
  }
  .link-botd input {
    height: 30px;
  }
  .link-botd .more button {
    height: 35px;
    padding: 0 30px;
    line-height: 35px;
  }
  .er-divs-nav {
    display: none;
  } .ban{
    height: 200px;
  }
  .ban > img {
    height: 200px;
    object-fit: cover;
  }
  .shehui {
    padding: 30px 15px;
  }
  .rong-con .rong-div {
    margin-bottom: 20px;
  }
  .rong-con .rong-div .titlw {
    margin-top: 10px;
  }
  .new-list {
    padding: 30px 15px;
  }
  .new-bot .tile-p {
    margin: 3px 0;
  }
  .new-list .new-bot .head-zy {
    margin-top: 0;
  }
  .new-list .new-ban {
    margin-bottom: 15px;
  }
  .content {
    padding: 30px 15px;
  }
  .xinwens-div .shang {
    width: 100%;
  }
  .xinwens-div .xing-bots {
    margin: 15px 0;
    padding: 15px 0;
  }
  .newiss-xing .nei {
    line-height: 25px;
  }
  .newiss-xing .title {
    font-size: 1.5rem;
  }
  .dian-ul li.active .zhaops-cons {
    line-height: 25px;
    padding: 10px 0 17px 0;
  }
  .dian-ul li .dian-top {
    padding: 10px 0;
  }
  .zhaops-cons .linx-div {
    margin-top: 10px;
  }
}

.foot-you a{
  font-size: 1rem;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.67);
  display: inline-block;
  margin-right: 10px;
}
.you-p{
  font-size: 1.25rem;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 5px;
}.foot-you a:hover{
  color: #0068b6;
}.foot-you{
  margin: 20px 0;
}
