﻿/* CSS Document */
@charset "utf-8";
*,::after,::before{
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-o-text-size-adjust:none;
	-ms-text-size-adjust:none
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/**{transition: all 300ms cubic-bezier(.4, 0, .2, 1); -moz-transition: all 300ms cubic-bezier(.4, 0, .2, 1);-webkit-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -o-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: all 300ms cubic-bezier(.4, 0, .2, 1);}*/
body {
    font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
a:hover{


}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a{
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;e;}
/* 通用样式 */
.middle{ width:1165px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{clear: both;}

.min_img{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.min_img>img{
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.min_img>img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.max_over{
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*page-banner开始*/

.banner{
    background:  url(../images/pic2.jpg) center top no-repeat;
    height: 664px;
}


/*新闻左侧开始*/

.news{
    padding-top: 65px;
}

.flexslider{
    position:relative;
    width:435px;
    height:350px;
    overflow:hidden;
    zoom:1;
}
.flex-viewport{
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.flexslider .slides{
    zoom:1;
    height:330px;
}

.flexslider .img{
    height:330px;
    display: inline-block;
}

.slides li{
    position: relative;
}

.img_a{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 415px;
    height: 41px;
    padding: 0 10px;
}

.img_a>a{
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 41px;
    max-width: 415px;
}


.flex-direction-nav a{
    display: none;
}
.flex-direction-nav .flex-next{
    background-position:0 -90px;
    right:0;
}
.flex-direction-nav .flex-prev{
    left:0;
}
.flexslider:hover .flex-next{
    opacity:0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev{
    opacity:0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{
    opacity:1;
    filter:alpha(opacity=50);
}
.flex-control-nav{
    width:100%;
    position:absolute;
    bottom:0;
    text-align:center;
}
.flex-control-nav li{
    margin:0 5px;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a{
    background:url(../images/dot.png) no-repeat 0 0;
    display:block;
    height:3px;
    overflow:hidden;
    text-indent:-99em;
    width:68px;
    cursor:pointer;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.flex-control-paging li a.flex-active{
    background-position:0 -6px;
}


/*新闻右侧开始*/
.news_text{
    width: 695px;
}

.news_text li{
    margin: 10px 0 44px;
}

.news_text li:nth-last-of-type(1){
    margin-bottom: 0;
}

.news_hd{
    font-size: 25px;
    color: #484848;
    font-weight: bold;
    max-width: 685px;
}

.news_hd:hover{
    color: #f0454d;
}



.news_text p{
    font-size: 15px;
    color: #737272;
    line-height: 1.5em;
    margin-top: 0.5em;
}


.details{
    color: #f0454d;
}

.details:hover{
    text-decoration: underline;
}


/*主旨演讲*/

.se_hd{
    margin: 60px auto 55px;
    text-align: center;
    border-bottom: 1px dashed #818181;
    padding-bottom: 10px;
}

.se_hd>h3{
    font-size: 28px;
    color: #535353;
    display: inline-block;
    margin: 0 30px;
}

.se_hd>span{
    width: 11px;
    height: 15px;
    display: inline-block;
}


.marquee {
    height:296px;
    overflow:hidden;
}
.marquee li{
    display:inline;
    float:left;
    margin-right:12px
;}
.marquee li a{
    width:225px;
    height:296px;
    display:block;
    float:left;
    text-align:center;
    font-size:14px;
}

.marquee li:hover .em_hover{
    background: #f0454d;
    color: #ffffff;
}


.marquee li a:hover{
    text-decoration:none;
}
.marquee li img {
    width:225px;
    height:254px;
}
.marquee li em{
    font-style: normal;
    height:42px;
    line-height:42px;
    display:block;
    font-size: 18px;
    color: #696969;
    font-weight: bold;
    background: #e3e3e3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*成果发布*/

.results{
    background: #f2f2f2;
    padding: 0 0 55px;
    border: 1px solid #f2f2f2;
    margin-top: 65px;
}

.main_left{
    width: 501px;
    border-left: solid 1px #dfdfdf;
    padding: 0 40px;
}

.main_hd{
    font-size: 25px;
    color: #09b9ee;
    font-weight: bold;
}

.main_text{
    margin: 45px 0 ;
}

.main_text h3 a{
    font-size: 25px;
    color: #484848;
    font-weight: normal;
    max-width: 501px;
}

.main_text h3 a:hover{
    color: #f0454d;
}

.main_text>p{
    font-size: 15px;
    color: #737272;
    line-height: 1.5em;
    text-align: justify;
    margin-top: 1em;
}

.results_li>li{
    background:  url(../images/dian2.png) left center no-repeat;
    padding-left: 18px;
    margin-bottom: 1.45em;
}

.results_li>li:nth-child(1){
    background:  url(../images/dian.png) left center no-repeat;
}
.results_li>li:last-child{
    margin-bottom: 0.5em;
}

.results_li>li>a{
    font-size: 15px;
    color: #474747;
    display: inline-block;
    max-width:469px;
}

.results_li>li>a:hover{
    color: #f0454d;
}


/*高质量发展主题论坛*/
.BBS{
    background:  url(../images/ad_nba.jpg) 0 0 no-repeat;
    height: 851px;
    padding-top: 73px;
}

.BBS_T{
    padding: 45px 104px;
}

.BBS_simg{
    width: 161px;
    height: 179px;
}

.BBS_simg>img{
    max-width: 161px;
    max-height: 179px;
}

.BBS_tp{
    width: 750px;
}


.BBS_tp>h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 35px;
}

.BBS_tp>p{
    font-size: 13px;
    color: #ffffff;
    line-height:1.8em;
    margin-top: 2em;
}

.BBS_list>li{
    /*width: 249px;*/
	width: 208px;
}

.BBS_cy{
    width: 208px;
    height: 247px;
}

.BBS_list{
    margin-top: 15px;
}

.BBS_list>li{
    margin-left: 30px;
}

.BBS_list>li:first-child{
    margin-left: 0;
}

.BBS_list>li>h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 25px;
}

.BBS_list>li>p{
    font-size: 13px;
    color: #bdc0e2;
    text-align: justify;
    line-height: 1.8em;
    margin-top: 0.8em;
}

/*《中国直销企业行业自律公约》*/

.Direct{
    padding-top: 87px;
}

.Direct_list{
    width: 261px;
    margin-top: 60px;
}

.Direct_list>li{
    width: 261px;
    height: 174px;
    margin-bottom: 6px;
}

.Direct_main{
    background:  url(../images/pic4.jpg) 0 0 no-repeat;
    width: 549px;
    height: 377px;
    margin-left: 7px;
    padding: 46px 40px;
}

.Direct_main>h3{
    font-size: 24px;
    color: #19425d;
    font-weight: bold;
    text-align: center;
}

.zz{
    font-size: 13px;
    color: #535353;
    line-height: 1.8em;
    text-align: justify;
}

.zz>p{
    margin-bottom: 1em;
}

.more{
    font-size: 16px;
    color: #19425d;
    text-align: center;
    border: 1px solid #19425d;
    width: 121px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    margin: 20px 0 0;
}

.more:hover{
    background: #19425d;
    color: #ffffff;

}

.convention>h3{
    font-size: 24px;
    color: #00b7ee;
    font-weight: bold;
    border-left: #00b7ee 4px solid;
    padding-left: 5px;
    line-height: 1em;
    margin-top: 35px;

}

.con_list{
    margin-top: 40px;
}

.con_list>li{
    background:  url(../images/rr.png) left center no-repeat;
    padding-left: 10px;
    width: 280px;
    margin-right: 1px;
    margin-bottom: 1.3em;
}

.con_list>li:nth-child(4n){
    margin-right: 0;
}


.con_list>li>a{
    font-size: 15px;
    color: #737373;
    max-width: 280px;
}

.con_list>li>a:hover{
    color: #252525;
    text-decoration: underline;
}


/*《品•质播报》开机花絮*/
.boot{
    background:  url(../images/pic5.jpg) 0 0 no-repeat;
    height: 600px;
    padding-top: 85px;
}


.boot_text{
    padding: 30px 83px;
}

.boot_img{
    width: 177px;
    height: 177px;
    overflow: hidden;
}

.boot_p{
    width: 784px;
    font-size: 15px;
    color: #b9bbe1;
    line-height: 1.8em;
    text-align: justify;
    text-indent: 2em;
    margin-top: 1.2em;
}



.scroll_horizontal{
    position:relative;
    height:175px;
    margin-top: 70px;
}
.scroll_horizontal .box{
    overflow:hidden;
    position:relative;
    height:175px;
    margin:0 auto;
    width: 96%;
}
.scroll_horizontal .list{
    overflow:hidden;
    width:9999px;
}
.scroll_horizontal .list li{
    float:left;
    width:283px;
}
.scroll_horizontal .prev,
.scroll_horizontal .next{
    position:absolute;
    top:50%;
    margin-top:-25px;
    width:21px;
    height:50px;
    background-image:url(../images/control.png);
    background-repeat:no-repeat;
    font:0/0 Arial;
    cursor:pointer;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.scroll_horizontal .prev{
    left:0;
    background-position:-10px 0;
}
.scroll_horizontal .next{
    right:0;
    background-position:-49px 0;
}
.scroll_horizontal .prev:hover{
    background-position:-10px -50px;
}
.scroll_horizontal .next:hover{
    background-position:-49px -50px;
}


















































