:root {
    --color: #F48917;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
}
.mohead{
    display: none;
}
.conmore {
    width: 242px;
    height: 60px;
}

.conmore a {
    background: #FFFFFF;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DCDCDC;
    color: #F48917;
    transition: all .5s;
}

.conmore a:hover {
    background-color: #F48917;
    color: #fff;
    border-color: #F48917;
}

.conmore a:hover svg path {
    fill: #fff;
}

.wrap_index {
    width: 1520px;
    margin-left: auto;
    margin-right: auto;
}

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

.con-tit {
    text-align: center;
    color: #333;
    font-weight: 600;
    line-height: 1;
}

.con-tit1 {
    text-align: center;
    color: #333;
    font-weight: 600;
    line-height: 1.41;
    position: relative;
    padding-bottom: 22px;
}

.con-tit1:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: var(--color);
}

.inbanner {
    position: relative;
}
.inbanner:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}

.inbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inbanner .in_box {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 6;
    transform: translate(-50%, -50%);
}
.inbanner .in_subtit {
    font-weight: 500;
    line-height: 1.2;
    color: #FFFFFF;
    text-transform: uppercase;
}
.inbanner .in_tit {
    font-weight: 500;
    line-height: 1.2;
    color: #FFFFFF;
 
}

.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    padding-left: 3%;
    padding-right: 2.3%;
    background: transparent;
    transition: all .8s;
}

.header.hides {
    transform: translateY(-100%);
}

.header.head_act {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header.head_act::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

.header-inner {
    display: flex;
    height: 100px;
}

.header .header-left {
    display: flex;
    align-items: center;
}

.header .header-logo {
    width: 106px;
    margin-right: 18px;
}

.header .header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.header .header-logo img:nth-child(2) {
    display: none;
}

.header.head_act .header-logo img:nth-child(1) {
    display: none;
}

.header.head_act .header-logo img:nth-child(2) {
    display: block;
}

.header .stockcode {
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.header.head_act .stockcode {
    color: #333;
}

.header.head_act svg path {
    fill: #333;
}

.header .stockcode svg {
    margin-right: 12px;
}

.header .header-nav {
    display: flex;
    margin-left: auto;
}

.header .hnav-item {
    margin: 0 1.5vw;
}

.header .header-nav1 {
    line-height: 100px;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.header .header-nav1:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    transform: translateX(-50%);
    height: 2px;
    background-color: var(--color);
    transition: all .5s;
}

.header .hnav-item:hover .header-nav1:after {
    width: 100%;
}

.header.head_act .header-nav1 {
    color: #333;
}

.header .header-nav1 svg {
    margin-left: 5px;
}

.header .header-rg {
    display: flex;
    align-items: center;
}

.header .consult {
    margin-left: 2.2vw;

}

.header .search {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 1.5vw;
}

.header .language {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 3vw;
}

.header .search svg {
    width: 22px;
    height: 22px;
}

.header .consult a {
    display: flex;
    background-color: var(--color);
    border-radius: 20px;
    line-height: 40px;
    padding: 0 18px;
    align-items: center;
    color: #fff;
    font-weight: 600;
}

.header .consult svg {
    margin-right: 4px;
}

.header .consult svg path {
    fill: #fff !important;
}

.header-nav2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background: url('../img/topbj.jpg') no-repeat bottom center/cover;
}

.header-nav2 .wrap {
    display: flex;
}

.header-nav2 .hnav2rg {
    flex: 0 0 30%;
}

.header-nav2 .hnav2list {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    height: 100%;
}

.header-nav2 .hnav2-item {
    flex: 0 0 22%;
    margin-right: 4%;
}

.header-nav2 .hnav2-item:nth-child(4n) {
    margin-right: 0;
}

.header-nav2 .hnav2img {
    border-top-right-radius: 30px;
    overflow: hidden;
}

.header-nav2 .hnav2img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-nav2 .nav2-des {
    color: #737373;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.header-nav2 .hnav2-item a {
    position: relative;
    display: flex;
    align-items: center;
    color: #333;
    line-height: 1.5;
    transition: all .5s;
}

.header-nav2 .hnav2-item a:hover {
    color: var(--color);
    text-decoration: underline;
}

.header-nav2 .hnav2-item a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #C2C2C2;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.header-nav2 .hnav2-item a:hover::before {
    background-color: var(--color);
}

