.h-header-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    height: 100px;
    z-index: 9999999;
}

.h-header-box .h-header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C3C3C3;
    transition: all .5s;
}

.h-header-box .h-header .logo {
    display: flex;
    justify-content: center;
    width: 20%;
}

.h-header-box .h-header .h-nav {
    width: 50%;
    height: 100%;
}

.h-header-box .h-header .h-nav ul {
    display: flex;
    height: 100%;
    overflow: hidden;
}

.h-header-box .h-header .h-nav ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.h-header-box .h-header .h-nav ul li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #1d2e5c;
    font-weight: bold;
    transition: all 1s;
}

.h-header-box .h-header .h-nav ul li .h-active::after {
    position: absolute;
    content: '';
    bottom: -41.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 125px;
    height: 5px;
    background-color: #d61719;
    /* display: none; */
}

.h-header-box .h-header .h-nav ul li a:hover::after {
    position: absolute;
    content: '';
    bottom: -41.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 125px;
    height: 5px;
    background-color: #d61719;
    transition: all .5s;
}

.h-header-box .h-header .language {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.h-header-box .h-header .language::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 40px;
    background-color: #999;
    opacity: .5;
}

.h-header-box .h-header .language p {
    padding-left: 15px;
    padding-right: 6px;
    font-size: 16px;
    color: #1d2e5c;
	opacity: 0.9;
}

.swiper_item1 a img {
    width: 100%;
}

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

.h-yyly-box .h-yyly {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 66px;
}

.h-yyly-box .h-yyly ul {
    display: flex;
    flex-wrap: wrap;
}

.h-yyly-box .h-yyly ul li {
    width: 24%;
    margin-right: 13.7%;
}

.h-yyly-box .h-yyly ul li a {
    position: relative;
}

.h-yyly-box .h-yyly ul li a .wai {
    display: none;
    transition: all .5s;
}

.h-yyly-box .h-yyly ul li a .wai img {
    max-width: 100%;
}

.h-yyly-box .h-yyly ul li a:hover .wai {
    display: block;
}

.h-yyly-box .h-yyly ul li a:hover .nei {
    display: none;
}

.h-yyly-box .h-yyly ul li:nth-of-type(3n) {
    margin-right: 0;
    margin-bottom: 67px;
}

.h-yyly-box .h-yyly h1 {
    position: relative;
    margin-top: 60px;
    font-size: 28px;
    letter-spacing: 1px;
	color: #1d2e5c;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}

.h-yyly-box .h-yyly h1::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 53px;
    height: 4px;
    background-color: #1d2e5c;
}

.h-yyly-box .h-yyly h1 span {
    color: #666;
}

.h-yyly-box .h-yyly h2 {
    text-align: center;
    color: #999999;
	opacity: 0.7;
    font-size: 16px;
    color: #999999;
	opacity: 0.7;
}

.h-yyly-box .h-yyly p {
    display: inline-block;
    text-align: center;
    margin: 0 auto  ;
    padding: 13px 38px;
    border: 1px solid #cdcdcd;
    font-size: 16px;
    letter-spacing: 1px;
	color: #858585;
    margin-top: 22px;
    margin-bottom: 44px;
}

.h-about-box {
    background: #f1f1f1;
    padding-bottom: 80px;
}

.h-about-box .h-about-t {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1d2e5c;
}

.h-about-box .h-about-t h1 {
    font-size: 16px;
    color: #999999;
	opacity: 0.2;
    padding-top: 30px;
    padding-bottom: 10px;
}

.h-about-box .h-about-t h2 {
    font-size: 28px;
    letter-spacing: 2px;
	color: #8c96b2;
    font-weight: bold;
}

.h-about-box .h-about-t h2 span {
    color: #fff;
}

.h-about-box .h-about-t img {
    padding-top: 10px;
    padding-bottom: 77px;
}

.h-about-b-box {
}

.h-about-b {
    
}

