﻿@charset "utf-8";

/*页面头部
----------------------------------------------*/
.header {
    background: url(../img/header.jpg) center no-repeat;
    background-size: auto;
    height: 254px;
}

.head-nav {
    position: relative;
    height: 60px;
    line-height: 60px;
    background: #246fb2;
}

.head-nav li {
    float: left;
    background: url(../img/navline.jpg) no-repeat right center;
    width: 120px;
    text-align: center;
}

.head-nav li.index {
    margin-left: 50px;
}

.head-nav .fistIcon {
    position: absolute;
    top: 15px;
    left: 10px;
}

.head-nav li a {
    color: #232323;
    font-size: 18px;
    line-height: 42px;
    color: #ffffff
}

/*    .head-nav li a:hover{ color:#d00201;display: inline-block;background: url(../img/caret-up.png) center bottom no-repeat; } */
#index .index a,
#news .news a,
#goods .goods a,
#video .video a,
#photo .photo a,
#down .down a,
.header .head-nav .head-search .search-box {
    position: absolute;
    top: 150px;
    left: 31%;
    width: 38%;
    height: 42px;
    overflow: hidden;
    _height: 43px;
}

.head-nav .head-search .search-box .input-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 65px;
    bottom: 0;
}

.head-nav .head-search .search-box .input-box input {
    display: block;
    margin: 0;
    padding: 0px 12px;
    width: 100%;
    height: 34px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 12px;
    transform: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px
}

.head-nav .head-search .search-box .input-box input::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1;
}

.head-nav .head-search .search-box a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 2px 5px;
    width: 30px;
    height: 32px;
    line-height: 32px;
    color: #333;
    font-size: 16px;
    text-align: center;
    background: #ffffff;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    *top: 1px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.head-nav .head-search .search-box a img {
    margin-top: 4px
}

.head-nav .head-search {
    position: relative;
    width: 254px;
    height: 100%;
    float: left;
    margin-top: 12px;
    margin-left: 90px;
}

/*页面底部
----------------------------------------------*/
.footer {
    width: 100%;
    height: 285px;
    box-sizing: border-box;
    background: #4d8fcb;
    padding-top: 15px;
    border-top: 5px solid #246fb2
}

.footer .text {
    width: 40rem;
    text-align: left;
    float: left;
    margin-top: 25px;
    margin-left: 4rem;
}

.footer .text p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    line-height: 24px;
}

.footer .text p a {
    color: #fff;
}

.footer .link2 {
    float: left;
    margin-top: 25px;
    margin-left: 216px;
}

.footer .link {
    margin-top: 25px;
    margin-left: 30px;
    width: 110px;
    height: 55px;
    float: left;
}


/* 页面布局 */
.container {
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
}

.containers {
    width: 1150px;
    margin: 0 auto;
}

.section {
    position: relative;
    margin: 0 auto;
    width: 1150px;
    min-width: 925px;
    max-width: 1150px;
    text-align: left;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: left;
    overflow: hidden;
}

.wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrap-box {
    width: 1150px;
}

.bg-wrap {
    margin: 0;
    padding: 0;
    background: #fff;
}

.bg-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.bg-wrap.nobg {
    background: none;
}

.link_bg {
    width: 1110px;
    height: 70px;
    margin-left: 40px;
    border-bottom: 1px solid #82b1db;
    margin-bottom: 30px;
    text-align: left
}

.link_bg select {
    float: left;
    width: 240px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 12px;
    height: 34px;
    margin-left: 25px
}

.link_bg select.select {
    margin-right: 10px;
    margin-left: 0px
}

.link_bg a {
    text-align: left;
    font-size: 18px;
    line-height: 50px;
    margin-left: 15px;
    color: #ffffff
}

.link_bg span {
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    float: left
}

#searchButton {
    background: none;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.jczltitle a {
    color: #fff
}