.head-fixed {
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: 0.5s;
    background: #fff;
}

.box-img
{
    overflow: hidden;
}
.box-img img
{
    transition: 0.5s;
    transform: scale(1);
    display: block;
    width: 100%;
}
li:hover .box-img img{
    transform: scale(1.2);
}
.search {
    height: 62px;
    line-height: 62px;
}

.search .w {
    display: flex;
    justify-content: space-between;
}

.search .box-hot {
    font-size: 13px;
    color: #000;
}

.search .box-hot img {
    vertical-align: middle;
}

.search-box form {
    display: flex;
    align-items: center;
    height: 100%;
}

.search-box input {
    outline: none;
    border: none;
}

.search-box input.search-key {
    width: 320px;
    height: 30px;
    border-radius: 15px 0 0 15px;
    background: #f5f5f5;
    text-indent: 30px;
}

.search-box input.search-button {
    width: 65px;
    height: 30px;
    border-radius: 0 15px 15px 0;
    padding: 0;
    margin: 0;
    background: #1857a4 url(../image/schear.png) no-repeat center;
    cursor: pointer;
}

/* -------------------- */





.box-tit {
    text-align: center;
    font-size: 33px;
    color: #0167cc;
}

.box-more {
    display: block;
    width: 173px;
    height: 41px;
    border: 1px solid #748393;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    color: #748393;
}

/* product */
.product {
    background: #eaeff5;
    padding-bottom: 60px;
}

.product .box-tit {
    padding: 80px 0 40px;
}

.pro-nav {
    text-align: center;
    margin-bottom: 40px;
}

.pro-nav a {
    font-size: 16px;
    color: #000000;
}
.pro-nav a:hover
{
    color:#63b4ff;
}
.pro-nav a span {
    display: inline-block;
    padding: 0 16px;
}

.pro-nav a:last-child span {
    display: none;
}

.pro-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-list li {
    width: 294px;
    border: 1px solid #e5e5e5;
}
.pro-list li:hover p
{
    background:#0167cc;
    color:#fff;
}
.pro-list li p {
    font-size: 16px;
    color: #000000;
    line-height: 60px;
    text-align: center;
    background: #e5e5e5;
}

.pro-list li:nth-child(n+5) {
    margin-top: 17px;
}

.product .box-more {
    margin: 60px auto 0;
}


/* about */
.about {
    padding: 85px 0 90px;
}

.ab-box {
    width: 992px;
}

.ab-img {
    float: left;
}

.ab-img,
.ab-img .bd li {
    width: 388px;
}

.ab-img .hd ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ab-img .hd li {
    width: 41px;
    height: 7px;
    background: #25211e;
    border-radius: 3.5px;
    margin: 0 13px;
    margin-top: 7px;
    cursor: pointer;
}

.ab-img .hd li.on {
    background: #0167cc;
}

.ab-con {
    display: flow-root;
    padding: 39px 26px 0 25px;
}

.ab-con h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 26px;
}

.ab-text {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    height: 230px;
    overflow: hidden;
}

.ab-text p {
    text-indent: 30px;
}

.ab-more {
    width: 208px;
    height: 208px;
    display: flex;
    flex-wrap: wrap;
}