.con-more {
    display: flex;
}

.con-more a {
    display: flex;
    color: #666;
    line-height: 1.2;
    align-items: center;
}

.con-more svg {
    margin-left: 18px;
}

.con-more a:hover svg {
    transition: all .5s;
    transform: translateX(5px);
}

.footer {
    background: url('../img/fbg.jpg') no-repeat center center/cover;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo {
    width: 181px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .subscribe {
    display: flex;
    width: 589px;
    height: 58px;
    border-radius: 29px;
    position: relative;
}

.footer .subscribe:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 29px;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
}

.footer .subscribe input {
    outline: none;
    border: none;
    width: 100%;
    border-radius: 29px;
    padding: 0 28px;
    color: #333;
    z-index: 5;
    background-color: transparent;
}


.footer .subscribe input::placeholder {
    color: #666;
}




.footer .subscribebtn {
    flex: none;
    width: 190px;
    color: #333;
    display: flex;
    border-radius: 29px;
    border: 1px solid var(--color);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s;
    z-index: 5;
}

.footer .subscribebtn:hover {
    color: #fff;
    background-color: var(--color);
}

.footer .subscribebtn svg path {
    transition: all .5s;

}

.footer .subscribebtn:hover svg path {
    fill: #fff;
}

.footer .subscribebtn svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

.footer .footer-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;
}

.footer .footer-nav1 a {
    line-height: 1.5;
    color: #333;
    transition: all .5s;
}

.footer .footer-nav1 a:hover {
    color: var(--color);
}

.footer .footer-nav2 a {
    line-height: 2;
    color: #707070;
    transition: all .5s;
}

.footer .footer-nav2 a:hover {
    color: var(--color);
    text-decoration: underline;
}

.footer .footer-btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer .followlist {
    display: flex;
}

.footer .follow-item {
    margin-left: 24px;
}

.footer .follow-item path {
    transition: all .5s;
}

.footer .follow-item a:hover path {
    fill: var(--color);
}

.footer .call {
    line-height: 2;
    color: #707070;
}

.footer .call a {
    position: relative;
    display: inline-block;
    transition: all .5s;
    color: #707070;
}

.footer .call a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #b0b1b1;

}

.footer .call a:hover {
    color: var(--color);
}

.footer .call a:hover:after {
    background-color: var(--color);
}

.footer .website {
    display: flex;
    color: #707070;
    margin-top: 10px;
    line-height: 1.5;
}

.footer .beian a {
    color: inherit;
    transition: all .5s;
}

.footer .beian a:hover {
    color: var(--color);
}


.footer .fbrg {
    display: flex;
    align-items: center;
}

.footer .fbrg>p {
    color: rgba(52, 51, 51, .3);
    line-height: 1.5;
    margin-right: 6px;
}

.thumb {
    display: flex;
    flex-wrap: wrap;
}

.thumb li {
    color: #333;
    line-height: 30px;
    flex: none;
    margin-left: 4px;
    margin-right: 4px;
}

.thumb li:first-child {
    margin-left: 0;
}

.thumb li a {
    color: #333;
    transition: all .5s;
}

.thumb li a:hover {
    color: #F48917;
}

.thumb li:first-child a {
    display: flex;
    align-items: center;
}

.thumb li:first-child a svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

@media screen and (max-width:1700px) {
    .wrap_index {
        width: 86%;
    }
}
@media screen and (max-width:1600px) {
    .wrap {
        width: 80%;
    }
}
@media screen and (max-width:1200px) {
    .wrap_index {
        width: 92%;
    }
    .wrap {
        width: 90%;
    }
    
    .header .header-nav1{
        font-size: 14px;
    }
    .header .header-nav1 svg{
        margin-left: 0;
    }
    .header .stockcode{
        line-height: 1.5;
    }
    .header .stockcode span span{
        display: block;
    }
    
        .con-tit1 {
        padding-bottom: 16px;
    }
}




