@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>
*/

.close{display:none}
/* 全局样式 */
.index_title{margin: 50px 0 50px;}
.index_title .p1{color: #413f3d;font-size: 50px;font-weight: bold;opacity: .2;text-transform: uppercase;line-height: 50px;}
.index_title .p2{color: #ed7902;font-size: 40px;line-height: 10px;}

.w90{width: 53%;margin-left: 14%;}
.w1000{width: 500px;margin-left:279px;}
.w1200{width: 1200px;margin: auto;}
.w1360{width: 1360px;margin: auto;}
.w1440{width: 1440px;margin: auto;}
.main{width: 1440px;max-width: 1920px;margin: auto;background: #f5f5f5;padding-bottom: 30px;margin-top:20px;}

.position{color: #999999;font-size: 16px;width: 100%;margin-top:-10px;}
.position a{color: #999999;font-size: 16px;}
.position a:last-child{color: #0773d8;}


.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);}


.projectSwiper .swiper-slide .p1:hover,.news_tab .tab_con li .title:hover,.pro_tzgh .m4 ul li:hover .p1,.footer_t .f2 a:hover,.pro_tzgh .m1:hover .span2,.pro_tzgh .m2:hover .span2,.news_list li:hover .title{color: #293446;}

.solve_l li:hover a{color: #293446;font-weight: bold;}

/*导航栏样式*/
.navbox{margin:0 auto;background: #ebf5ff;}
.nav{display: flex;height: 50px;align-items: center;justify-content: space-between;}
.nav .li1{text-align:center;float:left;position:relative;z-index:999;margin: 0 -16px;}
.nav .li1:hover,.nav .li1.active{background: #fff;height:50px;}
.nav .li1 .a1{display:inline-block;line-height:50px;color:#0773d8;font-size:16px;box-sizing: border-box;padding: 0 20px;}
.nav .ul2{background: #fff;width: 100%;box-shadow: 0 2px 3px #eee;}
.nav .ul2 .li2:hover{background: #eee;}
.nav .ul2 .a2{color: #333333;font-size: 1vw;}
.nav .li2{line-height: 40px;}
/* .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}


.title .p1{font-size: 38px;color: #666666;text-align: center;background: url(../images/1_29.png)no-repeat center;}
.title .p2{text-align: center;font-size: 25px;color: #000000;line-height: 55px;}
.title .p2 .span1{color: #0066b8;}


.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{}

.news_l{width:100%;}
.news_l img{width: 100%;height: auto;object-fit: cover;}
.news_r{width: 48%;background: #fff;margin-bottom: auto;}
.title{background: #ebf5ff;padding: 10px 20px;box-sizing: border-box;}
.title .span1{color: #0773d8;font-size: 20px;font-family:'宋体';font-weight:bold;}
.title .span1 img{margin-right: 10px;}
.title .span2{display: inline-block;padding: 5px 20px;box-sizing: border-box;background: #0773d8;color: #fff;font-size: 20px;border-radius: 10px;}

.news_list a{color: #333333;font-size: 16px;line-height: 29px;width: 80%;float: left;}
.news_list a::before{content: '';display: block;float: left;margin-top: 9px;margin-right: 10px; width: 10px;height: 10px;border-radius: 50%;background: #999999;}
.news_list{padding: 20px;box-sizing: border-box;background: #fff;margin-top:-40px;}
.newnew{padding: 20px;box-sizing: border-box;background: #fff;margin-top:0px;}
.ad_banner img{width: 100%;}

.news_2{width: 50%;}
.news_tab_lis{background: #ebf5ff;}
.news_tab_lis span{color: #0773d8;font-size: 20px;padding: 10px 20px;display: block;float: left;cursor: pointer;font-family:'宋体';font-weight:bold;}
.news_tab_lis span img{margin-right: 10px;}
.news_tab_lis span.current{background: #fff;}
.news_tab_lis a{float: right;line-height: 60px;color: #0773d8;font-size: 18px;margin-right: 20px;}
.news_2_title_add{padding:0}
.news_tab_lis_add{background: #ebf5ff;width:100%;}
.news_tab_lis_add span{color: #0773d8;font-size: 20px;padding: 10px 20px;display: block;float: left;cursor: pointer;font-family:'宋体';font-weight:bold;}
.news_tab_lis_add span img{margin-right: 10px;}
.news_tab_lis_add span.current{background: #fff;}
.news_tab_lis_add a{float: right;line-height: 60px;color: #0773d8;font-size: 18px;margin-right: 20px;}

.news_list_2_add{display: none;padding:0;}
.news_list_2_add a{width: 80%;float: left;}
.news_list_2_add span,.news_list span{width: 20%;float: right;text-align: right;color: #999999;font-size: 16px;line-height: 29px;}


.news_list_2{display: none;}
.news_list_2 a{width: 80%;float: left;}
.news_list_2 span,.news_list span{width: 20%;float: right;text-align: right;color: #999999;font-size: 16px;line-height: 29px;}

.online{width: 45%;background:#fff;}
.online_box_top{background: #fff;padding: 9px 20px;box-sizing: border-box;}
.online_box_top span{width: 30%;}
.online_box_top img{width: 100%;height: 131px;object-fit: cover;}
.online_form{width: 68%;margin-top:-2px;}
.online_form input{border: 1px solid #666;width: 100%;padding: 7px;box-sizing: border-box;font-size: 18px;margin-bottom:4px;}
.online_form button{width: 100%;background: #00BBFF;font-size: 18px;color: #fff;padding: 10px;box-sizing: border-box;}


.online_box_bot{background: #fff;padding: 50px 20px;box-sizing: border-box;margin-top: 30px;}
.online_box_bot div>img:nth-child(1){float: left!important;margin-right: 30px;width: 30%;height: 220px;object-fit: cover;}
.online_box_bot_2>img:nth-child(3){float: right;position: absolute;right: 0;}
.online_box_bot_1{font-size: 24px;margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #c5c5c5;}
.online_box_bot_2{font-size: 24px;position: relative;}
.online_box_bot div{display: flex;align-items: center;width: 100%;}


.book_list{background: #fff;}
.book_list li img{width: 140px;height: 190px;object-fit: cover;box-shadow: 0 3px 8px #999;}
.book_list li{width: 12.5%;float: left;text-align: center;padding: 40px 1%;box-sizing: border-box;padding-bottom: 0px;padding-top: 24px;}
.book_list li p{font-size: 14px;text-align: left;width: 90%;margin:20px auto;}


.news_3{flex-wrap: nowrap;}
.news_3 .news_3_box:nth-child(2) .title{background: #fff8eb;}
.news_3 .news_3_box:nth-child(2) .title span,.news_3 .news_3_box:nth-child(2) .title a{color:#e49a11!important;}
.news_3 .news_3_box:nth-child(3) .title{background: #ebfff2;color:#0fb147!important;}
.news_3 .news_3_box:nth-child(3) .title span,.news_3 .news_3_box:nth-child(3) .title a{color:#0fb147!important;}
.title a{float: right;line-height: 50px;color: #0773d8;font-size: 18px;margin-right: 10px;}







#product_list_1{width: 100%;height: 731px;position: relative;}
#product_list_1 .p1{font-size: 30px;color: #000;font-weight: bold;}
#product_list_1 .p2{font-size: 25px;color: #000;}
#product_list_1 li{width: 30%;position: absolute;}
#product_list_1 li:nth-child(1){top: 4%;left: 5%;}
#product_list_1 li:nth-child(2){top: 4%;right: 5%;}
#product_list_1 li:nth-child(3){bottom: 35%;left: 5%;}
#product_list_1 li:nth-child(4){bottom: 35%;right: 5%;}

#product_list_1 li:nth-child(1) img,#product_list_1 li:nth-child(3) img{float: right;margin-left: 10px;}
#product_list_1 li:nth-child(1),#product_list_1 li:nth-child(3){text-align: right;}

#product_list_1 li:nth-child(2) img,#product_list_1 li:nth-child(4) img{float: left;margin-right: 10px;}
#product_list_1 li:nth-child(2),#product_list_1 li:nth-child(4){text-align: left;}



.evaluating form{width: 500px;margin: auto;margin-top: 18px;}
.examination li{width: 31%;margin-right: 2.3333%;float: left;margin-bottom: 30px;text-align: center;}
.examination li:nth-child(3n){margin-right: 0;}
.examination li img{width: 100%;height: 300px;object-fit: cover;}


.testpaper .p1{font-size: 32px;}
.testpaper .p1 span{color: red;}
.testpaper input[type=text]{width: 40%;border: 1px solid #c5c5c5;padding: 15px;box-sizing: border-box;font-size: 18px;margin-bottom:10px;display: block;}
.testpaper label{font-size: 18px;}
.testpaper .group{margin-bottom: 40px;}
.testpaper .group p{font-weight: bold;margin-bottom: 0;}
.testpaper .group p span{color: #808080;}
.testpaper .group .them{width: 100%;display: flex;padding: 10px;box-sizing: border-box;}
.testpaper .group .them:hover{background: #f9f9f9;}
.testpaper .group .them input{width: 20px;}
.testpaper .group .them label{width: calc(100% - 20px);padding-left: 10px;}
.testpaper button{width: 40%;background: #0773d8;font-size: 18px;color: #fff;padding: 10px;box-sizing: border-box;}



/*底部*/
.footer{background: #ebf5ff;padding: 30px 0;margin-top:80px;}
.footer_con p{font-size:15px;color: #000;line-height: 27px;}










/*底部备案公司*/
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%;padding: 20px 20px 30px;box-sizing: border-box;box-shadow: 0 2px 5px #999;}
.products li .p1{color: #231212;font-size: 15px;}
.products li .p2{color: #545454;font-size: 16px;margin: 10px 0 50px;}
.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 .title{font-size: 30px;color: #909090;}
.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{display: flex;width: 870px;margin: auto;position: relative;z-index: 99;justify-content: center;box-shadow: 0 2px 5px #999;margin-top: -80px;background: #fff;align-items: center;height: 130px;padding-top: 30px;}
.ny_top_nav li{width: 50%;line-height: 60px;background: #fff;font-size:22px ;text-align: center;margin-top: -30px;transition: all .3s;}
.ny_top_nav li a{color: #000000;transition: all .3s;}
.ny_top_nav li:hover a{color: #2159a3;}
.ny_top_nav li:hover a img{filter: unset;}
.ny_top_nav li a img{margin-right: 10px;filter: brightness(0%);}
/*内页新闻标题*/
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; }







/*内页左侧分类通用样式*/
.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;}













/*产品详细*/
.product_detail{padding:5px;}
.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;}




/*下载列表*/
.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:-68px;padding-top:29px;font-size:14px;margin-right: 392px;height: 38px;}
.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: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;}






/*简历提交*/
.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: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: 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;
    justify-content: flex-end;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-num-current,.page .active{background: #0773d8;color: #fff!important;}
.page-num:hover, .page-link:hover{background: #0773d8;color: #fff;}
.page-num, .page-link,.page .active,.page .total {
    position: relative;
    display: block;
    padding: .7rem 1rem;
    margin-left: -1px;
    line-height: 1.2;
    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: flex-end!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: #17a2b8;
    border-color: #17a2b8;
}
.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 {
  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: 1rem;overflow:hidden;height:70px ;width:100%  }



.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-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.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;
}

/*内页收索*/
.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;  }



.zscsbox{
  width: 90%;
  margin: 40px 0;
  background: linear-gradient(to bottom, #0090ff, transparent);
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-bottom: 100px;
  padding-top:50px;
}
.zscsbox .p1{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
  color: #0449ae;
}
.zscsbox .p2{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:54px;
  color: #d32e35;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
}
.zscsbox .cxf1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  margin: 1%;
}
.zscsbox .cxf1 .p3{
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.zscsbox .cxf1 .input1{
  width: 100%;
  height:50px;
  margin-bottom: 20px;
  font-size: 0.3rem;
  font-weight: bold;
  text-indent:20px;
}
.zscsbox .cxf1 .input2{
  width: 100%;
  height: 50px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  background: #0090ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zscsboxjg{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f0f8ff;
  margin: 40px 0;
  zoom: .8;
}
.zscsboxjg .p1{
  width: 100%;
  background: #057dc8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 0;
}
.zscsboxjg .p2{
  font-size: 40px;
  color: #057dc8;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
.zscsboxjg .p3{
  width: 230px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 37px;
  color: #787878;
  font-weight: bold;
  background: #d9d8d8;
}
.zscsboxjg .p4{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zscsboxjg .p4 a{
color: #ec1111;
}
.zscsboxjg .renimg{
  width: 300px;
  margin: 40px;
}
.zscsboxjg .jgbox{
  width: 96%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.zscsboxjg .jgline{
  width: 50%;
  height: 85px;
  box-sizing: border-box;
  border: 1px #999 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}
.fanhui{
  width: 190px;
  height: 80px;
  background: #057dc8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 50px;
}

.news_r .xinwen{display:block;}
.news_r .gonggao{display:none;}
.news_r .span2:hover~.gonggao{display:block;}
.news_r .span2:hover~.xinwen{display:none;}
.news_r .span1:hover~.gonggao{display:none;}
.news_r .span1:hover~.xinwen{display:block;}










.newslistbox {display: flex;justify-content: center;align-items: center;flex-direction: column;}
.news_3_box li{height: 26px;}

.renzheng{font-size: 16px;margin-bottom: 20px;margin-left: 7px;font-weight: 500;margin-top: 0px;}
.renzheng h2{margin: 11px 180px;}
.renzheng p{line-height:27px;}

.right-top{margin-left: 253px;}
.right-top img{width:120px;}
.erweima{width: 188px;height: 188px;float: right;margin-right: -313px;margin-top: -160px;}
.erweima img{width: 100px; margin: 62px 44px;}
.footer-logo{width: 188px;height: 188px;float: right;margin-right: 354px; margin-top: -163px;}
.footer-logo img{margin-top: 70px;width: 100px;}