/* 通用重置 */

* {
    margin: 0;
    padding: 0;
}

.clicked .a{color: #5c677d !IMPORTANT;}





/* 通用样式 */

.dth_pos {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

.dth_wh {
    display: block;
    width: 96%;
    max-width: 1460px;
    margin: 0 auto;
    align-items: center;
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media(max-width:1460px) {}

@media(max-width:991px) {
    body {
        padding-top: 60px;
    }
}





.x-sub-menu li{
    position: relative;
}

.x-sub-menu li .bb2{
    position: absolute;
    left: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
}
.x-sub-menu li .bb2 d2{
	display: none;
}

.x-sub-menu li:hover .bb2 d2{
	display: block;
}

.x-sub-menu li .bb2 d2 a{
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em;
    padding-left: 16%;
}
.x-sub-menu li .bb2 d2:hover a{
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em;
    padding-left: 16%;
	    background: #e9eaeb;
}


.nav_creat {
    display: block;
    position: absolute;
    top: 33px;
    left: 66%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../../../6309703b/23/06/884025ab83f26639e74c4ba89ae089fce889cd44.png");
    background-size: 100% auto;
    width: 0.625em;
    height: 0.625em;
    opacity: 0.6;
}



/* 统一的样式 */

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.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);
}


/* 插件整体修改 */

.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;
    }
}


/* 头部  */

header.dth_pos {
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: transparent;
}

header .dth_wh {
    padding-top: 30px;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 15%;
    min-width: calc(92px + 10px);
}

.logo a {
    display: block;
}

.logo img {width: 100%;}

.lang {
    margin-left: auto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 1.25em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../../../../6309703b/23/06/f8534dd2f69883bf9d2bec479094e2ee6664b9aa.png");
    background-size: auto 1em;
    margin-right: 3.25%;
    margin-top: 0;
    position: relative;
    display: none;
}

.lang span{
    display: block;
    cursor: pointer;
}

.lang ul{
    position: absolute;
    box-shadow: 0px 3px 10px 0px rgba(48, 63, 91, 0.12);
    display: block;	
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.5;
	letter-spacing: 0px;
	color: #303f5b;
	width: 8.57em;
	max-height: 12.285em;
	background-color: #ffffff;
	left: 50%;
	margin-left: -4.285em;
	top: 100%;
	padding: 1em 0;
	top: 2.4em;
	padding-right: 2px;
	display: none;
}
.scoll{
    display: block;	
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	max-height: 10.285em;
}
.lang ul ::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
	max-height: 10.285em;
}
.lang ul ::-webkit-scrollbar-button{
    /*opacity: 0;*/
}
.lang ul ::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background-color: #d0d5d3;width: 6px;
}

.lang li{
    
}
.lang li a{
  display: block;  
	color: #303f5b;
	padding: 0 0.5em 0 1.08em;
	overflow: hidden;
	text-align: left;
	text-overflow: hidden;
	white-space: nowrap;
}
.lang li.ins a{
    color: #386bf3;
    background-image: url("../../../../6309703b/23/06/7f6c76bc37fcd78782dbef2af398be710df822dd.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1em auto;
    padding-right: 1.2em;
    cursor: pointer;
}
.lang li a:hover{
    color: #386bf3;
    
}


/* banner2 */

#banners {
    position: relative;
    font-size: 0;
}

#banners li a {
    display: block;
}

#banners li a img {
    width: 100%;
    height: auto;
}

#banners .swiper-pagination {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}

#banners .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 2.5px auto;
    border: solid 2px transparent;
    position: relative;
    background-color: transparent;
    opacity: 1;
}

#banners .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
}

#banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    border: solid 2px #ffffff;
}

#banners .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    margin-left: -3px;
    margin-top: -3px;
    opacity: 1;
}

#banners .swiper-button-prev,
#banners .swiper-button-next {
    width: 50px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
}

#banners .swiper-button-prev:hover,
#banners .swiper-button-next:hover {
    background-color: #386bf3;
}

#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;
}

#banners .wzs{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    z-index: 30;
    top:32.21%;
}

#banners .wzs .dth_wh{
    position: relative;
    padding-left: 80px;
}
#banners .wzs h2{
    	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
}

#banners .wzs h3{
    	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 4.33%;
}
#banners .wzs p{
    	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color:  rgba(255, 255, 255, 0.6);
	margin-top: 0.833%;
}
#banners .wzs a{
    display: block;
    	width: 9.2857em;
	height: 2.857em;
	background-color: rgba(255,255,255,0.3);
	border-radius: 1.42857em;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.857;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
	margin-top:3.6%;
	transition: 0.3s ease-in;
}
#banners .wzs a:hover{
    color: #276FFF;
    background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(12, 31, 83, 0.16);
}

@media(max-width:1200px) {
    #banners .wzs .dth_wh{
        padding-left:6.666vw;
    }
    #banners .wzs h2{
        font-size: 3.8333vw;
    }
    #banners .wzs h3{
        font-size:2.5vw;
    }
    #banners .wzs p{
        font-size:1.6666vw;
    }
}
@media(max-width:1024px) {
    #banners .wzs a{
        font-size:13px;
    }
    
}
@media(max-width:768px) {
      #banners .wzs {
          
        padding-top: 10%;
        height: 100%;
    top: 0;
      }
    #banners .wzs .dth_wh{
        padding-left:0;
        height: 100%;
    }
    #banners .swiper-pagination {
        left: 0;
        width: 100%;
        flex-flow: row;
        top: auto;
        bottom:5%;
        transform: none;
    }
    #banners .swiper-pagination-bullet {
        margin: 0 2px;
    }
    #banners .wzs a{
        font-size:12px;
        width:8em;
        height:2.4em;
        line-height:2.4;
    }
}

@media(max-width:500px) {
    
    #banners .wzs a{
        font-size:10px;
    }
}

/* 相同标题 以第一个为准 */

.titles {
    position: relative;
    z-index: 30;
}

.titles h3 {
    display: block;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #303f5b;
    position: relative;
    padding: 0 0.5em;
}

.titles h3::before {
    content: "";
    display: block;
    width: 5em;
    height: 0.6875em;
    background-color: #e1e8fb;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.titles.titles2 {
    text-align: center;
}

.titles.titles2 h3::before {
    left: 50%;
    margin-left: -2.5em;
}

@media(max-width:1200px) {
    .titles h3 {
        font-size: 2.6666vw;
    }
}

@media(max-width:992px) {
    .titles h3 {
        font-size: 26px;
    }
}

@media(max-width:768px) {
    .titles h3 {
        font-size: 24px;
    }
}

@media(max-width:640px) {
    .titles h3 {
        font-size: 20px;
    }
}

@media(max-width:420px) {}


/* 技术领域 */

.technical {
    font-size: 0;
    padding: 88px 0;
}

.swiper_arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(48, 63, 91, 0.16);
    bottom: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 45% center;
    background-image: url("../../../../6309703b/23/06/c38112b2e7a4ea9f892ede8d22c2bdf74b0b2d17.png");
    background-size: 33.333% auto;
    transition: 0.3s ease-in;
    cursor: pointer;
    outline: none;
}

.swiper_arrow:hover {
    background-image: url("../../../../6309703b/23/06/14e0e01e41dca8206799bdf74ed9743b70cbb3b5.png");
    background-color: #EBF0FF;
}

.swiper_prev {
    right: 64px;
}

