﻿input {
    vertical-align: middle;
    border: 0;
    /*-webkit-appearance: none;*/
    outline: none;
}

select, button:focus {
    outline: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, input, textarea, html {
    margin: 0;
    padding: 0;
    /*font-size: 100%;*/
}
a:hover, a:focus{
    color: #e32e37;
}
body, html {
    background: #fff;
    /*font-family: "Source Han Sans CN Regular", "Microsoft Sans Serif", arial, PingFangSC-Regular, 'Hiragino Sans GB', sans-serif, "San Francisco";*/
    font-family: MiSans;
    color: #676767;
    font-size: 14px;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    scroll-behavior: -webkit-smooth;
}




ul, li {
    list-style: none;
}

img, input{
    border: none;
    max-width: 100%;

}
input,textarea{
    -webkit-appearance: none ;
}
input[type=checkbox]{
    -webkit-appearance: checkbox;
}
input[type=radio]{
    -webkit-appearance: radio;
}
a {
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.clearfix:after { /*content:"200B"; height:0; font-size:0; */
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.big-pic{
    margin-top: 90px;
}

/*a, .transition, :before, img, .g-nav {*/
/*    transition: All 0.3s ease;*/
/*    -webkit-transition: All 0.3s ease;*/
/*    -moz-transition: All 0.3s ease;*/
/*    -o-transition: All 0.3s ease;*/
/*}*/

.yema {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: .6rem;
    margin-bottom: 1rem;

}

.yema ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
}

.yema ul li {
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    margin: 0 7px;
    transition: .3s;
}
.yema ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #a8aaae;
    font-size: 16px;
    border: 1px solid transparent;
}
.yema ul li a:hover{
    background: #1a69a7;
    color: #fff;
    border: 1px solid #1a69a7;
}
.yema ul li a.active{
    background: #1a69a7;
    color: #fff;
    border: 1px solid #1a69a7;
}
.yema ul .prev {
    width: 88px;
}

.yema ul .next {
    width: 88px;
}

.yema ul li.active {
    background: #1a69a7;
    color: #fff;
}










.fudong{
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s;
    /*border: 1px solid #ff9e19;*/
    border-right: none;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.fudong ul{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.fudong.active{
    opacity: 1;
}
.fudong li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 62px;
    position: relative;
    cursor: pointer;
    background: #ff9e19;
    transition: all 0.3s;
}
.index-fudong li{
    background: #fff;
}
.fudong li:nth-child(1){
    border-top-left-radius: 7px;
}
.fudong li:nth-child(2){
    /*border-bottom-left-radius: 7px;*/
}
.fudong li:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background: #f5f5f5;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.fudong li:last-child:before{
    display: none;
}
.fudong li:nth-child(1) .icon{
    height: auto;
    width: auto;
    padding: 15px;
    white-space: nowrap;
    top: 7px;
}

.fudong li:nth-child(1) .icon:before{
    right: -2px;
}
.fudong li .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 77px;
    top: -40px;
    width: 130px;
    height: 130px;
    border-radius: 8px;
    background: #eee;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.3s;
    font-size: 16px;
}

.fudong li .icon:before{
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #eee;
    transform: rotate(45deg) translateY(-50%);
}


