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%;*/
}

body, html {
    background: #fff;
    font-family: "Source Han Sans CN Regular", "Microsoft Sans Serif", arial, PingFangSC-Regular, 'Hiragino Sans GB', sans-serif, "San Francisco";
    color: #676767;
    font-size: 14px;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    scroll-behavior: -webkit-smooth;
    text-align: justify;
}

@font-face {
    font-family: Helvetica;
url('../fonts/HelveticaNeue-Roman.otf') format('otf'), /* Safari, Android, iOS */
}

ul, li {
    list-style: none;
}

img, input{
    border: none;
    max-width: 100%;

}
input,textarea{
    /*outline-color: invert ;*/
    /*outline-style: none ;*/
    /*outline-width: 0px ;*/
    /*border: none ;*/
    /*border-style: none ;*/
    /*text-shadow: none ;*/
    -webkit-appearance: none ;
    /*-webkit-user-select: text ;*/
    /*outline-color: transparent ;*/
    /*box-shadow: 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;
}


/*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;*/
/*}*/



.flex{
    display: flex;
}



.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549
}

/*.social-share .icon-wechat:hover {*/
/*    background: #7bc549*/
/*}*/

.social-share .icon-wechat .wechat-qrcode {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    z-index: 9;
    top: -230px;
    left: -70px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}







.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: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #fff;
    margin: 0 7px;
    transition: .3s;
}
.yema ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #8a8c8d;
    font-size: 20px;
    border: 1px solid #cacaca;
}
.yema ul li a:hover{
    background: #ff9e19;
    color: #fff;
    border: 1px solid #ff9e19;
}
.yema ul li a.active{
    background: #ff9e19;
    color: #fff;
    border: 1px solid #ff9e19;
}
.yema ul .prev {
    width: 88px;
}

.yema ul .next {
    width: 88px;
}

.yema ul li.active {
    background: #e65c75;
    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;
}
.header.active{
    background: #fff;
    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: 1550px;
    margin: 0 auto;
    justify-content: space-between;
}
.header .left a img{
    display: block;
    max-width: 230px;
}
.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;
    padding: 32px 0;
    margin-left: .95rem;
}
/*.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;
    font-size: 16px;
    position: relative;
}
.header .navbar_nav > li > a:before{
    content: '';
    position: absolute;
    bottom: -8px;
    height: 1px;
    width: 0;
    background: #333;
    transition: all 0.3s;
}
.header .navbar_nav > li:hover a: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.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: absolute;
    top:80px;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    left: 50%;
    transform: translateX(-50%);
    min-width: 150px;
    border-radius: 10px;
    overflow: hidden;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
    font-size: 15px;
    color: #666;
    padding: 0 30px;
    line-height: 55px;
    white-space: nowrap;
    text-align: center;
    background: #fff;
    margin-bottom: 1px;
}
.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:hover .dropdown_menu a{
    color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
    color: #fff;
    background: orange;
}
/*白色背景的头部*/
.header.on{
    background: #fff;
    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;*/
}













#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: #ff9e19;
}
.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: #333;
    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;
    /*width: 300px;*/
}




























    /* 渚у鑸爮*/
#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: -15px;
}
.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: 1560px;
    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;
}





footer{
    background: url("../images/footer-bg_03.jpg") top center no-repeat;
    background-size: cover;
    padding: .75rem 0 .7rem;
    position: relative;
}
footer .content{
    display: flex;
    justify-content: space-between;
    position: relative;
}
footer .content h3{
    color: #fff;
    font-size: .36rem;
    font-weight: bold;
    margin-bottom: .8rem;
}
footer .content p{
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}
footer .content p a{
    color: #fff;
    font-size: 16px;
}

footer .icon{
    display: flex;
    margin-top: .4rem;
}

footer .icon .weibo{
    margin-right: 14px;
}
footer .left{
    width: 35%;
}
footer .right{
    display: flex;
    /*justify-content: flex-end;*/
    flex-flow: column;
    width: 65%;
}
footer .right .right-ul{
    display: flex;
    justify-content: flex-end;
}

