@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;
    height: 640px;
    width: 100%;
}

.banner .pt2 {
    background: url(../images/macro_banner.jpg) no-repeat top center;
    height: 640px;
    width: 100%;
}

.banner .pt3 {
    background: url(../images/car_banner.jpg) no-repeat top center;
    height: 640px;
    width: 100%;
}


/*奇讯动态*/

.qx_news {
    background-color: #f6f6f6;
    padding-bottom: 60px;
    overflow: hidden;
}

.qx_news ul {}

.qx_news h2 {
    color: #333;
    text-align: center;
    line-height: 40px;
    padding: 26px 0;
    font-size: 36px;
}

.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_pic {
    position: relative;
    width: 360px;
    height: 270px;
    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%;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    overflow: hidden;
}

.news_txt {
    background: #11487d;
    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;
}

.news_txt p {
    font-size: 14px;
    line-height: 28px;
    height: 84px;
    color: #fff;
    margin-top: 6px;
}


/*奇讯产品*/

.p_top {
    padding: 5.5vw 0;
}

.product {
    width: 100%;
    height: 600px;
    background: url(../images/cpbg.jpg);
}

.product_l {
    float: left;
    width: 32%;
}

.p_title {
    text-align: left;
}

.p_title h3 {
    color: #FFF;
    font-size: 30px;
    word-wrap: normal;
}

.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: #FFF;
    font-size: 16px;
    display: block;
}

.product .active {
    background: #108cee;
    padding: 0 20px;
}

.p_list ul li a:hover {
    background: #108cee;
    line-height: 48px;
    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;
}

.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: 40px 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: 20px;
}

.product_r ul li .ioc img {
    width: 60px;
    height: 60px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.product_r ul li .tit {
    display: block;
    font-size: 16px;
    padding: 10px 0 0;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: url("../images/line.png") top center no-repeat;
}


/*奇讯案例*/

.qx_case {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.case_title {
    text-align: center;
    padding: 40px 0 40px;
}

.case_title h2 {
    font-size: 36px;
    width: 200px;
    margin: 0 auto;
}

.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: 380px;
    border: 1px solid #f6f6f6;
    margin-right: 12px;
    overflow: hidden;
    padding: 3px;
}

.qx_case ul li a {
    width: 100%;
    height: 380px;
    display: block;
    background: #f6f6f6;
}

.qx_case ul li .imgs {
    width: 280px;
    height: 240px;
    overflow: hidden;
}

.qx_case ul li .imgs img {
    width: 100%;
    height: 240px;
    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: #11487d;
}

.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;
    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_about {
    height: 700px;
    width: 100%;
    overflow: hidden;
    background: url(../images/about.jpg) no-repeat top center;
}

.qx_about h2 {
    font-size: 36px;
    width: 200px;
    margin: 0 auto;
    color: #fff;
    padding-top: 50px;
    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: 30px;
}

.qx_about_r p {
    font-size: 16px;
    line-height: 30px;
    width: 560px;
    color: #FFF;
}


/*服务*/

.qx_serve {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
}

.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: 60px;
    float: left;
    text-align: center;
    margin: 16px 8px;
    transition: all 0.3s linear;
}

.qx_serve .s_con ul li img {
    height: 30px;
    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: 30px;
    width: 80%;
    max-width: 80%;
    display: inline;
    vertical-align: middle;
    border: 1px solid #f2f2f2;
    padding: 20px;
    box-shadow: 0 4px 4px 0 #dcdcdc;
}


/*挂图作战、宏观数据库、二手车*/

.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_wall_banner h1,
.qx_data_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_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: 520px;
    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: 360px;
    border-radius: 0 30px 0 30px;
    background: #FFF;
    height: 380px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 20px #666;
    margin-top: 36px;
}

.qx_case_infol h4 {
    font-size: 20px;
    line-height: 80px;
    text-align: left;
}

.qx_case_infol p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.qx_case_infor {
    width: 600px;
    margin-top: 90px;
}

.qx_case_infor img {
    max-width: 560px;
    height: auto;
}

[v-cloak] {
    display: none;
}
