
.BdMapArea {
    margin: 0 auto 55px;
    max-width: 1200px;
}

.BdMapWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    overflow: hidden;
}

.BdMapWrapper .BdMapCon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 760px) {
    .BdMapArea {
        display:none;
    }
}

.ydpages {
    display: none !important;
}


.bdshare_popup_box {
    display: none!important;
}


.ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    background: url(../images/ico.png);
    *text-indent: 0;
    *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');vertical-align: middle;
}

.ico:before {
    content: '\3000';
}

.ico1_2 {
    background-position: -20px 0;
}

.ico1_3 {
    background-position: -40px 0;
}

.ico1_4 {
    background-position: -60px 0;
}

.ico1_5 {
    background-position: -80px 0;
}

.ico2_1 {
    background-position: 0 -20px;
}

.ico2_2 {
    background-position: -20px -20px;
}

.ico2_3 {
    background-position: -40px -20px;
}

.ico2_4 {
    background-position: -60px -20px;
}

.ico2_5 {
    background-position: -80px -20px;
}

.ico3_1 {
    background-position: 0 -40px;
}

.ico3_2 {
    background-position: -20px -40px;
}

.ico3_3 {
    background-position: -40px -40px;
}

.ico3_4 {
    background-position: -60px -40px;
}

.ico3_5 {
    background-position: -80px -40px;
}

.ico4_1 {
    background-position: 0 -60px;
}

.ico4_2 {
    background-position: -20px -60px;
}

.ico4_3 {
    background-position: -40px -60px;
}

.ico4_4 {
    background-position: -60px -60px;
}

.ico4_5 {
    background-position: -80px -60px;
}


.wrap {
    width: 1440px;
    margin-right: auto;
    margin-left: auto;
}


body {
    min-width: 1240px\9;
    overflow-x: auto;
}

/*for ie9+*/
@media all and (min-width: 0) {
    body {
        min-width:0;
        overflow-x: hidden;
    }
}

body {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    background: #fff;
}

a {
    color: inherit;
}

a:hover {
    color: #ca0915;
}

::-moz-selection {
    color: #fff;
    background: #ca0915;
}

::selection {
    color: #fff;
    background: #ca0915;
}

::-webkit-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}


.form-control, .input-group-addon, .btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all 0.5s ease;
}

.header.fixed {
    top: -38px;
    background: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.18);
}

.header .mwrap {
    padding: 0 120px;
}

.header .h_top {
    background: #26262b;
    height: 38px;
    line-height: 38px;
}

.header .h_top .left {
    float: left; width: 100%;
}

.header .h_top .left a {
    display: inline-block;
    font-size: 14px;
    font-family: Arial;
    color: #ececec;
    margin-right: 25px;
}

.header .h_top .left a.yx{ float:right;}

.header .h_top .right .language {
    position: relative;
}

.header .h_top .right .language .lan {
    cursor: pointer;
}

.header .h_top .right .language .lan i img {
    vertical-align: -2px;
}

.header .h_top .right .language .lan span {
    font-size: 12px;
    font-family: Arial;
    color: #ececec;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 3px;
}

.header .h_top .right .language .lan span img {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

.header .h_top .right .language .lan_down {
    position: absolute;
    top: 38px;
    left: 0;
    background: #fff;
    z-index: 2;
    padding: 0 20px;
    width: 150px;
    display: none;
}

.header .h_top .right .login {
    padding-right: 30px;
    margin-right: 30px;
    position: relative;
}

.header .h_top .right .login::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #6e6e72;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.header .h_top .right .login i img {
    vertical-align: -2px;
}

.header .h_top .right .login span {
    font-size: 12px;
    font-family: Arial;
    color: #ececec;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 3px;
}

.header .h_top .right .login span img {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

.header .h_bott {
    position: relative;
    height: 89px;
    background: #fff;
}

.header .h_bott .logo {
    padding: 15px 0;
}

.header .h_bott .logo a {
    display: block;
    height: 44px;
}


.header .h_bott .h_tools {
    padding-right: 12%;
}

.header .h_bott .h_tools .h_search .icon {
    width: 20px;
    height: 20px;
    background: url(../images/h_search.png) no-repeat center;
    padding: 34px 0;
    cursor: pointer;
}

.header .h_bott .h_menu {
    width: 14%;
    height: 100%;
    background: url(../images/h_menu.png) no-repeat left center;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: cover;
    cursor: pointer;
}

.header .h_bott .h_menu .box {
    padding: 30px 20px 15px 80px;
}

.header .h_bott .h_menu .box .icon {
    display: inline-block;
    margin-right: 5px;
}

.header .h_bott .h_menu .box .icon img {
    vertical-align: middle;
}

.header .h_bott .h_menu .box span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

/* Ã¦ÂÅ“Ã§Â´Â¢Ã¤Â¸â€¹Ã¦â€¹â€° */
.search-alert {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    background: #fff;
    z-index: 98;
    transition: all 0.5s ease;
    height: 127px;
}

.search-alert .close {
    border-left: 1px solid #E1E0E1;
    padding: 53px;
    float: right;
}

.search-alert .close_icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/search_close.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}

.search-alert .close .close_icon:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search-alert .cent-form {
    padding: 33px 0;
    height: 60px;
    line-height: 60px;
    float: left;
    width: 86%;
}

.search-alert .cent-form form {
    position: relative;
    padding-left: 50px;
}

.search-alert .cent-form form .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/h_search.png) no-repeat;
}

.search-alert .cent-form form .inp {
    border: none;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    width: 80%;
    box-sizing: border-box;
    background: none;
    padding: 0
}

.search-alert .cent-form form .btns {
    border: none;
    width: 120px;
    background: none;
    text-align: center;
    padding: 10px 20px;
    margin: 0;
    font-size: 15px;
    color: #aaa;
    border-radius: 50px;
    border: 1px solid#aaa;
    cursor: pointer;
    outline: none;
    transition: all 0.5s ease;
}

.search-alert .cent-form form .btns:hover {
    background: #ca0915;
    color: #fff;
    border-color: #ca0915;
}

.search-alert.active {
    top: 0;
}


.xc_banner {
    height: 550px;
    position: relative;
    overflow: hidden;
    margin-top: 127px;
}

.xc_banner>img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
}

.xc_banner .intro {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 140px;
    ;}

.xc_banner .intro .tit {
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    font-family: 'he';
    text-transform: uppercase;
    text-shadow: 0 4px 10px #6f6767;
}

.xc_banner .intro .line {
    width: 64px;
    height: 3px;
    background: #fff;
    margin-top: 15px;
    box-shadow: 0 3px 10px #6f6767;
}

.xc_nav {
    position: relative;
    line-height: 60px;
}

.xc_nav .content {
    position: absolute;
    top: -47px;
    left: 0;
    width: 100%;
}

.xc_nav .content .wrap {
    background: #fff;
}

.xc_nav .content .left {
    width: 57.6%;
    background: url(../images/xc_bg.png) no-repeat right;
    background-size: cover;
}

.xc_nav .content .left ul li {
    float: left;
    font-size: 14px;
    color: #fff;
    width: 155px;
    text-align: center;
    text-transform: uppercase;
}

.xc_nav .content .left ul li a {
    display: block;
    transition: all 0.5s ease;
}

.xc_nav .content .left ul li:hover {
    font-weight: bold;
}

.xc_nav .content .left ul li:hover a {
    color: #fff;
}

.xc_nav .content .left ul li.cur {
    font-weight: bold;
}

/* Ã©ÂÂ¢Ã¥Å’â€¦Ã¥Â±â€˜ */
.xc_nav .crumbs {
    padding-right: 3px;
}

.xc_nav .crumbs .home {
    float: left;
    margin-top: 23px;
}

.xc_nav .crumbs .home .icon {
    width: 15px;
    height: 14px;
    background: url(../images/home.png) no-repeat center;
}

.xc_nav .crumbs em {
    float: left;
    width: 3px;
    height: 7px;
    background: url(../images/home_jt.png) no-repeat center;
    vertical-align: middle;
    margin: 27px 19px;
}

.xc_nav .crumbs span {
    float: left;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
}

.xc_nav .crumbs a {
    float: left;
}

/* ibanner */
.ibanner {
    position: relative;
    overflow: hidden;
    margin-top: 5%;
}

.ibanner .item {
    overflow: hidden;
    position: relative;
}

.ibanner .owl-carousel .owl-item img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
}

.ibanner .owl-carousel .owl-item video {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
}

.ibanner .iban_btn>div {
    width: 33px;
    height: 54px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}

.ibanner .iban_btn .owl-prev {
    left: 30px;
    background: url(../images/cursor-left.png) no-repeat;
}

.ibanner .iban_btn .owl-next {
    right: 30px;
    background: url(../images/cursor-right.png) no-repeat;
}

.ibanner .owl-carousel .owl-item img.ie8 {
    display: none;
}

:root .ibanner .owl-carousel .owl-item img.ie8 {
    display: block;
}

.ibanner .iban_bg {
    position: absolute;
    width: 456px;
    height: 550px;
    background: url(../images/iban_bg.png) repeat center;
    z-index: 1;
    right: 0;
    top: 135px;
}


