@charset "utf-8";
body {
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.8;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
}

img {
    max-width: 100%;
}

a {
    color: #505050;
}

a:hover,
a:focus {
    text-decoration: none;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    width: 1440px;
    padding: 0;
    margin: 0 auto;
}

.top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: white;
}

.top_logo {
    display: inline-block;
    line-height: 83px;
}

.top_right {
    float: right;
}

.top ul {
    display: flex;
    align-items: center;
}

.top ul span {
    margin: 0 15px;
}

.top p {
    margin-bottom: 0;
    font-family: impact;
    color: #015bbb;
    font-size: 25px;
    display: inline-block;
}

.title {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    font-size: 16px;
    color: #015bbb;
    margin-top: 10px;
}

.title::before {
    content: "";
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: -15%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    transform: translate(-50%, -50%);
}

.banner .swiper img {
    width: 100%;
    margin-top: 100px;
}

.nav ul li {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.nav ul li a {
    display: block;
    padding: 36px 25px;
    transition: all 1s;
        white-space: nowrap;
}

.nav ul li a:hover {
    color: #015bbb;
}

.top_right ul li a:hover {
    color: #015bbb;
}

.about {
    padding: 40px 0;
}

.about .about_title strong {
    display: block;
    font-size: 90px;
    color: #eaeaea;
    line-height: 120px;
}

.about .about_title {
    text-align: center;
    margin-bottom: 35px;
}

.about .about_title h2 {
    display: block;
    font-size: 30px;
    margin-top: -100px;
    font-weight: bold;
    color: #015bbb;
    line-height: 45px;
}

.about .about_title p {
    line-height: 30px;
    color: #999;
}

.numrun {
    width: 50%;
    display: inline-block;
}

.numrun_right {
    margin-left: auto;
}

.about_txt {
    width: 50%;
    display: inline-block;
}

.numrun ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.numrun ul li {
    width: 50%;
    padding-left: 70px;
    border-left: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
}

.numrun ul li::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 30%;
    background: #015bbb;
    z-index: 1;
}

.numrun ul h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 55px;
    color: #015bbb;
    line-height: 72px;
    display: inline-block;
}

.numrun ul i {
    font-size: 16px;
    color: #015bbb;
    text-align: right;
    display: inline-block;
    font-style: normal;
}

.numrun ul p {
    color: #333;
    font-size: 16px;
    line-height: 36px;
}

.about_display {
    display: flex;
    align-items: center;
}

.buttom {
    text-align: center;
    margin-top: 50px;
}

.buttom a {
    background-color: rgba(1, 91, 187, 1);
    border: 1px solid #015bbb;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
}

.buttom a:hover {
    background-color: transparent;
    color: rgba(1, 91, 187, 1);
}

.about_txt h3 {
    color: #015bbb;
    text-align: right;
    font-size: 28px
}

.about_txt p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: right;
    color: #999;
}

.products {
    background: #f5fafe;
    padding: 40px 0;
    text-align: center;
    /* background-image: url(../images/jc_gc_bg05.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover; */
}

.products .products_title strong {
    display: block;
    font-size: 90px;
    color: #eaeaea;
    line-height: 120px;
}

.products .products_title {
    text-align: center;
    margin-bottom: 35px;
}

.products .products_title h2 {
    display: block;
    font-size: 30px;
    margin-top: -100px;
    font-weight: bold;
    color: #015bbb;
    line-height: 45px;
}

.products .products_title p {
    line-height: 30px;
    color: #999;
}

