body,
html,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #444;
    background: #F3F6FA;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal
}

img {
    border: 0;
    vertical-align: middle
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

input,
textarea,
select,
button {
    font-size: 16px;
    font-family: "微软雅黑";
}

input:focus {
    outline: none;
}

html,
body {
    min-width: 1240px;
    width: 100%;
    height: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-input-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #ccc;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 580px;
    background-image: url(../images/banner.jpg);
    position: relative;
}

.banner .header {
    width: 100%;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.banner .header .logo {
    width: 130px;
}

.banner .header .logo .pic {
    width: 100%;
}

.banner .header .menu_list {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    gap: 60px;
}

.banner .header .menu_list>.item {
    padding: 3px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.banner .header .menu_list>.item>span {
    color: #fff;
    font-size: 16px;
}

.banner .header .menu_list>.item .jingxuan {
    position: absolute;
    top: -3px;
    right: -19px;
}

.banner .header .menu_list>.item.hover>span,
.banner .header .menu_list>.item:hover>span {
    font-weight: bold;
}

.banner .header .menu_list>.item.hover::after,
.banner .header .menu_list>.item:hover::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.banner .search {
    width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    bottom: 110px;
}

.banner .search .title {
    padding-left: 30px;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 55px;
}

.banner .search .title .item {
    font-size: 20px;
    color: #fff;
    height: 100%;
    position: relative;
}

.banner .search .title .item.hover::after {
    content: '';
    width: 14px;
    height: 8px;
    background-image: url(../images/sanjiao.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner .search .content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
}

.banner .search .content .input {
    width: 760px;
    height: 60px;
    border: 0;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
    padding: 5px 15px;
}

.banner .search .content .btn {
    width: 140px;
    height: 60px;
    border: 0;
    background-color: #FD9029;
    color: #fff;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.banner .search .content .cylist {
    position: absolute;
    width: 760px;
    top: 60px;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
    z-index: 99;
    max-height: 300px;
    overflow: auto;
    box-sizing: border-box;
}

.banner .search .content .cylist a {
    padding: 10px 15px;
    font-size: 16px;
    color: #444;
    display: block;
}

.tongji {
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0px 5px 5px #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin-top: -50px;
    margin-bottom: 55px;
}

.tongji>.item {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.tongji>.item .pic {
    width: 25px;
}

.tongji>.item .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.tongji>.item .info .p1 {
    color: #333;
    font-size: 30px;
}

.tongji>.item .info .p2 {
    color: #666;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.tongji::before {
    content: '';
    width: calc(100% + 8px);
    height: 108px;
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 10px;
    z-index: 0;
}

.pubtitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.pubtitle .l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pubtitle .l .p1 {
    font-size: 34px;
    color: #333;
    font-weight: bold;
}

.pubtitle .l .p2 {
    font-size: 18px;
    color: #666;
}

.pubtitle .r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 55px;
}

.pubtitle .r .item {
    font-size: 18px;
    color: #aaa;
    position: relative;
}

.pubtitle .r .item.hover {
    color: #0C50F1;
}

.pubtitle .r .item.hover::after {
    content: '';
    width: 20px;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0C50F1;
}

.tjyq {
    width: 100%;
    margin-bottom: 70px;
}

.tjyq .list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px 20px;
    flex-wrap: wrap;
    display: none;
}
.tjyq .list.hover {
    display: flex;
}

.tjyq .list>.item {
    width: calc((100% - 20px) / 2);
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #ddd;
}

.tjyq .list>.item .l {
    width: 260px;
    height: 260px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.tjyq .list>.item .r {
    width: calc(100% - 260px);
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.tjyq .list>.item .r::after {
    content: '';
    width: 54px;
    height: 54px;
    background-image: url(../images/remen.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.tjyq .list>.item .r .p1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.tjyq .list>.item .r .p1 .a1 {
    width: 100%;
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.tjyq .list>.item .r .p1 .a2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;
}

.tjyq .list>.item .r .p1 .a2 .tag {
    min-width: 62px;
    height: 22px;
    border: 1px solid #d9a31a;
    color: #d9a31a;
    font-size: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 0 5px;
}

.tjyq .list>.item .r .p2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
}

.tjyq .list>.item .r .p2 .a1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.tjyq .list>.item .r .p2 .a1 .b1 {
    font-size: 24px;
    font-weight: 500;
    color: #FC0303;
}

.tjyq .list>.item .r .p2 .a1 .b1 span {
    font-size: 12px;
}

.tjyq .list>.item .r .p2 .a1 .b2 {
    font-size: 14px;
    color: #333;
}

.tjyq .list>.item .r .p2 .a2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tjyq .list>.item .r .p2 .a2 .b1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    color: #666;
}

.tjyq .list>.item .r .p2 .a2 .b1 .send {
    width: 13px;
}

.tjyq .list>.item .r .p2 .a2 .b2 {
    width: 72px;
    height: 27px;
    border: 1px solid #F42A1D;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #F42A1D;
}

.map {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/mapbj.png);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 70px;
}

.map .l {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.map .l .p1 {
    width: 100%;
    background-color: #306EFF;
    box-sizing: border-box;
    padding: 40px 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.map .l .p1 .title {
    width: 100%;
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
}

.map .l .p1 .title::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
}

.map .l .p1 .dengji {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 40px;
    margin-bottom: 35px;
    border-bottom: 1px solid #64B0FA;
}

.map .l .p1 .dengji .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.map .l .p1 .dengji .item .a1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.map .l .p1 .dengji .item .a2 {
    font-size: 16px;
    color: #fff;
}

.map .l .p1 .dengji2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.map .l .p1 .dengji2 .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}

.map .l .p1 .dengji2 .item .a1 {
    font-size: 14px;
    color: #fff;
}

.map .l .p1 .dengji2 .item .a2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.map .l .p1 .dengji2 .item .a2 .pic {
    width: 52px;
    flex-shrink: 0;
}

.map .l .p1 .dengji2 .item .a2 .info {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.map .l .p1 .dengji2 .item .a2 .info:last-child {
    margin-right: 0;
}

.map .l .p1 .dengji2 .item .a2 .info .b1 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.map .l .p1 .dengji2 .item .a2 .info .b1 a{
    color: inherit;
}

.map .l .p1 .dengji2 .item .a2 .info .b2 {
    font-size: 14px;
    color: #fff;
}

.map .l .p2 {
    font-size: 14px;
    color: #BCD2F4;
}

.map .r {
    width: calc(100% - 350px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zdyqs {
    width: 100%;
    background-image: url(../images/zdyqsbj.png);
    background-position: center 0;
    background-size: auto 400px;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

.zdyqs .list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.zdyqs .list .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.zdyqs .list .item .p1 {
    font-size: 40px;
    color: #0e6ef7;
    font-weight: 500;
}

.zdyqs .list .item .p1 span {
    font-size: 30px;
}

.zdyqs .list .item .p2 {
    font-size: 24px;
    color: #333;
}

.formsub {
    width: 100%;
    height: 442px;
    background-image: url(../images/formbj.png);
    background-size: auto 442px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -20px;
    margin-bottom: 50px;
}

.formsub .main {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-top: 20px;
}

.formsub .p1 {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    top: 85px;
    left: 323px;
}

.formsub .p1 .a1 {
    font-size: 30px;
    color: #FBFCFD;
    font-weight: bold;
}

.formsub .p1 .a2 {
    font-size: 30px;
    color: #FBFCFD;
}

.formsub .p2 {
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.formsub .p2 .a1 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.formsub .p2 .input {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.formsub .p2 .textarea {
    width: 100%;
    height: 100px;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.formsub .p2 .btn {
    width: 100%;
    height: 45px;
    background-color: #FF9028;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    color: #fff;
    border-radius: 5px;
}

.formsub .p2 .tel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.rmzt {
    width: 100%;
    margin-bottom: 60px;
}

.rmzt .list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
    display: none;
}
.rmzt .list.hover {
    display: flex;
}
.rmzt .list>.item {
    width: calc((100% - 30px)/2);
    box-sizing: border-box;
    padding: 13px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 25px;
    position: relative;
}

.rmzt .list>.item .p1 {
    width: 175px;
    height: 175px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.rmzt .list>.item .p1 .pic {
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.rmzt .list>.item .p2 {
    width: calc(100% - 175px - 25px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    gap: 10px;
}

.rmzt .list>.item .p2 .a1 {
    width: 100%;
}

.rmzt .list>.item .p2 .a1 .b1 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 24px;
    color: #444;
    margin-bottom: 10px;
}

.rmzt .list>.item .p2 .a1 .b2 {
    width: 100%;
    font-size: 14px;
    color: #666;
}

.rmzt .list>.item .p2 .a2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
}

.rmzt .list>.item .p2 .a2>.item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.rmzt .list>.item .p2 .a2>.item .b1 {
    font-size: 24px;
    color: #FC0303;
    font-weight: bold;
}

.rmzt .list>.item .p2 .a2>.item .b2 {
    font-size: 12px;
    color: #666;
}

.rmzt .list>.item .p3 {
    width: 87px;
    height: 87px;
    position: absolute;
    top: -4px;
    right: -4px;
}

.ad {
    width: 100%;
    margin-bottom: 50px;
    display: block;
}

.ad .pic {
    width: 100%;
}

.cpzx {
    width: 100%;
    margin-bottom: 60px;
}

.cpzx .row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 27px;
}

.cpzx .row .block {
    width: calc((100% - 27px)/2);
    background-color: #fff;
    border-radius: 10px;
    padding: 27px 23px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ddd;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.cpzx .row .block .title {
    min-width: 60px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
    background-color: #FFE7CF;
    color: #d9a31a;
    font-size: 14px;
    border-radius: 5px;
}

.cpzx .row .block .list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.cpzx .row .block .list>.item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.cpzx .row .block .list>.item .p1 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}
.cpzx .row .block .list>.item:first-child .p1 {
    font-size: 24px;
}

.cpzx .row .block .list>.item .p2 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

.cpzx .row .block .list>.item .p3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cpzx .row .block .list>.item .p3 .a1 {
    font-size: 16px;
    color: #B2B2B2;
}

.banner2 {
    width: 100%;
    height: 280px;
    background-image: url(../images/banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 280px;
}

.newfooter {
    width: 100%;
    background-color: #34383b;
}

.newfooter .row1 {
    width: 100%;
    border-bottom: 1px solid #2a2e31;
    padding-top: 45px;
    padding-bottom: 30px;
}

.newfooter .row1 .main {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.newfooter .row1 .main .l {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.newfooter .row1 .main .l .p1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.newfooter .row1 .main .l .p1 .item {
    padding: 0 15px;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #ddd;
    font-size: 16px;
    color: #ddd;
}

.newfooter .row1 .main .l .p1 .item:last-child {
    border: 0;
}
.newfooter .row1 .main .l .p1 .item:first-child {
    padding-left: 0;
}

.newfooter .row1 .main .l .p2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
}

.newfooter .row1 .main .l .p2 .item {
    font-size: 14px;
    color: #888;
}

.newfooter .row1 .main .r {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
}
.newfooter .row1 .main .r .p1{
    width: 100px;
}
.newfooter .row1 .main .r .p1 .pic{
    width: 100%;
}
.newfooter .row1 .main .r .p2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 5px;
}
.newfooter .row1 .main .r .p2 .a1 {
    font-size: 16px;
    color: #aaa;
}
.newfooter .row1 .main .r .p2 .a2 {
    font-size: 26px;
    color: #2480de;
}
.newfooter .row2{
    width: 100%;
    padding: 15px 0;
}
.newfooter .row2 .main{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.newfooter .row2 .main .p1{
    font-size: 12px;
    color: #555;
}