.swiper_next {
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.technical_tab_lis {
    margin-top: 8.25%;
}

.technical_tab_lis li {}

.technical_tab_lis li a {
    border-bottom: 3px solid transparent;
    position: relative;
    overflow: hidden;
}
.technical_tab_lis li a:after{
    content: "";
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.4s ;
    -webkit-transition:0.4s ;	background-color: #386bf3;
}

.technical_tab_lis li.on a:after {
    width: 100%;
}

.technical_tab_lis li .imgs {
    display: block;
    width: 39.0625%;
    margin-right: 6.25%;
}

.technical_tab_lis li .imgs img {
    max-width: 100%;
}

.technical_tab_lis li .wzs {
    width: 54.6875%;
}

.technical_tab_lis li .wzs h3 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #303f5b;
}

.technical_tab_lis li .wzs p {
    margin-top: 0.5em;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.857;
    letter-spacing: 0px;
    color: #5c677d;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 5.571em;
    margin-bottom: 2em;
}

.technical_tab_cons {
    position: relative;
    margin-top: 5.333%;
    display: none;
}

.tables {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.tables.ons {
    position: relative;
    visibility: visible;
    z-index: 20;
    opacity: 1;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
}

.tables_left {
    display: block;
    /* width: 684px; */
    width: 57%;
    float: left;
}

.tables_left h3 {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #303f5b;
}

.tables_left .ps {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #5c677d;
    margin-top: 0.7em;
}

.tables_right {
    display: block;
    /* width: 516px; */
    width: 43%;
    overflow: hidden;
    float: right;
}

.tables_right img {
    width: 100%;
}

@media(max-width:1230px) {
    .technical {
        padding: 7.1545vw 0;
    }
}

@media(max-width:1200px) {
    .swiper_arrow {
        width: 4vw;
        height: 4vw;
    }
    .swiper_prev {
        right: calc(4vw + 1.33vw);
    }
    .tables_left h3 {
        font-size: 2.6666vw;
    }
    .tables_left .ps {
        font-size: 1.666vw;
    }
}

@media(max-width:992px) {
    .technical_tab_lis li .wzs p {
        font-size: 13px;
        margin-bottom: 1.5em;
    }
    .technical_tab_lis li .wzs h3 {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .tables_left h3 {
        font-size: 20px;
    }
    .tables_left .ps {
        font-size: 12px;
    }
    .swiper_arrow {
        width: 30px;
        height: 30px;
    }
    .swiper_prev {
        right: 35px;
    }
}

@media(max-width:640px) {
    .technical_tab_cons {
        margin-top: 7%;
    }
    .tables_left {
        width: 100%;
        float: none;
    }
    .tables_right {
        float: none;
        width: 100%;
        margin-top: 5vw;
    }
    .technical_tab_lis li .wzs h3 {
        font-size: 16px;
    }
    .technical_tab_lis li .wzs p {
        font-size: 12px;
        margin-bottom: 1em;
    }
}

@media(max-width:420px) {}


/* 公司产品 */

.gscp {
    padding: 88px 0 88px;
    background-color: #f5f8f9;
}

.gscp_cons {
    margin-top: 4.5%;
    overflow: hidden;
}

.gscp_cons .swiper-container {
    padding: 10px 15px 30px;
    margin: 0 -15px;
}

.gscp_cons li {}

.gscp_cons li:hover a {
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.06);
}

.gscp_cons li a {
    display: block;
    padding: 0 5px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    transition: 0.3s ease-in;
}

.gscp_cons li .imgs {
    display: block;
    background-repeat: no-repeat;
    background-image: url("../../../../6309703b/23/06/f9fb149668db99aa03e07fa4a643e6bc5be7997e.png");
    background-position: center;
    background-size: cover;
    transition: 0.3s ease-in;
}

.gscp_cons li .imgs img {
    width: 100%;
    height: auto;
}

.gscp_cons li:hover .imgs {
    background: transparent;
}

.gscp_cons li h3 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0.1em;
    color: #5c677d;
    margin-bottom: 1em;
    transition: 0.3s ease-in;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gscp_cons li:hover h3 {
    color: #386BF3;
}

a.pr_a {
    display: block;
    margin: 2.83% auto 0;
    width: calc(8.2857em + 4px);
    border-radius: 1.5em;
    border: solid 2px #a6adba;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.7142857;
    letter-spacing: 0.1em;
    color: #303f5b;
    text-align: center;
    transition: 0.3s ease-in;
}

a.pr_a:hover {
    background-color: #386BF3;
    border-color: #386BF3;
    color: #ffffff;
}

@media(max-width:1230px) {
    .gscp {
        padding: 7.154vw 0 7.154vw;
    }
}

@media(max-width:1200px) {
    .gscp_cons li h3 {
        font-size: 1.666vw;
    }
}

@media(max-width:1024px) {
    a.pr_a {
        font-size: 13px;
    }
    .gscp_cons li h3 {
        font-size: 16px;
    }
}

@media(max-width:992px) {
    a.pr_a {
        font-size: 12px;
        margin-top: 1%;
    }
}

@media(max-width:768px) {}

@media(max-width:640px) {
    a.pr_a {
        margin-top: 0;
    }
}

@media(max-width:420px) {
    .gscp_cons li h3 {
        font-size: 14px;
    }
}


/* 合作案例 */

.cases {
    padding: 88px 0 40px;
}

.case_cons {
    margin-top: 4.333%;
    justify-content: space-between;
}

.case_left {
    width: 18%;
}

.case_left a.pr_a {
    margin: 8% 0 0;
}

.case_left ul {
    display: block;
}

.case_left li {}

.case_left li a {
    justify-content: space-between;
}

.case_left li:nth-child(n+2) {
    margin-top: 6.4%;
}

.case_left li  .times {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #dce2ee;
}
.case_left li:hover .times{
    color: #A6ADBA;
}
.case_left li h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height:6.3;
    letter-spacing: 0px;
    color: #303f5b;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3.8%;
}

.case_left li:hover  h3 {
    color: #386bf3;
}

.case_left li .wz_hxt {
    display: block;
    width: 90px;
    height: 4px;
    background-color: #a6adba;
    position: relative;
    margin-top: 3.8%;
}

.case_left li .wz_hxt::before {
    content: "";
    display: block;
    height: 100%;
    background-color: #386bf3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
    width: 33.333%;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}
.case_left li:hover .wz_hxt::before{
    width: 100%;
}
.case_right {
    width: 82%;
}

.cas_im {
}

.cas_im li {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}
.cas_im li.ons{
    visibility: visible;
    opacity: 1;
    z-index: 30;
    position: relative;
    transition: 0.3s ease-in;
    -webkit-transition:0.3s ease-in;
}
.cas_im .ons:nth-child(1){    
    visibility: visible;
    opacity: 1;
    z-index: 30;
    position: relative;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
} 



.cas_im li a {
    display: block;
}

.cas_im li a img {
    width: 100%;
    height: auto;
}

@media(max-width:1230px) {
    .cases {
        padding: 7.1545vw 0 3.25vw;
    }
}

@media(max-width:1200px) {
    .case_left li .wzs .times {
        font-size: 2.5vw;
    }
    .case_left li .wzs h3 {
        font-size: 1.5vw;
    }
}

@media(max-width:1024px) {
    .case_left li .wzs .times {
        font-size: 25px;
    }
    .case_left li .wzs h3 {
        font-size: 15px;
    }
}