.products .products_show a {
    display: block;
    color: #333;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}

.products .products_show {
    text-align: center;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    top: 37%;
}

.news {
    padding: 40px 0;
    text-align: center;
    /* background-image: url(../images/jc_gc_bg05.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover; */
}

.news .news_title strong {
    display: block;
    font-size: 90px;
    color: #eaeaea;
    line-height: 120px;
}

.news .news_title {
    text-align: center;
    margin-bottom: 35px;
}

.news .news_title h2 {
    display: block;
    font-size: 30px;
    margin-top: -100px;
    font-weight: bold;
    color: #015bbb;
    line-height: 45px;
}

.news .news_title p {
    line-height: 30px;
    color: #999;
}

.news_txt {
    display: flex;
    justify-content: space-between;
}

.time {
    display: inline-block;
    font-size: 14px;
    color: #000;
    width: 15%;
    text-align: center;
    line-height: 16px;
}

.news_cnn li {
    overflow: hidden;
    background: url(../images/hline2.png) repeat-y 127px;
    padding-bottom: 13px;
    padding-top: 5px;
}

.news_cnn li a {
    display: flex;
}

.news_cnn li a img {
    height: 16px;
}

.news_img {
    width: 44%;
}

.news_cnn {
    width: 56%;
    text-align: left;
}

.news_nr h3 {
    font-size: 16px;
    line-height: 30px;
    color: #004590;
}

.news_nr h3:hover {
    font-size: 16px;
    line-height: 30px;
    color: #d00;
}

.news_nr p {
    font-size: 13px;
    line-height: 18px;
    color: #666;

    text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.news_nr {
    margin-left: 25px;
    border-bottom: solid 1px #eee;
    overflow: hidden;
    border-bottom: solid 1px #eee;
    background: url(../images/hline1.png) no-repeat left bottom/0 1px;
    transition: background 1s;
    width: 80%;
}

.news_nr:hover {
    background: url(../images/hline1.png) no-repeat left bottom/100% 1px;
}

.products .buttom {
    margin-left: auto;
    margin-right: auto;
}

.footer {
    padding: 30px 0;
    background-color: #0561b6;
    /* position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999; */
}

.footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer ul li {
    color: white;
    padding: 0 10px;
}

.footer ul li a {
    color: white;
}

footer {
    margin-top: 60px;
}

.news_img li.active {
    display: block;
}

.news_img li {
    display: none;
}

.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
    font-size: 18px;
    color: white;
    padding: 10px 25px;
    background-color: rgba(0, 69, 144, 0.9);
    ;
}

.mySwiper2 .swiper-button-prev,
.mySwiper2 .swiper-rtl .swiper-button-next {
    left: 25px;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-rtl .swiper-button-prev {
    right: 25px;
}

.nav li {
    position: relative;
}

.nav li:hover .nav_up {
    position: absolute;
    top: 100px;
    background: white;
    display: block;
}

.nav .nav_up {
    position: absolute;
    top: 103px;
    background: white;
    display: none;

}

.nav ul .nav_up a {
    padding: 30px 25px;
    text-align: center;
}

.products_category ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e4f0f4;
}

.products_category ul li {
    border-left: solid 1px #fff;
    width: 20%;
}

.products_category ul li:last-child {
    border-right: solid 1px #fff;
}

.products_category ul a {
    display: block;
    color: #000;
    line-height: 60px;
    text-align: center;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 14px;
    transition: background 0.5s, color 0.5s;
}

.products2 {
    background: transparent;
}

.products_category li.active a {
    background: #004590;
    color: #fff;
}

.products_num_title {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    color: #000;
    line-height: 60px;
    font-weight: bold;
    font-family: "微软雅黑";
    padding-top: 50px;
    padding-bottom: 30px;
}

.products_num .products_num_title p span {
    background: #fff;
    padding: 0 35px;
    color: #999;
    font-size: 15px;
}

.products_num .products_num_title>p {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    background: url(../images/line1.jpg) center repeat-x;
    margin: 0 auto;
}

.products_num ul li {
    margin-bottom: 20px;
    width: 24%;
}

.products_num ul li:not(:nth-child(4n)) {
    width: 24%;
    margin-right: 1.3%;
}

.products_num ul li a {
    display: block;
    line-height: 20px;
    text-align: left;
    background: #f7f7f7;
    overflow: hidden;
    transition: all 1s;
}

.products_num_img {
    overflow: hidden;
    margin: 10px 10px 0 10px;
}
.products_num_img img{
    width: 100%;
    height: 250px;
}
.products_num ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products_num ul::after {
    content: "";
    flex: auto;
}

.products_num ul li p {
    padding: 0 10px;
    margin-bottom: 0;
    font-size: 13px;
    color: #000;
}

.products_num ul li p:nth-child(2) {
    padding-top: 10px;
}

.products_num ul li p:nth-child(4) {
    padding-bottom: 10px;
}

.about_introduce_title {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    color: #000;
    line-height: 60px;
    font-weight: bold;
    font-family: "微软雅黑";
    padding-top: 50px;
    padding-bottom: 30px;
}

.about .about_introduce_title>p {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    background: url(../images/line1.jpg) center repeat-x;
    margin: 0 auto;
}

.about .about_introduce_title>p span {
    background: #fff;
    padding: 0 35px;
    color: #999;
    font-size: 15px;
}

.about_introduce>p {
    font-size: 16px;
    text-indent: 2em;
    margin-bottom: 0;
    margin-bottom: 15px;
    color: #666;
}

.about_introduce img {
    display: block;
    margin: 0 auto;
}

.equipment_shows .equipment_shows_title {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    color: #000;
    line-height: 60px;
    font-weight: bold;
    font-family: "微软雅黑";
    padding-top: 50px;
    padding-bottom: 30px;
}

.equipment_shows .equipment_shows_title {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    color: #000;
    line-height: 60px;
    font-weight: bold;
    font-family: "微软雅黑";
    padding-top: 50px;
    padding-bottom: 30px;
}

.equipment_shows .equipment_shows_title>p {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    background: url(../images/line1.jpg) center repeat-x;
    margin: 0 auto;
}

.equipment_shows .equipment_shows_title>p span {
    background: #fff;
    padding: 0 35px;
    color: #999;
    font-size: 15px;
}

.equipment_shows ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.equipment_shows ul::after {
    content: "";
    flex: auto;
}

.equipment_shows ul li {
    margin-bottom: 20px;
    width: 24%;
    text-align: center;
}

.equipment_shows ul li:not(:nth-child(4n)) {
    width: 24%;
    margin-right: 1.3%;
}

.news_category ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e4f0f4;
}

