@charset "utf-8";

/* CSS Document */


/*大图切换*/

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 640px;
    background: #FFF;
}

.banner ul {
    position: relative;
}

.banner li {
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: absolute;
}

.banner  h1 {
    font-size: 52px;
    color: #FFF;
    padding: 10px 0;
}

.banner  p {
    font-size: 18px;
    color: #FFF;
    line-height: 40px;
    padding: 30px 0;
}

.banner  a {
    padding: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 20px;
}

.banner_left {
    width: 50%;
    padding-top: 150px;
    color: #FFF;
    text-align:left;
}

.banner_right {
    right: 260px;
    top: 200px;
    position: absolute;
}

.banner .pt1 {
    /*background: url(../images/wall_banner.jpg) no-repeat top center;*/
    background: linear-gradient(45deg,#feac5e,#c779d0,#4bc0c8);
    height: 640px;
    width: 100%;
}

.banner .pt2 {
    /*background: url(../images/macro_banner.jpg) no-repeat top center;*/
    background: linear-gradient(45deg,#845ec2,#2c73d2,#008e9b);
    height: 640px;
    width: 100%;
}

.banner .pt3 {
    /*background: url(../images/car_banner.png) no-repeat top center;*/
    background: linear-gradient(to right, red, blue);
    height: 640px;
    width: 100%;
}
.swiper-button-prev{

}


/*青一色动态*/

.qx_news {
    background-color: #FFFFFF;
    padding-bottom: 60px;
    overflow: hidden;
}

.qx_news ul {}


.qx_news ul li {
    width: 360px;
    height: 460px;
    float: left;
    margin-right: 40px;
}

.news_title {
    text-align: center;
    padding: 40px 0 40px;
}

.news_title h2 {
    font-size: 36px;
    width: 200px;
    margin: 0 auto;
}
.news_title .title {
    margin-top: 10px;
    font-size: 20px;
    color: #dedede;
    text-align: center;
}

.news_pic {
    position: relative;
    width: 360px;
    height: 233px;
    overflow: hidden;
}

.qx_news li:hover .news_pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.news_pic img {
    width: 100%;
    height: 203px;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    overflow: hidden;
}

.news_txt {
    /*background: #11487d;*/
    background: linear-gradient(45deg,#feac5e,#c779d0,#4bc0c8);
    padding: 20px 36px;
    position: relative;
    z-index: 1;
}

.news_more {
    width: 180px;
    line-height: 40px;
    border: 2px solid #f3f3f3;
    background: #fff;
    position: relative;
    z-index: 2;
    margin: -30px 80px;
    box-shadow: 0 0 20px #666;
    text-align: center;
}

.news_more a {
    font-size: 14px;
}

.news_more a:hover {
    color: #942645;
}

.qx_news li:hover .news_txt {
    background: #942645;
}

.news_txt h3 {
    font-size: 24px;
    color: #FFF;
    /*//超出省略号*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_txt p {
    font-size: 14px;
    line-height: 28px;
    height: 84px;
    color: #fff;
    margin-top: 6px;
}

.case_title {
    text-align: center;
    padding: 40px 0 40px;
}

.case_title h2 {
    font-size: 36px;
    /*width: 200px;*/
    margin: 0 auto;
}

.case_title .title {
    margin-top: 10px;
    font-size: 20px;
    color: #dedede;
    text-align: center;
}
/*青一色产品*/

.p_top {
    padding: 5.5vw 0;
}

.product {
    width: 100%;
    height: 600px;
    /*background: linear-gradient(45deg,#845ec2,#2c73d2,#008f7a);*/
    background: linear-gradient(42deg,#f1f4ff,#f5f7ff 13%,#fff8fa 33%,#f5f8ff 84%,#eaeefe);
   /* background-image: linear-gradient(to left, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 49%, #7ac5d8 100%);
    background: linear-gradient(42deg,#f1f4ff,#7ac5d8 13%,#f8fdff 33%,#f5f8ff 84%,#eaeefe);*/
}
.product:hover{
    width: 100%;
    height: 600px;
    /*background: linear-gradient(45deg,#008f7a,#2c73d2,#845ec2);*/
    /*background-image: linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 49%, #7ac5d8 100%);*/
    /*background: linear-gradient(42deg,#f1f4ff,#7ac5d8 13%,#f8fdff 33%,#f5f8ff 84%,#eaeefe);*/
}

.product_l {
    float: left;
    width: 32%;

}

.p_title {
    text-align: left;
}

.p_title h3 {
    color: #2b2b2b;
    font-size: 38px;
    word-wrap: normal;
    margin-bottom: 10px;
}
.p_title .title {
    color: #cccccc;
    font-size: 14px;
    line-height: 24px;
    padding-right: 50px;
}

.p_list {
    max-width: 200px;
    margin-top: 20px;
}

.p_list ul {}

.p_list ul li {
    line-height: 48px;
    white-space: nowrap;
    margin-top: 8px;
    position: relative;
}

.p_list ul li:after {
    content: '';
    width: 7px;
    height: 12px;
    background: url("../images/arrows.png") no-repeat right center;
    background-size: auto 12px;
    position: absolute;
    right: 10px;
    top: 18px;
}

.p_list ul li a {
    cursor: pointer;
    line-height: 48px;
    color: #2b2b2b;
    font-size: 16px;
    display: block;
}

.product .active {
    /*background: #108cee;*/
    background: linear-gradient(45deg,#feac5e,#c779d0,#4bc0c8);
    padding: 0 20px;
    border-radius: 8px;
    color: #FFFFFF;
}

.p_list ul li a:hover {
    /*background: linear-gradient(45deg,#ff9671,#ffc75f,#ff9671);*/
    line-height: 48px;
    /*background: #108cee;*/
    border-radius: 8px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.2s ease;
    /* Safari and Chrome */
    -o-transition: all 0.2s ease;
    /* Opera */
    padding: 0 20px;
}

.product_r {
    float: right;
    width: 68%;
    background-color: #FFF;
    overflow: hidden;
    height: 400px;
}

.items {
    padding: 30px;
}
.items a{
    color: #11487d;
}

.product_r h3 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}

.product_r p {
    line-height: 26px;
    font-size: 14px;
    color: #666;
    text-align: justify;
    margin: 17px 0 13px;
}

.product_r p a {
    font-size: 16px;
    padding: 5px;
}

.product_r ul {}

.product_r ul li {
    width: 130px;
    float: left;
    position: relative;
    margin-right: 18px;
}

.product_r ul li a {
    display: block;
    color: #666666;
    border: 1px solid #dcdcdc;
    background: #FFF;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
    -webkit-webkit: border radius 5px;
    -moz-webkit: border radius 5px;
    -ms-webkit: border radius 5px;
    -o-webkit: border radius 5px;
    webkit: border radius 5px;
    cursor: pointer;
}

.product_r ul li a:hover {
    background: #f6f6f6;
}

.product_r ul li .ioc {
    width: 60px;
    margin: 0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    display: block;
    margin-bottom: 10px;
}

.product_r ul li .ioc img {
    width: 60px;
    height: 60px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.product_r ul li .tit {
    display: block;
    color: #0b6cbc;
    font-size: 16px;
    padding: 10px 0 0;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: url("../images/line.png") top center no-repeat;
}
.product_r ul li .cent {
    display: block;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 16px;
    text-align: justify;
}
.platform_advantage_content {
    overflow: hidden;
}
.platform_advantage_content .scoll{
    width: 360px;
    float: left;
    /*background-color: #fff;*/
    color: #11487d;
    margin: 20px;
    /*box-shadow: 0 0 10px #ccc;*/
    /*border-radius: 10px;*/

}
.platform_advantage_list {
    padding: 12px;
    display: block;
    overflow: hidden;
}
.platform_advantage_img {
    width: 100px;
    float: left;
}
.platform_advantage_img img{
    width: 100px;
    height: 100px;
}
.platform_advantage_brief {
    width: 220px;
    float: right;
    color: #fff;
    /*padding-left: 20px;*/
}
.platform_advantage_brief .brief_title {
    font-size: 18px;
    color: #11487d;
}
.platform_advantage_brief .brief_text {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    overflow: hidden;
    text-align: justify;
}

/**服务**/
.pro_server{
    width: 100%;
    height: 1000px;
    background-color: #f5f5f5;
    background: linear-gradient(45deg,#f5f5f5,#f1f1f1,#f9f9f9);
}



.pricebg{  background-color:#F4F7F7; width:100%; height:auto; margin-bottom:30px; padding-bottom:10px;}
.price-list{ height:auto; overflow:hidden; text-align:center; margin:0 auto; display:flex;flex-direction:row; flex-wrap: nowrap;justify-content:center;}
.pricek{ text-align:center; padding:35px 20px; background-color:#FFF; box-shadow:0px 2px 5px 0px rgba(0.06, 0, 0, 0.06); float:left; width:460px; margin:0 15px;}
.price-title{ color:#333; font-size:30px;}
.price{ font-size:26px; color:#36C; margin:10px 0;}
.pr-btn{ font-size:16px; color:#999; line-height:44px; margin-bottom:30px; text-align:center;}
.pr-btn a{ height:32px; line-height:32px; width:120px; display:block; color:#FFF; border-radius:32px; margin:0 auto;}
.pr-gr{ background-color:#4c8045;}
.pr-wh{ background-color:#06C;}
.pr-red{ background-color:#F00;}
.pr-bl{ background-color:#999;}
.price-content{}
.price-content ul{ text-align:center;}
.price-content ul li{ color:#666; font-size:16px; line-height:44px; border-bottom:#CCC 1px dashed;}
.cpr{ height:auto; margin:20px auto; background-color:#FFF;}
.cpr p{ line-height:46px; font-size:16px; color:#06C; padding-left:20px; text-align:center;}

/*案例*/

.qx_case {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.case_bott {
    text-align: center;
    padding: 20px 0 40px;
    width: 100%;
}

.case_bott a {
    font-size: 20px;
    padding: 8px 30px;
    line-height: 30px;
    border: #eaeaea 1px solid;
    background: #f9f9f9;
    height: 36px;
}

.qx_case ul {
    clear: both;
    overflow: hidden;
}

.qx_case ul li {
    float: left;
    width: 280px;
    height: 300px;
    border: 1px solid #f6f6f6;
    margin-right: 12px;
    overflow: hidden;
    padding: 3px;
}

.qx_case ul li a {
    width: 100%;
    height: 300px;
    display: block;
    background: #f6f6f6;
}

.qx_case ul li .imgs {
    width: 280px;
    height: 158px;
    overflow: hidden;
}

.qx_case ul li .imgs img {
    width: 100%;
    height: 158px;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.qx_case li:hover .imgs img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.qx_case li:hover a {
    /*background: #e0b4b4;*/
    background: linear-gradient(45deg,#845ec2,#2c73d2,#008e9b);
}

.qx_case ul li .case_txt {
    padding: 18px;
}

.qx_case ul li .case_txt h2 {
    color: #666666;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

.qx_case ul li:hover .case_txt h2 {
    color: #FFF;
}

.qx_case ul li .case_info {
    font-size: 14px;
    color: #666666;
    height: 70px;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qx_case ul li:hover .case_info {
    color: #FFF;
}

.qx_intro {
    background: url(../images/intro.jpg) no-repeat top center;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #FFF;
    padding: 20px 0;
}

/**服务**/
.qx_server{
    width: 100%;
    height: 400px;
    background-color: #f5f5f5;
    /*background: linear-gradient(45deg,#f5f5f5,#f1f1f1,#f9f9f9);*/
    background: linear-gradient(42deg,#f1f4ff,#f5f7ff 13%,#f8fdff 33%,#f5f8ff 84%,#eaeefe);
}

.qx_server .v_con {}

.qx_server .v_con ul {}
.qx_server .v_con ul .w1{width: 138px}
.qx_server .v_con ul .w2{width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    width: 30px;
    background: url(../images/scissors.png) no-repeat center;
}

.qx_server .v_con ul li {
    height:160px;
    float: left;
    text-align: center;
    margin: 16px 2px;


}
.qx_server .v_con ul li h4{
    font-weight: normal;
    font-size: 16px;
}

.qx_server .v_con ul li img {
    height: 120px;
    display: inline;
    vertical-align: middle;

}

.qx_server .v_con ul .w1:hover {
    border-radius: 8px;
    background: linear-gradient(45deg,#feac5e,#c779d0,#4bc0c8);
    color: #FFFFFF;
}


/*关于我们*/

.qx_about {
    height: 700px;
    width: 100%;
    overflow: hidden;
    /*background: url(../images/about.jpg) no-repeat top center;*/
    /*background: linear-gradient(45deg,#feac5e,#c779d0,#4bc0c8);*/
    background: linear-gradient(42deg,#f1f4ff,#f5f7ff 13%,#fffbf5 33%,#f5f8ff 84%,#eaeefe)
}

.qx_about h2 {
    font-size: 36px;
    width: 200px;
    margin: 0 auto;
    color: #2b2b2b;
    padding-top: 50px;
    text-align: center;
}
.qx_about .title {
    margin-top: 10px;
    font-size: 20px;
    color: #dedede;
    text-align: center;
}

.qx_about_r {
    float: right;
    width: 560px;
    padding-top: 100px;
    animation-delay: 0.5s;
}

.qx_about_l {
    float: left;
    width: 620px;
    padding-top: 10px;
}
.qx_about_l img{
    width: 600px;
}

.qx_about_r p {
    font-size: 16px;
    line-height: 30px;
    width: 560px;
    color: #2b2b2b;
    padding-bottom:12px;
    text-indent: 2em;
    text-align: justify;
}


/*服务*/

.qx_serve {
    width: 100%;
    /*margin-bottom: 60px;*/
    overflow: hidden;
    padding-bottom: 30px;
}

.qx_serve .s_title {
    padding: 40px 0;
}

.qx_serve .s_title h2 {
    color: #333;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
}

.qx_serve .s_con {}

.qx_serve .s_con ul {}

.qx_serve .s_con ul li {
    width: 220px;
    height: 93px;
    float: left;
    text-align: center;
    margin: 16px 8px;
    transition: all 0.3s linear;
}

.qx_serve .s_con ul li img {
    height: 50px;
    width: 80%;
    max-width: 80%;
    display: inline;
    vertical-align: middle;
    border: 1px solid #f2f2f2;
    padding: 20px;
}

.qx_serve .s_con ul li img:hover {
    height: 50px;
    width: 80%;
    max-width: 80%;
    display: inline;
    vertical-align: middle;
    border: 1px solid #f2f2f2;
    padding: 20px;
    box-shadow: 0 4px 4px 0 #dcdcdc;
}


/*banner*/

.qx_wall_banner {
    height: 420px;
    width: 100%;
    /*background: url(../images/wallchar.jpg) no-repeat top center;*/
}

.qx_data_banner {
    height: 420px;
    width: 100%;
    /*background: url(../images/data_top.jpg) no-repeat top center;*/
}

.qx_car_banner {
    height: 420px;
    width: 100%;
    /*background: url(../images/usedcar.jpg) no-repeat top center;*/
}

.qx_invest_banner {
    height: 420px;
    width: 100%;
    /*background: url(../images/zhao_top.jpg) no-repeat top center;*/
}


.qx_wall_banner h1,
.qx_data_banner h1,
.qx_invest_banner h1,
.qx_car_banner h1 {
    font-size: 36px;
    color: #FFFFFF;
    padding-top: 150px;
    font-weight: bold;
    line-height: 80px;
}

.qx_wall_banner p,
.qx_car_banner p,
.qx_invest_banner p,
.qx_data_banner p {
    font-size: 28px;
    color: #FFFFFF;
    width: 50%;
    text-align: justify;
}

.qx_case_all {
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
}

.qx_case_all h2 {
    line-height: 60px;
    font-size: 36px;
    text-align: center;
    padding: 30px 0;
}

.qx_case_all p {
    line-height: 36px;
    font-size: 16px;
}

.qx_case_info {
    width: 100%;
    background: #ffffff;
    height: 650px;
    overflow: hidden;
    border-bottom: 1px #cccccc dashed;
}

.qx_product_info {
    width: 100%;
    background: #ffffff;
    height: 900px;
    overflow: hidden;
}



.qx_feature{
    width: 100%;
    background: #f9f9f9;
    height: 600px;
    overflow: hidden;
}

.case_interface {
    float: left;
    margin: 50px 30px;
}

.case_l {
    float: left;
}

.case_margin {
    margin: 0 20px;
    width: 320px
}

.case_r {
    float: right;
}

.case_bg {
    background: #f9f9f9;
}

.qx_case_infotitle {
    font-size: 30px;
    line-height: 60px;
    padding: 30px 0;
    text-align: center;
}

.qx_case_k {
    width: 320px;
    border-radius: 30px;
    background: #FFF;
    height: 380px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 20px #999;
    margin: 46px 20px;
    float: left;
}

.qx_case_k h4 {
    font-size: 20px;
    line-height: 80px;
    text-align: left;
}

.qx_case_k p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.qx_case_infol {
    width: 560px;
    border-radius: 0 30px 0 30px;
    background: #FFF;
    height: 420px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 20px #666;
    margin-top: 72px;

}
.qx_case_infol img {
    max-width: 560px;
    height: auto;
}

.qx_case_infor h4 {
    font-size: 20px;
    line-height: 80px;
    text-align: left;
}

.qx_case_infor p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.qx_product_infol {
    width: 700px;
    background: #FFF;
    height: 500px;
    overflow: hidden;
    /*box-shadow: 0 0 20px #666;*/
    margin-top: 80px;

}
.qx_product_infol img {
    width: 100%;
    height: 500px;
    max-width: 700px;
    height: auto;
}
.qx_product_infor {
    width: 450px;
    margin-top: 78px;
}
.qx_product_infor h4 {
    font-size: 20px;
    line-height: 80px;
    text-align: left;
}

.qx_product_infor p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.qx_case_infor {
    width: 500px;
    margin-top: 50px;
}



[v-cloak] {
    display: none;
}


/*list*/
.qx_list {
    background: #F9F9F9;
    width: 100%;
    color: #666666;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    margin-top: 3px;
}

.qx_position {}

.qx_position a {
    color: #666;
    line-height: 60px;
}


/*list*/

.qx_lists {
    min-height: 600px;
    padding-top: 30px;
}

.qx_lists ul {
    border-top: #ccc 1px solid;
}

.qx_lists ul li {
    padding: 36px 0;
    border-bottom: #ccc 1px solid;
    overflow: hidden;
}

.qx_lists ul li .qx_lists_img {
    float: left;
    width: 260px;
    height: 140px;
    overflow: hidden;
    padding-top: 14px;
}

.qx_lists ul li .qx_lists_img img {
    width: 260px;
    height: 140px;
}

.qx_lists ul li .qx_lists_txt {
    float: left;
    width: 860px;
    margin-left: 30px;
}

.qx_lists ul li .qx_lists_txt h2 {
    font-size: 26px;
    line-height: 60px;
}

.qx_lists ul li .qx_lists_txt p {
    line-height: 26px;
    font-size: 14px;
}

.qx_lists ul li .qx_lists_txt span {
    font-size: 18px;
    line-height: 20px;
    color: #999999;
}


/*案例*/

.qx_cases,
.qx_serve {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.qx_cases ul {}

.qx_serve ul {}

.qx_cases ul li,
.qx_serve ul li {
    float: left;
    width: 30%;
    background: #FFFFFF;
    overflow: hidden;
    height: 300px;
    margin: 10px 20px;

}



.qx_cases .list_case {
    width: 100%;
    border-radius: 8px;
    /*background: #f9f9f9;*/
    padding-bottom: 50px;
    overflow: hidden;
}
.list_case ul li:hover{
    cursor: pointer;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 6px #909090;
     -webkit-box-shadow: 2px 2px 6px #909090;
     box-shadow:2px 2px 10px #909090;
}

.qx_cases .case_imgs {
    /*width: 100%;*/
    width: 130px;
    height: 130px;
    margin: 10px auto;
    overflow: hidden;
}



.qx_cases .case_imgs img{
    width:130px;
}
.qx_cases .case_txt {
    height: 110px;
    padding: 0 10px;
}

.qx_cases .case_txt h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    padding: 10px 0;
}

.qx_cases .case_txt p {
    font-size: 14px;
    height: 120px;
    line-height: 24px;
    color: #666666;
    padding: 6px;
}
.qx_cases .list_imgs {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.qx_cases .list_imgs img{
    width:100%;
    height: 200px;
}
.qx_cases .list_txt {
    height: 120px;
    padding: 0 10px;
}

.qx_cases .list_txt h2 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 6px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qx_cases .list_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding: 0 6px;
}

.qx_case_banner {
    height: 420px;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg,#845ec2,#2c73d2,#008e9b);
}

.qx_serve_banner {
    height: 420px;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg,#845ec2,#d65db1,#ff6f91);
}

.qx_about_banner {
    height: 420px;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg,#845ec2,#4e8397,#d5cabd);
}

.qx_join_banner {
    height: 480px;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg,#845ec2,#f3c5ff,#00c9a7);
    overflow: hidden;
}

.qx_case_banner h1,
.qx_about_banner h1,
.qx_serve_banner h1,
.qx_join_banner h1 {
    font-size: 48px;
    color: #FFFFFF;
    padding-top: 150px;
    font-weight: bold;
    line-height: 80px;
}

.qx_case_banner p,
.qx_about_banner p,
.qx_serve_banner p,
.qx_join_banner p {
    font-size: 18px;
    color: #FFFFFF;
}

.qx_case_list {
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
}

.qx_case_list h2 {
    font-size: 30px;
    line-height: 120px;
    text-align: center;
}

.qx_case_list ul {}

.qx_case_list ul li {
    width: 200px;
    float: left;
    margin: 9px 25px 9px 14px;
}

.qx_case_list ul li a {
    display: block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    border: #d7d7d7 1px solid;
    text-align: center;
    background: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.qx_case_list ul li a:hover {
    border-color: #0189FF;
    background: #0189FF;
    color: #fff;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.develop {
    /*background: url(../images/develop-bg.jpg) top center no-repeat;*/
    background-color: #f9f9f9;
    height: 260px;
    text-align: center;
}

.develop h1 {
    text-align: center;
    font-size: 36px;
    line-height: 100px;
    padding-top: 50px;
}

.develop a {
    height: 35px;
    min-width: 140px;
    padding: 0 20px;
    background-color: #00a4ff;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-title{
    background-color: #f9f9f9;
    padding: 50px 0;

    text-align: center;
}
.product-title h2{
    font-size: 36px;
    line-height: 60px;
}
.product-title .description{
    padding: 12px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}
.product-title a{
   margin-top: 12px;
    height: 42px;
    min-width: 140px;
    padding: 0 20px;
    background-color: #0f7864;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*关于我们*/

.qx_abouton {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.qx_about_title {
    height: 53px;
    line-height: 53px;
    text-align: center;
    margin: 60px 0 30px 0;
}

.qx_about_top {
    height: 236px;
    margin: 40px 0;
    float: left;
    width: 100%;
    background: #f9f9f9;
}

.qx_about_top img {
    width: 430px;
    float: left;
}

.qx_about_top_r {
    float: left;
    width: 600px;
    margin-left: 60px;
    margin-top: 30px;
}

.qx_about_top_r h2 {
    font-size: 26px;
}

.qx_about_top_r p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 36px;
}

.qx_about_info {
    margin-top: 30px;
}

.qx_about_info p {
    line-height: 38px;
    font-size: 18px;
    text-indent: 2em;
    margin-bottom: 30px;
}

.qx_about_m {
    overflow: hidden;
    margin-bottom: 100px;
}

.qx_about_m ul {}

.qx_about_m ul li {
    margin-left: 58px;
    width: 540px;
    margin-top: 40px;
    float: left;
}

.qx_about_m ul li img {
    float: left;
    width: 230px;
    height: 165px;
}

.qx_about_m ul li .m_info {
    float: left;
    width: 285px;
    margin-left: 25px;
}

.qx_about_m ul li .m_info h3 {
    font-size: 24px;
    text-align: left;
    margin-top: 10px;
    color: #666666;
}

.qx_about_m ul li .m_info p {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    text-align: left;
}


/*加入我们*/

.join_list {
    margin: 0;
}

.qx_article {
    min-height: 600px;
    padding-top: 30px;
}

.qx_article h1 {
    font-size: 36px;
    line-height: 50px;
    color: #333;
    margin-bottom: 30px;
}

.qx_artinfo {
    min-height: 600px;
    font-size: 14px;
    padding-bottom: 60px;
}

.qx_artinfo img {
    max-width: 1000px;
}

.qx_artinfo p {
    font-size: 18px;
    line-height: 42px;
    text-indent: 2em;
    font-family: "Microsoft YaHei", 微软雅黑;
}

.qx_artdate {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.qx_artdate span {
    width: 100px;
    height: 22px;
    line-height: 22px;
    display: block;
    float: left;
    text-align: center;
}

.qx_hits {
    padding-left: 20px;
    border-left: 1px solid #999;
}

/*分页*/
.page-box{
    text-align: center;
    /*background-color: #f9f9f9;*/
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

