@charset "UTF-8";

.w1200 {
    width: 1200px;
    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 .center {
    display: flex;
    justify-content: space-between;
    width: 90.33%;
    align-items: center;
    padding-left: 15px;
    border-left: 1px solid #e5e5e5;
}

.page_navs {
    padding: 16px 0;
}

.page_navs_main .center {
    display: flex;
    justify-content: space-between;
}

.page_navs_main .center .left p {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    font-weight: 700;
}

.page_navs_main .center .left p:nth-of-type(2) {
    font-size: 17px;
    color: #132265;
    line-height: 28px;
}

.page_navs_main .center .left p:nth-of-type(2) span {
    color: #333333;
    font-size: 17px;
}

.page_navs_main .center .iphone {
    display: flex;
    align-items: center;

}

.page_navs_main .center .iphone p {
    font-size: 26px;
    color: #132265;

}


.page_navs_main .center .iphone::before {
    content: '';
    width: 47px;
    height: 43px;
    background-image: url(../images/iphone.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.navbas {
    border-top: 1px solid #e5e5e5;
}

.navbas_main ul {
    display: flex;
    justify-content: space-between;
}

.navbas_main ul li {
    padding: 25px 10px;
    font-size: 16px;
    color: #666666;
}

.navbas_main ul .items1 {
    position: relative;
    z-index: 999;
}

.navbas_main ul .items1 .items3 {
    position: absolute;
    display: none;
    background-color: #132265;
    top: 70px;
    left: 0;
}

.navbas_main ul .items1:hover .items3 {
    display: block;
}

.navbas_main ul li:hover {
    background-color: #132265;
    color: #fff;
}

.navbas_main ul .items1 .items3 p {
    padding: 5px 8px;
    width: 240px;
    color: #fff;
    line-height: 45px;
}

.navbas_main ul .items1 .items3 p:hover {
    background-color: #fff;
    color: #132265;
}

.banner img {
    width: 100%;
}

.page_product {
    background: url(../images/page_product1.jpg) no-repeat scroll top left / auto;
    background-size: cover;
    padding: 55px 0;
}

.common_title {
    text-align: center;
}

.common_title h1 {
    font-size: 40px;
    color: #222222;
    font-weight: 700;
}

.common_title h1 span:nth-of-type(2) {
    color: #132265;
}

.common_title p {
    font-size: 16px;
    color: #666666;
}

.page_product_m {
    margin-top: 30px;
}

.page_product_c {
    display: flex;
    justify-content: space-between;
}

.page_product_c .bg {
    text-align: center;
}

.page_product_c .bg p {
    position: relative;
    font-size: 16px;
    padding: 15px 0;
    background-color: #404040;
    border-radius: 5px;
    color: #fff;
    margin-top: -50px;
}

.page_product_c .bg:hover p {
    background-color: #132265;
}

.page_product_c .bg em {
    display: block;
    overflow: hidden;
}

.page_product_c .bg em img {
    transition: all 0.6s;
    cursor: pointer;
}

.page_product_c .bg em:hover img {
    transform: scale(1.2);
}

.page_product_c .sm {
    padding-left: 17px;
}

.page_product_c .sm ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page_product_c .sm ul li {
    margin-bottom: 13px;
    overflow: hidden;
}

.page_product_c .sm ul li img {
    transition: all 0.6s;
    cursor: pointer;

}

.page_product_c .sm ul li:hover img {
    transform: scale(1.2);

}

.page_product_c .sm ul li p {
    position: relative;
    font-size: 16px;
    padding: 15px 0;
    background-color: #404040;
    border-radius: 5px;
    color: #fff;
    margin-top: -50px;
    text-align: center;
}

.page_product_c .sm ul li:hover p {
    background-color: #132265;
}

.page_product_c:nth-of-type(2) .sm {
    padding-left: 0px;
    padding-right: 17px;
    width: 100%;
}

.page_qualification {

    background: url(../images/qualification.jpg) no-repeat scroll top left / auto;
    background-size: 100%;
    padding: 100px 0;
}

.page_qualification_m {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_qualification_m .tu {
    width: 765px;
}

.page_qualification_m .tu h1 {
    font-size: 40px;
    color: #ffffff;
}

.page_qualification_m .tu p {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.85;
    line-height: 30px;
}

.page_qualification_m .tu img {
    width: 100%;
}

.page_advantage {
    background: url(../images/page_product.jpg) no-repeat scroll top left / auto;
    background-size: cover;

    padding-top: 65px;
    padding-bottom: 30px;
}

.page_about_m {
    background-color: #132265;
    padding: 70px 0 210px 0;
}

.page_about_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_about_c .text {
    width: 470px;
}

.page_about_c .text h1 {
    font-size: 40px;
    color: #ffffff;
}

.page_about_c .text p {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.85;
}


.page_about_b ul {
    position: relative;
    background-color: #f2f3f7;
    margin-top: -125px;
}

.page_about_b ul {
    display: flex;
    justify-content: center;
    background-color: #f2f3f7;
}

.page_about_b ul li {
    padding-top: 60px;
    padding-left: 45px;
}

.page_about_b ul li:nth-of-type(1) {
    background: url(../images/page_about1.jpg) no-repeat scroll top left / auto;
    height: 218px;
    width: 600px;
}

.page_about_b ul li:nth-of-type(2) {
    background: url(../images/page_about2.jpg) no-repeat scroll top left / auto;
    background-size: cover;
    height: 218px;
    width: 600px;
}

.page_about_b ul li h1 {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
}

.page_about_b ul li p {
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
}

.page_news {
    padding-top: 80px;
    background-image: linear-gradient(0deg,
            #e0e0e0 0%,
            #ffffff 100%);
    padding-bottom: 55px;
}

.page_news_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_news_t .title h1 {
    font-size: 40px;
    color: #222222;
    font-weight: bolder;
}

.page_news_t .title h1 span {
    color: #132265;
}

.page_news_t .title p {
    font-size: 16px;
    color: #666666;
}

.page_news_c {
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
}

.page_news_c .left {
    background-color: #ffffff;
    width: 660px;
}

.news_common {
    padding: 30px 40px 40px 40px;
}

.news_common em {
    display: block;
    font-size: 14px;
    color: #132265;
}

.news_common h1 {
    font-size: 18px;
    color: #333333;
    font-weight: bolder;
    line-height: 48px;
}

.news_common p {
    font-size: 14px;
    color: #777777;
    line-height: 38px;
}

.page_news_c .right {
    width: 515px;
    background-color: #ffffff;
}

.bottom {
    margin-top: 0px;
}

.bottom .bottom_top {
    height: 68px;
    background-color: #132265;
}

.bottom .bottom_top ul {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bottom .bottom_top ul li {
    font-size: 16px;
    color: #ffffff;
}

.bottom_main {
    width: 100%;
    background: url('../images/bottom_m.jpg') no-repeat center center scroll;
    background-size: cover;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
}

.bottom_main_center .contact ul {
    display: flex;
    border: 1px solid #838282;
    justify-content: space-between;
    height: 133px;
    padding: 19px 0;
}

.bottom_main_center .contact ul li {
    color: #ffffff;
    flex: 1;
    border-right: 1px solid #838282;
}

.bottom_main_center .contact ul li p:nth-of-type(2) {
    padding-left: 65px;
}

.bottom_main_center .contact ul li p {
    display: flex;
    margin: 0 auto;
    width: 350px;
    padding-left: 25px;
    align-items: center;
    text-align: center;
}

.bottom_main_center .contact ul li:nth-of-type(1) p:nth-of-type(1)::before {
    content: '';
    width: 43px;
    height: 29px;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
}

.bottom_main_center .contact ul li:nth-of-type(2) p:nth-of-type(1)::before {
    content: '';
    width: 43px;
    height: 29px;
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
}

.bottom_main_center .contact ul li:nth-of-type(3) p:nth-of-type(1)::before {
    content: '';
    width: 43px;
    height: 29px;
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
}

.bottom_main_center p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 45px;
    text-align: center;
}

.bottom_main_center .link ul {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.bottom_main_center .link ul li {
    margin: 0 5px;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.82;
}

.bottom_main_center .code {
    text-align: center;
    margin-top: 30px;
}

.bottom_main_center .code ol {
    display: flex;
    justify-content: center;
}

.bottom_main_center .code ol li {
    margin: 0 5px;
}

.bottom_main_center .code p {
    margin-top: 17px;
}

/* 关于我们 */
.news {
    margin-top: 60px;
}

.about_us {
    margin-top: 60px;
    margin-bottom: 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: 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: #132265;
}

.tabs {
    display: flex;
    justify-content: space-between;
}

.tabs .left {
    width: 25.83%;
}

.tabs .left .phone {
    background-color: #132265;
    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: #132265;
    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;
    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: #132265;
    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: #132265;
}

.tabs .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
    background-color: #132265;
}

.tabs .right .center p {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
}

.tabs .right .center .pric ul {
    display: flex;
    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: #132265;
}

.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: #132265;
    font-weight: bolder;
}

.tabs .right .center .link {
    padding-top: 20px;
    padding-left: 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: #132265;
    border: 1px solid #132265;
}

.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: 90px;
    line-height: 45px;
    background-color: #132265;
    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;
}