@charset "utf-8";
/* CSS Document */

/* css reset */

/* 清除内外边距 */
*{box-sizing: border-box}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    border: 0;
}

/* 设置默认字体 */
body {
    font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
    font-size: 16px;
    color:#4F5865;
    /* [disabled]outline:none; */
}
button, input, select, textarea {
    font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    color:#4F5865;
    /* [disabled]outline:none; */
}
button, input, select, textarea{ outline:none;}
html {line-height: 1; }
address, cite, em, var,i { font-style: normal; } /* 将斜体扶正 */

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

/* 重置列表元素 */
ul, ol, li { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none;color:#4F5865; cursor:pointer;}
a:hover { text-decoration:none; color:#0191FF; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}

/* 重置图片元素 */
img {border: 0;vertical-align:middle;-ms-interpolation-mode: bicubic;}

.bx_fl, .fl {float: left;}
.bx_fr, .fr {float: right;}
.container{width:75em; margin:0 auto;}
.clear{ clear:both;}
.c10{height:10px;width:100%;}
.c20{height:1.25em;width:100%;}
.c30{height:30px;width:100%;}
.dis{display:block;margin:0;padding:0;}
.undis{display:none;margin:0;padding:0;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0}
.wrapper{width: 1200px;margin: auto;position: relative}
.hot .item .img img, .hot .item .pic img{
    width:100%; height:100%;
    overflow-x: hidden;
    overflow-y: hidden;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.hot .item .img img:hover, .hot .item .pic img:hover{
    transform: scale(1.2, 1.2);

    -ms-transform:scale(1.2, 1.2); 	/* IE 9 */
    -moz-transform:scale(1.2, 1.2); 	/* Firefox */
    -webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2, 1.2); 	/* Opera */
}


/*公共样式*/
/*head*/
header{background: #fff;height: 100px;line-height: 100px;width: 100%;top: -100%}

header.fix{position: fixed;top: 0;left: 0;box-shadow: 0 0 10px rgba(0,0,0,.15);background: #fff;z-index: 100;transition: top .3s -.3s ease-in-out}
.header-wrapper{width: 1200px;margin:auto}
.logo,.nav{float: left;height: 100px;}

.logo img{height: 60px;width: auto;margin-left: 15px;}
.logo a{color: #09213D;font-size: 1.2rem;line-height: 2.5em;font-weight: bold;}
header .logo span{
    background-image: -webkit-linear-gradient(bottom,#124ea2,#12b3ff,#124ea2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: 12px;
    font-size: 16px;
    font-weight: bold;
    left: -10px;
    color: #124ea2;
}
/*nav*/
.nav{float:left;margin-left: 100px;height: 32px;line-height: 20px;margin-top: 40PX;}
/*.nav-main{float: right;margin-left: 30px;margin-right: 50px}*/
.nav > .menu li{position: relative;float: left;height: 32px;margin-right: 34px;text-align: center;overflow: hidden;}

.nav > .menu li a{display: block;height: 100%;font-size: 16px;color: #333;}
.nav > .menu li a:hover,.nav > .menu li.current a{color: #3d91ff;font-weight: bold;}
.nav > .menu li:after{content: "";position: absolute;width: 0;height: 3px;background: #3d91ff;transition: all .5s ease;bottom:0;left: 50%;transform: translateX(-50%); }
.nav > .menu li.current:after,.nav > .menu li:hover:after{width: 100%}

.pageTitle{
    position: relative;
    float: right;
    line-height: 30px;
    width: 164px;
    height: 30px;
    margin-top: 37px;
}
.searchBg input{
    width: 100%;
    height: 30px;
    padding-left: 9px;
    padding-right: 31px;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
}
.searchBg .icon-search{
    position: absolute;
    top: 5px;
    right: 11px;
    width: 20px;
    height: 20px;
    background: url(../images/common/icon_search.png) no-repeat;
    background-size: 20px;
}
.user-child{display: none;position: absolute;top: 80px;box-shadow: 0 0 10px rgba(0,0,0,.1);width: 100%;padding: 0 10px;background: #fff}
.user-child a{display: block;height: 30px;line-height: 30px;}
.login-user:hover .user-child{display: block}
/*footer*/
.friendout{background: #f2f2f2}
.friendlink{width: 1200px;height: 285px;margin: 60px auto 0;}
.friendlink .link-wrap {width: 1200px;margin: 0 auto;padding: 33px 0 0;height: 284px;}
.link-nav {width:1200px;}
.link-nav .nav-item {float:left;width: 25%!important;}
.link-nav .nav-item img {padding: 0;}
.nav-item h4,.link-QDcode h4 {height: 24px;margin-bottom: 16px;font-size: 18px;line-height: 24px;color: #333;font-weight: 400;}
.nav-item ul {height: 139px;}
.nav-item ul li {font-size: 14px;line-height: 35px;color: #666;}
.nav-item ul li a {font-size:14px;color:#666;}
.nav-item ul li a {display: inline-block;position: relative;box-shadow: 0 0 1px rgba(0, 0, 0, 0);vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);overflow: hidden;}
.nav-item ul li a:before {content: "";position: absolute;right: 100%;bottom: 0;left: 0;height: 1px;background: #aeaeae;z-index: -1;
    -webkit-transition-property: right;transition-property: right;
    -webkit-transition-duration: 0.3s;transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.nav-item ul li a:hover:before, .nav-item ul li a:focus:before, .nav-item ul li a:active:before {right: 0;}
.friend-line {width: 20px;height: 2px;margin: 0 0 9px 0;background: #666;}
.footer-wrap {
    padding-top: 24px;
    padding-bottom: 33px;
    background: #f2f2f2;
    text-align: center;
    color: #aeaeae;
}
/* 面包屑 */
.breadcrumbBox {height: 66px;background: #fff;line-height: 67px;border-bottom: 1px solid #f1f1f1;}
.breadcrumbBox.fix {position: fixed;top: 0;width: 100%;z-index: 99;}
.breadcrumb {float: left;margin-bottom: 0;padding: 0;background: none;border-radius: 0;min-width: 340px;width: auto;font-size: 14px}
.sec-nav {width: 1200px;margin: 0 auto;color: #999;}
.sec-nav a {color: #999;}

/*公共title*/
.module{padding: 50px 0;}
.module .module-title{height: 92px;text-align: center;font-size: 2.25em;color: #4F5865;line-height: 70px;position: relative;/*background: url(../images/index/Product_characterist.png) no-repeat center;background-size: auto 100%;*/}
.module .module-title:after{content:"";position: absolute;width: 48px;height:6px;background: #0191FF;left: 50%;transform: translateX(-50%);bottom: 24px;}
.module .module-title p{position: absolute;width: 100%;bottom: -2em;font-size: 0.44em;color: #999;text-align: center}
/*通用banner分页器*/
.banner{position: relative}
.banner .swiper-pagination{width: 100%;height: 60px;bottom: 0;}
.banner .swiper-pagination .swiper-pagination-bullet{margin: 8px;width: 14px;height: 14px;transition: width .2s ease-in-out}
.banner .swiper-pagination .swiper-pagination-bullet-active{width: 36px;border-radius: 14px }

.news-item {position: relative;min-height: 207px;padding: 24px 0 30px;border-bottom: 1px solid #e8e8e8;cursor: pointer;-o-transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;transition: all 0.3s linear 0s;font-size: 14px;height: auto;}
/* .main .rightarea .newslist .news-item-dev {position: relative;height: 170px;margin: 0 15px 80px 320px;padding: 10px;background: #fff;border: 1px solid #eee;cursor: pointer;-moz-transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;transition: all 0.3s linear 0s;} */

.cont-box{text-align: justify}
.news-item .news-img {float: left;width: 270px;height: 150px;margin-right: 0;border: none;object-fit: cover;transition: all .3s ease}
.news-item:hover .news-img{/* transform: scale(1.03) translateX(5px); */}
.news-item .news-summary {float: left;width: calc(100% - 270px);margin-left: 0;padding-left: 24px;}
.news-item .news-summary h5/* ,.news-item-dev .news-summary h5 */ {min-height: 24px;font-size: 18px;line-height: 24px;}
.news-item .news-summary span/* ,.news-item-dev .news-summary span */ {font-size:12px;font-family:"宋体",SimSun,serif;}
.news-item .news-summary .summary/* ,.news-item-dev .news-summary .summary */{padding: 10px 0;border-top: 1px dashed #ddd;}
.news-item .news-summary .summary {margin-top: 18px;padding: 0;border: none;line-height: 23px;color: #999;}
.rightarea .newslist .news-item:hover/* ,.rightarea .newslist .news-item-dev:hover */ {background: #48AAEB;color: #FFF;}
.rightarea .newslist .news-item:hover {background: #f5f5f5;}
.news-item .news-summary .news-summary-timebox {float: left;margin: 18px 0 0 29px;transition: transform 0.8s;background: #f8f8f8;height: 80px;width: 80px;padding: 10px 5px;line-height: 30px;font-weight: bold;}
.news-item .news-summary .news-summary-time {
    display: block;
    font-family: '微软雅黑', "Microsoft YaHei", serif;
    font-size: 19px;
    color: #a8a8a8;
    font-weight: normal;
}
.news-item .news-summary .line {float: left;width: 40px;height: 2px;margin: 34px 40px 0 0;background: #c7c7c7;transition: transform 0.8s;}
.news-item:hover .news-summary h5 {font-weight: 600;}
.news-item:hover .news-summary .news-summary-timebox {/* transform: translateX(-16px); */background: #3d91ff;color: #fff;}
.news-item:hover .news-summary .news-summary-timebox span{color: #fff;}
.news-item:hover .news-summary .line {transform: translateX(10px);}
.newslist-arrow {display: block;width: 42px;height: 42px;margin-top: 19px;background: url('../images/icon_newslist_default.png');background-size: 100%;}
.news-item:hover .newslist-arrow {background: url('../images/icon_newslist_hover.png');background-size: 100%;}
/* .rightarea .newslist .news-item:hover a,.rightarea .newslist .news-item-dev:hover a {color:#FFF;} */
.topbtn {position: absolute;top: 15px;right: 20px;width: 35px;height: 30px;padding: 0;background: #FFA03C;border: none;line-height: 30px;color: #FFF;}

/* ----------------------page分页样式---------------------*/
.pagesite {margin: 37px 0 0;}
.pagestyle {position: relative;height: 32px;}
/* .pagestyle .btn-page {position: relative;top: -10px;}
.pagestyle .active {position: relative;top: -10px;} */
.pagestyle .btn-page {width: 32px;height: 32px;margin-right: 5px;background: #fff;border: none;border-radius: 4px;box-shadow: 0 0 10px rgba(71,119,183,0.1);font-size: 12px;line-height: 32px;color: #333;outline: none;cursor: pointer}
.pagestyle .btn-page:hover, .pagesite button:active, .pagesite button .btn-page:focus {background: #088AE0;color: #fff;}
.pagestyle .active {width: 32px;height: 32px;margin-right: 5px;background: #088AE0;border: none;border-radius: 2px;font-size: 12px;line-height: 26px;color: #fff;outline: none;}
.pagestyle .home {width: 32px;height: 32px;margin-right: 5px;border: none;border-radius: 2px;box-shadow: 0 0 10px rgba(71,119,183,0.1);
    background-size: 16px;
    background: #fff url('../images/icon_page_home.png') no-repeat center;
    outline: none;}
.pagestyle .tail {width: 32px;height: 32px;margin-right: 5px;border: none;border-radius: 2px;box-shadow: 0 0 10px rgba(71,119,183,0.1);
    background-size: 16px;
    background: #fff url('../images/icon_page_tail.png') no-repeat center;
    outline: none;}
.pagestyle .prev {width: 32px;height: 32px;margin-right: 5px;border: none;border-radius: 2px;box-shadow: 0 0 10px rgba(71,119,183,0.1);
    background-size: 16px;
    background: #fff url('../images/icon_page_prev.png') no-repeat center;
    outline: none;}
.pagestyle .next {width: 32px;height: 32px;margin-right: 5px;border: none;border-radius: 2px;box-shadow: 0 0 10px rgba(71,119,183,0.1);
    background-size: 16px;
    background: #fff url('../images/icon_page_next.png') no-repeat center;
    outline: none;}
.pagestyle .home.disabled {
    background-size: 16px;
    background: #fff url('../images/icon_page_home.png') no-repeat center;
}
.pagestyle .home.able:hover {
    background-size: 16px;
    background: #fff url('../images/icon_page_home_hover.png') no-repeat center;
}
.pagestyle .tail.disabled {
    background-size: 16px;
    background: #fff url('../images/icon_page_tail.png') no-repeat center;
}
.pagestyle .tail.able:hover {
    background-size: 16px;
    background: #fff url('../images/icon_page_tail_hover.png') no-repeat center;
}
.pagestyle .prev.disabled {
    background-size: 16px;
    background: #fff url('../images/icon_page_prev.png') no-repeat center;
}
.pagestyle .prev.able:hover {
    background-size: 16px;
    background: #fff url('../images/icon_page_prev_hover.png') no-repeat center;
}
.pagestyle .next.disabled {
    background-size: 16px;
    background: #fff url('../images/icon_page_next.png') no-repeat center;
}
.pagestyle .next.able:hover {
    background-size: 16px;
    background: #fff url('../images/icon_page_next_hover.png') no-repeat center;
}
.pagestyle .home, .pagestyle .btn-page, .pagestyle .active, .pagestyle .tail, .pagestyle .prev, .pagestyle .next {vertical-align: middle;}

.product-li {width: 166px;}
.pro-info li {padding: 24px 0 30px;border-bottom: 1px solid #e8e8e8;}
.pro-info .pro-image, .pro-info .title, .pro-info .desc, .pro-info .anlis {float: left;}

.pro-info .pro-image {width: 280px;height: 158px;max-height: 200px;margin-top: 10px;margin-right: 24px;text-align: center;overflow: hidden}
.pro-info .pro-image img {width: auto;height: 158px;max-height: 200px;min-width: 100%}
.pro-info .title, .pro-info .desc, .pro-info .anlis {width: calc(100% - 325px);}
.pro-info .title {margin: 25px 0 18px;font-size:18px;line-height: 24px;color: #333;}
.pro-info li:hover a .title,.pro-item:hover a .title{color: #3D91FF;}
.pro-info .desc {max-height: 100px;margin-bottom: 10px;font-size: 14px;line-height: 28px;color: #999;overflow: hidden;}
.pro-info .anlis {font-size: 14px;line-height: 21px;color: #666;}
.pro-info .anlis .anli {display: inline-block;margin-right: 19px;font-size: 15px;line-height: 21px;color: #3D91FF;}
.pro-info .anlis .anli-title {float: left;display: block;width: 74px;}
.pro-info .anlis .anli-info {float: left;display: block;width: calc(100% - 75px);}
.pro-item img{
    width: 120px;
    height: auto;
    float: left;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.12);*/
    margin: 0 15px 5px 0;
}
.pro-item{
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
    min-height: 140px;
}
.pro-item .title {
    font-size:18px;
    line-height: 2;
    color: #333;

}
.pro-item .desc{line-height: 1.5;margin-bottom: 10px;font-size: 14px;color: #999;}
/*--右侧详情展示--*/
.main{width:1200px;position: relative;}
.main .rightarea {    position: relative;}
/* .main .rightarea .breadcrumbBox {height:45px;margin-bottom:16px;padding:0 15px;background:#E3E3E3;border-radius:0;font-size:14px;line-height:45px;color:#898989;}
.main .rightarea .breadcrumbBox ol {margin-bottom:0;padding:0;background-color: #E3E3E3;}
.main  .rightarea .breadcrumbBox ol li {float:left;margin-right:10px;}
.main .rightarea .breadcrumbBox ol li a {color:#898989;} */
.main .rightarea .news {min-height: 300px;}
.main .rightarea .news .news-head {position: relative;min-height: 42px;margin-top: 60px;margin-bottom: 10px;text-align: center;font-size: 32px;line-height: 42px;color: #333;}
.main .rightarea .news .news-time {
    display: block;
    margin-bottom: 34px;
    color: #999;
    font-size: 14px;
    text-align: center;
}
.main .rightarea .news .news-info {margin-top: 20px;margin-bottom: 25px;padding-top: 30px;padding-bottom: 15px;}
.main .rightarea .news .news-info p {font-size: 14px;line-height: 25px;color: #666;letter-spacing: 1px;}
.main .rightarea .news .news-info img {height: auto;margin: 10px 0;max-width: 100%!important;}
.content-link{font-size: 14px;line-height: 30px}

/* 公司概况 */
.table-box{

}
.table-box {position: relative;height: 360px}
.table-box table {    position: absolute;top: -60px;left:50%;transform:translateX(-50%);width: 1200px;background: #fff;box-shadow: 0 2px 25px rgba(71, 119, 183, 0.1);}
.table-box table a {display: inline-block;width: auto;padding-bottom: 10px;padding-top: 50px;text-align: center;color: #333;font-size: 18px;}
.table-box table a.current {border-bottom: 2px solid #3d91ff;}
.table-box table a.gsjj-item1 {background: url(../images/gsjj-item1.png) no-repeat;background-size: 38px;background-position-x: 50%;margin-right: 200px;}
.table-box table a.gsjj-item2 {background: url(../images/gsjj-item2.png) no-repeat;background-size: 38px;background-position-x: 50%;margin-right: 200px;}
.table-box table a.gsjj-item3 {background: url(../images/gsjj-item3.png) no-repeat;background-size: 38px;background-position-x: 50%;margin-right: 200px;}
.table-box table a.gsjj-item4 {background: url(../images/gsjj-item4.png) no-repeat;background-size: 38px;background-position-x: 50%;}
.table-box table a.gsjj-item1.current {background: url(../images/gsjj-item1-c.png) no-repeat;background-size: 38px;background-position-x: 50%;}
.table-box table a.gsjj-item2.current {background: url(../images/gsjj-item2-c.png) no-repeat;background-size: 38px;background-position-x: 50%;}
.table-box table a.gsjj-item3.current {background: url(../images/gsjj-item3-c.png) no-repeat;background-size: 38px;background-position-x: 50%;}
.table-box table a.gsjj-item4.current {background: url(../images/gsjj-item4-c.png) no-repeat;background-size: 38px;background-position-x: 50%;}
.table-box table tr.zykh,
.table-box table tr.xjjs,
.table-box table tr.gscsr,
.table-box table tr.jyzk {display: none;height: 179px;}

.searchNav{line-height: 40px;border-bottom:1px solid #d8d8d8;margin-bottom: 50px}
.tab-box{margin-bottom: 30px}
.tab-item{
    float: left;
    width: calc(33.3333% - 2px);
    height: 47px;
    margin-right: 2px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 47px;
    color: #333;
    font-weight: 400;
    cursor: pointer;
}
.tab-item.active{
    background: linear-gradient(180deg,rgba(66,128,254,1) 0%,rgba(53,173,255,1) 100%);
    color: #fff;
}
.mobileShow{
    display: none;
}

.fix-right{
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 9000000000;
}
.fix-right-bottom{
    bottom: 180px;
}
.goTop{
    display: none;
}
.fix-right li{position: relative;cursor: pointer;margin: 10px;}
.fix-right li .icon{
    right: 0;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 26px;
    background: #fff;
    margin-top: 1px;
    font-size: 24px;
    position: relative;
    z-index: 1;
    padding: 15px 0;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(111, 126, 134, 0.19);
    background-size: 32px auto;
}
.fix-right li .icon.icon-service{background:#fff url(../images/rightFix/close.png) no-repeat center;background-size: 26px auto;}
.fix-right li:hover .icon.icon-service{background:#fff url(../images/rightFix/close-ac.png) no-repeat center;background-size: 26px auto;}
.fix-right li.open .icon.icon-service{background:#fff url(../images/rightFix/open.png) no-repeat center;background-size: 26px auto;}
.fix-right li.open:hover .icon.icon-service{background:#fff url(../images/rightFix/open-ac.png) no-repeat center;background-size: 26px auto;}
.fix-right li.service-out .icon{right: -65px}
.fix-right li.service-out{position: relative;right: -70px;transition: all .01s linear .5s}
.fix-right li .icon.icon-top{background:#fff url(../images/rightFix/top.png) no-repeat center;background-size: 30px auto;}
.fix-right li:hover .icon.icon-top{background: #fff url(../images/rightFix/top-ac.png) no-repeat center;background-size: 30px auto;}

.fix-right li .icon.icon-qq{background:#fff url(../images/rightFix/qq.png) no-repeat center;background-size: 26px auto;transition: all .25s ease .2s}
.fix-right li:hover .icon.icon-qq{background:#fff url(../images/rightFix/qq-ac.png) no-repeat center;background-size: 26px auto;}
.fix-right li .icon.icon-qa{background:#fff url(../images/rightFix/QR.png) no-repeat center;background-size: 26px auto;transition: all .25s ease .1s}
.fix-right li:hover .icon.icon-qa{background:#fff url(../images/rightFix/QR-ac.png) no-repeat center;background-size: 26px auto;}
.fix-right li .icon.icon-phone{background:#fff url(../images/rightFix/phone.png) no-repeat center;background-size: 24px auto;transition: all .25s ease }
.fix-right li:hover .icon.icon-phone{background:#fff url(../images/rightFix/phone-ac.png) no-repeat center;background-size: 24px auto;}

.fix-right li .hide-info{opacity:0;position: absolute;width: 0;height: 0;top: 0;font-size: 12px;text-align: center;line-height: 55px;right: 70px;background: #fff;color: #fff;border: 1px solid #ddd;}
.fix-right li:hover .hide-info{
    /* right: 83px; */
    width: 150px;
    height: auto;
    transition: all .3s linear;
    opacity:1;
    top: 1px;
    color: #4595ff;
}
.fix-right li .hide-info img{
    width: 100%;
    height: auto;
}
.fix-right li .hide-info:after{
    content:'';
    position: absolute;
    top: 20px;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 16px solid #ddd;
    border-bottom: 8px solid transparent;
}
.fix-right li .hide-info:before{
    content:'';
    position: absolute;
    top: 20px;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 16px solid #fff;
    border-bottom: 8px solid transparent;
    z-index: 1;
}
.slogan-box{
    text-align: center;
    background: #f2f2f2;
}
.slogan{
    height: 34px;
    width: auto;
    margin: auto;
    opacity: .8;
}
.aboutBanner{
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    opacity: 0.6;
}
/*响应式移动端*/
@media screen and (max-width: 1204px) and (min-width: 769px){
    /* 用于手持设备 */
    .breadcrumb{padding-left: 15px}
    .banner div>img{
        height: auto;
        width: 90%;
    }
    .banner-wrapper .swiper-slide .center-txt img{
        width: 80%;
        height: auto;
    }
    .banner div{text-align: left!important;width: 100%!important;padding-left: 20px}
    .banner div p:first-child{
        font-size: 24px!important;
    }
    .banner div p:last-child{
        font-size: 14px!important;
    }
    .wrapper, .content-wrapper, .partner-swiper, .friendlink,  .center-wrapper, .table-box table{
        width: 90%!important;
    }
    .fix-right li .icon{
        right: 0;
        width: 40px;
        height: 40px;
        background-size: 16px auto!important;
    }
    .link-nav,.friendlink .link-wrap{
        width: 100% !important;
    }
    .honour-swiper{width:calc(100% - 200px)!important;}
    .banner-wrapper .swiper-slide .center-left img{width: 50%!important;top: 0!important;left: 40px}
    .banner-wrapper .swiper-slide .center-right img{width: 40%!important;right: 40px}
    .hot{
        width: 50%!important;
    }
    .comment{
        width: calc(50% - 20px)!important;
    }
    .table-box table a.gsjj-item1,.table-box table a.gsjj-item2,.table-box table a.gsjj-item3{margin-right: calc((100% - 88px * 4)/3)}
    .logo img {
        height: 42px;}
}

/*响应式移动端*/
@media screen and (max-width: 768px){
    html,body{font-size: 16px}
    .breadcrumb{padding-left: 15px}
    .fix-right li .icon{
        right: 0;
        width: 40px;
        height: 40px;
        background-size: 20px auto!important;
    }
    .fix-right {
        bottom: 130px;
    }
    .fix-right-bottom{
        bottom: 180px;
    }
    .layui-col-space15 {
        margin: auto!important;
    }
    /* 用于手持设备 */
    body{
        min-width: 100%;
    }
    .wrapper,.content-wrapper,.partner-swiper,.friendlink,.friendlink .link-wrap,.link-nav,.center-wrapper{
        width: 100%!important;
    }
    .mobile-hidden{
        display: none;
    }
    .hot{
        width: 100%!important;
        border: 1px solid #ddd;
        height: 240px!important;
    }
    .link-nav .nav-item{
        float: unset!important;
        width: 100%!important;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .link-nav .nav-item img{
        width: 100%!important;
    }
    .partner-swiper {height: 220px!important;}
    .banner-wrapper .swiper-slide img{
        min-height: 300px;
        object-fit: cover;
    }
    .banner-wrapper .swiper-slide .center-txt,  .banner-wrapper .swiper-slide .center-right,.sec-nav,.main{
        width: 100% !important;
    }
    .banner-wrapper .swiper-slide .center-txt img{
        width: 96%!important;
        object-fit: contain;
        top: 0!important;
    }
    .banner-wrapper .swiper-slide .center-left img{
        width: 100%!important;
        object-fit: contain;
        top: 0!important;
    }
    header{
        line-height: unset!important;
        height: unset!important;
    }
    .logo, .nav{float: unset!important;margin: 0!important;}
    .logo{
        height: 50px!important;
    }
    .product-swiper .logo{
        height:94px!important;
    }
    .logo img{
        height: 30px!important;
    }
    .product-swiper .logo img{
        height: 94px!important;
        width: auto!important;
    }
    .nav{
        position: absolute;
        width: 100%;
        border-top: 1px solid #dddd;
        z-index: 200;
        background: #fff;
        height: 0!important;
        padding: 0;
        overflow: hidden;
        transition: all .25s ease-in-out;
    }
    .nav.show{
        height: auto!important;
        padding: 15px 0;
        box-shadow: 0 10px 10px rgba(0,0,0,.1);
    }
    .nav > .menu li a{
        font-size: 14px!important;
    }
    .nav > .menu li{
        float: unset;
        margin-right: 0!important;
        text-align: left!important;
        margin-bottom: 10px;
        padding: 0 15px;
        height: 0;
        transition: height .25s ease-in-out;
    }
    .nav > .menu li a:hover, .nav > .menu li.current a{
        color: #333;
    }
    .nav > .menu li:after {
        display: none;
    }
    .nav.show > .menu li{
        height: auto;
        padding: 8px 15px;
    }
    .pageTitle{
        margin: 0!important;
        position: absolute!important;
        top: 10px;
        right: 50px;
    }
    .searchBg input{
        display: none;
    }
    .searchBg .icon-search{
        height: 32px;
        width: 32px;
        display: none;
    }
    .mobileShow{
        display: block;
    }
    .news-list{
        padding:15px;
        min-height: 630px!important;
    }
    .comment {
        float: left;
        width: 100%!important;
        padding: 0 0 15px!important;
        height: auto!important;
        margin: 10px 0!important;
        border-bottom: 0.5px solid #d8d8d8;
    }
    .product-swiper .swiper-slide{
        width: 100%!important;
        padding: 20px 48px!important;
    }
    .banner div{text-align: center!important;width: 100%!important;}
    .banner div p:first-child{
        font-size: 24px!important;
        margin-bottom: 10px!important;
    }
    .banner div img{
        width: 90%;
        height: auto;
    }
    .banner div p:last-child{
        font-size: 14px!important;
        line-height: 24px!important;
        padding: 0 15px;
        text-align: justify;
    }
    .breadcrumb{
        padding: 0 15px;
    }
    .banner div p:last-child br{
        display: none;
    }
    .news-item{
        padding: 15px!important;
    }
    .news-item .news-summary{
        width: 100%!important;
        padding: 0;
    }
    .news-item .news-summary div{
        width: 100%!important;
        margin-top: 0;
        float: unset!important;
        padding-top: 0!important;
    }
    .summary{
        overflow:hidden;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        height: 90px;
        width: 100%;
        margin-top: 10px!important;
    }
    .news-item .news-summary .news-summary-time{
        font-size: 14px!important;
        display: none;
    }
    .news-item .news-summary .news-summary-timebox{
        display: none;
    }
    .news-item .news-summary .line {
        display: none;
    }
    .news-img,.pro-info .pro-image{display: none}
    .pro-info{
        padding: 10px;
    }
    .pro-info .title, .pro-info .desc, .pro-info .anlis{
        width: 100%!important;
        margin: 0!important;
    }
    .pro-info .title{
        margin-bottom: 10px!important
    }
    .pro-info .desc{
        line-height:20px
    }
    .content-wrapper img{
        margin-bottom: 10px!important;
        width: 100%;
        height: auto;
    }
    .table-box table{width: 100%!important;}
    .content-title {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 35px;
        color: #595757;
        font-weight: bold;
        text-align: center;
    }
    .table-box {position: relative;min-height: 416px}
    .table-box table td {padding:0 14px 32px!important;}
    .table-box table .firstRow  td{padding: 0!important;}
    .table-box table .firstRow p{border-bottom: 1px solid #ddd;text-align: center;padding: 10px;}
    .table-box table {    position: absolute;top: -60px;left:50%;transform:translateX(-50%);width: 1200px;background: #fff;box-shadow: 0 2px 25px rgba(71, 119, 183, 0.1);}
    .table-box table a {display: inline-block;width: auto;padding-bottom: 10px;padding-top: 40px;text-align: center;color: #333;font-size: 15px;/* margin: 10px 10px  0; */}
    .table-box table a.current {border-bottom: 1px solid #3d91ff;}
    .table-box table a.gsjj-item1 {background: url(../images/gsjj-item1.png) no-repeat;background-size: 30px;background-position-x: 50%;margin-right: 0;}
    .table-box table a.gsjj-item2 {background: url(../images/gsjj-item2.png) no-repeat;background-size: 30px;background-position-x: 50%;margin-right: 0;}
    .table-box table a.gsjj-item3 {background: url(../images/gsjj-item3.png) no-repeat;background-size: 30px;background-position-x: 50%;margin-right: 0;}
    .table-box table a.gsjj-item4 {background: url(../images/gsjj-item4.png) no-repeat;background-size: 30px;background-position-x: 50%;}
    .table-box table a.gsjj-item1.current {background: url(../images/gsjj-item1-c.png) no-repeat;background-size: 30px;background-position-x: 50%;}
    .table-box table a.gsjj-item2.current {background: url(../images/gsjj-item2-c.png) no-repeat;background-size: 30px;background-position-x: 50%;}
    .table-box table a.gsjj-item3.current {background: url(../images/gsjj-item3-c.png) no-repeat;background-size: 30px;background-position-x: 50%;}
    .table-box table a.gsjj-item4.current {background: url(../images/gsjj-item4-c.png) no-repeat;background-size: 30px;background-position-x: 50%;}
    .table-box table tr.zykh,
    .table-box table tr.xjjs,
    .table-box table tr.gscsr,
    .table-box table tr.jyzk {display: none;height: 179px;}
    .honour-swiper{width: 100%!important;height: 265px!important;}
    .table-box table a.gsjj-item1,.table-box table a.gsjj-item2,.table-box table a.gsjj-item3{margin-right: calc((100% - 62px * 4)/3) !important}
    .swiper-box{height: 265px!important;}
    .honour-swiper img{height: 100% !important;width: auto;margin-top:0}
    #honour-swiper_1 img, #honour-swiper_2 img {
        height:100%!important;
        width: auto!important;
    }
    .swiper-ul{width: 100% !important;position: absolute;bottom: -70px;z-index: 10000000000;padding-bottom: 30px}
    .swiper-ul li,.swiper-ul:after{display: none!important;}
    .swiper-ul li.active{display: block!important;text-align: center}

    .share{display: none!important;}
    .main{width: 100%;position: relative;}
    .main .rightarea {position: relative;left: 0;width: 100%;}
    /* .main .rightarea .breadcrumbBox {height:45px;margin-bottom:16px;padding:0 15px;background:#E3E3E3;border-radius:0;font-size:14px;line-height:45px;color:#898989;}
    .main .rightarea .breadcrumbBox ol {margin-bottom:0;padding:0;background-color: #E3E3E3;}
    .main  .rightarea .breadcrumbBox ol li {float:left;margin-right:10px;}
    .main .rightarea .breadcrumbBox ol li a {color:#898989;} */
    .main .rightarea .news {min-height: 300px;}
    .main .rightarea .news .news-head {position: relative;min-height: 42px;margin-top: 20px;margin-bottom: 10px;text-align: center;font-size: 20px;line-height: 42px;color: #333;padding: 0 15px}
    .main .rightarea .news .news-time {
        display: block;
        margin-bottom: 10px;
        color: #999;
        font-size: 14px;
        text-align: center;
    }
    .main .rightarea .news .news-info {margin-top: 8px;margin-bottom: 17px;padding: 15px;}
    .main .rightarea .news .news-info p {font-size: 14px;line-height: 25px;color: #666;letter-spacing: 1px;}
    .main .rightarea .news .news-info img {max-width: 100%!important;height: auto!important}
    .content-link{font-size: 14px;line-height: 30px;padding: 0 15px;}
    .news-title{
        margin-bottom: 6px!important;
        font-size: 14px!important;
        /* height: 30px; */
        /* line-height: 30px; */
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        /* padding-bottom: 30px; */
    }
    .news-dec{
        line-height: 20px!important;
        font-size: 14px!important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px;
        width: 100%;
        margin-top: 26px;
    }
    .hot .news-time {
        width: 100%;
        line-height: 30px;
        position: absolute;
        top: 32px;
        left: 0;
        padding: 0 28px;
        font-size: 13px;
    }
    .comment{
        position: relative;
    }
    .comment .news-title span{
        width: auto;
        line-height: 30px;
        position: absolute;
        top: 20px;
        left: 0;
        padding-left: 13px;
        font-size: 13px;
        color: #666;
    }
    .comment .news-dec {
        color: #999;
        padding: 0 13px;
    }
    .slogan{
        width: 100%;
        height: auto;
    }
    .footer-wrap p{
        font-size: 11.5px!important;
    }

    .cont-box{padding: 0 15px}
}

.prev-content{
    display: inline-block;
}

