.content{
    margin-top: 20px;
}
.content_title{
    font-size: 18px;
    font-weight: 600;
    color: #004987;
    margin-top: 7px;
}
.vedio{
    margin-top: 20px;
    width: 100%;
    height: 360px;
}
.vedio1{
    width: 100%;
    height: 300px;
}
.vedio_left{
    width: 500px; 
  
}
.vedio_left1{
    width: 360px; 
    height: 285px;
}
.vedio_info{
    width: 100%;
    height: 40px;
    position: relative;
}
.vedio_info span{
    position: absolute;
    right: 0;
    top: 0;
    color: #004987;
    font-size: 12px;
    cursor: pointer;
}
.vedio_info span:hover{
    font-size: 14px;
    font-weight: 600;
}
.vedio_left1 .chuban_ul1{
    width: 100%;
    height: 246px;
    overflow: hidden;
}
.vedio_left1 .chuban_ul1 .chuban_li1{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 35px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.vedio_left1 .chuban_ul1 .chuban_li1::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
.vedio_left1 .chuban_ul1 .chuban_li1 .span_li{
    width: 255px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    height: 40px;
    line-height: 40px;
    float: right;  
}
.time1 {
    float: right; 
    height: 40px;
    line-height: 40px;
    color:rgb(148,148,148);
}
.vedio_left1 .chuban_ul1 .chuban_li1:hover{
    color: #004987;
}
/* .vedio_left1:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
} */

.vedio_left img{ 
    width: 100%;
    height: 348px;
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;  
    cursor: pointer;
}
.vedio_left img:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
}
.vedio_middle{
    width: 450px;
    height: 100%;
    margin-left: 20px;
    position: relative;
}
.vedio_middle_title{
    position: relative;
    width: 100%;
    height: 30px;
}
.vedio_middle_title p{
    color: #004987;
    font-size: 18px;
    font-weight: 600;
}
.vedio_middle_title span{
    position: absolute;
    right: 0;
    top: 0;
    color: #004987;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}
.vedio_middle_title span:hover{
    font-size: 14px;
    font-weight: 600;
}
.vedio_middle_content{
    padding-top: 20px;

}
.vedio_middle_content_top{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
.vedio_middle_content_bottom{
    display: block;
    color: #999999;
    font-size: 12xp;
}

.vedio_middle_bottom{
    margin-top: 20px;
    width: 100%;
}

/*.vedio_middle_bottom a:hover,.vedio_middle_bottom a:active{*/
    /*color: initial;*/
/*}*/

.vedio_middle_bottom ul{
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.vedio_middle_bottom ul li{
    /* list-style-position: inside; */
    width: 100%;
    height: 28px;
    line-height: 16px;
}
.vedio_middle_bottom ul li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
.vedio_middle_bottom ul li:hover {
    color:#004987;
    cursor: pointer;
}
.vedio_right{
    width: 160px;
}

.vedio_right_title{
    color:#004987;
    font-size: 18px;
    font-weight: 600;
}
.vedio_right_middle{
    width: 100%;
    height: 145px;
}
.vedio_right_middle ul{
    width: 100%;
}
.vedio_right_middle ul li{
    float: left;
    width: 40%;
    margin-left: 10px;
    height: 30px;
    border: 1px solid #DDDDDD;
    color: #333333;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    cursor: pointer;
}
.vedio_right_middle ul li:hover{
    background: #004987;
    color: #ffffff;
}
.vedio_right_title_btn{
    width: 100%;
    text-align: center;
    height: 40px;
    color: #fff;
    background: #004987;
    border: none;
    outline: none;
    font-size: 14px;
    margin-top: 15px;
}
.vedio_right_title_btn:hover{
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
}
.vedio_right_title_p{
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 12px;
    margin-top: 10px;
}
.vedio_middle_bottom_li{
    width: 344px;
    height: 28px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    cursor: pointer;
    float: right;
    line-height: 23px;
}
/*xiwnen*/
.news{
    margin-top: 30px;
}
.new_tilte{
    position: relative;
    width: 625px;
}
.news .vedio{
    height: 310px;
}
.new_span{
    position: absolute !important;
    right: 60px !important;
}
.chuban_ul .chuban_li{
    width: 100px;
    height: 40px;
    background: #F0F0F0;
    float: left;
    margin-left: 20px;
    text-align: center;
    line-height: 40px;
    text-align: center;
    color: #333333;
    cursor: pointer;
}
.new_tilte span{
    position: absolute;
    right: 0;
    top: 0;
    color: #004987;
    font-size: 12px;
    cursor: pointer;
}
.new_tilte span:hover{
    font-size: 14px;
    font-weight: 600;
}
.new_title_li{
    background: #f0f0f0;
    margin-left: 10px;
    text-align: center;
    list-style: none;
}
.chuban_ul1 .chuban_li1{
    list-style-position: inside;
    width: 100px;
    height: 40px;
    float: left;
    line-height: 40px;
    color: #333333;
}
.chuban_ul1 ul li{
    /*list-style-position: inside;*/
    /*width: 100px;*/
    height: 40px;
    /*float: left;*/
    line-height: 40px;
    /*color: #333333;*/
    border-bottom: 1px solid #ccc;
}
.chuban_ul1 p{
    height: 40px;
    line-height: 40px !important;
    border-bottom: 1px solid #ccc;
}
.chuban_ul1 p:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 15px;
}
.chuban_ul1 .span_li{
    /* float: left;
    width: 300px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap; */
}
.span_li1{
    float: right;
    width: 478px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    height: 40px;
    line-height: 40px;
}
.new_tilte ul li{
    width: 100px;
    height: 40px;
    /* background:#F0F0F0; */
    float: left;
    /* margin-left: 20px; */
    /* text-align: center; */
    line-height: 40px;
    color: #333333;
}

.new_img{
    width: 100%;
    height: 100%;
}
.new_middle{
    width: 600px;
    height: 250px;
    overflow: hidden;
}
.new_middle ul{
    width: 100%;
}
.new_middle ul li{
    /* list-style-position: inside; */
   margin-right: 20px;
   height: 40px;
   line-height: 35px;
   cursor: pointer;
   border-bottom: 1px solid #ccc;
}
.new_middle ul li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
.new_middle ul li:hover{
    color: #004987
}
.time{
    color: rgb(148,148,148);
    font-size: 14px;
    display: inline-block;
    height: 22px;
    line-height: 25px;
    float: right;
}
.new_time{
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
}
/* 关于协会 */
.about_compony{
    width: 100%;
    min-height: 310px;
    /* padding-top: 30px; */
}
.about_compony .about_compony_ul{
    width: 500px;
    /* padding-top: 25px; */
}
.about_compony .about_compony_ul li{
    list-style: none;
    width: 92px;
    height:104px;
    float: left;
    margin-right: 33px;
    margin-top: 20px;
    cursor: pointer;
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
    
}
.about_compony .about_compony_ul li:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1; 
}
.about_compony .about_compony_ul li:first-child{
    /* margin-left: 0px; */
}
.about_compony .about_compony_ul li span{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.about_compony_pic{
    width: 100%;
}
.about_compony_right{
    width: 500px;
}
.about_compony_right ul li{
    height: 97px;
    width: 160px;
    border: 1px solid #C4C4C4;
    float: left;
    list-style: none;
    margin-top: 20px;
    cursor: pointer;
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
    margin-left: 3px;
    position: relative;
}
.about_compony_right ul li:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1; 
}
.about_compony_right ul li span{
    left: 30px;
    top: 30px;
    position: absolute;
    display: block;
    width: 26px;
    height:30px;
    line-height: 30px;
    /* background:red; */
 
}
.about_compony_right ul li p{
    color: #333333;
    font-size: 14px;
    position: absolute;
    right: 7px;
    top: 30px;
    height: 30px;
    line-height: 30px;
    width: 80px;
    
}
.about_compony_right ul li:nth-child(4),.about_compony_right ul li:nth-child(5),.about_compony_right ul li:nth-child(6){
    margin-top: 28px;
}
.about_compony_right_title p{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}
/* ad */
.ad{
    width: 100%;
    height: 81px;
    margin-top: 40px;
}
.ad ul{
    width: 100%;
}
.ad ul li{
    width: 331px;
    float: left;
    margin-left: 2px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
}
.ad ul  li:first-child{
    margin-left: 0px;
}
.ad ul  li img{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
 }
 .ad ul  li img:hover{
    transform: scale(1.1);
    
 }

 .ad1{
    width: 100%;
    margin-top: 25px;
    height: 81px;
}
.ad1 ul{
    width: 100%;
}
.ad1 ul li{
    width: 248px;
    float: left;
    margin-left: 2px;
    height: 80px;
    cursor: pointer;
}
.ad1 ul  li:first-child{
    margin-left: 0px;
}
.ad1 ul  li img{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
 }
 .ad1 ul  li img:hover{
    transform: scale(1.1);
    
 }
/*week*/
.week{
    width: 100%;
    height: 330px;
    margin-top: 40px;

}
.week_middle{
    width: 335px;
    margin-left: 10px;
}
.week_title{
    width: 655px;
    height: 40px;
    line-height: 40px;
}
.week_img{
    cursor: pointer;
    width: 300px;
    height:220px;
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
}
.week_img:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
}
.week_middle ul{
    width: 100%;
}
.week_middle ul li{
   width: 100%;
   height: 44px;
   line-height: 44px;
   overflow:hidden;
   text-overflow:ellipsis; 
   white-space: nowrap;/*加宽度width属来兼容部分浏览*/
   cursor: pointer;
   border-bottom: 1px solid #ccc;
}
.week_middle ul li:hover{
    color: #004987
}
.week_right{
    height:260px;
    width: 300px;
   
}
/* 品牌ad */
.logo_ad{
    width: 100%;
    margin-top: 0px;
    height: 130px;
}
.logo_ad_left{
   /* width: 909px; */
   height: 110px;
   width: 100%;
   overflow: hidden;
   cursor: pointer;
}
.logo_ad_left img{
    transition: all 0.6s;
}
.logo_ad_left img:hover{
    transform: scale(1.1)
}
.logo_ad_right{
    height: 100px; 
    width: 255px;
}
.logo_ad_right p{
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}
.logo_ad_right .logo_ad_right_img{
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    height: 80px;
    width: 100%;
   
}
.logo_ad_right .logo_ad_right_img img{
    transition: all 0.6s;
}
.logo_ad_right .logo_ad_right_img img:hover{
    transform: scale(1.1);
}
/* 品牌活动 */
.make{
    width: 100%;
    min-height: 320px;
    padding-top: 0px;
}
.make_title{
    width: 645px;
    height: 50px;
}
.make_width{
    width: 379px !important;
    position: relative;
}
.make_width span{
    top:15px !important;
}
.make_box{
    width: 1000px;
    position: relative;
}
.make_box_span_1{
    position: absolute;
    right: 0px;
    top: -39px;
    color: #004987;
    font-size: 12px;
    cursor: pointer;
}
.make_box_span_1:hover{
    font-size: 14px;
    font-weight: 600;
}
.make_box_span{
    position: absolute;
    right: 269px;
    top: -39px;
    color: #004987;
    font-size: 12px;
    cursor: pointer;
}
.make_box_span:hover{
    font-size: 14px;
    font-weight: 600;
}

