/* body{
    overflow-x: hidden;
} */
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibri.woff');
}



.ban a{ 
    position: relative;
    padding-right: 20px;
}
.ban a::before{
    content: ">";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
right: 7px;
}
.ban a:last-child::before {
    display: none;
} 




/* 百度地图css */

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}


/* 插件中的样式 */

.navbar-default .navbar-nav>li>a {
    color: #777;
    font-size: 14px;
}

.navcon {
    padding: 0px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-header.clearfix {
    background-color: #fff;
    /*height: 50px;*/
    padding: 5px 0px;
    position: relative;
}
.navbar-header.clearfix .language{
    position: absolute;
    left: 60%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .navbar-header.clearfix .language a{
    font-size: 16px;
    color: #000;
    margin: 0px 5px;
  }
/* .navbar-header.clearfix >a{
    height: 100%;
    display: inline-block;
} */
.navbar-header img {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 35%;
    /*width: 25%;*/
    /* float: left; */
    margin-left: 15px;
    height: 50%;
}

@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */


/* 禁用iPhone中Safari的字号自动调整 */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
}


/* 禁止缩放表单 */

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    resize: none;
    border: none;
}


/* 取消链接高亮  */

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* 图片自适应 */

// img {
//  width: 100%;
//  height: auto;
//  width: auto\9; /* ie8 */
//  display: block;
//  -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
// }

/* 初始化 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
    color: #555;
    background-color: #F7F7F7;
}

em,
i {
    font-style: normal;
}

ul,
li {
    list-style-type: none;
}


/*strong {
  font-weight: normal;
}*/

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

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
	max-width:100%;
}

input {
    font-family: 'Microsoft YaHei';
}

input,
button,
select,
textarea {
    outline: none
}

textarea {
    resize: none
}


/*单行溢出*/

.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*多行溢出 手机端使用*/

