﻿.wow {
    opacity: 0;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated.hinge {
    animation-duration: 2s;
}
.fadeInUp {
    animation-duration: 1.76s;
    animation-name: fadeInUp;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 25px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    overflow-x: hidden;
    color: #333333;
    min-height: 100vh;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
/*链接整体设置*/
a {
    text-decoration: none;
    color: #333333;
    transition: all .15s;
}
a:hover {
    color: #354ba7;
}
a:active {
    color: #333333;
}
a {
    blr: expression(this.onFocus=this.close());
}
a {
    blr: expression(this.onFocus=this.blur());
}
div:focus,
*:focus,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none;
    hide-focus: expression(this.hideFocus=true);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c9c9c9;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c9c9c9;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c9c9c9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c9c9c9;
}
input[type=button],
input[type=submit],
input[type=file],
button,
select {}
/*公用样式*/
div,
table,
tr,
td,
img,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
font,
span,
b,
dl,
dt,
dd,
form,
textarea,
input,
select,
a,
button {
    margin: 0;
    padding: 0;
    font-style: normal;
    box-sizing: border-box;
    font-family: "Noto Sans TC", "PingFang TC", "Helvetica Neue", Arial, sans-serif;
}
ul,
ol {
    list-style-type: none;
}
h1,
h2,
h3,
h4 {
    font-weight: 500;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;
    -o-object-fit: cover;
    object-fit: cover;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.clear0 {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}
.hidden {
    display: none;
}
.container {
    max-width: 1600px;
    width: 96%;
    margin: 0 auto;
}
.container3 {
    max-width: 1600px;
    width: 96%;
    margin: 0 auto;
}
.comflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comflex1 {
    display: flex;
    flex-wrap: wrap;
}
.comflex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.comflex3 {
    display: flex;
    align-items: center;
}
.comflex5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.comflex4 {
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
}
.comflex5 {
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
}
input::-webkit-input-placeholder {
    font-size: 1rem;
}
/*header*********************************************************************/
.head {
    height: 180px;
    position: relative;
    background: #fdcf02;
    z-index: 21;
}
.head .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head .logo {
    display: block;
    width: 170px;
}
.head .logo img {
    width: 100%;
    display: block;
}
.head .container {
    z-index: 1;
    position: relative;
    height: 100%;
}
.head .top {
    padding-top: 10px;
}
.head .top .tel {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
}
.head .top .tel i {
    margin-right: 10px;
}
.head .top .tel i img {
    display: block;
    width: 100%;
}
.head .email {
    display: flex;
    align-items: center;
}
.head .email p {
    font-size: 1.3rem;
    margin-right: 20px;
    font-weight: bold;
}
.head .email .img {
    margin-left: 30px;
    width: 57px;
}
.head .email .img img {
    width: 100%;
}
.sanh {
    width: 30px;
    padding: 6px;
    display: none;
}
.sanh>div {
    height: 3px;
    margin: 6px 0px;
    width: 100%;
    transition: transform 0.5s, opacity 0.5s;
}
.sanh>div {
    background-color: #fff;
}
.tesd>div {
    background-color: #fff !important;
}
.tesd>div:nth-child(1) {
    transform: translate3d(0px, 9px, 0px) rotate(45deg);
}
.tesd>div:nth-child(2) {
    opacity: 0;
}
.tesd>div:nth-child(3) {
    transform: translate3d(0px, -9px, 0px) rotate(-45deg);
}
/*头部结束*/
.banner {
    width: 100%;
    position: relative;
    z-index: 1;
}
.banner img {
    display: block;
    width: 100%;
}
.banner .box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    width: 100%;
}
.banner .container {
    width: 1600px;
    margin: 0 auto;
    display: inline-block;
    width: 96%;
}
.banner .container .tit {
    font-size: 4rem;
    font-weight: bold;
    width: 60%;
}
.banner .container .tit2 {
    font-size: 1.4rem;
    margin-top: 80px;
    width: 50%;
    line-height: 2;
    font-weight: bold;
}
.banner .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner .swiper-slide .container * {
    opacity: 0;
    transform: translateX(100%);
}
.banner .swiper-slide.swiper-slide-active .container * {
    transition: all 1s ease .2s;
    transform: translateX(0);
    opacity: 1;
}
.banner.nei .container .title {
    color: #ffffff;
}
.banner.nei .container p {
    color: #ffffff;
}
.banner .container2 {
    height: 100%;
    display: flex;
    align-items: center;
}
.banner .container2 .title {
    font-size: 68px;
}
.banner .container2 p {
    font-size: 24px;
    margin-top: 20px;
}
.banner.nei .container2 .title {
    color: #ffffff;
}
.banner.nei .container2 p {
    color: #ffffff;
}
.banner .btn {
    margin-top: 40px;
}
.nav {
    height: 90px;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    padding: 0 20px;
}
.nav .container3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.nav.on2 {
    position: fixed;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu {
    width: calc(100%);
    padding: 0 20px;
    height: 100%;
}
.menu>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.menu>ul>li {
    position: relative;
    height: 100%;
}
.menu>ul>li>.item a {
    font-size: 1.5rem;
    font-weight: 600;
}
.menu>ul>li .item {
    display: flex;
    align-items: center;
    height: 100%;
}
.menu>ul>li .item i {
    margin-left: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 18px;
}
.menu>ul>li .item i img {
    width: 100%;
}
.menu>ul>li .box {
    background: #ffffff;
    position: absolute;
    left: 50%;
    right: 0;
    width: 150px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    padding: 5px 0;
    top: 100%;
}
.menu>ul>li .box a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    font-size: 1rem;
    width: 100%;
}
.menu>ul>li.on .box {
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    opacity: 1;
}
.menu>ul>li.on .box a:hover {
    background: #e9ecef;
}
.menu>ul>li.on i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.search {
    border: 1px solid #cfcfcf;
    border-radius: 100px;
    height: 60px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.search input {
    height: 50px;
    border: 0;
    width: calc(100% - 33px);
}
.search .submit {
    background: none;
    background-image: url(../images/ico_fdj.png);
    background-repeat: none;
    background-position: center center;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    background-size: 100% auto;
}
a.more {
    background: #fdcf02;
    font-size: 1rem;
    color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
}
.bg1 {
    background-image: url(../images/bg01.png);
    background-position: center top;
    background-size: auto auto;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
}
.item1_left {
    float: left;
    width: calc((100% - 100px)/2);
}
.item1_right {
    float: right;
    width: calc((100% - 100px)/2);
}
.item1_left .col {
    width: calc((100% - 3px)/2);
    overflow: hidden;
    margin-right: 3px;
    float: left;
    margin-top: 3px;
}
.item1_left .col:nth-child(2n) {
    margin-right: 0;
}
.item1_left .col .con {
    width: 100%;
    position: relative;
    padding-top: calc(100% / (374/376));
    /* 根据宽高比计算高度 */
    max-width: 374px;
    max-height: 376px;
}
.item1_left .col .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.item1_left .col .box img {
    display: block;
    width: 100%;
}
.item1_left .col:nth-child(4) {
    overflow: visible;
}
.item1_left .col:nth-child(4) .box {
    background: #fdcf02;
    transform: translate(-20%, -20%);
    -webkit-transform: translate(-20%, -20%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.item1_left .col:nth-child(4) .title {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: bold;
    color: #ffffff;
}
.item1_left .col:nth-child(4) .img {
    text-align: center;
    max-width: 100px;
    width: 100%;
}
.item1_left .col:nth-child(4) .img img {
    width: 100%;
}
.item1_right .tit {
    font-size: calc(1.625rem + 1.5vw);
    display: inline-block;
    font-weight: bold;
}
.item1_right .desc {
    font-size: calc(1.125rem + .1vw);
    line-height: 2;
    margin-top: 50px;
    font-weight: 600;
}
.yuan {
    text-align: center;
    padding-right: 50px;
    margin-top: 50px;
}
.yuan .col {
    display: inline-block;
}
.yuan .col {
    width: calc((100% - 60px)/2);
}
.yuan .col .con {
    width: 100%;
    position: relative;
    padding-top: calc(100% / (1/1));
    /* 根据宽高比计算高度 */
    max-width: 300px;
    max-height: 300px;
    border-radius: 50%;
}
.yuan .col:nth-child(1) .con {
    background: #fdcf02;
}
.yuan .col:nth-child(2) .con {
    background: #8a91ac;
}
.yuan .col:nth-child(3) .con {
    background: #031b4e;
}
.yuan .col .con .n {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yuan .col:nth-child(3) {
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
}
.yuan .col .con .n p {
    font-size: 1.5rem;
    color: #ffffff;
}
.yuan .col .con .n span {
    font-size: calc(1rem + 2vw);
    color: #ffffff;
    margin-top: 15px;
    font-weight: bold;
}
.bg2 {
    background: #fffbeb;
    background-image: url(../images/xbg.png);
    background-position: center bottom;
    background-size: auto auto;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
    padding-bottom: 600px;
}
.titmax {
    text-align: center;
}
.titmax h3 {
    font-size: 4rem;
    font-weight: bold;
}
.titmax p {
    font-size: 1.1rem;
    margin-top: 15px;
}
.titmax2 {
    margin-top: 15px;
}
.titmax2 h3 {
    font-size: 3rem;
    font-weight: bold;
}
.bg2 .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
}
.bg2 .list .col {
    width: calc((100% - 160px)/3);
}
.bg2 .list .col .img img {
    width: 100%;
}
.bg2 .list .col:nth-child(2) {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}
.bg2 .list .title {
    display: flex;
    align-items: center;
    font-size: 2rem;
    margin-top: 15px;
    font-weight: bold;
}
.bg2 .list .title img {
    width: 50px;
    margin-right: 15px;
}
.bg2 .list .desc {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 10px;
}
.bg2 .list .btn {
    margin-top: 30px;
}
.bg2 .list .btn a {
    display: inline-block;
    background: #977b01;
    padding: 10px 35px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 1.3rem;
}
/*服务内容*/
.bg3 {
    background: #fffbeb;
    padding-bottom: 50px;
}
.con3c {
    position: relative;
}
.jidi {
    position: relative;
    padding: 0 60px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 80px;
}
.jidi .swiper-button-prev,
.jidi .swiper-button-next {
    top: 40%;
}
.jidi .swiper-button-prev:after,
.jidi .swiper-button-next:after {
    display: none;
}
.jidi .swiper-button-prev img,
.jidi .swiper-button-next img {
    width: 100%;
}
.jidi .swiper-slide {
    background: #ffffff;
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 50px;
}
.jidi .pic {
    width: 25px;
    height: 25px;
    background: #fdd319;
    border-radius: 50%;
}
.jidi .title {
    text-align: left;
    position: relative;
    padding: 10px 0;
}
.jidi .title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 15px;
}
.jidi .desc {
    font-size: 1rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    line-height: 1.8;
}
.jidi a {
    display: flex;
    background: #f6faff;
    padding: 10px 25px;
    align-items: center;
    margin-top: 15px;
    float: left;
}
.jidi a img {
    width: 15px;
    margin-left: 22px;
    font-weight: 600;
}
.jidi .jieshao {
    min-height: 110px;
}
/**/
.bg4 {
    background-image: url(../images/bg3.png);
    background-position: center top;
    background-size: auto auto;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
}
.con3c2 {
    position: relative;
    background: rgba(255, 255, 255, .8);
}
.jidi2 {
    position: relative;
    padding: 0 60px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 80px;
}
.jidi2 .swiper-button-prev,
.jidi2 .swiper-button-next {
    top: 40%;
}
.jidi2 .swiper-button-prev:after,
.jidi2 .swiper-button-next:after {
    display: none;
}
.jidi2 .swiper-button-prev img,
.jidi2 .swiper-button-next img {
    width: 100% !important;
}
.jidi2 .swiper-slide {
    padding: 50px;
    padding-top: 50px;
    padding-bottom: 0;
}
.jidi2 .pic {}
.jidi2 .pic img {}
.jidi2 .title {
    text-align: left;
    position: relative;
    padding: 10px 0;
}
.jidi2 .title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 15px;
}
.jidi2 .desc {
    font-size: 1rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    line-height: 1.8;
}
.jidi2 .jieshao {
    min-height: 110px;
}
.bg4 .titmax h3 {
    color: #ffffff;
}
.bg4 .titmax p {
    color: #ffffff;
}
/*留言*/
.lxfs {
    background-image: url(../images/bg02.png);
    background-position: center bottom;
    background-size: auto auto;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    margin-bottom: 100px;
}
.lxfs.n {
    background: none;
}
.c_infor {
    width: 45%;
    padding: 12px 0 0 0;
    float: left;
}
.c_tit1 {
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
.c_infor .img {
    width: 100%;
}
.c_infor .img img {
    display: block;
    width: 100%;
}
.c_infor ul {
    width: 100%;
    margin-top: 50px;
}
.c_infor ul li {
    position: relative;
    width: 100%;
    padding-left: 10.78%;
    margin-top: 32px;
}
.c_infor ul li:nth-child(1) {
    margin-top: 15px;
}
.c_infor ul li img {
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 8.722222222222222%;
}
.c_infor ul li em {
    font-size: 1.3rem;
    display: block;
    font-weight: 600;
}
.c_infor ul li p {
    font-size: .9rem;
    line-height: 1.4;
    color: #999999;
    margin-top: 20px;
}
.c_infor .tit h3 {
    font-size: 3rem;
    color: #000;
    font-weight: bold;
}
.c_infor .tit p {
    margin-top: .8rem;
    margin-top: 10px;
    font-size: 1.1rem;
}
.appoint_form {
    display: block;
    width: calc(55% - 100px);
    margin-top: 95px;
    float: right;
}
.appoint_form ul {
    margin: 0 auto;
    width: 90%;
}
.appoint_form ul li {
    width: 48.17073170731707%;
    margin-top: 22px;
    position: relative;
}
.appoint_form ul li.last {
    width: 100%;
}
.a_intxt {
    background: none;
    border: none;
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 27.5px 25px;
    line-height: 1.5;
    border: 1px solid #ced4da;
    height: 85px;
}
.a_inbut {
    background: #fccf02;
    border: none;
    width: 100%;
    display: block;
    font-size: 1.3rem;
    line-height: 3.75;
    text-align: center;
    cursor: pointer;
    border-radius: 1px;
    font-weight: bold;
}
.a_inbut:hover {
    background: #fccf02;
}
.appoint_form .txt {
    border: 1px solid #ced4da;
    width: 100%;
    min-height: 200px;
    padding: 30px;
}
.appoint_form input::-webkit-input-placeholder {
    font-size: 1.3rem;
    color: #999999;
}
.appoint_form .txt::-webkit-input-placeholder {
    font-size: 1.3rem;
    color: #999999;
}
.appoint_form select {
    color: #999999;
    font-size: 1.3rem;
}
.appoint_form ul li i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.appoint_form .tit {
    overflow: hidden;
    padding: 10px 40px;
    width: 90%;
}
.appoint_form .tit h3 {
    font-size: 3rem;
    color: #000;
    font-weight: bold;
}
.appoint_form .tit p {
    margin-top: .8rem;
    margin-top: 10px;
    font-size: 1.1rem;
}
/*友情链接*/
.link {
    padding: 50px 100px;
    overflow: hidden;
}
.link a {
    display: inline-block;
    float: left;
    width: calc((100% - 480px)/7);
    margin-right: 80px;
}
.link a img {
    width: 50%;
}
.link a:nth-child(7n) {
    margin-right: 0;
}
/*侧边栏*/
.sidebar {
    position: fixed;
    right: 15px;
    bottom: 15%;
    z-index: 9999;
}
.sidebar>ul>li {
    text-align: center;
    width: 71px;
    height: 71px;
    margin-bottom: 10px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}
.sidebar>ul>li>a {
    color: #164d4a;
}
.sidebar>ul>li>a i {
    font-size: 28px;
    line-height: 50px;
}
.sidebar>ul>li>a p {
    display: none;
    font-size: 12px;
    line-height: 14px;
    padding-top: 10px;
}
.sidebar>ul>li:hover p {
    display: block;
    color: #164d4a;
    position: absolute;
    left: 0;
    transform: translate(-110%, -50%);
    -webkit-transform: translate(-110%, -50%);
    top: 50%;
    font-size: 2rem;
}
.sidebar>ul>li:hover img {
    display: block !important;
}
.sidebar .top {
    display: none;
}
/*内页头部*/
.head_a {
    background: #fcf5cc;
    background-image: url(../images/subbg02.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    text-align: center;
    font-size: 3rem;
    padding: 100px 0;
    padding-top: 100px;
    font-weight: bold;
    background-position: center center;
}
.head_b {
    background: #fcf5cc;
    overflow: hidden;
    font-size: 1.2rem;
    padding: 30px 0;
    padding-top: 80px;
}
.head_b a {
    font-size: 1rem;
    font-weight: 600;
}
.appoint_form .wei .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.appoint_form .wei .row img {
    width: 33px;
}
.appoint_form .wei .row .desc {
    width: calc(100% - 60px);
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
}
.appoint_form .code {
    max-width: 100%;
    margin-top: 50px;
}
.appoint_form .code img {
    max-width: 100%;
}
/*消息*/
.newsCon {
    overflow: hidden;
    margin: 50px 0;
}
.video {
    float: right;
    width: 50%;
    height: 500px;
}
.newsCon .left {
    width: calc(50% - 50px);
}
.video video {
    height: 100%;
    width: 100%;
}
.newsCon .title {
    display: flex;
    align-items: center;
}
.newsCon .title span {
    background: #fdcf02;
    border-radius: 3px;
    padding: 5px 20px;
}
.newsCon .title p {
    color: #999999;
    font-size: 1rem;
    margin-left: 15px;
}
.newsCon .description {
    font-size: 2rem;
    color: #ff6200;
    line-height: 2;
    margin-top: 20px;
    font-weight: 600;
}
.newsCon .back {
    margin-top: 50px;
}
.newsCon .back a {
    display: flex;
    align-items: center;
    color: #999999;
}
.newsCon .back a img {
    display: block;
    width: 20px;
}
.newsdetail {
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    padding: 20px 0;
}
.newsdetail h3 {
    font-size: 2rem;
    line-height: 2;
}
.newsdetail p {
    font-size: 1rem;
    line-height: 1.8;
}
.lbt {
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
}
.newsbanner {
    float: left;
    width: calc(100% - 520px);
    height: 800px;
    position: relative;
    z-index: 1;
}
.newsbanner .swiper-slide .fadeinUpPc {
    transform: translateY(60px) !important;
    opacity: 0 !important;
    transition: all .5s !important;
}
.newsbanner .swiper-slide-active .fadeinUpPc {
    transition: all 1s ease .5s !important;
    ;
    transform: translateY(0) !important;
    ;
    opacity: 1 !important;
    ;
}
.newsbanner .swiper-slide {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.newsbanner .swiper-pagination {
    display: none;
}
.newsbanner .swiper-slide img.big {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.newsbanner .box {
    position: absolute;
    z-index: 2;
    padding: 20px;
    left: 50px;
    bottom: 50px;
    width: calc(100% - 100px);
}
.newsbanner .box .tit1 {
    background: #fdcf02;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 0 100px 100px 0;
}
.newsbanner .box .tit2 {
    color: #ffffff;
    font-size: 2rem;
    margin-top: 15px;
    font-weight: bold;
}
.newsbanner .box .desc {
    color: #ffffff;
    font-size: 1.2rem;
    margin-top: 15px;
    width: 80%;
}
.newsbanner .box .btns {
    display: inline-block;
    margin-top: 25px;
}
.newsbanner .box .btns a {
    display: flex;
    background: #ee6118;
    border-radius: 100px;
    color: #ffffff;
    align-items: center;
    padding: 5px 20px;
}
.newsbanner .box .btns a img {
    width: 15px;
}
.newsbanner .swiper-slide .fadeinUpPc {
    transform: translateY(60px) !important;
    opacity: 0 !important;
    transition: all .5s !important;
}
.newsbanner .swiper-slide-active .fadeinUpPc {
    transition: all 1s ease .5s !important;
    ;
    transform: translateY(0) !important;
    ;
    opacity: 1 !important;
    ;
}
.home-apply-le {
    width: 520px;
    height: 800px;
    position: relative;
    z-index: 2;
}
.home-apply-le .halu-lis {
    height: 25%;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #FFFFFF;
}
.home-apply-le:nth-last-child(1) {
    border-bottom: 0;
}
.home-apply-le .halu-lis .top {
    display: flex;
    align-items: center;
}
.home-apply-le .halu-lis .top .tit1 {
    background: #fdcf02;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 0 100px 100px 0;
}
.home-apply-le .halu-lis .top span {
    color: #999999;
    margin-left: 15px;
}
.home-apply-le .halu-lis .desc {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-left: 15px;
}
.home-apply-le .halu-lis.on {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    display: block;
}
.newstab {
    margin-top: 50px;
}
.newstab a {
    display: inline-block;
    border-radius: 100px;
    height: 40px;
    padding: 0 20px;
    margin-right: 20px;
    line-height: 40px;
    border: 1px solid #fdcf02;
    margin-top: 15px;
}
.newstab a.on {
    background: #fedb00;
    color: #000;
}
.newslist {
    overflow: hidden;
    margin-bottom: 50px;
}
.newslist .col {
    float: left;
    width: calc((100% - 80px)/3);
    margin-right: 40px;
    border: 1px solid #fdcf02;
    padding-bottom: 10px;
    margin-top: 40px;
}
.newslist .col:nth-child(3n) {
    margin-right: 0;
}
.newslist .desc {
    height: 150px;
}
.newslist p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999999;
}
.newslist .img {
    width: 100%;
    position: relative;
    padding-top: calc(100% / (1123/838));
    /* 根据宽高比计算高度 */
}
.newslist .img a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.newslist .img a img {
    width: 100%;
    height: 100%;
}
.newslist .sort {
    padding: 8px 15px;
}
.newslist .sort a {
    font-size: 1.1rem;
    color: #666666;
}
.newslist .sort span {
    margin-left: 25px;
    color: #666666;
}
.newslist .title {
    font-size: 1.5rem;
    color: #333333;
    margin: 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newslist .desc {
    height: 100px;
    padding: 25px 15px;
}
.newslist .more {
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
}
.newslist .more a {
    display: flex;
    align-items: center;
    color: #ee6118;
}
.newslist .more a img {
    width: 20px;
    margin-left: 5px;
}
.page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.page a {
    display: inline-block;
    margin-left: 15px;
}
.page a.pre img,
.page a.next img {
    width: 15px;
}
.page a.p {
    border: 1px solid #cccccc;
    padding: 15px 10px;
    border-radius: 100px;
}
.page a:nth-child(1) {
    margin-left: 0;
}
.page a.on {
    background: #fdcf02;
    border: 1px solid #fdcf02;
}
/**/
.nbg {
    background: #fffbeb;
    overflow: hidden;
}
.flist {
    overflow: hidden;
    margin-bottom: 50px;
}
.flist .col {
    float: left;
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    margin-top: 20px;
    background: #ffffff;
    padding-bottom: 20px;
}
.flist .col:nth-child(4n) {
    margin-right: 0;
}
.flist .col .img {
    width: 100%;
    position: relative;
    padding-top: calc(100% / (390/332));
    /* 根据宽高比计算高度 */
    max-width: 390px;
    max-height: 332px;
}
.flist .col .img .con {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.flist .col .img .con img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.flist .col .title {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 10px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flist .col .desc {
    height: 80px;
    padding: 0 20px;
}
.flist .col .desc p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .9rem;
    line-height: 1.8;
}
.flist .col .more {
    padding: 0 20px;
}
.flist .col .more a {
    display: flex;
    align-items: center;
}
.flist .col .more a img {
    display: block;
    width: 12px;
}
/*产品详情*/
.prohead {
    overflow: hidden;
}
.productimg {
    float: left;
    width: 40%;
    padding: 25px;
    position: relative;
    margin-left: 5%;
    padding-bottom: 50px;
}
.productimg img {
    max-width: 100%;
    max-height: 100%;
}
.productimg .swiper-slide {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (650/600));
    background: #ffffff;
}
.productimg .swiper-slide .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffac78;
    overflow: hidden;
}
.productimg .swiper-button-prev:after,
.productimg .swiper-button-next:after {
    display: none;
}
.productimg .swiper-button-prev,
.productimg .swiper-button-next {
    width: 55px;
    height: 55px;
    background: #fdcf02;
    border-radius: 50%;
}
.productimg .swiper-button-prev {
    left: 0;
}
.productimg .swiper-button-next {
    right: 0;
}
.productimg .swiper-button-prev img,
.productimg .swiper-button-next img {
    width: 30%;
}
.productimg .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d1d1;
    opacity: 1;
    margin: 0 10px;
}
.productimg .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #ff6200;
    border-radius: 5px;
    position: relative;
}
.productimg .swiper-pagination {
    margin-top: 50px;
}
.prohead .detail {
    float: right;
    width: 50%;
    margin-top: 50px;
}
.prohead .detail .title {
    color: #ff6200;
    font-size: 2rem;
}
.prohead .detail .desc {
    color: #666666;
    font-size: 1.1rem;
    margin-top: 25px;
    line-height: 2;
}
.prohead .detail .btn {
    margin-top: 25px;
}
.prohead .detail .btn a {
    display: inline-block;
    background: #fdcf02;
    border-radius: 100px;
    padding: 10px 35px;
}
.product_left {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 380px;
    margin-bottom: 50px;
    margin-top: 100px;
    float: left;
}
.product_left a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 20px 0 70px;
    font-weight: 600;
}
.product_left a.on {
    background: #fdcf02;
}
.pro_right {
    float: right;
    width: calc(100% - 400px);
}
.pro_right .tit {
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 2rem;
    color: #ff6200;
    font-weight: bold;
}
.pro_right .tit2 {
    background: #f0f0f0;
    padding: 20px 40px;
    font-size: 1.5rem;
}
.pro_right .forms {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.pro_right .forms .img {
    width: 350px;
    text-align: center;
}
.pro_right .forms .img img {
    max-width: 50%;
}
.pro_right .forms .box {
    width: calc(100% - 400px);
}
.pro_right .forms .box p {
    padding: 10px 0;
    font-size: 1rem;
}
.pro_right .forms .box h3 {
    color: #000;
    font-weight: bold;
    margin-top: 25px;
}
.pro_right .forms2 {
    background: #fffdf2;
    margin-bottom: 50px;
}
.pro_right .forms2 {
    overflow: hidden;
    padding: 50px 0px;
    margin-top: 50px;
    display: flex;
}
.pro_right .forms2 .col {
    width: 33%;
    padding: 0 50px;
}
.pro_right .forms2 .col h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.pro_right .forms2 .col:nth-child(1) p {
    text-align: right;
    display: block;
    width: 120px;
    padding: 7px 0;
    font-weight: 600;
    font-size: 1rem;
    color: #666666;
}
.pro_right .forms2 .col:nth-child(1) {
    border-right: 1px solid #feefaa;
}
.pro_right .forms2 .col:nth-child(2) {
    border-right: 1px solid #feefaa;
}
.pro_right .forms2 .col:nth-child(2) p {
    border-right: 1px solid #feefaa;
    display: block;
    padding: 7px 0;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    padding-left: 20px;
    color: #666666;
}
.pro_right .forms2 .col:nth-child(3) p {
    border-right: 1px solid #feefaa;
    display: block;
    padding: 7px 0;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    padding-left: 20px;
    color: #666666;
}
.pro_right .forms2 .col:nth-child(2) p::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fdcf02;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.pro_right .forms2 .col:nth-child(3) p::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fdcf02;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.pro_right .forms2 .col:nth-child(1) h3 {
    color: #ff6200;
}
.pro_right .forms2 .col:nth-child(2) h3 {
    color: #1db502;
}
.pro_right .forms2 .col:nth-child(3) h3 {
    color: #c80b0f;
}
/*注意事项*/
.Pre_left {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 380px;
    margin-bottom: 50px;
    margin-top: 50px;
    float: left;
}
.Pre_left .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px;
}
.Pre_left .title a {
    font-size: 1.7rem;
    font-weight: 600;
}
.Pre_left .box {
    background: #fffdf2;
    padding: 30px;
    display: none;
}
.Pre_left .box a {
    display: block;
    font-size: 1.2rem;
    padding: 7px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Pre_left .box a.on {
    color: #ff6200;
}
.Pre_left li .title img {
    display: none;
}
.Pre_left li.on .title img {
    display: block;
}
.Pre_left li.on .title {
    background: #fdcf02;
}
.Pre_left li.on .box {
    display: block;
}
.Pre_right {
    float: right;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    margin-top: 50px;
    width: calc(100% - 400px);
}
.Pre_right .tit {
    background: #f0f0f0;
    padding: 20px 40px;
    font-size: 1.5rem;
    font-weight: bold;
}
.Pre_right .desc {
    font-size: 1rem;
    color: #666666;
    padding: 20px 50px;
    width: calc(100% - 280px);
}
.Pre_right .img {
    width: 217px;
}
.Pre_right .img img {
    width: 100%;
}
.Pre_list {
    padding: 0 50px;
}
.Pre_list li {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
.Pre_list li .desc {
    font-size: 1.2rem;
}
.service {
    padding: 50px;
}
.service h3 {
    color: #354ba7;
    font-size: 1.2rem;
    margin-top: 20px;
}
.service .li p {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.service .li p i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fdcf02;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
}
.service .li p span {
    width: calc(100% - 30px);
}
.service hr {
    border: none;
    border-top: 1px solid #f2f2f2;
    margin: 50px 0;
}
.service .desc2 {
    background: #f4f9fc;
    padding: 30px;
    font-size: 1.2rem;
    color: #354ba7;
    margin-top: 30px;
    word-break: break-all
}
.service .detail p {
    margin-top: 20px;
    font-size: 1.5rem;
}
/*登录*/
.loginBox {
    display: flex;
    background: #fdd832;
    border-radius: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.loginBox .img {
    width: calc(100% - 650px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginBox .img img {
    width: 50%;
}
.loginBox .form {
    border-radius: 20px;
    background: #ffffff;
    width: 650px;
    padding: 30px 100px;
    text-align: center;
}
.loginBox .form .tit {
    font-size: 2rem;
    color: #ff6200;
    font-weight: bold;
}
.loginBox .google {
    margin-top: 15px;
}
.loginBox .google img {
    width: 100%;
}
.loginBox .or {
    text-align: center;
    position: relative;
    margin-top: 35px;
}
.loginBox .or::after {
    content: '';
    height: 1px;
    background: #919191;
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(50% - 50px);
}
.loginBox .or::before {
    content: '';
    height: 1px;
    background: #919191;
    position: absolute;
    right: 0;
    top: 50%;
    width: calc(50% - 50px);
}
.loginBox .tit2 {
    text-align: center;
    color: #ff6200;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
}
.loginBox .form .name {
    font-size: 1rem;
    color: #91919c;
    text-align: left;
    width: 100%;
    margin-top: 30px;
    padding-left: 20px;
}
.loginBox .form .input {
    margin-top: 10px;
}
.loginBox .form .input input {
    border-radius: 100px;
    border: 1px solid #b6b6b6;
    height: 70px;
    padding: 0 30px;
    width: 100%;
}
.loginBox .forget {
    font-size: 1rem;
    color: #989fa6;
    text-align: right;
    margin: 15px 0;
}
.loginBox .submit {
    background: #edcc21;
    height: 70px;
    border-radius: 100px;
    margin-top: 15px;
    width: 100%;
    border: 0;
    font-size: 1.2rem;
}
.loginBox .reg {
    padding: 20px;
    display: flex;
    justify-content: center;
}
.loginBox .reg a {
    display: flex;
    align-items: center;
}
/*FQA*/
.faq {
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.faq .search2 {
    display: flex;
    align-items: center;
}
.faq .search2 input {
    height: 40px;
    width: 150px;
    border: 1px solid #d2d2d2;
    padding: 0 20px;
}
.faq .search2 button {
    background: #ee5b58;
    border-radius: 100px;
    border: 0;
    height: 40px;
    padding: 0 20px;
    color: #ffffff;
    margin-left: 5px;
    min-width: 80px;
}
.faq .tab {}
.faq .tab a {
    display: inline-block;
    background: #ee5b58;
    border-radius: 100px;
    height: 40px;
    padding: 0 20px;
    margin-right: 20px;
    color: #ffffff;
    line-height: 40px;
}
.faq .tab a.on {
    background: #fedb00;
    color: #000;
}
.faqlist {
    margin-bottom: 50px;
}
.faqlist li {
    margin-top: 20px;
    cursor: pointer;
}
.faqlist li .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 0 30px 0 30px;
}
.faqlist li .title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
    color: #ffffff;
}
.faqlist li:nth-child(1n) .title {
    background: #ee5b58;
    color: #ffffff;
}
.faqlist li:nth-child(2n) .title {
    background: #fedb00;
    color: #000;
}
.faqlist li:nth-child(2n) .title a {
    color: #000;
}
.faqlist li .title span i:nth-child(2) {
    display: none;
}
.faqlist li.on .title span i:nth-child(2) {
    display: inline-block;
}
.faqlist li.on .title span i:nth-child(1) {
    display: none;
}
.faq-detail {
    padding: 20px 25px;
    display: none;
}
.faqlist li.on .title {
    border-radius: 0 30px 0 0px;
    background: #fedb00;
}
.faqlist li.on .title a {
    color: #000;
}
.faqlist li.on .faq-detail {
    border: 1px solid #fedb00;
    border-radius: 0 0 0 30px;
}
.faqlist li:nth-child(2n).on .title {
    border-radius: 0 30px 0 0px;
    background: #ee5b58;
}
.faqlist li:nth-child(2n).on .title a {
    color: #ffffff;
}
.faqlist li:nth-child(2n).on .faq-detail {
    border: 1px solid #ee5b58;
}
.faq-detail p {
    margin-bottom: 15px;
}
/*关于我们*/
.aboutRight {
    float: right;
    width: calc(100% - 400px);
}
.aboutBox {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    margin-top: 50px;
    width: calc(100%);
}
.aboutBox .tit {
    background: #f0f0f0;
    padding: 20px 40px;
    font-size: 1.5rem;
    font-weight: bold;
}
.aboutCon {
    padding: 50px 100px;
}
.aboutCon p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #666666;
}
.basic-list {
    list-style-type: disc;
    padding-left: 20px;
}
.basic-list li {
    margin-top: 15px;
}
.basic-list li::marker {
    color: #003a83;
    font-size: 1.2em;
}
.basic-list li h2 {
    color: #003a83;
}
.aboutCon hr {
    border: none;
    border-top: 1px solid #f2f2f2;
    margin: 50px 0;
}
.aboutCon img {
    max-width: 100%;
    margin: 20px 0;
}
/*会员中心*/
.vipbox {
    overflow: hidden;
}
.vipbox .vipmenu {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 380px;
    margin-bottom: 50px;
    margin-top: 50px;
    float: left;
}
.vipmenu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}
.vipmenu a p {
    display: flex;
    align-items: center;
}
.vipmenu a p img {
    width: 28px;
    margin-right: 10px;
}
.vipmenu a p {
    font-size: 1.5rem;
    font-weight: bold;
}
.vipmenu a span {
    display: none;
}
.vipmenu a.on {
    background: #fccf02;
}
.vipmenu a.on span {
    display: inline-block;
}
.vip_right {
    float: right;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    margin-top: 50px;
    width: calc(100% - 400px);
}
.vip_right .tit {
    background: #f0f0f0;
    padding: 20px 40px;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.vip_right .tit img {
    margin-right: 10px;
}
.vip_right .tip {
    display: flex;
    align-items: center;
    padding: 20px 50px;
}
.vip_right .tip img {
    margin-right: 10px;
}
.vip_right .row {
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vip_right .row .name i {
    color: #ff6200;
}
.vip_right .row .box {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.vip_right .row .box select {
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    height: 40px;
    padding: 0 10px;
}
.vip_right .row .txt {
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 40px;
    padding: 0 10px;
}
.vip_right .row .email {
    width: calc(100% - 200px);
}
.vip_right .row .email input {
    width: 55%;
}
.vip_right .row .company {
    width: calc(100% - 250px);
}
.vip_right .row .company input {
    width: 380px;
}
.vip_right .row .yonghu {
    width: 200px;
}
.vip_right .btn {
    text-align: right;
    padding: 50px;
}
.vip_right button {
    background: #fdcf02;
    border-radius: 100px;
    padding: 10px 30px;
    border: 0;
    font-size: 1.2rem;
}
.vip_right .row .address .txt {
    width: 400px;
}
.table {
    width: 94%;
    margin-left: 3%;
    padding: 20px 0;
}
.table th {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.table td {
    text-align: center;
    padding: 5px;
    color: #333333;
}
/*線上估價*/
.uploadBox {
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}
.uploadBox .box {
    border: 3px dashed #f38147;
    padding: 30px;
    background: #fff7f2;
}
.uploadBox .box .btn {
    position: relative;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}
.uploadBox .box .btn h3 {
    color: #ff6200;
    font-size: 2rem;
    font-weight: bold;
}
.file-input {
    display: none;
}
.browse-btn {
    width: 25px;
    height: 25px;
    background: #ff6200;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #ffffff;
    font-size: 1.5rem;
    margin-left: 10px;
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 99;
}
.uploadBox .box .btn p {
    color: #ff6200;
    font-size: 1.1rem;
    margin-left: 10px;
}
.uploadBox .tip {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.uploadBox .tip a {
    display: flex;
    align-items: center;
    color: #425d87;
}
.uploadBox .tip a {
    color: #aba2a2;
}
.uploadBox2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.uploadBox2 .shown {
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uploadBox2 .shown img {
    max-width: 90%;
}
.uploadBox2 .list {
    width: calc(70% - 30px);
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-height: 500px;
}
.uploadBox2 .list .table2 {
    width: 100%;
}
.uploadBox2 .list .table2 th {
    background: #5f5f5f;
    color: #ffffff;
}
.uploadBox2 .list .table2 th span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.uploadBox2 .list .table2 td {
    text-align: center;
    padding: 10px 0;
}
.pinggu {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100px;
    overflow: hidden;
    margin-bottom: 50px;
}
.pinggu .top {
    float: left;
    width: 200px;
    height: 100px;
    background: #ff6200;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pinggu .top p {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #ffffff;
}
.pinggu .top h3 {
    color: #ffffff;
    font-size: 1.5rem;
}
.pinggu .list {
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 100px;
}
.pinggu .list .col {
    border: 3px dashed #d1d1d1;
    text-align: center;
    padding: 20px 20px;
    margin-right: 20px;
}
/*底部*/
.foot {
    background: #fccf02;
    background-image: url(../images/footerbg.png);
    background-position: center center;
    background-size: auto auto;
    background-repeat: no-repeat;
    padding-top: 100px;
}
.foot .address {
    float: left;
    width: 400px;
}
.foot .address .top {}
.foot .address .top .desc {
    font-size: 1.2rem;
    margin-top: 25px;
    line-height: 1.8;
    color: #000;
    font-weight: 600;
}
.foot .address .top .tel img {
    margin-right: 10px;
    width: 30px;
    height: auto;
}
.foot .menuf {
    float: right;
    width: calc(100% - 700px);
    display: flex;
    justify-content: space-between;
}
.foot .menuf .title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(153, 153, 153, .5);
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.foot .menuf .title img {
    margin-right: 10px;
}
.foot .menuf p {
    margin-top: 10px;
    background-image: url(../images/ico_jt2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    background-size: 10px auto;
}
.foot .menuf p a {
    font-size: 1.1rem;
    font-weight: bold;
}
.foot .menuf .col {
    width: calc((100% - 200px)/3);
}
.foot .wei .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.foot .wei .row img {
    width: 27px;
}
.foot .wei .row .desc {
    width: calc(100% - 40px);
    font-size: 1rem;
    line-height: 1.8;
    font-weight: bold;
}
.Copyright {
    text-align: center;
    font-size: 16px;
    border-top: 1px solid rgba(128, 113, 113, 0.5);
    margin-top: 30px;
    padding: 8px 0;
    font-weight: bold;
}
.Copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Copyright .share a {
    margin-left: 15px;
    font-weight: bold;
}
.Copyright span a,
.Copyright p {
    color: #000;
}