﻿.search {
    width: 100%;
    height: auto;
    line-height: 50px;
    background: #F0F0F0;
    text-align: center;
    border-bottom: 2px solid #41519C;
}

.search span {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.search .box {
    width: 45%;
}

.search span button {
    font-size: 16px;
    background-color: #41519C !important;
    border-color: #41519C !important;
}

.commonHeader {
    width: 100%;
    position: relative;
}
.commonHeader img{
width:100%;
}
.commonHeader .imgA {
    position: absolute;
    top: 20%;
    left: 23%;
    width: 8%;
}

.commonNav {
    width: 100%;
    height: 50px;
    -moz-box-shadow: 2px 2px 5px #333333;
    -webkit-box-shadow: 2px 2px 5px #333333;
    box-shadow: 2px 2px 5px #333333;
}

.commonNav ul li {
    width: 16%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    list-style: none;
}

.commonNav ul li:hover {
    border-bottom: 4px solid #2C3F7C;
}

@media (min-width: 1200px) {
    .commonNav ul li a {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .commonNav ul li a {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .commonNav ul li a {
        font-size: 0.16rem;
    }

}
.commonNav ul li a {
    color: #1a1a1a;
    text-decoration: none;
}

.common-ba {
    width: 70%;
    margin-top: 3%;
    border: 1px solid #93a1a1;
    height: auto;
    padding-bottom: 2%;
    margin-bottom: 3%;
}

.midTitle {
    width: 55%;
    height: 40px;
    line-height: 40px;
    background: #41519C;
    text-align: center;
    margin-left: -4.3%;
    margin-top: 2%;
    margin-bottom: 5%;
}

@media (min-width: 992px) {
    .midTitle {
        width: 15%;
        margin-left: -1%;
    }
}

@media (min-width: 768px) {
    .midTitle {
        width: 15%;
        margin-left: -1%;
    }
}

.midTitle span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
}

.midTitle img {
    margin-left: 5%;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .bottomTable {
        width: 45%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .bottomTable {
        width: 80%;
        margin: 0 auto;
    }
}

.middle {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.leftTop {
    height: 55px;
    line-height: 55px;
    width: 100%;
    border-bottom: 5px solid #2C3F7C;
}

.leftTop span {
    font-size: 16px;
}

.leftButtom {
    width: 100%;
    margin-top: 3%;
}

.col-lg-9 {
    padding: 0 4% 0 0;
    border-right: 1px solid #c3b9b9;
}

.leftButtom ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #c3b9b9;
}

.leftButtom ul li a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 84%;
    overflow: hidden;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
}

.leftButtom ul li a:hover {
    text-decoration: none;
}

.leftButtom ul li span {
    color: #333;
    display: inline-block;
    float: right;
}
.rightTop:nth-child(1){
    margin-top: 10%;
}
.rightTop {
    width: 80%;
    height: 76px;
    line-height: 76px;
    margin: 4% auto;
    background: linear-gradient(146deg,rgba(72,95,188,1),rgba(49,59,130,1));
    border-radius: 5px;
    text-align: center;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.rightTop a{
    width: 100%;
    height: 100%;
    display: block;
}

.rightTop img {
    width: 14%;
    vertical-align: middle;
}

.rightTop span {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin-left: 5%;
}

.rightSolidTop {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
}

.rightSolidTop span {
    color: #2C3F7C;
}

.rightSolidBottom {
    width: 80%;
    margin: auto;
    height: auto;
background:linear-gradient(146deg,rgba(109,133,196,1),rgba(99,124,200,1),rgba(86,107,195,1));
    color: #fff;
}

.rightSolidBottom ul li {
    height: 55px;
    line-height: 55px;
    /* text-align: center; */
    padding-left: 22%;
    font-weight: bold;
}

.rightSolidBottom ul li span {
    font-size: 16px;
    display: inline-block;
    margin-left: 2%;

}

.rightSolidBottom ul li img {
    width: 10%;
}
.M-box{
    margin-top: 5%;
text-align: center;
}
.M-box .box{
        border: 1px solid #145ccd;
    padding: 5px;
    margin: 0 0.5%
}
@media (max-width: 768px) {
    .container .middle .leftTop span{
        font-size: 0.16rem;
    }
}
@media (max-width: 768px) {
    .container .middle .leftButtom ul li{
        font-size: 0.16rem;
    }
}
@media (max-width: 768px) {
    .container .middle .leftButtom ul li a{
        font-size: 0.16rem;
    }
}
@media (max-width: 768px) {
    .rightTop {
        width: 100%;
        height: 3.8rem;
        line-height: 3.8rem;
        background: #2C3F7C;
        padding: 0 15%;
    }
}
@media (max-width: 768px) {
    .rightTop img{
        width: 1.8rem;
    }
}
@media (max-width: 768px) {
    .rightTop span{
        font-size: 1.8rem;
    }

}

@media (max-width: 768px) {
    .rightSolidBottom ul li img {
        width: 7%;
    }
}
@media (max-width: 768px) {
    .rightSolidBottom ul li span {
       font-size: 0.16rem;
    }
}
@media (max-width: 768px) {
    .cont-title .title{
        font-size: 1.8rem!important;
        font-weight: bold;
    }
}
@media (max-width: 768px) {
    .cont-title{
    margin-top: 1.5rem!important;
    }
}
@media (max-width: 768px) {
    .cont-title span{
        font-size: 0.16rem!important;

    }
}
@media (max-width: 768px) {
    .cont {
        margin: 1.3rem 0!important;
        font-size: 0.16rem!important;

    }
}


@media (max-width: 768px) {
    .foots p{
        font-size: 0.16rem!important;

    }
}

@media (max-width: 768px) {
    .midTitle span{
        font-size: 1.5rem!important;

    }
}
@media (max-width: 768px){
    .bottomTable .search span {
        font-size: 0.16rem;
    }
}
@media (max-width: 768px){
    .form-control{
        display: block;
        width: 100%;
        height: 26px;
        padding: 5px 8px;
        font-size: 13px;
        line-height: 1.53846154;
    }
}

@media (max-width: 768px) {

    .search span button {
        font-size: 0.16rem;
        background-color: #41519C !important;
        border-color: #41519C !important;
    }
}