body{/*font-family: 'SimHei'*/;background: #fff}
.am-container{background: transparent;margin-bottom: 45px}
.am-container-1200{
    width: 1200px;
    margin: 0 auto;
}
.content{max-width: 1920px;min-width: 1200px;margin: 0 auto;background: no-repeat center top}
.marquee{width:800px;height:230px;overflow:hidden; margin:0 auto;visibility: hidden;position: absolute;left: 0;top: 0;bottom: 0;right: 0}
.marquee ul li{float:left; padding:0 5px;height: 230px}
.marquee ul li img{display:block;background: none;padding-top: 25px}
.click-item{width: 400px;height: 300px;cursor: pointer;position: absolute;left: 700px;top: 0px;}
.am-control-nav{display: none!important;}
.title{color: #E42B1C;margin-top: 30px;padding-bottom: 15px;border-bottom: 2px solid}
.am-nav-tabs>li.am-active>a, .am-nav-tabs>li.am-active>a:focus, .am-nav-tabs>li.am-active>a:hover {
    color: white;
    background-color: #E42B1C;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    margin-top: -1px;
}
.banner{min-width: 1200px;position: relative}
@keyframes myfirst
{
    from {left: 0;}
    to {left:100%;}
}