#header {
    padding-top: 38px;
    border-bottom: 2px solid #EFEFEF;
}

#header .logo {
    float: left;
    margin-left: 90px;
}

#header .menu {
    float: right;
    width: 70%;
    padding-right: 4%;
    margin-top: 15px;
    font-size: 18px;
}

#header .menu>li {
    float: left;
    width: 11.1%;
    text-align: center;
    position: relative;
}

#header .menu>li>a {
    display: inline-block;
    padding-bottom: 35px;
    position: relative;
    color: #333333;
}

#header .menu>li>a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    bottom: -2px;
    left: 0;
    height: 2px;
    background-color: #0050A2;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#header .menu>li .menu2 {
    position: absolute;
    top: 55px;
    left: 50%;
    visibility: hidden;
    z-index: 100;
}

#header .menu>li .menu2 li {
    float: left;
    /* width: 110px; */
    padding: 0 15px;
}

#header .menu>li .menu2 li a {
    display: block;
    line-height: 60px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header .menu>li .menu2 li a:hover {
    color: #004ea2;
}

#header .menu>li:hover>a:after {
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#header .menu>li:hover>a {
    color: #004ea2;
}

#header .menu>li.current>a:after {
    width: 100%;
}

#header .menu>li.current>a {
    color: #004ea2;
}

.menu_box {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 110px;
    z-index: 10;
}

.index_banner {
    position: relative;
}

.index_banner .video-animatedbtn {
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin-left: -32px;
}

#mse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1000;
    display: none;
    background-color: black;
}

#mse .close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    z-index: 10000;
}

.xgplayer-skin-default video {
    position: relative;
    height: 80% !important;
    top: 10%;
}

.content .index_title {
    font-size: 40px;
    color: #004ea2;
    margin: 55px 0 45px;
    font-weight: bold;
    text-align: center;
}

.content .content1 .content1_main {
    padding: 0 12%;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    margin-bottom: 70px;
}

.content .content3 .content3_list li {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #f7f7f7;
}

.content .content3 .content3_list li>div {
    width: 50%;
}

.content .content3 .content3_list li .text {
    position: relative;
}

.content .content3 .content3_list li .text .p1 {
    color: #000000;
    font-size: 28px;
}

.content .content3 .content3_list li .text .p2 {
    width: 56px;
    height: 3px;
    background-color: #C5C5C5;
    margin: 20px auto;
}

.content .content3 .content3_list li .text .p3 {
    color: #999999;
    font-size: 26px;
    line-height: 44px;
}

.content .content3 .content3_list li .text:after {
    content: "";
    display: block;
    width: 13px;
    height: 16px;
    background: url(../images/icon1.png);
    background-size: cover;
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -8px;
    z-index: 100;
}

