﻿/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: auto;
}

.fullSlide .bd {
    height: 697px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: block;
}

.fullSlide .bd li a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    margin-bottom: 38px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    background: white;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 4px;
    margin: 0 5px;
    overflow: hidden;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #ffffff;
    width: 38px;
}

.fullSlide .prev, .fullSlide .next {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 15%;
    width: 40px;
    height: 60px;
    background: url(../images/slide-btn.png) 0 12px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: 0 -40px;
}


/*首页关于我们*/
.in-about {
    height: auto;
    margin-top: 80px;
    margin-bottom: 46px;
    overflow: hidden;
}

.in-about .in-abou-left {
    width: 54.3%;
    margin-right: 4.9%;
}

.in-about .in-abou-left .in-intro {
    width: 100%;
    height: 186px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #434343;
    line-height: 30px;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.in-about .in-abou-left img {
    width: auto;
    max-width: 100%;
    height: 90px;
    display: block;
}

.in-about .in-abou-left .more_1 {
    width: 120px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
}

.in-about .in-abou-left .more_1 a {
    display: block;
    width: 120px;
    height: 40px;
    background: #1e63ac;
    color: white;
    line-height: 40px;
    text-align: center;
}

.in-about .in-abou-left .more_1 a:hover{
    background: #274658;
}

.in-about .in-abou-right {
    width: 39.4%;
    height: 416px;
    text-align: center;
    line-height: 416px;
}

.in-about .in-abou-right img {
    width:100%;
    height: auto;
    max-height: 416px;
    display: inline-block;
}

/*首页产品展示*/
.in-cpzs {
    height: auto;
    padding: 60px 0 86px 0;
    overflow: hidden;
    background: url("../images/in-cpzs.jpg") top center;
    background-size: 100% 100%;
}

.in-cpzs .in-subnav {
    height: auto;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    /*background: white;*/
}

.in-cpzs .in-subnav li {
    display: inline-block;!important;
    margin-right: 16px;
    /*float: left;*/
}

.in-cpzs .in-subnav a{
    padding: 8px 24px;
    cursor: pointer;
    border: 1px solid #cccccc;
}

.in-cpzs .in-subnav a:hover {
    color: #1e63ac;
    border: 1px solid #1e63ac;
}

.newon {
    color: #1e63ac;
    /*font-weight: bold;*/
}

.newon a{
    color: #1e63ac;
    cursor: pointer;
}

.cpgd {
    width: 100%;
    height: 40px;
    margin: 0 auto;
}

.cpgd a {
    display: block;
    width: 100%;
    color: #333333;
    text-align: center;
    line-height: 40px;
    background: white;
}

.cpgd a:hover {
    color: white;
    transition: all .9s;
    background: #1e63ac;
}

.new_lst {
    display: none;
    height: 352px;
    position: relative;
    overflow: hidden;
}

.new_lst ul {
    position: absolute;
    left: 0;
}

.show {
    display: block;
}

.cp-box {
    height: auto;
    margin-top: 26px;
    margin-bottom: 26px;
    overflow: hidden;
}

.cp-box .new_lst .cp {
    width: 268px;
    height: 328px;
    margin-right: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    font-size: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    background: white;
}

.cp-box .new_lst .nmr{
    margin-right: 0;
}

.cp-box .new_lst .cp .cp-img {
    width: 100%;
    height: 201px;
    overflow: hidden;
    margin-bottom: 26px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.cp-box .new_lst .cp .cp-img img {
    width: 100%;
    height: 100%;
}

.cp-box .new_lst .cp .cp-title {
    width: 90%;
    margin: 0 auto;
    padding: 12px 0;
    border-top: 1px solid #cccccc;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.cp-box .new_lst .cp .cp-title h3 {
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cp-box .new_lst .cp .cp-title a {
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
}

.cp-box .new_lst .cp:hover {
    box-shadow: 0px 6px 6px #b4b4b4;
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
}

/*首页新闻资讯*/
.in-news-box {
    padding-top: 46px;
    height: auto;
    overflow: hidden;
}

.in-title-1 {
    margin-bottom: 34px;
}

.in-title-1 li {
    font-size: 30px;
    display: inline-block !important;
    margin-right: 16px;
    font-weight: bold;
}

.in-title-1 span {
    font-size: 24px;
    text-transform: uppercase;
}

.in-news-box .imgnews .img {
    width: 100%;
    height: 421px;
    overflow: hidden;
}

.in-news-box .imgnews .img img {
    width: 100%;
    height: 421px;
}

.in-news-box .imgnews {
    width: 520px;
    color: #434343;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.in-news-box .imgnews .in-n-title {
    width:96%;
    position: absolute;
    bottom: 0;
    padding: 8px 2%;
    background: rgba(0, 0, 0, .8);
    line-height: 32px;
}

.in-news-box .imgnews .in-n-title a {
    font-size: 16px;
    color: white;
    display: block;
    width: 70%;
    float: left;
}

.in-news-box .imgnews .in-n-title span {
    display: block;
    float: right;
    color: white;
}

.in-news-box .right-new {
    width:875px;
}

.in-news-box .right-new .in-new-list {
    width: 44%;
    height: 93px;
    padding: 12px 2%;
    margin: 12px 0 12px 2%;
    border-bottom: 3px solid white;
    background: #f3f3f3 url("../images/icon01.png") 350px 70px no-repeat;
}

.in-news-box .right-new .in-new-list .li-2 {
    height: 60px;
    line-height: 28px;
    font-weight: bold;
}

.in-news-box .right-new .in-new-list .rq-2 {
    font-size: 14px;
    color: #434343;
}

.in-news-box .right-new .in-new-list:hover {
    color: #222222;
    border-bottom: 3px solid #1e63ac;
}
