.main-container {
    background: #fff;
}

.page-header-style2 {
    min-width: 1200px;
    z-index: 10;
    position: relative;
}

.page-header-style2 .header-container {
    min-height: 120px;
    width: 1600px;
}

.page-header-style2 .nav-container>.item>a {
    cursor: pointer;
    font-size: 22px;
    height: 74px !important;
    line-height: 74px;
    position: relative;
    z-index: 1111;
}

.page-header-style2 .obj-name {
    display: none;
}

.page-header-style2 .menu-status {
    display: none;
}

.page-header-style2 .nav-container {
    overflow: unset;
    width: 1600px;
}

.page-header-style2 .nav-container>.item>a:hover {
    font-weight: 600;
}

.page-header-style2 .header-nav-list {}

.page-header-style2 .header-nav-list .item.current>a {
    border-bottom: none;
}

.page-header-style2 .nav-container {
    height: 74px;
}

/*头部菜单动态设置 margin-right 间距!!!!! */
.page-header-style2 .nav-container>.item {
    margin-right: 0;
    padding: 0 30px;
    height: 74px;
    position: relative;
}

.page-header-style2 .nav-container>.item:nth-last-child(2)::before {
    content: '|||||';
    position: absolute;
    left: -54px;
    top: 10px;
    padding: 0 0 0 20px;
    z-index: 20;
    display: none;
}

.page-header-style2 .nav-container>.item:nth-last-child(2):hover::before {
    color: #333;
    font-weight: 400;
}

.page-header-style2 .nav-container>.seg {
    margin-right: 0;
    padding: 8px 9px;
    float: left;
}

.page-header-style2 .nav-container>.item.current {
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: 100% 100%;*/
    background-size: cover;
}