.content .content3 .content3_list li:nth-child(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.content .content3 .content3_list li:nth-child(2n+2) .text:after {
    right: auto;
    left: -13px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.content .content4 .content4_list {
    padding: 30px 36px 80px;
}

.content .content4 .content4_list li {
    padding: 0 36px;
    float: left;
    width: 33.3%;
}

.content .content4 .content4_list li a {
    display: block;
}

.content .content4 .content4_list li a .p1 {
    font-size: 24px;
    padding-left: 65px;
    color: #0050A2;
    background: url(../images/icon2.png) no-repeat 17px center;
}

.content .content4 .content4_list li a .p2 {
    color: #333333;
    font-size: 22px;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
    padding-left: 17px;
    margin: 15px 0 30px;
}

.content .about1 .about1_1 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px;
}

.content .about1 .about1_1 li .image {
    width: 60%;
}

.content .about1 .about1_1 li .text {
    width: 40%;
    padding: 0 40px 0 30px;
}

.content .about1 .about1_1 li .text .p1 {
    font-size: 32px;
    color: #004ea2;
    font-weight: bold;
    line-height: 40px;
}

.content .about1 .about1_1 li .text .p2 {
    font-size: 28px;
    color: #000000;
    margin: 10px 0 20px;
    line-height: 28px;
}

.content .about1 .about1_1 li .text .p3 {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.content .about1 .about1_1 li:nth-child(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.content .about1 .about1_2 {
    margin: 40px -12px 0;
}

.content .about1 .about1_2 li {
    margin-top: 30px;
    float: left;
    width: 33.3%;
    padding: 0 12px;
}

.content .about1 .about1_2 li .p2 {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 10px;
    padding-left: 15px;
}

.content .about1 .about1_2 li .p3 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding: 0 35px 0 15px;
}

.content .about1 .about1_3 li {
    margin-top: 70px;
}

.content .about1 .about1_3 li .text {
    padding-top: 50px;
}

.content .about1 .about1_3 li .text .text_l {
    float: left;
    width: 39%;
    text-align: right;
}

.content .about1 .about1_3 li .text .text_l .p1 {
    color: #004ea2;
    font-size: 32px;
    font-weight: bold;
}

.content .about1 .about1_3 li .text .text_l .p2 {
    font-size: 28px;
    color: #000000;
    line-height: 40px;
    margin-top: 15px;
}

.content .about1 .about1_3 li .text .text_r {
    float: left;
    width: 61%;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding: 0 5% 0 4%;
}

.content .about1 .about1_4 {
    margin: 90px 0 80px;
}

.content .about1 .about1_4 .title {
    text-align: center;
    color: #000000;
}

.content .about1 .about1_4 .title .p1 {
    font-size: 40px;
    font-weight: bold;
}

.content .about1 .about1_4 .title .p2 {
    font-size: 16px;
    margin-top: 15px;
}

.content .about1 .about1_4 ul li {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content .about1 .about1_4 ul li>div {
    width: 50%;
}

.content .about1 .about1_4 ul li .text {
    padding: 0 3%;
}

.content .about1 .about1_4 ul li .text .p1 {
    font-size: 28px;
    color: #004ea2;
    font-weight: bold;
}

.content .about1 .about1_4 ul li .text .p2 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
}

.content .about1 .about1_4 ul li:nth-child(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.content .about2 .about2_title {
    color: #014fa2;
    font-size: 40px;
    font-weight: bold;
    margin: 60px 0 20px;
    text-align: center;
}

.content .about2 .about2_dec {
    padding: 0 10%;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.content .about2 dl {
    padding-bottom: 135px;
}

.content .about2 dl dd {
    margin-top: 85px;
}

.content .about2 dl dd .about2_title_s {
    font-size: 32px;
    color: #014fa2;
    font-weight: bold;
    text-align: center;
    margin: 95px 0 25px;
}

.content .about2 dl dd .lc {
    width: 1200px;
    margin: 115px auto 0;
}

.content .about2 dl dd .lc li {
    overflow: hidden;
}

.content .about2 dl dd .lc li .lc_l {
    float: right;
    width: 609.5px;
    padding: 15px 0 15px 85px;
    position: relative;
}

.content .about2 dl dd .lc li .lc_l .p1 {
    margin-top: 15px;
}

.content .about2 dl dd .lc li .lc_l .p1 span {
    display: inline-block;
    width: 101px;
    height: 30px;
    line-height: 30px;
    background-color: #0151A2;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.content .about2 dl dd .lc li .lc_l .p1 span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #0151A2;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -5px;
}

.content .about2 dl dd .lc li .lc_l .p1 span:before {
    content: "";
    height: 1px;
    width: 40px;
    background-color: #0151A2;
    position: absolute;
    left: -67px;
    top: 16px;
}

.content .about2 dl dd .lc li .lc_l .p2 {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

.content .about2 dl dd .lc li .lc_l:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #0151A2;
    position: absolute;
    left: 9px;
    top: 0;
}

.content .about2 dl dd .lc li .lc_l::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(../images/lc.png);
    position: absolute;
    left: 1px;
    top: 38px;
    z-index: 100;
}

.content .about2 dl dd .lc li:nth-child(2n+2) .lc_l {
    float: left;
    background-position-x: right;
    padding: 15px 85px 15px 0;
    text-align: right;
}

.content .about2 dl dd .lc li:nth-child(2n+2) .lc_l .p1 span:after {
    border-right-color: transparent;
    border-left-color: #0151A2;
    left: auto;
    right: -10px;
}

.content .about2 dl dd .lc li:nth-child(2n+2) .lc_l .p1 span:before {
    left: auto;
    right: -67px;
}

.content .about2 dl dd .lc li:nth-child(2n+2) .lc_l:after {
    left: auto;
    right: 9px;
    top: 0;
}

.content .about2 dl dd .lc li:nth-child(2n+2) .lc_l::before {
    left: auto;
    right: 1px;
}

.content .about3 dl {
    padding-top: 45px;
}

.content .about3 dl dd {
    float: left;
    width: 33.3%;
    margin-top: 30px;
    padding: 0 3%;
}

.content .about3 dl dd p {
    font-size: 32px;
    color: #014fa2;
    font-weight: bold;
}

.content .about3 dl dd ul {
    margin-top: 25px;
}

.content .about3 dl dd ul li {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.content .about3 .about3_more {
    margin: 95px 0 155px;
    text-align: center;
}

.content .about3 .about3_more a {
    display: inline-block;
    width: 214px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background-color: #0050A2;
    font-size: 16px;
}

.content .about4 .about4_title1 {
    font-size: 40px;
    color: #004ea2;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}

.content .about4 .about4_dec {
    padding: 0 15%;
    line-height: 35px;
    margin: 25px 0 75px;
}

.content .about4 .about4_list {
    margin: 0 -28px;
}

.content .about4 .about4_list li {
    float: left;
    width: 33.3%;
    padding: 0 28px;
    margin-top: 50px;
}

.content .about4 .about4_list li .p2 {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    margin: 30px 0 20px 20px;
    line-height: 36px;
}

.content .about4 .about4_list li .p3 {
    padding-left: 20px;
    line-height: 30px;
}

.content .about4 dl {
    padding-bottom: 100px;
}

.content .about4 dl dd {
    float: left;
    width: 50%;
    padding: 0 8% 0 6%;
    margin-top: 40px;
}

.content .about4 dl dd .about4_title1 {
    text-align: left;
    margin-bottom: 35px;
}

.content .about4 dl dd p {
    color: #000;
    line-height: 40px;
}

.content .about4 dl dd p .s1 {
    float: left;
    color: #004ea2;
    font-weight: bold;
}

.content .about4 dl dd p .s2 {
    display: block;
    padding-left: 50px;
}

.content .news .news_type {
    margin-top: 55px;
}

.content .news .news_type .news_type1 {
    float: left;
    width: 60%;
}

.content .news .news_type .news_type1 li {
    float: left;
    margin-right: 20px;
}

.content .news .news_type .news_type1 li a {
    display: block;
    width: 130px;
    height: 45px;
    line-height: 45px;
    color: #333333;
    background-color: #F4F4F4;
    text-align: center;
}

.content .news .news_type .news_type1 li.cur a {
    color: #fff;
    background-color: #0151A2;
}

.content .news .news_type .news_type2 {
    float: left;
    width: 40%;
    padding-left: 2%;
}

.content .news .news_type .news_type2 li {
    float: left;
    margin-right: 45px;
    margin-top: 5px;
}

.content .news .news_type .news_type2 li a {
    display: block;
    padding: 0 5px 12px 5px;
    color: #333;
}

.content .news .news_type .news_type2 li:last-child {
    margin-right: 0;
}

.content .news .news_type .news_type2 li.cur a {
    border-bottom: 3px solid #0151A2;
}

.content .news .news_list {
    margin-top: 40px;
}

.content .news .news_list li {
    padding: 65px 0 70px;
    border-bottom: 1px solid #F0F0F0;
}

.content .news .news_list li a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content .news .news_list li a .news_list_l {
    width: 43%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.content .news .news_list li a .news_list_l .date {
    width: 150px;
}

.content .news .news_list li a .news_list_l .image {
    width: 73%;
}

.content .news .news_list li a .news_list_l .date .p1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    font-family: impact;
}

.content .news .news_list li a .news_list_l .date .p2 {
    line-height: 20px;
}

.content .news .news_list li a .news_list_r {
    width: 57%;
    text-align: left;
    padding-left: 30px;
}

.content .news .news_list li a .news_list_r p.p1 {
    color: #000;
    font-size: 26px;
    line-height: 38px;
}

.content .news .news_list li a .news_list_r .p2 {
    line-height: 30px;
    margin-top: 15px;
    padding-right: 5%;
}

.content .news_detail {
    padding: 60px 0 35px;
    border-bottom: 1px solid #E9E9E9;
}

.content .news_detail .news_detail1 {
    text-align: center;
    color: #000;
    font-size: 36px;
    padding: 0 15%;
    line-height: 50px;
}

.content .news_detail .news_detail2 {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 10;
    padding-bottom: 35px;
    border-bottom: 1px solid #E9E9E9;
}

.content .news_detail .news_detail2 li {
    display: inline-block;
    font-size: 15px;
    padding: 0 27px;
    line-height: 30px;
    position: relative;
}

.content .news_detail .news_detail2 li a {
    display: inline-block;
    position: relative;
}

.content .news_detail .news_detail2 li:after {
    content: "";
    display: block;
    width: 2px;
    height: 13px;
    background-color: #C6C6C6;
    position: absolute;
    right: -1px;
    top: 9px;
}

.qrContainer {
    display: none;
    position: absolute;
    left: 50%;
    width: 150px;
    padding: 15px;
    background: #fff;
    margin-left: -75px;
    top: 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    text-align: center;
}

.code_pop {
    display: none;
    position: absolute;
    left: 50%;
    width: 150px;
    padding: 10px;
    background: #fff;
    margin-left: -75px;
    bottom: 60px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    text-align: center;
}

.code_pop:after {
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    z-index: 100;
}

.qrContainer::after {
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    z-index: 100;
}

.qrContainer p {
    text-align: center;
    line-height: 2;
    font-size: 14px;
}

.content .news_detail .news_detail2 li:last-child:after {
    display: none;
}

.content .news_detail .news_detail3 {
    padding: 60px 3% 95px;
    border-bottom: 1px solid #E9E9E9;
}

.content .pages {
    margin: 35px 25px 50px;
}

.content .pages>div {
    float: left;
    width: 50%;
    color: #999999;
    font-size: 14px;
}

.content .pages>div a {
    color: #999999;
}

.content .pages>div a:hover {
    color: #014FA2;
}

.content .pages .next {
    text-align: right;
}

.content .case .case_title {
    text-align: center;
    margin-top: 80px;
    font-size: 40px;
    font-weight: bold;
    color: #004ea2;
}

.content .case .case_text {
    line-height: 30px;
    width: 1200px;
    margin: 30px auto 80px;
}

.content .case .case_text2 {
    margin: 75px 19% 35px;
}

.content .case .case_text2 .p1 {
    float: left;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
}

.content .case .case_text2 .p2 {
    overflow: hidden;
    padding-left: 40px;
    line-height: 30px;
}

.content .case .case_list {
    margin: 0 -13px 95px;
}

.content .case .case_list li {
    float: left;
    width: 33.3%;
    padding: 0 13px;
    margin-top: 60px;
}

.content .case .case_list li a {
    display: block;
}

.content .case .case_list li a .p2 {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    margin: 30px 30px 15px 15px;
}

.content .case .case_list li a .p3 {
    padding: 0 30px 0 15px;
    line-height: 30px;
}

.content .case .cx_list li {
    margin-top: 60px;
}

.content .case .cx_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content .case .cx_list li a .image {
    width: 49%;
}

.content .case .cx_list li a .text {
    width: 51%;
    padding-left: 45px;
    padding-right: 60px;
}

.content .case .cx_list li a .text .p1 {
    font-size: 28px;
    color: #000000;
    line-height: 35px;
    font-weight: bold;
}

.content .case .cx_list li a .text .p2 {
    margin-top: 20px;
    line-height: 30px;
}

.content .case .cx_list li:nth-child(2n+2) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.content .case .zl .zl-list li {
    float: left;
    width: 25%;
    padding: 0 28px;
}

.content .case .zl .zl_more {
    margin: 70px 0 110px;
    text-align: center;
}

.content .case .zl .zl_more a {
    display: inline-block;
    width: 214px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background-color: #0050A2;
}

.development {
    background-position: center top;
    background-repeat: no-repeat;
    padding: 368px 0 100px;
}

.development .development_box {
    border-top: 7px solid #CF0000;
    background-color: #fff;
    border-radius: 6px;
    padding: 0 35px;
}

.development .development_box .development1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
}

.development .development_box .development1 .image {
    width: 50%;
}

.development .development_box .development1 .text {
    width: 50%;
    padding-left: 35px;
}

.development .development_box .development1 .text .p1 {
    font-size: 26px;
    line-height: 40px;
}

.development .development_box .development1 .text .p2 {
    line-height: 35px;
    margin-top: 20px;
}

.development .development_box .development1 .text .p3 {
    margin-top: 30px;
}

.development .development_box .development1 .text .p3 a {
    color: #cf0000;
}

.development .development_box .development_item {
    margin-top: 40px;
}

.development .development_box .development_item .title {
    height: 40px;
    border: 1px solid #E3E3E3;
    border-bottom: 3px solid #A71415;
    background-image: -webkit-linear-gradient(#fcfcfc, #fef2db);
    background-image: linear-gradient(#fcfcfc, #fef2db);
}

.development .development_box .development_item .title span {
    float: left;
    height: 45px;
    line-height: 45px;
    background-image: -webkit-linear-gradient(#db0602, #921b1e);
    background-image: linear-gradient(#db0602, #921b1e);
    text-align: center;
    color: #fff;
    width: 142px;
    position: relative;
    left: 18px;
    top: -9px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 18px;
}

.development .development_box .development_item .image {
    text-align: center;
}

.development .development_box .development_item .edit {
    padding: 65px 0 25px;
}

.development .development_box .development_item .box {
    padding: 20px 25px;
}

.development .development_box .development_item .box .content .case .case_list {
    margin: 0 -13px 60px;
}

.development .development_box .development_item .box .content .case .case_list li {
    width: 50%;
}

.development .development_box .development_item .development_tbox {
    text-align: center;
    padding: 0 10px;
}

.development .development_box .development_item .development_tbox .p1 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
}

.development .development_box .development_item .development_tbox .p2 {
    font-size: 20px;
    margin-top: 15px;
}

.development .development_box .development_item .development_tbox .p3 {
    margin-top: 30px;
    line-height: 30px;
    text-align: left;
}

.development .development_box .development_item .development_tbox2 {
    text-align: left;
}

.development .development_box .development_item .text_list li a {
    display: block;
}

.development .development_box .development_item .text_list li .p1 {
    float: left;
    width: 960px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
    position: relative;
    padding-left: 10px;
}

.development .development_box .development_item .text_list li .p1:after {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 23px;
    left: 0;
}

.development .development_box .development_item .text_list li .p2 {
    float: right;
    color: #aaaaaa;
    line-height: 45px;
}

#footer {
    background-color: #313131;
}

#footer .footer_list {
    padding: 55px 0 45px;
    border-bottom: 1px solid #575757;
}

#footer .footer_list li {
    float: left;
    width: 33.3%;
    padding-left: 4%;
    color: #989898;
    font-size: 16px;
    border-left: 1px solid #575757;
    padding: 15px 0 0 5%;
    height: 105px;
}

#footer .footer_list li .icon {
    float: left;
    width: 50px;
    margin-top: 12px;
}

#footer .footer_list li .text {
    overflow: hidden;
    padding-left: 20px;
}

#footer .footer_list li .text p {
    line-height: 25px;
}

#footer .footer_list li .text .p2 {
    width: 75%;
}

