@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 微软雅黑, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, i, var {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
}

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

figure {
    margin: 0;
}

button, input, select, textarea {
    font-size: 100%;
    border: 0;
    background: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

/*a{blr:expression_r(this.onFocus=this.blur());}*/
a {
    text-decoration: none;
    outline: none; /*transition-duration: 0.3s, 0.3s;*/
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.fn {
    float: none;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.noBg {
    background: none !important;
}

.noBorder {
    border: none !important;
}

.noMg {
    margin: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
    float: right !important;
}

/*.info{text-align: justify;text-justify: inter-ideograph;}*//*Body*/
body {
    color: #666;
    background: #fff;
}

a {
    color: #666;
}

a:hover {
    color: #007457;
}

.wrap {
    width: 1600px;
    margin: 0 auto;
}

.g-in {
    width: 83%;
    max-width: 1400px;
    margin: 0 auto;
}

.g-in:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.g-in {
    *zoom: 1
}

.b-in {
    width: 1600px;
    margin: 0 auto;
}

.b-in:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.b-in {
    *zoom: 1
}

.s-in {
    width: 1760px;
    margin: 0 auto;
}

.s-in:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.s-in {
    *zoom: 1
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper img {
    vertical-align: top;
}

/* 网站地图*/
.webmap {
    padding: 10px 0px 15px
}

.webmap dl {
    overflow: hidden;
    zoom: 1;
    height: 32px;
    margin-bottom: 5px;
}

.webmap dt {
    width: 15%;
    float: left;
}

.webmap dd {
    float: left;
    width: 85%;
}

.webmap dt a {
    display: block;
    line-height: 32px;
    background: #ccc;
    color: #000;
    text-align: center
}

.webmap dd a {
    margin: 0 5px 5px;
    background: #eee;
    display: block;
    line-height: 32px;
    width: 143px;
    float: left;
    text-align: center
}

.webmap a:hover {
    background: #007457;
    text-decoration: none;
    color: #fff
}

/*.banner .swiper-container .swiper-pagination{bottom: 40px;}
.banner .swiper-pagination-bullet{opacity: 1;background: #fff;border-radius: 8px;}
.banner .swiper-pagination-bullet-active{background: #104ecf;width: 24px;}
.banner .swiper-container .swiper-slide{position: relative;}
.sjbanner{display: none;}
.sjbanner .swiper-pagination-bullet{opacity: 1;background: #fff;}
.sjbanner .swiper-pagination-bullet-active{background: #104ecf;}*/
.u-menu {
    position: absolute;
    right: 0px;
    top: 14px;
    display: none;
    width: 50px;
    height: 42px;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
    z-index: 15;
}

.u-menu div {
    position: absolute;
    left: 13px;
    top: 20px;
    width: 25px;
    height: 25px;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}

.u-menu div i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
}

.u-menu .u-menu-top i {
    transform: translate3d(0px, -8px, 0px);
    -webkit-transform: translate3d(0px, -8px, 0px);
}

.u-menu .u-menu-middle i {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.u-menu .u-menu-bottom i {
    transform: translate3d(0px, 8px, 0px);
    -webkit-transform: translate3d(0px, 8px, 0px);
}

body.z-open .u-menu {
    transform: translateZ(0px) rotate(90deg);
    -webkit-transform: translateZ(0px) rotate(90deg);
}

body.z-open .u-menu div {
    transform: translateZ(0px) rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
    -webkit-transform: translateZ(0px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}

body.z-open .u-menu div i {
    transition: transform 0.2s ease 0s;
    transform: translate3d(0px, 11px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    -webkit-transform: translate3d(0px, 11px, 0px);
}

body.z-open .u-menu .u-menu-bottom {
    transform: translateZ(0px) rotate(-45deg);
    -webkit-transform: translateZ(0px) rotate(-45deg);
}

body.z-open .u-menu .u-menu-middle {
    display: none;
}

body.z-open .m-nav {
    transform: translate3d(-200px, 0, 0);
    -webkit-transform: translate3d(-200px, 0, 0);
}

/*body.z-open .wrapper{transform:translate3d(-200px,0,0);-webkit-transform:translate3d(-200px,0,0);}*//* 二级菜单*/
.m-menu {
    position: fixed;
    top: 0;
    right: -50%;
    width: 45%;
    height: 100%;
    padding: 7% 5%;
    box-sizing: border-box;
    background: #fff;
    z-index: 101;
    opacity: 0;
    overflow: auto;
}

.m-menu .site-nav {
    min-height: 400px;
    overflow-y: auto;
}

.m-menu dl dt {
    margin-bottom: 8px;
    padding: 0 8px 10px;
    border-bottom: 1px solid #ddd;
    line-height: 24px;
}

.m-menu dl dt a {
    color: #333;
    font-size: 14px;
}

.m-menu dl dt a:hover, .m-menu dl dt .current {
    color: #8ab923;
}

.m-menu dl dd {
    padding: 0 5px 10px 24px;
    line-height: 24px;
}

.m-menu dl dd a {
    color: #333;
}

.m-menu dl dd a.current {
    color: #8ab923;
}

.m-nav {
    width: 300px;
    min-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    right: -300px;
    top: 0;
    background: #fff;
    position: fixed;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
    z-index: 100;
}

.m-nav h2 {
    margin: 0 0 0;
    padding: 0px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.m-nav li {
    border-bottom: 1px solid #eee;
    font-size: 13px;
    line-height: 24px;
}

.m-nav li a {
    display: block;
    padding: 10px 12px 10px 22px;
}

.m-nav li a:hover, .m-nav .current a {
    color: #005ead;
}

.m-nav li .smsub {
}

.m-nav li .smsub dl dt > a {
    padding: 10px 12px 10px 37px;
    display: block;
    border-top: 1px solid #eee;
}

.m-nav li .smsub dl dt .sthird .sthirdi a {
    display: block;
    padding: 10px 12px 10px 55px;
    display: block;
    border-top: 1px solid #eee;
}

.msearch {
    padding: 0 12px;
    font-size: 0;
    margin-top: 15px;
}

.msearch .mtxt {
    width: 120px;
    height: 30px;
    font-size: 12px;
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 0 7px;
}

.msearch .msbt {
    width: 40px;
    height: 32px;
    vertical-align: middle;
    background: #0068b5;
    font-size: 12px;
    color: #fff;
}

body.z-open .m-nav {
    transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
}

body {
}

.ttop {
    width: 100%;
}

.ttop .top {
    position: relative;
}

.ttop .top .topc {
    background: #8f8f8f;
    line-height: 33px;
    height: 33px;
    text-align: right;
}

.ttop .top .topc .topca {
    display: inline-block;
    padding: 0 9px 0 7px;
    font-size: 0;
    vertical-align: top;
    cursor: pointer;
}

.ttop .top .topc .topca span {
    display: inline-block;
    padding-left: 20px;
    background: url(head1_on_03.png) no-repeat left center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    vertical-align: middle;
}

.ttop .top .topc .topca i {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 5px;
    background: url(head4_12.png) no-repeat center;
    margin-left: 4px;
}

.ttop .top .topc .topca.on {
    background: #f7f7f7;
}

.ttop .top .topc .topca.on span {
    color: #333333;
    background: url(head1_06.png) no-repeat left center;
}

.ttop .top .topc .topca.on i {
    background: url(head2_09.png) no-repeat center;
}

.ttop .top .topc .topcb {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 20px;
    font-size: 0;
    vertical-align: top;
    cursor: pointer;
}

.ttop .top .topc .topcb span {
    display: inline-block;
    padding-left: 18px;
    background: url(head3_03.png) no-repeat left center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    vertical-align: middle;
}

.ttop .top .topc .topcb i {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 4px;
    background: url(head4_12.png) no-repeat center;
    margin-left: 2px;
}

.ttop .top .topc .topcb.on {
    background: #f7f7f7;
}

.ttop .top .topc .topcb.on span {
    color: #333333;
    background: url(head2_on_03.png) no-repeat left center;
}

.ttop .top .topc .topcb.on i {
    background: url(head2_09.png) no-repeat center;
}


.ttop .top .topc .topcb .lauab {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    text-align: center;
    display: none;
}

.ttop .top .topc .topcb .lauab ul li {
    border: 1px solid #eee;
    margin-top: -1px;
}

.ttop .top .topc .topcb .lauab ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 2.5;
}

.ttop .top .topc .topcb .lauab ul li:hover a {
    background: #f8f8f8;
    color: #007457;
}

.ttop .top .topd {
    background: #f7f7f7;
    display: none;
}

.ttop .top .topd ul {
    display: flex;
    justify-content: space-between;
    padding: 45px 0;
}

.ttop .top .topd ul li a {
    font-size: 18px;
    color: #4d4d4d;
    transition: all 0.6s;
}

.ttop .top .topd ul li a span {
    padding-right: 20px;
    background: url(head6_22.png) no-repeat right center;
    transition: all 0.6s;
}

.ttop .top .topd ul li:hover a {
    color: #747272;
    font-weight: bold;
}

.ttop .top .topd ul li:hover a span {
    padding-right: 0;
    padding-left: 20px;
    background: url(head5_19.png) no-repeat left center;
}

.ttop .top .tope {
    background: #f7f7f7;
    display: none;
    padding: 30px 0;
}

.ttop .top .tope .topea {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

.ttop .top .tope ul {
}

.ttop .top .tope ul li {
    float: left;
    line-height: 2;
    margin: 0 30px 15px 0;
}

.ttop .top .tope ul li a {
    font-size: 16px;
    color: #4d4d4d;
    transition: all 0.6s;
}

.ttop .top .tope ul li:hover a {
    color: #017359;
}

@media only screen and (max-width: 1760px) {
    .s-in {
        width: 96%;
    }
}

.head {
    background: #fff;
    height: 77px;
}

.head .headxxx {
    position: relative;
    z-index: 999
}

.head .headxxx.head_fix {
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
    background: #fff;
    top: 0;
    transition: transform 0.5s;
}

.scroll_down .head .headxxx.head_fix {
    transform: translateY(-100%);
}

.scroll_up .head .headxxx.head_fix {
    transform: translateY(0);
}

.head .headx {
    display: flex;
    justify-content: space-between;
    height: 77px;
    align-items: center;
}

.head .nav ul li {
    float: left;
}

.head .nav ul li.aa1 {
    position: relative;
}

.head .nav ul li a.a1 {
    font-size: 16px;
    color: #333333;
    margin: 0 40px;
    line-height: 74px;
    display: block;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.head .nav ul li.current a.a1 {
    border-bottom: 3px solid #007457;
}

.nav li .shownav {
    position: absolute;
    left: -20%;
    width: 140%;
    visibility: hidden;
    font-size: 16px;
    z-index: 1;
    top: 77px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px #c8c8c8;
}

.nav li .shownav a {
    display: block;
    padding: 10px 10px;
    background: #fff;
    color: #000;
    line-height: 24px;
    text-align: center;
}

.nav li .shownav {
    transform: scale(0);
}

.nav li .shownav a {
    opacity: 0;
    transform: rotateY(90deg);
    transition: all .4s ease;
}

.nav li .shownav a:hover {
    color: #007457;
}

.nav li:hover .shownav {
    visibility: visible;
}

.nav li:hover .shownav {
    z-index: 10;
    transform: scale(1);
}

.nav li:hover .shownav a {
    opacity: 1;
    transform: none
}

.nav li:hover .shownav a:nth-child(1) {
    transition-delay: 0s
}

.nav li:hover .shownav a:nth-child(2) {
    transition-delay: 50ms
}

.nav li:hover .shownav a:nth-child(3) {
    transition-delay: .1s
}

.nav li:hover .shownav a:nth-child(4) {
    transition-delay: 150ms
}

.nav li:hover .shownav a:nth-child(5) {
    transition-delay: .2s
}

.nav li:hover .shownav a:nth-child(6) {
    transition-delay: 250ms
}

.nav li:hover .shownav a:nth-child(7) {
    transition-delay: .3s
}

.nav li:hover .shownav a:nth-child(8) {
    transition-delay: 350ms
}

.nav li:hover .shownav a:nth-child(9) {
    transition-delay: .4s
}

.nav li:hover .shownav a:nth-child(10) {
    transition-delay: 450ms
}

.nav li:hover .shownav a:nth-child(11) {
    transition-delay: .5s
}

.nav li:hover .shownav a:nth-child(12) {
    transition-delay: 550ms
}

.nav li:hover .shownav a:nth-child(13) {
    transition-delay: 600ms
}

.nav li:hover .shownav a:nth-child(14) {
    transition-delay: 650ms
}

.nav li:hover .shownav a:nth-child(15) {
    transition-delay: 700ms
}

.nav li:hover .shownav a:nth-child(16) {
    transition-delay: 750ms
}

.nav li:hover .shownav a:nth-child(17) {
    transition-delay: 800ms
}

.nav li:hover .shownav a:nth-child(18) {
    transition-delay: 850ms
}

.nav li:hover .shownav a:nth-child(19) {
    transition-delay: 900ms
}

.nav li:hover .shownav a:nth-child(20) {
    transition-delay: 950ms
}

@media only screen and (max-width: 1600px) {
    /*.g-in{width: 96%;}*/
    .head .nav ul li a.a1 {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 1440px) {
    .head .nav ul li a.a1 {
        margin: 0 15px;
    }

    .nav li .shownav a {
        padding: 7px 10px;
    }
}


.head .searchb {
    cursor: pointer;
}

/*.search { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.6); display:none; z-index:9999; }
.search .searchp { position:absolute; top:30%; left:50%; margin-left:-300px;width:600px; background:#fff; font-size:16px; z-index:9; }
.search form .txt { float:left; height:60px; line-height:60px; padding-left:15px; width:450px; }
.search form .btn { float:right; height:60px; line-height:60px; width:150px; text-align:center; background:#0077c5; color:#fff; cursor:pointer;-webkit-appearance:none;border-radius: 0; }
.serclose { position:absolute; right:-50px; top:-50px; color:#fff; font-size:30px; cursor:pointer; }
.search01 { display:block; }*/

.search {
    position: absolute;
    right: calc((100% - 1760px) / 2);
    top: 0;
    z-index: 9;
    height: 47px;
    padding: 15px 0;
    background: #fff;
    width: 350px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.6s;
}

.search .searchpa {
    border: 1px solid #999;
    width: 315px;
}

.search .serclose {
    position: absolute;
    left: 50px;
    line-height: 77px;
    font-size: 18px;
    color: #000;
    top: 0;
    cursor: pointer;
}

.search form .txt {
    float: left;
    height: 47px;
    line-height: 47px;
    padding-left: 15px;
    width: 250px;
}

.search form .btn {
    float: right;
    height: 47px;
    line-height: 47px;
    width: 50px;
    text-align: center;
    background: url(search_30.png) no-repeat center;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

.headx.searchon .nav {
    transform: scale(0);
    opacity: 1;
    transition: all 0.6s;
}

.headx.searchon .search {
    opacity: 1;
    transform: scale(1);
    transition: all 0.6s;
}

.headx.searchon .searchb {
    transform: scale(0);
    opacity: 1;
    transition: all 0.6s;
}

.sxboxb {
    padding: 2%;
    box-sizing: border-box;
    max-height: 100%;
    overflow-y: auto;
    position: absolute;
    left: 0;
    width: 317px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
}

.sxboxb .sxboxba {
    font-size: 16px;
    color: #666;
    padding: 12px;
}

.sxboxb .sxboxbb ul li {
    border-bottom: 1px solid #eee;
}

.sxboxb .sxboxbb ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 12px;
}


.nav {
    transition: all 0.6s;
}

/*.head .nav ul li .sub{display: none;}*/
.u-mask {
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: .5;
}

.head .nav ul li .sub {
    position: absolute;
    left: 0;
    top: 77px;
    z-index: 99;
    width: 100%;
    background: #fff;
    z-index: 9;
    border-top: 1px solid #cccccc;
    visibility: hidden;
    opacity: 0;
    top: 200px;
    transition: all 0.6s;
}

.head .nav ul li.current .sub {
    visibility: visible;
    opacity: 1;
    top: 77px;
}

.head .nav ul li .sub .sub_close {
    position: absolute;
    right: -60px;
    top: 25px;
    cursor: pointer;
}

.head .nav ul li .sub .sub_top .g-in {
    position: relative;
}

.head .nav ul li .sub .sub_top .suba {
    padding-top: 40px;
}

.head .nav ul li .sub .sub_top .suba .subal {
    float: left;
    max-width: calc(100% - 200px)
}

.head .nav ul li .sub .sub_top .suba .subal .subala {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}

/*.head .nav ul li .sub .sub_top .suba .subal .subala span{color: #007457;}*/
.head .nav ul li .sub .sub_top .suba .subal .subalb {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.head .nav ul li .sub .sub_top .suba .subar {
    float: right;
    margin-top: 30px;
}

.head .nav ul li .sub .sub_top .suba .subar a {
    display: inline-block;
    width: 170px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #007457;
    border: 1px solid #cccccc;
}

.head .nav ul li .sub .sub_top .suba .subar a:hover {
    background: #007457;
    color: #ffffff;
    border-color: #007457;
}

.head .nav ul li .sub .sub_top .subb {
    margin-top: 40px;
}

.head .nav ul li .sub .sub_top .subb .swiper-slide {
    text-align: center;
}

.head .nav ul li .sub .sub_top .subb .swiper-slide div {
    overflow: hidden;
}

.head .nav ul li .sub .sub_top .subb .swiper-slide div img {
    transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    width: 100%;
}

.head .nav ul li .sub .sub_top .subb .swiper-slide:hover div img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.head .nav ul li .sub .sub_top .subb .swiper-slide p {
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
    padding: 0 15px;
}

.head .nav ul li .sub .sub_top .subb .swiper-slide:hover p {
    color: #007457;
}

.head .nav ul li .sub .sub_bottom {
    margin-top: 75px;
    background: #f7f8f9;
    padding: 37px 0;
}

.head .nav ul li .sub .sub_bottom .sub_bottom_item {
    display: inline-block;
    margin-right: 90px;
}

.head .nav ul li .sub .sub_bottom .sub_bottom_item .sub_bottom_iteml {
    display: inline-block;
    vertical-align: middle;
}

.head .nav ul li .sub .sub_bottom .sub_bottom_item .sub_bottom_itemr {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 16px;
    color: #5f5f5f;
}

.head .nav ul li .sub .sub_bottom .sub_bottom_item:hover .sub_bottom_itemr {
    color: #007457;
}

@media only screen and (max-width: 1760px) {
    .head .nav ul li .sub .sub_close {
        right: 0;
    }

    .search {
        right: 2%
    }
}

@media only screen and (max-width: 1440px) {
    .head .nav ul li .sub .sub_top .suba {
        padding-top: 30px;
    }

    .head .nav ul li .sub .sub_top .subb {
        margin-top: 30px;
    }

    .head .nav ul li .sub .sub_top .subb .swiper-slide p {
        margin-top: 20px;
    }

    .head .nav ul li .sub .sub_bottom {
        margin-top: 50px;
    }

    .head .nav ul li .sub .sub_bottom .sub_bottom_item {
        margin-right: 65px;
    }
}

.footer {
    margin-top: 80px;
}

.fta {
    background: #f2f2f2;
    padding: 40px 0 58px;
}

.fta .ftac {
    display: flex;
    justify-content: space-between;
}

.fta .ftac dl dt {
    margin-bottom: 15px;
}

.fta .ftac dl dt a {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.fta .ftac dl dd {
    line-height: 40px;
}

.fta .ftac dl dd a {
    font-size: 16px;
    color: #595757;
    text-transform: uppercase;
}

.fta .ftac dl dd:hover a {
    color: #007457
}

.ftb {
    background: #e6e6e6;
    line-height: 57px;
}

.ftb .ftbcl {
    float: left;
    font-size: 16px;
    color: #666666;
}

.ftb .ftbcl a {
    color: #666;
}

.ftb .ftbcr {
    float: right;
}

.ftb .ftbcr ul li {
    float: left;
    margin-left: 14px;
    position: relative;
    margin-top: 12px;
}

.ftb .ftbcr ul li .ftbcra {
    height: 32px;
}

.ftb .ftbcr ul li .ftbcrb {
    position: absolute;
    bottom: 44px;
    right: 0;
    display: none;
    width: 120px;
    text-align: center;
}

.ftb .ftbcr ul li .ftbcrb img {
    height: 100px;
    width: auto;
}

.ftb .ftbcr ul li:hover .ftbcrb {
    display: block;
}

@media only screen and (max-width: 1600px) {
    .fta {
        padding: 30px 0 40px;
    }

    .fta .ftac dl dt {
        margin-bottom: 10px;
    }

    .fta .ftac dl dt a {
        font-size: 16px;
    }

    .fta .ftac dl dd {
        line-height: 32px;
    }

    .fta .ftac dl dd a {
        font-size: 14px;
    }
}

.albox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.albox .alboxc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 760px;
    height: 500px;
    background: url(../images/alter1.png) no-repeat center;
    z-index: 999;
}

.albox .alboxc .alboxc_close {
    position: absolute;
    right: 13px;
    top: 28px;
    cursor: pointer;
}

.albox .alboxc .alboxcc {
    padding: 58px 68px 0;
}

.albox .alboxc .alboxcc .alboxcca .alboxccaa {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}

.albox .alboxc .alboxcc .alboxcca .alboxccab {
    font-size: 16px;
    color: #333333;
    margin-top: 13px;
}

.albox .alboxc .alboxcc .alboxccb {
    margin-top: 25px;
}

.albox .alboxc .alboxcc .alboxccb .alboxccbl {
    float: left;
    width: 245px;
}

.albox .alboxc .alboxcc .alboxccb .alboxccbl .alboxccbla {
    margin-bottom: 10px;
}

.albox .alboxc .alboxcc .alboxccb .alboxccbl .alboxccbla input {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 8px;
    font-family: "Vazirmatn", sans-serif;
    font-weight: 300;
}

.albox .alboxc .alboxcc .alboxccb .alboxccbr {
    float: right;
    width: 367px;
}

.albox .alboxc .alboxcc .alboxccb .alboxccbr .alboxccbra textarea {
    width: 100%;
    box-sizing: border-box;
    height: 90px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Vazirmatn", sans-serif;
    font-weight: 300;
    padding: 10px 8px;
}

.albox .alboxc .alboxcc .alboxccb .alboxccbr .alboxccbrb {
    margin-top: 10px;
}

.albox .alboxc .alboxcc .alboxccb .alboxccbr .alboxccbrb input {
    width: 100%;
    height: 40px;
    background: #007457;
    border-radius: 3px;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    font-family: "Vazirmatn", sans-serif;
    font-weight: 300;
}

.albox .alboxc .alboxcc .alboxccc {
    margin-top: 85px;
    font-size: 14px;
    color: #999999;
    font-family: "Vazirmatn", sans-serif;
    font-weight: 300;
}

.albox .alboxc .alboxcc .alboxccc a {
    color: #007457;
    text-decoration: underline;
}

.fixbox {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 110;
    box-shadow: 0 0 10px #ccc
}

.fix-list {
    position: relative;
}

.fix-list > li {
    width: 55px;
    height: 50px;
    position: relative;
}

.fix-list > li .item .ufix2 {
    display: none;
}

.fix-list > li:hover .item .ufix2 {
    display: block;
}

.fix-list > li:hover .item .ufix1 {
    display: none;
}

.fix-list > li .item {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    background-color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.float-tel {
    position: absolute;
    width: 210px;
    height: auto;
    padding: 10px;
    top: 0;
    right: 50px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 30%);
    background: #fff;
    display: none;
}

.float-plan, .float-msg {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    padding: 10px;
    bottom: 0;
    right: 60px;
    box-shadow: 0 5px 15px #ddd;
    background: #fff;
    text-align: center;
    display: none;
}

.float-qr {
    position: absolute;
    width: 140px;
    height: 140px;
    bottom: 0;
    right: 60px;
    box-shadow: 0 5px 15px #ddd;
    display: none;
}

.float-tel a {
    display: block;
    color: #333;
    line-height: 26px;
}