.make_box .make_box_ul{
    width: 740px;
    height: 180px;
    margin-top: 0px;
}
.make_right_img{
    height: 357px;
    margin-top: 0px !important;
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
    cursor: pointer;
}
.make_right_img:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity:1;   
    cursor: pointer;
}
.make_box .make_box_ul li{
    height: 100%;
    width: 175px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    list-style: none;
}
.make_box .make_box_ul li span{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
}
.make_title ul .make_title_li{
    list-style: none;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    background: #F0F0F0;
    float: left;
    width: 90px;
    text-align: center;
    line-height: 40px;
    margin-left: 25px;
}
.make_title .make_p{
    margin-top: 7px;
    color: #004987;
    font-size: 18px;
    font-weight:800;
}
.make_title span{
    position: absolute;
    right: 0;
    top: 0;
    color: #004987;
    font-size: 12px;
    cursor: pointer;
}
.make_title span:hover{
    font-size: 14px;
    font-weight: 600;
}
.make_left{
    width: 660px;
}
.skill_left{
    width: 660px;
}
.skill_tilte_ul{

}
.skill_tilte_ul li{
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    background: #f0f0f0;
    color: #333333;
    float: left;
    margin-left: 20px;
    text-align: center;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
}
.skill_tilte_ul li:hover{
    background: #004987;
    color: #ffffff;
}
.skill_left .skill_ul{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.skill_left .skill_ul li{
    /* list-style-position: inherit; */
    width: 100%;
    margin-right: 10px;
    height: 34px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.skill_left .skill_ul li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
.teach_tilte_ul{

}
.teach_tilte_ul li{
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    background: #f0f0f0;
    color: #333333;
    float: left;
    margin-left: 20px;
    text-align: center;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}
.teach_tilte_ul li:hover{
    background: #004987;
    color: #ffffff;
}
.teach_div{
    width: 100%;
}
.teach_ul{
    width: 100%;
    height: 216px;
    overflow: hidden;
}
.teach_ul .teach_ul_li_1{
    width: 140px;
    height: 216px;
    float: left;
    margin-right: 20px;
}
.teach_ul .teach_ul_li_1 .teach_ul_li_1_div{
    width: 100%;
    height: 180px;
}
.teach_ul .teach_ul_li_1 .teach_ul_li_1_div span{
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    cursor: pointer;
    list-style-type: circle;
    text-align: center;
}
.teach_ul .teach_ul_li_2{
    width: 48%;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    list-style: disc !important;
    border-bottom: 1px solid #ccc;
    float: left;
}
.teach_ul .teach_ul_li_2:hover{
    color: #004987;
}
.make_left .make_left_content_ul{
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    height: 250px;
   
}
.make_left .make_left_content_ul li{
    /* list-style-position: inside; */
    width: 100%;
    height: 34px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    
}
.make_left .make_left_content_ul li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
.make_left .make_left_content_ul li:hover{
    color: #004987
}
.make_middle{
    width: 300px;
    
}
.make_middle_pic{
    width: 100%;
    height: 258px;
    margin-top: 0px;
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
    cursor: pointer;
}
.make_middle_pic:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity:1;   
}
.make_middle ul{
    width: 100%;
}
.make_middle ul li{
    width: 45%;
    height:155px;
    float: left;
    margin-left: 15px;
    margin-top: 33px;
}
.make_middle_li_img{
    width: 100%;
    height: 125px;
    cursor: pointer;
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
}
.make_middle_li_img:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
}
.make_middle ul li span{
    height: 28px;
    line-height: 28px;
    display: block;
    width: 100%;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    cursor: pointer;
    list-style-type: circle;
    text-align: center;
}
.make_right{
    width: 220px;
    margin-top: -40px;
}
.make_right_title{
    position: relative;
}
.make_right_title p{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
.make_right_title span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
}
.make_right ul{
    width: 100%;
}
.make_right ul li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    cursor: pointer;
    list-style-type: circle;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.make_right ul li:hover{
    color: #004987;
}
.make_right_box{
    /* margin-top: 65px; */
}
.make_right_box_ul{
    height: 370px;
    overflow: hidden;
    margin-top: 25px;
}
.make_right_box:first-child{
    margin-top: 0px;
}
/* quality */
.quality{
    width: 100%;
    margin-top: 0px;
    min-height: 380px;
}
.quality0{
    min-height: 330px !important;
    box-sizing: border-box;
    clear: both;
}
.quality_title{
    width: 100%;
    position: relative;
}
.quality_title p{
    color: #004987;
    font-size: 18px;
    font-weight: 600;
}
.quality_right_sapn{
    position: absolute;
    right: 0;
    top: -35px;
    color: #004987;
    font-size: 12px;
    cursor: pointer;
}