#footer .footer_list li .text span {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

#footer .footer_list li:first-child {
    padding: 25px 0 0 4%;
    border: none;
}

#footer .footer_list li:first-child .icon {
    margin-top: 0;
}

#footer .footer2 {
    padding: 35px 4% 45px;
    font-size: 16px;
}

#footer .footer2 .footer2_left {
    float: left;
    color: #8D8D8D;
    margin-top: 10px;
}

#footer .footer2 .footer2_left p {
    line-height: 25px;
}

#footer .footer2 .footer2_left .p1 {
    margin-bottom: 15px;
}

#footer .footer2 .footer2_left a {
    color: #8D8D8D;
    display: inline-block;
}

#footer .footer2 .footer2_left b {
    margin-right: 15px;
}

#footer .footer2 .footer2_right {
    float: right;
    text-align: right;
}

#footer .footer2 .footer2_right .p1 {
    color: #959595;
}

#footer .footer2 .footer2_right .p2 {
    font-size: 26px;
    color: #fff;
    line-height: 40px;
    margin: 5px 0;
}

#footer .footer2 .footer2_right .p3 a {
    margin-left: 5px;
    position: relative;
}

#pagination {
    text-align: center;
    margin: 110px 0;
}


/*chxx */

.tit_40 {
    font-size: 40px;
    color: #004ea2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.tit_32 {
    font-size: 32px;
    color: #004ea2;
    font-weight: bold;
}

