@charset "utf-8";
ul {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 鼠标箭头 */

.jiantou {
    cursor: default;
}

*:active,
*:focus {
    outline: none;
}

ol li,
ul li {
    list-style: inside;
}

ol li {
    list-style-type: decimal;
}

video,
iframe {
    /* width: 100%; */
    /* min-height: 700px; */
}


/* 字体图标 */

@font-face {
    font-family: 'arial,Microsoft YaHei';
    src: url('../font/ProximaNova-Bold.eot');
    src: url('../font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Bold.woff2') format('woff2'), url('../font/ProximaNova-Bold.woff') format('woff'), url('../font/ProximaNova-Bold.ttf') format('truetype'), url('../font/ProximaNova-Bold.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'arial,Microsoft YaHei';
    src: url('../font/ProximaNova-Regular.eot');
    src: url('../font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Regular.woff2') format('woff2'), url('../font/ProximaNova-Regular.woff') format('woff'), url('../font/ProximaNova-Regular.ttf') format('truetype'), url('../font/ProximaNova-Regular.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'pn-l';
    src: url('../font/ProximaNova-Light.eot');
    src: url('../font/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Light.woff2') format('woff2'), url('../font/ProximaNova-Light.woff') format('woff'), url('../font/ProximaNova-Light.ttf') format('truetype'), url('../font/ProximaNova-Light.svg#iconfont') format('svg');
}


/*  */

.ov-h {
    overflow: hidden;
}

.pic {
    position: relative;
    overflow: hidden;
}

.pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.pic:hover img {
    -webkit-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.shenglue {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.shenglue2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.shenglue3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.shenglue4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.shenglue5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}


/*  */

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}


/* 背景主体颜色 */

body {
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    word-wrap: break-word;
    font-family: 'arial,Microsoft YaHei';
}

a {
    font-size: 16px;
    color: #333333;
}

a:hover {
    color: #ec871b;
}


/* 图片对齐 */

img {
    vertical-align: middle;
}

i {
    display: inline-block;
    vertical-align: middle;
}

p {
    font-size: 14px;
    color: #555;
    line-height: 22px;
    margin: 0;
}


/* h1logo */

h1 {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
 
}


/* h2轮播图 */

h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'arial,Microsoft YaHei';
}

.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: 20px 0 10px !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;
    }
}


/* 公共部分样式开始 */


/* 头部 */

.headsbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    z-index: 99;
    background-color: #fff;
}

.headsbox_zw {
    height: 79px;
}

.headsbox_zw2 {
    height: 80px;
}

.headsbig {
    height: 80px;
}

.headlogo_boxtxt {
    margin-left: 15px;
    /* margin-top: 8px; */
}

.headlogo .headlogo_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headlogo_boximg img {
    height: 55px;
    float: left;
}

.headlogo_boxtxt p {
    font-size: 13px;
    letter-spacing: 1.1px;
    color: #a1a1a1;
  
}

.headnav {
    height: 100%;
    /* -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    /* padding-left: 100px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: flex-center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-center;
}

.headnav_item {
    height: 100%;
    position: relative;
}

.headnav_item.on {
    position: static;
}

.headnav_item .headnav_itema {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
}

.headnav_itema span {
    text-transform: capitalize;
    font-size: 15px;
     /* font-weight: bold;  */
     font-family: 'arial,Microsoft YaHei';
}