.right-main{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
footer .right ul{
    margin-left: .9rem;
}
footer .right ul:first-child{
    margin-left: 0;
}
footer .right li:first-child{
    margin-bottom: 20px;
}
footer .right li{
    margin-bottom: 18px;
}
footer .right li:first-child a{
    font-size: 20px;
}
footer .right li a{
    color: #fff;
    font-size: 16px;
}

footer .right li a:hover{
    color: #ff9e1a;
}




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: 52px;
    width: 130px;
    height: 130px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.weixin-box:hover .icon{
    visibility: visible;
    opacity: 1;
}




.message{
    background: url("../images/bg-3_02.jpg") center center no-repeat;
    background-size: cover;
    padding: .7rem 0;
}

.message p{
    color: #333333;
    font-size: .2rem;
    line-height: .34rem;
    font-weight: bold;
}
.message .biaodan{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 35px;
}
.message .list{
    width: 49%;
    border: 1px solid #a8a8a8;
    border-radius: 8px;
    margin-bottom: 20px;
}
.message .list:last-child{
    width: 100%;
}
.message input{
    width: 100%;
    height: 55px;
    border-radius: 8px;
    padding-left: 10px;
    background: #fff;
    color: #7c7c7c;
    font-size: 18px;
}
.message input::placeholder{
    color: #7c7c7c;
    font-size: 18px;
}
.message textarea:focus{
    outline: none;
}
.message textarea{
    width: 100%;
    height: 125px;
    border-radius: 8px;
    padding-left: 10px;
    background: #fff;
    color: #7c7c7c;
    font-size: 18px;
    padding-top: 10px;
    border: none;
}
.message textarea::placeholder{
    color: #7c7c7c;
    font-size: 18px;
}
.message .policy p{
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}
.message .policy p a{
    color: #ff9e1a;
    font-size: 18px;
}
.message .policy p input{
    width: 14px;
    height: 14px;
    margin-top: 0;
    margin-right: 6px;
    transform: translateY(-1px);
}
.message button{
    width: 230px;
    height: 58px;
    background: #ff9e1a;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.message button:after{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    z-index: -1;
    content: "";
    background: #333;
    transition: all .3s linear 0s;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.message button:hover {
    color: #fff;
    /*background: #fff*/
}

.message button:hover:after {
    opacity: 1;
    height: 400%;
}

.secondary-navigation{
    background: #ffff;
    position: absolute;
    top: -1.28rem;
    left: 0;
    z-index: 99;
    padding-right: 2.1rem;
    padding-left: 5%;
    border-bottom: 1px solid #eee;
}
.secondary-navigation ul{
    display: flex;
}
.secondary-navigation ul li{
    margin-right: .98rem;
}
.secondary-navigation ul li:last-child{
    margin-right: 0;
}
.secondary-navigation ul li a{
    display: flex;
    line-height: 1.28rem;
    color: #000000;
    font-size: .24rem;
}
.secondary-navigation ul li a.active{
    color: #e1951d;
}

.secondary-navigation ul li a:hover{
    color: #e1951d;
}


footer canvas{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.index-banner .main-visual-item:before{
    opacity: 0;
}







.footer_bot{
    width: 100%;
    background: #ffaa00;

    /* margin-top: 10px; */
    position: fixed;
    bottom: 0;
    z-index: 99999;
    border-top: 1px solid #ccc;
    display: none;
}

.footer_bot a{
    padding: 13px 0 10px 0;
    width: 50%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: rgb(68,70,71);
}
.footer_bot a:hover{
    background: #ffaa00;
    color: #fff;
}
.footer_bot span{
    display: block;
}
.footer_bot img{
    width: 20px;
    margin-bottom: 5px;
}

.footer_erweima{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
.footer_erweima.active{
    opacity: 1;
    z-index: 99999999;
}
.footer_model{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}

.footer_model.active{
    opacity: 0.7;
    z-index: 9999999;
}









footer .links {
    display: block;
    float: right;
    position: relative;
    /*z-index: 66;*/
}
.links h5:after {
    float: left;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 3px;
    top: 50%;
    content: '';
    background: url(/Content/default/images/3207_foot1.jpg) center no-repeat;
    margin-top: -4px;
    transform: rotate(180deg);
    transition: all 0.3s;
}
.links h5.active:after{
    transform: rotate(360deg);
}
footer .links h5 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    /*background: rgba(255, 255, 255, 0.1);*/
    padding: 0 30px;
    cursor: pointer;
}
.right-new a{
    color: #fff;
    font-size: 16px;
}
footer .links ul {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 39px;
    background: rgba(0, 0, 0, 0.8);
    padding: 8px 0;
    margin-left: 0;
}

footer .links ul li {
    float: left;
    width: 100%;
}

footer .links ul li a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px!important;
    line-height: 24px;
    padding: 0 20px;
    margin-right: 0;
}

footer .links ul li a:hover {
    color: #91cb07;
}







@media screen and (max-width: 1680px) {
    .header .logo .img1{
        width: 230px;
    }

    .full-container{
        width: 90%;
    }
    .header .navbar_nav li{
        margin-left: .7rem;
    }
}

@media screen and (max-width: 1440px) {
    footer .right ul {
        margin-left: 0.6rem;
    }
}

@media screen and (max-width: 1366px) {
    .header .navbar_nav li {
        margin-left: 0.4rem;
    }

}


@media screen and (max-width: 1200px) {
    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;
    }
}

@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) {
    .footer_bot {
        display: flex;
    }
    .navigation{
        display: none;
    }
    .yema ul li{
        margin-bottom: 10px;
    }

    .full-container {
        max-width: 93%;
    }
    .fudong{
        /*display: none;*/
    }
    .fudong li:nth-child(1) {
        display: none;
    }
    .fudong li:nth-child(3) {
        display: none;
    }
    .yema{
        margin-top: 40px;
    }
    .header{
        padding-top: 0;
        position: relative;
        background: #fff;
    }
    .header .logo .img1{
        width: 200px;
    }
    .header .shares{
        font-size: 14px;
    }
    .secondary-navigation{
        position: relative;
        top: 0;
        width: 100%;
        overflow: hidden;
        display: none;
    }
    .secondary-navigation ul{
        width: 1000px;
        overflow-x: auto;
    }
    .secondary-navigation ul li a{
        font-size: 20px;
    }
    .fudong.active{
        opacity: 1;
        display: none;
    }


    footer{
        padding: 0.75rem 0 100px;
    }


    .message .policy p{
        font-size: 14px;
    }
    .message .policy p a{
        font-size: 14px;
    }
    .message button{
        width: 200px;
        height: 50px;
        font-size: 16px;
    }
    .message input{
        font-size: 14px;
    }
    .message input::placeholder{
        color: #7c7c7c;
        font-size: 14px;
    }
    .message textarea{
        font-size: 14px;
    }
    .message textarea::placeholder{
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}