input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

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

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*头部样式*/

.top_head {
    position: relative;
    background: #f5f5f5;
    line-height: 45px;
    font-size: 14px;
    color: #666666;
}

.top_head a {
    font-size: 14px;
    color: #666666;
}

.top_cc {
    position: relative;
    height: 135px;
}

.logo {
    float: left;
    line-height: 135px;
}

.top_phone {
    float: right;
    padding-left: 60px;
    background: url(../images/top_phone.png) no-repeat left center;
    font-size: 28px;
    color: #2590d0;
    line-height: 1.3;
    margin-top: 25px;
}


/*热门搜索*/

.search_index {
    position: relative;
    line-height: 80px;
    height: 80px;
    background: #f5f5f5;
}

.hotSearch {
    float: left;
    font-weight: normal;
    color: #333333;
    font-weight: bold;
}

.hotSearch a {
    color: #333333;
    margin-right: 10px;
    font-weight: normal;
}

#formsearch2 {
    margin-top: 25px;
    width: 384px;
    height: 33px;
    line-height: 33px;
    float: right;
    background: url(../images/ssbg.png) no-repeat center center;
}

#formsearch2 input {
    height: 33px;
    background: #fff;
    line-height: 33px;
    border: none;
    outline: none;
}

#formsearch2 input#keyword {
    height: 33px;
    line-height: 33px;
    padding-left: 5px;
    color: #999999;
    float: left;
    background: none;
    border: none;
    font-size: 15px;
    width: calc(100% - 35px);
}

#formsearch2 .ss {
    width: 35px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
    background: none;
	background: url(../images/ss.png) no-repeat center center;
}


/* c1_index */

.c1_index {
    position: relative;
    padding: 1.125% 0;
}

.abb_contt {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.abbleft_video {
    position: relative;
    width: 38%;
}

.abbleft_video li img {
    width: 100%;
}

.abbleft_video .slick-prev,
.abbleft_video .slick-next {
    display: none!important;
}

.abbleft_video .slick-dots {
    position: absolute;
    left: 30px;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 25px;
}

.abbleft_video .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.abbleft_video .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.abbleft_video .slick-dots li.slick-active {
    background-color: #2590d0;
}

.abbright {
    position: relative;
    width: 58%;
}

.abb_right_top {
    position: relative;
    background: url(../images/home_bg.png) no-repeat 20px center;
}

.abb_right_top h1 {
    color: #333333;
    font-size: 30px;
    padding-top: 20px;
}

.abb_right_top h3 {
    position: relative;
}

.abb_right_top h3 span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 24px;
    color: #2590d0;
    margin-right: 40px;
    font-weight: normal;
}

.abb_right_top h3 span::before {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 10px;
    height: 10px;
    content: "";
    background: #2590d0;
}

.abbright .abbtxt {
    margin-top: 3.125%;
    font-size: 16px;
    color: #666666;
    line-height: 1.9;
    width: 90%;
}
.abbright .abbtxt p{
	text-indent: 3rem;
}
.abbright .abbmore {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #666666;
    background: url(../images/line01.png) no-repeat left bottom;
    margin: 15px 0;
    padding: 5px 0;
}

.about_listaa {
    position: relative;
    margin: 0 -10px;
    margin-top: 30px;
}

.about_listaa li {
    position: relative;
    margin: 0 10px;
}

.about_listaa li a {
    display: block;
}

.about_listaa li img {
    width: 100%;
}

.about_listaa .slick-prev,
.about_listaa .slick-next {
    display: none!important;
}

@media (max-width:1025px) {
    .abb_right_top h1 {
        font-size: 24px;
    }
    .abb_right_top h3 span {
        font-size: 22px;
    }
    .abbright .abbtxt {
        font-size: 14px;
        width:100%;
    }
}

@media (max-width:992px) {
    .abbleft_video {
        width: 100%;
    }
    .abbright {
        width: 100%;
        margin: 30px 0;
    }
}

@media (max-width:500px) {
    .abb_right_top {
        background-size: 100%;
        background-position: 0;
    }
    .about_listaa li {
        margin: 0 5px;
    }
}


/* c2_index */

.c2_index {
    position: relative;
    background: #f9f9f9;
    padding: 1.125% 0;
}

.ttt1 {
    text-align: center;
    background: url(../images/ttt1_bg.png) no-repeat center;
}

.ttt1 h3 {
    font-size: 30px;
    color: #2590d0;
    height: 65px;
    line-height: 1;
}