@media(max-width:992px) {}

@media(max-width:768px) {
    .case_left li .wzs .wz_hxt {
        height: 3px;
        width: 60px;
    }
}

@media(max-width:640px) {
    .case_cons {
        margin-top: 7vw;
    }
    .case_left {
        width: 100%;
    }
    .case_right {
        display: none;
    }
    .case_left a.pr_a {
        margin: 8% auto 0;
    }
    .case_left li .wzs .times {
        font-size: 20px;
    }
    .case_left li .wzs h3 {
        font-size: 14px;
    }
}

@media(max-width:420px) {}


/* 关于我们 */

.abouts {
    padding: 88px 0 16px;
    background-color: transparent;
}

.about_cons {
    margin-top: 5%;
}

.ab_wz {
    
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.1em;
    color: #5c677d;
    text-align: left;
}

.abouts a.pr_a {
    margin-top: 5.333%;
}

.ab_uls {
    margin-top: 4.833%;
}

.ab_uls li {}

.ab_uls li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.ab_uls li img {
    width: 100%;
    transition: 0.5s all;
}

.ab_uls li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.ab_uls li .wzs {
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 8.57% 8.648% 0;
    opacity: 0;
    transition: 0.5s all;
}

.ab_uls li h3 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 0 0 0;
}

.ab_uls li:hover .wzs {
    opacity: 1;
}

@media(max-width:1230px) {
    .abouts {
        padding: 7.1544vw 0 8.618vw;
    }
}

@media(max-width:1200px) {
    .ab_uls li h3 {
        font-size: 2.33333vw;
    }
}

@media(max-width:1024px) {
    .ab_uls li h3 {
        font-size: 24px;
    }
}

@media(max-width:992px) {
    .abouts {
        background-color: #ffffff;
    }
}

@media(max-width:768px) {
    .ab_wz {
        font-size: 14px;
    }
    .ab_uls li .wzs {
        opacity: 1;
    }
    .ab_uls li h3 {
        font-size: 3.125vw;
    }
}

@media(max-width:640px) {
    .ab_uls li h3 {
        font-size: 20px;
    }
}

@media(max-width:420px) {
    .ab_wz {
        font-size: 12px;
    }
}


/* 新闻 */

.news {
    padding: 88px 0;
    background-color: #f5f8f9;
}

.new_cons {
    margin-top: 7.33%;
    justify-content: space-between;
}

.new_left {
    width: 50%;
}

.new_left a {
    display: block;
    position: relative;
    width: 100%;
}

.new_left .imgs::after {
    content: "";
    display: block;
    width: 100%;
    height: 37.2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../../../6309703b/23/06/24f37cf207504e6c1906e9d2aa8a7e682d7b734a.png");
    background-size: cover;
    z-index: 30;
}

.new_left .imgs {
    display: block;
}

.new_left .imgs img {
    width: 100%;
}

.new_left h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 5.333% 4.5%;
    z-index: 50;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_right {
    display: block;
    width: 46.667%;
}

.new_right ul {}

.new_right li {
    border-bottom: 1px solid #dce2ee;
    padding-bottom: 2.857%;
}

.new_right li:nth-child(n+2) {
    margin-top: 3.92857%;
    border: none;
}

.new_right li a {
    display: block;
}

.new_right li .times {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #dce2ee;
}
.new_right li:hover .times{
    color: #A6ADBA;
}
.new_right li h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #303f5b;
    margin-top: 2.857%;
}
.new_right li:hover h3{
    color: #386BF3;
}
.new_right li .wz_hxt {
    display: block;
    width: 90px;
    height: 4px;
    background-color: #a6adba;
    position: relative;
    margin-top: 2.6785%;
}

.new_right li .wz_hxt::before {
    content: "";
    display: block;
    height: 100%;
    background-color: #386bf3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
    width: 33.333%;
    transition: 0.3s ease-in;
    -webkit-transition:0.3 ease-in;
}
.new_right li:hover .wz_hxt::before{
    width: 100%;
}
.new_right li p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #5c677d;
    margin-top: 2.14%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 4em;
}

.new_right a.pr_a {
    margin: 3.846% 0 0;
}

@media(max-width:1230px) {
    .news {
        padding: 7.1545vw 0;
    }
}

@media(max-width:1200px) {
    .new_right li .wzs .times {
        font-size: 2.5vw;
    }
    .new_left h3,
    .new_right li .wzs h3 {
        font-size: 1.5vw;
    }
}

@media(max-width:1024px) {
    .new_right li .wzs .times {
        font-size: 25px;
    }
    .new_left h3,
    .new_right li .wzs h3 {
        font-size: 15px;
    }
    .new_right li p {
        font-size: 13px;
    }
}

@media(max-width:992px) {
    .new_right li p {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .new_cons {
        flex-flow: column;
    }
    .new_left {
        width: 100%;
    }
    .new_right {
        width: 100%;
        margin-top: 5vw;
    }
    .new_right li .wz_hxt {
        width: 60px;
        height: 3px;
    }
}

@media(max-width:640px) {
    .new_right li .wzs .times {
        font-size: 20px;
    }
    .new_left h3,
    .new_right li .wzs h3 {
        font-size: 14px;
    }
}

@media(max-width:420px) {}


/* 联系我们 */

.contacts {
    padding: 88px 0;
}

.contacts .titles h5 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #5c677d;
    text-align: center;
    margin-top: 4.5%;
}

.contacts_cons {
    margin-top: 5.33%;
    justify-content: center;
    /* 925 */
}

.conta_lx {
    width: 55.784%;
    max-width: 516px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.11;
    letter-spacing: 0px;
    color: #303f5b;
}

.conta_lx img {
    width: 1.33em;
    height: 1.33em;
}

.conta_lx table {}

.conta_ewm {
    border-left: 1px solid #dce2ee;
    width: 44.216%;
    max-width: 408px;
}

.conta_ewm .wz {
    margin-right: 7.36%;
    width: 39.2%;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.11;
    letter-spacing: 0px;
    color: #5c677d;
    justify-content: flex-end;
    display: inline-flex;
    align-items: center;
}

.conta_ewm .wz img {
    width: 1.333em;
    height: auto;
    margin-right: 0.888889em;
}

.conta_ewm>img {
    /* width: 218; */
    width: 53.43%;
}

.maps {
    margin-top: 5.33%;
}

#container_map{
    height: 490px;
}

@media(max-width:1230px) {
    .contacts {
        padding: 7.1545vw 0;
    }
}

@media(max-width:1200px) {
    .contacts .titles h5 {
        font-size: 1.6666vw;
    }
    .conta_lx,
    .conta_ewm .wz {
        font-size: 1.5vw;
    }
}

@media(max-width:1024px) {
    .conta_lx,
    .conta_ewm .wz {
        font-size: 16px;
    }
    .contacts .titles h5 {
        font-size: 16px;
    }
    #container_map{
        height: 400px;
    }
}

@media(max-width:992px) {}

@media(max-width:800px) {
    .conta_lx,
    .conta_ewm .wz {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .contacts_cons {
        justify-content: flex-start;
    }
    .conta_lx {
        width: 100%;
    }
    .conta_ewm {
        display: none;
    }
    #container_map{
        height: 96vw;
    }
}

@media(max-width:640px) {
    .contacts .titles h5 {
        font-size: 14px;
    }
    .conta_lx,
    .conta_ewm .wz {
        font-size: 14px;
    }
}

