/*reset*/
body{
    color: #333;
    font-family: "微软雅黑",Arial,Helvetica,sans-serif;
}
body, div, dl, dt, dd, ul, ol, li,h1,h2,h3,h4,h5,h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #ce3f3c;
    transition-property:color;
    transition-duration:.6s；
}
ol, ul {
    list-style: none;
}
fieldset, img, iframe {
    border: 0;
}
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}
select {
    margin: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
}
hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}
address, caption, cite, code, dfn, em, th, var {
    font-weight: normal;
    font-style: normal;
}
abbr, acronym {
    border: 0;
}
q:before, q:after {
    content: ”;
}

/*通用*/
.w-ct{
    width: 1200px;
    margin: 0 auto;
}
.f-cl:after{
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.f-txt-of{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/*header*/
.g-hd{
    position: absolute;
    top: 0;
    left: 51%;
    width: 1240px;
    height: 133px;
    margin-left: -650px;
    background: no-repeat center url(../images/bg_hd.png);
    z-index: 15;
}
.m-hdtop{
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    text-align: right;
}
.m-hdtop p{
    font-size: 14px;
    margin-right: 25px;
}
.m-hd{
    height: 93px;
}
.u-logo{
    float: left;
    width: 258px;
    height: 65px;
    margin-left: 30px;
}
.u-logo img{
    width: 100%;
    height: 100%;
}
.m-nav{
    float: right;
}
.m-nav>li{
    position: relative;
    float: left;
    width: 128px;
    height: 80px;
    line-height: 80px;
    padding-top: 13px;
	font-size:16px; font-weight:bold; border-right:1px solid #E7E7E7;
}
.m-nav>li.active>a,
.m-nav>li:hover>a{
    color: #ce3f3c;
}
.m-nav>li>a{
    font-size: 16px;
}
.m-nav a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.nav-sub{
    display: none;
    position: absolute;
    top: 93px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #ce3f3c;
    z-index: 99;
}
.nav-sub li{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.nav-sub li a{
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}
.nav-sub li:hover a{
    background: #e8524f;
}

/*幻灯*/
.g-ban{
    position: relative;
    height: 800px;
}
.m-sld{
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.m-sld-banner{
    position: absolute;
    top: 0;
    left: 0;
    /*width: 400%;*/
    height: 100%;
}
.m-sld-banner b{
    float: left;
    /*width: 25%;*/
    height: 100%;
    cursor: default;
}
.m-ban-switch{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -50px;
    z-index: 5;
}
.m-ban-switch>a{
    position: absolute;
    top: 0;
    display: block;
    width: 94px;
    height: 94px;
}
.m-ban-switch>.m-switch-l{
    left: 150px;
    background: no-repeat url(../images/switch_l.png);
}
.m-ban-switch>.m-switch-r{
    right: 150px;
    background: no-repeat url(../images/switch_r.png);
}
.m-sld-dot{
    position: absolute;
    left: 50%;
    bottom: 30px;
    /*margin-left: -50px;*/
    z-index: 30;
}
.m-sld-dot>a{
    float: left;
    width: 13px;
    height: 13px;
    margin: 0 10px;
    background: no-repeat url(../images/dot.png);
}
.m-sld-dot>a:hover, .m-sld-dot>a.active{
    background: no-repeat url(../images/dot_hov.png);
}



/*bd*/
.m-ab{
    height: 407px;
    background: no-repeat center url(../images/bg_ab.png);
}
.ab-list{
    padding-top: 50px;
}
.ab-list>li{
    position: relative;
    float: left;
    width: 364px;
    height: 300px;
    margin: 0 18px;
}
.ab-list>li h2{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}
.ab-list>li h2 a{
    float: right;
    line-height: 24px;
    font-size: 12px;
}
.ab-list>li h2 a:hover{
    color: #ce3f3c;
}
.ab-list>li img{
    width: 360px;
    height: 154px;
    border: 1px solid #ccc;
}
.ab-list>li .txt,
.ab-list>li ul{
        margin-top: 10px;
}
.ab-list>li .txt,
.ab-list>li li a{
    line-height: 24px;
    font-size: 13px;
}
.ab-list>li li a{
    padding-left: 12px;
    background: no-repeat url(../images/ab_listyle.jpg);
    background-position: 0 8px;
}

.m-mix{
    width: 1164px;
    height: 291px;
    margin: 0 auto;
    padding: 35px 0 60px;
}
.m-new{
    float: left;
    width: 745px;
    height: 287px;
    padding: 1px;
    border: 1px solid #ddd;
}
.m-new div{
    float: left;
}
.m-new div a{
    display: block;
    width: 191px;
    height: 143px;
}
.m-new div a:first-child{
    margin-bottom: 1px;
}
.m-new ul{
    float: left;
    width: 505px;
    margin-top: 15px;
    padding-left: 25px;
}
.m-new ul li{
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dashed #ddd;
}
.m-new ul li a{
    color: #464646;
    font-size: 13px;
}
.m-new ul li a:hover{
    color: #ce3f3c;
    transition-property: color;
    transition-duration: .6s；
}
.m-new ul li span{
    float: right;
    color: #464646;
    font-size: 12px;
}
.m-new ul li.new1{
    height: 100px;
}
.m-new ul li.new1 a{
    color: #ce3f3c;
    font-size: 16px;
}
.m-new ul li.new1 p{
    line-height: 23px;
    font-size: 13px;
}
.m-video{
    width: 380px;
    float: right;
}
.m-video h2{
    line-height: 25px;
    margin-top: 5px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: normal;
    background: no-repeat url(../images/video_tit.jpg);
}
.m-video .video{
    margin-top: 17px;
}

.m-case{
    height: 370px;
    padding: 30px 0 0;
    background: no-repeat center url(../images/bg_case.jpg);
}
.m-case>div{
    width: 1164px;
    margin: 0 auto;
}
.m-case h2{
    height: 40px;
    line-height: 40px;
    color: #ce3f3c;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px dashed #ddd;
}
.m-case h2 a{
    float: right;
    line-height: 45px;
    color: #333;
    font-size: 13px;
}
.m-case h2 a:hover{
    color: #ce3f3c;
}
.case-list{
    width: 100%;
    height: 266px;
    margin-top: 30px;
    overflow: hidden;
}
.case-list li{
    float: left;
    width: 226px;
    height: 266px;
    margin: 0 10px;
}
.case-list li a{
    display: block;
    width: 220px;
    height: 220px;
    padding: 2px;
    background: #fff;
    border: 1px solid #ddd;
}
.case-list li a img{
    width: 220px;
    height: 220px;
}
.case-list li p{
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 4px;
    color: #666;
    font-size: 14px;
    text-align: center;
    background: repeat url(../images/case_mask.png);
}
.case-list li:hover p{
    color: #ce3f3c;
}

/*footer*/
.ft-flink{
    height: 20px;
    padding: 20px 0;
    background: #8d8d8d;
}
.ft-flink dl{
    width: 1164px;
    margin: 0 auto;
}
.ft-flink dl *{
    float: left;
    color: #fff;
}
.ft-flink dl dt{
    margin-right: 5px;
    font-size: 16px;
}
.ft-flink dl dd{
    font-size: 15px;
}
.ft-flink dl dd a:hover{
    color: #ddd;
    text-decoration: underline;
}
.g-ft{
    height: 254px;
    padding-top: 25px;
    background: #ce3f3c;;
}
.g-ft>div{
    width: 1164px;
    margin: 0 auto;
}
.ft-nev{
    float: left;
}
.ft-nev>li{
    float: left;
    width: 190px;
    height: 230px;
    text-align: center;
    background: no-repeat url(../images/bg_ft.jpg);
}
.ft-nev li h4,
.ft-add h3{
    margin-top: 7px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.ft-nev li a{
    line-height: 30px;
    color: #F0C4C3;
    font-size: 14px;
}
.ft-nev li a:hover{
    color: #fff;
}
.ft-nev li ul{
    margin-top: 12px;
}
.ft-add{
    float: left;
    width: 320px;
    padding-left: 50px;
    color:#F0C4C3;
    background: no-repeat url(../images/bg_ft.jpg);
}
.ft-add p{
    margin-top: 6px;
    font-size: 14px;
}
.ft-add .txt{
    line-height: 27px;
    font-size: 14px;
}
.g-ft b{
    float: left;
    width: 2px;
    height: 230px;
    background: no-repeat url(../images/bg_ft.jpg);
}

/*版权信息*/
.g-cprt{
    height: 57px;
    color: #999;
    background: #fff;
}
.m-ft-cprt{
    width: 1164px;
    height: 57px;
    margin: 0 auto;
}
.m-ft-cprt>p{
    height: 57px;
    line-height: 57px;
    font-size: 14px;
}
.m-ft-cprt>p span{
    float: right;
}
.m-ft-cprt>p a{
    display: inline-block;
    width: 110px;
    height: 16px;
}
.m-ft-cprt>p a.weiling{
    background: no-repeat url(../images/weiling_1.png);
}
.m-ft-cprt>p a.wangshang{
    background: no-repeat url(../images/wangshang_1.png);
}
.m-ft-cprt>p a.weiling:hover{
    background: no-repeat url(../images/weiling_2.png);
}
.m-ft-cprt>p a.wangshang:hover{
    background: no-repeat url(../images/wangshang_2.png);
}





/*other*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.keyword_light{
    margin-bottom: 30px;
}
#newsfoot tr>td:first-child{
    padding-left: 10px;
    font-size: 14px;
    color: #555;
}
#newsfoot tr>td:first-child>a{
    color: #000;
}
#newsfoot tr>td:last-child{
    position: relative;
    top: 4px;
    left: 30px;
}
.proname{
    padding: 20px 0 5px 0;
}