@CHARSET "UTF-8";
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #e87518;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

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

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 插件整体样式修改 */


/* 插件整体修改 */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}

.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}


/*头部样式*/

.top1 {
    height: 37px;
    line-height: 36px;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
    color: rgba(115, 115, 115, 0.8);
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
}

.topLink a {
    color: rgba(115, 115, 115, 0.8);
}

.top2 {
    height: 120px;
}

.logo {
    float: left;
    line-height: 120px;
    max-width: 500px;
}

.top2 .tou {
    width: 700px;
    float: right;
}

.top2 .k2 {
    text-align: left;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
    padding-top: 20px;
    position: relative;
    z-index: 30;
}

.top2 .k2 span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    color: #e96020;
}

.top2 .lxff {
    position: relative;
    margin-left: 12px;
}

.top2 .lxff>span {
    display: flex;
    width: 25px;
    height: 25px;
    background-color: rgba(219, 219, 219, 0.5);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}


/*搜索和热门搜索*/

.hotSearch a {}

#formsearchs {
    width: 190px;
    height: 25px;
    border-radius: 12px;
    border: solid 1px #ededed;
    overflow: hidden;
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    background-color: #ffffff;
}

#formsearchs input {
    outline: none;
    border: none;
    background: none;
    height: 23px;
    line-height: 23px;
    float: left;
    font-size: 0;
}

#formsearchs input#keyword {
    height: 23px;
    line-height: 23px;
    padding-left: 12px;
    width: 164px;
    font-size: 12px;
    color: #666;
}

#formsearchs input#keyword::placeholder {
    color: #999999;
}

#formsearchs input#s_btn {
    width: 25px;
    height: 25px;
    margin: -1px;
    margin-left: 0;
    border-radius: 50%;
    background-color: rgba(219, 219, 219, 0.5);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.myxypt.com/7be35af6/21/04/001ef05d69f8ffc876b069b6685c8e8f22d22f23.png");
}


/* 导航 */

#menu {
    border-top: 1px solid #e5e5e5;
    padding-top: 6px;
    position: relative;
    z-index: 20;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu>span {
    display: block;
    width: 1px;
    height: 17px;
    background-color: #000000;
    opacity: 0.1;
}

.x-menu>li {
    text-align: center;
    position: relative;
    z-index: 99;
    width: 107px;
    margin: 0 6px;
}

.x-menu>li:last-child {
    background: none;
}

.x-menu>li>a {
    display: block;
    line-height: 34px;
    color: #000000;
    height: 34px;
    padding: 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-menu>li:hover>a {
    text-decoration: none;
    background-color: #00489e;
    color: #ffffff;
}

.x-menu .x-sub-menu {
    background: #00489e;
    color: #fff;
    z-index: 99;
    position: absolute;
    top: calc(100% + 17px);
    left: 0px;
    width: 100%;
    display: none;
}

.x-menu .x-sub-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: -20px;
}

.x-menu .x-sub-menu li {}

.x-menu .x-sub-menu a {
    background: #00489e;
    color: #fff;
    height: 34px;
    display: block;
    width: 100%;
    line-height: 34px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-menu .x-sub-menu a:hover {
    background: #ffffff;
    color: #00489e;
    text-decoration: none;
}


/* banner */

#banners {
    position: relative;
    width: 100%;
    clear: both;
}

#banners li a {
    display: block;
}

#banners li a img {
    width: 100%;
    height: auto;
}

#banners .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

#banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00489e;
}

#banners .swiper-button-prev,
#banners .swiper-button-next {
    width: 50px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.5);
}

#banners .swiper-button-prev:hover,
#banners .swiper-button-next:hover {
    background-color: #00489e;
}

#banners .swiper-button-prev::after,
#banners .swiper-button-next::after {
    width: 16px;
    height: 16px;
    border-color: transparent transparent #4d4d4d #4d4d4d;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

#banners .swiper-button-prev:hover::after,
#banners .swiper-button-next:hover::after {
    border-color: transparent transparent #ffffff #ffffff;
}

#banners .swiper-button-prev {
    left: 0;
}

#banners .swiper-button-next {
    right: 0;
}


/* 4特点 */

