.main{
    width: 1200px;
    margin: 0 auto;
}
.topper{
    height: 120px;
}
.logo{
    height: 66px;
    margin-top: 27px;
    float: left;
}
.logo img{
    height: 66px;
    width: auto;
}
.info {
    color: #999;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}
.tel{
    width: 330px;
    margin-top: 40px;
    height: 64px;
    float: right;
}
.tel span{
    font-size: 16px;
    background: url(../images/tel.png) no-repeat left center;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    float: left;

}
.tel i{
    float: right;
    color: #2f318b;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    font-family: "Arial";
    width: 205px;
}
.navDiv{
    background: #2f318b;
    width: 100%;
    height: 56px;
    line-height: 56px;
}
.nav{}
.nav ul li{
    width: 150px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    float: left;
}
.nav ul li:hover,.nav ul li.hover{
    background: #e62129;
}
.nav ul li a{
    color: #fff;
    font-size: 16px;
    display: block;
}


.slideBox {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    height: 30px;
    text-align: center;
    width: 100%;
}

.slideBox .hd ul {
    text-align: center;
}

.slideBox .hd ul li {
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 8px;
}

.slideBox .hd ul li.on {
    background: #e62129;
    color: #fff;
    height: 15px;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 550px;
}

.slideBox .bd li a {
    display: block;
    width: 100%;
    height: 550px;
}

.hotDiv {
    padding-top: 10px;
    height: 55px;
    line-height: 55px;
}

.hotDiv span {
    font-weight: bold;
    font-size: 16px;
    color: #e62129;
}

.hotDiv a {
    font-size: 16px;
    color: #333;
    margin-right: 20px;
}

.searchForm {
    float: right;
    width: auto;
}

.searchForm input {
    float: left;
    margin-top: 10px;
}

.searchForm input[type="text"] {
    height: 29px;
    width: 220px;
    padding: 0px 10px;
    line-height: 29px;
    color: #cac8c8;
    border: 1px solid #aaa8a8;
    background: #fff;
    border-right: 0px;
}
.hots{
    width: 100%;
    height: 70px;
    line-height: 60px;
    background: url(../images/hot_bg.png) repeat-x left center;
}
.productDiv{
    padding: 60px 0px;
}
.category{
    width: 275px;
    float: left;
    background: #e62129;
    height: 875px;
}
.category h1{
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0px;
}
.category h1 span{
    font-size: 16px;
    font-family: 'Arial';
}
.category ul li{
    height: 56px;
    line-height: 56px;
    background: #fff;
    margin: 0px 20px 10px;
    padding-left: 30px;
}
.category ul li a{
    color: #333;
    font-size: 16px;
    display: block;

}
.category ul li:hover a{
    color: #e62129;
}
.more_product{
    width: 178px;
    height: 36px;
    line-height: 36px;
    display:block;
    border: 1px solid #FFF;
    color: #fff;
    font-size: 16px;
    margin:20px auto 0;
    text-align: center;
}
.more_product:hover{
    border: 1px solid #fff;
    background: #fff;
    color: #e62129;
}
.product{
    width: 920px;
    float: right;
    height: 875px;
}
.product li{
    width: 290px;
    height: 275px;
    border: 1px solid #c7c8c8;
    float: left;
    text-align: center;
    margin: 0px 7px 15px;
}
.product li:hover{
    border:1px solid #e62129;
}
.product li .proimg{
    margin: 5px;
    overflow: hidden;
    width: 280px;
    height: 220px;
}
.product li .proimg img{
    width: 280px;
    height: 220px;
    display: block;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.product li:hover .proimg img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.product li .protitle{
    height: 36px;
    line-height: 36px;
}
.product li .protitle a{
    display: block;
    font-size: 16px;
}
.clear{
    clear: both;
}
.aboutDiv{
    width: 100%;
    height: 426px;
    background: url(../images/about_bg.jpg) no-repeat center top;
}
.about{
    padding: 70px 0px;
}
.about_left{
    width: 760px;
    float: left;
}
.about_left h1{
    font-size: 22px;
    color: #fff;
}
.about_left span{
    font-size: 20px;
    color: #c1c1c1;
    border-bottom: 3px solid #6a6a6a;
    display: inline-block;
    height: 42px;
    line-height: 42px;
}
.about_left p{
    font-size: 16px;
    color: #999;
    line-height: 32px;
    padding: 10px 0px;
}
.about_left .about_more{
    width: 135px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    border: 1px solid #c9c7c7;
    color: #c9c7c7;
    font-size: 18px;
    text-align: center;
    display: block;
}
.about_left .about_more:hover{
    color: #e62129;
    border:1px solid  #e62129;
}
.about_right{
    width: 385px;
    height: 290px;
    float: right;
    border: 3px solid #7f7f7f;
    border-radius: 3px;
    overflow: hidden;
}
.about_right img{
    width: 385px;
    height: 290px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;

}
.about_right img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.advantageDiv{
    padding: 50px 0px;
}
.advantage{
    width: 1200px;
    padding-top: 50px;
    height: 930px;
    background: url(../images/adv_bg.png) no-repeat center 75px;
}
.advantage li{
    width: 470px;
    height: 435px;
    margin-bottom: 30px;
}
.advantage li:nth-of-type(1){
    float: left;
}
.advantage li:nth-of-type(2){
    float: right;
}
.advantage li:nth-of-type(3){
    float: left;
}
.advantage li:nth-of-type(4){
    float: right;
}
.advantage .advpic{
    width: 470px;
    height: 250px;
    overflow: hidden;
}
.advantage .advpic img{
    width: 470px;
    height: 250px;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.advantage .advpic:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.advantage .advintro{
    background: #f1f1f2;
    padding:30px 35px 40px;
    width: 400px;
    height: 115px;
}
.advantage .advintro h1{
    color: #ff1d28;
    font-size: 22px;
    text-align: center;
    height: 32px;
    line-height: 32px;
}
.advantage .advintro h1 img{
    display: inline-block;
    vertical-align: middle;
    height: 18px;
}
.advantage .advintro p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.ad{
    width: 100%;
    height: auto;
}
.ad img {
    width: 100%;
    height: auto;
}

.case{
    padding: 100px 0px;
}
.case .caseTitle{
    text-align: center;
}
.caseTitle h1{
    font-size: 30px;
    color: #e62129;
    font-weight: normal;
    width: 380px;
    background: url(../images/case_bg.png) no-repeat center center;
    background-size: 100% auto;
    height: 40px;
    line-height: 40px;
    margin:0 auto;
}
.caseTitle span{
    font-size: 14px;
    color: #999;
    padding: 10px 0px;
    display: inline-block;
}
.case ul{
    padding: 20px 0px;
}
.case ul li{
    position: relative;
    width: 315px;
    height: 168px;
    overflow: hidden;
    float: left;
}
.case ul li:nth-of-type(1){
    width: 545px;
    height: 345px;
    margin-right: 10px;
}
.case ul li:nth-of-type(1) img{
    width: 545px;
    height: 345px;
}
.case ul li:nth-of-type(2),.case ul li:nth-of-type(3){
    margin-bottom: 10px;
}
.case ul li:nth-of-type(2),.case ul li:nth-of-type(4){
    margin-right: 10px;
}
.case ul li img{
    width: 315px;
    height: 168px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.case ul li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.case ul li h1{
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    bottom: 0px;
}
.case_more{
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ababab;
    font-size: 14px;
    border: 1px solid #ababab;
    display: block;
    margin: 50px auto 0px;

}
.case_more:hover{
    color: #e62129;
    border:1px solid  #e62129;
}
.newsDiv{
    width: 100%;
    height: 558px;
    background: url(../images/news_bg.jpg) #fff no-repeat center top;
}
.news{
    padding: 40px 0px;
}
.news_left{
    height: 478px;
    width: 700px;
    float: left;
}
.news_right{
    height: 478px;
    width: 480px;
    float: right;
}
.news_title{
    height: 42px;
    line-height: 42px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #d0d1d2;
}
.news_title span{
    font-size: 24px;
    color: #e62129;
    border-bottom: 2px solid #e62129;
    display: inline-block;
    top: -1px;
    position: absolute;
    padding: 0px 5px;
}
.news_title a.news_more{
    color: #999;
    font-size: 16px;
    float: right;
    display: block;
}
.news_title a.news_more:hover{
    color: #e62129;
}
.news_left dl{
    color: #999;
}
.news_left dl a{
    color: #999;
}
.news_left dl dt{
    padding: 30px 0px;
    height: 209px;
    width: 100%;
}
.news_left dl dt .news_pic{
    width: 295px;
    height: 209px;
    float: left;
    overflow: hidden;
}
.news_left dl dt .news_pic img{
    width: 295px;
    height: 209px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.news_left dl dt .news_pic:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.news_left dl dt .news_info{
    float: right;
    height: 209px;
    width: 390px;
}
.news_left dl dt .news_info h1{
    height: 36px;
    line-height: 36px;

}
.news_left dl dt .news_info h1 a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #fff;
    font-size: 16px;
}
.news_left dl dt .news_info p{
    font-size: 15px;
    line-height: 32px;
    height: 128px;
    overflow: hidden;

}
.news_left dl dt .news_info .news_detail{
    width: 105px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #999;
    border-radius: 3px;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.news_left dl dt .news_info .news_detail:hover{
    border: 1px solid #e62129;
    color: #e62129;
}
.news_left dl dd{
    height: 32px;
    line-height: 32px;
    width: 50%;
    float: left;

}
.news_left dl dd a{
    display: block;
    font-size: 15px;
    padding-left: 25px;
    background: url(../images/plus.png) no-repeat left center;
}
.news_left dl dd a:hover{
    color: #e62129;
}
.news_right ul{
    margin-top: 10px;
}
.news_right ul li{
    padding: 10px 0px;
    border-bottom: 1px dashed #797979;
}
.news_right ul li:nth-last-of-type(1){
    border: none;
}
.news_right ul li h1{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    background: url(../images/ques.png) no-repeat left center;
    padding-left: 25px;
    cursor: pointer;
}
.news_right ul li h1 a{
    color: #fff;
}
.news_right ul li p{
    color: #999;
    font-size: 15px;
    line-height: 28px;
    background: url(../images/answer.png) no-repeat left 5px;
    padding-left: 25px;
}
.footDiv{
    width: 100%;
    height: 230px;
    background: url(../images/foot_bg.jpg) #474747 no-repeat center top;
}
.nav_bar {
    background: #e62129;
    float: left;
    height: auto;
    margin-top: 30px;
    width: 275px;
    padding-bottom: 20px;
	margin-bottom:20px;
}

.nav_bar ul {
    
}

.nav_bar .cate_name {
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0px;
}

.nav_bar ul li {
   height: 56px;
    line-height: 56px;
    background: #fff;
    margin: 0px 20px 10px;
    padding-left: 30px;
}
.nav_bar ul li a{
    color: #333;
    font-size: 16px;
    display: block;
}


.nav_bar ul li:hover a,
.nav_bar ul li.hover a {
    color: #e62129;
}

.nav_bar ul li a {
    display: block;
}

.nav_bar ul.news {
    padding: 20px;
}

.nav_bar ul.news li {
    background: rgba(0, 0, 0, 0) url("../images/dotted.png") no-repeat scroll left center;
    padding-left: 10px;
}

.nav_bar ul li a {
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.nav_bar .video {
    padding: 20px;
}


.newslist {
    background: #fff none repeat scroll 0 0;
    margin-top: 30px;
}
.main_content {
    float: right;
    height: auto;
    margin-right: 10px;
    width: 870px;
}
.title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 30px;
}

.title h1 {
    position: absolute;
    left: 0px;
    top: -1px;
    font-size: 16px;
    border-bottom: 2px solid #e62129;
    padding: 0px 15px 0px 25px;
    color: #000;
    background: url(../images/about.png) no-repeat left center;
    font-weight: normal;
}

.title a.more {
    float: right;
    font-weight: normal;
    position: relative;
    top: 3px;
    right: 5px;
    color: #999;
}

.article_content{
    min-height: 520px;
}
.article_content .news_title {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 10px;
    border: none;
}

.article_content .news_detail {
    padding-bottom: 30px;
    line-height: 28px;
}
.article_content .news_detail img{
    max-width: 100%;
}
.list ul.list_ul li {
    background: rgba(0, 0, 0, 0) url("../images/dotted.jpg") no-repeat scroll 10px center;

    height: 42px;
    line-height: 42px;
    padding-left: 30px;
}

.list ul.list_ul li span {
    color: #999;
    float: right;
    font-size: 12px;
}

.list ul.list_ul li a {
    color: #000;
    font-size: 16px;
}

.list ul.list_ul li a:hover {
    color: #00afff;
}
.list ul.list_ul p.intro{
    text-indent: 2em;
    color: #8b8b8b;
    line-height: 28px;
    height: 28px;
    margin-bottom: 5px; 
    border-bottom: 1px dashed #e5e5e5;
}
.cases{
    width: 100%;
}
.cases ul li {
    margin: 0 10px;
    padding: 5px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.cases ul li .pic {
    text-align: center;
    overflow: hidden;
}

.cases ul li .pic img {
    width: 205px;
    height: 160px;
    display: block;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.cases li .pic a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.cases ul li .tit{
    line-height: 42px;
    height: 42px;
}

.cases ul li .tit a {
    font-size: 16px;
    display: block;
    color: #333;
}
.product-list {
    padding-top: 0px;
    width: 870px;
    min-height: 520px;
}
.product-list ul {
    width: 870px;
}

.product-list ul li {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-bottom: 10px;
    margin-right: 22px;
    padding: 2px;
    width: 270px;
}
.product-list ul li:nth-of-type(3n+3){
    margin-right: 0px;
}

.product-list ul li a {
    height: 100%;
    width: 100%;
}

.product-list ul li img {
    display: block;
    height: 250px;
    margin: 0;
    width: 270px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.product-list ul li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.product-list ul li .titles {
    font: 16px;
    padding: 0 10px;
    text-align: center;
}

.product-list ul li .info {
    background: #fff none repeat scroll 0 0;
    padding: 0 10px 10px;
    width: 100%;
}

.product-list ul li .info div {
    color: #bfbfbf;
    font: 400 12px/22px "å®‹ä½“";
    width: 50%;
}

.product-list ul li .info div:last-child {
    text-align: right;
}

.chanpin li .img-box {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px 10px 0;
}

.chanpin li .titles {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font: 400 16px/45px "microsoft yahei";
    text-align: center;
}

.banner {
    width: 100%;
    height: auto
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}
.foot{
    padding: 40px 0px;
    color: #cecece;
    background: url(../images/foot_logo.png) no-repeat right center;
}
.foot_nav{
    height: 36px;
    line-height: 36px;
}
.foot a{
    color: #cecece;
}
.foot p{
    line-height: 32px;
}
.pages {
    height: 27px;
    padding: 25px 0;
    text-align: center;
}
.pages li {
    display: inline-block;
}
.pages li span{
    border: 1px solid #dddddd;
    color: #ba3322;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-left: 7px;
    padding: 0 10px;
    cursor: not-allowed;
}
.pages a {
    border: 1px solid #dddddd;
    color: #ba3322;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-left: 7px;
    padding: 0 10px;
}
.pages li.active a, .pages a:hover {
    background: #ba3322 none repeat scroll 0 0;
    border: 1px solid #ba3322;
    color: #fff;
}
.pages a.prev, .pages a.next {
    border: 1px solid #ffffff;
    color: #222222;
}
.pages_new {
    margin: 0 auto;
    width: 800px;
}
.pages_new a {
    border: 1px solid #cacaca;
    color: #808080;
}
.pages_new a.prev {
    border: 1px solid #cacaca;
}
.pages_new a.next {
    border: 1px solid #cacaca;
}
.pages_new span {
    border: 1px solid #cacaca;
}
.pages_new a:hover {
    background: #696c75 none repeat scroll 0 0;
    color: #fff;
}

