/*调用外部字体*/ 
@font-face {
    font-family: "AliRegular";
    src: url("../font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.eot"); /* IE9 */
    src: url("../font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff") format("woff"), /* chrome、firefox */
    url("../font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.svg#AlibabaPuHuiTi-3-55-Regular") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "AliMedium";
    src: url("../font/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.eot"); /* IE9 */
    src: url("../font/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../font/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.woff") format("woff"), /* chrome、firefox */
    url("../font/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../font/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.svg#AlibabaPuHuiTi-3-65-Medium") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
} 
@font-face {
    font-family: "AliBold";
    src: url("../font/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.eot"); /* IE9 */
    src: url("../font/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../font/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.woff") format("woff"), /* chrome、firefox */
    url("../font/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../font/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.svg#AlibabaPuHuiTi-3-85-Bold") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GliBold";
    src: url("../font/Gilroy-Bold-4-34273b76.otf"); /* IE9 */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GliRegular";
    src: url("../font/Gilroy-Regular-3-11f0395a.otf"); /* IE9 */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GliMedium";
    src: url("../font/Gilroy-Medium-2-6f836776.otf"); /* IE9 */
    font-style: normal;
    font-weight: normal;
}
/* CSS Document */
html {
    background: #f5f5f5;
}p,span{
	padding: 0;margin: 0;
}

ul li,dl dd{
    list-style: none;
}
ul,li,dl,dd,dt{
    padding: 0;margin: 0;;
}

body,
html {
    overflow-x: hidden;
}

 
 
body {
   
    font-size: 14px;
    font-family:"AliRegular";
    min-width: 320px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px;
    color: #333333;
    background-color: #fff;
    /*控制内容的可选择性*/
    /*-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;*/
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family:"SourceHanSansCN-Normal"
}

.ul,
form,
dl,
dt,
dd,
.ol,
menu,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
    padding: 0px;
    margin: 0px;
    font-weight: normal; font-family: "AliRegular";
}

.ul li,
.ol li {
    list-style: none;
}

select,
input,
textarea {
    font-family: Geneva, sans-serif;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
    font-size: 14px;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    font-size: 14px;
    font-family: Geneva, sans-serif;
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    margin: 0;
    padding: 0;
}

select {
    height: 38px;
    padding: 0px 10px;
    border: solid 1px #cccccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: #fff url(../images/select_icon.png) no-repeat right; */
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    /*去除苹果样式*/
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}

/*html5设置*/
figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

.text::-webkit-input-placeholder {
    color: #afafaf;
}

.text::-moz-placeholder {
    color: #afafaf;
    /* Mozilla Firefox 19+ */
}

.text::-moz-placeholder {
    color: #afafaf;
    /* Mozilla Firefox 4 to 18 */
}

.text::-ms-input-placeholder {
    color: #afafaf;
    /* Internet Explorer 10-11 */
}

.w60 {
    width: 60%;
}

.w35 {
    width: 35%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

a {
    color: #333333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #174EA1;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0px;
}

.clearfix {
    zoom: 1;
}

table,
table td {
    border-collapse: collapse;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell,
.table-call {
    display: table-cell;
    vertical-align: middle;
}

.ul li em,
.ul li i {
    font-style: normal;
}

.row1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.row2,
.row3,
.row4,
.row5,
.row6 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.row2 {
    -webkit-line-clamp: 2;
}

.row3 {
    -webkit-line-clamp: 3;
}

.row4 {
    -webkit-line-clamp: 4;
}

.row5 {
    -webkit-line-clamp: 5;
}

.row6 {
    -webkit-line-clamp: 6;
}

.fl {
    float: left
}

.fr {
    float: right
}

.img-scale {
    overflow: hidden;
}

.img-scale .pic img,
.img-scale .pic span {
    transition: all 0.7s;
    width: 100%;
}

.img-scale:hover .pic img,
.img-scale:hover .pic span {
    transform: scale(1.1);
}

.hover_shadow {
    transition: all 0.3s ease;
}

.hover_shadow:hover {
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.14);
    transform: translate(0, -8px)
}


.auto {
    margin: auto;
    position: relative;
}

.container {
    max-width: 1360px;
    margin: 0 auto;
}



@media(max-width:1260px) {
    .container {
        padding: 0 2%
    }
}
 

body {
    max-width: 1920px !important;
    margin: 0 auto;
    
}

.header {
    font-size: 16px;
    position: relative;
    z-index: 100;
    background: #174EA1;
    height: 161px;
   
}
.header_top
{
    font-size: 16px;
    position: relative;
    z-index: 100;
    background: #174EA1;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.header_box .header_left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header_box .header_left>*{
    margin-right: 20px;
}

.header .logo {
    float: left;

}

.header .logo img{
    width: 307px;
    height: 65px;
}

.header .line{
width: 1px;
height: 66px;
background: #FFFFFF;
}


.header  .header_slogan{
    font-family:"AliRegular";
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
line-height: 22px;
text-align: left;
font-style: normal;
text-transform: none;
}




 
.header .lan a {
    display: block;
}

.header .search {
    width: 350px;
    height: 40px;
    background: #FFFFFF;
  
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.header .search form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0px 10px;
    height: 100%;
}
.header .pc-search{
    display:flex;
    align-items:center;
    height:100%;
}

 
.header .open-search i
{
    font-size: 30px;
    color: #174ea1;
}
 

.header .search .text {
    padding-left:15px;
    width: 296px;
    height: 30px;
    border: none;
    font-family:"AliRegular";
    font-size: 16px;
}



  .header #searchWrap {
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 76, 153, 0.95);
    z-index: 2025;
}