.box1 {
    padding: 82px 0 85px;
}

.ads1 {}

.ads1 li {
    width: 25%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
}

.ads1 li .img2 {
    display: none;
}

.ads1 li:hover .img2 {
    display: inline-block;
}

.ads1 li:hover .img1 {
    display: none;
}

.ads1 li h3 {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin-top: 22px;
    font-weight: bold;
}

.ads1 li p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #7b7b7b;
    margin-top: 10px;
}

.ads1 li:hover h3 {
    color: #00489e;
}

.ads1 li:hover p {
    color: #00489e;
}


/* 产品分类 大图 */

.pro_li_dt {}

.pro_li_wh {
    display: block;
    width: 1704px;
    margin: 0 auto;
}

.pro_li_dt ul {
    display: flex;
    width: 100%;
}

.pro_li_dt li {
    display: block;
    flex: 1;
    position: relative;
}

.pro_li_dt li a {
    display: block;
    position: relative;
    width: 852px;
    height: 340px;
}

.pro_li_dt li a img {
    width: 100%;
    height: auto;
}

.pro_li_dt li .wzs {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
    width: 888px;
    height: 300px;
    border: solid 1px transparent;
    padding-right: 140px;
    text-align: right;
    position: absolute;
    left: 50%;
    margin-left: -407px;
    top: 50%;
    margin-top: -150px;
}

.pro_li_dt li:hover .wzs {
    border-color: #ffffff;
}

.pro_li_dt li .wzs h3 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #00489e;
}

.pro_li_dt li .wzs h4 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.1px;
    color: #ffffff;
    display: none;
}


/* 产品中心 */

.box2 {
    padding: 108px 0 68px;
}

.pbt {
    color: #004da1;
    font-size: 30px;
    padding-left: 54px;
    background: url("//cdn.myxypt.com/7be35af6/21/04/8661e987d0689e4479226d90a4aac5f3357d6c8b.png") no-repeat left center;
}

.pbt span {
    padding-left: 10px;
    color: #000000;
}

.psort li a {
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 25px;
    border-radius: 0px 0px 10px 0px;
    height: 39px;
    line-height: 39px;
    padding: 0 23px;
}

.psort li:nth-child(n+2) {
    margin-left: 10px;
}

.psort li.cur a {
    background-color: #fb5c0b;
    color: #fff;
    border-bottom-right-radius: 5px;
}