@media(max-width:420px) {
    .conta_lx,
    .conta_ewm .wz {
        font-size: 12px;
    }
    .contacts .titles h5 {
        font-size: 13px;
    }
}


/* 搜索帮助 */

.searchs {
    padding: 88px 0;
    background-color: #f5f8f9;
    text-align: center;
}

.searchs h2 {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.3125;
    letter-spacing: 0px;
    color: #5c677d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchs h2 img {
    margin-right: 0.5em;
    width: 0.9375em;
    height: auto;
}

#formsearchs {
    width: 100%;
    max-width: 580px;
    margin: 2.66667% auto 0;
    align-items: center;
}

#formsearchs input {
    outline: none;
    border: none;
    background: none;
}

#formsearchs input#keywords {
    width: 86.207%;
    height: 40px;
    border: solid 1px rgba(166, 173, 186, 0.3);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    padding: 0 1.071em;
}

#formsearchs input#keywords::placeholder {
    color: #a6adba;
}

#formsearchs input#s_btns {
    width: 13.793%;
    height: 40px;
    background-color: #a6adba;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../../../6309703b/23/06/7c5519775332b59fe6b5fd90e412f1b6b6dfaf7b.png");
    color: transparent;
}

.hots {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #a6adba;
    margin-top: 1.333%;
}

.hots a {
    color: #a6adba;
}

.hots a::after {
    content: "、";
}

.hots a:last-child:after {
    display: none;
}

@media(max-width:1230px) {
    .contacts {
        padding: 7.1545vw 0;
    }
}

@media(max-width:1200px) {
    .searchs {
        padding: 7.333vw;
    }
    .searchs h2 {
        font-size: 2.666vw;
    }
}

@media(max-width:1024px) {
    .searchs h2 {
        font-size: 26px;
    }
}

@media(max-width:992px) {}

@media(max-width:768px) {
    .searchs h2 {
        font-size: 3.3854vw;
    }
    #formsearchs {
        margin-top: 5vw;
    }
    #formsearchs input#keywords {
        font-size: 13px;
    }
    .hots {
        font-size: 13px;
        margin-top: 3vw;
    }
}

@media(max-width:640px) {
    .searchs h2 {
        font-size: 20px;
    }
    #formsearchs input#keywords {
        font-size: 12px;
    }
    .hots {
        font-size: 12px;
    }
}

@media(max-width:420px) {}


/* 底部 */

footer.dth_pos {
    background-color: #3b3b3b;
}

.layout {
    padding: 64px 0 44px;
}

.layout .dth_wh {
    justify-content: space-between;
}

.ft_left {
    flex-grow: 1;
    margin-right: 5%;
}

.ft_navs {
    align-items: stretch;
}

.ft_logo {
    margin-right: 3.92%;
}

.ft_logo img {}

.ft_navs ul {
    align-items: center;
}

.ft_navs li {}

.ft_navs li:nth-child(n+2) {
    /*margin-left: 2.857em;*/
}

.ft_navs li a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 34px;
}

.ft_seo {
    margin-top: 2.45%;
    font-size: 12px;
    font-weight: lighter;
    font-stretch: normal;
    line-height: 2.75;
    letter-spacing: 0px;
    color: #ffffff;
}

.ft_seo a {
    color: #ffffff;
}

.f_link {
    font-size: 12px;
    font-weight: lighter;
    font-stretch: normal;
    line-height: 2.75;
    letter-spacing: 0px;
    color: #ffffff;
}

.f_link a {
    color: #ffffff;
    margin-right: 1.75em;
    white-space: nowrap;
}

.ft_lx {
    font-size: 12px;
    font-weight: lighter;
    font-stretch: normal;
    line-height: 2.166;
    letter-spacing: 2px;
    color: #ffffff;
}
.ft_lx p{
    font-size: 14px;
}

.ft_lx a {
    color: #ffffff;
}

.ft_right {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-align: center;
    flex-shrink: 0;
}

.foots {
    background-color: #3b3b3b;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.1666;
    letter-spacing: 0px;
    color: rgb(220, 226, 238, 0.5);
    text-align: center;
    padding: 1.25em 0;
}

.foots a {
    color: rgb(220, 226, 238, 0.5);
}

@media(max-width:1230px) {
    .layout {
        padding: 5.2vw 0 3.577vw;
    }
}

@media(max-width:991px) {
    .ft_navs ul,
    .f_link {
        display: none;
    }
}

@media(max-width:768px) {
    .ft_lx {
        margin-top: 5vw;
        font-weight: normal;
    }
    .foots,
    .ft_seo {
        display: none;
        font-weight: normal;
    }
    .ft_right {
        display: none;
    }
    .layout .dth_wh {
        flex-flow: column;
    }
}

@media(max-width:640px) {}

@media(max-width:420px) {}


/* 手机底部 */

.mob_foot {
    display: none;
}

.mob_dbb {
    height: 50px;
}

.mob_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #0042d9;
}

.mob_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob_footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.mob_footer ul li:nth-child(n+2) a {
    border-left: 1px solid rgba(214, 216, 221, 1);
}

.mob_footer ul li.active {
    background: #0042d9;
}

.mob_footer ul li a {
    display: block;
    color: #fff;
    width: 100%;
}

.mob_footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-size: 100% auto;
    margin-right: 0.4em;
}

.mob_footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

.mob_footer li .icon-home {
    background: url("../../../../6309703b/23/06/710d2dfe69505ac90c44be000c8af61e6df9cb7a.png") no-repeat;
}

.mob_footer li .icon-home2 {
    background: url("../../../../6309703b/23/06/6d0646ba88e9fcc6226605210073b7ab327e4df7.png") no-repeat;
}

.mob_footer li .icon-phone {
    background: url("../../../../6309703b/23/06/304d1fd4370175f4989cf93e8174feaf1b02f68c.png") no-repeat;
}

.mob_footer li .icon-contact {
    background: url("../../../../6309703b/23/06/8b20b1ae718a96b8cc8481565ee10554e37be2b2.png") no-repeat;
}

.mob_footer li .icon-phone:before {
    font-size: 0;
}

@media(max-width:768px) {
    .mob_foot {
        display: block;
    }
}

@media(max-width:420px) {
    .mob_footer ul li span {
        font-size: 14px;
    }
    .mob_footer ul li .iconfont {
        font-size: 16px;
    }
    .mob_footer ul li a {
        height: 24px;
        line-height: 24px;
        width: 100%;
    }
}


/* 内页 */

.page-banner{
    position: relative;
}
.page-banner .wzs{
    display: block;
    position: absolute;
    left: 0;
    top: 0;	
    text-align: center;
    width: 100%;
    top: 32%;
}
.page-banner .wzs h2{
    font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}

.page-banner .wzs h3{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.8);
	margin-top: 0.6em;
}
@media(max-width:1200px){
    .page-banner .wzs h2{
        font-size:3vw;
    }
    .page-banner .wzs h3{
        font-size:1.666vw;
    }
}

@media(max-width:768px){
    .page-banner .wzs{
        top:20%;
    }
    .page-banner .wzs h2{
        font-size:22px;
    }
    .page-banner .wzs h3{
        font-size:12px;
        margin-top:0.3em;
    }
}
@media(max-width:420px){
    .page-banner .wzs{
        top:22%;
    }
    .page-banner .wzs h2{
        font-size:20px;
    }
    .page-banner .wzs h3{
        font-size:11px;
        margin-top:0.3em;
    }
}
/* 修改添加 */





