
body{
    font-family:"微软雅黑" !important;
}
.bigbox {
    width: 1300px;
    margin: 0 auto;
}

.addmar{
    margin: 0;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    color: #666;
}
.addmar2{
    text-align: center;
    color: #276AB2;
    margin: 0 0 36px 0;
    letter-spacing: 1px;
}

header {
    border-bottom: 3px solid #276AB2;
    z-index: 1000;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
}

header .logo {
    float: left;
    width: 400px;
    padding: 20px 0 16px;
}

header .logo img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

header ul {
    float: right;
    margin-top: 38px;
    border: 1px solid #ccc;
    border-radius: 24px
}

header nav ul li {
    float: left;
}

header nav ul .addbg a {
    background: #276AB2;
    color: #fff;
    border-radius: 23px;
    padding: 0 1rem;
}

header nav ul .addbg a img {
    width: 1.4rem;
    float: left;
    margin: 1.5rem 0.5rem 0 0;
}

header nav ul .addbg a span {
    float: left;
}

header nav ul .addbg a:hover {
    border-bottom: none;
}

header nav ul li a {
    display: inline-block;
    text-align: center;
    line-height: 4.5rem;
    font-size: 1.6rem;
    color: #333;
    text-decoration: none;
    padding: 0 2.2rem;
}

.zhanwei {
    width: 100%;
    height: 122px;
}

.add_thr_img{
    margin-bottom:36px;
}

.aboutus-content{
    background:#fff;
    padding:24px;
}

.ad1 {
    background-image: url('../images/ad001-l.png');
}

.ad2 {
    background-image: url('../images/ad002-l.png');
}

.ad3 {
    background-image: url('../images/ad003-l.png');
}

.ad {
    position: relative;
}

.ad img {
    vertical-align: bottom;
    width:100%;
}

.inputsuyuanma {
    width: 590px;
    position: absolute;
    bottom: 6rem;
    left: 50%;
    margin-left: -295px;
    z-index: 999;
    text-align: center;
    box-shadow: 0 0px 20px rgb(0, 0, 0, 0.3);
}

.inputsuyuanma input[type=text] {
    outline: none;
    box-sizing: border-box;
    border: 0px solid red;
    width: 480px;
    height: 6rem;
    padding-left: 40px;
    float: left;
    box-sizing: border-box;
    border-right: 0 !important;
    border: 1px solid #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #333;
}

.inputsuyuanma .btn {
    height: 6rem;
    line-height: 4rem;
    width: 100px;
    background-color: #276AB2;
    float: left;
    box-sizing: border-box;
    border: 1px solid #276AB2;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 0 !important;
    color: #fff;
    font-size: 2rem;
}

.inputsuyuanma .btn a {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}

.newslist {
    margin-bottom: 3rem;
}

.newslist div {
    float: left;
    width: calc(38%);
    background: url('../images/newsdt.jpg') no-repeat left center;
    background-size: cover;
    height: 32rem;
}

.newslist ul {
    float: right;
    width: 100%;
}

.newslist ul li {
    float: left;
    width: calc(50% - 44px);
    margin: 0 26px 26px 0;
    border: 1px solid #dedede;
    line-height: 6.8rem;
    padding:0 8px;
    background:#fff;
}


.newslist ul dl {
    width: 100%;
    margin: 0 !important;
    line-height: 2.5rem;
    background: #eff5fc;
    display:none;
}

.newslist ul dl dt {
    float: left;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 0.6rem 1rem;
}

.newslist ul dl dd a {
    float: right;
    color: #276AB2;
    padding: 0.6rem 1rem;
}


.newslist ul li:hover a span {
    color: #276AB2;
}

.newslist ul li a span:nth-child(1) {
    width: calc(78% - 0.6rem);
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
    padding-left: 0.6rem;
    font-size:16px;
}

.newslist ul li a span:nth-child(1):hover,
.newslist ul li a span:nth-child(2):hover {
    color: #276AB2;
}

.newslist ul li a span:nth-child(2) {
    width: 21%;
    float: right;
    text-align: right;
    font-size: 1.4rem;
    color: #999;
}