.fudong li:hover .icon{
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.fudong li:hover{
    background: #333;
}
.fudong li:hover:before{
    background: #333;
}
.BMapLabel.active{
    font-size: 30px;
}


    /*====================导航*********/
.header{
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    width: 100%;
    /*background: rgba(28, 35, 39, 0.8);*/
    /*padding-top: 30px;*/
    transition: all 0.3s;
    background: #fff;
    box-shadow: 0 0 10px #efeeee;
}
.header.active{
    /*background: #333;*/
    /*box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .1);*/
    /*padding-top: 0;*/
}
.header.active .content {
    border-bottom: none;
}
/*左侧logo*/
.header .content{
    /*padding: 0 52px;*/
    display: flex;
    max-width: 1660px;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}
.header .left a img{
    display: block;
}
.header .left .img2{
    display: none;
}
/*右侧*/
.header .nav{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    display: block;
}
.header .navbar_nav li{
    float:left;
    position: relative;
    display: block;
    margin-left: .75rem;
}
.header .navbar_nav li.active a{
    color: #005bad;
}
/*.header .navbar_nav li:after{*/
/*    content: "";*/
/*    width: 0;*/
/*    height: 2px;*/
/*    background: orangered;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    transition: all 0.5s ease 0s;*/
/*}*/
/*.header .navbar_nav li:hover:after{*/
/*    width: 100%;*/
/*}*/
.header .navbar_nav li a{
    text-decoration: none;
    height: 100%;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #333;
    padding: 36px 0;
    font-size: 18px;
    position: relative;
}
.header .navbar_nav li a:hover{
    color: #005bad;
}
.header .navbar_nav li a:hover i{
    color: #005bad;
}
.mask-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background: #000;
    transition: all 0.5s;
}
.mask-bg.active{
    opacity: .5;
    z-index: 99;
    visibility: visible;
}
/*.header .navbar_nav li a i{*/
/*    font-size: 12px;*/
/*    transform: rotate(90deg);*/
/*    margin-left: 8px;*/
/*    transition: all 0.5s;*/
/*}*/
.header .navbar_nav li a.active{
    color: #005bad;
}
/*.header .navbar_nav li a i.active{*/
/*    transform: rotate(270deg);*/
/*    color: #e20004;*/
/*}*/
.header .navbar_nav li i{
    font-size: 18px;
    color: #333;
    cursor: pointer;
}
.header .navbar_nav > li > a:before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #005bad;
    transition: all 0.3s;
}
.header .navbar_nav > li > a:hover:before{
    width: 100%;
}
.header .navbar_nav > li.active > a:before{
    width: 100%;
}
.header .navbar_nav li a.active{
    /*color: #ff9e19;*/

}
.header .navbar_nav li.dropdown{
    display: inherit;
    position: relative;
}
.header .navbar_nav li:last-child{
    display: flex;
    align-items: center;
    height: 90px;
}
.header .navbar_nav li.dropdown .jt{
    width: 20px;
    height: 20px;
    /*background: url(i/top.png) no-repeat;*/
    background-size: 100% 100%;
    display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top:88px;
    width: 100%;
    background: rgba(255,255,255,.93);
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    left: 50%;
    padding: 35px 0 50px;
    transform: translateX(-50%);
    min-width: 150px;
    /*border-radius: 10px;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    /*padding: 15px 0 15px;*/
    border-top: 1px solid #e6e6e6;
    transition: all 0.3s;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
    display: flex;
    align-items: center;
    height: 87px;
    font-size: 15px;
    color: #666;
    padding: 0 30px;
    line-height: 55px;
    white-space: nowrap;
    text-align: center;
    /*background: #fff;*/
    position: relative;
}

.header .navbar_nav li.dropdown .dropdown_menu a img{
    margin-left: 15px;
}

.header .navbar_nav li.dropdown .dropdown_menu a:before{
    content: '';
    position: absolute;
    bottom: 24px;
    height: 2px;
    z-index: 9;
    width: 0;
    background: #e20004;
    transition: all 0.3s;
}
.header .navbar_nav li.dropdown .dropdown_menu a:hover:before{
    width: 60px;
}
.header .navbar_nav li:nth-child(3).dropdown .dropdown_menu a:nth-child(3):hover:before{
    width: 90px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
    visibility: visible;
    opacity: 1;
    /*background: #f3f3f3;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .navbar_nav li .dropdown_menu.active{
    visibility: visible;
    opacity: 1;
    /*height: 87px;*/
    /*background: #f3f3f3;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: all 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
    color: #666;

}
.header .navbar_nav li.dropdown:hover .dropdown_menu a img{
    margin-left: 15px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
    color: #e20004;
    /*text-decoration:underline*/
    /*background: #e20004;*/
}
/*白色背景的头部*/
.header.on{
    /*background: #333;*/
    /*box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .1);*/
    /*padding-top: 0;*/

}
.header.on .content{
    border-bottom: none;
}
.header.on .left .img2{
    display: block;
}