.sort2 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #cdd;
    margin-top: 1%
}

.sort2 li {
    width: 16.66%;
    position: relative;
    text-align: center;
}

.sort2 li a {
    display: block;
}

.sort2 li .ovimg {
    line-height: 60px;
}

.sort2 li .ovimg img {
    max-width: 100%;
    vertical-align: middle;
}

.sort2 li h3 {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    padding-bottom: 8px;
}

.sort2 li:hover,
.sort2 li.active {
    background: url(../images/line02.png) no-repeat center bottom;
}

.sort2 li:hover h3,
.sort2 li.active h3 {
    color: #2590d0;
}

.sort2 li:hover .ovimg img,
.sort2 li.active .ovimg img {
    filter: invert(56%) sepia(79%) saturate(6466%) hue-rotate(5deg) brightness(99%) contrast(94%);
}


/*  */

.c2_content {
    position: relative;
    margin-top: 30px;
}

.c2_content .tab_main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.c2_content .tab_main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.c2_content .tab_main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.c2_list11 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c2_list11 li {
    position: relative;
    width: 49.3%;
}

.c2_list11 li a {
    display: block;
}

.c2_list11 li a img {
    width: 100%;
}

.c2_list11 li .fu_cont {
  
    right: 30px;
    bottom: 20px;
    z-index: 999;
    text-align: right;
}

.c2_list11 li .fu_cont h3 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #333333;
}

.c2_list11 li .fu_cont span {
    display: block;
    font-size: 16px;
    color: #666666;
}


/*  */

.c2_list22 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.c2_list22 li {
    position: relative;
    width: 24%;
    text-align: center;
}

.c2_list22 li a {
    display: block;
}

.c2_list22 li .simg {
    overflow: hidden;
}

.c2_list22 li .simg img {
    width: 100%;
}