.quality_right_sapn:hover{
    font-size: 14px;
    font-weight: 600;
}
.quality_left{
    width: 100px;
}
.quality_left ul{
    width: 100%;

}
.quality_left ul li{
    width:  100px;
    height: 45px;
    line-height: 45px;
    background: #F0F0F0;
    margin-top: 23px;
    text-align: center;
    cursor: pointer;
    list-style: none;
}
.quality_left ul li:hover{
    
    background: #004987;
    color: #ffffff;
}
.quality_left ul li:focus{
    
    background: #004987;
    color: #ffffff;
   
}
.quality_right{
    border-top: 2px solid #004987;
    width:897px;
    margin-top: 25px;
    position: relative;
}
.quality_right ul{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.quality_right ul li{
    width: 49%;
    height: 20px;
    line-height: 15px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    cursor: pointer;
    float: left;
    margin-top: 15px;
    margin-left: 1%;
}
.quality_right ul li::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
.quality_right ul li:hover{
    color:#004987;
}

/* skill */
.skill{
    width: 100%;
    min-height: 270px;
}
.skill0{
    min-height: 290px !important;
    box-sizing: border-box;
}
.skill_margin{
    margin-right: 35px;
}
.skill_right{
    width: 300px;
    height: 258px;
    position: relative;
    opacity: 0.9;
    filter:alpha(opacity=90);   
    -moz-opacity:0.9;   
    -khtml-opacity: 0.9;   
    cursor: pointer;
}
.skill_right:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
}
.zhezhao{
    position: absolute;
    display: block;
    color: #fff;
    background: #000;
    opacity: 0.6;
    filter:alpha(opacity=60);   
    -moz-opacity:0.6;   
    -khtml-opacity: 0.6;   
    width: 100%;
    height: 40px;
    bottom: 0;
    cursor: pointer;
}
.zhezhao:hover{
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
}
.zhezhao p{
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 20px;
    bottom: 10px;
}
.zhezhao span{
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
/* pic_word */
.pic_word{
    width: 100%;
    min-height: 275px;
    margin-top: 40px;
}
.pic_word ul{
    width: 100%;
    margin-top: 20px;
}
.pic_word ul li{
    float: left;
    height: 185px;
    width: 19%;
    margin-right: 1%;
}
.pic_word_li_img{
    height: 125px;
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
    cursor: pointer;
}
.pic_word_li_img:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
}
.pic_word ul li span{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    cursor: pointer;
    text-align: center;
}
.pic_word ul li span:hover{
    color: #004987;
}
/* friend */
.friend{
    width:100%;
    min-height: 100px;
    margin-top: 20px;
}
.friend_title{
    color: #004987;
    font-size: 18px;
    font-weight: 600;
    width: 100px;
}
.friend_ul{
    width: 900px;
}
.input1{
    padding-left: 10px;
}
.friend_ul li{
    cursor: pointer;
    width: 215px;
    height: 30px;
    /* margin-top: 20px; */
    margin-left: 10px;
    /* border: 2px solid #004987; */
    line-height: 30px;
    position: relative;
    float: left;
    list-style: none;
    margin-bottom: 10px;
}
/* .friend_ul li span{
    display: block;
    background: #004987;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
i{
    display: block;
    width: 15px;
    height: 3px;
    border-top: 3px solid #ffffff;
    border-bottom:3px solid #ffffff;
    background-color: #ffffff;
    padding: 3px 0;
    margin-top:7px;
    background-clip:content-box;
    position: absolute;
    left: 9px;
    top: 0; 
} */
.active_nav{
    background: #004987 !important;
    color: #ffffff;
}
.select_div{
    margin-left: 20px;
    height: 28px;
    border: 1px solid #c7ddf4;
}
.select{
    -webkit-appearance: menulist-button;
    width: 100%;
    position: absolute;
    opacity: 0;
    height: 100%;
    font-size: 14px;
    z-index:999;
    left:0;
    width: 190px;
}