.page-header-style2 .nav-container .item:hover,
.page-header-style2 .nav-container .item.current {
    background: rgb(41, 86, 166);
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.page-header-style2 .nav-container>.item .item-list {
    display: none;
    min-width: 150px;
    max-width: 474px;
    position: absolute;
    left: 0;
    top: 74px;
    text-align: left;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: rgb(255, 255, 255);
    z-index: 3;
    white-space: normal;
}

.page-header-style2 .nav-container>.item:hover .item-list {
    display: block;
}

.page-header-style2 .nav-container>.item .item-list .li-second {
    padding: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.page-header-style2 .nav-container>.item .item-list .second-t {
    font-size: 14px;
    color: #333 !important;
    font-weight: 400;
}

.page-header-style2 .nav-container>.item .item-list .li-second:last-child {
    border-bottom: none;
}

.page-header-style2 .nav-container>.item .item-list .three-list {
    max-width: 440px;
}

.page-header-style2 .nav-container>.item .item-list .three-list a {
    display: inline-block;
    /* width: 113px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    margin-top: 16px;
    margin-right: 10px;
    color: #333 !important;
    font-weight: 400;
}

.page-header-style2 .nav-container>.item .item-list .second-t:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #999999;
    vertical-align: middle;
    margin-right: 6px;
    border: 1px solid #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*下拉菜单背景、文字颜色设置*/
.page-header-style2 .nav-down-list {
    background: #ffffff;
    color: #333333;
    z-index: 999;
}

.page-header-style2 .img-logo img {
    max-height: 60px;
}

.page-header-style2 .bg-img {
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -178px;
    width: 338px;
    height: 85px;
    opacity: 0.12;
}

.page-header-style2 .bg-img img {
    width: 100%;
    height: 100%;
}

.page-header-style2 .search-input {
    position: absolute;
    right: 0;
    top: 37px;
}

.page-header-style2 .search-input input {
    width: 100%;
    font-size: 18px;
    padding: 0 40px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
}

.page-header-style2 .search-input .icon-search {
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 14px;
    width: 10px;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background: url(../images/icon-search.png) no-repeat 50%;
    background-size: 40%;
}

.page-header-style2 .href-main {
    position: absolute;
    top: 43px;
    right: 294px;
    width: 100px;
    color: #fff;
    font-size: 18px;
}
.page-header-style2 .href-main2 {
position: absolute;
top: 43px;
right: 387px;
width: 100px;
color: #fff;
font-size: 18px;
}}
.page-header-style2 .top-box {
    color: #fff;
}

.grid-wrap {
    position: relative;
    margin: 0 auto;
    width: 1600px;
    box-sizing: border-box;
    padding: 14px;
}

.page-banner-style22 {
    height: 100%;
}

.page-banner-style22 .banner-slide-box {
    position: relative;
    width: 100%;
}

.page-banner-style22.css-isFullScreen .banner-slide-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.banner-box {
    position: absolute;
    width: 100%;
    top: 194px;
    left: 0;
}

.page-banner-style22 .full-banner {
    width: 100%;
    height: 450px;
}

.page-banner-style22 .full-banner .swiper-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.page-banner-style22 .full-banner .swiper-slide .img-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.page-banner-style22 .full-banner .swiper-slide img,
.page-banner-style22 .full-banner .swiper-slide video {
    min-width: 100%;
    width: auto;
    height: 100%;

}

.page-banner-style22 .device {
    position: absolute;
    bottom: 25%;
    right: 10px !important;
    z-index: 4;
    text-align: right;
}

.page-banner-style22 .device>span {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
}

.page-banner-style22 .device .arrow-left {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 30px;
    height: 30px;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-banner-style22 .device .arrow-right {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 6px;
}

.page-banner-style22 .device .next {
    font-size: 16px;
    margin-top: 20px;
    color: #ffffff;
    text-align: right;
}

.page-banner-style22.css-isFullScreen .swiper-slide .info-box {
    width: 1176px;
    margin: 0 auto;
    left: 130px;
    bottom: 200px;
}

.page-banner-style22 .swiper-slide .info-box {
    position: absolute;
    left: 50px;
    bottom: 25%;
    text-align: left;
    max-width: 480px;
}

.page-banner-style22 .swiper-slide .info-box .slide-title {
    font-size: 20px;
    display: inline-block;
}

.page-banner-style22 .swiper-slide .info-box .slide-hint {
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.page-banner-style22 .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.page-banner-style22 .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.page-banner-style22 .swiper-active-switch {
    background: #fff;
}

.grid-box {
    width: 100%;
    background: url(../images/search-bg.png) 100% 100% no-repeat;
}

.grid-wrap.search-gird {

    margin-top: 451px;
    padding: 0;
}

.eng-search-style62 {
    position: relative;
}

.eng-search-style62 .search-tabs {
    text-align: left;
    width: 100%;
    height: 47px;
    overflow: hidden;
    position: relative;
    top: 4px;
}

.eng-search-style62 .search-tabs>span {
    display: inline-block;
    padding: 0 24px;
    height: 47px;
    line-height: 47px;
    font-size: 22px;
    color: inherit;
    cursor: pointer;
    vertical-align: top;
    background: rgb(18, 87, 172);
}

.eng-search-style62 .search-tabs>span.current {
    color: #ffffff;
}

.eng-search-style62 .ipt-box {
    height: 53px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}

.eng-search-style62 .ipt-box .bder-box {
    height: 100%;
    width: 100%;
    border: 1px solid rgb(18, 87, 172);
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    overflow: hidden;
}

.eng-search-style62 .ipt-box .ipt {
    text-indent: 16px;
    height: 40px;
    width: calc(100% - 145px);
    border: none;
    outline: none;
    font-size: 16px;
    border-left: 1px solid #EEEEEE;
    margin-top: 8px;
}

.eng-search-style62 .ipt-box .btns {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 0;
}

.eng-search-style62 .ipt-box .btn-search {
    padding: 0 36px;
    max-width: 130px;
    min-width: 68px;
    height: 100%;
    border-radius: 4px;
    font-size: 22px;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    margin-right: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eng-commoncss-search .radio-list .radio-box {
    font-size: 18px !important;
}

.eng-commoncss-search .radio-list .radio-box span {
    margin-right: 11px !important;
    margin-bottom: 4px !important;
}

.eng-commoncss-search .radio-list .radio-box input[type=radio]:checked+.icon-radio+.icon-radio-checked {
    color: rgb(18, 87, 172);
}

.eng-search-style62 .ipt-box .btn-search:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.eng-search-style62 .ipt-box .btn-search:last-child {
    margin-right: 0;
    background: rgb(18, 87, 172);
}

.eng-search-style62 .ui-select-big .select2-container .select2-selection--single {
    height: 52px;
}

.eng-search-style62 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
    padding-right: 30px;
    letter-spacing: 0;
}

.eng-search-style62 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px !important;
}

.ui-select-big .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 52px !important;
}

.eng-search-style62 .ui-select-big .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 45%;
}

.eng-search-style62 .search-content {
    padding: 24px 120px;
    box-sizing: border-box;
}

.search-content .search-tabs .eng-hint {
    font-size: 18px;
    text-align: left;
    display: inline-block;
    max-width: calc(100% - 60px);
    margin-left: 44px;
    margin-top: 6px;
    color: #333;
}

.eng-search-style62 .radio-box .icon-radio {
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
}


.content-wrap {
    margin-top: 12px;
    font-size: 0;
    letter-spacing: 0;
    height: 524px;
    overflow-y: hidden;
}

.grid-wrap.icon {
    font-size: 0;
    letter-spacing: 0;
}

.eng-icons-style4 {
    padding-top: 16px;
    box-sizing: border-box;
    /* 默认是0px,可动态设置 */
    border-radius: 0px;
}

.eng-icons-style4 .icons-list {
    padding-left: 40px;
    font-size: 0;
}

.eng-icons-style4 .icons-list a {
    display: inline-block;
    margin: 0 40px 16px 0;
    width: calc((100% - (40px * 8)) / 9);
    color: inherit;
    vertical-align: top;
}

.eng-icons-style4 .icons-list a:nth-child(11n) {
    margin-right: 0;
}

.eng-icons-style4 .icons-list a .icon-box {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 auto;
}

.eng-icons-style4 .icons-list a .icon-box img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
}