/* 内页 */

.page_cbnav {
    float: left;
    width: 240px;
    margin-right: 4.16%;
    border: solid 1px #eeeeee;
    padding: 3% 0;
}

.page_cbnav h3 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #5c677d;
    padding: 0 1.2em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_cbnav ul {
    display: block;
    margin-top: 5%;
}

.page_cbnav .xypg-left-nav>li {
    border: none;
}

.page_cbnav .xypg-left-nav>li>a {
    display: block;
    padding: 0;
    padding: 1.15em 1.5em 1.15em 3.125em;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #303f5b;
    background-repeat: no-repeat;
    position: relative;
}

.page_cbnav .xypg-left-nav>li>a .clikes {
    display: block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../../../6309703b/23/06/1ac78af9b237599b92470921bb87bb065feb3ec0.png");
    position: absolute;
    left: 1.5em;
    top: 50%;
    margin-top: -5px;
}

.page_cbnav .xypg-left-nav>li:hover>a,
.page_cbnav .xypg-left-nav>li.clicked>a {
    color: #386bf3;
}


/* .page_cbnav .xypg-left-nav>li:hover>a::before, */
.page_cbnav .xypg-left-nav>li:nth-child(n+2).opens>a .clikes,
.page_cbnav .xypg-left-nav>li:nth-child(n+2).clicked>a .clikes {
    background-image: url("../../../../6309703b/23/06/7bcce95111affbc8226bf26b30773464793d0870.png");
}

.page_cbnav .xypg-left-nav>li:nth-child(n+2).clicked .xypg-left-subnav {
    display: block;
}

.page_cbnav .xypg-left-subnav {
    padding: 0;
    margin: 0;
}

.page_cbnav .xypg-left-subnav>li {
    border: none;
}

.page_cbnav .xypg-left-subnav>li>a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #303f5b;
    padding: 1.15em 1.5em 1.15em 4.0625em;
}

.page_cbnav .xypg-left-subnav>li:hover>a,
.page_cbnav .xypg-left-subnav>li.clicked>a {
    background-color: #f5f8f9;
    color: #386bf3;
}

@media(max-width:991px) {
    .page_cbnav {
        display: none;
    }
}









/* 统一的样式修改 */

.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;
}

.page_position {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: rgba(92, 103, 125, 0.8);
    margin-top: 1.875vw;
}

.page_position a {
    color: rgba(92, 103, 125, 0.8);
}

.page_position a:hover {
    color: #386BF3;
}

.page-wrap {
    margin-top: 1.66666%;
    padding-bottom: 88px;
}

@media(min-width:991px) {
    .page-wrap-left {
        display: none;
    }
}

@media(max-width:1200px) {
    .page-wrap {
        padding-bottom: 7.33vw;
    }
}

@media(max-width:1024px) {
    .page_position {
        font-size: 13px;
    }
}

@media(max-width:991px) {
    #toolbar {
        display: none;
    }
}

@media(max-width:768px) {
    .page_position {
        font-size: 12px;
    }
    .page-wrap {
        padding-top: 2vw;
    }
}


/* 内页 */

.page_cbnav {
    float: left;
    width: 240px;
    margin-right: 4.16%;
    border: solid 1px #eeeeee;
    padding: 3% 0;
}

.page_cbnav h3 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #5c677d;
    padding: 0 1.2em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_cbnav ul {
    display: block;
    margin-top: 5%;
}

.page_cbnav .xypg-left-nav>li {
    border: none;
}

.page_cbnav .xypg-left-nav>li>a {
    display: block;
    padding: 0;
    padding: 1.15em 1.5em 1.15em 3.125em;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #303f5b;
    background-repeat: no-repeat;
    position: relative;
}

.page_cbnav .xypg-left-nav>li>a .clikes {
    display: block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../../../6309703b/23/06/1ac78af9b237599b92470921bb87bb065feb3ec0.png");
    position: absolute;
    left: 1.5em;
    top: 50%;
    margin-top: -5px;
}

.page_cbnav .xypg-left-nav>li:hover>a,
.page_cbnav .xypg-left-nav>li.clicked>a {
    color: #386bf3;
}


/* .page_cbnav .xypg-left-nav>li:hover>a::before, */
.page_cbnav .xypg-left-nav>li:nth-child(n+2).opens>a .clikes,
.page_cbnav .xypg-left-nav>li:nth-child(n+2).clicked>a .clikes {
    background-image: url("../../../../../cdn.xypt.top/dc27b7b2/21/06/7662deb10d461c0ba6dde53f0a0c419d9a0e9235.png");
}

.page_cbnav .xypg-left-nav>li:nth-child(n+2).clicked .xypg-left-subnav {
    display: block;
}

.page_cbnav .xypg-left-subnav {
    padding: 0;
    margin: 0;
}

.page_cbnav .xypg-left-subnav>li {
    border: none;
}

.page_cbnav .xypg-left-subnav>li>a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #303f5b;
    padding: 1.15em 1.5em 1.15em 4.0625em;
}

.page_cbnav .xypg-left-subnav>li:hover>a,
.page_cbnav .xypg-left-subnav>li.clicked>a {
    background-color: #f5f8f9;
    color: #386bf3;
}

@media(max-width:991px) {
    .page_cbnav {
        display: none;
    }
}


/* 分页器 */

.page_nation {
    margin-top: 7.07%;
}

.page_nation .myxs {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.286;
    letter-spacing: 0px;
    color: #a6adba;
    padding: 1em 0;
}