.pro_cons {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.tab1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.tab1.curs {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
}

.plist {
    /*margin-top: 65px;*/
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.plist li {
    margin-right: 36px;
    width: 374px;
}

.plist li:nth-child(n+4) {
    margin-top: 56px;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a {
    display: block;
    width: 100%;
    background-color: #004da1;
    text-align: center;
}

.plist li .imgs {
    border: solid 1px #004da1;
    width: 374px;
    height: 370px;
}

.plist li .imgs img {
    width: 100%;
    height: 100%;
}

.plist li h3 {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    background: #004da1;
    line-height: 74px;
    padding: 0 10px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plist li:hover h3 {}


/* 产品优势 */

.box3 {
    background-repeat: no-repeat;
    background-position: center top;
    padding: 66px 0 75px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.box3::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: 26px;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1);
}

.box3 .wh {
    position: relative;
    z-index: 10;
}

.box3 .pbt {
    color: #004da1;
    position: relative;
}

.ads2 li {
    width: 1200px;
}

.ads2 li .img1 {
    margin-top: 112px;
    width: 593px;
}

.ads2 li .img2 {
    width: 66px;
    height: 66px;
    margin-top: 57px;
    background-color: #004da1;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
}

.ads2 li .yst {
    color: #004da1;
    font-size: 30px;
    text-transform: uppercase;
}

.ads2 li .img3 {
    margin-top: 23px;
    width: 391px;
    height: 185px;
    background-color: #000000;
    box-shadow: 3.8px 4.7px 8.3px 0.7px rgba(0, 0, 0, 0.18);
    border: solid 2px #004da1;
}

.ads2 li .img3 img {
    width: 387px;
    height: 181px;
    display: block;
}

.ys1 {
    color: #004da1;
    font-size: 18px;
    border-top: 1px dashed #dadada;
    border-bottom: 1px dashed #dadada;
    padding: 20px 0 0px 0;
    margin-top: 28px;
    font-weight: bold;
}

.ys1 p {
    color: #000000;
    font-size: 15px;
    margin-top: 6px;
    font-weight: normal;
}

.ybox {
    margin-left: 26px;
    /* width: 515px; */
    width: 392px;
    margin-top: 70px;
}

.picScroll-left {
    position: relative;
}

.box3 .hd ul {
    position: absolute;
    z-index: 9999;
    left: 684px;
    top: -34px;
}

.box3 .hd ul li {
    float: left;
    color: #ffffff;
    font-size: 12px;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    background-color: #999999;
}

.box3 .hd ul li.on {
    background-color: #fb5c0b;
}

.box3 .hd ul li:before {
    content: '0';
}

.box3 .hd .prev,
.box3 .hd .next {
    position: absolute;
    left: 614px;
    top: 28px;
    width: 24px;
    height: 12px;
    z-index: 999;
}

.box3 .hd .prev {
    background: url("//cdn.myxypt.com/7be35af6/21/04/9925e554954b70eee108d27e709f0de8d70e9ec6.png") no-repeat top center;
}

.box3 .hd .next {
    background: url("//cdn.myxypt.com/7be35af6/21/04/1e880e2b28dffc1b7dc8f93884571d688158ab57.png") no-repeat top center;
    top: 140px;
    /*transform: rotate(180deg);*/
}


/* 广告图 */

.ht1 {
    height: 228px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -18px;
}

.hleft {
    padding-top: 58px;
}

.htel {}

.htel p:nth-child(1) {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
}

.htel p:nth-child(2) {
    font-size: 31px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 18px;
}

.hleft a {
    text-align: center;
    margin-top: 20px;
    display: block;
    width: 136px;
    height: 38px;
    background-color: #fb5c0b;
    box-shadow: 1.4px 2.6px 21px 0px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.8);
}


/* 关于我们 */

.box4 {
    margin-top: 92px;
    background-repeat: no-repeat;
    background-position: 80% center;
    margin-bottom: 40px;
}

.box4 .wh {}

.box4 img {
    width: 1200px;
    height: 435px;
    box-shadow: 4.8px 6.4px 16px 0px rgba(0, 0, 0, 0.21);
}


/* 关于我们 */

.box5 {
    height: 665px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.aleft {
    width: 259px;
    height: 570px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 54px 0 0 24px;
    margin-top: 20px;
    background-color: #00489e;
}

.aright {
    width: 892px;
    position: relative;
    height: 570px;
    padding-top: 50px;
}

.att {
    color: #fff;
    letter-spacing: 0px;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: bold;
}

.att span {
    /* display: block;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.2;
    font-size: 14px; */
}

.at1 {
    color: #ffffff;
    font-size: 30px;
    padding-bottom: 5px;
    margin-top: 80px;
    position: relative;
}

.at1::after {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.aright .pbt {
    /* color: #004da1; */
    color: #000000;
    display: flex;
    align-items: center;
}

.aright .pbt span {
    color: #000000;
    margin-left: 7px;
    font-size: 24px;
}

.aimg2 {
    position: absolute;
    bottom: -31px;
    right: 0;
}

.at2 {
    margin-top: 60px;
}

.s1 {
    letter-spacing: -8.2px;
    color: #ffffff;
    font-family: Arial;
    font-size: 82px;
    font-weight: bold;
}

.scon {
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 25px;
}

.scon span {
    display: block;
    font-size: 30px;
}

.acon {
    height: 170px;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.8px;
    color: rgba(0, 0, 0, 0.85);
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    display: block;
}

.acon p {
    text-indent: 2em;
    text-align: justify;
}

.yabout {
    font-size: 14px;
    margin-top: 10px;
}

.amore a {
    display: block;
    width: 111px;
    height: 38px;
    border-radius: 10px;
    border: solid 2px #fb5c0b;
    line-height: 36px;
    text-align: center;
    margin-top: 15px;
    color: #fb5c0b;
    font-size: 15px;
}

.shu {
    margin-top: 148px;
    display: flex;
    width: 520px;
    justify-content: space-between;
    align-items: flex-start;
}

.shu li {
    padding-bottom: 28px;
    position: relative;
    max-width: 24%;
    width: 60px;
}

.shu li::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}

.shu li:last-child {
    margin-right: 0;
}

.sz {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
}

.sz img {
    max-height: 40px;
    max-width: 95%;
}

.sz img:nth-child(1) {
    display: block;
}

.sz img:nth-child(2) {
    display: none;
}

.shu li:hover .sz img:nth-child(1) {
    display: none;
}

.shu li:hover .sz img:nth-child(2) {
    display: block;
}

.sz::before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #004da1;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 0;
}

.shu li:hover .sz::before {
    background-color: #fb5c0b;
}

.con2 {
    letter-spacing: 1px;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 14px;
}


/* 资质荣誉 */

.box6 {
    padding: 32px 0 0;
}

.box6 .pbt {
    color: #000;
}

.sbt p {
    letter-spacing: 1px;
    color: #000000;
    opacity: 0.8;
    font-size: 16px;
    line-height: 25px;
    height: 45px;
    padding-top: 20px;
}

.picScroll-left1 {
    position: relative;
    margin-top: 59px;
}

.picScroll-left1 .bd {
    overflow: hidden;
}

.tempWrap {}

.case_list1 li {
    margin-right: 64px;
    width: 252px;
}

.case_list1 a.img {
    overflow: hidden;
    display: block;
}

.case_list1 a.img img {
    display: block;
    width: 252px;
    height: 338px;
}

.picScroll-left1 .hd {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10px;
    margin-top: 36px;
}

.picScroll-left1 .prev,
.picScroll-left1 .next {
    width: 76px;
    height: 55px;
    position: absolute;
    top: 20%;
    background-color: #fb5c0b;
    box-shadow: 3.8px 4.7px 7.4px 0.6px rgba(0, 0, 0, 0.32);
    background-image: url("//cdn.myxypt.com/7be35af6/21/04/36536ea5a9145b3f420b47ab8a2d47e5459e9b9a.png");
    background-repeat: no-repeat;
    background-position: center;
}

.picScroll-left1 .prev {
    left: -48px;
}

.picScroll-left1 .next {
    right: -48px;
    transform: rotate(180deg);
}

.picScroll-left1 .hd ul {
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picScroll-left1 .hd li {
    background-color: #666666;
    margin: 0px 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
}

.picScroll-left1 .hd li.on {
    background-color: #fb5c0b;
}


/* 新闻 */

.box7 {
    background-color: #fafafb;
    margin-top: 45px;
    padding-top: 94px;
    padding-bottom: 40px;
}

.box7 .pbt {
    padding-left: 48px;
    color: #000000;
}

.nsort li {
    margin-left: 20px;
}

.nsort li a {
    display: block;
    color: #000000;
    font-size: 16px;
    text-align: center;
    display: block;
    height: 39px;
    line-height: 39px;
    width: 120px;
    position: relative;
    border-bottom-right-radius: 10px;
}

.nsort li.on a {
    background-color: #fb5c0b;
    color: #fff;
}

.nsort li a::after {
    /* content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fb5c0b;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; */
}

.box7 .bd {
    margin: 0 -10px;
}

.img_bd .tempWrap ul {
    padding-bottom: 30px !important;
    padding-top: 20px !important;
    transform: translateX(7px);
}

.img_bd li {
    width: 390px !important;
    height: 265px;
    background-color: #ffffff;
    margin: 0 7px;
    position: relative;
    padding: 15px 23px 0 19px;
}

.img_gdtx {
    position: relative;
    margin-top: 43px;
}

.img_gdtx .tempWrap {
    width: 1226px !important;
}

.tab_gdtx .prevall,
.tab_gdtx .nextall {
    position: absolute;
    top: 50%;
    margin-top: -32.5px;
    background-color: #cccccc;
    width: 34px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_gdtx .prevall {
    left: -72px;
}

.tab_gdtx .nextall {
    right: -72px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

dt {
    font-weight: normal;
}

.ntime {
    position: absolute;
    left: 0;
    top: 0;
    width: 83px;
    height: 75px;
    background-color: #004da1;
    color: #fff;
    text-align: center;
}

.ntime dd {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 37px;
}

.ntime dt {
    height: 38px;
    background-color: #3371b4;
    font-size: 28px;
    line-height: 38px;
}

.img_bd li h3 a {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    padding-left: 84px;
}

.sumy {
    margin-top: 67px;
    padding-top: 12px;
    border-top: 1px solid #cccccc;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.xx a {
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    color: #a3a3a3;
    margin-top: 15px;
}

.img_bd li:hover {
    box-shadow: 1.4px 2.6px 18px 0px rgba(0, 0, 0, 0.25);
}

.img_bd li:hover h3 a {
    color: #004da1;
}

.img_bd li:hover .xx a {
    color: #004da1;
}


/* 友情链接 */

.box8 {
    padding: 60px 0 66px;
}

.box8 .pbt {
    padding-left: 50px;
    color: #000000;
}

.box8 .pbt span {
    margin-left: 26px;
}

.hbox {}

.hbox a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #000000;
}

.box8 .gun {
    margin-top: 36px;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.box8 .gun a {
    display: block;
    width: 256px;
    height: 35px;
    background-color: #ffffff;
    border: solid 1px #a0a0a0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    padding: 0 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 44px;
    text-align: center;
}

.box8 .gun a:nth-of-type(n+5) {
    margin-top: 16px;
}

.box8 .gun a:hover {
    background-color: #004da1;
    border-color: #a0a0a0;
    color: #ffffff;
}


/* 留言 */

.box9 {
    height: 313px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 58px;
}

.box9 .pbt {
    background-image: url("//cdn.myxypt.com/7be35af6/21/04/a9e074d381e20c35cb23a14abce27cda5b61b5ec.png");
    padding-left: 46px;
    color: #ffffff;
}

.box9 .pbt span {
    color: #ffffff;
}

.liu {
    margin-top: 37px;
}

.liu ul li {
    float: left;
}

.liu ul li input {
    outline: none;
    border: none;
    display: block;
    width: 600px;
    height: 49px;
    background: #ffffff url("//cdn.myxypt.com/7be35af6/21/04/b609d898f763cb2bc1be874a5d7aec17c38b86d5.jpg") no-repeat left center;
    padding-left: 26px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 13px;
    box-shadow: 7px 0px 7.7px 1.3px rgba(0, 0, 0, 0.07);
}

.liu ul li:first-child input,
.liu ul li:nth-child(4) input {
    background: #fff;
}

.liu ul li.ly input {
    width: 806px;
}

.liu ul li.yzm input {
    width: 122px;
    padding-left: 10px;
}

.liu ul li.tj input {
    width: 191px;
    background: #fb5c0b;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    padding-left: 10px;
}

.liu ul li input[name="checkcode"]::placeholder {
    text-decoration: underline;
}

.checkCodeImg {
    background-color: #ffffff;
    padding: 8px 0;
}


/* 底部 */

.foot1 {
    background: #1b1b1b;
    border-top: 1px solid #363636;
    line-height: 30px;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
}

.foot1 a {
    color: rgba(255, 255, 255, 0.5);
}

.foot {
    background: #1b1b1b;
    padding: 69px 0 50px 0;
}

.dewm {
    color: #ffffff;
    width: 268px;
    text-align: center;
    text-align: right;
}

.dewm img {
    margin-bottom: 12px;
}

.dewm td {
    text-indent: 36px;
}

.tlogo {
    width: 270px;
    padding-right: 10px;
}

.ft_xx {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 40px;
}

.ft_xx a {
    color: rgba(255, 255, 255, 0.6);
}

.dao {
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
    width: 656px;
    padding-left: 98px;
}

.dao li {
    float: left;
    width: 210px;
}

.dao li:nth-child(2) {
    width: 169px;
}

.dao li:nth-child(3) {
    width: 135px;
}

.dao li dd {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-bottom: 8px;
    margin-top: 5px;
}

.dao li dd::after {
    content: "";
    display: block;
    width: 62px;
    height: 1px;
    background-color: #a3a3a3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dao li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.dao li:nth-child(1) a {}

.dao li a:hover {
    transform: translateX(10px);
}


/* 内页 */


/* 修改添加 */