.h-about-b .h-gsjj {
    display: flex;
    background-color: #fff;
    margin-top: -100px;
}

.h-about-b .h-gsjj .l {
    display: flex;
}

.h-about-b .h-gsjj .l .img-box {
    overflow: hidden;
    width: 41.7%;
}

.h-about-b .h-gsjj .l .img-box img {
    transition: all .5s;
}

.h-about-b .h-gsjj .l .img-box img:hover {
    transform: scale(1.1);
}

.h-about-b .h-gsjj .l .gsjj-text {
    width: 58.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}

.h-about-b .h-gsjj .l .gsjj-text h1 {
    position: relative;
    font-size: 18px;
    color: #1d2e5c;
    font-weight: bold;
}

.h-about-b .h-gsjj .l .gsjj-text h1::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -12px;
    width: 33px;
    height: 2px;
    background-color: #1d2e5c;
}

.h-about-b .h-gsjj .l .gsjj-text p {
    font-size: 14px;
    line-height: 30px;
	letter-spacing: 1px;
	color: #666666;
    margin-top: 50px;
    margin-bottom: 65px; 
}

.h-about-b .h-gsjj .l .gsjj-text a {
    display: inline-block;
    padding: 12px 16px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #666;
    transition: all .3s;
}

.h-about-b .h-gsjj .l .gsjj-text a:hover {
    background-color: #1d2e5c;
    color: #fff;
}

.h-about-b .h-gsjj .l .gsjj-text a img {
    margin-right: 8px;
}

.h-about-b .h-gsjj .r {
    width: 15%;
}

.h-about-b .h-gsjj .r ul {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.h-about-b .h-gsjj .r ul li {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}

.h-about-b .h-gsjj .r ul li .icon-a {
    display: none;
}

.h-about-b .h-gsjj .r ul li:hover {
    color: #fff;
    background-color: #122046;
}

.h-about-active {
    color: #fff;
    background-color: #122046;
}

.h-about-active .icon-b {
    display: none;
}

.h-about-active .icon-a {
    display: block !important;
}

.h-about-b .h-gsjj .r ul li:hover .icon-b {
    display: none;
}

.h-about-b .h-gsjj .r ul li:hover .icon-a {
    display: block;
} 

.h-about-b .h-gsjj .r ul li .icon-box {
    margin-right: 12px;
}

.h-about-b .h-other {
    display: flex;
    margin-top: 25px;
    background-color: #fff;
}

.h-about-b .h-other .l {
    width: 45.7%;
}

.h-about-b .h-other .l img {
    max-width: 100%;
}

.h-about-b .h-other .r {
    width: 54.3%;
}

.h-about-b .h-other .r .one {
    display: flex;
    height: 50%;
}

.h-about-b .h-other .r .one img {
    max-width: 100%;
}

.h-about-b .h-other .r .one .one-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.h-about-b .h-other .r .one .h-about2 {
    width: 50%;
}

.h-about-b .h-other .r .two .h-about3 {
    width: 50%;
}

.h-about-b .h-other .r .one img {
    max-width: 100%;
}

.h-about-b .h-other .r .two {
    display: flex;
    height: 50%;
}

.h-about-b .h-other .r .two img {
    max-width: 100%;
}

.h-about-b .h-other .r .two .two-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.h-about-b .h-other .r h1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.h-about-b .h-other .r h2 {
    font-size: 12px;
    color: #d7d7d7;
    margin-top: 10px;
    margin-bottom: 20px;
}

.h-about-b .h-other .r a {
    padding: 9px 24px;
    border: 1px solid #bdbdbd;
    transition: all .3s;
}

.h-about-b .h-other .r a:hover {
    background-color: #1d2e5c;
    color: #fff;
}

.h-pro-box .h-pro {
    padding-top: 95px;
    padding-bottom: 65px;
}

.h-pro-box .h-pro .h-pro-top {
    text-align: center;
}

.h-pro-box .h-pro .h-pro-top h1 {
    position: relative;
    font-size: 28px;
    color: #1d2e5c;
    font-weight: bold;
}

.h-pro-box .h-pro .h-pro-top h1 span {
    color: #666;
}

.h-pro-box .h-pro .h-pro-top h1::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 53px;
    height: 4px;
    background-color: #1d2e5c;
}


