﻿@CHARSET "UTF-8";

.key_tag{text-decoration:underline;}
/*aos="fade-up" aos="zoom-in" aos="fade-right" aos="fade-left" aos="zoom-in"
<script>
AOS.init({
  offset: 200,
  duration: 600,
  easing: 'ease-in-sine',
  delay: 100,
});
</script>
*/

/* 全局样式 */
.title .p1{color: #085acb;font-size: 48px;}
.title .p2{color: #085acb;font-size: 18px;text-transform: uppercase;}

.ny-title{text-align: center;margin: 50px auto;}
.ny-title .p1{font-size: 48px;color: #023a67;}
.ny-title .p2{font-size: 18px;color: #085acb;}

.ny-title2{font-size: 28px;color: #111111;font-weight: bold;}
.ny-title3{text-align: center;margin: 50px auto;}
.ny-title3 .p1{font-size: 28px;color: #333333;}
.ny-title3 .p2{font-size: 16px;color: #333333;}

.ny-title4{background: #3e86dd;font-size: 28px;font-weight: bold;color: #fff;padding: 5px 30px;box-sizing: border-box;margin: 30px auto 50px;}

.w900{width:900px;margin: auto;}
.w1200{width: 1200px;margin: auto;}
.w1440{width: 1440px;margin: auto;}

.news_page{display: flex;justify-content: space-between;align-items: center;margin: 60px 0 20px;}
.news_page .next{background: url(../images/news_add_03.png)no-repeat center;width: 145px;height: 51px;display: block;font-size: 18px;line-height: 51px;text-align: right;padding-right: 24px;box-sizing: border-box;transition: all .5s;}
.news_page .next:hover{transform: translateX(-10px);}

.news_page .prev{background: url(../images/news_add_05.png)no-repeat center;width: 146px;height: 51px;display: block;font-size: 18px;line-height: 51px;text-align: left;padding-left: 24px;box-sizing: border-box;transition: all .5s;}
.news_page .prev:hover{transform: translateX(10px);}

.news_page .backlist{font-size: 18px;}
.position{color: #0D244C;font-size: 24px;}
.position span{color: #0D244C;font-size: 24px;}

.img_hover{display: block;transition: all 0.36s ease;overflow: hidden;}
.img_hover:hover{transform: scale(1.05);}

.img_hover_box{transition: all 0.36s ease;overflow: hidden;display: inline-block;}
.img_hover_box img{display: block;transition: all 0.36s ease;}
.img_hover_box:hover img{transform: scale(1.05);}

.hover_shadow{transition: all .5s;}
.hover_shadow:hover{transform: translateY(-5px);box-shadow: 0 1px 7px #d4d4d4;}

.hover_text{transition: all .5s;}
.hover_text:hover{transform: translateY(-5px);}




.solve_l li:hover a{color: #293446;font-weight: bold;}


/* .nav .li1:hover .ul2{display: block;} */
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;}


.menu {
  display: block;
  position: relative;
  cursor: pointer;
}
.menu-title {
  display: block;
  width: 150px;
  height: 40px;
  padding: 12px 0 0;
  background: #9dc852;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s background-color;
}
.menu-title:before {
  content: "";
  display: block;
  height: 0;
  border-top: 5px solid #9dc852;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 0 solid #dddddd;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.2s 0.2s border-top ease-out, 0.3s border-top-color;
}
.menu-title:hover {
  background: #8db842;
}
.menu-title:hover:before {
  border-top-color: #8db842;
}
.menu:hover > .menu-title:before {
  border-top-width: 0;
  transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
}
.menu-title:after {
  content: "";
  display: block;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 0 solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  transition: 0.2s border-bottom ease-in;
}
.menu:hover > .menu-title:after {
  border-bottom-width: 5px;
  transition: 0.2s 0.2s border-bottom-width ease-out;
}
.menu-title_2nd {
  background: #4e96b3;
}
.menu-title_2nd:hover {
  background: #3e86a3;
}
.menu-title_2nd:before {
  border-top-color: #4e96b3;
}
.menu-title_2nd:hover:before {
  border-top-color: #3e86a3;
}
.menu-title_3rd {
  background: #c97676;
}
.menu-title_3rd:hover {
  background: #b96666;
}
.menu-title_3rd:before {
  border-top-color: #c97676;
}
.menu-title_3rd:hover:before {
  border-top-color: #b96666;
}
.menu-title_4th {
  background: #dbab58;
}
.menu-title_4th:hover {
  background: #cb9b48;
}
.menu-title_4th:before {
  border-top-color: #dbab58;
}
.menu-title_4th:hover:before {
  border-top-color: #cb9b48;
}
.menu-dropdown {
  min-width: 100%;
  position: absolute;
  background: #ebebeb;
  z-index: 100;
  transition: 0.5s padding, 0.5s background;
}

.menu:not(:hover) > .menu-dropdown {
  z-index: 99;
}
.menu:not(:hover) > .menu-dropdown:after {
  border-top-color: #dddddd;
}
.menu:not(:hover) > .menu-title:after {
  border-bottom-color: #dddddd;
}
.menu-dropdown > * {
  overflow: hidden;
  height: 40px;
  padding: 5px 10px;
  background: transparent;
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}
.menu-dropdown > *:hover {
  background: rgba(0, 0, 0, 0.1);
}
.menu:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
  z-index: 99;
}
.nav .a1{position: relative;}
.nav .a1:hover .adasd{
    --scale: 1;
}
.adasd{
    --scale: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 3px;
    background: #fff;
    -webkit-transform: scaleX(var(--scale));
    transform: scaleX(var(--scale));
    -webkit-transform-origin: var(--x) 50%;
    transform-origin: var(--x) 50%;
    transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
}


/*banner 导航*/
.bannerSwiper{position: relative;max-width: 1920px;}
.bannerSwiper .swiper-slide img{width: 100%;}
.swiper-button-next-banner,.swiper-button-prev-banner{position: absolute;top: 50%;outline: none;z-index: 2;}
.swiper-button-next-banner{left: 5%;}
.swiper-button-prev-banner{right:5%;}

.swiper-pagination-banner{text-align: center;position: absolute;bottom: 20px;z-index: 999999999;}
.swiper-pagination-banner span{width: 120px;height: 4px;background: #fff;border-radius: 0;opacity: 1;}
.swiper-pagination-banner .swiper-pagination-bullet-active{background: #08366b;}

.bannerSwiper .swiper-slide-active{position: relative;z-index: 999;}
.bannerSwiper .swiper-slide-active img{-webkit-animation: scaleDraw 10s ease-in-out infinite;}
.bannerSwiper  .swiper-slide-prev img{-webkit-animation: scaleDraw 10s ease-in-out infinite;}
@keyframes scaleDraw{
    0% {
        transform: scale(1);
    }
    100%{
      transform: scale(1.1);
    }
}
.bannerSwiper form{position: absolute;z-index: 99999;top: 50%;left: 50%;width: 1040px;transform: translateX(-50%) translateY(-50%);}
.bannerSwiper form input{background: #fff;font-size: 30px;color: #4d4d4d;letter-spacing: 5px;border-radius: 8px;width: 65%;padding: 40px 60px;border: unset;box-sizing: border-box;}
.bannerSwiper form button{background: #ffb601;font-size: 30px;color: #fff;letter-spacing: 5px;border-radius: 8px;width: 34%;padding: 40px 40px;border: unset;box-sizing: border-box}



.more{margin:80px  auto;transition: all .5s;width: 210px;height: 60px;text-align: center;line-height: 60px;background: #ffb601;border-radius: 10px;}
.more a{font-size: 24px;color: #fff;}
.more:hover a{}


/* 关于我们 */
.about{padding: 40px 0 60px;box-sizing: border-box;}
.about-left{width: 800px;float: left;}
.about-con .about-text{color: #666666;font-size: 18px;margin: 30px auto;}
.about-con ul{display: flex;justify-content: space-around;}
.about-con ul li{text-align: center;}
.about-con ul p{font-size: 60px;color: #085acb;font-weight: bold;}
.about-con ul span{font-size: 18px;color: #0b0c0c;}

.about-right{width: 350px;float: right;text-align: center;margin-top: -124px;position: relative;z-index: 999;}
.about-right .p1{background: #085acb;color: #fff;font-size: 24px;font-weight: bold;padding: 24px 0;}
.about-right li a{display: block;background: #f2f2f2;color: #3e3e3e;font-size: 24px;border-bottom: 1px solid #a8a8a8;padding: 24px 0;}
.about-right li a:hover{color: #085acb;background: #fff;border-bottom: 1px solid #085acb;}

/* 产业服务 */
.industry{padding: 30px 0;box-sizing: border-box;background:linear-gradient(#085acb,#085acb)no-repeat left top ;background-size: 100% 80%;margin-bottom:50px;}
.industry .title p{color: #fff;}
.industry .title{}
.swiper-pagination-industry{background: #fff;padding: 10px 40px;border-radius: 10px;box-sizing: border-box;text-align: center;display: inline-block;width: unset!important;font-size: 36px;color: #949494;float:right;margin-bottom: 30px;}
.swiper-pagination-industry .swiper-pagination-current{font-size: 60px;color: #085acb;}
.swiper-pagination-industry .swiper-pagination-total{font-size: 36px;color: #949494;}
.industry-con{width: 95%;float: right;}
.industrySwiper .swiper-slide img{width: 100%;object-fit: cover;height: 580px;border-radius: 20px;}
.industrySwiper{position: relative;}

.swiper-button-next-industry{left: 0;position: absolute;width: 70px;height: 135px;text-align: center;line-height: 135px;background: #ffffff50;z-index: 999;top: 50%;transform: translateY(-50%);}
.swiper-button-prev-industry{right: 0;position: absolute;width: 70px;height: 135px;text-align: center;line-height: 135px;background: #ffffff50;z-index: 999;top: 50%;transform: translateY(-50%);}
.swiper-button-prev-industry:hover,.swiper-button-next-industry:hover{background: #085acb50;}

.industrySwiper .swiper-slide{position:relative}
.industrySwiper .swiper-slide a div{position:absolute;left:118px;top:140px;}
.industrySwiper .swiper-slide a div .p1{font-size:34px;}
.industrySwiper .swiper-slide a div .p2{font-size:24px;margin:40px 0 30px;width:240px;}
.industrySwiper .swiper-slide a div span{color:#085acb;font-size:22px;display:block;width:200px;line-height:70px;text-align:center;border-radius:10px;background:#fff}


/* 合作伙伴 */
.partner{margin-bottom: 80px;margin-top: 50px;}
.partner .title{margin-bottom: 30px;}
.partner .title p{color: #000;}
.partner ul li{float: left;margin:1px 1px;width: calc(25% - 2px);text-align: center;background: #f0f0f0;border-radius: 5px;height: 100px;line-height: 100px;}
.partner ul img{max-width: 220px;max-height: 80px;object-fit: contain;}
.partner ul li:hover{background: #085acb;}
.partner ul li:hover img{filter: grayscale(100%) brightness(1000%);
}

/* 新闻 */
.news-left,.news-right{width: 49.5%;}
.news-title span{font-size: 36px;color: #0b0c0c;}
.news-title a{font-size: 18px;color: #a3a3a3;display: inline-block;padding: 5px 13px;border: 1px solid #a3a3a3;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}
.news-title img{width: 100%;height: 350px;object-fit: cover;margin: 15px 0;}
.index-news-list li span{font-size: 16px;color: #999999;line-height: 35px;}
.index-news-list li:hover span{color: #085acb;}
.index-news-list li span.span1{width: 11%;}
.index-news-list li span.span2{width: 76%;}
.index-news-list li span.span3{width: 10%;}









/*新闻列表*/
.news_list li{transition: all .5s;margin: 25px 0;}
.news_list li a .title{color: #737373;font-size: 16px;}
.news_list .desc{font-size: 14px;color: #b2b2b2;line-height: 30px;}
.news_list li:hover .title{color: #085acc;}
.news-time span{color: #a9a9a9;font-size: 16px;}
.news_list li:hover .news-time span{color:#085acc;}
.news-time-border{border-bottom: 1px dashed #b2b2b2;width: 88%;position: relative;margin-left: 10px;}
.news-time-border::before{content: '·';color:#085acc;font-size: 35px;position: absolute;left: -10px;margin-top: -3px;}
.news-time-border::after{content: '·';color:#085acc;font-size: 35px;position: absolute;right: -10px;margin-top: -3px;}

.zcfg li{display: flex;justify-content: space-between;text-align: center;}
.zcfg li#first-li{background: #19469b;}
.zcfg li#first-li div{color: #fff;font-size: 20px;line-height: 65px;}
.zcfg li .zcfg-list-1{width: 5%;color: #000;font-size: 20px;}
.zcfg li .zcfg-list-2{width: 50%;font-size: 20px;color: #19469b;}
.zcfg li .zcfg-list-3{width: 30%;color: #000000;font-size: 20px;}
.zcfg li .zcfg-list-4{width: 12%;color: #000000;font-size: 20px;}
.zcfg li a{width: 100%;line-height: 65px;}
.zcfg li:nth-child(2n) a{background: #ededed;}


















/*底部*/
.footer{margin-top: 100px;}
.footer-con{border-top: 2px solid #30569c;padding: 140px 0;box-sizing: border-box;position: relative;}
.footer-con::after{content: '';display: block;position: absolute;bottom: 0;width: 95%;left: 50%;transform: translateX(-50%);background: #30569c;height: 15px;}
.footer-con-left p{margin-top: 50px;color: #4a4a4a;font-size: 20px;}
.footer-con-center>ul>li{float: left;margin: 0 15px;}
.footer-con-center>ul>li>a{color: #0a0a0a;font-size: 20px;font-weight: bold;}
.footer-con-center>ul ul{margin-top: 10px;}
.footer-con-center>ul ul a{font-size: 18px;color: #4a4a4a;line-height: 35px;}
.footer-con-right img{width: 170px;height: 170px;}


/*底部备案公司*/
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;width: 31.3333%;margin: 30px 1%;}
.products li .p2{color: #545454;font-size: 26px;margin: 10px 0 20px;line-height: 40px;}
.products a>img {height:260px;width: 100%;padding-bottom: 10px;object-fit: cover;}
.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 { line-height:22px;color:#656464;TEXT-DECORATION: none;}
.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; }

.pages h2{font-size: 40px;color: #000;margin: 20px 0;}


/*内页左侧栏目*/
.left_nav{width: 23%;background: #f5f5f5;}
.left_nav p{color: #007de4;font-size: 45px;font-weight: bold;text-align: center;line-height: 120px;}
.ny_left_nav li a{display:block;width:85%;line-height:95px;font-size:32px;color:#8a8a8a;text-align:center;border-top:1px solid #8a8a8a;margin: auto;}
.ny_left_nav li:hover{background: #007de4;}
.ny_left_nav li:hover a{color: #fff;border-color: #ffffff00;}


.ny_right_top p{color: #333333;font-size: 46px;font-weight: bold;border-bottom: 1px solid #999999;display: flex;align-items: center;padding-bottom: 20px;}
.ny_right_top p::before{width: 8px;height: 46px;background: #007de4;float: left;margin-right: 15px;content: '';display: block;}

.f-15px{font-size:15px; }
.f-16px{font-size:16px; }

/* 内页顶部导航 */
.ny-top-nav{border-bottom: 10px solid #efefef;margin-bottom: 50px;}
.ny_top_nav{display: flex;margin: auto;position: relative;z-index: 99;justify-content: center;background: #fff;align-items: center;height:85px;}
.ny_top_nav>li{width: 20%;text-align: center;position: relative;}
.ny_top_nav>li>a{color: #333333;font-size: 30px;line-height: 82px;display:inline-block;border-bottom: 3px solid #fff;}
.ny_top_nav>li:hover>a{color: #17469c;border-bottom: 3px solid #17469c;}

.ny_top_nav>li ul{position: absolute;width: 100%;text-align: center;display: none;}
.ny_top_nav>li ul li{background: #e9e9e9;margin-bottom: 1px;}
.ny_top_nav>li ul li a{color: #444444;font-size: 18px;line-height: 45px;}
.ny_top_nav>li:hover ul{display: block;}
.ny_top_nav>li ul li:hover a{color: #479fdc;}
/*内页新闻标题*/
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; }

.service-other-page ul li{margin-bottom: 120px;}
.service-other-page ul li img{float: right;margin-right: 0;margin-left: 30px;width: 48%;}
.service-other-page ul li:nth-child(2n) img{float: left;margin-right: 30px;margin-left: 0;}
.service-other-page .p1{font-size: 32px;font-weight: bold;color: #252525;}
.service-other-page .p1::after{content: '';display: flex;width: 100px;height: 8px;border-radius: 5px;background: #3e86dd;margin: 10px 0 15px;}
.service-other-page .p2{color: #252525;font-size: 20px;line-height: 35px;}
.service-other-page a{display: inline-block;text-align: center;color: #3e86dd;font-size: 24px;border: 1px solid #3e86dd;border-radius: 10px;padding: 10px 30px;box-sizing: border-box;margin-top: 20px;}



/*内页左侧分类通用样式*/
.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;}














.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;}




/*下载列表*/
.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;}



.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;}






/*内页留言*/
.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:45px;line-height:45px;width:120px;border:1px solid #dedede;margin-right: 30px;}
#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;}





/*简历提交*/
.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;}





/*在线留言*/
.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:12%;height:45px;line-height:45px; color:#383838;font-size:18px;text-align: left; float:left ;margin-left:3%;      }
.nyliuyan_lianxirenr{width:79%;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: 1.25rem;
}

.text-secondary {display: flex;justify-content: space-between;
    color: #6c757d!important;font-size: 14px;
}
.text-secondary span{color: #6c757d}
.font-weight-normal {
    font-weight: 400!important;
}
.project_page{color: #293446;opacity: .5;}
.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-current{background: #085acc;color: #fff!important;}
.page-num:hover, .page-link:hover{background: #085acc;color: #fff;}
.page-num, .page-link {
    position: relative;
    display: block;
    padding: .7rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #17a2b8;
    border: 1px solid #dee2e6;font-size: 14px;margin: 0 5px;
}
.page-link {
    position: relative;
    display: block;
    padding: .7rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    border: 1px solid #dee2e6;margin: 0 5px;
}

.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;
}
.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: 1.25rem;
}
.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;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.btn-info {
    color: #fff;
    background-color: #3e86dd;
    border-color: #3e86dd;
}
.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;
}
#reset{background: #a8a8a8;color: #fff;}
textarea.form-control{height: 180px;}
.textarea_box .nyliuyan_lianxirenr{height: unset;}
.form-control {
  box-sizing: border-box;
    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: 5px;overflow:hidden;width:100%  }



.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-info:hover {
    color: #fff;
    background-color: #3e86dd;
    border-color: #3e86dd;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.btn-info {
    color: #fff;
    background-color: #3e86dd;
    border-color: #3e86dd;
}
.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 1.25rem;
    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:0 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:#015093;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;  }
