@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: #034daa;
    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);
}

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

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
    align-items: flex-start;
}

.flex::before,
.flex::after {
    display: none;
}


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

.slick-arrows {
    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;
    }
}


/* 头部 */

header {
    background-color: #eeeeee;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #717171;
    padding: 8px 0;
}

header a {
    color: #717171;
}

.wel {}

.top_seos {}

.topes {}

.topes .flex {
    justify-content: space-between;
    align-items: center;
}

.topes .wh {
    height: 106px;
}

.top_tels {
    display: block;
    padding-right: 69px;
    position: relative;
    text-align: right;
}

.top_tels h2 {
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
}

.top_tels h3 {
    font-family: Impact;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 0.1em;
}

.top_tels .tels {
    display: flex;
    width: 46px;
    height: 46px;
    background-color: #034daa;
    position: absolute;
    right: 0;
    top: 7px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


/* 导航 */

nav {
    border-top: 1px solid #d2d2d2;
    z-index: 30;
}

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

.x-menu>li {
    display: inline-flex;
    width: auto;
    position: relative;
    text-align: center;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.875;
    letter-spacing: 0.01875em;
    color: #000000;
}

.x-menu>li:hover>a {
    color: #034daa;
}

.x-menu>li.active>a {}

.x-sub-menu {
    display: none;
    position: absolute;
    min-width: 150%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 100%;
}

.x-sub-menu li {
    display: block;
    width: 100%;
}

.x-sub-menu li a {
    display: block;
    width: 100%;
    padding: 0.3em 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 2.4;
    color: #000000;
}

.x-sub-menu li:hover a {
    color: #034daa;
}


/* banner */

#banners {
    position: relative;
}

#banners li a {
    display: block;
}

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

#banners .swiper-pagination-bullet {
    width: 114px;
    height: 10px;
    background-color: #e5e5e5;
    margin: 0 19px;
    border-radius: 0;
    opacity: 1;
}

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

#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: #034daa;
}

#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;
}


/* 搜索 */

.sou {
    padding: 2px 0;
    margin-top: 22px;
}

.hotSearch {
    float: left;
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0px;
    color: #787878;
}

.hotSearch a {
    color: #787878;
    margin-right: 0.3em;
}

#formsearch {
    width: 256px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 17px;
    border: solid 1px #b5b5b5;
    float: right;
    margin-top: 6px;
    overflow: hidden;
}

#formsearch input {
    outline: none;
    border: none;
    background: none;
    height: 32px;
}

#formsearch #keyword {
    float: left;
    width: 204px;
    padding-left: 14px;
    padding-right: 0.5em;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333;
}

#formsearch #keyword::placeholder {
    color: #b8b8b8;
}

#formsearch #s_btn {
    background-color: #034daa;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.myxypt.com/9d362b2d/21/03/32d4c6c7d098894f210c08457d525396d5c192b3.png");
    float: right;
}


/* 相同标题 */

.titles {
    display: block;
    width: 100%;
    text-align: center;
}

.titles h1 {
    position: relative;
    border-bottom: 2px solid #e5e5e5;
    font-size: 37px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 82px;
}

.titles h1::after {
    content: "";
    display: block;
    width: 121px;
    height: 4px;
    background-color: #004aa0;
    position: absolute;
    left: 50%;
    margin-left: -60.5px;
    bottom: -3px;
}

.titles h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    line-height: 52px;
}


/* 产品中心 */

.pro_box {
    padding: 30px 0 74px;
}

.pro_cons {
    margin-top: 18px;
    justify-content: space-between;
    align-items: flex-start;
}

.pro_tit {
    display: block;
    width: 262px;
}

.pro_tit .tit_hs {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #034daa;
    text-align: center;
    justify-content: center;
    position: relative;
    white-space: nowrap;
}

.pro_tit .tit_hs h1 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.05;
    line-height: 70px;
}

.pro_tit .tit_hs h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 0;
    display: block;
    width: 100%;
}

.pro_tit ul {
    border-left: solid 1px #034daa;
    border-right: solid 1px #034daa;
    display: block;
    width: 100%;
    padding: 10px;
    height: 316px;
}

.pro_tit ul li {
    display: block;
    width: 100%;
    text-align: center;
}

.pro_tit ul li:nth-child(n+2) {
    margin-top: 9px;
}