.page_nation .page_fys {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.page_nation .page_fys div {
    margin: 10px 0;
}

.page_nation .page_fys .prevs,
.page_nation .page_fys .next {
    background-color: #ffffff;
    border: solid 1px #dce2ee;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #303f5b;
}

.page_nation .page_fys .prevs a,
.page_nation .page_fys .next a {
    width: calc(6.2857em + 2px);
    height: calc(3.2857em + 2px);
    line-height: 3.2857;
    display: block;
    color: #303f5b;
    text-align: left;
    padding-left: 2.214285em;
    background-repeat: no-repeat;
    background-position: 1em center;
    background-image: url("../../../../../cdn.xypt.top/dc27b7b2/21/06/d738c2d4bfc6e0251c74890f346e040429931133.png");
    background-size: 0.642857em auto;
}

.page_nation .page_fys .prevs a.tole,
.page_nation .page_fys .next a.tole {
    opacity: 0.3;
}

.page_nation .page_fys .prevs:hover a.tole,
.page_nation .page_fys .next:hover a.tole {
    color: #303f5b;
}

.page_nation .page_fys .next a {
    padding-left: 1em;
    background-image: url("../../../../../cdn.xypt.top/dc27b7b2/21/06/9e0dded4ff78d3a9b9004ba8d2751e5993d7c891.png");
    background-position: center right 1em;
}

.page_nation .page_fys .prevs:hover a,
.page_nation .page_fys .next:hover a {
    color: #386bf3;
}

.page_nation .page_fys .pc_pagin_mid {
    font-size: 0;
}

.page_nation .page_fys .pc_pagin_mid a,
.page_nation .page_fys .pc_pagin_mid span {
    width: calc(2.875em + 2px);
    height: calc(2.875em + 2px);
    background-color: #ffffff;
    border: solid 1px #dce2ee;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.875;
    letter-spacing: 0px;
    color: #303f5b;
    text-align: center;
    display: inline-block;
    margin: 0 0.3125em;
}

.page_nation .page_fys .pc_pagin_mid a:hover {
    background-color: #386bf3;
    color: #ffffff;
    border-color: #386bf3;
}

.page_nation .page_fys .pc_pagin_mid span {
    display: inline-block;
    background-color: #386bf3;
    color: #ffffff;
    border-color: #386bf3;
}

.mob_pagin_mid select {
    background-color: #ffffff;
    border: solid 1px #dce2ee;
    font-size: 11px;
    line-height: 28px;
    height: 30px;
    text-align: right;
    width: 6.5em;
    margin: 0 1em;
}

@media(max-width:992px) {
    .page_nation .page_fys .prevs,
    .page_nation .page_fys .next {
        font-size: 12px;
    }
    .page_nation .page_fys .pc_pagin_mid a,
    .page_nation .page_fys .pc_pagin_mid span {
        font-size: 14px;
    }
}

@media(max-width:640px) {
    .page_nation .page_fys .prevs,
    .page_nation .page_fys .next {
        font-size: 10px;
    }
    .page_nation .page_fys .prevs a,
    .page_nation .page_fys .next a {
        height: 30px;
        line-height: 28px;
    }
    .page_nation .page_fys .pc_pagin_mid a,
    .page_nation .page_fys .pc_pagin_mid span {
        font-size: 11px;
        height: 30px;
        line-height: 28px;
    }
    .pc_pagin_mid {
        display: none;
    }
}

@media(min-width:640px) {
    .mob_pagin_mid {
        display: none;
    }
}


/* 相关产品 相关新闻 */

.relate-title {
    font-size: 22px;
    border: none;
}

.relate-title span {
    padding: 0;
    border: none;
    color: #303f5b;
}

.relate-product .owl-carousel .owl-stage-outer {
    padding: 10px 15px 30px;
    margin: 0 -15px;
}

.relate-product .owl-carousel.owl-drag .owl-item {}

.relate-product .owl-carousel.owl-drag .owl-item a {
    display: block;
    padding: 0 5px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    transition: 0.3s ease-in;
}

.relate-product .relate-product-slick .owl-item .img {
    display: block;
    background-repeat: no-repeat;
    background-image: url("../../../../9a96a6bb/21/11/522425d37db84f90316f779523dd29d0524cea74.png");
    background-position: center;
    background-size: cover;
    transition: 0.3s ease-in;
}

.relate-product .relate-product-slick .owl-item .img img {
    width: 100%;
    height: auto;
}

.relate-product .relate-product-slick .owl-item:hover a {
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.06);
}

.relate-product .relate-product-slick .owl-item:hover .img {
    background: transparent;
}

.relate-product .relate-product-slick .owl-item p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0.1em;
    color: #5c677d;
    margin-bottom: 1em;
    transition: 0.3s ease-in;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.relate-product .relate-product-slick .owl-item:hover h3 {
    color: #386BF3;
}

.relate-news-list {}

.relate-news-list li {
    display: flex;
    margin-bottom: 1.666%;
    float: left;
    width: 47.333%;
}

.relate-news-list li:nth-child(2n) {
    float: right;
}

.relate-news-list li a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #5c677d;
    padding-left: 1.14285em;
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0.5em;
}

.relate-news-list li:hover a {
    color: #386bf3;
}

.relate-news-list li:hover a::before {
    background-color: #386bf3;
}

.relate-news-list li a::before {
    content: "";
    display: block;
    width: 0.5714em;
    height: 0.5714em;
    background-color: #9da3ae;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.2857em;
}

.relate-news-list li span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #303f5b;
    margin-left: 2em;
    top: 0;
    width: auto;
    position: relative;
}


/* 产品列表页 */

.xypg-product-list {
    margin: 0;
}

.xypg-product-list li {
    width: 29.83%;
    margin: 0;
    margin-right: 5.255%;
}

.xypg-product-list li:nth-child(3n) {
    margin-right: 0;
}

.xypg-product-list li:nth-child(n+4) {
    margin-top: 5.52486%;
}

.xypg-product-list li {
    padding: 0;
    border: none;
}

.xypg-product-list li:hover a {
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.06);
}

.xypg-product-list li a {
    display: block;
    padding: 0 5px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    transition: 0.3s ease-in;
}

.xypg-product-list li .imgs {
    display: block;
    background-repeat: no-repeat;
    background-image: url("../../../../9a96a6bb/21/11/522425d37db84f90316f779523dd29d0524cea74.png");
    background-position: center;
    background-size: cover;
    transition: 0.3s ease-in;
}

.xypg-product-list li .imgs img {
    width: 100%;
    height: auto;
}

.xypg-product-list li:hover .imgs {
    background: transparent;
}

.xypg-product-list li h3 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0.1em;
    color: #5c677d;
    margin-bottom: 1em;
    transition: 0.3s ease-in;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xypg-product-list li:hover h3 {
    color: #386BF3;
}

