*{
	font-family: "Microsoft Yahei"!important;
}
ul {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 鼠标箭头 */

.jiantou {
    cursor: default;
}


/* 背景主体颜色 */

body {
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    word-wrap: break-word;
}

a {
    font-size: 16px;
    color: #333333;
}

a:hover {
    color: #2e9c09;text-decoration: none;
}


/* 图片对齐 */

img {
    vertical-align: middle;
}

i {
    display: inline-block;
    vertical-align: middle;
}

p {
    font-size: 16px;
    color: #555;
    line-height: 22px;
    margin: 0;
}


/* h1logo */

h1 {
    font-size: 20px;
    color: #333333;
    font-family: 'ProximaNova-Semibold';
    text-transform: uppercase;
}


/* h2轮播图 */

h2 {
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
}

.nycqlbrbox_fy {
    margin: 30px 0 180px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb120 {
    padding-bottom: 120px;
}

@media screen and (max-width:992px) {
    .pb120 {
        padding-bottom: 0px;
    }
    .nycqlbrbox_fy {
        margin: 30px 0 20px !important;
    }
}


/* h3模块分隔 */

h3 {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
}


/* h4盒子 */

h4 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}


/* h5段落*/

h5 {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
}


/* h6自定义 */

h6 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}


/* 单一版心媒体查询修改最大最小宽度 */

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

@media screen and (min-width: 1700px) {
    .container {
        max-width: 1600px;
    }
}

@media screen and (min-width: 2000px) {
    .container {
        max-width: 88%;
    }
}

@media screen and (max-width: 576px) {
    .container {
        padding: 0 30px;
    }
}


/* 公共部分样式开始 */


/* 头部 */

.header_main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    z-index: 99;
    background-color: #fff;
}

.header_main_zw {
    height: 79px;
}

.header_main_zw2 {
    height: 80px;
}

.head_menubig {
    height: 80px;
}

.headlogo_boxtxt {
    margin-left: 15px;
    margin-top: 8px;
}

.headlogo .headlogo_box {
    display: flex;
    align-items: center;
}

.headlogo_boximg img {
    height: 60px;
}

.headlogo_boxtxt p {
    font-size: 13px;
    color: #999999;
}

.headnav {
    height: 100%;
    flex: 1;
    padding-left: 450px;
    display: flex;
}

.headnav_item {
    height: 100%;
    position: relative;
}

.headnav_item.on {
    position: static;
}