.tit_28 {
    font-size: 28px;
    color: #000;
    font-weight: normal;
}

.container_1200 {
    width: 1200px;
    margin: auto;
}

.container_1300 {
    width: 1300px;
    margin: auto;
}

.container_1400 {
    width: 1400px;
    margin: auto;
}

.more_xx {
    width: 215px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #004ea2;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.more_xx a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: block;
}

.more_xx a:hover {
    text-decoration: underline
}

.main_mar {
    margin-top: 60px;
    margin-bottom: 120px;
}

.in_text {
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 1360px) {
    .container_1300,
    .container_1400 {
        width: 1200px;
    }
}

.sub_menu {
    margin-top: 60px;
}

.sub_menu ul {
    text-align: center
}

.sub_menu ul li {
    display: inline-block;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    background: #f4f4f4;
    margin: 0 10px;
}

.sub_menu ul li a {
    font-size: 16px;
}

.sub_menu ul li.current {
    background: #014fa2;
}

.sub_menu ul li.current a {
    color: #fff
}

.tz {}

.tz ul {
    margin-top: 50px;
}

.tz ul li {
    border-bottom: solid 1px #d7d7d7;
    line-height: 85px;
    height: 85px;
    background: url(../images/tz_ico.jpg) no-repeat 18px;
    padding-left: 60px;
}

