body {}
.btn-primary {background-color: #0262ac; border-color: #0262ac}
.header .dyui-nav .navbar-nav {flex-direction: row;}

dl, ol, ul {padding: 0; margin: 0}
li {list-style: none}
a {color: #333}
a:hover {color: #333}
a:focus{text-decoration:none;}
a:hover{text-decoration:none;}
p {margin: 0}
.form-control,
.custom-select {border-radius: 0}
.custom-select:focus,
.form-control:focus {border-color:#ccc; box-shadow: inset 0 1px 1px rgba(0,0,0,.0); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);}
@media (min-width: 1200px){
    .container {padding: 0;}
}
.img-fd {transition:all 0.5s ease-out;}
.img-fd:hover {transform:scale(1.3);}

/*全局通用样式*/
.btn-danger {background-color: #FF5733 !important;}
.bg-light {background-color: #F6F6F6 !important;}
.text-danger {color: #FF5733 !important}
.bg-primary {background-color: #035cac !important;}


/*通用版块标题*/
.dyui-main-header .header-title {margin: 10px auto 0; position: relative; text-align: center; z-index: 10}
.dyui-main-header .header-title h3 {line-height: 34px; padding: 0 10px; font-size: 36px; color: #000; position: relative; z-index: 9; display: inline-block;}
.dyui-main-header .header-desc {color: #DDD; font-size: 28px; height: 24px; line-height: 24px; z-index: 9; position: relative; min-width: 100px; display: block; margin-top: -15px}
.dyui-main-footer .btn {}

/*通用头部开始DIYUNWL*/
.dyui-header {position: relative; box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1); z-index: 9}
.dyui-header .navbar {padding: 10px 0}
.dyui-header .logo {height: 65px}

.dyui-header .dyui-nav {padding: 0;}
.dyui-header .dyui-nav li {}
.dyui-header .dyui-nav li a.c1 {color: #000; padding: 0 20px; height: 32px; line-height: 32px; display: block}
.dyui-header .dyui-nav li a.c1:hover {color: #0262ac}
.dyui-header .dyui-nav li.active a.c1 {color: #0262ac;}
.dyui-header .dyui-nav li .dropdown-toggle::after {content: ''; position: absolute; right: 8px; top: 12px; width: 8px; height: 8px; margin-top: -2px; border-right: 1px solid #808080; border-bottom: 1px solid #808080; border-top: 0; border-left: 0; -webkit-transform: rotate(45deg);}
.dyui-header .dyui-nav li.active .dropdown-toggle::after {border-color: #fff}
.navbar-toggler-icon i {color: #fff}
.dyui-nav .navbar-brand img {height: 34px}
.dyui-nav .form-inline .form-control {border-radius: 3px 0 0 3px; border: none;}
.dyui-nav .form-inline .btn { border-radius: 0 3px 3px 0; color: #fff;border: solid 1px #006CB6; }

@media (max-width: 1366px) {
    .dyui-header .dyui-nav li a.c1 {padding-left: 10px;}
}

@media (min-width:768px) {

    .dyui-nav>li>.dropdown-menu {opacity: 1; display: none; margin: 0}
    .dyui-nav li.open .dropdown-menu {display: block;}

}

.dyui-header-line {height: 46px;}
/*导航结束*/


.carousel-indicators {overflow: hidden; margin-left: 0; margin-right: 0}
.carousel-inner img {width: 100%; height: 100%;}

/*搜索栏*/
.search-main {overflow: hidden; padding: 20px 0 20px; background-color: #F7F7F7}
.search-main .keylist {line-height: 40px; overflow: hidden}
.search-main .form-inline {float: right; background-color: #fff; border: solid 1px #CED4DA; border-radius: 100px; overflow: hidden; line-height: 38px; padding: 0; position: relative}
.search-main .form-inline .custom-select {position: absolute; left: 0; top: 0; border: none}
.search-main .form-inline .form-control {width: 100%; padding: 0 70px 0 20px; border: none}
.search-main .form-inline select {margin-left: 5px}
.search-main .form-inline button {padding: 0 10px; height: 40px; margin-left: auto; background-color: #3353bf; color: #fff; position: absolute; right: 0; top: 0; border-radius: 0}
.search-main .form-inline button i {color: #fff; margin-right: 5px}
.search-main .search-tel {text-align: right; display: flex; line-height: 40px; justify-content: flex-end;}
.search-main .search-tel i {color: #ff9d3c; font-size: 40px; margin-right: 10px}
.search-main .search-tel span {font-size: 20px}


/*!*首页产品*!*/
/*.home-product {overflow: hidden}*/
/*.home-product .dyui-main-body {padding: 20px 0}*/
/*.home-product .product-list {margin-top: 20px;}*/

/*.dyui-solution ul li .box {border-bottom: solid 4px #FFF}*/
/*.dyui-solution ul li .box:hover {border-bottom: solid 4px #f55b2e}*/
/*.dyui-solution ul li .box:hover h4 {color: #f55b2e}*/

/*首页公司简介*/
.dyui-about {background: url("../images/about-bg.jpg") repeat-x left top; overflow: hidden;}
.dyui-about .dyui-main-header {margin: 0 0 30px;}
.dyui-about .dyui-main-header .header-title h3 {}
.dyui-about .dyui-main-header .header-title h3:after {background-color: #4680bd}
.dyui-about .dyui-main-header .header-desc {color: #909eae}
.dyui-about .dyui-main-body {}
.dyui-about .about-img {position: relative;}
.dyui-about img {width: 100%;  transform: translate(20px, -72px);}
.dyui-about .about-img::before {display: block; content: " "; width: 94%; height: 84%; box-sizing: border-box; border: 5px solid #FF5733; position: absolute; bottom: 6px; top: 0; left:0; right: 0; z-index: 0;
}
.dyui-about .about-text {font-size: 17px; line-height: 180%;}
.dyui-about .about-text h3 {font-size: 24px; font-weight: bold}
.dyui-about .dyui-main-footer {padding-bottom: 10px}
.dyui-about .dyui-main-footer .dyui-container {box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);}
.dyui-about .swiper-pagination {bottom: 40px !important;}




/*首页新闻*/
.dyui-news .dyui-main-header {margin: 0 0 20px;}
.dyui-news .dyui-main-footer {}

/*首页底部导航*/

/*!*首页案例*!*/
/*.dyui-anli {padding: 30px 0; background-color: #f1f4f9; overflow: hidden}*/
/*.dyui-anli .dyui-main-body {overflow: hidden; position: relative}*/
/*.dyui-anli  .swiper-button-next:after,*/
/*.dyui-anli  .swiper-button-prev:after {color: #fff}*/

/*.dyui-zs-list li img {width: 100%}*/
/*.dyui-zs-list li .t {margin-top: 10px}*/

/*!*首页优势*!*/
/*.dyui-fangan {background: url("../images/fangan-bj.jpg") no-repeat center top; overflow: hidden}*/
/*.dyui-fangan .dyui-main-body {padding: 10px 0 0}*/

/*.dyui-fangan .photo-list {overflow: initial; margin-bottom: 50px;}*/
/*.dyui-fangan .photo-list li .box {display: block; text-align: center; padding: 0; background:url(../images/fangan-li-bg.png) no-repeat right bottom; overflow: hidden;}*/
/*.dyui-fangan .photo-list li .t {font-size: 18px;}*/
/*.dyui-fangan .photo-list li .ft {color: #FF6D00; font-size: 14px; height: 40px; line-height: 40px; overflow: hidden; margin-bottom: 15px;}*/
/*.dyui-fangan .photo-list li img {width: 100%; border: solid 1px #fff; box-sizing: border-box;}*/


/*!*产品列表*!*/
/*.dyui-product-list li {margin-bottom: 20px;}*/
/*.dyui-product-list li .box {display: block; height: 100%}*/
/*.dyui-product-list li .thumb {padding: 5px}*/
/*.dyui-product-list li img {width: 100%}*/
/*.dyui-product-list li .info {padding: 10px;}*/
/*.dyui-product-list li .info {padding-left: 40px;}*/
/*.dyui-product-list li .more {text-align: right}*/

/*.dyui-product-list li:nth-child(2n) .thumb {order: 1}*/
/*.dyui-product-list li:nth-child(2n) .info {padding-left: 0; padding-right: 40px}*/
/*.dyui-product-list li:nth-child(2n) .more {text-align: left}*/


/*.home-contact .hader-title {height: 36px; overflow: hidden}*/
/*.home-contact a {display: block; border: solid 1px #ddd; border-radius: 3px}*/
/*.home-contact a img {width: 100%}*/

/*.links {padding-top: 20px; padding-bottom: 5px; line-height: 180%}*/
/*.links a {margin-right: 10px}*/

/*@media(max-width:767px) {*/
/*    .links {display: none}*/
/*}*/

/*当前位置*/
.dyui-breadcrumb {margin: 0; background: none; padding: 0; color: #666}
.dyui-breadcrumb a {margin: 0 5px; color: #666}
.dyui-breadcrumb a:hover {color: #A3684A}

@media(max-width:767px) {
    .dyui-breadcrumb {display: none}
}

/*栏目Banner*/
.cat-banner {width: 100%; position: relative}
.cat-banner .dyui-container {}
.cat-banner .dyui-breadcrumb {position: absolute; width: 100%; bottom: 0px; color: #fff}
.cat-banner .dyui-breadcrumb .dyui-container {background-color: rgba(0,0,0,0.5); padding: 8px}
.cat-banner .dyui-breadcrumb * {color: #fff}
.cat-banner img {width: 100%}

/*栏目简介*/
.cat-description {padding: 10px; background-color: #F8F8F8; border: solid 1px #ddd; margin-top: 10px; margin-bottom: 20px; color: #666}

.dyui-main-box {padding: 0 10px; overflow: hidden}

.page-content {padding: 10px 0; line-height: 200%}
.page-content * {max-width: 100%}

/*底部版权*/
.dyui-footer {background-color: #1C202A; overflow: hidden; color: #FFF;}
.dyui-footer a {color: #FFF}
.dyui-footer a:hover {color: #FFF}
.dyui-footer .border-right {border-color: #394151 !important;}
.dyui-footer .dyui-foot {display: flex; padding-top: 10px; padding-bottom: 10px}
.dyui-footer .f-title {color: #fff; padding-bottom: 10px;}
.dyui-footer .f-logo {flex: 1}
.dyui-footer .f-nav li {margin-bottom: 8px;}
.dyui-footer .f-lx {flex: 1; text-align: left}
.dyui-footer .f-lx li {margin-bottom: 8px;}
.dyui-footer .f-lx i {float: left; height: 40px; line-height: 46px; font-size: 38px; width: 40px; margin-right: 6px}
.dyui-footer .f-lx.address p {font-size: 12px; line-height: 160%}
.dyui-footer .f-ewm {text-align: center; flex: 1}
.dyui-footer .f-ewm li {text-align: center; display: inline-block; padding-left: 10px}
.dyui-footer .f-ewm li span {display: block; margin-top: 6px}
.dyui-footer .copyright {text-align: center; line-height: 180%; font-size: 14px;}
.dyui-footer .copyright .botder-top {border-color: #fff}

.dyui-footer .dyui-form label {margin-bottom: 0;}
.dyui-footer .dyui-form .control-label {display: none}
.dyui-footer .dyui-form .col-md-10 {flex: 0 0 100%; max-width: 100%}
.dyui-footer .dyui-form .form-control {background-color: #384151; border: none; color: #9da3af}
.dyui-footer .dyui-form .fc-code {background-color: #fff}
.dyui-footer .dyui-form .btn {border-radius: 0;}


.iso-list li {border-bottom: solid 1px #ddd; padding: 15px 0; overflow: hidden}
.iso-list li .thumb {text-align: center}
.iso-list li .thumb img {border: solid 1px #ddd}
.iso-list li .t {font-size: 16px; font-weight: bold; line-height: 120%}

/*子栏目*/
.dyui-tab-znav {position:relative;background-color:#FFF; box-shadow: 0px 0px 8px 1px rgb(0, 0, 0, 0.10);}
.dyui-tab-znav .box {overflow-x: auto; padding: 15px 10px}
/* .dyui-tab-znav ul {padding: 10px 0;} */
.dyui-tab-znav ul li {float: left;}
.dyui-tab-znav ul li a {display: inline-block; padding: 3px 10px}
.dyui-tab-znav ul li.active a {border-color: #ed7d31 !important; color: #ed7d31;}
.dyui-tab-znav .znav-more {position:absolute; z-index:1;top:0;right: 0;width:50px;height:60px; line-height: 60px; text-align: right;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(255,255,255,1) 48%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(246,246,246,0)), color-stop(48%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(255,255,255,1) 48%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(255,255,255,1) 48%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(255,255,255,1) 48%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(255,255,255,1) 48%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
.dyui-tab-znav.open #znav-ul {width: 100% !important; height: auto; overflow: hidden; padding-right: 50px;}
.dyui-tab-znav.open ul li {margin-top: 5px; margin-bottom: 5px}
.dyui-tab-znav.open ul li a {border-radius: 100px; border: solid 1px #ddd; padding: 3px 10px;}

/*侧边联系方式*/
.contact-skin {margin-top: 20px; background-color: #E9E9E9; padding: 5px}
.contact-skin .card-header {padding: 15px 20px; border: none; background: none}
.contact-skin .card-header h3 {color: #333; font-size: 20px; margin: 0}
.contact-skin .card-body {background-color: #fff; padding: 15px}


.dyui-main {margin-top: 20px; margin-bottom: 20px}
.dyui-mainr .cat-thumb {height: auto; overflow: hidden; margin-bottom: 20px}
.dyui-mainr .cat-thumb img {width: 100%}
.dyui-mainr .main-header {border-bottom: solid 1px #E7E7E7; height: 50px; line-height: 50px}
.dyui-mainr .main-header h3 {border-bottom: solid 1px #364bb8; font-size: 20px; color: #364bb8; font-weight: bold; line-height: 50px; padding: 0 10px}
.dyui-mainr .main-body {padding: 10px 0}




/*首页公司简介*/
.dyui-main-about {padding: 50px 0 50px; overflow: hidden; background: url("../images/about-bg2.jpg") no-repeat center bottom}
.dyui-main-about .dyui-main-header {margin: 0 0 30px;}
.dyui-main-about .dyui-main-header2 {margin-bottom: 40px;}
.dyui-main-about .about-img img {width: 100%; border-radius: 40px 0 40px 0}
.dyui-main-about .about-text {font-size: 16px; line-height: 180%; margin: 0 0 10px 0; padding-left: 30px; color: #666}
.dyui-main-about .about-text h3 {font-size: 24px; color: #00914a;font-weight: bold; margin-bottom: 24px}
.dyui-main-about .about-more {text-align: right}

.dyui-main-about .about-ys {margin-top: 40px}
.dyui-main-about .about-ys .col-2 {flex: 0 0 20%; max-width: 20%}
.dyui-main-about .about-ys li .box {background-color: #fff; border: solid 1px #eee; padding: 20px}
.dyui-main-about .about-ys li .box b {font-size: 34px; font-weight: bold; color: #333;}
.dyui-main-about .about-ys li .box b i {font-size: 20px; font-weight: normal; color: #333; font-style: normal; margin-left: 5px}
.dyui-main-about .about-ys li .box p {font-size: 20px; color: #333;}
.dyui-main-about .about-ys li:hover .box {background-color: #34599f; border: solid 1px #34599f; color: #fff}
.dyui-main-about .about-ys li:hover .box * {color: #fff}

@media(max-width:767px) {
    .dyui-main-about .about-img::before {display: none}
    .dyui-main-about img {max-width: 100%; transform:initial}
    .dyui-main-about .about-text {padding-left: 0; padding-top: 10px}
    .dyui-main-about .about-more {text-align: center}
}

.page-about {color: #666; overflow: hidden}
.page-about img {max-width: 100%; height: auto !important;}


.home-certificate .swiper-button-prev,
.home-certificate .swiper-button-next {top: 45%}
.home-certificate .swiper-button-prev {left: 10px}
.home-certificate .swiper-button-next {right: 10px}
.swiper-button-next,
.swiper-button-prev {width: 40px; height: 40px; background-color: #ccc; border-radius: 100px}
.swiper-button-next:after,
.swiper-button-prev:after {font-size: 20px; font-weight: bold; color: #fff}
.swiper-button-next:hover,
.swiper-button-prev:hover {background-color: #f55b3b}

.certificate-list li .thumb {
    background-color: #dcdcdc;
    padding: 12px;
}

.dyui-anli-list li {}
.dyui-anli-list li .box {overflow: hidden; background-color: #fff; display: block;}
.dyui-anli-list li .thumb {width: 100%; overflow: hidden}
.dyui-anli-list li .thumb img {width: 100%}
.dyui-anli-list li .t {font-size: 16px; padding: 8px 0}
.dyui-anli-list li:hover .t {color: #337afd}


/*图片列表*/
.dyui-photo-list li {padding-top: 15px; padding-bottom: 15px; overflow: hidden; text-align: center}
.dyui-photo-list li .box {display: block; height: 100%}
.dyui-photo-list li .thumb {overflow: hidden}
.dyui-photo-list li .thumb img { max-width: 100%}
.dyui-photo-list li .t {font-size: 16px;  overflow: hidden; padding: 8px 5px}

/*文章列表*/
.dyui-thumb-list li {position: relative; padding-top: 5px; padding-bottom: 5px}
.dyui-thumb-list li .box {overflow: hidden; background-color: #fff;}
.dyui-thumb-list li .thumb {width: 100%;}
.dyui-thumb-list li .thumb img {width: 100%}
.dyui-thumb-list li .date {flex: 0 0 90px; margin-right: 10px; background-color: #999; color: #fff; text-align: center; display: flex; flex-direction: column;align-items: center;justify-content: center;}
.dyui-thumb-list li .date b {display: block; line-height: 25px; font-size: 22px; color: #fff; margin-top: 5px; display: flex;align-items: center}
.dyui-thumb-list li .date em {display: block; line-height: 25px; font-size: 14px; font-style: normal;}
.dyui-thumb-list li .info {flex: 1; overflow: hidden}
.dyui-thumb-list li .info .t {height: 26px; line-height: 26px; overflow: hidden; font-size: 16px; font-weight: bold}
.dyui-thumb-list li .info .time {color: #999; font-size: 14px;}
.dyui-thumb-list li .info .desc {line-height: 160%; color: #999; font-size: 15px;}
.dyui-thumb-list li:hover .date {background-color: #FF5722; color: #fff;}
.dyui-thumb-list li:hover .t {color: #FF5722;}



/*文章列表*/
.dyui-datenews-list li .date {flex: 0 0 80px;}
.dyui-datenews-list li .date b {font-size: 45px;}
.dyui-datenews-list li .date em {display: block; line-height: 25px; font-size: 16px;font-weight: bold;font-style: normal;}
.dyui-datenews-list li .box:hover {background-color: #0060A3}
.dyui-datenews-list li .box:hover * {color: white !important;}

/*招聘列表*/
.dyui-zhaopin-list li {position: relative; padding-bottom: 20px}
.dyui-zhaopin-list li .box {display: flex; align-items: center; overflow: hidden; background-color: #fff; border: solid 1px #eee;}
.dyui-zhaopin-list li .thumb {margin-right: 15px; flex: 0 0 200px; width: 200px;  overflow: hidden}
.dyui-zhaopin-list li .thumb img {width: 100%}
.dyui-zhaopin-list li .info {flex: 1; overflow: hidden}
.dyui-zhaopin-list li .info .yq {color: #999; font-size: 15px}
.dyui-zhaopin-list li .info .yq i {padding-left: 10px; padding-right: 10px}
.dyui-zhaopin-list li .info .t {height: 26px; line-height: 26px; overflow: hidden; font-size: 16px; font-weight: bold}
.dyui-zhaopin-list li .info .desc {line-height: 150%; color: #999; font-size: 14px; margin-top: 8px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;}
.dyui-zhaopin-list li:hover .box {border-color: #337afd}
.dyui-zhaopin-list li:hover .t {color: #337afd;}
@media(max-width:767px) {
    .dyui-zhaopin-list li .thumb {flex: 0 0 100px; width: 100px;}
}

/*分页*/
.dyui-pages {}
.dyui-pages .pagination {justify-content: center}
.dyui-pages .pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.dyui-pages .pagination li.active a {background-color: #0262ac; color: #fff; border: solid 1px #0262ac}


/*解决方案*/
.dyui-solution-ys .container {max-width: 1200px;}
.dyui-solution-ys .item {position: absolute;}
.dyui-solution-ys .item1 {left: 0; top: 50px; width: 290px; text-align: left}
.dyui-solution-ys .item2 {right: 0; top: 50px; width: 290px; text-align: right}
.dyui-solution-ys .item3 {left: 0; bottom: 210px; width: 290px; text-align: left}
.dyui-solution-ys .item4 {right: 0; bottom: 210px; width: 290px; text-align: right}
.dyui-solution-ys .item5 {width: 290px; text-align: center; margin: 0 auto}


/*详情*/
.show-title {}
.show-info {width: 100%; margin: 10px 0 20px; overflow: hidden; color: #666;}
.show-info span {padding-right: 20px;}
.show-info span span {padding: 0;}
.show-thumb {text-align: center}
.show-thumb img {max-width: 100%; background-color: #E6E6E6; padding: 5px}
.show-content {width: 100%; height: auto; overflow: hidden; line-height: 200%; font-size: 15px; padding: 10px 0;}
.show-content * {max-width: 100%; height: auto !important;}

.show-tab .nav-tabs .nav-link {border-radius: 0; border: solid 1px #ddd; margin-right: -1px;padding: .8rem 1.5rem;}
.show-tab .nav-tabs .nav-link.active  {color: #035cac; background-color: #fff; border-color: #035cac #dddd #fff;}
.show-tab img {max-width: 100%}

/*招聘详情*/
.show-yq i {padding-left: 10px; padding-right: 10px}

/*上下一篇*/
.show-updown {line-height: 200%; font-size: 14px; overflow: hidden;}

/*产品详情*/
.show-product-main {margin-bottom: 50px; padding: 10px 0 0}
.show-product-thumb .carousel-inner {}
.show-product-thumb .carousel {padding-bottom: 100px;}
.show-product-main .carousel-inner .carousel-control-next:hover i,
.show-product-main .carousel-inner .carousel-control-prev:hover i {background-color: rgba(0,0,0,0.1); font-size: 30px; padding: 20px 10px; display: inline-block}
.show-product-thumb .carousel-indicators {margin: 0}
.show-product-thumb .carousel-indicators li {width: 80px; height: auto; text-indent: 0; border: solid 1px #ddd}
.show-product-thumb .carousel-indicators li img {width: 100%;}
.show-product-thumb .carousel-indicators .active {background-color: #EEA888; border: 1px solid #FF6600;}
.show-product-thumb .carousel-indicators .carousel-control-next,
.show-product-thumb .carousel-indicators .carousel-control-prev {border: solid 1px #ccc; width: 40px}
.show-product-thumb .carousel-indicators .carousel-control-next i,
.show-product-thumb .carousel-indicators .carousel-control-prev i {color: #666; font-size: 30px}

.show-product-info .show-title {padding: 10px 0 10px; border-bottom: dotted 1px #ddd; text-align: left; margin: 0}
.show-product-info .show-title h1 {font-size: 18px; line-height: 140%}
.show-product-info .show-title h5 {font-size: 16px; line-height: 140%; color: #999}
.show-product-info .description {font-size: 16px; line-height: 140%; color: #999}
.show-product-info .show-btn {overflow: hidden; margin: 20px 0}
.show-product-info .show-btn a {display: block;color: #337ab7;}
.show-product-info .show-btn a i {margin-right: 10px}

.show-product-info .canshu-list {margin: 20px 0; overflow: hidden}
.show-product-info .canshu-list li {padding: 5px 0; overflow: hidden; font-size: 14px}
.show-product-info .canshu-list li b {min-width: 70px; padding-right: 10px; display: inline-block}
.show-product-info .canshu-list li span {line-height: 26px; padding: 2px 10px; color: #333; border-radius: 0}



.header-title2 {border-bottom: solid 1px #ddd; height: 40px; line-height: 40px;}
.header-title2 h5 {border-bottom: solid 2px #0067b6; float: left; margin: 0; line-height: 38px; position: relative}
.show-content {padding: 15px 0}
.show-content img {max-width: 100%}
.show-content table {border-left: solid 1px #666; border-top: solid 1px #666; max-width: 100% !important;}
.show-content table tr td {border-right: solid 1px #666; border-bottom: solid 1px #666; padding: 5px !important;}


/*联系方式*/
.contact-main {padding: 15px}
.contact-main .contact-znav a {color: #337ab7;}
.contact-main .contact-znav a.active {color: #333; font-weight: bold}
.contact-box {margin-top: 30px}

.contact-list li {overflow: hidden; padding-bottom: 30px}
.contact-list li .thumb {width: 110px; float: left; padding-right: 20px; box-sizing: content-box;}
.contact-list li .thumb img {width: 100%}
.contact-list li .info {}
.contact-list li .info span {margin-right: 10px}
.contact-list li .info .kong {display: none}

.dyui-form .form-control {padding: .6rem .75rem;}


/*表单*/
.dyui-form-flex .form-group {display: flex}
.dyui-form-flex .form-group .control-label {line-height: 38px;}
@media(min-width:992px) {
    .dyui-form-flex .form-group .control-label {margin-bottom: 0}
}
.dyui-form-flex .form-group .code {margin-left: 10px}
.dyui-form .btn i {margin-right: 10px}


/*发展历程*/
.experience-list li .date {flex: 0 0 200px}
.experience-list li .date h4 {margin-right: -3px; position: relative; z-index: 1}

@media(min-width:767px) {
    .experience-list li .desc {border-left: solid 1px #ddd;}
}
.experience-list li .desc p i {font-style: normal}
@media(max-width:767px) {
    .experience-list li {border-bottom: solid 1px #ddd}
}

/*msg与404*/
.fc-msg-main {text-align: center; padding: 20px 0; background-color: #E6E6E6; padding: 5px; margin-top: 20px}
.fc-msg-main .fc-msg-header {padding-top: 15px; padding-bottom: 15px}
.fc-msg-main .fc-msg-body {min-height: 500px; background-color: #fff; padding-top: 30px}
.fc-msg-main .fc-msg-body i.fa {font-size: 30px; display: inline-block; background-color: #000000; color: #fff; border-radius: 100px; height: 50px; line-height: 50px; width: 50px; margin: 20px auto}
.fc-msg-main .fc-msg-body .fc-msg-info {display: block}
.fc-msg-body .fc-msg-info .fc-msg-title {padding: 10px 0 20px}
.fc-msg-body .fc-msg-info .fc-msg-title {color: #d91010; font-size: 18px}


/*移动端底部菜单*/
.dyui-footer-nav {background-color: #2462ab; height: 50px; border-top: solid 1px #185195; color: #fff}
.dyui-footer-nav ul {display: flex}
.dyui-footer-nav ul li {text-align: center; flex: 1;}
.dyui-footer-nav ul li a.c1 {height: 50px; line-height: 50px; color: #fff; display: block; padding-top: 3px}
.dyui-footer-nav ul li a.c1 i {display: block; height: 20px; line-height: 20px}
.dyui-footer-nav ul li a.c1 span {display: block; height: 20px; line-height: 20px}
.dyui-footer-nav .dropdown-menu {min-width: 8rem}


.footer-pp ul li a {padding: 10px 0; font-size: 20px; font-weight: bold}
.footer-pp ul li a:hover {color: #2462ab}