.pro_tit ul li a {
    display: block;
    border: solid 1px #eeeeee;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3e3a39;
    padding: 0 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.pro_tit ul li:hover a,
.pro_tit ul li.on a {
    color: #034daa;
}

.pro_tel {
    display: block;
    background-color: #034daa;
    background-repeat: no-repeat;
    background-image: url("//cdn.myxypt.com/9d362b2d/21/03/290c27e2eb65b8e4bd9e8cedb782ffcba47a41fe.jpg");
    background-position: center;
    background-size: cover;
    height: 113px;
    text-align: center;
    padding-top: 17px;
}

.pro_tel h4 {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.pro_tel p {
    font-family: Arial;
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.pro_tel a {
    width: 86px;
    height: 23px;
    background-color: #ffffff;
    display: block;
    border-radius: 11.5px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #004aa0;
    margin: 0 auto;
}

.pro_nrs {
    width: 928px;
    position: relative;
}

.pro_tab {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
    width: 100%;
    visibility: hidden;
    z-index: -1;
}

.pro_tab.ons {
    opacity: 1;
    visibility: visible;
    z-index: 20;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.pro_tab ul {
    /*display: flex;*/
    /*width: 100%;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}

.pro_tab li {
    display: block;
    width: 302px;
    text-align: center;
    float: left;
    margin-right: 1%;
}
.pro_tab li:nth-child(3n){margin-right:0px;}
.pro_tab li a.img {
    display: block;
    width: 302px;
    height: 226px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

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

.pro_tab li h3 {
    display: block;
}

.pro_tab li h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 47px;
}


/* 为什么选择 */

.why_xz {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("//cdn.myxypt.com/9d362b2d/21/03/b8e2b88978e5776d8c58ea67c99de089739e0bc8.jpg");
    padding: 26px 0 65px;
}

.why_xz .titles h1 {
    color: #ffffff;
    border-color: #ffffff;
}

.why_xz .titles h1::after {
    background-color: #ffffff;
}

.why_xz .titles h2 {
    color: #ffffff;
}

.why_cons {
    background-color: rgba(255, 255, 255, 0.94);
    box-shadow: 0px 3px 7px 0px rgba(49, 50, 50, 0.35);
    border-radius: 20px;
    padding: 28px 50px 40px;
    width: 1300px;
    margin: 36px -50px 0;
    position: relative;
}

.why_cons .swiper-container {
    padding-bottom: 10px;
}

.why_cons li {
    width: 384px;
    margin-right: 24px;
}

.why_cons li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
}

.why_cons li .imgs {
    display: block;
    background-color: #e5e5e5;
    position: relative;
    z-index: 10;
}

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

.why_cons li .wzs {
    display: flex;
    width: 85.416667%;
    background-color: #ffffff;
    box-shadow: 0px 2px 5.5px 0.5px rgba(0, 0, 0, 0.21);
    position: relative;
    z-index: 20;
    margin-top: -144px;
    padding: 0 30px 20px;
    text-align: center;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
}

.why_cons li .wzs .fims {
    display: inline-flex;
    width: 90px;
    height: 90px;
    background-color: #034daa;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
    border-radius: 50%;
}

.why_cons li .wzs h3 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 2.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.2em;
}

.why_cons li .wzs>span {
    display: block;
    width: 55px;
    height: 1px;
    background-color: #1b1b1b;
}

.why_cons li .wzs p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 1.8;
    margin-top: 0.5em;
}

.why_cons .swiper-button-prev,
.why_cons .swiper-button-next {
    display: flex;
    width: 69px;
    height: 69px;
    background-color: rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.myxypt.com/9d362b2d/21/03/f90c068d17382f0048d86ca1b766836c7153afdb.png");
    opacity: 1;
}

.why_cons .swiper-button-prev::after,
.why_cons .swiper-button-next::after {
    display: none;
}

.why_cons .swiper-button-prev {
    left: -35px;
}

.why_cons .swiper-button-next {
    right: -35px;
}


/* 走进泉玥 */

.abouts {
    padding: 20px 0 35px;
}

.ab_cons {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px;
}

.ab_lim {
    display: block;
    width: 535px;
    height: 396px;
    background-color: #ededed;
}

.ab_lim img {
    width: 100%;
    height: 100%;
    position: relative;
    left: 15px;
    top: 25px;
}

.ab_rwz {
    display: block;
    width: 610px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("//cdn.myxypt.com/9d362b2d/21/03/f6466bc8362e754721905198c4ccbc7fd1e5cf9f.png");
    height: 396px;
    padding-right: 34px;
    margin-top: 22px;
}

.ab_rwz h1 {
    font-size: 43px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 1.4;
}

.ab_rwz h2 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 2;
    margin-top: 0.1em;
}

.ab_rwz .ab_wz {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 2;
    text-indent: 2em;
    margin-top: 0.3em;
    height: 224px;
    overflow: hidden;
}

.ab_rwz>a {
    width: 197px;
    height: 49px;
    background-color: #a11f24;
    border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    line-height: 49px;
    text-align: center;
    margin-top: 0.3em;
}


/* 客户案例 */

.case_box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("//cdn.myxypt.com/9d362b2d/21/03/7f86620d0677afbd44f5cfe129c34995fe4277ee.jpg");
    padding: 40px 0 74px;
}