@media screen and (max-width:1024px){
        .inbanner {
        height: 240px;
        margin-top: 60px;
    }

    .con-tit1 {
        padding-bottom: 10px;
    }
    .header{
        display: none;
    }
    
    .mohead {
        display: block;
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
        transition: all .6s;
        height: 60px;
        background-color: #fff;
        border-bottom: 1px solid #b2b2b2;
    }

    .mohead .wrap {
        display: flex;
        height: 100%;
        align-items: center;
   
    }

    .mohead .header-logo {
        width: 70px;
    }

    .mohead .header-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
     
    .mohead .search svg {
        width: 22px;
        height: 22px;
    }

    .mohead .header-rg {
        display: flex;
        align-items: center;
        margin-left: auto;
    }

    .mohead .search a {
        display: block;
        height: 22px;
    }
     .mohead .stockcode {
         display: flex;
         align-items: center;
         margin-left: 3%;
     }
        .mohead .stockcode svg{
            margin-right: 10px;
        }
  .mohead .stockcode svg path,
    .mohead .search svg path {
        fill: #333;
    }

    .phone_menu {
        display: block;
        width: 24px;
        height: 14px;
        position: relative;
        margin-left: 20px;
    }




    .phone_menu span {
        background: #333;
        height: 2px;
        display: block;
        transition: 0.5s;
        width: 100%;
    }

    .phone_menu span:first-child {
        transition: 0.5s;
        position: absolute;
        transform: translateY(6px);
    }

    .phone_menu span:last-child {
        transition: 0.5s;
        position: absolute;
        transform: translateY(12px);
        top: 0;
    }

    .menu_act span:first-child {
        transition: 0.5s;
        transform: translateY(8px) rotate(45deg);
    }


    .menu_act span:nth-child(2) {
        opacity: 0;
        transition: 0.5s;
    }

    .menu_act span:last-child {
        transition: 0.5s;
        transform: translateY(8px) rotate(135deg);
    }

    .moheadnav {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 20px;
        height: calc(100% - 60px);
        overflow-y: auto;
        display: none;
    }


    .xuan:after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto 0;
        display: block;
        width: 8px;
        height: 8px;
        background-color: transparent;
        border-right: 2px solid rgba(0, 0, 0, 0.2);
        border-top: 2px solid rgba(0, 0, 0, 0.2);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.5s;

    }

    .xuan {
        position: relative;
    }
    .xuan.act:after,
    .xuan_act:after {
        transform: rotate(135deg);
    }

    .mohead .nav1 {
        color: #333;
        line-height: 2;
    }




    .moheadnav .headnav-item {
        padding: 5px 0;
        border-bottom: 1px solid #b2b2b2;
    }

    .moheadnav .nav2 {
        padding: 10px 0;
        display: none;
    }

    .nav2 a {
        width: 100%;
        padding: 5px 15px;
        color: rgba(0, 0, 0, 0.6);
        display: block;
        font-size: 14px;
        line-height: 1.5;
    }

    .mohead .language {
        display: flex;
        margin-top: 30px;
        align-items: center;
        justify-content: center;
    }

    .mohead .language a:nth-child(2) {
        margin-left: 24px;
    }

    .mohead .language a {
        display: flex;
        align-items: center;
        line-height: 1.5;
        color: #333;
        font-size: 16px;

    }

    .mohead .language a img {
        width: 20px;
        object-fit: contain;
        margin-right: 6px;
    }
    .footer .footer-nav{
        flex-wrap: wrap;
    }
    .footer-navitem{
        flex: 0 0 100%;
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .footer-nav1 {
        font-size: 16px;
    }
    .footer-nav2s{
        display: none;
    }
}