.eng-icons-style4 .icons-list a:hover .icon-box img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.eng-icons-style4 .icons-list a .item-name {
    margin-top: 8px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.eng-icons-style4 .icons-list a:hover .item-name {
    font-weight: bold;
    color: rgb(18, 87, 172);
}

.graphic-box1 {
    padding-top: 16px;
    width: 788px;
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
}

.graphic-box1 .eng-tabs {
    margin: 0 16px 16px;
    width: auto;
}

.graphic-box1 .cover {
    width: 100%;
    height: 280px;
    position: relative;
}

.graphic-box1 .cover .img-box {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.graphic-box1 .cover .img-box img {
    width: 100%;
    height: 100%;
}

.graphic-box1 .cover .hint-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 34px 0 27px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    color: #ffffff;
}

.graphic-box1 .cover .hint-box img {
    width: auto;
    height: 22px;
    margin-right: 18px;
    margin-top: 4px;
}

.graphic-box1 .cover .hint-box .hint-text {
    line-height: 20px;
    display: inline-block;
    max-width: calc(100% - 140px);
}

.graphic-box1 .cover .hint-box>span {
    position: relative;
    z-index: 1;
}

.graphic-box1 .cover .hint-box .hint-time {
    color: #9E9E9E;
    font-size: 16px;
}

.graphic-box1 .cover .hint-box .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: rgba(8, 68, 142, 0.5);
}

.content-wrap .item-engine-title .title-t img {
    width: 41px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px;
    margin-bottom: 4px;
}

.content-wrap .item-engine-title .title-t {
    font-size: 28px;
    font-weight: bold;
    color: #08448E;
}

.content-wrap .item-engine-title .more {
    top: 12px;
}

.graphic-box1 .eng-tabs-info .cover .icon-circle {
    color: #ffffff;
    z-index: 1;
}

.graphic-box1 .eng-tabs-info .icon-circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

.graphic-box1 .eng-tabs-info .list li {
    padding: 24px 37px 16px 27px;
    position: relative;
    font-size: 18px;
    /*line-height: 20px;*/
    cursor: pointer;
    border-bottom: 1px solid #EEEEEE;
}

.graphic-box1 .eng-tabs-info .list li img {
    height: 22px;
    width: auto;
    margin-right: 19px;
}

.graphic-box1 .eng-tabs-info .list li .title {
    display: inline-block;
    max-width: 58%;
}

.graphic-box1 .eng-tabs-info .list li .time {
    float: right;
    font-size: 16px;
    opacity: .6;
    max-width: 28%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #9E9E9E;
    margin-top: 6px;
}

.text-box {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 860px);
    color: #333;
    padding: 20px 0;
    box-sizing: border-box;
}

.text-box .str_wrap .str_move {
    padding-right: 16px;
}

.text-box .text-list-wrap {
    padding: 0 15px;
}

.text-box .text-list-wrap li {
    height: 52px;
    line-height: 52px;
    text-align: left;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 16px 27px;
    margin-bottom: 41px;
}

