/*****************************************************
* 象牙塔中国样式--文件编写注释规范
*****************************************************/
@charset "utf-8";
/*****************************************************
* 文件名称：content_banner_one.css
* 作   者：界面设计制作部---XX
* 创建日期：2018-06-18
* 内容概要:内页单个banner的样式
*****************************************************/
.content_banner_one{ width:100%; padding:0px; margin:0px;margin-left:auto; margin-right:auto;}
.content_banner_one>.row{ padding:0px; margin:0px; text-align:center;}
.content_banner_one>.row img{min-width:96%; max-height:600px; margin: 0px auto;}


@media screen and (max-width:960px){
    .content_banner_one>.row img{width:100% max-height:600px; margin: 0px auto;}
}

@media screen and (max-width:1200px) {
    .content_banner_one>.row img{min-width:1160px; max-width:1920px; max-height:600px; margin: 0px auto;}
}

@media screen and (max-width:1360px) {
    .content_banner_one>.row img{min-width:1360px; max-width:1920px; max-height:600px; margin: 0px auto;}
}
