* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none blink !important;
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none
}

input {
    outline: none
}

body,
html {
    background: #fff;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
    font-size: 14px;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* nav */
/* nav */
.navbar {
    border: none;
    height: 83px;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 99;
    padding: 0 20px;
    transition: 1s;
    border-bottom: 3px solid #e2e2e2;
}

.navbar>div {
    background: #fff;
}

.nav01 ul li {
    position: relative;
}

.nav01 ul li::before {
    content: "";
    position: absolute;
    /* 重点 */
    left: 0;
    /* 重点 */
    bottom: 0;
    /* 重点 */
    width: 0;
    /* 重点 */
    height: 3px;
    background: #018ad1;
    transition: width .5s;
}

.nav01 ul li:hover::before {
    width: 100%;
}

.navbar-brand {
    padding-top: 0 !important;
}

.navbar-brand>img {
    width: 152px;
    padding-top: 26px;
}

.navbar-brand-p {
    width: 350px;
    padding: 20px 10px;
    font-size: 20px;
    color: #333;
}

.navbar-nav {
    float: right;
    padding: 12px 0 0;
}

.navbar-nav>.active>a {
    color: #333 !important;
}

.navbar-default .navbar-nav>li>a {
    color: #333 !important;
}

.nav>li>a {
    padding: 10px 22px !important;
    line-height: 40px;
}

@media all and (min-width: 992px) and (max-width: 1200px) {

    .navbar-toggle {
        border: none;
        margin-top: 20px;
        margin-right: 35px;
    }

    .navbar-toggle:hover {
        background: #fff !important;
    }

    .navbar-toggle:focus .icon-bar {
        background: #888 !important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    .nav>li>a {
        margin: 0 23px;
    }

    .list-inline {
        margin-left: 0 !important;
    }

    .company li a {
        width: 140px;
    }

    .word:nth-of-type(3),
    .word:nth-of-type(4) {
        display: none;
    }

    .word {
        font-size: 12px;
    }


}

@media all and (max-width: 767px) {
    .navbar-nav {
        z-index: 999999;
        background: #fff;
        margin: 0 0 !important;
        border-bottom: 1px solid;
    }

    .navbar-brand {
        width: 110px !important;
    }

   .navbar-default .navbar-nav>li>a {
       text-align: center;
       line-height: 16px;
   }
    .nav {
        float: none
    }

    .contact1 {
        padding: 20px 20px !important;
    }

    .con-center {
        float: right;
    }

    .con-right {
        display: none;
    }

    .navbar-header {
        margin-bottom: 16px;
    }

    .navbar-toggle{
        margin-top: 20px;
    }
}

/*youshi*/
.ydtu {
    width: 100%;
    height: auto;
    text-align: center;
}

.ydtu img {
    display: block;
    margin: 0 auto;
    width: 60%;
    height: auto;
}

.gyjs {
    padding: 50px 0 80px;
    /* background: #f5f5f5; */
    /* background: url(../images/bg.jpg) center center; */
    background-size: cover;
}

.ysleft {
    width: 70%;
    margin: 42px 15% 0;
    text-align: right;
}
.ysleft ul li{
    margin: 42px 0;
}
.ysright {
    width: 70%;
    margin: 42px 15% 0;
}
.ysright ul li {
    margin: 36px 0;
}

.gyjs ul li h3 {
    margin: 0;
    font-size: 18px;
    color: #018ad1;
    display: inline;
    padding: 2px auto;
    font-weight: 600;
}

.gyjs ul li p {
    color: #333;
    margin: 8px auto 20px;
    font-size: 14px;
}

/* about */
.datu {
    background: url(../images/zjbg.jpg) center center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    padding: 60px 0 0;
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}

.datu .syabnr {
    width: 70%;
    margin: 15px 15% 0;
    font-size: 18px;
    line-height: 32px;
    text-indent: 0;
    text-align: center;
}

.Entit {
    font-weight: 600;
    font-family: 'Century Gothic' !important;
    letter-spacing: -2px;
}

.box {
    position: relative;
    width: 96%;
    overflow: hidden;
    margin: 0 2%;
}

.box>img {
    border: 1px solid #ddd;
}

.box>img:hover {
    border: 1px solid #018ad1;
}

.box>img:first-of-type {
    transition: .5s;
}

.box>img:last-of-type {
    position: absolute;
    top: -100%;
    bottom: 0;
    opacity: 0;
    transition: .5s;
}

.box:hover img:first-of-type {
    transform: translateY(100%);
    opacity: 0;
}

.box:hover img:last-of-type {
    transform: translateY(100%);
    opacity: 1;
}

.probox {
    margin: 20px 0 36px;
}

.abmore {
    background: #16110f;
    text-align: center;
    display: inline-block;
    width: 10%;
    padding: 8px 0;
    margin: 30px 45% 0;
    color: #fff;
    border-radius: 5px;
}

.abmore:hover {
    color: #f5f5f5;
}

.abyd {
    margin-top: 52px;
}

.yd {
    margin-bottom: 0 !important;
}

.ydbox1 {
    margin: 0 20px;
    background: rgb(246, 246, 246, .8);
    padding: 12px 22px;
    color: #333;
}

.ydbox2 {
    margin: 0 20px;
    background: rgba(1, 138, 209, .8);
    padding: 12px 22px;
    color: #fff;
}

.ab01 {
    background: url(../images/01_yaih.png) left center no-repeat;
    padding-left: 50px;
}

.ab02 {
    background: url(../images/02_1nl8.png) left center no-repeat;
    padding-left: 50px;
}

.ab03 {
    background: url(../images/03_3p96.png) left center no-repeat;
    padding-left: 50px;
}

.line {
    width: 180px;
    height: 1px;
    display: block;
    background: #ccc;
    margin: 15px auto 32px;
    position: relative;
}

.line::after {
    content: "";
    top: -1px;
    width: 15%;
    height: 3px;
    background: rgba(249, 216, 62, 1);
    position: absolute;
    text-align: center;
    left: 45%;
}

/* product */
.pronr {
    margin: 0 0 40px;
    display: inline-block;
}

.pronr H5 {
    color: #333;
    font-size: 18px;
    margin-top: 20px;
}

.box {
    position: relative;
    width: 96%;
    overflow: hidden;
    margin: 0 2%;
}

.box>img {
    border: 1px solid #ddd;
}

.box>img:first-of-type {
    transition: .5s;
}

.box>img:last-of-type {
    position: absolute;
    top: -100%;
    bottom: 0;
    opacity: 0;
    transition: .5s;
}

.box:hover img:first-of-type {
    transform: translateY(100%);
    opacity: 0;
}

.box:hover img:last-of-type {
    transform: translateY(100%);
    opacity: 1;
}

.gallery-grid1 {
    position: relative;
    width: 100%;
    height: auto;
}

.gallery-grid1 img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.p-mask {
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 50%;
    text-align: center;
    z-index: 2;
    color: rgb(255, 255, 255);
    padding: 50px 30px;
    background: rgba(1, 138, 209, .8);
}

.p-mask h4 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none;
}

