/*顶栏背景颜色及文本颜色修改*/
.bgColor_blue_I{
    background-color: #3194c6;
}
.bgColor_grey_I{
    background-color: #F0F0F0;
}
.t-HeroRegion-wrap > .t-HeroRegion-col--content > h2,.t-HeroRegion-wrap > .t-HeroRegion-col--content > p{
    color:#fff;
}
/*搜索框默认样式更改*/
.input_control{
    border-radius: 4px!important;
    background-color: #2a313e!important;
    padding:0.9rem 4rem 0.9rem 2rem !important;
    background-position:270px !important;
    /*background-image: url(#APP_IMAGES#search_svg.svg)!important;*/
    background-image: url(#APP_IMAGES#search_bai.png)!important;
    flex:none!important;
    margin:0 auto!important;
    border:none!important;
    background-size: 4rem !important;
    width: 320px!important;
    box-shadow:3px 3px 10px #888888 !important;
}
.input_control:focus{
    box-shadow: none !important;
    border:none!important;
    /*background-image: url(#APP_IMAGES#search_svg_II.svg)!important;*/
    background-image: url(#APP_IMAGES#search_bai.png)!important;
}
/*设置预制文本颜色*/
input::-webkit-input-placeholder {
    color:#fff !important;
    font-weight:bold;
    opacity: 0.5;
}
input:focus::-webkit-input-placeholder {
    color:black !important;

}
/*板块大小比例调整*/
.w7{
    width:70% !important;
}
.w3{
    width:30% !important;
}
/*设置父容器阴影效果作用于搜索框*/
div[id$=SEARCH_CONTAINER]{
    box-shadow: 3px 3px 10px #888888;
    /*background-color: #2a313e;*/
    border-radius: 4px;
}
/*调整搜索框父容器居中*/
.t-HeroRegion-form{
    margin: 0 auto;
    width: 320px;
}
@media only screen and (max-width: 767px){

    .w7,.ctrl_img{
        height:117px !important;
    }
    .w7,.w3{
        width:auto !important;
    }
    .w3{
        padding-top:10px;
    }
    .input_control{
        box-shadow:3px 3px 10px #888888;
        background-position: 250px !important;
    }
    div[id$=SEARCH_CONTAINER]{
        box-shadow:none;
    }
}
@media only screen and (min-width:768px) and (max-width:992px){
    .input_control{
        box-shadow:3px 3px 10px #888888;
        background-position: 250px !important;
        width:320px !important;
    }
    div[id$=SEARCH_CONTAINER]{
        box-shadow:3px 3px 10px #888888;
    }
}