@charset "utf-8";

/*.ad_main {
    position: relative;
    width: 100%;
    height: 450px;
    background: url(../images/index/ad_main2.jpg) no-repeat center center;
    background-size: cover;
}
.ad_main .slogan_img1, .ad_main .slogan_img2 {
    position: absolute;
    right: 150px;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.ad_main .slogan_img1 {
    top: 40px;
    transition: all 2s,;
    -webkit-transition: all 2s;
}
.ad_main .slogan_img2 {
    top: 100px;
    transition: all 2s 0.4s,;
    -webkit-transition: all 2s 0.4s;
}
.ad_main .slogan_img1.on, .ad_main .slogan_img2.on {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity: 1;
}*/
.banner {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    text-align: center;
}
.banner_ul {
    height: 450px;
}
.banner_ul li {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.banner_ul li img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.banner_num {
    display: inline-block;
    position: relative;
    z-index: 2;
    bottom: 22px;
}
.banner_num span {
    display: inline-block;
    margin: 0 5px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    cursor: pointer;
    background: #fff;
    background: rgb(243,133,10);
}
.banner_num .on {
    width: 18px;
    border-color: #0092FF;
}
/* 广告解决方案 */
.advertising_solution {
    padding: 50px;
    overflow: hidden;
}
.advertising_solution_head {
    position: relative;
    margin-bottom:50px;
}
.advertising_solution_head:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin:-10px 0 0 320px;
    width: 100%;
    height: 2px;
    background: #E37E0D;
}
.advertising_solution_main {
    overflow: hidden;
}
.advertising_solution_main .intro {
    float: left;
    width: 422px;
}
.advertising_solution_main .intro img {
    display: block;
}
.advertising_solution_main .intro p{
    position: relative;
    margin-top: 40px;
    padding: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #474846;
    text-indent: 2em;
}
.advertising_solution_main .intro p:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 25px;
    height: 22px;
    background:  url(../images/index/quote_left.png) no-repeat center center;
}
.advertising_solution_main .intro p:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 22px;
    background: url(../images/index/quote_right.png) no-repeat center center;
}
.advertising_solution_main .launch_strategy {
    float: right;
    width: 60%;
}
.launch_strategy .title {
    padding: 0 4%;
    font-size: 20px;
    font-weight: normal;
    color: #8D8D8D;
}
.strategy_ul {
    overflow: hidden;
    text-align: center;
}
.strategy_ul li {
    float: left;
    margin: 30px 4% 0;
    width: 17%;
}
.strategy_ul li h6 {
    position: relative;
    margin-bottom: 20px;
    height: 38px;
    font-size: 12px;
    font-weight: normal;
    color: #342e2e;
    text-align: left;
    border-bottom: 1px solid #ADADAD;
}
/*.strategy_ul li .weird {
    line-height: 55px;
}*/
.strategy_ul li i {
    display: inline-block;
    width: 100px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;

    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
.strategy_ul li .logo1 {
    background-image: url(../images/index/logo/logo_01.png);
}
.strategy_ul li .logo2 {
    background-image: url(../images/index/logo/logo_02.png);
}
.strategy_ul li .logo3 {
    background-image: url(../images/index/logo/logo_03.png);
}
.strategy_ul li .logo4 {
    background-image: url(../images/index/logo/logo_04.png);
}
.strategy_ul li .logo5 {
    background-image: url(../images/index/logo/logo_05.png);
}
.strategy_ul li .logo6 {
    background-image: url(../images/index/logo/logo_06.png);
}
.strategy_ul li .logo7 {
    background-image: url(../images/index/logo/logo_07.png);
}
.strategy_ul li .logo8 {
    background-image: url(../images/index/logo/logo_08.png);
}
.strategy_ul li p {
    margin-top: 10px;
    font-size: 14px;
    color: #342e2e;
}
.strategy_ul li:hover i {
    transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg); /* Safari and Chrome */
    -moz-transform:rotateY(360deg); /* Firefox */
}
/* 关于我们 */
.about_us {
    padding-bottom: 100px;
    overflow: hidden;
    background: url(../images/index/about_us_bg.jpg) no-repeat top center;
}
.about_us_head {
    position: relative;
    margin: 50px 0 50px;
    text-align: center;
}
.about_us_head:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin:-1px 0 0 -120px;
    width: 50%;
    height: 2px;
    background: #fff;
}
.about_us_head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin:-1px -120px 0 0;
    width: 50%;
    height: 2px;
    background: #fff;
}
.about_us_main {
    margin: 0 auto;
    width: 1100px;
}
.about_us_main p {
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.about_us_main .img_one {
    float: left;
    margin-right: 4px;
}
.about_us_main .img_two {
    float: left;
    margin-bottom: 5px;
}
.about_us_main .img_three {
    float: left;
}
/* 合作客户 */
.cooperat_client {
    overflow: hidden;
}
.cooperat_client_head {
    position: relative;
    margin: 50px 0 50px;
    text-align: center;
}
.cooperat_client_head:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin:-1px 0 0 -120px;
    width: 50%;
    height: 2px;
    background: #E37E0D;
}
.cooperat_client_head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin:-1px -120px 0 0;
    width: 50%;
    height: 2px;
    background: #E37E0D;
}
.cooperat_client_main {
    margin: 0 auto;
    width: 1062px;
}
.cooperat_client_main li {
    float: left;
    margin:0 15px 40px;
    width: 320px;
    border-width: 1px 2px 2px 2px;
    border-style: solid;
    border-color: #CDCDCD;

    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.cooperat_client_main li:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.cooperat_client_main li img {
    display: block;
}
.cooperat_client_main li p {
    padding:20px 15px;
    height: 150px;
    line-height: 28px;
    font-size: 14px;
    color: #474846;
    text-indent: 2em;
    border-top:2px solid #CDCDCD;
}

/*@media screen and (max-width: 1600px) {*/
    /*.advertising_solution {*/
        /*padding: 0 40px 80px;*/
    /*}*/
    /*.strategy_ul li {*/
        /*margin: 40px 2% 0;*/
        /*width: 29%;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 1280px) {*/
    /*.advertising_solution_main .intro {*/
        /*float: none;*/
        /*width: 100%;*/
    /*}*/
    /*.advertising_solution_main .intro img {*/
        /*float: left;*/
    /*}*/
    /*.advertising_solution_main .intro p {*/
        /*margin: 0 0 0 602px;*/
    /*}*/
    /*.advertising_solution_main .launch_strategy {*/
        /*float: none;*/
        /*margin-top: 50px;*/
        /*width: 100%;*/
    /*}*/
    /*.strategy_ul li {*/
        /*margin: 40px 2% 0;*/
        /*width: 20%;*/
    /*}*/
/*}*/
