

/*閫氱敤*/
.color_222 {
    color: #222;
}

.color_333 {
    color: #333;
}

.color_555 {
    color: #555;
}

.color_666 {
    color: #666;
}

.color_777 {
    color: #777;
}

.color_999 {
    color: #999;
}

.color_eee {
    color: #eee;
}

.color_aaa {
    color: #aaa;
}

.color_bbb {
    color: #bbb;
}

.color_ccc {
    color: #ccc;
}

.color_ddd {
    color: #ddd;
}

.color_f00 {
    color: #f00;
}

.font14 {
    font-size: 14px;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}

.w100 {
    width: 100%;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.l-h25 {
    line-height: 25px;
}

.l-h50 {
    line-height: 50px;
}

.l-h80 {
    line-height: 80px;
}

.l-h100 {
    line-height: 100px;
}

.p15{padding: 15px 0;}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}
.btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #666;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}
.transition {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


.clearfix:after,
.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user {
    line-height: 50px;
    height: 50px;
    padding-right: 50px;
}

.user ul li {
    float: left;
}

.user ul li a {
    display: block;
    font-size: 14px;
    margin: 0 5px;
    padding: 0 5px;
    color: #999;
}

.mt10{
    margin-top: 10px;
}
.mt35{
    margin-top: 35px;
}

.ads img{width: 100%;}
/**椤靛ご閮�**/
.header{line-height: 50px;background-color:#f00}
.header .logo{margin-top: 6px;}
.header .topbtn{width: 327px;margin-left: 300px;line-height: 33px;background-color:#666;margin-top: 8px;}
.header .topbtn .formsearch{line-height: 33px;width: 300px;}
.header .topbtn .tex{line-height: 30px;width: 290px;line-height: 30px;border:1px solid #ccc;float: left;text-indent: 15px;}
.header .topbtn .ico{width: 35px;height: 32px;background: url(../images/sou.png) no-repeat center #E74C3C;cursor: pointer;float:right;display: inline;border:none;border-radius: 2px;}
.header-banenr{width: 100%;height: 220px; min-width: 1180px;background: url(../images/headerbg.jpg) 0 0 no-repeat;background-size: cover;}


.header-banenr ul li {float: left;margin-right: 41px;}
.header-banenr ul li.a a {border-bottom: 3px solid #FD4C5B;color: #FD4C5B;}
.header-banenr ul li a {display: inline-block;padding: 0 5px; height: 47px;line-height: 47px;color: #555;font-size: 14px;text-align: center;position: relative;}
.header-banenr ul li a:hover {color: #FD4C5B;}

.deannav{z-index: 9;height: 50px;line-height: 46px;font-size: 14px;width: 1160px;padding: 0 20px;top: 169px;background: #fff;border-bottom: 1px solid #e5e5e5;overflow: hidden;position: relative;}
/**椤电湁end**/

/**涓讳綋閮ㄥ垎**/
.main-a{height: 300px;}
.main-l{width: 480px;height: 300px;background:#999}
.main-r{width: 680px;height: 300px;}
.main-r ul{overflow:auto;width: 700px;}
.main-r ul li{width: 215px;height: 140px;float: left;display: inline;margin: 0px 17px 20px 0px;position: relative;}
.main-r ul li img{width: 215px;height: 140px;border-radius:10px;}
.main-r ul li p{position:absolute;bottom:0;line-height: 30px; width: 100%;text-indent: 10px;background: url(../images/bgrgb.png) 0 bottom repeat-x;height: 30px;color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

/*杞挱鍥�*/
.fullSlide {width: 100%;position: relative;height: 300px;background: #000;}
.fullSlide .bd {margin: 0 auto;position: relative;z-index: 0;overflow: hidden;}
.fullSlide .bd ul {width: 100% !important;}
.fullSlide .bd li {width: 100% !important;height: 300px;overflow: hidden;text-align: center;}
.fullSlide .bd li p{z-index: 9999;background: url(../images/bgrgb.png) 0 bottom repeat-x;position:absolute;bottom: 0;
    position:absolute;bottom:0;line-height: 40px; width: 100%;text-indent: 10px;background: url(../images/bgrgb.png) 0 bottom repeat-x;height: 40px;color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;text-align: left;
}
.fullSlide .bd li a {display: block;height: 300px;}
.fullSlide .hd {width: 100%;position: absolute;z-index: 1;bottom: 0;left: 0;height: 30px;line-height: 30px;}
.fullSlide .hd ul {float:right;}
.fullSlide .hd ul li {cursor: pointer;display: inline-block;*display: inline;zoom: 1;width: 10px;height: 10px;margin: 4px;overflow: hidden;background: #fff;line-height: 999px;border-radius: 50%;}
.fullSlide .hd ul .on {background: #E74C3C;}
.fullSlide .prev,
.fullSlide .next {display: block;position: absolute;z-index: 1;top: 50%;margin-top: -30px;left: 4%;z-index: 1;width: 40px;height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor: pointer;filter: alpha(opacity=50);opacity: 0.5;display: none;
}

.fullSlide .next {left: auto;right: 4%;background-position: -6px -137px;}

.main-title{line-height: 40px;height: 40px;}
.main-title .fl{width: 300px;}
.main-title h5{ font-size: 16px; color: #555;float: left;height: 40px;line-height: 40px;margin-left: 15px;}
.main-title span{ font-size: 12px;color: #999;margin-left: 15px;height: 40px;line-height: 45px;display: block;float: left;}
.main-title img{ width: 40px;height: 40px;float: left;}
.main-title a{ display: block;padding: 0 10px;height: 25px;line-height: 25px;font-size: 12px;color: #FD4C5B;text-align: center;border: 1px solid #FD4C5B;border-radius: 2px;margin-top: 7px;}


.main-b-list{height: 300px; width: 100%;margin:10px 0;overflow:outo;}
.main-b-list ul{width: 110%;}

.main-b-list ul li{width: 186px;height: 140px;float: left;display: inline;margin: 0px 17px 20px 0px;}
.main-b-list ul li img{width: 186px;height: 110px;}
.main-b-list ul li p{bottom:0;line-height: 30px; width: 100%;text-indent: 10px;color: #555;transition: all 0.2s linear;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;text-align: left;}


.cat-main-title{line-height: 30px;height: 30px;margin-top:15px;width: 100%;}
.cat-main-title .fl{width: 300px;color: #898787;line-height: 30px;}
.cat-main-title img{float: left;margin-right: 10px;padding-top: 6px;}
.bread-nav{margin: 2px 0;height: 29px;border: none;background: transparent;line-height: 29px;}
.bread-nav a{color: #898787;font-size: 12px;}



.show-content{width: 100%; min-height:300px;}
.show-content .show-l{width:860px;min-height: 300px;padding:10px}
.show-content .show-l .newsview img{max-width:860px;}
.show-content .show-l h2{color: #FD4C5B;font-size: 26px;margin-bottom: 10px;padding: 0;}
.show-content .clearfix{color: #898787;line-height: 30px;margin:10px 0;}
.show-content .show-r{width:300px;min-height: 300px;}
.show-content .show-r h3{font-size: 16px;color: #666;font-weight: normal;line-height: 45px;width: 270px;float: left;background: #f8f8f8;
    height: 45px;
    line-height: 45px;padding: 0 15px;}


.show-content .show-r .show-fr-list1{border: 1px solid #ebebeb;min-height:300px;}
.title-h3{height:45px;width: 100%;}
.show-fr-list1 ul{overflow: hidden;}
.show-fr-list1 ul li{width: 260px;height: 30px;padding:10px 20px;border-bottom: 1px dashed #ccc;line-height: 30px;}
.show-fr-list1 ul li.no{border:none;}


.show-content .show-r .show-fr-list2{border: 1px solid #ebebeb;min-height:300px;}
.show-fr-list2 ul {padding:0px 15px 15px;width: 270px;}
.show-fr-list2 ul li{width: 100%;height: 85px;line-height: 20px;border-bottom: 1px solid #ccc;padding: 15px 0;;}
.show-fr-list2 ul li.no{border:none;}
.show-fr-list2 ul li img{display: block;width: 125px;height: 85px;float: left;margin-right:10px;}
.show-fr-list2 ul li .p1{margin-top: 5px;}


.show-page{padding:10px 0px;text-align: center;}
.show-page a{display: inline-block;line-height:30px;background:#c6e6f8;color:#fff;text-align: center;padding:2px 8px;}
.show-page a:hover{background:#FD4C5B;color:#fff;}
.show-page a.no{background:#FD4C5B;}

/* 鍗曢〉 */
.page-title{width:300px;min-height: 300px;border:1px solid #ccc;overflow: hidden;}
.page-title ul a{height: 50px;line-height: 50px;cursor: pointer;font-size: 16px;color: #333;text-indent: 20px;border-left: 5px solid #fff;width: 295px;display: inline-block}
.page-title ul a:hover{border-left: 5px solid #FF4939;color: #FF4939;}
.page-title ul a.no{border-left: 5px solid #FF4939;color: #FF4939;}
#page-title{font-size: 24px;color: #FF4939;font-weight: normal;margin-bottom: 20px;margin :15px 0;}
#en-title{ font-size: 24px;color: #e0e0e0;font-weight: normal;margin-left: 10px;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;}
.page-view img{max-width: 860px;min-width: 860px}
.page-content{border:1px solid #ccc;}

/**椤佃剼**/
.footer {width: 100%;background: #F6F9FA;color: #848586;padding: 25px 0px;text-align: center;}
.dm-footer p{line-height: 28px;}
/**椤佃剼 end**/