@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
html, body, menu, ul, ol, li, p, div, form, h1, h2, h3, h4, h5, h6, img, a img, input, button, textarea, fieldset{ padding: 0; margin: 0; border: 0;font-family:"\5FAE\8F6F\96C5\9ED1"; }
ul, ol, li { list-style: none }
body, input, button, textarea, select { -webkit-text-size-adjust: none;outline: 0; color: #333 }
body { margin: 0 auto; background: #fff; /*min-width:320px; width:320px*/ }
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], button, textarea { -webkit-appearance: none }
a { text-decoration: none; color: #333; }
a { blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
.img img, video { vertical-align: middle }
.btn { display: inline-block; vertical-align: middle }
/* a:hover { color: #cc3333; } */
img { border: none }
ol, ul, li { list-style: none; }
i, em { font-style: normal; }
* {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  margin:0;
  padding: 0;
}
main{
    width: 1000px;
    margin: 0 auto;
}
.w1000{
    width: 1000px;
}
.tittle1{
    width: 1000px;
    height: 270px;
    background: url(../images/tittle_03.png)no-repeat center/contain;
}
.tittle12{
    width: 1000px;
    height: 270px;
    background: url(../images/tittle_09.png)no-repeat center/contain;
}

.body-main{
    background: url(../images/bg.jpg)no-repeat center/cover;
    min-height: 1946px;
}
.brand{
    width: 100%;
    /* overflow: hidden; */
}
.brand::after{
    content: "";
    display:block;
    clear: both;
}
.t3 ul{margin-left:250px;}
.brand>li{
    float: left;
    width: 235px;
    height: 235px;
    margin-right: 15px;
    margin-top: 20px;
    transform: translateY(0px);
    transition: all 0.5s ease 0s;  
}
.brand>li:hover{
    transform: translateY(-10px);
    transition: all 0.5s ease 0s;  
}
.brand>li:nth-child(1),.brand>li:nth-child(2),.brand>li:nth-child(3),.brand>li:nth-child(4){
    margin-top: 0;
}
.tittle2{
    width: 1000px;
    height: 270px;
    background: url(../images/tittle_06.png)no-repeat center/contain;
}
.tittle3{
    width: 1000px;
    height: 270px;
    background: url(../images/tittle_08.png)no-repeat center/contain;
}
.copyright{width:100%;padding:70px 0px;line-height:35px;text-align: center;color: #fff;font-size: 12px;}