@charset "UTF-8";
*{
    margin: 0 auto ;
    padding: 0;}
/*去除下划线*/
a{
    text-decoration: none;}
ul{
    list-style: none;}
body{
    min-width: 1518px;}
.top{
    height: 105px;
    width: 1518px;
    background-image:
    background-repeat: no-repeat;
    background-position: center;}
.top_nav{
    background-color: #3285c4;
    overflow:hidden;
    width: 1535px;}
.nav{
    width: 1280px;
    font-size: 17px;
    height: 40px;
    /* background-color: chartreuse; */
    line-height: 40px;}
li{
    float: left;}
li a,.dropdth{
    display: inline-block;

    padding: 0px 30px;}
.dropdown{
    display: inline-block;
    position: relative;}
.dropdown:hover{
    background-color: #f8f6f6;
    transition: all 0.1s linear ;
    opacity: 0.8;}
.dropdown:hover a{
    color: #000;}
.case_content{
    width: 128px;
    background-color: #f8f6f6;
    position: absolute;
    display: none;
    z-index: 10;}
.case_content a{
    display: block;}
.case_content a:hover{
    background-color:#3285c4;
    color: white;}
.case_content1{
    width: 162px;
    background-color: #f8f6f6;
    position: absolute;
    display: none;}
.case_content1 a{
    display: block;
    text-align: center;}
.case_content1 a:hover{
    background-color: #3285c4;
    color: white;}
.case:hover .case_content1{
    display: block;}
.case:hover .case_content{
    display: block;}
/* 主体 */
.picture{
    width: 1535px;
    height: 172px;
    /* background-color: rosybrown; */
    background-image: url(timg.jpg);
    background-repeat: no-repeat;}
.main{
    width: 1280px;
    /* min-height: 800px; */
    /* background-color: rosybrown; */
    position: relative;
    overflow: hidden;}
/* 底部 */
.bottom{
    height: 160px;
    background-color: #333333;
    position: relative;}
.address{
    text-align: center;
    padding-top: 30px;
    color: #ababab;}
.copyright{
    text-align: center;
    padding-top:30px ;
    color: #ababab;}
.nav_left{
    width: 240px;
    /* height: 350px; */
    /* background-color: salmon; */
    /* position: absolute; */
    margin-top: 50px;
    margin-left: 50px;
    float: left;}

.header{
    width: 240px;
    height: 60px;
    background-color:  #3285c4;
    line-height: 60px;
    text-align: center;
    font-size: 23px;
    color: white;}

.sidebar{
    width: 240px;
    height: 50px;
    background-color: #ededed;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1.5px #747272 solid;}
.sidebar a{
    color:#3285c4 ;
    display: block;}
.sidebar a:hover{
    background-color:#bdc3ca ;
    color: white;}

.work{
    color: #333333;  
    font-size: 23px;
    line-height: 40px;
    font-weight:bold;  /*加粗*/
    float: left;
    margin-left: 10px;}
.more{
    float: right;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 16px;
    color: #868686;}
.more a{color:#868686;}   
.more a:hover{color:#3285c4;} 
.line{
    width: 940px;
    height: 2px;
    background-color:#3285c4;
    /* position: absolute; */
    margin-top: 25px;}
.content{
    width: 940px;
    /* height: 800px; */
    /* background-color: sandybrown; */
    /* position: absolute; */
    /* right: 0px; */
    margin-top: 55px;
    float: right;
    }
.real_content{
    width: 940px;
    height: auto;
    /* background-color: rgb(197, 144, 197); */
    /* position: absolute; */
    margin-top: 20px;
    }
.content div.content{float:none;margin-bottom: 50px;}    
.content h1{font-size:22px;font-weight:normal;line-height: 30px;color: #000;border-bottom: 1px solid #ddd;margin-bottom: 10px;padding: 30px 0 15px 0;}    
.content .xx{font-size:16px;text-align:left;width:auto;margin-left: 50px;margin-bottom: 20px;margin-top: 15px;color: #333;}
#zoom{font-size:16px;}
.content #vsb_content p{
    line-height: 34px;
    color: #666;
    text-indent: 2em;
}
#vsb_content table{border: 0px;border-left:1px solid #ddd;border-top:1px solid #ddd;width: auto;max-width: 98%;margin:20px auto;}
#vsb_content table tr td{border-left:0px;text-align: center;border-top:0px;line-height: 23px;padding: 5px;border-right-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-bottom-style: solid;border-right-color: #ddd;border-bottom-color: #ddd;white-space: break-spaces;}
#vsb_content table tr td p{text-indent: 0em!important;padding:0px;margin:0px;text-align:center;}