.case_cons {
    margin-top: 27px;
}

.case_uls {
    display: block;
    width: 100%;
    overflow: hidden;
}

.case_uls li {
    margin-right: 25px;
    width: 384px;
}

.case_uls li a {
    display: block;
    width: 100%;
}

.case_uls li .imgs {
    width: 384px;
    height: 288px;
    overflow: hidden;
}

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

.case_uls li .wzs {
    display: block;
    background-color: #ffffff;
    border: solid 1.22px #eeeeee;
    padding: 10px 20px;
    width: 100%;
}

.case_uls li .wzs h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2f2725;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    border-bottom: solid 1px #e5e5e5;
}

.case_uls li .wzs h4 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #666666;
}

.case_uls li .wzs h4 span {
    display: block;
    width: 58px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.myxypt.com/9d362b2d/21/03/5a451e19470dd17ca6a45bad0d9cac5893131303.png");
}


/* 新闻资讯 */

.new_box {
    padding: 24px 0 60px;
}

.news1 {
    display: block;
    width: 100%;
}

.news1_tit {
    display: flex;
    border-bottom: 1px solid #cecece;
    margin-top: 42px;
}

.news1_tit .tits {
    display: block;
    padding-left: 36px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("//cdn.myxypt.com/9d362b2d/21/03/9e8531e07c241a975fb597ce04729ab4d76780de.png");
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #727171;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    margin-right: 5em;
}

.news1_tit .tits:nth-child(2) {
    margin-right: 0;
}

.news1_tit .tits:hover,
.news1_tit .tits.on {
    background-image: url("//cdn.myxypt.com/9d362b2d/21/03/d6ceefde857b6d1d3fcc9b96f9d9297e976a1ed0.png");
    border-color: #034daa;
    color: #034daa;
}

.news1_tit .tits:nth-child(2):hover {}

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

.news1_cons .news1_tab {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.news1_cons .news1_tab.ons {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.news1_tab .new_tjs {
    display: block;
    width: 50%;
    float: left;
}

.news1_tab .new_tjs .imgs {
    display: block;
    width: 100%;
    width: 600px;
    height: 266px;
}

.news1_tab .new_tjs .imgs img {
    width: 100%;
    height: 100%;
}

.news1_tab .new_tjs h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    color: #303030;
    margin-top: 0.6em;
}

.news1_tab .new_tjs h3 a {
    display: block;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news1_tab .new_tjs p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
    text-align: justify;
}

.news1_tab .new_zxxw {
    display: block;
    width: 525px;
    float: right;
}

.new_zxxw ul {
    display: block;
    width: 100%;
}

.new_zxxw li {
    display: flex;
    border-bottom: dotted 1px #cecece;
    padding-bottom: 20px;
    justify-content: space-between;
}

.new_zxxw li:nth-child(n+2) {
    margin-top: 38px;
}

.new_zxxw li .times {
    display: block;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #7e7e7e;
    width: 64px;
    white-space: nowrap;
}

.new_zxxw li:hover .times {
    color: #034daa;
}

.new_zxxw li .times p {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #7e7e7e;
    margin-top: 0.8em;
}

.new_zxxw li .wzs {
    display: block;
    width: 442px;
}

.new_zxxw li .wzs a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #333333;
}

.new_zxxw li:hover .wzs a {
    color: #034daa;
    font-weight: bold;
}

.new_zxxw li .wzs p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.news2 {
    display: flex;
    width: 100%;
    margin-top: 48px;
    align-items: center;
}

.news2_tits {
    display: block;
    width: 166px;
    padding-right: 64px;
    position: relative;
    padding-bottom: 45px;
}

.news2_tits h1 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #034daa;
}

.news2_tits h2 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #b4b4b4;
    line-height: 30px;
}

.news2_tits .swiper-button-next,
.news2_tits .swiper-button-prev {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//cdn.myxypt.com/9d362b2d/21/03/67f65d677a13b1abbbe6ab86c92f939563c57e72.png");
    width: 51px;
    height: 23px;
    top: auto;
    bottom: 0;
}

.news2_tits .swiper-button-next::after,
.news2_tits .swiper-button-prev::after {
    display: none;
}

.news2_tits .swiper-button-prev {
    background-color: #034daa;
    left: 0;
}

