/*全局*/
html,body{
    min-width: 1440px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: PingFang SC;*/
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
input {
    outline: none;
}
button{
        outline: none;
}
.container {
    width: 1519px;
    margin: 0 auto;
    min-width: 1443px;
}
@media screen and (max-width:1600px) {
    body .container {
        width: 95%;
    }
    .container .nav-menu .menu > li {
        margin: 0 10px;
    }
}
.red{color:red!important;}
/*@font-face {*/
/*    font-family: PingFang SC;*/
/*    src: url("../font/pingfang.ttf");*/
/*}*/


/* 导航栏 */
nav .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-menu .logo img {
    width: 172px;
    height: 43px;
}
.nav-menu {
    height: 80px;
    background-color: #fff;
}
.nav-menu .menu ,
.nav-menu {
    display: flex;
    align-items: center;
}
.nav-menu .menu > li:hover > a {
    color: rgba(255, 102, 0, 1);
}
.nav-menu .menu > li:first-child {
    margin-left: 40px;
}
.nav-menu > .menu > li {
    margin: 0 10px;
    line-height: 80px;
}
.menu > li > a {
    font-size: 18px;
}
.menu li a {
    color: rgba(51, 51, 51, 1);
}

ul .menu-active a {
    color:rgba(255, 102, 0, 1) ;
}
.son {
    display: inline-block;
    width: 48px;
    margin-left: 8px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    font-family: PingFang SC;
    background-image: url("../image/tips.png");
    background-size: cover;
}
.sec {
    /* position: relative; */
}
.sec:hover .dy-sec ,
.dy-sec:hover {
    pointer-events: auto;
    opacity: 1;
}
/* 二级菜单 */
.dy-sec {
    position: absolute;
    top: 62px;
    /* left: -238px; */
    left: 50px;
    display: flex;
    flex-wrap: wrap;
    max-width: 567px;
    text-align: center;
    padding: 0 10px 10px;
    /* height: 74px; */
    background-image: url("../image/bg.png");
    background-size: 100% 100%;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
    z-index: 9;
    overflow: hidden;
}
.dy-sec li {
    display: inline-block;
    line-height: 34px;
}
.dy-sec li a {
    display: inline-block;
    width: 68px;
    margin: 0 5px;
    margin-top: 24px;
    text-align: center;
    line-height: 34px;
    background-color: #fff;
    border-radius: 6px;
}
.dy-sec li a:hover {
    background-color: rgba(255, 102, 0, 1);
    color: #fff !important;
}
.dy-sec li:nth-child(n+8) a {
    margin-top: 10px;
}
.sec-dsj .dy-sec {
    /* left: -219px; */
    left: 160px;
}
ul .sec-active a {
    background-color: rgba(255, 102, 0, 1);
    color: #fff;
}


.sec:hover .down {
    transform: rotate(180deg);
}
.down {
    display: inline-block;
    margin-left: 6px;
    transition: all .5s;
}
.down img {
    width: 10.42px;
    height: 6.27px;
    vertical-align: middle;
}

.nav-other .other {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}
.nav-other .other li a {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}
.nav-other .other li {
    margin: 0 46px 0 0;
}
.nav-other .other li:last-child {
    margin: 0;
}
.nav-other .other li img {
    width: 50px;
    height: 51px;
}




/* hd-main */
.hd-main {
    position: relative;
    background-image: url("../image/banner.jpg");
    height: 640px;
    padding-top: 41px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.search {
    position: relative;
    width: 855px;
    margin: 0 auto;
}
.search input[type="text"] {
    width: 855px;
    height: 58px;
    padding-left: 47px;
    font-size: 20px;
    background-color:#ffffff;
    border-radius:1000px;
    border: none;
}
.search button {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 160px;
    height: 50px;
    background-image: linear-gradient(270deg,#ff6600 0%,#ffb43c 100%);
    border-radius: 1000px;
    font-size: 20px;
    color: #fff;
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
}
.search i {
    vertical-align: sub;
    margin-right: 6.73px;
}
.search i img {
    width: 23.27px;
    height: 22.01px;
}

/* 头部底下盒子 */
.hd-box {
    position: absolute;
    top: 425px;
    left: 50%;
    transform: translateX(-50%);
}
.hd-box .container {
    position: relative;
    background-color: #fff;
    padding: 43px 50px;
    height: 272px;
    border-radius:16px;
    box-shadow:0px 20px 60px rgba(30, 50, 96, 0.07);
}
.hd-box .container::after {
    content: "";
    display: block;
    clear: both;
}
.hd-box .textExplains {
    font-size: 20px;
}
.hd-box .textExplains p {
    margin: 0 0 25px;
}
.hd-box .textExplains a {
    color: rgba(0, 118, 255, 1);
}
.hd-box .textExplains a:hover {
    text-decoration:underline;;
}
.hd-box .moreInfo {
    position: absolute;
    right: 58px;
    top: 23px;
}
.moreInfo-item {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:245px;
    height:153px;
    margin: 0 20px;
    text-align: center;
    background-color: rgba(247, 249, 250, 1);
    border-radius:16px;
}
.moreInfo-item .item-icon img {
    width: 50px;
    height: 50px;
}
.moreInfo-item p {
    margin-top: 17px;
    font-size: 20px;
}
.moreInfo-item p span {
    color: rgba(255, 102, 0, 1);
}

/* 主要内容 */
main {
    padding-top: 97px;
    background-color: #F3F4F5;
}
.dy-nav {
    font-size: 20px;
    text-align: left;
    margin-bottom: 40px;
}
.dy-nav a {
    color: rgba(255, 102, 0, 1);
    margin: 0 6.71px;
    font-size: 20px;
}
.dy-nav .currentIndex {
    font-size: 20px;
    color: #000;
}
.dy-list .tb {
    border-collapse: collapse;
    width: 100%;
    border-radius:16px 16px 0px 0px;
    overflow: hidden;
    box-shadow:0px 20px 40px rgba(30, 50, 96, 0.04);
}
.dy-list .tb thead tr {
    background-color: rgba(51, 51, 51, 1);
    color: #fff;
    font-size: 24px;
    line-height: 77px;
}
.dy-list .tb thead tr th:first-child {
    text-align: left;
    padding-left: 90px;
}
.dy-list .tb thead tr th:nth-child(n+2) {
    width: 238px;
}
.dy-list .tb tbody tr td {
    line-height: 72px;
    font-size: 20px;
    text-align: center;
}
.dy-list .tb tbody tr td a {
    color: rgba(255, 102, 0, 1);
}
.dy-list .tb tbody tr .yp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    padding-left: 90px;
}
.dy-list .tb tbody tr td a:hover {
    text-decoration: underline;
}
.dy-list .tb tbody tr .yp span {
    display: inline-block;
    /* width: 48px; */
    padding: 0 10px;
    margin-left: 8px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    background-image: linear-gradient(89.29deg,#ff6600 0%,#ffa86f 100%);
    border-radius: 6px;
}
.dy-list .tb tbody tr:nth-child(even) {
    background-color: rgba(247, 249, 250, 1);
}

/* 分页 */
.paging {
    text-align: center;
    /* width: 800px; */
    margin: 69px auto 0;
    padding-bottom: 109px;
}
.paging .pag-list {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 32px;
}
.paging .pag-list li:first-child ,
.paging .pag-list li:last-child {
    padding: 7px;
}
.paging .pag-list li {
    margin: 0 8px;
    padding: 7px 19px;
    background-color: #fff;
    color: #000;
    border-radius:8px;
    cursor: pointer;
}
.paging .pag-drap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.paging .pag-drap li {
    margin: 0 3px;
}
.pag-df a:hover{
  cursor: pointer;
   color: rgba(255, 102, 0, 1);
}

.paging .pag-drap li input {
    width: 56px;
    height: 34px;
    border-radius:8px;
    padding-left: 5px;
    outline: none;
    border: 1px solid #ccc;
}
.paging .pag-drap li:first-child {
    padding: 7px;
    border-radius: 8px;
    background-color: rgba(179, 179, 179, 1);
    color: #fff;
}
.paging a {
    color: #333;

}
.paging button {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.click-disable {
    background-color: rgba(179, 179, 179, 1) !important;
}
.click-disable a {
    color: #fff !important;
}
.paging .pag-list .pag-active {
    background-color: rgba(255, 102, 0, 1);
}
.paging .pag-list .pag-active a {
    color: #fff;
}
.page_input{
    text-align: center;
}
/* 联系方式 */
.contact {
    position: fixed;
    right: 0;
    top: 370px;
    padding: 30px 12px 0;
    background-color: #fff;
    border-radius:16px 0px 0px 16px;
    box-shadow:0px 20px 20px rgba(0, 0, 0, 0.04);
}
.contact-item {
    text-align: center;
    margin-bottom: 33px;
}
.contact-item a {
    color: #000;
}
.contact-item img {
    width:50px;
    height:50px;
}
.con-num {
    color: rgba(255, 102, 0, 1);
}
.form-control{display:block;width:100%;height:35px;padding: 0 10px;font-size:12px;line-height: 20px;border-radius:4px;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;    background-color: #F5F5F5;
    color: #999999;
    border: 1px solid #eee;}
textarea.form-control{ height: auto; padding: 10px;}
.form-control.verify{ width: 90px; text-align: center; margin-right: 10px; display: inline-block;}
input.form-control {
    outline: 0px;
    -webkit-appearance: none;
}
   
#verify_img{    border: 0;
    vertical-align: middle;
        margin-top: 5px;
}

.tips,.mac_pop_msg{
    position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#D4EDDA;padding: 0.75rem 1.25rem;border-radius: 0.25rem;color: #155724;transition:all .5s;opacity:0;text-align:center;
}

.mac_pop_msg {opacity:1;width:auto!important;}

/* 底部 */
footer {
    padding: 57px 0;
    text-align: center;
    background-color: rgba(51, 51, 51, 1);
    color: #fff;
}
footer p {
    margin: 8px 0;
}
footer p a{
    color: #fff
}
footer p a:hover{
    color: rgba(255, 102, 0, 1)
}