.headnav_itema i.wxz {
    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  .headnav_itema i.wqz{
    margin-top: 2px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: bold;
    color: #ec871b;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
.headnav_item:hover .headnav_itema i.wxz {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    color: #ec871b;
}

.headnav_item .headnav_itema i.wxz {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.headnav_item .headnav_itema i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    color: #666;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    font-size: 12px;
}
.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: #ec871b;
}
.headnav_item:hover .headnav_itema span {
    color: #ec871b;
}

.headnav_item.active .headnav_itema span {
    color: #ec871b;
}

.headqt {

	height: 100%;

	display: flex;

}
.headtel{
    height: 100%;
    display: flex;
    align-items: center;
}

.headtel {
    height: 100%;
    padding-left: 60px;
}
.headtel .headtela{
    display: flex;
    align-items: center;
    justify-content: center;
}
.headtel .headtela img {

    width: 16px;
}
.headtela span{
    margin-left: 6px;
    font-size: 18px;
    color: #333;
}
.headqt_yy>a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    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 {
    text-transform: capitalize;
    padding-left: 4px;
}

.headqt_yy>a:hover i {
    color: #ec871b;
}

.headqt_yyboxt {
    margin-top: 2px;
}
.headqt_yy>a.headqt_yyboxal{
    padding-right: 14px;
    }
.headqt_ss {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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 #ec871b;
}

.headqt_ssdwboxsr {
    width: 200px;
    border: 0;
    padding-left: 10px;
}

.headqt_ssdwboxtj {
    width: 40px;
    border: 0;
    background: url(../images/imgs/search.svg) no-repeat center center;
    -o-background-size: 40%;
    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: 0 15px;
    font-size: 22px;
}

.headnav_cqxl {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100vw;
    background-color: #fff;
    display: none;
    /* -webkit-box-shadow: inset 0px 15px 6px -15px rgb(0 0 0 / 25%); */
    /* box-shadow: inset 0px 15px 6px -15px rgb(0 0 0 / 25%); */
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #ddd;
}

.headnav_cqxlbox {
    padding: 50px 0 70px;
}

.headnav_cqxlbox_item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
    
}

.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-size: 18px;
    /*    color: #030001;*/
    text-align: left;
    overflow: hidden;
    font-family: 'arial,Microsoft YaHei';
        text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 260px;

}
.headnav_cqxlbox_itembox {
    justify-content: center;
}

.headnav_cqxlbox_itemtitle>a p {
    position: absolute;
    z-index: 1;
    text-align: left;
    padding: 2rem;
    width: calc(100% - 30px);
    font-size: 18px;
    /* color: #333; */
}

.headnav_cqxlbox_itemtitle>a img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.headnav_cqxlbox_itemtitle>a:hover p {
    color: #ec871b;
    z-index: 1;
}

.headnav_cqxlbox_itemtitle>a:hover img {
    -webkit-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 260px;
    font-size: 14px;
}

@media screen and (max-width: 1400px) {
    .headnav_cqxlbox_itemct>a {
        max-width: 200px;
    }
}

.headnav_cqxlbox_itemct>a:hover {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px);
    color: #ec871b;
}

.headnav_qtxl {
    position: absolute;
    left: -40px;
    top: 80px;
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    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;
    /* -webkit-box-shadow: inset 0px 15px 6px -15px rgba(0, 0, 0, 0.25); */
    /* box-shadow: inset 0px 15px 6px -15px rgb(0 0 0 / 25%); */
    display: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #ddd;
}

.headnav_qtxl_box {
    padding: 10px;
}

.headnav_qtxl_box .headnav_qtxl_boxitem {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    color: #666;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.headnav_qtxl_box .headnav_qtxl_boxitem:hover {
    color: #ec871b;
    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: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    background-color: #fff;
    -webkit-box-shadow: inset 0px 15px 6px -15px rgba(0, 0, 0, 0.25);
    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: #ec871b;
}

.headqt_yyboxt {
    margin-top: 4px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}


/* 底部 */

.foot {
    margin-top: 180px;
    /* padding-top: 100px; */
    background-color: #f3f3f3;
}

.foot_title {
    /* width: 100%; */
    /* margin: 0 auto; */
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    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%);
    margin-bottom: 1rem;
}

.foot_title>a {
    /* height: 130px; */
    padding: 1.6rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: 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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    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: 55px;
    color: #015dc2;
}

.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-size: 20px;
    color: #333;
    font-weight: 700;
    font-family: 'arial,Microsoft YaHei';
}

