﻿@CHARSET "UTF-8";


/* 通用 */
.w90{width: 90%;margin: auto;}
.w1200{width: 1200px;margin: auto;}
.w1290{width: 1290px;margin: auto;}
.w1360{width: 1360px;margin: auto;}
.w1380{width: 1380px;margin: auto;}
.w1440{width: 1440px;margin: auto;}
.w1440::after{content: '';display: block;clear: both;}

.hover-img{transition: all .3s;}
.hover-img:hover{transform: scale(1.03);}


.index-title{margin-bottom: 30px;}
.index-title .title{width: 100%;    position: relative;display: flex;align-items: center;justify-content: space-between;text-align: center;    flex-direction: column;font-size: 35px;color: #333333;font-weight: bold;}

.index-title .title::after{content: '';
    height: 6px;
    width:86px;border-radius: 5px;
    background: #004fa7;margin:5px auto 10px;}
.index-title .subtitle{text-align: center;color: #636363;font-size: 16px;}
a.index-more{color: #636363;font-size: 18px;display: block;border: 1px solid #dcdcdc;box-sizing: border-box;padding: 10px 20px;margin:50px auto;border-radius: 30px;width: 300px;text-align: center;}
a.index-more-s2{background: #004fa7;border-color: #004fa7;color: #fff;}
a.index-more-s3{background: #fff;color: #666;margin: 0;}
.index-box{padding: 70px 0;box-sizing: border-box;}

/* 当前位置 */

.position{font-size: 20px;height: 100px;}
.position-text p,.position-text{font-size: 16px;color: #212121;font-weight: bold;}
.position-text p::before{content: '';width: 5px;height: 33px;float: left;margin-right: 10px;background-size: 100% 100%;}
.position-text a{color: #212121;}






/*导航栏样式*/
.nav{display: flex;justify-content: space-between;width: 790px;}
.nav>li{text-align:center;position:relative;z-index:999;width: 80px;}
.nav>li.active,.nav>li:hover{}
.nav>li.active>a,.nav>li:hover>a{}
.nav>li>a{display:block;line-height:110px;color:#666;font-size:18px;width: 100%;}
.nav>li li{width: 24%;margin: 0.5%;border-radius: 10px;overflow: hidden;background: #f3f4f4;position: relative;}
.nav>li li>a{line-height: 65px!important;display: inline-block;width: 100%;font-size: 18px!important;transition:.3s all;}
.nav>li li:hover{background: #0070af!important;}
.nav>li li:hover a{color: #fff;transform: translateX(-30px);}
.nav>li li:hover::before{content: '';display: block;width: 21px;height: 18px;background: url(../images/rzq_1.png)no-repeat center;position: absolute;top: 40%;right: 20%;}
.nav>li:hover .ul2{display: flex;    border: 1px solid #cecece;
}
.nav .ul2{background: #fff;display: none;    width: 1200px;
    transform: translateX(-50%);flex-wrap: wrap;
    position: fixed;
    top: 100px;
    left: 50%;padding: 10px;box-sizing: border-box;}
.nav .ul2 a{color: #666;font-size: 15px;line-height: 35px;}
.nav .ul2 li:hover{background: #f2f2f2;}

A.li0:link    {color:#ffffff;font-size:12px;font-family:Microsoft YaHei; }
A.li0:visited {color:#ffffff;font-size:12px;font-family:Microsoft YaHei;}
A.li0:hover   {color:#ffff00;font-size:12px;font-family:Microsoft YaHei;}
A.li0:active  {color:#ffffff;font-size:12px;font-family:Microsoft YaHei;}

/*banner 导航*/
.bannerSwiper .swiper-slide img{width: 100%;}
/*首页公告*/
A.li1:link    {color:#fff;font-size:15px;font-family:"微软雅黑";}
A.li1:visited {color:#fff;font-size:15px;font-family:"微软雅黑";}
A.li1:hover   {color:#ffff00;font-size:15px;font-family:"微软雅黑";}
A.li1:active  {color:#fff;font-size:15px;font-family:"微软雅黑";}

/* 系统方案 */
.xtfaSwiper .swiper-slide img{width: 100%;height: 240px;object-fit: cover;}
.xtfaSwiper .swiper-slide{background: #fff;box-shadow: 0 3px 5px #bdbdbd;}
.xtfaSwiper .swiper-slide div{padding: 15px;}
.xtfaSwiper .swiper-slide .p1{color: #1d1d1d;font-size: 20px;}
.xtfaSwiper .swiper-slide .p2{color: #434343;font-size: 14px;margin: 15px auto 5px;}
.xtfaSwiper{padding: 10px!important;}

.xtfa-box{position: relative;}
.xtfaSwiper-btn{position: absolute ;top: 50%;transform: translateY(-50%);}
.xtfaSwiper-btn .swiper-button-next-xtfaSwiper{left: -100px;position: absolute;}
.xtfaSwiper-btn .swiper-button-prev-xtfaSwiper{right: -100px;position: absolute;}


/* 行业应用 */
.hyyy{background: url(../images/rzq_54.jpg)no-repeat center;}
.hyyySwiper .swiper-slide img{width: 100%;height: 240px;object-fit: cover;}
.hyyySwiper .swiper-slide{background: #fff;transform: scale(.85);transition: .5s all;}
.hyyySwiper .swiper-slide div{padding: 25px;}
.hyyySwiper .swiper-slide .p1{color: #1d1d1d;font-size: 20px;}
.hyyySwiper .swiper-slide .p2{color: #6b6b6b;font-size: 16px;margin: 15px auto 5px;transition: .5s all;}
.hyyySwiper{padding: 10px!important;}

.hyyy-box{position: relative;}
.hyyySwiper-btn{position: absolute ;top: 50%;transform: translateY(-50%);}
.hyyySwiper-btn .swiper-button-next-hyyySwiper{left: -100px;position: absolute;}
.hyyySwiper-btn .swiper-button-prev-hyyySwiper{right: -100px;position: absolute;}

.hyyySwiper .swiper-slide-next .p2{font-size: 14px;}

.hyyySwiper .swiper-slide-next{transform: scale(1)!important;}







/* 新闻中心 */
.news-tab{position: relative;}
.news-tab>ul{position: absolute;right: 0;top: 0;}

.newsSwiper{position: relative;margin-left: 0!important;}
.newsSwiper p{position: absolute;bottom: 0;width: 100%;background: #00000080;color: #fff;font-size: 18px;padding:10px 20px;box-sizing: border-box;}
.newsSwiper p span{width:50%;line-height: 80px;}
.newsSwiper .swiper-slide a>img{width: 100%;height: 400px;object-fit: cover;}
.news-list{width: 48%;}
.news-list li{padding: 10px 10px 10px 0;box-sizing: border-box;margin-bottom: 15px;}
.news-list li:last-child{margin-bottom: 0;}
.news-list-left{width: 150px;}
.news-list-left img{width: 100%;object-fit: cover;height: 100px;}
.news-list-right{width: calc(100% - 160px);}
.news-list-right .p1{font-size: 18px;color: #1f1f1f;font-weight: bold;line-height: 40px;margin-top: -10px;}
.news-list-right .p2{font-size: 14px;color: #696969;}




.news-tab-box{display: none;}
.news-tab-box li{display: flex;align-items: center;}
.news-tab-box li::before{content: '';display: block;width: 10px;height: 10px;background: url(../images/rzq_57.png)no-repeat center;margin-right: 10px;}
.news-tab-box li a .p1{color: #1d1d1d;font-size: 16px;width: 80%;}
.news-tab-box li a .p2{color: #5b5b5b;font-size: 16px;}

.news-tab-box li a{width: 100%;line-height: 40px;}

.news-tab-box li:nth-child(1)::before{content: '';display: none;width: 10px;height: 10px;background: url(../images/rzq_57.png)no-repeat center;margin-right: 10px;}
.news-tab-box li:nth-child(1) a .p1{color: #0b0b0b;font-size:23px;width: 80%;}
.news-tab-box li:nth-child(1) a{line-height: 70px;border-bottom: 1px solid #5b5b5b40;margin-bottom: 15px;}

.news-tab-box li a:hover p{color: #ff0000!important;}

.news-box>div{width: 48.5%;}
.news-tab-item li{cursor: pointer;font-size: 20px;color: #333333;font-weight: bold;line-height: 50px;width: 50%;background: #e4e4e4;text-align: center;}
.news-tab-item li.current{color: #fefefe;background: #004fa7;}

.news-tab-item{text-align: center;display: flex;}






.swiper-pagination-newsSwiper{position: absolute;bottom: 14px!important;right: 10px!important;z-index: 99;text-align: right;left: unset!important;}
.swiper-pagination-newsSwiper span{opacity: 1;background: #fff;width: 12px;height: 12px;}
.swiper-pagination-newsSwiper span.swiper-pagination-bullet-active{background: #ff4203;}
.newsSwiper-btn{position: absolute;right: 0;bottom: 0;z-index: 9999;}

.banner2 ul{display: flex;justify-content: space-between;margin: 40px auto;}
.banner2 ul li img{width: 293px;height: 101px;object-fit: cover;}

/* 培训视频 */
.videos{background: url(../images/rzq_60.jpg)no-repeat center;}
.videos .index-title p{color: #fff;}
.videos .index-title p::after{background: #fff;}
.videos-box .videoswiper2 video{width: 100%;height: 500px;background: #000;}
.videos-box .videoswiper1 img{width: 100%;border-radius: 10px;border: 4px solid #fff;box-sizing: border-box;height: 120px;object-fit: cover;}
.videos-box-b{margin-top: 15px;}
.videos-box .videoswiper1{width: 90%;}
.videos-box .videoswiper1 .swiper-slide::before{content: '';display: block;background: url(../images/rzq_16.png)no-repeat center;width: 45px;height: 45px;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);}

.videos-box .videoswiper2 .swiper-slide .playimg{content: '';display: block;background: url(../images/rzq_18.png)no-repeat center;width: 94px;height: 94px;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);}

/* 经典案例 */
.index-case-left,.index-case-right{width: 50%;}
.index-case-left img{width: 100%;height: 469px;object-fit: cover;}
.index-case-right{background: url(../images/rzq_66.jpg)no-repeat center;height: 469px;padding: 60px;box-sizing: border-box;}
.index-case-right p{color: #fff;}
.index-case-right .p1{font-weight: bold;font-size: 35px;}
.index-case-right .p2{font-size: 20px;margin: 30px auto 20px;}
.index-case-right .p3{font-size: 16px;}
.index-case-right a{color: #fff;margin-top: 30px;display: block;}

.caseswiper-btn{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);z-index: 99999;display: flex;width: auto;}

.partner{margin-top: 50px;}
.partnerswiper{padding: 8px!important;box-sizing: border-box;width: 93%;}
.partnerswiper .swiper-slide{text-align: center;background: #fff;box-shadow: 0 3px 8px #a8a8a8;line-height: 140px;}
.partnerswiper .swiper-slide img{width: 140px;margin: auto;}



/* 应用 */
.application{background: url(../images/rzq_32.png)no-repeat center;height: 700px;}
.application p{color: #fff;width: 50%;}
.application .p1{font-weight: bold;font-size: 57px;padding-top: 80px;}
.application .p2{font-size: 18px;margin: 40px 0 60px;}


/* 服务 */
.service-box li{width: 24%;padding: 90px 0;box-sizing: border-box;text-align: center;border-radius: 20px;}
.service-box li p{color: #fff;font-size: 20px;margin-top: 20px;text-shadow: 0 2px 3px #000;}
.service-box li img{transition: .5s all;}
.service-box li:hover img{transform: translateY(10px);}

.index-tell{background: url(../images/rzq_120.jpg)no-repeat center;height: 440px;text-align: center;}
.index-tell p{color: #fff;}
.index-tell .p1{font-size: 35px;font-weight: bold;padding-top: 20px;}
.index-tell .p2{font-size: 26px;margin: 20px 0;line-height: 50px;}
.index-tell .p3{font-size: 20px;}
.index-tell .p3 img{margin-right: 10px;}
/* 产品中心 */
.product{background: url(../images/yjzb_61.jpg)no-repeat center;height: 1079px;padding-top: 10px;box-sizing: border-box;}
.product .p-title{margin: 20px auto;}
.product .p-title p{color: #fff;text-align: center;}
.product .p-title p.p1{font-size: 35px;font-weight: bold;line-height: 70px;}
.product .p-title p.p2{font-size: 16px;}
.product .p-title{background: url(../images/yjzb1_03.png)no-repeat center;height: 88px;}

.product-nav{width: 247px;float: left;background: #fff;}
.product-nav .p-n-title{background: url(../images/yjzb1_07.png)no-repeat center;line-height: 104px;text-align: center;color: #fff;font-size: 33px;font-weight: bold;padding-left: 20px;box-sizing: border-box;}
.product-nav ul a{font-size: 20px;color: #191919;border-bottom: 1px dashed #bdbebe;display: block;line-height: 80px;}
.product-nav ul a::before{content: '>';display: inline-block;color: #5f6060;font-size: 20px;margin-right: 20px;}
.product-nav ul li{padding: 0 20px;box-sizing: border-box;}
.product-nav ul li:hover a{color: #fff;font-weight: bold;border: unset;}
.product-nav ul li:hover{background: #e60000;}
.product-nav ul li:hover a::before{color: #fff;}

.product-nav li.active{background: #e60000;}
.product-nav li.active a{color: #fff;font-weight: bold;border: unset;}
.product-nav li.active a::before{color: #fff;}

.product-list{width: calc(100% - 260px);float: right;}
.product-list ul li{width: 24%;margin-left: 1%;float: left;margin-bottom: 20px;}
.product-list ul li img{width: 100%;height: 165px;object-fit: cover;}
.product-list ul li p{color: #fff;font-size: 16px;text-align: center;line-height: 45px;}


.adver{margin: 40px auto;}



.news-tab-box1 li{width: 50%;padding-right: 20px;box-sizing: border-box;float: left;margin-bottom: 20px;border-bottom: 1px dashed #999;padding-bottom: 20px;}
.news-tab-box1{display: none;}
.news-tab-item1{width: 100%;margin-bottom: 30px;position: relative;}
.news-tab-item1::before{content: '';display: block;background: url(../images/news-right.png)no-repeat;background-size: contain;height: 74px;width: 74px;position: absolute;top: 0;left: 32%;}
.news-tab-item1::after{content: '';height: 4px ;position: absolute;bottom: 0;width: 100%;background: #ecf4fa;left: 0;z-index: -1;}
.news-tab-item1 li{font-size: 25px;color: #1f1f1f;font-weight: bold;display: inline-block;line-height: 70px;}

.news-tab-item1 li.current{color: #e60000;font-size: 33px;border-bottom: 4px solid #e60000;}
.news-tab-item1 li:last-child{float: right;}
.news-tab-item1 li a{font-size: 16px;color: #6f6f6f;}
.news-tab-item1 li::before{content: '';display: inline-block;width: 33px;height: 35px;margin-right: 10px;}
.news-tab-item1 li.current::before{background: url(../images/yjzb_68.png)no-repeat center;}

.news-tab-item1 li:nth-child(2){margin-left: 30px;}



.zcfg .title span::before{background: url(../images/yjzb_75.png)no-repeat center center;}
.zcfgSwiper,.zcfg-con{position: relative;}
.zcfgSwiper .swiper-wrapper img{width: 100%;height: 210px;object-fit: cover;}
.zcfgSwiper .swiper-wrapper div{background: #f3f4f4;padding: 20px 15px;box-sizing: border-box;}
.zcfgSwiper .swiper-wrapper a{display: block;width: 100%;}
.zcfgSwiper .swiper-wrapper p:nth-child(1){color: #1f1f1f;font-size: 18px;font-weight: bold;margin-bottom: 10px;}
.zcfgSwiper .swiper-wrapper p:nth-child(2){color: #505050;font-size: 15px;}
.zcfgSwiper .swiper-wrapper p:nth-child(3){color: #eb0000;font-size: 15px;}
.zcfgSwiper .swiper-slide{cursor: pointer;}
.swiper-button-next-zcfg{position: absolute;left: -50px;top: 50%;transform: translateY(-50%);}
.swiper-button-prev-zcfg{position: absolute;right: -50px;top: 50%;transform: translateY(-50%);}















/* 友情链接 */



/*新闻列表*/
.news_list{}
.news_list li{line-height:27px;position:relative;padding-bottom: 10px;}
.news_list li img{float: left;margin-right: 15px;width: 280px;height: 180px;object-fit: cover;}
.news_list li a{line-height:27px;color:#666;font-size: 18px;font-weight: bold;}
.news_list li a:hover{text-decoration:none;color:#000;}
.news_list li span{color:#999;z-index:0;line-height:27px;font-size:14px;}
.news_list li h3 {font-size:16px;}
.news_list li div{line-height:30px;font-size: 16px;margin: 15px 0;}

input{outline:none;color:#afafaf;border:0px;background:none}
button{border:0px }
textarea{outline:none;color:#afafaf;border:0px;background:none}

/*底部*/
.footer{}
.footer-con1{background: url(../images/rzq_142.jpg)no-repeat center;height: 436px;}
.footer-con1>.flex{height: 436px;}
.footer-con1-l{width: 26%;}
.footer-con1-c{width: 40%;}
.footer-con1 p{color: #fff;}
.footer-con1-l p{font-size: 14px;line-height: 25px;margin: 20px 0 15px;}
.footer-con1-l a{color: #fff;}
.footer-con1-c li{display: flex;align-items: center;margin-bottom: 8px;font-size: 16px;}
.footer-con1-c li img{margin-right: 10px;}

.code{float: right;text-align: center;}
.code p{font-size: 14px;color: #fff;line-height: 35px;}


.footer_b{line-height: 80px;background: #001843;color: #ffffff;font-size: 14px;}
.footer_b .w90{display: flex;justify-content: space-between;}
.footer_b  a{color: #ffffff;font-size: 14px}
.footer_b  a:hover{color: #fff;font-weight: bold;}
.footer-link {background: #002561;border-top: 1px solid #a7a7a720;padding: 15px 0;}
.footer-link ul{justify-content: start;}
.footer-link a{font-size: 14px;color: #a7a7a7;margin-right: 25px;}
.footer-link a:hover{color: #fff;}
/*底部备案公司*/
A.li2:link    {color:#fff;font-family:"微软雅黑";}
A.li2:visited {color:#fff;font-family:"微软雅黑";}
A.li2:hover   {color:#ffff00;font-family:"微软雅黑";}
A.li2:active  {color:#fff;font-family:"微软雅黑";}


/*案例列表*/
.case_list{}
.case_list li{float:left;margin-left:15px;margin-right:15px;padding-bottom:15px;_display:inline;}
.case_list li a.img{padding:1px;border:1px solid #e0e1dc;}
.case_list li a.img img{width:196px;height:178px;}
.case_list li h3{text-align:center;padding-top:5px;}
.case_list li h3 a{font-weight:normal;}
.case_list li a.img{display:block;}
.case_list li a.img:hover{border-color:#ff0000;}


/*Tag列表*/
.tag_list_product {margin-top:10px;}
.tag_list_product li{float:left;margin-left:15px;margin-right:15px;padding-bottom:15px;_display:inline;}
.tag_list_product li a.img{padding:1px;border:1px solid #e0e1dc;}
.tag_list_product li a.img img{width:196px;height:178px;}
.tag_list_product li h3{text-align:center;padding-top:5px;}
.tag_list_product li h3 a{font-weight:normal;}
.tag_list_product li a.img{display:block;}
.tag_list_product li a.img:hover{border-color:#ff0000;}

.tag_list_news{}
.tag_list_news li{line-height:27px;position:relative;padding-left:10px;}
.tag_list_news li a{line-height:27px;}
.tag_list_news li span{color:#999;z-index:0;line-height:27px;}
.tag_list_news li h3 {font-size:14px;}
.tag_list_news li div{line-height:24px;}

.tag_total{height:36px;line-height:36px;text-align:left;padding-left:20px;background-color:#edf1f5;border:1px solid #b6c7db;}



/*内页案例产品相关*/
.products li {float:left;text-align:center;padding:5px;color:#996600;box-sizing: border-box;width: 33.3%;}
.products img { padding:3px; border:1px solid #cccccc;height:280px;width: 100%;object-fit: cover;box-sizing: border-box;}
.products1 img {padding:3px; border:1px solid #ffffff;height:200px;}
.products1 li { float:left; text-align:center; padding:2px;height:200px;color:#996600}
.products a:hover img {border:1px solid #ffffff; background-color:#2c4ea3;}
.products a { line-height:22px;color:#656464;font-size: 16px;line-height: 50px;}
.products_title { text-align:center; font-size:16px; padding:10px; }
.products_info { text-align:center; border:1px dashed #666; padding:10px;height:200px; }
.products_img { text-align:center; padding:10px;height:200px; }
.products_next { border:1px solid #333;height:200px; }

/*内页左侧栏目*/
.left .box{width: 277px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";background:#f7b71d;font-size:14px;color:#fff;}
.left .box .content{padding:5px 0px;}
.left{float:left;position:relative;z-index:9999;}
.left-box-bottom{text-align: center;}
.left-box-bottom li{margin-top: 10px;}
.ny_left_nav{border-top: 1px solid #dfdfdf;}
.sort_menu{width: 267px;margin: auto;position: relative;}
.ny_left_nav li .first_nav{display:block;width:100%;margin: auto; height:71px;line-height:71px;font-size:20px;color:#000;text-align:center; background:url(../images/ny_akj_15.jpg)no-repeat center;}
.ny_left_nav li .first_nav:hover{background:url(../images/ny_akj_04.jpg)no-repeat center;}
.left_menu{min-height: 165px;}
.left_menu .product-left-nav .product-title{width:277px;height: 108px;line-height: 108px;font-size: 30px;font-weight: bold;color: #fff;text-align: center;background: url(../images/yjbl1_022.png);}
.left_menu .product-left-nav ul li{width: 277px;height: 60px;text-align: center;line-height: 60px;background: #d6d6d6;margin-top: 10px;}
.left_menu .product-left-nav ul li a{font-size: 20px;color: #000f9b;}
.left_menu .product-left-nav ul li.active,.left_menu .product-left-nav ul li:hover{background: url(../images/yjbl1_023.png)no-repeat center;}
.left_menu .product-left-nav ul li.active a,.left_menu .product-left-nav ul li:hover a{color: #fff;font-weight: bold;}
.left_menu .product-left-nav ul li.active::before,.left_menu .product-left-nav ul li:hover::before{background: url(../images/yjbl1_023.png)no-repeat center}

/* 内页顶部导航 */
.content{padding: 20px 0;box-sizing: border-box;}
.content p{font-size: 16px;}
.top_menu{background:#f3f4f4;}
.top_menu .box{display: flex;justify-content: space-between;}
.top_menu-s{margin-top: 20px;}
.top_menu-s a{font-size: 16px;color: #666;display: inline-block;padding: 5px 10px;background: #f4f4f4;margin: 10px 5px;}
.top_menu-s a:hover{background: #004fa7;color: #fff;}
.ny_top_bt{background: url(../images/ny_07.png)no-repeat center;width: 285px;height: 148px;line-height: 140px;text-align: center;font-size: 30px;font-weight: bold;color: #fff;margin-top: -50px;}
.ny_top_nav{display: flex;align-items: center;justify-content: end;flex-wrap: wrap;}
.ny_top_nav li a{font-size: 17px;color: #212121;display: block;text-align: center;line-height: 100px;margin:0 12px;position: relative;}
.ny_top_nav li a:hover{color: #004fa7;font-weight: bold;}
.ny_top_nav li a::after{
    content: '';display: none;
    height: 6px;
    width: 100%;
    border-radius: 5px;
    background: #004fa7;position: absolute;bottom: 0;  
}
.ny_top_nav li a:hover::after{display: block;}
.ny_top_nav li.active a::after{display: block;}




/*内页新闻*/
.nyxw_center{width:100%; margin:0 auto; overflow:hidden; margin-bottom:50px  }
#newslist1{width:100%; border-bottom:1px  dashed #CCCCCC; height:185px; overflow:hidden }
#newslist2{width:96%; text-align:center; line-height:60px; height:60px}
#newslist11{width:30%; text-align:left; float:left; margin-top:15px}
#newslist12{width:68%; text-align:left; float:right; font-size:20px}
#newslist_time{width:100%; text-align:left;height:35px;line-height:35px; font-size:13px}
#newslist_nr{width:100%; text-align:left; color:#666; font-size:14px; line-height:1.75rem; text-align:justify}

/*内页新闻标题*/
A.lp2:link    {COLOR: #333333; TEXT-DECORATION: none;font-size:20px; }
A.lp2:visited {COLOR: #333333; TEXT-DECORATION: none;font-size:20px;}
A.lp2:hover   {COLOR: #ff0000; TEXT-DECORATION: none;font-size:20px;}
A.lp2:active  {COLOR: #333333; TEXT-DECORATION: none;font-size:20px; }

/*
.product_list{}
.product_list li{float:left;margin-left:10px;margin-right:10px;padding-bottom:15px;_display:inline;}
.product_list li a.img{padding:1px;border:1px solid #e0e1dc;}
.product_list li a.img img{width:205px;height:160px;}
.product_list li h3{text-align:center;padding-top:5px;}
.product_list li h3 a{font-weight:normal;}
.product_list li a.img{display:block;}
.product_list li a.img:hover{border-color:#ff0000;}
.roll_product{float:left;}
*/
.product_list{}
.product_list li{float:left;margin-left:10px;margin-right:10px;padding-bottom:15px;_display:inline;}
.product_list li a.img{padding:1px;border:1px solid #e0e1dc;}
.product_list li a.img img{width:205px;height:160px;}
.product_list li h3{text-align:center;padding-top:5px;}
.product_list li h3 a{font-weight:normal;}
.product_list li a.img{display:block;}
.product_list li a.img:hover{border-color:#ff0000;}
.roll_product{float:left;}

/*安全生产*/
.product_list2{}
.product_list2 li{float:left;margin:10px;margin-bottom:85px;width:280px;border:0px solid #fff; background:#deeef0}
.product_list2 li a.img img{width:100%;height:200px;}
.product_list2 li:nth-child(4n){float:right;margin-right:0px;}
.product_list2 li h3{text-align:center;padding-top:10px;color:#000;}
.product_list2 li h3 a{font-weight:normal;color:#000;font-size:16px;}
/*合作客户*/
.product_list21{}
.product_list21 li{float:left;margin:10px;margin-bottom:85px;width:250px;border:0px solid #fff; background:#deeef0}
.product_list21 li a.img img{width:100%;height:95px;}
.product_list21 li:nth-child(4n){float:right;margin-right:0px;}
.product_list21 li h3{text-align:center;padding-top:10px;color:#000;}
.product_list21 li h3 a{font-weight:normal;color:#000;font-size:16px;}


.product_list3{}
.product_list3 li{float:left;margin-left:15px;margin-right:15px;padding-bottom:15px;_display:inline;}
.product_list3 li a.img{}
.product_list3 li a.img img{width:220px;height:200px;}
.product_list3 li h3{text-align:center;padding-top:10px;color:#000;}
.product_list3 li h3 a{font-weight:normal;color:#000;font-size:14px;}
.product_list3 li a.img{display:block;}
.product_list3 li a.img:hover{border-color:#ff0000;}
.roll_product{float:left;}




/*内页左侧分类通用样式*/
//.sort{border-bottom:#D9D9D9 1px solid;}
.sort li{position:relative;z-index: 999;}
.sort li .about_b{position:absolute;left:210px;top:0px;width:210px;padding:10px 20px;background:#f5f6f6;
	border-bottom:2px solid #ff0000;z-index:9999;}
.sort li .layer2{position:absolute;left:210px;top:0px;width:210px;padding:10px 20px;background:#f5f6f6;
	border-bottom:2px solid #ff0000;z-index:9999;}
.sort li .layer2 li{overflow:hidden;}
.sort li .layer2 li a{font-weight:bold;background:url(../images/ico1.gif) no-repeat 0% 50%;}
.sort li .layer2 li a:hover{text-decoration:none;color:#ff0000;}
.sort li .layer2 li .layer3 li{border-bottom:1px dashed #d5d5d5;margin:6px 0px;height:24px;
line-height: 24px;}
.sort li .layer2 li .layer3 li a{font:normal 12px/24px "微软雅黑";background:none;}

.sort li a{background:url(../images/dot4.png) no-repeat 5px -41px;color:#666;display:block;line-height:30px;font-family: "微软雅黑";border-bottom:1px solid #dddddd;padding-left:25px;}
.sort li a:hover{color:#ff0000;text-decoration: none;background:url(../images/dot4.png) no-repeat 5px -41px #f5f6f6;}
.sort li.change a{background:url(../images/dot4.png) no-repeat 5px -41px #f5f6f6;}

//.sort .layer2 li{width:200px;height:35px;margin-bottom:0;background:none;}





/*相关产品和新闻*/
.relate_list{margin-top:10px;}
.relate h4{line-height:30px;border-bottom:1px solid #ff0000;padding-left:5px;}
#relate_p .img img{width:156px;height:142px;}
#relate_p li{margin-left:10px;margin-right:10px;_display:inline;}
#relate_n li{width:48%;float:left;}
.relate ul{float:none;}




/*产品详细*/
.product_detail{padding:5px;}
.product_detail .title::before{display: none;}
.product_detail h1.title{text-align:center;line-height:50px;font-size:25px;font-family:"Microsoft YaHei";border-bottom:1px solid #e0e1dc;margin-bottom:15px;padding-bottom:5px;color:#000}
.product_detail .img{width:300px;height:272px;float:left;padding:2px;border:1px solid #e0e1dc;}
.product_detail .img img{}
.product_detail .small{width:300px;height:272px;}
.jqzoom{
	text-decoration:none;
	float:left;
}




.sort_a{overflow:hidden;} 
.sort_a .layer1{padding:15px 0px;border-bottom:1px dashed #a7b8d4;position:relative;height:133px;z-index: 1;}
.sort_a .layer1 .img{float:left;padding:5px;border:1px solid #dddddd;}
.sort_a .layer1 .img img{width:196px;height:178px;}
.sort_a .layer1 .img_right{width:560px;float:right;}
.sort_a .layer1 .img_right h3{font: bold 14px/36px "微软雅黑";}
.sort_a .layer1 .img_right span{line-height:25px;display:block;}
.sort_a .layer1 .pro_more{position:absolute;right:0px;bottom:15px;width:110px;padding-left:10px;height:28px;line-height:28px;background:#666666;color:#fff;
font:bold 24px/24px "微软雅黑";}
.sort_a .layer1 .pro_more span{float:left;}
.sort_a .layer1 .pro_more a{font:normal 12px/28px "宋体";color:#fff;float:right;padding-right:15px;display: inline-block;}
.sort_a .layer1 .pro_more a:hover{text-decoration:none;color:#faf104;}
.sort_a .abb_product{padding-top:15px;border:1px dashed #a7b8d4;border-top:none;}


.productcates{padding-top:10px;}
.catemore{color:#0080d9;margin-top:6px;overflow:hidden;position:relative;}
.catemore h2{width:360px;float:left;font:bold 15px/36px "微软雅黑";}
.catemore a{float:right;font:normal 14px/36px "微软雅黑";color:#444444;padding-right:28px;}
.catemore a:hover{text-decoration:none;color:#0080d9;}



/*下载列表*/
.down_list{}
.down_list li{line-height:27px;height:27px;position:relative;background:url(../images/list_dot1.gif) 0 50% no-repeat;padding-left:10px;}
.down_list li a{}

/*招聘列表*/
.job_list{}
.job_list li{line-height:27px;height:27px;position:relative;background:url(../images/list_dot1.gif) 0 50% no-repeat;padding-left:10px;}
.job_list li a{}
.job_list li span{position:absolute;color:#999;right:0;z-index:0;}

/*招聘列表*/
.download_list{}
.download_list li{line-height:27px;height:27px;position:relative;background:url(../images/list_dot1.gif) 0 50% no-repeat;padding-left:10px;}
.download_list li a{}
.download_list li span{position:absolute;color:#999;right:0;z-index:0;}


/*详细页面公共样式*/
h3.title_bar{margin-left:0px;float:left;}
.share{padding-left:5px;padding-bottom:8px;float:right;margin-top: 5px;height:26px;}
.info_title{border-bottom:1px solid #e1e4e6;}
.case_title{border-bottom:1px solid #e1e4e6;}


.productlist ul{display: flex;flex-wrap: wrap;}
.productlist ul li{width: 32.33%;margin-right: 1.5%;}
.productlist ul li:nth-child(3n){margin-right: 0;}
.productlist ul li img{height: 260px;object-fit: cover;width: 100%;}




.product_detail .list{width:300px;float:left;margin-left:180px;display:inline;padding-top:70px;}
.list_p{}
.list_p li{height:45px;line-height:45px;font-size:18px;border-bottom:1px dashed #e0e1dc;padding-bottom:5px;padding-top:5px;font-family:"Microsoft YaHei"}
.list_p li h2{font-size:18px;font-weight:normal;font-family:"Microsoft YaHei"}
.product_detail .inquiry{line-height:45px;border:none;margin-top:1px;}
.product_detail .inquiry a{background:url("../images/xunjia.gif") center center no-repeat;display:block;width:112px;height:45px;text-indent:-99999px;}
.product_detail .inquiry a:hover{background-image:url("../images/xunjia_hover.gif");}
.list_p li h2 a{font-size:18px;font-family:"Microsoft YaHei"}
.p_detail span.title{line-height:38px;height:38px;text-align:left;margin-top:10px;
	display:block;padding-left:10px;font-size:16px;border-bottom:2px solid #ccc;}
.p_detail p.dd{padding-top:5px;padding-bottom:5px;}
h3.tag{line-height:32px;border-top:1px dashed #e0e1dc;margin-top:10px;color:#999;font-weight:normal;}
h3.tag a{color:#ff0000;}
h3.tag a:hover{color:#ff0000;}
.page{line-height:26px;border-top:1px dashed #e0e1dc;margin-top:6px;padding-top:5px;font-size:14px;}
.page a{color:#383838;}
.page a:hover{color:#ff0000;}
.page span{color:#383838;}

/*新闻详细*/
.news_detail{}
.news_detail h1.title{text-align:center;font-family:"Microsoft YaHei";font-size:18px;border-bottom:1px solid #e0e1dc;margin-bottom:5px;
padding-bottom:10px;}
.news_detail h3.title_bar{line-height:30px;text-align:center;font-weight:normal;color:#808080;float:left;height:30px;overflow:hidden;}
.news_detail h3.title_bar span{padding-right:10px;}

/*招聘详细*/
.job_detail{}
.job_detail h1.title{text-align:center;font-family:"Microsoft YaHei";font-size:18px;border-bottom:1px solid #e0e1dc;margin-bottom:5px;padding-bottom:10px;}
.job_detail h3.title_bar{line-height:26px;text-align:center;font-weight:normal;color:#808080;}
.job_detail h3.title_bar span{padding-right:10px;}
.job_detail .content h4{background-color:#f1f1f1;height:26px;line-height:26px;text-align:left;padding-left:15px;}
.job_detail .content div.text{padding-top:10px;padding-left:22px;padding-right:8px;}

/*下载详细*/
.down_info{padding:10px;margin-top:15px;}
.down_info table{width:100%;}
.down_info table thead{line-height:26px;background-color:#f2f2f2;}
.down_info table th{border:1px solid #b6d5f1;}
.down_info table td{padding:3px;padding-left:10px;padding-right:5px;border:1px solid #b6d5f1;text-align:center;line-height:28px;height:28px;}
#download{text-decoration:underline;}
#down_detail{}
#down_detail .title{line-height:26px;text-align:left;padding-left:15px;font-size:14px;height:26px;background-color:#ececec;}
#down_detail .text{padding:10px;}





/*内页留言*/
.message{padding-left:30px;padding-top:10px;z-index:100;position:relative;}
.message input{vertical-align:middle;}
.message #name{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #contact{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #email{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #address{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #content{display:block;width:460px;height:120px;padding:6px;font-size:12px;border:1px solid #dedede;margin-top:6px;}
.message .msgbtn{background:#ff0000;cursor:pointer;width:90px;height:30px;line-height:30px;text-align:center;border:none;color:#fff;font-size:14px;
border-radius:3px;margin-top:15px;font-family:"Microsoft YaHei";-moz-border-radius:3px;-webkit-border-radius:3px;}
#code{padding-top:10px;line-height:26px;}
#checkcode{height:32px;line-height:32px;width:120px;border:1px solid #dedede;}
#message_main tr{position:relative;}
#message_main tr th{font-weight:normal;text-align:right;height:42px;line-height:42px;color:#666;}
.m_label{position:absolute;width:160px;text-align:left;line-height:26px;padding-left:8px;color:#ccc;z-index:1;cursor:text;}
.c_label{line-height:18px;padding-top:12px;}



/*首页留言表单*/
.index_message{position: relative;}
.name_input{border:1px solid #cccccc; margin-top: 5px; background: #fff; height: 22px; width: 189px;}
.input_left{float: left; width: 40px; text-align: center; background:url(../images/newadd/title_left.jpg) left top repeat-x; height: 22px; line-height: 22px}
.input_right{position: relative; float: right;}
.input_right input{height: 22px; line-height: 22px;}
.input_right .m_label{position:absolute;width:100px;text-align:left;line-height:22px;padding-left:6px;color:#ccc;z-index:1;cursor:text;}


#m_div{width:222px;position:fixed;right:2px;bottom:0px;padding-bottom:1px;z-index:99999;background:none;}
.d_label{line-height:18px;padding-top:8px; width:160px;}
.w_message{border:1px solid #4a9cf9;padding:7px;padding-top:3px; height:238px; background:#fff;padding-bottom:27px;background:url(../images/newadd/message_bg.jpg) left top no-repeat;}
.w_message #name{width:142px;height:22px;line-height:22px; border: none !important;}
.w_message #contact{width:142px;height:20px;line-height:20px; border: none !important;}
.w_message #email{width:142px;height:20px;line-height:20px; border: none !important;}
.w_message #address{width:142px;height:20px;line-height:20px; border: none !important;}
.w_message #content{width:176px;height:65px;resize:none;overflow-y:auto;overflow-x:hidden;}
.w_message #checkcode{width:82px;height:22px;line-height:22px;border:1px solid #ccc;background-color:#fff;}


#message_main{display:table-cell;}
.w_message #message_main tr{display:block;width:100%;overflow:hidden;line-height:28px;}
.w_message #message_main tr th{height:28px;line-height:28px;width:37px;text-align:center;vertical-align:middle;overflow:hidden;}
.w_message #code{padding-top:0px; margin-top: 5px;}
.w_title{background:none;color:#fff;;position:relative;cursor:pointer;height:33px;width:222px;overflow:hidden;}
.w_message #message_main .m_input{border:1px solid #ccc;background-color:#fff;}
.w_message .msgbtn{width:93px;height:29px;line-height:20px; background:url(../images/newadd/submit.png) 50% 50% no-repeat;margin-top:3px;border:none;font-family:"宋体",arial;font-size:12px;margin-left:54px; font-family: "微软雅黑"; color: #fff;}
.w_message .msgbtn_hover{background:#3c96fc;color:#fff;border:1px solid #3c96fc;}


.m_close{background:url(../images/newadd/messbtn.png) left top no-repeat;position:absolute;right:0px;top:0px;cursor:pointer;overflow:hidden;
width:19px;height:20px;right:12px;top:8px;cursor:pointer;}
.m_open{background:url(../images/newadd/messbtn1.png) left top no-repeat;}
.w_message .m_under{position:absolute;width:227px;height:37px;line-height:41px;left:0;bottom:1px;}
.w_message .support{color:#000;width:100px;position:absolute;bottom:1px;right:8px;font-size:12px;}
#m_top{height: 1px;font-size: 0px;line-height: 1px;margin: 0 2px;background:#4a9cf9;}
#m_mid{height: 1px;font-size: 0px;line-height: 1px;margin: 0 1px;background:#4a9cf9;}
#m_bot{background:#4a9cf9;height:31px;line-height:31px;padding-left:9px; font-family: "微软雅黑"; font-size: 13px;}


/*分页样式1*/
.pageController{padding-right:10px; padding-top:5px;padding-bottom:5px;color:#505050;margin:0 auto;border-top:1px solid #E2E3E4;margin-top:16px;line-height:24px;}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;}
.pageController a:hover{background-color:#efefef;color:#438ece; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #efefef;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;}
.pageController .t2{float:right;vertical-align:middle;line-height:24px;}
.pageController .t2 #current{padding:0 5px;line-height:24px;}
.pageController .t1 span{padding-left:4px;padding-right:4px;}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;}
.pageController select option{vertical-align:middle;}



/*产品分类*/
.cate{border:1px solid #e0e1dc;padding:10px;background-color:#f7f7f7;}
.cate li{line-height:28px;border-bottom:1px dashed #d7d7d7;line-height:28px;}
.cate li a{padding-left:60px;display:block;height:28px;line-height:28px;background:url(../images/ico1.gif) 34px center no-repeat;}
.cate li a:hover{background-color:#ececec;text-decoration:none;}

/*详细介绍分页样式*/
.total {border-bottom:1px dashed #e0e1dc;padding-bottom:10px;}
.paging_num{padding:10px 0px;overflow: hidden;text-align: right;}
.paging_num a{width:25px;height:20px;line-height: 20px;text-align: center;display:inline-block;
	border: 1px dashed #e0e1dc;color:#666;margin-left:15px;}
.paging_num a:hover{text-decoration:none;color:#ff0000;border: 1px dashed #ff0000;}
.paging_num .paging_hover{text-decoration:none;color:#ff0000;border: 1px dashed #ff0000;}



/*热推产品*/
.content-getkey{padding:15px 10px;}
.getkey_list{}
.getkey_list li{float:left;margin-left:20px;margin-right:20px;padding-bottom:15px;_display:inline;}
.getkey_list li a.img{padding:1px;border:1px solid #e0e1dc;}
.getkey_list li a.img img{width:196px;height:178px;}
.getkey_list li h3{text-align:center;padding-top:5px;}
.getkey_list li h3 a{font-weight:normal;}
.getkey_list li a.img{display:block;}
.getkey_list li a.img:hover{border-color:#ff0000;}

.content-getkey .content{line-height: 24px;overflow: hidden;padding: 15px 10px 10px;}
.getkey_detail .content{line-height: 24px;overflow: hidden;padding: 15px 10px 10px;}



/*博客列表*/
.blog_list{}
.blog_list li{border-bottom:1px solid #ccc;padding-bottom:20px;}
.blog_list li h2{line-height:42px;height:42px;padding-left:10px;padding-left:20px;border-bottom:1px dashed #ccc;}
.blog_list li h2 a{font-size:14px;font-family:"Microsoft YaHei";font-weight:bold;color:#4C4C4C;line-height:42px;color:#ff0000;}
.blog_list li .summary{color:#878787;line-height:28px;height:28px;text-indent:20px;padding-top:5px;padding-bottom:5px;}
.blog_list li .under{padding-left:20px;padding-top:5px;height:24px;line-height:24px;padding-bottom:5px;color:#ff0000;}
.blog_list li .under a{color:#ff0000;}



/*网站地图*/
h3.map_title{line-height:30px;line-height:30px;background-color:#f5f8fa;border:1px solid #d6dbe1;text-indent:20px;color:#ff0000;border-bottom:2px solid #ff0000;}
.map_list{line-height:30px;padding-left:20px;margin-top:8px;margin-bottom:8px;}
.map_list a{padding:4px;white-space:nowrap;}
.map_list a:hover{text-decoration:none;background-color:#ff0000;color:#fff;padding:4px;}


/*简历提交*/
.job-title {padding-left:10px;line-height:40px;font-size:16px;margin-bottom:15px;}
.job-title .job-send{background:#f1f1f1;padding:5px 10px;border-radius:4px;}
.send-title{border-bottom: 1px solid #ddd;margin-bottom:15px;padding-bottom:10px;font-size:16px;color:#060;}
.message-job{padding-left:10px;padding-bottom:10px;}
.message-job li{line-height:30px;margin-bottom:10px;}
.message-job li label{font-size:14px;width:70px;float:left;text-align:right;}
.message-job li span{color:red;}
.message-job li input[type='radio']{margin:0 10px;}
.message-job li input.jobinput{border:1px solid #ccc;width:200px;margin:0 5px;line-height:24px;height:24px;padding:0 5px;}
.message-job li select{line-height:24px;height:24px;padding:0 5px;}
.message-job li #experience{width:400px;height:80px;}
.message-job li input#file{margin-top:18px;margin-right:20px;}
.message-job input.jobbtn{width:80px;border:1px solid #f1f1f1;background:#BBB;color:#fff;border-radius:4px;font-family:"Microsoft Yahei";line-height:30px;height:30px;margin:0 8px 0;cursor:pointer;}
.message-job input.jobbtn:hover{background:#aeaaaa;}
.message-job li.last{border-bottom: 1px solid #ddd;margin-bottom:8px;padding:5px 0;font-size:14px;color:#060;}
 .resume-prompt{line-height:36px;color:#999;}
.message-job span.last{color:red;display:inline-block;line-height:36px;}



/*地图样式*/
#allmap{width:95%;height:500px;margin-top:20px;margin-bottom:10px;margin:0 auto;}
.maplist{position:relative;overflow:hidden;padding:18px 0px;}
.maplist ul li{width:26%;float:left;margin-right:1.5%;margin-left:1.5%;_display: inline;
	background:url(../images/ditulogo.png) no-repeat 18px 6px;padding-left:40px;line-height:26px;font-family: "微软雅黑";
	height:110px;border-right:1px dashed #ddd;margin-bottom:20px;
}
.maplist ul li h2{font-size:15px;}
.maplist ul li span{font-size:12px;color:#666;}
.province{font:normal 14px/32px "微软雅黑";padding:0px 10px;}
#search_form{margin:15px 0px;padding-left:20px;}
#search_form select{width:180px;border:1px solid #d9d9d9;line-height: 32px;height:32px;}
.button_s{border: none;background: #459afa;line-height: 30px;color:#fff;text-align: center;width:80px;margin-left:15px;
border-radius: 3px;transition: all 0.3s ease 0s;}
.button_s:hover{background:#fb9108;}

/*在线留言*/
.nyliuyan_center{width:1000px;margin:0 auto;}
.nyliuyan_jilu{width:100%;height:50px;line-height:50px;background:#ccc; color:#fff;font-size:16px;font-weight:bold;text-align: center     }
.nyliuyan_lianxiren{width:20%;height:45px;line-height:45px; color:#383838;font-size:18px;text-align: left; float:left ;margin-left:3%;      }
.nyliuyan_lianxirenr{width:70%;height:45px;line-height:45px; color:#383838;font-size:16px;text-align: left; float:right; margin-right:5%;       }
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.h5, h5 {
    font-size: 16px;
}

.text-secondary {
    color: #6c757d!important;
}

.font-weight-normal {
    font-weight: 400!important;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.border-top-dashed {
    border-top: 1px dashed #dee2e6 !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-num, .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #17a2b8;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.card {
    margin: 15px 0;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;box-sizing: border-box;
}
.card-img-150 {
    height: 150px;
    overflow: hidden;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img-top img {
    vertical-align: middle;
    border-style: none;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px;
}
.card-title {
    margin-bottom: .75rem;
}
.h5, h5 {
    font-size: 1.25rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.mb-5{
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
/*内页收索*/

.form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important;
    margin-right: 1rem!important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.form-group {
    margin-bottom: 1rem;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.btn-info {
    color: #fff;
    background-color: #2c4ea3;
    border-color: #2c4ea3;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-group {margin-bottom: 1rem;overflow:hidden;height:60px ;width:100%  }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.btn {
    display: inline-block;
    float: right;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*内页收索*/
.nysosuo{width:80%;margin:30px auto;}
.nysosuo_left{width:80%;height:40px;line-height:40px; text-align:left; float:left; border:#ccc 1px solid; border-radius:25px;background:#fff; color:#383838     }
.nysosuo_right{width:18%;height:40px;line-height:40px; text-align:center;float:right;border:#ccc 1px solid; border-radius:25px;background:#2c4ea3;color:#fff  }
.nysosuo_nr{width:95%; margin-right:3%;margin-top:1px;   float:right;  height:38px;line-height:38px; text-align:left; border: 0px solid; border-radius:25px;background:#fff;  }