.news_category ul li {
    border-left: solid 1px #fff;
}

.news_category ul li:last-child {
    border-left: solid 1px #fff;
}

.news_category ul a {
    display: block;
    color: #000;
    line-height: 60px;
    text-align: center;
    padding: 0 100px;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 14px;
    transition: background 0.5s, color 0.5s;
}

.news_category li.active a {
    background: #004590;
    color: #fff;
}

.news_introduce_title {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    color: #000;
    line-height: 60px;
    font-weight: bold;
    font-family: "微软雅黑";
    padding-top: 50px;
    padding-bottom: 30px;
}

.news_introduce_title>p {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    background: url(../images/line1.jpg) center repeat-x;
    margin: 0 auto;
}

.news_introduce_title>p span {
    background: #fff;
    padding: 0 35px;
    color: #999;
    font-size: 16px;
}

.news_introduce ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_introduce ul li {
    margin-bottom: 20px;
    width: 32%;
}

.news_introduce ul::after {
    content: "";
    flex: auto;
}

.news_introduce ul li:not(:nth-child(3n)) {
    width: 32%;
    margin-right: 2%;
}

.news_introduce ul li a {
    display: block;
    line-height: 20px;
    text-align: left;
    background: #f7f7f7;
    overflow: hidden;
    padding-bottom: 30px;
}

.news_introduce_img {
    overflow: hidden;
    margin: 10px 10px 0 10px;
}

.news_introduce ul li h3 {
    padding: 25px 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_introduce ul li p {
    padding: 0 25px;
    margin-bottom: 0;
    font-size: 13px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.news_introduce .time {
    color: #666;
    text-align: right;
    padding: 10px 25px;
    width: 100%;
}

.news_introduce ul li .news_introduce_img img {
    transition: transform 1s;
     width: 100%;
    height: 285px;
}

.products_num ul li a:hover {
    background: #004590;
    color: #fff;
}

.products_num ul li a:hover p {
    color: #fff;
}

.products_num ul li a:hover .products_num_img img {
    transform: scale(1.2);
    transition: all 1s;
}

#allmap {
    height: 780px;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
    width: 50%;
}

#allmap div div div label {
    display: table !important;
    z-index: 99999999;
    width: 100%;
}

