
.banner{
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.banner .banner-list{}
.banner .banner-list ul{}
.banner .banner-list ul>li{}
.banner .banner-list ul>li>img{
    width: 100%;
    height: 550px;
    margin:0 -100%;
}
.banner .banner-control{
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(../images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.banner .banner-control ul{
    text-align: center;
    padding-top: 5px;
}
.banner .banner-control ul li{
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 5px;
    background: url(../images/tg_flash_p.png) -18px 0;
    overflow: hidden;
    line-height: 9999px;
}
.banner .banner-control ul .on {
    background-position: 0 0;
}
.main{
    position: relative;
    z-index: 1;
}
.main .service{
    padding-bottom: 50px;
}
.main .service .li-a-top{
    margin-top: 40px;
}
.main .service-list{
    width: 840px;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
}
.main .service-list>ul{}
.main .service-list>ul>li{
    position: relative;
    top: 0;
    bottom:0;
    width: 225px;
    height: 340px;
    background-color: #BE2222;
    float: left;
    margin: 2px;
}
.main .li-first{
    margin-top: 100px;
}
.main .service-list>ul>li a{
    display: block;
    text-align: center;
    color: #FFFFFF;

}
.main .service-list>ul>li p{
    display: block;
    margin: 0 auto;
    width: 120px;
    color: rgb(247,235,235);
    font-size: 16px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.main .service-list .list-s-top{
    width: 300px;
    height: 168px;
}
.main .service-list .list-s-bottom{
    width: 604px;
    height: 168px;
    background-color: gray;
}
.main .service-list>ul>li:hover{
    color: #333;
    background-color: #8a1b1b;
}
.main .service-list>ul>li:hover a{
    color: #333;
}
.main .service-list>ul>li:hover p{
    color: #333;
}
.list-info{
    position: relative;
    z-index: 10;
}
.main .service-list .list-alert{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity:0;
    fill-opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(128,128,128,0);
}
.main .service-list>ul>li:hover .list-alert{
    height: 100%;
    opacity:1;
    fill-opacity: 100;
    background-color: rgba(128,128,128,.8);
}
.main .service-r{
    position: relative;
    width: 299px;
    height: 342px;
    background: #d72640 url(../images/s-list-bg.jpg) no-repeat top center;
}
.main .service-r .a-top{
    margin-top: 25px;
}
.main .service-r a{
    display: block;
    text-align: left;
    text-indent: 1em;
    font-size: 44px;
    font-weight: bold;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main .service-r p{
    font-size: 14px;
}
.main .service-r:hover a{
    color: #fff;
}
.main .service-info{
    position: relative;
    left: 0;
    top: 0;
    z-index:3;
}
.main .service-alert{
    position: absolute;
    top: 0;
    left: 0;
    z-index:2;
    width: 100%;
    height: 0;
    opacity:0;
    fill-opacity: 0;
    background-color: rgba(190,34,34,0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main .service-r:hover .service-alert{
    height: 100%;
    opacity:1;
    fill-opacity: 100;
    background-color: rgba(190,34,34,.4);
}
.main .case{
    background-color: #f0f0f0;
}
.main .case-in{
    padding-top:30px;
}
.main .case-nav{
    position: relative;
    z-index: 5;
}
.case-menu:before, .case-menu:after {
    content: "";
    display: table;
}
.case-menu:after {
    clear: both;
}
.case-menu {
    zoom: 1;
}
.case-menu li {
    float: left;
    position: relative;

}
.case-menu>li{
    text-align: center;
    margin-right: 27px;
}
.case-menu a {
    float: left;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
	color:#333;
}
.case-menu li:hover > a {
    color: #696969;
}
.case-menu>li:hover > a {
    border-bottom: 2px solid #ff0000;
    color: #e33e1c;
    margin-top: -2px;
}
.case-menu ul {
    margin: 10px 0 0 0;
    _margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 1;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.case-menu li:hover > ul {
    opacity: .9;
    visibility: visible;
    margin: 0;
}
.case-menu li:hover{
}
.case-menu ul ul {
    top: 0;
    left: 110px;
    margin: 0 0 0 20px;
    _margin: 0;
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
.case-menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0;
    -moz-box-shadow: 0 1px 0 #ccc, 0 1px 0 #ddd;
    -webkit-box-shadow: 0 1px 0 #ccc, 0 1px 0 #ddd;
    box-shadow: 0 1px 0 #ccc, 0 1px 0 #ddd;
}
.case-menu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.case-menu ul a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
    padding: 5px;
    width: 90px;
    _height: 10px;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
.case-menu ul a:hover {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}
.case-menu ul li:first-child > a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.case-menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #BE2222;
}
.case-menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #BE2222;
}
.case-menu ul li:first-child a:hover:after {
    border-bottom-color: #BE2222;
}
.case-menu ul ul li:first-child a:hover:after {
    border-right-color: #BE2222;
    border-bottom-color: transparent;
}
.case-menu ul li:last-child > a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.main .case-list{
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
.main .case-list ul{}
.main .case-list ul>li{
    width: 365px;
    margin-right: 22px;
    margin-bottom:22px;
    float: left;
    overflow: hidden;
    position: relative;

}
.main .case-list ul>li>a{
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main .case-list ul>li img{
    width: 365px;
    height: 245px;
}
.main .case-alert{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity:0;
    filter:Alpha(opacity=0);
    background: rgba(255,0,0,0);
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main .case-alert i{ display:block; height:3px; width:20px; background:#fff; margin-top:30px;margin-left:12px}
.main .case-list ul>li:hover .case-alert{
    height: 100%;
    opacity: 1;
    filter:Alpha(opacity=100);
    background: rgba(255,0,0,.8);
}
/*.main .case-alert .alert-top{
    margin-top: 80px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.main .case-alert .alert-bottom{
    text-align: center;
	font-size: 15px;
    color: #fff;
}
*/
.main .case-alert .alert-top{
    margin-top: 15px;
    text-align: left;
    font-size: 20px;
    color: #fff;
	height:150px;
	line-height:25px;
	margin-left:12px;
}
.main .case-alert .alert-bottom{
    text-align: right;
	font-size: 15px;
    color: #fff;
	margin-right:12px;
	
}
.main .client{
    background-color: rgb(240,240,240);
}
.main .client-in{
    position: relative;
    padding: 40px 0;
}
.main .client .title .title-top-r h4{
    font-size: 13px;
}
.main .client-number{
    padding-bottom: 60px;
}
.main .client-number .c-n-o{
    position: relative;
    width: 33.3%;
    height: 155px;
    text-align: center;
    font-size: 103px;
    font-weight: bold;
    color: #BE2222;
}
.main .client-number .c-n-o .add{
    position: absolute;
    top: 20px;
    font-size: 30px;
}
.main .client-number p{
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 100%;
    color: #666;
    font-size: 20px;
    font-weight: normal;
}
.main .client-list{

}
.main .client-list>ul{
    float: left;
}
.main .client-list>ul>li{
    width: 228px;
    height: 80px;
    margin-right: 2px;
}
.main .client-list ul li img{
    width: 227px;
    height: 78px;
}
.main .client-list ul li img:hover{
    border:1px solid red;
}
.main .client-control{

}
.main .client-control .prev{
    position: absolute;
    right: -60px;
    bottom: 135px;
    margin-top: -22px;
    width: 28px;
    height: 44px;
    background: url(../images/client-r.gif) 0 0 no-repeat;
}
.main .client-control .next{
    position: absolute;
    left: -60px;
    bottom: 135px;
    margin-top: -22px;
    width: 28px;
    height: 44px;
    background: url(../images/client-l.gif) 0 0 no-repeat;
}
.main .about{
    padding-top: 30px;
    background-color: #000;
}
.main .about-in{
    height: 630px;
    position: relative;
    /*background: #fff url(../images/about-bg.jpg) 0 0 no-repeat;*/
}
.main .about-in:hover .alert{
    display: block;
    opacity:1;
    background-color: rgba(0,0,0,.7);
}
.main .about-bg{
    width: 1150px;
    height: 630px;
}
.main .about-in .alert{
    opacity:0;
    display: none;
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 16px;
    line-height: 33px;
    padding: 20px;
    color: #ccc;
    background-color: rgba(0,0,0,0);
}
.main .about-in .alert span{
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 6px;
    margin-right: 20px;
    background-color: #eee;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main .about-in .alert span a{
    color: #000;
}
.main .about-in .alert span:hover{
    background-color: #ccc;
}
.main .about-in .alert span:hover a{
    color: #333;
}
.main .news{
    height: 335px;
}
.main .news{}
.main .news-title{}
.main .news-title ul{
    margin-top: 50px;
}
.main .news-title ul>li{
    float: left;
    font-size: 14px;
    padding-right: 305px;
    margin-right: 20px;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.main .map{
    padding-top: 6px;
    text-align: center;
}
.main .map-bg{
    width: 100%;
    margin: 0 -100%;
}

.inews{ clear:both; padding:30px 0;width:1100px;margin:0 auto;}
.inews dl{ float:left; width:306px; margin:0 30px;}
.inews dl dt{ border-bottom:1px solid #cccccc; font-size:18px; padding-bottom:5px; margin-bottom:5px;}
.inews dl dt a{ color:#666}
.inews dl dt a:hover{ color:#333}
.inews dl dd{ font-size:14px; line-height:1.8}
.inews dl dd a{ color:#999}
.inews dl dd a:hover{ color:#666}
