/* 格展网络模板 */
/* 精品与原创网站模板提供商，一站式建站 */
/* 主营业务：快速建站、交易、服务器 */
/* 模板下载：Www.91084.Com */
/* 外链发布：bbs.91084.Com */
/* 主机/服务器：Www.zhaodede.Com */
/* 网站建设公司：Www.gezhancn.Com */
/* QQ：6364544  */
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
        url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
    font-size: 12px;
    font-family: "微软雅黑", "Microsoft YaHei", "宋体", Arial, Helvetica, sans-serif;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s;
}


.container {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

/*- f-clearfix -*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    position: fixed;
    display: inline;
    width: 100%;
    height: 80px;
    line-height: 80px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0;
}

.fixed {
    top: -101px !important
}

.header .logo {
    float: left;
}

.header .logo img {
    height: 60px; margin-top:10px
}

.header .logo .icon-logo {
    display: block;
    font-size: 58px;
    width: 252px;
    height: 58px;
}

.header .nav {
    float: right;
    margin-left: 50px;
    width: 690px;
    height: 80px;
}

.header .nav li {
    float: left;
    margin-left: 50px;
    font-size: 16px;
}

.header .nav li .active {
    color: #06c562;
    font-weight: bold;
}

.header .nav li a {
    color: #444;
}

.header .nav li a:hover {
    color: #06c562;
}

.header .tel {
    float: right;
    width: 208px;
    line-height: 80px;
    font-size: 22px;
    color: #444;
    font-weight: bold;
    text-align: right;
}

.header .tel .iconfont {
    font-size: 24px;
    color: #06c562;
    margin-right: 6px;
}

.footer {
    background-color: #141B1E;
}

.footer .footer-link {
    float: left;
    width:750px;
    padding-top: 56px;
}

.footer .footer-link .menu-link {
    margin-bottom: 20px;
}

.footer .footer-link .menu-link a {
    font-size: 15px;
    color: #fafafa;
    margin-right: 50px;
}

.footer .footer-link .footer-copy {
    font-size: 13px;
    color: #999;
    line-height: 2;
    margin-right: 10px;
}

.footer .footer-link .footer-copy a {
    color: #999;
    margin-right: 6px;
}

.footer .footer-info {
    float: left;
    margin-left: 50px;
    width:400px;
    padding: 40px 0;
}

.footer .footer-info a {
    color: #fafafa;
}

.footer .footer-info .qrcode {
    float: right;
    width: 100px;
    height: 100px;
    margin-left: 0;
}

.footer .footer-info .qrcode .qr-text {
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
    color: #fafafa;
}

.footer .footer-info .serve {
    float: left;
    color: #fafafa;
    margin-right: 40px;
    width: 220px;
    text-align: center;
}

.footer .footer-info .serve .se-icon {
    display: block;
    width: 58px;
    height: 58px;
    background-color: #22282E;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 58px;
    font-size: 20px;
}

.footer .footer-info .serve .se-icon .iconfont {
    font-size: 20px;
}

.footer .footer-info .serve .se-tel {
    font-size: 23px;
    margin: 10px 0;
    font-weight: bold;
}

.footer .footer-info .serve .se-text {
    font-size: 14px;
}

.footer .footer-info .qrcode img {
    width: 100%;
}

.banner {
    width: 100%;
    height: 260px;
   
    background-size: cover !important;
    text-align: left;
    color: #fff;
    padding: 120px 0 30px;
    box-sizing: border-box;
    position: relative;
    margin-top: 80px;
    z-index: -1;
}

.banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.banner .container {
    position: relative;
    color: #fff;
    z-index: 1;
}

.banner h1 {
    font-size: 40px;
    font-weight: 500;
}

.banner p {
    width: 480px;
    margin-top: 10px;
    line-height: 2;
}


.customer {
    margin-top: 80px;
    background-color: #f6f6f6;
    padding: 60px 0;
}

.customer .customer-info {
    float: left;
    width: 570px;
    height: 380px;
    margin-right: 70px;
}

.customer .customer-info .title {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0.40px;
    font-weight: 600;
    line-height: 0.8;
    margin-bottom: 36px;
}

.customer .customer-info .text {
    margin-top: 10px;
    color: #696e78;
    line-height: 2;
    font-size: 14px;
}

.customer .customer-info .common-bnt {
    margin-top: 30px;
}

.customer .customer-list .customer-item {
    float: left;
    width: 173px;
    height: 157px;
    line-height: 157px;
    background-color: #fff;
    margin: 0 20px 20px 0;
    border-radius: 6px;
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
    display: block;
    text-align: center;
}

.customer .customer-list .customer-item:nth-child(3n+3) {
    margin-right: 0;
}

.customer .customer-list .customer-item img {
    width: 160px;
    height: 142px;
    vertical-align: middle;
}

.common-title {
    text-align: center;
}

.common-title .title {
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 5px;
}

.common-title .text {
    color: #696e78;
    line-height: 2;
}

.common-bnt {
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.common-bnt span {
    margin-right: 6px;
}

.common-bnt a {
    color: #06c562;
}

.common-bnt a:hover {
    display: inline-block;
    width: 156px;
    height: 34px;
    color: #ebebeb;
    background-color: #06c562;
}


.igt-side {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 145px;
    z-index: 300;
    width: 50px;
    height: auto;
    padding-bottom: 55px
}

.igt-side-cu {
    position: relative;
    width: 50px;
    color: #06c562;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    -moz-box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2)
}

.igt-side-cu a {
    color: #06c562;
}

.igt-side-cu .iconfont {
    font-size: 20px;
}

.igt-side-cu .cu-icon {
    display: inline-block;

    line-height: 20px;
}

.igt-side-cu .cu-tit {
    position: relative;
    height: 140px;
    text-align: center;
    cursor: pointer
}

.igt-side-cu .cu-tit .cu-icon {
    margin: 20px 0 10px
}

.igt-side-cu .cu-tit span {
    display: block;
    line-height: 18px;
    margin: 0 auto;
    width: 16px;
    font-size: 16px
}

.igt-side-cu:hover .cu-sub-wrap {
    display: block
}

.igt-side-cu .cu-sub-wrap {
    display: none;
    position: absolute;
    right: 50px;
    top: 0;
    padding-right: 5px
}

.igt-side-cu .cu-sub {
    width: 260px;
    margin-bottom: 41px;
    padding: 25px 25px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    -moz-box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2)
}

.igt-side-cu .cu-sub .cu-item {
    position: relative;
    display: block;
    padding-left: 32px;
    line-height: 20px
}

.igt-side-cu .cu-sub .cu-item:hover .arr-red:after {
    -webkit-transform: translate(4px);
    -ms-transform: translate(4px);
    transform: translate(4px)
}

.igt-side-cu .cu-sub .cu-item+.cu-item {
    margin-top: 14px
}

.igt-side-cu .cu-sub .cu-item .cu-icon {
    position: absolute;
    top: 2px;
    left: 0
}

.igt-side-cu .cu-sub .cu-item dt {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 24px
}

.igt-side-cu .cu-sub .cu-item dt .cu-txt2 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
}

.igt-side-cu .cu-sub .cu-item dd {
    color: #333;
    line-height: 18px;
    margin-bottom: 8px;
    font-size: 14px;
}

.igt-side-cu .cu-sub .cu-item dd b {
    font-weight: 700
}
.ab_img img{ max-width:100% !important; height:auto !important;display:inline-block;}
.ab_img p{text-wrap: inherit !important;}
.ab_img p span{text-wrap: inherit !important;}
.side-top {
    display: none;
    -webkit-box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    -moz-box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    box-shadow: 0 0 8px 0 rgba(126, 166, 255, .2);
    margin-top: 5px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0
}

.side-top .side-top-btn {
    display: block;
    width: 50px;
    height: 50px;
    color: #06c562;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center
}

.side-top .side-top-btn i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #06c562;
    background-color: #fff
}

.arr-blue {
    position: relative;
    color: #06c562;
    padding-right: 15px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease
}

.arr-blue:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23005fc1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease
}

.arr-blue:hover {
    color: #06c562
}

.arr-blue:hover:after {
    -webkit-transform: translate(4px);
    -ms-transform: translate(4px);
    transform: translate(4px)
}

.pagelist {
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #fff;
    margin: 10px auto;
    padding: 5px 0;
    overflow: hidden;
}

.pagelist ul {
    display: inline-block;
    overflow: hidden;
}

.pagelist ul li a:link,
div.pagelist ul li a:visited {
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    color: #06c562;
    border-radius: 3px;
    padding: 0 10px;
}

.pagelist li {
    float: left;
    margin: 0 5px;
}

.pagelist ul li:hover a:link,
div.pagelist ul li:hover a:visited {
    background: #06c562;
    color: #fff;
    border: 1px solid #06c562;
}

.pagelist li.thisclass {
    background: #06c562;
    color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    border: 1px solid #06c562;
}

.pagelist li.thisclass a:link,
.pagelist li.thisclass a:visited {
    color: #fff;
}

.pt80 {
    padding-top: 80px;
}
/* 格展网络新增分页样式 www.91084.com */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination2 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination2 a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination2 span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination2 a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination2 a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination2 .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}