html body{
    font-family: "Microsoft YaHei",sans-serif;
    font-size: 14px;
    color: #333;
    line-height:150%;
}
a{
    color:#333;
    text-decoration: none;
}
.contation{
    width:1024px;
    margin:0 auto;
    overflow:hidden;
}
.header{
    height: 42px;
    line-height: 42px;
    text-align: right;
    color: #fff;
    background:#505050;
    min-width:1024px;
}
.header img{
    vertical-align: middle;
    margin-top:-2px;
}
.nav{
    width:1024px;
    height:100px;
    overflow:hidden;
    margin:0 auto;
}
.logo{
    width:100px;
    float:left;
    padding-top:22px;
}
.navUl{
    float:left;
    width:924px;
    text-align:right;
    padding:0;
    list-style: none;
    margin:0;
    font-size:18px;
}
.navUl li{
    display:inline-block;
    width:160px;
    text-align:center;
    height:100px;
    line-height:100px;
}
.navUl li a{
    display:block;
}
.navUl li a:hover{
    color:#b02624;
}
.navUl li:hover{
    background:url("../images/sharde.png") no-repeat top center;
    background-size:160px auto;
}
.navUl li.cur a{
    background:url("../images/curon.png") no-repeat bottom center;
    color:#b02624;
}
.navUl li:nth-child(2) a{
    background:url("../images/right.png") no-repeat 120px center;
}
.navUl li:nth-child(2).cur{
    background:url("../images/up.png") no-repeat 120px center;
}
.navUl li:nth-child(2).cur a{
    background:none;
}
.navUl li:nth-child(2) a:hover{
    background:url("../images/up.png") no-repeat 120px center;
}
.navUl li .secoundNav{
    position:absolute;
    z-index:1;
    width:140px;
    text-align:center;
    padding:0 10px;
    background:#fff;
    display:none;
}
.navUl li .secoundNav p{
    height:60px;
    line-height:60px;
    border-top:1px solid #e6e6e6;
    margin:0;
}
.navUl li .secoundNav a{
    color:#aaa;
    background:none;
}
.navUl li .secoundNav a.cur,.navUl li .secoundNav a:hover{
    color:#333;
    background:none;
}
#owl-demo {
    width: 100%;
    margin:0 auto;
    min-width:1024px;
}
#owl-demo .item {
    display: block;
}
#owl-demo img {
    display: block;
    width: 100%;
    max-height:490px;
}
.owl-theme .owl-controls{
    margin-top:-30px !important;
}
.owl-theme .owl-controls .owl-page span{
    border:1px solid #fff;
    background:none !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    border:1px solid #da201d !important;
    background:#da201d !important;
}
.part{
    width:1024px;
    margin:0 auto;
}
.oh{
    overflow:hidden;
}
.title{
    font-size:20px;
    font-weight:bold;
    text-align:center;
    margin:48px 0 96px 0;
}
.part .part-main{
    width:256px;
    text-align:center;
    float:left;
    padding-bottom:50px;
}
.part .part-main p img{
    margin-right:10px;
}
.part .part-main h2{
    font-size:18px;
    margin-top:20px;
}
.part .part-main .part-p p{
    margin: 0;
    line-height: 180%;
}
.redDiv{
    background:#a22423;
}
.payWay{
    width:1024px;
    margin:0 auto;
    overflow:hidden;
}
.pay{
    height:399px;
    width:33.3%;
    float:left;
    text-align:center;
    padding-top:90px;
    color:#fff;
}
.post{
    background:url("../images/post-img.png") no-repeat;
}
.get{
    background:url("../images/get-img.png") no-repeat;
}
.share{
    background:url("../images/share-img.png") no-repeat;
}
.pay h2{
    font-size:18px;
    margin-top:36px;
}
.pay h2 span{
    color:#ffc000;
}
.pay .payText p{
    margin:0;
    line-height:180%;
}
.prodCont{
    margin:0 auto;
    width:1024px;
}
.prod{
    width:320px;
    float:left;
    text-align:center;
    font-weight:bold;
    border:1px solid #ececec;
    height:358px;
    margin-bottom:60px;
}
.prod h1{
    font-size:18px;
}
.prod p{
    color:#868686;
    text-align:left;
    line-height:180%;
    font-weight:normal;
    margin:0 18px;
}
.prod+.prod{
    margin-left:28px;
}
.part-main .img{
    height:70px;
    margin:10px auto;
}
.part-p{
    width:190px;
    margin:0 auto;
    background:url("../images/bottom.gif") no-repeat top center;
    padding-top:15px;
    text-align:left;
}
.textLeft{
    margin-top:50px;
    margin-bottom:50px;
    margin-left:32px;
    text-align:center;
}
.imgRight{
    width:300px;
    height:150px;
    float:right;
    margin-top:50px;
    background:#c7c7c7;
}
.textLeft h1{
    font-size:22px;
}
.textLeft p{
    margin-right:30px;
    line-height:200%;
}
.textLeft .more{
    width:114px;
    height:30px;
    line-height:30px;
    display: block;
    color:#fff;
    background:#da201d;
    text-align:center;
}
.phone{
    padding-top:20px;
    overflow:hidden;
}
.phone .phoneLeft h1{
    margin-top:60px;
}
.phone .phoneLeft{
    width:330px;
    float:left;
    margin:0 50px 0 40px;
}
.phone .phoneLeft p{
    color:#c7c7c7;
    font-size:18px;
}
.phone .phoneRight{
    width:530px;
    float:left;
}
.phone .phoneRight img{
    vertical-align: bottom;
}
.downPhone{
    margin-top:68px;
}
.foot{
    background:#3a3a3a url("../images/botImg.png") no-repeat top center;
    min-width:1024px;
}
.foot .bottom{
    width:944px;
    margin:0 auto;
    padding:30px 0 30px 60px;
    border:1px solid #3a3a3a;
}
.foot .footNav{
    list-style:none;
    margin:0;
    overflow:hidden;
    padding:0;
}
.foot .bottom h1{
    font-size:18px;
    color:#fff;
    margin-bottom:40px;
}
.foot .footNav li{
    width:25%;
    float:left;
    color:#999;
}
.foot .footNav li h2{
    color:#fff;
    font-size:14px;
    font-weight:normal;
}
.foot .footNav li .oh p{
    float:left;
    margin-right:20px;
    text-align:center;
}
.second{
    height:768px;
    text-align:center;
}
.yellow{
    background:#ff8000;
}
.blue{
    background:#6e6ac7;
}
.methodOne{
    height:550px;
    background:url("../images/methodBg_01.jpg") no-repeat;
    background-size:cover;
}
.methodTwo{
    height:550px;
    background:url("../images/methodBg_02.jpg") no-repeat;
    background-size:cover;
}
.methodThree{
    height:550px;
    background:url("../images/methodBg_03.jpg") no-repeat;
    background-size:cover;
}
.methodOne .img,.methodTwo .img,.methodThree .img{
    width:850px;
    height:550px;
    margin:0 auto;
    background:url("../images/methImg_01.png") no-repeat;
}
.methodTwo .img{
    background:url("../images/methImg_02.png") no-repeat;
}
.methodThree .img{
    background:url("../images/methImg_03.png") no-repeat;
}
.secImg{
    height:415px;
    background:url("../images/secImg.jpg") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutDiv{
    width:966px;
    margin:0 auto;
    background:#fff url("../images/aboutBg.jpg") no-repeat bottom center;
    padding:10px 20px 4px 10px;
}
.aboutH1{
    text-align:center;
    font-size:22px;
    background:url("../images/bottom.gif") no-repeat bottom center;
    padding-bottom:25px;
    margin-top:0;
    padding-top:50px;
    margin-bottom:50px;
}
.about{
    padding-left:354px;
    background:url("../images/about.jpg") no-repeat;
    min-height: 670px;
    padding-right:40px;
}
.about p{
    text-indent: 32px;
    line-height:200%;
    font-size:18px;
    margin-bottom:58px;
    margin-top:0;
}
.aboutInfo{
    overflow:hidden;
    margin-top:60px;
}
.aboutInfoPart{
    width:464px;
    float:left;
    margin-left:48px;
    font-size:18px;
}
.aboutInfoPart h2{
    font-size:18px;
}
.aboutInfoPart p{
    color:#888888;
}
.partDiv{
    margin-bottom:80px;
}
.aboutUl{
    list-style:none;
    margin:0;
    padding:0;
    overflow:hidden;
}
.aboutUl li{
    float:left;
    margin-right:60px;
    text-align:center;
    line-height:32px;
}
.map{
    margin-top:30px;
}
.knowImg{
    width:1024px;
    margin:0 auto 32px auto;
}
.list{
    width:970px;
    margin:0 auto 25px auto;
    overflow:hidden;
    border-bottom:1px solid #eeeeee;
    padding-bottom:25px;
}
.listImg{
    float:left;
    width:232px;
    overflow:hidden;
    height:144px;
}
.listImg img{
    width:100%;
}
.listNews{
    float:right;
    width:732px;
}
.listNews h1{
    margin-top:0;
    font-size:16px;
    font-weight:normal;
}
.listNews p{
    margin:0;
    line-height:200%;
}
.linkPage{
    margin-top:30px;
    text-align:center;
    margin-bottom:50px;
}
.linkPage a,.linkPage span{
    margin:0 20px;
    color:#888787;
}
.linkPage .active{
    color:#b02624;
}
.compNav{
    margin:50px auto 50px 190px;
}
.compNav a{
    color:#bbbbbb;
    margin-right:80px;
}
.foot .bottom .compNav h1{
    margin-bottom:20px;
}
.skyBlue{
    background:#f2f2fa;
}
.detail{
    width:1024px;
    margin:0 auto;
}
.detail a{
    text-decoration: underline;
}
.colorBg{
    background:#f4f4f4;
}
.prodList{
    overflow:hidden;
    margin-top:60px;
}
.greyBg{
    background:#e7e7e7;
}
.whiteBg{
    background:#f8f8f8;
    width:1024px;
    margin:0 auto;
}
#myrame img{
    height:auto !important;
}

#footer {
text-align:center;
}
#footer a{
	color:#ffffff;
}