@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,img,fieldset,legend,input,textarea,p,blockquote,th,td,address{margin:0;padding:0;}
table,td,ol{margin:0;padding:0;}
*{margin:0;padding:0;}
p,form,table,tr,td {margin:0px;padding:0px;}
select,input,img,select{vertical-align:middle;}
ul{list-style-type:none;margin:0;padding:0;}
ol{padding-left:10px;}
input,input:focus {border:none;outline: 0;color: #333;}
input,textarea,button,select{font-size:14px; font-family:"Microsoft YaHei";}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box}
.clearfix:after,.clearfix:before{display:table;content:" "}
.clearfix:after{clear:both;visibility:hidden;height:0;line-height:0}
.hidden{display:none}
img {border:0px;vertical-align:bottom; padding:0px; margin:0px;}
a:link{color:#5a5a5a;text-decoration:none;}
a:visited{text-decoration:none;color:#5a5a5a; }
a:hover{color:#5a5a5a; text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
.fl{float:left;}
.fr{float:right;}
.hide{display:none;}
.clear{clear:both;}
.w1000{ width: 1000px; margin: 0px auto;}
.w1200{ width: 1200px; margin: 0px auto;}
body{font-size:14px; font-family:"Microsoft YaHei","Arial","Helvetica,sans-serif,Verdana"; color:#5a5a5a; background:#fff;letter-spacing:0.5px;}

/* 图片居中 */
.alignleft {display: inline;float: left;}
.alignright {display: inline;float: right;}
.aligncenter {clear: both;display: block;margin:auto;}


/* 网站顶部 */
.webtop{ height:35px; line-height: 35px;background: #f8f8f8; color: #666; border-bottom:1px solid #ececec;}
.webtop span{ margin-right: 15px;}
.webtop .tel{text-align: right;}
.webtop .tel b{color:#d61518;}


/* 网站头部 */
.header_wrap{width: 100%;height: 112px;}
.header_wrap .logo{width:285px;float:left;padding-top: 25px;}
.header_wrap .logo a{display: inline-block;}

.header_wrap .pro_search{width:800px;float: left;padding:25px 0px 0px 135px;}
.header_wrap .pro_search .search_txt {width:530px;height:45px;line-height: 45px;line-height:1px;float:left;border: 2px solid #d82023;border-right:none;color: #333;padding: 0px 20px; padding-left:45px;background: url(../images/search_icon.png) 0px 0px no-repeat;background-size:18px;background-position: 10px center;}
.header_wrap .pro_search .search_btn {width: 130px;height:45px;line-height: 45px;float:left;text-align: center;font-size: 18px;color: #fff;background: #ed2f2e;background-image: linear-gradient(90deg,#f73233,#d82225),linear-gradient(#a8a8a8,#a8a8a8);}
.header_wrap .pro_search .search_btn:hover {background: #d92123;cursor: pointer;}

.header_wrap .pro_search .hot{float: left; margin-top: 7px; font-size: 13px;}
.header_wrap .pro_search .hot label{float:left;color: #8c8c8c;}
.header_wrap .pro_search .hot a {float: left;color: #8c8c8c; display: inline-block;margin-right:12px; }
.header_wrap .pro_search .hot a:hover {color: #d92023;text-decoration: underline; }


/* 网站导航 */
.nav_wrap{width:100%;height:45px;border-bottom:2px solid #d92023;background-color:#fff}   

.nav_wrap .head_nav{}
.nav_wrap .head_nav>a{height:45px;float:left; position:relative;line-height:45px;font-size:16px;display:inline-block; margin:0px 19px; color:#333;}
.nav_wrap .head_nav>a:first-child{color:#fff;background:#d92023;margin-right:15px; padding:0px 25px;}
.nav_wrap .head_nav>a:first-child:hover{color:#fff;}
.nav_wrap .head_nav>a .icon{ width: 28px;height: 20px;object-fit: contain;position: absolute;top: -10px;right: 0;left: 0;margin: auto;animation: moveTag  2s linear infinite;-webkit-animation: moveTag  2s linear infinite;}
@keyframes moveTag  {
    0% {
        top: -5px
    }

    25% {
        top: -10px
    }

    50% {
        top: -15px
    }

    75% {
        top: -10px
    }

    100% {
        top: -5px
    }
}
.nav_wrap .head_nav>a:hover{color:#ed2f2e;border-bottom: 4px solid #f17f5a;transition: .2s all linear;}
.nav_wrap .head_nav>a.active{color:#ed2f2e; font-weight:bold;border-bottom: 4px solid #f17f5a;}


/*首页幻灯片01*/
.index_banner_wrap01{ height: 450px; width: 100%;position: relative; overflow: hidden; }
.index_banner01{position: relative;}
.index_banner01 a{display: block;width: 100%;padding-bottom: 450px;position: relative;}
.index_banner01 a .img{width: 100%;height: 100%;position: absolute; left: 0;top: 0; background-position: center top;}

.index_banner01 .swiper-pagination {width: 100%;bottom: 20px;}
.index_banner01 .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px;border: 1px solid #fff;background-color: #fff;width: 15px;height: 15px;opacity: 1; border-radius:0;}
.index_banner01 .swiper-pagination-bullets .swiper-pagination-bullet-active {width: 15px;height: 15px;opacity: 1;border: 1px solid #d5d5d5;background-color: #d5d5d5;}
.index_banner01 .swiper-button-prev {left: 30px; top: 210px;width: 45px;height: 45px;background: url(../images/swiper_button_icon.png) no-repeat;background-position: 0 0;background-size: 100%;}
.index_banner01 .swiper-button-prev:hover {background-position: 0 -46px;background-size: 100%}
.index_banner01 .swiper-button-next {right: 30px;top: 210px;width: 45px;height: 45px;background: url(../images/swiper_button_icon.png) no-repeat;background-position: 0 -93px;background-size: 100%;}
.index_banner01 .swiper-button-next:hover {background-position: 0 -139px;background-size: 100%;}

/*首页版块背景01*/
.section_bg01_wrap{width: 100%; float: left;background:#e9e9f1;}
.section_bg01{width: 100%; float: left;background:#fff; margin:30px 0px;box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);}

/* 首页留言框 */
.index_message{width:1100px;height: 60px; margin:20px 50px 20px 50px;}
.index_message .item {width:435px;height:60px;line-height: 60px;line-height:1px;float:left;border: 1px solid #bcbcbc;border-right: none; padding: 0px 20px; padding-left: 60px;}
.index_message .tel {width:480px;height:60px;line-height: 60px;line-height:1px;float:left;border: 1px solid #bcbcbc;border-left: 1px solid #bcbcbc;border-right: none; padding: 0px 20px;padding-left: 60px;}
.index_message .ico01 {background: url(../images/index_message_icon.png) 0px 0px no-repeat; background-size:60px;}
.index_message .ico02 {background: url(../images/index_message_icon.png) 0px -60px no-repeat; background-size:60px;}
.index_message .btn {width: 180px;height:60px;line-height: 60px;float:left;text-align: center;font-size: 18px;background:#d9171a;color: #fff;padding: 0 40px;}
.index_message .btn:hover {background: #f73133;cursor: pointer;}

/* 首页幻灯片下方文字 */
.index_banner_txt .list {height:80px;display:block; padding:0px 20px;}
.index_banner_txt .list li{ float: left; padding: 0px; width: 24%;}
.index_banner_txt .list li.item01{ border-left: 0 none; }
.index_banner_txt .list li:before{ float: left; width: 60px; height: 60px; margin-top: 5px;content: ""; background: url(../images/index_banner_txt_icon.png) no-repeat left center; margin-right: 6px; margin-left: 26px;}
.index_banner_txt .list li.item01:before{ background-position: 0 0; }
.index_banner_txt .list li.item02:before{ background-position: -60px 0; }
.index_banner_txt .list li.item03:before{ background-position: -120px 0; }
.index_banner_txt .list li.item04:before{ background-position: -180px 0; }
.index_banner_txt .list li .text{ float: left; padding-top: 24px; padding-bottom: 15px; margin-right: -10px;}
.index_banner_txt .list li p{color: #8c8e99;margin-top: 12px; margin-bottom: 3px;}
.index_banner_txt .list li h3{ font-size:18px; font-weight:bold;color: #3d3f4c; }
.index_banner_txt .line{width: 1px;height:35px;float: left;display: inline-block; margin-top: 20px; margin-left:5px;margin-right:5px;overflow: hidden;background: #dedede;vertical-align:10px;}


/*首页模块标题*/
.index_model_tit01{ width: 1200px; height: 135px; text-align: center; position: relative;padding-top: 0px; margin-top:20px;margin-bottom:10px;}
.index_model_tit01 span{ font-size: 72px; color: #dfdfe1; position: absolute; top: 0px;left: 380px; z-index: 1; font-family: "impact";text-transform: uppercase;}
.index_model_tit01 h2{ font-size: 30px; color: #333;position: absolute; top: 28px;left: 515px;z-index: 2;}
.index_model_tit01 i {display: block;width: 30px;height: 2px;line-height: 2px;background: #d9171a;position: absolute;top: 65px;overflow: hidden;left: 592px;z-index: 2;margin: 10px auto 0;}
.index_model_tit01 p{ font-size: 16px; color: #868b8b; line-height: 35px; padding-top:85px;}


.index_model_tit02 { margin-top:45px; margin-bottom:30px;text-align: center;}
.index_model_tit02 span {font-size: 30px; color: #fff;}
.index_model_tit02 i { display: block;width: 30px;height: 2px;line-height: 2px; background: #fff;overflow: hidden; margin: 10px auto 0;}
.index_model_tit02 p{color: #fff;font-size: 16px; line-height: 35px; padding-top:5px;}

.index_model_tit03 { margin-top:45px; margin-bottom:30px;text-align: center;}
.index_model_tit03 span {font-size: 30px; color: #333;}
.index_model_tit03 i { display: block;width: 30px;height: 2px;line-height: 2px; background: #d9171a;overflow: hidden; margin: 10px auto 0;}

.index_model_tit04 { margin-top:45px; margin-bottom:30px;text-align: center;}
.index_model_tit04 span {font-size: 30px; color: #333;}

.index_model_tit05 { margin-top:45px; margin-bottom:30px;text-align: center;}
.index_model_tit05 span {font-size: 30px; color: #333;}
.index_model_tit05 p{color: #666;font-size: 16px; line-height: 35px; padding-top:5px;}


/*首页热门产品*/
.index_hot_pro_main .top{height:310px;margin-bottom:10px;color:#fff;}
.index_hot_pro_main .top ul li{width:290px;height:310px;text-align:center;display:inline-block;float:left;margin-right:12px; border-radius:10px;}
.index_hot_pro_main .top ul li:last-child{margin-right:0px;}
.index_hot_pro_main .top .tit{line-height: 35px;font-size: 30px; padding:45px 0px 20px 0px; }
.index_hot_pro_main .top .txt{ width: 260px;height:100px;margin: 0px auto;line-height: 22px;padding:5px 0px; padding-bottom: 30px;}
.index_hot_pro_main .top .btn a{ width: 110px; height: 35px;line-height: 35px; color: #fff; margin:10px 0px 10px 0px; border: 1px solid #fff; text-align: center;display: inline-block; transition: all .2s;}
.index_hot_pro_main .top .btn a:hover{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0);}
.index_hot_pro_main .top .bg01{background:url("../images/index_hot_pro_topbg01.jpg") no-repeat;}
.index_hot_pro_main .top .bg02{background:url("../images/index_hot_pro_topbg02.jpg") no-repeat;}
.index_hot_pro_main .top .bg03{background:url("../images/index_hot_pro_topbg03.jpg") no-repeat;}
.index_hot_pro_main .top .bg04{background:url("../images/index_hot_pro_topbg04.jpg") no-repeat;}

.index_hot_pro_main .down{height:165px;margin-bottom:10px;color:#fff;}
.index_hot_pro_main .down ul li{width:290px;height:165px;float:left;text-align:left;display:inline-block;margin-right:12px; border-radius:10px;}
.index_hot_pro_main .down ul li:last-child{margin-right:0px;}
.index_hot_pro_main .down .tit{color: #333;padding:30px 0px 10px 25px;font-size: 20px;}
.index_hot_pro_main .down .txt{ width: 275px;color: #999;padding:0px 0px 10px 25px;}
.index_hot_pro_main .down .btn a{ width: 80px; height: 35px;line-height: 35px; color: #df3639; margin:10px 0px 10px 25px; border: 1px solid #df3639; text-align: center;display: inline-block; transition: all .2s;}
.index_hot_pro_main .down .btn a:hover{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0);}
.index_hot_pro_main .down .bg01{background:url(../images/index_hot_pro_downbg01.png) #fff bottom right no-repeat;}
.index_hot_pro_main .down .bg02{background:url(../images/index_hot_pro_downbg02.png) #fff bottom right no-repeat;}
.index_hot_pro_main .down .bg03{background:url(../images/index_hot_pro_downbg03.png) #fff bottom right no-repeat;}
.index_hot_pro_main .down .bg04{background:url(../images/index_hot_pro_downbg04.png) #fff bottom right no-repeat;}

/*首页更多链接按钮*/
.index_more_link01{text-align: center;}
.index_more_link01 a{ width: 150px; height: 45px;line-height: 45px; font-size: 16px; color: #6a6a6a; margin: 30px 0px 30px 0px; border: 1px solid #6a6a6a; text-align: center;display: inline-block; transition: all .2s;}
.index_more_link01 a:hover{border-color: #df3639; color: #df3639;}

.index_more_link02{text-align: center;}
.index_more_link02 a{ width: 150px; height: 45px;line-height: 45px; font-size: 16px; color: #fff; margin: 35px 0px 30px 0px; border: 1px solid #fff; text-align: center;display: inline-block; transition: all .2s;}
.index_more_link02 a:hover{text-decoration:underline;}

.index_more_link03{text-align: center;}
.index_more_link03 a{ width: 150px; height: 45px;line-height: 45px; font-size: 16px; color: #6a6a6a; margin:30px 0px 0px 0px; border: 1px solid #6a6a6a; text-align: center;display: inline-block; transition: all .2s;}
.index_more_link03 a:hover{border-color: #df3639; color: #df3639;}


/*首页知识产权服务*/
.index_ip_pro_wrap{width: 100%;height:630px;float: left;background:url(../images/index_ip_pro_bg.jpg) no-repeat;}
.index_ip_pro_main ul li{width:385px; height:330px; float:left; background:#fff; border-radius:5px;margin-right:20px;}
.index_ip_pro_main ul li:last-child{margin-right:0px;}
.index_ip_pro_main .tit{font-size:24px; color:#333;font-weight:bold;text-align:center; padding:25px 0px 20px 0px;}
.index_ip_pro_main .txt{width:290px;height:35px; line-height:35px;font-size:16px;background:#ffaa39; color:#fff;border-radius:30px;margin:0px auto; text-align:center;}
.index_ip_pro_main .list{width:340px;height:105px; margin:25px 0px 30px 20px; overflow:hidden;}
.index_ip_pro_main .list a{ display:inline-block;font-size:15px;padding:3px 5px;margin:5px 7px;border:1px solid #e6e8eb; background:#f7f8fa; color:#3d3d3d;}
.index_ip_pro_main .list a:hover{text-decoration:underline;color:#f73233;}

.index_ip_pro_main .btn{font-size:16px; text-align:center;}
.index_ip_pro_main .btn a.view{color:#f73233;}
.index_ip_pro_main .btn a.online{color:#105b99;}
.index_ip_pro_main .btn a:hover{ text-decoration:underline;}
.index_ip_pro_main .btn .line{width: 1px;height:17px;display: inline-block; margin-left:30px;margin-right:30px;overflow: hidden;background: #e6e6e6;vertical-align:middle;}
.index_ip_pro_main .btn i{width: 23px; height: 23px;display: inline-block; background:url(../images/index_ip_pro_btn.png) no-repeat;vertical-align: middle; margin-right: 5px;}
.index_ip_pro_main .btn .view i{ background-position: 0px 0px; }
.index_ip_pro_main .btn .online i{background-position: 0px -23px; }


/*首页科技项目服务*/
.index_tech_wrap{width:100%;float:left;}
.index_tech_main{height:400px; float:left;margin:0px 0px 0px 0px;}
.index_tech_main .fl{width:295px; height:400px; float:left;text-align:center; color:#fff;background:url(../images/index_tech_main_bg.jpg) no-repeat;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.index_tech_main .fl .tit{font-size:36px; padding:70px 0px 10px 0px;}
.index_tech_main .fl .txt{font-size:18px; padding-bottom:45px;}
.index_tech_main .fl .btn{ width:120px; height:45px; margin:0px auto; margin-bottom:25px;line-height:45px;border-radius:30px; background:#fff; }
.index_tech_main .fl .btn a{font-size:18px;color:#5b71e6;}
.index_tech_main .fl .btn a:hover{ text-decoration:underline;}
.index_tech_main .fl .tel_tip{font-size:16px;}
.index_tech_main .fl .tel_no{font-size:30px; font-family:"Impact";}

.index_tech_main .fr{width:900px; height:400px; float:right;background: #f4f7fe;border-top:2px solid #4aadd2;}
.index_tech_main .fr ul li a{width:300px; height:199px; float:left;padding:10px 20px 0px 20px;border-right: 1px solid #e5e9ec;border-bottom: 1px solid #e5e9ec;}
.index_tech_main .fr h3{ max-height:80px;font-size:20px; color:#333; padding:25px 0px 5px 0px;overflow: hidden;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;}
.index_tech_main .fr span{width:100%; max-height:35px; line-height:35px;float:left;color:#999; padding-bottom:10px;overflow: hidden;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp:1;}
.index_tech_main .fr i{ display: block;width:45px;height: 2px; float:left;line-height: 2px; background: #ccc;overflow: hidden;}
.index_tech_main .fr .btn{width:120px; height:35px; line-height:35px;font-size:15px;margin:0px auto; margin-top:25px;border:1px solid #d8171a; color:#d8171a; text-align:center;}
.index_tech_main .fr a:hover .btn{background:#ffaa39;border:1px solid #ffaa39;color:#fff;}


/*首页资质审批服务*/
.index_qualification_wrap{width:100%;float:left;}
.index_qualification_main{height:400px; float:left;margin:0px 0px 0px 0px;}
.index_qualification_main .fl{width:295px; height:400px; float:left;text-align:center; color:#fff;background:url(../images/index_qualification_main_bg.jpg) no-repeat;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.index_qualification_main .fl .tit{font-size:36px; padding:70px 0px 10px 0px;}
.index_qualification_main .fl .txt{font-size:18px; padding-bottom:45px;}
.index_qualification_main .fl .btn{ width:120px; height:45px; margin:0px auto; margin-bottom:25px;line-height:45px;border-radius:30px; background:#fff; }
.index_qualification_main .fl .btn a{font-size:18px;color:#fc6e0e;}
.index_qualification_main .fl .btn a:hover{ text-decoration:underline;}
.index_qualification_main .fl .tel_tip{font-size:16px;}
.index_qualification_main .fl .tel_no{font-size:30px; font-family:"Impact";}

.index_qualification_main .fr{width:900px; height:400px; float:right;background: #f4f7fe;border-top:2px solid #fc6e0e;}
.index_qualification_main .fr ul li a{width:300px; height:199px; float:left;padding:10px 20px 0px 20px;border-right: 1px solid #e5e9ec;border-bottom: 1px solid #e5e9ec;}
.index_qualification_main .fr h3{ max-height:80px;font-size:20px; color:#333; padding:25px 0px 5px 0px;overflow: hidden;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;}
.index_qualification_main .fr span{width:100%; max-height:35px; line-height:35px;float:left;color:#999; padding-bottom:10px;overflow: hidden;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp:1;}
.index_qualification_main .fr i{ display: block;width:45px;height: 2px; float:left;line-height: 2px; background: #ccc;overflow: hidden;}
.index_qualification_main .fr .btn{width:120px; height:35px; line-height:35px;font-size:15px;margin:0px auto; margin-top:25px;border:1px solid #d8171a; color:#d8171a; text-align:center;}
.index_qualification_main .fr a:hover .btn{background:#ffaa39;border:1px solid #ffaa39;color:#fff;}


/*首页体系认证服务*/
.index_iso_wrap{width:100%;float:left;}
.index_iso_main{height:400px; float:left;margin:0px 0px 0px 0px;}
.index_iso_main .fl{width:295px; height:400px; float:left;text-align:center; color:#fff;background:url(../images/index_iso_main_bg.jpg) no-repeat;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.index_iso_main .fl .tit{font-size:36px; padding:70px 0px 10px 0px;}
.index_iso_main .fl .txt{font-size:18px; padding-bottom:45px;}
.index_iso_main .fl .btn{ width:120px; height:45px; margin:0px auto; margin-bottom:25px;line-height:45px;border-radius:30px; background:#fff; }
.index_iso_main .fl .btn a{font-size:18px;color:#009aa0;}
.index_iso_main .fl .btn a:hover{ text-decoration:underline;}
.index_iso_main .fl .tel_tip{font-size:16px;}
.index_iso_main .fl .tel_no{font-size:30px; font-family:"Impact";}

.index_iso_main .fr{width:900px; height:400px; float:right;background: #f4f7fe;border-top:2px solid #009aa0;}
.index_iso_main .fr ul li a{width:300px; height:199px; float:left;padding:10px 20px 0px 20px;border-right: 1px solid #e5e9ec;border-bottom: 1px solid #e5e9ec;}
.index_iso_main .fr h3{ max-height:80px;font-size:20px; color:#333; padding:25px 0px 5px 0px;overflow: hidden;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;}
.index_iso_main .fr span{width:100%; max-height:35px; line-height:35px;float:left;color:#999; padding-bottom:10px;overflow: hidden;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp:1;}
.index_iso_main .fr i{ display: block;width:45px;height: 2px; float:left;line-height: 2px; background: #ccc;overflow: hidden;}
.index_iso_main .fr .btn{width:120px; height:35px; line-height:35px;font-size:15px;margin:0px auto; margin-top:25px;border:1px solid #d8171a; color:#d8171a; text-align:center;}
.index_iso_main .fr a:hover .btn{background:#ffaa39;border:1px solid #ffaa39;color:#fff;}


/*首页服务保障*/
.index_ser_ensure_wrap{width:100%; height:545px; padding-top:10px; margin-top:35px;background: #f8f8f8;}

.index_ser_ensure_main ul li a{width:290px;height:345px; float: left;text-align: center;margin: 10px 5px;background: #fff;}
.index_ser_ensure_main ul li a:hover{-webkit-box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);}
.index_ser_ensure_main .tit{ line-height: 35px; color:#333;font-size: 23px; padding:10px 0px;}
.index_ser_ensure_main .txt{ width: 240px; height:90px; font-size:16px; color:#999;margin: 0px auto;line-height: 22px;padding:15px 0px; padding-bottom: 30px;}
.index_ser_ensure_main a .btn{ width:130px; margin:0px auto;color:#d8171a;text-decoration:underline;border: 1px solid #fff; padding:7px 15px;}
.index_ser_ensure_main a:hover .btn{ color:#d8171a;border: 1px solid #d8171a;text-decoration:none;}
.index_ser_ensure_main a .line{ display: block;width:30px;height: 2px;line-height: 2px; margin:0px auto ;background: #d8171a;overflow: hidden;}
.index_ser_ensure_main ul li .item_list{ width:70px; height: 70px; text-align: center;display: inline-block;}

.index_ser_ensure_main ul li .item_list .img{width: 70px; height: 70px; margin-top: 45px;display: inline-block;background:url("../images/index_ser_ensure_img.png") no-repeat center;}
.index_ser_ensure_main ul li .item01 .img{background-position: 0px 0px;}
.index_ser_ensure_main ul li .item02 .img{background-position: 0px -70px;}
.index_ser_ensure_main ul li .item03 .img{background-position: 0px -140px;}
.index_ser_ensure_main ul li .item04 .img{background-position: 0px -210px;}

/*首页关于我们*/
.index_about_wrap{width: 100%;height:1050px;float: left; padding-top:20px;background:url(../images/index_about_bg.jpg) top center no-repeat;}
.index_about_main .top{margin-top: 20px;}
.index_about_main .top ul li{width: 25%;padding: 2.5% 0;color: #6a6a6a;float: left; text-align: center;}
.index_about_main .top ul li h3{font-size: 48px;color: #f57647;margin-bottom: 10px;}
.index_about_main .top ul li p{font-size: 18px;}
.index_about_main .top label{font-size:26px;}
.index_about_main .desc{font-size:15px; line-height:27px;color:#666;}
.index_about_main .tit{width:200px; height:50px; margin:0px auto; margin-top:45px; margin-bottom:30px;font-size:24px; color:#fff; text-align:center; line-height:50px;background: linear-gradient(90deg,#fd9f3b 0%, #ef5552 100%); border-radius:30px;}
.index_about_main .list{width:990px; margin:0px auto;}
.index_about_main .list img{width: 160px; height:80px; display: inline-block;margin:10px 19px; border-radius:10px;transition: all 0.3s ease-in-out;-webkit-box-shadow:0 0 12px 0 rgba(69, 71, 70, 0.13);box-shadow:0 0 12px 0 rgba(69, 71, 70, 0.13);}
.index_about_main .list img:hover{transform: translateY(-10px);}


/* 首页新闻中心 */
.index_news_wrap{width:100%;height:580px; background: #eff2f5; padding-top:10px;}

.index_news_main .fl{width:790px;height: 380px;background: #fff;}
.index_news_main .fr{width:390px;height: 380px;background: #fff;}
.index_news_main .tab_news_menu{height: 60px;}
.index_news_main .tab_news_menu ul li{float: left;}
.index_news_main .tab_news_menu img.icon{vertical-align: middle;padding-left: 15px;}
.index_news_main .tab_news_menu ul li a{font-size: 18px;line-height: 60px; display: inline-block; margin: 0px 15px;color: #333;}
.index_news_main .tab_news_menu ul li.active a{color: #d42930;border-bottom: 1px solid #d42930;}

.index_news_main .tab_news_menu .more{float: right; line-height: 60px; padding-right: 10px;}
.index_news_main .tab_news_menu .more a{color: #666;}
.index_news_main .tab_news_menu .more a:hover{text-decoration: underline;color: #d42930;}

.index_news_main .tab_news_box{padding:20px 20px;}
.index_news_main .tab_news_box a .tit{max-height: 65px;height: auto;font-size:16px; padding: 15px 0px; color: #333;line-height: 25px;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;}
.index_news_main .tab_news_box a .time{color: #999;padding-top: 5px;}
.index_news_main .tab_news_box a .desc{ line-height: 22px;color: #666;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;}

.index_news_main .tab_news_box .fl{width:280px;height: auto;float: left;}
.index_news_main .tab_news_box a img{max-width: 100%; clear: both;}
.index_news_main .tab_news_box a:hover .tit{ text-decoration: underline; color: #d42930;}
.index_news_main .tab_news_box .fr{width:430px;height: auto;float: right;}

.index_news_main .tab_news_box .list li{line-height:45px;float:left;border-bottom:1px solid #e5ebf5;}
.index_news_main .tab_news_box .list li a{width:330px;font-size: 16px;float:left;color: #333;overflow: hidden;text-overflow: ellipsis; white-space: nowrap; display: inline-block;}
.index_news_main .tab_news_box .list li a:hover{text-decoration: underline; color: #d42930;}
.index_news_main .tab_news_box .list span{float:right;color:#999; }

.index_news_main .tab_news_box .list02 li{width:100%;float: left; border-bottom: 1px solid #dcdcdc;padding-top: 5px;padding-bottom:10px;}
.index_news_main .tab_news_box .list02 .box{width:350px; height: auto; float: right;}
.index_news_main .tab_news_box .list02 .box .tit{width:350px;font-size: 16px; padding: 3px 0px; color: #333;overflow: hidden;text-overflow: ellipsis; white-space: nowrap; display: inline-block;}
.index_news_main .tab_news_box .list02 li a:hover .tit{text-decoration: underline; color: #d42930;}
.index_news_main .tab_news_box .list02 .box .tax{color:#ff693b; padding:3px 5px; background:#fff0eb; margin-right:10px;}
.index_news_main .tab_news_box .list02 .box .time{color:#999;padding-top: 0px; padding-bottom: 3px;}
.index_news_main .tab_news_box .list02 .box .desc{ color: #666;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;}


/* 网站底部 简单文字 */
.index_footer_txt{background-color:#fff}
.index_footer_txt .list {display:block; height:110px;width:1200px;margin:0 auto;}
.index_footer_txt .list li{ float: left; padding: 18px 0 20px; width: 25%;}
.index_footer_txt .list li.item01{ border-left: 0 none; }
.index_footer_txt .list li:before{ float: left; width: 75px; height: 75px; margin-top: 5px;content: ""; background: url(../images/index_footer_txt_icon.png) no-repeat left center; margin-right:10px; margin-left: 26px;}
.index_footer_txt .list li.item01:before{ background-position: 0 0; }
.index_footer_txt .list li.item02:before{ background-position: -75px 0; }
.index_footer_txt .list li.item03:before{ background-position: -150px 0; }
.index_footer_txt .list li.item04:before{ background-position: -225px 0; }
.index_footer_txt .list li .text{ float: left; padding-top: 24px; padding-bottom: 15px; margin-right: -10px;}
.index_footer_txt .list li h3{ font-size: 18px; font-weight:bold; margin-top: 18px; margin-bottom:8px;}
.index_footer_txt .list li.on a h3{ color: #272727; }
.index_footer_txt .list li p{ color: #858a93;}


/* 网站底部*/
.footer_wrap{width:100%; height:400px; background:#1d1e1e; float:left;}
.footer_wrap a:hover{ text-decoration:underline;}
.footer_main{height:290px;padding:40px 20px 20px 20px;}
.footer_main .fl{width:450px;}
.footer_main .fl .tel_tip{ color:#f7f7f7; font-size:18px; padding-bottom:5px;}
.footer_main .fl .tel_no{ color:#999; font-size:48px; font-family:"Impact"; padding-bottom:20px;}
.footer_main .fl .contact{ color:#f7f7f7; font-size:18px; padding-bottom:15px;}
.footer_main .fl .online a{ margin-right:20px; color:#999;}
.footer_main .fl .online i{width: 22px; height: 20px;display: inline-block; background:url(../images/footer_online_icon.png) no-repeat;vertical-align: middle; margin-right: 5px;}
.footer_main .fl .online .kf i{ background-position: 0px 0px; }
.footer_main .fl .online .ly i{background-position: 0px -20px; }

.footer_main .middle{width:470px; float:left;}
.footer_main .middle .top{ margin-bottom:40px;}
.footer_main .middle .top p{font-size:18px;color:#f7f7f7; padding-bottom:15px;border-bottom:1px solid #525050;}
.footer_main .middle .top .list{ margin-top:10px;}
.footer_main .middle .top .list a{color:#999; padding-right:15px; padding-bottom:5px; display:inline-block;}

.footer_main .middle .down{ margin-bottom:30px;}
.footer_main .middle .down p{font-size:18px;color:#f7f7f7; padding-bottom:15px;border-bottom:1px solid #525050;}
.footer_main .middle .down .list{ margin-top:10px;}
.footer_main .middle .down .list a{color:#999; padding-right:15px; display:inline-block;}

.footer_main .fr .name{font-size:18px;color:#f7f7f7; padding-bottom:10px;}
.footer_main .fr .tip{color:#999; padding-bottom:15px;}

.footer_wrap .copyright{ border-top:1px solid #605f5f;color:#888;text-align:center; padding:20px 0;}
.footer_wrap .copyright a{color:#888; display: inline-block; padding: 0px 10px;}
.footer_wrap .copyright a:hover{text-decoration: underline;}
.footer_wrap .copyright .hot{ text-align:left;color:#888;padding-bottom: 20px;}
.footer_wrap .copyright .hot a{color:#888; padding-left:0px; padding-right:15px;}


/*内页幻灯片*/
.ny_tech_banner_wrap{width: 100%;height: 420px;text-align: center;box-sizing: border-box;overflow: hidden;}
.ny_tech_banner_bg01{background: url(../images/ny_tech_banner_img01.jpg) no-repeat center;}
.ny_patent_banner_bg01{background: url(../images/ny_patent_banner_img01.jpg) no-repeat center;}

.ny_banner_wrap{width: 100%;height: 370px;text-align: center;box-sizing: border-box;overflow: hidden;}
.ny_banner_wrap .tit{ width: 100%;text-align: center; font-size:30px;color: #fff; padding-top:100px;}
.ny_banner_wrap .box{ width:620px; margin:0px auto;margin-top:25px;}
.ny_banner_wrap .box ul{ width:100%;height:90px;display: flex; flex-direction: row; margin-top: 0px;}
.ny_banner_wrap .box ul li{width:33.33%;height:90px; flex:1; float:left;text-align: center;}
.ny_banner_wrap .box ul li:last-child{ border-right: 0; }
.ny_banner_wrap .box ul li span{font-size:24px; font-weight:bold;display:inline-block;color: #fff; margin:25px 0px 10px 0px;}
.ny_banner_wrap .box ul li p{font-size: 18px; color:#fff;}

.ny_banner_bg06{background: url(../images/ny_banner_img06.jpg) no-repeat center;}


.ny_banner02_wrap{width: 100%;height:210px;text-align: left;box-sizing: border-box;overflow: hidden;}
.ny_banner02_wrap .tit{ width: 100%;font-size:30px;padding:60px 0px 0px 60px; line-height:40px;color: #fff;}
.ny_banner02_wrap .txt{font-size:16px;color: #fff; padding:20px 0px 0px 60px;}
.ny_banner02_wrap .txt a{ color:#fff;}

.ny_banner02_bg01{background: url(../images/ny_banner02_img01.jpg) no-repeat center;}
.ny_banner02_bg02{background: url(../images/ny_banner02_img02.jpg) no-repeat center;}
.ny_banner02_bg03{background: url(../images/ny_banner02_img03.jpg) no-repeat center;}
.ny_banner02_bg04{background: url(../images/ny_banner02_img04.jpg) no-repeat center;}
.ny_banner02_bg05{background: url(../images/ny_banner02_img05.jpg) no-repeat center;}
.ny_banner02_bg07{background: url(../images/ny_banner02_img07.jpg) no-repeat center;}
.ny_banner02_bg08{background: url(../images/ny_banner02_img08.jpg) no-repeat center;}

/*内页高新企业认定 留言框*/
.ny_tech_banner_wrap .tech_message{width:900px; height: 70px; margin: 0px auto;padding-top:290px;}
.ny_tech_banner_wrap .tech_message .txt {width:720px;height:60px; text-align: left;line-height: 60px;line-height:1px;float:left;color: #333;padding: 10px 20px; padding-left: 50px;}
.ny_tech_banner_wrap .tech_message .btn {width: 180px;height:60px;line-height: 60px;float:left;text-align: center;font-size: 18px;color: #fff;background: linear-gradient(#fb3536, #da181b); background: -webkit-linear-gradient(#fb3536, #da181b);background: -o-linear-gradient(#fb3536, #da181b);background: -moz-linear-gradient(#fb3536, #da181b);}
.ny_tech_banner_wrap .tech_message .btn:hover {background: #da181b;cursor: pointer;}

/*内页高新企业认定 简介*/
.ny_tech_about_wrap{width: 100%;height:290px;float: left;background:#f8f8f8;}
.ny_tech_about_main{ background:#fff;padding:30px 20px;font-size:16px; color:#666; line-height:30px;}

/*内页高新企业认定 哪些好处*/
.ny_tech_good_main .list {width:1200px;height:320px; float:left;margin:0 auto; margin-top:20px;}
.ny_tech_good_main .list li{ float: left; padding: 25px 10px 30px 10px; width:33.33%;}
.ny_tech_good_main .list li.item01{ border-left: 0 none; }
.ny_tech_good_main .list li:before{ float: left; width:90px; height: 90px; margin-top: 5px;content: ""; background: url(../images/ny_tech_good_icon.png) no-repeat left center; margin-right:20px; margin-left:45px;}
.ny_tech_good_main .list li.item01:before{ background-position: 0 0; }
.ny_tech_good_main .list li.item02:before{ background-position: -90px 0; }
.ny_tech_good_main .list li.item03:before{ background-position: -180px 0; }
.ny_tech_good_main .list li.item04:before{ background-position: -270px 0; }
.ny_tech_good_main .list li.item05:before{ background-position: -360px 0; }
.ny_tech_good_main .list li.item06:before{ background-position: -450px 0; }
.ny_tech_good_main .list li h3{ font-size:20px; color:#3e444f;font-weight:bold; margin-top: 15px; margin-bottom:8px;}
.ny_tech_good_main .list li p{ color: #898f9a; line-height:24px;}


/*内页高新企业认定 行业领域*/
.ny_tech_industry_main{ height:430px;}
.ny_tech_industry_main ul li{ width:270px; height:160px; float:left;margin:20px 15px; text-align:center; }
.ny_tech_industry_main ul li span{font-size:24px; color:#fff;padding-top:60px;display: inline-block;}
.ny_tech_industry_main ul li.bg01{background: url(../images/ny_tech_industry_img01.jpg) no-repeat;}
.ny_tech_industry_main ul li.bg02{background: url(../images/ny_tech_industry_img02.jpg) no-repeat;}
.ny_tech_industry_main ul li.bg03{background: url(../images/ny_tech_industry_img03.jpg) no-repeat;}
.ny_tech_industry_main ul li.bg04{background: url(../images/ny_tech_industry_img04.jpg) no-repeat;}
.ny_tech_industry_main ul li.bg05{background: url(../images/ny_tech_industry_img05.jpg) no-repeat;}
.ny_tech_industry_main ul li.bg06{background: url(../images/ny_tech_industry_img06.jpg) no-repeat;}
.ny_tech_industry_main ul li.bg07{background: url(../images/ny_tech_industry_img07.jpg) no-repeat;}
.ny_tech_industry_main ul li.bg08{background: url(../images/ny_tech_industry_img08.jpg) no-repeat;}


/*内页高新企业认定 基本条件*/
.ny_tech_conditions_wrap{width:100%; height:590px; padding-top:10px; margin-top:35px;background: #f8f8f8;}

.ny_tech_conditions_main ul li{width:290px;height:410px; float: left;text-align: center;margin: 10px 5px;background: #fff;}
.ny_tech_conditions_main ul li:hover{-webkit-box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);}
.ny_tech_conditions_main .tit{ line-height: 35px; color:#333;font-size: 23px; padding:10px 0px;}
.ny_tech_conditions_main .txt{ width: 240px; height:200px; text-align:left;color:#999;margin: 0px auto;line-height: 26px;padding:15px 0px;}
.ny_tech_conditions_main ul li .item_list{ width:70px; height: 70px; text-align: center;display: inline-block;}

.ny_tech_conditions_main ul li .item_list .img{width: 70px; height: 70px; margin-top:30px;display: inline-block;background:url("../images/ny_tech_conditions_img.png") no-repeat center;}
.ny_tech_conditions_main ul li .item01 .img{background-position: 0px 0px;}
.ny_tech_conditions_main ul li .item02 .img{background-position: 0px -70px;}
.ny_tech_conditions_main ul li .item03 .img{background-position: 0px -140px;}
.ny_tech_conditions_main ul li .item04 .img{background-position: 0px -210px;}


/*内页专利申请 申请价值*/
.ny_patent_value_wrap{width:100%; height:630px; padding-top:10px;background: #f1f2f6;}
.ny_patent_value_main ul li a{width:290px;height:190px; float: left;text-align: left; padding:15px 20px;margin: 10px 5px;background: #fff;}
.ny_patent_value_main ul li a:hover{-webkit-box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);box-shadow:0 15px 30px rgba(0, 0, 0, 0.1);}
.ny_patent_value_main .tit{ line-height: 35px; color:#202020;font-size: 20px; padding:10px 0px 5px 0px;}
.ny_patent_value_main a .line{ display: block;width:30px;height: 1px; float:left;line-height: 1px; margin:0px auto ;background: #999;overflow: hidden;}
.ny_patent_value_main .txt{ width: 240px; font-size:16px; color:#969aa2;margin: 0px auto;line-height: 22px;padding:15px 0px; padding-bottom:20px;}
.ny_patent_value_main a .btn{ width:130px; margin:0px auto; text-align:center;color:#426ec0; background:#f2f4f8;padding:7px 15px;}
.ny_patent_value_main a:hover .btn{ color:#fff; background:#426ec0;}


/*内页专利申请 产品列表*/
.ny_patent_pro_wrap{width:100%; height:565px; padding-top:10px;background: #4c6ea2;}

.ny_patent_pro_main ul li a{width:270px;height:365px; float: left;text-align: center;margin: 10px 15px;background: #fff; border-radius:20px;}
.ny_patent_pro_main .tit{ line-height: 30px; color:#333;font-size: 20px; padding:10px 0px;}
.ny_patent_pro_main .txt{ width: 240px; height:90px; font-size:16px; color:#999;margin: 0px auto;line-height: 22px;padding:15px 0px; padding-bottom: 30px;}
.ny_patent_pro_main a .btn{ width:130px; margin:0px auto;color:#7597d1;border: 1px solid #7597d1; padding:7px 15px;}
.ny_patent_pro_main a:hover .btn{ color:#dc191c;border: 1px solid #dc191c;}
.ny_patent_pro_main ul li .item_list{ width:95px; height: 95px; text-align: center;display: inline-block;}

.ny_patent_pro_main ul li .item_list .img{width: 95px; height:95px; margin-top: 45px;display: inline-block;background:url("../images/ny_patent_pro_icon.png") no-repeat center;}
.ny_patent_pro_main ul li .item01 .img{background-position: 0px 0px;}
.ny_patent_pro_main ul li .item02 .img{background-position: 0px -95px;}
.ny_patent_pro_main ul li .item03 .img{background-position: 0px -190px;}
.ny_patent_pro_main ul li .item04 .img{background-position: 0px -285px;}


/*内页专利申请 流程*/
.ny_patent_path_wrap{width:100%;padding-top:10px; margin-top:35px;}
.ny_patent_path_main{ height:280px; background:url("../images/ny_patent_path_main_bg.png") 50px center no-repeat;}
.ny_patent_path_main ul li{width:220px;height:270px; float: left;text-align: center; margin-right:25px;}
.ny_patent_path_main ul li:last-child{ margin-right:0px;}
.ny_patent_path_main .tit{ line-height: 35px; color:#3c4858;font-size: 20px; padding-top:10px;}
.ny_patent_path_main .txt{color:#8492a6;margin: 0px auto;line-height: 26px;padding-top:10px;}
.ny_patent_path_main ul li .item_list{ width:85px; height: 85px; text-align: center;display: inline-block;}

.ny_patent_path_main ul li .item_list .img{width: 85px; height:85px; margin-top:30px;display: inline-block;background:url("../images/ny_patent_path_icon.png") no-repeat center;}
.ny_patent_path_main ul li .item01 .img{background-position: 0px 0px;}
.ny_patent_path_main ul li .item02 .img{background-position: 0px -85px;}
.ny_patent_path_main ul li .item03 .img{background-position: 0px -170px;}
.ny_patent_path_main ul li .item04 .img{background-position: 0px -255px;}
.ny_patent_path_main ul li .item05 .img{background-position: 0px -340px;}


/*内页关于我们*/
.ny_about_intro_main{ width:100%; float:left; margin:15px 0px 35px 0px;}
.ny_about_intro_main .fl{ padding-left:35px; padding-top:30px;}
.ny_about_intro_main .fr{ width:700px; padding-right:35px;}
.ny_about_intro_main .fr .tip{ padding-top:45px;}
.ny_about_intro_main .fr .tip i{ float:left;display: block;width:50px;height:1px;line-height:1px; background: #c8161d;overflow: hidden; margin-top:12px;}
.ny_about_intro_main .fr .tip span{font-size:18px; color:#c8161d; margin-left:10px;}
.ny_about_intro_main .fr .tit{font-size:24px; padding:25px 0px;}
.ny_about_intro_main .fr .con{ line-height:30px;}
.ny_about_intro_main .fr .con p{ text-indent:2em; padding-bottom:20px;}


/*内页企业文化*/
.ny_culture_wrap{width:100%; height:710px;float:left;background:#efefef;}
.ny_culture_main{width:100%;float:left;background:#fff}
.ny_culture_main ul li{float:left;width:25%}
.ny_culture_main ul li .pic{position:relative;width:100%;height:0;padding-top:88.333%;overflow:hidden}
.ny_culture_main ul li .pic img{position:absolute;top:0;left:0;width:100%;height:100%}
.ny_culture_main ul li .txt{position:relative;width:100%;height:0;padding-top:88.333%;overflow:hidden}
.ny_culture_main ul li .txt .inner{box-sizing:border-box;position:absolute;top:18%;left:0;width:100%;padding:0 30px;text-align:center}
.ny_culture_main ul li .txt h5{font-size:24px; padding-top:20px;}
.ny_culture_main ul li .txt h5:after{content:"";display:block;width:20px;height:3px;margin:12px auto 0;background-color:#d9171a}
.ny_culture_main ul li .txt p{margin-top:20px;color:#666}


/*内页产品列表*/
.pro_list_wrap{width:100%; float:left;min-height: 350px; background: #f0f2f5;}
.pro_list_main{width:100%;float: left;margin-top: 20px;margin-bottom: 30px;}
.pro_list_main ul li{width:290px; height: 390px; float: left;padding: 15px;margin:10px 5px 10px 5px; display: inline-block; background: #fff;transition:  all 0.3s;}
.pro_list_main ul li img{width:260px;height: 195px;}
.pro_list_main .tit{font-size: 18px;line-height:30px;padding-top:15px;padding-bottom: 5px; font-weight: bold;color: #333;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; display: -webkit-box;-webkit-line-clamp: 1;}
.pro_list_main .des{ height:22px;color: #999;padding-bottom: 10px;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; display: -webkit-box;-webkit-line-clamp: 1;}
.pro_list_main .line{ float:left;display: block;width:45px;height:1px;line-height:1px; background: #ccc;overflow: hidden; margin-top:10px;}

.pro_list_main .btn{font-size:16px; text-align:center; padding:0px 15px; margin-top:30px;}
.pro_list_main .btn a.view{color:#f73233; float:left;}
.pro_list_main .btn a.online{color:#105b99;}
.pro_list_main .btn a:hover{ text-decoration:underline;}
.pro_list_main .btn .line{width: 1px;height:17px;display: inline-block; margin:3px 0px 0px 15px;overflow: hidden;background: #e6e6e6;vertical-align:middle;}
.pro_list_main .btn i{width: 23px; height: 23px;display: inline-block; background:url(../images/index_ip_pro_btn.png) no-repeat;vertical-align: middle; margin-right: 5px;}
.pro_list_main .btn .view i{ background-position: 0px 0px; }
.pro_list_main .btn .online i{background-position: 0px -23px; }

.pro_list_main ul li:hover{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0);}


/*新闻列表页*/
.news_list_wrap{width:100%;min-height: 350px;float: left; padding-top:30px;padding-bottom: 30px; background: #f0f2f5;}
.news_list_main{width:100%;float: left;}
.news_list_main .fl{width:880px;padding: 20px 20px;padding-top: 0px; background: #fff;}
.news_list_main .fr{width:300px;padding: 20px 20px;padding-top: 0px; background: #fff;}

.news_cat_list{height: 50px; border-bottom: 1px solid #ccc;}
.news_cat_list ul li{float: left;}
.news_cat_list ul li a{font-size: 18px;font-weight: bold;line-height: 50px; display: inline-block; margin: 0px 10px;color: #333;}
.news_cat_list ul li:first-child a{margin-left: 0px;}
.news_cat_list ul li.current-menu-item a{color: #d42930;border-bottom: 1px solid #d42930;}
.news_cat_list ul li.current-menu-parent a{color: #d42930;border-bottom: 1px solid #d42930;}
.news_cat_list ul li a:hover{color: #d42930;border-bottom: 1px solid #d42930;}

.news_list01{margin:0px auto; display:table;}
.news_list01 dl{ width:100%; display:table; border-bottom:1px dotted #ccc; padding-bottom: 15px; margin:20px 0px;}
.news_list01 dl dt{ width:260px; height:156px; float:left;overflow:hidden;}
.news_list01 dl dt img{ width:260px; height:156px;overflow:hidden;}
.news_list01 dl dd{width:530px;float:left; margin-left:20px; }
.news_list01 dl dd h3{ max-height: 65px; -webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;font-size:20px; color:#333; line-height:30px; padding-top: 5px;}
.news_list01 dl a:hover h3{color: #ed2f2e;}
.news_list01 dl dd p{max-height: 65px;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 2; color:#999;font-size:16px; padding-top:10px; line-height: 22px;overflow:hidden;}
.news_list01 dl dd p a{ color:#999;}
.news_list01 dl dd span{ display:block; font-size:16px;color:#666;padding:10px 0px;}
.news_list01 dl a{display: inline-block;}
.news_list01 dl a:hover img{transform: scale(1.05);}
.news_list01 dl a img{transition: all .4s;}
.news_list01 dl a .more{ width: 100px; text-align: center; margin-top:5px; padding: 5px 3px; border: 1px solid #ccc; border-radius: 20px;}
.news_list01 dl a:hover .more{ border: 1px solid #ed2f2e; color: #ed2f2e; }

/* 新闻标签 */
.news_tag{padding: 20px 10px;}
.news_tag ul li a{border:1px solid #ccc; margin: 3px 5px;padding: 5px 7px; display: inline-block;}
.news_tag ul li a:hover{color: #ed2f2e;border:1px solid #ed2f2e; }


/*面包屑*/
.crumb{font-size:16px;color: #fff; padding:20px 0px 0px 60px;}
.crumb a{color: #fff;}
.crumb a:hover{text-decoration: underline;}

.crumb02{ color:#5a5a5a;padding-top: 15px;}
.crumb02 a{color:#5a5a5a;}
.crumb02 a:hover{text-decoration: underline;}


/*产品详细页*/
.pro_detail_wrap{width:100%;min-height: 350px;float: left;background: #f0f2f5;}

.pro_detail_wrap .crumb{ color:#5a5a5a;padding: 15px 0px;}
.pro_detail_wrap .crumb a{color:#5a5a5a;}
.pro_detail_wrap .crumb a:hover{text-decoration: underline;}

.pro_detail{width:100%; float: left; padding-top:0px; padding-bottom: 30px;}
.pro_detail .pro_info{width:1200px; height: 400px; background: #fff;margin: 0px auto; margin-bottom: 20px;}
.pro_detail .pro_info .fl{ width: 450px; height: 400px; float: left;margin: 30px 0px 0px 30px;}
.pro_detail .pro_info img{width: 450px;height: 338px;}
.pro_detail .pro_info .fr{ width: 660px; height: 400px;margin-right: 30px;float:right;}
.pro_detail .pro_info h3{font-size:26px; padding-top: 60px; padding-bottom: 10px; font-weight: 700;}
.pro_detail .pro_info p{font-size: 16px; line-height: 30px; color: #666;}
.pro_detail .pro_info p strong{color:#333;}

.pro_detail .price{padding: 20px 20px;margin: 10px 0px; background: #f6f6f6;}
.pro_detail .price label{color: #333;}
.pro_detail .price span:nth-child(2) {font-weight: bold;color: #ff6600;line-height: 25px;}
.pro_detail .price span:nth-child(3) {font-size:30px;font-weight: bold;color:#ff6600;line-height: 25px;}
.pro_detail .price span:nth-child(4) {font-weight: 500;color:#333;line-height: 25px; margin-left: 3px;}

.pro_detail .pro_contact{width:100%;float: left;margin:5px 0px;}
.pro_detail .pro_contact .tel{margin-bottom: 10px;}
.pro_detail .pro_contact p { color: #4d4d4d;float: left; width: 82px;line-height: 42px;margin-right: 24px; text-align: right;}
.pro_detail .pro_contact p span {color: #ff5b57;}
.pro_detail .pro_contact input { width: 378px;height: 40px;border: 1px solid #dedede;line-height: 40px;padding: 0 10px;color: #333;}
.pro_detail .pro_contact input::-webkit-input-placeholder{color: #ccc;}
.pro_detail .pro_contact input:-moz-placeholder{color: #ccc;}
.pro_detail .pro_contact input::-moz-placeholder{color: #ccc;}
.pro_detail .pro_contact input:-ms-input-placeholder{color: #ccc;}
.pro_detail .pro_contact input:focus{border: 1px solid #bbb;}

.pro_detail .pro_info .order_btn{ margin-top:30px;}
.pro_detail .pro_info .order_btn a{font-size: 16px; font-weight: bold;padding:12px 45px;margin-left: 20px;}
.pro_detail .pro_info .order_btn .btn01{border:1px solid #ff6900;background: #ff6900; color:#fff;}
.pro_detail .pro_info .order_btn .btn02{border:1px solid #ff6900;color:#ff6900;}
.pro_detail .pro_info .order_btn a.btn01:hover{color:#fff; background:#ed2f2e;}
.pro_detail .pro_info .order_btn a.btn02:hover{background:#ffe8e5;}

.pro_detail .down .fl{width:920px;}
.pro_detail .down .fr{width:260px;}
.pro_detail .pro_desc{width:100%;float: left;background: #fff;}
.pro_detail .pro_desc .box_tit{ color: #ff6900;font-size: 22px; line-height: 50px;padding: 0px 20px;font-weight: normal;}
.pro_detail .pro_desc .box_tit i{ display: block;width:90px;height: 2px;line-height: 2px; background: #ff6900;overflow: hidden;}
.pro_detail .pro_desc h3{font-size: 18px;font-weight: bold;padding: 10px 0px;}
.pro_detail .pro_desc_main{min-height: 300px;line-height:27px;font-size:16px;margin: 20px 20px; padding:20px 20px; border:1px solid #ccc;}
.pro_detail .pro_desc_main p{line-height:27px;}
.pro_detail .pro_desc_main strong{padding-bottom:5px;}
.pro_detail .down .fr .tit{height: 60px;padding-left: 30px;line-height: 60px;font-size: 20px; color: #ff6900;background: #fff;}
.pro_detail .recomand{width:100%;float: left;margin-top:10px; background: #fff;}
.pro_detail .recomand ul li{width: 100%; float: left;padding: 15px 10px;border-bottom: 1px dashed #e9e9e9;}
.pro_detail .recomand ul li a{float: left;}
.pro_detail .recomand ul li a img{width:80px;height: 60px; float: left;}
.pro_detail .recomand .box{width: 160px;float: right;}
.pro_detail .recomand h3{font-size: 16px;line-height: 18px;margin-top: 3px;padding-left: 8px;}
.pro_detail .recomand h3:hover{color: #ff6600;}
.pro_detail .recomand p{color: #999;margin-top: 5px;padding-left: 8px;}


/* 新闻详细页面 */
.news_detail .news_tit h1{width: 100%;margin: 0px auto;font-size:26px;color: #333; text-align:center;padding-top: 30px; padding-bottom:20px; border-bottom:1px dashed #999;}
.news_detail .news_tit p{ text-align:center; line-height:25px; padding:10px 0;}
.news_detail .news_tit span{ padding:0px 20px;}
.news_detail .news_tit span a{ color:#5a5a5a;}
.news_content{font-size: 16px; text-indent: 2em; padding-top: 15px; padding-bottom: 35px;}
.news_content p{font-size: 16px;text-indent: 2em;line-height:30px;}
.news_content img{ max-width:800px;padding:10px 15px;text-align:center;}
.pre_pages{border-top: 1px dashed #ccc; }
.pre_pages h4{padding:0px; margin:5px 0px;line-height:25px;}
.pre_pages h4 a:hover{ text-decoration:underline;}

.news_content h1{font-size:28px; margin:20px 0px;}
.news_content h2{font-size:24px; margin:12px 0px;}
.news_content ul li{ padding:10px 0px;list-style: disc outside;}

.news_content table{margin:20px auto;border-collapse:collapse;border:1px solid #333;  } 
.news_content table td{ border:1px solid #333; } 
.news_content table td p{text-indent: 0px; margin: 0px;text-align:center;}
.news_content table th p{text-indent: 0px; margin: 0px;}
.news_content table td img{border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none;}



/*内页栏目导航*/
.ny_nav_wrap{width:100%; height: 60px; border-bottom: 1px solid #ddd;margin-bottom: 10px;}
.ny_nav_list{display: table; margin: 0px auto;}
.ny_nav_list ul li{float: left;}
.ny_nav_list ul li a{font-size: 18px; color: #333;margin: 0px 30px; line-height: 60px; display: inline-block; border-bottom: 1px solid #ddd;}
.ny_nav_list ul li a:hover{color: #ed2f2e; border-bottom: 1px solid #ed2f2e;}
.ny_nav_list ul li.active a{color: #ed2f2e; font-weight: bold;border-bottom: 1px solid #ed2f2e;}
.ny_nav_list ul li.current-menu-item a{color: #ed2f2e;font-weight: bold;border-bottom: 1px solid #ed2f2e;}
.ny_nav_list ul li.current-menu-parent a{color: #ed2f2e;font-weight: bold;border-bottom: 1px solid #ed2f2e;}
.ny_nav_list ul li.current-post-parent a{color: #ed2f2e;font-weight: bold;border-bottom: 1px solid #ed2f2e;}

/*内页结构*/
.ny_wrap{width: 100%; min-height: 350px;float: left;padding-top: 30px;padding-bottom: 50px;}

/*内页在线留言*/
.contact_message{width:1000px; margin: 0px auto;}
.contact_message .desc{padding-bottom: 20px;}
.contact_message input {width: 100%;height: 58px;font-size: 16px; color: #333; line-height: 56px; border: 1px solid #ccc;padding: 0 20px; margin-bottom: 10px;}
.contact_message textarea { width: 100%; height: 250px;font-size: 16px; color: #333;font-family:"Microsoft YaHei";line-height: 30px; border: 1px solid #ccc; padding: 20px;}
.contact_message .submit {display: block; width: 320px; height: 76px; margin: 0 auto; margin-top: 10px; line-height: 76px;text-align: center; border: none;outline: 0; background: #ed2f2e;color: #fff; font-size: 20px; -webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.contact_message .submit:hover { background: #ff6900;}

/*内页联系我们*/
.ny_contact_wrap #allmap {width: 100%;height: 450px;overflow: hidden;margin:0;}
.ny_contact_wrap #l-map{height:450px;width:100%;float:left;border-right:2px solid #bcbcbc;}
.contact_txt{line-height: 26px;padding-top: 15px;}
.contact_txt p strong{font-size: 18px; display: inline-block; padding-bottom: 10px; }
.contact_txt p{line-height: 26px;}

/* 分页 */
.pagination_main{ min-width:330px;height: 45px;margin: 10px auto;}
.pagination_main a,.pagination_main span{width: auto;float:left; font-size: 16px;text-decoration: none; line-height: 35px; display: inline-block; margin: 0 15px;}
.pagination_main a.current{ padding: 2px 10px; background: #000; color: #fff;}
.pagination_main a:hover{text-decoration: underline;}

/* 右侧固定客服 */
.footer_fixed_kf{position: fixed;right:10px;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);width: 50px;z-index: 99;}
.footer_fixed_kf li{width: 50px;height: 50px;margin-bottom: 5px;position: relative;}
.footer_fixed_kf li span,.footer_fixed_kf li a{display: inline-block;width: 50px;height: 50px;border-radius: 50%;}

.footer_fixed_kf li.tel{overflow: hidden;}
.footer_fixed_kf li.tel{background:#d9171a; border-radius: 50%;}
.footer_fixed_kf li.tel span{width: 50px;height: 50px;background: url(../images/fixed_kf_tel_img.png) no-repeat center center;display: block;float: left;}
.footer_fixed_kf li.tel em{position: absolute;left:50px;top:0;height: 50px;line-height: 50px; font-size: 18px;font-weight: bold;color: #fff;width: 130px;white-space: nowrap;}
.footer_fixed_kf .tel:hover{width: 205px;background: #f1433c;border-radius: 50px;transform: translateX(-155px);-webkit-transform: translateX(-155px);}
.footer_fixed_kf .tel:hover em{font-style:normal;}

.footer_fixed_kf li.qq a{background:#d9171a url(../images/fixed_kf_qq_img.png) no-repeat center center;}
.footer_fixed_kf li.qq a:hover{background-color: rgba(241,67,60,1);}

.footer_fixed_kf li.weixin{overflow: hidden;}
.footer_fixed_kf li.weixin span{background:#d9171a url(../images/fixed_kf_wx_img.png) no-repeat center center;}
.footer_fixed_kf li.weixin em{position: absolute;left:-160px;padding-right: 25px;top:-70px;opacity: 0;}
.footer_fixed_kf li.weixin em img{width: 135px;height: 135px;}
.footer_fixed_kf li.weixin:hover{overflow: visible;}
.footer_fixed_kf li.weixin:hover span{background-color: rgba(241,67,60,1);}
.footer_fixed_kf li.weixin:hover em{opacity: 1;transform: translateX(0px);-webkit-transform: translateX(0px);}

.footer_fixed_kf li.go-top a{background:#d9171a url(../images/fixed_kf_top_img.png) no-repeat center center;}
.footer_fixed_kf li.go-top a:hover{background-color: rgba(241,67,60,1);}

/* 首页弹窗 */
.pop_bg{width: 350px;height:320px;position: fixed;display: none;z-index: 999;top:50%;left: 50%;margin-left: -130px;margin-top: -200px;box-sizing: border-box;animation: my_scale 0.5s;}
.pop{background:#fff;position: absolute; padding:10px 30px 30px 30px;top:50%;left: 50%;box-sizing: border-box;margin-left: -330px;margin-top: -200px;transition: transform 0.1s;-webkit-box-shadow:30px 75px 60px rgba(0, 0, 0, 0.2);box-shadow:30px 75px 60px rgba(0, 0, 0, 0.2);}
.close_pop{width:30px;height:30px;background: url(../images/pop_service_close.png) no-repeat center;float: right;margin-right: 17px;margin-top:20px;cursor: pointer;margin-bottom: 10px;}
.pop_bg .title {font-size: 32px;line-height: 40px;color:#333;font-weight:bold;}
.pop_bg .title span{font-size:18px; color:#999;}
.pop_bg .cont {width: 100%; margin-top: 10px; display: flex;justify-content: space-between; align-items: center;}
.pop_bg .cont .qrcode {width: 120px;}
.pop_bg .cont .qrcode img { width: 120px; height: 120px;}
.pop_bg .cont .qrcode p { text-align: center; font-size: 16px;line-height: 24px; margin-top: 6px;}
.pop_bg .cont .right { width: 390px; border-left: 1px solid #ddd; padding-left: 20px; margin-left:10px;}
.pop_bg .cont .right .desc { font-size: 16px;color:#666;}
.pop_bg .cont .right .tel { font-size: 50px; line-height: 44px; font-family: "impact"; color: #d9171a; margin-top: 5px;}
.pop_bg .cont .right .desc { font-size: 16px; margin-top:10px;}
.pop_bg .pop_kf_btn { display: block; width: 100%; height: 60px; line-height: 60px; font-size: 20px; text-align: center;margin-top:10px; background-color: #d9171a; color: #fff; border-radius: 4px;}
.pop_bg a:hover.pop_kf_btn {background:#f77720;}