.foot_title_itemtxt span {
    font-size: 15px;
    color: #999;
    font-family: 'pn-l';
}

.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_ctbox {
    /* padding: 0; */
    /* padding-left: 150px; */
}

.foot_cl {}

.foot_cllogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -moz-box-align: left;
    -ms-flex-align: left;
    align-items: left;
}

.foot_cllogo {
    margin-right: 70px;
}

.foot_cllogoimg {
    margin-bottom: 1rem;
}

.foot_cllogoimg img {
    max-width: 250px;
}

.foot_cllogo p {
    font-size: 16px;
    color: #333;
    /* font-family: 'arial,Microsoft YaHei'; */
    /* margin-top: 20px; */
    width: 202px;
    height: 45px;
    background: #eee;
    line-height: 45px;
    padding: 0 20px;
    border: 1px solid #dedede;
}
.foot_cllogo p.txtb{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 21px;
    font-family: 'arial,Microsoft YaHei';
}
.foot_cllogotxt {
    margin-left: 15px;
    margin-top: 6px;
}

.foot_cllogotxt h6 {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}

.foot_cllogotxt p {
    color: #999;
    font-size: 13px;
}

.foot_fx {
    margin-top: 30px;
}

.foot_fx p {
    font-size: 15px;
    color: #666;
    line-height: 32px;
}

.foot_fx a {
    color: #666;
}

.foot_fx a.tel {
    font-size: 22px;
    font-family: 'arial,Microsoft YaHei';
    color: #ec871b;
    margin-right: 5px;
}

.foot_wx {
    max-width: 160px;
}

.foot_wx .foot_cllogoimg img {
    width: 100%;
}

.foot_wx p {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-top: 10px;
}

.foot_fx .foot_ctbox_itemtit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.foot_ctbox_itemtit>a {
    font-size: 20px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'arial,Microsoft YaHei';
}

.foot_ctbox_itemtit>i {
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: 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; */
    line-height: 32px;
    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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.foot_ctbox_itemct .foot_ctbox_itemcta:hover {
    padding-left: 5px;
    color: #ec871b;
}
.foot_weixin{
    display: flex;
    justify-content: center;
}
.foot_weixin p{
    margin-top: 6px;
    font-size: 16px;
    color: #666;
    text-align: center;
}
.foot_weixin img{
    width: 160px;
    height: auto;
}
.foot_db {
    margin-top: 100px;
    border-top: 1px solid #d5d5d5;
    /*    padding-bottom: 30px;*/
}

.foot_db>div,
.foot_db>div a {
    padding: 30px 0;
    font-size: 13px;
    color: #888;
}

.foot_dbra a {
    font-size: 13px;
    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;
    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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: #ec871b;
    background-color: #ec871b;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    background-color: #ec871b;
}

.vjs-mouse-display .vjs-time-tooltip {
    padding-bottom: 6px;
    background-color: #ec871b;
}

.video-js .vjs-play-progress .vjs-time-tooltip {
    display: none!important;
}


/* 按钮 */

.mb_btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    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: rgba(0, 0, 0, 0.8);
    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;
    list-style: none;
}

