body {
    margin: 0;
    padding: 0;
    font-size: 0.24rem;
    color: #333333;
    font-family: "Microsoft YaHei","Open Sans","微软雅黑", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
body, dl, dd, h1,h2,h3,h4,p,form{margin:0;}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #3e3e3e;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
img {
    border: 0px;
}

.text-over{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.center{
    width: 1200px;
    margin: 0 auto;

}



/*导航条*/
#header{
    width: 1180px;
    height: 60px;
    position: fixed;
    left: 50%;
    top: 20px;
    margin-left: -590px;
    background-color: #FFFFFF;
    z-index: 100;
    transition: all .2s linear;
    /*outline: 1px solid red;*/
}
#header h1{
    display: block;
    float: left;
    width: 360px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
#header h1 a img{
margin-top: 5px;
}
#header .nav{
    width: 735px;
    height: 60px;
    float: left;
    line-height: 60px;
    /*outline: 1px solid red;*/
}
#header .nav ul li {
    width: 105px;
    height: auto;
    float: left;
    text-align: center;
}
#header .nav ul li a {
    display: block;
    width: 105px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background: url(../images/navBg.jpg) 0 0 no-repeat;
}


#header .nav ul li .subNav{
    width:105px;
    height:auto;
    background:#fff;
    border-bottom:5px solid #ce050b;
    display:none;
    /*outline: 1px solid red;*/
}
#header .nav ul li .subNav a {
    width: 105px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #3e3e3e;
    border-top: 1px solid #f2f2f2;
    font-weight: normal;
    font-size: 13px;
    background: none;
}
/*#header .nav ul li:hover{ background:#fff;}*/
#header .nav ul li:hover .animate{ color:#ce050b; background-position:0px -110px;}
.animate:hover .subNav{
    display: block;
}
.animate {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#header .nav ul li .subNav a:hover{ color:#fff; background:#ce050b;}

/*搜索框*/
.search{
    float: left;
    width: 85px;
    height: 60px;
    /*line-height: 60px;*/
    background:url("../images/navBg.jpg") no-repeat;
    text-align: center;
    cursor: pointer;
    /*outline: 1px solid red;*/
}
.search1{
    background:url("") no-repeat;
}
.search img{
    margin-top: 20px;
}
.search-box{
    width: 734px;
    height: 60px;
    display: none;
    float: left;
    position: relative;
    /*outline: 1px solid #ce050b;*/
}
.search-box input{
    width: 670px;
    height: 58px;
    font-size: 16px;
    cursor: pointer;
    /*border-right: none;*/
    border: none;
    padding-left: 10px;
    /*outline: none;*/
}
.search-box button{
    position:absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background-color: transparent;
    border-width: 0px;
    outline: none;
    top: 10px;
    right: 5px;
    cursor: pointer;
    background: url("../images/search-bg.png") no-repeat;
    
}



/* 本例子css */
.slideBox{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
/*.slideBox{ width:100%; height:640px;min-width: 1200px; overflow:hidden; position:relative; border:1px solid #ddd;  }*/
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left: 50%; bottom:23px; z-index:1;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:15px;  width:10px; height:10px; line-height:14px; text-align:center; background:#fff; cursor:pointer;border-radius: 50% }
.slideBox .hd ul li.on{ background:#0c9d49; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;width: 100%}
.slideBox .bd img{ width:100%; height:500px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next{
    position:absolute;
    top:60%;
    margin-top:-25px;
    display:block;
    filter:alpha(opacity=50);opacity:0.5;
    width: 37px;
    height: 38px;
}
.slideBox .prev{
    background: url("../images/prev.png") no-repeat;
    left: 5%;
}
.slideBox .next{
    background: url("../images/next.png") no-repeat;
    right: 5%;

}
.slideBox .start-mouse{
    position: absolute;
    width: 145px;
    height: 145px;
    left: 50%;
    margin-left: -73px;
    margin-top: -320px;
    margin:auto;
    top: 50%;
    display: block;
    background: url("../images/start_mose.png") no-repeat;
}

/*全部产品分类*/
.section1{
    background-color: #f9f9f9;
    padding: 50px 0;
}
.product{
    width: 1170px;
    margin: 0 auto;

}
.product .left{
    width: 250px;
    float: left;
    border: 1px solid #CCCCCC;
    border-top:none ;

}
.product .left .classify{
    width: 250px;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-weight: normal;
    background-color: #ce050b;
}
.product .left .classify span{
    color: #FFFFFF;
    font-size: 15px;
    margin-left: 20px;

}
.product .left .classify i{
    position: absolute;
    right: 18px;
    top: 4px;
}

.product .left ul li{
    margin: 0 20px;
    padding: 15px 0;
    font-size: 15px;
    color: #666666;
    cursor: pointer;
    border-bottom: 1px solid #CCCCCC;
}
.product .left ul li i{
    width: 24px;
    height: 24px;
    float: right;
}
.product .left ul li.on span{
    color: #ce050b;
}
.product .left ul li i.a{
    background: url("../images/icon.png") 0 0 no-repeat;
}
.product .left ul li i.b{
    background: url("../images/icon.png") -24px 0 no-repeat;
}
.product .left ul li i.c{
    background: url("../images/icon.png") -48px 0 no-repeat;
}
/*.product .left ul li:hover span{*/
    /*color: #ce050b;*/
/*}*/
.product .left ul li:hover .a{
    background: url("../images/icon.png") 0 -24px no-repeat;
    /*background-position-y: -24px;*/
}
.product .left ul li:hover .b{
    background: url("../images/icon.png") -24px -24px no-repeat;
}
.product .left ul li:hover .c{
    background: url("../images/icon.png") -48px -24px no-repeat;
}


.product .left .code{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 35px;
}
.product .left .code li{
    width: 50%;
    list-style: none;
  float: left;
  margin: 5px 0;
}
.product .left .code li a {
 
}
.product .right{
    float: right;
    width: 900px;
}
.product .right ul li{
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.product .right ul li div{
    width: 280px;
    height: 280px;
    box-shadow: 1px 3px 5px #cccccc;
}
.product .right ul li div img{
    width: 100%;
    height: 100%;
}
.product .right ul li p{
    width: 280px;
    text-align: center;
    font-size: 13px;
    color: #303030;
    margin-top: 13px;
}
.product .right ul li:hover div{
    box-shadow: 5px 8px 15px #cccccc;
}


/*平台服务*/
.section2 h1{
    width: 1170px;
    margin: 0 auto;
    font-weight: normal;
    padding: 60px 0;
}
.section2 h1 span{
    font-size: 24px;
    color: #303030;
}
.section2 h1 i{
    font-size: 12px;
    color: #cccccc;
    font-style: normal;
    margin-left: 20px;
}
.section2 .switcher{
    width: 100%;
    height: 223px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 3px 10px #cccccc;
}
.zpmenu {
    width: 1000px;
    margin: 0 auto;
    height: 223px;
}
.zpmenu dl {
    width: 1000px;
    float: left;
    height: 223px;
}
.zpmenu #slider2 dt{
    width: 82px;
    height: 223px;
    border: 1px solid #CCCCCC;
    font-size: 15px;
    border-top: none;
    border-bottom: none;
    /*text-align: center;*/
    float: left;
    cursor: pointer;
    position: relative;
}
.zpmenu #slider2 dt span{
    width: 15px;
    height: 100px;
    display: block;
    font-size: 15px !important;
    word-wrap: break-word;
    letter-spacing: 20px;
    margin: 0 auto;

    color: #676767;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    margin-top: -85px;
    margin-left: -8px;
}
.zpmenu #slider2 dt i{
    position: absolute;
    bottom: 20px;
    margin: auto;
    left: 50%;
    margin-left: -11px;
    width: 24px;
    height: 21px;
    background: url("../images/icon-2.png") no-repeat;

}
.zpmenu #slider2 dt.open i{
    background: url("../images/icon-2-2.png") no-repeat;
}
.zpmenu dd {
    position: relative;
    width: 485px;
    display: block;
    height: 223px;
    float: left;
    overflow: hidden;
}
.zpmenu #slider2 dd div.zpinfor {
    width: 445px;
    margin-top: 35px;
    margin-left: 20px;
    font: 12px/21px "微软雅黑", "宋体";
    float: left;
    height: 165px;
}
.zpmenu #slider2 dd div.zpinfor h3{
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 35px;
}
.zpmenu #slider2 dd div.zpinfor p{
    font-size: 13px;
    color: #333333;
    height:63px;
}
.zpmenu #slider2 dd div.zpinfor a{
    border: 1px solid #ce050b;
    color: #ce050b;
    width: 160px;
    display: block;
    text-align: center;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}
