@charset "UTF-8";

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.w1500 {
    width: 1500px;
    margin: 0 auto;
}

.w1600 {
    width: 1600px;
    margin: 0 auto;
}

.page_top {
    height: 50px;
    background-color: #eeeeee;
}

.page_top_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #888888;
    font-size: 14px;
}

.page_top_main ul {
    height: 50px;
    display: flex;
    align-items: center;
}

.page_navs_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.page_navs_main .iphone {
    display: flex;
    align-items: center;

}

.page_banner img {
    width: 100%;
}

.page_navs_main .iphone p {
    font-size: 26px;
    color: #1e1e1e;
    font-weight: 700;

}

.page_navs_main .iphone p span {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 34px;

}

.page_navs_main .iphone::before {
    content: '';
    width: 57px;
    height: 52px;
    background-image: url(../images/iphone.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.navbas {
    background: url(../images/navbas.png) no-repeat scroll top left / auto;
}

.navbas_main {
    display: flex;
    justify-content: space-around;
    background: url(../images/navbas_main.png) no-repeat scroll top left / auto;
    z-index: 99;
    padding: 0 50px;
}

.navbas_main .nav {
    padding: 22px;
    position: relative;
    z-index: 999;
}

.navbas_main .nav:hover {
    background-color: #192988;
}

.navbas_main .nav a {
    display: block;
    color: #fff;
}

.banner img {
    width: 100%;
}

.navbas_main .nav .item2 {
    position: absolute;
    top: 63px;
    left: 0;
    display: none;
    width: 150px;
}

.navbas_main .nav .item2 p a {
    display: block;
    color: #1e1e1e;
    padding: 5px 10px;
}

.navbas_main .nav .item2 p:hover a {
    color: #192988;
}

.navbas_main .nav:hover .item2 {
    display: block;
    background-color: #fff;
}

.navbas_main .nav ul {
    overflow: hidden;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 63px;
    padding: 5px 20px 25px 20px;
    left: -0px;
    position: absolute;
    background: #fff;
    border: 1px #ddd solid;
    overflow: hidden;
    width: 770px;
}

.navbas_main .nav ul li {
    zoom: 1;
    float: left;
    margin: 15px;
    width: 150px;
    text-align: center;
}

.navbas_main .nav ul li:hover p {
    color: #192988;
}

.navbas_main .nav ul li:hover span {
    background-color: #192988;
}

.navbas_main .nav ul li img {
    width: 100%;
}

.navbas_main .nav ul li p {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}

.navbas_main .nav ul li span {
    display: block;
    width: 120px;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 15px;
    font-size: 12px;
    background: #253da7;
    color: #fff;
    font-style: normal;
    border-radius: 30px;
}

.navbas_main .nav:hover ul {
    display: block;
}

.page_product_m .title_tu {
    background: url(../images/product_title.jpg) no-repeat scroll top left / auto;
    width: 282px;
    height: 772px;
    float: right;
    z-index: -1;
}

.page_product {
    padding-top: 90px;
}

.page_product_c .text {
    font-size: 16px;
    line-height: 30px;
    color: #192988;
}

.page_product_c .text::before {
    content: '';
    background-image: url(../images/icon.png);
    width: 13px;
    height: 11px;
    display: block;
}

.page_product_c .items {
    position: relative;
}

.page_product_c .items ul {
    display: flex;
    margin-top: 20px;
}

.page_product_c .items ul li {
    font-size: 16px;
    color: #333333;
    padding: 10px;
}

.page_product_c .items ul li:hover {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #192988;
    font-weight: 600;
}

.page_product_c .tu {
    position: relative;
    margin-top: 30px;
    height: 606px;
}

.page_product_c ol {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    z-index: 999;
    width: 100%;
    position: absolute;
    background-color: #fff;
}

.page_product_c ol li {
    padding: 5px;
    width: 289px;
}

.page_product_c ol li em {
    display: block;
    overflow: hidden;
    background-color: #e5e5e5;
    box-shadow: 5px 9px 18px 0px rgba(169, 169, 169, 0.26);
    border: solid 6px #ffffff;
}

.page_product_c ol li em img {
    cursor: pointer;
    transition: all 1.5s;
    width: 100%;
}

.page_product_c ol li:hover em img {
    transform: scale(1.4);
}

.page_product_c ol li p {
    line-height: 50px;
    background-color: #ffffff;
    box-shadow: 5px 9px 18px 0px rgba(169, 169, 169, 0.26);
    text-align: center;
    font-size: 16px;
}

.page_product_c ol li:hover p {
    color: #192988;
}

.page_planning {
    margin-top: 70px;
}

.page_planning_c {
    background: url(../images/planning.jpg) no-repeat scroll top left / auto;
    background-size: cover;
    padding-top: 60px;
    margin-top: -39px;
    padding-bottom: 20px;
}

.common_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_title .title {
    font-size: 36px;
    color: #192988;
    font-weight: bolder;
}

.common_title .title em {
    display: block;
    width: 72px;
    height: 7px;
    background-color: #253da7;
    opacity: 0.68;
    margin-top: 15px;
}

.page_planning_m .top_text {
    font-size: 16px;
    line-height: 30px;
    color: #787878;
}

.page_planning_m .top_text::before {
    content: '';
    background-image: url(../images/icon.png);
    width: 13px;
    height: 11px;
    display: block;
}

.pure-g {
    margin-top: 30px;
}

.pure-g .left {
    width: 100%;
}

.pure-g .left .pure-u-1-4 {
    display: flex;
    justify-content: space-between;
}

.pure-g .right {
    overflow: hidden;
    max-height: 678px;
    margin-top: 30px;
}

.pure-g ul li {
    margin-right: 1px;
    counter-increment: number;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.6s;
}

.pure-g ul li em {
    display: inline-block;
    text-align: center;
    line-height: 87px;
    margin: 0 auto;

}

.pure-g ul li em:nth-of-type(1) {
    display: block;
    width: 86px;
    height: 87px;
    border-radius: 100%;
    border: 1px solid #d2d2d2;

}

.pure-g ul li em:nth-of-type(2) {
    display: none;
    width: 86px;
    height: 87px;
    background-image: linear-gradient(30deg,
            #192988 0%,
            #253da7 100%),
        linear-gradient(30deg,
            #192988 0%,
            #3247c3 100%);
    background-blend-mode: normal,
        normal;
    border-radius: 100%;
}


.pure-g ul li:hover em:nth-of-type(1) {
    display: none;
}

.pure-g ul li:hover em:nth-of-type(2) {
    display: block;
}

.pure-g ul li p {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

.pure-g ul li:hover p {
    color: #192988;
}

.pure-g .right {
    overflow: hidden;
}

.content .right img {
    display: block;
    width: 100%;
}

.page_advantage_t {
    background: url(../images/advantage_t.jpg) no-repeat scroll top left / auto;
    padding-top: 30px;
    padding-bottom: 125px;
}

.page_advantage_t_c h1 {
    font-size: 36px;
    color: #fff;
}

.page_advantage_t_c em {
    display: block;
    width: 72px;
    height: 7px;
    background-color: #fff;
    opacity: 0.68;
    margin-top: 10px;
}

.page_advantage_t_c {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.page_advantage_t_c .text h2 {
    font-size: 114px;
    color: #f3f3f3;
    opacity: 0.06;
    line-height: 90px;
}

.page_advantage_t_c .text p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-top: -80px;
}

.page_advantage_t_c .text p::before {
    content: '';
    background-image: url(../images/icon-1.png);
    width: 13px;
    height: 11px;
    display: block;

}

.page_advantage_m {
    background: url(../images/page_advantage_m1.jpg) no-repeat scroll top left / auto;
}

.page_case {
    padding-top: 60px;
}

.page_case_m {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.page_case_m .left {
    width: 580px;
    overflow: hidden;
    height: 471px;
}

.page_case_m .left a {
    display: block;
}

.page_case_m .left a img {
    cursor: pointer;
    transition: all 1.5s;
    width: 100%;
}

.page_case_m .left:hover a img {
    transform: scale(1.4);
}

.page_case_m .left:hover p {
    background-color: #192988;
}

.page_case_m .left a p {
    font-size: 16px;
    color: #ffffff;
    background-color: #000000;
    opacity: 0.4;
    text-align: center;
    line-height: 50px;
    margin-top: -50px;
    position: relative;
    width: 100%;
}

.page_case_m .right {
    /* padding-left: 8px; */
    width: 615px;
}

.page_case_m .right ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page_case_m .right ul li {
    width: 302px;
    border: solid 1px #e5e5e5;
    overflow: hidden;
    margin-bottom: 8px;
}

.page_case_m .right ul li img {
    cursor: pointer;
    transition: all 1.5s;
    width: 100%;

}

.page_case_m .right ul li:hover img {
    transform: scale(1.4);
}

.page_case_m .right ul li p {
    font-size: 16px;
    color: #ffffff;
    background-color: #000000;
    opacity: 0.4;
    text-align: center;
    line-height: 50px;
    margin-top: -50px;
    position: relative;
    width: 100%;
}

.page_case_m .right ul li:hover p {
    background-color: #192988;
}

.page_qualification {
    padding-top: 50px;
    background: url(../images/qualification.jpg) no-repeat scroll top left / auto;
    padding-bottom: 50px;
}

.page_qualification_m {
    margin-top: 40px;
    overflow: hidden;
}

.page_customer {
    padding-top: 60px;
}

.page_customer_m .text {
    font-size: 16px;
    color: #787878;
    line-height: 30px;
    margin-top: 15px;
}

.page_customer_m .text::before {
    content: '';
    background-image: url(../images/icon.png);
    width: 13px;
    height: 11px;
    display: block;
}

.page_about {
    background-color: #f9f9f9;
    padding: 49px 0 23px 0;
}

.page_about_m {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_about_m .left {
    width: 600px;
}

.page_about_m .left .text {
    width: 320px;
    height: 390px;
    background-image: linear-gradient(30deg,
            #192988 0%,
            #253da7 100%),
        linear-gradient(#192988,
            #192988);
    background-blend-mode: normal,
        normal;
    padding-top: 32px;
    padding-left: 32px;
}

.page_about_m .left .text h1 {
    font-size: 36px;
    color: #ffffff;
}

.page_about_m .left .text em {
    width: 72px;
    height: 6px;
    background-color: #ffffff;
    opacity: 0.68;
    margin-top: 7px;
    display: block;
}

.videos {
    width: 540px;
    overflow: hidden;
    margin-top: -228px;
    position: relative;
    height: 445px;
    float: right;
}

.videos .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: 35px !important;
    left: unset !important;
}

.videos .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 35px !important;
    left: unset !important;
}

.videos .swiper-button-prev {
    top: unset !important;
    bottom: 76px !important;
}

.videos .swiper-button-next {
    bottom: 15px !important;
    top: unset !important;
}

.page_about_m .right {
    width: 475px;
}

.page_about_m .right p {
    font-size: 15px;
    line-height: 36px;
    color: #787878;
}

.page_about_m .right p span {
    color: #192988;
    font-size: 18px;
}

.page_about_m .right .right_tu {
    margin-top: 90px;
}

.page_news {
    height: 536px;
    overflow: hidden;
    margin-top: 45px;
}

.page_news_m .left {
    width: 214px;
    height: 504px;
    background: url(../images/page_news1.jpg) no-repeat scroll top left / auto;
    float: left;
    z-index: -1;
}

.page_news_m .right {
    padding-top: 30px;
}

.page_news_m .right ul {
    display: flex;
    justify-content: space-around;
}

.page_news_m .right ul li {
    width: 335px;
    overflow: hidden;
}

.page_news_m .right ul li h1 {
    font-size: 42px;
    color: #666666;
    font-weight: bolder;

}

.page_news_m .right ul li h1 span {
    font-size: 18px;
    font-weight: 400;
}

.page_news_m .right ul li em {
    display: block;
    overflow: hidden;
}

.page_news_m .right ul li em img {
    cursor: pointer;
    transition: all 1.5s;
    width: 100%;
}

.page_news_m .right ul li:hover em img {
    transform: scale(1.1);
}

.page_news_m .right ul li h2 {
    font-size: 20px;
    line-height: 42px;
    color: #333333;
    font-weight: 600;
    margin-top: 20px;
}

.page_news_m .right ul li:hover h2 {
    color: #192988;
}

.page_news_m .right ul li p {
    font-size: 14px;
    line-height: 28px;
    color: #787878;
}

.page_news_m .right ul li .move {
    font-size: 14px;
    color: #999999;
    border: 1px solid #aaaaaa;
    line-height: 32px;
    border-radius: 16px;
    width: 100px;
    text-align: center;
    margin-top: 20px;
}

.page_news_m .right ul li:hover .move {
    background-color: #192988;
    color: #fff;
}

.bottom {
    margin-top: 90px;
    background: url(../images/bottom.jpg) no-repeat scroll top left / auto;

}

.bottom .btn1 {
    text-align: center;
}

.bottom .btn1 img {
    position: relative;
    margin-top: -37px;
}

.bottom_main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-top: 40px;
}

.bottom_main ul li {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.bottom_main ul li:nth-of-type(1) {
    font-size: 18px;
    border-bottom: 1px solid #315c95;
    display: block;
}

.bottom_main ul li:nth-of-type(1)::after {
    display: block;
    content: '';
    width: 28px;
    height: 4px;
    margin-top: 15px;
    background-color: #ffffff;
    opacity: 0.61;
}

.bottom_main ul li span:nth-of-type(2) {
    display: block;
    width: 120px;
}

.bottom_main ol li:nth-of-type(1) {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #315c95;
    color: #ffffff;
}

.bottom_main ol li {
    display: flex;
    justify-content: space-between;
}

.bottom_main ol li .code {
    text-align: center;
}

.bottom_main ol li:nth-of-type(1)::after {
    display: block;
    content: '';
    width: 28px;
    height: 4px;
    margin-top: 15px;
    background-color: #fff;
    opacity: 0.61;

}

.bottom_main ol li {
    margin: 5px;
}

.bottom_main ol li p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.61;
}

.bottom_main dl dd {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}

.bottom_main dl dd:nth-of-type(1) {
    font-size: 18px;
    border-bottom: 1px solid #315c95;

}

.bottom_main dl dd:nth-of-type(1)::after {
    display: block;
    content: '';
    width: 28px;
    height: 4px;
    margin-top: 15px;
    background-color: #fff;
    opacity: 0.61;

}

.bottom_main dl dd:nth-of-type(2) {
    font-size: 26px;
    display: flex;
    margin-top: 30px;
}

.bottom_main dl dd:nth-of-type(2)::before {
    content: '';
    width: 59px;
    height: 51px;
    background-image: url(../images/xiaoxi.png);
    background-repeat: no-repeat;
}

.bottom_b {
    background-color: #13206f;
    padding: 20px 0;
}

.bottom_b p {
    font-size: 14px;
    color: #fff;
}

/* 关于我们 */
.about_us {
    margin: 60px 0;
}

.tabs {
    display: flex;
    justify-content: space-between;
}

.tabs .left {
    width: 22.83%;
}

.tabs .left .phone {
    background-color: #192988;
    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: #192988;
    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 .items6 p a {
    border: unset;
    color: #333333;
    border-bottom: 1px solid #192988;
    border-radius: unset;
    padding-left: 40px;
}

.tabs .left nav .items6 p:hover a {
    color: #192988;
}

.tabs .left nav .items6 p a::after {
    content: unset;
}

.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: #192988;
    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: #192988;
}

.tabs .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
    background-color: #192988;
}

.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: #192988;
}

.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;
    transition: all 1.5s;
    cursor: pointer;
}

.tabs .right .center .pric ul li a img:hover {
    transform: scale(1.1);
}

.tabs .right .center .link h2 {
    font-size: 18px;
    color: #192988;
    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;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.product_details .pric .right h3 {
    background: #192988;
    width: 230px;
    height: 44px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 30px;
}

.product_details .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;
}

.product_parameters {
    margin-top: 50px;
}

.product_parameters .title h2 {
    width: 130px;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background: #192988;
}

.product_parameters .title {
    border-bottom: 2px solid #192988;
}

.product_parameters .center h2 {
    line-height: 50px;
    padding-left: 20px;
    margin-top: 30px;
    background-color: #192988;
    color: #ffffff;
}

/* 新闻 */
.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;
}

.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-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: #192988;
    margin-top: 20px;
}

.prodct_show {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.prodct_show .prodct_show_r {
    padding-left: 40px;
}

.prodct_show .prodct_show_r h1 {
    font-size: 26px;
    font-weight: bolder;
}

.prodct_show .prodct_show_r p {
    line-height: 40px !important;
    color: #000000 !important;
    font-size: 16px !important;
}

.prodct_show .prodct_show_r .hotline {
    margin-top: 15px;
    overflow: hidden;
    border-top: 1px #ddd solid;
    font-size: 22px;
    color: #c00;
    padding-top: 25px;
}

.prodct_show .prodct_show_r .consulting a {
    display: block;
    text-align: center;
    color: #fff;
    background: #2c56a3;
    font-size: 18px;
    width: 200px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    margin-top: 30px;
}

.prodct_show_c {
    margin-top: 40px;
}

.prodct_show_c h1 {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 20px;
}

.prodct_show_c h1 b {
    display: block;
    float: left;
    line-height: 50px;
    padding: 0px 30px;
    background: #192988;
    color: #fff;
    font-size: 22px;
}

/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
    display: block;
}

/*图片放大镜样式*/
.jqzoom {
    /* float: left; */
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10000;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px !important;
    height: 100px !important;
    border: 1px solid #aaa;
    background: #ffffff
        /*url(../images/zoom.png) 50% center no-repeat*/
    ;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
    width: 500px;
    height: 385px;
    border: 1px solid #DFDFDF;
    overflow: hidden;
}

.spec-scroll {
    clear: both;
    margin-top: 5px;
    width: 500px;
}

.spec-scroll .prev {
    float: left;
    margin-right: 4px;
}

.spec-scroll .next {
    float: right;
}

.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 10px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #CCC;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 372px;
    height: 56px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 56px;
}

.spec-scroll .items ul li {
    float: left;
    width: 64px;
    text-align: center;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 50px;
    height: 50px;
}

.spec-scroll .items ul li img:hover {
    border: 2px solid #FF6600;
    padding: 1px;
}

/*分页*/
.pagev {
    text-align: center;
    color: #666;
    clear: both;
}

.pagev span {
    line-height: 24px;
    padding: 0px 9px;
    display: inline-block;
}

.fonts {
    color: #fff;
    background-color: #1B2C88;
    border: 1px solid #1B2C88;
}

.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: #1E2D8A;
    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;
}