@-webkit-keyframes zhuan {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes zhuan {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes zhuan {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes zhuan {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.contact_us03{}
/* Ã¥Âºâ€¢Ã©Æ’Â¨ */
.f_top {
    background: #2b313c;
    padding: 100px 0 65px;
}

.f_top .left {
    width: 22.2%;
    float: left;
    margin-right: 10%;
}

.f_top .left form {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #545965;
    position: relative;
    margin-top: 25px;
    ;}

.f_top .left form .inp {
    width: 80%;
    height: 60px;
    line-height: 60px;
    background: none;
    padding: 0;
    border: none;
    text-indent: 18px;
    color: #7f828d;
}

.f_top .left form .btns {
    width: 24px;
    height: 23px;
    background: url(../images/f_search.png) no-repeat center;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -12px;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.f_top .center {
    width: 52.7%;
    float: left;
}

.f_top .center dl {
    width: 50%;
    float: left;
}

.f_top .center dt {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 25px; font-weight: bold;
}

.f_top .center dd {
    font-size: 15px;
    line-height: 26px;
    color: #8c939a;
}

.f_top .center .dl03 dd {
    margin-bottom: 10px;
}

.f_top .center .dl03 dd a {
    display: block;
    font-size: 15px;
    color: #fff;
}

.f_top .right {
    width: 11%;
    float: right;
}

.f_top .right .f_lan {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
}

.f_top .right .f_lan span {
    border-bottom: 2px solid #656872;
    padding-bottom: 5px;
}

.f_top .right .f_lan em {
    margin-left: 15px;
}

.f_top .right .f_lan img {
    margin-top: 7px;
}

/*.f_top .right .share_box {*/
/*    margin-top: 30px;*/
/*}*/

.f_top .right .social-share {
    font-size: 0;
}

.f_top .right .share_box a {
    display: block;
    float: left;
    width: 28px;
    height: 24px;
    background: url(../images/f_share.png) no-repeat;
    padding: 0;
    margin: 0px 10px;
}

.f_top .right .share_box a.bds_twitter {
    background-position: 0 0;
}

.f_top .right .share_box a.bds_ins {
    background-position: -28px 0;
    width: 24px;
}

.f_top .right .share_box a.bds_fb {
    background-position: -53px 0;
    width: 10px;
}

.f_top .right .share_box a.bds_tiktok {
    background-position: -63px 0;
    width: 20px;
    margin-right: 5px;
}

.f_bott {
    background: #353947;
}

.f_bott .left {
    font-size: 14px;
    line-height: 40px;
    color: #ddd;
}

.f_bott .left a {
    display: inline-block;
    margin: 0 5px;
}

.f_bott .left .beian {
    margin-left: 20px;
}

.f_bott .left .f_tools {
    display: inline-block;
}

.f_bott .right {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}

/* Ã¦â€°â€¹Ã¦Å“ÂºÃ¥Â¯Â¼Ã¨Ë†Âª */
.mobile_key {
    display: none;
}

.m_nav {
    display: none;
}

/* Ã¥â€ â€¦Ã¥Â®Â¹ */
.channel_content {
    min-height: 300px;
}

/* Ã©Â¦â€“Ã©Â¡Âµ start */
.ipart1 {
    background-repeat: no-repeat;
    padding: 110px 0;
}

.ipart1 .infor {
    text-align: center;
    width: 66%;
    margin: 0 auto;
}

.ipart1 .infor .tit {
    font-size: 46px;
    line-height: 50px;
    color: #333;
    font-family: 'he';
    margin-bottom: 25px;
}

.ipart1 .infor .tit span {
    color: #c90915;
}

.ipart1 .infor .con {
    font-size: 14px;
    color: #555;
}

.ipart1 .content {
    width: 65%;
    margin: 0 auto;
}

.ipart1 .content ul .li_ {
    float: left;
    margin-right: 16.5%;
    text-align: center;
}

.ipart1 .content ul .li04 {
    margin-right: 0;
}

.ipart1 .content ul .li_ .num {
    font-size: 100px;
    font-family: 'he';
    color: #c90915;
    line-height: 100px;
    width: auto;
}

.ipart1 .content ul .li01 {
    position: relative;
}

.ipart1 .content ul .li01::after {
    content: '+';
    font-size: 44px;
    color: #c90915;
    font-family: 'he';
    position: absolute;
    top: -10px;
    right: -30px;
}

.ipart1 .content ul .li_ .txt {
    font-size: 16px;
    color: #666;
}

.ipart2 .owl-carousel .li_ {
    transition: all 0.5s ease;
    height: 740px;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.ipart2 .owl-carousel .li_ .left {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.ipart2 .owl-carousel .li_ .left .b_tit {
    font-size: 60px;
    color: #fff;
    padding-left: 75px;
    width: 100%;
    padding-top: 220px;
    box-sizing: border-box;
    font-family: 'he';
    text-transform: uppercase;
    line-height: 60px;
    position: relative;
}

.ipart2 .owl-carousel .li_ .left .more {
    font-size: 14px;
    font-family: 'he';
    color: #fff;
    position: absolute;
    bottom: 230px;
    left: 75px;
    z-index: 2;
    text-transform: uppercase;
}

.ipart2 .owl-carousel .li_ .left .cover {
    transition: all 0.5s ease;
    transform: translateY(0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/black.6.png);
    background-size: cover;
    opacity: 1;
    visibility: visible;
}

.ipart2 .owl-carousel .li_ .right {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 3;
    transform: rotateY(90deg);
    transform-origin: left center;
    -webkit-transform-origin: left center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s ease;
    padding: 135px 45px;
    box-sizing: border-box;
    font-family: 'he';
}

/* .ipart2 .owl-carousel .li04 .right{left:-100%; transform-origin:right center; -webkit-transform-origin:right center;} */
/* .ipart2 .owl-carousel .li03 .right{transform:rotateY(0); opacity:1; filter:alpha(opacity=100); box-shadow:0 0 10px #ddd;} */
.ipart2 .owl-carousel .li_ .right .infor .s_t {
    font-size: 12px;
    color: #c90915;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
}

.ipart2 .owl-carousel .li_ .right .infor .b_t {
    font-size: 40px;
    color: #3f3f3f;
    line-height: 66px;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.ipart2 .owl-carousel .li_ .right .infor .b_t::after {
    content: '';
    width: 70px;
    height: 4px;
    background: #c90915;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.ipart2 .owl-carousel .li_ .right .infor .con {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.ipart2 .owl-carousel .li_ .right .content {
    margin-top: 30px;
}

.ipart2 .owl-carousel .li_ .right .content .item {
    margin-bottom: 25px;
}

.ipart2 .owl-carousel .li_ .right .content .item_t {
    margin-bottom: 15px;
}

.ipart2 .owl-carousel .li_ .right .content .item_c {
    line-height: 14px;
}

.ipart2 .owl-carousel .li_ .right .content .item_c .img_ {
    width: 75%;
}

.ipart2 .owl-carousel .li_ .right .content .item_c .num {
    font-size: 16px;
    color: #333;
}

.ipart2 .owl-carousel .li_ .right .content .more {
    padding-left: 20px;
    padding-right: 35px;
    ; font-size: 10px;
    font-family: Arial;
    color: #c90915;
    position: relative;
    display: inline-block;
    border: 1px solid #c90915;
    margin-top: 25px;
    transition: all 0.5s ease;
    text-transform: uppercase;
    line-height: 30px;
    cursor: pointer;
}

.ipart2 .owl-carousel .li_ .right .content .more::after {
    content: '';
    width: 5px;
    height: 8px;
    background: url(../images/ipart2_right_more.png) no-repeat center;
    position: absolute;
    top: 10px;
    right: 20px;
}

.ipart2 .owl-carousel .li_ .right .content .more:hover {
    color: #fff;
    background: #c90915;
}

.ipart2 .owl-carousel .li_ .right .content .more:hover::after {
    background: url(../images/ipart2_right_more_on.png) no-repeat center;
}

.ipart2 .owl-carousel .li_:hover {
    background-color: #fff;
}

/* .ipart2 .owl-carousel .li_:hover{box-shadow:0 0 10px #ddd; background-color:#fff;} */
.ipart2 .owl-carousel .li_ .left .more:hover {
    color: #c90915;
}

.ipart2 .owl-carousel .li_:hover .right {
    left: 0;
    transform: rotateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 0 10px #ddd;
}

.ipart2 .owl-carousel .li_:hover .cover {
    opacity: 0;
    visibility: hidden;
}

.ipart2 .owl-carousel .li_.comp .right {
    display: none;
}

.ipart2 .owl-carousel .li_.comp:hover .right {
    display: block;
}

.ipart2 .owl-carousel .owl-nav.disabled {
    display: block;
}

.ipart2 .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 10%;
    left: 0;
    top: 50%;
    color: #fff;
    font-size: 40px;
}

.ipart2 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
    font-size: 40px;
}

.ipart2 .owl-carousel .li_ .right .infor .con {
    font-family: Arial;
}

.ipart2 .owl-carousel .li_ .left .b_tit span {
    display: block;
}

.ipart33 {
    padding: 80px 0 135px;
}

.ipart33 .rect-109 {
    padding-bottom: 109.2%;
}

.ipart33 .rect-635 {
    padding-bottom: 63.5%;
}

.ipart33 .rect-898 {
    padding-bottom: 89.7%;
}

.ipart33 .rect-110 {
    padding-bottom: 110.2%;
}

.ipart33 .rect-338 {
    padding-bottom: 33.8%;
}

.ipart33 .infor {
    text-transform: uppercase;
    color: #333;
}

.ipart33 .infor .s_tit {
    font-size: 12px;
    color: #372a22;
}

.ipart33 .infor .b_tit {
    font-size: 46px;
    font-family: 'he';
    display: inline-block;
    position: relative;
}

.ipart33 .infor .b_tit::after {
    content: '';
    width: 70px;
    height: 4px;
    background: #c90915;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.ipart33 .infor .b_tit span {
    color: #c90915;
}

.ipart33 .infor .more {
    font-size: 13px;
    font-weight: bold;
    float: right;
    margin-top: 70px;
}

.ipart33 .content {
    margin-top: 70px;
}

.ipart33 .content .left {
    width: 43.8%;
    box-shadow: 0 0 10px #ddd;
}

.ipart33 .content .left .intro {
    padding: 50px;
}

.ipart33 .content .intro {
    font-size: 14px;
    color: #c90915;
}

.ipart33 .content .tit {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    font-family: 'he';
    margin-top: 15px;
    margin-bottom: 20px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
}

.ipart33 .content .con {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ipart33 .content .more {
    font-size: 14px;
    color: #c90915;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    width: 60px;
    cursor: pointer;
}

.ipart33 .content .more::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/ip3_more.png) no-repeat center;
    position: absolute;
    top: 5px;
    right: 0;
    transition: all 0.5s ease;
}

.ipart33 .content .right {
    width: 53.5%;
}

.ipart33 .content .right .intro {
    padding: 25px;
}

.ipart33 .content .right .more {
    margin-top: 0;
}

.ipart33 .content .item {
    box-sizing: border-box;
    box-shadow: 0 0 10px #ddd;
    cursor: pointer;
}

.ipart33 .content .item2 {
    width: 47.5%;
    float: left;
}

.ipart33 .content .item3 {
    width: 47.5%;
    float: right;
}

.ipart33 .content .item4 {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.ipart33 .content .item4 .more {
    margin-top: 20px;
}

.ipart33 .content .item:hover .tit {
    color: #c90915;
}

.ipart33 .content .item:hover .more::after {
    right: -10px;
}

.ipart33 *[class*="rect-"] ._full {
    width: 100%;
    height: 100%;
}

.itmss {
    width: 100%;
    height: 275px;
    overflow: hidden;
}

.right_news{ height:190px;}
.fix .ites:nth-of-type(1) {
    width: 47.5% !important;
    float: left;
}

.fix .ites:nth-of-type(2) {
    width: 47.5% !important;
    float: right;
}

.fix .ites:nth-of-type(3) {
    width: 100% !important;
    float: left;
    margin-top: 4%;
}

.fix .ites:nth-of-type(3) .imgZoom {
    display: none !important;
}

.ipart4 {
    padding-top: 100px;
    padding-bottom: 125px;
    background-attachment: fixed;
}

.ipart4 .rect-808 {
    padding-bottom: 80.8%;
}

.ipart4 .infor {
    color: #333;
    margin-bottom: 60px;
}

.ipart4 .infor .s_tit {
    font-size: 12px;
    color: #dcdcdc;
    text-transform: uppercase;
}

.ipart4 .infor .b_tit {
    font-size: 46px;
    font-family: 'he';
    display: inline-block;
    position: relative;
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.ipart4 .infor .b_tit::after {
    content: '';
    width: 70px;
    height: 4px;
    background: #c90915;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.ipart4 .infor .con {
    font-size: 11px;
    color: #ececec;
}

.ipart4 .content ul .li_ {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    position: relative;
    cursor: pointer;
}

.ipart4 .content ul .li_ a {
    display: block;
}

.ipart4 .content ul .li04 {
    margin-right: 0;
}

.ipart4 .content ul .li_ .intro {
    padding-top: 40px;
    padding-bottom: 30px;
    color: #fff;
    text-align: center;
    background: #c90915;
}

.ipart4 .content ul .li_ .intro .t {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'he';
    position: relative;
    margin-bottom: 10px;
}

.ipart4 .content ul .li_ .intro .t::after {
    content: '';
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.ipart4 .content ul .li_ .intro .c {
    font-size: 12px;
}

.ipart4 .content ul .li_ .logo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 140px;
    background: url(../images/ipt4_logo.png) no-repeat left top;
}

.ipart4 .content ul .li_ .more {
    display: block;
    ; width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.ipart4 .content ul .li_ .more .icon {
    width: 24px;
    height: 26px;
    margin-top: 12px;
    margin-left: 13px;
    background-position: 0 0;
}

.ipart4 .content ul .li_:hover .icon {
    background-position: -26px 0;
}

/* Ã©Â¦â€“Ã©Â¡Âµ end */
/* Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’ start */
.news_list01 {
    padding: 60px 0;
}

.news_list01 .list_hd {
    margin-bottom: 40px;
}

.news_list01 .list_hd .inp_box_wrap {
    width: 20.8%;
    margin-right: 5.5%;
    border-bottom: solid 1px #ca0915;
    padding-right: 15px;
    box-sizing: border-box;
}

.news_list01 .list_hd .inp_box_wrap .inp_box {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    padding: 0;
    margin: 0;
    box-sizing: content-box;
    font-size: 16px;
    color: #bbb;
    padding: 0;
    text-indent: 5px;
}

.news_list01 .list_hd .inp_box_wrap .inp_box.hd_inp {
    width: 95%;
}

.news_list01 .list_hd .inp_box_wrap>input::-webkit-input-placeholder {
    color: #bbb;
}

.news_list01 .list_hd .hd_btn {
    width: 20.8%;
    height: 50px;
    line-height: 50px;
    border: none;
    text-align: center;
    background: #ca0915;
    cursor: pointer;
    padding: 0;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.news_list01 .list_hd .hd_btn::after {
    content: '';
    width: 13px;
    height: 13px;
    background: url(../images/news_search.png) no-repeat center;
    position: absolute;
    right: 31%;
    top: 17px;
    transition: all 0.5s ease;
}

.news_list01 .list_hd .hd_btn:hover::after {
    right: 25%;
}

.news_list01 .list_hd .inp_search {
    padding-right: 20px;
}

.news_list01 .rect-63 {
    padding-bottom: 63%;
}

.news_list01 .rect-631 {
    padding-bottom: 63.15%;
}

.news_list01 .news_top .item {
    padding: 30px;
    box-sizing: border-box;
    background: #f6f6f6;
}

.news_list01 .news_top .left {
    width: 31.7%;
    margin-right: 6.2%;
}

.news_list01 .news_top .right {
    width: 62.1%;
    padding: 60px;
    box-sizing: border-box;
    padding-left: 0;
}

.news_list01 .news_top .right .time {
    font-size: 14px;
    color: #888;
}

.news_list01 .news_top .right .tit {
    font-size: 36px;
    color: #333;
}

.news_list01 .news_top .right .con {
    font-size: 16px;
    color: #888;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list01 .news_top .owl-prev {
    width: 13px;
    height: 25px;
    background: url(../images/news_top_prev_on.png) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 30px;
    right: 110px;
}

.news_list01 .news_top .owl-prev.disabled {
    background: url(../images/news_top_prev.png) no-repeat center;
}

.news_list01 .news_top .owl-next {
    width: 13px;
    height: 25px;
    background: url(../images/news_top_next_on.png) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 30px;
    right: 40px;
}

.news_list01 .news_top .owl-next.disabled {
    background: url(../images/news_top_next.png) no-repeat center;
}

.news_list01 .list_bd .list_box {
    padding: 50px 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #d1d3d4;
}

.news_list01 .list_bd .list_main {
    overflow: hidden;
    position: relative;
}

.news_list01 .list_bd .list_main .bd_r {
    width: 21%;
}

.news_list01 .list_bd .list_main .bd_c {
    width: 70%;
    position: relative;
    padding-top: 55px;
}

.news_list01 .list_bd .list_main .bd_c .list_title {
    line-height: 22px;
    font-size: 22px;
    color: #1f1f1f;
    display: block; font-weight: bold;
}

.news_list01 .list_bd .list_main .bd_c .list_p {
    font-size: 16px;
    color: #505050;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    margin-bottom: 20px;
}

.news_list01 .list_bd .li_:hover .list_main .bd_c .list_title {
    color: #ca0915;
}

.news_list01 .list_bd .li_.cur .list_main .bd_c .list_title {
    color: #ca0915;
}

.news_list01 .list_bd .li_.no_img .bd_r {
    width: 0;
}

.news_list01 .list_bd .li_.no_img .bd_c {
    width: 100%;
}

.news_list01 .list_time {
    font-size: 14px;
    color: #d71618;
    position: relative;
    display: inline-block;
    opacity: 1;
    visibility: visible;
}

.news_list01 .list_more {
    width: 39px;
    height: 39px;
    background: url(../images/news_more.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
}

.news_list01 .list_bd .list_box .list_main:hover .list_time {
    opacity: 0;
    visibility: hidden;
}

.news_list01 .list_bd .list_box .list_main:hover .list_more {
    opacity: 1;
    visibility: visible;
}

.news_list01 .select-ui-choose ._arrow {
    width: 16%;
    right: 0;
    top: -5px;
}

.news_list01 .select-ui-choose ._arrow .arr {
    left: 50%;
    margin: 0 0 0 -0.4em;
    border-color: #444 transparent transparent;
}

body .select-ui-options-default {
    margin-top: 4px;
}

body .select-ui-options li:hover, body .select-ui-options li.hover {
    background: #ca0915;
}

body .select-ui-options-bottom, .news_list01 .select-ui-choose-bottom.on, .news_list01 .select_box {
    border-radius: 0px;
}

.news_list02 {
    padding: 70px 0;
    background: #efefef;
}

.news_list02 .rect-61 {
    padding-bottom: 61.42%;
}

.news_list02 .infor .tit {
    text-transform: uppercase;
    font-size: 46px;
    color: #333;
    font-family: 'he';
    position: relative;
    padding-bottom: 10px;
}

.news_list02 .infor .tit::after {
    content: '';
    width: 68px;
    height: 2px;
    background: #ca0915;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news_list02 .content {
    margin-top: 35px;
}

.news_list02 .content .item {
    margin-bottom: 55px;
}

.news_list02 .content .item .item_top {
    vertical-align: middle;
    text-align: center;
}

.news_list02 .content .item .item_bott {
    box-sizing: border-box;
    padding: 20px;
    background: #b6b6b6;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.news_list02 .content .item .item_bott .time {
    font-size: 23px;
    line-height: 34px;
}

.news_list02 .content .item:hover .item_bott {
    background: #d71214;
}

.news_list02 .content .owl-carousel .owl-stage-outer {
    overflow-x: auto;
}

.news_list02 .content ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.news_list02 .content ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #d71618;
}

.news_list02 .content ::-webkit-scrollbar-track {
    border-radius: 0;
    background: #e3e3e3;
}

/* Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’ end */
/* Ã¦Å“ÂÃ¥Å Â¡Ã§Ââ€ Ã¥Â¿Âµ start */
.service01 {
    padding-top: 100px;
    padding-bottom: 120px;
}

.service01 ul .li_ {
    width: 100%;
    margin-bottom: 40px;
    height: 348px;
    overflow: hidden;
}

.service01 ul .li_ .box {
    float: left;
    width: 48.6%;
    background: url(../images/service_bg.png) no-repeat top right;
    background-size: cover;
    color: #fff;
    padding: 95px 230px 105px 60px;
    box-sizing: border-box;
    position: relative;
    height: 100%;
}

.service01 ul .li_ .box .box_top {
    margin-bottom: 25px;
}

.service01 ul .li_ .box .box_top .icon {
    float: left;
}

.service01 ul .li_ .box .box_top .tit {
    float: left;
    font-size: 12px;
    margin-left: 18px;
}

.service01 ul .li_ .box .box_top .tit .tit_b {
    font-size: 24px;
    line-height: 24px;
}

.service01 ul .li_ .box .box_bott {
    font-size: 14px;
    line-height: 26px;
}

.service01 ul .li_ .box .num {
    font-size: 120px;
    position: absolute;
    bottom: -75px;
    left: -10px;
    font-weight: bold;
    opacity: 0.3;
}

.service01 ul .li_.odd .box {
    float: right;
    background: url(../images/service_bg2.png) no-repeat top left;
    padding-left: 230px;
    padding-right: 60px;
}

.service01 ul .li_.odd .box .num {
    left: auto;
    right: -10px;
}

/* Ã¦Å“ÂÃ¥Å Â¡Ã§Ââ€ Ã¥Â¿Âµ end */
/* Ã¦Â¡Ë†Ã¤Â¾â€¹ start */
.case {
    padding-top: 90px;
    padding-bottom: 130px;
}

.case .rect-59 {
    padding-bottom: 59.72%;
}

.case01 .infor {
    text-align: center;
    margin-bottom: 60px;
}

.case01 .infor .tit {
    font-size: 48px;
    color: #c90915;
    text-transform: uppercase;
    font-family: 'he';
}

.case01 .infor .con {
    font-size: 18px;
    color: #777;
}

.case02 ul .li_ {
    margin-bottom: 50px;
}

.case02 ul .li_ .img_box {
    width: 50%;
    float: left;
}

.case02 ul .li_ .txt_box {
    width: 50%;
    float: right;
    background: #e4e4e4;
}

.case02 ul .li_ .txt_box .box {
    padding: 90px 75px;
    box-sizing: border-box;
}

.case02 ul .li_ .txt_box .box .tit {
    font-size: 36px;
    color: #c90915;
    line-height: 36px;
    font-family: 'he';
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.case02 ul .li_ .txt_box .box .tit::after {
    content: '';
    width: 50px;
    height: 3px;
    background: #c90915;
    position: absolute;
    bottom: 0;
    left: 0;
}

.case02 ul .li_ .txt_box .box .con {
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.case02 ul .li_ .txt_box .box .more {
    width: 168px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #c90915;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.case02 ul .li_ .txt_box .box .more:hover {
    background: #b10002;
}

/* .case02 ul .li_ .owl-prev{width:18px; height:31px; background:url(../images/case_prev.png) no-repeat center; background-size:cover; position:absolute; top:50%; left:0; margin-top:-31px;}
.case02 ul .li_ .owl-next{width:18px; height:31px; background:url(../images/case_next.png) no-repeat center; background-size:cover; position:absolute; top:50%; right:0; margin-top:-31px;} */
.case02 ul .li_ .owl-prev {
    width: 49px;
    height: 89px;
    background: url(../images/case_prev_on.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -49px;
}

.case02 ul .li_ .owl-next {
    width: 49px;
    height: 89px;
    background: url(../images/case_next_on.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -49px;
}

.case02 ul .li_ .owl-prev.disabled {
    background: none;
}

.case02 ul .li_ .owl-next.disabled {
    background: none;
}

.case02 ul .li_.odd .img_box {
    width: 50%;
    float: right;
}

.case02 ul .li_.odd .txt_box {
    width: 50%;
    float: left;
}

/* Ã¦Â¡Ë†Ã¤Â¾â€¹ end */
/* Ã¥Ââ€˜Ã¥Â±â€¢Ã¥Å½â€ Ã§Â¨â€¹ start */
.history01 {
    padding: 80px 0 130px;
}

.history01 .his_left {
    width: 20%;
}

.history01 .left_list .left_li {
    position: relative;
}

.history01 .left_list .left_li .text {
    font-size: 18px;
    color: #ddd;
    transition: all 0.5s ease;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
}

.history01 .left_list .left_li .text::before {
    content: '';
    width: 12px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 14px;
}

.history01 .left_list .left_li.active .text {
    font-size: 60px;
    line-height: 74px;
    padding-left: 0;
    font-weight: bold;
}

.history01 .left_list .left_li.active .text::before {
    display: none;
}

.history01 .his_left.fixed {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
}

.history01 .his_right {
    width: 80%;
}

.history01 .his_right ul {
    padding: 0 46px 0 50px;
}

.history01 .his_right .right_li {
    margin-bottom: 40px;
}

.history01 .his_right .list_box {
    padding: 50px 0;
    position: relative;
    border-bottom: 2px solid #e4e4e4;
}

.history01 .his_right .list_box .line {
    width: 60px;
    height: 2px;
    background: #c90915;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.history01 .his_right .list_box .left {
    width: 70%;
}

.history01 .his_right .list_box .right {
    width: 21%;
}

.history01 .his_right .list_box .list_time {
    font-size: 52px;
    color: #333;
    font-family: 'he';
    margin-right: 65px;
    float: left;
    line-height: 52px;
    transition: all 0.5s ease;
}

.history01 .his_right .list_box .list_text {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin-bottom: 20px;
    display: inline-block;
    width: 75%;
}

.history01 .his_right .right_li:hover .list_box .list_time {
    color: #c90915;
}

.history01 .his_right .right_li.first .list_box {
    padding-top: 0;
}

.history01 .his_right .right_li.no_img .list_box .left {
    width: 100%;
}

.history01 .his_right .right_li.no_img .list_box .list_text {
    width: 84%;
}

.history01 .his_right .right_li.no_img .list_box .right {
    width: 0;
}

/* Ã¥Ââ€˜Ã¥Â±â€¢Ã¥Å½â€ Ã§Â¨â€¹ end */
/* Ã§â€ÂµÃ¥Â­ÂÃ¦Ââ€šÃ¥Â¿â€” start */
.magazine {
    padding-top: 90px;
    padding-bottom: 70px;
}

.magazine .infor .tit {
    font-size: 48px;
    color: #c90915;
    line-height: 48px;
    text-align: center;
    font-family: 'he';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.magazine .infor .con {
    font-size: 16px;
    color: #999;
    line-height: 26px;
    text-align: center;
}

.magazine01 .list_hd {
    margin: 50px 0;
    padding: 10px;
    box-sizing: border-box;
    border: 8px solid #f6f6f6;
}

.magazine01 .list_hd label {
    font-size: 18px;
    color: #c90915;
    line-height: 48px;
    width: 28%;
    float: left;
}

.magazine01 .list_hd .inp_box_wrap {
    width: 38.5%;
    margin-right: 3.8%;
    box-sizing: border-box;
}

.magazine01 .list_hd .inp_box_wrap .inp_box {
    display: block;
    width: 70%;
    height: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    box-sizing: content-box;
    font-size: 16px;
    color: #bbb;
    text-indent: 20px;
    float: right;
    border: 1px solid #aaa;
}

.magazine01 .list_hd .inp_box_wrap>input::-webkit-input-placeholder {
    color: #bbb;
}

.magazine01 .list_hd .hd_btn {
    width: 13.2%;
    height: 50px;
    line-height: 50px;
    border: none;
    text-align: center;
    background: #ca0915;
    cursor: pointer;
    padding: 0;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.magazine01 .magazine01_down ul .down_li {
    padding: 23px 50px;
    float: left;
    width: 47.25%;
    background-color: #f6f6f6;
    margin-right: 5.5%;
    margin-bottom: 50px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    box-sizing: border-box;
}

.magazine01 .magazine01_down ul .down_li.even {
    margin-right: 0;
}

.magazine01 .magazine01_down ul .down_li .icon {
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/magazine_icon.png) no-repeat center;
    margin-right: 55px;
}

.magazine01 .magazine01_down ul .down_li .con {
    width: 70%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #555;
    line-height: 46px;
}

.magazine01 .magazine01_down ul .down_li .iconfont {
    font-size: 35px;
    line-height: 46px;
}

.magazine01 .magazine01_down ul .down_li a {
    display: block;
}

.magazine01 .magazine01_down ul .down_li:hover {
    background-color: #c90915;
}

.magazine01 .magazine01_down ul .down_li:hover .iconfont {
    color: #fff;
}

.magazine01 .magazine01_down ul .down_li:hover .icon {
    background: url(../images/magazine_icon2.png) no-repeat center;
}

.magazine01 .magazine01_down ul .down_li:hover .con {
    color: #fff;
}

.magazine01 .magazine01_util-page {
    font-size: 13px;
    color: #000;
    text-align: center;
}

.magazine01 .magazine01_util-page a,.magazine01 .magazine01_util-page span {
    color: #000;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 0px 15px;
    vertical-align: middle;
    background: #fff;
    font-size: 16px ;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 -3px;
}

.magazine01 .magazine01_util-page a:hover,.magazine01 .magazine01_util-page span {
    color: #fff;
    background: #c90915;
}

.magazine01 .magazine01_util-page span.goprev, .magazine01 .magazine01_util-page a.gonext {
    color: #000;
    background: none;
    padding: 0 5px;
}

.magazine01 .magazine01_util-page a.gonext {
    margin-left: -2px;
}

.magazine01 .magazine01_util-page a .ion {
    color: #000;
    font-size: .8em;
}

.magazine01 .magazine01_util-page a:hover .ion {
    color: #fff;
}

.magazine02 {
    margin-top: 125px;
}

.magazine02 .content {
    margin-top: 55px;
}

.magazine02 .content .input_wrap {
    width: 47.1%;
    float: left;
    margin-right: 5.5%;
    border: 1px solid #aaa;
    margin-bottom: 40px;
}

.magazine02 .content .input_wrap input {
    padding: 0;
    text-indent: 17px;
    height: 50px;
    line-height: 50px;
    border: none;
    width: 100%;
}

.magazine02 .content .input_wrap.cont_ipt2 {
    margin-right: 0;
}

.magazine02 .content .input_wrap.cont_ipt3 {
    width: 61.1%;
}

.magazine02 .content .magazine_btn {
    width: 32.6%;
    background: #c90915;
    border: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

/* Ã§â€ÂµÃ¥Â­ÂÃ¦Ââ€šÃ¥Â¿â€” end */
/* Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬ start */
.about_us {
    padding-top: 90px;
    padding-bottom: 60px;
}

.about_us01 {
    background-position: bottom left;
    padding-bottom: 70px;
}

.about_us01 .rect-567 {
    padding-bottom: 56.75%;
}

.about_us01 .left {
    width: 44%;
}

.about_us01 .left .infor .tit {
    font-size: 46px;
    color: #333;
    font-family: 'he';
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 46px;
}

.about_us01 .left .infor .tit::after {
    content: '';
    width: 68px;
    height: 2px;
    background: #c90915;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about_us01 .left .infor .con {
    font-size: 18px;
    color: #555;
    line-height: 30px;
    height: 400px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 4px;
    background: #abaaaa;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: red;
}

.about_us01 .right {
    width: 50%;
    position: relative;
}

.about_us01 .right .play {
    content: '';
    width: 70px;
    height: 70px;
    background: url(../images/ab1_play.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
}

.about_us01 .right .play::after {
    content: '';
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    margin-left: -52px;
    top: 50%;
    margin-top: -52px;
    -webkit-animation: warn 2s ease-out both infinite;
    -moz-animation: warn 2s ease-out both infinite;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes warn {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.delay1 {
    animation-duration: 1.8s;
    ;animation-delay: .3s
}

.delay2 {
    animation-duration: 1.7s;
    animation-delay: .5s
}

.delay3 {
    animation-duration: 1.8s;
    animation-delay: .7s
}

.delay4 {
    animation-duration: 1.8s;
    animation-delay: .9s
}

.delay5 {
    animation-duration: 1.7s;
    animation-delay: 1.2s
}

.delay6 {
    animation-duration: 1.6s;
    animation-delay: 1.6s
}

.delay7 {
    animation-duration: 1.5s;
    animation-delay: 2s
}

.delay8 {
    animation-duration: 1.8s;
    animation-delay: 2.4s
}

.delay9 {
    animation-duration: 1.9s;
    animation-delay: 2.9s
}

.delay10 {
    animation-duration: 2s;
    animation-delay: 3s
}

.about_us02 {
    background-attachment: fixed;
    padding: 95px 0;
}

.about_us02 .infor {
    color: #fff;
    text-align: center;
}

.about_us02 .infor .tit {
    font-size: 46px;
    line-height: 46px;
    font-family: 'he';
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about_us02 .infor .con {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 50px;
}

.about_us02 .content ul .li_ {
    float: left;
    text-align: center;
    margin-right: 11.5%;
}

.about_us02 .content ul .li_ .num {
    font-size: 100px;
    font-family: 'he';
    color: #c90915;
    line-height: 100px;
    position: relative;
}

.about_us02 .content ul .li_ .num01::after {
    content: '+';
    font-size: 44px;
    vertical-align: top;
    line-height: 44px;
    position: absolute;
    top: 0;
    right: -30px;
}

.about_us02 .content ul .li_ .txt {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.about_us02 .content ul .li_:first-child {
    margin-left: 18%;
}

.about_us02 .content ul .li_:last-child {
    margin-right: 0;
}

.about_us03 {
    padding-top: 90px;
    padding-bottom: 80px;
}

.about_us03 .infor {
    color: #333;
    text-align: center;
}

.about_us03 .infor .tit {
    font-size: 46px;
    line-height: 46px;
    font-family: 'he';
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about_us03 .infor .con {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 50px;
}

.about_us03 .content ul .li_ {
    width: 16.66%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    text-align: center;
    padding: 140px 25px;
    box-sizing: border-box;
    height: 370px;
    overflow: hidden;
}

.about_us03 .content ul .li_:hover {
    background: url(../images/ab3_img_bg.png) no-repeat center;
    background-size: cover;
}

.about_us03 .content ul .li_:last-child {
    border: none;
}

.about_us03 .content ul .li_ .tit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

.about_us03 .content ul .li_ .con {
    font-size: 15px;
    line-height: 22px;
}

.about_us04 {
    padding-bottom: 90px;
}

.about_us04 .rect-66 {
    padding-bottom: 66.66%;
}

.about_us04 .infor .tit {
    font-size: 46px;
    color: #333;
    font-family: 'he';
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
    line-height: 46px;
}

.about_us04 .infor .tit::after {
    content: '';
    width: 68px;
    height: 2px;
    background: #c90915;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about_us04 .content ul .item {
    float: left;
    width: 31.2%;
    margin-right: 3.1%;
    position: relative;
}

.about_us04 .content ul .item:last-child {
    margin-right: 0;
}

.about_us04 .content ul .item .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #fff;
    text-align: center;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
    cursor: pointer;
}

.about_us04 .content ul .item .box .icon {
    width: 64px;
    height: 53px;
    margin: 0 auto;
}

.about_us04 .content ul .item .box_show {
    position: absolute;
    top: 0;
    left: 50;
    font-size: 24px;
    line-height: 40px;
    ; color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    cursor: pointer;
    padding: 50px 35px;
    box-sizing: border-box;
    background: url(../images/black.2.png);
    width: 100%;
    height: 100%;
}

.about_us04 .content ul .item .box_show .con {
    font-size: 14px;
    line-height: 20px;
}

.about_us04 .content ul .item:hover .box {
    opacity: 0;
    visibility: hidden;
}

.about_us04 .content ul .item:hover .box_show {
    opacity: 1;
    visibility: visible;
}

.about_us05 .infor .tit {
    font-size: 46px;
    color: #333;
    font-family: 'he';
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
    line-height: 46px;
}

.about_us05 .infor .tit::after {
    content: '';
    width: 68px;
    height: 2px;
    background: #c90915;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about_us05 .content .item .top {
    margin: 0 auto;
    padding: 0 20px;
    min-height: 175px;
}

.about_us05 .content .item .bott .t {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    font-family: 'he';
    text-align: center;
}

.about_us05 .content .owl-dots {
    position: absolute;
    top: -60px;
    right: 0;
}

.about_us05 .content .owl-dot {
    width: 32px;
    height: 6px;
    background: url(../images/ab5_dot.png) no-repeat center;
    background-size: cover;
    float: left;
}

.about_us05 .content .owl-dot.active {
    width: 32px;
    height: 6px;
    background: url(../images/ab5_dot_on.png) no-repeat center;
    background-size: cover;
}

/* Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬ end */
/* Ã¦â€¹â€ºÃ¨ÂËœ start */
.job_list01 {
    padding-top: 90px;
}

.job_list01 .infor .tit {
    font-size: 48px;
    color: #c90915;
    line-height: 48px;
    text-align: center;
    font-family: 'he';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.job_list01 .infor .con {
    font-size: 16px;
    color: #999;
    line-height: 26px;
    text-align: center;
}

.job_list01 .list_hd {
    margin: 50px 0;
    padding: 10px;
    box-sizing: border-box;
    border: 8px solid #f6f6f6;
}

.job_list01 .list_hd label {
    font-size: 18px;
    color: #c90915;
    line-height: 48px;
    width: 28%;
    float: left;
}

.job_list01 .list_hd .inp_box_wrap {
    width: 38.5%;
    margin-right: 3.8%;
    box-sizing: border-box;
}

.job_list01 .list_hd .inp_box_wrap .inp_box {
    display: block;
    width: 70%;
    height: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    box-sizing: content-box;
    font-size: 16px;
    color: #bbb;
    text-indent: 20px;
    float: right;
    border: 1px solid #aaa;
}

.job_list01 .list_hd .inp_box_wrap>input::-webkit-input-placeholder {
    color: #bbb;
}

.job_list01 .list_hd .hd_btn {
    width: 13.2%;
    height: 50px;
    line-height: 50px;
    border: none;
    text-align: center;
    background: #ca0915;
    cursor: pointer;
    padding: 0;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.job_list02 {
    padding-bottom: 100px;
}

.job_list02 ul li {
    border-bottom: 1px dotted #e7e7e7;
    overflow: hidden;
}

.job_list02 ul li.first {
    background: #c90915;
    color: #fff;
    border-bottom: none;
    padding: 0;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.job_list02 ul li ._ut {
    float: left;
    text-align: center;
}

.job_list02 ul li ._un {
    float: left;
    text-align: center;
    height: 88px;
    line-height: 88px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.job_list02 ul li ._un, .job_list02 ul li ._ut {
    width: 16%;
}

.job_list02 ul li ._t1 {
    width: 20%;
}

.job_list02 ul li ._t7 {
    width: 15%;
    cursor: pointer;
    position: relative;
}

.job_list02 ul li ._un._t7:after {
    content: "";
    width: 18px;
    height: 9px;
    background: url(../images/job2_down.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -6px;
    margin-right: -10px;
}

.job_list02 ul li.j_t_cur ._un._t7:after {
    background: url(../images/job2_up.png) no-repeat center;
}

.job_list02 ul li.j_t {
    cursor: pointer;
}

.job_list02 ul li.j_c {
    height: auto;
    line-height: 1.5;
    background: #f6f6f6;
    display: none;
}

.job_list02 ul .j_c .j_c_box {
    padding: 40px;
}

.job_list02 ul .j_c .j_c_box .intro {
    color: #777;
    line-height: 24px;
    position: relative;
    font-size: 16px;
}

.job_list02 ul .j_c .j_c_box .intro strong {
    display: block;
    font-size: 20px;
    color: #444;
    margin-bottom: 10px
}

.job_list02 ul .j_c .intro .job_btn {
    font-size: 14px;
    color: #fff;
}

.job_list02 ul .j_c .intro .job_btn ._btn {
    display: inline-block;
    width: 165px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    background: #999;
    cursor: pointer;
    text-align: center;
    transition: .5s ease;
    margin-top: 35px;
}

.job_list02 ul .j_c .intro .job_btn ._btn:hover {
    background: #c90915;
}

/* Ã¦â€¹â€ºÃ¨ÂËœ end */
/* Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬ start */


.contact_us01 {
    overflow: hidden;

}

.contact_us01 .left {
    width: 35.4%;
    float: left;
    height: 670px;
    overflow: hidden;
    background: #262626;
    position: relative;
    padding: 85px 40px;
    box-sizing: border-box;
}

.contact_us01 .left::before {
    content: '';
    width: 633px;
    height: 547px;
    background: url(../images/contact1_left_bg.png) no-repeat left bottom;
    position: absolute;
    bottom: 20px;
    left: -220px;
}

.contact_us01 .left .infor .s_tit {
    font-size: 18px;
    color: #c90915;
    line-height: 32px;
    font-weight: bold;
}

.contact_us01 .left .infor .b_tit {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
    font-family: 'he';
}

.contact_us01 .left .list {
    overflow-y: auto;
    margin-top: 50px;
}

.contact_us01 .left .list ul li .intro {
    position: relative;
    padding-bottom: 40px;
}

.contact_us01 .left .list ul li .intro dl dt {
    font-size: 30px;
    color: #fff;
    margin-bottom: 8px;
    padding-left: 35px;
    position: relative;
    line-height: 30px;
    font-family: 'he';
}

.contact_us01 .left .list ul li .intro dl dt::before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/contact_icon1.png) no-repeat center;
    position: absolute;
    top: 5px;
    left: 0;
}

.contact_us01 .left .list ul li .intro dl.dl02 dt::before {
    background: url(../images/contact_icon2.png) no-repeat center;
}

.contact_us01 .left .list ul li .intro dl.dl03 dt::before {
    background: url(../images/contact_icon3.png) no-repeat center;
}

.contact_us01 .left .list ul li .intro dd {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.contact_us01 .right {
    width: 64.3%;
    float: right;
    height: 670px;
    overflow: hidden;
}

.contact_us01 .right img {
    max-width: none;
    width: 100%;
}

.contact_us01 .left .list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.contact_us01 .left .list::-webkit-scrollbar-thumb {
    background: #afafaf;
}

.contact_us01 .left .list::-webkit-scrollbar-track {
    background: #d9d9d9;
}

.contact_us02 {
    margin-bottom: 80px;
}

.contact_us02 .item {
    color: #fff;
    padding: 50px 40px;
    width: 32%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
    background: #8f8f8f;
    transition: all 0.5s ease;
}

.contact_us02 .item.cur {
    background: #c90915;
}

.contact_us02 .item3 {
    margin-right: 0;
}

.contact_us02 .item .top {
    margin-bottom: 25px;
}

.contact_us02 .item .top .s_tit {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.contact_us02 .item .top .b_tit {
    font-size: 36px;
    line-height: 36px;
    font-family: 'he';
}

.contact_us02 .item .bott {
    font-size: 14px;
    line-height: 20px;
}

.contact_us02 .item .bott div {
    margin-bottom: 10px;
}

.contact_us02 .item .bott span {
    font-size: 16px;
    font-weight: bold;
}

.contact_us02 .item .bott a:hover {
    color: inherit;
}

.contact_us03 .infor {
    width: 67%;
    margin: 0 auto;
}

.contact_us03 .infor .tit {
    text-align: center;
    font-size: 40px;
    color: #262626;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'he';
}

.contact_us03 .infor .con {
    text-align: center;
    font-size: 16px;
    color: #777;
    line-height: 22px;
    margin-bottom: 15px;
}

.contact_us03 .form {
    margin-top: 50px;
}

.contact_us03 .form input {
    border: 1px solid #aaa;
    font-size: 16px;
    color: #d2d2d2;
}

.contact_us03 .line1 {
    height: 50px;
    line-height: 50px;
    width: 98.5%;
    margin-bottom: 20px;
    text-indent: 15px;
}

.contact_us03 .form textarea {
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 15px;
    height: 210px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #d2d2d2;
    box-sizing: border-box;
}

.contact_us03 .form .btns_list {
    text-align: center;
}

.contact_us03 .form .btns_list button {
    width: 47.7%;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.contact_us03 .form .btns_list .sub {
    background-color: #848484;
    border-radius: 0;
}

.contact_us03 .form .btns_list .reset {
    background-color: #ccc;
    border-radius: 0;
    float: right;
}

.contact_us03 .form .btns_list .btn {
    transition: .3s ease;
}

.contact_us03 .form .btns_list .on {
    background-color: #c90915;
}

.contact_us03 .form .btns_list .btn:hover {
    background-color: #c90915;
}

.contact_us03 .yzm_box {
    width: 50%;
}

.contact_us03 .btns_list {
    width: 45.2%;
}

.contact_us03 .yzm_box .yzm {
    line-height: 46px;
    height: 46px;
    width: 235px;
    text-indent: 15px;
    margin-right: 25px;
    font-size: 16px;
    color: #d2d2d2;
}

.contact_us03 .yzm_box img {
    width: 235px;
    height: 50px;
    margin-right: 10px;
}

.contact_us03 .yzm_box .change {
    color: #bebebe;
    font-size: 16px;
    vertical-align: bottom;
}

/* Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬ end */
/* Ã¨ÂÂ¥Ã©â€â‚¬Ã§Â½â€˜Ã§â€šÂ¹ start */
.network {
    padding-bottom: 100px;
}

.network01 {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 70px;
}

.network01 .left {
    width: 35.4%;
    float: left;
    height: 670px;
    overflow: hidden;
    background: #262626;
}

.network01 .left form {
    background: #c90915;
}

.network01 .left form .box {
    padding: 43px 28px;
}

.network01 .left .sele_wrap {
    height: 43px;
    line-height: 43px;
    margin-bottom: 18px;
}

.network01 .left .sele_wrap .sele {
    width: 100%;
    height: 43px;
    line-height: 43px;
    border: 1px solid #fff;
    color: #fff;
    background: none;
    font-size: 16px;
}

.network01 .left .sele_wrap .select-ui-choose-default {
    background: none;
}

.network01 .left .sele_wrap .select-ui-choose-default ._arrow {
    width: 60px
}

.network01 .left .sele_wrap .select-ui-choose-default ._arrow:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -10px;
    position: absolute;
}

.network01 .left .sele_wrap .select-ui-choose ._arrow .arr {
    border: none;
    left: 50%;
    margin-left: -5px;
    width: 15px;
    height: 9px;
    margin-top: -5px;
    background: url(../images/net1_down.png) no-repeat center;
}

.network01 .left .sele_wrap .select-ui-choose-default ._txt {
    padding-right: 60px;
}

.network01 .left .sele_wrap .select-ui-choose-default.on ._arrow .arr {
    margin-top: -5px;
}

.network01 .left .sele_wrap .select-ui-choose-default-bottom.on {
    border-radius: 0;
}

.network01 .left .list {
    overflow: auto;
    height: 463px;
    margin: 35px;
    box-sizing: border-box;
    padding-right: 35px;
}

.network01 .left .list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.network01 .left .list::-webkit-scrollbar-thumb {
    background: #c90915;
}

.network01 .left .list::-webkit-scrollbar-track {
    background: #fff;
}

.network01 .left .list ul li .intro {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #656565;
    color: #fff;
    font-size: 12px;
    margin-bottom: 40px;
}

.network01 .left .list ul li .intro dt {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}

.network01 .left .intro div {
    margin-bottom: 10px;
}

.network01 .left .intro span {
    font-size: 14px;
    font-weight: bold;
}

.network01 .left .intro .more {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    margin-top: 20px;
    display: inline-block;
}

.network01 .left .intro a:hover {
    color: inherit;
}

.network01 .right {
    width: 64.3%;
    float: right;
    height: 670px;
    overflow: hidden;
}

.network01 .right img {
    max-width: none;
}

.network02 .infor {
    width: 67%;
    margin: 0 auto;
}

.network02 .infor .tit {
    text-align: center;
    font-size: 40px;
    color: #262626;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'he';
}

.network02 .infor .con {
    text-align: center;
    font-size: 16px;
    color: #777;
    line-height: 22px;
    margin-bottom: 15px;
}

.network02 .form {
    margin-top: 50px;
}

.network02 .form .top {
    height: 50px;
    margin-bottom: 25px;
}

.network02 .form .top label {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-right: 30px;
}

.network02 .form .top label span {
    color: #c90915;
    vertical-align: text-top;
    margin-left: 5px;
}

.network02 .form .top span {
    font-size: 14px;
    color: #d2d2d2;
    vertical-align: bottom;
    margin-left: 5px;
}

.network02 .form .top select {
    border: 1px solid #d2d2d2;
    width: 325px;
    height: 50px;
    line-height: 50px;
}

.network02 .form input {
    border: 1px solid #aaa;
    font-size: 16px;
    color: #d2d2d2;
}

.network02 .line1 {
    height: 50px;
    line-height: 50px;
    width: 98.5%;
    margin-bottom: 20px;
    text-indent: 15px;
}

.network02 .form textarea {
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 15px;
    height: 210px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #d2d2d2;
    box-sizing: border-box;
}

.network02 .form .btns_list {
    text-align: center;
}

.network02 .form .btns_list button {
    width: 47.7%;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.network02 .form .btns_list .sub {
    background-color: #848484;
    border-radius: 0;
    float: left;
}

.network02 .form .btns_list .reset {
    background-color: #ccc;
    border-radius: 0;
    float: right;
}

.network02 .form .btns_list .btn {
    transition: .3s ease;
}

.network02 .form .btns_list .on {
    background-color: #c90915;
}

.network02 .form .btns_list .btn:hover {
    background-color: #c90915;
}

.network02 .yzm_box {
    width: 50%;
}

.network02 .btns_list {
    width: 45.2%;
}

.network02 .yzm_box .yzm {
    line-height: 46px;
    height: 46px;
    width: 235px;
    text-indent: 15px;
    margin-right: 25px;
    font-size: 16px;
    color: #d2d2d2;
}

.network02 .yzm_box img {
    width: 235px;
    height: 50px;
    margin-right: 10px;
}

.network02 .yzm_box .change {
    color: #bebebe;
    font-size: 16px;
    vertical-align: bottom;
}

/* Ã¨ÂÂ¥Ã©â€â‚¬Ã§Â½â€˜Ã§â€šÂ¹ end  */
/* Ã¤ÂºÂ§Ã¥â€œÂÃ¥Ë†â€”Ã¨Â¡Â¨ start */
.pro_list01 {
    padding-top: 60px;
}

.pro_list01 .top .type label {
    font-size: 18px;
    color: 3333;
    line-height: 18px;
    display: inline-block;
}

.pro_list01 .top .type .type_box {
    display: inline-block;
    margin-left: 45px;
}

.pro_list01 .top .type .type_box .box {
    display: inline-block;
    margin-right: 75px;
}

.pro_list01 .top .type .type_box input {
    font-size: 14px;
    color: #666;
    margin-right: 15px;
    width: 16px;
    height: 16px;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    outline: none;
    vertical-align: middle;
}

.pro_list01 .top .type .type_box .cur input[type="radio"] {
    background: url(../images/pro_checked.jpg) no-repeat center;
    background-size: cover;
}

.pro_list01 .top .sel {
    margin: 50px 0;
}

.pro_list01 .top .sel .item {
    width: 21%;
    float: left;
    margin-right: 4.66%;
}

.pro_list01 .top .sel .item.item4 {
    margin-right: 0;
}

.pro_list01 .top .sel .item .tit {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 18px;
}

.pro_list01 .left .item .con {
    position: relative;
}

.pro_list01 .left .item .con .slider {
    display: block;
    margin-top: -20px;
    width: 95%;
    margin-left: 2.5%;
}

.pro_list01 .left .item .con .slider .irs--round {
    height: 65px;
}

.pro_list01 .left .item .con .value {
    margin-top: 10px;
    font-size: 15px;
    color: #454545;
}

.pro_list01 .left .item .irs--round .irs-handle {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 5px solid #c90915;
}

.pro_list01 .top .search label {
    font-size: 18px;
    color: 3333;
    line-height: 18px;
}

.pro_list01 .top .search input {
    width: 260px;
    height: 28px;
    color: #cbcbcb;
    font-size: 12px;
    line-height: 28px;
    border: 1px solid #adadad;
    padding: 0;
    text-indent: 12px;
    margin: 0 30px;
}

.pro_list01 .top .search button {
    border: none;
    width: 120px;
    height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    background: #c90915;
    cursor: pointer;
    transition: all 0.5s ease;
}

.pro_list01 .top .search button:hover {
    background: #b10002;
}

.pro_list01 .bott {
    padding-bottom: 80px;
}

.pro_list01 .bott ul .li_ {
    width: 32%;
    margin-right: 1%;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 45px;
    transition: all 0.5s ease;
    position: relative;
}

.pro_list01 .bott ul .li_.three {
    margin-right: 0;
}

.pro_list01 .bott ul .li_ .tli_topop {
    padding-top: 45px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.pro_list01 .bott ul .li_ .li_top {
    /* padding-top: 45px; */
    position: relative;
    padding-bottom: 30px;
}

.pro_list01 .bott ul .li_ .li_top .tit {
    font-size: 32px;
    line-height: 36px;
    color: #333;
    text-align: center;
    font-family: 'he';
}

.pro_list01 .bott ul .li_ .li_top .img_ img {
    margin: 0 auto;
    display: block;
}

.pro_list01 .bott ul .li_ .li_bott {
    background: #f7f7f7;
    padding: 30px 50px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.pro_list01 .bott ul .li_ .li_bott .item {
    float: left;
    width: 33.3%;
    text-align: center;
}

.pro_list01 .bott ul .li_ .li_bott .item.item1 ._img {
    width: 50px;
    height: 45px;
    background: url(../images/pro_list02_icon1.png) no-repeat;
    background-position: 0 0;
    margin: 0 auto;
    min-height: 45px;
}

.pro_list01 .bott ul .li_ .li_bott .item.item2 ._img {
    width: 48px;
    height: 45px;
    background: url(../images/pro_list02_icon2.png) no-repeat;
    background-position: 0 0;
    margin: 0 auto;
    min-height: 45px;
}

.pro_list01 .bott ul .li_ .li_bott .item.item3 ._img {
    width: 48px;
    height: 45px;
    background: url(../images/pro_list02_icon3.png) no-repeat;
    background-position: 0 0;
    margin: 0 auto;
    min-height: 45px;
}

.pro_list01 .bott ul .li_ .li_bott .item .t {
    font-size: 24px;
    line-height: 24px;
    color: #666;
    font-family: Impact;
    margin-top: 15px;
    transition: all 0.5s ease;
}

.pro_list01 .bott ul .li_ .li_bott .item .c {
    font-size: 12px;
    line-height: 28px;
    color: #808080;
    transition: all 0.5s ease;
}

.pro_list01 .bott ul .li_ .more {
    width: 63px;
    height: 63px;
    background: url(../images/pro_list_more.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -32px;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.pro_list01 .bott ul .li_:hover {
    border-color: #c90915;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}

.pro_list01 .bott ul .li_:hover .li_bott {
    background: #c90915;
}

.pro_list01 .bott ul .li_:hover .item.item1 ._img {
    background-position: -50px 0;
}

.pro_list01 .bott ul .li_:hover .item.item2 ._img {
    background-position: -50px 0;
}

.pro_list01 .bott ul .li_:hover .item.item3 ._img {
    background-position: -50px 0;
}

.pro_list01 .bott ul .li_:hover .item .t {
    color: #fff;
}

.pro_list01 .bott ul .li_:hover .item .c {
    color: #fff;
}

.pro_list01 .bott ul .li_:hover .more {
    opacity: 1;
    visibility: visible;
}

/* Ã¤ÂºÂ§Ã¥â€œÂÃ¥Ë†â€”Ã¨Â¡Â¨ end */
/* Ã¤ÂºÂ§Ã¥â€œÂÃ¨Â¯Â¦Ã§Â»â€  start */
.pro_detail01 {
    padding-top: 100px;
}

.pro_detail01 .rect-82 {
    padding-bottom: 82.35%;
}

.pro_detail01 .rect-86 {
    padding-bottom: 86.13%;
}

.pro_detail01 .top .left {
    width: 42%;
    margin-top: -25px;
}

.pro_detail01 .top .left .infor .tit {
    font-size: 48px;
    line-height: 48px;
    color: #c90915;
    font-weight: bold;
    margin-bottom: 40px;
}

.pro_detail01 .top .left .infor .con {
    font-size: 16px;
    line-height: 24px;
    color: #555;
}

.pro_detail01 .top .left .btns {
    margin-top: 60px;
}

.pro_detail01 .top .left .btns a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    background: #c8c8c8;
    text-align: center;
    width: 203px;
    color: #fff;
    font-size: 16px;
}
.pro_detail01 .top .left .btns a:hover{ cursor:pointer;  background: #c90915;}

.pro_detail01 .top .left .btns a.btn1 {
    margin-right: 35px;
}

.pro_detail01 .top .left .btns a.cur {
    background: #c90915;
}

.pro_detail01 .top .right {
    width: 47.6%;
}

.pro_detail01 .top .right_r {
    width: 24.9%;
    float: right;
    position: relative;
}

.pro_detail01 .top .right_r li {
    margin-bottom: 7px;
    cursor: pointer;
}

.pro_detail01 .top .right_r .li_box {
    border: 1px solid #d5d5d5;
}

.pro_detail01 .top .right_r li.cur .li_box {
    border-color: #c90915;
}

/* .pro_detail01 .top .right_r .myprev{width:63px; height:13px; background:url(../images/pro_detail01_2.png) no-repeat; background-position:0 0; position:absolute; bottom:105%; left:50%; margin-left:-31px; cursor:pointer;}
.pro_detail01 .top .right_r .mynext{width:63px; height:13px; background:url(../images/pro_detail01_2.png) no-repeat; background-position:0 -13px; position:absolute; top:100%; left:50%; margin-left:-31px; cursor:pointer;} */
.pro_detail01 .top .right_l {
    width: 73.7%;
    float: right;
    margin-right: 7px;
    border: 1px solid #d5d5d5;
}

.pro_detail01 .top .right_l .intro {
    text-align: center;
    margin-top: 10px;
}

.pro_detail01 .top .right_l .intro .item {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 16px;
}

.pro_detail01 .top .right_l .intro .item:after {
    content: '';
    width: 1px;
    height: 47px;
    background: #999fa3;
    position: absolute;
    left: 0;
    top: 0px;
}

.pro_detail01 .top .right_l .intro .item01:after {
    display: none;
}

.pro_detail01 .top .right_l .intro .item .tit {
    font-size: 15px;
    color: #333f47;
    font-weight: bold;
}

.pro_detail01 .top .right_l .intro .item .con {
    font-size: 20px;
    color: #333f47;
    font-weight: lighter;
}

.pro_detail01 .bott {
    margin-top: 80px;
    margin-bottom: 50px;
}

.pro_detail01 .bott ul .bott_li {
    float: left;
    width: 20%;
    color: #3f4453;
    text-align: center;
}

.pro_detail01 .bott ul .bott_li .t {
    font-size: 40px;
    line-height: 40px;
    font-family: 'he';
}

.pro_detail01 .bott ul .bott_li .c {
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
}

.pro_detail02 .rect-59 {
    padding-bottom: 59.68%;
}

.pro_detail02 .top {
    width: 100%;
    background: #2b313c;
    color: #fff;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 45px;
}

.pro_detail02 .top ul .li_ {
    float: left;
    font-size: 26px;
    font-weight: bold;
    width: 240px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}
.details1{margin-bottom:20px; overflow:hidden;}
.details1 ul li{ width:48%; float:left; background:#efefef; height:260px;    margin-left: 1%; margin-right: 1%; margin-top:2%;}
.details1 ul li p img{ width:58%; float:left;}
.details1 ul li .details_text{ float: left;width: 38%; margin-left: 2%; margin-top: 30px; margin-right: 2%; font-size: 20px;}
.details1 ul li .details_text h3{ font-size:25px; height:60px; line-height:60px; border-top:2px solid #d00202; border-bottom:2px solid #d00202; 
color:#333333; text-align:center; margin-bottom:20px;}
.case1{ margin-top:20px; height:auto;}
.case1 img{ width:49%; margin-left:1%; margin-bottom:10px; }

.title3 {
    height: 45px;
    line-height: 45px;
    background: #d00202;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
    font-size: 22px;
}
.title3 span{ font-size:20px; font-weight:bold; color:#fff; margin-left:20px;}


.list1 {
    width: 32%; height: auto; float: left; height: 450px;
    background: #fff;
    margin-left: 0.5%; margin-right: 0.5%; background: #f3f3f3; margin-bottom:20px ;
}
.fenlei{ text-align:center; font-size:24px;}
.listimg {
    width: 100%; 
    height: auto;
}
.ystitle{ font-weight:bold; font-size:24px; color:#000;}
.fenlei .ystitle{font-size:24px;}
.fenlei .list1{ height: auto;}
.listright {
    width: 90%; padding: 5%;
}
.listright p {
    font-size: 0.32rem;
    font-weight: 600;
    color: #000;
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
}
.youshi{ width:100%; height:auto; overflow:hidden;}
.fanwei{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.fanwei ul li{width: 32%; height: auto; float: left; height: 350px; margin-left: 0.5%; margin-right: 0.5%; background: #c90915;margin-bottom: 20px; color: #fff; text-align: center; font-size: 18px;
}
.fanwei ul li img{ padding-bottom:10px;}
.listbox {
    width: 100%;
    
    line-height: 30px;
    font-size:18px;
    color: #666;
    font-weight: 400;
}
.pro_detail02 .top ul .li_:hover {
    background: #c90915;
}

.pro_detail02 .top ul .li_.cur {
    background: #c90915;
}

.pro_detail02 .top ul .li_ a:hover {
    color: inherit;
}

.pro_detail02 .bott {
    margin-bottom: 75px;
}

.pro_detail02 .bott .left {
    width: 100%;
}

.pro_detail02 .bott .right {
    width: 38.8%;
}

/* .pro_detail02 .content{opacity:0; visibility:visible; transition:all 0.5s ease; float:left; position:absolute; left:0; top:0; width:100%; transform:translateX(-200px); height:100%;}
.pro_detail02 .content.cur{opacity:1; visibility:visible; transform:translateX(0px);} */
.pro_detail02 .bott .right .t {
    font-size: 36px;
    line-height: 36px;
    color: #2b313c;
    padding-left: 18px;
    position: relative;
    font-family: 'he';
    margin-bottom: 30px;
}

.pro_detail02 .bott .right .t::before {
    content: '';
    width: 6px;
    height: 26px;
    background: #c90915;
    position: absolute;
    top: 6px;
    left: 0;
}

.pro_detail02 .bott .right .play {
    width: 74px;
    height: 74px;
    background: url(../images/pro_play.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -38px;
    margin-left: -38px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.5s ease;
}

.pro_detail02 .bott .right .play:hover {
    background: url(../images/pro_detail_play.png) no-repeat center;
}

.pro_detail02 .bott .right .right_t {
    margin-bottom: 35px;
}

.pro_detail02 .bott .right .owl-prev {
    width: 34px;
    height: 80px;
    background: url(../images/pro_detail_prev.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
}

.pro_detail02 .bott .right .owl-next {
    width: 34px;
    height: 80px;
    background: url(../images/pro_detail_next.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -40px;
}

.pro_detail03 {
    background: #f5f6f9;
    padding-top: 65px;
    padding-bottom: 95px;
}

.pro_detail03 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #2b313c;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    font-family: 'he';
    text-transform: uppercase;
}

.pro_detail03 .infor .tit::after {
    content: '';
    width: 86px;
    height: 8px;
    background: #c90915;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -43px;
}

.pro_detail03 .content ul .item {
    float: left;
    width: 32.66%;
    margin-right: 1%;
    background: #fff;
    font-family: 'he';
    text-align: center;
    padding: 35px 0;
}

.pro_detail03 .content ul .item.item3 {
    margin-right: 0;
}

.pro_detail03 .content ul .item .t {
    font-size: 24px;
    color: #2b313c;
    margin-bottom: 25px;
}

.pro_detail03 .content ul .item .down {
    display: inline-block;
    width: 170px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background: #c90915;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}

.pro_detail03 .content ul .item .down:hover {
    background: #6a0007;
}

.pro_detail04 {
    background-position: bottom left;
}

.pro_detail04 .left {
    width: 26%;
    padding: 150px 100px 235px 240px;
    box-sizing: border-box;
    background: url(../images/pro4_bg.jpg) no-repeat center;
    background-size: cover;
}

.pro_detail04 .infor .tit {
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    font-family: 'he';
    padding-bottom: 35px;
    position: relative;
}

.pro_detail04 .infor .tit::after {
    content: '';
    width: 86px;
    height: 8px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pro_detail04 .right {
    width: 74%;
    padding-top: 70px;
}

.pro_detail04 .right .item {
    float: left;
    margin: 0 6.5%;
    box-sizing: border-box;
    text-align: center;
    width: 20%;
}

.pro_detail04 .right .item a {
    display: block;
}

.pro_detail04 .right .item .tit {
    font-size: 30px;
    color: #333;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: 'he';
}

.pro_detail04 .right .item .more {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #2b313c;
    color: #333;
    width: 188px;
    ; height: 30px;
    line-height: 30px;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

/* .pro_detail04 .right .item.item1{margin-left:150px;} */
.pro_detail04 .right .item.item3 {
    margin-right: 0;
}

/* .pro_detail04 .right .item .more{background:#c90915; border:none; color:#fff;} */
/* .pro_detail04 .right .item .more:hover{background:#c90915; border:none; color:#fff;} */
.pro_detail04 .right .item:hover .more {
    background: #c90915;
    border: none;
    color: #fff;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ {
    background: #f5f6f9;
    margin-bottom: 40px;
    transition: all 0.5s ease;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_:hover {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .box {
    padding: 40px 75px 25px 50px;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .icon {
    float: left;
    width: 9%;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .intro {
    float: left;
    width: 46.5%;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .intro .tit {
    font-size: 18px;
    line-height: 22px;
    color: #333;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .intro .con {
    font-size: 14px;
    color: #888;
    line-height: 26px;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .btn_list {
    font-size: 14px;
    color: #5c5e5c;
    float: right;
    margin-top: -15px;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .btn_list a {
    display: block;
    height: 34px;
    line-height: 34px;
    width: 180px;
    border: 1px solid #5c5e5c;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .btn_list a.btn1 {
    background: #c90915;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    border-color: transparent;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .btn_list a.btn1 .btn_icon {
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url(../images/pro_icon3.png) no-repeat center;
    margin: 0 13px;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .btn_list a.btn1:hover {
    background: #6a0007;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .btn_list a.btn2 {
    position: relative;
    cursor: pointer;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .btn_list a.btn2 .btn_icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/pro_icon4.png) no-repeat center;
    margin: 0 15px;
    transition: all 0.5s ease;
}

/* .pro_detail_down .pro_detail02 .bott .left .content ul .li_ .btn_list a.btn2:hover{border-color:transparent; background:#c90915; color:#fff;} */
.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .btn_list a.btn2:hover {
    color: #c90915;
    border-color: #c90915;
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .btn_list a.btn2:hover .btn_icon {
    background: url(../images/pro_icon6.png) no-repeat center;
}

/* Ã¤ÂºÂ§Ã¥â€œÂÃ¨Â¯Â¦Ã§Â»â€  end */
/* 20211025 */
/* .ibanner .iban_word{display:none;} */
.ibanner .owl-dots {
    position: absolute;
    bottom: 85px;
    left: 250px;
}

.ibanner .owl-dot {
    width: 16px;
    height: 14px;
    background: url(../images/dot.png) no-repeat center;
    background-size: cover;
    float: left;
}

.ibanner .owl-dot.active {
    background: url(../images/dot_act.png) no-repeat center;
}

.ibanner .iban_btn .owl-prev {
    opacity: 0.5;
}

.ibanner .iban_btn .owl-next {
    opacity: 0.5;
}

.ipart1 .infor {
    margin-bottom: 45px;
}

.ipart33 .rect-898 {
    overflow: visible;
}

.xc_nav.pro_list_xc .content .left {
    width: 65%;
}

.xc_nav.pro_list_xc .content .left ul li {
    width: auto;
    padding: 0 10px;
    box-sizing: border-box;
}

/* Ã¤Â¸â€¹Ã¨Â½Â½ */
.download03 {
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100%;
    z-index: 5;
    transition: .5s ease;
}

.download03.bott {
    bottom: 0.2rem;
}

.download03 .content {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 10px;
}

.download03 .content .box {
    padding: 0.2rem 0.3rem;
}

.download03 .content .box .top_ {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

.download03 .content .box .top_ .tit {
    font-size: 16px;
    color: #000;
    margin-right: 5px;
    line-height: 18px;
}

.download03 .content .box .top_ .con {
    line-height: 18px;
    color: #000;
}

.download03 .content .box .top_ .con .num {
    margin-right: 10px;
}

.download03 .content .box .top_ .close {
    cursor: pointer;
}

.download03 .content .box .bott_ .left {
    float: left;
    padding: 0 2%;
    position: relative;
}

.download03 .content .box .bott_ .left .carousel_box {
    width: 620px;
    overflow: hidden;
}

.download03 .content .box .bott_ .left .carousel {
    padding-top: 10px;
    white-space: nowrap;
    position: relative;
    transition: .5s ease;
}

.download03 .content .box .bott_ .left .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 10px;
}

.download03 .content .box .bott_ .left .item .close {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    right: -7px;
    top: -7px;
    background: url(../images/icon_delete_01.png) no-repeat center;
    background-size: cover;
}

.download03 .content .box .bott_ .left .nav_prev {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px;
    width: 12px;
    height: 30px;
    background: url(../images/nav_prev.jpg) no-repeat center;
}

.download03 .content .box .bott_ .left .nav_next {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23px;
    width: 12px;
    height: 30px;
    background: url(../images/nav_next.jpg) no-repeat center;
}

.download03 .content .box .bott_ .left .delAll {
    margin-top: 5px;
    cursor: pointer;
}

.download03 .content .box .bott_ .left .delAll i {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../images/icon_delete_01.png) no-repeat center;
    background-size: cover;
}

.download03 .content .box .bott_ .right {
    float: right;
    width: 15%;
}

.download03 .content .box .bott_ .right a {
    display: inline-block;
    padding: 0 10px;
    line-height: 18px;
    color: #fff;
    background: #e30713;
}

.download03 .circle {
    position: fixed;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    bottom: -100%;
    transform: translateY(40px);
    transition: .5s ease;
    font-weight: normal;
    text-align: center;
    width: 120px;
    height: 120px;
    background: #e30713;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    bottom: 5px;
    right: 10%;
}

.download03 .circle .tit {
    padding-top: 10px;
}

.download03 .circle .tit span {
    font-size: 16px;
    margin-right: 2px;
}

.download03 .circle .con {
    margin: 3px 0;
}

.download03 .circle .txt {
    border-top: 1px solid #fff;
    margin: 0 20px;
}

.download03 .circle.show {
    bottom: 5px;
    opacity: 1;
    transform: translateY(0);
}

.pro_detail_down .pro_detail02 .bott .left .content ul .li_ .btn_list a.btn2.disabled {
    border-color: #e5e5e5;
    background: #e5e5e5;
}

.network01 .left .sele_wrap .select-ui-choose-default ._txt {
    opacity: 0.6;
}

.contact_us02 .item {
    min-height: 295px;
}

.pro_detail_spe .xc_nav .content .left {
    width: 62%;
}

.pro_detail_spe .xc_nav .content .left ul li {
    width: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.pro_list01 .bott ul .li_ .li_top .tit {
    margin-bottom: 15px;
    margin-top: 30px;
}

.xc_nav.service_xc .content .left ul li {
    width: auto;
    padding: 0 25px;
}

.xc_nav.service_xc .content .left {
    width: 75.6%;
}

.service01 ul .li_ .img_ {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.service01 ul .li_.odd .img_ {
    right: auto;
    left: 0;
}

.pro_detail .xc_nav .content .left {
    width: 63.6%;
}

.pro_detail .xc_nav .content .left ul li {
    width: auto;
    padding: 0 25px;
}

.contact_us03 .form .top {
    height: 50px;
    margin-bottom: 25px;
}

.contact_us03 .form .top label {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-right: 30px;
}

.contact_us03 .form .top label span {
    color: #c90915;
    vertical-align: text-top;
    margin-left: 5px;
}

.contact_us03 .form .top span {
    font-size: 14px;
    color: #d2d2d2;
    vertical-align: bottom;
    margin-left: 5px;
}

.contact_us03 .form .top select {
    border: 1px solid #d2d2d2;
    width: 325px;
    height: 50px;
    line-height: 50px;
}

/* Ã¦â€“Â°Ã©â€”Â»Ã¨Â¯Â¦Ã§Â»â€  */
.news_detail.channel_content {
    padding: 0;
    margin-top: 0;
}

.news_detail01 {
    background: #f0f0f0;
    padding: 50px 0px;
}

.news_detail01 .detail_l {
    width: 70%;
}

.news_detail01 .l_box {
    background: #fff;
    padding: 8% 6%;
}

.news_detail01 .news_title {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.news_detail01 .l_tools {
    margin-bottom: 40px;
    line-height: 20px;
}

.news_detail01 .l_tools span {
    display: inline-block;
    *display: inline;
    *zoom:1;font-size: 14px;
    color: #5a5a5a;
}

.news_detail01 .news_time {
    margin-right: 20px;
}

.news_detail01 .switcher .title {
    display: inline-block;
    *display: inline;
    *zoom: 1;vertical-align: middle;
}

.news_detail01 .news_text {
    font-size: 14px;
}

.news_detail01 .detail_r {
    width: 28%;
}

.news_detail01 .detail_r .arr_box {
    background: #fff;
    padding: 8%;
    margin-bottom: 14px;
    color: #666;
    display: block;
}

.news_detail01 .detail_r .arr_title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.news_detail01 .detail_r .arr_news_title {
    font-size: 14px;
    font-weight: normal;
}

.news_detail01 .detail_r .arr_time {
    font-size: 14px;
    padding-top: 6px;
    display: block;
}

.news_detail01 .detail_r .arr_box:hover {
    color: #fff;
    background: #d71618;
}

.news_detail01 .detail_r .arr_box:hover .arr_title {
    color: #fff;
}

.news_detail01 .detail_r .share_box {
    background: #fff;
    padding: 8%;
}

.news_detail01 .detail_r .share_title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.news_detail01 .detail_r .black_list {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #d71618;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
}

.news_detail01 .newdetail_share {
    padding: 10px 0px;
}

.news_detail01 .newdetail_share a {
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: 1px solid #999;
    line-height: 40px;
    border-radius: 50%;
    background: none;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    font-size: 20px;
    color: #999;
}

.about_us05 .content .item .top {
    min-height: 90px;
}

.contact_us03 .form .btns_list .btn {
    transition: all 0.5s ease;
}

.contact_us03 .form .btns_list .btn:hover {
    font-weight: bold;
    font-size: 20px;
}

.contact_us03 .form .btns_list .reset:hover {
    background: #ccc;
}

/* .header .h_bott .inav .nav_li.serv_nav .nav_layer .layer_c{padding-bottom:30px;}
.header .h_bott .inav .nav_li .nav_layer .layer_c_box li:last-child a{border-bottom:none;} */
.channel_content01 {
    padding-top: 30px;
}

.contact_us03 .form .top select {
    border-color: #aaa;
}

.pro_detail02 .bott .left .content.fir {
    height: auto;
    overflow: auto;
    padding-right: 30px;
    box-sizing: border-box;
}

.pro_detail02 .bott .left .content.fir::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.pro_detail02 .bott .left .content.fir::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #d71618;
}

.pro_detail02 .bott .left .content.fir::-webkit-scrollbar-track {
    border-radius: 0;
    background: #e3e3e3;
}

/* Ã¦â€¢â€¦Ã©Å¡Å“Ã§â€Â³Ã¦Å Â¥ */
.report01 {
    padding-bottom: 115px;
    padding-top: 65px;
}

.report01 .infor {
    margin-bottom: 75px;
}

.report01 .infor .tit {
    font-size: 40px;
    line-height: 40px;
    color: #ca0915;
    font-family: 'he';
    text-align: center;
    text-transform: uppercase;
}

.report01 .content ul .form_li {
    float: left;
    margin-bottom: 20px;
}

.report01 .content ul .form_li.li-20 {
    width: 18.8%;
    margin-right: 1.5%;
}

.report01 .content ul .form_li.li-50 {
    width: 49%;
    margin-right: 2%;
}

.report01 .content ul .form_li.li-100 {
    width: 100%;
    margin-right: 0;
}

.report01 .content ul .form_li.li-20.li05 {
    margin-right: 0;
}

.report01 .content ul .form_li.li-20.li10 {
    margin-right: 0;
}

.report01 .content ul .form_li.li-50.li12 {
    margin-right: 0;
}

.report01 .content ul .form_li.li-50.li14 {
    margin-right: 0;
}

.report01 .content ul .form_li label {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.report01 .content ul .form_li label span {
    color: #ca0915;
    margin-left: 5px;
}

.report01 .content ul .form_li input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 38px;
    line-height: 40px;
    color: #ccc;
    text-indent: 15px;
    border-radius: 5px;
    font-size: 16px;
}

.report01 .content ul .form_li input::-webkit-input-placeholder {
    color: #ccc;
}

.report01 .content ul .form_li input:-moz-placeholder {
    color: #ccc;
}

.report01 .content ul .form_li input:-ms-input-placeholder {
    color: #ccc;
}

.report01 .content ul .form_li textarea {
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    height: 98px;
    text-indent: 15px;
    padding: 5px;
    resize: none;
    border-radius: 5px;
    font-size: 16px;
}

.report01 .content ul .form_li.li-50 input {
    height: 98px;
    line-height: 98px;
}

.report01 .content ul .form_li.li15 {
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.report01 .content ul .form_li.li15 label {
    color: #999;
}

.report01 .content ul .form_li.li15 .item {
    float: left;
    width: 32.5%;
    margin-right: 1%;
}

.report01 .content ul .form_li.li15 .item:last-child {
    margin-right: 0;
}

.report01 .content ul .form_li.li15 .item .left {
    margin-right: 10px;
}

.report01 .content ul .form_li.li15 .item .right {
    width: 200px;
    height: 100%;
}

.report01 .content ul .form_li.li15 .item button {
    display: block;
    border: none;
    padding: 0;
    background: #ca0915;
    color: #fff;
    font-size: 16px;
    height: 38px;
    width: 190px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 5px;
    line-height: 38px;
}

.report01 .content ul .form_li.li15 .item button:hover {
    background: #6a0007;
}

.report01 .content ul .btm_box {
    float: left;
    width: 100%;
}

.report01 .content ul .btm_box .btns_list {
    text-align: center;
}

.report01 .content ul .btm_box .btns_list button {
    width: 47.7%;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.report01 .content ul .btm_box .btns_list .sub {
    background-color: #848484;
    border-radius: 0;
    float: left;
}

.report01 .content ul .btm_box .btns_list .reset {
    background-color: #ccc;
    border-radius: 0;
    float: right;
}

.report01 .content ul .btm_box .btns_list .btn {
    transition: .3s ease;
}

.report01 .content ul .btm_box .btns_list .on {
    background-color: #c90915;
}

.report01 .content ul .btm_box .btns_list .btn:hover {
    background-color: #c90915;
}

.report01 .content ul .btm_box .yzm_box {
    width: 50%;
}

.report01 .content ul .btm_box .btns_list {
    width: 45.2%;
}

.report01 .content ul .btm_box .yzm_box .yzm {
    line-height: 50px;
    height: 50px;
    width: 230px;
    text-indent: 15px;
    margin-right: 20px;
    font-size: 16px;
    color: #bbb;
    border: 1px solid #bbb;
    box-sizing: border-box;
    border-radius: 5px;
}

.report01 .content ul .btm_box .yzm_box img {
    width: 235px;
    height: 50px;
    margin-right: 10px;
    border-radius: 5px;
}

.report01 .content ul .btm_box .yzm_box .change {
    color: #bbb;
    font-size: 16px;
    vertical-align: bottom;
}

.pro_detail03 {
    display: none;
}

.pro_detail02 {
    margin-bottom: 100px;
}

.report01 .content ul .btm_box .btns_list .btn {
    transition: all 0.5s ease;
    border-radius: 5px;
}

.report01 .content ul .btm_box .btns_list .btn:hover {
    font-weight: bold;
    font-size: 20px;
}

.report01 .content ul .btm_box .btns_list .reset:hover {
    background: #ccc;
}

.train01 {
    padding-bottom: 115px;
    padding-top: 65px;
    background: #fafafa;
}

.train01 .infor {
    margin-bottom: 75px;
}

.train01 .infor .tit {
    font-size: 40px;
    line-height: 40px;
    color: #ca0915;
    font-family: 'he';
    text-align: center;
    text-transform: uppercase;
}

.train01 .content ul .form_li {
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.train01 .content ul .form_li.li-25 {
    width: 24%;
    margin-right: 1.33%;
}

.train01 .content ul .form_li.li04 {
    margin-right: 0;
}

.train01 .content ul .form_li.li08 {
    margin-right: 0;
}

.train01 .content ul .form_li label span {
    color: #c90915;
}

.train01 .content ul .form_li .sel_span {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 38px;
    line-height: 40px;
    border-radius: 7px;
    text-indent: 15px;
    position: relative;
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
    background: #fff;
    z-index: 3;
}

.train01 .content ul .form_li .sel_span::after {
    content: '';
    width: 12px;
    height: 7px;
    background: url(../images/select.png) no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
}

.train01 .content ul .form_li .sel_span.cur::after {
    background: url(../images/select1.png) no-repeat center;
}

.train01 .content ul .form_li .form_down {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    left: 0;
    top: 95%;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    z-index: 2;
}

.train01 .content ul .form_li .form_down ul li {
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.train01 .content ul .form_li label {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    cursor: pointer;
}

.train01 .content ul .form_li .form_down ul li:hover {
    background: #ddd;
}

.train01 .content ul .form_li input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 38px;
    line-height: 40px;
    border-radius: 7px;
    text-indent: 15px;
    font-size: 16px;
}

.train01 .content ul .form_li select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 38px;
    color: #ccc;
    text-indent: 10px;
    border-radius: 7px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select1.png) no-repeat right center transparent;
}

.train01 .content ul .form_li option {
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #666;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
}

.train01 .content ul .form_li.li-50 input {
    height: 98px;
    line-height: 98px;
}

.train01 .content ul .btm_box {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.train01 .content ul .btm_box .btns_list {
    text-align: center;
}

.train01 .content ul .btm_box .btns_list button {
    width: 47.7%;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.train01 .content ul .btm_box .btns_list .sub {
    background-color: #848484;
    border-radius: 0;
    float: left;
}

.train01 .content ul .btm_box .btns_list .reset {
    background-color: #ccc;
    border-radius: 0;
    float: right;
}

.train01 .content ul .btm_box .btns_list .btn {
    transition: .3s ease;
}

.train01 .content ul .btm_box .btns_list .on {
    background-color: #c90915;
}

.train01 .content ul .btm_box .btns_list .btn:hover {
    background-color: #c90915;
}

.train01 .content ul .btm_box .yzm_box {
    width: 50%;
}

.train01 .content ul .btm_box .btns_list {
    width: 45.2%;
}

.train01 .content ul .btm_box .yzm_box .yzm {
    line-height: 50px;
    height: 50px;
    width: 230px;
    text-indent: 15px;
    margin-right: 20px;
    font-size: 16px;
    color: #bbb;
    border: 1px solid #bbb;
    box-sizing: border-box;
    border-radius: 7px;
}

.train01 .content ul .btm_box .yzm_box img {
    width: 235px;
    height: 50px;
    margin-right: 10px;
    border-radius: 7px;
}

.train01 .content ul .btm_box .yzm_box .change {
    color: #bbb;
    font-size: 16px;
    vertical-align: bottom;
}

.train01 .content ul .btm_box .btns_list .btn {
    transition: all 0.5s ease;
    border-radius: 7px;
}

.train01 .content ul .btm_box .btns_list .btn:hover {
    font-weight: bold;
    font-size: 20px;
}

.train01 .content ul .btm_box .btns_list .reset:hover {
    background: #ccc;
}

.f_top .right .f_lan {
    position: relative;
}

.f_top .right .f_lan .f_lan_down {
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    z-index: 2;
    padding: 0 20px;
    width: 100%;
    display: none;
}

.f_top .right .f_lan .f_lan_down ul li {
    font-size: 14px;
    color: #26262b;
    line-height: 38px;
}

.pro_detail02 .content {
    display: none;
}

.pro_detail02 .content.cur {
    display: block;
}

/* .header .h_bott .inav .nav_li{font-weight:bold;} */
.ipart4 .content ul .li_ .more {
    display: none;
}

.ipart4 .content ul .li_ .intro .c {
    font-size: 16px;
}

.header .h_top .right .login span {
    font-weight: bold;
}

.header .h_top .right .language .lan span {
    font-weight: bold;
}

.header .h_top .left {
    font-weight: bold;
}

/* .header .h_top .right .login span{font-family:'he';}
.header .h_top .right .language .lan span{font-family:'he';}
.header .h_top .left{font-family:'he';}
.header .h_bott .h_menu .box span{font-family:'he';} */
/* Ã¥Â¯Â¼Ã¨Ë†Âª */
.header .inav_wrapper {
    margin-left: 10%;
    width: 55%;
}

.header .inav_wrapper .nav_li {
    float: left;
    padding: 0 25px;
}

.header .inav_wrapper .nav_li .nav_a {
    font-size: 20px;
    line-height: 88px;
    color: #333;
    text-transform: uppercase;
    font-family: 'he';
    position: relative;
    display: inline-block;
}

.header .inav_wrapper .nav_li .nav_a .icon {
    font-size: 16px;
    transition: .3s ease;
    position: relative;
    vertical-align: top;
}

.header .inav_wrapper .nav_li:hover .nav_a {
    color: #c90915;
}

.header .inav_wrapper .nav_li.cur .nav_a {
    color: #c90915;
}

.header .inav_wrapper .nav_li:hover .nav_a .icon {
    color: #c90915;
    transform: rotateZ(180deg);
}

.header .inav_wrapper .nav_li.cur .nav_a .icon {
    color: #c90915;
}

.header.xc_header .inav_wrapper .nav_li:hover .nav_a {
    color: #c90915;
}

.header.xc_header .inav_wrapper .nav_li.cur .nav_a {
    color: #c90915;
}

.header.xc_header .inav_wrapper .nav_li.cur .nav_a .icon {
    color: #c90915;
}

.header:hover .inav_wrapper .nav_li:hover .nav_a {
    color: #c90915;
}

.header:hover .inav_wrapper .nav_li:hover .nav_a .icon {
    color: #c90915;
}

/* Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¤Â¸â€¹Ã¦â€¹â€° */
.header .inav_wrapper .dropdown {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 2;
}

.header .inav_wrapper .dropdown .left {
    float: left;
    width: 23%;
    background: #f3f3f5;
    position: relative;
    z-index: 1;
    min-height: 400px;
}

.header .inav_wrapper .dropdown .left ul li {
    padding: 17px 10px 17px 15%;
    line-height: 30px;
    font-size: 18px;
    border-top: 1px solid #e3e4e4;
    font-family: Arial;
}

.header .inav_wrapper .dropdown .left ul li:first-child {
    border-top: none;
}

.header .inav_wrapper .dropdown .left ul li i {
    width: 13px;
    height: 13px;
    float: right;
    position: relative;
    top: 11px;
    right: 15%;
    background: url(../images/jt_red.png) no-repeat center;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    transform: translateX(-5px)
}

.header .inav_wrapper .dropdown .left ul li:hover {
    background: #484848;
    color: #c90915;
}

.header .inav_wrapper .dropdown .left ul li:hover i {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.header .inav_wrapper .dropdown .left ul li.cur {
    background: #484848;
    color: #c90915;
}

.header .inav_wrapper .dropdown .left ul li.cur i {
    opacity: 1;
    visibility: visible;
}

.header .inav_wrapper .dropdown .left ul li a {
    transition: 0s;
    display: block;
}

.header .inav_wrapper .dropdown .right {
    float: right;
    width: 77%;
    overflow: hidden;
}

.header .inav_wrapper .dropdown .right .content {
    width: 50%;
    position: relative;
    z-index: 2;
}

.header .inav_wrapper .dropdown .right .content .box {
    padding: 50px 90px 40px 90px;
}

.header .inav_wrapper .dropdown .right .content .box .infor .tit {
    font-size: 40px;
    font-family: 'he';
    line-height: 1;
}

.header .inav_wrapper .dropdown .right .content .box .infor .con {
    font-size: 15px;
    margin: 30px 0 50px;
}

.header .inav_wrapper .dropdown .right .content .box .common-btn {
    padding: 10px 45px;
}

.header .inav_wrapper .dropdown .right .content .box .common-btn .icon {
    width: 11px;
    height: 11px;
    background: url(../images/jt_white.png) no-repeat center;
    display: inline-block;
    margin-left: 12px;
}

.header .inav_wrapper .dropdown .right .img {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Ã¤ÂºÂ§Ã¥â€œÂÃ¥Ââ€¢Ã§â€¹Â¬Ã¥Â¯Â¼Ã¨Ë†Âª */
.header .inav_wrapper .pro_li .dropdown {
    background: #f3f3f5;
    height: 450px;
}

.header .inav_wrapper .pro_li .dropdown .right {
    background: #fff;
}

.header .inav_wrapper .pro_li .dropdown .right .content {
    display: none;
    height: 450px;
    overflow: hidden;
}

.header .inav_wrapper .pro_li .dropdown .right .content:first-child {
    display: block;
}

.header .inav_wrapper .pro_li .dropdown .right .img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: unset;
}

.header .inav_wrapper .pro_li .dropdown .right .img img {
    display: none;
}

.header .inav_wrapper .pro_li .dropdown .right .img img:first-child {
    display: block;
}

.header .inav_wrapper .pro_li .dropdown .right .content {
    width: 100%;
    position: relative;
    z-index: 1;
}

.header .inav_wrapper .pro_li .dropdown .right .content .box>.l {
    width: 42%;
}

.header .inav_wrapper .pro_li .dropdown .right .content .l .xh {
    margin-top: 40px;
    line-height: 1;
    font-size: 215px;
    color: #fff;
    color: rgba(255,255,255,0);
    font-family: 'he';
}

.header .inav_wrapper .pro_li .dropdown .right .content .l ol {
    list-style: none;
    overflow: hidden;
}

.header .inav_wrapper .pro_li .dropdown .right .content .l ol li {
    float: left;
    padding: 0 20px;
    border-left: 1px solid #e3e4e4;
}

.header .inav_wrapper .pro_li .dropdown .right .content .l ol li:first-child {
    border-left: none;
}

.header .inav_wrapper .pro_li .dropdown .right .content .l ol li .num {
    font-size: 30px;
    font-weight: bold;
}

.header .inav_wrapper .pro_li .dropdown .right .content .l ol li .txt {
    font-size: 15px;
}

.header .inav_wrapper .pro_li .dropdown .right .content .r {
    width: 58%;
}

.header .inav_wrapper .pro_li .dropdown .right .content .r img {
    max-width: none;
    position: relative;
    left: -55px;
}

.header .inav_wrapper .pro_li .dropdown .right .content .r .btns {
    width: 200px;
    position: absolute;
    right: 100px;
    bottom: 60px;
}

.header .inav_wrapper .pro_li .dropdown .right .content .r .btns a {
    padding: 0;
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 42px;
    background: transparent;
    border: 1px solid #484848;
    font-weight: normal;
}

.header .inav_wrapper .pro_li .dropdown .right .content .r .btns a i {
    color: #c90915;
    margin-right: 15px;
}

.header .inav_wrapper .pro_li .dropdown .right .content .r .btns .btn1 {
    margin-bottom: 5px;
}

.header .inav_wrapper .pro_li .dropdown .right .content .box .common-btn:before {
    background: #c90915
}

.header .inav_wrapper .pro_li .dropdown .right .content .r .btns a:hover {
    border-color: #c90915
}

.header .inav_wrapper .pro_li .dropdown .right .content .r .btns a:hover i {
    color: #fff;
}

.header .inav_wrapper .pro_li .dropdown .right .content .r .btns a:hover span {
    color: #fff;
}

.header .inav_wrapper .pro_li .dropdown .right .content .box {
    padding: 23px 0 30px;
}

.header .inav_wrapper .dropdown .left ul {
    height: 500px;
    overflow: auto;
}

.header .inav_wrapper ::-webkit-scrollbar-track-piece {
    background: #fff;
}

/*Ã¥â€¡Â¹Ã¦Â§Â½Ã©Â¢Å“Ã¨â€°Â²*/
.header .inav_wrapper ::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}

/*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¥Â®Â½Ã©Â«Ëœ*/
.header .inav_wrapper ::-webkit-scrollbar-thumb {
    background: #c90915;
    background-clip: padding-box;
    min-height: 10px;
}

/*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¨Â®Â¾Ã§Â½Â®*/
.header .inav_wrapper ::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

.header .inav_wrapper .dropdown .right .content .box .common-btn span {
    color: #fff;
}

.header .inav_wrapper .pro_li .dropdown .right .content .box .common-btn span {
    color: #222;
}

/* Ã¥â€¦Â¬Ã¥â€¦Â±Ã¦Å’â€°Ã©â€™Â® */
.common-btn {
    position: relative;
    display: inline-block;
    transition: all .5s ease-in-out;
    padding: 10px 30px;
    font-size: 16px;
    background: #c90915;
}

.common-btn span {
    position: relative;
    z-index: 2;
    color: #333;
}

.common-btn:hover {
    color: #fff;
}

.common-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #6a0007;
    z-index: 1;
    -webkit-transition: all 1s cubic-bezier(.1,1,.4,1);
    -o-transition: all 1s cubic-bezier(.1,1,.4,1);
    transition: all 1s cubic-bezier(.1,1,.4,1);
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.common-btn:hover:before {
    width: 100%;
}

.common-yellow {
    display: block;
    color: #c90915;
    font-size: 15px;
    margin-top: 20px;
}

.common-yellow i {
    margin-left: 14px;
    width: 13px;
    height: 13px;
    background: url(../images/jt_red.png) no-repeat;
    display: inline-block;
    transition: .3s ease;
    transform: translateY(0);
    vertical-align: middle;
}

.common-yellow:hover i {
    transform: translateY(-2px)
}

.common-black {
    display: block;
    color: #484848;
    font-size: 15px;
    margin-top: 20px;
}

.common-black i {
    margin-left: 14px;
    width: 11px;
    height: 11px;
    background: url(../images/jt_white.png) no-repeat;
    display: inline-block;
    transition: .3s ease;
    transform: translateY(0);
    vertical-align: middle;
}

.common-black:hover i {
    transform: translateY(-2px)
}

.about_us01 .rect-567 {
    padding-bottom: 65.75%;
}

.about_us03 .content ul .li_ .tit {
    white-space: inherit;
    text-overflow: inherit;
    min-height: 60px;
}

.header .inav_wrapper .pro_li .dropdown {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.pro_detail04 .left {
    padding-bottom: 190px;
}

.ipart4 .infor .con {
    font-size: 14px;
}

.ipart4 .content ul .li_ .intro .c {
    font-size: 14px;
}

.ipart4 .content ul .li_ .intro {
    padding-top: 25px;
}

.f_top .right .f_lan {
    text-align: left;
}

.f_top .right .f_lan .f_lan_down {
    box-sizing: border-box;
}

.f_top .right .share_box a.bds_twitter {
    margin-left: 0;
}

.train02 {
    padding-top: 85px;
}

.train02 .infor {
    margin-bottom: 75px;
    width: 68.5%;
    margin: 0 auto;
}

.train02 .infor .tit {
    font-size: 40px;
    line-height: 40px;
    color: #ca0915;
    font-family: 'he';
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.train02 .infor .con {
    font-size: 16px;
    line-height: 22px;
    color: #777;
    text-align: center;
}

.train02 .rect-66 {
    padding-bottom: 66.66%;
}

.train02 .content {
    margin-top: 50px;
    margin-bottom: 65px;
}

.train02 .owl-prev {
    width: 29px;
    height: 58px;
    background: url(../images/train_prev.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -29px;
}

.train02 .owl-next {
    width: 29px;
    height: 58px;
    background: url(../images/train_next.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -29px;
}

/* 20211108 */
.pro_list01 .bott ul .li_ .li_bott .item .c {
    word-break: break-word;
}

.parts01 {
    padding-top: 65px;
}

.parts01 .tit {
    font-size: 40px;
    font-family: 'he';
    color: #ca0915;
    margin-bottom: 50px;
    text-align: center;
}

.parts01 .content {
    margin-bottom: 10px;
}

.parts01 ul .li_ {
    width: 23.2%;
    margin-right: 2%;
    margin-bottom: 50px;
    position: relative;
    float: left;
    border: 1px solid #ebebeb;
    transition: all 0.5s ease;
    box-sizing: border-box;
    min-height: 420px;
}

.parts01 ul .li_.four {
    margin-right: 0%;
}

.parts01 .content ul .li_ .li_top {
    position: relative;
    padding: 25px 25px 5px 25px;
}

.parts01 .content ul .li_ .li_top .img_ img {
    display: block;
    width: 100%;
}

.parts01 .content ul .li_ .li_top .tit {
    margin-top: 15px;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0px;
    font-family: Arial;
    text-align: left;
}

.parts01 .content ul .li_ .li_bott {
    padding: 0 25px 30px 25px;
}

.parts01 .content ul .li_ .li_bott .item1 {
    display: inline-block;
    height: 1px;
    background-color: #e3e3e3;
    width: 100%;
    z-index: 2;
}

.parts01 .content ul .li_ .li_bott .item2 {
    margin-top: 7px;
}

.parts01 .content ul .li_ .li_bott .item2 .t {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 21px;
}

.parts01 .content ul .li_:hover {
    border-color: #ca0915;
}

/*Ã¦Â»Å¡Ã¥Å Â¨Ã¥Å Â Ã¨Â½Â½*/
.load_more {
    text-align: center;
}

.load_more span {
    display: inline-block;
    vertical-align: middle;
}

.load_more span.icon {
    width: 44px;
    height: 44px;
    background: url(../images/brand_loading.gif) no-repeat center;
    margin-right: 20px;
}

.load_more span.txt {
    font-size: 28px;
    color: #333f47;
}

.load_more.nomore {
    display: none;
}

/* 20211111 */
.xc_nav .content {
    z-index: 2;
}

.pro_list01 {
    padding-top: 0;
}

.pro_list01 .top {
    padding-top: 60px;
    padding-bottom: 40px;
}

.pro_list01 .top .type label {
    font-weight: bold;
}

.pro_list01 .top .search label {
    font-weight: bold;
}

.pro_list01 .top .type .type_box .box.cur {
    color: #c90915;
    font-weight: bold;
}

.pro_list01 .top {
    background: #f5f5f5;
}

.pro_detail04 {
    background: #f1f1f1;
}

.pro_detail04 .right .item {
    mix-blend-mode: multiply;
}

.pro_list01 .top .type .type_box .box {
    font-size: 16px;
    color: #666;
}

.pro_list01 .top .type .type_box input {
    vertical-align: text-bottom;
    background: #fff;
    border-color: #666;
}

.ibanner .iban_bg {
    display: none;
}

/* .ibanner .owl-dots{left:auto; right:250px;} */
.ibanner .owl-dot {
    margin-right: 20px;
}

.ibanner .ibanVideo_btn {
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 4;
    cursor: pointer;
}

.ibanner .ibanVideo_btn .iban_play {
    width: 100%;
    height: 100%;
    float: right;
}

.ibanner .ibanVideo_btn .iban_play .icon {
    width: 47px;
    height: 47px;
    background: url(../images/video_play.png) no-repeat center;
    position: absolute;
    left: -17px;
    bottom: 90px;
    z-index: 2
}

.ibanner .ibanVideo_btn .iban_play::before {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
}

.ibanner .ibanVideo_btn .iban_play::after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
}

.ibanner .ibanVideo_btn .iban_play::before {
    animation: scale 2s ease-out infinite;
    background: #fff;
    opacity: 0.5;
    animation-delay: 0;
}

.ibanner .ibanVideo_btn .iban_play::after {
    animation: scale2 2s ease-out infinite;
    background: #fff;
    opacity: 0.3;
    animation-delay: 0;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .9
    }

    100% {
        transform: scale(7);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(10);
        opacity: 0;
    }
}

.parts01 .content ul .li_ .li_top .tit {
    min-height: 42px;
}

.parts01 .content ul .li_ .li_bott {
    min-height: 122px;
}

.news_list02 .content .item .item_bott {
    min-height: 154px;
}

.ibanner .mwrap {
    padding: 0 120px;
    position: relative;
}

.ibanner .iban_word {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 2;
    padding-top: 85px;
    padding-bottom: 55px;
    box-sizing: border-box;
    transform: translate(0,-50%);
}

.ibanner .iban_word .intro {
    color: #fff;
    width: 50%;
}

.ibanner .iban_word .intro .t {
    font-size: 72px;
    margin-bottom: 25px;
    line-height: 80px;
    font-family: 'he';
    position: relative;
    text-transform: uppercase;
}

.ibanner .iban_word .intro .t span {
    color: #c90915;
}

.ibanner .iban_word .intro .c {
    font-size: 18px;
    line-height: 24px;
    font-family: 'he-r';
}

.ibanner .iban_word .intro .t .t_bg {
    position: relative;
    display: inline-block;
}

.ibanner .iban_word .intro .t .t_bg span {
    position: relative;
    z-index: 2;
    color: #fff;
}

.ibanner .iban_word .intro .t .t_bg::after {
    content: '';
    width: 100%;
    height: 20%;
    background: #c90915;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 1;
}

.ibanner .iban_word .intro .more {
    width: 140px;
    text-align: center;
    font-size: 18px;
    background: #c90915;
    display: block;
    margin-top: 50px;
}

.ibanner .iban_word .intro .more span {
    color: #fff;
}

.ibanner .iban_word .cover {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/intro_bg.png);
    height: 100%;
    width: 850px;
}

.ibanner .owl-carousel .iban_word .infor_img img {
    position: static;
    width: auto;
    margin-left: 0;
}

/* .ibanner .rect-31{padding-bottom:31.85%;} */
body .resultArea .content_form .piclist_area .srchList li .intro .t {
    font-size: 20px;
}

.about_us04 .content ul .item .box_show .con {
    height: 120px;
    overflow: auto;
}

.about_us04 .content ul .item .box_show .con::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.about_us04 .content ul .item .box_show .con::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #d71618;
}

.about_us04 .content ul .item .box_show .con::-webkit-scrollbar-track {
    border-radius: 0;
    background: #e3e3e3;
}

.pro_detail04 .right .item {
    overflow: inherit;
}

/* 20211123 */
.header .mwrap {
    padding: 0 3%;
}

.wrap {
    width: 1440px;
}

.service01 ul .li_ .box {
    background-size: cover;
}

.service01 ul .li_.odd .box {
    background-size: cover;
}

.about_us01 .left .infor .tit {
    margin-top: 30px;
}

.about_us03 .content {
    background-size: cover;
}

.about_us04 .content ul .item .box_show .con {
    margin-top: 30px;
}

/* .news_list01 .news_top .wrap{width:100%;} */
/* .news_list01 .list_bd .wrap{width:100%;} */
.ipart33 .content .item1 {
    box-shadow: none;
}

.ipart1 .content ul .li_ {
    width: 25%;
    margin-right: 0;
}

.ipart1 .content ul .li01::after {
    right: 20px;
}

/* .ibanner .ibanVideo_btn .iban_play .icon{left:-10px;} */
.ipart1 .content ul .li01::after {
    right: 50px;
}

.pro_detail04 .left {
    padding-left: 100px;
}

/* 20211125 */
.pro_list01 .top .form_box {
    margin-bottom: 35px;
}

.pro_list01 .top .form_box .left {
    width: 10.8%;
    border-right: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    padding: 40px 0;
    box-sizing: border-box;
}

.pro_list01 .top .form_box .left div {
    color: #666;
    width: 79%;
    border: 1px solid #666;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
}

.pro_list01 .top .form_box .left div.cur {
    color: #fff;
    background: #ca0915;
    border-color: #ca0915;
}

.pro_list01 .top .form_box .left div:first-child {
    margin-bottom: 15px;
}

.pro_list01 .top .form_box .right {
    width: 87.4%;
    padding-top: 25px;
}

.service01 ul .li_ .box .box_top .tit .tit_b {
    font-family: 'he';
    font-size: 28px;
    line-height: 28px;
}

.pro_list01 .bott ul .li_ .more {
    display: none;
}

.pro_detail01 .bott ul .bott_li .t {
    font-size: 34px;
    line-height: 34px;
}

.service01 ul .li_ .img_ {
    width: 92%;
}

/* 20211129 */
.login01 {
    position: relative;
    min-height: auto;
}

.login01 .img_ {
    width: 100%;
}

.login01 .login_box {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(0,-50%);
    padding: 50px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 10px #000;
    border-radius: 30px;
    width: 535px;
}

.login01 .login_box .tit {
    font-size: 50px;
    line-height: 50px;
    font-family: 'he';
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #c90915;
}

.login01 .login_box .item {
    height: 75px;
    width: 100%;
    margin-bottom: 25px;
    vertical-align: middle;
    position: relative;
    color: #c5c5c5;
}

.login01 .login_box .item img {
    width: 24px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    transform: translate(0,-50%);
}

.login01 .login_box .item input {
    width: 100%;
    border: none;
    line-height: 75px;
    background: #f8f8f8;
    border-radius: 15px;
    text-indent: 70px;
    font-size: 20px;
}

.login01 .login_box .login_btn {
    border: none;
    width: 100%;
    border-radius: 50px;
    line-height: 75px;
    background: #c90915;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
}

.login01 .login_box .item input::-webkit-input-placeholder {
    color: #c5c5c5;
    font-weight: lighter;
}

.login01 .login_box .item input::-moz-placeholder {
    color: #c5c5c5;
    font-weight: lighter;
}

.login01 .login_box .item input:-moz-placeholder {
    color: #c5c5c5;
    font-weight: lighter;
}

.login01 .login_box .item input:-ms-input-placeholder {
    color: #c5c5c5;
    font-weight: lighter;
}

.magazine.down .infor .tit {
    margin-bottom: 50px;
}

.magazine01.down01 .list_hd {
    padding: 25px;
    padding-bottom: 0;
}

.magazine01.down01 .magazine01_down ul .down_li .con {
    line-height: inherit;
    vertical-align: middle;
}

.magazine01.down01 .magazine01_down ul .down_li .con span {
    display: block;
    font-size: 16px;
    color: #c90915;
    transition: all 0.5s ease;
}

.magazine01.down01 .list_hd .form_box .left {
    width: 84%;
}

.magazine01.down01 .list_hd .form_box .right {
    width: 13%;
}

.magazine01.down01 .list_hd .left .inp_box_wrap {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.magazine01.down01 .list_hd .left .inp_box_wrap2, .magazine01.down01 .list_hd .left .inp_box_wrap4 {
    margin-right: 0;
}

.magazine01.down01 .list_hd .hd_btn {
    width: 100%;
    margin-bottom: 20px;
}

.magazine01.down01 .list_hd .hd_btn:last-child {
    background: #bdbdbd;
}

.magazine01.down01 .list_hd label {
    text-align: center;
}

.down01 .box2 {
    margin-top: 50px;
}

.magazine01.down01 .list_hd .form_box .left .form_li {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px;
    float: left;
    position: relative;
}

.magazine01.down01 .list_hd .form_box .left .form_li .sel_span {
    display: block;
    width: 70%;
    height: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    box-sizing: content-box;
    font-size: 16px;
    color: #bbb;
    text-indent: 20px;
    float: right;
    border: 1px solid #aaa;
    cursor: pointer;
}

.magazine01.down01 .list_hd .form_box .left .form_li .sel_span::after {
    content: '';
    width: 15px;
    height: 8px;
    background: url(../images/select_down.png) no-repeat center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-size: cover;
}

.magazine01.down01 .list_hd .form_box .left .form_li .sel_span.cur::after {
    transform: rotateZ(180deg);
}

.magazine01.down01 .list_hd .form_box .left .form_li .form_down {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 70%;
    background: #fff;
    z-index: 2;
}

.magazine01.down01 .list_hd .form_box .left .form_li .form_down ul li {
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    cursor: pointer;
}

.magazine01.down01 .list_hd .form_box .left .form_li .form_down ul li:hover {
    background: #ddd;
    color: #c90915;
}

.magazine01.down01 .list_hd .form_box .left .form_li input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 38px;
    line-height: 40px;
    border-radius: 7px;
    text-indent: 15px;
    font-size: 16px;
}

.magazine01 .magazine01_down ul .down_li:hover .con span {
    color: #fff;
}

.magazine01.down01 .box1 .magazine01_down ul .down_li .con {
    line-height: 40px;
}

.magazine01.down01 .list_hd .hd_btn:hover {
    font-weight: bold;
}

.login01 .login_box .item input {
    font-size: 18px;
}

/* 20211011 */
.ipart33 .infor .s_tit {
    font-size: 16px;
}

.ipart33 .infor .b_tit {
    font-size: 40px;
}

.case02 ul .li_ {
    background: #e4e4e4;
}

.case02 ul .li_ .img_box {
    width: 49.9%;
}

/* 20211214 */
.ipart1 {
    background-size: cover;
}

.ipart4 .infor .s_tit {
    font-size: 16px;
}

/* Ã¦â€°â€¹Ã¥â€ Å’Ã¤Â¸â€¹Ã¨Â½Â½ */
.wrap {
    width: 1440px; font-size: 16px;
}

.channel_content.manual_download {
    padding: 65px 0;
}

.manual_download01 .tit {
    text-align: center;
    font-size: 48px;
    line-height: 1;
    color: #ca0915;
    font-family: he;
    text-transform: uppercase;
    margin-bottom: 75px;
}

.manual_download01 .manual_option {
    margin-bottom: 50px;
}

.manual_download01 .manual_option .option {
    float: left;
    width: 30%;
    box-sizing: border-box;
    border: 1px solid #999999;
    margin-right: 5%;
    height: 70px;
    line-height: 70px;
    background: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.manual_download01 .manual_option .option a {
    color: #999999;
}

.manual_download01 .manual_option .option:hover,.manual_download01 .manual_option .option.cur {
    background: #ca0915;
    border: 0px;
}

.manual_download01 .manual_option .option:hover a,.manual_download01 .manual_option .option.cur a {
    color: #fff;
}

.manual_download01 .manual_option .option3 {
    margin-right: 0;
}

.manual_download02 .wrap {
    background: #f6f6f6;
    padding: 0.5%;
}

.manual_download02 .shaixuan {
    background: #fff;
    padding: 40px 0;
}

.manual_download02 .left {
    float: left;
    width: 81%;
}

.manual_download02 .left .fenlei {
    float: left;
    width: 50%;
    height: 48px;
    line-height: 48px;
}

.manual_download02 .left .fenlei .tit {
    float: left;
    font-size: 18px;
    color: #ca0915;
    width: 33%;
    text-align: center;
}

.manual_download02 .left .fenlei01,.manual_download02 .left .fenlei02,.manual_download02 .right ._submit {
    margin-bottom: 26px;
}

.manual_download02 .left .fenlei .con {
    width: 100%;
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
    font-size: 14px;
    text-indent: 25px;
    height: 48px;
    cursor: pointer;
    color: #aaaaaa;
}

.manual_download02 .left .fenlei i {
    color: #ca0915;
}

.manual_download02 .select-container {
    position: relative;
    float: left;
    width: 67%;
}

/* Ã¥Â±ÂÃ¨â€Â½Ã§â€šÂ¹Ã¥â€¡Â»Ã¤Âºâ€¹Ã¤Â»Â¶ */
.manual_download02 .select-container span {
    position: absolute;
    top: 0px;
    right: 20px;
    pointer-events: none;
}

.manual_download02 .select-container ul {
    position: absolute;
    top: 48px;
    right: 0px;
    padding: 0;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    display: none;
    list-style: none;
    border: 1px solid #ca0915;
}

.manual_download02 .select-container ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.manual_download02 .select-container li a {
    display: inline-block;
    width: 100%;
    color: #000000;
    text-indent: 5px;
    background: #fff;
    text-decoration: none;
}

.manual_download02 .select-container li a:hover {
    color: #fff;
    background: #c90915;
}

.manual_download02 .right {
    float: left;
    width: 19%;
    text-align: center;
}

.manual_download02 .right button {
    display: inline-block;
    width: 80%;
    background: #ca0915;
    border: none;
    height: 48px;
    color: #fff;
    cursor: pointer;
}

.manual_download02 .right button._reset {
    background: #bdbdbd;
}

.manual_download02 .right button:hover {
    font-weight: bolder;
}

.manual_download03 {
    margin-top: 63px;
}

.manual_download03 .transiton05 {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.manual_download03 ul li {
    padding: 25px 2%;
    float: left;
    width: 44.5%;
    background-color: #f7f7f7;
    margin-right: 3%;
    margin-bottom: 3%;
}

.manual_download03 ul li.even {
    margin-right: 0;
}

.manual_download03 ul li .con {
    width: 70%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.manual_download03 ul li a {
    display: block;
}

.manual_download03 ul li .iconfont {
    font-size: 35px;
    line-height: 1;
    color: #555555;
}

.manual_download03 ul li:hover {
    background-color: #ff0000;
}

.manual_download03 ul li:hover .iconfont {
    color: #fff;
}

.manual_download03 ul li .con .c {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
    color: #555555;
}

.manual_download03 ul li .con .language {
    font-size: 16px;
    line-height: 1;
    color: #ca0915;
}

.magazine01.down01 .list_hd .form_box .left .form_li .form_down ul li:hover {
    background: #ddd;
    color: #c90915;
}

.manual_download03 ul li:hover .con .language {
    color: #fff;
}

.pages {
    font-size: 0;
    color: #000;
    text-align: center;
}

.pages .gobutton,.pages .sl,.pages .num,.pages .count {
    height: 44px;
    line-height: 44px;
    width: 44px;
    color: #000;
    display: inline-block;
    border: 1px solid #ededed;
    margin: 10px 0;
    vertical-align: middle;
    margin: 0 0 10px -1px;
    background: #fff;
    font-size: 16px ;
    font-weight: normal;
}

.pages .gobutton:hover,.pages .num:hover,.pages .current {
    color: #fff;
    background: #c90915;
}

.pages span.gobutton,.pages span.gobutton:hover {
    color: #000;
    background-color: #eee;
}

.pages .gobutton .ion {
    font-size: .8em;
}

.pages .count {
    margin-left: 10px;
    color: #000;
    background: none;
    border: none;
}

.pages span.jump {
    background: none;
    color: #000;
    display: inline-block;
    margin: 0 7px;
    vertical-align: top;
}

.pages span.jumpto,.pages span.jumpto_text,.pages span.jumpto_text {
    background: none;
    border: none;
    color: #000;
    font-size: 14px;
}

.pages .jumpto_inp {
    width: 40px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    vertical-align: top;
}

.pages span.goprev,.pages span.gonext {
    color: #000;
    background: none
}

.magazine01 .box_new {
    margin-bottom: 50px;
}

.magazine01 .box_new a {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
    line-height: 70px;
    color: #999;
    font-size: 20px;
    text-align: center;
    border: 1px solid #999;
    box-sizing: border-box;
}

.magazine01 .box_new a:hover {
    color: #fff;
    background: #ca0915;
    border-color: #ca0915;
}

.magazine01 .box_new a:last-child {
    margin-right: 0;
}

.magazine01 .box_new a.cur {
    color: #fff;
    background: #ca0915;
    border-color: #ca0915;
}

.ipart33 .infor .s_tit {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.ipart4 .infor .s_tit {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.down01 .box1 {
    display: none;
}

.down3 .magazine01 .list_hd {
    display: none;
}

/* .news_list02 .content .item a{cursor:url(../img/newico2.png) 60 60,w-resize;} */
.down3 .magazine01.down01 .magazine01_down ul .down_li .con {
    line-height: 46px;
}

.down3 .magazine01 .magazine01_down ul .down_li .icon {
    margin-right: 30px;
}

.down.xc_nav .left {
    width: 50%;
}

.down.xc_nav .content .left ul li {
    width: auto;
    padding: 0 20px;
}

.about_us02 .content ul .li_ .num01::after {
    right: 10px;
}

.ipart1 .content ul .li01::after {
    right: 25px;
    top: -15px;
}

.service01 ul .li_:first-child .box .box_top .icon {
    display: none;
}

.service01 ul .li_:first-child .box .box_top .tit {
    margin-left: 0;
}

.service01 ul .li_:first-child .box {
    padding-top: 60px;
    width: 58%;
}

.down4 .magazine01.down01 .magazine01_down ul .down_li .con {
    line-height: 46px;
}

.news_list02 .owl-prev {
    position: absolute;
    top: 50%;
    left: -100px;
    font-size: 48px;
    font-weight: bold;
    transform: translate(0,-50%);
    color: #b6b6b6;
    transition: all 0.5s ease;
}

.news_list02 .owl-next {
    position: absolute;
    top: 50%;
    right: -100px;
    font-size: 48px;
    font-weight: bold;
    transform: translate(0,-50%);
    color: #b6b6b6;
    transition: all 0.5s ease;
}

.news_list02 .owl-prev:hover {
    color: #d71214;
}

.news_list02 .owl-next:hover {
    color: #d71214;
}

body .Form-J1 .Form-J1-Btn ._submit {
    background: #ca0915;
}

body .Form-J1 .Form-J1-Btn {
    margin-bottom: 50px;
}

body .Form-J1-content {
    margin-top: 30px;
}

/* Ã¦Å“ÂÃ¥Å Â¡Ã§Ââ€ Ã¥Â¿Âµ-Ã¦â€“Â° */
.service_new01 {
    margin-top: 115px;
}

.service_new01 .rect-521 {
    padding-bottom: 52.43%;
}

.service_new01 ul .li_ {
    position: relative;
    margin-bottom: 165px;
}

.service_new01 ul .li_.li01 {
    padding: 60px 190px;
    box-sizing: border-box;
    background: #ca0915;
    color: #fff;
    margin-bottom: 100px;
}

.service_new01 ul .li_.li01::before {
    display: none;
}

.service_new01 ul .li_.li01 .box {
    padding: 30px 50px;
    box-sizing: border-box;
    border: 2px solid #fff;
    position: relative;
    margin-bottom: 40px;
}

.service_new01 ul .li_.li01 .box .s_tit {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -10px;
    background: #ca0915;
    z-index: 2;
    padding: 0 20px;
    transform: translate(-50%,0);
}

.service_new01 ul .li_.li01 .box .b_tit {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'he';
}

.service_new01 ul .li_.li01 .con {
    font-size: 16px;
    line-height: 24px;
}

.service_new01 ul .li_ .left {
    width: 46.3%;
    float: left;
    margin-left: 1.5%;
    position: absolute;
    left: 2px;
    top: 0;
    z-index: 2;
}

.service_new01 ul .li_::before {
    content: '';
    width: 41%;
    height: 100%;
    background: #ca0915;
    position: absolute;
    left: 0;
    top: -20px;
}

.service_new01 ul .li_ .right {
    width: 52.2%;
    float: right;
    position: relative;
    padding-top: 50px;
}

.service_new01 ul .li_ .right .s_tit {
    font-size: 24px;
    line-height: 24px;
    color: #ca0915;
    margin-bottom: 35px;
    padding-left: 40px;
}

.service_new01 ul .li_ .right .box {
    padding: 40px 30px;
    box-sizing: border-box;
    border: 2px solid #c90915;
    position: relative;
    padding-top: 60px;
}

.service_new01 ul .li_ .right .b_tit {
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    background: #ca0915;
    position: absolute;
    left: 0;
    top: -25px;
    width: 70%;
    padding-left: 40px;
    font-family: 'he';
}

.service_new01 ul .li_ .right .b_tit .icon {
    display: inline-block;
}

.service_new01 ul .li_ .right .b_tit .icon img {
    vertical-align: inherit;
}

.service_new01 ul .li_ .right .c {
    font-size: 24px;
    line-height: 30px;
    color: #c90915;
}

.service_new01 ul .li_.odd .left {
    float: right;
    margin-left: 0;
    margin-right: 1.5%;
    left: auto;
    right: 2px;
}

.service_new01 ul .li_.odd .right {
    float: left;
}

.service_new01 ul .li_.odd::before {
    left: auto;
    right: 0;
}

.service_new01 ul .li_.odd .right .box {
    border-left: 2px solid #c90915;
}

.service_new01 ul .li_.odd .right .b_tit {
    left: auto;
    right: 0;
    padding-right: 40px;
    text-align: right;
}

.service_new01 ul .li_.odd .right .s_tit {
    padding-right: 40px;
    text-align: right;
}

.f_new {
    background: #353947;
    color: #fff;
    text-align: center;
    display: none;
    padding-top: 90px;
}

.f_new .share_box {
    padding: 10px 0;
    text-align: center;
}

.f_new .share_box .bdshare-button-style0-16 {
    display: inline-block;
}

.f_new .share_box a {
    display: block;
    float: left;
    width: 28px;
    height: 24px;
    background: url(../images/f_share.png) no-repeat;
    padding: 0;
    margin: 0px 10px;
}

.f_new .share_box a.bds_twitter {
    background-position: 0 0;
}

.f_new .share_box a.bds_ins {
    background-position: -28px 0;
    width: 24px;
}

.f_new .share_box a.bds_fb {
    background-position: -53px 0;
    width: 10px;
}

.f_new .share_box a.bds_tiktok {
    background-position: -63px 0;
    width: 20px;
    margin-right: 5px;
}

.f_new .share_box a.bds_twitter {
    background-position: 0 0;
}

.f_gotop {
    text-align: center;
    font-size: 12px;
    color: #fff;
    display: none;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%,0);
}

.f_gotop .icon img {
    box-shadow: 0 5px 10px 2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 5px 10px 2px rgb(0 0 0 / 20%);
    border-radius: 50%;
}

.f_gotop span {
    margin-top: 5px;
    display: block;
}

.pageFooter {
    position: relative;
    margin-top: 60px;
}

.ibanner .iban_a {
    display: block;
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    height: 300px;
    z-index: 2;
}

.header .h_bott .h_tools {
    width: 9%;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(0,-50%);
}

.header .h_bott .h_tools .h_search {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.header .h_bott .h_tools .h_search .btns {
    border: none;
    background: none;
    text-align: center;
    padding-left: 20px;
    padding-right: 40px;
    margin: 0;
    font-size: 15px;
    color: #aaa;
    border-radius: 50px;
    border: 1px solid#aaa;
    cursor: pointer;
    outline: none;
    transition: all 0.5s ease;
    display: inline-block;
    line-height: 30px;
}

.header .h_bott .h_tools .h_search i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    transform: translate(0,-50%);
    color: #aaa;
}

.header .h_bott .h_tools .h_search:hover {
    color: #fff;
    background: #c90915;
}

.header .h_bott .h_tools .h_search:hover i {
    color: #fff;
}

.header .h_bott .h_tools .h_search:hover .btns {
    border: none;
    color: #fff;
}

.header .inav_wrapper {
    margin-left: 15%;
}

.service_new01 ul .li_ .right .c {
    color: #333;
}

.f_new .share_box a {
    width: 23px;
    height: 20px;
    background-size: cover;
}

.f_new .share_box a.bds_ins {
    width: 20px;
    background-position: -24px 0;
}

.f_new .share_box a.bds_fb {
    width: 7px;
    background-position: -45px 0;
}

.header .h_bott .logo img {
    width: 65%;
}

.network01 .amap-info-content .infoWindow .imgBox {
    vertical-align: middle;
}

/* 20211229 */
.down4.magazine {
    padding: 40px 0;
}

.down4 .magazine01 .magazine01_down ul .down_li {
    background: transparent;
    margin-bottom: 15px;
    padding: 0;
    width: 50%;
    margin-right: 0;
    padding-left: 3%;
}

.down4 .magazine01 .magazine01_down ul .down_li:hover {
    background: inherit;
}

.down4 .magazine01 .magazine01_down ul .down_li a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.down4 .magazine01 .magazine01_down ul .down_li:hover a {
    color: #c90915;
}

.pageFooter {
    margin-top: 0;
}

.service_new01 ul .li_ .right .c {
    font-size: 16px;
    color: #666;
}

/* 20220110 */
.xc_nav {
    font-size: 12px;
}

.magazine01.down01 .list_hd .form_box .left .form_li .form_down {
    height: 408px;
    overflow: auto;
}

.magazine01.down01 .list_hd .form_box .left .form_li .form_down::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.magazine01.down01 .list_hd .form_box .left .form_li .form_down::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #d71618;
}

.magazine01.down01 .list_hd .form_box .left .form_li .form_down::-webkit-scrollbar-track {
    border-radius: 0;
    background: #e3e3e3;
}

.job_list01 .list_hd .select-ui-choose ._arrow .arr {
    left: -10px;
}

.xc_nav .content .left ul li {
    width: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.xc_nav.service_xc .content .left {
    width: 65%;
}

body .Form-J1 .Form-J1-right .Form-J1-li {
    padding-left: 120px;
}

body .Form-J1 .Form-J1-right .Form-J1-li label {
    width: 10em;
}

/* Ã©Â¦â€“Ã¥Â±ÂÃ¦â€¢Ë†Ã¦Å¾Å“ */
.progress {
    display: none;
}

:root .progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #fff;
    z-index: 110;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
}

.progress .loading {
    margin: 0 auto;
    position: relative;
}

.progress .count {
    margin-top: 20px;
}

.progress .count .num {
    position: relative;
    font-size: 30px;
}

.progress .load-img {
    position: absolute;
    width: 180px;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation: load 3s infinite linear;
    animation: load 3s infinite linear;
}

.progress .load-img img {
    max-width: none;
}

@-webkit-keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 300px;
    }
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 300px;
    }
}

/* 20230224 */
.down01 .tag_txt {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 30px;
}

/* 20220316 */
.pro_detail_down .pro_detail02 .bott .left .content .new_box {
    width: 83%;
}

.pro_detail_down .pro_detail02 .bott .left .content .new_box:first-child {
    margin-bottom: 35px;
}

.pro_detail_down .pro_detail02 .bott .left .content .new_box .tit {
    font-size: 24px;
    line-height: 24px;
    color: #2b313d;
    font-weight: bold;
    margin-bottom: 25px;
}

.pro_detail_down .pro_detail02 .bott .left .content .new_box .country {
    display: inline-block;
    padding: 0 8px;
    box-sizing: border-box;
    background: #e2e2e2;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.pro_detail_down .pro_detail02 .bott .left .content .new_box .country img {
    vertical-align: middle;
}

.pro_detail_down .pro_detail02 .bott .left .content .new_box .country span {
    line-height: 32px;
    font-size: 16px;
    color: #2b313d;
    margin-left: 6px;
}

/* 20220322 */
.header .inav_wrapper .nav_li {
    padding-top: 30px;
}

.header .inav_wrapper .nav_li .nav_a {
    line-height: inherit;
}

.magazine01 .magazine01_down ul .down_li:hover .icon {
    background-size: cover;
}

.magazine01.down01 .list_hd .form_box .left .form_li .form_down {
    height: auto;
    max-height: 408px;
}

/* 20220429 */
.ibanner .iban_word {
    display: none;
}

/* 20220505 */
.pro_list01 .bott ul .li_ .li_top .tit {
    font-family: 'he', 'Tahoma';
}

/* 20220523 */
.ipart2 .owl-carousel .owl-item {
    position: relative;
    z-index: 1;
}

.ipart2 .owl-carousel .owl-item:hover {
    z-index: 2;
}

.ipart2 .owl-carousel .li_:hover .right {
    left: 100%;
}

.ipart2 .owl-carousel .li_last .right {
    left: -100%;
    transform-origin: right center;
    -webkit-transform-origin: right center;
}

.ipart2 .owl-carousel .li_last:hover .right {
    left: -100%;
}

.xc_nav .crumbs {
    padding-right: 30px;
}

.magazine {
    position: relative;
    z-index: 2;
}

.header .h_bott .h_menu .box {
    padding: 0;
}

.header .h_bott .h_menu .language {
    position: relative;
    line-height: 89px;
    margin-left: 80px;
}

.header .h_bott .h_menu .language .lan {
    cursor: pointer;
}

.header .h_bott .h_menu .box .icon {
    width: 13%;
}

.header .h_bott .h_menu .language .lan i img {
    vertical-align: middle;
}

.header .h_bott .h_menu .language .lan span {
    font-size: 16px;
    font-family: Arial;
    color: #ececec;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 3px;
}

.header .h_bott .h_menu .language .lan span img {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

.header .h_bott .h_menu .language .lan_down {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
    width: auto;
    display: none;
    padding: 0 50px;
    font-size: 16px;
}

.header .h_bott .h_menu .language .lan_down li {
    line-height: 30px;
}

.header .h_bott .h_menu .language .lan span em {
    display: none;
}

.pro_detail04 .right .item .tit {
    font-family: 'he', 'Tahoma';
}

.magazine01 .box_new a {
    width: 23.5%;
    font-size: 18px;
}

/* .magazine01.down01 .list_hd .form_box .left{width:100%;} */
/* .magazine01.down01 .list_hd .form_box .right{width:100%; text-align:center;} */
.magazine01.down01 .list_hd .hd_btn {
    float: none;
    width: 150px;
}

.magazine01.down01 .list_hd .hd_btn:first-child {
    margin-right: 2%;
}

.magazine01.down01 .list_hd .form_box .left .form_li {
    width: 100%;
    margin-right: 0;
}

.magazine01 .list_hd label {
    font-size: 16px;
    width: 30%;
}

.magazine01.down01 .list_hd .form_box .left .form_li .sel_span {
    width: 66%;
}

.magazine01.down01 .list_hd .form_box .left .form_li .form_down {
    width: 66%;
}

/*20220705Ã¥ÂÂ³Ã¤Â¾Â§Ã¦â€šÂ¬Ã¦ÂµÂ®*/
.fix_right {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.fix_right.show {
    opacity: 1;
    visibility: visible;
}

.fix_right a {
    display: block;
    width: 80px;
    height: 100px;
    font-size: 24px;
    margin-bottom: 1px;
    position: relative;
}

.fix_right a.contact .contact_us {
    width: 80px;
    height: 100%;
    /*background-color: #71bf45;*/
    position: absolute;
    right: -10px;
    line-height: 50px;
    padding: 0 10px;
    top: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.item1sss{
    height: 167%;
}
.channel_content01 {
    padding-bottom: 50px;
}

.Form-J1 .Form-J1-li textarea {
    resize: none;
}

body .false01 .text .txt1 {
    color: #000;
}

/*.contact_us03{ background: url(../images/biaogebg.jpg) repeat-x bottom;}*/
.contact_us03 .wrap{ background:#fff;box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08); padding-top:3rem; padding-bottom:3rem;}
.contact_us03 .wrap .form{ width:95%; margin:0 auto;}
.contact_us03 .wrap .form .line1 {height: 50px; line-height: 50px;width: 49%; float: left; margin-left: 1%; margin-bottom: 20px; text-indent: 15px;}
.contact_us03 .form textarea{width: 99%; margin-left:1%;}
.contact_us03 .btns_list{ margin:0 auto;}
.contact_us03 .infor{ margin-bottom:2rem;}




.Application_Box{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.Application_ul{
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.Application_Li_img{
    width: 50%;
    height: 376px;
    border: 2px solid #700513;
    display: block;
}
.Application_Li_img>img{
    width: 100%;
    height: 100%;
}
.Application_Li_msg{
    width: 50%;
    display: block;
    padding: 40px 0 0 50px;
    box-sizing: border-box;
}
.Li_msg_title{
    /*height: 65px;*/
    width: 90%;
    border-top: 2px solid #ea9c44;
    border-bottom: 2px solid #ea9c44;
    font-size: 38px;
    font-family: pb;
    text-align: center;
    line-height: 36px;
        padding: 10px 0;
}
.Li_msg_content{
    color: #6d6d6d;
    word-wrap: break-word;
    width: 90%;
    margin-top: 30px;
    line-height: 30px;
    font-size: 23px;
}
.Application_Li_imgPc{
    display: block;
}
.Application_Li_imgApp{
    display: none;
}
@media screen and (max-width: 768px) {
    .Application_Box{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .Application_ul{
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .Application_Li_img{
        width: 100%;
        height: 255px;
        border: 2px solid #700513;
        display: block;
    }
    .Application_Li_img>img{
        width: 100%;
        height: 100%;
    }
    .Application_Li_msg{
        width: 100%;
        display: block;
        padding: 0;
        box-sizing: border-box;
        margin-top: 30px;
    }
    .Li_msg_title{
        /*height: 65px;*/
        width: 95%;
        border-top: 2px solid #ea9c44;
        border-bottom: 2px solid #ea9c44;
        font-size: 30px;
        font-family: pb;
        text-align: center;
        line-height: 36px;
        padding: 10px 0;
        margin: auto;
    }
    .Li_msg_content{
        color: #6d6d6d;
        word-wrap: break-word;
        width: 90%;
        line-height: 30px;
        font-size: 23px;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .Application_Li_imgPc{
        display: none;
    }
    .Application_Li_imgApp{
        display: block;
    }
}