﻿@charset "utf-8";

*{margin: 0px;padding: 0px;}

b,blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,img,input,label,li,ol,p,pre,select,span,strong,table,td,textarea,th,ul{margin:0;padding:0}

abbr,acronym,fieldset,img{border:0}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}

q:after,q:before{content:''}

i{font-style:normal;}

caption,td,th{text-align:left;font-weight:400;}

a,button,img{border:none;text-decoration:none;}

a,button{text-decoration:none;}

button:focus,input:focus{outline:0;}

textarea{font-family:"Microsoft YaHei";}

img{border:none;outline:0}

a{color:#333;text-decoration:none;outline:0; cursor: pointer;}

ol,ul{list-style:none;}

table{word-break:break-all;word-wrap:break-word;}

body{

    font-size: 62.5%;

    background-color: #fff;

    font-family:'Microsoft YaHei',Arial,Lucida Grande,Lucida Sans Unicode,Verdana,sans-serif;

    line-height: normal; 

    font-weight:400;

    color:#333;

}

.clear{

    clear: both;

}

.w1200{

    width: 1200px;

    margin: 0 auto;

    height: 100%;

}



.header{

    height: 100px;

    min-width: 1200px;

    background-color: #fff;

}

.header_left{

    float: left;

    width: 240px;

    text-align: center;

    box-sizing: border-box;

    padding: 26px 0px;

    border-right: 1px solid #EFEFEF;

    height: 100%;

}



.header_center{

    width: 197px;

    padding: 26px 0px;

    float: left;

    box-sizing: border-box;

    border-right: 1px solid #EFEFEF;

    height: 100%;;

}

@media (max-width: 1400px){

    .header_center{

        display: none;

    }

}

.header_center .f_brand{

    display: block;

    text-align: left;

    height: 16px;

    font-size: 1.2em;

    color: #FF5C3A;

    cursor: pointer;

    margin-bottom: 7px;

    margin-left: 30px;

}

.header_center>p{

    height: 19px;

    font-size: 1.4em;

    color:#0E0E0E;

    padding-left: 30px;

}

.header_right{

    float: right;

}

.nav{

    width: auto;

    height: 26px;

    padding: 37px 0px;

    text-align: center;

}

.nav li{

    float: left;

    margin-right: 60px;

    width: auto;

    text-align: center;

    box-sizing: border-box;

}



.nav li a{

    font-size: 1.6em;

}

.nav li:hover a{

    color: #FF5C3A;

    color: rgba(255,92,58,0.8);

}

.nav li:after{

    display: inline-block;

    content: '';

    width: 0%;

    border-top: 3px solid #FF5C3A;

    transition: all .35s ease;

    -webkit-transition:  all .35s ease;

    -ms-transition:all .35s ease;

    -o-transition: all .35s ease;

    position: relative;

    top: -5px;

}

.nav li:hover:after{

    width: 100%;

}

.nav li.nav-active:after{

    display: inline-block;

    content: '';

    width: 100%;

    border-top: 3px solid #FF5C3A;

    transition: all .35s ease;

    -webkit-transition:  all .35s ease;

    -ms-transition:all .35s ease;

    -o-transition: all .35s ease;

    position: relative;

    top: -5px;

}

.nav li.nav-active a{

    color: #FF5C3A;

    color: rgba(255,92,58,0.8);

}



.bg_banner{

    margin-top: 0px;

    height:600px;

    background-image: url(../images/bg_banner.jpg);

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    position: relative;

    min-width: 1200px;

}

.bg_banner .fc_mask{

    position: absolute;

    height: 100px;

    width: 100%;

    background-color: #fff;

    opacity: 0.1;

    margin-top: 500px;

}
.bg_banner .fc_link{
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    margin-top: 500px;
    z-index: 99;
}
.bg_banner .fc_p{
    position: relative;
    height: 500px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    text-align: center;
    overflow: hidden;
}
.bg_banner .fc_p h2{ color: #fff; font-size: 90px; font-weight: normal; padding-top: 85px;}
.bg_banner .fc_p h3{ color: #fff; font-size: 46px; font-weight: normal; padding-top: 10px;}
.bg_banner .fc_p ul{ width: 681px; height: 160px; margin: 0 auto; margin-top: 55px; }
.bg_banner .fc_p ul li{ width: 340px; height: 160px; float: left;}
.bg_banner .fc_p ul li:first-child{ border-right: 1px solid #999;}
.bg_banner .fc_p ul li h4{ color: #fff; font-size: 32px; font-weight: normal; padding-top: 5px;}
.bg_banner .fc_p ul li p{ color: #ffc600; font-size: 72px;}

.link_items{

    text-align: center;

}

.link_items .link_item{

    float: left;

    width: 300px;

    height: 100%;

    box-sizing: border-box;

    border-right: 1px solid #7D969A;

    text-align: center;

    padding: 30px 0px;

}

.link_items:first-child{

    border-left: 1px solid #7D969A;

}

.link_item p{

    display: inline-block;

    height: 100%;

}

.link_item_left{

    height: 40px;

    text-align: center;

}

.link_item_left img{

    width: 30px;

    padding: 5px;

    margin-right: 10px;

}

.link_item_right{

    height: 40px;

}

.link_item_right span{

    display: block;

    color: #fff;

    text-align: left;

}

.link_item_right span:first-child{

    height: 21px;

    line-height: 21px;

    font-size: 1.6em;

    top: 0px;

}

.link_item_right span:last-child{

    height: 16px;

    line-height: 16px;

    font-size: 1.2em;

    margin-top: 3px;

}

.link_item:hover{

    background-color: rgba(255,255,255,0.2)

}

.ct_box1{

    height: 153px;

    box-sizing: border-box;

    padding: 45px 0px;

    text-align: center;

    min-width: 1200px;

}

.ct_box1 h2{

    font-size: 2.6em;

    line-height: 35px;

    height: 35px;

    font-weight: normal;

    margin-bottom: 9px;

    color: #444444;

}

.ct_box1 p{

    font-size: 1.4em;

    height: 19px;

    line-height: 19px;

    color: #999999;

}

/*tab*/

.tab{

    height:508px;

}

.tab .tab_items{

    cursor: pointer;

    height: 221px;

    width: 386px;

    margin-right: 21px;

    margin-bottom: 21px;

    float: left;

    box-shadow: 0px 0px 10px rgba(123,123,123,0.16);

    background-color: #fff;

    transition: all .35s ease;

    -webkit-transition:  all .35s ease;

    -ms-transition:all .35s ease;

    -o-transition: all .35s ease;

    position: relative;

    top: 0px;

    box-sizing: border-box;

    padding: 28px 38px 22px 25px;

}

.tab .tab_items:nth-of-type(3n){

    margin-right: 0px;

}

.tab .tab_items h2{

    height: 26px;

    line-height: 26px;

    font-size: 2em;

    margin-bottom: 15px;

}

.tab .tab_items ul{

    float: left;

    height: 130px;

    width: 249px;

    overflow: hidden;

    margin-right: 10px;

}

.tab .tab_items ul li{

    height: 16px;

    line-height: 16px;

    margin-bottom: 5px;

    font-size: 1.2em;

    color: #777777;

}



.tab .tab_items img{

    width: 62px;

    height: 62px;

    right: 25px;

    position: absolute;

    bottom: 22px;

    transition: all .85s ease;

    -webkit-transition:  all .85s ease;

    -ms-transition:all .85s ease;

    -o-transition: all .85s ease;

}

.tab .tab_items:hover{

    top: -3px;

    transition: all .35s ease;

    -webkit-transition:  all .35s ease;

    -ms-transition:all .35s ease;

    -o-transition: all .35s ease;

    box-shadow: 0px 10px 10px 10px rgba(123,123,123,0.16);

    border-radius: 2px;

}

.tab .tab_items:hover img{

    transform: rotate(-360deg);

    -webkit-transform: rotate(-360deg);

    -ms-transform: rotate(-360deg);

    -o-transform: rotate(-360deg);

    bottom: 40px;

}

/*询盘*/

.inquiry{

    height: 608px;

    background-color: #F8F8F8;

    box-sizing: border-box;

    padding: 50px 0px 70px 0px;

}

.inquiry h2{

    font-size: 2.6em;

    line-height: 35px;

    height: 35px;

    font-weight: normal;

    margin-bottom: 9px;

    color: #444444;

    text-align: center;

}

.inquiry p{

    font-size: 1.4em;

    height: 19px;

    line-height: 19px;

    color: #999999;

    text-align: center;

    margin-bottom: 70px;

}

.inquiry_c{

    height: 352px;

    position: relative;

}

.inquiry_c_c{

    margin: 0 auto;

    height: 352px;

    width: 590px;

    background-image: url(../images/bg_cricle.png);

    background-repeat: no-repeat;

    background-position: center center;

    text-align: center;

    position: relative;

    

}

.inquiry_c_rote{

    height: 352px;

    width: 590px;

    position: relative;

    background-image: url(../images/cricle.png);

    z-index: 100;

    background-repeat: no-repeat;

    background-position: center center;

    text-align: center;

}

.animation{

    animation: cricle 1s ease-in-out 0.5s 2 alternate both;

    -webkit-animation:  cricle 1s ease-in-out 0.5s 2 alternate both;

    -ms-animation: cricle 1s ease-in-out 0.5s 2 alternate both ;

    -o-animation:  cricle 1s ease-in-out 0.5s 2 alternate both;

}

@keyframes cricle{

    form{

        transform: rotate(0deg);

        -webkit-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

        -o-transform: rotate(0deg);

    }

    to{

        transform: rotate(180deg);

        -webkit-transform: rotate(180deg);

        -ms-transform: rotate(180deg);

        -o-transform: rotate(180deg);

    }

}

.inquiry_more{

    position: absolute;

    top: 0;

    left:0;

}

.ide{

    height: 50px;

    line-height: 50px;

    background-color: #fff;

    border-radius: 25px;

    display: none;

    padding: 0px 30px;

    position: relative;

    font-size: 1.6em;

    cursor: pointer;

}

.inquiry_more .ide:hover{

    background-color:#FF5C3A; 

    color: #fff;

}

.inquiry_more .ide:hover i{

    color: #FEBD01;

}

.ide i{

    color: #FF5C3A;

}

.ide1{

    display: block;

    top: 22px;

    left: -195px;

}

.ide2{

    display: block;

    top: -28px;

    left: 480px;

}

.ide3{

    display: block;

    top: 8px;

    left: -260px;

}

.ide4{

    display: block;

    top: -42px;

    left: 540px;

}

.ide5{

    display: block;

    top: -8px;

    left: -310px;

}

.ide6{

    display: block;

    top: -62px;

    left: 590px;

}

.ide7{

    display: block;

    top: -23px;

    left: -230px;

}

.ide8{

    display: block;

    top: -74px;

    left: 510px;

}

/*案例*/

.case{

    width: 100%;

    min-width: 1200px;

}

.case h2{

    margin-top: 50px;

    font-size: 2.6em;

    line-height: 35px;

    height: 35px;

    font-weight: normal;

    margin-bottom: 9px;

    color: #444444;

    text-align: center;

}

.case p{

    font-size: 1.4em;

    height: 19px;

    line-height: 19px;

    color: #999999;

    text-align: center;

    margin-bottom: 70px;

}

.case_item{

    width: 22.5%;

    height: 274px;

    margin-left:2%;

    margin-bottom:2%;

    float: left;

    overflow: hidden;

    position: relative;

    text-align: center;

}

.case_item img{

    width: 100%;

    height: 100%;

    transition: all .5s ease;

    -webkit-transition: all .5s ease;

    -ms-transition: all .5s ease;

    -o-transition: all .5s ease;

}

.case_item .case_item_show{

    display: none;

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    background-color: rgba(51,51,51,0.7);

}

.case_item_show p{

    width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    height: 24px;

    line-height: 24px;

    color: #fff;

    font-size: 1.8em;

    margin-top: 92px;

    margin-bottom: 30px;

}

.case_item_show a{

    width: 80px;

    height: 32px;

    line-height: 32px;

    background-color: #FF5C3A;

    color: #fff;

    font-size: 1.4em;

    display: inline-block;

    border-radius: 3px;

}

.case_item:hover img{

    transition: all .7s ease;

    -webkit-transition: all .7s ease;

    -ms-transition: all .7s ease;

    -o-transition: all .7s ease;

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

}

.case_item:hover .case_item_show{

    display: block;

}

/*策划*/

.plan h2{

    margin-top: 50px;

    font-size: 2.6em;

    line-height: 35px;

    height: 35px;

    font-weight: normal;

    margin-bottom: 9px;

    color: #444444;

    text-align: center;

}

.plan p{

    font-size: 1.4em;

    height: 19px;

    line-height: 19px;

    color: #999999;

    text-align: center;

    margin-bottom: 70px;

}

.plan .plan_item{

    float: left;

    width: 400px;

    height: 250px;

    box-sizing: border-box;

    border: 1px solid #e2e2e2;

    border-top:none;

    border-left: none; 

    position: relative;

}

.plan .w1200 .plan_item:nth-of-type(3n){

    border-right: none;

}

.plan .w1200 .plan_item:nth-last-of-type(-n+3){

    border-bottom: none;

}

.plan .w1200{

    margin-bottom: 47px;

}

.plan_item .plan_num{

    height: 123px;

    padding:33px 0px;

    box-sizing: border-box; 

    width: 100%;

    text-align: center;

}

.plan_item .plan_num img{

    width: 57px;

    height: 57px;

}

.plan_item h3{

    height: 24px;

    line-height: 24px;

    font-size: 1.8em;

    color: #333;

    text-align: center;

    margin-bottom: 20px;

}

.plan_item .plan_num_c{

    display: block;

    width: 290px;

    height: 48px;

    line-height:24px; 

    text-align: center;

    font-size: 1.4em;

    color: #777777;

    margin-left: 54px;

}

.plan_item:hover{

    box-shadow: 0px 4px 4px #999;

    border: none;

    z-index: 99;

    background-color: rgba(255,92,58,0.8);

}

.plan_item:hover h3,.plan_item:hover span{

    color: #fff;

}

/*咨询*/

.advisory{

    height: 240px;

    background-image: url(../images/bg_advisory.png);

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    position: relative;

    min-width: 1200px;

}

.advisory_mask{

    height: 240px;

    width: 100%;

    position: absolute;

    z-index: 33;

    background-color: #080B1E;

    opacity: 0.78;

}

.advisory_c{

    position: absolute;

    width: 100%;

    text-align: center;

    z-index: 34;

    color: #fff;

}

.advisory_c *{

    color: #fff;

}

.advisory_c p{

    height: 31px;

    line-height: 31px;

    font-size: 2.4em;

    margin-top: 65px;

    margin-bottom: 40px;

}

.advisory_c a{

    display: inline-block;

    width: 180px;

    height: 40px;

    line-height: 40px;

    border-radius: 3px;

    background-color: #FF5C3A;

}

.advisory_c a:hover{

    opacity: 0.9;

}

/*营销*/

.marketing{

    height: 565px;

    min-width: 1200px;

}

.marketing h2{

    padding-top: 50px;

    font-size: 2.6em;

    line-height: 35px;

    height: 35px;

    font-weight: normal;

    margin-bottom: 9px;

    color: #444444;

    text-align: center;

}

.marketing p{

    font-size: 1.4em;

    height: 19px;

    line-height: 19px;

    color: #999999;

    text-align: center;

    margin-bottom: 70px;

}

.marketing .marketing_item{

    width: 228px;

    height: 360px;

    margin-right: 15px;

    float: left;

    box-sizing: border-box;

    border: 1px solid #EFEFEF;

    overflow: hidden;

    cursor: pointer;

}

.marketing .marketing_item:nth-child(5){

    margin-right: 0px;

}

.marketing_item .market_icon{

    height: 70px;

    width: 70px;

    padding: 28px 79px 19px 79px;

}

.marketing_item h3{

    height: 31px;

    line-break: 31px;

    font-size: 2.4em;

    color: #444444;

    text-align: center;

    margin-bottom: 10px;

}

.marketing_item .market_c_red{

    height: 21px;

    line-height: 21px;

    color: #FF5C3A;

    font-size: 1.6em;

    margin-bottom: 20px;

}

.marketing_item .market_c_df{

    height: 19px;

    line-height: 19px;

    text-align: center;

    margin-bottom: 10px;

}

.marketing_item:hover{

    box-shadow: 0px 3px 10px #A2A2A2;

}

.market_c_df:hover{

    color: #FF5C3A;

}

/*资讯*/

.our_news{

    height: 593px;

    background-color: #F8F8F8;

    min-width: 1200px;

}

.our_news h2{

    padding-top: 50px;

    font-size: 2.6em;

    line-height: 35px;

    height: 35px;

    font-weight: normal;

    margin-bottom: 9px;

    color: #444444;

    text-align: center;

}

.our_news p{

    font-size: 1.4em;

    height: 19px;

    line-height: 19px;

    color: #999999;

    text-align: center;

    margin-bottom: 40px;

}

.our_news .w1200{

    height: auto;

}

.our_news_item{

    width: 380px;

    height: 260px;

    margin-bottom: 20px;

    margin-right: 30px;

    float: left;

    background-color: #fff;

    cursor: pointer;

}

.our_news_item:nth-child(3){

    margin-right: 0px;

}

.our_news_item .our_news_item_img{

    width: 380px;

    height: 200px;

    overflow: hidden;

}

.our_news_item img{

    width: 380px;

    height: 200px;

    transition: all .35s ease;

}

.our_news_item p{

    height: 19px;

    line-height: 19px;

    font-size: 1.4em;

    color: #444444;

    margin-top: 20px;

    padding: 0px 17px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    text-align: left;

}

.our_news_item:hover{

    background-color: rgb(226,226,226,0.8);

}

.our_news_item:hover p{

    color: #999;

}

.our_news_item:hover img{

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

}





.our_news_more{

    height: 110px;

    width: 100%;   

    background-color: #fff;                

}

.our_news_more ul{

    padding: 26px 0px;

}

.our_news_more ul li{

    float: left;

    width: 400px;

    height: 19px;

    line-height: 19px;

    margin-bottom: 14px;

}

.our_news_more ul li a{

    font-size: 1.4em;

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    padding-left:20px;

    padding-right:30px;

}

.our_news_more ul li a:hover{

    color: #FF5C3A;

}

.grand_total{

    height: 340px;

    background-image: url(../images/grand_total_bg.png);

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    min-width: 1200px;

}

.w1200 .grand_total_left,.w1200 .grand_total_right{

    width: 600px;

    text-align: left;

    height: 100%;

    float: left;

    cursor: pointer;

}

.grand_total_left h4{

    padding-top: 60px;

    height: 60px;

    width:360px;

    line-height: 30px;

    color: #fff;

    overflow: hidden;

    font-size: 2em;

    margin-bottom: 30px;

}

.grand_total_left p{

    width: 360px;

    line-height: 21px;

    height: 42px;

    color: #B1B1B1;

    font-size: 1.4em;

    margin-bottom: 45px;

}

.grand_total_left a{

    color: #FF5C3A;

    height: 19px;

    line-height: 19px;

    font-size: 1.4em;

    padding-right: 20px;

    background-image: url(../images/arrow_right.png);

    background-position:  center right;

    background-repeat: no-repeat;

}

.grand_total_left a:hover{

    opacity: 0.8;

}

.grand_total_right .grand_total_item{

    padding-top: 60px;

    width: 150px;

    height: 78px;

    float: left;

    text-align: center;

}

.grand_total_item .grand_total_item_top{

    height: 46px;

    line-height: 46px;

    color: #C5C5C5;

}

.grand_total_item .grand_total_item_top .grand_total_num{

    display: inline-block;

    font-size: 3.6em;

    color: #FF5C3A;

    height: 16px;

    line-height: 16px;

}

.grand_total_item .grand_total_item_bottom{

    display: inline-block;

    font-size: 12px;

    color: #C5C5C5;

    height: 16px;

    line-height: 16px;

    width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

/* 关于我们 优势*/

.about_us{

    height: 339px;

}

.about_us .about_us_item{

    width: 370px;

    height: 239px;

    padding: 50px 0px;

    margin-right: 45px;

    float: left;

    cursor: pointer;

}

.about_us .about_us_item:nth-child(3){

    margin-right: 0px;

}

.about_us_item h2{

    height: 26px;

    width: 100%;

    text-align: left;

    font-size: 2em;

    color: #444444;

}

.about_us_item .about_us_line{

    margin-top: 11px;

    height: 1px;

    width: 100%;

    background-color: #E6E6E6;

    margin-bottom: 24px;

}

.about_us_item .about_us_line:after{

    display: inline-block;

    position: relative;

    top: -1px;

    left:330px; 

    content: '';

    width: 40px;

    height: 2px;

    background-color: #FF5C3A;

    margin-bottom: 25px;

    transition: all 0.5s  ease;

    -webkit-transition:  all 0.5s  ease;

    -ms-transition:all 0.5s  ease;

    -o-transition: all 0.5s  ease;

}

.about_us_item:hover h2{

    color: #FF5C3A;

}

.about_us_item:hover .about_us_line:after{

    transition: all .5s  ease;

    -webkit-transition:  all 0.5s  ease;

    -ms-transition:all 0.5s  ease;

    -o-transition: all 0.5s  ease;

    left: 0px;

}

.about_us_item .about_us_c{

    height: 176px;

    width: 370px;

    font-size: 1.4em;

    line-height: 25px;

    overflow: hidden;

    color: #777777;

}

/*底部*/

.ft{

    background-image: url(../images/ft_bg.jpg);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    height: 625px;

    position: relative;

    cursor: pointer;

}

.ft .mark{

    display: block;

    position: absolute;

    top: 0px;

    left: 0px;

    height: 625px;

    width: 100%;

    background-color:#000;

    opacity: 0.8;

}

.ft .w1200{

    text-align: center;

    position: inherit;

}

.ft .w1200 h3{

    padding-top: 60px;

    color: #fff;

    font-size: 2.6em;

    text-align: center;

    margin-bottom: 10px;

}

.ft .w1200 .ft_top_p{

    height: 19px;

    line-height: 19px;

    font-size: 1.4em;

    color: #fff;

}

.ft_four{

    margin-top: 25px;

    height: 84px;

    width: 100%;

    margin-bottom: 40px;

}

.ft_four .ft_four_item{

    float: left;

    width: 285px;

    height: 84px;

    border: 1px solid #555;

    margin-right: 20px;

    box-sizing: border-box;

    padding: 20px 40px;

}

.ft_four .ft_four_item:nth-child(4){

    margin-right: 0px;

}

.ft_four .ft_four_item img{

    width: 36px;

    height: 36px;

    margin-top: 4px;

    float: left;

    margin-right: 15px;

}

.ft_four_item_right{

    float: left;

    width: 150px;

    height: 44px;

    text-align: left;

}

.ft_four_item_right h4{

    height:24px;

    line-height: 24px;

    font-size: 1.8em;

    color: #fff;

    overflow: hidden;

    margin-bottom: 2px;

}

.ft_four_item_right p{

    height: 19px;

    line-height: 19px;

    font-size: 1.4em;

    color: #fff;

    overflow: hidden;

}



.ft_four .ft_four_item_all{

    padding: 20px;

}

.ft_four_item_right_all{

    float: left;

    width: 175px;

    height: 35px;

    line-height: 35px;

    font-size: 2.6em;

    margin-top: 4px;

    color: #fff;

}

.ft .ft_ct{

    height: 163px;

    margin-bottom: 40px;

}

.ft  .ft_ct_item{

    float: left;

    width: 50%;

    height: 100%;

}

.ft .ft_ct_title{

    height: 19px;

    line-height: 19px;

    font-size: 1.4em;

    color: #fff;

    text-align: left;

}

.ft .ft_ct_item ul{

    float: left;

    width: 200px;

    height: 144px;

    overflow: hidden;

    text-align: left;

}

.ft .ft_ct_item ul li{

    margin-top: 20px;

    height: 16px;

    line-height: 16px;

    font-size: 1.2em;

}

.ft .ft_ct_item ul li *{

    color: #8E8E8E;

}

.ft_ct_item .rt_wechat{

    float: right;

}

.ft_ct_item .rt_wechat img{

    width: 131px;

    height: 131px;

    margin-bottom: 10px;

}

.ft_ct_item .rt_wechat p{

    height: 16px;

    line-height: 16px;

    font-size: 1.2em;

    color: #fff;

    text-align: center;

}

.ft .ft_link{

    height: 16px;

    line-height: 16px;

    margin-bottom: 35px;

}

.ft .ft_link a{

    float: left;

    padding: 0px 15px;

    border-right: 1px solid #8E8E8E;

    color: #8E8E8E;

    font-size: 1.2em;

}

.ft .ft_link a:last-child{

    border-right: none;

}

.ft_filing{

    height: 66px;

}

.ft_filing p{

    line-height: 22px;

    height: 22px;

    font-size: 1.2em;

    color: #8E8E8E;

    text-align: center;

}

.ft .ft_ct_item a:hover{

    color: #fff;

}

.ft .ft_link a:hover{

    color: #fff;

}

.ft .ft_four .ft_four_item:hover{

    background-color: #999;

}   

/* 竞价阿里运营 */

.yy_bidding{

    background-color: #fff;

    height: 1050px;

}

.yy_bidding_title{

    padding-top: 50px;

    height: 35px;

    line-height: 35px;

    font-size: 2.6em;

    color: #444444;

    margin-bottom: 10px;

    text-align: center;

}

.yy_bidding_defult{

    height:19px ;

    line-height: 19px;

    font-size: 1.4em;

    margin-bottom: 55px;

}

.yy_bidding_ct{

    height: 356px;

}

.yy_bidding_ct img{

    float: left;

    width: 462px;

    height: 356px;

}

.yy_bidding_ct_r{

    float: left;

    margin-left: 105px;

    margin-top: 35px;

}

.yy_bidding_ct_r h3{

    height: 31px;

    line-height: 31px;

    font-size: 2.4em;

    color: #444444;

    margin-bottom: 24px;

}

.yy_bidding_ct_r .yy_bidding_line{

    display: block;

    width: 30px;

    height: 2px;

    background-color: #FF5C3A;

    margin-bottom: 24px;

}

.yy_bidding_ct_r p{

    height: 19px;

    line-height: 19px;

    font-size: 1.4em;

    margin-bottom: 12px;

    color: #444444;;

}

.yy_bidding_ct_r p span{

    color: #FF5C3A;

}

.yy_bidding_ct_r h4{

    margin-top: 20px;

    height: 31px;

    line-height: 31px;

    font-size: 2.4em;

    color: #444444;

    margin-bottom: 12px;

    font-weight: normal;

}

.yy_bidding_ct_r h4 span{

    color: #FF5C3A; 

}

.yy_bidding_ct_r h5{

    font-weight: normal;

    height: 19px;

    line-height: 19px;

    font-size: 1.4em;

    color: #999999;

}

.tx_r{

    text-align: right;

}

.yy_bidding_ct_bt{

    height: 356px;

    margin-top: 70px;

}

.yy_bidding_ct_bt .yy_bidding_ct_bt_l{

    width: 600px;

    text-align: right;

    height: 100%;

    float: left;

}

.yy_bidding_ct_bt h3{

    height: 31px;

    line-height: 31px;

    font-size: 2.4em;

    color: #444444;

    margin-bottom: 24px;

}

.yy_bidding_ct_bt .yy_bidding_line{

    display: block;

    width: 30px;

    height: 2px;

    background-color: #FF5C3A;

    margin-bottom: 24px;

    position: relative;

    left: 570px

}

.yy_bidding_ct_bt_l p{

    height: 19px;

    line-height: 19px;

    font-size: 1.4em;

    margin-bottom: 12px;

    color: #444444;;

}

.yy_bidding_btn{

    margin-top: 77px;

    width: 180px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    background-color: #FF5C3A;

    float: right;

    color: #fff;

    font-size: 1.4em;

    border-radius: 3px;

}

.yy_bidding_ct_bt img{

    float: left;

    width: 462px;

    height: 356px;

    margin-left: 105px;

}

.yy_plan{

    height: 724px;

    background-color: #F7F7F7;

}

.yy_plan .yy_plan_title{

    height: 35px;

    line-height: 35px;

    font-size: 2.6em;

    color: #444444;

    text-align: center;

    padding-top: 50px;

    margin-bottom: 10px;

}

.yy_plan .yy_plan_ct{

    height: 19px;

    line-height: 19px;

    font-size: 1.4em;

    color: #999999;

    text-align: center;

    margin-bottom: 39px;

}

.bg_white{

    background-color: #fff;

    height: 521px;

}

.bg_white .yy_plan_item{

    float: left;

    width: 400px;

    height: 260.5;

}

.bg_white .yy_plan_item img{

    width: 86px;

    height: 86px;

    margin: 39px 157px 18px 157px;

    transition: all .7s ease;

    -webkit-transition: all .7s ease;

    -ms-transition: all .7s ease;

    -o-transition: all .7s ease;

}

.bg_white .yy_plan_item:hover img{

    transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

}

.bg_white .yy_plan_item h2{

    height: 21px;

    line-height: 21px;

    font-size: 1.8em;

    color: #444444;

    text-align: center;

    margin-bottom: 10px;

}

.bg_white .yy_plan_item p{

    width: 282px;

    margin: 0px 59px;

    height: 54px;

    line-height:18px;

    font-size: 1.2em;

    color: #999999;

    text-align: center;

}

.yy_advantage {

    height:544px;

    background-color: #fff;

}

.yy_advantage .yy_advantage_title{

    padding-top: 50px;

    height: 35px;

    line-height: 35px;

    font-size: 2.6em;

    color: #444444;

    text-align: center;

    margin-bottom: 10px;

}

.yy_advantage .yy_advantage_ct{

    height: 19px;

    line-height: 19px;

    font-size: 1.4em;

    color: #999999;

    text-align: center;

    margin-bottom: 39px;

}

.yy_advantage .yy_advantage_item{

    width: 285px;

    height: 341px;

    float: left;

    box-sizing: border-box;

    border: 1px solid #EFEFEF;

    margin-right: 20px;



}

.yy_advantage .yy_advantage_item:hover{

    box-shadow: 0px 4px 6px #efefef;

}

.yy_advantage .yy_advantage_item:nth-child(4){

    margin-right: 0px;

}

.yy_advantage_item img{

    width: 83px;

    height: 83px;

    margin: 60px 100px 30px 100px;

}

.yy_advantage_item .yy_advantage_item_title{

    height: 31px;

    line-height: 31px;

    font-size: 2.4em;

    color:#444444;

    text-align: center;

    margin-bottom: 26px;

}

.yy_advantage_item .yy_advantage_item_ct{

    height: 19px;

    line-height: 19px;

    font-size: 1.4em;

    color: #777;

    text-align: center;

}

.yy_advantage .w1200{

    height: auto;

}