@charset "UTF-8";

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.page_navbas {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
}

.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;
    align-items: center;
    padding: 6px 0;
}

.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: #28632c;
    margin-left: 40px;
    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: #f1f1f1;
    opacity: 0.7;
}

.page_banner img {
    width: 100%;
}

.c-nav ul li a:hover {
    color: #ffffff;
    opacity: 1;
}

.scrolledDown {
    background-color: black;
}

.common_title {
    text-align: center;
}

.common_title h1 {
    font-size: 60px;
    color: #333333;
}

.common_title p {
    font-size: 36px;
    color: #111111;
}

.common_title ol {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.common_title ol li {
    margin: 5px 10px;
}

.common_title ol li p {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.common_title ol li:hover p {
    color: #333dad;
}

.common_title ol li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_title ol li:hover .icon em {
    background-color: #333dad;
}

.common_title ol li:hover .icon::before {
    background-color: #333dad;
}

.common_title ol li:hover .icon::after {
    background-color: #333dad;
}

.common_title ol li .icon em {
    width: 7px;
    height: 7px;
    background-color: #b5b5b5;
    border-radius: 100%;
}

.common_title ol li .icon::after {
    content: '';
    width: 68px;
    height: 1px;
    background-color: #b5b5b5;
    opacity: 0.75;
}

.common_title ol li .icon::before {
    content: '';
    width: 68px;
    height: 1px;
    background-color: #b5b5b5;
    opacity: 0.75;
}

.page_product {
    padding-top: 90px;
    background: url(../images/page_product_b.jpg) no-repeat center center scroll;
    background-size: cover;
    padding-bottom: 50px;
}

.page_product_c {
    margin-top: 30px;
}

.page_product_c ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page_product_c ul li {
    width: 285px;
    margin-bottom: 20px;
}

.page_product_c ul li:hover em {
    border: solid 1px #333dad;

}

.page_product_c ul li em {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

.page_product_c ul li em img {
    cursor: pointer;
    transition: all 1s;

}

.page_product_c ul li:hover em img {
    transform: scale(1.1);
}

.page_product_c ul li p {
    font-size: 16px;
    text-align: center;
    line-height: 56px;
    border-bottom: 1px solid #d2d2d2;
}

.page_product_c ul li:hover p {
    border-bottom: 1px solid #333dad;
    color: #333dad;
}

.page_profile {
    background: url(../images/profile.jpg) no-repeat center center scroll;
    background-size: cover;
    padding: 70px 0;
}

.page_profile_m {
    display: flex;
    justify-content: space-between;
}

.page_profile_m .tu {
    width: 585px;
}

.page_profile_m .tu img {
    width: 100%;
}

.page_profile_m .text {
    width: 575px;
}

.page_profile_m .text h1 {
    font-size: 60px;
    color: #333333;
}

.page_profile_m .text h2 {
    font-size: 36px;
    color: #333333;
}

.page_profile_m .text h2::after {
    content: '';
    width: 1px;
    height: 45px;
    background-color: #333dad;
    display: block;
    margin: 8px 0;
}

.page_profile_m .text p {
    font-size: 16px;
    line-height: 32px;
    color: #555555;
}

.page_profile_m .text .move {
    margin-top: 50px;
}

.page_news {
    background-color: #f3f5f7;
    padding: 60px 0 30px 0;
}

.page_news_m {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.page_news_c {
    width: 390px;
    border-bottom: 2px solid #d2d2d2;
}

.page_news_c em {
    display: block;
    overflow: hidden;
}

.page_news_c em img {
    cursor: pointer;
    transition: all 1s;
}

.page_news_c:hover em img {
    transform: scale(1.1);
}

.page_news_c span {
    display: block;
    font-size: 18px;
    line-height: 72px;
    color: #999999;
}

.page_news_c h1 {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
}

.page_news_c p {
    font-size: 15px;
    line-height: 22px;
    color: #888888;
}

.bottom {
    margin-top: 40px;
    background: url(../images/bottom.jpg) no-repeat center center scroll;
    background-size: cover;
    padding-bottom: 30px;
}

.bottom_m_t {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #393939;
}

.bottom_m_c {
    padding-top: 60px;
    display: flex;
}

.bottom_m_c .contact ul li {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.47;
    line-height: 48px;
    display: flex;
    align-items: center;
}

.bottom_m_c .contact ul li:nth-of-type(1) {
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    opacity: 1;
}

.bottom_m_c .contact ul li:nth-of-type(2)::before {
    content: '';
    width: 26px;
    height: 26px;
    margin-right: 8px;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
}

.bottom_m_c .contact ul li:nth-of-type(3)::before {
    content: '';
    width: 26px;
    height: 26px;
    margin-right: 8px;
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
}

.bottom_m_c .contact ul li:nth-of-type(4)::before {
    content: '';
    width: 26px;
    height: 26px;
    margin-right: 8px;
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
}

.bottom_m_c .contact ul li:nth-of-type(2) {
    margin-top: 30px;
}

.bottom_m_c .quick {
    width: 350px;
    margin-left: 320px;
}

.bottom_m_c .quick ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom_m_c .quick ol li {
    width: 50%;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.6;
    line-height: 38px;
    display: flex;
    align-items: center;
}

.bottom_m_c .quick ol li::before {
    content: '';
    width: 6px;
    height: 9px;
    margin-right: 8px;
    background-image: url(../images/icon4.png);
    background-repeat: no-repeat;
}

.bottom_m_c .quick h1 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}

.bottom_b {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.3;
    margin-top: 120px;
}

/* 关于我们 */
.about_us {
    margin: 60px 0;
}

.tabs {
    display: flex;
    justify-content: space-between;
}

.tabs .left {
    width: 22.83%;
}

.tabs .left .phone {
    background-color: #333dad;
    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: #333dad;
    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: #333dad;
    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: #333dad;
}

.tabs .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
    background-color: #333dad;
}

.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: #333dad;
}

.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: #333dad;
    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: #333dad;
    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: 10px 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: #333dad;
}

/*分页*/
.pagev {
    text-align: center;
    color: #666;
    clear: both;
}

.pagev span {
    line-height: 24px;
    padding: 0px 9px;
    display: inline-block;
}

.fonts {
    color: #fff;
    background-color: #333DAD;
    border: 1px solid #333DAD;
}

.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: #333DAD;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "微软雅黑";
}

.f14 img {
    width: 100%;
    text-align: center;
}

.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;
}