@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, menu,dl, dt, dd, ul, ol, li,pre,fieldset, lengend, button, input, textarea, form,th, td {margin: 0;padding: 0;}
body,button, input, select, textarea {font:12px/150% helvetica,"微软雅黑","microsoft yahei",verdana,lucida,arial,sans-serif,"黑体"}
h1 { font-size: 18px;}
h2 { font-size: 16px; font-weight:bold;}
h3 { font-size: 14px; font-weight:bold;}
h4, h5, h6 { font-size: 12px; font-weight:normal;}
ul, ol, li{ list-style: none; list-style-position:outside; list-style-type:none;}
a { text-decoration: none; color:#444;}
a:hover { text-decoration:none; color:#990000;}
button, input, select, textarea {font-size: 100%;}
input,button,select,textarea{ outline:none;}
textarea{ font-size:13px; resize:none;}
table {border-collapse: collapse;border-spacing: 0;}
.fl {float: left;}
.fr {float: right;}
hr {margin: 10px auto;}
.layui-main {width: 1200px;}
.layui-container {padding: 0;}
.text-center {text-align: center;}
.dyui-mt20 {margin-top: 20px !important;}
.dyui-mb20 {margin-bottom: 20px !important;}
.dyui-hidden {overflow: hidden;}

.dyui-main-body {overflow: hidden;}

.top {width:100%; background-color: #008ED5; height: 35px; line-height: 35px; overflow: hidden; color: #fff;}
.top a {color: #fff;}
.top ul li {float: left; padding-right: 30px;}
.top ul li i.iconfont {margin-right: 5px;}
.top ul.fr a {padding-left: 14px;}

/*语言切换*/
.cnen {padding-left: 20px;}
.cnen a {padding: 5px 8px;}

.header-line {height: 44px; display: none;}

.header {width: 100%; height: auto;}
.header .head {height: 80px; padding: 10px 0;}
.logo {height: 80px; line-height: 80px; display: block;}
.logo img {max-height: 70px;}

.head-tel {width: 230px; padding: 10px 10px 0 0;}
.head-tel i {float: left; height: 58px; line-height: 58px; width: 36px; text-align: center; font-size: 46px; padding-right: 15px; color: #1E9FFF;}
.head-tel .t {line-height: 30px; font-size: 16px;}
.head-tel .t i {margin-right: 6px;}
.head-tel p {color: #f00; font-size: 24px; font-weight: bold;}

.head-search {margin-top: 20px; margin-right: 30px;}
.head-search .layui-form-label {padding: 0;}
.head-search .layui-form-mid {padding: 0 !important; margin: 0;}
.head-search .layui-form-mid .layui-btn {border-radius: 0 2px 2px 0;}
.head-search .layui-input {border-right: none;}
.head-search .layui-form-item .layui-input-inline {margin-right: 0; width: 200px;}
.head-search .layui-form-select dl {top: 37px;}
.head-search .layui-form-item .layui-form-select dl dd {text-align: center;}
.head-search .layui-form-item {margin: 0;}

/*导航*/
.nav {height: 48px; background-color: #008ED5;}
.nav .layui-nav {padding: 0;}
.nav .layui-nav .layui-nav-item {float: left; width: auto; font-size: 16px; height: 48px; line-height: 48px; }
.nav .layui-nav .layui-nav-item a {color: #fff; line-height: 48px; padding: 0 32px; font-size: 16px;}
.nav .layui-nav .layui-nav-item a.active {color: #fff; font-weight: bold; background-color: #035EAC;}
.nav .layui-nav .layui-nav-item a:hover {color: #fff; background-color: #035EAC;}
.nav .layui-nav .layui-nav-more {right: 15px;}
.nav .layui-nav-bar {background-color: #035EAC;}
.nav .layui-nav .layui-nav-item .layui-nav-child {background-color: #035EAC; top: 48px; border: solid 1px #035EAC; border-radius: 0 0 3px 3px;}
.nav .layui-nav .layui-nav-item .layui-nav-child a {color: #fff;}
.nav .layui-nav .layui-nav-item .layui-nav-child a:hover {background-color: #008ED5;}

.layui-side {
    position: initial;
    width: 100%;
    overflow-x: initial;
}
.layui-side-scroll {
    width: 100%;
    overflow-x: initial;
}

/*轮播图*/
.banner {height: 500px; background-color: #0c1e42; overflow: hidden; position: relative;}
.banner .swiper-caption {position: absolute; top: 130px; text-align: left; left: 15%; right: 15%}
.banner .swiper-caption h5 {font-size: 46px; display: block; padding: 5px 30px 8px; border-radius: 100px; color: #fff}
.banner .swiper-caption p {font-size: 30px; display: block; padding: 5px 30px 8px; border-radius: 100px; color: #fff; margin-top: 20px}
.banner .swiper-button-prev,
.banner .swiper-button-next {box-sizing: content-box; color: #fff}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {font-size: 30px}


/*版块标题*/
.dyui-main-header .header-title {margin: 10px auto 0; position: relative; text-align: center;}
.dyui-main-header .header-title legend {line-height: 70px; margin: 0 auto; font-size: 34px; color: #333; font-weight: 400; position: relative; z-index: 99;}
.dyui-main-header .header-title p {color: #666; font-size: 20px; line-height: 30px; z-index: 999; position: relative; min-width: 100px; display: inline-block; margin-bottom: 15px;}
.dyui-main-header .header-title:after {content: ''; border-bottom: solid 1px #9F9F9F; width: 200px; margin-left: -100px;
    left: 50%;
    display: block;
    position: absolute;
    bottom: 0;}
.dyui-main-header .header-title:before {content: ''; width: 12px; height: 12px; background-color: #0B5394; display: block;moz-transform:rotate(315deg);
-webkit-transform:rotate(315deg);
-o-transform:rotate(315deg);
transform:rotate(315deg); 
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); position: absolute; bottom: -6px; left: 49%; z-index: 9;}


/*首页公司简介*/
.home-about {padding: 30px 0 30px;}
.home-about .dyui-main-header {margin: 0 0 40px;}
.home-about .about-img {max-height: 310px; overflow: hidden;}
.home-about .about-img img {width: 100%;}
.home-about .about-text {height: 300px; overflow: hidden; font-size: 16px; line-height: 180%; background-color: #F7F7F7; padding: 20px 20px 20px 20px; box-sizing: border-box; float: right; border: solid 1px #ddd;}
.home-about .about-text .gsmc {color: #014FA2; font-size: 22px; line-height: 50px;}
.home-about .about-text .about-more {text-align: right;}
.home-about .about-text .about-more a {color: #FF6625;}

/*首页图片滚动*/
.home-photo {background: url(../images/scroll-bg.jpg) no-repeat center top; padding: 40px 0 50px; overflow: hidden;}
.home-photo .dyui-main-header {margin: 0 0 20px;}
.home-photo .dyui-main-header .header-title legend,
.home-photo .dyui-main-header .header-title p {background: none; color: #fff;}
.home-photo .dyui-main-body {background-color: #fff; margin-top: 40px; padding: 10px; position: relative;overflow: initial;}
.home-photo .swiper-solution {overflow: hidden;}
.home-photo .photo-list li .box {display: block; text-align: center; padding: 10px; border: solid 1px #ddd;}
.home-photo .photo-list li .t {line-height: 40px; font-size: 14px;}
.home-photo .photo-list li img {width: 100%; border: solid 1px #eee;}
.home-photo .swiper-button-next,
.home-photo .swiper-button-prev {color: #fff;}
.home-photo .swiper-button-prev {left: -35px;}
.home-photo .swiper-button-next {right: -35px;}



/*合作LOGO*/
.home-hezuo {width: 100%; height: auto; overflow: hidden;}
.home-hezuo ul li {text-align: center;}
.home-hezuo ul li .img {border: solid 2px #EDEDED; padding: 5px;}
.home-hezuo ul li img {max-width: 100%;}
.home-hezuo ul li .t {font-size: 16px; line-height: 40px;}
.home-hezuo .dyui-main-body {padding: 40px 0; height: auto; overflow: hidden;}


.home-img-a {background: url(../images/home-ad-bg.png) no-repeat center top; height: 370px;}
.home-img-a .box {width: 750px; float: right; margin: 110px 0 0 0;}
.home-img-a .box h3 {font-size: 28px; color: #fff; line-height: 40px; font-style: italic;}
.home-img-a .box h4 {font-size: 38px; color: #fff; line-height: 40px; font-style: italic; margin-top: 14px;}
.home-img-a .box .btn {border: solid 1px #fff; height: 40px; line-height: 40px; text-align: center; color: #fff; left: 40px; padding: 0 46px; font-size: 18px; margin-top: 24px;}

/*首页新闻资讯*/
.home-news {padding: 20px 0 50px; overflow: hidden; background-color: #F9F9F9;}
.home-news .dyui-main-body {padding: 40px 0 0;}
.home-news .layui-card {}
.home-news .layui-card .layui-card-header {border-bottom: solid 1px #0B5394;}
.home-news .layui-card .layui-card-header i {color: #0B5394; font-size: 20px; margin-right: 10px;}
.home-news .layui-card .layui-card-header h3 {font-size: 18px; font-weight: bold;}

.home-news .newspic-list {margin: 10px 10px;}
.newspic-list li {height: 80px; overflow: hidden; border-bottom: dotted 1px #eee; padding: 10px 0;}
.newspic-list li img {float: left; width: 120px; height: 80px; margin-right: 10px;}
.newspic-list li .t {font-size: 16px; font-weight: bold; line-height: 34px; height: 34px; overflow: hidden;}
.newspic-list li .date {color: #999; height: 30px; line-height: 30px; font-size: 14px; font-weight: normal;}
.newspic-list li .desc {line-height: 22px; height: 44px; overflow: hidden; color: #666; font-size: 14px;}
.newspic-list li a:hover {color: #0B5394;}

.home-news .news-list {margin: 10px;}
.home-news .news-list li {padding: 0 15px 4px; border-bottom: dotted 1px #eee;}

/*产品展示*/
.home-product {padding: 40px 0;}
.home-product .dyui-main-body {padding: 50px 0 30px 0;}
.home-product .layui-tab-content {padding: 50px 0 30px 0; overflow: hidden;}
  
.layui-tab-product .layui-tab-title {text-align: center; border: solid 2px #014FA2; height: 54px; border-radius: 100px; display: flex;}
.layui-tab-product .layui-tab-title li {flex: 1; line-height: 54px; font-size: 16px;}
.layui-tab-product .layui-tab-title .layui-this {background-color: #014FA2; color: #fff; border-radius: 100px;}
.layui-tab-product .layui-tab-title .layui-this:after {display: none;}

/*首页优势*/
.home-youshi {padding: 30px 0 60px;}
.home-youshi .dyui-main-body {padding: 30px 0 0 0;}
.youshi-list {overflow: hidden;}
.youshi-list li {text-align: center;}
.youshi-list li .box {display: block; border: solid 1px #ddd; padding: 40px 30px;}
.youshi-list li .t {font-size: 16px; font-weight: bold; height: 40px; line-height: 40px; overflow: hidden; margin-top: 5px;}
.youshi-list li p {font-size: 14px; height: 40px; line-height: 20px; overflow: hidden;}
.youshi-list li img {max-width: 100px;}
 
.px-list {margin-top: 20px;}
.px-list li {text-align: center;}
.px-list li .t {font-size: 16px; font-weight: bold; height: 40px; line-height: 40px; overflow: hidden; margin-top: 5px;}

.swiper-px-list {overflow: hidden; margin-top: 10px;}
 
/*业务列表*/
.yewu-list {overflow: hidden;}
.yewu-list li {text-align: center;}
.yewu-list li .box {display: block; border: solid 1px #ddd; padding: 20px 20px 10px;}
.yewu-list li .box:hover {background-color: #F7F7F7;}
.yewu-list li .t {font-size: 16px; font-weight: bold; height: 40px; line-height: 40px; overflow: hidden; margin-top: 5px;}
.yewu-list li .img {width: 100%;}
.yewu-list li .img img {width: 100%;}


/*产品列表*/
.product-li li .thumb {float: left; width: 600px;}
.product-li li .info {float: right; width: 510px;}
.product-li li .info .t {font-size: 16px; background-color: #014FA2; height: 40px; line-height: 40px; padding: 0 20px; color: #fff;}
.product-li li .info .sn {font-size: 40px; color: #000; line-height: 50px; margin: 10px 0;}
.product-li li .info .desc {font-size: 16px; line-height: 30px; height: 180px; overflow: hidden;}
.product-li li .info .btn {width: 100%; margin-top: 25px;}
.product-li li .info .btn .layui-btn {height: 60px; line-height: 60px; background-color: #014FA2; col
#fff;}
.product-li li .info .btn .layui-btn-primary {border: solid 3px #014FA2; background: none; color: #014FA2; font-size: 16px;}
.product-li li .recommend {line-height: 30px; margin-top: 20px; font-size: 16px;}
.product-li li .recommend a {color: #014FA2; margin-right: 10px;}


/*视频列表*/
.video-list li {}
.video-list li img {width: 100%;}
.video-list li .t {height: 50px; line-height: 50px; overflow: hidden; font-size: 16px; text-align: center;}
.video-list li:hover img {opacity: 0.8;}
.video-list li:hover .t {color: #ff0d1a;}

/*Footer*/
.footer {background-color: #0B5394; width: 100%; height: auto; overflow: hidden; color: #f2f2f2; font-size: 16px;}
.footer a {color: #f2f2f2; font-size: 16px;}
.footer .layui-main {overflow: hidden;}
.footer .foot {padding: 40px 0 30px; height: auto; overflow: hidden;}

.footer .f-ewm {float: left;}
.footer .f-ewm li {width: 100px; text-align: center; float: left; margin-right: 10px;}
.footer .f-ewm li img {height: 100px; height: 100px;}
.footer .f-ewm li span {line-height: 30px; color: #fff;}

.footer .f-text {float: left; padding-left: 10px;}
.footer .f-text h3 {font-size: 24px; line-height: 40px; height: 40px;}
.footer .f-text p {line-height: 24px;}

.footer .f-lx {border-left: solid 1px #6FA8DC; padding-left: 30px; line-height: 30px;}

.copyright {padding: 15px 0; font-size: 14px; color: #fff; text-align: center; border-top: solid 1px #fff; line-height: 180%;}
.copyright a {color: #fff; font-size: 14px;}
.copyright .ftkink { padding:0 5px; }

/*产品展示*/
.product {width: 100%; height: auto; overflow: hidden; background-color: #4a4747; padding-top: 30px;}
.product ul {margin-left: -30px;}
.product ul li {float: left; width: 360px; height: auto; overflow: hidden; margin: 30px 0 30px 30px; background-color: #fff; border-radius: 5px 5px 0 0;}
.product ul li img {width: 360px; height: 360px; display: block;}
.product ul li .t {height: 40px; line-height: 40px; overflow: hidden; font-size: 18px; font-weight: bold; margin: 0 15px; border-bottom: solid 1px #eee;}
.product ul li .c {line-height: 180%; overflow: hidden; font-size: 14px; font-weight: bold; margin: 0 15px; padding: 10px 0;}

.dyui-mainl.layui-col-xs3 {width: 20%;}
.dyui-mainr.layui-col-xs9 {width: 80%;}
.pdtit {height: 50px; border-bottom: solid 1px #ddd; overflow: hidden; width: 100%;}
.pdtit h3 {float: left; font-size: 18px; font-weight: bold; color: #014FA2; border-bottom: #014FA2 solid 3px;padding: 0 10px; line-height: 48px;}
.pdtit .weizhi {float: right; line-height: 50px; color: #666; font-size: 15px;}
.pdtit .weizhi i {padding: 0 3px;}

.pdcon {width: 100%; height: auto; overflow: hidden; margin: 15px 0;}

/*Bann*/
.bann {width: 100%; height: 300px; overflow: hidden;}



/*栏目Banner*/
.cat-banner {width: 100%; height: 300px}
.cat-banner .bann-caption {padding-top: 100px; width: 1200px; margin-left: auto; margin-right: auto;}
.cat-banner .cat-title {font-size: 40px; color: #fff; height: 40px; line-height: 40px}
.cat-banner .cat-desc {font-size: 30px; color: #fff; margin-top: 20px; height: 30px; line-height: 30px}
.cat-banner img {width: 100%}

/*子栏目*/
.znav {background-color: #F7F7F7;}
.znav .layui-nav-tree {width: 100%;}
.znav .layui-nav-tree .d1 {background: #0099E5; height: 50px; line-height: 50px; overflow: hidden; font-size: 18px; color: #fff; padding-left: 20px;}
.znav .layui-nav-tree .layui-nav-item a:hover {background: #0099E5}
.znav .layui-nav-child {padding: 0;}
@media screen and (min-width: 992px) {
.layui-col-md12 .layui-col-md2 {width: 20%;}
.znav .layui-nav-child.child1 {display: block;}
}
.znav .layui-nav-tree .layui-nav-child a {background-color: #F7F7F7; color: #333; }

.znav dt {background: #0099E5; height: 60px; line-height: 60px; overflow: hidden; font-size: 18px; color: #fff; padding-left: 20px;}
.znav dd {}
.znav dd a {display: block; height: 46px; line-height: 46px; overflow: hidden; font-size: 16px; border-bottom: dotted 1px #ddd; padding-left: 20px;}
.znav dd .active {color: #fff; background-color: #686868;}
.znav dd:hover a {color: #fff; background-color: #18a3e8;}


.znav-tree .znav-tree-title {background: #01AAED; height: 60px; line-height: 60px; overflow: hidden; text-align: center; font-size: 22px; color: #fff;}
.znav-tree .layui-colla-title {background-color: #FAFAFA; padding: 0 35px 0 15px;}
.znav-tree .layui-colla-title i {left: initial; right: 10px; top: 11px; background-color: #DEDEDE; color: #fff; height: 20px; line-height: 20px; width: 20px; text-align: center; border-radius: 10px;}
.znav-tree .c2 li {background-color: #fff; border-bottom: solid 1px #eee; padding: 5px 0;}
.znav-tree .c2 a {font-size: 14px;}
.znav-tree .c2 .active {color: #FF5722;}

/*三级分类*/
.znav-tree.layui-card {background: none;}
.znav-tree .layui-card-header {background-color: #014FA2; height: 60px; line-height: 60px; border: none; text-align: center;}
.znav-tree .layui-card-header h3 {font-size: 22px; color: #fff;}
.znav-tree .layui-card-header i {float: right; color: #fff; font-size: 30px;}
.znav-tree .layui-card-body {border: solid 1px #ddd; border-top: none;}
.znav-tree .layui-nav {background: none; width: 100% !important;}
.znav-tree .layui-nav-tree .d1 {
    background: #0099E5;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
}
.layui-nav-tree .layui-nav-item a.d1:hover {background: #0099E5;}
.znav-tree .layui-nav-tree .d1 .layui-nav-more {border-width: 10px;}
.znav-tree .layui-nav-tree .layui-nav-itemed .d1 .layui-nav-more {border-color: transparent transparent #ffffff !important;margin-top: -16px;}
.znav-tree .layui-nav-tree a.c1 .layui-nav-more {right: initial; left: 6px; }
.znav-tree .layui-nav-tree .layui-nav-item a .layui-nav-more {order-color: #fff transparent transparent;}
.znav-tree .layui-nav-tree .layui-nav-item .layui-nav-itemed a:hover .layui-nav-more {border-color: transparent transparent #ffffff !important;}
.znav-tree .layui-nav-item {border-bottom: solid 1px #fff;}
.znav-tree .layui-nav-item .c1 {color: #333 !important; height: 26px; line-height: 26px; width: 26px; text-align: center; background-color: #DEDEDE; border-radius: 100%; position: absolute; right: 10px; top: 10px; padding: 0;}
.znav-tree .layui-nav-item .c1:hover {background: #DEDEDE;}
.znav-tree .layui-nav-item a.c1 .layui-nav-more {border-color: #999 transparent transparent;}
.znav-tree .layui-nav-item .c1:hover .layui-nav-more {border-color: #fff transparent transparent;}
.znav-tree .layui-nav-item .c1-h3 {height: 48px; line-height: 48px; font-size: 16px; color: #fff; cursor: pointer; background-color: #58C7FF; padding-left: 20px;}
.znav-tree .layui-nav-item .c1-h3:hover {background-color: #58c7ff; color: #fff;}
.znav-tree .layui-nav-mored, .layui-nav-itemed>a .layui-nav-more {border-color: transparent transparent #ff532b !important;}
.znav-tree .layui-nav-itemed .c1 {color: #1D7B46 !important;}
 
.znav-tree .layui-nav-itemed .layui-nav-more {color: #ff532b !important;}
.znav-tree .layui-nav-tree .layui-nav-bar {display: none !important;}
.znav-tree .layui-nav-item .dl-c2 {padding: 5px 0 10px 0; background: #fff !important;box-sizing: border-box; border-top: solid 1px #e9e9e9;}
.znav-tree .layui-nav-item .dl-c2 dd {margin-bottom: 5px;}
.znav-tree .layui-nav-item a.c2  {color: #333 !important; height: 26px; line-height: 26px; width: 26px; text-align: center; background-color: #DEDEDE; border-radius: 100%; position: absolute; right: 10px; top: 7px; padding: 0;}
.znav-tree .layui-nav-item a.c2 .layui-nav-more {color: #747474 !important;}
.znav-tree .layui-nav-item .c2-h3 {height: 40px; line-height: 40px; color: #333; cursor: pointer; background-color: #f7f7f7; padding-left: 20px;}
 
.znav-tree .layui-nav-item .dl-c3 {background: none !important;}
.znav-tree .layui-nav-item a.c3 {color: #747474 !important; height: 30px; line-height: 30px;}
.znav-tree .layui-nav-item a.c3 .layui-nav-more {color: #747474 !important;}
.znav-tree .layui-nav-item .c3-h3 {height: 34px; line-height: 34px; color: #666; cursor: pointer; padding-left: 20px;}
/*展开高亮*/
.znav-tree .layui-nav-itemed .c1-h3 {color: #fff;background-color: #58c7ff;}
.znav-tree .layui-nav-item .dl-c2 .layui-nav-itemed .c2-h3 {color: #ff532b;}
.znav-tree .layui-nav-item .dl-c3 .layui-nav-itemed .c2-h3 {color: #ff532b;}
 
.znav-tree .layui-nav-item .c1 + .c1-h3,
.znav-tree .layui-nav-item .c2 + .c2-h3,
.znav-tree .layui-nav-item .c3 + .c3-h3 {margin-left: 0;}
@media screen and (min-width: 992px) {
.layui-col-md12 .layui-col-md2 {width: 20%;}
.znav-tree .layui-nav-child.child1 {display: block;}
}



/*文章列表*/
.news-list li {height: auto; overflow: hidden; border-bottom: dashed 1px #DDD; margin: 5px 0; padding: 15px 0 20px;}
.news-list li img {float: left; width: 160px; height: 110px; margin-right: 10px; border: solid 1px #eee;}
.news-list li .t {font-size: 16px; line-height: 34px; height: 34px; font-weight: 400; overflow: hidden;}
.news-list li .date {color: #999; height: 30px; line-height: 30px; font-size: 14px; font-weight: normal;}
.news-list li .t .date {float: right; color: #666;}
.news-list li .desc {line-height: 22px; height: 44px; overflow: hidden; color: #999; font-size: 14px;}
.news-list li .more {background-color: #0056B1; color: #fff; padding: 3px 10px; border-radius: 3px; margin-top: 5px; display: inline-block; float: right;}
.news-list li a:hover {color: #0B5394;}
.news-list li:hover .more {background-color: #FF6D00;}
.news-list li .layui-badge {height: 22px; line-height: 22px; margin-right: 5px;}
.news-list.news-list-imgtop img {float: none; width: 550px; height: 350px;}

/*文章列表-缩略图*/
.wzlb-pic {width: 100%; height: auto; overflow: hidden; border-bottom: #d2d2d2 dotted 1px; padding: 22px 0;}
.wzlb-pic dt {width: 160px; height: 120px; overflow: hidden; float: left;}
.wzlb-pic dd {margin-left: 170px;}
.wzlb-pic .t {width: 100%; line-height: 28px; color: #333333; height: 20px; font-size: 14px; text-overflow: ellipsis; overflow: hidden; float: left;}
.wzlb-pic .c {width: 100%; color: #989898; font-size: 14px;
    float: left;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 6px 0 10px;}
.wzlb-pic .more {font-size: 13px; text-align: center; padding: 0 16px; display: inline-block; line-height: 26px; height: 26px; color: #FFFFFF; float: left;  background: #f69e00;}

/*详情*/
.show-title {line-height: 30px; width: 100%; color: #333333; text-align: center; font-size: 24px; overflow: hidden; margin: 15px 0;}
.show-info {width: 100%; margin: 10px 0 20px; text-align: center; overflow: hidden; color: #666;}
.show-info span {padding: 0 5px;}
.show-content {width: 100%; height: auto; overflow: hidden; line-height: 200%; font-size: 15px; padding: 10px 0;}
.show-content img {margin: 5px 0; max-width: 100%;}

/*企业信息*/
.show-introduct-title {line-height: 25px; width: 100%; overflow: hidden; background-color: #0099E5; padding: 10px 20px; color: #fff; font-size: 20px;}
.show-introduct {width: 100%; height: auto; overflow: hidden; line-height: 200%; font-size: 15px; padding: 10px 0; color: #666;}

/*上下一篇*/
.show-updown, .updown {line-height: 200%; font-size: 14px; overflow: hidden;}

/*视频列表*/
.splb {width: 100%; height: auto; overflow: hidden;}
.splb li {float: left; width: 260px; overflow: hidden; margin: 13px;}
.splb li img {width: 258px; height: 150px; border: solid 1px #eee;}
.splb li .t {height: 30px; line-height: 34px; overflow: hidden; font-size: 14px; text-align: center;}
.splb li .tb {height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; text-align: center;}
.splb li:hover img {border: solid 1px #f69e00;}


/*图片列表*/
.photo-list {}
.photo-list li img {width: 100%;border: solid 1px #eee;}
.photo-list li .t {height: 30px; line-height: 34px; overflow: hidden; font-size: 14px; text-align: center;}
.photo-list li:hover img {border: solid 1px #f69e00;}

/*产品列表*/
.product-list {height: auto; overflow: hidden;}
.product-list li img {width: 100%;}
.product-list li .img {border: solid 1px #eee;}
.product-list li .t {height: 40px; line-height: 40px; overflow: hidden; font-size: 16px; text-align: center; background-color: #eee;}
.product-list li .tb {height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; text-align: center;}
.product-list li:hover .img {border: solid 1px #f69e00;}
.product-list li:hover .t {background-color: #f69e00; color: #fff;}

/*产品详情*/

.preview-canshu {position: relative; height: auto; overflow: hidden; margin: 15px 0;}

.show-swiper {position: relative;}
.preview-canshu .swiper-container {margin:0 auto;}

.preview-canshu .swiper-slide {
      background-size: cover;
      background-position: center;
    }

.preview-canshu .gallery-top {
      height: 100%;
      width: 100%;
    }

.preview-canshu .gallery-thumbs {height: 62px; box-sizing: content-box; padding: 10px 40px;}
.preview-canshu .gallery-thumbs .swiper-slide {height: 100%; opacity: 0.4; border: solid 1px #ddd; padding: 1px; cursor: pointer;}
.preview-canshu .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1; border: solid 1px #0B5394;
    }
	
.show-swiper .swiper-button-next.swiper-button-white,
.show-swiper .swiper-button-prev.swiper-button-white {background-color: #ccc; height: 60px; line-height: 60px;}
.show-swiper .swiper-button-next.swiper-button-white:after,
.show-swiper .swiper-button-prev.swiper-button-white:after {font-size: 20px;}
.show-swiper .swiper-button-prev {left: 0; top: 32px;}
.show-swiper .swiper-button-next {right: 0; top: 32px;}



.cpcanshu {height: auto; overflow: hidden;}
.cpcanshu h1 {text-align: left; height: 50px; line-height: 50px; font-size: 16px; margin: 0; font-weight: bold;}
.cpcanshu .description {background-color: #f8f8f8; padding: 10px; overflow: hidden;}
.cpcanshu p {line-height: 200%; overflow: hidden; border-bottom: solid 1px #eee;}
.cpcanshu p.xinghao {height: 40px; line-height: 40px;}
.bdshare {padding: 10px 0; overflow: hidden;}

.content-dtit {border-bottom: solid 1px #ddd; height: auto; overflow: hidden; margin: 20px 15px 15px;}
.content-dtit h3 {height: 40px; line-height: 40px; background-color: #eee; float: left; padding: 0 20px;}

/*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 5px 15px; margin: 15px 5px; border: #dddddd solid 1px; display: inline-block;}
.pager ul li a:hover {border: #f69e00 solid 1px}
.pager ul .active a {border: #f69e00 solid 1px; display: inline-block; background-color: #f69e00; color: #fff;}
.pagination { border-radius: 4px; display: inline-block; padding-left: 5px; font-size: 15px;}

/*招聘*/
.zhaopin-list {margin: 10px 0; overflow: hidden;}
.zhaopin-list li {border-bottom: dashed 1px #ddd; height: 42px; line-height: 42px; overflow: hidden; color: #000; font-size: 16px;}
.zhaopin-list li span {padding: 0 5px; color: #666;}
.zhaopin-list li span.red {color: #f00;}
.zhaopin-list li .time {float: right;}

/*招聘详情*/
.zhaopin-info .dtit {border-bottom: solid 1px #5986db; font-weight: bold; color: #5986db; margin: 10px 0;}
.zhaopin-info tr th {width: 120px;}

/*留言反馈*/
.message {margin: 30px 0;}
.layui-form .form-group {margin-bottom: 15px; font-size: 15px; clear: both;}
.layui-form .form-group .control-label {float: left; display: block; padding: 9px 15px; font-weight: 400; line-height: 20px; text-align: right;}
.layui-form .form-group .col-md-9 {margin-left: 110px; min-height: 36px;}
.layui-form .form-group input.form-control {height: 34px; line-height: 1.3; line-height: 34px\9; border: solid 1px #C9C9C9; border-radius: 2px; display: block; width: 100%; padding-left: 10px; box-sizing: border-box;}
.layui-form .form-group .layui-form-mid-code {padding: 0;float: left; display: block; line-height: 20px; margin-right: 10px;}
.layui-form .form-group textarea.form-control {min-height: 100px; height: auto; line-height: 20px; padding: 6px 10px; resize: vertical; border: solid 1px #D2D2D2;display: block; border-radius: 2px; background-color: #fff; width: 100%; box-sizing: border-box;}
.layui-form .finecms-file-ts {font-size: 12px; color: #ccc; padding-bottom: 10px;}

/*联系方式风格1*/
.contact-skin1 {margin: 40px 0 0 0;}
.contact-skin1 .layui-card-header {background-color: #0099E5; padding: 0 20px; color: #fff; font-size: 18px; height: 50px; line-height: 50px;}
.contact-skin1 .layui-card-header i {font-size: 18px;}
.contact-skin1 .layui-card-body {border: solid 1px #EEE; background-color: #fff; border-top: none; font-size: 15px;}
.contact-skin1 .layui-card-body dt {line-height: 30px; font-weight: bold;}
.contact-skin1 .layui-card-body dd {margin-bottom: 10px; line-height: 160%;}

.contact-list {overflow: hidden;}
.contact-list li {text-align: center;}
.contact-list li .box {display: block; border: solid 1px #ddd; padding: 40px 30px;}
.contact-list li .thumb i {font-size: 40px; background-color: #e89d4d; color: #fff; display: inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 10px}
.contact-list li:nth-child(2) .thumb i {background-color: #527acb;}
.contact-list li:nth-child(3) .thumb i {background-color: #8d64c4;}
.contact-list li:nth-child(4) .thumb i {background-color: #f34c4c;}
.contact-list li .t {font-size: 16px; font-weight: bold; height: 40px; line-height: 40px; overflow: hidden; margin-top: 5px;}
.contact-list li p {font-size: 16px; height: 40px; line-height: 20px; overflow: hidden;}
.contact-list li p b {font-size: 24px; color: #f34c4c}
.contact-list li img {max-width: 100px;}


/*证书查询*/
.zs-search {margin: 20px 0 30px;}
.zs-search .layui-input {float: left;}
.zs-search .layui-btn {float: left;}
.zs-table {overflow: auto;}

/*友情链接*/
.links {line-height: 200%; padding: 10px 0 !important; overflow: hidden; font-size: 15px;}
.links a {margin: 0 3px;}

/*移动端样式*/
.dyui-footer-line {display: none;}
.dyui-footer-nav {display: none;}

::-webkit-scrollbar{width:8px;height:8px;background-color:#F5F5F5}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:0;background-color:#F5F5F5}
::-webkit-scrollbar-thumb{border-radius:0;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#bdbdbd}
::-webkit-scrollbar-thumb:hover{border-radius:0;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:rgba(0,0,0,.4)}

/*会员注册登录*/
.login .content .input-icon, .login-code {
    border-left: 2px solid #40aae2!important;
}
.login-code .input-icon{margin-left:-2px}
.input-icon {
    position: relative;
    left: 0;
}
.login .content .form-actions .rememberme {
    margin-top: 8px;
    display: inline-block;
}
.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
label {
    font-weight: 400;
    font-size: 15px;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}
label a {color:#40aae2}
.mt-checkbox>input, .mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    box-sizing: border-box;
    padding: 0;
}

.login-options {
    height: 30px;
}
.login .content .create-account a {
    display: inline-block;
    margin-top: 5px;
}
.login .content p {
    color: #222;
    font-size: 15px;
}
.login .content .create-account {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
    clear: both;
}