/* 会员之窗 */
.member_tilte_ul{

}
.member_tilte_ul li{
    list-style: none;
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    background: #f0f0f0;
    color: #333333;
    float: left;
    margin-left: 20px;
    text-align: center;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}
.member_tilte_ul li:hover{
    background: #004987;
    color: #ffffff;
}
.member_ul{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.member_ul_1{
    width: 100%;
    /* margin-top: 20px; */
    position: relative;
}
.member_ul_1 .member_ul_1_li{
    width: 100%;
    margin-right: 10px;
    height: 34px;
    line-height: 28px; 
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.member_ul_1_li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
.member_ul_1_li_img{
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
}
.member_ul_1_li_img:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
}
.member_ul_1 .member_ul_1_li span{
    /* display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
    cursor: pointer;
    text-align: center; */
}
.member_ul .member_ul_2_li{
    /* list-style-position: inside; */
    width: 48%;
    margin-right: 10px;
    height: 34px;
    line-height: 28px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    float: left;
}
.member_ul_2_li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
.member_ul .member_ul_2_li:hover{
    color: #004987;
}
.member_ul_3_li{
    width: 100%;
    height: 150px;
    margin-top: 50px;
    cursor: pointer;
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
}
.member_ul_3_li:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
}
/* 专家委员会 */
.expert{
    width: 100%;
    /* margin-top: 30px; */
    min-height: 200px;
    position: relative;
}
.expert .expert_span{
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 7px;
}
.expert .expert_span:hover{
    font-size: 14px;
    font-weight: 600;
}
 .expert_ul{
    width: 100%;
}
.expert_ul li{
    list-style: none;
    float: left;
    width:  166.6px;
    height: 180px;
    /* background: #F0F0F0; */
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
  
}
.expert_ul li:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
}
.expert_ul li .expert_pic{
    width:  100%;
    text-align: center;
    height: 120px;
}
.expert_ul li .expert_pic1{
    width:  100%;
    text-align: center;
    height: 120px;
}
.expert_ul li span{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .expert_right{
    border-top: 2px solid #004987;
    width: 897px;
    margin-top: 25px;
}
.expert_right .expert_right_ul{
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-top: 50px;
}
.expert_right .expert_right_ul li{
    width: 150px;
    height: 250px;
    float: left;
    margin-left: 28px;
    cursor: pointer;
}
.expert_img{
    width: 100%;
    height: 200px;
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
    cursor: pointer;
}
.expert_img:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity:1;   
    cursor: pointer;
}
.expert_right .expert_right_ul li span{
    display: block;
    width: 100%;
    text-align: center;
    height: 38px;
    line-height: 38px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    /* cursor: pointer;
    text-align: center;

} */ 
.quality_right1 ul{
    width: 100%;
    height: 320px;
    overflow: hidden;
    /* margin-top: 20px; */
}
.quality_right1 ul li{
    width: 32%;
    height: 30px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    cursor: pointer;
    list-style-type: disc !important;
    float: left;
    margin-top: 15px;
    margin-left: 1%;
}

.quality_right1 ul li:hover{
    color:#004987;
}


/* 协会刊物 */
.journal_title{
    width: 100%;
    height: 50px;
    position: relative;
}
.journal_title ul .make_title_li{
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    background: #F0F0F0;
    float: left;
    width: 90px;
    text-align: center;
    line-height: 40px;
    margin-left: 25px;
}
.journal_title .make_p{
    margin-top: 7px;
    color: #004987;
    font-size: 18px;
    font-weight:800;
}
.journal_title span{
    position: absolute;
    right: 0;
    top: 7px;
    color: #004987;
    font-size: 12px;
    cursor: pointer;
}
.journal_title span:hover{
    font-size: 14px;
    font-weight: 600;
}
.journal{
    width: 100%;
    margin-top: 0px;
}
.journal_div{
    padding-top: 10px;
    width: 100%;
    height: 240px;
  
}
.journal_ul_1 .journal_ul_li_1{
    width: 150px;
    height: 230px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.journal_ul_1 .journal_ul_li_1:hover{

}
.journal_ul_1 .journal_ul_li_1:first-child{
    margin-left: 0px;
}
.journal_ul_1 .journal_ul_li_1 .journal_li_1_div{
    opacity: 0.8;
    filter:alpha(opacity=80);   
    -moz-opacity:0.8;   
    -khtml-opacity: 0.8;   
    background: #000;
    width: 100%;
    height: 180px;
}
.journal_ul_1 .journal_ul_li_1 .journal_li_1_div:hover{
    opacity: 1;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
    background: #000;
    cursor: pointer;
}

.journal_ul_1 .journal_ul_li_1  span{
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    cursor: pointer;
    list-style-type: circle;
    text-align: center;
}
.journal_ul_2 {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.journal_ul_2 .journal_ul_li_2{
    height: 35px;
    line-height: 35 px;
    float: left;
    width: 47%;
    margin-right: 2%;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    cursor: pointer;
    list-style-type: disc !important;
}
.journal_ul_2 .journal_ul_li_2:hover{
    color: #004987;
}
/* 字时间 */
.make_span{
    float:right;
    width: 230px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    height: 34px;
    line-height: 34px;
    float: right;  
}
.time2{
    height: 34px;
    line-height: 34px;
    float: right;
}
.quality_span{
    float:right;
    width: 340px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    height: 20px;
    line-height: 20px;
}
.time3{
    height: 20px;
    line-height: 20px;
    float: right;  
}
.skill_span{
    width: 560px !important;
}
.member_ul_span{
    width: 210px !important;
}
.member_ul_span1{
    width: 301px !important;
}
.time4{
    height: 20px;
    line-height: 20px;
    float: right;  
}
.linkDiv{
    width: 214px;
    height: 32px;
    float: left;
    margin-right: 13px;
    border: 1px solid #cacaca;
    outline: none;
}
/* .linkDiv .span1{
    display: inline-block;
    height: 28px;
    line-height: 30px;
    font-size: 12px;
    color: #004987;
    background: url(__PUBLIC__/Image/jx/icon1.jpg) no-repeat right center;
    width: 100%;
    text-indent: 9px;
}

.customSelectInner{
    cursor: pointer;
    line-height: 28px;
    text-align: left;
    width: 100% !important;
    font-size: 12px;
    color: #004987;
    width: 100%;
    text-indent: 9px;
} */