.tz ul li .txt {
    float: left;
    width: calc(100% - 130px);
}

.tz ul li .txt a {
    font-size: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tz ul li:hover .txt a {
    color: #004ea2
}

.tz ul li .txt span {
    font-size: 16px;
    color: #999;
    float: right;
}

.tz ul li i {
    float: right;
    width: 50px;
    height: 55px;
    margin-top: 10px;
    margin-right: 10px;
}

.tz ul li i a {
    display: block;
    background: url(../images/tz_ico2.jpg) no-repeat center #004ea2;
    width: 100%;
    height: 100%;
}

.tz12 ul li {
    height: 70px;
    line-height: 70px;
    margin-top: 10px;
    background: #f5f5f5 url(../images/tz_ico.jpg) no-repeat 18px;
    border-bottom: none;
}

.tz12 ul li i {
    width: 50px;
    height: 70px;
    margin-top: 0;
    margin-right: 0;
}

.tz2 {
    overflow: hidden
}

.tz2 ul {
    margin-left: -12px;
    margin-right: -12px;
}

.tz2 ul li {
    float: left;
    width: calc(25% - 24px);
    margin: 12px;
    border: solid 1px #dddddd;
    border-top: solid 3px #004ea2;
    padding: 30px 20px;
}

.tz2 ul li span {
    display: block;
    font-size: 16px;
    color: #004ea2;
    margin-bottom: 10px;
}

.tz2 ul li b {
    font-size: 28px;
    font-weight: normal;
    line-height: 32px;
    height: 64px;
    display: block
}

.tz2 ul li .btn {
    width: 80%;
    margin: auto;
    height: 48px;
    line-height: 48px;
    background: url(../images/tz_ico3.jpg) no-repeat 40px center #004ea2;
    display: block;
    margin-top: 45px;
    padding-left: 90px;
}

.tz2 ul li .btn a {
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.tz2 ul li:hover .btn a {
    text-decoration: underline
}

@font-face {
    font-family: 'helv';
    src: url('../font/helv.eot');
    src: url('../font/helv.eot?#iefix') format('embedded-opentype'), url('/Plugins/Template/tanhe/style/font/helv.woff') format('woff'), url('../font/helv.ttf') format('truetype'), url('/Plugins/Template/tanhe/style/font/helv.svg#verdemoderna') format('svg');
}

@font-face {
    font-family: 'impact';
    src: url('../font/impact.eot');
    src: url('../font/impact.ttf');
}

.lx .lx1 {
    padding-top: 1px;
}

.lx .lx1 b {
    font-size: 32px;
    display: block;
    margin-top: 50px;
}

.lx .lx1 p {
    font-size: 24px;
    color: #666666;
    font-family: helv;
    margin-top: 25px;
}

.lx .lx1 p a {
    color: #b8b8b9;
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/lx_ico.jpg) no-repeat left center;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-left: 80px;
}

.lx .lx2 {
    margin-top: 65px;
}

.lx .lx2 p {
    display: block;
    padding: 12px 0;
    font-size: 18px;
}

.lx .lx2 p b {
    width: 100px;
    float: left;
}

.lx .lx2 p span {
    font-family: helv
}

.lx .lx3 {
    margin-top: 55px;
}

.lx .lx3 p {
    float: left;
    width: 120px;
    margin: 0 30px 0 5px;
    color: #aaaaaa
}

.lx .lx3 p:last-child {
    margin-top: 100px;
    margin-left: 50px;
}

.lx .lx4 {
    margin-top: 60px;
}

.lx .lx4 .tit {
    padding: 40px 0;
    font-size: 24px;
    color: #004ea2;
    font-weight: bold;
    border-bottom: solid 3px #004ea2
}

.lx .lx4 .inner ul li {
    float: left;
    width: calc(50% - 60px);
    padding: 45px;
    border-bottom: solid 1px #e7e7e7;
}

.lx .lx4 .inner ul li:nth-child(2n) {
    margin-left: 60px;
}

.lx .lx4 .inner ul li:nth-child(2n+1) {
    margin-right: 60px;
    position: relative
}

.lx .lx4 .inner ul li:nth-child(2n+1):before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: -60px;
    width: 1PX;
    height: 100%;
    background: #e7e7e7;
}