@media screen and (max-width:768px) {
.footer-logo{
    width: 60px;
         display: none;
}
    .mohead .header-logo {
        width: 60px;
   
    }
    .footer .subscribe{
        width: 100%;
        height: 40px;
        flex: 0 0 100%;
          border-radius: 20px;
    }
    .footer .subscribebtn{
       width: 120px;
       border-radius: 20px;
    }
    .footer .subscribe input{
        padding: 0 16px;
    }
    .footer-top{
        flex-wrap: wrap;
    }
    .footer .footer-btm,
    .footer .website{
        flex-wrap: wrap;
    }
    .fblf{
        flex: 0 0 100%;
    }
    .footer .website div{
        flex: 0 0 100%;
    }
    .footer{
        padding-top: 8vw;
    }
}




.header .search-drop-down {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 10rem;
    z-index: 8;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.header .search-drop-down .search-wrapper {
    width: 100%;
    max-width: 83rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.header .search-drop-down .search-wrapper span {
    display: flex;
    height: 32px;
    align-items: center;
}

.header .search-drop-down .search-wrapper span #search-btn {
    padding-right: 2rem;
    cursor: default;
    display: flex;
    position: relative;
    top: 2px;
}

.header .search-drop-down .search-wrapper span #search-btn i {
    font-size: 2rem;
    color: #eeeeee;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.header .search-drop-down .search-wrapper span #search-btn.active {
    cursor: pointer;
}

.header .search-drop-down .search-wrapper span #search-btn.active i {
    color: #640000;
}

.header .search-drop-down .search-wrapper span#close {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: relative;
    top: 2px;
    cursor: pointer;
    margin-left: 0.5rem;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.header .search-drop-down .search-wrapper span#close .top-hr {
    position: absolute;
    top: 50%;
    margin-top: -0.05rem;
    width: 100%;
    height: 0.1rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.header .search-drop-down .search-wrapper span#close .bottom-hr {
    position: absolute;
    top: 50%;
    margin-top: -0.05rem;
    width: 100%;
    height: 0.1rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.header .search-drop-down .search-wrapper span#close.active,
.header .search-drop-down .search-wrapper span#close:hover {
    opacity: 1;
}

.header .search-drop-down .search-wrapper span#close.active .top-hr,
.header .search-drop-down .search-wrapper span#close:hover .top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.header .search-drop-down .search-wrapper span#close.active .bottom-hr,
.header .search-drop-down .search-wrapper span#close:hover .bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.header .search-drop-down .search-wrapper input {
    width: 50rem;
    color: #FFFFFF;
    font-size: 16px;
    height: 32px;
    padding: 0.5rem 0;
    border: none;
    background: none;
    border-bottom: 1px solid #eeeeee;
}

.header .search-drop-down .search-wrapper input::-webkit-input-placeholder {
    color: #ffffff;
}

.header .search-drop-down .search-wrapper input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}

.header .search-drop-down .search-wrapper input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}

.header .search-drop-down .search-wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}



.laypage_main{
    display: flex;
    align-items: center;
    justify-content: center;
}

.laypage_main a, .laypage_main span{
   
   width: 48px;
  height: 48px;
  background: #FFFFFF;
   border-radius:50%;
   border: 1px solid #EFF3F9;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    color: #333;
    margin: 0 5px;
}
.laypage_main a:hover{
    border-color: var(--color);
    color: var(--color);
    
}

 .laypage_main .laypage_curr{
     color: #fff;
     background-color: var(--color);
}
.laypage_main .laypage_next,
.laypage_main .laypage_prev{
    display: flex;
    align-items: center;
    justify-content: center;
}
.laypage_main .laypage_next:hover svg path,
.laypage_main .laypage_prev:hover svg path{
    fill: var(--color);
}
@media screen and (max-width:768px){
    .mohead .stockcode{
        font-size: 14px;
    }
    .laypage_main a, .laypage_main span{
        height: 28px;
        width: 28px;
        line-height: 26px;
        font-size: 12px;
    }
    .laypage_main .laypage_next svg,
.laypage_main .laypage_prev svg{
  width: 16px;
  height: 16px;
}

}