.mblink_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.mblink_itema {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    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: 50px;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: 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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a_closed img {
    margin-right: 20px;
    display: inline-block;
}

.nycqlbrbox_fy {
    margin: 50px auto 30px;
}


/* 内页背景 */

.nybg {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    /* -webkit-filter: grayscale(1); */
    /* filter: grayscale(1); */
    background-color: #015dc2;
}

.nybgt {
    height: 250px;
}

.nybgt_txt {
    width: 100%;
}

.nybgt_txth {
    text-transform: capitalize;
    word-break: break-all;
    font-size: 38px;
    color: #fff;
    font-family: 'arial,Microsoft YaHei';
}

.nybgt_txtx {
    width: 80px;
    height: 1px;
    background-color: #ec871b;

}

.nybgb {
    background-color: rgba(0, 0, 0, 0.3);
}

.nybgbbig {
    height: 50px;
}

.nymbx {
    overflow-x: auto;
    white-space: normal;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.nymbx>a {
    color: #fff;
    text-transform: capitalize;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
}

.nymbx>a:hover {
    color: #ec871b;
}

.nymbx>i {
    color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 8px;
    margin-top: 2px;
    font-size: 12px;
}

.nymbx::-webkit-scrollbar {
    display: none;
}

.nymbx {
    scrollbar-width: none;
}

.nymbx {
    -ms-overflow-style: none;
}


/* 数值 */

.shuzhi_item {
    height: 175px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.shuzhi_item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 50px;
    background-color: #d9d9d9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.shuzhi_item:last-child::before {
    display: none;
}

.shuzhi_itemboxt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
}

.shuzhi_itemboxt span {
    font-size: 48px;
    color: #333;
    font-family: 'Microsoft YaHei';
    font-weight: 700;
}

.shuzhi_itemboxt sup {
    margin-top: 22px;
    margin-left: 5px;
    font-size: 16px;
    color: #666;
    top: 0;
}

.shuzhi_itembox {
    margin-top: -10px;
    color: #666;
    font-size: 16px;
}


/* 内页新闻 */

.nyxw {
    margin-top: 100px;
    border-top: 1px solid #d9d9d9;
}

.nyxw .gsrytitle {
    margin-top: 55px;
}

.nyxwct {
    margin-top: 55px;
}

.nyxwct .nyxwcta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 202px;
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
}

.nyxwct .nyxwcta:last-child {
    margin-bottom: 0;
}

.nyxwcta_img {
    width: 25%;
    height: 100%;
    overflow: hidden;
}

.nyxwcta_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyxwcta_txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 80px;
}

