body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td {
    margin: 0;
    padding: 0;
    outline: medium;
}
* {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
body {
    font-family: 微软雅黑;
    font-size: 12px;
    color: #666;
    background: url(../images/bg.jpg) repeat-x #ffdfa2;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #333;
    outline: none;
}
a:hover {
    color: #e7212b;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
}

.main {
    width: 1200px;
    padding: 10px;
    overflow: hidden;
    background: #fff;
    margin: auto;
}
/*head*/
.head {
    height: 120px;
    margin: auto;
    width: 1200px;
    background: url(../images/head_bg.png) no-repeat right center;
}
.logo {
    float: left;
    margin-top: 15px;
}
.logo h1 {
    background: url(../images/logo.jpg) no-repeat;
    width: 427px;
    height: 92px;
    overflow: hidden;
    font-size: 12px;
}
.logo h1 a {
    display: block;
    text-indent: -9999px;
    height: 92px;
}

.head_right {
    float: right;
    line-height: 30px;
}

/*nav*/
.nav {
    background: #e71f19;
    z-index: 999999999;
    position: relative;
}
.nav_menu {
    height: 45px;
    line-height: 45px;
}
.nav_menu li {
    float: left;
    height: 45px;
    text-align: center;
    position: relative;
    background: url(../images/icon1.png) no-repeat right center;
}
.nav_menu li.last {
    background: none repeat scroll 0 0;
}
.nav_menu li a {
    display: inline-block;
    width: 133px;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.nav_menu li .sub {
    position: absolute;
    top: 42px;
    left: 0px;
}
.nav_menu li .sub a {
    display: block;
    width: 133px;
    padding: 0;
    font-size: 14px;
    line-height: 44px;
    color: #fff;
    border-bottom: 1px solid #eee;
    background: #d9120d;
}
.nav_menu li .sub a:hover {
    color: #d9120d;
    background: #fff;
}
.nav_menu li .sub i {
    display: block;
}
.nav_menu li .sub .bg {
    background: #e7212b;
    height: 2px;
    width: 100%
}
.nav_menu li .sub .arrow {
    height: 2px;
    opacity: 0
}

/*banner*/
.lubo {
    width: 100%;
    min-width: 1000px;
    clear: both;
    position: relative;
    height: 460px;
    z-index: 99;
    margin-top: 6px;
}
.lubo_box {
    position: relative;
    width: 100%;
    height: 460px;
}
.lubo_box li {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.lubo_box li a {
    display: block;
    width: 100%;
    height: 100%;
}
.lubo_box li img {
    width: 100%;
    height: 460px;
}
.cir_box {
    overflow: hidden;
    position: absolute;
    z-index: 100;
}
.cir_box li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border-radius: 50%;
}
.cir_on {
    background: #e7212b !important;
}
.lubo_btn {
    position: absolute;
    width: 100%;
    top: 190px;
}
.left_btn, .right_btn {
    width: 30px;
    height: 80px;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
    color: #fff;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.left_btn {
    float: left;
}
.right_btn {
    float: right;
}

/*商会动态*/
.s_shdt {
    width: 790px;
    float: left;
    margin-top: 10px;
    height: 327px;
    overflow: hidden;
}
.s_shdt_nav {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px #dddddd solid;
}
.s_shdt_nav p {
    width: 80px;
    border-bottom: 2px #e61f18 solid;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #393939;
    font-weight: bold;
}
.s_shdt_nav span {
    float: right;
}

.i_new {
    overflow: hidden;
    width: 790px;
    float: left;
    margin-top: 15px;
}
.i_new .img {
    float: left;
    width: 352px;
    height: 275px;
    overflow: hidden;
    position: relative;
}
.i_new .img .num {
    height: 22px;
    padding-top: 2px;
    width: 98%;
    padding-left: 2%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    line-height: 20px;
}
.i_new .img .numa a {
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #999;
    margin: 0 2px;
}
.i_new .img .numa a:hover, .content .i_new .img .numa a.on {
    background: #4db330;
}
.i_new .img .numa {
    width: 100px;
    height: 20px;
    float: right;
    text-align: right;
    padding-right: 8px;
}
.i_new .img_box {
    width: 99999px;
}
.i_new .img_box li {
    float: left;
    display: none;
}
.i_new_tab {
    float: right;
    width: 425px;
    background: #f2f2f2;
    height: 275px;
    overflow: hidden;
}
.i_new_tab .tit {
    margin-bottom: 10px;
    border-bottom: 1px #dadada solid;
    height: 40px;
    line-height: 40px;
    width: 400px;
    margin: auto;
}
.i_new_tab .tit li {
    float: left;
    width: 104px;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
}
.i_new_tab .tit li a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #666;
}
.i_new_tab .tit li a:hover, .content .i_new_tab .tit li a.now {
    color: #e71f19;
    border-bottom: 3px #e71f19 solid;
}
.i_new_tab .tit li a.onh {
    color: #e71f19;
    border-bottom: 3px #e71f19 solid;
}
.i_new_tab .list li {
    line-height: 23px;
    background: url(../images/icon2.png) no-repeat left center;
    margin-left: 15px;
}
.i_new_tab .list li a {
    padding-left: 15px;
    font-size: 14px;
}
.hidden {
    display: none;
}
.text {
    margin-top: 10px;
}

/*政策法规*/
.s_zcfg {
    width: 360px;
    height: 317px;
    float: right;
    overflow: hidden;
    background: #f2f2f2;
    margin-top: 10px;
    padding: 5px 10px;
}
.s_zcfg_con {
    margin-top: 15px;
    overflow: hidden;
    clear: both;
}
.s_zcfg_con ul li {
    height: 58px;
    border-left: 2px #c9c9c9 solid;
    width: 318px;
    margin: 20px auto;
    text-align: left;
    padding-left: 20px;
    overflow: hidden;
}
.s_zcfg_con ul li h3 {
    line-height: 24px;
}

/*会员风采*/
.s_hyfc {
    margin-top: 10px;
    overflow: hidden;
}
.s_hyfc_con {
    margin-top: 18px;
   /* overflow: hidden;*/
	height:220px;
	width:100%;
	margin-bottom: 45px;
}
.s_hyfc_con ul li {
    float: left;
    margin-right: 26px;
    width: 178px;
    text-align: center;
}
.s_hyfc_con ul li img {
    width: 178px;
    height: 225px;
    overflow: hidden;
}
.s_hyfc_con ul li h3 {
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
    color: #e71f19;
}
.s_hyfc_con ul li p {
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}

/*main1*/
.main1 {
    margin-top: 15px;
    overflow: hidden;
}
.s_shjs {
    width: 718px;
    background: #f2f2f2;
    float: left;
    padding: 5px 10px;
    height: 270px;
}
.s_shjs_con {
    margin-top: 15px;
}
.s_shjs_con img {
    float: left;
    width: 283px;
    height: 176px;
    overflow: hidden;
    margin-right: 12px;
}
.s_shjs_con p {
    font-size: 13px;
    color: #242424;
    line-height: 26px;
}

.s_zzwj {
    width: 420px;
    float: right;
    background: #f2f2f2;
    padding: 5px 10px;
    height: 270px;
}
.s_zzwj_con {
    margin-top: 15px;
}
.rollBox {
    width: 403px;
    overflow: hidden;
    margin: 10px auto;
}
.rollBox .LeftBotton {
    height: 63px;
    width: 34px;
    background: url(../images/prev.png) no-repeat 0 0;
    overflow: hidden;
    float: left;
    display: inline;
    margin-top: 70px;
    cursor: pointer;
}
.rollBox .RightBotton {
    height: 63px;
    width: 34px;
    background: url(../images/next.png) no-repeat 0 0;
    overflow: hidden;
    float: left;
    display: inline;
    margin-top: 70px;
    cursor: pointer;
}
.rollBox .Cont {
    width: 325px;
    overflow: hidden;
    float: left;
}
.rollBox .ScrCont {
    width: 10000000px;
}
.rollBox .Cont .pic {
    width: 310px;
    float: left;
    margin-left: 10px;
}
.rollBox .Cont .pic img {
    background: #fff;
    display: block;
    margin: 0 auto;
    width: 292px;
    height: 214px;
    overflow: hidden;
    border: none;
    border: 1px #dadada solid;
}
.rollBox .Cont .pic p {
    line-height: 35px;
    color: #333;
    font-family: "微软雅黑";
    height: 35px;
    text-align: center;
}
.rollBox .Cont .pic p a {
    color: #666;
    font-size: 14px;
    display: block;
}
.rollBox .Cont a:link, .rollBox .Cont a:visited {
    color: #626466;
    text-decoration: none;
}
.rollBox .Cont a:hover img {
    color: #1a5ba9;
    text-decoration: underline;
    border: 1px #ab1111 solid;
}
.rollBox .Cont p a:hover {
}
.rollBox #List1, .rollBox #List2 {
    float: left;
}
.rollBox .Cont .pic a:hover img {
    opacity: 0.8;
}