.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w60 {
    width: 60%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.333333%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.db {
    display: block !important;
}

.dn {
    display: none;
}


/* 首页searching */
.searching{
    display: none;
    height: 50px;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .searching .container{
    padding: 0px;
    position: relative;
    
  }
  .searching .container i{
    font-size: 30px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .searching .container button{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border:none;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .searching input{
    padding-left: 49px;
    line-height: 49px;
    font-size: 20px;
    width: 100%;
  }

/* public */

.lititle {
    font-size: 16px;
    color: rgb( 18, 124, 61);
    line-height: 4.063;
    text-align: center;
}

h2 {
    margin-top: 10px;
    font-size: 38px;
    color: rgb( 51, 51, 51);
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

/* 插件中的样式 */

/* .navbar-default .navbar-nav>li>a {
    color: #777;
    font-size: 14px;
}

.navcon {
    padding: 0px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-header.clearfix {
    padding: 5px 0px;
}
.navbar-header.clearfix>a{
    display: block;
    height: 100%;
}
.navbar-header img {
    width: 40%;
    margin-left: 15px;
} */

/* index.html */

.navs{
    background-color: #fff;
    position: relative;
    height: 83px;
}

.navs>.left {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.navs>.right {
    float: right;
    position: relative;
    z-index: 10000000;
}

.navs>.right .language {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%;
    margin-right: 30px;
    font-size: 14px;
    color: rgb( 104, 104, 104);
}

.navs>.right .language i {
    font-size: 20px;
    vertical-align: middle;
}

.navs>.right .language i:first-child {
    margin-right: 5px;
}

.navs>.right .language i:last-child {
    margin-left: 5px;
}

.navs>.right .language div:last-child {
    /* width: 100%;
    text-align: center;
    position: absolute;
    display: none; */
}

.navs>.right .search {
    display: inline-block;
    vertical-align: middle;
    width: 83px;
    height: 83px;
    position: relative;
    background-color: #b4b4b4;
}

.navs>.right .search i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.navs .container {
    text-align: center;
    height: 100%;
    position: relative;
}

.navs ul {
    width: 88%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.navs ul li {
    padding: 0px 10px;
    margin: 0px 15px;
    float: left;
    line-height: 80px;
}

.navs ul li:hover {
    border-bottom: 2px solid #2b2559;
}

.navs ul li:first-child {
    padding: 0px 15px;
}

.navs ul li a {
    font-size: 16px;
    color: rgb( 58, 58, 58);
}

.banner .swiper-slide>img {
    vertical-align: bottom;
}

.aboutus {
    position: relative;
    top: -1px;
}

.aboutus>div {
    padding: 0px;
}

.aboutus>div>img {
    vertical-align: bottom;
}

.aboutus>div:last-child {
    position: relative;
}

.aboutus>div:last-child>div {
    width: 50%;
    position: absolute;
    left: 85px;
    top: 75px;
}

.aboutus>div:last-child>div>p:first-child {
    font-size: 16px;
    color: rgb( 255, 255, 255);
}

.aboutus>div:last-child>div>p:nth-child(2) {
    font-size: 40px;
    color: rgb( 254, 254, 255);
    font-weight: bold;
}

.aboutus>div:last-child>div>p:nth-child(3) {
    font-size: 14px;
    color: rgb( 254, 254, 255);
    line-height: 2.143;
}

.aboutus>div:last-child>div>div {
    margin-top: 20px;
}

.aboutus>div:last-child>div>div p:first-child {
    font-size: 40px;
    font-family: "Nunito";
    color: rgb( 254, 254, 255);
    /*line-height: 0.875;*/
}

.aboutus>div:last-child>div>div p:last-child {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb( 138, 134, 166);
    line-height: 1.875;
}

@media (max-width: 1800px) {
    div.aboutus>div:last-child>div {
        width: 70%;
        position: absolute;
        left: 35px;
        top: 35px;
    }
}
/* 1660 */
@media (max-width: 1660px) {
    div.aboutus>div:last-child>div {
        width: 70%;
        position: absolute;
        left: 20px;
        top: 20px;
    }
}
/* @media (max-width: 1475px) {
    .navs>.left {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
}    */
/* @media (max-width: 1770px) {
    div.aboutus>div:last-child>div {
        width: 80%;
        position: absolute;
        left: 25px;
        top: 25px;
    }
    div.aboutus>div:last-child>div>div {
        margin-top: 0px;
    }
} */

/* @media (max-width: 1370px) {
    div.aboutus>div:last-child>div {
        width: 100%;
        position: absolute;
        left: 10px;
        top: 10px;
    }
    div.aboutus>div:last-child>div>p:nth-child(3) {
        font-size: 14px;
        color: rgb( 254, 254, 255);
        line-height: 1.5;
    }
    div.aboutus>div:last-child>div>div p:first-child {
        font-size: 30px;
        font-family: "Nunito";
        color: rgb( 254, 254, 255);
    }
} */

.introduce {
    background-color: #fff;
}

.introduce>div {
    height: 285px;
    box-sizing: border-box;
    padding: 65px 45px 65px 55px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.introduce>div:last-child {
    border-right: none;
}

.introduce>div p:first-child i {
    color: #127c3d;
    font-size: 40px;
}

.introduce>div p:nth-child(2) {
    font-size: 19px;
    color: rgb( 51, 51, 51);
    line-height: 1.842;
}

.introduce>div p:nth-child(3) {
    font-size: 14px;
    color: rgb( 141, 141, 141);
    line-height: 1.929;
}

.contact {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 75px;
}

.contact input {
    font-size: 14px;
    border-radius: 3px;
    padding-left: 15px;
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
    margin-bottom: 30px;
}

.contact input:last-child {
    margin-bottom: 0px;
}

.contact textarea {
    padding-top: 15px;
    padding-left: 20px;
    height: 182px;
    width: 100%;
    background-color: #eeeeee;
    border: none;
}

.contact form>div {
    text-align: center;
}

.contact form button {
    width: 176px;
    height: 48px;
    border-radius: 3px;
    background-color: #2b2559;
    color: #fff;
    font-size: 20px;
    border: none;
    margin-top: 50px;
    margin-bottom: 55px;
}

.contact .bottom i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 20px;
    color: #2b2559;
    position: relative;
    top: -3px;
}

.contact h2 {
    margin-bottom: 35px;
}

.contact .bottom>div {
    font-size: 16px;
    /*font-family: "Candara";*/
    color: rgb( 121, 121, 121);
    line-height: 1.875;
}

.product .swiper-slide .top {
    box-sizing: border-box;
    position: relative;
    height: 354px;
    border: 1px solid #dddddd;
    text-align: center;
}

.product .swiper-slide .top img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product .swiper-slide {
    display: inline-block;
}

.product .swiper-slide .bottom {
    box-sizing: border-box;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 17px;
    color: rgb( 51, 51, 51);
    border: 1px solid #dddddd;
    border-top: none;
}

.product .swiper-slide .bottom i {
    vertical-align: middle;
    font-size: 20px;
    color: #7a7a7a;
    margin-left: 20px;
}

.product>.bottom {
    margin-top: 45px;
}

.product .bottom>div {
    padding: 0px;
    text-align: center;
    border: 1px solid rgb(221, 211, 211);
    box-sizing: border-box;
}

.product .bottom>div .top {
    overflow: hidden;
    height: 355px;
    position: relative;
    border-bottom: 1px solid rgb(211, 211, 211);
}
.product .bottom>div .top>a{
    height: 100%;
    display: block;
    overflow: hidden;
}
/* .product .bottom>div .top>a img{
    transition: 1.2s;
} */
.product .bottom>div .top>a img:hover{
    transform: scale(1.1) translate(-50%, -50%);
    transition: 1.2s;
}
.product .bottom>div .top img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product .bottom>div .bottom {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 17px;
    color: rgb( 51, 51, 51);
}

.product .bottom>div .bottom i {
    vertical-align: middle;
    color: #2b2559;
    font-size: 20px;
    margin-left: 20px;
}

.newscenter .swiper-containerN {
    padding: 55px 25px 110px;
    position: relative;
    overflow: hidden;
}

.newscenter .swiper-container-horizontal>.swiper-pagination-bullets,
.newscenter .swiper-pagination-custom,
.newscenter .swiper-pagination-fraction {
    bottom: 60px;
    left: 0;
    width: 100%;
}

.newscenter .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid rgb(211, 211, 211);
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
}

.newscenter .swiper-pagination-bullet-active {
    opacity: 1;
    background: #127c3d;
    border: none;
}

.newscenter .swiper-containerN .swiper-slide {
    padding-bottom: 27px;
    border-bottom: 1px solid rgb(211, 211, 211);
}

.newscenter .swiper-containerN .swiper-slide>div:nth-child(1) {
    width: 96px;
    height: 30px;
    border: 2px solid #2b2559;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-family: "Calibri";
    color: #2b2559;
}

.newscenter .swiper-containerN .swiper-slide>p:nth-child(2) {
    font-size: 17px;
    font-family: "Microsoft YaHei";
    color: rgb( 51, 51, 51);
    line-height: 2.059;
}

.newscenter .swiper-containerN .swiper-slide>p:nth-child(3) {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 121, 121, 121);
    line-height: 2.143;
}

.newscenter .swiper-containerN .swiper-slide a {
    color: rgb( 18, 124, 61);
    font-size: 14px;
}

@media (max-width: 1450px) {
    div.swiper-container-vertical>.swiper-pagination-bullets {
        right: auto;
        left: 50px;
        top: 40% !important;
        -webkit-transform: translate3d(0,-50%,0);
        -moz-transform: translate3d(0,-50%,0);
        -o-transform: translate(0,-50%);
        -ms-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }
}
@media (max-width: 1360px) {
    div.swiper-container-vertical>.swiper-pagination-bullets {
        right: auto;
        left: 80px;
        top: 40% !important;
        -webkit-transform: translate3d(0,-50%,0);
        -moz-transform: translate3d(0,-50%,0);
        -o-transform: translate(0,-50%);
        -ms-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }
}

.project {
    position: relative;
    overflow: hidden;
}

.project .container {
    width: 1450px;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
}
.project .container >p{
    text-align: center;
    font-size: 16px;
    line-height: 4.063;
    color:#fff;
}
.project .container >h2{
    color: #fff;
}
 .swiper-container-vertical>.swiper-pagination-bullets {
    right: auto;
    left: 10px;
    top: 40% !important;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.project  .swiper-containerP{
    height: 375px;
    padding-top: 75px;
    position: relative;
    overflow: hidden;
}
.project  .swiper-containerP>img{
    position: absolute;
    left:  65px;
    top: 15px;
}
.project .swiper-slide {
    padding: 0px 135px 0px 170px;
}
.project .swiper-slide p:nth-child(1){
    font-size: 19px;
    color: rgb( 255, 255, 255 );
    line-height: 1.842;
    margin-bottom: 40px;
}
.project .swiper-slide p:nth-child(2){
    font-size: 16px;
    color: rgb( 255, 255, 255 );
    line-height: 1.938;
}
.project .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0;
    display: block;
}
.project .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}
.project  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

@media (max-width: 1640px) {
    .navs>.left {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    div.navs ul {
        width: 88%;
        height: 100%;
        position: absolute;
        left: 60%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    div.navs ul li {
        padding: 0px 10px;
        margin: 0px 10px;
        float: left;
        line-height: 80px;
    }
}

/* index.html自适应 */

@media (max-width: 765px) {

    .nav > li:nth-child(7){
        display: none;
    }

    div.aboutus>div:last-child>div {
        width: 100% !important;
        position: absolute;
        left: 15px !important;
        top: 15px !important;
        padding-right: 15px;
    }
    .aboutus>div:nth-child(1)>img {
        /* vertical-align: bottom; */
        height: 300px;
    }
    /* .aboutus>div:nth-child(2)>img {
        height: 500px;
    } */
    .aboutus>div:last-child>img{
        height: 500px;
    }
    div.introduce>div {
        height: 180px;
        box-sizing: border-box;
        /* padding: 65px 45px 65px 55px; */
        padding: 15px;
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }
    div.product .bottom>div .top {
        height: 265px;
        position: relative;
        border-bottom: 1px solid rgb(211, 211, 211);
    }
    div.product .bottom>div .bottom {
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 15px;
        color: rgb( 51, 51, 51);
    }
    .contact form>div{
        padding: 0px;
    }
    div.lititle {
        font-size: 16px;
        color: rgb( 18, 124, 61);
        line-height: 2.6;
        text-align: center;
    }
    div.contact form button {
        width: 176px;
        height: 48px;
        border-radius: 3px;
        background-color: #2b2559;
        color: #fff;
        font-size: 20px;
        border: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    div.contact h2 {
        margin-bottom: 20px;
    }
    .contact form>div:nth-child(1) input:nth-child(3){
        margin-bottom: 15px;
    }
    div.contact input {
        font-size: 14px;
        border-radius: 3px;
        padding-left: 15px;
        width: 100%;
        height: 40px;
        background-color: #eeeeee;
        margin-bottom: 15px;
    }
    div.contact {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 25px;
    }
    div.project .swiper-slide {
        /* padding: 0px 135px 0px 170px; */
        padding: 15px;
    }
    div.project .swiper-containerP {
        height: 375px;
        padding-top: 55px;
        position: relative;
        overflow: hidden;
    }
    div.project .container {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 20px;
        transform: translateX(-50%);
    }
    div.swiper-container-vertical>.swiper-pagination-bullets {
        right: auto;
        left: 0px !important;
        top: 40% !important;
        -webkit-transform: translate3d(0,-50%,0);
        -moz-transform: translate3d(0,-50%,0);
        -o-transform: translate(0,-50%);
        -ms-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }
    div.project .swiper-containerP>img {
        position: absolute;
        left: 15px;
        top: 15px;
    }
    .ban h2 {
        font-size: 24px;
        color: #fff;
    }
    div.ban p {
        color: #fff;
        font-size: 14px;
        color: rgb( 255, 255, 255 );
        font-weight: bold;
        margin-top: 20px;
    }
    div.ban .container {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .ban > img {
        height: 160px;
        position: relative;
    }
    div.grey .container {
        padding: 0px;
        text-align: left;
    }
    div.grey {
        background-color: #f3f3f3;
        height: auto;
        line-height: inherit;
    }
    div.grey a {
        width: 33.3%;
        text-align: center;
        margin: 0px;
        display: inline-block;
        padding: 10px;
        color: #000;
        font-size: 15px;
    }
    div.grey a:nth-child(4){
        width: 50%;
    }
    div.grey a:nth-child(5){
        width: 50%;
    }
    div.about h1 {
        margin-bottom: 15px;
        text-align: center;
        font-size: 26px;
        font-family: "Microsoft YaHei";
        color: rgb( 51, 51, 51 );
        line-height: 1.346;
    }
    div.about {
        padding: 15px 0px 15px;
    }
    .about .container>div{
        padding: 0px;
    }
    div.pro .container>p {
        margin: 15px 0px 15px;
    }
    .swiper-containerC {
        width: 100% !important;
    }
    .swiper-container-multirow>.swiper-wrapper {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100% !important;
    }
    .swiper-containerC .swiper-slide{
        width: 100% !important;
    }
    div.proin table {
        width: 100%;
    }
    div.proin .container {
        padding-bottom: 30px;
    }
    div.proin .container>div:last-child {
        margin-top: 50px;
    }
    div.navbars {
        background-color: #fff;
        padding: 25px 0px 30px;
    }
    div.proin .container>p {
        margin: 20px 0px 15px;
    }
    div.proin .title {
        padding-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
        font-size: 22px;
        font-family: "Microsoft YaHei";
        color: rgb( 49, 49, 49 );
    }
    div.navbars .container .right {
        position: absolute;
        right: 15px;
        top: 0px;
        display: inline-block;
        width: 100px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        color: #fff;
        font-size: 16px;
        background-color: #a1a1a1;
        border-radius: 5px;
    }
}


@media (max-width: 765px) {
    footer>div.top {
        /* height: 240px; */
        height: auto;
        /* padding: 55px 90px 55px 100px; */
        padding: 25px 15px 50px;
        border-bottom: 1px solid #38326d;
    }
    footer>div.top .w10{
        width: 33.3%;
        display: inline-block;
        float: left;
    }
    footer>div.top .w25{
        display: inline-block;
        width: 50%;
        float: left;
    }
    footer>div.top .w15{
        width: 50%;
    }
    footer>.top dl{
        margin-bottom: 15px;
        text-align: center;
    }
    footer>div.bottom {
        padding: 15px;
        height: auto;
        line-height: inherit;
        font-size: 14px;
        font-family: "Candara";
        color: rgb( 217, 237, 255 );
    }
    footer>div.bottom .right{
        float: none;
    }
}
footer{
    background-color: #2b2559;

    /* 修改后 */
    height: 325px;

}
footer>.top{
    height: 240px;
    padding: 55px 90px 55px 100px;
    border-bottom: 1px solid #38326d;
}
footer>.top dt{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    margin-bottom: 10px;
}
footer>.top dd{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 217, 237, 255 );
    line-height: 1.857;
}
footer>.top dd a{
    color: rgb( 217, 237, 255 );
}
footer>.top dd a:hover{
    color: #fff;
}
footer>.top .w10{
    width: 10%;
    display: inline-block;
    float: left;
}
footer>.top .w25{
    display: inline-block;
    width: 25%;
    float: left;
}
footer>.top .w25:nth-child(7){
    text-align: center;
    border-left: 1px solid #38326d;
    border-right: 1px solid #38326d;
    padding-top: 10px;
}
footer>.top .w25:nth-child(7) p:nth-child(1){
    font-size: 26px;
    font-family: "Calibri";
    color: rgb( 255, 255, 255 );
    line-height: 1;
}
footer>.top .w25:nth-child(7) p:nth-child(2){
    margin-top: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 217, 237, 255 );
    line-height: 1.643;
}
footer>.top .w25:nth-child(7) p:nth-child(3){
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 217, 237, 255 );
    line-height: 1.643;
}
footer>.top .w25:nth-child(7) div:last-child{
    display: inline-block;
    width: 155px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 10px;
}
footer>.top .w15{
    width: 15%;
    display: inline-block;
    padding-top: 10px;
}
footer>.top .w15:last-child{
    text-align: right;
}
footer>.top .w15:last-child p{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 217, 237, 255 );
    line-height: 1.786;
}



footer>.bottom{
    padding: 0px 90px 0px 100px;
    height: 85px;
    line-height: 85px;
    /* height: 68px;
    line-height: 68px; */
    font-size: 14px;
    font-family: "Candara";
    color: rgb( 217, 237, 255 );
}
footer>.bottom img{
    margin-left: 20px;
}
footer>.bottom .right{
    float: right;
}
footer>.bottom .right a{
    color: #fff;
}
footer>.bottom .right a{
    margin: 0px 5px;
}
footer>.bottom .right a i{
    font-size: 18px;
}

/* aboutus.html */

/*  ban  */
.ban{
    position: relative;
}
.ban .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ban h2{
    color:#fff;
}
.ban p{
    text-align: center;
}
.ban p{
    color: #fff;
    font-size: 15px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    margin-top: 20px;
}
.ban a{
    color: #fff;
}
.ban a:hover{
    color: #0c7938;
}
.ban > img:nth-child(1){
    position: absolute;
    z-index: -1;
}



.grey{
    background-color: #f3f3f3;
    height: 60px;
    line-height: 60px;
}
.grey a{
    margin: 0px;
    display: inline-block;
    padding: 0px 50px;
    color: #000;
    font-size: 15px;
}
.grey .container{
    text-align: center;
}
.grey a.active{
    background-color: #0c7938;
    color: #fff;
}
.grey a:hover{
    color: #fff;
    background-color: #0c7938;
}

.about{
    padding: 68px 0px 130px;
}
.about h1{
    margin-bottom: 35px;
    text-align: center;
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: rgb( 51, 51, 51 );
    line-height: 1.346;
}
.about p{
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb( 62, 62, 62 );
    line-height: 2.2;
}
.about img{
    height: 295px;
}

.pro{
    background-color: #fff;
}
.pro .container{ 
    
}
.pro .container>p{  
    margin: 30px 0px 20px;
}
.pro .container p a{   
    color: #000;
    margin-bottom: 10px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    padding: 0px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 20px; 
    margin-right: 20px;
    font-size: 15px;
}
.pro .container p a.active{
    color:#fff;
    background-color: #127c3d;
}
.pro .swiper-slide{
    background-color: #fff;
    margin-bottom: 25px;
}
.pro .swiper-slide:hover .bottom{
    background-color: #127c3d;
}
/* .pro .swiper-slide:hover .bottom p{
    color: #fff;
} */
.pro .swiper-slide .top{
    border: 1px solid #f5f5f5;
    height: 335px;
    position: relative;
}
.pro .swiper-slide .top a{
    height: 100%;
    display: block;
    overflow: hidden;
}
.pro .swiper-slide:hover .top img{
    transition: 2s;
    transform: scale(1.1) translate(-50%,-50%);
}
.pro .swiper-slide .top img{
    transition: 2s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pro .swiper-slide .bottom{
    height: 100px;
    background-color: #f8f8f8;
    /* padding: 25px 40px; */
    padding: 15px;
    border-bottom: 3px solid #e6e6e6;
}
.pro .swiper-slide:hover .bottom p:nth-child(1){
    color:#fff;
}
.pro .swiper-slide .bottom p:nth-child(1){
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    color: rgb( 58, 58, 58 );
    line-height: 1.941;
}
.pro .swiper-slide:hover .bottom p:nth-child(2){
    color:#fff;
}
.pro .swiper-slide .bottom p:nth-child(2){
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb( 127, 127, 127 );
    line-height: 2.75;
}

.proin{
    background-color: #fff;
}
.proin .container{
    padding-bottom: 88px;
}
.proin .container>p{  
    margin: 30px 0px 20px;
}
.proin .container p a{   
    color: #000;
    margin-bottom: 10px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    padding: 0px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 20px; 
    margin-right: 20px;
    font-size: 15px;
}
.proin .container p a.active{
    color:#fff;
    background-color: #127c3d;
}
.proin .title{
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: rgb( 49, 49, 49 );
}
.proin  .green{
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #127c3d;
  line-height: 2.5;
}
.proin .container>div{
    padding: 0px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 96, 96, 96 );
    line-height: 2.5;
}
.proin .container>div:last-child{
    margin-top: 100px;
}


.proin .table > tbody > tr > th{
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb( 91, 91, 91 );
    line-height: 2.2;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb( 91, 91, 91 );
    line-height: 2.2;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
.proin  table{
    width: 470px;
}
.proin  table  thead{
    
    
    background-color: #127c3d;
    border-bottom: none;
}
.proin  table  thead th{
    font-size: 16px;
    text-align: center;
}
.proin .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
    color: #fff;
}

.navbars{
    background-color: #fff;
    padding: 25px 0px 90px; 
}
.navbars span{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 96, 96, 96 );
    font-weight: bold;
}
.navbars .container .left a{
    font-size: 14px;
    color: rgb( 91, 91, 91 );
}
.navbars .container .left a:hover{
    color: #127c3d;
}
.navbars .container .left>div:nth-child(1){
    margin-bottom: 20px;
}
.navbars .container .right{
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size:16px;
    background-color: #a1a1a1;
    border-radius: 5px;
}
.navbars .container {
    position: relative;
    
}

/*  news.html  */
.news{
    padding-top: 40px;
    background-color: #fff;
  }
  .news .container>.title{
    padding:15px 0px ;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 76, 76, 76 );
    line-height: 2.357;
  }
  .news .container .left{
    display: inline-block;
    float: left;
  }
  .news .container .right{
    float: left;
    padding-left: 20px;
  }
  .news .container .right p:nth-child(1){
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb( 77, 77, 77 );
    text-transform: uppercase;
    line-height: 2.313;
  }
  .news .container .right p:nth-child(1) a{

  }
  .news .container .right p:nth-child(2){
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 139, 139, 139 );
    text-transform: uppercase;
    line-height: 2.143;
  }
  .news .container .right p:nth-child(3){
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb( 139, 139, 139 );
    text-transform: uppercase;
    line-height: 2.143;
  }
  .news>.container{
    padding-bottom: 20px;
  }
  .news .row{
      margin: 0px;
    padding: 15px 0px; 
  }
  .news .row:hover .right>p:nth-child(1){
    color: #2b2559;
  }

  /* newsin.html */
@media (max-width: 765px){
    
    /* .aboutus>div>img{
        height: 400px;
    } */

    div.newsin .container .meet img{
      width: 100%;
    }
    div.newsin .container .meet {
      padding-top: 15px;
      text-align: center;
      padding-bottom: 15px;
      border-bottom: 1px solid #eaeaea;
    }
    div.newsin .container h2 {
      text-align: center;
      font-size: 22px;
      font-family: "Microsoft YaHei";
      color: rgb( 49, 49, 49 );
    }
    div.newsin {
      background-color: #fff;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    div.newsin .container>.bottom .right {
      margin-top: 25px;
      float: right;
      width: 80px;
      height: 25px;
      line-height: 25px;
      background-color: #f6cb03;
      color: #fff;
      text-align: center;
      border-radius: 30px;
      font-size: 14px;
    }
    div.newsin .container p:nth-child(2) {
      text-align: center;
      padding: 10px 0px 15px;
      border-bottom: 1px solid #eaeaea;
    }
    div.newsin .container p:nth-child(3) {
      margin-top: 10px;
      text-align: center;
      font-size: 12px;
      font-family: "Microsoft YaHei";
      color: rgb( 96, 96, 96 );
      line-height: 2.5;
    }
  }

  /* newsin.html */
.newsin{
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .newsin .container h2{
    text-align: center;
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: rgb( 49, 49, 49 );
  }
  .newsin .container p:nth-child(2){
    text-align: center;
    padding: 20px 0px 25px;
    border-bottom: 1px solid #eaeaea;
  }
  .newsin .container p:nth-child(2) span:nth-child(1){
    margin-right: 28px;
  }
  .newsin .container p:nth-child(2) span{
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 113, 113, 113 );
  }
  .newsin .container p:nth-child(3){
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 96, 96, 96 );
    line-height: 2.5;
  }
  .newsin .container .meet{
    padding-top: 35px;
    text-align: center;
    padding-bottom: 45px;
    border-bottom: 1px solid #eaeaea;
  }
  .newsin .container>.bottom .left{
    margin-top: 25px;
    float: left;
  }
  .newsin .container>.bottom .left div{
  
  }
  .newsin .container>.bottom .left div span{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 96, 96, 96 );
    font-weight: bold;
    line-height: 30px;
  }
  .newsin .container>.bottom .right{
    margin-top: 25px;
    float: right;
    width: 100px;
    height: 35px;
    line-height: 35px;
    background-color: #f6cb03;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
  }

  /* 子页link自适应 */
