/*product*/
.ny_protit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    color: #fff;
    margin: 0 auto 20px;
    background: #00b2e3;
    padding: 0 20px;
}

.protit_fl {
    width: 30%;
    float: left;
}

.protit_fl span {
    font-family: fantasy;
    margin-right: 10px;
}

.protit_fr {
    width: 70%;
    font-size: 16px;
    float: right;
    text-align: right;
}

.protit_fr a {
    color: #fff;
}

.pro_content {
    display: flex;
    flex-wrap: wrap;
}

.pro_item {
    width: 50%;
    background-color: #f0f0f4;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}

.pro_item .pro-img a {
    display: block;
    position: relative;
    overflow: hidden;
}

.pro_item .pro-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.pro-center>div:nth-child(2n) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.pro_item .pro-center-img {
    float: right;
    width: 64.8%;
}

.pro_item .pro-url {
    float: left;
    width: 35.2%;
}

.pro_item .pro-url h4 {
    font-size: 24px;
    color: #212121;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.pro_item .pro-url a {
    display: block;
    padding-left: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

.pro_item .pro-url a:hover {
    color: #ff9900;
}
.pro_item .pro-url p{
    margin: 30px;
    font-size:16px;
    max-height: 170px;
    overflow: hidden;
}

.pro_item .pro-url a.pro-url_more {
    background-color: #00b2e3;
    color: #ffffff;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    width: 35.2%;
    transition: all 0.3s ease;
}

.pro_item .pro-url a.pro-url_more i {
    background-image: url(../images/more-ico.png);
    width: 20px;
    height: 12px;
    display: inline-block;
    margin-left: 15px;
    background-size: 100%;
    vertical-align: middle;

}

.pro_item .pro_item:hover a.pro-url_more {
    width: 37.2%;
    margin-left: -2%;
    z-index: 999999;
}

@media screen and (max-width: 767px) {
    .pro {
        margin: 30px auto;
    }

    .lazy {
        padding: 0;
    }
}

.pchar_more {
    width: 270px;
    height: 63px;
    border-radius: 40px;
    text-align: center;
    line-height: 63px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    border: 1px #00b2e3 solid;
}

.pchar_more a {
    font-size: 18px;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.pchar_more {
    position: relative;
    color: #fff;
    background: #00b2e3;
    border: 1px solid #eee;
}

.pchar_more:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    background: inherit;
    z-index: -1;
    opacity: 0.5;
    -webkit-transform: scale3d(.6, .4, 1);
    transform: scale3d(.6, .4, 1);
    display: none\9;
    border-radius: 40px;
}

.pchar_more:hover {}

.pchar_more:hover a {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.pchar_more:hover:before {
    -webkit-animation: anim-moema-2 .3s .3s forwards;
    animation: anim-moema-2 .3s .3s forwards;
}

.ny_prototal {
    width: 100%;
    overflow: hidden;
}

.ny_prolist {
    width: 48%;
    margin: 0 1% 2% 1%;
    float: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    transition: 0.5s;
}

.related_prolist {
    width: 23%;
    margin: 0 1% 2% 1%;
    float: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    transition: 0.5s;
}

.ny_prolist:hover {
    background: #00b2e3;
    transition: 0.5s;
}

.related_prolist:hover {
    background: #00b2e3;
    transition: 0.5s;
}

.ny_propic {
    position: relative;
    overflow: hidden;
}

.ny_propic a {
    display: block;
}

.ny_propic a img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.ny_prolist:hover a img {
    transform: scale(1.1);
    transition: 0.5s;
}

.ny_protil {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 6% 6% 0 6%;
    box-sizing: border-box;
}

.related_protil {
    width: 100%;
    position: relative;
    overflow: hidden;
	text-align: center;
    padding: 6%;
    box-sizing: border-box;
}

.ny_protil a {
    font-size: 16px;
    position: relative;
    z-index: 2;
    display: block;
    line-height: 100%;
}

.ny_prolist:hover .ny_protil a {
    color: #fff;
}

.related_prolist:hover .related_protil a {
    color: #fff;
}

.ny_protil span {
    font-size: 14px;
    color: #9a9a9a;
    display: block;
    margin-top: 4%;
}

.ny_prolist:hover span {
    color: #fff;
}

.ny_promore {
    padding: 6% 6% 3% 6%;
}

.ny_promore a {
    display: block;
    border-top: 1px solid #e5e5e5;
    color: #9a9a9a;
    background: url(//cdn.dg.114my.cn/img/2020/20200604115040_808633491.png) no-repeat right center;
    line-height: 400%;
    position: relative;
    transition: 0.5s;
}

.ny_prolist:hover .ny_promore a {
    color: #fff;
    border-top: 1px solid #00b2e3;
    background: url(//cdn.dg.114my.cn/img/2020/20200607161033_298433894.png) no-repeat right center;
    transition: 0.5s;
}

.ny_promore a:before {
    content: '';
    width: 0;
    height: 1px;
    background: #daeecf;
    position: absolute;
    top: -1px;
    left: 0;
    transition: 0.5s;
}

.ny_prolist:hover .ny_promore a:before {
    width: 100%;
    transition: 0.5s;
}

.cp-main {
	width: 1400px;
	margin: 20px auto;
}

.product_summary{
	padding:35px 0;
}
.pro-detail .pro-fl{
	width: 50%;
	float: left;
	position: relative;
}

.cpcc-ts-01-left-jt {
    width: 12px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 33;
}

.cpcc-ts-01-left-prev {
    left: 10px;
}

.cpcc-ts-01-left-next {
    right: 10px;
}

.pro-detail .pro-fr{
	width: 50%;
	float: right;
	padding-left: 50px;
}
.product_summary .pro-detail .imgbox{
	border: 1px solid #f2f2f2;
}
.product_title h1{line-height:1;font-size:32px;}
.product_application{margin-top:60px;}
.product_application p{margin:80px 0;font-size:16px;line-height:1.8;}
.product_application p span{	color: #00b2e3;font-size:18px;font-weight:500;line-height:1.666667;vertical-align: middle;}
.product_application p.product_application_wuliao span{color:#212121;font-size:20px;line-height:1.8;vertical-align: unset;}
.product_seek{position:relative;display:table;margin-top:22px;}
.product_seek .dd{position:absolute;top:0;left:0;width:100%;height: 100%;}
.seek-price{text-align: center;position:relative;float: left;width:54%;height: 100%; }
.seek-price a{display:block;height:100%;}
.seek-image{position:relative;float: right;width:46%;height: 100%;}
.seek-image .img{padding: 15px;position: absolute;bottom: 0;left: -1px;right: 0;background: #fff;opacity: 0;transition: all ease 0.5s;-webkit-box-shadow: 0px -2px 8px rgba(102,102,102,0.35);box-shadow: 0px -2px 8px rgba(102,102,102,0.35);}
.seek-image .img img{width:100%;}
.seek-image .img span{font-size:16px;line-height:1.4;color:#333333;margin-bottom:10px;display:block;text-align:center;}
.seek-image:hover .img{bottom:0;opacity: 1;}

.product_zixun{float:left;margin-right:1px;}

.product_feature{ margin-top:20px;}
.product_feature p{font-size:20px;line-height:1.5;}
.product_feature span{display:inline-block;border-radius: 12px;border: solid 1px #00b2e3;margin-right:6px;color: #00b2e3;padding:2px 10px 4px;line-height:1;	margin-top:16px;font-size:16px;transition:all ease 0.15s;}
.product_feature span:hover{background-color:#00b2e3;color:#ffffff;}
.product_summary .product_smalltext{border-top:1px solid #d5d5d5;margin-top:50px;padding-top:20px;padding-bottom:20px;}
.product_summary .product_smalltext p{font-size: 16px;line-height:1.875;}

.product_series{height:80px;background-color:#eaf6fd;}
.pro_nav {
	width: 25%;
	float: left;
}
#product_nav {margin:0}
#product_nav li{padding:0;}
#product_nav li a{font-size:24px;color:#333333;line-height:80px;display: block;text-align: center;}
#product_nav li.active.nav_cta a{  color:#ffffff;background-color: #0071ce;}
#product_nav li:hover a{background-color:#ffffff;}
#product_nav li.nav_cta:hover a{background-color: #0071ce;}

.product_detail {width: 1400px; margin: 40px auto;}
.product_perform_title{text-align:center;margin-top:60px;}
.product_perform_title h2{font-size:32px;line-height:1;color:#212121;margin-top:0;margin-bottom:0;font-weight:500;}
.product_perform_detail{margin-top:60px;}
.product_perform_detail h3,.product_work_principle h3{color: #0db3c3;font-size:28px;font-weight:500;margin-bottom:26px;margin-top:0;}
.product_perform_detail_text{border-left:1px solid #3b8ede;padding-left:30px;padding-top:1px;padding-bottom:1px;margin-left: 14px;}
.product_perform_detail_text .item{margin-top:20px;}
.product_perform_detail_text .item h4{position:relative;display:table;font-size:20px;padding:8px 12px;font-weight:normal;cursor:pointer;transition:all ease 0.3s}
.product_perform_detail_text .item h4:before{position:absolute;left:-42px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;content:"";background-image:url(../images/pro-ico_right.png);width:24px;height:24px;background-size:100% 100%;}
.product_perform_detail_text .item p{font-size:16px;line-height:1.875;display:none;}
.product_perform_detail_text .item.active h4,.product_perform_detail_text .item:hover h4{color:#ffffff;background-color: #2b7de1;}
.product_perform_detail_text .item.active h4:before,.product_perform_detail_text .item:hover h4:before{background-image:url(../images/pro-ico_down.png);}
.product_perform_detail_text .item.active p{display:block;}
.product_perform_detail img{float:right;box-shadow: 32px -20px 0px #c3d6ee;margin-right:32px;margin-top:20px;}

.product_work_principle{margin-top:50px;}
.product_work_principle p,.product_work_principle p span{font-size:16px;line-height:1.875;letter-spacing: 0.5px;}
.product_work_principle p span span{margin-left:10px;}

.product_image{margin-top:90px;}
.product_image_title{text-align:center;}
.product_image_title h2{font-size:32px;line-height:1;color:#212121;margin-top:0;margin-bottom:0;font-weight:500;}
.product_image .product_image_list{margin-top:60px;}
.product_image .product_image_list .pro_img_mt{margin-top:23px;}

.product_parameter{margin-top:90px;}
.product_parameter_title{text-align:center;}
.product_parameter_title h2{font-size:32px;line-height:1;color:#212121;margin-top:0;margin-bottom:0;font-weight:500;}
.product_parameter .product_parameter_detail{margin-top:60px;}
.product_parameter .product_parameter_detail .note p{font-size:16px;line-height:1.875;}

.product_project-case{margin-top:90px;}
.product_project-case .product_case_title{text-align:center;}
.product_project-case .product_case_title h2{font-size:32px;line-height:1;color:#212121;margin-top:0;margin-bottom:0;font-weight:500;}
.product_project-case .product_case_body {margin-top: 60px;}
.product_project-case .product_case_body .product_case_body_content{width:100%;align-items: center;display: flex;flex-wrap: nowrap;overflow: hidden;position: relative;}
.product_project-case .product_case_body .product_case_body_content h4{color:#212121;font-size:18px;line-height:1.5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition:all ease 0.15s;}
.product_project-case .product_case_body  a:hover h4{color:#2b7de1;}
.product_project-case .product_case_body  a:hover  .hvr-overline-from-left:before{ right: 0;}

.product_maintenance{margin-top:90px;}
.product_maintenance .product_maintenance_title{text-align:center;}
.product_maintenance .product_maintenance_title h2{font-size:32px;line-height:1;color:#212121;margin-top:0;margin-bottom:0;font-weight:500;}
.product_maintenance .product_maintenance_detail {margin-top: 60px;}
.maintenance-content h3{  margin-top:0px;	font-size:20px;font-weight:500;color:#212121;}
.maintenance-content p{font-size:16px;line-height:1.875;}
.maintenance-line{height:1px; width:100%;border-bottom:1px solid #e4e4e4;margin: 20px 0px 25px 0;}
.product_maintenance_detail .more_detail{margin-top:22px;}
.product_maintenance_detail .more_detail a{border: solid 1px #2b7de1;padding:15px 24px;display:table;color: #0082cc;line-height:1;font-size:16px;transition:all ease 0.15s;}
.product_maintenance_detail .more_detail a:hover{background-color:#0082cc;color:#ffffff;}

.product_multiple{margin-top:90px;}
.product_multiple .row{margin-top:60px;}
.product_multiple .row > div{margin-top:30px;}
.product_multiple .multiple_content h3{font-size:20px;font-weight:500;}
.product_multiple .multiple_content p{font-size:16px;line-height:1.875;}
.product_multiple .more_detail{margin-top:10px;}
.product_multiple .more_detail a{font-size:16px;margin-bottom:0px;color:#ff9900;}

.product_use-care{margin-top:90px;padding-bottom:60px;}
.product_cut-off {
	border-top: 10px solid #00b2e3;
}
.product_use-care .product_use-care_title{text-align:center;margin-top:60px;}
.product_use-care .product_use-care_title h2{font-size:32px;line-height:1;color:#212121;margin-top:0;margin-bottom:0;font-weight:500;}
.product_use-care .product_use-care_detail{margin-top:60px;}
.product_use-care .product_use-care_detail span{font-size:16px;display:block;text-align:center;margin-top:10px;}
.product_use-care .product_use-care_detail a:hover span{color:#ff9900;}

.product_contact{margin-top:100px;margin-bottom:90px;}
.product_contact .product_contact_detail .row{display: flex;}
.product_contact .product_contact_detail .product_contact_form .product_contact_form_title h3{font-size:28px;color:#212121;text-align:center;font-weight: normal;margin-top:35px;margin-bottom:30px;}
.product_contact .product_contact_detail .product_contact_visible{display: block;background-image:url(../images/pro-form_bg.jpg);	width:100%;	height:100%;background-position: top;background-repeat: no-repeat;background-size: 100% auto;}
.product_contact .product_contact_detail .product_contact_visible a{display:block;height:100%;}

.cpcc-ts-01 {
    position: relative;
    padding: 12px 0 16px;
    background: #fff;
}

.cpcc-ts-01-left {
    position: relative;
    width: 50%;
    float: left;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}

.cpcc-ts-01-left-jt {
    width: 12px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 33;
}

.cpcc-ts-01-left-prev {
    left: 10px;
}

.cpcc-ts-01-left-next {
    right: 10px;
}

.cpcc-ts-01-left-size {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 26px;
    font-size: 14px;
    line-height: 16px;
    color: #787878;
    letter-spacing: 3px;
}

.cpcc-ts-01-left-size em {
    font-style: normal;
}

.cpcc-ts-01-left-pic {
    width: 100%;
    position: relative;
    text-align: center;
}

.cpcc-ts-01-left-pic li {
    width: 100%;
    float: left;
}

.cpcc-ts-01-left-pic img {
    width: 698px;
	height: 570px;
    margin: 0 auto;
    display: block;
}

.cpcc-ts-01-right {
    width: 43%;
    float: right;
}

.cpcc-ts-01-right-tit {
    height: 48px;
    font-size: 24px;
    font-weight: normal;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpcc-ts-01-right-con {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 24px;
    max-height: 320px;
    overflow: hidden;
}

.cpcc-ts-01-right-con li {
    width: 50%;
    margin: 0 10px;
    flex-grow: 1;
}

.p14-prodcontent-1 {

    padding: 18px 0 42px;
    margin-bottom: 22px;
}

.p14-prodcontent-1-tit {
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px;
}

.p14-prodcontent-1-tit span {
    display: inline-block;
    height: 40px;
    color: #464646;
    border-bottom: 2px solid #00b2e3;
    padding-left: 34px;
    background: url(https://cdn.haerkn.com/template/default/images/p14-icon11.png) no-repeat 2px center;
}

.p14-prodcontent-1-tit em {
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
    font-style: normal;
    color: #c2c2c1;
}


.product-3-tit {
    height: 46px;
    line-height: 46px;
    font-weight: normal;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 30px;
    padding-top: 26px;
}

.product-3-tit b {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    color: #464646;
    padding-left: 30px;
    border-bottom: 2px solid #00b2e3;
    background: url(https://cdn.haerkn.com/template/default/images/p14-icon11.png) no-repeat 0 center;
}

.product-3-tit span {
    margin-left: 10px;
    font-size: 18px;
    font-family: Arial;
    color: #c2c2c1;
    text-transform: uppercase;
}

.p14-product-2-list dl {
    float: left;
    width: 23.8%;
    border: 1px solid #dfdfdf;
    margin-right: 1.5%;
    box-sizing: border-box;
}

.p14-product-2-list dl.p14-product-clear {
    margin-right: 0;
}

.p14-product-2-list dl img {
    display: block;
    width: 100%;
}

.p14-product-2-list dd {
    padding: 10px 28px 10px 10px;
    margin-right: 2px;
    position: relative;
}

.p14-product-2-list h4 {
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-product-2-list h4 a {
    color: #191919;
}

.p14-product-2-desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-product-2-list dl:hover {
    border-color: #00b2e3;
}

.p14-product-2-list dl:hover h3 a {
    color: #00b2e3;
}

.pc-cx-tel-1 {
    width: 41%;
    height: 56px;
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
    position: absolute;
    bottom: 16px;
    right: 0;
}

.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #00b2e3;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}

.pc-cx-tel-1-t1 a {
    display: block;
    color: #fff;
}

.pc-cx-tel-1-t2 {
    height: 56px;
    padding-left: 70px;
    background: url("../images/tel_icon.png") no-repeat 10px 5px;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}

.pc-cx-tel-1-t2 p {
    line-height: 56px;
}

.bt {
    color: #000;
    border-left: 7px solid #00b2e3;
    font-size: 22px;
    margin: 25px 0 30px;
    padding: 0px 0 0px 10px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.bt .btl {
    line-height: 40px;
}


.bt .btl em {
    display: inline-block;
    font-style: normal;
    color: #c1c1c1;
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: normal;
    ;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table p {
    margin: 0
}

table td {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
    font-size: 1rem;
}

table tr:hover {
    background: #f8f8f8
}

table thead td {
    background: #ececec;
    font-weight: 500
}


/*page*/
.fa_pagebox {
  text-align: center;
  margin: 30px auto;
}

.fa_pagebox .fa_pageitem {
  font-size: 0;
}

.fa_pagebox .page-num {
  display: inline-block;
  color: #333;
  padding: 0 5px;
}

.fa_pagebox .fa_pageitem span {
  display: inline-block;
}

.fa_pagebox .fa_pageitem span * {
  display: inline-block;
  border: #eee solid 1px;
  background: #fff;
  color: #000;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 2px;
  line-height: 30px;
}

.fa_pagebox .fa_pageitem span .page-num-current {
  background: #00b2e3;
  color: #fff;

}

.fa_pagebox .fa_pageitem .fa_page_li {
  background: #bbb;
  color: #fff;
  padding: 0px 10px;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  line-height: 30px;
  border: none;
  margin: 0 2px;
}

.fa_dt_page {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 20px;
  border-top: #eee solid 1px;
}

.fa_pageTitle {
  text-align: center;
  margin-bottom: 30px;
}

.fa_pageTitle h3 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.fa_pageTitle p {
  font-size: 16px;
  margin-top: 20px;
  color: #999;
}

@media only screen and (max-width: 768px) {
  .fa_pageTitle h3 {
    font-size: 20px;
  }

  .fa_pagebox {
    text-align: center;
  }

  .fa_dt_page {
    flex-wrap: wrap;
  }

  .fa_dt_page>div {
    width: 100%;
    text-align: left;
    padding: 10px 0;
    border-top: #ddd solid 1px;
  }
}

@media only screen and (min-width: 769px) {
  .fa_dt_page>div {
    font-size: 14px;
    color: #aaa;
  }

  .fa_dt_page>div a {
    font-size: 14px;
    color: #999;
  }
}

/*news*/
.news_bg {
    overflow: hidden;
    padding-top: 80px;
}

.news_nav {
    height: 80px !important;
    line-height: 65px !important;
    margin: 0px auto 20px !important;
    float: none !important;
    padding-bottom: 10px;
    width: 100% !important;
    padding: 20px 0 15px;
    border-bottom: 1px solid #ccc !important;
    text-align: center;
    box-sizing: content-box;
}

.news_nav li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 50px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 45px;
    transition: all .5s ease;
    position: relative;
    margin: 12px 2px;
    background: #666
}

.news_nav li a:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #034198;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -8px;
    margin-bottom: -6px;
    z-index: 11;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s all ease;
}

.news_nav li a:before {
    content: "";
    width: 2px;
    height: 22px;
    background-color: #034198;
    position: absolute;
    left: 50%;
    bottom: -22px;
    margin-left: -1px;
    opacity: 0;
    transition: 0.3s all ease;
}

.news_nav li:hover a:after,
.news_nav li.curNewsType_2019 a:after {
    opacity: 1
}

.news_nav li:hover a:before,
.news_nav li.curNewsType_2019 a:before {
    opacity: 1
}

.news_nav li:hover a,
.news_nav li.curNewsType_2019 a {
    background: #00b2e3;
    color: #fff
}

.news_nav li {
    display: inline-block;
}

.nynews {
    width: 100%;
    margin: 0 auto;
}

.nynews-list {
    width: 100%;
    height: auto;
    padding: 3.2% 3%;
    margin: 50px auto;
    box-shadow: 0 0 1px #aaa;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.nynews-date {
    float: left;
    width: 9%;
    padding: 4% 3% 0 0;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
    color: #999;
}

.nynews-date b {
    font-size: 34px;
    color: #000;
    line-height: 40px;
}

.nynews-photo {
    float: left;
    width: 20%;
    height: auto;
    overflow: hidden;
}

.nynews-photo img {
    width: 100%;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.nynews-content {
    float: left;
    width: 59%;
    padding-left: 2%;
}

.nynews-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 40px;
    padding-bottom: 0.6vw;
}

.nynews-text {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.nynews-more {
    float: right;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 4%;
    font-size: 20px;
    color: #fff;
    font-family: serif;
    font-weight: bold;
    background: #e5e5e5;
    border-radius: 100%;
    text-align: center;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.nynews-list:hover {
    box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.nynews-list:hover .nynews-photo img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.nynews-list:hover .nynews-title {
    color: #00b2e3;
}

.nynews-list:hover .nynews-more {
    background: #00b2e3;
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
}

.news_l {
    width: 900px;
    height: 580px;
}

.news_lt {
    width: 900px;
    height: 60px;
    border-bottom: 1px solid #ccc;
}

.news_lt a {
    width: 140px;
    height: 60px;
    display: block;
    float: left;
}

.news_lt span {
    font-size: 18px;
    color: #333;
    display: block;
    float: left;
    height: 60px;
    width: 140px;
    text-align: center;
    line-height: 60px;
}

.news_lt .active span {
    color: #fff;
}

.news_lt .active {
    background: #00b2e3;
}

.news_box dd {
    float: right;
    font-size: 15px;
    color: #666;
    position: absolute;
    top: 27px;
    right: 20px;
}

.news_div:nth-child(2) .news_div_item:nth-child(1) {
    display: none;
}

.news_nor {
    height: 517px;
    width: 900px;
    overflow: hidden;
}

.news_row2 {
    left: 0;
    top: 0;
    display: none;
    width: 900px;
    height: 517px;
    background: #fff;
}

.news_box .news_box {
    width: 900px;
    height: 517px;
    display: block;
    position: absolute;
}

.news_box .news_div .news_div_item_pic img {
    width: 310px;
    position: absolute;
    top: 0px;
    border: 1px #eee solid;
    height: 230px;
}

.news_box .news_div_item_year {
    display: block;
    width: 42px;
    float: left;
}

.news_box .news_div_item_month {
    display: block;
    width: 25px;
    float: left;
}

.news_box .news_div_item_day {
    display: block;
    width: 25px;
    float: left;
}

.news_box .news_div {}

.news_box .news_div_item {
    width: 445px;
    height: 128px;
    float: left;
    background: #f5f5f5;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
}

.news_row2 .news_div {
    height: 217px;
}

.news_box .news_div_item:nth-child(2) {
    margin-left: 0px;
}

.news_box .news_div_item:nth-child(4) {
    margin-left: 0px;
}

.news_row2 .news_div:nth-child(2) {
    margin-top: 25px;
}

.news_box .news_div_item:nth-child(1) {
    position: relative;
    margin-left: 0px;
    background: #fff;
    width: 750px;
    height: 240px;
}

.news_box .news_div:nth-child(1) .news_div_item_body {
    width: 430px;
    position: absolute;
    left: 353px;
    top: 70px;
    font-size: 14px;
    color: #999;
    line-height: 25px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.news_box .news_div:nth-child(1) .news_div_item_title {
    position: absolute;
    left: 353px;
    top: 20px;
}

.news_box .news_div:nth-child(1) {
    background: #fff;
}

.news_box .news_div:nth-child(1) .news_div_item_date {
    display: none;
}

.news_box .news_div:nth-child(1) .news_div_item_title a {
    font-size: 18px;
    color: #222;
    display: block;
    width: 540px;
    height: 180px;
    position: relative;
    z-index: 2;
}

.news_box .news_div:nth-child(1) .news_div_item_title a:hover {
    color: #00b2e3;
}

.news_box .news_div:nth-child(2) .news_div_item_title a {
    font-size: 16px;
    color: #222;
    position: absolute;
    top: 22px;
    left: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: block;
    height: 105px;
    width: 345px;
    z-index: 3;
}

.news_box .news_div:nth-child(2) .news_div_item_body {
    position: absolute;
    top: 58px;
    font-size: 14px;
    padding: 0 20px;
    line-height: 25px;
    color: #999
}

.news_box .news_div:nth-child(2) .news_div_item_title a:hover {
    color: #00b2e3;
}

.news_box .news_div:nth-child(2) .news_div_item_date {
    display: none;
}

.news_box .news_div:nth-child(1) .news_div_item_body:after {
    content: "more";
    width: 63px;
    height: 18px;
    display: block;
    background: url(../images/20210919160011_1895765680.png)no-repeat right bottom;
    position: absolute;
    top: 102px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.news_box .news_div:nth-child(1):hover .news_div_item_body:after {
    color: #00b2e3;
    -webkit-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
}

.news_box {
    position: relative;
}

.wend {
    float: right;
    margin-right: 0;
    width: 405px;
    height: 575px;
    background: #f5f5f5;
}

.wend h2 {
    left: 0;
    margin-bottom: 0;
    margin-bottom: 25px;
    border-bottom: 1px #eee solid;
    height: 60px;
    background: #00b2e3;
}

.wend h2 a {
    font-size: 18px;
    color: #fff;
    line-height: 64px;
    padding-left: 30px;
    font-weight: normal;
}

.wend h2 a:hover {
    color: #fff;
}

.wend h2 a i {
    float: left;
    display: block;
    padding-top: 22px;
    margin-left: 24px;
    margin-right: 17px;
}

.wend .news_div_item_a {
    font-size: 16px;
}

.wend .news_div_item_a:hover {
    color: #00b2e3;
}

.wend .news_div_item_content {
    padding: 22px 0 0 0;
}

.wend .lastdl {
    border-bottom: none;
}

.wend .news_div_item_title {
    height: 32px;
    padding-left: 40px;
    line-height: 32px;
    background: url(../images/wen_icon.png) no-repeat left top;
    font-size: 14px;
    overflow: hidden;
    font-weight: bold;
}

.wend .news_div_item_title a {
    color: #333333;
}

.wend .news_div_item_body {
    background: url(../images/da_icon.png) no-repeat 0 10px;
    line-height: 25px;
    color: #666;
    height: 75px;
    font-size: 15px;
    overflow: hidden;
    padding-left: 40px;
    padding-top: 10px;
}

.wend #coleexx {
    padding: 0px 24px;
}

.wend .fr a {
    float: right;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding-right: 30px;
    line-height: 60px;
}

._new_div_item:hover .new_div_item_a {
    color: #00b2e3;
}

.news_box dd:hover {
    color: #00b2e3;
}

.wend .fr a:hover {
    color: #fff;
}

.blk-main {
    width: 1400px;
    margin: 20px auto;
}

.blk-max-main {
    width: 1220px;
    margin: 0 auto;
}

.blk-sm {
    width: 80%;
}

.blk-max {
    width: 810px;
}

.blk-xs {
    width: 17%;
}

.blk-min {
    width: 320px;
}

.endit-content {
    font-size: 16px;
}
.p15-infocontent-1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #b5b5b5;
}

.p15-infocontent-1-tit {
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
    font-size: 29px;
    line-height: 40px;
    color: #535353;
    overflow: hidden;
    border-bottom: 1px solid #b5b5b5;
}

.p15-infocontent-1-p {
    text-align: center;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 40px;
    color: #535353;
    height: 40px;
    overflow: hidden;
}

.p15-infocontent-1-bool {
    border-bottom: 1px solid #00b2e3;
    height: 20px;
    font-size: 12px;
    color: #909090;
}

.p15-infocontent-1-bool span {
    margin-right: 20px;
}

.p15-infocontent-1-bool span a {
    color: #909090;
}

.p15-infocontent-1-bool i {
    font-style: normal;
    float: right;
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #00b2e3;
}

.p15-infocontent-1-bool i a {
    color: #fff;
}

.p15-infocontent-1-bool span {
    margin-right: 15px;
}

.p15-infocontent-1-tag span {
    margin-right: 10px;
}
.fdh-01-tit {
    background: #00b2e3;
    height: 80px;
}

.fdh-01-tit h2 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.fdh-01-tit h2 span {
    font-size: 14px;
    text-transform: uppercase;
}

.fdh-01-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(https://cdn.haerkn.com/template/default/images/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
}

.fdh-01-nav-one h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666666;
    overflow: hidden;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
    background: url(https://cdn.haerkn.com/template/default/images/p14-icon2.png) no-repeat right center #00b2e3;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a {
    color: #fff;
}

.fdh-01-nav dl {
    padding: 2px 0 4px;
}

.fdh-01-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
}

.fdh-01-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
    border-color: #00b2e3;
}

.fdh-01-nav dt.sidenavcur a,
.fdh-01-nav dt:hover a {
    color: #00b2e3;
}

.fdh-01-nav dd {
    border: 1px solid #ececec;
    border-bottom: 0;
}

.fdh-01-nav p {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding-left: 72px;
    padding-right: 40px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.fdh-01-nav p.sidenavcur a,
.fdh-01-nav p:hover a {
    color: #00b2e3;
}

.fdh-01-nav p.sidenavcur:after,
.fdh-01-nav p:hover:after {
    background: #00b2e3;
}

.fdh-01-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p1-info-3-tit {
    height: 60px;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    background: #00b2e3;
    color: #fff;
    text-align: center;
}

.p14-pagination-1 dl {
    margin-bottom: 24px;
    padding-right: 40px;
}

.p14-pagination-1 dd {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-pagination-1 dd b {
    float: right;
    font-weight: normal;
}

.p14-pagination-1 dd span {
    width: 60px;
    height: 32px;
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.p14-pagination-1 dt {
    height: 1px;
    border-bottom: 1px dashed #b5b5b5;
    margin-left: 60px;
    padding-top: 2px;
    margin-bottom: 2px;
}

.p14-pagination-1 dd em {
    float: right;
    font-style: normal;
    padding-left: 20px;
    font-weight: normal;
}

.p14-pagination-1 dl a {
    color: #4b4a4a;
}

.p14-pagination-1-href {
    float: right;
    font-size: 18px;
    line-height: 32px;
}

.p14-pagination-1-href span {
    display: inline-block;
    padding: 0 6px;
    margin-left: 4px;
    background: #00b2e3;
}

.p14-pagination-1-href a {
    display: block;
    color: #fff;
}

.p14-pagination-1-key {
    min-height: 40px;
    border-top: 1px solid #00b2e3;
    font-size: 14px;
    line-height: 40px;
    color: #575556;
}

.p14-pagination-1-key a {
    color: #575556;
}

.p14-pagination-1-key span {
    display: inline-block;
    margin: 0 4px;
}
