html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    font:14px/1 Microsoft Yahei;
    min-width: 1200px;
    margin:0 auto;
    color:#333333;
}

:focus {
	outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}
li{list-style: none;}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
   	text-decoration: none;
}
.clear{
    clear: both;
    overflow: hidden;
    height:100%;
}
.center{
    width:1200px;
    margin:0 auto;
    position: relative;
}
.header{
    height:66px;
    width: 100%;
    background: #fff;
    z-index: 2;
}
.header.fixed{
    position: fixed;
    top:0px;
    left:0px;
    box-shadow: 1px 0px 12px rgba(0,0,0,.2);
    animation: fadeInDown .6s;
    z-index: 10;
}
.header .logo{
    background: url(../images/logo.png) no-repeat;
    width:168px;
    height:38px;
    position: absolute;
    top:12px;
    left:15px;
}
.header ul{
    float: right;
    width:600px;
    padding-top:12px;
}
.header ul li{
    float: left;
    width:100px;
    height:40px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size:16px;
    cursor:pointer;
    margin-right:10px;
}
.header ul li.active,.header ul li:hover{
    background:#333333;
    color:#fff; 
    /*animation: flipInX 1.5s;*/
}
.banner ul{
    position: relative;
    height:740px;
}
.banner ul li{
    width: 100%;
    height:100%;
    position: absolute;
    top:0px;
    left:0px;
    overflow: hidden;
    box-sizing: content-box;
    opacity: 0;
    transition: 1.5s;
}
.banner ul li.active{
    opacity: 1;
    transition: opacity 1.5s;
}
.banner{
    position: relative;
}
.banner img{
    height:100%;
    position: absolute;
    left:50%;
    display: block;
    transform: translate(-50%,0);
}
.banner .page{
    position: absolute;
    bottom:15px;
    left:50%;
    transform: translate(-50%,0);
    z-index: 3;
}
.banner .page .center{
    text-align: center;
}
.banner .page span{
    display: inline-block;
    width:14px;
    height:14px;
    background: rgba(255,255,255,.3);
    border-radius: 50%;
    margin-left:10px;
    cursor:pointer;
}
.banner .page span.active{
    background: rgba(255,255,255,1);
}
.banner .btn{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:20px;
    width:70px;
    height:70px;
    border-radius: 5px;
    background: rgba(0,0,0,.1);
    cursor:pointer;
}
.banner .btn:hover{
   background: rgba(0,0,0,.4); 
}
.banner .btn b{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background: url(../images/left.png) no-repeat;
    width:25px;
    height: 36px;
}
.banner .btn.right{
    left:auto;
    right:20px;
}
.banner .btn.right b{
    background: url(../images/right.png) no-repeat;
}
.cloumn .title{
    padding-top:75px;
}
.cloumn .title h4{
    background:url(../images/t-1.png) no-repeat;
    width:459px;
    height:43px;
    margin:0 auto 24px;
}