.btmliucheng {
    padding: 3rem 0;
    background-size: cover;
    margin-bottom: 30px;
    background:#f2f9ff;
}

.liucheng {
    width: 40%;
    margin: 0 auto;
}

.liucheng img {
    width: 100%;
    margin-bottom: 3rem;
    border-radius: 1rem;
}


.btmliucheng ul li {
    width: calc(33% - 30px - 26px);
    float: left;
    text-align: center;
    background: #fff;
    padding: 12px;
    margin: 13px;
    border: 1px solid #dedede;
    
}

.btmliucheng ul li:hover {
box-shadow: 0px 6px 6px #aac5e2;
}
.btmliucheng ul li:hover a p{
  color:#2551a6;
}
.btmliucheng ul li a {
    color: #333;
    display: block;
    font-size: 1.8rem;
}

.btmliucheng ul li img {
    display: block;
    margin: 0 auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    width: 42%;
}

.btmliucheng ul li img:hover {
    transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
}

.friendlink {
    background: #ededed;
    line-height: 5.6rem;
}
.friendlink2{
    background: #2D3E50;
    line-height: 5.6rem;
    color:#fff;
    font-size:14px;
    text-align:center;
}
.friendlink ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.friendlink ul li a {
    color: #333;
}

.login_box {
    padding: 100px 0 0;
}

.login_box ul {
    width: 400px;
    margin: 0px 0 0 728px;
    background: rgba(255, 255, 255, 1);
    padding: 2rem;
    border-radius: 8px;
}

.yzmtz {
    width: 34%;
    float: left;
}

.addbg2 {
    width: 100%;
    background: url(../images/zhucebg.jpg) no-repeat left center;
    background-size: cover;
    height: calc(100vh - 179px);
}

.addbg2 ul li {
    margin: 0 0 1.4rem 0;
    border: 1px solid #EAEAEA;
    line-height: 48px;
    background: #fff;
}

.yzm {
    border: 0 !important;
}

.addbg2 ul li p {
    margin: 0 !important;
    float: left;
}

.addbg2 ul li .title {
    width: calc(25%);
    background: #EAEAEA;
    color: #666;
    text-align: center;
}

/* .login_box{
    padding-top:8rem;
    padding-bottom:16rem;
} */

.login_box ul input {
    border: 0;
    outline: none;
    text-align: left;
    padding: 0 0 0 1rem;
    border-left: 0;
    color: #999;
    float: left;
    line-height: 48px;
    height: 48px;
    font-size: 16px;

}

.yzm {
    border: 1px solid #EAEAEA !important;
    width: 62%;
    float: left;
    margin: 0 0 1.4rem 0 !important;
}

.yzm .title {
    width: calc(40%) !important;
}

.yzm .tzwidth {
    width: calc(58% - 1rem);
}

.btn-success {
    width: 100% !important;
    background: #276AB2;
    color: #fff !important;
    font-size: 1.8rem;
    border: 0 !important;
    height: 4.8rem !important;
    line-height: 4.8rem !important;
    text-align: center !important;
    cursor: pointer;
    border-radius: 5px;
}

.login_bottom {
    padding-top: 5.4rem;
}

.l_right {
    float: right;
    padding-top: 12px;
}

.yzm .fr {
    float: left;
    padding: 1rem 0 0 1rem;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}
@media only screen and (max-width:1300px) {
.bigbox{
    width:96%;
}

}

@media only screen and (max-width:1200px) {
    .newslist ul li a span:nth-child(2) {
        width: 31%;
}
.newslist ul li a span:nth-child(1) {
    width: calc(56% - 0.6rem);
}
}