.p-mask b {
    font-size: 30px;
}

.about {
    margin: 0 auto 80px;
}

.gallery-grid2 {
    width: 100%;
    height: auto;
    background: #555;
}

.gallery-grid2 img {
    width: 50%;
    height: auto;
    float: left;
}

.p-mask2 {
    width: 50%;
    float: left;
    background: rgb(214, 240, 254, .4);
    height: 285px;
    color: #222;
    padding: 50px;
}

.p-mask2 ul li a {
    color: #111;
    font-size: 14px;
    line-height: 30px;
}

.more {
    background: #018ad1;
    color: #fff;
    padding: 6px 30px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
}

.more:hover {
    color: #fff;
}

/* 客户 */
.kehu {
    width: 100%;
    height: auto;
    padding: 146px;
    background: url(../images/kehu.jpg) center center no-repeat;
    display: inline-block;
}

.kehu p {
    margin: 30px auto 50px;
    font-size: 20px;
}

.khmore {
    background: #018ad1;
    color: #fff;
    padding: 8px 38px;
}

.khmore:hover {
    color: #fff;
}

/* news */
.download {
    margin: 80px 0 50px;
}

.downbox {
    display: inline-block;
    padding: 8px 0;
    border-radius: 5px;
    margin: 0 15px 25px;
}

