*{
    font-size:16px;
    color:#333;
    font-family: Microsoft YaHei;
    margin:0;
    padding:0;
    -webkit-font-smoothing:antialiased;
    list-style-type:none;
}

a, a:link, a:visited, a:hover, a:active{
    text-decoration: none;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
/*顶部灰色*/
.TopGray{
    width:100%;
    height:40px;
    background: #333;
}
.TopGrayCenter{
    width:1200px;
    height:100%;
    margin:auto;
}
.TopWelcome{
    font-size: 14px;
    line-height: 40px;
    float:left;
    color:white;
}
.TopTel{
    font-size: 14px;
    color:white;
    float:right;
    height:30px;
    line-height: 30px;
    margin-top: 5px;
}
.TopTel img{
    margin-right: 10px;
}
.TopNumber{
    font-size: 20px;
    font-weight: bold;
    color:white;
}
/*产品展示*/
.Product{
    width:100%;
    height:970px;
}
.ProductCenter{
    width:1200px;
    height:970px;
    margin:auto;
}
.ETitle{
    margin: 50px 0 30px 0;
}
.ETitleCh{
    font-size: 30px;
    letter-spacing:1px;
    text-align: center;
    height:50px;
    line-height: 50px;
}
.ETitleEn{
    color:#c8c8c8;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing:1px;
}
.ETitleLine{
    text-align: center;
}
.ProductRow{
    width:1210px;
    margin-left: -10px;
}
.ProductClass{
    display: table;
    text-align: center;
    margin:0 auto 30px;
}
.ProductClass li{
    border:1px solid #c8c8c8;
    float:left;
    width:140px;
    height:40px;
    text-align: center;
    margin: 12px 0 0 10px;
}
.ProductClass li a{
    display: block;
    width:140px;
    height:40px;
    line-height: 40px;
}
.ProductClassThis a, .ProductClass li a:hover{
    background: #006ebd;
    color: white;
}
.ProductShow{
    width:1220px;
    height:600px;
    margin: 15px 0 0 -20px;
    overflow: hidden;
}
.ProductBox{
    width:285px;
    height:264px;
    margin:30px 0 0 20px;
    float:left;
}
.ProductImg{
    width:285px;
    height:214px;
    overflow: hidden;
}
.ProductImg img{
    width:auto;
    height:100%;
    transition: all 0.6s;
}
.ProductImg img:hover{
    transform: scale(1.2);
}
.ProductTitle{
    width:285px;
    height:50px;
    background: #dddddd;
    line-height: 50px;
    text-align: center;
}
.ProductTitle a{
    display: block;
    width:285px;
    height:50px;
}
.ProductTitle a:hover{
    background: #006ebd;
    color: white;
}
.EBtn{
    width:156px;
    height:35px;
    background: #006ebd;
    margin: 60px auto;
    text-align: center;
}
.EBtn a{
    display: block;
    width:156px;
    height:35px;
}
.EBtn a:hover{
    background: #333;
}
.EBtn span{
    line-height: 35px;
    color: white;
    float:left;
    margin-left: 15px;
    letter-spacing: 1px;
}
.EBtn span img{
    margin-left: 10px;
    float:left;
}
/*关于我们*/
.AboutUs{
    width:100%;
    height:880px;
    background: #f5f5f5;
}
.AboutUsCenter{
    width:1200px;
    height:880px;
    margin:auto;
}
.AboutUsImg{
    width:586px;
    height:406px;
    overflow: hidden;
    margin:95px 32px 0 0;
    float:left;
}
.AboutUsImg img{
    width:100%;
    height:100%;
}
.AboutUsBox{
    width:580px;
    height:381px;
    float:left;
    margin-top: 120px;
}
.AboutUsTitleCh, .AboutUsTitleEn{
    text-align: left;
}
.AboutUsBox p{
    color:#666;
    line-height: 32px;
    height:225px;
    overflow: hidden;
    margin: 20px 0;
}
.AboutUsBtn{
    margin: 27px 0;
}
.Advantages{
    width:1312px;
    height:300px;
    clear: both;
    margin-left: -112px;
}
.Advantages li{
    width:150px;
    text-align: center;
    margin:100px 0 0 112px;
    float:left;
}
.AdIco img{
    transition: all 0.6s;
}
.AdIco img:hover{
    transform:rotate(360deg);
}
.AdTitle{
    height:40px;
    line-height: 40px;
    overflow: hidden;
}
.AdTitle span{
    font-size: 24px;
}
.AdTitleEn{
    color:#c8c8c8;
    font-size: 12px;
    text-transform: uppercase;
    height:25px;
    line-height: 25px;
    overflow: hidden;
}
/*案例展示*/
.Case{
    width:100%;
    height:660px;
}
.CaseCenter{
    width:1200px;
    height:660px;
    margin:auto;
}
.CaseBox{
    width:380px;
    height:335px;
}
.CaseImg{
    width:380px;
    height:285px;
    overflow: hidden;
}
.CaseImg img{
    width:auto;
    height:100%;
    transition: all 0.6s;
}
.CaseImg img:hover{
    transform: scale(1.2);
}
.CaseTitle{
    background: #dddddd;
    width:380px;
    height:50px;
    line-height: 50px;
    text-align: center;
}
.CaseTitle a{
    display: block;
    width:380px;
    height:50px;
}
.CaseTitle a:hover{
    background: #006ebd;
    color: white;
}
.CaseBtn{
    margin: 30px auto;
}
/*新闻资讯*/
.News{
    width:100%;
    height:800px;
}
.NewsCenter{
    width:1200px;
    height:800px;
    margin:auto;
}
.NewsList{
    width:1250px;
    height:500px;
    margin-left: -50px;
    overflow: hidden;
}
.NewsList li{
    width:570px;
    height:180px;
    float:left;
    margin:50px 0 0 50px;
}
.NewsLeft{
    width:90px;
    height:180px;
    float:left;
}
.NewsDate{
    width:90px;
    height:90px;
    position:relative;
}
.NewsDateDay{
    font-size: 36px;
    color:#006ebd;
}
.NewsDateMY{
    font-size: 18px;
    color:#006ebd;
    text-align: right;
    margin-top: 10px;
}
.NewsSlash{
    position: absolute;
    width:71px;
    height:71px;
    top:13px;
    left:3px;
}
.NewsMore{
    width: 30px;
    height:30px;
    background: #006ebd;
    transition:all 0.6s;
    margin:30px auto;
}
.NewsMore:hover{
    transform: scale(1.3);
}
.NewsMore img{
    width:100%;
}
.NewsImg{
    width:180px;
    height:180px;
    overflow: hidden;
    float:left;
    margin:0 15px;
}
.NewsImg img{
    width:100%;
    transition: all 0.6s;
}
.NewsImg img:hover{
    transform: scale(1.2);
}
.NewRight{
    width:270px;
    height:180px;
    float:left;
}
.NewsTitle{
    border-bottom: 1px solid #c8c8c8;
    height:60px;
    line-height: 60px;
}
.NewsTitle a{
    font-size: 18px;
    font-weight: bold;
}
.NewsTitle a:hover{
    color:#006ebd;
}
.NewRight p{
    font-size: 14px;
    color:#666;
    line-height: 28px;
    margin-top: 10px;
    height:110px;
    overflow: hidden;
}
/*底部*/
.Bottom{
    width:100%;
    height:230px;
    background: #333;
}
.BottomCenter{
    width:1200px;
    height:230px;
    margin:auto;
}
.BottomEWM{
    width:130px;
    float:left;
}
.BottomEWMImg{
    width:130px;
    height:130px;
    margin-top: 40px;
}
.BottomEWMImg img{
    width:100%;
}
.BottomEWMTxt{
    height:30px;
    line-height: 30px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    text-align: center;
}
.BottomContact{
    float:left;
    margin: 55px 0 0 30px;
}
.BottomContact li{
    height:40px;
    line-height: 40px;
}
.BottomContact li span{
    margin-left: 10px;
    color: rgba(255,255,255,0.7);
}
.BottomRight{
    float:right;
    margin-top: 60px;
}
.BottomRight p{
    text-align: right;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}
.BottomLogo{
    height:50px;
    text-align: right;
}
.BottomLogo img{
    height:100%;
}
/*内页内容*/
.InterPage{
    width:100%;
    min-height: 800px;
}
.InterPageCenter{
    width:1200px;
    margin:auto;
}
.IPBanner{
    width:100%;
    height:300px;
}
.Crumb{
    width:100%;
    height:50px;
    background: #f5f5f5;
}
.CrumbCenter{
    width:1200px;
    height:50px;
    margin:auto;
    font-size: 14px;
    line-height: 50px;
    color:#999;
}
.CrumbCenter a{
    font-size: 14px;
}
.CrumbCenter a:hover{
    color:#006ebd;
}
.IPRow{
    margin-top: 30px;
}
.IPNewsList{
    min-height: 730px;
}
/*联系我们*/
.IPMap{
    height:375px;
    margin: 50px auto;
    text-align: center;
}
/*内页页码*/
.Page{
    margin: 30px 0;
    clear: both;
    text-align: center;
    overflow: hidden;
}
.Page a{
    border:1px solid #c8c8c8;
    font-size: 12px;
    padding:12px;
    display:inline-block;
    height:32px;
    line-height: 8px;
}
.Page a:hover, .P-active{
    background: #006ebd;
    color:white;
}
/*详情页*/
.IPTitle{
    text-align: center;
    margin: 50px 0 20px;
    font-size: 24px;
}
.IssueTime{
    font-size: 12px;
    color:#b0b0b0;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #d9d9d9;
}
.Detail{
    padding:30px;
}
.DetailNext{
    overflow: hidden;
    margin: 40px 0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding:10px 0;
    line-height: 30px;
}
.DetailNext a{
    display: block;
    color:#666;
}
.DetailNext a:hover{
    color:#006ebd;
}