* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    background: url('../images/bg.jpg') no-repeat center top;
    color: #333333;
}

.banner {
    width: 1100px;
    height: 646px;
}

.cont {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 40px auto;
}

.news {
    float: left;
    width: 520px;
    height: 560px;
    background: url('../images/news-bg.png') no-repeat center center;
    padding: 35px;
    box-sizing: border-box;
}

.news img {
    width: 450px;
    height: 295px;
    display: block;
}

.news h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.news p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.news p a {
    color: #0181e2;
}


.flash {
    width: 430px;
    height: 605px;
    float: right;
    overflow: hidden;
    position: relative;
}

.flash-car {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.out-img {
    position: relative;
    width: 430px;
    height: 560px;
    overflow: hidden;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    width: 430px;
    float: left;
    position: relative;
}

.out-img .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-indent: 10px;
    line-height: 50px;
}

.out-img .num {
    width: 100%;
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 40px;
    font-size: 0;
    padding-left: 60px;
    box-sizing: border-box;
}

.out-img .num li {
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
}

.out-img .num li.on {
    background-color: #ffffff;
}

.out-img .btn {
    position: absolute;
    width: 60px;
    height: 90px;
    top: 50%;
    margin-top: -45px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    line-height: 90px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img:hover .btn {
    display: block;
}

.out-img .btn-l {
    left: 0;
}

.out-img .btn-r {
    right: 0;
}



.tab-left {
    width: 520px;
    height: 430px;
    float: left;
    background: url('../images/logo-bg.png') no-repeat center bottom;
    position: relative;
}

.tab-tit {
    width: 129px;
    height: 129px;
    border: 1px dashed #0181e2;
    border-radius: 50%;
    position: absolute;

}


.tab-tit a {
    width: 120px;
    height: 120px;
    background: #ffffff;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    font-size: 28px;
    font-weight: bold;
}

.tab-jy {
    left: 50%;
    top: 0;
    margin-left: -65px;
}

.tab-jt {
    right: 0;
    top: 116px;
}

.tab-sy {
    right: 47px;
    bottom: 0;
}

.tab-pa {
    left: 47px;
    bottom: 0;
}

.tab-jk {
    left: 0;
    top: 116px;
}

.tab-on a {
    background: #0181e2;
    color: #ffffff;
}


.tab-right {
    float: right;
    width: 430px;
    height: 430px;
}

.wdf-tit {
    width: 309px;
    height: 72px;
    background: url('../images/wdf-tit.png');
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #0181e2;
    text-align: center;
    line-height: 72px;
}

.tab-right>p {
    width: 100%;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    margin: 15px 0;
    background: #0181e2;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
}

.tab-con {
    width: 430px;
    height: 218px;
    overflow: hidden;
    line-height: 28px;
    font-size: 16px;
    display: none;
}

.tab-show {
    display: block;
}

.tab-con strong {
    font-size: 18px;
}

.cs-left {
    width: 520px;
    height: 350px;
    float: left;
    position: relative;
}

.cs-left img {
    display: block;
}

.cs-left p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 59px;
    line-height: 59px;
    color: #ffffff;
    background: url('../images/cs-tit.png') no-repeat center center;
    font-size: 26px;
    font-weight: bold;
    text-indent: 10px;
}

.cs-table {
    float: right;
    width: 480px;
    height: 350px;
    background: #006aba;
    color: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

.cs-table a {
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #1e82cd;
    color: #ffffff;
}

.cs-tit {
    width: 100%;
    height: 28px;
    background: url('../images/cs-zs.png') no-repeat 90px center;
    font-size: 26px;
    line-height: 24px;
}

.cs-table table {
    width: 100%;
    height: 240px;
    border-collapse: collapse;
    margin-top: 20px;
    background: #1e82cd;
}

.cs-table table td {
    border: 1px solid #ffffff;
    padding: 0 10px;
    box-sizing: border-box;
}

.cs-table table tr td:nth-child(2n+0) {
    text-align: center;
}

.tit {
    width: 1000px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #006aba;
    background: url('../images/tit-1.png') no-repeat center center;

}



.tit-2 {
    width: 1000px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #006aba;
    background: url('../images/tit-2.png') no-repeat center center;

}

.zoomed>.gallery {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.gallery {
    width: 1000px;
    margin: 20px auto;
}

.gx-img {
    width: 1000px;
    height: 360px;
    position: relative;
    margin-top: 30px;
}


.gx-img img {
    display: block;
}

.gx-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 360px;
}

.gx-top {
    position: absolute;
    left: 210px;
    top: 0;
    width: 490px;
    height: 180px;
}

.gx-bot {
    position: absolute;
    left: 210px;
    bottom: 0;
    width: 490px;
    height: 170px;
}

.gx-bot2 {
    position: absolute;
    left: 460px;
    bottom: 0;
    width: 490px;
    height: 170px;
}


.gx-bot img {
    float: left;
    margin-right: 10px;
}

.gx-bot img:nth-child(2) {
    margin-right: 0;
}

.gx-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 290px;
    height: 360px;
}

