@charset "utf-8";
@font-face {
    font-family: en;
    src: url('../fonts/tahoma.ttf');
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: microsoft yahei, Tahoma, Helvetica, arial, sans-serif;
}

html {
    width: 100%;
    overflow-x: hidden !important;
}

body {
    font-size: 12px;
    width: 100%;
    overflow-x: hidden !important;
}

article,
aside,
footer,
header,
nav,
section,
figure,
figcaption,
form {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0px;
}

i {
    font-style: normal
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    float: none;
    clear: both;
    zoom: 1;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.hide {
    display: none;
}

.f-red {
    color: #ff0000;
}

.f-white {
    color: #fff;
}

.f-black {
    color: #000;
}

.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

.w-1060 {
    width: 1060px;
    margin: 0 auto;
}

.f-3c9cd3 {
    color: #3c9cd3;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-28 {
    font-size: 28px;
}

.f-30 {
    font-size: 30px;
}

.f-color2 {
    color: #888
}

.blank-5 {
    height: 5px;
}

.blank-10 {
    height: 10px;
}

.blank-15 {
    height: 15px;
}

.blank-20 {
    height: 20px;
}

.blank-25 {
    height: 25px;
}

.blank-30 {
    height: 30px;
}

.blank-35 {
    height: 35px;
}

.blank-40 {
    height: 40px;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-33 {
    width: 33%;
}

.w-50 {
    width: 50%;
}

.bg-f9f9f9 {
    background: #f9f9f9;
}

.trant {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.index-tit {
    text-align: center;
}

.index-tit .en {
    font-size: 32px;
    font-family: en;
    text-transform: uppercase;
}

.index-tit .ch {
    font-size: 18px;
    background: url("../images/bg5.png") no-repeat center;
}

.index-but1 {
    display: block;
    width: 100px;
    height: 32px;
    background: #1052b6;
    color: #fff;
    line-height: 32px;
    text-align: center;
    text-align: center;
    font-size: 12px;
}

.index-but1:hover {
    background: #ff0000;
}

.index-but2 {
    display: block;
    width: 100px;
    height: 32px;
    background: #1052b6;
    color: #fff;
    line-height: 32px;
    text-align: center;
    text-align: center;
    font-size: 12px;
}

.index-but2:hover {
    background: #ff0000;
}

.header {
    height: 75px;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    position: relative;
    z-index: 99;
    width: 100%;
}

.header .logo {
    display: block;
    padding-right: 20px;
    background: url("../images/bg1.jpg") no-repeat right center;
}

.header .logo img {
    display: block;
    height: 75px;
}

.nav {
    height: 75px;
    background: url("../images/bg1.jpg") no-repeat right center;
}

.nav ul li {
    display: block;
    float: left;
    margin: 0px 20px;
    width: 100px;
    text-align: center;
}

.nav ul li a {
    display: block;
    color: #616161;
    font-size: 14px;
    height: 75px;
    line-height: 75px;
}

.nav ul li a:hover {
    color: #1052b6;
}

.nav ul li a.hover {
    color: #1052b6;
}

.header-sea {
    height: 75px;
    width: 75px;
    background: url("../images/icon3.jpg") no-repeat center;
    cursor: pointer;
}

.header-tel {
    background: url("../images/icon4.jpg") no-repeat 0px center;
    padding-left: 35px;
    font-size: 18px;
    color: #ff0000;
    font-family: Arial;
    height: 75px;
    line-height: 75px;
}


.header-lang {

    padding-left: 35px;
    font-size: 18px;
    height: 75px;
    line-height: 75px;
}


.header-sea-con {
    position: absolute;
    background: #fff;
    width: 100%;
    top: 75px;
    height: 40px;
    display: none;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0px 3px 3px #ccc;
}

.header-sea-con input {
    display: block;
    width: 50%;
    height: 40px;
    border: none;
    outline: none;
    background: none;
    float: left;
}

.header-sea-con .close {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #e2e2e2;
    margin-top: 10px;
    cursor: pointer;
}

.header-sea-con .but {
    float: right;
    width: 50px;
    height: 20px;
    background: #1052b6;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    margin: 10px 10px;
}

.header-sea-con .searchgo {
    float: right;
    width: 50px;
    height: 20px;
    background: #1052b6;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    margin: 10px 10px;
}

.header-sea-con .navsearch_input input {
    background: url("../sousuo.png") no-repeat center;
}

.header.headshrunk {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 60px;
}

.header.headshrunk .logo img {
    height: 60px;
}

.header.headshrunk .nav {
    height: 60px;
}

.header.headshrunk .nav ul li a {
    height: 60px;
    line-height: 60px;
}

.header.headshrunk .header-sea {
    height: 60px;
}

.header.headshrunk .header-tel {
    height: 60px;
    line-height: 60px;
}

.header.headshrunk .header-sea-con {
    top: 60px;
}

.slideBox {
    position: relative;
    overflow: hidden;
}

.slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.slideBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.slideBox .hd li.on {
    background: #ff0000;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    text-align: center;
}

.slideBox .bd li img {
    vertical-align: top;
    width: 100%;
}

.slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slideBox .bd img {
    width: 100%;
}

.index-product {
    margin: 25px auto;
    background: url("../images/bg3.jpg") repeat-x center bottom;
}

.index-product-ul {
    display: block;
}

.index-product-ul li {
    display: block;
    float: left;
    position: relative;
    background: #fafafa;
    width: 265px;
    margin: 0px 17px;
}

.index-product-ul li a {
    display: block;
}

.index-product-ul li a img {
    display: block;
    width: 100%;
}

.index-product-ul li .txt {
    margin: 0px 10px;
    background: url("../images/icon1.png") no-repeat right center;
}

.index-product-ul li .en {
    font-size: 12px;
    color: #7c7c7c;
}

.index-product-ul li span {
    position: absolute;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg4.png") repeat;
    left: 0px;
    width: 100%;
    top: 0px;
}

.index-product-ul li .icon {
    position: absolute;
    left: 0px;
    top: 10%;
    width: 100%;
    opacity: 0;
}

.index-product-ul li .icon img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.index-product-ul li .span-txt {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    opacity: 0;
}

.index-product-ul li:hover span {
    opacity: 1;
}

.index-product-ul li:hover .icon {
    opacity: 1;
}

.index-product-ul li:hover .span-txt {
    opacity: 1;
}

.index-case {
    margin: 25px auto;
}

.slideBox-case {
    position: relative;
    overflow: hidden;
    background: #ededed;
}

.slideBox-case .hd {
    display: none;
}

.slideBox-case .bd {
    position: relative;
    z-index: 0;
}

.slideBox-case .bd li {
    position: relative;
}

.slideBox-case .bd li .pic {
    width: 50%;
    float: left;
}

.slideBox-case .bd li img {
    vertical-align: top;
    width: 100%;
    min-height: 400px;
}

.slideBox-case .bd li a {
    display: block;
}

.slideBox-case .bd li .con {
    width: 50%;
    float: left;
}

.slideBox-case .bd li .con .txt {
    margin-left: 45px;
    line-height: 24px;
    font-size: 14px;
    max-width: 550px;
}

.slideBox-case .bd li .con .txt .t {
    color: #1052b6
}

.slideBox-case .prev {
    font-family: songti;
    font-size: 24px;
    opacity: .5;
    display: block;
    position: absolute;
    height: 60px;
    width: 30px;
    background: #1052b6;
    line-height: 60px;
    text-align: center;
    color: #fff;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.slideBox-case .next {
    font-family: songti;
    font-size: 24px;
    opacity: .5;
    display: block;
    position: absolute;
    height: 60px;
    width: 30px;
    background: #1052b6;
    line-height: 60px;
    text-align: center;
    color: #fff;
    left: 47%;
    top: 50%;
    margin-top: -30px;
}

.slideBox-case .prev:hover {
    opacity: 1
}

.slideBox-case .next:hover {
    opacity: 1
}

.index-choose {
    margin: 25px auto;
}

.index-choose-ul li {
    display: block;
    float: left;
    width: 325px;
    margin: 0px 36px;
    overflow: hidden;
}

.index-choose-ul li a {
    display: block;
}

.index-choose-ul li .t {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 11
}

.index-choose-ul li .c {
    font-size: 12px;
    line-height: 24px;
    color: #5c5c5c;
    height: 72px;
    overflow: hidden;
}

.index-choose-ul li:hover .t {
    color: #1052b6
}

.index-choose-ul li a .img {}

.index-choose-ul li a img {
    -webkit-transform: scale(1);
    transition: all .5s ease .1s;
    -webkit-transform: all .8s ease 0s;
}

.index-choose-ul li a:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}

.index-about {
    background: #f2f2f2;
}

.index-about-fl {
    width: 565px;
    padding: 10px;
    background: #fff;
}

.index-about-fl .img {
    width: 230px;
}

.index-about-fl .img img {
    display: block;
    width: 100%;
}

.index-about-fl .txt {
    margin-left: 250px;
    font-size: 12px;
    line-height: 24px;
    color: #5f5f5f;
    margin-right: 10px;
}

.index-about .t {
    font-size: 14px;
    color: #1052b6;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-about-fl .txt .c {
    height: 168px;
    overflow: hidden;
}

.index-about-fr {
    width: 565px;
    background: #fff;
    padding: 10px;
}

.index-about-fr-img .img {
    width: 185px;
}

.index-about-fr-img .img img {
    display: block;
    width: 100%;
}

.index-about-fr-img .txt {
    margin-left: 200px;
    font-size: 12px;
    line-height: 24px;
    color: #5f5f5f;
}

.index-about-ul li {
    display: block;
    height: 30px;
    background: url("../images/icon2.jpg") no-repeat 0px center;
    padding-left: 10px;
    line-height: 30px;
}

.index-about-ul li a {
    width: 65%;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #5f5f5f;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-about-ul li span {
    color: #c0c0c0;
}

.index-about-ul li a:hover {
    color: #1052b6;
}

.index-about-fr-img .txt .time {
    color: #aaa;
}

.solid-xian {
    border-bottom: 1px solid #e2e2e2
}

.index-comment {
    margin: 25px auto;
}

.scrollBox {
    margin: 10px auto;
}

.scrollBox .bd li {
    width: 100%;
    float: left;
    font-size: 14px;
}

.scrollBox .bd li a {
    display: block;
}

.scrollBox .bd li img {
    width: 140px;
}

.scrollBox .bd li .pic {
    width: 280px;
    float: left;
}

.scrollBox .bd li .pic img {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 100%;
}

.scrollBox .bd li .txt {
    margin-left: 280px;
    padding-top: 35px;
    line-height: 24px;
}

.scrollBox .bd li .txt span {
    color: #FFCB00
}

.scrollBox .bd li .txt .c {
    color: #666
}

.scrollBox .hd {
    height: 20px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.scrollBox .hd ul {
    display: inline-block;
    padding-top: 5px;
}

.scrollBox .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollBox .hd .on {
    background: #ff0000;
}

.index-feedback {
    margin: 25px auto;
    background: #f2f2f2;
}

.index-feedback-ul {
    position: relative;
}

.index-feedback-ul input.form-control {
    display: block;
    width: 46%;
    height: 25px;
    margin: 10px 0px;
    padding: 10px;
    font-size: 12px;
}

.index-feedback-ul input:last-child {
    display: none;
}

.index-feedback-ul img {
    display: none;
}

.index-feedback-ul input[name="code"] {
    display: none;
}

.index-feedback-ul textarea {
    height: 88px;
    width: 46%;
    padding: 10px;
    position: absolute;
    right: 0px;
    display: block;
    top: 0px;
    font-size: 12px;
}

.index-feedback-ul .submit {
    width: 47.9%;
    height: 50px;
    position: absolute;
    right: 0px;
    display: block;
    bottom: 0px;
    padding: 10px;
    background: #1052b6;
    border: none;
    color: #fff;
}

.index-feedback-ul .submit:hover {
    background: #FF1111;
    border: none;
}

.index-feedback-ul .feedback_table {
    width: 100%;
}

.index-feedback-ul .feedback_table .text {
    width: 5%;
}

.index-feedback-ul .feedback_table .input-text {
    display: block;
    width: 37%;
    height: 25px;
    margin: 5px 0px;
    padding: 10px;
    font-size: 12px;
}

.index-feedback-ul .feedback_table span {
    display: none;
}

.index-feedback-ul .feedback_table tr:nth-last-child(2) {
    position: absolute;
    right: 0px;
    width: 50%;
    top: 5px;
}

.index-feedback-ul .feedback_table textarea {
    width: 85%;
    height: 88px;
}

.index-feedback-ul .feedback_table tr:nth-last-child(2) .text {
    width: 10%;
}

.index-feedback-ul .feedback_table .submit {
    display: block;
    width: 45%!important;
    margin-top: 8px;
}

.index-links {
    margin: 25px auto;
}

.index-links .tit {
    width: 80px;
}

.index-links .tit .ch {
    font-weight: bold;
    font-size: 18px;
}

.index-links .tit .en {
    font-size: 20px;
    color: #3e4651;
    font-weight: bold;
}

.index-links .con {
    margin-left: 90px;
    padding: 15px 0px;
}

.index-links .con a {
    display: inline-block;
    font-size: 14px;
    color: #3e4651;
    margin: 0px 5px;
    line-height: 24px;
}

.index-links .con a:hover {
    color: #1052b6;
}

.footer {
    background: #1052b6;
    padding: 25px 0px;
    color: #fff;
}

.footer-nav li {
    display: block;
    float: left;
    min-width: 80px;
    margin-right: 45px;
    text-align: center;
}

.footer-nav li .li-t {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    padding: 0px 10px;
}

.footer-nav li .li-c {
    display: block;
}

.footer-nav li .li-c a {
    display: block;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
}

.footer-nav li .li-c a:hover {
    color: #ff0000
}

.footer-wx {
    margin: 0px 20px;
    width: 125px;
    padding-top: 15px;
}

.footer-wx img {
    display: block;
    width: 125px;
}

.footer-address {
    font-size: 12px;
    line-height: 24px;
    padding-top: 15px;
}

.footer-bottom {
    background: #003e9d;
    font-size: 12px;
    color: #fff;
    padding: 10px 0px;
}

.menu {
    height: 60px;
    width: 40px;
    display: none;
    position: absolute;
    right: 10px;
    top: 0px;
    background: url("../images/menu.png") no-repeat right center;
    background-size: 25px auto
}

.position {
    height: 35px;
    margin: 25px auto;
    color: #fff;
    line-height: 35px;
    background: #1757b8 url("../icon6.png") no-repeat 10px center;
    padding-left: 35px;
    font-size: 12px;
}

.position a {
    color: #fff;
}

.PageText {
    display: none;
}

#metPageT {
    display: none;
}

#metPageB {
    display: none;
}

.nei-container {
    margin: 25px auto;
}

.nei-fl {
    width: 235px;
}

.nei-nav {
    background: #fafafa;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.nei-fl-tit {
    background: #046fc1;
    text-indent: 30px;
    padding: 10px 0px;
    color: #fff;
}

.nei-nav ul li {
    display: block;
    margin: 5px 0px;
    height: 30px;
    background: #f0f0f0;
}

.nei-nav ul li a {
    display: block;
    background: url("../icon8.png") no-repeat 20px center;
    text-indent: 30px;
    line-height: 30px;
    font-size: 12px;
}

.nei-nav ul li:hover {
    background: #1757b8;
}

.nei-nav ul li:hover a {
    background: url("../icon7.png") no-repeat 20px center;
    color: #fff;
}

.nei-nav ul li.hover {
    background: #1757b8;
}

.nei-nav ul li.hover a {
    background: url("../icon7.png") no-repeat 20px center;
    color: #fff;
}

.nei-about {
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 10px;
    color: #767676;
    line-height: 24px;
    font-size: 12px;
}

.nei-about img {
    display: block;
    margin: 0 auto;
    border-radius: 100%;
}

.nei-fr {
    margin-left: 270px;
}

.about-txt {
    overflow: hidden;
}

.about-txt .t {
    font-size: 18px;
    color: #1052b6;
}

.about-txt .txt {
    width: 565px;
    font-size: 12px;
    color: #575757;
    line-height: 24px;
}

.about-txt .txt span {
    color: #1052b6;
}

.about-txt .img img {
    display: block;
}

.nei-fr .index-feedback-ul .submit {
    top: 118px;
    width: 48%;
}

.nei-tit1 {
    background: url("../bg5.png") no-repeat center;
    text-align: center;
}

.nei-tit1 p {
    /* display:inline-block; */
    margin: 1px auto;
    width: 115px;
    height: 35px;
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
    background: #015dae;
}

.nei-about-ul li {
    display: block;
    float: left;
    width: 260px;
    margin: 0px 25px;
}

.nei-about-ul li a {
    display: block;
}

.nei-about-ul li a img {
    display: block;
}

.product-img {
    overflow: hidden;
}

.product-img .left {
    width: 515px;
}

.smallImg {
    position: relative;
}

.scrollbutton {
    cursor: pointer;
    width: 30px;
    height: 70px;
    float: left;
}

.scrollbutton.smallImgUp {
    background: url("../icon9.jpg") no-repeat 0px center;
}

.scrollbutton.smallImgDown {
    background: url("../icon10.jpg") no-repeat right center;
}

#imageMenu {
    height: 72px;
    overflow: hidden;
    width: 450px;
    float: left;
}