.header  .change-wrap .open-search{
    background-color: #fff;
    height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header  .change-wrap .open-search i{
    font-size: 20px;
}

@media (max-width: 960px) {
     .header #searchWrap form h2 {
        font-size: 24px;
        margin-bottom: 20px;
        color:#fff;
    }

  
 
    .header #searchWrap form .change-wrap {
        width: 80%;
        height: 40px;
        display: flex;
    }
     .header #searchWrap form .change-wrap input {
        width: 320px;
        height: 40px;
        font-size: 12px;
        padding-left: 10px;
    }
     .header .search  {
        display: none;
    }


    .header  .m-search {
        display: block;
        cursor: pointer;
        position: relative;
        z-index: 2024;
    }
    .header  .search-btn.m-search i{
        font-size: 20px;
        color:#fff;
    }

    .header #searchWrap form .turn-down-search {
        right: 12px;
        top: 80px;
        position: absolute;
    }

    .header #searchWrap form
    {
        position: relative;
    height: 100%;
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }
    .header #searchWrap form .turn-down-search i{
        color:#fff;
        font-size: 20px;
    }

   .header #searchWrap form .change-wrap button {
        height: 40px;
        width: 5rem;
        border: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #fff;
    }
     .header #searchWrap form .change-wrap input {
        width: 80%;
        height: 40px;
        font-size: 12px;
        padding-left: 10px;
        border: none;
       border-top-left-radius: 4px;
       
        border-bottom-left-radius: 4px;
     }
    .header #searchWrap form .change-wrap button i{
        font-size:20px;
        color:#174EA1;
    
    }
}

/*导航 */


.header .mainnav {
    height: 60px;
    display: flex;
    align-items: center;
}

.header .mainnav ul li {
    float: left;
    position: relative;
}

.header .mainnav ul li b {
    display: block;
    padding: 0px 30px;
    font-weight: normal;
}

.header .mainnav ul li b i{
    display: none;
}

.header .mainnav ul li b a{
    display: block;
    height: 60px;
    line-height: 60px;
}

.header .mainnav ul li .sub {
    display: none;
    position: absolute;
    min-width: 100%;
    line-height: 38px;
    background: #2f60ab;
}

.header .mainnav ul li .sub a {
    display: block;
    text-align: center;
    border-top: solid 1px rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 5px;
    transition: all .3s;
    font-family: "AliRegular";
}

.header .mainnav ul li .sub a i{
    display: none;
}

.header .mainnav ul li a{
	 font-family: "AliRegular";
     color:#fff;
     font-size: 18px;
}

.header .mainnav ul li .sub a:hover {
    background-color: #eabe69;
    transition: all .3s;
}

.header .mainnav ul li#wapshow {
    display: none
}

.header .mainnav ul li.active b {
    background-color: #eabe69;
}

.header .mainnav ul li.active b a {
    color: #fff;
    display: block;
}

.header .mainnav#nav_wap {
    display: none
}

.search-btn.m-search{
    display: none;
}

/* 导航end */

.depart_remlist ul {
    display: flex;
    justify-content: space-evenly;
    margin-top: 80px;
    padding-bottom: 40px;
}

.depart_remlist li {
    position: relative;
    text-align: center;
}

.depart_remlist li .pic .k img:nth-child(2) {
    display: none;
}