.s_ggdw {
    margin-top: 10px;
}
.s_ggdw_con {
    margin-top: 10px;
}
.s_ggdw_con ul li {
    line-height: 24px;
}
.s_ggdw_con ul li span {
    float: left;
    font-weight: bold;
    font-size: 15px;
}
.s_ggdw_con ul li p {
    font-size: 13px;
}

.bottom {
    background: #5a5a5a;
    margin-top: 15px;
    padding: 15px;
    overflow: hidden;
}
.bottom p {
    float: left;
    line-height: 24px;
    margin-top: 5px;
    color: #fff;
}
.bottom span {
    float: right;
}

/*foot*/
.foot {
    background: #e71f19;
    overflow: hidden;
    margin-top: 1px;
}
.foot_con {
    width: 1100px;
    margin: auto;
    padding: 10px 0px;
    overflow: hidden;
}
.foot_con p {
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.foot_con p a {
    color: #fff;
}
.Sfenye {
    text-align: center;
    margin: 30px auto;
}
.Sfenye a, .Sfenye span {
    padding: 6px 20px;
    margin: 0px 10px;
    border: 1px solid #e71f19;
    background-color: #e71f19;
    color: #FFFFFF;
    font-size: 14px;
}
.Sfenye span {
    background-color: #FFFFFF;
    color: #e71f19;
}



.#index-bd {padding:30px 0;}
						#index-bd li {width:373px;}
						#index-bd li.nr {width:100%;}
						#index-bd li .text {width:371px;}
						#index-bd li .textarea {padding:5px;}
						#index-bd li .submit,#index-bd li .reset {display:inline-block;zoom:1;*display:inline;float:none;margin:0 10px;}
						
						
						
						
						
.index-bd {padding:30px 0 30px 30px;height:306px;}
.index-bd li {width:352px;margin-right:25px;margin-bottom:10px;_display:inline;float: left;}
.index-bd li .text {width:350px;height:39px;line-height:39px;border:1px solid #cccaca;border-radius:3px;text-indent:5px;}
.index-bd li span {font-size:14px;line-height:26px;color:#878787;}
.index-bd li.nr {width:100%;}
.index-bd li.nr .textarea {height:70px;border:1px solid #cccaca;width:757px;border-radius:3px;float:left;}
.index-bd .reset,.index-bd .submit {float:right;width:118px;height:32px;line-height:32px;border-radius:3px;text-align:center;font-size:14px;color:#fff;border:none;border:0;}
.index-bd .submit {background-color:#009eda;margin-left:15px;margin-right:34px;_display:inline;}
.index-bd .reset {background-color:#b0cb24;}






  .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	
	
	