#imageMenu li {
    width: 95px;
    height: 70px;
    border: 1px solid #fff;
    float: left;
    margin: 0px 6px;
    cursor: pointer;
}

#imageMenu li img {
    display: block;
    width: 95px;
    height: 70px;
}

#imageMenu li#onlickImg {
    border: 1px solid #e2e2e2;
}

.bigImg #midimg {
    width: 515px;
    height: 320px;
    border: 1px solid #e2e2e2;
}

.product-img .right {
    margin-left: 540px;
}

.product-img .right .tit {
    border-bottom: 2px dashed #e2e2e2;
    padding: 15px 0px;
}

.product-img .right .c {
    font-size: 12px;
    line-height: 30px;
    color: #686868;
}

.product-img .right .tel {
    font-size: 14px;
    color: #686868;
}

.product-img .right .tel span {
    color: #f70b1a;
    font-size: 18px;
    font-family: Arial;
}

.product-detail {
    font-size: 12px;
    line-height: 24px;
}

.product-detail .t {
    border-bottom: 1px solid #e2e2e2;
}

.product-detail .t span {
    display: inline-block;
    height: 45px;
    width: 145px;
    background: #1757b8;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    text-align: center;
}

.product-detail .t span a {
    color: #fff;
}

.nei-tit {
    font-size: 18px;
    color: #1052b6;
    margin-bottom: 10px;
}