.header.on .navbar_nav li:hover a{
    /*color: orangered;*/
}

.menu-content{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px;
}
.menu-content .list{
    border-radius: 10px;
    overflow: hidden;
}
.menu-content .list a{
    display: flex;
    width: 100%;
    height: 100%!important;
    flex-flow: column;
    padding: 0!important;
}
.menu-content .list a:before{
    display: none!important;
}
.menu-content .list img{
    margin-left: 0!important;
    width: 100%;
}
.menu-content .list .pic{
    width: 100%;
    position: relative;
}
.menu-content .list .pic:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.33);
    transition: all 0.3s;
}
.menu-content .list .pic .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    max-height: 50px;
}
.menu-content .list .text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 12px 18px;
    box-sizing: border-box;
}
.menu-content .list .text h4{
    color: #383838;
    font-size: 20px;
}
.menu-content .list .text .more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #b5b5b5;
    border-radius: 100%;
    transition: all 0.3s;
}
.menu-content .list .text .more i{
    color: #fff;
    font-size: 16px;
}
.menu-content .list:hover .text .more{
    background: #239c41;
}
.menu-content .list:hover .pic:before{
    background: rgba(26,105,167,0.43);
}




#navToggle{
    display: none;
}

.m_nav{
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}
.m_nav .top .closed{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float:right;
    cursor: pointer;
}
.m_nav .logo{
    width: 100%;
    margin:0 auto;
}
.m_nav .logo img{
    height: 50px;
    display: block;
    margin:30px auto;
}
.m_nav .ul{
    margin-top: 30px;
}
.m_nav .ul li{
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.m_nav .ul li > a.active{
    color: #e20004;
}
.m_nav .ul li a i{
    font-size: 24px;
    transition: all 0.3s;
}
.m_nav .ul li a i.active{
    transform: rotate(180deg);
}
.m_nav .ul li .dropdown_menu{
    display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
    display: block;
}
.m_nav .ul li .dropdown_menu a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
    border: none;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}



.header-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}



.header .fr{
    display: flex;
    align-items: center;
}

.header .shares{
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 12px;
}


.header .fl{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.header .logo{
    display: flex;
    align-items: center;
}




























    /* 渚у鑸爮*/
#sidenav {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow-x: hidden;
    overflow-y: scroll;
}

#sidenav.active {
    left: 0;
}

#sidenav .top {
    /*border-bottom: 1px solid #cdcdcd;*/
    line-height: 65px;
    position: relative;
    /*padding: 8px 0;*/
    /*margin-bottom: 0.9375rem;*/
    background: #000;
}

#sidenav .top img {
    margin-top: -2px;
    width: 100px;
}

#sidenav .top .logo {
    vertical-align: middle;
    margin-left: 15px;
}

#sidenav .top .close-btn img {
    width: 18px;
    position: absolute;
    right: 15px;
    top: 25px;
    margin-top: 0;
}

#sidenav .search-box {
    width: 92%;
    height: 3.125rem;
    line-height: 3.0625rem;
    margin: 0 auto 0.9375rem;
    border: 1px solid #cdcdcd;
    border-radius: 1.5625rem;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

#sidenav .search-box input {
    padding: 0 0.9375rem;
    width: 83%;
    height: 100%;
    font-size: 0.9375rem;
    color: #666;
    vertical-align: top;
}

#sidenav .search-box a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 17%;
    height: 100%;
}

#sidenav .search-box img {
    vertical-align: middle;
    width: 1.4375rem;
}

#sidenav .nav {
    margin: 0 auto;
    width: 98%;
}

#sidenav .nav .level1 {
    font-size: 16px;
    color: #38444a;
    line-height: 52px;
    display: block;
    padding-left: 15px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-weight: bold;
}

#sidenav .nav .level1 a {
    color: #38444a;
}

#sidenav .nav .level1:first-child {
    border-top: 1px solid #e6e6e6;
}

#sidenav .nav .level1.active {
    background-color: #313739;
    color: #fff;
}

#sidenav .nav .level1 a.active {
    color: #fff;
}

