/* 通用重置 */

* {
    margin: 0;
    padding: 0;
}

.clicked .a{color: #5c677d !IMPORTANT;}


p{
    margin: 0;
}


/* 通用样式 */

.dth_pos {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

.dth_wh {
    display: block;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media(max-width:1460px) {}

@media(max-width:991px) {
    body {
        padding-top: 60px;
    }
}


/* 统一的样式 */

.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;
}

.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("../image/76f1d8bb7cb9363d0d11ec9a0dc6ec36d396d039.png");
    background-size: auto 1em;
    margin-right: 3.25%;
    margin-top: 1.8em;
    position: relative;
}

.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('../image/7bbc179a7065c71dd018fec8eb18994e521381af.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: 25.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: #010101;
    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("../image/08417a1440156df215d06581e56dd7291f559e22.png");
    background-size: 33.333% auto;
    transition: 0.3s ease-in;
    cursor: pointer;
    outline: none;
}

.swiper_arrow:hover {
    background-image: url("../image/c89e2321341deda454d024174b65cf3fa78fc906.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: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 10%;
}

.technical_tab_lis li .wzs p {
    margin-top: 0.5em;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.857;
    letter-spacing: 0px;
    color: #000000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 5.571em;
    margin-bottom: 1em;
}

.technical_tab_cons {
    position: relative;
    margin-top: 5.333%;
}

.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("../image/522425d37db84f90316f779523dd29d0524cea74.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: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0.1em;
    color: #999999;
    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: #030303;
    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: 41.666%;
}

.case_left a.pr_a {
    margin: 8.5% 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: 14%;
} */
.case_left li:nth-child(1) {
    margin-top: 7.2%;
}
.case_left li:nth-child(n+2) {
    margin-top: 14%;
}
.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: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3.8%;
}

.case_left li:hover  h3 {
    color: #386bf3;
    font-weight: bold;
}

.case_left li .wz_hxt {
    display: block;
    width: 90px;
    height: 4px;
    background-color: #a6adba;
    position: relative;
    margin-top: 3.5%;
}

.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: 50%;
}

.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: 120px 0 82px;
    /* background-color: transparent; */
}

.about_cons {
    margin-top: 3.5%;
}

.ab_wz {
    max-width: 900px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
}

.abouts a.pr_a {
    margin-top: 5.333%;
}

.ab_uls {
    margin-top: 4.3%;
}

.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("../image/c469f89d9bdfb0c1474a71f031867320498efb1f.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: #666666;
    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: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #bbb;
    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("../image/d03ce8b8e8b46c3cd947ee732070889b6915dacd.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: #5c677d;
}

.layout {
    padding: 25px 0 45px;
}

.layout .dth_wh {
    justify-content: space-between;
}

.ft_left {
    flex-grow: 1;
    margin-right: 5%;
}

.ft_navs {
    align-items: flex-end;
}

.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: 4.5em;
}

.ft_navs li a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 5;
    letter-spacing: 0px;
    color: #ffffff;
}

.ft_seo {
    margin-top: 1.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: 0px;
    color: #ffffff;
}

.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;
    margin-top: 3.3%;
}

.foots {
    background-color: rgba(48, 63, 91, 0.3);
    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("../image/18dfa0ab0eaf393538b408ca5fe5955b2d867567.png") no-repeat;
}

.mob_footer li .icon-home2 {
    background: url("../image/f4013097d22a72d811f08cbbb28231f39b49b40e.png") no-repeat;
}

.mob_footer li .icon-phone {
    background: url("../image/f73f7b09d7840d1b47443175aca3aa68a9301ed7.png") no-repeat;
}

.mob_footer li .icon-contact {
    background: url("../image/cc21a717595ee9c3291a6f887b664106a779a7a4.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("../image/cb93efb0a049623c2d9c1396e87e7a9157d0aec0.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("../image/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;
    }
}