#searchlist {
    padding: 15px 0;
}

#searchlist ul {
    margin-bottom: 25px;
}

#searchlist ul li {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px dotted #e2e2e2;
    background: url("../icon8.png") no-repeat 0px center;
    padding-left: 10px;
}

#searchlist ul li a {
    width: 60%;
    height: 35px;
    overflow: hidden;
    font-size: 14px;
    color: #1757B8
}

#searchlist li a:hover {
    color: #1052b6
}

.nei-news-ul {
    display: block;
    border-top: 1px dotted #e2e2e2;
    margin-top: 20px;
}

.nei-news-ul li {
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px dotted #e2e2e2;
    background: url("../icon8.png") no-repeat 0px center;
    padding-left: 10px;
}

.nei-news-ul li a {
    display: block;
    width: 60%;
    float: left;
    height: 35px;
    overflow: hidden;
    font-size: 14px;
}

.nei-news-ul li span {
    color: #acacac;
    font-size: 12px;
    float: right;
}

.nei-news-ul li a:hover {
    color: #1052b6
}

.page {
    margin: 25px auto;
    text-align: center;
}

.page a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    margin: 0px 2px;
}

.page a:hover {
    color: #fff;
    background: #1052b6;
    border: 1px solid #1052b6
}

.page a.hover {
    color: #fff;
    background: #1052b6;
    border: 1px solid #1052b6
}