.nyxwcta_txtboxh {
    width: 100%;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyxwcta_txtboxp {
    margin-top: 10px;
    word-break: break-all;
    color: #888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}

.nyxwcta_sj {
    width: auto;
    padding: 0 70px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nyxwcta_sjbox {
    text-align: center;
}

.nyxwcta_sjbox p {
    font-size: 28px;
    color: #d1d1d1;
    display: block;
}

.nyxwcta_sjbox span {
    padding-top: 5px;
    font-size: 18px;
    color: #d1d1d1;
    display: block;
}

.nyxwct .nyxwcta:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nyxwct .nyxwcta:hover .nyxwcta_txtboxh {
    padding-left: 5px;
}


/* 内页项目标题 */

.nyxmbt {
    margin-top: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nyxmbtct {
    font-size: 30px;
    
}
.nyxmbtct_title {
    font-family: 'arial,Microsoft YaHei';
}
.nyxmbtct i {
    margin-left: 20px;
    font-size: 18px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    display: none;
}

.nyxmbtct>div {
    width: 100%;
    text-align: center;
}

.nyxmbtct_p p {
    margin-top: 10px;
    width: 60%;
    margin: auto;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}


/* 内页分类切换 */

.nyflqh {
    margin-top: 50px;
}

.nyflqhbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nyflqhbox .nyflqha {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 18px;
    color: #333;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.nyflqhadw {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    display: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyflqhbox .nyflqha:hover {
    background-color: #efefef;
    color: #222;
}

.nyflqhbox .nyflqha.on {
    background-color: #015dc2;
    color: #fff;
}

.nyflqhbox .nyflqha.on .nyflqhadw {
    display: block;
}


/* 内页分页 */

.nyfy {
    /*    margin-top: 70px;*/
}

.nyfybox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.nyfybox .nyfyboxa_big {
    width: 100px;
    height: 40px;
    background-color: #f1f1f1;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    color: #333;
}

.nyfybox .nyfyboxa_min {
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    line-height: 42px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #f1f1f1;
    font-size: 15px;
    color: #333;
}

.nyfybox .nyfyboxa_min.on {
    background-color: #fff;
    border: 1px solid #ec871b;
    color: #ec871b;
}

.nyfybox .nyfyboxa_min:hover {
    background-color: #fff;
    border: 1px solid #ec871b;
    color: #ec871b;
}


/* 内页其他引导 */

.nyqtyd {
    margin-top: 40px;
}

.nyqtyd {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding: 0 15px; */
}

.nyqtyd .nyqtyda {
    width: 49%;
    margin-right: 2%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.nyqtyd .nyqtyda:nth-child(2n) {
    margin-right: 0;
}

.nyqtyda img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.nyqtydadw {
    font-family: 'arial,Microsoft YaHei';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    font-size: 36px;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyqtyd .nyqtyda:hover .nyqtydadw {
    background-color: rgba(22, 97, 196, 0.8);
}


/* 内页服务公共部分 */

.nyfwnrboxl {
    padding: 0;
    padding-top: 60px;
    position: relative;
    background-color: #f3f3f3;
}

.nycqlbldw {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f3f3f3;
    z-index: -1;
}

.nyfwnrboxlbox .nyfwnrboxlboxa {
    position: relative;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
}

.nyfwnrboxlboxa i {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nyfwnrboxlboxa span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-transform: capitalize;
    font-size: 18px;
    color: #333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyfwnrboxlbox .nyfwnrboxlboxa:hover span {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.nyfwnrboxlbox .nyfwnrboxlboxa:hover i {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    color: #ec871b;
}

.nyfwnrboxlbox .nyfwnrboxlboxa.on span {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    font-weight: 600;
    font-family: 'arial,Microsoft YaHei';
}

.nyfwnrboxlbox .nyfwnrboxlboxa.on i {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    color: #ec871b;
}

.nyfwnrboxr {
    padding: 90px 0 160px 90px;
    min-height: 600px;
}

.sqfw_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sqfw_title span {
    width: 21px;
    height: 3px;
    background-color: #ec871b;
}

.sqfw_title p {
    margin-left: 20px;
    text-transform: capitalize;
    font-size: 36px;
    color: #333;
    font-family: 'arial,Microsoft YaHei';
}

#baguetteBox-overlay .full-image figcaption {
    line-height: 3;
    background-color: rgba(0, 0, 0, .6);
    font-size: 18px;
}


/* 分享插件颜色修改 */

.social-share .icon-facebook,
.social-share .icon-twitter,
.social-share .icon-linkedin,
.social-share .icon-google {
    color: #a0a0a0;
    border-color: #a0a0a0;
}

.social-share .social-share-icon:hover {
    background: #ec871b;
    color: #fff;
}

.headlogo_boxtxt p {
    line-height: 13px;
    padding-top: 5px;
}

@media screen and (max-width:1701px) {
    video,
    iframe {
        width: 100%;
        /* min-height: 600px; */
    }
    .nyqtydadw {
        font-size: 30px
    }
    /* 头部 */
    .headnav {
        /* padding-left: 25px; */
    }
    .headlogo_boxtxt {
        margin-left: 10px;
    }
    .headqt_ss {
        margin-left: 10px;
    }
    .headnav_item .headnav_itema {
        padding: 0 1.2vw;
    }
    .headlogo_boxtxt h1 {
        /* font-size: 16px; */
        /* width: 120px; */
        /* word-break: keep-all; */
    }
    .headlogo_boxtxt p {
        /* display: none; */
    }
    .headnav_qtxl_box {
        padding: 5px 10px;
        /* box-shadow: 0 5px 5px rgb(0 0 0 / 10%); */
    }
    .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{
        margin-top: 160px;
    }
    .foot_cl {
        padding-right: 50px;
    }
    .foot_cllogotxt {
        margin-left: 10px;
    }
    /* 内页新闻 */
    .nyxwcta_txt {
        padding: 0 40px;
    }
    .nyxwcta_sj {
        padding: 0 30px;
    }
    /* 内页项目标题 */
    .nyflqhbox .nyflqha {
        font-size: 15px;
    }
    /* 内页左右栏目 */
    .nyfwnrboxr {
        padding: 90px 0 160px 50px;
    }
}

@media screen and (max-width:1500px){
    .headlogo_boximg img{
        height: 50px;
    }
    .headlogo_boxtxt h1{
        font-size: 24px;
    }
    .headlogo_boxtxt p{
        font-size: 13px;
    }
    .headnav_cqxlbox{
        padding: 40px 0 50px;
    }
    .headnav_cqxlbox .container{
        max-width: 94%;
    }
    .headnav_cqxlbox_item{
        max-width: 300px;
    }

    .foot_title_itemi i{
        font-size: 3vw;
    }
    .foot_title_itemtxt p{
        font-size: 1.2vw;
    }
    .foot_cllogoimg img{
        /* max-width: 4.5vw; */
    }
    .foot_cllogo p{
        /* font-size: max(16px,1.3vw); */
    }
    .headtel{
        display: none;
    }
    .headqt_yyal{
        display: none;
    }
    .headnav_item .headnav_itema{
        padding: 0 16px;
    }
}



@media screen and (max-width:1440px) {
    video,
    iframe {
        width: 100%;
        /* min-height: 520px; */
    }
    .foot_ctbox {
        padding-right: 50px;
    }
    .foot_cl {
        padding-right: 20px;
    }
    .pb120 {
        padding-bottom: 80px;
    }

    .headnav_cqxlbox_item{
        padding: 0 10px;
    }
    .headnav_cqxlbox_itemtitle>a p{
        font-size: 15px;
        width: calc(100% - 20px);
        padding: 1.5rem;
    }
}

@media screen and (max-width:1200px) {
    .headnav_item .headnav_itema {
        padding: 0 5px;
    }
    .headnav_cqxlbox_itemtitle>a{
        max-width: 125px;
        font-size: 16px;
    }
    /* 头部 */
    .headnav {
        /* padding-left: 20px; */
    }
    .headlogo_boxtxt {
        /* display: none; */
    }
    .headnav_cqxlbox {
        padding: 40px 0 50px;
    }

    .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: 16px;
    }
    /* 内页新闻 */
    .nyxwcta_txt {
        padding: 0 30px;
    }
    .nyxwcta_sj {
        padding: 0 20px;
    }
    .nyxwct .nyxwcta {
        height: 180px;
    }
    /* 数值展示 */
    .shuzhi_item {
        height: 130px;
    }
    .shuzhi_itemboxt span {
        font-size: 30px;
    }
    .shuzhi_itemboxt sup {
        margin-top: 22px;
        font-size: 14px;
    }
    .shuzhi_itembox {
        font-size: 14px;
    }
    .shuzhi_item::before {
        height: 40px;
    }
    /* 内页分类切换 */
    .nyflqhbox .nyflqha {
        font-size: 14px;
    }
    /* 内页其他引导 */
    .nyqtyd .nyqtyda {
        height: 300px;
    }
}

@media screen and (max-width:992px) {
    video,
    iframe {
        width: 100%;
        /* min-height: 250px; */
    }
    .nycqlbrbox_fy {
        margin: 20px 0 100px;
    }
    /* 头部 */
    .headnav {
        display: none;
    }
    .headlogo_boxtxt {
        display: block;
    }
    .headlogo_boxtxt h1{
        font-size: 20px;
        line-height: 1;
    }
    .headlogo_boxtxt p {
        letter-spacing: 0px;
    }
    .headlogo_boxtxt p{
        font-size: 12px;
        padding-top:2px; ;
    }
    /* 尾部 */
    .foot_ctbox_itemtit>a {
        font-size: max(1.6vw,15px);
    }
    .foot_title {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        margin: 0;
        transform: unset;
        /* background: #015dc2; */
        flex-flow: column;
    }
    .foot_title_itemi i {
        font-size: max(36px,6vw);
        /* color: #fff; */
    }
    .foot_title_itemtxt p {
        /* display: none; */
        /* color: #fff; */
        margin-bottom: 0;
        font-size: max(3vw,18px);
        line-height: 18px;
    }
    .foot_title_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 2rem;
    }
    .foot_title_item>div {
        /* width: 100%; */
        /* text-align: center; */
        /* color: #fff; */
        /* margin-right: 1rem; */
    }
    .foot_title_itemtxt {
        margin-left: 1rem;
        /* margin-top: -10px; */
    }
    .foot_title_itemtxt span {
        /* font-weight: 600; */
        /* color: #fff; */
        font-size: max(2vw,13px);
    }
    .foot_title>a {
        /* height: 100px; */
        width: 100%;
        display: block;
        max-width: 100%;
        background: #f3f3f3;
        color: #fff;
        padding: 1rem 0;
    }
    .foot_title a{
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        /* border-top: 1px solid rgba(255, 255, 255, 0.8); */
    }
    .foot_title>a::after{
        display: none;
    }
    .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);
    }
    .mno {display: none;}
    .foot_db {
        margin-top: 40px;
    height: 70px;
    border-top: none;
    padding-top: 25px;
    }
    
    .foot {
        margin-top: 50px;
        padding-top: 0;
    }
    .mb_btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nybgt_txth {
        font-size: 38px;
    }
    /* 尾部增 */
    .foot_ctbox {
        margin-top: 30px;
        padding: 0;
    }
    .foot_cl {
        padding: 0;
    }
    .foot_cllogo {
        /* display: none; */
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 50px;

    }
    .foot_fx {
        padding-right: 0;
        margin: 20px -15px;
    }
    .foot_wx {
        margin: 0 -15px;
        padding: 0;
        max-width: 120px;
        width: 100%;
        text-align: center;
    }
    .foot_ctbox_item {
        padding: 0;
    }
    .foot_ctbox_itemct {
        margin-top: 0;
        padding-bottom: 30px;
    }
    .foot_ctbox_itemtit {
        height: 50px;
        border-bottom: 1px solid #d5d5d5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .foot_ctbox_itemtit i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        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-bottom: 1px dashed #d5d5d5;
    }

    .foot_db>div,.foot_db>div, .foot_db>div a{
        padding: 0;
        text-align: center;
        line-height: 1.2;
        /* font-size: 12px; */
    }
    .foot_dbr{
        display: none;
        /* padding: 0; */
    }
    /* 内页项目标题 */
    .nybgb{
        background: #015dc2;
    }
    .nyxmbt {
        margin-top: 40px;
    }
    .nyflqh {
        margin-top: 30px;
    }
    .nyflqhbox {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        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;
    }
    .nyflqhbox .nyflqha.on {
        background-color: #efefef;
        color: #333;
        font-family: 'arial,Microsoft YaHei';
    }
    /* 分页 */
    .nyfy {
        margin-top: 40px;
    }
    .faqs_fy {
        margin-top: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /* 内页其他引导 */
    .nyqtyd .nyqtyda {
        height: 200px;
    }
    .nyqtydadw {
        font-size: 22px;
    }
    .nyqtyd {
        margin-top: 20px;
    }
    /* 内页项目分栏 */
    .nycqlbldw {
        display: none;
    }
    .nyfwnrboxl {
        margin-top: 50px;
        padding: 0;
    }
    .nyfwnrboxlbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        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: #ec871b;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .nyfwnrboxlbox .nyfwnrboxlboxa:hover span {
        transform: translateX(0);
        color: #ec871b;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .nyfwnrboxr {
        padding: 40px 0 50px;
    }
    /* 右侧css */
    .cndns-right-meau,
    .cndns-right-meau,
    .cndns-right-meau {
        display: none;
    }

    .shuzhi_itembox{
        font-size: 13px;
        margin-top: 0;
        line-height: 1.2;
    }
    .shuzhi_itemboxt sup{
        margin-top: 10px;
    }
    #baguetteBox-overlay .full-image figcaption{
        font-size: 15px;
      }
      .headqt_ss{
        display: none;
      }
      .foot_weixin{
        display: none;
      }
}
.mblm { display: none; }
@media screen and (max-width:768px) {
    video,
    iframe {
        width: 100%;
        /* min-height: 220px; */
    }
    .sqfw_title span {
        height: 1px;
    }
    .nybgb {
        /* background: #ec871b; */
    }
    .headqt_yy>a {
        margin-right: 20px
    }
    .headqt_yy i {
        display: none
    }
    /* 分页 */
    .nyfy {
        margin-top: 30px;
    }
    .nycqlbrbox_fy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /* 头部 */
    .headsbig {
        height: 62px;
    }
    .headsbox_zw {
        height: 62px;
    }
    .headqt_yydw {
        top: 62px;
        display: none !important;
    }
    .headqt_ss {
        display: none;
    }
    .headlogo_boxtxt {
        /* margin-left: 0; */
        /* margin-top: 0; */
    }
    .headlogo_boximg img {
        /*	width: 80%*/
        height: 50px;
    }
    .headlogo_boximg img:last-child {
        /* display: none; */
    }
    .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_cl {
        padding-right: 15px;
    }
    /* 数值 */
    .numCount {
        padding: 6vw 0 5vw;
    }
    .shuzhi_item {
        height: 80px;
    }
    .shuzhi_itemboxt {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        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 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .shuzhi_itemboxt span {
        font-size: 26px;
    }
    .shuzhi_item::before {
        height: 30px;
    }
    /*  内页背景 */
    .nybgt_txth {
        font-size: 32px;
    }
    .nybg {
        height: 40px;
        background: #015dc2;
    }
    .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: 40px;
    }
    .nyflqhbox .nyflqha {
        border-bottom: 1px solid #d9d9d9;
        /* background-color: #efefef; */
        border-radius: 0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 0;
        display: block;
        padding: 0 5px;
    }
    .nyflqhbox .nyflqha.on .nyflqhadw {
        display: none;
    }
    .nyqtydadw {
        /* font-size: 26px; */
    }
    /* 内页项目分栏 */
    .nyfwnrboxr {
        /* padding: 40px 0 90px; */
    }
    .nyfwnrboxlboxa span {
        font-size: 14px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        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;
    }
  
    .foot_fx {
        padding-left: 0;
    }
    .nyfwnrboxl {
        margin-top: 40px;
    }
    .foot_ct {
        padding: 0px 40px 30px 40px;
        margin: 0 !important;
    }
    .foot_db {
        padding: 30px 25px;
        margin: 0 !important;
        text-align: center;
        font-size: 12px;
    }

    .gssm_scrollbar.swiper-scrollbar{ display: none;}
    .gssmboxr_txtct {}
    .mblpc { display: none; }
    .mblm { display: block; }
    .gsry_prev i, .gsry_next i { font-size: 24px !important; color: #999 !important;}

}
.gssmboxr_txt {padding-top: 10px;}
.gszsboxllb_title {padding-top: 10px;}

@media screen and (max-width: 576px) {
    .nymbx>a {
        font-size: 14px;
    }
    .nymbx>i {
        color: #fff;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 4px;
        margin-top: 2px;
        font-size: 12px;
    }
}
.pno {display: none;}

@media screen and (max-width: 992px) {
    .nycqlblbox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    
    .nycqlblbox_item {
      width: 50%;
      margin-bottom: 20px;
    }
    .nycqlblbox_itemtitlelr{ display: none !important;}
    .nycqlbl { padding: 0 !important; background: none !important; }
    .nycqlblbox_itemct {padding-bottom: 15px !important;}
    .nycqlblbox_item { margin-bottom: 0px !important;}
    .foot_title {padding-top: 15px; background:#f3f3f3;}
    .pno {display: inline-block;}
    .mno {display: none;}
  }
    .nycqlblbox_itemtitlelr .iconfont {color: #bbb;font-size: 14px;}
    .nycqlblbox_itemtitlelr.on .iconfont {color: #333;}