@media (max-width: 765px){
    .online .info .col-md-4 {
          margin-bottom: 10px;
          padding-right: 10px;
          padding-left: 10px;
      }
      .online .container .liuyan{
          padding:0 10px;
      }
      /*.main.link .col-md-4 {
        height: inherit;
        position: relative;
      }*/
      .main .col-md-4.link span {
        padding-top: 5px;
        padding-left: 50px;
        float: left;
        line-height: inherit; 
      }
  }

  /* link.html */
.main{
    padding:40px 0;
}
.main.aboutus{
    padding:80px 0;
}

.main .container .top{
    position:relative;
}
.main .container .border{
    left:50%;
    transform:translateX(-50%);
    width:30px;
    height:2px;
    position:absolute;
    bottom:0px;
    background-color:#0c7938;
}
.main h3{
    padding-bottom:15px;
    font-size: 24px;
    color:#000;
    text-align: center;
}
.main .col-md-4{
    height:50px;
    position:relative;
    padding: 0px;
}
.main  .link:hover .box{
    background-color: #127c3d;
}
.main  .link:hover .box i{
    color: #fff;
}
.main .bottom{
    margin-top: 30px;
}
.main .col-md-4 .box{
    border:1px solid #ccc;
    position: absolute;
    display: inline-block;
    top:50%;
    transform:translateY(-50%);
    width:35px;
    height:35px;
    border-radius: 35px;
    // background-color: #f93348;
}
.main .col-md-4 span{
    font-size:13px;
}
.main .col-md-4 i{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:20px;
    // color:#fff;
}
.main .col-md-4 span{
    padding-left: 50px;
    line-height: 50px;
}
.main .box{

}
.main .box.active{
  /*background-color:#f93348;*/
  background-color:#2e56d9;
  color:#fff;
}