.product-list-ul {
    margin: 20px 0px;
}

.product-list-ul li {
    display: block;
    float: left;
    position: relative;
    background: #fafafa;
    width: 265px;
    margin: 10px 40px 10px 0px;
}

.product-list-ul li a {
    display: block;
}

.product-list-ul li a img {
    display: block;
    width: 100%;
}

.product-list-ul li .txt {
    margin: 0px 10px;
    background: url("../images/icon1.png") no-repeat right center;
}

.product-list-ul li .en {
    font-size: 12px;
    color: #7c7c7c;
}

.product-list-ul li span {
    position: absolute;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg4.png") repeat;
    left: 0px;
    width: 100%;
    top: 0px;
}

.product-list-ul li .icon {
    position: absolute;
    left: 0px;
    top: 10%;
    width: 100%;
    opacity: 0;
}

.product-list-ul li .icon img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.product-list-ul li .span-txt {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    opacity: 0;
}

.product-list-ul li:hover span {
    opacity: 1;
}

.product-list-ul li:hover .icon {
    opacity: 1;
}

.product-list-ul li:hover .span-txt {
    opacity: 1;
}

.nei-case-ul {
    margin: 20px 0px;
}

.nei-case-ul li {
    display: block;
    width: 50%;
    float: left;
}

.nei-case-ul li a {
    display: block;
    margin: 10px 5px;
}

