@charset "UTF-8";

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1100 {
    width: 1000px;
    margin: 0 auto;
}

.page_top {
    background-color: #0253cc;
    height: 42px;
}

.page_top_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.page_top_main p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #fff;
    display: flex;
    align-items: center;
}

.page_top_main p::before {
    content: '';
    width: 27px;
    height: 16px;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
}

.page_top_main ul {
    display: flex;
    align-items: center;
}

.page_top_main ul li {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
}

.page_top_main ul li::before {
    content: '';
    width: 28px;
    height: 20px;
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
}

.page_top_main ul li:nth-of-type(1) {
    margin-right: 10px;
}

.c-nav .hiden {
    display: none;
}

/* 导航栏 */
.c-nav {
    width: 100%;
}

.c-nav .navFlex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}

.c-nav .navFlex .logo {
    width: 23.35%;
}

.c-nav ul {
    display: flex;
    justify-content: space-between;
}

.c-nav ul li {
    padding: 5px 0;
    width: 100px;
    text-align: center;
}

.c-nav ul li .item3 p {
    padding: 10px;
    display: block;
}

.c-nav ul .classification {
    position: relative;
    z-index: 999;
}

.c-nav ul li .item3 {
    position: absolute;
    display: none;
    background-color: #ffffff;
    margin-left: 20px;
    width: 200px;
    text-align: left;
}

.c-nav ul li:hover .item3 {
    display: block;
}

.c-nav ul li a {
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    color: #333333;
}

.c-nav ul li a:hover {
    color: #0c519c;
}

.c-nav .btnImg {
    height: 20px;
    width: 25px;
    padding: 3px 8px 3px 8px;
    box-sizing: content-box;
    border: 1px solid transparent;
}

.banner img {
    width: 100%;
    overflow: hidden;
}

.product-number-info .product-number-inner {
    /* width: 1200px; */
    margin: 0 auto;
}

.product-number-info ul {
    padding: 60px 0px;
    display: flex;
    justify-content: space-between;
}

.q {
    zoom: 1;
}

.product-number-info li {
    width: 239px;
    height: 90px;
    border-left: 1px dashed #dcdcdc;
    color: #0253cc;
    padding-top: 1px;
    text-align: center;

}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}

.product-number-info li p {
    font-size: 14px;
    color: #111111;
}

.product-number-info li b i {
    font-style: normal;
    font-weight: bolder;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    top: 15px;
}

.page_about {
    padding: 50px 0;
    background-color: #f0f5fc;
}

.product-number-info li b em {
    font-style: normal;
    font-size: 20px;
    font-weight: 100;
    padding-left: 2px;
}

.common_title {
    text-align: center;
}

.common_title h1 {
    font-size: 36px;
    color: #0253cc;
    font-weight: 700;
}

.common_title p {
    font-size: 14px;
    line-height: 44px;
    color: #888888;
    text-indent: unset !important;
}

.common_title p::after {
    content: '';
    width: 36px;
    height: 3px;
    background-color: #0253cc;
    display: block;
    margin: 0px auto;
}

.common_title em {
    display: block;
    width: 279px;
    height: 1px;
    background-color: #0253cc;
    margin: 0 auto;
}

.page_about_m {
    display: flex;
    justify-content: space-between;
}

.page_about_m .text {
    width: 600px;
}

.page_about_m .text h2 {
    font-size: 28px;
    text-align: center;
    margin: 40px 0;
}

.page_about_m .text h2::after {
    content: '';
    display: block;
    width: 503px;
    height: 1px;
    background-color: #0253cc;
    margin: 10px auto;

}

.page_about_m .text p {
    font-size: 16px;
    color: #555555;
    line-height: 36px;
    text-indent: 2em;
}

.page_about_m .text p span {
    color: #0253cc;
}

.move {
    margin: 0 auto;
    width: 150px;
    height: 45px;
    border: solid 1px #0253cc;
    border-radius: 22.5px;
    text-align: center;
    line-height: 45px;
    color: #0253cc;
}

.page_product {
    padding-top: 60px;
}

.page_product_m ul {
    display: flex;
    justify-content: center;
}