.depart_remlist li:hover {
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.depart_remlist li:hover .pic .k img:nth-child(2) {
    display: block;
}

.depart_remlist li:hover .pic .k img:nth-child(1) {
    display: none;
}

.depart_remlist li:hover .pic .ico i {
    color: #FFF;
}

.depart_remlist li .pic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.depart_remlist .ico {
    position: absolute;

}

.depart_remlist .ico i {
    font-size: 80px;
    color: #174EA1;
}

.depart_remlist .info {
    font-size: 18px;
    color: #174EA1;
    font-family: "AliBold";
    margin-top: 15px;
}
 
 
@media (max-width:1440px) {
    .header .mainnav {
        padding-right: 20px;
    }

    .header .mainnav ul li b {
        padding: 0 31px;
    }
}

@media (max-width:1400px) {
    .header .logo {
        padding-left: 2%
    }

    .foot_menu ul li {
        padding-left: 50px
    }
}

@media (max-width:1366px) {
    .header .mainnav {
        padding-right: 10px;
    }

    .header .mainnav ul li b {
        padding: 0 26px;
    }
}

@media (max-width:1200px) {

    .header .stock {
        padding-left: 10px;
    }

    .header .stock span {
        padding-left: 10px;
    }

    .header .search_box {
        width: 50px;
    }

    .header .lan {
        width: 50px;
    }

    .header .mainnav ul li b {
        padding: 0 16px;
    }

    .footer .copyright {
        position: relative;
        ;
        padding-left: 2%
    }
}

@media (max-width:1100px) {
    .foot_menu ul li {
        padding-left: 20px
    }
}

@media (max-width:960px) {
    .foot_menu {
        display: none;
    }

    .foot_other {
        float: none;
        text-align: center
    }
}

@media(max-width:1100px) {
    .header {
        line-height: 36px;
        position: relative;
        opacity: 1 !important;
        height: auto;
       
    }
.header_box,.header_top{
    height:60px;
}
    .header_box {
        margin-right:40px;
    }
    .header .line{
        height:40px;
    }
    .header .logo {
        padding: 10px 2%;
        line-height: 36px;
        width: 39%;
        margin-right: 0px;
    }
    .header .header_slogan{
    font-size: 12px;
    line-height: 16px;
    }

    .header .logo img {
        margin-top: 3px;
        max-width: 100%;
        max-height: fit-content;
        width: 100%;
        height: auto;
    }

    .header .stock {
        padding: 10px 0;
        line-height: 18px;
        font-size: 14px;
    }

    .header .stock span {
        padding-left: 10px;
    }

    .header .lan {
        width: auto;
        padding: 10px;
    }

    .header .link {
        padding: 10px;
        display: none;
    }

    .header .search_box {
        padding: 10px 0;
        width: auto; 
    }

    .header .open-search {
        width: 36px;
        height: 36px;
    }

    .header .mainnav {
        float: none;
        position: fixed;
        top: 0;
        left: 100%;
        padding-right: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        /* padding-left: 50%; */
        background: rgba(0, 0, 0, 0.5);
        transition: all 0.3s ease;
        text-align: left;
    }

    .header .mainnav#nav_wap.nav-show {
        transform: translate(-100%, 0);
        display: block;
        background: #fff;
        overflow: scroll;
    }

    .header .mainnav ul {
        background: #174EA1;
        height: 100%;
    }
    .header .mainnav ul li b a{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #174EA1;
    }
    .header .mainnav ul li {
        float: none;
    }

    .header .mainnav ul li b {
        border-top: solid 1px #eeeeee42;
        position: relative
    }

    .header .mainnav ul li b i {
        position: absolute;
        display: block;
        font-size: 14px;
        color: #2f60ab;
        right: 12px;
        top: 0px;
        transform: rotate(90deg);
    }

    .header .mainnav ul li .sub {
        position: relative;
    }

    .header .mainnav ul li#wapshow {
        display: block
    }

    .header #open_nav {
        position: fixed;
        z-index: 101;
        right: 1%;
        top: 6px;
        width: 40px;
        height: 35px;
        transition: background .3s;
        background-color: #2f60ab;
    }

    .header #open_nav i::before,
    .header #open_nav i::after {
        content: '';
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        transition: transform 0.3s;
    }

    .header #open_nav i,
    .header #open_nav i::before,
    .header #open_nav i::after {
        border-radius: 3px;
        background: #FFF;
        position: absolute;
    }

    .header #open_nav i {
        left: 10%;
        margin-top: -1px;
        width: 80%;
        height: 3px;
        top: 18px;
    }

    .header #open_nav i::before {
        top: 8px;
        width: 70%
    }

    .header #open_nav i::after {
        top: -9px;
    }

    .header #open_nav:after {
        content: '';
        display: block;
        background: #FFF;
        width: 3px;
        height: 3px;
        position: absolute;
        border-radius: 4px;
        right: 5px;
        top: 26px;
    }

    .header #open_nav.open_nav_on i {
        background: none
    }

    .header #open_nav.open_nav_on i::before,
    .header #open_nav.open_nav_on i::after {
        top: 0 !important;
    }

    .header #open_nav.open_nav_on i::before {
        width: 100%;
        transform: rotate(45deg);
    }

    .header #open_nav.open_nav_on i::after {
        transform: rotate(-45deg);
    }

    .header #open_nav.open_nav_on:after {
        opacity: 0;
    }
}

@media(max-width:480px) {
    .header .stock {
        display: none;
    }
}