.nei-case-ul li a img {
    display: block;
    width: 100%;
}

.nei-case-ul li .t {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
}

.nei-case-ul li:hover .t {
    color: #1052b6
}

.map {
    margin: 20px auto;
}

.map img {
    display: block;
    width: 100%;
}

.news-detail .tit {
    font-size: 20px;
    text-align: center;
}

.news-detail .time {
    font-size: 12px;
    color: #999;
    text-align: center;
}

.news-detail .txt {
    font-size: 14px;
    line-height: 24px;
}

.news-detail .other a {
    display: block;
    font-size: 12px;
    line-height: 32px;
}

.news-detail .other a span {
    color: #999
}

.news-detail .other a:hover {
    color: #1052b6;
}

.case-detail img {
    display: block;
    margin: 0 auto;
}

.case-detail .t {
    font-size: 18px;
    text-align: center;
}

.case-detail .c {
    font-size: 14px;
    line-height: 24px;
}

.service {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.message .tit {
    font-size: 18px;
}

.message ul li {
    display: block;
    margin: 10px 0px;
    height: 30px;
    line-height: 30px;
}

.message ul li .left {
    width: 80px;
    text-align: right;
    float: left;
}

.message ul li .left font {
    color: #ff0000
}

.message ul li .right {
    margin-left: 90px;
}

@media only screen and (min-width:1024px) {
    .nei-fr {
        min-height: 325px;
    }
}

@media only screen and (max-width:768px) {
    #infeed .submit {
        width: 45.5%!important;
    }
}