.lx .lx4 .inner ul li b {
    font-size: 20px;
    margin-bottom: 20px;
    display: block
}

.lx .lx4 .inner ul li p {
    font-size: 16px;
}

.xyzp1 .inner {
    padding-top: 20px;
}

.xyzp1 .inner ul li {
    float: left;
    width: calc(50% - 110px);
    margin: 55px;
    margin-top: 0;
    padding-left: 135px;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: left top;
}

.xyzp1 .inner ul li.li1 {
    background-image: url(../images/xyzp_ico1.jpg)
}

.xyzp1 .inner ul li.li2 {
    background-image: url(../images/xyzp_ico2.jpg)
}

.xyzp1 .inner ul li.li3 {
    background-image: url(../images/xyzp_ico3.jpg)
}

.xyzp1 .inner ul li.li4 {
    background-image: url(../images/xyzp_ico4.jpg)
}

.xyzp1 .inner ul li.li5 {
    background-image: url(../images/xyzp_ico5.jpg)
}

.xyzp1 .inner ul li.li6 {
    background-image: url(../images/xyzp_ico6.jpg)
}

.xyzp1 .inner ul li b {
    color: #004ea2;
    font-size: 18px;
}

.xyzp1 .inner ul li p {
    font-size: 16px;
    height: 96px;
    overflow: hidden
}

.xyzp2 {
    overflow: hidden;
    margin-bottom: 40px;
}

.xyzp2 ul {
    margin-left: -40px;
    margin-right: -40px;
}

.xyzp2 ul li {
    float: left;
    width: calc(25% - 80px);
    margin: 0 40px;
    margin-bottom: 80px;
}

.xyzp2 ul li span {
    font-size: 16px;
    color: #999999;
    display: block;
    margin-bottom: 10px;
}

.xyzp2 ul li b {
    line-height: 26px;
    font-size: 16px;
    font-weight: normal
}

.xyzp2 ul li a:hover b {
    text-decoration: underline
}

.xyzp3 {
    width: 1200px;
}

.xyzp3 .xyzp3_box {
    margin-bottom: 8px;
}

.xyzp3 .xyzp3_box .title {
    padding: 15px 35px;
    background: #004ea2;
    cursor: pointer
}

.xyzp3 .xyzp3_box .title b {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
}

.xyzp3 .xyzp3_box .title span {
    float: right;
}

.xyzp3 .xyzp3_box .title span img {
    transform: rotate(270deg);
    transition: all .4s;
}

.xyzp3 .xyzp3_box .inner {
    padding: 25px;
    background: #f4f9ff;
    display: none
}

