@charset "utf-8";
/* CSS Document */

/*清除默认样式*/
body, div, dl, dt, dd, ul, ol, nl, li, h1, h2, h3, h4, h5, h6, p, span, a, b, strong, object, iframe, label, 

img, select, form, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 

canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, 

mark, audio, video {margin:0;padding:0}
body{font-size:12px;font-family:'微软雅黑';}
.left{float:left;_display:inline;}
.right{float:right;_display:inline;}
.clear:after{content:"";clear:both;display:block;}
.clear{zoom:1;}
a{text-decoration:none;font-size:12px;}
li{list-style: none}
/* header */
.header{
    width: 100%;
    
}
.top{
    height: 120px;
    width: 1200px;
    margin: 18px auto 12px;
}
.topLeft{
    width:130px;
    height:46px;
    float: right;
    margin-top: 20px;
}
.topLeft a{
    font-size:14px;
    font-family:STSongti-SC-Regular;
    font-weight:400;
    color:rgba(3,91,178,1);
    line-height:18px;
}
.topLeft>a{
    font-size: 12px;
    line-height: 23px;
    margin-top: 6px;
}
.top img{
    width: 120px;
    height: 120px;
}
.top h3{
    font-size: 40px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(4,120,169,1);
}
.top p{
    font-size: 21px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(4,120,169,1);
}
.title{
    margin-left: 14px;
    margin-top: 14px;
}
.title-r {
   margin: 10px 0 0 20px;
}

.title-r p {
   font-size: 51px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(4,120,169,1);
    height: 86px;
    line-height: 86px;
}

.nav{
    width: 100%;
    height:74px;
    margin: 0 auto;
    background: url("../images/矩形@2x.png") no-repeat center;
    background-size: cover;
}
.nav>ul{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.nav>ul>li{
    height: 74px;
    text-align: center;
    line-height: 74px;
    float: left;
}
/* .nav>ul>.navBg{
    background: url("../images/矩形@2x\(1\).png")
} */
.nav>ul>li>a{
    width: 168px;
    height: 74px;
    text-align: center;
    line-height: 74px;
    float: left;
    font-size: 20px;
    color: white;
    border-right: 1px solid #1D6292;
    border-left: 1px solid #3085C0;
    margin: 0 0;
}
.nav>ul>li:nth-child(1)>a{
    border-left: none;
}
.nav>ul>li:nth-child(7)>a{
    border-right: none;
}
.nav>ul>li img{
    vertical-align:middle;
    width: 20px;
    height: 20px;
    margin-top:-4px;
}
/* content */
.content{
    width: 100%;
    background: #efefef;
    overflow: hidden;
    padding-bottom: 20px;
}

#demo{
    overflow:hidden;
    height:54px;
    width:150px;
    /* margin:90px auto; */
    position:relative;
  }
  #demo1{
    height:auto;
    text-align:left;
  }
  #demo2{
    height:auto;
    text-align:left;
  }
  #demo1 li{
    list-style-type:none;
    height:50px;
    text-align:left;
    /* text-indent:15px; */
  }
  #demo2 li{
    list-style-type:none;
    height:50px;
    text-align:left;
    /* text-indent:15px; */
  }