.c2_list22 li h3 {
    font-size: 16px;
    color: #333333;
    background: #fff;
    padding: 20px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.c2_index .promore {
    display: block;
    margin: 35px auto 0;
    border-radius: 30px;
    background: #2590d0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 185px;
    line-height: 40px;
}

@media (max-width:768px) {
    .c2_list11 li .fu_cont {
        right: 20px;
        bottom: 20px;
    }
    .c2_list11 li .fu_cont h3 {
        font-size: 16px;
    }
    .c2_list11 li .fu_cont span {
        font-size: 14px;
    }
    .c2_list22 li h3 {
        padding: 15px 0;
        font-size: 14px;
    }
}

@media (max-width:600px) {
    .sort2 li {
        width: 33.33%;
        margin-bottom: 10px;
    }
    .c2_list11 li {
        width: 100%;
        margin-bottom: 15px;
    }
    .c2_list22 li {
        width: 49%;
        margin-bottom: 15px;
    }
    .c2_index .promore {
        margin-top: 15px;
        font-size: 14px;
        width: 155px;
    }
}


/* c3_index */

.c3_index {
    position: relative;
    padding: 1.125% 0 0.125%;
}

.c3_contt {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1%
}

.c3_left {
    position: relative;
    width: 44%;
}

.c3_left li {
    position: relative;
}

.c3_left li a.img {
    display: block;
}

.c3_left li a.img img {
    width: 100%;
}

.c3_left li .sfu {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px 15px;
    background: rgba(223, 126, 78, .7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transition: all .3s ease;
}

.c3_left li .sfu .sfuaa {
    width: calc(100% - 65px);
    border-right: 1px solid rgba(255, 255, 255, .5);
    padding-right: 30px;
}

.c3_left li .sfu .sfuaa h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.c3_left li .sfu .sfuaa span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.c3_left li .sfu .sfubb {
    position: relative;
    text-align: center;
    width: 60px;
}

.c3_left li .sfu .sfubb img {
    max-width: 100%;
    width: auto;
}

.c3_left li:hover .sfu {
    opacity: 1;
}


/* c3_list */

.c3_list {
    position: relative;
    width: 55%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c3_list li {
    position: relative;
    width: 49%;
    margin-bottom: 20px;
}

.c3_list li a.img {
    display: block;
}

.c3_list li a.img img {
    width: 100%;
}

.c3_list li .sfu {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px 10px;
    background: rgba(223, 126, 78, .7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transition: all .3s ease;
}

.c3_list li .sfu .sfuaa {
    width: calc(100% - 55px);
    border-right: 1px solid rgba(255, 255, 255, .5);
    padding-right: 10px;
}

.c3_list li .sfu .sfuaa h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.c3_list li .sfu .sfuaa span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.c3_list li .sfu .sfubb {
    position: relative;
    text-align: center;
    width: 50px;
}

.c3_list li .sfu .sfubb img {
    max-width: 100%;
    width: auto;
}

.c3_list li:hover .sfu {
    opacity: 1;
}

.vvimg {
    overflow: hidden;
    margin: 0 auto;
}

.vvimg img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.vvimg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

@media (max-width:992px) {
    .c3_index {
        padding-top: 25px;
    }
    .c3_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .c3_list {
        width: 100%;
    }
}

@media (max-width:600px) {
    .c3_list li {
        width: 100%;
    }
}


/* xian */

.xian_aa {
    position: relative;
    text-align: center;
    margin: 25px 0;
}

.xian_aa img {
    width: 100%;
}

@media (max-width:992px) {
    .xian_aa {
        display: none;
    }
}


/* c4_index */

.c4_index {
    position: relative;
    padding: 0.125% 0 1.125%;
}

.c4-slick {
    position: relative;
    margin-top: 1%
}

.c4-slick .slick-slide {
    outline: none;
}

.c4-slick .slick-con {
    padding: 0 5%;
}

.c4-slick .slick-con img {
    display: block;
    width: 100%;
}

.c4-slick .slick-con>div {
    border: 1px solid #d3d3d3;
}

.c4-slick .slick-con:nth-child(1) {
    margin-bottom: 10%
}

.c4-slick .slick-con>div:hover {
    border-color: #2590d0
}

.c4-slick .slick-arrow {
    display: block;
    width: 40px;
    height: 75px;
    position: absolute;
    top: 50%;
    margin-top: -37.5px;
    text-indent: 100px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    z-index: 999;
}

.c4-slick .slick-prev {
    left: -70px;
    background: url(../images/prev1.png) no-repeat center;
    background-size: 100% 100%;
}

.c4-slick .slick-next {
    right: -70px;
    background: url(../images/next1.png) no-repeat center;
    background-size: 100% 100%;
}

@media (max-width: 1440px) {
    .c4-slick .slick-prev {
        left: 0;
    }
    .c4-slick .slick-next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .c4-slick .slick-arrow {
        width: 20px;
        height: 38px;
        margin-top: -19px;
        background-size: 100% 100%;
    }
    .c4-slick .slick-arrow:hover {
        background-size: 100% 100%;
    }
}


/* c5_index */

.c5_index {
    position: relative;
    padding: 1.125% 0;
    background: #f9f9f9;
}

.sort5 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1%
}

.sort5 li {
    width: 20%;
    position: relative;
    text-align: center;
}

.sort5 li+li {
    border-left: 1px solid #d4d4d4;
}

.sort5 li a {
    display: block;
}

.sort5 li .ovimg {
    line-height: 60px;
}

.sort5 li .ovimg img {
    max-width: 100%;
    vertical-align: middle;
}

.sort5 li h3 {
    font-size: 26px;
    color: #333333;
    line-height: 1.5;
    font-weight: normal;
}

.sort5 li:hover h3,
.sort5 li.active h3 {
    color: #2590d0;
    font-weight: bold;
}

.sort5 li:hover .ovimg img,
.sort5 li.active .ovimg img {
    filter: invert(56%) sepia(79%) saturate(6466%) hue-rotate(5deg) brightness(99%) contrast(94%);
}


/*  */

.c5_list {
    position: relative;
    margin-top: 30px;
}

.c5_list>li {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.c5_list>li {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.c5_list>li.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.c5_list>li>a {
    display: block;
}

.c5_list>li>a>img {
    width: 100%;
}

.c5_list>li .fu_txt{
    position: absolute;
    bottom: 0px;
    width: 1400px;
    height: 130px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3.125% 0;
    background: rgba(223,126,78,.7);
    text-align: center;
}

.c5_list>li .fu_txt span{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
}




@media (max-width:1200px) {
    .c5_list>li .fu_txt{
        width:100%;
    }
}


@media (max-width:1025px) {
    .sort5 li h3 {
        font-size: 20px;
    }
    
    .c5_list>li .fu_txt span{
        font-size:16px;
    }
}

@media (max-width:768px) {
    .sort5 li {
        width: 25%;
    }
    .sort5 li h3 {
        font-size: 16px;
    }
}

@media (max-width:600px) {
    .sort5 li h3 {
        font-size: 15px;
    }
}


/* 荣誉资质 */

.c6_index {
    position: relative;
    padding: 1.125% 0;
}

.honor_list {
    position: relative;
    margin-top: 1%
}

.honor_list li {
    position: relative;
    text-align: center;
    margin: 0 15px;
}

.honor_list li a {
    display: block;
}

.honor_list li a img {
    width: 100%;
    border: 1px solid #ccc;
}

.honor_list li h3 {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    padding: 15px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.honor_list .slick-arrow {
    display: block;
    width: 40px;
    height: 75px;
    position: absolute;
    top: 50%;
    margin-top: -37.5px;
    text-indent: 100px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    z-index: 999;
}

.honor_list .slick-prev {
    left: -70px;
    background: url(../images/prev2.png) no-repeat center;
    background-size: 100% 100%;
}

.honor_list .slick-next {
    right: -70px;
    background: url(../images/next2.png) no-repeat center;
    background-size: 100% 100%;
}

.c6_index .honormore {
    display: block;
    margin: 35px auto 0;
    border-radius: 30px;
    background: #2590d0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 185px;
    line-height: 40px;
}

@media (max-width: 1025px) {
    .honor_list .slick-prev {
        left: 0;
    }
    .honor_list .slick-next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .honor_list .slick-arrow {
        top: 40%;
        width: 20px;
        height: 38px;
        margin-top: -19px;
        background-size: 100% 100%;
    }
    .honor_list .slick-arrow:hover {
        background-size: 100% 100%;
    }
    .honor_list li h3 {
        padding: 8px 0;
        font-size: 14px;
    }
    .c6_index .honormore {
        margin-top: 15px;
        width: 155px;
        font-size: 14px;
    }
}


/* 产品服务 */

.c7_index {
    position: relative;
    padding: 1.125% 0;
    background: url(../images/c7_bg.jpg) no-repeat;
    background-size: cover;
}

.c7_list {
    position: relative;
 margin-top: 1%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c7_list li {
    position: relative;
    width: 32.33%;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 3.125% 2.525%;
}

.c7_list li a {
    display: block;
}

.c7_list li .xximg {
    overflow: hidden;
}

.c7_list li .xximg img {
    max-width: 100%;
    transition: all 0.5s;
    transform: scale(1,1);
}

.c7_list li:hover .xximg img{
   transform: scale(-1,1);
}

.c7_list li h3 {
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    margin: 15px 0;
}

.c7_list li span {
    display: block;
    line-height: 1.9;
    font-size: 15px;
    color: #666666;
	text-align: left;
}

@media (max-width:992px) {
    .c7_list li h3 {
        font-size: 20px;
    }
    .c7_list li span {
        line-height: 1.7;
        font-size: 15px;
    }
}

@media (max-width:768px) {
    .c7_list li {
        padding: 20px 10px;
    }
    .c7_list li h3 {
        font-size: 16px;
        margin: 10px 0;
    }
    .c7_list li span {
        font-size: 12px;
    }
}

@media (max-width:600px) {
    .c7_list li {
        width: 100%;
        margin-bottom: 15px;
    }
}



/* c79_index */

.c79_index {
    position: relative;
    background: url(../images/c79_bg.jpg) no-repeat;
    background-size: cover;
    padding: 5.125% 0;
}

.ttt79 {
    text-align: center;
}

.ttt79 h2 {
    font-size: 42px;
    color: #fff;
    background: url(../images/line79.jpg) no-repeat center bottom;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.c79_top {
    position: relative;
    margin-bottom: 5.125%;
}

.c79left {
    float: left;
    width: 70%;
}

.contact_list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.contact_list li {
    width: 48%;
    text-align: left;
    line-height: 2;
    padding: 15px 0;
    margin: 0 1%;
}

.contact_list li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.contact_list li span {
    font-size: 15px;
    color: #fff;
    padding-left: 10px;
}




@media (max-width:768px) {
    .ttt79 h2 {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 24px;
    }
    .c79left {
        width: 100%;
        float: none;
    }
    .contact_list li {
        width: 100%;
    }
  
}





/* c8_index */

.c8_index {
    position: relative;
    padding: 1.125% 0;
}

.sort8 {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 1%
}

.sort8 li {
    display: inline-block;
    margin-right: 100px;
    cursor: pointer;
}

.sort8 li h3 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    line-height: 50px;
}

.sort8 li h3 img {
    margin-right: 5px;
}

.sort8 li:hover,
.sort8 li.active {
    border-bottom: 3px solid #2590d0;
}

.sort8 li:hover h3,
.sort8 li.active h3 {
    color: #2590d0;
}

.sort8 li:hover h3 img,
.sort8 li.active h3 img {
    filter: invert(56%) sepia(79%) saturate(6466%) hue-rotate(5deg) brightness(99%) contrast(94%);
}

.sort8 .nmore {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 50px;
    color: #333333;
    font-size: 18px;
    padding-right: 35px;
    background: url(../images/n_jia.png) no-repeat right center;
}


/*  */

.c8_contt {
    position: relative;
    margin-top: 45px;
}

.c8_contt .tab_main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.c8_contt .tab_main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.c8_contt .tab_main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}


/* news_cc */

.news_cc {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.news_list11 {
    position: relative;
    width: 48%;
}

.news_list11 li {
    position: relative;
}

.news_list11 li a {
    display: block;
    border: 1px solid #e5e5e5;
}

.news_list11 li .simg {
    overflow: hidden;
}

.news_list11 li .simg img {
    width: 100%;
}

.news_list11 li .nxin {
    padding: 20px;
    position: relative;
}

.news_list11 li .nxin h3 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list11 li .nxin dd {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list22 {
    position: relative;
    width: 48%;
}

.news_list22 li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px dashed #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list22 li .ntime {
    position: relative;
    width: 90px;
    height: 90px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.news_list22 li .ntime h3 {
    font-size: 45px;
    color: #333333;
    line-height: 1;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 5px;
}

.news_list22 li .ntime dd {
    font-weight: normal;
    font-size: 12px;
    color: #333333;
}

.news_list22 li a.img {
    display: block;
    width: 75%;
    max-width: calc(100% - 100px);
}

.news_list22 li a.img h3 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list22 li a.img dd {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list22 li:hover a.img h3 {
    color: #2590d0;
    text-decoration: underline;
}

@media (max-width:1025px) {
    .c8_contt {
        margin-top: 20px;
    }
    .sort8 li {
        margin-right: 50px;
    }
    .sort8 li h3 {
        font-size: 18px;
    }
    .sort8 .nmore {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .news_list11 {
        width: 100%;
        margin-bottom: 10px;
    }
    .news_list22 {
        width: 100%;
    }
    .sort8 li {
        margin-right: 20px;
    }
    .sort8 li h3 {
        font-size: 15px;
    }
    .sort8 .nmore {
        font-size: 15px;
    }
}

@media (max-width:500px) {
    .sort8 .nmore {
        display: none;
    }
    .news_list22 li {
        padding: 15px 0;
    }
    .news_list22 li .ntime {
        width: 80px;
        height: 80px;
    }
    .news_list22 li .ntime h3 {
        font-size: 35px;
    }
    .news_list22 li a.img h3 {
        font-size: 15px;
    }
    .news_list22 li a.img dd {
        font-size: 12px;
    }
}


/* c9_index */

.c9_index {
    position: relative;
    padding: 20px 0;
    background: url(../images/map_bg.jpg) no-repeat;
    background-size: cover;
}

.c9_cont {
    position: relative;
    width: 420px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    margin-left: 20px;
    padding: 30px;
    padding-right: 50px;
}

.ttt9 {
    position: relative;
}

.ttt9 i {
    display: block;
    font-weight: 100;
    font-size: 20px;
    font-style: inherit;
}

.ttt9 h3 {
    font-size: 24px;
    color: #333333;
    margin: 10px 0;
}

.c9_cont .lian {
    position: relative;
    font-size: 16px;
    color: #444444;
    margin: 25px 0;
}

.c9_cont .lian p {
    line-height: 2;
    padding-left: 20px;
}

.c9_cont .lian p:nth-child(1) {
    background: url(../images/sa1.png) no-repeat left 8px;
}

.c9_cont .lian p:nth-child(2) {
    background: url(../images/sa2.png) no-repeat left 8px;
}

@media (max-width:500px) {
    .c9_cont {
        width: 100%;
        margin-left: 0px;
        padding: 20px;
        padding-right: 20px;
    }
    .ttt9 i {
        font-size: 16px;
    }
    .ttt9 h3 {
        font-size: 20px;
    }
    .c9_cont .lian {
        font-size: 14px;
        margin: 15px 0;
    }
}


/*foot_index*/

.foot_index {
    position: relative;
    padding: 1.125% 0;
}

.foot_index a:hover{
    color:#2590d0;
}

.foot_cc {
    padding: 3.125% 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #dddddd;
}

.faa {
    position: relative;
    width: 40.33%;
}

.flogo img {
    max-width: 100%;
}

.fcontact {
    margin-top: 5.125%;
    color: #666666;
    font-size: 16px;
    line-height: 2.5;
}

.fcontact p:nth-child(1) {
    padding-left: 30px;
    background: url(../images/f11.png) no-repeat left 8px;
}

.fcontact p:nth-child(2) {
    padding-left: 30px;
    background: url(../images/f22.png) no-repeat left 8px;
}

.fbb {
    position: relative;
    width: 25.33%;
}

.fbb>h1 {
    color: #292929;
    font-size: 18px;
    margin-bottom: 20px;
}

.fbb .foot_nav {
    position: relative;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.foot_nav a {
    display: block;
    line-height: 2;
    width: 49%;
    color: #666666;
    font-size: 16px;
    text-align: left;
}

.fcc {
    position: relative;
    max-width: 33.33%;
}

.fcc>h1 {
    color: #292929;
    font-size: 18px;
    margin-bottom: 20px;
}

.fcc .fewm img {
    max-width: 100%;
}


/*linkss*/

.linkss {
    position: relative;
    padding: 25px 0;
}

.linkss>span {
    margin-right: 15px;
}

.linkss a {
    color: #666666;
    font-size: 15px;
    padding: 0 10px;
}

.linkss a:hover{
    color:#2590d0;
}


@media (max-width:1025px) {
    .fcontact {
        font-size: 14px;
    }
    .fbb>h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .foot_nav a {
        font-size: 14px;
    }
    .fcc>h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width:992px) {
    .faa {
        width: 100%;
    }
    .fcontact {
        margin: 15px 0;
    }
    .fbb {
        width: 50%;
    }
    .fcc {
        width: 50%;
        max-width: 50%;
    }
     .foot_nav a {
        font-size: 12px;
    }
    .linkss a {
        font-size: 13px;
    }
    
    
    .ttt1 h3{
        height:50px;
        font-size:20px;
    }
    
}


.pro-title {

    font-size: 40px;

    color: #2590d0;

    text-align: center;

    background: url(../images/biaoti.jpg) no-repeat 50% 50%;

    line-height: 56px;

    text-transform: uppercase;

}



.pro-title span {

   

    font-weight: 600;color:#18a500;

}



.pro-title p {

    font-size: 16px;

    color: #323232;

    font-weight: normal;margin-top:20px;

}

p.p_title {font-size: 32px;text-align: center;font-weight: bold;padding-top: 50px;text-transform: uppercase;color: #cccccc;}

h2.h2_title {text-align: center;font-size: 32px;margin-bottom: 30px;}

h2.h2_title i {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 230px;height: 3px;}

h2.h2_title i.titl {background: url(../images/titl01.png) no-repeat right center;}

h2.h2_title i.titr {background: url(../images/titr01.png) no-repeat left center;}

h2.h2_title a {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;padding: 0 15px;color: #333;}

h2.h2_title span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;padding: 0 15px;color: #333;}
.mt40{margin-top: 40px;}

.xzdb {height: 1684px;background: url(../images/advbg02.jpg) no-repeat center top;}

.xzdb h2.h2_title {margin-bottom: 10px;}

.xzdb .container {height: 1684px;background: url(../images/xzdbbg.png) no-repeat center top;position: relative;}

.xzdb .xzdb_p1 {height: 42px;background: url(../images/xzdbbg03.png) no-repeat center;line-height: 42px;text-align: center;color: #fff;font-size: 20px;}

.xzdb .xzdb_con .conbox {position: absolute;width: 560px;}

.xzdb .xzdb_con .conbox .box_top {padding: 18px 0 0 72px;}

.xzdb .xzdb_con .conbox .box_top span {display: block;width: 49px;height: 69px;border: 3px solid #bfbfbf;position: absolute;left: 0;top: 0;}

.xzdb .xzdb_con .conbox .box_top i {display: block;width: 28px;padding-top: 30px;margin: 0 auto;font-size: 22px;border-bottom: 3px solid #bfbfbf;font-weight: bold;}

.xzdb .xzdb_con .conbox .box_top .p1 {font-size: 22px;font-weight: bold;color: #333;}

.xzdb .xzdb_con .conbox .box_top .p2 {font-size: 16px;text-transform: uppercase;color: #bfbfbf;}

.xzdb .xzdb_con .conbox .box_top em {display: block;width: 127px;height: 3px;background: #2590d0;margin-top: 8px;}

.xzdb .xzdb_con .conbox ul {margin-top:50px;}

.xzdb .xzdb_con .conbox ul li {font-size: 16px;color: #333;margin-bottom: 15px;height: 24;line-height: 24px;background: url(../images/icon01.png) no-repeat left center;padding-left: 22px;}

.xzdb .xzdb_con .conbox ul li b {color: #2590d0;}

.xzdb .xzdb_con .con1 {right: 0;top: 258px;}

.xzdb .xzdb_con .con2 {left: 0;top: 595px;}

.xzdb .xzdb_con .con3 {right: 0;top:930px;}

.xzdb .xzdb_con .con4 {left: 0;top: 1330px;}



.xzdb .xzdb_con .xzdb_tel {display: block;width: 322px;height: 92px;background: url(../images/xzdbtel.png) no-repeat left top;position: absolute;left: 567px;top: 1350px;}

.xzdb .xzdb_con .xzdb_tel span {display: block;width: 46px;height: 46px;background: url(../images/zxzx_tel.png) no-repeat center;position: absolute;left: 32px;top: 15px;}

.xzdb .xzdb_con .xzdb_tel .p1 {font-size: 14px;color: #fff;padding-top: 15px;margin-left: 90px;}

.xzdb .xzdb_con .xzdb_tel .p2 {font-size: 26px;color: #fff;margin-left: 90px;}


/*é¦–é¡µ*/
.ibanner .video {
	min-width: 100%;
	min-height: 100%;
	
	
	left: 0;
	z-index: -2;
}

.ibanner .video_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/video_cover.png);
}

.ibanner .mobile_img {
	display: none;
}

.index.channel_content {
	padding: 0;
}
.top_phone p{font-weight: bold;}
.top_phone span{font-size: 16px;color: #333;}

.lx {width: 50%;float: left;}

.xypg-right-content p{line-height: 30px;margin-bottom: 10px;}

.product-detail-item li p{margin-bottom: 0px;}

.navBar {display: none;}

@media (max-width:768px){
	
	.xypg-case-list li .img{height: 130px;}
	.lx{width: 100%;}
	.xzdb .xzdb_con .con1 {
	    right: 0;
	    top: 228px;
	}
	
	.xzdb .xzdb_con .con2 {
	    left: 0;
	    top: 555px;
	}
	
	.xzdb .xzdb_con .conbox {
	    position: absolute;
	    width: 50%;
		
	}
	
	
	.h_pro_list li {
	    width: 47%;
	    margin-right: 3%;
	    margin-bottom: 30px;
	    transition: all .3s;
	    float: left;
	}
	.xypg-detail-tags img{width: 100%;}
	
	.ibanner .video{display: none;}
	.index_banner{display: none;}
	.xzdb{display: none;}
	
	.abbleft{width: 100%;}
	
	.abbleft img{width: 100%;}
	
	.h_pro_list li .pic{height: 140px;}
	.x-footer{margin-bottom: 60px;}
	.navBar {width: 100%;height:50px;position: fixed;bottom: 0px;left: 0px;z-index: 100;display: block;}
	.navBar ul {max-width: 640px;min-width: 320px;width: 100%;height: 1rem;margin: 0 auto;}
	.navBar li {float: left;width: 45%;height:40px;background: #e4302f;border-radius: 30px;margin-left: 3.5%;}
	.navBar li.kf {width: 50%;background: #1048a0;}.navBar li.kf {line-height: 1rem;font-weight: bold;}.navBar li.kf a {font-size: 18px;padding: 0;}.navBar li a {width: 100%;font-size: 18px;line-height: 40px;display: block;text-align: center;color: #fff;}.navBar li a.g-icobef:before {width: .42rem;height: .42rem;display: block;margin: 0 auto;padding-bottom: 0.1rem;}.navBar li:nth-child(1) .g-icobef:before {background-position: -0.71rem 0;}.navBar li:nth-child(2) .g-icobef:before {background-position: -1.3rem 0;}
}