.menu_location {
    position: relative;
    padding: 25px 3%;
    line-height: 60px;
    box-shadow: 0 0 17px 3px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    margin-top: -4%;
    z-index: 3;
}

.menu ul li {
    display: inline-block;
    font-size: 16px;
    margin-right: 0
}

.menu ul li a {
    color: #666666;
    display: inline-block;
    margin: 0 18px;
    position: relative;
}

.menu ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -26px;
    display: block;
    width: 0;
    left: 50%;
    height: 4px;
    background-color: #e60012;
    transition: all 0.4s;
}

.menu ul li.active a {
    color: #e60012
}

.menu ul li.active a:before,
.menu ul li a:hover:before {
    width: 100%;
    left: 0
}

.location {
    float: right;
    padding-left: 24px;
    background: url(../images/icon_location.jpg) no-repeat left
}

.location,
.location a {
    color: #999999
}

.location span {
    color: #0a953d
}

.sub_menu {
    text-align: center;
    padding-top: 5%;
}

.sub_menu ul li {
    font-size: 16px;
    display: inline-block;
    line-height: 55px;
    padding: 0 10px;
}

.sub_menu ul li a {
    color: #999999;
    border: solid 1px #eeeeee;
    display: block;
    min-width: 160px;
    transition: all 0.2s;
}

.sub_menu ul li a:hover,
.sub_menu ul li.active a {
    color: #fff;
    background-color: #e60012;
    border-color: #e60012
}

.column {
    display: none
}

@media(max-width:768px) {
    .menu_location {
        line-height: 48px;
        padding: 3%;
        display: none;
    }

    .location {
        float: none;
    }

    .column {
        color: #fff;
        position: relative;
        display: block;
        text-align: center;
        line-height: 40px;
        background-color: #e60012;
        border-radius: 10px;
    }

    .column:after {
        content: '﹀';
        position: absolute;
        top: 0;
        right: 5%;
    }

    .column.on:after {
        content: '︿';
    }

    .menu {
        display: none;
    }

    .menu ul li {
        display: block;
        margin-right: 0;
        border-bottom: solid 1px #eee;
        padding: 0;
    }

    .menu ul li a {
        display: block;
        text-align: center;
    }

    .menu ul li a:before {
        bottom: 0
    }

    .sub_menu ul li {
        font-size: 14px;
        line-height: 35px;
        padding: 0;
    }

    .sub_menu ul li a {
        min-width: 80px;
    }
}

.Pages {
    text-align: center;
    padding: 4% 0;
    text-align: center;
    line-height: 48px;
}

/* .Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump,
.Pages .a_first,
.Pages .a_end{ display:none;} */
.Pages .p_cur,
.Pages .p_count {
    display: none;
}

.Pages em {
    font-style: normal;
}

.Pages a,
input.i_text,
.i_button {
    border: solid 1px #eeeeee;
    padding: 0px 20px;
    display: inline-block;
    margin: 0 4px;
    line-height: 48px;
}

.i_button,
input.i_text {
    width: 50px;
    display: inline-block
}

.i_button {
    background: url(../images/go.jpg)no-repeat center center;
    cursor: pointer
}

.Pages a.a_cur {
    color: #fff;
    border-color: #e60012;
    background-color: #e60012
}

.Pages a.a_prev,
.Pages a.a_next {
    font-size: 0;
    line-height: 0
}

.Pages a.a_prev:before,
.Pages a.a_next:before {
    font-size: 18px;
    display: inline-block;
    line-height: 48px;
    font-family: SimSun
}

.Pages a.a_prev:before {
    content: '<'
}

.Pages a.a_next:before {
    content: '>'
}

.single {
    padding: 5% 0;
}

.w900 {
    max-width: 900px;
    margin: 0 auto;
}

.single .gpdm {
    width: 58%;
    float: left;
    margin-bottom: 3%;
}

.single .gp {
    width: 40%;
    float: right;
    margin-bottom: 3%;
}

@media(max-width:960px) {
    .single .gpdm {
        width: 100%;
        float: none;
    }

    .single .gp {
        width: 100%;
        float: none;
        text-align: center;
    }

    .Pages .p_cur,
    .Pages .p_count,
    .Pages .p_total,
    .Pages .p_jump,
    .Pages .a_first,
    .Pages .a_end {
        display: none;
    }
}

.info_max_width {
    max-width: 900px;
    margin: 5% auto;
}

.info-article {
    padding-top: 4%;
}

.info-article .title {
    text-align: center
}

.info-article .title h3 {
    font-size: 24px;
    line-height: 34px;
}

.info-article .title .other {
    padding: 20px 0;
    opacity: 0.6
}

.info-article .title .other time {
    padding-right: 20px;
}

.info-article .article {
    line-height: 30px;
    padding: 3% 0;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    text-align: justify;
}

.info-article .article img {
    height: auto !important;
}