.fz-box {
    position: relative;
    width: 1000px;
    height: 335px;
    overflow: hidden;
    margin-top: 30px;
    background: url('../images/fz-bg.png') no-repeat center 50px;
}

.fz-mid {
    position: absolute;
    left: 50%;
    top: 0;
    width: 233px;
    margin-left: -116px;
    transform: rotate(45deg);
    overflow: hidden;
    margin-top: 50px;
    border: 2px solid #006aba;
    box-sizing: border-box;
}

.fz-mid>img {
    max-width: 100%;
    transform: rotate(-45deg) scale(1.415);
}

.fz-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 150px;
}

.fz-two {
    left: 65px;
    top: 180px;
}

.fz-three {
    left: 650px;
    top: 0;
}

.fz-four {
    left: 585px;
    top: 180px;
}

.fz-tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    color: #006aba;
    font-style: italic;
}

.fz-tit span {
    text-shadow: 5px 3px 2px #d9e3ed;
    margin-right: 10px;
    font-size: 30px;
    line-height: 48px;
}

.fz-text {
    width: 350px;
    height: 100px;
}

.fz-text img {
    float: left;
}

.fz-text p {
    float: left;
    width: 160px;
    margin-left: 10px;
    line-height: 40px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
}

.fz-three img {
    float: right;
}

.fz-three p {
    float: right;
}

.fz-three .fz-tit {
    text-align: right;
    padding-right: 100px;
    box-sizing: border-box;
}

.fz-four img {
    float: right;
}

.fz-four p {
    float: right;
}

.fz-four .fz-tit {
    text-align: right;
    padding-right: 100px;
    box-sizing: border-box;
}

#certify {
    position: relative;
    width: 900px;
    margin: 30px auto 50px auto;
    padding: 0 50px;
}


#certify .swiper-slide {
    width: 570px;
    height: 320px;
    position: relative;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: 0;
    top: 50%;
    margin-top: -42.5px;
    width: 40px;
    height: 85px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -85px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: 0;
    width: 40px;
    height: 85px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -170px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -255px;
    background-size: 100%
}

.topic {
    width: 335px;
    height: auto;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}

.topic-lists {
    width: 100%;
    height: 333px;
    padding: 15px 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #006aba;
}


.topic-lists a {
    display: block;
    color: #333333;
}

.topic-lists a img {
    display: block;
}

.topic-lists a p {
    line-height: 30px;
    text-align: center;
}

.content-fk {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}


.zs-form .form-li {
    width: 540px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0 auto;
}

.zs-form .form-li div {
    float: left;
    width: 270px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.zs-form .form-li div.form-lil {
    width: 270px;
    padding-right: 0px;
}

.zs-form .form-li div.form-lir {
    width: 260px;
    padding-left: 10px;
}

.zs-form .form-li div span {
    display: block;
    float: left;
    width: 38px;
    height: 40px;
    border: 1px solid #e3e3e3;
    background: url(../images/icon-4.png) no-repeat center center #fff;
    box-sizing: border-box;
}

.zs-form .form-li div span.icon-name {
    background-position: 0 0;
}

.zs-form .form-li div span.icon-add {
    background-position: 0 -38px;
}

.zs-form .form-li div span.icon-tel {
    background-position: 0 -76px;
}

.zs-form .form-li div span.icon-code {
    background-position: 0 -114px;
}

.zs-form .form-li div input {
    float: left;
    width: 220px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-left: 0 none;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}

.zs-form .form-li div input.yzm {
    width: 130px;
}

.zs-form .form-li div img {
    width: 90px;
    height: 38px;
    float: right;
}

.zs-form .form-message {
    width: 540px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.zs-form .form-message p {
    margin-bottom: 10px;
}

.zs-form .form-message textarea {
    line-height: 24px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-family: "Microsoft Yahei";
    outline: none;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    color: #999999;
}

.form-btn {
    clear: both;
    width: 220px;
    margin: 0 auto;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}

.form-btn button {
    font-family: "Microsoft Yahei";
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
}

.form-btn button.submit {
    background-color: #ff8300;
    margin-right: 20px;
}

.form-btn button.reset {
    background-color: #999999;
}

.fk-form {
    width: 630px;
    float: right;
    height: auto;
    overflow: hidden;
}

.tit-hy {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
    color: #006aba;
    font-weight: bold;
}

.fd_box {
    width: 630px;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    border: 1px solid #006aba;
    box-sizing: border-box;
}



.footer p {
    width: 1000px;
    height: auto;
    margin: 10px auto 10px auto;
    text-align: center;
    line-height: 30px;
    color: #333333;
}

.zoomed>.gallery {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}