.page_product_m {
    margin-top: 30px;
}

.page_product_m ul li {
    width: 160px;
    text-align: center;
    line-height: 46px;
    background-color: #f1f1f1;
    color: #666666;
}

.page_product_m ul:nth-of-type(2) {
    margin-top: 10px;
}

.page_product_m ul li:hover {
    background-color: #0253cc;
    color: #fff;
}

.page_product_m ol {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page_product_m ol li {
    border: 1px solid #e5e5e5;
    padding: 12px;
    width: 24.5%;
}

.page_product_m ol li img {
    width: 100%;
}

.page_product_m ol li p {
    height: 60px;
    position: relative;
    margin-top: -30px;
    text-align: center;
    line-height: 60px;
}

.page_product_m ol li:hover p {
    color: #0253cc;
}

.page_product_m ol li:hover {
    box-shadow: 0px 0px 12px 0px #0257d8 inset;
    border: solid 1px #e5e5e5;
}

.page_advantage {
    padding-top: 60px;
    background: url(../images/advantage.jpg) no-repeat scroll top left / auto;
    height: 726px;
}

.page_advantage_m {
    background-color: #fff;
    margin-top: 60px;
    padding-top: 20px;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.page_certificate {
    margin-top: 115px;
    padding-top: 70px;
}

.page_certificate_m {
    margin-top: 50px;
}

.page_cooperation {
    background: url(../images/cooperation.jpg) no-repeat center center scroll;
    padding: 50px 0;
    margin-top: 50px;
    background-size: cover;
}

.page_cooperation_m {
    margin-top: 50px;
}

.page_news {
    padding-top: 50px;
}

.page_news_m {
    margin-top: 50px;
}

.page_news_m .left {
    width: 566px;
}

.page_news_m .top {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

.page_news_m .top p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    display: flex;
    align-items: center;
}

.page_news_m .top p:nth-of-type(2) {
    font-size: 14px;
    color: #666666;

}

.page_news_m .top p:nth-of-type(1)::before {
    content: '';
    width: 35px;
    height: 26px;
    background-image: url(../images/icon5.png);
    background-repeat: no-repeat;
}

.page_news_c {
    margin-top: 15px;
    background-color: #fafafa;
    padding: 25px 0 0 25px;
}

.page_news_c h2 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.page_news_c p {
    font-size: 14px;
    line-height: 22px;
    color: #787878;
    width: 475px;
}

.page_news_c .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_news_c .time span {
    font-size: 14px;
    color: #444444;
}

.page_news_c .time span:nth-of-type(2) {
    color: #999999;
    background-color: #eeeeee;
    padding: 15px 25px;
}

.page_news_c:hover {
    border: 1px solid #0253cc;
}

.page_news_c:hover .time span:nth-of-type(2) {
    color: #ffffff;
    background-color: #0253cc;
}

.page_news_m .right {
    width: 565px;
}

.page_news_m {
    display: flex;
    justify-content: space-between;
}

.page_news_m .right .top p:nth-of-type(1)::before {
    content: '';
    width: 31px;
    height: 28px;
    background-image: url(../images/icon6.png);
    background-repeat: no-repeat;
    margin-right: 6px;
}

.page_news_m .right em {
    display: block;
    margin-top: 15px;
}

.page_news_m .right ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #e5e5e5;
}

.page_news_m .right ul li span {
    display: block;
    color: #999999;
}

.page_news_m .right ul li p {
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}

.page_news_m .right ul li p::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #7d7d7d;
    border-radius: 100%;
    margin-right: 7px;
}

.page_news_m .right ul li:hover p {
    color: #0253cc;
}

.page_news_m .right ul li:hover {
    border-bottom: 1px solid #0000ff;
}

.page_news_m .right ul li:hover p::before {
    background-color: #0253cc;
}

.bottom {
    margin-top: 60px;
}

.bottom_t {
    background-color: #0253cc;
    padding: 33px 0;
}

.bottom_t_c {
    display: flex;
    justify-content: space-between;
}

.bottom_t_c .iphone p {
    font-size: 14px;
    color: #ffffff;
    width: 280px;
}

