@charset "utf-8";

/*======首页======*/


/*banner*/

.banner {
    background: url(../images/meeting/banner.jpg) no-repeat center top;
    height: 300px;
    min-width: 1190px;
}

.banner_btn {
    width: 500px;
    margin: 0 auto;
    padding-top: 210px;
}

.banner_btn a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #0a90f7;
    border-radius: 10px;
    margin: 0 auto;
}


/*服务简介*/

.main_box1 {
    min-width: 1190px;
    margin: 0 auto;
    background: #f7faff;
    padding: 50px 0;
}

.cont_main {
    width: 1190px;
    margin: 0 auto;
}

.tit_box {
    width: 1190px;
    margin: 0 auto 50px;
}

.tit_box p {
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.tit_box p span {
    font-size: 21px;
    color: #bebebe;
    line-height: 30px;
    font-family: Arial;
}

.tit_box .line {
    width: 178px;
    height: 4px;
    background: #0091ca;
    margin: 10px auto;
    overflow: hidden;
}

.intro_box {}

.intro_box p {
    text-align: center;
    font-size: 20px;
    color: #444444;
    width: 1060px;
    margin: 0 auto;
    line-height: 40px;
}

.intro_box .intro_img {
    text-align: center;
    margin-top: 40px;
}


/*服务内容*/

.main_box2 {
    min-width: 1190px;
    margin: 0 auto;
    padding: 50px 0;
}

.content_main {
    width: 100%;
}

.content_box {
    width: 1190px;
    margin: 0 auto;
}

.content_info {
    font-size: 20px;
    color: #444444;
    margin-bottom: 55px;
    margin-left: 45px;
}


/*会议类型*/

.content_tit {
    font-size: 24px;
    color: #444;
    line-height: 65px;
    margin: 30px 0px 30px 45px;
}

.content_tit i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
}

.list_mttype {
    margin-left: 105px;
    overflow: hidden;
}

.list_mttype li {
    width: 100%;
    font-size: 20px;
    color: #444;
    margin-bottom: 35px;
}

.list_mttype li i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
}


/*操作流程*/

.list_pxxq {
    width: 1190px;
    overflow: hidden;
    height: 220px;
    margin: 0px auto 50px;
}

.list_pxxq li {
    float: left;
    width: 158px;
    position: relative;
}

.list_pxxq li:nth-child(2n) {
    width: 150px;
}

.list_pxxq li:first-child {
    margin-left: 65px;
}

.pxxq_box {}

.pxxq_box .pxxq_img {
    text-align: center;
}

.pxxq_box .pxxq_jt {
    padding-top: 48px;
    text-align: center;
}

.pxxq_box p {
    font-size: 18px;
    color: #444444;
    text-align: center;
    position: absolute;
    left: -45px;
    top: 150px;
    width: 250px;
}

.btn_meet {
    font-size: 18px;
    color: #fff;
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0091ca;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}

.btn_meet:hover {
    text-decoration: underline;
}


/*联系咨询*/

.cont_contact {
    width: 1190px;
    margin: 0 auto;
}

.contact_list {
    width: 1190px;
    overflow: hidden;
    padding-top: 25px;
}

.contact_list li {
    width: 350px;
    float: left;
    margin-left: 60px;
}

.contact_list li:first-child {
    margin-left: 0;
}

.contact_list li .contact_box {
    margin: 0 auto;
}

.contact_list li .contact_box .contact_img {
    float: left;
    width: 60px;
}

.contact_list li .contact_box .contact_info {
    float: left;
    margin-left: 20px;
}

.contact_list li .contact_box .contact_info p {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.contact_list li .contact_box .contact_info p span {
    color: #666666;
}

.contact_list li .contact_box .contact_info p a {
    color: #666666;
}

.contact_list li .contact_box .contact_info p a:hover {
    text-decoration: underline;
}

.contact_bz {
    font-size: 14px;
    color: #f70527;
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 20px;
    margin-left: 75px;
}


/*二维码*/

.more_ewm {
    width: 100%;
    padding: 50px 0px 20px;
}

.more_info {
    font-size: 22px;
    color: #444444;
    text-align: center;
    line-height: 45px;
}

.more_info span {
    color: #e90606;
}

.more_ewm_img {
    text-align: center;
    margin-top: 20px;
}


/*======首页 end======*/


/*======申请页======*/

.main_apply {
    background: #cee1f9;
    min-width: 1190px;
    padding: 50px 0;
}


/*======申请页 end======*/