.banner {
	width: 100%;
	height: 350px;
	background-color: #2f3941;
	color: #fff;
}
.banner-container {
	height: 100%;
	width: 1200px;
}
.banner-content-container, #banner-img {
	width: 50%;
	float: left;
	height: 100%;
}
#banner-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.bannerimg-sm {
	background-image: url(../../imgs/precision-sm.png);
}
.banner-img-hp{
	background-image: url(../../imgs/hp_b.png);
}
.bannerimg-cm {
	background-image: url(../../imgs/precision-cm.png);
}
.bannerimg-mm {
	background-image: url(../../imgs/precision-mm.png);
}
.banner_1_1 {
	font-size: 44px;
	padding-top: 80px;
	line-height: normal;
}
.banner_1_2 {
	font-size: 18px;
	padding-top: 26px;
	line-height: normal;
}
.price-container, #consult-us {
	margin-top: 40px;
	display: none;
}
#apply-btn {
	margin-right: 24px;
}
.price-container > span {
	color: #fda802;
	display: inline-block;
    vertical-align: bottom;
}
#price-1 {
	line-height: 30px;
	font-size: 30px;
}
.middle {
	max-width: 1200px;
	color: #282f47;
}
.productDesc_1 {
	margin: 40px 0px;
}
.productDesc_1 > div, .productDesc_3 > div {
	height: 24px;
    width: 5px;
    background-color: #fda802;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.productDesc_1 > span, .productDesc_3 > span {
	font-size: 24px;
	font-weight: bold;
	color: #363b43;
}
.productDesc_2 {
	font-size: 14px;
}
.productDesc_3 {
	margin-bottom: 40px;
}
.productFunc {
	margin: 50px 0px;
}
.function {
	margin-right: 172px;
	width: 243px;
    height: auto;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 0px 20px;
}
.hide-function {
	display: none;
}
.no-margin {
	margin-left: 0px;
	margin-right: 0px;
}
.img2 {
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 140px;
}
.huliangwang, .bofa {
	background-image: url(../../imgs/huliangwang.png);
}
.bigdata, .servicecenter {
	background-image: url(../../imgs/bigdata.png);
}
.testservice {
	background-image: url(../../imgs/testservice.png);
}
.jingquedingwei {
	background-image: url(../../imgs/jingquedingwei.png);
}
.func-name {
	font-size: 18px;
	margin-top: 30px;
	text-align: center;
}
.func-desc {
	font-size: 14px;
	margin-top: 34px;
	line-height: 25px;
}
/*rf*/
.hpService_item{
    float: left;
    border: 1px solid #dbdbdb;
    background-color: #e5e5e5;
    margin-right: 154px;
    width: 295px;
}
.hpService_item .icon_div{
    height:120px;
    text-align: center;
    background-repeat:no-repeat;
    background-position:center center;
    transition:all .3s;
    -webkit-transition:all .3s;
}
.hpService_item:hover .icon_div{background-color:#fda802}
.icon_ym{
	background-image: url(../../imgs/ym_icon.png);
}
.icon_lm{
	background-image: url(../../imgs/lm_icon.png);
}
.icon_hm{
	background-image: url(../../imgs/hm_icon.png);
}
.ym_item:hover .icon_ym{
	background-image: url(../../imgs/ym_icon_on.png);
}
.lm_item:hover .icon_lm{
	background-image: url(../../imgs/lm_icon_on.png);
}
.hm_item:hover .icon_hm{
	background-image: url(../../imgs/hm_icon_on.png);
}
.hpService_item .desc_box{
    background-color: #fff;
    position: relative;
    height:288px;
    padding:0 20px;
}
.hpService_item .desc_box .name{
    font-size: 18px;
    padding-top: 21px;
    text-align: center;
}
.hpService_item .desc_box .words{
    font-size: 14px;
    margin-top: 27px;
    line-height: 25px;
}
.hpService_item .desc_box .fun_box{
    position: absolute;
    bottom:24px;
    text-align: center;
    width:100%;
    left:0;
}
.hpService_item .desc_box .fun_box span{
    padding:0 12px;
    border:1px solid #fda802;
    display: inline-block;
    color:#fda802;
    height:27px;
    line-height: 27px;
    border-radius:5px;
    cursor:pointer
}
.hpService_item .desc_box .fun_box span:first-child{
    margin-right:15px;
    background-color: #fda802;
    color:#fff
}
.hpCase_item{
    float: left;
    margin-right: 17px;
    width: 287px;
    background-color: #ccc;
    position: relative;
    height:141px;
}
.hpCase_item .title{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    color:#fff;
    font-size: 20px;
    text-align: center;
    width:100%;
}
.no-margin{margin-right:0}

@media screen and (max-width: 767px)and (min-width: 480px) {
.banner {
    width: 100%;
    height: 355px;
    background-color: #2f3941;
    color: #fff;
}
.banner-container{
	width:100%;
	text-align: center;
}
 #consult-us{
	display:none !important;
}
.bannerimg-sm{
	width:100%;
	background-position: center;
    background-repeat: no-repeat;
}
.banner-content-container, #banner-img{
	width:100%;
}
#banner-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 226px;
    margin-top: -277px;
}
.banner_1_1{
	font-size: 20px;
    text-algin:center;
    padding-top: 30px;
    color:#fff;
}
.banner_1_2{
	color:#FFFFFF;
	font-size:14px;
	opacity:0.8;
	padding:8px 10px 0 10px;
}
.conBox{
	width:100%;
	background-color:#F3F4F6;
} 
.productDesc_1 > div, .productDesc_3 > div{
	display:none ;
}
.productDesc_1 {
	text-align: center;
    margin-top: 0px;
    position: relative;
    top: -60px;
}
.productDesc_2 {
    font-size: 14px;
    color: #939393;
    position: relative;
    top: -86px;
    padding: 0 15px 0 15px;
}
.productDesc_3 {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.productDesc{
	width: 100%;
    background-color: #fff;
    text-align: center;
    height: 135px;
}
.productDesc_1 > span, .productDesc_3 > span {
    color: #363B43;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
}
.productFunc {
	width: 100%;
    margin: 20px 0px;
    background-color: #fff;
    text-align: center;
    margin-top: 15px;

}
.jinBox{
	width:100%;
	margin:0 auto;
}
.jin2BoX{
	margin:0 2px 0 2px;
    background-color: #F3F4F6; 
}
.function{
	width: 50%;
    height: auto;
    float: left;
    border: 0;
    padding: 0px 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    margin-right: 0;
}
.func-name{
	font-size: 14px;
	margin-top:15px;
}
.func-desc{
	font-size: 12px;
	margin: 10px 10px 0 10px;
	color:#939393;
}
}
@media screen and (max-width: 479px) and (min-width: 320px){
.banner {
    width: 100%;
    height: 383px;
    background-color: #2f3941;
    color: #fff;
}
.banner-container{
	width:100%;
	text-align: center;
}
 #consult-us{
	display:none !important;
}
.bannerimg-sm{
	width:100%;
	background-position: center;
    background-repeat: no-repeat;
}
.banner-content-container, #banner-img{
	width:100%;
}
#banner-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 215px;
    margin-top: -297px;
}
.banner_1_1{
	font-size: 20px;
    text-algin:center;
    padding-top: 30px;
    color:#fff;
}
.banner_1_2{
	color:#FFFFFF;
	font-size:14px;
	opacity:0.8;
	padding:8px 10px 0 10px;
}
.conBox{
	width:100%;
	background-color:#F3F4F6;
} 
.productDesc_1 > div, .productDesc_3 > div{
	display:none ;
}
.productDesc_1 {
	text-align: center;
    margin-top: 0px;
    position: relative;
    top: -76px;
}
.productDesc_2 {
    font-size: 14px;
    color: #939393;
    position: relative;
    top: -108px;
    padding: 0 15px 0 15px;
}
.productDesc_3 {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.productDesc{
	width: 100%;
    background-color: #fff;
    text-align: center;
    height: 146px;
}
.productDesc_1 > span, .productDesc_3 > span {
    color: #363B43;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
}
.productFunc {
	width: 100%;
    margin: 20px 0px;
    background-color: #fff;
    text-align: center;
    margin-top: 15px;

}
.jinBox{
	width:100%;
	margin:0 auto;
}
.jin2BoX{
	margin:0 2px 0 2px;
    background-color: #F3F4F6; 
}
.function{
	width: 50%;
    height: auto;
    float: left;
    border: 0;
    padding: 0px 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    margin-right: 0;
}
.func-name{
	font-size: 14px;
	margin-top:15px;
}
.func-desc{
	font-size: 12px;
	margin: 10px 10px 0 10px;
	color:#939393;
}
}