.text-box .text-list-wrap li img {
    height: 22px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
}

.text-box .text-list-wrap li .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: inherit;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.text-box .text-list-wrap li .time {
    font-size: 16px;
    color: inherit;
    opacity: .6;
}

.new-eng-image-style17 {
    padding-top: 16px;
    padding-bottom: 94px;
}

.new-eng-image-style17 .item-engine-title {
    text-align: center;
    margin: 68px 0;
}

.new-eng-image-style17 .item-engine-title .title-t {
    display: inline-block;
    color: #08448E;
    font-size: 32px;
    width: 284px;
    background: url(../images/image-logo.png) no-repeat 100% 100%;
    background-size: 100%;
}

.new-eng-image-style17 .muchimgs-wrap {
    padding: 0 24px;
}

.new-eng-image-style17 .list {
    font-size: 0;
    line-height: 20px;
    overflow: hidden;
    padding-left: 24px;
    color: inherit;
}

.new-eng-image-style17 .list .app-scroll {
    display: table;
    width: 100%;
}

.new-eng-image-style17 .list .name {
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 20px;
}

.new-eng-image-style17 .list .name:hover {
    font-weight: bold;
}

.new-eng-image-style17 .list .hint {
    color: #999999;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-eng-image-style17 .mini-img-box {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    /*默认为170px,若设置了一排几个，则为动态计算*/
    /*width: 170px;*/
    width: calc(100% / 5 - 34px);
    margin: 0 32px 40px 0;
    cursor: pointer;
}

.new-eng-image-style17 .mini-img-box .img-box {
    width: 100%;
    height: 127px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #ffffff;
}

.new-eng-image-style17 .image-more {
    text-align: center;
    margin-top: 56px;
}

.new-eng-image-style17 .image-more button {
    border: 1px solid #08448E;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    padding: 0 43px;
    border-radius: 30px;
    background: none;
    color: #08448E;
    cursor: pointer;
}

.new-eng-image-style17 .image-more button i {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 12px;
}

.new-eng-image-style17 .eng-tabs-info .mini-img-box:hover .img-box .jqthumb {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.new-eng-image-style17 .mini-img-box .img-box .jqthumb {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out;
}

/*圆角*/
.new-eng-image-style17.isImgRadius .img-box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: rotate(0deg);
}

/* 更多样式 */
.new-eng-image-style17 .muchimgs-wrap .more {
    font-size: 14px;
    color: #999999;
    display: inline-block;
}

.new-eng-image-style17 .muchimgs-wrap .more .icon-up {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 10px;
    position: relative;
    top: -1px;
}

.page-footer-style4 {
    padding: 30px 0 0;
    overflow: hidden;
}

.page-footer-style4 .w-content {
    width: 1600px;
    margin: 0 auto;
}