@media only screen and (min-width:980px) and (max-width:1200px) {
    .w-1200 {
        width: 95%;
        margin: 0 auto;
    }
    .nav ul li {
        width: 60px;
    }
    .header-sea {
        width: 50px;
    }
    .index-product-ul li {
        width: 23%;
        margin: 0 1%;
    }
    .product-list-ul li {
        width: 23%;
        margin: 0 1%;
    }
    .index-choose-ul li {
        width: 31.333333%;
        margin: 0 1%;
    }
    .index-choose {
        margin: 25px auto;
    }
    .index-about-fl {
        width: 46%;
    }
    .index-about-fr {
        width: 46%;
    }
    .footer-nav li {
        margin-right: 15px;
    }
    .position {
        margin: 25px auto;
    }
    .nei-container {
        margin: 25px auto;
    }
}

@media screen and (max-width:980px) {
    .header {
        height: 50px;
    }
    .header .logo img {
        height: 40px;
        margin: 5px;
    }
    .header.headshrunk {
        height: 50px;
    }
    .header.headshrunk .logo img {
        height: 40px;
        margin: 5px;
    }
    .menu {
        height: 50px;
    }
    .w-1200 {
        width: 100%;
    }
    .header-tel {
        display: none;
    }
    .header-sea {
        display: none;
    }
    .nav {
        display: none;
        position: absolute;
        left: 0px;
        top: 50px;
        background: #fff;
        height: 40px;
        float: none;
        width: 100%;
        height: auto;
        border-top: 1px solid #e2e2e2;
    }
    .nav ul li {
        display: block;
        width: 100%;
        float: none;
        margin: 0px;
    }
    .nav ul li a {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e2e2e2;
    }
    .header.headshrunk .nav {
        display: none;
        position: absolute;
        left: 0px;
        top: 50px;
        background: #fff;
        height: 40px;
        float: none;
        width: 100%;
        height: auto;
        border-top: 1px solid #e2e2e2;
    }
    .header.headshrunk .nav ul li {
        display: block;
        width: 100%;
        float: none;
        margin: 0px;
    }
    .header.headshrunk .nav ul li a {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e2e2e2;
    }
    .menu {
        display: block;
    }
    .header .logo {
        background: none;
    }
    .index-tit .en {
        font-size: 20px;
    }
    .index-tit .ch {
        font-size: 16px;
    }
    .index-product-ul li {
        width: 48%;
        margin: 1%;
    }
    .product-list-ul li {
        width: 48%;
        margin: 1%;
    }
    .index-product {
        background: none;
        width: auto;
        margin: 15px 10px;
    }
    .index-case {
        margin: 15px auto;
    }
    .slideBox-case {
        padding: 15px 0px;
    }
    .slideBox-case .bd li .pic {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .slideBox-case .bd li .con .txt {
        width: 100%;
        float: none;
        margin: 0px;
        max-width: 100%;
    }
    .slideBox-case .bd li img {
        height: auto;
        min-height: 0px;
    }
    .slideBox-case .bd li .con {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .slideBox-case .next {
        right: 0px;
        left: auto;
    }
    .index-choose {
        margin: 15px 10px;
        width: auto;
    }
    .index-choose-ul li {
        width: 31.333333%;
        margin: 0px 1%;
    }
    .index-about-fl {
        width: 100%;
        float: none;
        padding: 0px;
    }
    .index-about-fr {
        width: 100%;
        float: none;
        margin: 0px;
        padding: 0px;
    }
    .index-about .w-1200 {
        width: auto;
        margin: 0px 10px;
    }
    .index-about-fl .img {
        float: none;
        margin: 0 auto;
        width: auto;
    }
    .index-about-fl .img img {
        width: 100%;
    }
    .index-about-fl .txt {
        margin: 0px;
        padding: 10px;
    }
    .index-about-fr-img .img {
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .index-about-fr-img .txt {
        margin: 0px;
        padding: 10px;
    }
    .index-about-fl .index-but1 {
        margin-bottom: 20px;
    }
    .index-about-ul {
        margin: 0px 10px;
    }
    .scrollBox .bd li .pic {
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .scrollBox .bd li .txt {
        margin: 0px;
    }
    .index-comment {
        width: auto;
        margin: 15px 10px;
    }
    .index-feedback-ul {
        width: auto;
        margin: 0px 10px;
    }
    .index-links {
        width: auto;
        margin: 15px 10px;
    }
    .footer-nav {
        display: none;
    }
    .footer-bottom {
        text-align: center;
        line-height: 20px;
    }
    .footer-bottom .fr {
        float: none;
        display: block;
        text-align: center;
    }
    .index-links .con {
        padding: 0px 0px;
    }
    .footer-wx {
        float: none;
        margin: 0 auto;
    }
    .footer-address {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .nei-container {
        margin: 15px 10px;
        width: auto;
    }
    .nei-fl {
        width: 100%;
        float: none;
    }
    .nei-fr {
        width: 100%;
        margin: 0px;
    }
    .position {
        margin: 15px auto;
    }
    .product-img .left {
        width: 100%;
        float: none;
    }
    .bigImg #midimg {
        width: 100%;
        height: auto;
    }
    .product-img .right {
        width: 100%;
        float: none;
        margin: 0px;
    }
    .about-txt .txt {
        width: 100%;
        float: none;
    }
    .nei-about-ul li {
        width: 31.333333%;
        margin: 1%;
    }
    .about-txt .img {
        float: none;
    }
    .about-txt .img img {
        display: block;
        margin: 10px auto;
    }
    #imageMenu {
        width: 235px;
    }
}

@media screen and (min-width:540px) and (max-width:568px) {
    .index-feedback-ul textarea {
        width: 43%;
    }
    .index-feedback-ul input.form-control {
        width: 42%;
    }
    .index-feedback-ul .submit {
        width: 46.9%
    }
}

@media screen and (max-width:540px) {
    .slideTxtBox .hd ul li {
        width: 30%
    }
    .index-feedback-ul textarea {
        width: 42%;
        height: 86px;
    }
    .index-feedback-ul input.form-control {
        width: 42%;
    }
    .index-feedback-ul .submit {
        width: 49.2%;
    }
    .nei-fr .index-feedback-ul textarea {
        width: 41%;
    }
    .index-feedback-ul .feedback_table textarea {
        width: 70%;
        height: 88px;
    }
    .index-feedback-ul .feedback_table tr:nth-last-child(2) {
        width: 47%;
    }
    #infeed .feedback_table tr:nth-last-child(2) .text {
        width: 40%!important;
    }
    #infeed .feedback_table textarea {
        width: 60%!important;
    }
    #infeed .submit {
        width: 35%!important;
    }
}