@media only screen and (max-width: 1024px) {
header nav ul li a{
        padding: 0 1.2rem;
}
.login_box ul {
    width: 400px;
    margin: 0 auto;

}
}
@media only screen and (max-width: 769px) {
    .newslist ul li {
        float: none;
        width: calc(100% - 44px);
        margin: 0 auto 26px auto;
        border: 1px solid #dedede;
        line-height: 6.8rem;
        padding: 0 8px;
        background: #fff;
    }

    header ul{
        margin-top: 0;
        border-radius: 0;
    }
    .bigbox {
        width: 100%;
    }

    header {
        height: 7rem;
    }

    header .logo {
        width: 20rem;
    }

    .zhanwei {
        height: 7rem;
    }

    .owl-carousel .owl-item img {
        height: auto !important;
        width: 100%;
    }

    .yzmtz {
        width: 37%;

    }

    .addbg {
        line-height: 8rem;
    }

    .sp_nav {
        width: 4.8rem;
        float: right;
        position: relative;
        cursor: pointer;
        height: 3rem;
        margin-top: 3rem;
    }

    .sp_nav span {
        display: block;
        background: #2551a6;
        width: 3rem;
        height: 3px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        -ms-transition: all ease 0.35s;
        -o-transition: all ease 0.35s;
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .sp_nav span:nth-of-type(2) {
        top: 12px
    }

    .sp_nav span:nth-of-type(3) {
        top: 24px
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }

    .sjj_nav {
        position: fixed;
        z-index: 9;
        width: calc(100% - 8rem);
        height: 30rem;
        font-size: 1.6rem;
        line-height: 3rem;
        top: -160%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.35s;
        background: #fff;
        padding: 2rem 4rem;
    }

    .nav_show {
        /*border-top: 3px solid #276AB2 !important;*/
        top: 6.8rem;
        /*border-bottom: 3px solid #276AB2 !important;*/
    }

    header nav ul li {
        float: none !important;
        border-bottom: 1px dashed #f0f0f0;
    }

    header nav ul li a:hover {
        border-bottom: 0 !important;
    }

    header nav ul .addbg a {
        background: #2551a6;
        color: #fff;
        border-radius: 6px;
        padding: 0 1rem;
        width: calc(100% - 2rem);
    }

    header nav ul .addbg a img,
    header nav ul .addbg a span {
        float: none;
    }

    .inputsuyuanma {
        position: static;
        width: calc(100% - 20px);
        display: block;
        overflow: hidden;
        border-radius: 6px;
    }

    .inputsuyuanma input[type=text] {
        width: calc(80% - 3rem);
        height: 3.1rem;
    }

    .newslist ul li a span:nth-child(1) {
        width: calc(70% - 0.6rem);
    }

    .newslist ul li a span:nth-child(2) {
        width: 29%;
    }

    .inputsuyuanma .btn {
        width: calc(20% + 3rem);
        height: 3.1rem;
        line-height: 2.8rem;
        font-size: 1.6rem;
    }

    .newslist div {
        float: inherit;
        width: 100%;
    }

    .newslist ul {
        float: inherit;
        width: 100%;
    }

    .newslist ul li {
        line-height: 58px;
        overflow: hidden;
    }

    .liucheng {
        width: 80%;
    }

    .btmliucheng ul li {
        width: 88%;
    }

    .friendlink .bigbox {
        width: 100%;
    }

    .friendlink ul li {
        float: none;
        width: 100%;
        border-bottom: 1px dashed #999999;
        line-height: 4rem;
    }

    .login_box ul {
        margin-left: 0 !important;
        margin: 0 auto !important;
    }

    .newslist {
        margin-bottom: 1rem;
    }

    .search-box {
        width: 100%;
    }

    .limit_box {
        width: 96%;
        margin: 0 auto;
    }

    .com-con ol {
        padding: 0;
    }

    .login_box ul {
        width: calc(94% - 4rem);
    }

    .addbg2 {
        height: 100vh;
    }
}

@media only screen and (max-width: 414px) {
    .newslist ul li a span:nth-child(2) {
        width: 40%;
    }
    .newslist ul li a span:nth-child(1) {
        width: calc(48% - 0.6rem);
    }
}

@media only screen and (max-width: 320px) {
    .newslist ul li a span:nth-child(1) {
        width: calc(65% - 0.6rem);
    }

    .newslist ul li a span:nth-child(2) {
        width: 34%;
    }
}