.page-footer-style4 .item-left {
    width: 365px;
    height: 200px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.page-footer-style4 .item-left .left-img {
    margin-bottom: 29px;
}

.page-footer-style4 .item-left .left-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.page-footer-style4 .item-left .left-img img {
    height: 150px;
    width: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out;
}

.page-footer-style4 .item-left .left-logo {
    height: 36px;
}

.page-footer-style4 .item-left .left-logo img {
    height: 100%;
    width: auto;
}

.page-footer-style4 .item-center {
    width: 400px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-footer-style4 .item-list {
    width: 400px;
    padding-left: 54px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-footer-style4 .item-list .img-box {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 48px;
    text-align: center;
}

.page-footer-style4 .item-list .img-box span {
    display: inline-block;
    margin-top: 17px;
    font-size: 16px;
    color: #CECECE;
}

.page-footer-style4 .item-list .img-box:last-child {
    margin-right: 0;
}

.page-footer-style4 .item-list .img-box img {
    width: 100%;
    height: 100%;
}

.page-footer-style4 .item-right {
    width: 430px;
    padding-left: 33px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-footer-style4 .item-title {
    font-size: 18px;
    margin-bottom: 36px;
    color: #fff;
}

.page-footer-style4 .item-center .hint {
    font-size: 16px;
    margin-bottom: 20px;
    color: inherit;
}

.page-footer-style4 .item-right .ui-btn {
    display: inline-block;
    width: 154px;
    padding: 7px 2px;
    text-align: center;
    border: 1px solid;
    font-size: 16px;
    color: inherit;
    margin-bottom: 22px;
    margin-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-footer-style4 img.icon {
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.page-footer-style4 .btm {
    margin-top: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: inherit;
    background: rgba(0, 0, 0, .3);
}

.page-footer-style4 .btm>span,
.page-footer-style4 .btm>a {
    margin-right: 16px;
    vertical-align: middle;
}

.page-footer-style4 .btm>a * {
    vertical-align: middle;
}


.custom-box {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 200;
}

.custom-box .list-item {
    display: table-row;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.custom-box .list-item:first-child .box {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.custom-box .list-item:last-child .box {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.custom-box .list-item .box {
    position: relative;
}

.custom-box .list-item .box:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
}

.custom-box .list-item .txt {
    padding: 0 6px;
    position: relative;
}

.custom-box .list-item .box:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.custom-box .list-item:last-child {
    margin-bottom: 0;
}

.custom-box .list-item:hover .big-box {
    display: block;
}

.custom-box .list-item img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.custom-box .list-item .big-box {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    background: #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    display: none;
}

.nav-box {
    position: fixed;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10000;
}

.nav-box ul {
    padding: 4px;
}

.nav-box ul li {
    width: 58px;
    height: 58px;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, .6);
    text-align: center;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    padding: 8px 0 0 0;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.nav-box ul li.active {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
}

.nav-box ul li: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);
    border-radius: 50%;
}

.nav-box ul li a {
    display: block !important;
    width: 100% !important;
    text-align: center;
    font-size: 14px;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 22px !important;
    color: #000;
}

@media only screen and (min-width: 1px) and (max-width: 1600px) {
    .page-header-style2 .header-container {
        width: 100%;
    }

    .page-header-style2 .nav-container>.item {
        margin-right: 0;
        padding: 0 16px;
        height: 74px;
        position: relative;
    }

    .page-header-style2 .nav-container {
        width: 100%;
    }

    .grid-wrap {
        width: 100%;
    }

    .page-footer-style4 .w-content {
        width: 100%;
    }

    .page-footer-style4 .item-center {
        width: 380px;
    }

    .page-footer-style4 .item-list {
        width: 380px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .page-header-style2 {
        min-width: auto;
    }

    .page-header-style2 .top-box {
        padding: 0;
    }

    .page-header-style2 .img-logo,
    .page-header .after-login .user-name,
    .page-header .after-login .icon-arrow {
        display: none !important;
    }

    .page-header-style2 .menu-status {
        display: block;
        font-size: 18px;
        line-height: 22px;
    }

    .page-header-style2 .obj-name {
        display: block !important;
        max-width: 50%;
        position: absolute;
        top: 14px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 16px;
        font-weight: 500;

    }

    .page-header .after-login {
        height: auto;
        line-height: 1;
    }

    .page-header .after-login .user-cover {
        width: 22px;
        height: 22px;
    }

    .page-header .after-login {
        padding: 0;
    }

    .page-header-style2 .header-container {
        width: 100%;
        min-height: 0;
        padding: 14px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 50px;
    }

    .page-header-style2 .ui-select-mini {
        display: none;
    }

    .page-header-style2 .ipt-box {
        display: none;
    }

    .page-header-style2 .header-nav-list {
        display: none;
    }

    .page-header-style2 .search-input {
        display: none;
    }

    .page-header-style2 .nav-container {
        width: 100%;
        height: auto;
        overflow: unset;
        white-space: unset;
    }

    .page-header-style2 .nav-container:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
    }

    .page-header-style2 .bg-img {
        display: none
    }

    .page-header-style2 .href-main {
        display: none;
    }

    .page-header-style2 .nav-container>.item:nth-last-child(2) {
        margin-left: 0;
    }

    .page-header-style2 .nav-container>.item:nth-last-child(2)::before {
        display: none;
    }

    .page-header-style2 .nav-container>.item {
        width: 50%;
        margin-right: 0;
        padding: 8px !important;
        font-size: 18px;
        height: 52px;
        box-sizing: border-box;
    }

    .page-header-style2 .nav-container>.item>a {
        height: 42px !important;
        line-height: 42px;
    }

    .page-header-style2 .nav-container>.item .item-list {
        top: 52px;
        z-index: 200;
    }

    .banner-box {
        z-index: 5;
        top: 0;
    }

    .page-banner-style22 .full-banner {
        height: 200px;
    }

    .page-banner-style22 .full-banner .swiper-wrapper {
        height: 200px;
    }

    .grid-wrap {
        width: auto;
        padding: 0;
        margin-top: 0 !important;
    }

    .graphic-box1 {
        width: 100%;
        margin-right: 0;
    }

    .text-box {
        width: 100%;
    }

    .scrollTextBox {
        height: auto !important;
    }

    .grid-wrap.search-gird {
        margin-top: 150px !important;
    }

    .eng-search-style62 .search-content {
        padding: 24px 16px;
        position: static;
        position: unset;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .eng-search-style62 .search-content .select-box {
        display: none;
    }

    .eng-search-style62 .search-content .right {
        width: 100%;
        margin-left: 0;
    }

    .eng-search-style62 .ipt-box .ipt {
        width: calc(100% - 100px);
    }

    .eng-search-style62 .search-tabs {
        display: none;
    }

    .eng-search-style62 .ipt-box {
        padding-right: 64px !important;
    }

    .eng-search-style62 .ipt-box .btn-search {
        margin-right: 0;
        width: 66px;
        height: 100%;
        padding: 0;
    }

    .eng-search-style62 .ipt-box .btn-search:nth-of-type(n+2) {
        display: none;
    }

    .eng-icons-style4 {
        padding-top: 4px;
    }

    .eng-icons-style4 .icons-list {
        padding: 0 1% !important;
    }

    .eng-icons-style4 .icons-list a {
        float: left !important;
        width: calc(100% / 6);
        margin: 8px 0 !important;
    }

    .eng-icons-style4 .icons-list a:nth-of-type(n+13) {
        display: none !important;
    }

    .eng-icons-style4 .icons-list a .icon-box {
        width: 50px;
        height: 50px;
    }

    .eng-icons-style4 .icons-list a .item-name {
        font-size: 12px;
    }

    .new-eng-image-style17 {
        padding-bottom: 30px;
    }

    .new-eng-image-style17 .muchimgs-wrap {
        padding: 0 2%;
    }

    .new-eng-image-style17 .list {
        max-height: unset;
        padding: 0 2%;
    }

    .new-eng-image-style17 .mini-img-box {
        display: inline-block;
        width: calc((100% - 24px) / 2);
        height: auto;
        margin: 0 24px 20px 0 !important;
    }

    .new-eng-image-style17 .mini-img-box:nth-child(2n) {
        margin-right: 0 !important;
    }

    .new-eng-image-style17 .mini-img-box .img-box {
        height: 5em;
    }

    .new-eng-image-style17 .eng-tabs {
        text-align: left;
        border-bottom: 1px solid #EEE;
        margin-bottom: 15px;
        max-width: calc(100% - 70px);
    }

    .new-eng-image-style17 .eng-tabs span {
        font-size: 16px;
        padding: 0;
        margin-right: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333333;
    }

    .new-eng-image-style17 .item-engine-title .title-t font {
        color: #333333 !important;
    }

    .new-eng-image-style17 .list .name {
        color: #333333;
    }

    .new-eng-image-style17 .eng-tabs span:nth-of-type(5) {
        display: inline-block !important;
    }

    .new-eng-image-style17 .image-more {
        margin: 30px 0 0 0;
    }

    .page-footer-style4 {
        padding: 16px 0 0;
    }

    .page-footer-style4 .w-content {
        width: 100%;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-footer-style4 .item-left {
        width: 100%;
        height: auto;
        padding-right: 0;
        text-align: center;
    }

    .page-footer-style4 .item-center {
        width: 100%;
        border: none;
        padding-left: 0;
    }

    .page-footer-style4 .item-right {
        width: 100%;
        padding-left: 0;
        margin-top: 16px;
        font-size: 0;
        border-left: none;
    }

    .page-footer-style4 .item-right .ui-btn {
        margin-right: 10px;
        width: calc(50% - 5px);
        vertical-align: top;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .page-footer-style4 .item-right .ui-btn:nth-child(2n) {
        margin-right: 0;
    }

    .page-footer-style4 .btm {
        height: 100%;
        margin-top: 16px;
    }

    .page-footer-style4 .btm>span {
        width: 100%;
        display: inline-block;
        line-height: 30px;
        margin-right: 0;
    }

    .page-footer-style4 .item-list {
        padding-left: 0;
        border-left: none;
    }
}
