body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, header, section, aside, nav, menu, footer, article {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0
}

:focus {
    outline: 0
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code, kbd, samp, tt {
    font-size: 100%
}

input, button, textarea, select {
    *font-size: 100%
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline
}

:link, :visited, ins {
    text-decoration: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

::-ms-clear {
    display: none
}

::-ms-reveal {
    display: none
}

input, textarea {
    -webkit-appearance: none
}

a {
    color: #ababab;
    outline: 0;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}

a:hover{
    color: #fff;
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
    height: 0;
    visibility: hidden
}

.l{
    float: left;
}

.r{
    float: right;
}

body {
    font: 400 12px/1.5 'Microsoft Yahei', sans-serif;
    background: #fff;
    -webkit-touch-callout: none;
    line-height: 1.5;
    color: #ababab;
    min-width: 1200px;
    overflow-x: hidden;
}

.container{
    width: 1150px;
    margin: 0 auto;
}
.blank{
    height: 90px;
}
.header{
    position: fixed;
    width: 100%;
    z-index: 99;
}
.site-topBar{
    width: 100%;
    height: 30px;
    background-color: #f2f2f2;

}
.site-topBar-in{position: relative;}
.site-topBar p{
    color: #333;
    line-height: 30px;
    display: inline-block;
}

.site-topBar .scroll{
    width: 501px;
    cursor: pointer;
	height:30px;
	overflow:hidden;
}
.site-topBar .scroll>ul{

}
.site-topBar .scroll>ul>li{
    float: left;
}
.lang-switch{}
.lang-switch ul{}
.lang-switch ul li{
    float: left;
}
.lang-switch ul li a{
    line-height: 30PX;
    margin-right: 12px;
    color: #000;
}
.lang-switch ul li a:hover{
    color: #ba2022;
}

.site-header{
    width: 100%;
    height: 62px;
    background-color: #fff;
    border-bottom: 2px solid #c7c3c3;
    z-index: 99;
	padding-top:10px;padding-bottom:10px;
}
.site-header .header-logo{
    width: 45%;
    height: 60px;
    overflow: hidden;
}
.site-header .header-logo img{
    height: 60px;
}
.header-menu {
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
}
.header-menu:before, .header-menu:after {
    content: "";
    display: table;
}
.header-menu:after {
    clear: both;
}
.header-menu {
    zoom: 1;
}
.header-menu li {
    float: left;
    position: relative;
	margin-top:15px;
	/*height:30px*/
}
.header-menu li:last-child{border-right:1px solid #000;}
.header-menu a {
    float: left;
    padding: 0 10px;
    color: #040000;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
	border-left:1px solid #000;
}

.header-menu li ul li a {
	border-left:none;
}


.header-menu li:hover > a {
       border-bottom:2px solid #c90000;
   line-height:30px;
}
.header-menu ul {
    margin: 10px 0 0 0;
    _margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-menu li:hover > ul {
    opacity: .9;
    visibility: visible;
    margin: 0;
}
.header-menu ul ul {
    top: 0;
    left: 110px;
    margin: 0 0 0 20px;
    _margin: 0;
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
.header-menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0;
    -moz-box-shadow: 0 1px 0 #ccc, 0 1px 0 #ddd;
    -webkit-box-shadow: 0 1px 0 #ccc, 0 1px 0 #ddd;
    box-shadow: 0 1px 0 #ccc, 0 1px 0 #ddd;
}
.header-menu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-menu ul a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
    padding: 5px;
    width: 90px;
    _height: 10px;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
.header-menu ul a:hover {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}
.header-menu ul li:first-child > a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.header-menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.header-menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #fff;
}
.header-menu ul li:first-child a:hover:after {
    border-bottom-color: #fff;
}
.header-menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3;
    border-bottom-color: transparent;
}
.header-menu ul li:last-child > a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.footer{
    padding: 30px 0 70px 0;
    background-color: rgb(42,42,42);
}
.footer dl{
    float: left;
    margin-left: 100px;
}
.footer dl>dt{
    font-size: 14px;
    color: #fff;
}
.footer dl>dd{
    margin: 5px 2px;
}
.footer .ewm{
    width: 160px;
    height: 180px;
    margin-left: 100px;
}
.footer .contact dl{
    text-align: left;
}
.footer .contact dl>dt{}
.footer .contact dl>dd{
    margin: 10px 0;
}
.footer .contact .tel-icon{
    display: inline-block;
}
.footer .contact .tel-phone{
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
}
.title{
    padding-bottom: 30px;
	padding-top:30px;
}
.title .title-top{
    width: 300px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.title .t-first{
    display: block;
    height: 130px;
    color: #696969;
    line-height: 130px;
    font-size: 150px;

}
.title .title-top-r{
    position: relative;
    left: 0;
    bottom: -65px;
    z-index: 1;
}
.title .title-top-r .it{
    color: #333;
}
.title .title-top-r h4{
    line-height: 12px;
    font-size: 29px;
}
.title .title-top-r h3{
    font-size: 33px;
    font-weight: bold;
    color: #BE2222;

}
.title .title-bottom-border{

}
.title .title-bottom{

}
.title .title-bottom.line{
    border-bottom: 2px solid #222;
    border-radius: 10px ;
}
.title .title-bottom p{
    text-align: center;
    font-size: 17px;
    color: #616161;
}

.banner-1{
    width: 100%;
    height: 187px;
    background: url(../images/banner-s.jpg) no-repeat center center ;
}

.pages{text-align:center;padding:15px 20px 30px;clear:both;}
.pages li{ display:inline;}
.pages a{ display:inline-block; border:1px solid #dddddd; padding:5px 8px; color:#999999; margin-right:3px;}
.pages a:hover,.pages li.active a,.pages a.cur{ background:#aaaaaa; border-color:#aaaaaa; color:#fff;}
.pages strong,.pages b{ font-weight:normal}
.pages td{ padding-left:3px;}
.pages p{ color:#999999; font-size:13px;}

.l{
    float: left;
}
.r{
    float: right;
}

.position{border-bottom:1px solid #cccccc; clear:both; height:30px; line-height:30px; margin-top:8px; margin-bottom:10px;}
.position h3{ float:left; border-bottom:1px solid #ff0000; height:30px; padding:0 10px; font-size:16px; color:#555}
.position p{float:right;color:#666666;}
.position p a{ color:#666}

.swt{position:fixed; right:0; top:40%; margin-top:-126px; font-size:14px; color:#fff;  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
    z-index: 2;}
.swt ul{ width:63px; background:#737373;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;}
.swt ul li{ position:relative}
.swt ul li a.swt_icon{width:63px; height:63px; display:block; background-position: center; background-repeat:no-repeat; cursor:pointer}
.swt ul li.swt_top a.swt_icon{background-image:url(../images/swt_top.png);}
.swt ul li.swt_tel a.swt_icon{ background-image:url(../images/swt_tel.png)}
.swt ul li.swt_qq a.swt_icon{ background-image:url(../images/swt_qq.png)}
.swt ul li.swt_qrcode a.swt_icon{ background-image:url(../images/swt_qrcode.png)}
.swt ul li p{ position:absolute;right:63px; top:0; background:#737373; display:none; padding:15px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;}
.swt ul li p strong{ display:block; margin-bottom:10px;}
.swt ul li.swt_qrcode p{ top:-98px;}
.swt ul li.swt_tel p{ width:150px; line-height:1.8; top:-30px;}
.swt ul li.swt_qq p{ width:150px;
    height: 140px; top:-55px;}
.swt ul li.swt_qq p a{ background:url(../images/qq.png) no-repeat center top; width:70px; padding-top:60px; display:inline-block; text-align:center; color:#d6d6d6; font-size:12px;}
.swt ul li.swt_qq p a:hover{background:url(../images/qq_hover.png) no-repeat center top;}
.swt ul li.swt_qq ul li{
    float: left;
}



#popup{width:400px;height:180px;font-size:13px;z-index:1000;position:absolute;left:50%;margin-left:-202px;_margin-left:-202px;top:300px;_position: absolute;_top:300px; display:none}
#popup .popup_box{text-align:left;float:left;height:180px;width:400px;background: url(/fengshang/images/popup.png) no-repeat;display:block; position:relative}
#popup .popup_box #popup_close{ background:url(/fengshang/images/popup_close.png) no-repeat; width:28px; height:28px; position:absolute; right:10px; top:5px;}
#popup .popup_box #popup_close:hover{background:url(/fengshang/images/popup_closeh.png) no-repeat;}
#popup .popup_box p{ padding-left:95px; padding-top:90px; line-height:1.5; font-size:12px; color:#83807f; margin-bottom:10px;}
#popup .popup_box ul{ padding-left:95px;}
#popup .popup_box ul li{ float:left; margin-right:10px;}
#popup .popup_box ul li a{}

.banner-ad{
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: red;
    text-align: center;
}
.banner-ad img{
    width: 100%;
    height: 250px;
    margin: 0 -100%;
}



/*底部留言*/
.ffixed{ color:#fff;}
.ffixed_open{ background:url(../images/ffixed_open.png) no-repeat; width:68px; height:32px; position:fixed; bottom:11px; left:-68px; z-index:999;cursor:pointer}
.ffixed_main{ background:url(../images/ffixed_main.png) repeat-x; height:55px; width:100%; position:fixed; bottom:0; left:0; z-index:9999;overflow: visible; transform-origin:0 50% 0;-webkit-transform-origin:0 50% 0;-ms-transform-origin:0 50% 0; transition:all .2s linear;-webkit-transition:all .2s linear;-ms-transition:all .2s linear;}
.ffixed_main .width{ width:1150px;margin:0 auto;height:auto;overflow:hidden;position:relative}
.ffixed_main .ffixed_photo{  width:113px; height:120px; position:absolute; bottom:0;}
.ffixed_main form{float:left; padding-top:13px;}
.ffixed_main form input{float:left; border:none; background:#fff; height:28px; padding:0 5px; margin-right:10px; width:130px;}
.ffixed_main form button{float:left; border:none; background:#ff0000;height:28px; color:#fff; padding:0 5px; margin-left:10px;}
.ffixed_main form input#vdcode{ width:50px; margin-right:3px;}
.ffixed_main form img{ cursor:pointer; float:left; padding:2px 0; background:#fff;}
.ffixed_main p{ float:left; font-size:16px; padding-top:17px; line-height:normal; margin-right:50px;}
.ffixed_main p strong{ font-weight:normal;vertical-align:top}
.ffixed_main h3{float:left ;background:url(../images/ffixed_tel.png) left center no-repeat; padding-left:30px; line-height:55px; color:#fff; font-size:24px; font-weight:bold}
.ffixed_main .ffixed_close{ background:url(../images/ffixed_close.png) no-repeat; width:28px; height:28px; position:absolute; top:13px; right:0px; text-indent:-999px; cursor:pointer}