.online{
    margin-top:30px;
}
.online input[type="submit"] {
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: 1px solid #d5d5d5;
    text-indent: 0px;
    font-size: 16px;
}
.online .col-md-4{
    padding-right:10px;
    padding-left:0px;
}
.online .message{
    position:relative;
}
.online .border{
    left:50%;
    transform:translateX(-50%);
    width:25px;
    height:2px;
    position:absolute;
    bottom:0px;
    background-color:#0c7938;
}
.online h2{
    color:#000;
    text-align:center;
    padding-bottom:15px;
    font-size:22px;
}
.online input{
    width:100%;
    height:45px;
    background-color:transparent;
    border:1px solid #d5d5d5;
    text-indent: 20px;
    font-size:16px;
    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
      color:    #ccc;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color:    #ccc;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
       color:    #ccc;
    }
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
       color:    #ccc;
    }
}
.online .info{
    position:relative;
    margin-top:20px;
}
.online .youxiang{
    padding-right:0px;
}
.online .info i{
    font-size:20px;
    color:#ababab;
    position:absolute;
    right:30px;
    top:50%;
    transform: translateY(-50%);
}
.online .container .liuyan textarea{
    padding:10px 0 0 10px;
    margin-top:10px;
    width: 100%;
    padding-right:10px;
    height:130px;
    border:none;
    border:1px solid #ccc;
    font-size: 16px;
    text-indent:10px;
}
.online .liuyan{
    position:relative;
}
.online .liuyan i{
    position: absolute;
    right:30px;
    top:20px;
    font-size:20px;
    color:#dadada;
}
.online .sub{
    position:relative;
    margin-top:20px;
    margin-bottom:100px;
}
.online .sq input{
  border:none;
}
.online .sq{
    // position:absolute;
    // left:50%;
    // top:0px;

    font-size:18px;
    color:#fff;
    width:300px;
    height:50px;
    background-color:#848484;
    text-align:center;
    margin: 40px auto;
    line-height:50px;
}