.bottom_t_c .iphone p::before {
    float: left;
    content: '';
    width: 55px;
    height: 55px;
    background-image: url(../images/bottom_iphone.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.bottom_t_c .iphone p span {
    font-size: 30px;
    color: #fff;
}

.bottom_t_c .search {
    width: 290px;
    height: 40px;
    position: relative;
}

.bottom_t_c .search input {
    height: 40px;
    width: 250px;
    padding-left: 10px;
    outline: none;
}

.bottom_t_c .search .btn {
    position: absolute;
    right: 0;
    top: 0;
}

.bottom_m {
    background: url(../images/bottom.jpg) no-repeat center center scroll;
    padding-top: 40px;
}


.bottom_m_c ul li {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.5;
    line-height: 30px;
}

.bottom_m_c ul li:nth-of-type(1) {
    font-size: 17px;
    color: #fff;
    opacity: 1 !important;
}

.bottom_m_c ul li:nth-of-type(2) {
    margin-top: 30px;
}

.bottom_m_c {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.bottom_m_c .item {
    display: flex;
    justify-content: space-between;
    width: 800px;
}

.bottom_m_c ol {
    display: flex;
}

.bottom_m_c ol li {
    text-align: center;
    margin: 0 10px;
}

.bottom_m_c ol li p {
    color: #ffffff;
    opacity: 0.6;
    line-height: 30px;
}

.bottom_m .link {
    margin-top: 30px;
}

.bottom_m .link ul {
    display: flex;
}

.bottom_m .link ul li {
    font-size: 14px;
    opacity: 0.5;
    color: #fff;
    margin: 0 5px;
}

.bottom_m .link ul li:nth-of-type(1) {
    font-size: 17px;
    color: #fff;
    opacity: 1;
}

.bottom_b {
    border-top: 1px solid #48484e;
    margin-top: 30px;
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
    opacity: 0.4;
    color: #fff;
}

/* 关于我们 */
.about_us {
    margin: 60px 0;
}

.tabs {
    display: flex;
    justify-content: space-between;
}

.tabs .left {
    width: 22.83%;
}

.tabs .left .phone {
    background-color: #0253cc;
    padding: 20px 0;
}

.tabs .left .phone p {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

.tabs .left .phone p::before {
    content: '';
    width: 40px;
    height: 31px;
    background-image: url(../images/contact_phone.png);
    background-repeat: no-repeat;
}

.tabs .left .phone h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.tabs .right {
    width: 75.66%;
}

.tabs .left a {
    display: block;
}

.tabs .cont {
    overflow: hidden;
    display: none;
}

.tabs .left h3 {
    height: 62px;
    background-color: #0253cc;
    text-align: center;
    line-height: 62px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.tabs .left nav {
    border: solid 1px #e5e5e5;
}

.tabs .left nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    /* margin-left: 20px;
    margin-right: 20px; */
    margin: 10px 20px 10px 20px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    border-radius: 20px;
    position: relative;
    border: 1px solid #efefef;
}

.tabs .left nav a:last-of-type {
    margin-bottom: 9px;
}

.tabs .left nav a::after {
    width: 0;
    cursor: pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #0253cc;
    transition: 0.6s linear;
    border-radius: 20px;
}

.tabs .left nav a:hover {
    color: #ffffff;
    z-index: 2;
}

.tabs .left nav a:hover:after {
    width: 100%;
}

.tabs .right .center .center_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.tabs .right .center .center_top ul {
    display: flex;
}

.tabs .right .center .center_top ul li {
    color: #888888;
    font-size: 14px;
}

.tabs .right .center .center_top h2 {
    font-size: 24px;
    color: #0253cc;
}

.tabs .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
    background-color: #0253cc;
}

.tabs .right .center p {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    margin-top: 24px;
    margin-bottom: 24px;
}

.tabs .right .center .pric ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.tabs .right .center .pric ul li {
    width: 32.33%;
    margin-top: 25px;
    margin-right: 1%;
}

.tabs .right .center .pric ul li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
    width: 100%;
    overflow: hidden;

}

.tabs .right .center .pric ul li p {
    font-size: 16px;
    color: #444444;
    text-align: center;
    background-color: #eff2f6;
}

.tabs .right .center .pric ul li:hover p {
    background-color: #0253cc;
}

.tabs .right .center .pric ul li:hover p {
    color: #ffffff;
}

.tabs .right .center .pric ul li a img {
    width: 100%;
}

.tabs .left nav .item2 p a {
    padding-left: 40px;
}

.tabs .left nav .item1 .item2 {
    display: none;
}

.tabs .left nav .item1:hover .item2 {
    display: block;
}

.tabs .right .center .pric ul li a img {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: all 1.5s;

}

.tabs .right .center .pric ul li a img:hover {
    transform: scale(1.1);
}

.tabs .right .center .link h2 {
    font-size: 18px;
    color: #0253cc;
    font-weight: bolder;
}

.tabs .right .center .link {
    padding-top: 20px;
    padding-left: 20px;
}

.item1 .items6 p {
    display: none;
}

.item1 .items6:hover p {
    display: block;
}

.product_details {
    margin-top: 20px;
}

.product_details .pric {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product_details .pric .left {
    width: 390px;
}

.product_details .pric .left img {
    width: 100%;
}

.product_details .pric .right {
    width: 390px;
}

.product_details .pric .right h4 {
    font-size: 1.2rem;
    font-weight: bolder;
}

.product_details .pric .right p {
    margin-top: 20px;
    line-height: 26px;
    font-size: 15px;
}

.product_details .pric .right p span {
    font-size: 25px;
}

/* 新闻 */
.news {
    margin-top: 60px;
}

.tabs .right .center .news_dynamic {
    margin-top: 23px;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
    position: relative;
}

.tabs .right .center .news_dynamic::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #0253cc;
    transition: all ease .4s;
}

.tabs .right .center .news_dynamic:hover::after {
    width: 100%;
}


.tabs .right .center .news_dynamic .news_dynamic_center {
    display: flex;
    background-color: #f8f8f8;
    align-items: center;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul {
    margin-left: 48px;
    padding: 28px 0;
    padding-right: 40px;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li h3 {
    font-size: 18px;
    color: #444444;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li p {
    font-size: 15px;
    color: #737373;
    margin-top: 10px;
    line-height: 24px;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li a {
    display: block;
    font-size: 14px;
    color: #0253cc;
    margin-top: 20px;
}

/*分页*/
.pagev {
    text-align: center;
    color: #666;
    clear: both;
}

.pagev span {
    line-height: 24px;
    padding: 0px 9px;
    display: inline-block;
}

.fonts {
    color: #fff;
    background-color: #0253CC;
    border: 1px solid #0253CC;
}

.pagev span a {
    background-color: #fff;
    color: #666;
    border: 1px solid #D9D9D9;
    line-height: 24px;
    padding: 0px 9px;
    display: inline-block;
    text-decoration: none;
    margin: 1.5em 0;
}

.pagev span a:hover {
    color: #fff;
    background-color: #2d9aea;
    border: 1px solid #2d9aea;
}

/*客户留言*/
.liuyanform {}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    float: left;
    width: 10%;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: right;
    margin-right: 1%;
}

.form-group input {
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    width: 70%;
    padding-left: 15px;
    font-family: "微软雅黑";
}

.form-group textarea {
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    resize: none;
    width: 70%;
    padding-left: 15px;
    font-family: "微软雅黑";
}

.form-group1 input {
    display: block;
    width: 200px;
    float: left;
    margin-left: 95px;
    line-height: 45px;
    background-color: #0253CC;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "微软雅黑";
}


.prv_all {
    width: 100%;
    overflow: hidden;
    border-top: 1px dashed #999;
    margin-top: 40px;
}

.prv_next {
    width: 70%;
    overflow: hidden;
    float: left;
    line-height: 180%;
    margin-top: 10px;
}

.go_back {
    width: 30%;
    overflow: hidden;
    float: right;
    line-height: 180%;
    margin-top: 20px;
    text-align: right;
}

strong {
    font-weight: 700 !important;
}