small{
    font-size: 15px;
}

.enlarge{
	position: relative;
    overflow: hidden;
}

.btns button{
    color: #fff;
    background-color: #6a35e5;
}

.btns button:hover{
    color: #fff;
    background-color: #6a20e0;
}
.form-control{
    border: 1px solid #999;
}
.form-control:focus {
    border-color: #999;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153,153,153,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153,153,153,.6);
}
/* 主体 */
.get{
    position: relative;
}

.get .btns{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

/* 服务 */
.service{
	overflow: hidden;
}

.service li p{
    margin: 5px 0;
    font-size: 19px;
    color: #6a35e5;
}

.service li small{
    color: #c4c4c4;
}

.service li a{
    text-decoration: none;
}

/* 问题 */
.problem{
    margin-top: 65px;
    padding-top: 70px;
    border-top: 2px solid #858585;
    background-color: #f7f8f8;
}

.problem .enlarge p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    margin: 0;
    padding: 0 10px;
    background-color: rgba(49, 49, 49, .6);
    line-height: 46px;
    height: 46px;
    color: #fff;
    font-size: 17px;
}
/*.problem li > p{
	padding: 0 10px;
    background-color: rgba(49, 49, 49);
    line-height: 46px;
    height: 46px;
    color: #fff;
    font-size: 17px;
}*/

/* 为什么选择 */
.why{
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: 0;
    border-bottom: 2px solid #858585;
    background-color: #f7f8f8;
}

.why li > img{
    width: 80px;
}

.why li  .why_tit{
    margin: 5px 0;
    font-size: 15px;
    font-weight: bold;
    color: #6a35e5;
	text-align:center;
}

/* 案例 */
.case li p{
    margin: 10px 0 50px;
	font-size:16px;
}

.case li img{
    height: 250px;
}

.case li a{
    color: #000;
}

/* 服务流程 */
.progress_bar > ul{
    height: 20px;
    background: url("../images/liucheng.png") no-repeat left top/100% auto;
}

.progress_bar li{
    position: relative;
    float: left;
    width: 11%;
    font-size: 30px;
    color: #000;
}

.progress_bar li > i{
    position: absolute;
    display: inline-block;
    left: 36px;
    top: -6px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ee8f25;
}

.progress_bar li > span{
    display: inline-block;
    margin-top: 20px;
    width: 1em;
}

/* 荣誉 */
.honor-wall{
    position: relative;
}

.honors{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* 媒体专访 */
.media video{
    width: 100%;
    height: 500px;
    background-color: #ccc;
}

/* 花絮 */
.tidbit a{
    position: relative;
    display: block;
    color: #000;
}

.tidbit p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding: 10px 0 10px 10px;
    background-color: rgba(0,0,0,.5);
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    color: #fff;
}

/* 承诺 */
.promise{
    margin-bottom: 35px;
    color: #858585;
    font-size: 18px;
}

.promise p{
    margin-top: 45px;
}

.promise img{
	width: 133px;
}