@media(max-width:1024px) {
    .xypg-product-list li h3 {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .xypg-product-list li h3 {
        font-size: 2.34375vw;
    }
    .xypg-product-list li {
        width: 48.5%;
        margin-right: 3%;
    }
    .xypg-product-list li:nth-child(3n) {
        margin-right: 3%;
    }
    .xypg-product-list li:nth-child(2n) {
        margin-right: 0;
    }
    .xypg-product-list li:nth-child(n+3) {
        margin-top: 3vw;
    }
}

@media(max-width:640px) {
    .xypg-product-list li h3 {
        font-size: 15px;
    }
}

@media(max-width:420px) {
    .xypg-product-list li h3 {
        font-size: 14px;
    }
}


/* 产品详情页 */

.page-product-detail-effect {
    width: 52.84%;
    text-align: center;
}

.page-product-detail-effect .big-img {
    border: none;
}

.page-product-detail-effect .big-img a {}

.easyzoom--overlay .easyzoom-flyout {}

.easyzoom--overlay .easyzoom-flyout img {
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.page-product-detail-effect .product-detail-slick {
    width: 100%;
    padding: 0 47px;
}

.product-detail-slick a.slick-item {
    height: auto;
}

.page-product-detail-effect .owl-carousel .owl-nav.disabled {
    display: block;
}

.page-product-detail-effect .owl-carousel .owl-nav button.owl-next,
.page-product-detail-effect .owl-carousel .owl-nav button.owl-prev {
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent !important;
}

.page-product-detail-effect .owl-carousel .owl-nav button.owl-next i,
.page-product-detail-effect .owl-carousel .owl-nav button.owl-prev i {
    display: none;
}

.page-product-detail-effect .owl-carousel .owl-nav button.owl-prev {
    background-image: url("../../../../../cdn.xypt.top/dc27b7b2/21/06/b5341c2d492c52ca55d791c545717fa5cd9e5baa.png") !important;
    left: -47px;
}

.page-product-detail-effect .owl-carousel .owl-nav button.owl-next {
    background-image: url("../../../../../cdn.xypt.top/dc27b7b2/21/06/6ac15a7ebbaa3075f0f1ebdbcf9964eb9bfe8ad9.png") !important;
    right: -47px;
}

.page-product-detail-right {
    width: 40%;
}

.page-product-detail-right>h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #303f5b;
    padding: 1.27em 0;
    border-bottom: solid 1px #dce2ee;
}

.page-product-detail-right .detail_description {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #5c677d;
    padding: 1em 0;
}

.product-detail-item {
    margin-top: 2%;
}

.product-detail-item li {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.25;
    letter-spacing: 0px;
    color: #5c677d;
}

.product-detail-item li:nth-child(2) {
    margin-top: 3.5%;
}

.page-product-inquiry a {
    font-size: 14px;
    padding: 0;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.857;
    letter-spacing: 0.1em;
    color: #303f5b;
    display: block;
    width: calc(8.42857em + 2px);
    height: calc(2.857em + 2px);
    background: none;
    border-radius: 1.5em;
    border: solid 2px #a6adba;
    text-align: center;
}

.page-product-inquiry a:hover {
    border-color: #386BF3;
    background-color: #386BF3;
    color: #ffffff;
    opacity: 1;
}

.product-detail-tab .product-detail-tabli {
    border: none;
    border-bottom: 1px solid #dce2ee;
    height: auto;
}

.product-detail-tab .product-detail-tabli li {
    width: auto;
    border: none;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #303f5b;
    padding: 0.75em 0.78em;
    margin-right: 1.33em;
    border: none;
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:active {
    color: #303f5b;
    border: none;
    outline: none;
}

.product-detail-tab .product-detail-tabli li.on::before {
    border: none;
    width: 100%;
    height: 2px;
    background: none;
    background-color: #386bf3;
    position: absolute;
    left: 0;
    top: auto;
    bottom: -1px;
    margin: 0;
}

.product-detail-tabbox {
    margin-top: 3%;
}

.product-detail-tab .product-detail-tabcon {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #5c677d;
}

.xypg-detail-tags {}

.xypg-detail-tags .tags-title {
    border: none;
    float: left;
}

.xypg-detail-tags .tags-title h3 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #303f5b;
    padding: 0;
    margin: 0;
    border: none;
}

.xypg-detail-tags .tags-title .baidu-share {
    display: none;
}

.xypg-detail-tags .tags-content {
    /* float: left; */
    padding-top: 0;
    margin-right: 0;
    font-size: 14px;
    color: #5c677d;
    line-height: 34px;
}

.xypg-detail-tags .tags-content>a {
    min-width: 100px;
    height: 34px;
    background-color: #f5f8f9;
    border-radius: 17px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #303f5b;
    text-align: center;
    padding: 0 1em;
    margin-right: 1.714em;
}

.xypg-detail-tags .tags-content>a:last-child {
    float: right;
}

.xypg-detail-url {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #5c677d;
    margin-top: 2%;
}

.xypg-detail-url a {
    color: #5c677d;
}

.xypg-detail-url a:hover {
    color: #386bf3;
}

.xypg-detail-pn {
    display: flex;
    width: 100%;
    margin-top: 2%;
    padding-bottom: 5%;
    border-bottom: 1px solid #dce2ee;
    align-items: center;
    justify-content: space-between;
}

.xypg-detail-pn>div {
    border: none;
    padding: 0;
    line-height: 30px;
    display: inline-flex;
    max-width: 48%;
}

.xypg-detail-pn>div+div {
    margin: 0;
}

.xypg-detail-pn div b {
    white-space: nowrap;
    flex-shrink: 0;
}

.xypg-detail-pn div a {
    flex-grow: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xypg-detail-pn div,
.xypg-detail-pn div b,
.xypg-detail-pn div a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #5c677d;
}

.xypg-detail-pn div span {
    display: none;
}

@media(max-width:1200px) {
    .product-detail-tab .product-detail-tabcon {
        font-size: 1.666vw;
    }
}

@media(max-width:1024px) {
    .product-detail-tab .product-detail-tabcon {
        font-size: 16px;
    }
    .xypg-detail-url {
        font-size: 13px;
    }
    .product-detail-tab .product-detail-tabli li{
        font-size:16px;
    }
}

@media(max-width:990px) {
    .page-product-detail-effect {
        width: 100%;
    }
    .page-product-detail-right {
        width: 100%;
        margin-top: 2vw;
    }
    .product-detail-item li{
        font-size:14px;
    }
}

@media(max-width:768px) {
    .product-detail-tab .product-detail-tabcon {
        font-size: 14px;
    }
    .xypg-detail-url {
        font-size: 12px;
    }
    .xypg-detail-pn {
        flex-flow: column;
        align-items: flex-start;
        margin-top: 4vw;
    }
    .xypg-detail-pn>div {
        max-width: none;
    }
    .xypg-detail-pn div,
    .xypg-detail-pn div b,
    .xypg-detail-pn div a {
        font-size: 14px;
    }
    .xypg-detail-tags .tags-content {
        font-size: 12px;
        line-height: 28px;
    }
    .xypg-detail-tags .tags-content a {
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        margin: 5px 4px;
    }
    .xypg-detail-tags .tags-content a:last-child {
        float: none;
    }.page-product-inquiry a{
        font-size:12px;
    }
}

@media(max-width:640px) {
    .product-detail-tab .product-detail-tabcon {
        font-size: 12px;
    }
    .product-detail-tab .product-detail-tabli li{
        font-size:14px;
    }
    .product-detail-item li{
        font-size:12px;
    }
    .page-product-detail-right>h2{
        font-size:16px;
    }
}

@media(max-width:420px) {
    .xypg-detail-pn div,
    .xypg-detail-pn div b,
    .xypg-detail-pn div a {
        font-size: 12px;
    }
}


/* 案例列表页 */

.page_cbnav.case {
    width: 200px;
    margin-right: 2.66%;
}

.xypg-left-nav.case {}

.page_cbnav .xypg-left-nav.case>li>a {
    padding-left: 1.5em;
}

.page_cbnav .xypg-left-nav.case>li>a::before {
    display: none;
}

.xypg-case-list {
    margin: 0;
    /* 968 */
}

.xypg-case-list li {
    margin: 0;
    padding: 0;
    width: 31%;
    margin-right: 3.5%;
}

.xypg-case-list li:nth-child(3n) {
    margin-right: 0;
}

.xypg-case-list li:nth-child(n+4) {
    margin-top: 3.4%;
}

.xypg-case-list li a {
    display: block;
    position: relative;
}

.xypg-case-list li .imgs {}

.xypg-case-list li .imgs img {
    width: 100%;
}

.xypg-case-list li .wzs {
    background-color: rgba(15, 40, 99, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
}

.xypg-case-list li:hover .wzs {
    opacity: 1;
}

.xypg-case-list li .wzs span {
    display: block;
    width: 9.2857em;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 1.4285em;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.857;
    letter-spacing: 0px;
    color: #ffffff;
}

.xypg-case-list li .wzs h3 {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.42857;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 0.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

@media(max-width:1200px) {}

@media(max-width:1024px) {
    .xypg-case-list li .wzs span,
    .xypg-case-list li .wzs h3 {
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .xypg-case-list li {
        width: 48.5%;
        margin-right: 3%;
    }
    .xypg-case-list li:nth-child(3n) {
        margin-right: 3%;
    }
    .xypg-case-list li:nth-child(2n) {
        margin-right: 0%;
    }
    .xypg-case-list li:nth-child(n+3) {
        margin-top: 3%;
    }
    .xypg-case-list li .wzs span,
    .xypg-case-list li .wzs h3 {
        font-size: 14px;
    }
}

@media(max-width:640px) {
    .xypg-case-list li .wzs span,
    .xypg-case-list li .wzs h3 {
        font-size: 13px;
    }
}


/* 案例详情页 */

.xypg-case-detail {}

.xypg-case-detail .xypg-detail-title {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #303f5b;
}

.xypg-case-detail .xypg-detail-info-bar,
.xypg-case-detail .main-img,
.xypg-case-detail .xypg-detail-con-title {
    display: none;
}

.xypg-case-detail .xypg-detail-con {
    margin-top: 4.5%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #5c677d;
}


/* 新闻列表页 */

.page_cbnav.newse {
    width: 200px;
    margin-right: 2.66%;
}

.page_cbnav.newse .xypg-left-nav>li>a {
    padding-left: 1.5em;
}

.page_cbnav.newse .xypg-left-nav>li>a::before {
    display: none;
}

.xypg-news-list {}

.xypg-news-list li {
    padding: 0;
    border: none;
    margin: 0;
    margin-bottom: 3.3%;
}

.xypg-news-list li a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4.9% 3.3%;
    border: solid 1px #eeeeee;
}

.xypg-news-list li .imgs {
    width: 240px;
    margin-right: 3.3%;
    flex-shrink: 0;
    overflow: hidden;
}

.xypg-news-list li .imgs img {
    width: 100%;
    height: auto;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
}

.xypg-news-list li:hover .imgs img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.xypg-news-list li .wzs {
    flex-grow: 1;
    overflow: hidden;
}

.xypg-news-list li .wzs h3 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.3;
    letter-spacing: 0px;
    color: #303f5b;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xypg-news-list li:hover .wzs h3 {
    color: #386bf3;
}

.xypg-news-list li .wzs .date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #5c677d;
}

.xypg-news-list li .wzs .info {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #5c677d;
    margin-top: 3.2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width:640px) {
    .xypg-news-list li a {
        flex-flow: column;
    }
    .xypg-news-list li .imgs {
        width: 100%;
    }
    .xypg-news-list li .wzs {
        width: 100%;
        flex-grow: unset;
        margin-top: 3vw;
    }
}

@media(max-width:420px) {
    .xypg-news-list li .wzs h3 {
        font-size: 16px;
    }
    .xypg-news-list li .wzs .date {
        font-size: 12px;
    }
    .xypg-news-list li .wzs .info {
        font-size: 12px;
    }
}


/* 新闻详情页 */

.xypg-news-detail .xypg-detail-title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #303f5b;
    text-align: center;
}