.news2_tits .swiper-button-next {
    background-color: #6d6d6d;
    left: 51px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.news2_cons {
    display: block;
    width: 1034px;
}

.news2_cons li {}

.news2_cons li a {}

.news2_cons li h3 {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #303030;
}

.news2_cons li p {
    padding-left: 44px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 1em;
    padding-top: 0.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.news2_cons li h3{
    display: block;
     padding-left: 44px;
    position: relative;
    
}

.news2_cons li h3::before,
.news2_cons li p::before {
    content: "问";
    display: block;
    width: 22px;
    height: 22px;
    background-color: #034daa;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
    border-radius: 50%;
}

.news2_cons li h3::after,
.news2_cons li p::after {
    content: "：";
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #303030;
    position: absolute;
    left: 30px;
    top: 0;
}

.news2_cons li p::before {
    content: "答";
    background-color: #5c5c5c;
}


/* 友情链接 */

.f_link {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding: 0 0.6em;
}

.f_link a {
    font-size: 12px;
    color: #333333;
    margin-left: 1em;
}


/* 底部 */

footer {
    background-color: #2b323a;
}


/* 底部导航 */

.ft_navs {}

.ft_navs .wh {
    border-bottom: 2px solid #252e35;
    padding: 55px 0 24px;
    justify-content: space-between;
    align-items: center;
}

.ft_navs .kjdh {
    display: block;
    width: 124px;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0.1em;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("//cdn.myxypt.com/9d362b2d/21/03/23053fa7e3ea47551b54469a7fe7be64b3a8b3cf.png");
    white-space: nowrap;
}

.ft_navs .kjdh span {
    display: block;
    position: absolute;
    left: 0;
    top: -1em;
    color: #545b63;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1;
}

.ft_navs .nas {
    width: 830px;
}

.ft_navs .nas ul {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.ft_navs .nas li {}

.ft_navs .nas li a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -0.6px;
    color: #ffffff;
}

.ft_navs .nas li:hover a {
    color: #034daa;
}

.ft_cons {
    border-bottom: 2px solid #252e35;
}

.ft_cons .wh {
    border-top: 2px solid #3a434a;
    padding: 40px 0 36px;
}


/* 底部信息 */

.ft_mes {
    display: block;
    float: left;
    width: 456px;
    padding-right: 113px;
}

.ft_mes h3 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
}

#x-form {
    display: inline-block;
    width: 100%;
    margin-top: 24px;
}

#x-form input,
#x-form textarea {
    outline: none;
    border: none;
    background: none;
    resize: none;
    padding: 0 13px;
    line-height: 36px;
    font-size: 14px;
}

#x-form input::placeholder,
#x-form textarea::placeholder {
    color: #898989;
}

#x-form input[name="name"] {
    display: block;
    width: 162px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 5px;
    float: left;
}

#x-form input[name="contact"] {
    width: 162px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 5px;
    float: right;
}

#x-form textarea[name="content"] {
    width: 343px;
    height: 112px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 12px 0 21px;
}

#x-form input#checkcode {
    display: block;
    width: 70px;
    height: 43px;
    float: left;
    background-color: #ffffff;
}

#x-form input[name="btn"] {
    width: 139px;
    height: 43px;
    background-color: #034daa;
    border-radius: 5px;
    float: right;
    color: #ffffff;
}

.ft_ewm {
    display: block;
    float: right;
    width: 298px;
    text-align: center;
    padding-left: 150px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #cccccc;
}

.ft_ewm img {
    width: 100%;
}


/* 底部信息 */

.ft_lxs {
    background-image: url("//cdn.myxypt.com/9d362b2d/21/03/30c586f51c1c6f2e5a9aa72cc60758fd7da04333.png"), url("//cdn.myxypt.com/9d362b2d/21/03/30c586f51c1c6f2e5a9aa72cc60758fd7da04333.png");
    background-repeat: no-repeat;
    background-position: left top, right top;
    display: block;
    width: 446px;
    float: left;
    min-height: 200px;
    padding-left: 88px;
    padding-right: 10px;
}

.ft_lxs p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #cccccc;
}

.ft_lxs p:nth-child(n+2) {
    margin-top: 0.5em;
}

.ft_lxs p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 0.5em;
}

.ft_lxs a {
    color: #cccccc;
}

.ft_lxs a:hover {
    color: #034daa;
}


/* 底部优化 */

.foots {
    border-top: 2px solid #3a434a;
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

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

.foots a:hover {
    color: #034daa;
}


/* 内页 */

.container {
    width: 1230px !important;
}


/* 修改 添加 */