.info-other {
    padding: 3% 0;
    opacity: 0.7;
}

.info-other span {
    display: block
}

@media(min-width:960px) {
    .info-article .title h3 {
        font-size: 22px;
    }
}

.single_job {
    background: no-repeat left bottom;
    min-height: 640px;
    background-size: cover;
    padding: 10% 3% 2% 3%;
}

.single_job.shzp {
    background-color: #00e2d7
}

.single_job.xyzp {
    background-color: rgb(11, 138, 188)
}

.single_job .info {
    float: right;
    max-width: 400px;
}

.single_job .txt {
    color: #fff;
    font-size: 18px;
    padding-top: 35px;
    padding-bottom: 25px;
}

.single_job .txt ul li {
    padding: 4px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
}

.single_job .txt ul li a {
    color: #fff;
    display: inline-block;
    padding: 0px 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
}

.single_job .txt ul li a:hover {
    background-color: #0a953d
}

.single_job .link {
    font-size: 16px;
    float: left;
    padding-right: 10px;
}

.single_job .link a {
    color: #fff;
    display: block;
    border: solid 3px #fff;
    text-align: center;
    padding: 23px 33px 43px 33px;
    background: url(../images/icon_job.png) no-repeat center 80%;
}

.single_job .link a:hover {
    background-color: #0a953d
}

.single_job .ewm {
    float: left;
    border: solid 3px #fff
}

.single_job .ewm img {
    width: 114px;
}

.investor_list {
    padding-top: 2%
}

.investor_list ul li {
    margin-top: 3%;
}

.investor_list ul li a {
    padding: 20px 20px 20px 50px;
    display: block;
    background-color: #f5f5f5;
    position: relative;
}

.investor_list ul li h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.investor_list ul li a:before {
    position: absolute;
    display: block;
    left: 10px;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/icon_pdf1.png) no-repeat center center;
    background-size: contain;
}

.investor_list ul li span {
    float: right;
    color: #e60012
}

.investor_list ul li time {
    color: #999999
}

.investor_list ul li a:hover {
    color: #fff;
    background-color: #e60012
}

.investor_list ul li a:hover span,
.investor_list ul li a:hover time {
    opacity: 0.5;
    color: #fff
}

.investor_list ul li a:hover:before {
    background-image: url(../images/icon_pdf2.png)
}

@media(min-width:960px) {
    .investor_list ul li {
        line-height: 36px;
        float: left;
        width: 31.429%;
        font-size: 16px;
    }

    .investor_list ul li:nth-child(3n+2) {
        margin-left: 2.8565%;
        margin-right: 2.8565%;
    }

    .investor_list ul li a {
        height: 250px;
        padding: 50px 50px 0px 90px;
    }

    .investor_list ul li h4 {
        font-size: 24px;
    }

    .investor_list ul li a:before {
        left: 40px;
        width: 40px;
        height: 40px;
    }
}

 


.video_title {
    font-size: 36px;
    margin-top: 4%;
    margin-bottom: 2%;
    line-height: 50px;
}

.video_title span {
    padding-right: 50px;
    display: inline-block;
    position: relative;
}

.video_title span:after {
    content: '';
    position: absolute;
    margin-left: 10px;
    display: inline-block;
    width: 36px;
    height: 50px;
    background: url(../images/video_icon.jpg) no-repeat center center;
    background-size: contain
}