/* solve.html */
.main.product{
    padding:30px 0 20px 0;
    background-color: #fff;
}
.main.product .col-md-3{
    // border:1px solid #ccc;
    padding:10px;
}
.main.product .col-md-3{

}
.main.product .col-md-3>div{
  /*display: block;*/
    border:1px solid #ccc;
    // padding:10px;
    padding: 5px;
}
.main.product .col-md-3>div:hover{
  cursor: pointer;
}
.main.product .col-md-3 .top img:nth-child(1){
  width: 100%;
}
.main.product .col-md-3 .top img:nth-child(2){
  display: none;
  
}
.main.product .col-md-3 .mid{
    // color:#000;
    font-size:16px;
    color:#3b3b3b;
    text-align:center;
    margin-top: 5px;
    margin-bottom: 15px;
}
.main.product .col-md-3 .bottom{
    font-size:14px;
    padding-bottom:20px;
    text-align:center;
    color:#6d6d6d;
}
.main.product .col-md-3>div.active{
    background-color:#2e56d9;
    /*color:#fff;*/
}

/* 子页news自适应 */

.news .row .container .left{
    
    /* width: 100%; */
  }
  .news .row .container .left img{
    /* width: 100%; */
    padding: 0px 15px;
  }
  .news .row .container .right {
      width: 730px;
    float: left;
    /* width: 100%; */
    padding: 0px 15px;
  } 