.xypg-news-detail .xypg-detail-con {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #5c677d;
}

.xypg-detail-info-bar {
    border: none;
    height: 48px;
    background-color: #f5f8f9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4;
    letter-spacing: 0px;
    color: rgba(48, 63, 91, 0.5);
}

.xypg-detail-info-bar span {
    color: #303f5b;
}

.xypg-detail-info-bar .detail-info-time {
    padding-left: 0;
    margin-right: 3.33%;
}

.xypg-detail-info-bar i {
    display: none;
}

.xypg-detail-info-bar .detail-info-numbers {
    display: none;
}


/* 单页面 */

.xypg-right-content .pages_wz {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.857;
    letter-spacing: 0.1em;
    color: #5c677d;
}

.xypg-right-content .pages_wz h6 {
    margin: 0;
    border-bottom: 1px solid #dce2ee;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #303f5b;
    padding: 0.8em 0;
}

.xypg-right-content .pages_wz img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

@media(max-width:768px) {
    .xypg-right-content .pages_wz h6 {
        font-size: 18px;
    }
    .xypg-right-content .pages_wz {
        font-size: 12px;
    }
}


/* 专题页 */


/* 联系我们页面 */

.page-wrap .contacts {
    padding-top: 0;
}

.page-wrap .contacts .titles h5 {
    margin-top: 0;
}


/* 留言页面 */

.xypg-right-content>h5 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #5c677d;
}

#message_form {
    width: 100%;
    max-width: 630px;
    margin: 2.666% auto 0;
}

#message_form .form_group {
    margin: 0;
    position: relative;
}

#message_form .form_group:nth-child(n+2) {
    margin-top: 2.5478%;
}

#message_form label {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #303f5b;
}

#message_form label .red-star {
    color: #ff0000;
}

#message_form input,
#message_form textarea {
    outline: none;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.714;
    height: calc(2.714em + 2px);
    letter-spacing: 0px;
    border: solid 1px #dce2ee;
    width: 100%;
    padding: 0 0.5em;
}
#message_form input:hover,
#message_form input:focus,
#message_form textarea:hover,
#message_form textarea:focus{
    border-color:  #386BF3;
}
#message_form textarea {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 11.4em;
}

#message_form input::placeholder,
#message_form textarea::placeholder {
    color: #a6adba;
}

.form_group .check {
    align-items: center;
}

#message_form input#checkcode {
    /*flex-grow: 1;*/
    margin-right: 2.53%;
    max-width: 424px;
  width: calc(100% - 206px);
}

#message_form #checkCodeImg {
    height: 40px;
    width: auto;
}

#message_form #change_code {
    white-space: nowrap;
    margin-left: 2.53%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
    text-decoration: underline;
    display: block;
}

#message_form .form_group.flex {
    justify-content: center;
    margin-top: 10.15%;
}
#message_form .form_group .btn {
    letter-spacing: 0.1em;
    width: 8.57em;
    height: 3em;
    border-radius: 1.5em;
    line-height: normal;
}

#message_form .form_group .btn:first-child {
    color: #303f5b;
    border: solid 2px #a6adba;
}

#message_form .form_group .btn:last-child {
    margin-left: 6.35%;
    background-color: #386bf3;
    color: #ffffff;
    border: none;
}
#message_form.n-default .msg-wrap{
    position: relative;
    left: 0;
    top: 0;
}
#message_form .msg-box.n-right{
    position: absolute;
    left: 100%;
    top: 30px;
    line-height: 30px;
    margin: 0;
}

#message_form .msg-wrap{
    line-height: 40px;
    
}
#message_form .n-error .n-icon{
    height: 40px;
    background-position: 0 12px;
}
.n-default .n-invalid{
    border-color: #c33!important;
}



@media (max-width: 1200px) {
    .xypg-right-content>h5 {
        font-size: 1.6666vw;
    }
}

@media (max-width: 1024px) {
    .xypg-right-content>h5 {
        font-size: 16px;
    }
    #message_form .msg-box.n-right{
        left:0;
        top:100%;
    }
    #message_form .msg-wrap{
        line-height: 20px;
    }
    #message_form .n-error .n-icon{
        height: 20px;
        background-position: 0 2px;
    }
    #message_form .form_group:nth-child(n+3){
        margin-top:20px;
    }
    #message_form.n-default .msg-wrap{
        margin-left:0;
    }
    #message_form input#checkcode {
      width: calc(100% - 180px);
    }
}

@media (max-width: 640px) {
    .xypg-right-content>h5 {
        font-size: 14px;
    }
    #message_form label,
    #message_form input,
    #message_form textarea,
    #message_form #change_code {
        font-size: 12px;
    }
    #message_form #checkCodeImg {
        height: 34.56px;
        width: auto;
    }
}

@media (max-width: 420px) {
    .xypg-right-content>h5 {
        margin-top: 5vw;
    }
    #message_form .form_group.flex{
        margin-top:25px;
    }
    #message_form input#checkcode {
      width: calc(100% - 170px);
    }
}


/* 修改添加 */