@charset "UTF-8";

html,
body {
    height: 100%;
    width: 100%;
    font-size: 12px;
    line-height: 2.4em;
    font-family: "Microsoft YaHei";
    color: rgba(85, 85, 85, 1);
    margin: 0;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    font-family: "Microsoft YaHei";
    font-size: 12px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    list-style: none;
}

img {
    font-size: 0;
    vertical-align: bottom;
    line-height: 0;
    border: 0;
    transition: all linear .4s;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -o-transition: all linear .4s;
}

a,
a:visited {
    color: rgba(85, 85, 85, 1);
    text-decoration: none;
    transition: all linear .4s;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -o-transition: all linear .4s;
}

a:hover {
    color: #FB7A1C;
    text-decoration: none;
    font-weight: bold;
}

.c {
    clear: both;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.common_head_navbas {
    height: 120px;
}

.common_head_navbas .common_head_navbas_center {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .common_head_navbas .common_head_navbas_center .logo {
    width: 20.83%;
} */

.navMenu {
    display: flex;
    width: 54.17%;
    justify-content: space-between;
}

.navMenu .navMenu .frist_floor {
    position: relative;
}

.navMenu .frist_floor p a {
    font-size: 16px;
    color: #333333;
}

.navMenu .frist_floor p a:hover {
    border-bottom: 2px solid #033989;
}

.navMenu .navMenu .frist_floor a {
    font-size: 16px;
    color: #333333;
}

.common_head_navbas_center .second_floor {
    display: none;
    position: absolute;
    margin-top: 2px;
    padding-top: 33px;
}

.navMenu .frist_floor:hover .second_floor {
    display: block;
}

.navMenu .frist_floor:hover p {
    color: #0361ec;
}

.navMenu .frist_floor li a {
    height: 27px;
    line-height: 27px;
}

/*二级菜单*/
.navMenu .frist_floor .second_floor {
    display: none;
    background-color: #ffffff;
    z-index: 999;
    width: 200px;
}

.navMenu .frist_floor .second_floor li:hover a {
    color: #0361ec;
    transition: 1s;
}

.navMenu .frist_floor .second_floor li:hover .third_layer li a {
    color: #333333;
}

.navMenu .frist_floor .second_floor li:hover {
    background-color: #eeeeee;
}

/*三级菜单*/

.navMenu .frist_floor .second_floor li {
    position: relative;
    padding-left: 15px;
}

.navMenu .frist_floor .second_floor ul {
    display: none;
}

.navMenu .frist_floor .second_floor .third_layer {
    width: 200px;
    background-color: #ffffff;
    padding-top: 35px;
}

.navMenu .frist_floor .second_floor li:hover .third_layer {
    position: absolute;
    display: block;
    left: 200px;
    top: 0px;
    z-index: 999;
}

.navMenu .frist_floor .second_floor .third_layer li:hover {
    color: #0361ec;
}

.navMenu .frist_floor .second_floor li .third_layer:hover {
    display: block;
}

.page_about {
    padding: 130px 0 151px 0;
    background: url(../images/page_about.jpg) no-repeat scroll top left;
    background-size: 100%;
}

.page_about_main .left h1 {
    font-size: 30px;
    color: #333333;
}

.page_about_main .left h5 {
    margin-top: 40px;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    width: 650px;
}

.page_about_main .left h5 a {
    color: #006db8;
}

.page_about_main .left ul {
    display: flex;
    margin-top: 80px;
}

.page_about_main .left ul li {
    width: 220px;
    padding: 30px;
    background-color: #006db8;
}

.page_about_main .left ul li:nth-of-type(even) {
    background-color: #3590ce;
}

.page_about_main .left ul li h2 {
    font-size: 54px;
    color: #ffffff;
}

.page_about_main .left ul li h2 span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #4293ca;
    font-size: 14px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.page_about_main .left ul li p {
    font-size: 16px;
    color: #fff;
}

.page_business {
    padding: 45px 0 75px 0;
    background-color: #f4f4f4;
}

.common_title {
    display: flex;
    justify-content: space-between;
}

.common_title h2 {
    font-size: 36px;
    color: #333333;

}

.common_title h2 span {
    display: inline-block;
    font-size: 20px;
    color: #999999;
}

.page_business_c ul {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

.page_business_c ul li {
    padding: 30px 22px 80px 22px;
    background-color: #fff;
    width: 380px;
    text-align: center;
    margin: 0.5%;
}

.page_business_c ul li:hover {
    border-bottom: 2px solid #006db8;
}


.page_business_c ul li h2 {
    margin-top: 25px;
    font-size: 22px;
    color: #006db8;
    text-align: center;

}

.page_business_c ul li h2::after {
    content: '';
    width: 56px;
    height: 3px;
    display: block;
    background-color: #999999;
    margin: 25px auto;
}

.page_business_c ul li p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.page_case {
    padding-top: 40px;
    background: url(../images/case_b.jpg) no-repeat scroll top left;
    background-size: cover;
    padding-bottom: 90px;

}

.page_case_c {
    margin-top: 40px;
}

.page_news {
    padding-top: 70px;

}

.page_news_m_c {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.page_news_m_c .left {
    width: 570px;
}

.page_news_m_c .right {
    width: 550px;
}

.page_news_m_c .right ul li {
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.page_news_m_c .right ul li p {
    font-size: 17px;
    color: #333;
    width: 550px;
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.page_news_m_c .right ul li p span:nth-of-type(1)::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333333;
    margin-right: 5px;
}

.page_news_m_c .right ul li p span:nth-of-type(3) {
    display: inline-block;
    font-size: 14px;
    color: #a6a6a6;
}

.bottom .bottom_t {
    border-bottom: 1px solid #ffffff;
}

.bottom {
    background-color: #006db8;
    margin-top: 80px;
}

.bottom .bottom_t ul {
    display: flex;
    justify-content: space-between;
}

.bottom .bottom_t ul li {
    line-height: 64px;
    color: #ffffff;
    font-size: 16px;
}


.bottom .bottom_t ul li a {
    line-height: 64px;
    color: #ffffff;
    font-size: 16px;
}

.bottom_main {
    padding-top: 45px;
    display: flex;
    justify-content: space-between;

}

.bottom_main ul li {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 26px;
}

.bottom_main ol {
    border-left: 1px dashed #ffffff;
    padding-left: 35px;
}

.bottom_main ol li {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 26px;

}

.bottom_main .code {
    text-align: center;
}

.bottom_main .code h1 {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;

}

.bottom_main .code img {
    margin-top: 18px;
    margin-left: 10px;
}

.bottom_main .code h6 {
    margin-top: 15px;
    color: #ffffff;
}

.bottom .bottom_b {
    background-color: #1b1b1b;
    margin-top: 45px;
}

.bottom .bottom_b p {
    padding: 30px 0;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.68;
}

/* 关于我们 */
.about_us {
    margin-top: 60px;
}

.tabs .right .center .news_dynamic {
    margin-top: 10px;
    padding: 5px 0;
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
}

.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: 0px 0 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: #1e50ae;
    margin-top: 20px;
}

.tabs {
    display: flex;
    justify-content: space-between;
}

.tabs .left {
    width: 25.83%;
}

.tabs .left .phone {
    background-color: #1e50ae;
    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: 70.66%;
}

.tabs .left a {
    display: block;
}

.tabs .cont {
    overflow: hidden;
    display: none;
}

.tabs .left h3 {
    height: 62px;
    background-color: #1e50ae;
    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: #1e50ae;
    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: #1e50ae;
}

.tabs .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
    background-color: #1e50ae;
}

.tabs .right .center p {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
}

.tabs .right .center .pric ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.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: #1e50ae;
}

.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;
}

.tabs .right .center .pric ul li a img:hover {
    transform: scale(1.1);
    transition: all 1.5s;
}

.tabs .right .center .link h2 {
    font-size: 18px;
    color: #1e50ae;
    font-weight: bolder;
}

.tabs .right .center .link {
    padding-top: 20px;
    padding-left: 20px;
}


.product_details {
    margin-top: 20px;
}

.pric {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pric .left {
    width: 390px;
    height: 438px;
}

.pric .left img {
    width: 100%;
}

.pric .right {
    width: 390px;
}

.pric .right h4 {
    font-size: 1.2rem;
    font-weight: bolder;
}

.pric .right p {
    margin-top: 20px;
    line-height: 26px;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.pric .right h3 {
    background: #d22c12;
    width: 230px;
    height: 44px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 30px;
}

.gallery-thumbs {
    box-sizing: border-box;
    margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
    width: 90px !important;
    height: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/*分页*/
.pagev {
    text-align: center;
    color: #666;
    clear: both;
}

.pagev span {
    line-height: 24px;
    padding: 0px 9px;
    display: inline-block;
}

.fonts {
    color: #fff;
    background-color: #006DB8;
    border: 1px solid #006DB8;
}

.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: 100px;
    line-height: 45px;
    background-color: #006DB8;
    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;
}