.zpmenu #slider2 dd div.zpinfor a:hover {
    color:#FFFFFF ;
    background-color: #ce050b;
}
.zpmenu #slider2 .open{
    background:url("../images/noticeBg.jpg") repeat;
}
.zpmenu #slider2 .open span{
    color: #FFFFFF;
}
#slider2 dd:last-child{
    border-right: 1px solid #CCCCCC;
}

/*关于中力*/
.section3{
    margin: 60px 0;
}
.section3 .about-h{
    width: 1100px;
    margin: 0 auto;
    height: 495px;
    position: relative;
    background: url("../images/about_b.png") bottom no-repeat;
}
b.title-bg{
    width: 1100px;
    height: 119px;
    margin: 0 auto;
    display: block;
    /*background: url("../images/about1.png") center no-repeat;*/
}
.section3 .about-h p{
    width: 1000px;
    margin: 0 auto;
    font-size: 13px;line-height: 25px;
    text-indent: 2em;
    padding: 20px 0;
}
.section3 .about-h .more{
    position: absolute;
    bottom: 20px;
    color: #ce050b;
    left: 50%;
    margin-left: -20px;
}



/*成功案例*/
.section4{
    width: 100%;
    height: 717px;
    min-width: 1200px;
    /*overflow: hidden;*/
    background: url("../images/case-b.jpg") no-repeat;
}
.section4 .title-bg{
    padding-top: 35px;
}
.picScroll-left{
    width: 1200px;
    height: 400px;
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
}
.picScroll-left .bd{
    width: 990px;
    height: 400px;
    margin: 0 auto;
    /*margin-left: 30px;*/

}
.picScroll-left .bd li{
    width: 300px;
    height: 400px;
    float: left;
    margin-left: 30px;

    cursor: pointer;
}
.picScroll-left .bd li .pic{
    height: 180px;
}
.picScroll-left .bd li .pic img{
    width: 100%;
    height: 100%;
}
.picScroll-left .bd li .content{
    position: relative;
    height: 220px;
    background-color: #FFFFFF;
}
.picScroll-left .bd li .content h3{
    border-bottom: 1px solid #CCCCCC;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0;
    color: #333333;
    margin: 0 20px;
}
.picScroll-left .bd li .content p{
    font-size: 13px;
    color: #a1a1a1;
    line-height: 25px;
    height: 120px;
    padding: 20px 20px;
}
.picScroll-left .bd li .check-more{
    background-color: #ce050b;
    color: #FFFFFF;
    display: block;
    width: 300px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    display: none;
}
.picScroll-left .bd li:hover .content{
    margin-top: -40px;
    transition: all .2s linear;
}
.picScroll-left .bd li:hover .check-more{
    display: block;
}
.picScroll-left .prev,.picScroll-left .next{
    width: 37px;
    height: 38px;
    position: absolute;
    top: 50%;
}
.picScroll-left .prev{
    background: url("../images/prev.png") no-repeat;
    left: 0;
}
.picScroll-left .next{
    background: url("../images/next.png") no-repeat;
    right: 0;
}