/* 顾客见证 */
.customer .tel{
    margin-top: 15px;
    color: #000;
    font-size: 20px;
}
.chengnuo{
    background-color: #333;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
/* 影视资讯 */
.information-list{
    padding-left: 24px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #333;
    list-style-type: disc;
}

.information-list li{
    text-align: left;
    line-height: 30px;
}

.information li a,.information-list a{
    color: #000;
}

.information > li > a{
    text-decoration: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.information > li > a:first-child{
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 13px;
}

.information > li > a:hover{
    text-decoration: none;
    /*text-shadow: 0 0 5px #000; */
    color:#ee8f25;
}

/* 发布需求 */
.xuqiu-title{
    margin-bottom: 55px;
    color: #fff;
    text-align: center;
}

.xuqiu-title > strong{
    font-size: 36px;
}

.xuqiu-title > p{
    font-size: 20px;
}

.form{
    background-color: #724bdd;
    padding-top: 20px;
    padding-bottom: 20px;
}
.form label{
    color: #fff;
    font-size: 18px;
}

.form input{
    margin-right: 20px;
    border: none;
}
.form .btn{
    width: 194px;
}

.youlian span{
	color: #fff;
}

@media (max-width: 1200px) {
    .service li{
        margin-top: 20px;
    }
}

@media (max-width: 768px){
    /* 辅助类 */
    .mt-xs-1{
        margin-top: 10px;
    }

    .mt-xs-5{
        margin-top: 50px!important;
    }

    .mt-xs-3{
        margin-top: 30px!important;
    }

    .problem li,.why li,.tidbit .col-lg-6{
        margin-bottom: 20px;
    }

    .copyright{
        margin-top: 0;
    }

    .get .btns{
        position: static;
            transform: translateX(0);
    }

    .media .video{
        height: 200px;
    }

    .honors{
        position: static;
        transform: translate(0,0);
    }

    .promise p{
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .information > li{
        margin-bottom: 20px;
    }
	
	.service_tit{
		padding: 10px 65px;
		background-color: #291e46;
		color: #fff;
		text-align: center;
	}
	
	.service_tit h1{
		margin-top: 0;
		font-size: 16px;
	}
	
	.service_tit small{
		font-size: 12px;
	}
	
	.service li p {
		font-size: 12px;
	}
	
	.service_input{
		display: inline-block;
		width: 120px;
		font-size: 14px;
	}
	
	.service_input input{
		height: 31px;
	}
	
	.service_input + button{
		width: 120px;
		font-size: 14px;
		padding: 0;
		height: 31px;
		line-height: 31px;
		text-align: center;
	}
	
	.problem {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
		box-shadow: 0 6px 10px 0px rgba(0, 0, 0, .1);
	}
	
	.problem h1{
		font-size: 16px;
	}
	
	.problem h1 + small{
		font-size: 12px;
	}
	
	.problem_tit{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.problem li > p{
		font-size: 9px;
		height: 21px;
		line-height: 21px;
	}
	
	.why{
		padding-bottom: 0;
		margin-bottom: 0;
		margin-top: 5px;
		padding-top: 0;
	}
	
	.why-tit h1{
		font-size: 16px;
	}
	
	.why-tit small{
		font-size: 12px;
	}
	
	.why li .why_tit{
		font-size: 9.5px;
	}
	
	.why li .why_tit + small{
		font-size: 7px;
	}
	
	.case_tit{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.case_tit h1{
		font-size: 16px;
	}
	
	.case_tit small{
		font-size: 12px;
	}
	
	.fuwu_tit{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.fuwu_tit h1{
		font-size: 16px;
	}
	
	.fuwu_tit small{
		font-size: 12px;
	}
	
	.honor_tit{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.honor_tit h1{
		font-size: 16px;
	}
	
	.honor_tit small{
		font-size: 12px;
	}
	
	.media_tit{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.media_tit h1{
		font-size: 16px;
	}
	
	.media_tit small{
		font-size: 12px;
	}
	
	.tidbit_tit{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.tidbit_tit h1{
		font-size: 16px;
	}
	
	.tidbit_tit small{
		font-size: 12px;
	}
	
	.tidbit p{
		padding-top: 0;
		padding-bottom: 0;
		font-size: 9px;
	}
	
	.customer_tit{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.customer_tit h1{
		font-size: 16px;
	}
	
	.customer_tit small{
		font-size: 12px;
	}
	
	.chengnuo_tit{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.chengnuo_tit h3{
		font-size: 16px;
	}
	
	.chengnuo_tit small{
		font-size: 12px;
	}
	
	.customer .tel{
		font-size: 12px;
	}
	
	.promise img{
		width: 100%;
	}
	
	.promise p{
		font-size: 12px;
	}
	
	.promise{
		margin-bottom: 0;
	}
	
	.zixun_tit{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.zixun_tit h1{
		font-size: 16px;
	}
	
	.zixun_tit small{
		font-size: 12px;
	}
	
	.information > li > a:first-child{
		font-size: 12px;
	}
	
	.zixun h4{
		font-size: 12px;
	}
	
	.information li a{
		font-size: 12px;
	}
	
	.fabu{
		padding-left: 45px;
		padding-right: 45px;
	}
	
	.xuqiu-title{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.xuqiu-title > strong{
		font-size: 16px;
	}
	
	.xuqiu-title > p{
		font-size: 12px;
	}
	
	.form{
		padding-top: 0;
	}
	
	.form .youlian{
		color: #fff;
		text-indent: -85px;
		margin-left: 90px;
		text-align: left;
	}
	
	.form .form-group{
		display: inline-block;
		width: 24%;
	}
	
	.form .form-group .form-control{
		font-size: 12px;
	}
	
	.form .btn {
		width: 24%;
		height: 34px;
		line-height: 34px;
		padding: 0;
		font-size: 12px;
	}
	
	.information-list li {
		line-height: 16px;
	}
	
	.information-list li + li{
		margin-top: 10px;
	}
	
	.case li p{
		font-size: 9px;
		margin: 10px 0 15px;
	}
}