.downbox:hover {
    cursor: pointer;
}

.downame {
    font-size: 16px;
    margin-top: 12px;
    color: #333;
}

.downbox p {
    margin: 12px 0;
}

.downbox a {
    color: #999;
}

.downbox:hover a {
    color: #018ad1;
}

/* footer */
.footer {
    width: 100%;
    background: #333 url(../images/bg.png) center center repeat-x;
    padding: 30px 0 5px;
    color: #ddd;
    margin-top: 60px;
    border-top: 5px solid #0474ad;
}

.footer h3 {
    font-size: 20px;
}

.ewm img{
    width: 108px;
    height: 108px;
}

.bq {
    margin: 15px 0 0;
    border-top: 1px solid #555;
    line-height: 48px;
    padding: 0 12px;
}

.bq a {
    float: right;
}
.fzi a{
    color: #ddd;
}

/* ny-about */
.nyban {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.nyban img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.nyban .nypotit {
    position: absolute;
    bottom: 0;
    background: #018ad1;
    color: #fff;
    padding: 15px 0 15px 20px;
    width: 196px;
    margin: 0;
    font-weight: 600;
    border-radius: 0 30px 0 0;
}

.nyban .nypotit::after {
    content: "";
    position: absolute;
    top: 0;
    right: 30%;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgb(255, 255, 255, .1);
    z-index: 2;
}

.nyban .nypotit h4 {
    font-weight: 600;
}

.nyban .nypotit small {
    font-weight: normal;
}

.leftnav {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fafafa;
}

.leftnav li {
    line-height: 48px;
    border: 1px solid #f6f6f6;
    text-align: center;
}

.leftnav li a {
    color: #333;
}

.leftnav .active a {
    color: #018ad1;
    font-weight: 600;
}

.nyright {
    padding: 0 0 0 50px;
}

.nyright .position {
    border-bottom: 1px solid #ddd;
    line-height: 48px;
    text-align: right;
    padding: 0 15px;
}

.nycontent {
    padding: 20px 10px 0;
}

.pic {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.abtxt {
    margin-top: 20px;
    padding: 0 0 0 10px;
}

/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    justify-content: space-between;
}

.pagination span>a {
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.page-num-current {
    padding: 5px 0 !important;
}

.pagination span>a select,
.pagination span>a select:focus {
    border: solid 1px transparent !important;
    padding: 5px 10px;
    background: transparent;
}

/* ny-product */
.tubox {
    width: 96%;
    margin: 0 2% 15px;
    overflow: hidden;
    border: 2px solid #b0b5c8;
}

.tubox p {
    background: #f5f5f5;
    color: #333;
    line-height: 46px;
    position: relative;
    z-index: 2;
    margin: 0;
}

.tubox:hover p {
    background: #018ad1;
    color: #fff;
    line-height: 46px;
}

.tubox img {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.tubox:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/* ny-proshow */
.tz-gallery {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 15px 10px;
    width: 100%;
    justify-content: space-between;
}

.pro-title {
    width: 100%;
    font-size: 14px;
}

.pro-title img {
    width: 100%;
}

.pro-title>h2 {
    margin-bottom: 20px;
}

.pro-title p {
    width: 100%;
    word-wrap: break-word;
    line-height: 26px;
}

.sp-wrap {
    margin: 0 3% 0 0 !important;
}

.pro-xq-ms>h3 {
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-indent: 2em;
    font-weight: 600;
    border-bottom: 4px solid #d7d7d7;
    background-color: #eee;
}

.pro-xq-ms>p {
    padding: 5px 5px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.pro-xq-ms>p>a {
    color: #333;
    font-size: 14px;
}

.pro-xq-ms>p>span {
    font-size: 14px;
    color: #333;
}

.pro-test {
    padding: 15px 0;
}

.pro-xq-ms table {
    width: 100% !important;
    min-height: .01%;
    overflow-x: auto;
}

.pro-xq-ms table tr {
    background: #ededec !important;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    width: 100%;
}

.pro-xq-ms table tr>td {
    background: #E0EFF2;
    padding: 5px 4px;
    text-align: center;
    width: 300px;
    font-size: 12px;
}

.ny-qh {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    /* justify-content: space-between; */
}

.ny-qh span {
    width: 50%;
    text-align: center;
}

/* ny-news */
.nynewsbox {
    margin: 12px 0 0 10px;
}

.nynewsbox .nynewlist {
    width: 100%;
    height: auto;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 24px;
}

.nynewsbox .nynewlist:hover {
    box-shadow: 0px 0px 12px rgba(11, 2, 5, 0.18);
}

.nynewsbox .nynewlist .nleft {
    width: 95%;
    float: left;
    padding: 15px 20px 20px;
}

.nynewsbox .nynewlist .nright {
    width: 5%;
    text-align: center;
    height: 163px;
    line-height: 163px;
    display: inline-block;
    background: #ddd;
    padding-right: 1px;
}

.nynewsbox .nynewlist a {
    color: #111;
}

.nynewsbox .nynewlist a h4 {
    font-size: 22px;
}

.nynewsbox .nynewlist a:hover h4 {
    color: #018ad1;
}

.nynewsbox .nynewlist a p {
    color: #444;
}

.nynewsbox .nynewlist a span {
    color: #333;
}

.nynewsbox .nynewlist:hover .nright {
    background: #018ad1;
    color: #fff;
}

.newshow {
    margin: 30px auto 20px;
}

.newshow h4 {
    margin: 0 auto 20px;
}

.newshow p {
    text-indent: 1.5em;
    color: #555;
}

.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.newback a:hover {
    color: #018ad1;
}

/* ny-download */
.downbox {
    width: 98%;
    height: auto;
}

.downbox li {
    width: 100%;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.downbox li a {
    width: 100%;
    display: flex;
    line-height: 56px;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.downbox li p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 56px;
    padding-bottom: 0;
}

.downbox li b {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}

.downbox li:hover b {
    color: #018ad1;
    font-weight: 600;
}

/* ny-contact */
.linkicon {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 15px;
}

.linkicon b {
    font-weight: normal;
}

.messagebox {
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 15px 15px 15px 30px;
}

.messagebox h4 {
    font-size: 20px;
}

.message-con {
    width: 100%;
    padding: 10px 0 0;
}

.message-con>form {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.message-con>p {
    font-size: 26px;
    font-weight: block;
    text-align: center;
}

.form-group {
    width: 50%;
    margin: 5px 0 0;
    padding: 5px;
}

.form-group input,
.form-group1 textarea {
    padding: 20px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    display: block;
    width: 95%;
    height: 34px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.form-group1 {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}

.form-group1 textarea {
    width: 98%;
    height: 90px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: #018ad1;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    width: 100px;
    margin: 12px;
    height: 38px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}

.message-bd {
    height: 30px;
}

.message-con img {
    height: 35px;
}

/* 合作客户 */
.logotu {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.logotu img {
    display: block;
    margin: 0 auto;
    border: 3px solid #ddd;
    margin-top: 20px;
}

.logotu:hover img{
    border: 3px solid #fff;
    box-shadow: #ddd 0 0 30px;
}

@media all and (max-width: 767px) {
    body,
    html {
        overflow-x: hidden;
    }
    .carousel-control{
        display: none;
    }
    .kehu{
        padding: 46px;
    }
    .listit{
        padding: 0 15px;
    }
    .downbox{
        margin: 0;
        padding: 0 0 0 20px;
    }
    .sj{
        display: none;
    }
    .sjpaleft{
        padding-left: 15px;
    }
    .nyban{
        margin-top: 80px;
    }
    .nyright{
        padding: 0;
    }
    .thumbnail{
        width: 90% !important;
    }
    .nycontent {
        padding: 20px 0 0 10px;
    }
    .tubox {
        width: 90%;
    }
    .tz-gallery{
        padding-right: 20px;
    }
    .pro-title h2{
        padding: 0 !important;
        background: none !important;
    }
    .pro-xq-ms{
        width: 94%;
        height: auto;
    }
    .pro-test img{
        width: 100%;
        height: auto;
        display: block;
    }
    .client{
        width: 100%;
        height: auto;
        display: inline-block;
        padding-right: 20px;
    }
    .newshow{
        width: 94%;
        margin: 30px 3%;
    }
    .form-group{
        width: 100%;
    }
}