.xyzp3 .xyzp3_box .inner p {
    line-height: 28px;
    font-size: 16px;
}

.shzp .select_box .select_box_li {
    float: left;
    width: 30%
}

.shzp .select_box .select_box_li b {
    font-size: 20px;
    float: left;
    line-height: 50px;
}

.shzp .select_box .select_box_li span {
    width: 60%;
    float: left;
    margin-left: 15px;
}

.shzp .select_box .select_box_li span select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #999999
}

.shzp .select_box .select_box_li.select_box1 {
    width: 27%
}

.shzp .select_box .select_box_li.select_box2 {
    width: 30%
}

.shzp .select_box .select_box_li.select_box3 {
    width: 26%
}

.shzp .input_box {
    float: left;
    width: 17%;
    border: solid 1px #dddddd;
    padding: 0 10px;
}

.shzp .input_box .search_input {
    background: none;
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #999999;
    float: left;
    width: 70%;
    border: none;
    outline: none;
}

.shzp .input_box .search_btn {
    float: right;
    margin-top: 6px;
}

.shzp .shzp_title {
    padding: 15px 35px;
    background: #004ea2;
    margin-top: 50px;
    margin-bottom: 8px;
}

.shzp .shzp_title b {
    color: #fff;
    font-size: 18px;
    float: left;
}

.shzp .shzp_title b.tit_b1 {
    width: 27%;
    margin-right: 30px;
}

.shzp .shzp_title b.tit_b2 {
    width: 20%;
    margin-right: 30px;
}

.shzp .shzp_title b.tit_b3 {
    width: 15%;
    margin-right: 30px;
}

.shzp .shzp_title b.tit_b4 {
    width: 16%;
    margin-right: 30px;
}

.shzp .shzp_box {
    background: #f4f9ff;
    margin-bottom: 8px;
    cursor: pointer
}

.shzp .shzp_box:nth-child(2n) {
    background: #fafafa
}

.shzp .shzp_box .shzp_header {
    padding: 15px 35px;
}

.shzp .shzp_box .shzp_header b {
    font-size: 18px;
    float: left;
    font-weight: normal
}

.shzp .shzp_box .shzp_header b.tit_b1 {
    width: 27%;
    margin-right: 30px;
}

.shzp .shzp_box .shzp_header b.tit_b2 {
    width: 20%;
    margin-right: 30px;
}

.shzp .shzp_box .shzp_header b.tit_b3 {
    width: 15%;
    margin-right: 30px;
}

.shzp .shzp_box .shzp_header b.tit_b4 {
    width: 16%;
    margin-right: 30px;
}

.shzp .shzp_box .shzp_header b.tit_b5 {
    font-weight: bold
}

.shzp .shzp_box .shzp_header span {
    margin-left: 45px;
}

.shzp .shzp_box .shzp_header span img {
    transition: all .4s;
}

.shzp .shzp_box .shzp_con {
    padding: 40px;
    border-top: solid 1px #e0e0e0
}

.job .job_content .tab-content {
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-top: none
}

.job .job_content .nav-tabs .active a {
    background: #f5f5f5;
    font-weight: bold;
    border-bottom-color: #f5f5f5
}

.job .sure {
    padding: 5px 15px;
    border: none;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    background: #df0024;
    margin-top: 10px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-body {
    padding: 15px;
}

.shzp_con {
    display: none
}

.shzp_con .nav-tabs {
    border-bottom: 1px solid #eaecef;
}

.shzp_con .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.shzp_con .nav>li {
    position: relative;
    display: block;
}

.shzp_con .nav-tabs>li.active>a,
.shzp_con .nav-tabs>li.active>a:hover,
.shzp_con .nav-tabs>li.active>a:focus {
    color: #333;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #eaecef;
    border-bottom-color: rgba(255, 255, 255, 0.5);
    font-weight: bold
}

.shzp_con .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #666666;
    font-size: 18px;
    padding: 15px 50px;
    border-radius: 8px 8px 0 0;
}

.shzp_con .nav-tabs>li:hover>a {
    background: #fafcff;
}

.shzp_con .tab-content {
    padding: 25px 45px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #eaecef;
    border-top: none;
    color: #666666;
    line-height: 32px;
    font-size: 16px;
}

.jr1 {
    margin: 50px auto 80px auto;
}

.jr3 {
    margin: 80px auto 100px auto;
}

.jr3 .tit {
    float: left;
    width: 35%;
    text-align: right;
    margin-right: 5%;
    margin-top: 15px;
}

.jr3 .inner {
    float: left;
    width: 55%;
}

.jr3 .tit b {
    display: block
}

.jr4 .img {
    float: left;
    width: 60%;
}

.jr4 .text {
    float: right;
    width: 37%
}

.jr4 .text .tit {
    margin-top: 35px;
}

.jr4 .text .tit b {
    display: block
}

.jr4 .text .inner {
    margin-top: 35px;
}

.jr5 {
    margin-top: 50px;
    overflow: hidden
}