.contact_us .contact_us_title {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    color: #000;
    line-height: 60px;
    font-weight: bold;
    font-family: "微软雅黑";
    padding-top: 50px;
    padding-bottom: 30px;
}

.contact_us .contact_us_title>p {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    background: url(../images/line1.jpg) center repeat-x;
    margin: 0 auto;
}

.contact_us .contact_us_title>p span {
    background: #fff;
    padding: 0 35px;
    color: #999;
    font-size: 15px;
}

.callus_map {
    display: flex;
    padding: 0 60px;
}

.callus_map h3 {
    font-size: 20px;
    color: #015bbb;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 2px solid #015bbb;
    margin-bottom: 30px;
}

.contact_location {
    padding-left: 100px;
    padding-top: 50px;
}

.callus_map p {
    color: #696969;
    font-size: 14px;
    margin-bottom: 5px;
}

.contact_us #allmap {
    width: 50%;
}

.contact_us .contact_location {
    width: 50%;
}

.contact_location_dz {
    padding-bottom: 40px;
}

textarea.form-control {
    height: 160px;
    border-radius: 0;
}

.nr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}

.nr input {
    width: 47%;
    border-radius: 0;
    margin-bottom: 20px;
}

.contact_location_ly button {
    border-radius: 0;
}

.news_detail_title h3 {
    font-size: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.small_title {
    text-align: left;
    padding-bottom: 20px;
}

.small_title span {
    margin-right: 20px;
    font-size: 14px;
}

.news_detail_title p {
    text-align: left;
    text-indent: 2em;
    font-size: 17px;
    margin-bottom: 15px;
}

.news_detail_title img {
    margin-bottom: 15px;
}

.news_category li:hover a {
    background: #004590;
    color: #fff;
}

.products_category li:hover a {
    background: #004590;
    color: #fff;
}

.news_introduce_title h3 {
    font-size: 30px;
    line-height: 70px;
}

.products_num_title h3 {
    font-size: 30px;
    line-height: 70px;
}

.prducts_detail_title {
    display: flex;
}

.prducts_detail_title .prducts_detail_title_img {
    width: 50%;
}

.prducts_detail_title .prducts_detail_title_img img {
    width: 100%;
}

.prducts_detail_title .prducts_detail_title_con {
    width: 50%;
    text-align: left;
    padding-left: 40px;
}

.prducts_detail_title .prducts_detail_title_con p {
    border-bottom: solid 1px #eee;
}

.prducts_detail_title .prducts_detail_title_con span {
    text-align: left;
    font-weight: 900;
    color: #000;
    line-height: 60px;
    display: inline-block;
    display: inline-block;
}

.prducts_detail_title .prducts_detail_title_con a {
    color: #004590;
}

.nav ul li.active>a {
    background-color: #004590;
    color: white;
}

.nav ul li a:hover {
    background-color: #004590;
    color: white;
}

#baguetteBox-overlay .full-image img {
    width: 700px!important;
}

.products_num_title_txt {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    color: #000;
    line-height: 60px;
    font-weight: bold;
    font-family: "微软雅黑";
    padding-top: 50px;
    padding-bottom: 30px;
}

.products_num_title_txt h3 {
    font-size: 30px;
    line-height: 70px;
}

.products_num_title_txt p {
    font-size: 16px;
    line-height: 30px;
    font-weight: initial;
    text-align: left;
    text-indent: 2em;
}

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

.next span {
    text-align: left;
    font-weight: 900;
    color: #000;
    line-height: 60px;
    display: inline-block;
    font-size: 16px;
}

.next a {
    color: #004590;
    font-size: 16px;
}

.next p {
    text-indent: 0em;
}
.mbx{
    text-align: center;
    margin-top: 35px;
}
.mbx p{
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    background: url(../images/line1.jpg) center repeat-x;
    margin: 0 auto;
    
}
.mbx>p span {
    background: #fff;
    padding: 0 35px;
    color: #999;
    font-size: 15px;
}
.top_right ul li a{
    
    white-space: nowrap;

}
.banner .swiper img{
    height: 600px;
}
.news_img li:first-child{
    display: block;
}
.products_num ul li p:nth-child(5){
    visibility: hidden;
}