.banner .slideBox{ width:100%; min-width: 1200px; overflow:hidden;  position:relative;  }
.banner .slideBox .hd{width: 100%; height:15px; overflow:hidden;
    position:absolute; right:0px; bottom:30px; z-index:1; }
.banner .slideBox .hd ul{
    width: 100%; overflow:hidden; zoom:1; text-align: center;  }
.banner .slideBox .hd ul li{ display: inline-block; margin: 0 10px;
    width:10px; height:10px; background:#fff; cursor:pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.banner .slideBox .hd ul li.on{ background:#d92323; }
.banner .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.banner .slideBox .bd li{ zoom:1; vertical-align:middle;  }
.banner .slideBox .bd img{
    width: 100%;
}
/*导航*/
.navbox {
    background-color: #a61f22;
    height: 50px;
    min-width: 1200px;
}
.navbox .nav ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 170px;
    line-height: 50px;
    text-align: center;
}
.navbox .nav ul li:hover a,.navbox .nav ul li.act a {
    background-color: #8b0d10;
}
.pubh1 {
    text-align: center;
    position: relative;
    margin: 30px auto;
}
.pubh1 b,.pubh1 i {
    background-color: #fff;
    padding: 0 5px;
}
.pubh1 b {
    text-transform:uppercase;
    color: #a61f22;
}
.pubh1 i {
    color: #333;
}
.pubh1:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #dcdcdc;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.hezuobox {
    overflow: hidden;
}
.hezuobox ul {
    margin-right: -6px;
}
.hezuobox ul li {
    border: 1px solid #ccc;
    width: 193px;
    height: 58px;
    margin: 6px 6px 6px 0;
    text-align: center;
    overflow: hidden;
}
.hezuobox ul li img,.list ul li .pic img {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
}
.hezuobox ul li:hover img,.list ul li:hover .pic img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.adbox {
    margin: 30px auto;
}
.probox h2 {
    text-align: center;
    color: #333;
}
.probox .pubh1 {
    margin-bottom: 0;
}
.list {
    margin-top: 35px;
}
.list h1 {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    margin-bottom: 20px;
}
.list h1:after{
    content: "";
    position: absolute;
    height: 5px;
    width: 36px;
    background: #bababa;
    left: 0;
    top: 0;
}
.list h1 b {
    color: #a61f22;
    font-weight: normal;
    font-size: 22px;
}
.list h1 i {
    font-size: 20px;
}
.list h1 a {
    font-size: 12px;
    background-color: #a61f22;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 2px 5px;
    margin-top: 10px;
    text-transform:uppercase;
}
.list ul  {
    margin-right: -15px;
}
.list ul li  {
    width: 288px;
    margin-right: 15px;
}
.list ul li .pic {
    width: 288px;
    height: 194px;
    overflow: hidden;
    position: relative;
}
.list ul li .pic p{
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    color: #fff;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.list ul li .pic p span {
    margin-right: 15px;
}
.list ul li .text {
    width: 288px;
    height: 60px;
    background-color: #f1f0f0;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.list ul li:hover .pic p {
    background-color: rgba(166,31,34,0.35);
}
.site-join { padding:10px 0;}
.joinimg{width:100%;height:100%;max-width: 1200px; padding:20px 0;}
.joinimg .swiper-slide{max-width:826px;max-height:387px; width:100%; overflow: hidden; height:auto; position:relative; background:url(../images/gzblbg.png);}
.joinimg .swiper-slide img{filter:alpha(opacity=40);opacity:0.4;-webkit-transition:  all ease-out 1s;transition:  all ease-out 1s; width: 100%; max-width:100%; height:auto;}
.joinimg .swiper-slide span { position:absolute; right:0; bottom:10%; font-size:20px; color:#fff; padding:10px 30px 10px 50px; background:rgba(0, 0, 0, 0.5)}
.joinimg .swiper-button-prev { background: url(../images/ml.png) center center;  top: 50%;  width: 15px; height: 22px; margin-top: -11px; left:5%;}
.joinimg .swiper-button-next { background: url(../images/mr.png) center center;  top: 50%;  width: 15px; height: 22px; margin-top: -11px; right:5%;}
.joinimg .swiper-slide-active img{filter:alpha(opacity=100);opacity:1; position:relative}
.joinimg .swiper-slide-active {-webkit-box-shadow:0px 7px 10px #ccc; box-shadow:0px 7px 10px #ccc;}
.joinimg .swiper-slide p {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #fff;
    width: 40%;
    height: 42px;
    line-height: 42px;
    background-color: rgba(0,0,0,0.5);
    text-align: right;
    opacity: 0;
    padding-right: 10px;
}
.joinimg .swiper-slide-active p {
    opacity: 1;
}
.newsbox {
    margin: 30px auto;
}
.newtu {
    width: 608px;
    height: 412px;
}
.newtxt {
    width: 582px;
}
.newtxt ul li {
    padding: 10px 15px;
    background-color: #edecec;
    position: relative;
    margin-bottom: 10px;
}
.newtxt h1, .newtxt p {
    width: 464px;
}
.newtxt h1 {
    font-size: 16px;
    margin-bottom: 8px;
}
.newtxt h1 a {
    color: #333;
}
.newtxt p {
    color: #777777;
}
.newtxt span {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.newtxt span b,.newtxt span i {
    display: block;
}
.newtxt span b {
    font-size: 25px;
    font-weight: normal;
}
.newtxt ul li:hover {
    background-color: #a61f22;
    color: #fff;
}
.newtxt ul li:hover h1 a, .newtxt ul li:hover p {
    color: #fff;
}
.newwmore a {
    display: block;
    width: 260px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    background-color: #a61f22;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.nbanner {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;overflow: hidden;
}
.nbanner img {
    width: 100%;
    min-width: 1200px;
}
.prolistbox {
    margin-top: 28px;
}
.prolistbox .porbanner {
    float: right;
    width: 955px;
}
.nprobox .list ul li {
    margin-bottom: 15px;
}
.probottom {
    background-color: #f0efef;
    padding: 10px;
    margin-top: 15px;
    line-height: 26px;
}
.probottom input[type="text"] {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 195px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
}
.probottom input[type="submit"] {
    background-color: #c13c3d;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 48px;
    height: 26px;
    line-height: 26px;
    color: #fff;
}
.probottom .txt {
    margin-left: 10px;
}
.probottom .txt span {
    margin-right: 20px;
    text-transform:uppercase;
}
.porbanner .slideBox{ width:955px; height:513px; overflow:hidden; position:relative;   }
.porbanner .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.porbanner .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.porbanner .slideBox .hd ul li{ float:left; margin-right:2px;  width:10px; height:10px;text-align:center; background:#fff; cursor:pointer; }
.porbanner .slideBox .hd ul li.on{ background:#c13c3d; color:#fff; }
.porbanner .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.porbanner .slideBox .bd li{ zoom:1; vertical-align:middle; }
.porbanner .slideBox .bd img{ width:100%; }
/*详情页*/
.ndetailsbox {
    margin-top: 25px;
}
.ndetails .slideBox{ width:947px; height:513px; overflow:hidden; position:relative;   }
.ndetails .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.ndetails .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ndetails .slideBox .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px;text-align:center; background:#fff; cursor:pointer; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
.ndetails .slideBox .hd ul li.on{ background:#c13c3d; color:#fff; }
.ndetails .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ndetails .slideBox .bd li{ zoom:1; vertical-align:middle;  position: relative; }
.ndetails .slideBox .bd li .pic{
    width: 947px;
    height: 513px;
    overflow: hidden;
}
.ndetails .slideBox .bd ul li p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ndetails .slideBox .bd img{ width:100%; }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:14px; height:25px; background:url(../images/arwl.png) 0 no-repeat;
     }
.slideBox .next{ left:auto; right:3%;background-image: url(../images/arwr.png); }
.ndetails .right {
    width: 246px;
}
.ndetails .right h1 {
    color: #fff;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
    background: #c13c3d url(../images/bt3.png) 210px center no-repeat;
}
.ndetails .right ul li {
    border: 1px solid #ddd;
    width: 244px;
    margin-top: 10px;
    text-align: center;
}
.ndetails .right ul li img {
   /* width: 100%;*/
}
.ndetails .right ul li .pic {
    width: 246px;
    height: 194px;
    overflow: hidden;
}
.ndetails .right ul li .txt {
    padding: 10px 0;
}
.ndetails .right ul li .txt h2 {
    font-size: 14px;
}
.ndetails .right ul li:hover .txt {
    color: #c13c3d;
}
.jiage {
   padding: 25px 0;
    border-bottom: 1px dashed #ddd;
}
.jiage .shu span {
    color: #df3033;
}
.jiage .shu span b {
    font-size: 30px;
}
.jiage .twobtn a {
    height: 30px;
    line-height: 30px;
    float: left;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: 10px;
    padding: 0 30px 0 40px;
}
.jiage .twobtn .gm {
    background: #c13c3d url("../images/bt1.png") 10px center no-repeat;
}
.jiage .twobtn .fx {
    background: #555555 url("../images/bt2.png") 10px center no-repeat;
}
.det_txt {
    line-height: 30px;
}
.mendian {
    background-color: #fcfcfc;
    height: 445px;
    min-width: 1200px;
}
.mdbox {
    position: relative;
}
.mensearch {
    position: absolute;
    right: 0;
    top: 140px;
    width: 528px;
}
.mensearch h1 {
    color: #434343;
    text-transform:uppercase;
}
.mensearch h1 i {
    color: #c13c3d;
    text-transform:uppercase;
}
.mensearch h2 {
    color: #434343;
    font-size: 12px;
}
.xuanze {
    margin-top: 10px;
}
.xuanze select {
    width: 237px;
    height: 37px;
    border: 0;
    padding-left: 10px;
}
.chazhao {
    display: block;
    background-color: #c13c3d;
    width: 84px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.mendianlist ul {
    margin-right: -35px;
}
.mendianlist ul li {
    width: 377px;
    float: left;
    margin-right: 34px;
    margin-top: 34px;
}
.mendianlist ul li .pic {
    width: 377px;
    height: 231px;
    overflow: hidden;
}
.mendianlist ul li .pic img {
    width: 100%;
}
.mendianlist ul li .text {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px;
}
.mendianlist ul li .text p {
    line-height: 25px;
}
.nnewsbox  {
    margin: 30px auto;
}
.nnewsbox a {
    width: 122px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    background-color: #c7c6c6;
    color: #fff;
    margin-right: 20px;
    text-align: center;
}
.nnewsbox a.now,.nnewsbox a:hover{
    background-color: #d2141b;
}
.nnewslist dl {
    border-bottom: 1px dashed #ccc;
    position: relative;
    padding: 35px 0;
}
.nnewslist dl dt {
    width: 245px;
    margin-right: 77px;
}
.nnewslist dl dd {
    width: 742px;
}
.nnewslist dl dd .more {
    position: absolute;
    right: 0;
    top: 60px;
}
.nnewslist dl dd h1  {
    font-size: 20px;
}
.nnewslist dl dd h1 a:hover {
    color: #d2141b;
}
.nnewslist dl dd h2  {
    font-size: 12px;
    color: #888;
    margin: 10px 0;
}
.nnewslist dl dd p {
    font-size: 14px;
    line-height: 26px;
}
.ncontact {
    margin: 30px auto;
}
.nconbox {
    border: 1px solid #ddd;
}
.nconbox .left {
    width: 792px;
}
.nconbox .right  {
    width: 350px;
}
.nconbox .right h1  {
    font-size: 14px;
    margin-top: 30px;
}
.nconbox .right h2  {
    font-size: 30px;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.nconbox .right h2 i {
    color: #d2141b;
}
.nconbox .right h2:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #dcdcdc;
    left: 0;
    bottom: 0;
}
.nconbox .right p {
    line-height: 30px;
}
.sao {
    border: 1px solid #d2141b;
    width: 123px;
    height: 123px;
    padding: 5px;
    text-align: center;
    margin-top: 20px;
}
.sao img {
    width: 100%;
}
.sao p {
    margin-top: 10px;
}
.video .list ul {
    margin-right: -32px;
}
.video .list ul li {
    width: 380px;
    margin-right: 30px;
}
.video .list ul li .pic {
    width: 380px;
    height: 281px;
    background-color:#000;
    position: relative;
}
.list ul li .pic img {
    width: 100%;
}
.video .list ul li .pic img {
    opacity: 0.6;
}
.list ul li .pic em {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background:  url(../images/vd.png) center no-repeat;
    width: 52px;
    height: 52px;
    z-index: 1;
}
.video .list ul li .text {
    width: 100%;
    border: 1px solid #ddd;
    background: none;
}
.newsdetails h1 {
    color: #333;
}
.newsdetails h1, .newsdetails h2 {
    text-align: center;
}
.newsdetails h2 {
    position: relative;
}
.newsdetails h2 .time {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    display: inline-block;
}
.newsdetails h2 .fen {
    position: absolute;
    right: 0;
    top: 0;
}
.newtext {
    min-height: 300px;
    margin: 30px auto;
}
.newtext p {
    line-height: 30px;
}
.newtext img {
    margin: 10px auto;
    max-width: 1200px;
    display: block;
}
.fanye {
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 47px;
    line-height: 47px;
}
.fanye a {
    margin: 0 10px;
    display: inline-block;
}
.fanye a.fanhui {
    background-color: #d2141b;
    width: 154px;
    color: #fff;
}
.goumai {

}
.gmbox {
    width: 100%;
    margin-top: -50px;
    -webkit-box-shadow: 0px 0px 15px #ccc;
    -moz-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    min-height: 300px;
}
.biaodan {
    width: 410px;
    margin: 0 auto;
}
.biaodan h1 {
    text-align: center;
    margin-bottom: 30px;
    text-transform:uppercase;
}
.biaodan input {
    width: 100%;
    border: 1px solid #ddd;
    height: 43px;
    line-height: 43px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 20px auto;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.biaodan i {
    color: #f4242c;
}
.biaodan ul li p {
    font-size: 14px;
}
.biaodan textarea {
    border-color: #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    height: 133px;
    width: 100%;
}
.gmbox span {
    width: 100%;
    display: block;
    text-align: right;
    margin-bottom: 20px;
}
.yzm input {
    width: 103px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-left: 0;
}
.yzm b {
    margin-top: 20px;
}
.yzm input[type="submit"] {
    background-color: #c13c3d;
    color: #fff;
    margin-left: 10px;
}
.liucheng {
    width: 800px;
    margin: 30px auto;
}
.liucheng ul {
    background:  url(../images/mai.png) 0 center no-repeat;
    padding-left: 50px;
    height: 52px;
    line-height: 52px;
}
.liucheng ul li {
    width: 170px;
    text-align: center;
    background:  url(../images/bg.png) 0 center no-repeat;
    color: #fff;
    float: left;
    margin: 0 8px;
}
.liucheng p {
    text-align: center;
    margin-top: 20px;
}


















