*{
    padding: 0px;
    margin: 0px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}
body{
    min-width: 1200px;
    background: #fff;
}

.index header .top {
    height: 90px;
    /* margin-top: -10px; */
    width: 70%;
}

.index header .top .logo {
    height: 60px;
    width: auto;
    margin-top: 16px;
}

.index header .top span:first-child {
    font-size: 26px;
    color: #183473;
    font-weight: bold;
}

.index header .top span:last-child {
    color: #17316e;
}

.index header .top p {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2c396d;
}

.index header .top .qrcode {
    width: 72px;
    height: 72px;
}

.index header .top .tel {
    width: 29px;
    height: 29px;
    margin-right: 8px;
}

.index header .top .telinfo div {
    font-size: 18px;
    color: #666666;
}

.index header .menu1{
    margin-left: 50px;
    width: 100%;
    height: 40px;
}

.index header .menu1 a:hover {
    color: #0082dd;
}

.index header .menu1 .item {
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    position: relative;
    display: flex;
    padding: 0 25px;
    width: 80px;
}

.index header .menu1 .item:hover .sublist {
    display: block;
}

.index header .menu1 .sublist {
    width: 150%;
    position: absolute;
    z-index: 999;
    top: 41px;
    left: 0px;
    display: none;
    text-align: center;
}

.index header .menu1 .sublist div {
    padding: 0px 0.4rem;
    background-color: #0054a7;
    color: #fff;
}

.index header .menu1 .sublist div:hover {
    background-color: #fff;
    color: #000;
}

.index header .menu1 .sublist a {
    padding: 0px 0.4rem;
    background-color: #0054a7;
    color: #fff;
}

.index header .menu1 .sublist a:hover {
    background-color: #fff;
    color: #000;
}

.lang {
    width: 126px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    background: #fff;
    margin-left: 23px;
    position: relative;
    z-index: 999;
}

.lang .isNow {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/down.png) no-repeat 108px center;
    cursor: pointer;
}

.lang .isNow img {
    display: inline-block;
    width: 32px;
    height: 20px;
    vertical-align: top;
    margin-left: 7px;
    margin-top: 4px;
}

.lang .isNow span {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    padding-left: 10px;
}

.lang ul {
    width: 100%;
    background: #fff;
    display: none;
}

.lang ul li {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: -1px;
    cursor: pointer;
}

.lang ul li img {
    display: inline-block;
    width: 32px;
    height: 20px;
    vertical-align: top;
    margin-left: 7px;
    margin-top: 4px;
}

.lang ul li span {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    padding-left: 10px;
}

footer{
    width: 100%;
    background-color: #252525;
    padding: 50px 0px;
    
}
.qcode-box{
    width: 156px;
    height: 140px;
}
.qcode-box img{
    width: 106px;
    height: 106px;
}
.qcode-box p{
    text-align: center;
    color: #ffffff;
    margin-top: 16px;
}
.bq{
    text-align: center;
    color: #fff;
    margin-top: 18px;
}

a{
    cursor: pointer;
    text-decoration:none !important;
}
.frb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}
.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.frcc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fcs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.frr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.fra {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.fc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.fcce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.fce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.fcc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.fccc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fcsc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.fcsb{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.c3{
    color: #333;
}
.c6{
    color: #666;
}
.c9{
    color: #999;
}

.fwrap {
    flex-wrap: wrap;
    -webkit-flex-wrap:wrap
}
.font-w{
    color: #fff;
}

.ac {
    align-items: center;
}

.ae {
    align-items: flex-end;
}

.sz {
    cursor: pointer;
}

.mw12{
    min-width:1200px !important;
}


.marTop8{
    margin-top: 8px;
}

.marTop10{
    margin-top: 10px;
}

.marTop15 {
    margin-top: 15px;
}

.marTop16{
    margin-top: 16px;
}

.marTop20 {
    margin-top: 20px;
}
.marTop25 {
    margin-top: 25px;
}

.marTop30 {
    margin-top: 30px;
}

.marTop40 {
    margin-top: 40px;
}

.marTop50 {
    margin-top: 50px;
}
.marTop60 {
    margin-top: 60px;
}
.marTop75{
    margin-top: 75px;
}
.pad10{
    padding: 10px;
}
.pad15{
    padding: 15px;
}
.pad20{
    padding: 20px;
}
.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-w{
    background: #fff;
}
.w12{
    width: 70%;
}

.over1hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.over2hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.over3hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


header{
    width: 100%;
    background: #005BAC;
}


.book-name{
    font-size: 16px;
    margin-right: 20px;
    width: 145px;
    height: 41px;
    line-height: 24px;
}
.hleft a{
    font-size: 16px;
    width: 134px;
	height: 42px;
    background-color: #f34334;
    text-align: center;
    line-height: 42px;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}
.hleft a:hover{
    color: #fff;
}

.site-title{
	font-weight: bold;
    font-size: 26px;
    color: #02509b;
    line-height: 74px;
}

/*Ã¥Â¯Â¼Ã¨Ë†Âªcss*/
.dhbg{ height:110px; background:#005BAC;}
.ul-box{
    position: relative;
}
.ul-box p{
    position: absolute;
	height: 3px;
    background-color: #f6da1d;
    margin-top: 25px;
    bottom: -32px;
}
.dhbg img{
    width: 198px;
    height: 56px;
}
.dhbg ul li{
    margin-right: 60px;
    cursor:pointer;
}
.dhbg ul li:last-child{
    margin-right: 0px;
}

.dhbg ul li div:first-child{
    font-family: MicrosoftYaHei;
	font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
}

.dhbg ul li div:nth-child(2){
	font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #4597c6;
    margin-top: 5px;
}
.active-yellow{
    opacity: 1 !important;
    transition: all 200ms;
}

.slideDown{position:absolute;top:50px;left:0;display:none;z-index:2;background:#fff;overflow:hidden;width:80px;}
.slideDown ul li a{padding:0 5px; font-size:14px;color: #000}
.slideDown ul li a:hover{color: #02509b;font-weight: bold;}
.slideDown ul li{height:36px;line-height:36px;}

.info-ground img{
    margin-right: 8px;
}
footer p{
    font-size: 14px;
    color: #bebebe;
}

.info-ground {
    margin-right: 38px;
}