.ab-more li {
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ab-more li:first-child {
    border: 1px solid #505050;
}

.ab-more li:nth-child(2) {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.ab-more li:last-child {
    background: #0167cc;
    margin-left: auto;
}

.ab-more li:last-child a {
    font-size: 16px;
    color: #fff;
}

.ab-ban {
    margin-top: 33px;
}

/* adv */
.adv {
    background: #eaeff5;
    padding-bottom: 104px;
}

.adv .box-tit {
    padding: 90px 0 75px;
}

.adv-box {
    height: 425px;
    background: url("../image/adv-box.jpg") no-repeat center;
}

.adv-nav ul {
    display: flex;
    border-bottom: 1px solid #adcadc;
}

.adv-nav ul li {
    flex: 1 auto;
    height: 117px;
    border-right: 1px solid #adcadc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: 0.5s all;
}

.adv-nav ul li.on {
    background: #0167cc;
    border: none;
}

.adv-nav ul li:last-child {
    border: none;
}

.adv-nav ul li h3 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}

.adv-nav ul li p {
    color: #fff;
    font-size: 12px;
}

.adv-bd li {
    display: flex;
    flex-direction: column;
    height: 307px;
    width: 100%;
}

.adv-bd li div {
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.adv-bd li div.adv-bd-top {
    border-bottom: 1px solid #b1cad8;
}

.adv-bd li div h3 {
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
}

.adv-bd li div p {
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    width: 760px;
    text-align: center;
}

/* honor */
.honor {
    padding: 85px 0 90px;
}

.hon-box {
    padding: 49px 0 30px;
}

.hon-box .bd {
    position: relative;
    /* overflow: hidden; */
}

.hon-box li {
    width: 229px;
    margin-right: 13px;
}

.honor a.box-more {
    margin: 0 auto;
}

.hon-btn a {
    display: block;
    width: 26px;
    height: 39px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hon-btn a.prev {
    left: 0;
    background: url("../image/hon-btn1.png");
}

.hon-btn a.next {
    right: 2px;
    background: url("../image/hon-btn2.png");
}


/* case */
.case {
    padding: 0px 0 85px;
    background: #eaeff5;
}

.case-box {
    margin: 50px auto 23px;
}

.case-img {
    display: inline-block;
    position: relative;
    float: left;
}

.case-tel {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 62px 18px 0;
}

.case-tel h3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 56px;
}

.case-tel p {
    font-size: 12px;
    line-height: 25px;
    color: #fff;
}

.case-bd {
    display: flow-root;
    background: #ffffff;
}

.case-bd li {
    height: 102px;
}

.case-bd li:hover {
    background: #0167cc;
}

.case-bd li:hover h3 {
    color: #ffffff;
}

.case-bd li a {
    display: flex;
    align-items: center;
    padding: 6px 20px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}

.case-bd li .box-img {
    margin-right: 25px;
    width: 104px;
    height: 86px;
}

.case-bd li .box-img img
{
    width:100%;
}

.case-bd li h3 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.case .box-more {
    margin: 0 auto;
}


/* -------------------- */
.news {
    padding-bottom: 80px;
}

.news .box-tit {
    padding: 90px 0 60px;
}

.news .news-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .news-box li {
    width: 387px;
    height: 235px;
    position: relative;
}

.news .news-box li:nth-child(n+4) {
    margin-top: 20px;
}

.box-img
{
    transition: 0.5s;
    transform: rotateY(0deg);
}
.news-bd {
    width: 100%;
    height: 100%;
    background: #ff7c0a;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(-180deg);
    padding: 40px 40px 0;
    transition: 0.5s;
    z-index: -1;
}

.news-bd h3 {
    font-size: 17px;
    color: #ffffff;
    font-weight: normal;
}

.news-num {
    padding: 15px 0;
    z-index: 999;
}

.news-num span {
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    margin-right: 15px;
}

.news-num img {
    display: inline-block;
    margin-right: 3px;
}

.news-bd p {
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    height: 45px;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-bd i {
    font-size: 15px;
    color: #fff;
}

.news .box-more {
    margin: 30px auto 0;
}


.news .news-box li:hover .box-img
{
    z-index: -1;
    transform: rotateY(-180deg);
}

.news .news-box li:hover .news-bd
{
    z-index: 999;
    transform: rotateY(0deg);
}

.contact
{
    height: 559px;
    position: relative;
    padding-top: 80px;
}
.contact-bg
{
    width: 100%;
    height: 100%;
    background: url("../image/contact-bg.jpg") no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
}
.contact-bg::after
{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
}
.contact .box-tit,
.contact .box-tit p
{
    color: #fff;
}
.contact-box form
{
    display: flex;
    width: 816px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 44px auto 0;
}

.contact-box form input,
.contact-box form textarea,
.contact-box form .submit
{
    outline: none;
    border: none;
}
.contact-box form input,
.contact-box form textarea
{
    text-indent: 15px;
}
.contact-box form input
{
    display: block;
    width: 265px;
    height: 40px;
}
.contact-box form .input-group:last-of-type
{
    width: 100%;
}
.contact-box form textarea
{
    display: block;
    width: 100%;
    height: 135px;
    margin: 10px 0 38px;
}
.contact-box form .submit
{
    margin: auto;
    width: 173px;
    height: 41px;
    border: 1px solid #fff;
    background: none;
    font-size: 16px;
    color: #fff;
}


/* footer */
.footer
{
    background: #2c3035;
}

.foot-box
{
    padding-top: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-con
{
    text-align: center;
}
.foot-con h3
{
    width: 220px;
    font-size: 16px;
    color: #fff;
    padding-bottom: 9px;
    border-bottom: 1px solid #282b30;
    margin-bottom: 18px;
}

.foot-code
{
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    margin-top: 14px;
}

.foot-tel
{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.foot-link a,
.foot-link
{
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
.foot-link a
{
    padding: 0 8px;   
}

.foot-botm
{
    border-top: 1px solid #282b30;
    text-align: center;
    padding: 8px 0;
}
.foot-botm a,
.foot-botm p
{
    font-size: 12px;
    color: #fff;
    display: inline-block;
    line-height: 25px;
}

.header .w
{
    height: 99px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-tel
{
    padding-left: 30px;
    font-size: 16px;
    color: #0167cc;
    background: url("../image/call.png") no-repeat center left;
}