#sidenav .nav .level1 span {
    color: #aaa;
    font-family: 'acrom';
    margin-left: 0.75rem;
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active span {
    color: #fff;
}

#sidenav .nav .level1 .plus-box {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}

#sidenav .nav .level1 .plus-box .hor {
    width: 100%;
    height: 2px;
    background-color: #cdcdcd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active .plus-box .hor {
    background-color: #fff;
}

#sidenav .nav .level1 .plus-box .ver {
    height: 100%;
    width: 2px;
    background-color: #cdcdcd;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active .plus-box .ver {
    background-color: #fff;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

#sidenav .nav ul {
    background-color: #f5f5f5;
    display: none;
}

#sidenav .nav ul li > a {
    padding-left: 0.4rem;
    font-size: 14px;
    line-height: 46px;
    display: block;
    color: #313739;
    border-bottom: 1px solid #e6e6e6;
}

#sidenav .nav ul li.active > a {
    background-color: #e6e6e6;
}

#sidenav .bottom {
    font-size: 0.9375rem;
    color: #38444a;
    text-align: center;
    padding: 2rem 0;
}

#sidenav .bottom img {
    width: 1.125rem;
    vertical-align: middle;
    margin-right: 0.5625rem;
}

#sidenav .nav .ul2 {
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

#sidenav .nav .ul2 a {
    display: block;
    width: 100%;
    padding-left: 2rem;
    font-size: 14px;
    line-height: 46px;
    color: #313739;
}

.sj-menu {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 28px;*/
    display: none;
    float: right;
    width: 30px;
    height: 22px;
    cursor: pointer;
    margin-left: 25px;
}


.header #navToggle {
    display: none;
    height: 19px;
}
.header #navToggle span {
    position: relative;
    width: 25px;
    height: 1px;
}
.header #navToggle span:before,
.header #navToggle span:after {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    left: 0;
}
.header #navToggle span,
.header #navToggle span:before,
.header #navToggle span:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: #fff;
}
.header #navToggle span:before {
    top: 8px;
}
.header #navToggle span:after {
    bottom: -16px;
}
.header #navToggle.open span:before {
    top: 10px;
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
}
.header #navToggle.open span:after {
    bottom: 12px;
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
.header #navToggle.open span {
    background: none;
}
.header #navToggle.open span:before,
.header #navToggle.open span:after {
    background: #fff;
}



.full-container{
    max-width: 1660px;
    width: 90%;
    margin: 0 auto;
}



.navigation{
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
    width: 100%;
    transition: all 0.3s;
}
.navigation.active{
    position: fixed;
    top: 87px;
}
.navigation .content{
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.navigation .content ul{
    display: flex;
}
.navigation .content ul li{
    position: relative;
    margin: 0 .7rem;
}
.navigation .content ul li:first-child{
    /*margin-left: 0;*/
}

.navigation .content ul li a{
    color: #000000;
    font-size: 16px;
    line-height: 74px;
    display: block;
    border-bottom: 2px solid transparent;
}
.navigation .content ul li a:last-child{
    border-right: none;
}
.navigation .content ul li a.active{
    color: #ff9e19;
    border-bottom: 2px solid #ff9e19;
}

.navigation .content ul li a:hover{
    color: #ff9e19;
    border-bottom: 2px solid #ff9e19;
}






.headerTwo{
    background: #fff;
}

.headerTwo .navbar_nav li a{
    color: #4a4f55;
}

.headerTwo .navbar_nav li.active a{
    color: #ff9e1a;
}
.headerTwo .navbar_nav > li.active a:before{
    background: #ff9e1a;
}
.headerTwo .shares{
    color: #4a4f55;
}

.headerTwo.on{
    background: #fff;
}
.headerTwo.active{
    background: #fff;
}
.addSlide {
    position: fixed;
    width: 100%;
    /*height: 100%;*/
    /*background: rgba(0, 0, 0, 0.8);*/
    left: 0;
    top: 144px;
    z-index: -1;
    /*display: none*/
    opacity: 0;
    transition: all 0.3s;
}
.addSlide.active{
    opacity: 1;
    z-index: 9999;
}

.addSlide .searchbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 110px;
    left: 0;
    top: 50%;
    background: #fff;
    transform: translate(0, -50%);
}