.cloumn .title p{
    width:224px;
    margin:0 auto;
    text-align: center;
    position: relative;
}
.cloumn .title p span{
    display: inline-block;
    font-size:30px;
    color:#999999;
}
.cloumn .title p em{
    position: absolute;
    display: block;
    bottom:-20px;
    left:50%;
    width:60px;
    height:6px;
    background: #555555;
    margin-left:-30px;
}
.cloumn .title p:after,.cloumn .title p:before{
    content:"";
    position: absolute;
    top:15px;
    left:220px;
    width:420px;
    height:1px;
    background: #e5e5e5;
}
.cloumn .title p:after{
    left:auto;
    right:220px;
}
.cloumn-1 .content{
   padding:105px 0px;
}
.cloumn-1 .content li{
    float: left;
    width:25%;
    text-align: center;
}
.cloumn-1 .content li span{
    width:110px;
    height: 110px;
    border-radius: 50%;
    border:1px solid #fe2d63;
    display: block;
    margin:0 auto 25px;;
    position: relative;
}
.cloumn-1 .content li span b{
    display: inline-block;
    background: url(../images/ico-1.png) no-repeat;
    width:71px;
    height:69px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.cloumn-1 .content li.li2 span b{
    background: url(../images/ico-2.png) no-repeat;
    width:43px;
    height:71px;
}
.cloumn-1 .content li.li3 span b{
    background: url(../images/ico-3.png) no-repeat;
    width:70px;
    height:71px;
}
.cloumn-1 .content li.li4 span b{
    background: url(../images/ico-4.png) no-repeat;
    width:71px;
    height:61px;
}
.cloumn-1 .content li p{
    background: url(../images/i-t-1.png) no-repeat;
    width:95px;
    height:77px;
    margin:0 auto;
}
.cloumn-1 .content li.li2 p{
    background: url(../images/i-t-2.png) no-repeat;
    width:138px;
    height:77px;
   
}
.cloumn-1 .content li.li3 p{
    background: url(../images/i-t-3.png) no-repeat;
    width:96px;
    height:77px;

}
.cloumn-1 .content li.li4 p{
    background: url(../images/i-t-4.png) no-repeat;
    width:116px;
    height:77px;   
}
.cloumn-2{
    background: #f3f3f3;
    height:900px;
}
.cloumn-2 .title h4{
     background:url(../images/t-2.png) no-repeat;
     width:502px;
}
.cloumn-2 .content{
    padding-top:185px;
}
.cloumn-2 .title p:after, .cloumn-2 .title p:before{
    display: none;
}
.cloumn-2 .content .bg{
    position: absolute;
    display: block;
    background: url(../images/bg.png) no-repeat;
    width:1310px;
    height: 822px;
    top:75px;
    left:-120px;

}
.cloumn-2 .content .text{
    margin-left:410px;
    position: relative;
    width: 500px;
    padding-top:20px; 
}
.cloumn-2 .content .bg2{
    background: url(../images/c-t-1.png) no-repeat;
    width:344px;
    height: 40px;
    margin: 0 auto 20px;
}
.cloumn-2 .content .bg3{
    background: url(../images/c-t-2.png) no-repeat;
    width:466px;
    height: 22px;
     margin: 0 auto ;
}
.cloumn-3 .title h4{
     background:url(../images/t-3.png) no-repeat;
     width:473px;
}
.cloumn-3 .content{
    padding:110px 10px;
}
.cloumn-3 .content ul{
    margin-bottom:90px;
}
.cloumn-3 .content li{
    width: 280px;
    height:190px;
    margin-right:20px;
    position: relative;
    float: left;
}
.cloumn-3 .content li:last-child{
    margin-right:0px;
}
.cloumn-3 .content li:after{
    content:"";
    display: block;
    position: absolute;
    background: url(../images/shadow.png) no-repeat;
    width: 282px;
    height: 16px;
    bottom:-16px;
    left:0px;
}
.cloumn-3 .content li p{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size:30px;
    color:#fff;
    line-height: 1.2;
}
.cloumn-3 .content .text .item h4{
    margin-bottom:20px;
    border-left:3px solid #555;
    padding-left:12px;
    position: relative;
}
.cloumn-3 .content .text .item:last-child{
    margin-bottom:0px;
}
.cloumn-3 .content .text .item h4:after{
    content:"";
    display: block;
    width:5px;
    height:14px;
    background: #e5e5e5;
    position: absolute;
    top:0px;
    left:1px;
}
.cloumn-3 .content .text .item p{
    color:#666;
    font-size:14px;
}
.cloumn-3 .content .text .item{
    margin-bottom:40px;
}
.cloumn-3 .content .text .item p span{
    display: block;
    margin-bottom:10px;
}
.cloumn-4{
    background: #f3f3f3;
}
.cloumn-4 .title h4{
     background:url(../images/t-4.png) no-repeat;
     width:324px;
}
.cloumn-4 .content{
    padding:115px 10px 110px;
    position: relative;
}


.cloumn-4 .content .left .bg1{
    background: url(../images/c-5-1.jpg) no-repeat;
    width:493px;
    height: 218px;
    margin-bottom:10px;
}
.cloumn-4 .content .left .bg2{
    display: inline-block;
    background: url(../images/c-5-2.jpg) no-repeat;
    width:297px;
    height: 274px;
    margin-right:10px;
}
.cloumn-4 .content .left .bg3{
    display: inline-block;
    background: url(../images/c-5-3.jpg) no-repeat;
    width:182px;
    height: 274px;

}
.cloumn-4 .content .right{
   position: absolute;
   top:0px;
   left:535px;
   padding-top:160px;
   line-height: 1.8;
   color:#666;
}

.cloumn-4 .content .right p{
    margin-bottom:30px;
}
.cloumn-4 .content .right .p1{
    margin-bottom:40px;
}
.cloumn-4 .content .right .p1 em{
    font-size:24px;
    font-style:normal;
}
.footer{
    background: #000000;
    height:131px;
    border-top:2px solid #fe2d63;
}
.footer .logo{
    position: absolute;
    top:50px;
    left:107px;
    background: url(../images/logo2.png) no-repeat;
    width:161px;
    height: 38px;
}
.footer .right{
    margin-left:312px;
    padding-left:10px;
    color:#999;
    width:560px;
}
.footer .right h4{
   padding-top:26px;
   color:#fff;
   margin-bottom:10px; 
}
.footer .right p{
    /*padding-bottom:22px;*/
    font-size:12px;
}
.footer .right p.copy{
    color:#999999;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.footer .right p.copy a{
    margin-left:20px;
    color:#999999;
}
.footer .right .item{
    border-bottom:1px solid #333333;
}
.footer .right .item p span{
    margin-right:22px;
}
.footer .right .link{
   /* padding-top:15px;*/
    padding-left:105px;
    height:70px;
    line-height: 70px;
    border-bottom:1px solid #333333;
}
.footer .right .link span{
    cursor:pointer;
    position: relative;
    padding:0px 13px 0px 10px;
    border-right:1px solid #555;
}
.footer .right .link span:hover{
    color:#fff;
}
.footer .right .link span:last-child{
    border:none;
}
.footer .right .link span:last-child:after{
    display: none;
}
.copyrigth{
    height:40px;
    line-height: 40px;
    text-align: center;
}
.copyrigth span{
    margin-right:15px;   
}