ul.li3 {
    margin-left: -10px;
    margin-right: -10px;
}

ul.li3 li {
    float: left;
    width: calc(33% - 20px);
    margin: 0 10px;
}

ul.li3 li .text {
    width: 96%;
    margin: auto
}

ul.li3 li .text b {
    display: block;
    font-size: 28px;
    margin-top: 40px;
    line-height: 30px;
}

ul.li3 li .text span {
    display: block;
    font-size: 28px;
    margin-top: 15px;
}

ul.li3 li .text p {
    margin-top: 25px;
}

.jr7 {
    overflow: hidden
}

ul.li4 {
    margin-left: -15px;
    margin-right: -15px;
}

ul.li4 li {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    margin-bottom: 30px;
    display: none;
}

ul.li4 li .text {
    font-size: 20px;
    text-align: center;
    margin: 20px 0
}

ul.li4 li img {
    border: solid 1px #f3f3f3;
    display: block
}

ul.li4 li .text a:hover {
    text-decoration: underline
}

.jr_tit {
    margin-top: 150px;
    margin-bottom: 80px;
}

.jr8 ul {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

.jr8 ul li {
    margin: 0 45px;
    display: inline-block
}

.nk1 {
    margin-top: 80px;
    margin-bottom: 60px;
}

.nk1 .img {
    float: left;
    width: 60%;
}

.nk1 .text {
    float: right;
    width: 37%
}

.nk1 .text .tit {
    margin-top: 35px;
}

.nk1 .text .tit b {
    display: block;
    font-weight: bold;
    font-size: 28px;
    color: #000;
}

.nk1 .text .inner {
    margin-top: 35px;
}

.xt2 {
    margin: 80px auto 100px auto;
}

.xt2 .tit {
    float: left;
    width: 35%;
    text-align: right;
    margin-right: 5%;
    margin-top: 15px;
}

.xt2 .inner {
    float: left;
    width: 55%;
}

.xt2 .tit b {
    display: block;
    color: #333;
    margin-top: 30px;
}

.xt3 ul li {
    margin-bottom: 80px;
}

.zr1 {
    margin: 50px auto 80px auto;
}

.zr2 {
    margin-bottom: 100px;
}

.zr2 ul li {
    width: 25%;
    text-align: center;
    float: left;
}

.zr2 ul li b {
    text-align: center;
    display: block;
    font-size: 20px;
    color: #999999
}

.zr4 {
    margin: 80px auto 100px auto;
}

.zr4 .tit {
    float: left;
    width: 35%;
    text-align: right;
    margin-right: 5%;
    margin-top: 15px;
}

.zr4 .inner {
    float: left;
    width: 55%;
}

.zr4 .tit b {
    line-height: 40px;
    font-size: 28px;
}

.zr5 {
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 80px;
}

.zr6 ul {
    padding-top: 1px;
}

.zr6 ul li {
    margin-top: 80px;
}

.zr6 ul li .img {
    float: left;
    width: 50%
}

.zr6 ul li .text {
    float: left;
    width: 50%;
    padding: 50px 40px 0 40px;
}

.zr6 ul li .text b {
    font-size: 28px;
    margin-bottom: 20px;
    display: block
}

.zr6 ul li:nth-child(2n) .img {
    float: right
}

.video_box ul li {
    width: 50%;
    padding: 0 60px 60px 60px;
    float: left
}

.video_box ul li .img {
    display: inline-block;
}

.video_box ul li .img a {
    display: block;
    background: #000;
    position: relative;
}

.video_box ul li .img a img {
    display: block;
    opacity: 0.8;
    transition: all linear 0.2s;
}

.video_box ul li .img:hover a img {
    opacity: 1;
}

.video_box ul li a:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    width: 90PX;
    height: 90px;
    background: url(../images/video_ico.png) no-repeat;
    opacity: 1;
}

.video_box ul li p {
    font-size: 26px;
    color: #000;
    display: block;
    margin-top: 20px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.video_box {
    margin-top: 100px;
    margin-bottom: 100px;
}

.bootstrap-select>.dropdown-toggle {
    height: 52px;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    line-height: 38px;
    font-size: 18px;
    color: #999999;
}

.shzp .select_box .select_box_li .bs-caret {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: #0050A2 url(../images/icon4.png) no-repeat center;
}

.bootstrap-select .dropdown-toggle .caret {
    display: none;
}

.bootstrap-select {
    margin-left: 15px !important;
}

.bootstrap-select button {
    background-color: #fff;
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu li a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: block;
    float: none;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #0151A2;
}

.bootstrap-select .dropdown-menu li a:hover {
    background-color: #0151A2;
    color: #fff;
}


/* .btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-color: #fff;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    background-color: #fff;
}

.bootstrap-select>.dropdown-toggle:hover {
    background-color: #fff;
} */

.pagination>li>a,
.pagination>li>span {
    padding: 9px 16px;
    font-size: 18px;
}