.addSlide .searchbox .int {
    width: 90%;
    max-width: 1660px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e1e5e8;
    top: 50%;
    left: 50%;
}

.addSlide .searchbox .int .t_int {
    width: calc(100% - 50px);
    height: 40px;
    line-height: 40px;
    color: #666;
    background: none;
    border: 0px;
    padding-left: 20px;
    font-size: 16px;
}

.addSlide .searchbox .btn {
    width: 40px;
    height: 40px;
    background: url('../image/search_09.png') no-repeat center center;
    background-size: 20px auto;
    border: none
}
.addSlide .searchbox .btn:focus{
    outline: none;
}
.addSlide .searchbox .close {
    width: 30px;
    position: absolute;
    top: -40px;
    right: 10px;
    cursor: pointer;
    transition: all .3s;
    display: none;
}

.addSlide .searchbox .close:hover{
    transform: rotate(360deg);
}
.addSlide input::-webkit-input-placeholder {
    color: #666;
}

.addSlide input::-moz-input-placeholder {
    color: #666;
}

.addSlide input::-ms-input-placeholder {
    color: #666;
}





footer{
    background: #f4f4f4;
    padding: .5rem 0 0 0;
    position: relative;
    background-size: cover;
}
.index-footer{
    padding: 1.4rem 0 0 0;
}
footer .content{
    display: flex;
    justify-content: space-between;
    position: relative;
}


.footer-top h4{
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 22px;
}
.footer-top h3{
    color: #ffffff;
    font-size: .28rem;
    font-weight: bold;
    margin-bottom: 18px;
}
.footer-top p{
    color: #ffffff;
    font-size: 16px;
    opacity: 0.5;
}
.footer-logo{
    display: flex;
    justify-content: center;
}

footer .icon{
    display: flex;
    justify-content: center;
    margin-top: .3rem;
}

footer .icon .weibo{
    margin-right: 14px;
}