.video_play video {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.video_list {
    padding: 4% 0;
    position: relative
}

.video_list .slick-slide {
    opacity: 0.6;
    text-align: center;
    ;
    position: relative;
}

.video_list .slick-slide a {
    display: block;
    position: relative;
    padding: 10px;
}

.video_list .slick-slide figure {
    overflow: hidden;
    position: relative;
}

.video_list .slick-slide figure img {
    display: none
}

.video_list .slick-slide span {
    display: block;
    padding-bottom: 50%;
    background: no-repeat center center;
    background-size: contain;
    transition: all 0.8s;
}

.video_list .slick-slide p {
    font-size: 16px;
    padding: 10px 0;
    color: #333333
}

.video_list .slick-prev {
    top: 44%;
    left: -45px;
}

.video_list .slick-next {
    top: 44%;
    right: -45px;
}

.video_list .slick-prev:before,
.video_list .slick-next:before {
    line-height: 45px;
    font-size: 35px;
}

.video_list .slick-current,
.video_list .slick-slide:hover {
    opacity: 1
}

.video_list .slick-slide:hover figure span {
    transform: scale(1.1);
}

.video_list .slick-slide:hover figure:before,
.video_list .slick-current figure:before {
    z-index: 5;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0px 4px #0a953d
}


@media(max-width:1476px) {
    .video_list .slick-prev {
        top: 44%;
        left: -30px;
    }

    .video_list .slick-next {
        top: 44%;
        right: -30px;
    }
}

@media(max-width:1366px) {
    .video_list .slick-prev {
        top: 44%;
        left: 0;
    }

    .video_list .slick-next {
        top: 44%;
        right: 0;
    }
}

@media(max-width:1024px) {
    .video_title {
        font-size: 30px
    }
}

@media(max-width:640px) {
    .video_title {
        font-size: 20px
    }

    .video_title:after {
        width: 26px;
    }

    .video_list .slick-slide p {
        font-size: 14px;
    }
}

.site_map {
    max-width: 1200px;
    margin: auto
}

.site_map ul li {
    padding: 2%;
    border-bottom: dotted 1px #eee
}

.site_map ul li b {
    font-size: 16px;
    color: #e60012
}

.site_map ul li span {
    padding: 5px 10px;
    opacity: 0.8;
    display: inline-block;
    white-space: nowrap
}

.search_list {
    padding-top: 4%
}

.search_list ul li {
    padding: 1% 0;
    border-bottom: dotted 1px #eee
}

.search_list ul li time {
    float: right;
    color: #999
}

.link_list {
    overflow: hidden
}

.link_list ul {
    top: -1px;
    left: -1px;
    position: relative;
}

.link_list ul li {
    float: left;
    width: 20%;
}

.link_list ul li a {
    display: block;
    padding: 4.27% 4.27%;
    text-align: center;
}

.link_list ul li a h4 {
    color: #666;
    font-size: 14px;
    text-align: center;
    bottom: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.link_list ul li .box {
    padding: 15% 10%;
    position: relative
}

.link_list ul li .box:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    bottom: 0;
    background-color: #dedede
}

.link_list ul li .pic {
    overflow: hidden;
}

@media(min-width:960px) {
    .link_list ul li:nth-child(5n+1):before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        background-color: #dedede
    }

    .link_list ul li:nth-child(5n+1):before {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dedede+25,dedede+50,dedede+75,ffffff+100 */
        background: rgb(255, 255, 255);
        /* Old browsers */
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 25%, rgba(222, 222, 222, 1) 50%, rgba(222, 222, 222, 1) 75%, rgba(255, 255, 255, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 25%, rgba(222, 222, 222, 1) 50%, rgba(222, 222, 222, 1) 75%, rgba(255, 255, 255, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 25%, rgba(222, 222, 222, 1) 50%, rgba(222, 222, 222, 1) 75%, rgba(255, 255, 255, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */
    }

    .link_list ul li:nth-child(1) .box:before,
    .link_list ul li:nth-child(2) .box:before,
    .link_list ul li:nth-child(3) .box:before,
    .link_list ul li:nth-child(4) .box:before,
    .link_list ul li:nth-child(5) .box:before {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dedede+50 */
        background: rgb(255, 255, 255);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 80%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 80%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 80%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
        /* IE6-9 */
    }

    .link_list ul li:nth-child(11) .box:before,
    .link_list ul li:nth-child(12) .box:before,
    .link_list ul li:nth-child(13) .box:before,
    .link_list ul li:nth-child(14) .box:before,
    .link_list ul li:nth-child(15) .box:before {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dedede+50,ffffff+100 */
        background: rgb(222, 222, 222);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(222, 222, 222, 1) 80%, rgba(255, 255, 255, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(222, 222, 222, 1) 80%, rgba(255, 255, 255, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(222, 222, 222, 1) 80%, rgba(255, 255, 255, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#ffffff', GradientType=0);
        /* IE6-9 */
    }
}

@media(max-width:960px) {
    .link_list ul li {
        width: 33.333%
    }

    .link_list ul li:nth-child(3n+1):before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        background-color: #dedede
    }
}

.contact_editor {
    padding: 4% 0
}

.contact_editor #allmap_01 {
    width: 100%;
    height: 500px;
}

.contact_editor .info {
    padding: 3%;
    line-height: 30px;
    font-size: 16px;
}

.contact_editor #allmap_01 * {
    max-width: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.contact_editor #allmap_01 .BMapLib_bubble_title {
    font-size: 14px;
    color: #e60012
}

.contact_editor #allmap_01 .BMapLib_bubble_content {
    line-height: 26px;
    font-size: 12px;
}

@media(min-width:768px) {
    .contact_editor .info {
        width: 42%;
        float: left;
    }

    .contact_editor #allmap_01 {
        width: 56%;
        float: right
    }
}



 

.acquaintance {
    position: relative;
    margin-bottom: 7%;
    margin-top: -5%;
    z-index: 1;
    text-align: justify;
}

.acquaintance .t1 .box-top1 {
    margin-bottom: 6%;
    padding-top: 9.375%;
    font-size: 0;
    background-image: url('../images/acquaintance-t1.jpg');
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center
}

.acquaintance .t1 .box-top1 .img {
    display: inline-block;
    width: 68%;
    vertical-align: middle;
}

.acquaintance .t1 .box-top1 .img img {
    width: 100%
}

.acquaintance .t1 .box-top1 .main {
    display: inline-block;
    width: 25%;
    margin-left: 7%;
    vertical-align: middle;
}

.acquaintance .t1 .box-top1 .main .title {
    font-size: 48px;
    color: #e60012;
    line-height: 1.4;
}

.acquaintance .t1 .box-top1 .main .text {
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.acquaintance .t1 .public-text {
    text-align: center;
}

.public-text {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.acquaintance .t1 .ioc-list {
    margin-top: 5%;
}

.acquaintance .t1 .ioc-list ul {
    font-size: 0;
}

.acquaintance .t1 .ioc-list ul li {
    display: inline-block;
    margin-right: 7.5%;
}

.acquaintance .t1 .ioc-list ul li:last-child {
    margin-right: 0;
}

.acquaintance .t1 .ioc-list ul li em {
    display: inline-block;
    vertical-align: middle;
}

.acquaintance .t1 .ioc-list ul li .box-main {
    display: inline-block;
    width: calc(100% - 120px);
    margin-left: 30px;
    vertical-align: middle;
}

.acquaintance .t1 .ioc-list ul li .box-main .value {
    font-size: 16px;
    color: #e60012;
}

.acquaintance .t1 .ioc-list ul li .box-main .value span {
    font-size: 36px;
    font-weight: bold;
    vertical-align: initial;
}

.acquaintance .t1 .ioc-list ul li .box-main .title {
    margin-top: 10px;
    font-size: 16px;
    color: #e60012;
}

.acquaintance .t1 .describe-list {
    margin-top: 8%;
}

.acquaintance .t1 .describe-list .item-box {
    margin-bottom: 8%;
}

.acquaintance .t1 .describe-list .one .img {
    position: relative;
    float: right;
    width: 41.5%;
    font-size: 0;
}

.acquaintance .t1 .describe-list .one .box-main {
    float: left;
    width: 40%
}

.acquaintance .t1 .describe-list .item-box .box-main .number {
    font-size: 72px;
    color: #0a953d;
    font-weight: bold;
}

.acquaintance .t1 .describe-list .item-box .box-main .title {
    margin-top: 80px;
    font-size: 30px;
    color: #333333;
}

.acquaintance .t1 .describe-list .item-box .box-main .text {
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.acquaintance .t1 .describe-list .one .img .owl-carousel {
    position: relative;
    width: 97%;
    margin-left: auto;
    z-index: 2;
}

.acquaintance .t1 .describe-list .one .img .owl-carousel .owl-stage-outer {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.acquaintance .t1 .describe-list .one .img .owl-carousel .owl-stage-outer .owl-item {
    display: inline-block;
    width: 100%
}

.acquaintance .t1 .describe-list .one .img .owl-carousel .owl-stage-outer .owl-item img {
    width: 100%
}

.acquaintance .t1 .describe-list .one .img .owl-carousel .owl-nav {
    display: none;
}

.acquaintance .t1 .describe-list .one .img .owl-carousel .owl-dots {
    margin-top: 10px;
    text-align: right;
}

.acquaintance .t1 .describe-list .one .img .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 15px;
}

.acquaintance .t1 .describe-list .one .img .owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.acquaintance .t1 .describe-list .one .img .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    box-sizing: border-box
}

.acquaintance .t1 .describe-list .one .img .owl-carousel .owl-dots .owl-dot.active span {
    border: 1px solid #e60012;
    background-color: #e60012;
}

.acquaintance .t1 .describe-list .one .img:after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 265px;
    height: 320px;
    background-color: #e60012;
}

.acquaintance .t1 .describe-list .item-box .box-main .ioc-list2 {
    margin-top: 30px;
}

.acquaintance .t1 .describe-list .item-box .box-main .ioc-list2 ul li {
    display: inline-block;
    margin-right: 7.5%;
}

.acquaintance .t1 .describe-list .item-box .box-main .ioc-list2 ul li:last-child {
    margin-right: 0;
}

.acquaintance .t1 .describe-list .item-box .box-main .ioc-list2 ul li em {
    display: inline-block;
    vertical-align: middle;
}

.acquaintance .t1 .describe-list .item-box .box-main .ioc-list2 ul li .text-box {
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}

.acquaintance .t1 .describe-list .item-box .box-main .ioc-list2 ul li .text-box .value {
    font-size: 16px;
    color: #e60012;
}

.acquaintance .t1 .describe-list .item-box .box-main .ioc-list2 ul li .text-box .value span {
    font-size: 36px;
    font-weight: bold;
    vertical-align: initial;
}

.acquaintance .t1 .describe-list .item-box .box-main .ioc-list2 ul li .text-box .title {
    margin-top: 10px;
    font-size: 16px;
    color: #e60012;
}

.w_1660 {
    max-width: 1660px;
}

.acquaintance .t1 .describe-list .two .img {
    float: left;
    position: relative;
    width: 49%
}
 

.banner {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.subbanner {
    height: 400px;
}

.banner_dj {
    height: 450px;
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner_dj .ban_con {
    max-width: 760px;
    margin: 0 auto;
    padding: 45px 0;
    position: relative;
}

.banner_dj .ban_con h2 {
    text-align: center;
    text-shadow: 0px -4px 2px #fff;
    font-size: 48px;
    color: #e83b2c;
}

.banner_dj .ban_con h3 {
    text-shadow: 0px -4px 2px #fff;
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #e83b2c;
}

.banner_dj .ban_con p {
    font-size: 17px;
    color: #333333;
    margin: 20px 0;
    line-height: 1.8;
}

.banner_dj .ban_con .ovdergk {
    border-radius: 30px;
    font-size: 18px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    padding: 6px 30px;
    color: #e83b2c;
    border: 1px solid #e83b2c;
    ;
}

@media(max-width:640px) {
    .subbanner {
        height: 200px;
    }

    .banner_dj {
        padding: 20px 10px;
        height: auto;
        background-size: cover;
        background-position: 90% center;
    }
}

 
 
 

/* footer */

footer{
    background-color:#174EA1;
    margin-top: 50px;

}

.link_bg{
    border-bottom: 1px solid #2f60ab;
    height: 67px;
    line-height: 67px;
}

.links{
    display: flex;
    justify-content: flex-start;
}
 
.links span{
    font-size: 14x;
    font-family: "AliBold";
    color:#fff;
}

.links li a{
    color:#fff; font-family: "AliRegular";
}

.links ul{
    display: flex;
    justify-content: flex-start;

}

.links ul li{
    padding-right: 16px;;
}


.footer{
    
    background-color:#174EA1;
    padding: 38px 0;
}

.footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer_logo img{
    width:260px;
}

.footer_line{
    background-color:  #2f60ab;
    width:1px;
    height: 150px;

}
.footer_icp ul{
    margin: 20px 0 0 15px;
}
.footer_icp li,.footer_icp li a{
    color:#fff;
   
}

.footer_icp li i{
    font-size: 20px;padding-right: 8px;
}

.footer_icp li{
    display: flex;
    justify-content: flex-start;
    line-height: 30px;
}
.footer_icp li p{
    font-family:"AliRegular";
}

.footer_ewm{
    display: flex;
    align-items: center;
    flex-direction: column;

}
.footer_ewm  p{
    font-family:"AliRegular";
    color:#fff;
    margin-top: 10px;
}

 
.footer_center .footer_icp ul{
    margin-top: 0;
}

.header .mainnav .m{display: none;}
@media(max-width:960px) {

  

    .footer .container{
        display: flex;
        flex-direction: column;
    }
    .footer_line{
        display: none;
    }

    .links ul{
        display: flex;;
        flex-wrap: wrap;
    }

    .link_bg{
        height: auto;
        line-height: 30px;
        display: none;
    }
    .links{
        display: flex;
        flex-direction: column;
        padding:10px 0;
    }
    .footer_icp ul{
        margin-left: 0;
    }
    .footer_left,.footer_center{
        width:90%;
    }
    .footer_ewm{
        margin:15px 0;
    }


.search-btn.m-search {
    display: block;
}
.header_box .header_left > *{
    margin-right: 6px;
}

.header .mainnav .m{display: block;}

.header .mainnav ul li .sub{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
    justify-content:flex-start;
}

.header .mainnav ul li .sub span{
    width: 46%;
    border: 1px solid #efefef;
    margin: 5px 10px;
}
    .header .mainnav ul li .sub span:nth-child(2n){
        margin: 5px 0;
    }

    .header .mainnav ul li .sub span dd a{
        display:flex;padding-left:10%;
    }
    
.header .mainnav ul li .sub span dd a i{
    font-size:10px;
}

.header .mainnav ul li .sub span a i{
 
}
.header .mainnav ul{
    background-color: #fff;;
    top: 0;
    position: relative;
    padding-top: 60px;
}
    .header .mainnav ul li .sub a{
        color:#333;
        background: #dddddd70;
    }
    .header .mainnav ul li .sub a:hover{
        background: #2f60ab;
        color: #fff;
    }
    .depart_remlist ul{
        display: flex;
        flex-wrap: wrap;
    }
    .depart_remlist li .pic{
        max-width: 60%;
        margin:0px auto 20px;
    }

    .depart_remlist li{
        width:32%;
        margin-bottom: 20px;
    }
    .depart_remlist .ico i{
        font-size:30px;
    }
    .depart_remlist .info{
        margin-top: 5px;
    }
}