.headnav_item .headnav_itema {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.headnav_itema span {
    font-family: 'ProximaNova-Bold';
    text-transform: capitalize;
}

.headnav_itema i {
    margin-left: 5px;
    margin-top: 2px;
    font-size: 12px;
    color: #aaaaaa;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headnav_item:hover .headnav_itema i {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    color: #2e9c09;
}
.active .headnav_itema i {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    color: #2e9c09;
}

.headnav_item .headnav_itema i {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.headnav_item:hover .headnav_itema span {
    color: #2e9c09;
}
.active .headnav_itema span {
    color: #2e9c09;
}

.headnav_item.active .headnav_itema span {
    color: #2e9c09;
}

.headqt {
    height: 100%;
    display: flex;
}

.headqt_yy>a {
    height: 100%;
    display: flex;
    align-items: center;
}

.headqt_yy i {
    font-size: 18px;
    color: #d4d4d4;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headqt_yy span {
    font-family: 'ProximaNova-Semibold';
    text-transform: capitalize;
    padding-left: 4px;
}

.headqt_yy>a:hover i {
    color: #2e9c09;
}

.headqt_yyboxt {
    margin-top: 2px;
}

.headqt_ss {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.headqt_ssdw {
    position: absolute;
    right: 100%;
    top: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 0;
}

.headqt_ssdw.on {
    width: 242px;
}

.headqt_ssdwbox {
    display: flex;
    height: 38px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #fff;
}

.headqt_ssdw.on .headqt_ssdwbox {
    border: 1px solid #2e9c09;
}

.headqt_ssdwboxsr {
    width: 200px;
    border: 0;
    padding-left: 10px;
}

.headqt_ssdwboxtj {
    width: 40px;
    border: 0;
    background: url(../img/search.png) no-repeat center center;
    background-size: 40%;
}

.headqt_ssdwboxsr::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.headqt_ssdwboxsr::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.headqt_ssdwboxsr::-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.headqt_ss i {
    padding: 9px 0px 0px 10px;
    font-size: 25px;
}

.headnav_cqxl {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100vw;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
}

.headnav_cqxlbox {
    padding: 70px 0 100px;
}

.headnav_cqxlbox_item {
    position: relative;
    display: flex;
    justify-content: center;
}

.headnav_cqxlbox_item::before {
    /*

    content: '';

    position: absolute;

    left: 0;

    top: 50%;

    width: 1px;

    height: 280px;

    background-color: #d9d9d9;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

*/
}

.headnav_cqxlbox_item:first-child::before {
    display: none;
}

.headnav_cqxlbox_itemtitle>a {
    display: block;
    font-family: 'ProximaNova-Semibold';
    font-size: 22px;
    /*    color: #030001;*/
}

.headnav_cqxlbox_itemct {
    margin-top: 14px;
}

.headnav_cqxlbox_itemct>a {
    display: block;
    color: #666;
    padding: 4px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 300px;
	font-size: 14px;
}

@media screen and (max-width: 1400px) {
    .headnav_cqxlbox_itemct>a {
        max-width: 200px;
    }
}

.headnav_cqxlbox_itemct>a:hover {
    transform: translateX(2px);
    color: #2e9c09;
}

.headnav_qtxl {
    position: absolute;
    left: -30px;
    top: 80px;
    width: calc(100% + 80px);
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    box-shadow: inset 0px 15px 6px -15px rgba(0, 0, 0, 0.25);
    display: none;
}

.headnav_qtxl_box {
    padding: 20px 15px;
}

.headnav_qtxl_box .headnav_qtxl_boxitem {
    display: block;
    text-align: center;
    padding: 5px 0;
    /*    border-bottom: 1px solid #d9d9d9;*/
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 14px;
}

.headnav_qtxl_box .headnav_qtxl_boxitem:hover {
    color: #2e9c09;
    padding-left: 5px;
}

.headnav_qtxl_box .headnav_qtxl_boxitem:last-child {
    border-bottom: none;
}

.headqt_yy {
    position: relative;
}

.headqt_yydw {
    position: absolute;
    top: 80px;
    left: -30px;
    width: calc(100% + 60px);
    background-color: #fff;
    box-shadow: inset 0px 15px 6px -15px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    display: none;
}

.headqt_yydw>a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
    color: #333;
    text-align: center;
    font-size: 13px;
}

.headqt_yydw>a:last-child {
    border-bottom: 0;
}

.headqt_yydw>a:hover {
    background-color: #efefef;
    color: #2e9c09;
}

.headqt_yyboxt {
    margin-top: 4px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
/* banner */


/* banner */
.banner {
  position: relative;
}
.banner_container {
  height: 100%;
}
.banner_slideitem {
  height: 100%;
}
.banner_slideitem img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner_slideitemtxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_slideitemtxt_box {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner_boxtxt {
  margin-left: 60px;
  transform: translateY(-30px);
}
.banner_boxtxth h2 {
  font-family: 'ProximaNova-Bold';
  text-transform: capitalize;
  word-break: break-all;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}
.banner_boxtxtp {
  margin-top: 30px;
}
.banner_boxtxtp p {
  width: 42%;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}
.banner_boxtxta {
  margin-top: 70px;
}
.banner_boxtxta .banner_boxtxta_box {
  display: flex;
  align-items: center;
  width: 152px;
  height: 46px;
  background-color: #2e9c09;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.banner_boxtxta_box span {
  color: #fff;
  text-transform: capitalize;
	font-size: 14px;
}
.banner_boxtxta_box i {
  margin-top: 2px;
  margin-left: 5px;
  color: #fff;
}
.banner_dw {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: #2e9c09;
  z-index: 10;
}
.bannerglbox {
  position: relative;
  height: 78px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  z-index: 10;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.bannerglbox.on {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.bannerglbox_l {
  width: 45%;
  display: flex;
  align-items: center;
}
.bannerglbox_ldq {
  font-family: 'Aria';
  font-size: 20px;
  color: #333333;
}
.bannerglbox_lx {
  width: 1px;
  height: 16px;
  background-color: #c5c5c5;
  margin: 0 8px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
}
.bannerglbox_lzs {
  font-family: 'Aria';
  font-size: 20px;
  color: #c5c5c5;
}
.bannerglbox_lp {
  margin-left: 25px;
  text-transform: capitalize;
}
.bannerglbox_c {
  width: 10%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
@keyframes rotate {
  0% {
    transform: translateY(0)
  }
  25% {
    transform: translateY(5px)
  }
  50% {
    transform: translateY(10px) scale(1.1, .9)
  }
  75% {
    ransform: translateY(5px)
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.bannerglbox_c i {
  animation: rotate 0.7s linear infinite;
  font-size: 32px;
  color: #101864;
}
.bannerglbox_r {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
.bannerglbox_rx {
  width: 1px;
  height: 22px;
  background-color: #d9d9d9;
  margin: 0 30px;
  margin-top: 4px;
}
.bannerglbox_rpre i, .bannerglbox_rnext i {
  font-size: 22px;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.bannerglbox_rpre i:hover, .bannerglbox_rnext i:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  color: #2e9c09;
}
.bannerglbox_rpre, .bannerglbox_rnext {
  outline: none;
}
@media screen and (min-width:1200px) {
  .banner_slideitempc {
    display: block;
  }
  .banner_slideitemmb {
    display: none;
  }
}
@media screen and (max-width:1200px) {
  .banner_slideitempc {
    display: none;
  }
  .banner_slideitemmb {
    display: block;
  }
  .banner {
    height: auto !important;
  }
  .banner_slideitem {
    height: auto !important;
  }
  .banner_slideitemtxt {
    display: none;
  }
}
@media screen and (max-width:992px) {

  /* banner */
  .banner_boxtxt {
    margin-left: 0;
  }
  .banner_boxtxtp p {
    width: 80%;
  }
  .banner_boxtxth h2 {
    font-size: 50px;
  }
  .bannerglbox_c {
    display: none;
  }
  .bannerglbox {
    height: 50px;
  }

  .bannerglbox * {
    font-size: 14px !important
  }
  .bannerglbox_rx {
    height: 12px;
  }
}
@media screen and (max-width:768px) {
  .bannergl .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px;
  }
  .bannerglbox.on {
    border-radius: 0px;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
  }
  /* banner */
  .banner_slideitemtxt_box .container {
    padding: 0 10px;
  }
  .banner_boxtxth h2 {
    font-size: 36px;
  }
  .banner_boxtxtp p {
    width: 100%;
    font-size: 18px;
  }
  .banner_boxtxtp {
    margin-top: 20px;
  }
  .banner_boxtxta {
    margin-top: 30px;
  }
  .bannerglbox {
    padding: 0 20px;
  }
  .bannerglbox {
    height: 50px;
  }
  .bannerglbox_rx {
    margin: 0 20px;
    margin-top: 4px;
  }
  .banner_boxtxta .banner_boxtxta_box {
    height: 36px;
    line-height: 36px;
  }
  .bannerglbox_r {
    width: auto;
  }
  .bannerglbox_l {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 576px) {
  .bannergl .container {
    padding: 0 15px;
  }
}

/* 底部 */

.foot_cllogoimg img {
    width: 220px;
}

.foot {
    margin-top: 165px;
    background-color: #f3f3f3;
}

.foot_title {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.foot_title>a {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.foot_title>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 45px;
    background-color: #d1d1d1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.foot_title>a:last-child::after {
    display: none;
}

.foot_title_item {
    display: flex;
    align-items: center;
}

.foot_title_itemi {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.foot_title_itemi i {
    font-size: 60px;
    color: #2e9c09;
}

.foot_title_itemtxt {
    margin-left: 25px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.foot_title_itemtxt p {
    font-family: 'ProximaNova-Semibold';
    font-size: 20px;
    color: #333;
}

.foot_title_itemtxt span {
    font-size: 14px;
    color: #333;
}

.foot_title>a:hover .foot_title_itemi {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.foot_title>a:hover .foot_title_itemtxt {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.foot_cl {
    padding: 0;
    padding-right: 150px;
}

.foot_cllogo {
    display: flex;
    align-items: center;
}

.foot_cllogotxt {
    margin-left: 15px;
    margin-top: 6px;
}

.foot_cllogotxt h6 {
    font-family: 'ProximaNova-Semibold';
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}

.foot_cllogotxt p {
    color: #999;
    font-size: 13px;
}

.foot_fx {
    margin-top: 30px;
    display: flex;
    padding-left: 92px;
}

.foot_ctbox_itemtit {
    display: flex;
}

.foot_ctbox_itemtit>a {
        font-size: 18px;
    font-family: 'ProximaNova-Semibold';
    flex: 1;
    display: flex;
    align-items: center;
}

.foot_ctbox_itemtit>i {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.foot_ctbox_itemct {
    margin-top: 20px;
}

.foot_ctbox_itemct .foot_ctbox_itemcta {
    display: block;
    padding: 3px 0;
    color: #666;
    text-transform: capitalize;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 14px;
}

.foot_ctbox_itemct .foot_ctbox_itemcta:hover {
    padding-left: 5px;
    color: #d80000;
}

.foot_db {
    margin-top: 65px;
    border-top: 1px solid #d5d5d5;
    /*    padding-bottom: 30px;*/
}

.foot_db>div {
    padding: 15px 0;
    font-size: 12px;
    color: #888;
}
.foot_db>div a{font-size: 12px;
    color: #888;}
.foot_dbra a {
    font-size: 12px;
    color: #888;
}


/* 样式补充 */

.video-js {
    /* 给.video-js设置字体大小以统一各浏览器样式表现，因为video.js采用的是em单位 */
    font-size: 14px;
}

.video-js button {
    outline: none;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
    /* 视频占满容器高度 */
    height: 100%;
    background-color: #161616;
}

.vjs-poster {
    background-color: #161616;
}

.video-js .vjs-big-play-button {
    /* 中间大的播放按钮 */
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: rgba(115, 133, 159, .5);
    border-width: 0.12em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}

.video-js.vjs-paused .vjs-big-play-button {
    /* 视频暂停时显示播放按钮 */
    display: block;
}

.video-js.vjs-error .vjs-big-play-button {
    /* 视频加载出错时隐藏播放按钮 */
    display: none;
}

.vjs-loading-spinner {
    /* 加载圆圈 */
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}

.video-js .vjs-control-bar {
    /* 控制条默认显示 */
    display: flex;
}

.video-js .vjs-time-control {
    display: block;
}

.video-js .vjs-remaining-time {
    display: none;
}

.vjs-button>.vjs-icon-placeholder:before {
    /* 控制条所有图标，图标字体大小最好使用px单位，如果使用em，各浏览器表现可能会不大一样 */
    font-size: 22px;
    line-height: 1.9;
}

.video-js .vjs-playback-rate .vjs-playback-rate-value {
    line-height: 2.4;
    font-size: 18px;
}


/* 进度条背景色 */

.video-js .vjs-play-progress {
    color: #2e9c09;
    background-color: #2e9c09;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    background-color: #2e9c09;
}

.vjs-mouse-display .vjs-time-tooltip {
    padding-bottom: 6px;
    background-color: #2e9c09;
}

.video-js .vjs-play-progress .vjs-time-tooltip {
    display: none!important;
}


/* 按钮 */

.mb_btn {
    align-items: center;
    display: none;
    cursor: pointer;
}

.mb_btn i {
    font-size: 20px;
    padding: 0 10px;
}

.a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #234488;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}

.a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 2%;
    z-index: 100;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0
}

.a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    right: -80%
}

.a_txt .div3 ul {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #e9e9e9;
}

.mblink_item {
    display: flex;
}

.mblink_itema {
    height: 60px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 16px;
    color: #333;
}

.mblink_itematxt {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.mblink_itemi {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.a_txt2 {
    display: none;
    padding-bottom: 30px;
}

.a_txt2 a {
    padding: 0 20px;
    font-size: 14px;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a_closed img {
    margin-right: 20px;
    display: inline-block;
}

.nycqlbrbox_fy {
    margin: 50px 0 0px;
}



.headlogo_boxtxt p {
    line-height: 16px;
    padding-bottom: 5px;
}

@media screen and (max-width:1701px) {
    .nyqtydadw {
        font-size: 30px
    }
    /* 头部 */
    .headnav {
        padding-left: 25px;
    }
    .headlogo_boxtxt {
        margin-left: 10px;
    }
    .headqt_ss {
        margin-left: 10px;
    }
    .headnav_item .headnav_itema {
        padding: 0 15px;
    }
    .headlogo_boxtxt h1 {
        font-size: 16px;
        width: 120px;
        word-break: keep-all
    }
    .headlogo_boxtxt p {
        display: none
    }
    .headnav_qtxl_box {
        padding: 15px 10px;
    }
    .headnav_qtxl_box .headnav_qtxl_boxitem {
        font-size: 14px;
    }
    .headnav_cqxlbox_item {
        padding-left: 20px;
    }
    .headnav_cqxlbox_itemtitle>a {
        font-size: 20px;
    }
    .headnav_cqxlbox_itemct>a {
        font-size: 14px;
    }
    .headnav_cqxlbox {
        padding: 50px 0 70px;
    }
    .headnav_cqxlbox_item::before {
        height: 250px;
    }
    /* 尾部 */
    .foot_cl {
        padding-right: 50px;
    }
    .foot_cllogotxt {
        margin-left: 10px;
    }
    /* 内页新闻 */
    .nyxwcta_txt {
        padding: 0 40px;
    }
    .nyxwcta_sj {
        padding: 0 30px;
    }
    /* 内页项目标题 */
    .nyflqhbox .nyflqha {
        font-size: 18px;
    }
    /* 内页左右栏目 */
    .nyfwnrboxr {
        padding: 90px 0 160px 50px;
    }
}

@media screen and (max-width:1200px) {
    .headnav_item .headnav_itema {
        padding: 0 10px;
    }
    /* 头部 */
    .headnav {
        padding-left: 20px;
    }
    .headlogo_boxtxt {
        display: none;
    }
    .headnav_cqxlbox {
        padding: 40px 0 50px;
    }
    .headnav_item .headnav_itema {
        padding: 0 12px;
    }
    .headnav_cqxlbox_itemtitle>a {
        font-size: 18px;
    }
    /* 尾部 */
    .foot_cl {
        padding-right: 30px;
    }
    .foot_ctbox_itemct .foot_ctbox_itemcta {
        font-size: 14px;
    }
    .foot_title_itemi i {
        font-size: 40px;
    }
    .foot_title_itemtxt {
        margin-left: 10px;
    }
    .foot_title_itemtxt p {
        font-size: 18px;
    }

    /* 内页分类切换 */
    .nyflqhbox .nyflqha {
        font-size: 16px;
    }
    /* 内页其他引导 */
    .nyqtyd .nyqtyda {
        height: 300px;
    }
}

@media screen and (max-width:992px) {
    .nycqlbrbox_fy {
        margin: 20px 0 100px;
    }
    /* 头部 */
    .headnav {
        display: none;
    }
    .headlogo_boxtxt {
        display: block;
    }
    /* 尾部 */
    .foot_title {
        box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.12);
    }
    .foot_title_itemi i {
        font-size: 36px;
    }
    .foot_title_itemtxt p {
        display: none;
    }
    .foot_title_item {
        flex-wrap: wrap;
    }
    .foot_title_item>div {
        width: 100%;
        text-align: center;
    }
    .foot_title_itemtxt {
        margin-left: 0;
        margin-top: -10px;
    }
    .foot_title_itemtxt span {
        font-weight: 600;
    }
    .foot_title>a {
        height: 100px;
    }
    .foot_title>a:hover .foot_title_itemtxt {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .foot_db {
        margin-top: 40px;
    }
    .foot {
        margin-top: 110px;
    }
    .mb_btn {
        display: flex;
    }
    .nybgt_txth {
        font-size: 38px;
    }
    /* 尾部增 */
    .foot_ctbox {
        margin-top: 30px;
    }
    .foot_cl {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .foot_fx {
        margin-top: 0;
        padding-right: 0;
    }
    .foot_ctbox_item {
        padding: 0;
    }
    .foot_ctbox_itemct {
        margin-top: 0;
        padding-bottom: 30px;
    }
    .foot_ctbox_itemtit {
        height: 50px;
        border-top: 1px solid #d5d5d5;
    }
    .foot_ctbox_itemtit i {
        display: flex;
        /*        font-size: 20px;*/
        color: #000;
        font-weight: 700;
    }
    .foot_ctbox_itemct {
        display: none;
    }
    .foot_ctbox_itemct .foot_ctbox_itemcta {
        height: 40px;
        line-height: 40px;
        border-top: 1px dashed #d5d5d5;
    }
    /* 内页项目标题 */
    .nyxmbt {
        margin-top: 40px;
    }
    .nyflqh {
        margin-top: 30px;
    }
    .nyflqhbox {
        justify-content: flex-start;
    }
    .nyflqhbox .nyflqha {
        width: 50%;
        margin-bottom: 20px;
        height: 50px;
        line-height: 50px;
    }
    .nyxmbtct {
        padding: 10px 0;
    }
    .nyxmbtct span {
        font-size: 20px;
    }
    /* 分页 */
    .nyfy {
        margin-top: 40px;
    }
    .faqs_fy {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
    /* 内页其他引导 */
    .nyqtyd .nyqtyda {
        height: 200px;
    }
    .nyqtydadw {
        font-size: 20px;
    }
    .nyqtyd {
        margin-top: 20px;
    }
    /* 内页项目分栏 */
    .nycqlbldw {
        display: none;
    }
    .nyfwnrboxl {
        margin-top: 50px;
        padding: 0;
    }
    .nyfwnrboxlbox {
        display: flex;
        flex-wrap: wrap;
    }
    .nyfwnrboxlbox .nyfwnrboxlboxa {
        width: 50%;
        height: 50px;
        line-height: 49px;
        text-align: center;
    }
    .nyfwnrboxlbox .nyfwnrboxlboxa i {
        display: none;
    }
    .nyfwnrboxlbox .nyfwnrboxlboxa.on span {
        transform: translateX(0);
        color: #2e9c09;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .nyfwnrboxlbox .nyfwnrboxlboxa:hover span {
        transform: translateX(0);
        color: #2e9c09;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .nyfwnrboxr {
        padding: 60px 0 120px;
    }
    /* 右侧css */
    .cndns-right-meau,
    .cndns-right-meau,
    .cndns-right-meau {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .nyflqhbox .nyflqha.on {
        background-color: #f1f1f1;
        color: #333;
        font-weight: bold
    }
    .sqfw_title span {
        height: 1px;
    }
    .nybgb {
        background: #234488
    }
    .headqt_yy>a {
        margin-right: 20px
    }
    .headqt_yy i {
        display: none
    }
    /* 分页 */
    .nyfy {
        margin-top: 30px;
    }
    .nycqlbrbox_fy {
        display: flex;
        justify-content: center;
    }
    /* 头部 */
    .head_menubig {
        height: 72px;
    }
    .header_main_zw {
        height: 72px;
    }
    .headqt_yydw {
        top: 72px;
        display: none !important;
    }
    .headqt_ss {
        display: none;
    }
    .headlogo_boxtxt {
        margin-left: 0;
		margin-top: 0;
    }
    .headlogo_boximg img {
        /*	width: 80%*/
		height: 50px;
    }
    .headqt_yyboxq {
        display: none;
    }
    /* 尾部 */
    .foot_title>a::after {
        height: 100% !important;
        background-color: #E9E9E9;
    }
    .foot .container {
        padding: 0 15px;
    }
    .foot_title>a {
        height: 80px;
    }
    .foot_title_itemtxt span {
        font-size: 12px;
        line-height: 18px;
    }
    .foot .container {
        max-width: 100%;
        padding: 0px;
    }
    .foot_title_itemi i {
        font-size: 30px;
    }
    .foot_title>a::after {
        height: 30px;
    }
    .foot_cllogotxt {
        display: none;
    }
    .foot_db>div {
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    .foot_db {
        padding: 10px 0;
    }
    .foot {
        margin-top: 80px;
    }
    .foot_cl {
        padding-right: 15px;
    }
    /* 数值 */
    .numCount {
        padding: 35px 0 25px;
    }
    .shuzhi_item {
        height: 80px;
    }
    .shuzhi_itemboxt {
        justify-content: flex-start;
        text-align: left;
    }
    .shuzhi_itembox {
        text-align: left;
    }
    .shuzhi_item::before {
        display: none;
    }
    .shuzhi_item:nth-child(2n)::before {
        display: none;
    }
    .shuzhi_item {
        justify-content: flex-start;
    }
    .shuzhi_itemboxt span {
        font-size: 26px;
    }
    .shuzhi_item::before {
        height: 30px;
    }
    /*  内页背景 */
    .nybgt_txth {
        font-size: 32px;
    }
    .nybg {
        height: 40px;
        background: #234488
    }
    .nybgt {
        display: none;
    }
    .nybgbbig {
        height: 40px;
    }
    /* 内页项目标题 */
    .nyxmbtct {
        cursor: pointer;
    }
    .nyxmbtct.on {
        background-color: #efefef;
        font-size: 26px;
    }
    .nyxmbtct i {
        display: block;
    }
    .nyflqh {
        display: none;
        margin-top: 0;
    }
    .nyflqhbox .nyflqha {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 0;
    }
    .nyflqhbox .nyflqha.on .nyflqhadw {
        display: none;
    }
    .nyqtydadw {
        font-size: 26px;
    }
    /* 内页项目分栏 */
    .nyfwnrboxr {
        padding: 40px 0 90px;
    }
    .nyfwnrboxlboxa span {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .nyfwnrboxlboxa i {
        font-size: 14px;
    }
    /* 分页 */
    .nyfyboxa_big {
        display: none;
    }
    /* 内页引导 */
    .nyqtyd .nyqtyda {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 160px;
    }
    .gsls_title,
    .nyqtydadw {
        font-size: 26px;
    }
    .foot_fx {
        padding-left: 0;
    }
    .nyfwnrboxl {
        margin-top: 40px;
    }
    .foot_ct {
        padding: 30px 40px;
        margin: 0 !important;
    }
    .foot_db {
        padding: 10px 15px;
        margin: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    .nymbx>a {
        font-size: 14px;
    }
    .nymbx>i {
        color: #fff;
        flex-shrink: 0;
        margin: 0 4px;
        margin-top: 2px;
        font-size: 12px;
    }
}