footer .icon .weixin{
    width: 44px;
    height: 44px;
    background: #e9e9e9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

footer .left h3{
    text-align: center;
    color: #000000;
    font-family: "MiSans Medium";
    margin-top: 25px;
    font-weight: normal;
}
footer .left{
    width: 20%;
}
footer .right{
    display: flex;
    justify-content: flex-end;
    width: 80%;
}

footer .right ul{
    margin-left: .9rem;
}
footer .right ul:first-child{
    margin-left: 0;
}
footer .right li:first-child{
    margin-bottom: 30px;
}
footer .right li{
    margin-bottom: 22px;
}
footer .right li:first-child a{
    font-size: 20px;
    color: #000000;
    font-family: "MiSans Medium";
}
footer .right li a{
    color: #585858;
    font-size: 18px;
    font-family: "MiSans Light";
}

footer .right li a:hover{
    color: #005bad;
}




footer .weixin{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.weixin-box img{
    cursor: pointer;
}

footer .weixin .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    right: -40px;
    bottom: 60px;
    width: 130px;
    height: 130px;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
    transition: all 0.3s;
}
.weixin-box:hover .icon{
    visibility: visible;
    opacity: 1;
}


.footer-bot{
    margin-top: .6rem;
}
.footer-bot .content{
    padding: 35px 0;
    border-top: 1px solid #cde4d3;
}
.footer-bot p{
    font-size: 16px;
    color: #323235;
    text-align: center;
    width: 100%;
}
.footer-bot p a{
    font-size: 16px;
    color: #323235;
}

.footer-bot .notice{
    display: flex;
    align-items: center;
}

.footer-bot .notice a{
    color: #ffffff;
    font-size: 14px;
    opacity: .3;
    margin-left: 18px;
}
.footer-bot .notice a:hover{
    opacity: .8;
}










.breadcrumb-nav{
    position: absolute;
    bottom: 30px;
    left: 5%;
}
.breadcrumb-nav ul{
    display: flex;
    align-items: center;
}
.breadcrumb-nav ul li a{
    color: #fff;
    font-size: 16px;
}

.breadcrumb-nav ul li img{
    margin-right: 10px;
    transform: translateY(-1px);
}

.breadcrumb-nav ul li a:hover{
    color: #e32e37;
}


@media screen and (max-width: 1680px) {
    .full-container{
        width: 90%;
    }
    .header .navbar_nav li{
        margin-left: .6rem;
    }
}
@media screen and (max-width: 1600px) {
    footer .left{
        width: 25%;
    }
    footer .right{
        width: 75%;
    }
    .header .navbar_nav li {
        margin-left: .5rem;
    }

    footer .right ul {
        margin-left: .6rem;
    }
}
@media screen and (max-width: 1480px) {
    .header .navbar_nav li {
        margin-left: .4rem;
    }
    footer .right ul {
        margin-left: .3rem;
    }
}

@media screen and (max-width: 1366px) {
    .header .navbar_nav li {
        margin-left: 0.4rem;
    }
    .header .navbar_nav li a{
        font-size: 16px;
    }
}


@media screen and (max-width: 1200px) {
    .footer-bot p a{
        font-size: 14px;
    }
    footer .left{
        width: 100%;
        text-align: center;
    }
    footer .icon{
        justify-content: center;
    }
    footer .content h3{
        margin-bottom: .5rem;
    }
    footer .right{
        display: none;
    }
    .sj-menu {
        display: block;
    }
    .header .nav{
        display: none;
    }
    .header .fl{
        padding: 20px 0;
    }
    .header #navToggle2{
        display: none;
    }
    .header #navToggle{
        display: block;
    }
    footer .footer-bot ul{
        display: none;
    }
    footer .footer-bot p{
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    footer .footer-bot{
        margin-top: 0;
        border-top: none;
    }
    .header .logo{
        border: none;
        padding-left: 0;
    }
    .header #navToggle span, .header #navToggle span:before, .header #navToggle span:after{
        background: #333;
    }
    .headerTwo{
        padding-top: 0;
    }
    footer{
        padding: 0;
    }
    .footer-top{
        display: none;
    }
    footer .content{
        flex-flow: wrap;
        justify-content: center;
        padding: 25px 0;
    }
    .footer-bot .notice{
        margin-top: 16px;
    }
}

@media screen and (max-width: 992px) {
    footer .icon{
        display: none;
    }
    .header .content{
        padding: 0 15px;
    }


    .header .nav{
        display: none;
    }

    .banner img{
        height: 600px;
        object-fit: cover;
    }
    .header .logo{
        padding-left: 0;
        border: none;
    }
    .navigation .fenlei {
        width: 100%;
        overflow: hidden;
    }
    .navigation .content ul {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
    }
    .navigation .content ul li {
        display: inline-block;
        margin: 0 0.4rem;
    }
}

@media screen and (max-width: 768px) {
    .index-banner .carousel-inner > .item{
        /*height: 400px;*/
    }
    .navigation{
        display: none;
    }
    .yema ul li{
        margin-bottom: 10px;
    }

    .full-container {
        max-width: 93%;
    }
    .fudong{
        display: none;
    }

    .yema{
        margin-top: 40px;
    }
    .header{
        padding-top: 0;
    }
    .header .logo .img1{
        width: 140px;
    }
    .header .shares{
        font-size: 14px;
    }

    footer .footer-bot p{
        line-height: 24px;
    }

    .header .fl {
        padding: 15px 0;
    }

    .index-banner .carousel-inner > .item:nth-child(1) .main-visual-txt1{
        font-size: 24px;
        margin: 0;
    }
    .index-banner .carousel-inner > .item:nth-child(1) .main-visual-txt3{
        font-size: 16px;
        display: none;
    }
    .index-banner .carousel-indicators li{
        width: 30px;
    }
    .index-banner .carousel-indicators li.active{
        width: 30px;
    }

    .breadcrumb-nav{
        bottom: 8px;
        left: 15px;
    }
    .breadcrumb-nav ul li a{
        font-size: 14px;
    }
    .index-footer{
        padding: 0;
    }
}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}