/* @media (max-width: 765px){
    .news .row .container a >img {
      padding:0px;
    }
    .news .row .col-md-12 {
      margin-bottom: 0px;
    }
    .news .row .container .col-md-12>.shop h1 {
      font-size: 18px;
      color: #4d4d4d;
      padding: 5px 0 15px;
    }
    .news .container .des {
      font-size: 12px;
      color: #8b8b8b;
    }
    .news .container .font i {
      font-size: 18px;
      margin-right: 5px;
    }
  } */
  /* 子页newsin自适应 */
  @media (max-width: 765px){
    div.news .row .container .left {
        width: 100%;
    }
    div.news .row .container .left img {
        width: 100%;
        padding: 0px 15px;
    }
    .newsin.clearfix .bottom p {
      font-size: 13px;
      padding: 10px 15px;
    }
    .newsin.clearfix h1 {
      font-size: 22px;
      color: #000;
    }
    .newsin.clearfix .top p {
      margin-top: 15px;
      margin-bottom: 20px;
      font-size: 14px;
      color: #717171;
    }
    .wh .desp.container a {
      font-size: 12px;
      display: block;
    }
    .wh .desp.container {
      padding-top: 30px;
      position: relative;
      border-bottom: 1px solid #ccc;
      padding-bottom: 30px;
      background-color: #fff;
    }
    .newsin.clearfix {
      background-color: #fff;
      padding-top: 20px;
      padding-bottom: 50px;
      /* border-bottom: 1px solid #ccc; */
    }
    .wh .desp.container .back {
      color: #fff;
      width: 90px;
      height: 30px;
      background-color: #a1a1a1;
      position: absolute;
      right: 15px;
      top: 30px;
      text-align: center;
      line-height: 30px;
      border-radius: 2px;
    }
    .newsin.clearfix .cor {
      margin: 0 auto;
      /*width: 477px;*/
      width: 100%;
      height: auto;
      padding: 0px; 
      background-color: #f7f7f7;
    }
    .newsin.clearfix .cor img {
      margin: 0 auto;
    }
  }