/*资讯中心*/
.section5{
    height: 580px;
    background:url("../images/n-bg.png");
}
.section5 .go{
    position: absolute;
    right: 0;
    top: 60px;
}
.title{
    width: 1170px;
    margin: 0 auto;
    font-weight: normal;
    padding: 40px 0;
    position: relative;
}
.title span{
    font-size: 24px;
    color: #303030;
}
.title i{
    font-size: 12px;
    color: #cccccc;
    font-style: normal;
    margin-left: 20px;
}

.section5 ul{
    width: 1170px;
    margin: 0 auto;

}
.section5 ul li{
    width: 320px;
    height: 160px;
    float: left;
    background-color: #FFFFFF;
    padding: 20px;
    cursor: pointer;
    transition: all .2s linear;
    margin-left: 30px;
    margin-bottom: 20px;
}
.section5 ul li h3{
    font-weight: normal;
    font-size: 15px;
    color: #333333;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}
.section5 ul li span{
    display: block;
    padding: 10px 0;
    font-size: 12px;
    color: #909090;
}
.section5 ul li p{
    line-height: 20px;
    margin-bottom: 5px;
    height: 62px;
}
.section5 ul li a{
    line-height: 30px;
}
.section5 ul li a i{
    font-style: normal;
    line-height: 30px;
    font-size: 12px;
    color: #FFFFFF;
}
.section5 ul li b{
    width: 31px;
    height: 30px;
    background: url("../images/go.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.section5 ul li:hover a b{
    margin-left: 16px;
    transition: all .5s linear;
}
.section5 ul li:hover{
    background:url("../images/noticeBg.jpg") repeat;
}
.section5 ul li:hover h3,.section5 ul li:hover p,.section5 ul li:hover span{
    color: #FFFFFF;
}
.section5 ul li:hover b{
    background: url("../images/w-go.png") no-repeat;
}

/*合作伙伴*/
.section6 ul{
    width: 1180px;
    margin: 0 auto;
}
.section6 ul li{
    width: 178px;
    height: 78px;
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.section6 ul li img{
    width: 100%;
    height: 100%;
    /*vertical-align: middle;*/
}
.section6 ul li.m-r{
    margin-right: 0;
}
.section6 .link{
    width: 1180px;
    margin: 0 auto;
}
.section6 .link h2{
    font-weight: normal;
    font-size: 24px;
    color: #555555;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 6px;
    margin-top: 16px;
    margin-bottom: 18px;
    padding-left: 20px;
}
.section6 .link h2 span{
    font-size: 12px;
    color: #CCCCCC;
}
.section6 .link div{
    margin-bottom: 32px;
}
.section6 .link div a{
    color: #aeaeae;
    margin-right: 12px;
    /*margin-bottom: 18px;*/
    line-height: 24px;

}


.footer .a{
    width: 100%;
    min-width: 1200px;
    height: 40px;
    line-height: 40px;
    background-color: #ce050b;
}
.footer .a ul{
    width: 1110px;
    height: 40px;
    margin: 0 auto;
}
.footer .a ul li{
    float: left;
    margin-left: 85px;
}
.footer .a ul li a{
    color: #FFFFFF;
    font-size: 15px;
    /*margin-left: 85px;*/
}
.footer .b{
    width: 1190px;
    height: 100px;
    margin: 0 auto;
    padding-top: 22px;
    padding-bottom: 80px;


}
.footer .b .part1{
    padding-left: 30px;
    padding-right: 30px;
    float: left;
}
.footer .b .part2{
    float: left;
}
.footer .b .part2 p{
    margin-bottom: 20px;
    font-size: 13px;
    color: #1D1F1E;
    line-height: 6px;
}
.footer .b .part3{
    float: right;
}
.footer .b .part3 img {.
  width: 150px;
}

/*2关于-介绍*/
.ad{
    width: 100%;
    min-width: 1200px;
    height: 370px;
}
.ad img{
    width: 100%;
    height: 100%;
}
.main{
    background-color: #f9f9f9;
}
.main .center{
    padding-bottom: 35px;
}
.h-title{
    height: 96px;
    line-height: 96px;
}
.h-title span{
    width: 140px;
    height: 50px;line-height: 50px;
    color: #FFFFFF;
    background-color: #ce050b;
    display: inline-block;
    text-align: center;
    font-size: 15px;

}
.h-title a{
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #ce050b;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #ce050b;
    margin-left: 27px;

}
.h-title a.on{
    background-color: #ce050b;
    color: #FFFFFF;
}
.about-c{
    background-color: #FFFFFF;
    padding: 40px;
    color: #666666;
}
.about-c h3{
    font-size: 24px;
    margin-bottom: 24px;
}
.about-c p{
    font-size: 13px;
    line-height: 24px;
}
.about-c ul{
    width: 1140px;
}
.about-c ul.about li{
    width: 250px;
    height: 367px;
    float: left;
    border: 5px solid #ececec;
    margin-right: 26px;
    margin-bottom: 30px;
    text-align: center  ;
    position: relative;
}
.about-c ul.about li:hover{
    border: 5px solid #ce050b;
    cursor: pointer;
}
.about-c ul.about li.no{
    margin-right: 0;
}
.about-c ul.about li img{
    width: 100%;
    height: 100%;
    transition: all .3s linear;
}
.about-c ul.a li div{
    height: 188px;
    color: #666666;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -98px;
    display: none;
}
.about-c ul.a li div h2{
    font-size: 24px;
    margin-top: 44px;
    margin-bottom: 22px;

}
.about-c ul.a li div span{
    width: 196px;
    display: block;
    margin: 0 auto;
    font-size: 13px;
    line-height: 22px;
}
.about-c ul.a li:hover img {
    margin-top: 100px;
    bottom: 10px;
    transform:scale(.4,.4);

}
.about-c ul.a li:hover div{
    display: block;
}


/*产品中心*/
.product-list li{
    width: 260px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}
.product-list li div{
    width: 260px;
    height: 260px;
    /*outline: 1px solid red;*/
    box-shadow: 0 3px 5px #cccccc;
}
.product-list li div img{
    width: 100%;
    height: 100%;
}
.product-list li.no{
    margin-right: 0;
}
.product-list li p{
    text-align: center;
    margin-top: 10px;
    width: 260px;
    font-size: 13px;
    color: #303030;
    overflow: hidden;
}
.product-list li:hover div{
    box-shadow: 5px 8px 10px #cccccc;
}

/*产品详情*/
.pro-details{
    width: 420px;
    height: 270px;overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.pro-details .bd{
    position: absolute;
    left: 80px;
    box-shadow: 0 5px 10px #cccccc;
}
.pro-details .bd ul li{
    width: 260px;
    height: 260px;

}
.pro-details .bd ul li img{
    width: 100%;
    height: 100%;
}
.pro-details .prev,.pro-details .next{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.1s linear;
}
.pro-details .prev{
    left: 0;
    background: url("../images/left-bt.png") no-repeat;
}
.pro-details .next{
    background: url("../images/right-on.png") no-repeat;
    right: 0;
}
.pro-details .prev:hover{
    background: url("../images/left-on.png") no-repeat;
}
.pro-details .next:hover{
    background: url("../images/right-bt.png") no-repeat;
}
.de-content{
    margin: 50px 0;
}
.de-content h4{
    font-size: 16px;
    font-weight: normal;
    color: #0c9b4b;
    margin-bottom: 30px;
}
.de-content p{
    font-size: 13px;
    color: #666666;
}
.page a{
    /*display: block;*/
    font-size: 13px;
    color: #909090;
    line-height: 26px;
}
.img div{
   text-align: center;
}
.img p{
    /*text-indent: 2em;*/
    font-size: 15px;
    color: #666666;
    line-height: 34px;
    margin-bottom: 78px;
}
.img a{
    width: 120px;
    height: 30px;line-height: 30px;
    /*padding: 8px 20px;*/
    font-size: 13px;
    text-align: center;
    color:#ce050b ;
    display: block;
    border: 1px solid #ce050b;
    margin: 0 auto;
}


/*成功案例*/
.case-list li{
    width: 100%;
    height: 180px;
    margin-bottom: 40px;
}
.case-list li .lt-img{
    width: 300px;
    height: 180px;
    float: left;
}
.case-list li .lt-img img{
    width: 100%;
    height: 100%;
}
.case-list li .rt-cont{
    width: 780px;
    margin-left: 40px;
    float: left;
}
.case-list li .rt-cont h4{
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;


}
.case-list li .rt-cont p{
    font-size: 13px;
    color: #909090;
    height: 75px;
    overflow: hidden;
    margin: 20px 0;
    /*outline: 1px solid red;*/

}
.case-list li .rt-cont span{
    font-size: 13px;
    color: #909090;
}
.page1 a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #8c9a98;
    color: #FFFFFF;
    font-size: 13px;
    margin-right: 13px;
}
.page1 a.on{
    background-color: #ce050b;
}
.case-details h4{
    text-align: center;
    font-size: 24px;
    color: #333232;
}
.case-details span{
    text-align: center;
    display: block;
    font-size: 12px;
    margin-top: 24px;

}
.case-details p{
    margin: 25px 0;
}

.news li{
    margin-bottom: 25px;
    border-bottom: 1px solid #CCCCCC;
}
.news li:last-child{
    border-bottom: none;
}
.news li .a{
    width: 100%;
   margin-left: 0;

}
.news li .a h4{
    font-weight: normal;
}
.news li:hover .a h4{
    color: #ce050b;
}
.news li .a p{
    /*outline: 1px solid red;*/
    height: 70px;
}

/*联系我们*/
.contact-a{
    float: left;
}
.contact-a p{
    padding-left: 14px;
    margin-bottom: 45px;
    margin-right: 75px;
    background: url("../images/line.png") no-repeat;
}
.contact-a p span{
    color: #333333;
    font-size: 15px ;
}
.contact-a p i{
    font-style: normal;
    font-size: 12px ;
    display: block;
    color: #909090;
}
.contact-b{
    float: right;
}
.contact-b img{
    margin-left: 26px;
}
.map{
    width: 1120px;
}
.map img{
    width: 100%;
    height: auto;
}


/*留言*/
.contact-left{
    width: 290px;
    float: left;
}
.contact-left img{
    width: 290px;
    height: 439px;
    border: 0;

}
.contact-left p{
    height: 100px;
    background-color: #ce050b;
    color: #FFFFFF;
    margin-top: -3px;
    text-align: center;

}
.contact-left p span{
    width: 290px;
    display: block;

}
.contact-left p >span:first-child{
    font-size: 16px;
    line-height:48px;
}
.contact-left p >span:last-child i{
    width: 50px;
    display: inline-block;
    /*height: 28px;*/
    /*outline: 1px solid red;*/
    font-size: 12px;
    float: left;
    margin-left: 26px;
    font-style: normal;
    line-height: 16px;
}
.contact-left p >span:last-child b{
    width: 168px;
    display: inline-block;
    height: 30px;
    line-height: 35px;
    float: left;
    font-size: 22px;
    margin-left: 20px;
    /*outline: 1px solid red;*/
}
.about-c form{
    width: 780px;
    float: left;
    margin-left: 50px;
}
.about-c form div{
    /*height: 35px;*/
    line-height: 35px;
    margin-bottom: 20px;
}
.about-c form div span{
    font-size: 12px;
}
.about-c form div label{
    font-size: 14px;
    margin-right: 24px;
}
.about-c form div input[type=text]{
    height: 35px;
    background-color: #f5f5f5;
    border: none;
}
.about-c form div textarea{
    /*margin-top: 10px;*/
    width: 560px;
    height: 180px;
    background-color: #f5f5f5;
    border: none;
    display: inline-block;
}
.about-c form div input[type=submit]{
    width: 120px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #ce050b;
    color: #FFFFFF;
    border: none;
    margin-left: 58px;
    cursor: pointer;
}


/*-- 右浮联系窗 --*/
.fixed-box{
    width: 150px;
    height: 342px;
    background: #CE050B;
    position: fixed;
    right: 0;
    top: 38%;
    text-align: center;
    color: #f3f3f3;
    z-index: 999;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear ;
    -o-transition: all 0.4s linear ;
    transition: all 0.4s linear ;
}
.fixed-box p{
    line-height: 50px;
    text-align: center;
    width: 150px;
	font-weight:bold
}
.fixed-box .contact-link{
    font-size: 14px;
    display: inline-block;
    width: 138px;
    height: 48px;
    background: #ffffff;
    color: #CE050B;
    border-radius: 2px;
    line-height: 24px;
    margin: 10px auto;
	font-weight:bold;
}
.WeChat,.WeChat img{
    width: 100px;
    height: 100px;
}
.WeChat{
    margin: 10px auto 0;
}
.toTop{
    display: inline-block;
    width: 60px;
    height: 50px;
    background: url("../images/up.png") no-repeat top center;
    margin: 20px auto 0;
    font-size: 14px;
}
.toTop span{
    display: inline-block;
    margin-top: 30px;
    color: #f3f3f3;
}
.out{
    width: 19px;
    height: 40px;
    background: url("../images/out.png") no-repeat center;
    position: absolute;
    left: -19px;
    top: 150px;
    cursor: pointer;
}