.h-pro-box .h-pro .h-pro-top h2 {
    text-align: center;
    color: #999999;
	opacity: 0.7;
    font-size: 16px;
    color: #999999;
	opacity: 0.7;
    padding-top: 10px;
}

.h-pro-box .h-pro .h-pro-top p {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 13px 38px;
    border: 1px solid #cdcdcd;
    font-size: 16px;
    letter-spacing: 1px;
	color: #858585;
    margin-top: 22px;
    margin-bottom: 44px;
}

.h-pro-box .h-pro .h-pro-bottom {
    display: flex;
    justify-content: space-between;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_l {
    width: 10%;
    display: flex;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_l .num {
    display: flex;
    flex-direction: column;
    margin-right: 100px;
    align-items: center;
    color: #333333;
    font-weight: bold;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_l .num .tiao {
    width: 5px;
    height: 427px;
    background-color: #d5d5d5;
	border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_l .num .tiao .dong {
    width: 5px;
    height: 30px;
    background-color: #1d2e5c;
    border-radius: 3px;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_l .list img {
    margin-bottom: 55px;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_l .list dt {
    font-size: 28px;
    letter-spacing: 1px;
	color: #333333;
    font-weight: bold;
    margin-bottom: 35px;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_l .list dd {
    position: relative;
    line-height: 45px;
	letter-spacing: 1px;
	color: #666666;
	padding-left: 20px;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_l .list dd:hover {
    cursor:pointer; 
}



.p-active {
    color: #122046 !important;
    font-weight: bold;
}



.h-pro-box .h-pro .h-pro-bottom .h_pro_l .list dd::after {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 2px;
    background-color: #949494;

}

.p-active::after {
    background-color: #122046 !important;
}


.h-pro-box .h-pro .h-pro-bottom .h_pro_r {
    width: 90%;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_r .fen {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_r .fen ul {
    width: 56%;
    display: flex;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_r .fen ul li {
    position: relative;
    padding: 0 5%;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_r .neirong {
    display: flex;
    justify-content: space-between;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_r .neirong .l {
    width: 41%;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_r .neirong .l dt {
    font-size: 28px;
    letter-spacing: 1px;
	color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 50px;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_r .neirong .l dd {
    position: relative;
    line-height: 45px;
	letter-spacing: 1px;
	color: #666666;
	padding-left: 20px;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_r .neirong .l dd:hover {
    cursor:pointer; 
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_r .neirong .l dd::after {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 2px;
    background-color: #949494;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_r .neirong .r {
    width: 59%;
}

.h-pro-active::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(../images/h-pro-active.png);
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_r .fen ul li a {
    font-size: 16px;
    letter-spacing: 1px;
	color: #666666;
    font-weight: bold;
}

.h-pro-box .h-pro .h-pro-bottom .h_pro_r .pro-swiper {
    position: relative;
    margin-top: 30px;
}

.swiper_item3 {
    padding: 15px;
}

.swiper_item3 a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 73px;
    box-shadow: 0px 0px 15px 1px 
		rgba(0, 0, 0, 0.16);
        
}

.swiper_item3 a img {
    max-width: 100%;
}

.swiper-button-box3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.swiper-button-next, .swiper-button-prev {
    top: -25px;
    width: 10px;
    height: 20px;
    background-size: 10px 20px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../images/next.png);
    right: 30px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../images/prev.png);
    left: -80px;
}

.h-footer-box {
    background: #1d2e5c;
}

.h-footer-box .h-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    padding-top: 37px;
    padding-bottom: 37px;

}

.h-footer-box .h-footer .b-logo {
    width: 17.5%;
}

.h-footer-box .h-footer .b-logo p {
    font-size: 16px;
    margin-top: 22px;
    color: #fff;
}

.h-footer-box .h-footer dt {
    font-size: 16px;
    color: #fff;
    opacity: .8;
    font-weight: bold;
    margin-bottom: 25px;
}

.h-footer-box .h-footer dd {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    opacity: .6;
}

.h-footer-box .h-footer .b-nav dl {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 140px;
    width: 171px;
}

.h-footer-box .h-footer .b_r {
    width: 78%;
    display: flex;
    justify-content: space-between;
}

.h-footer-box .h-footer .b_r .b-nav dl dd:nth-of-type(4) {
    margin-top: 47px;
}

.h-footer-box .beian-box {
    background-color: #122046;
}

.h-footer-box .beian-box .beian {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    opacity: .6;
    padding-top: 18px;
    padding-bottom: 18px;
}

.h-footer-box .beian-box .beian span {
    font-size: 12px;
}

/* 关于我们 */
.banner-box img {
    width: 100%;
}

.crumbs-box {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #E8E8E8;
}

.crumbs-box .crumbs {
    display: flex;
}

.crumbs-box .crumbs img {
    margin-right: 20px;
}

.crumbs-box .crumbs p {
    font-size: 12px;
    color: #858585;
}

.crumbs-box .crumbs a {
    color: #1d2e5c;
}

.crumbs-box .crumbs a:nth-of-type(1) {
    color: #858585;
}

.gsjj-box {
    padding-top: 80px;
    padding-bottom: 87px;
}

.gsjj-box .gsjj-top {
    width: 81.4%;
}

.gsjj-box .gsjj-top ul {
    display: flex;
    width: 100%;
}

.gsjj-box .gsjj-top ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    border: 2px solid #F4F8FB;
}

.gsjj-box .gsjj-top ul li h1 {
    position: relative;
    font-size: 52px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -4px;
    color: #1d2e5c;
    z-index: 999;
    padding-right: 8px;
}

.gsjj-box .gsjj-top ul li div{
    display: flex;
    align-items: center;
}
.gsjj-box .gsjj-top ul li div span{
    color: #1d2e5c;
    font-size: 35px;
    font-weight: bolder;
}

.gsjj-box .gsjj-top ul li h2 {
    font-size: 14px;
	letter-spacing: 1px;
	color: #8d8d8d;
    margin-top: 30px;
}

.gsjj-box .gsjj-top ul li:nth-of-type(5) {
    position: relative;
    padding-top: 162px;
}

.gsjj-box .gsjj-top ul li:nth-of-type(5) img:nth-of-type(1) {
    position: absolute;
    top: 68px;
    left: -170px;
    z-index: -1;
    
}

.gsjj-box .gsjj-top ul li:nth-of-type(5) img:nth-of-type(2) {
    position: relative;
    z-index: 999;
    max-width: 100%;
}

.gsjj-box .gsjj-bottom h1 {
    font-size: 20px;
    letter-spacing: 1px;
	color: #1d2e5c;
    padding-top: 30px;
    padding-bottom: 22px;
    font-weight: bold;
}

.gsjj-box .gsjj-bottom p {
    width: 70%;
    font-size: 14px;
    line-height: 22px;
	letter-spacing: 1px;
	color: #333333;
}

.qywh-box {
    padding-top: 107px;
    padding-bottom: 100px;
    background: url(../images/qywh-bj.png) no-repeat;
    background-size: 100% 100%;
}

.qywh-box .qywh-top {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.qywh-box .qywh-top h1 {
    position: relative;
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
	color: #1d2e5c;
    font-weight: bold;
}

.qywh-box .qywh-top h1::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 53px;
    height: 4px;
    background-color: #1d2e5c;
}

.qywh-box .qywh-top h1 span {
    color: #666;
}

.qywh-box .qywh-top h2 {
    text-align: center;
    color: #999999;
	opacity: 0.7;
    font-size: 16px;
    color: #999999;
	opacity: 0.7;
    padding-top: 18px;
    margin-bottom: 22px;
}

.qywh-box .qywh-top p {
    display: inline-block;
    text-align: center;
    padding: 13px 38px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    letter-spacing: 1px;
	color: #999;
    margin-top: 22px;
    margin-bottom: 107px;
}

.qywh-box .qywh-bottom ul {
    display: flex;
}

.qywh-box .qywh-bottom ul li {
    padding: 94px 0 95px 40px;
    flex: 1;
    color: #fff;
    border-bottom: 4px solid transparent;
}

.qywh-box .qywh-bottom ul li h1 {
    font-size: 42px;
    font-weight: bold;
}

.qywh-box .qywh-bottom ul li h2 {
    font-size: 20px;
    margin-top: 34px;
    padding-bottom: 20px;
}

.qywh-box .qywh-bottom ul li p {
    width: 80%;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.6;
}

.qywh-box .qywh-bottom ul li:hover {
    border-bottom: 4px solid #f6741b;
}

.qywh-box .qywh-bottom ul li:nth-of-type(1) p {
    width: 60%;
}

.qywh-box .qywh-bottom ul li:nth-of-type(3) p {
    width: 50%;
}

.qywh-box .qywh-bottom ul li:nth-of-type(1) {
    background: url(../images/wenhua1.png) no-repeat;
    background-size: 100% 100%;
}

.qywh-box .qywh-bottom ul li:nth-of-type(2) {
    background: url(../images/wenhua2.png) no-repeat;
    background-size: 100% 100%;
}

.qywh-box .qywh-bottom ul li:nth-of-type(3) {
    background: url(../images/wenhua3.png) no-repeat;
    background-size: 100% 100%;
}

.hezuo-box {
    padding-top: 106px;
    padding-bottom: 82px;
    background-color: #f1f1f1;
}

.hezuo-box .hezuo-top h1 {
    font-size: 28px;
    letter-spacing: 1px;
	color: #1d2e5c;
    font-weight: bold;
}

.hezuo-box .hezuo-top h1 span {
    color: #666;
}

.hezuo-box .hezuo-top h2 {
    font-size: 16px;
    color: #999999;
	opacity: 0.7;
    margin-top: 18px;
    margin-bottom: 50px;
}

.hezuo-box .hezuo-bottom ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5px;
    margin-left: -1.5px;
}

.hezuo-box .hezuo-bottom ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.4%;
    height: 174px;
    background-color: #fff;
    margin-left: 1.5px;
    margin-right: 1.5px;
    margin-bottom: 4px;
}


.honor-box {
    padding-top: 94px;
    padding-bottom: 145px;
    background: url(../images/honor-bj.png) no-repeat;
    background-size: 100% 100%;
}

.honor-box .honor-top h1 {
    position: relative;
    font-size: 28px;
    letter-spacing: 1px;
	color: #ffffff;
    font-weight: bold;
}

.honor-box .honor-top h1::before {
    position: absolute;
    content: '';
    left: 0;
    top: -20px;
    width: 53px;
    height: 4px;
    background-color: #fff;
}

.honor-box .honor-top h2 {
    font-size: 16px;
    color: #ffffff;
	opacity: 0.7;
    margin-top: 18px;
    margin-bottom: 75px;
}

.honor-box .honor-top p {
    font-size: 18px;
    letter-spacing: 1px;
	color: #ffffff;
    margin-bottom: 64px;
}

.swiper_item2 p {
    text-align: center;
    font-size: 18px;
    margin-top: 22px;
    letter-spacing: 1px;
	color: #ffffff;
}


/* 产品中心 */
.pro-box {
    padding-top: 95px;
    padding-bottom: 80px;
}

.pro-box .pro-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pro-box .pro-top h1 {
    position: relative;
    font-size: 28px;
    letter-spacing: 1px;
	color: #1d2e5c;
    font-weight: bold;
}

.pro-box .pro-top h1::before {
    position: absolute;
    content: '';
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: 53px;
    height: 4px;
    background-color: #122046;
}

.pro-box .pro-top h1 span {
    color: #666;
}

.pro-box .pro-top h2 {
    font-size: 16px;
    color: #999999;
	opacity: 0.7;
    margin-top: 18px;
    margin-bottom: 22px;
}

.pro-box .pro-top p {
    font-size: 16px;
    letter-spacing: 1px;
	color: #858585;
    padding: 13px 38px;
    border: 1px solid #cdcdcd;
    text-align: center;
}

.pro-box .pro-bottom {
    margin-top: 52px;
}

.pro-box .pro-bottom .pro_nav{
}

.pro-box .pro-bottom .pro_nav ul {
    display: flex;
    justify-content: center;
}

.pro-box .pro-bottom .pro_nav ul li {
    margin-right: 80px;
}

.pro-box .pro-bottom .pro_nav ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.pro-box .pro-bottom .pro_nav ul li a {
    display: inline-block;
    padding: 22px 76px;
    font-size: 18px;
    color: #fff;
    background-color: #9e9e9e;
    transition: all .5s;
} 

.pro-box .pro-bottom .pro_nav ul li:hover a {
    background-color: #1d2e5c;
}

.pro-active {
    background-color: #1d2e5c !important;
}

.pro-box .pro-bottom .pro_list {
    margin-top: 42px;
}

.pro-box .pro-bottom .pro_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
}

.pro-box .pro-bottom .pro_list ul li {
    width: 30%;
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 40px;
}



.pro-box .pro-bottom .pro_list ul li  .pro-img-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 262px;
    background-color: #f6f6f6;
}

.pro-box .pro-bottom .pro_list ul li .pro-img-box a img{
    max-width: 100%;
}

.pro-box .pro-bottom .pro_list ul li:hover .pro-img-box a {
    border: 1px solid #1d2e5c;
}

.pro-box .pro-bottom .pro_list ul li .pro-name {
    box-shadow: 0px 1px 7px 0px 
		rgba(0, 0, 0, 0.05);
    transition: all .5s;

}

.pro-box .pro-bottom .pro_list ul li:hover .pro-name {
    background-color: #1d2e5c;
}

.pro-box .pro-bottom .pro_list ul li:hover .pro-name p {
    color: #fff;
}

.pro-box .pro-bottom .pro_list ul li:hover .pro-name span {
    color: #1d2e5c;
    background: #fff;
}

.pro-box .pro-bottom .pro_list ul li .pro-name p {
    position: relative;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 41px;
    font-size: 16px;
    color: #333333;
}

.pro-box .pro-bottom .pro_list ul li a .pro-name p::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 29px;
    transform: translateX(-50%);
    width: 28px;
    height: 1px;
    background-color: #dcdcdc;
}

.pro-box .pro-bottom .pro_list ul li:hover a .pro-name p::after {
    background-color: #fff;
}


/* 产品详情 */
.pro-detail-box {
    margin-top: 70px;
    margin-bottom: 80px;
}

.pro-detail-box .pro-detail {
    padding: 56px;
    background-color: #fff;
}

.pro-detail-box .pro-detail .top {
    display: flex;
}

.pro-detail-box .pro-detail .top .l {
    padding: 18px 78px;
    background-color: #f6f6f6;
}

.pro-detail-box .pro-detail .top .r {
    padding-left: 72px;
}

.pro-detail-box .pro-detail .top .r h1 {
    font-size: 22px;
    font-weight: bold;
    color: #1d2e5c;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 40px;
}

.pro-detail-box .pro-detail h2 {
    font-size: 18px;
    color: #333333;
}

.pro-detail-box .pro-detail .top .r p {
    font-size: 14px;
    line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
    margin-top: 25px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 5; 
}

.pro-detail-box .pro-detail .bottom {
    position: relative;
    margin-top: 45px;
}

/*.pro-detail-box .pro-detail .bottom::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 124px;*/
/*    top: 0;*/
/*    width: 1px;*/
/*    height: 1375px;*/
/*    background-color: #e9e9e9;*/
/*}*/

.pro-detail-box .pro-detail .bottom .standards {
    display: flex;
    margin-top: 20px;
}

.pro-detail-box .pro-detail .bottom .standards h2 {
    position: relative;
}

.pro-detail-box .pro-detail .bottom .standards h2::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
    width: 26px;
	height: 1px;
	background-color: #1D2E5C;
}

.pro-detail-box .pro-detail .bottom .standards .text {
    width: 90%;
    font-size: 14px !important;
    letter-spacing: 1px;
	color: #333333;
    line-height: 32px;
    padding-left: 93px;
}

.pro-detail-box .pro-detail .bottom .standards .xian {
    width: 80%;
    height: 1px;
	background-color: #e9e9e9;
	opacity: 0.8;
    margin-top: 16px;
}

.pro-detail-box .pro-detail .bottom .standards table {
    width: 100%;
}

.pro-detail-box .pro-detail .bottom .standards table th {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #122046;
}

.pro-detail-box .pro-detail .bottom .standards table td {
    font-size: 14px;
    color: #333333;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}

.application {
    margin-top: 50px;
}

.application ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -23px;
    margin-right: -23px;
}

.application ul li {
    width: 46%;
    margin-left: 23px;
    margin-right: 23px;
    margin-bottom: 45px;
}

.application ul li a {
    width: 100%;
    position: relative;
    display: inline-block;
}

.application ul li a .nei {
    display: flex;
    align-items: center;
    padding: 38px 24px;
    background-color: #f6f6f6;
}

.application ul li a .nei .l {
    padding-right: 47px;
}

.application ul li a .nei .l h1 {
    position: relative;
    font-size: 18px;
    color: #333333;
    margin-bottom: 50px;
}

.application ul li a .nei .l h1::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 70px;
    height: 1px;
    background-color: #d1d1d1;

}

.application ul li a .nei .l p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 2;
-moz-box-orient: vertical;
word-wrap: break-word;
word-break: break-all;
white-space: normal;
}

.application ul li a .wai {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
    
}

.application ul li:hover a .wai {
    display: block;
    transition: all .5s;
}

.app-img-box {
    background-color: #fff !important;
}

.app-name {
    background-color: #f0f0f0;
}

.app-name p {
    line-height: 25px;
}

.app-list-top img {
    margin-left: 24px;
}

.pro-box .app-top h1 {
    font-size: 20px;
    color: #1d2e5c;
    padding-bottom: 13px;
    border-bottom: 1px solid #c1d4e5;
    font-weight: bold;
}

.pro-box .app-top .jieshao {
    margin-top: 30px;
    background-color: #fff;
    padding: 25px 60px 40px 25px;
}

.pro-box .app-top .jieshao p {
    font-size: 14px;
    line-height: 22px;
	color: #666666;
    margin-top: 10px;
    
}

.news-list {
    margin-top: 50px;
}

.news-list ul li {
    transition: all .5s;
}

.news-list ul li a {
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E1E0E0;
}

.news-list ul li a .l {
    display: flex;
    flex-direction: column;
    margin-right: 60px;
}

.news-list ul li a .l span:nth-of-type(1) {
    position: relative;
    font-size: 44px;
    color: #333333;
    margin-bottom: 44px;
    padding-left: 5px;
    padding-right: 5px;
}

.news-list ul li a .l span:nth-of-type(1)::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -21px;
    transform: translateX(-50%);
    width: 74px;
    height: 2px;
    background-color: #c4c1c1;
}



.news-list ul li a .l span:nth-of-type(2) {
    font-size: 14px;
    color: #333333;

}

.news-list ul li a .r {
    padding-left: 50px;
}

.news-list ul li a .r h1 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px;
}

.news-list ul li a .r p {
    font-size: 14px;
    line-height: 24px;
	color: #666666;
    padding-bottom: 25px;
    border-bottom: 1px solid #E1E0E0;
    margin-bottom: 30px;
}

.news-list ul li a .r .next {
    display: flex;
    justify-content: space-between;
}

.news-list ul li a .r .next .look-box {
    display: flex;
    align-items: center;
}

.news-list ul li a .r .next .look-box img {
    margin-right: 8px;
}

.news-list ul li a .r .next .look-h {
    display: none;
}

.news-list ul li a .r .next .jiantou span {
    display: none;
}

.news-list ul li a .r .next .jiantou img {
    display: none;
}

.news-list ul li:hover {
    background-color: #f0f0f0;
}

.news-list ul li:hover a .l span:nth-of-type(1) {
    color: #1d2e5c;
}

.news-list ul li:hover a .l span:nth-of-type(1)::after {
    background-color: #1d2e5c;
}

.news-list ul li:hover a .l span:nth-of-type(3) {
    color: #1d2e5c;
}

.news-list ul li:hover a .r h1 {
    font-weight: bold;
    color: #1d2e5c;
}

.news-list ul li:hover a .r .next .look-h {
    display: block;
}

.news-list ul li:hover a .r .next .look {
    display: none;
}

.news-list ul li:hover a .r .next .jiantou img {
    display: block;
}

.news-list ul li:hover a .r .next .look-box {
    color: #1d2e5c;
}

.news-details {
    padding-top: 75px;
    padding-bottom: 80px;
}

.news-details h1 {
    text-align: center;
    font-size: 34px;
    letter-spacing: 1px;
	color: #333333;
    font-weight: bold;
}

.news-details h2 {
    text-align: center;
    font-size: 16px;
    color: #999999;
    margin-top: 25px;
    margin-bottom: 30px;
}

.news-details p {
    font-size: 14px;
    line-height: 30px;
	color: #666666;
}

.news-details img {
    margin-top: 24px;
}

.news-details .fanye {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}

.news-details .fanye a:nth-of-type(1) {
    margin-bottom: 22px;
}

.contact_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 55px;
    padding-bottom: 73px;
}

.contact_t .contact-l h2 {
    position: relative;
    font-size: 26px;
    line-height: 30px;
	letter-spacing: 1px;
	color: #1d2e5c;
    font-weight: bold;
}

.contact_t .contact-l h2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -33px;
    width: 50px;
    height: 3px;
    background-color: #1d2e5c;
}

.contact_t .contact-l h3 {
    font-size: 18px;
    color: #0753a5;
	opacity: 0.6;
}

.contact_t .contact-l .text {
    margin-top: 40px;
    font-size: 18px;
    color: #666;
}

.contact_t .contact-l .text p {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_t .contact-l .text p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.contact_t .contact-l .text p img {
    margin-right: 10px;
}

.contact_t .contact-r {
    width: 50%;
}

.contact_t .contact-r #map {
    width: 100%;
    height: 333px;
}

form {
    position: relative;
    padding-top: 25px;
}

form .input-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

form input {
    font-size: 16px;
    padding: 15px 16px;
    width: 48%;
    border: solid 1px #c4c4c4;
    margin-bottom: 26px;
    outline-color: #1A73E8;
}

form textarea {
    width: 100%;
    height: 320px;
    padding: 20px 14px;
    border: solid 1px #c4c4c4;
    outline-color: #1A73E8;
}

form button {
    position: absolute;
    right: 25px;
    bottom: 25px;
    padding: 10px 20px;
    color: #fafafa;
    font-size: 16px;
    background-color: #0753a5;
}

.h-footer-box .h-footer .b-nav dt {
        margin-left: 30%;
    }