#page{ clear:both; height:40px; margin:0 auto; text-align:center; display: table; }
#page li{ float:left; padding:5px 14px; border:1px solid #CCCCCC; margin-right:6px; color:#666; font-size:12px; list-style:none;}
#page li:hover{border:1px solid #0060ad;}
#page li:hover a{color:#0060ad}
#page li a{ color:#666}
#page li.active{border:1px solid #0060ad; background-color:#0060ad; color:#FFFFFF}
#page li.active a{ color:#fff}
#page .thisclass{ background-color:#0060ad; color:#FFFFFF}


  .special{
    padding-top: 0px;
    background: #fff;
    /* height: 500px; */
}

.special .container{
    /* height: 500px; */
}
.special .container .top{
    position: relative;
    width: 100%;
    /* height: 800px; */
    height: 550px;
}
.special p{
    margin: 15px 0px;
    font-size: 18px;
    color: #000;
}



.readmore{
    margin: 20px 0px !important;
    text-align: center;
}
.readmore>a{
    display: inline-block;
    width: 140px;
    height: 45px;
    border: 1px solid #0c7938;
    text-align: center;
    line-height: 45px;
    color: #000;
    font-size: 15px;
}

footer .bdshare-button-style0-16 {
    vertical-align: middle;
    zoom: 1;
}