/*20170814修改 start by zenliver*/

.footer-nav li {
    max-width: 150px;
}

.footer-nav li .li-c a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-sea-con .searchgo {
    width: 60px;
}


/*产品分类页*/

.nei-nav ul li {
    min-height: 30px;
    height: auto;
}

.nei-nav ul li a {
    text-indent: 0;
    padding-left: 30px;
    padding-right: 10px;
    background-position: 20px 13px;
}

.nei-nav ul li:hover a,
.nei-nav ul li.hover a {
    background-position: 20px 13px;
}

.product-list-ul li .txt,
.index-product-ul li .txt {
    padding-right: 30px;
}

.product-list-ul li .txt .ch,
.index-product-ul li .txt .ch {
    height: 20px;
    overflow: hidden;
}

.product-list-ul li .txt .en {
    height: 16px;
    overflow: hidden;
}

.index-product-ul li .txt .en {
    display: none;
}


/*首页*/

@media (min-width:981px) {
    .index-about .index-about-fr-img {
        height: 216px;
        overflow: hidden;
    }
}


/*公司简介页面*/

@media (min-width:981px) and (max-width:1200px) {
    .about-txt .txt {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .about-txt .img.fr {
        float: none;
        margin-top: 20px;
    }
    .about-txt .img.fr>img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:1200px) {
    .nei-about-ul li {
        width: 31.333333%;
        margin: 1%;
    }
}


/*20170814修改 end*/