@charset "utf-8";
/* 初始化 */
*{outline: none;}
*:before, *:after {box-sizing: border-box;}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {margin: 0;	padding: 0;}

img, fieldset {border: 0;}

/* set image max width to 100% */
img {max-width: 100%;height: auto;width: auto\9;} /* \9 在IE6/IE7/IE8/IE9/IE10下生效 */

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* disable webkit text size adjust (for iPhone) */
html {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 62.5%;
    /*font-family: 'regular',"Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;*/
    font-family: regular;
}

input[type=search] {-webkit-appearance: none;outline: none;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {display: none;}

body{
    background:#fff;width:100%;min-width:1200px;margin:0 auto;padding:0;font-family: "Microsoft YaHei","微软雅黑",tahoma,arial,"Hiragino Sans GB",sans-serif;
    /*-webkit-font-smoothing: antialiased;*/
    text-rendering: optimizeLegibility;
    color:#333;
}

ul,ol,li{list-style:none;}

/* 默认链接颜色 */
a:link {color:#333; text-decoration:none;}      /* unvisited link */
a:visited {color:#333;text-decoration:none;}  /* visited link */
a:hover {color:#333;text-decoration:none;}  /* mouse over link */
a:active {color:#333;text-decoration:none;}  /* selected link */

.fl {float: left;}
.fr {float: right;}

/* 通用属性 */
.cl{clear:both;}
.hidden {display: none;}
em {font-style: normal;}
textarea {outline: none;}
.page-width {width:100%;margin: 0 auto;max-width: 1200px; }

.header {
    position: fixed; 
    z-index: 50;
    top:0;
    left:0;
    width: 100%;
    background-color: #dfdfdf;-webkit-transition: height .15s;
    -moz-transition: height .15s;
    -ms-transition: height .15s;
    -o-transition: height .15s;
    transition: height .15s;

	-webkit-transition: padding-top .15s;
    -moz-transition: padding-top .15s;
    -ms-transition: padding-top .15s;
    -o-transition: padding-top .15s;
    transition: padding-top .15s;
}
.header .top_hy{ height:37px; line-height:37px; background:#282828;  color:#c5c5c5; font-size:14px;}
.header .top_hy .top_R{ color:#c5c5c5;}
.header .top_hy .top_R a{ color:#868686; margin-left:20px;}
.header .top_hy .top_R a:hover{ text-decoration:underline;}
.header .top_icon{ background: url(../img/icon_xia.png) no-repeat right;}
.header .link-log {margin: 24px 0 0 0px;}

.top-bar__drop a{ color:#c5c5c5;}

.header .zt_tel a{margin: 30px 0 0 0px; width:85px; height:35px; line-height:35px; padding-left:40px; border-radius:3px; background:#cd595f url(../img/icon_zt_tel.png) 16px  no-repeat; display:block; color:#fff; -webkit-transition: background .25s;
    -moz-transition: background .25s;
    -ms-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s; }
.header .zt_tel a:hover{background:#cb333b url(../img/icon_zt_tel.png) 16px  no-repeat;}
.header .top_nav{ height:90px;}


.header .toolbar {margin-left: 50px;}
.header .toolbar li {margin:35px 20px;display: inline-block;font-size: 17px;}
.header .toolbar a {color: #c5c5c5; 
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}
.header .toolbar a:hover {color:#cb333b;}

.fixedSubNav{ height:60px; padding-top:0px;background: rgba(255, 255, 255, 0.85);}
.fixedSubNav .top_hy{ display:none;}
.fixedSubNav .top_nav{height:60px; }
.fixedSubNav .link-log img{max-width: 86%;}
.fixedSubNav .link-log { margin:10px 0 10px 0px;}
.fixedSubNav .nav-list_item{ margin:0 0 0 0px;line-height: 60px;}
.fixedSubNav .nav-list_item.has-subNav>a:before { margin-top: 26px;}

.fixedSubNav .zt_tel a{margin: 17px 0 0 0px;}
.fixedSubNav .nav-list_item>a{padding: 0rem 1.3rem;}

.header-nav_nav {}
.header_nav-list { padding-right:15px;}
.nav-list_item {/*margin: 23px 0px;*/
    float: left;
    line-height: 45px;
    font-size: 1.6rem; 
    text-align: center;
}

.header-nav_nav { border-top:#FFF 1px solid;
    background-color: #cd001d;
    height: 44px;
}
.nav-list_item>a {color: #333; -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;display: block;padding: 2.5rem 1.3rem;position: relative; }
.has-subNav>a{ font-weight:bold;}
.has-subNav-i>a{ font-weight:bold;}
.nav-list_item>a:hover {color:#0075c2;}
.nav-list_item.has-subNav>a:before {
    content: '';
    position: absolute;
    width: 11px;height: 7px;
    margin-top: 19px;
    margin-right: 0px;
    right:0;
    background: url(../img/icon-arrow-down.png) no-repeat center;
}
.subNav-drop {
    position: absolute;background: rgba(51, 51, 51, 0.85);
    width: 100%;
    left:0;
    z-index: 5;
    display: none;
}
.nav-list_item.has-subNav:hover .subNav-drop {display: block;}
.subNav-drop_wrap {
    width: 1200px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left:0px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    font-size: 1.5rem;
}

.subNav_left {min-width:470px;text-align: left;line-height: 3rem;float: left; padding-right:50px;border-right: 1px solid #979797;}
.subNav_left H3{background: url(../img/icon_nav_0.png) no-repeat 430px;  border-bottom:1px solid #979797;-ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition: all 0.4s, width 0.2s linear 0.4s, text-indent 0.3s linear 0.4s;
  -o-transition: all 0.4s, width 0.2s linear 0.4s, text-indent 0.3s linear 0.4s;
  -webkit-transition: all 0.4s, width 0.2s linear, text-indent 0.3s linear;
  -webkit-transition-delay: 0s, 0.4s, 0.4s;
  -webkit-transition: all 0.4s, width 0.2s linear 0.4s, text-indent 0.3s linear 0.4s;
          transition: all 0.4s, width 0.2s linear 0.4s, text-indent 0.3s linear 0.4s;}
.subNav_left H3:hover{background: url(../img/icon_nav_0.png) no-repeat 440px;}
.subNav_left H3{color:#999999; font-size:1.5rem; font-weight:bold;text-indent: 0;}
.subNav_left H3:hover{color:#cb333b;}
.subNav_left H3 a{color:#fff;text-indent: 0; font-size:1.6rem;line-height:46px;}
.subNav_left H3 a:hover{color:#cb333b;}

.subNav_left m{ font-size:1.2rem; color:#e0e0e0; letter-spacing:4px; display:block; margin-bottom:5px;}
  
  
  
.subNav_left p{background: url(../img/icon_nav_1.png) no-repeat 430px;-ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition: all 0.4s, width 0.2s linear 0.4s, text-indent 0.3s linear 0.4s;
  -o-transition: all 0.4s, width 0.2s linear 0.4s, text-indent 0.3s linear 0.4s;
  -webkit-transition: all 0.4s, width 0.2s linear, text-indent 0.3s linear;
  -webkit-transition-delay: 0s, 0.4s, 0.4s;
  -webkit-transition: all 0.4s, width 0.2s linear 0.4s, text-indent 0.3s linear 0.4s;
          transition: all 0.4s, width 0.2s linear 0.4s, text-indent 0.3s linear 0.4s;}
.subNav_left p:hover{background: url(../img/icon_nav_1.png) no-repeat 440px;}
.subNav_left a{color:#fff;text-indent: 0; font-size:1.5rem;-webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;}
.subNav_left a:hover{color:#0075c2;}


.subNav_left2{width:400px;color:#e0e0e0; font-size:1.5rem;text-align: left;line-height: 2.6rem;float: left; margin-left:50px;}
.subNav_left2 H3{color:#fff; font-size:1.5rem; font-weight:bold;margin-bottom:10px;}
.subNav_left2 .jshao{ font-size:1.4rem; }
.subNav_left2 a{color:#fff;text-indent: 0; font-size:1.5rem;-webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;}
.subNav_left2 a:hover{color:#0075c2;}

.subNav_left3{width:224px;text-align: left;line-height: 3rem;float:right; }
.subNav_left3 H3{color:#fff; font-size:1.5rem; font-weight:bold;margin-bottom:10px; }
.subNav_left3 .tuijian{width:200px;padding-left:15px; height:75px;color:#fff; padding-top:60px;}
.subNav_left3 .tu1{background: url(../img/nav1_tj.png) no-repeat; }
.subNav_left3 .tu2{background: url(../img/nav1_tj2.png) no-repeat; }
.subNav_left3 .tu3{background: url(../img/nav1_tj3.png) no-repeat; }
.subNav_left3 .tu4{background: url(../img/nav1_tj4.png) no-repeat; }
.subNav_left3 .tu5{background: url(../img/nav1_tj5.png) no-repeat; }
.subNav_left3 .tuijian a{ color:#fff; font-weight:bold; }
.subNav_left3 .tuijian a:hover{ text-decoration:underline;}

.cpss{ font-size:14px; font-weight:bold; color:#0084d4;}
.search-box {
    position: relative;
    background-color: #efefef;
    width: 200px;height: 35px;line-height: 35px;
    padding: 0 15px;
    margin-top: 16px;
    -webkit-transition: width .25s;
    -moz-transition: width .25s;
    -ms-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
    border: 1px solid transparent;color:#9c9c9c;
}
.search-box input, .search-box button {font-size: 12px;border: none;background: transparent;}
.search-box button {position: absolute;top:0;right:0;width: 35px;height: 35px;float: right;background: url(../img/icon-search.png) no-repeat center;}
.search-box .bg{background: url(../img/icon-search-red.png) no-repeat center;}
.pro_so .search-box{background-color: #fff;}
.pro_so .qb{padding: 15px 15px;}
.pro_so .qb{ font-size:14px; font-weight:bold; color:#000;height:43px; line-height:43px; display:block; text-decoration:underline;}
.pro_so .qb:hover{ color:#0075c2;}

.search-box.on {
    width: 250px; background-color:#FFF;
    border: 1px solid #c6c6c6;
}
.search-box.on button{
    background-image: url(../img/icon-search-red.png);
}


#banner {
    height: 650px;
    width: 100%;
}
.main {position: relative;margin-top: 128px;}
#banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#banner_ny .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.float-telphone {
    position: absolute;top:0;right: 0;z-index: 40;
    background:rgba(230, 68, 77, 0.5);
    color:#fff;
    font-size: 21px;text-align: center;
    line-height: 40px;
}
.float-telphone .icon-telphone {
    background: rgba(255, 0, 0, 0.5)  url("../img/icon-telphone.png") no-repeat center;
    width: 40px;height: 40px;
    float: left;
}
.float-telphone .text {padding: 0 20px;}
#banner .swiper-pagination-bullet {
    width: 16px;height: 16px;border-radius:8px;
}
#banner .swiper-pagination-bullets {bottom: 120px;}
#banner .swiper-button-prev {left: calc(33% - 580px);opacity:0.4;-moz-opacity:0.4;filter:alpha(opacity=40); -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;}
#banner .swiper-button-next {right: calc(33% - 580px);opacity:0.4;-moz-opacity:0.4;filter:alpha(opacity=40); -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;}
#banner .swiper-button-prev:hover , #banner .swiper-button-next:hover{opacity:1;-moz-opacity:1;filter:alpha(opacity=100);}

.arrowDown{position: absolute;left:0;bottom:50px;width: 100%;text-align: center;z-index: 51;}
.arrowDown i{display: inline-block;width: 34px;height: 40px;background: url(../img/arrow-down.png) no-repeat center top;-webkit-animation: arrowDown 1s infinite linear;cursor: pointer;}

.hot-recommend {line-height: 70px;height: 70px;font-size: 1.2rem;overflow: hidden; background:#fff;
}
.hot-recommend a {color:#848484;margin: 0 10px; font-size:14px;}
.hot-recommend a:hover {color:#0075c2;}
.hot-recommend .label { padding-left:33px; background:url(../img/hot.png) left center no-repeat;color:#333333;font-size: 1.6rem;float: left;}
.recommend-list {margin-left: 80px;color:#848484;}
.scroll-wrap {overflow-x: scroll;}
.hot-recommend .slideul2 li {float: left}

@-webkit-keyframes arrowDown {
    0% {-webkit-transform: translate(0,0);}
    25%{ -webkit-transform: translate(0,6px);}
    50% {-webkit-transform: translate(0,0); }
    75%{ -webkit-transform: translate(0, -6px);}
    100% {-webkit-transform: translate(0,0);}
}



.pub-1201 {
    width:92%;
    margin:0 auto;
    margin-top:2%;
    padding-bottom:100px;
}
.pub-1201 h1 {
    text-align: center;
    font-family: "微软雅黑";
    font-size: 28px; color:#333333;
}
.pub-1201 > p {
    text-align: center;
    line-height: 24px;
    margin:0 auto;
    margin-top: 22px;
    margin-bottom: 28px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #767676;
}
.pub-1201 ul {
    overflow: hidden;
}
.pub-1201 ul li {
    transition: all 0.2s;
    position: relative;
    float: left;
    width: 24.4%;
    margin-right:0.6%;
    font-family: "微软雅黑";
    overflow:hidden;
    height: 480px;
    color: #fff;
}
.pub-1201 ul li a{ color:#FFF;}
.pub-1201 ul li .box-5 {
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.77);
    height: 480px;
}
.pub-1201 ul li .box-6 {
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.3)!important;
    height: 480px;
}
.pub-1201 ul li .box-5 div {
    transition: all 0.2s;
    position: relative;
    z-index: 2;
    text-align: center;
    height: 95px;
    padding-top: 125px;
}
.pub-1201 ul li .box-5 h2 {
    transition: all 0.2s;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}
.pub-1201 ul li .box-5 p {
    transition: all 0.5s;
    cursor:pointer;
    position: absolute;
    z-index: 1;
    top: 0px;
    padding: 215px 5%;
    width:91%;
    text-align:center;
    height:100%;
    font-size: 14px;
    line-height: 24px;
}
.pub-1201 ul li .box-5 div.bg {
    transition: all 0.5s;
    cursor:pointer;
    position: absolute;
    z-index: 1;
    top: 480px;
    padding: 215px 5%;
    width:91%;
    text-align:center;
    height:100%;
    font-size: 14px;
    line-height: 24px;
}
.pub-1201 ul li:hover .box-5 div.bg {
    transition: all 0.2s;
    z-index:99999;
    cursor:pointer;
    position: absolute;
    top: 30px;
    padding: 215px 5%;
    width:91%;
    text-align:center;
    height:100%;
    font-size: 14px;
    line-height: 24px;
}

.pub-1201 ul li:hover{cursor:pointer;}
.pub-1201 ul li:hover .box-5 p {
    transition: all 0.2s;
    cursor:pointer;
    position: absolute;
    z-index: 1;
    top: 0px;
    padding: 215px 5%;
    width:91%;
    text-align:center;
    height:100%;
    font-size: 14px;
    background: rgba(255, 0, 0, 0.9);
    line-height: 24px;
}
.pub-1201 ul li:hover .box-5 {
    background: none;
}
.pub-1201 ul li:hover .box-5 div {
    padding-top: 20%;
}
.pub-1201 ul li:hover .box-5 h2 {
    margin-top: -10px;
}
.pub-1201 ul li:hover .box-5 p {
    top: 0px;
}
.pub-1201 ul li:nth-of-type(1) {
    background-image: url("../img/index.jpg");
    background-size:100% auto;
}
.pub-1201 ul li:nth-of-type(2) {
    background: url("../img/index_img_2.jpg") center;
    background-size:100% auto;
}
.pub-1201 ul li:nth-of-type(3) {
    background: url("../img/index_img_3.jpg") center;
    background-size:100% auto;
}
.pub-1201 ul li:nth-of-type(4) {
    background: url("../img/index_img_4.jpg") center;
    background-size:100% auto;
}
.part {padding: 40px 0;background: url('../img/index_img_4.jpg') no-repeat;}
.about_bg{background: url("../img/about_bg.jpg") #f5f5f5 center top;}
.part-title { color:#999999;font-family: "Microsoft Yi Baiti",tahoma,arial,"Hiragino Sans GB",sans-serif; text-transform:uppercase; font-weight: lighter;
    text-align: center;
    font-size: 50px;letter-spacing:3px;
    line-height: 1.5;
}
.sub-title {font-family: "Microsoft Yi Baiti",tahoma,arial,"Hiragino Sans GB",sans-serif;
    text-align: center;
    font-size: 34px;
    color: #999999;
    text-transform: uppercase;
    line-height:1.2;letter-spacing:7px; margin-bottom:10px;
}
.sub_title_s{ font-size:21px; line-height:60px; color:#0084d4;text-align: center; font-weight:bold; }
.sub_nr{ font-size:14px; color:#666666; text-align:center;line-height:25px;}
.sub_tu{ text-align:center; margin:35px 0;}

.yz_sz{ margin-top: 55px;}
.yz_sz li{ width:25%; float:left;box-sizing: border-box;position: relative;display: inline-block;transition:all 0.5s;}
.yz_sz li:last-child{ border-left: 0;padding-right: 0; }
.yz_sz li em{display:block;text-align: center;}
.yz_sz li b{display:inline-block;font-size:5.4rem;font-weight:700;color:#333333;line-height:1;transition: all 0.5s;}
.yz_sz li sup{display:inline-block;font-size:26px;color:#333333;line-height:100%;vertical-align:1px;font-weight: normal;transition: all 0.5s;}
.yz_sz li span{display:block;font-size:20px;color:#666666;line-height:100%;text-align:center;margin-top:12px;opacity: 0.73;}
.yz_sz li:hover{ transform:translateY(-5px);}

.about_bg .link-formore {
    width: 220px;line-height: 45px;
    font-size: 1.8rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #333333;
    display: block;
    margin: 60px auto 60px;
    color:#333333;
    opacity: .85;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
.about_bg .link-formore:hover {border: 1px solid #c43139;
    background-color: #c43139;
    color:#fff;
}
.about_bg .link-formore a{display:block;line-height: 45px; height:45px;}
.about_bg .link-formore a:hover{color:#fff; }

.pro_Nav_bg{width: 100%;background:url(../img/banner_cp.jpg) no-repeat center;height: 44rem;background-size: cover;text-align: center;}
.pro_Nav_bg .T1 {font-size: 3.9rem;color:#f9f9f9;opacity: 0.5;padding: 8rem 0 3rem; line-height:7rem; letter-spacing:36px;}
.pro_Nav_bg .T2{ font-size:2.6rem; line-height:8rem; color:#f9f9f9;}
.pro_Nav_bg .T2 a{color:#f9f9f9; padding:0 2rem;}
.pro_Nav_bg .T2 a:hover{color:#f9f9f9; text-decoration:underline;}

.pro_list{ background:#e8e9eb; padding-top:50px;}
.pro_list_L{width:250px; float:left;}
.pro_list_R{width:900px;float:right; }

.ny_n_tit0{ font-size:18px; font-weight:bold; height:30px; line-height:30px; color:#000; background:url(../img/icon_Pro_1.png) right no-repeat;}
.ny_n_tit{ font-size:20px; color:#000000; line-height:40px; height:40px; margin-top:40px;font-weight:bold;}
.pro_list_L ul{ padding-top:10px; border-bottom:1px #656565 solid;}
.pro_list_L .pro_nav_d{ margin-bottom:5px; padding-left:30px; font-size:18px; color:#656565; background:url(../img/icon_pro_dot1.png) left no-repeat; border-bottom:1px #656565 solid;border-top:1px #656565 solid;}
.pro_list_L .pro_nav_d:hover{background:url(../img/icon_pro_dot1_h.png) left no-repeat; }
.pro_list_L ul li{height:40px; line-height:40px; }

.pro_list_L .pro_nav_d a{color:#cb333b; font-weight:bold;}
.pro_list_L .pro_nav_d a:hover{color:#de0010;}

.pro_list_L .pro_nav_s a{color:#000000;}
.pro_list_L .pro_nav_s a:hover{color:#333;}

.pro_list_L .pro_nav_s{ margin-left:10px; padding-left:20px; font-size:16px; color:#656565; background:url(../img/icon_pro_dot2.png) left no-repeat;}
.pro_list_L .pro_nav_s:hover{background:url(../img/icon_pro_dot2_h.png) left no-repeat; }
.pro_list_L .pro_nav_s m{ font-size:12px; float:right; color:#656565}


.pro_list_R .ny_n_tit{ font-size:30px; font-weight:bold; color:#000; }
.pro_list_R .ny_n_tit_m{ font-size:14px; color:#555555; letter-spacing:2px; padding-left:20px;}

.pro_tel{ height:95px; background:#cb333b; margin-top:25px; color:#ffffff; padding:25px;}
.pro_tel .T_1{font-size:16px; font-weight:bold; line-height:40px;}
.pro_tel .T_2{font-size:20px;font-style:italic;}


.device-list_n {overflow: hidden; padding:20px;}


.device-list_n .item {float: left;width: 28.2%;margin-right: 3.571%;margin-bottom: 20px;font-size:2rem; line-height:2.2rem; background:#fff; position:relative;box-shadow: 0 0 20px 0 rgba(0,0,0,.2);border-radius: 18px;overflow: hidden;-webkit-transition: .25s all; 
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all; padding:10px;}
.device-list_n .item:hover {box-shadow: 0 0 20px 0 rgba(0,0,0,.5);}


.device-list_n .item .pro_New{position:absolute; left:18px; font-size:12px; background:#999999;top:18px; z-index:9; width:40px; height:18px; line-height:18px; text-align:center; color:#fff;}
.device-list_n .item:nth-child(3n) {margin-right: 0;}
.device-list_n .item .img-box {width: 100%;}
.device-list_n .item .img-box img{width: 100%;height: 100%;vertical-align: middle;}
.device-list_n .item .name{ color:#de0010; padding-left:15px;font-weight:bold;}
.device-list_n .item .js{  padding-left:15px;line-height:3.8rem; margin-bottom:12px;font-weight:bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}

.device-list_n .item .cs1{ padding-left:15px;font-size:14px; color:#a9a9a9; line-height:2.2rem;height:2.2rem;}
.device-list_n .item .cs2{ padding-left:15px;font-size:14px; color:#000000;line-height:2.2rem; height:2.2rem; margin-bottom:5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}



/*.part:nth-child(even) {
    background-color: #f6f6f6;
}
*/

.News_box{width: 100%;background:url(../img/News_bg.jpg) no-repeat center;height: 78.5rem;background-size: cover;}
.News_tit{ padding:40px 0;}
.News_tit .part-title {text-align: center;font-size: 34px; font-weight:bold;line-height: 3;color: #fff;}
.News_tit .sub-title {text-align: center;font-size: 14px;color: #fff;line-height:1.5;letter-spacing:5px; margin-bottom:20px;}
.News_left{width: 39.66666667%;position: relative;}
.News_left .News_tu{ width:476px; height:355px;overflow: hidden;position: relative;display: block;z-index:0;}
.News_left .bg {position: absolute;z-index:9;height: 97px;bottom: 0;background-color: rgba(0, 0, 0, 0.7);width: 100%;}
	
.News_left.el {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.News_left .bg_left {font-size: 15px;color: #fff; height:97px;overflow: hidden;line-height:30px;padding-left: 4%; padding-top:20px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; width:70%;}
.News_left .bg_right {width: 26%;height: 100%;background-color: #c43139;opacity: 1;right: 0;text-align: center;}
.News_left a{ color:#FFF;}
.News_left .bg_right span {font-size: 30px;color: #fff;line-height: 30px;text-align:center; display:block; padding-top:18px;}
.News_left .bg_right m{ font-size:18px;}

.News_right{ width: 60.33333333%;float: left;background:#e8e8e8;height:355px;}
.News_right ul li{ width:40%; padding:4% 5%; float:left;}
.News_right ul li a:hover{ text-decoration:underline; color:#c43139;}
.News_right .tit { font-size:1.6rem; font-weight:bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden; line-height:4rem}
.News_right .time{font-size:1.2rem; color:#666666; line-height:2.6rem;}
.News_right .txt { font-size:1.4rem;color:#666666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.News_box .link-formore {
    width: 220px;line-height: 45px;
    font-size: 1.8rem;
    text-align: center;
    border: 1px solid #fff;
    display: block;
    margin: 60px auto 20px;
    color:#fff;
    opacity: .85;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
.News_box .link-formore a{color:#fff;}
.News_box .link-formore:hover {border: 1px solid #c43139;background-color: #c43139;color:#fff;}

.Case_tit{ padding:40px 0;}
.Case_tit .part-title {text-align: center;font-size: 34px; font-weight:bold;line-height: 3;color: #373d41;}
.Case_tit .sub-title {text-align: center;font-size: 14px;color: #666666;line-height:1.5;letter-spacing:5px; margin-bottom:20px;}


.gywm-swiper {}
.gywm-swiper .Case_L{ width:50%; height:320px;}
.gywm-swiper .Case_R{ width:50%; background:#e8e8e8;height:320px;}
.gywm-swiper .img-box{overflow: hidden;}
.gywm-swiper .Case_R a:hover{ color:#0075c2;}
.gywm-swiper .img-box img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.gywm-swiper .swiper-slide:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.gywm-swiper .swiper-slide {/*padding: 5px;width: 300px;height: 280px;*/}
.gywm-swiper .tit{ font-size:3rem; color:#333333;line-height: 1.8; padding-left:4rem; padding-top:50px;}
.gywm-swiper .txt{padding: 1rem 0; font-size:1.4rem; color:#666;line-height: 1.8;padding-left:40px;}
.gywm-swiper .swiper-button-prev, .gywm-swiper .swiper-button-next {
    width:3rem;height: 7rem;
    text-align: center;line-height: 7rem;
    font-size: 3rem;
    background-size: auto;
    top:253px;
}
.gywm-swiper .swiper-button-prev {left:53%;}
.gywm-swiper .swiper-button-next {left:56%;}


.pc{display: block; }
.mobile{display: none;}


.footer {
    width: 100%; padding-bottom:60px;
    background-color: #363c40;
    color:#9b9ea0;
    font-size: 1.4rem;
   
}
.footer a {
    color:#9b9ea0; 
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
.footer-nav a{}
.footer a:hover {color:#0075c2}
.friend-link {
    border-bottom: 1px solid #54595c;
    line-height: 75px;
}
.friend-link a {margin-left: 10px; font-weight:normal;}
.footer-nav {border-bottom: 1px solid #54595c;line-height: 45px;text-align: center;}
.footer-nav .item {margin: 0 10px;font-size: 1.4rem;}

.footer_first { margin-left:20px;
    line-height: 24px;
}
.footer_first, .footer_second, .footer_third, .footer_fourth {
    float: left;
    color: #8d8d8e;
    width: 425px;
    margin-right: 57px;
    line-height: 24px;
}
.footer_second{ width: 400px;}
.footer_third {margin-right: 0px;width: 240px;margin: 27px 0px;}
.footer_third .wx{ line-height:50px;}
.footer h1 {
    font-size: 16px;
    color: #cac9c9;
    line-height: 32px;
    border-bottom: 1px solid #3f4143;
    margin: 10px 0px;
    padding: 10px 0px;
}



.footerall .footer_first .ljxq_btn {
    font-family: "宋体"; font-size:12px; padding:3px 5px;
    
    color: #8D8D8E;
    height: 20px;
    line-height: 20px;
    width: 90px;
    margin: 12px 0px;
    text-align: center;
    border: 1px solid #8D8D8E;
    border-radius: 12px;
    -moz-radius: 12px;
    -webkit-radius: 12px;
    -ms-radius: 12px;
}
.footerall .footer_first .ljxq_btn:hover {
    color: #0075c2;
    border: 1px solid #0075c2;
}
.footerall .a_first {font-size: 16px; font-weight:bold;color: #CAC9C9;line-height: 32px;}
.footerall .title{ margin-bottom:5px;}
.footerall .footer_second ul{ width:50%; float:left;}
.footerall .footer_second ul li.title {display: block;width: 100%;}
.footerall .footer_second ul li {float: left;width: 100%;overflow: hidden;}
.footerall .footer_second ul li a {display: block;text-align: left;line-height: 26px; }
.footerall a:hover{ text-decoration:underline; color:#0075c2;}


.copyright {text-align: center;border-top: 1px solid #54595c;line-height:23px; padding:20px 0}
.input-wrap {
    position: fixed;
    height: 50px;width: 100%;
    bottom:0;
   background:rgba(0,0,0,0.65);
    padding: 10px 0;
    text-align: center;
    z-index: 10; display:none;
}
.fixedSubTel{ display:block;}
.input-wrap a {color:#fff;}
.input-wrap .hot-line {text-align: center;margin: 0 10px;color:#ffff;font-size: 1.8rem; font-weight:bold;background-color: #de0010;width: 398px;line-height: 50px;border-radius: 50px;float: left}
.input-wrap .hot-line .tel{ float:left; height:30px; width:30px; margin:10px 0 0 20px;}
.input-wrap .hot-line .tel img{height: 30px;}
.input-wrap .hot-line m{ font-weight:normal; font-size:14px;}
.input-wrap .input {height: 50px;margin: 0 10px;background-color: #fff;font-size: 1.8rem;text-align: left;width: 130px;padding: 0 30px;line-height: 50px;border-radius: 50px;float: left;border: none;}
.input-wrap .commit-btn{margin: 0 10px;color:#fff;cursor: pointer;background-color: #de0010;font-size: 1.8rem;text-align: center;line-height: 50px;border-radius: 50px;float: left;border: none;width: 120px;opacity: 1;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;}
.input-wrap .commit-btn:hover {opacity:.8;}

.law-news .news-list .txt {
    max-width: 440px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

#xskt-banner {width: 59rem;}
.banner-box-card {width: 59rem;height:27rem;display: block;background-repeat: no-repeat;}

#xskt-banner .swiper-pagination-bullet {width: .6rem;}
#xskt-banner .swiper-pagination-bullet, #banner-mobile .swiper-pagination-bullet, #xskt-banner .swiper-pagination-bullet, #xskt-banner_mobile .swiper-pagination-bullet {
    width: 26px;
    height: 4px;
    background-color: #fff;
    opacity: .58;
    border-radius: 0;
    margin: 0 3px
}
#xskt-banner.swiper-container-horizontal>.swiper-pagination-bullets, #xskt-banner .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:20px;}
#xskt-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #e70c17;}
/*.width-1700 {width: 1700px;}*/
@media (max-width: 1400px) {
	.pub-1201{ padding-bottom:50px;}
	.pub-1201 ul li{ height:370px;}
}
@media (max-width: 1030px) {
    .pc {display: none;}
    .mobile {display: block;}
    body {min-width: 0;}
    .page-width {width:96vw;}
    .header {position: fixed;top:0;width: 100%;left:0;z-index: 10;background-color: #111111;height: 50px;padding-top:0px; border-bottom:none;}
	.mfixedSubNav{background-color:rgba(17,17,17,0.65);}
    .header .logo-link{height: 60%;margin-top: 11px;margin: 10px 0 0 10px;}
	.arrowDown{bottom:10px;}
	.arrowDown i {width: 21px;}
.banner-box-card {height:19rem;}
.sub_nr {
    font-size: 1.3rem;
    line-height: 25px;}
#xskt-banner_mobile .swiper-pagination-bullet {width: 26px;height: 4px;background-color: #fff;opacity: .58;border-radius: 0;margin: 0 3px;}
#xskt-banner_mobile, .banner-box-card {width: 100vw;background-size: 106%;}
	#banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;}
    .icon-zoom {
        position: absolute;
        top: 12px;right: 45px;
        width: 30px;height: 30px;
        background: url(../img/icon-zoom.png) no-repeat center;
        background-size: 20px;
        display: inline-block;
    }
    .open-menu {
        width: 25px;
        color: #fff;
        position: absolute;
        top: 19px;
        right: 10px;
        z-index: 5;
    }
    .open-menu .navicon-bar {
        width: 24px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 0 0 4px 0;
        border-radius: 3px;
    }
    .mobile-nav {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background-color:rgba(234,235,238,1);
        border: 0; border-left:1px solid #de0010;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        right: 0;
        z-index: 20;
        width: 50%;
    }
    .mobile-nav.active {
        -webkit-transform: translate(-100%,0);
        -moz-transform: translate(-100%,0);
        -ms-transform: translate(-100%,0);
        -o-transform: translate(-100%,0);
        transform: translate(-100%,0);
    }
    .close-menu {
        position: absolute;
        z-index: 5;
        display: block;
        text-align: right;
        padding: 20px 20px 0 20px;
        padding-right: 20px;
        right:0;
        height: 50px;
    }
    .close-menu .navicon-bar {
        width: 25px;
        height: 3px;
        background-color: #2c2c2c;
        display: inline-block;
        margin: 0 0 4px 0;
    }
    .close-menu .navicon-bar:first-of-type {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        left: 29px;
    }
    .close-menu .navicon-bar:last-of-type {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mobile-nav_list a{
        display: block;
        color: #2c2c2c;margin: 0 4%;
		/*text-align:center;*/
		padding-left:15px;
        font-size: 15px;
        line-height: 3.0;
        position: relative; border-bottom:1px solid #b4b6b8;
        z-index: 2;
        
 }
/*   	.mobile-nav_list li:nth-child(5),.mobile-nav_list li:nth-child(9),.mobile-nav_list li:nth-child(13),.mobile-nav_list li:nth-child(18) { margin-bottom:50px;}
		.mobile-nav_list li:nth-child(6) a,.mobile-nav_list li:nth-child(10) a,.mobile-nav_list li:nth-child(14) a ,.mobile-nav_list li:nth-child(19) a {border-top:1px solid #b4b6b8;}*/
    .mobile-nav_list .nav2 a{ margin-top:0px; padding-left:40px; line-height:30px;}
    .mobile-nav_list {
        margin-top: 50px;
        overflow: auto;
        height: calc(100vh - 50px);
        padding-bottom: 30px;
    }
	.mobile-nav_list .on{ background:#de0010; color:#fff;padding-left:23px;}
	.mobile-nav_list .tel{ background:url(../img/icon-telphone.png) no-repeat 7rem;}
	.mobile-nav_list .wx{background:url(../img/wx.png) no-repeat 3rem;}
    #banner_ny {height: 165vw;}
    #banner_ny .swiper-pagination {bottom: 50px;}
	.swiper-pagination-bullet{width: 16px;height: 16px;}
    .main {margin-top: 50px;}
    .pub-1201 {
        margin: 0 auto;
        margin-top: 4%;
        padding-bottom: 30px;
    }
    .pub-1201 ul li:hover .box-5 div.bg {
        padding: 127px 5%;
        font-size: 13px;
    }
    .blog_Rtime {
        width: 78px;
        height: 52px;
    }
    .blog_list li a{
        border:0;
    }
    .part-title { padding-top:20px;font-size: 2.8rem; line-height:1;letter-spacing: 0px;}
	.yz_sz li{ width:50%; margin-bottom:50px;}
	.yz_sz li b {font-size: 4.4rem;}
	.about_bg .link-formore{margin: 30px auto 30px;}
	.pro_Nav_bg .T1 {font-size: 2.5rem;letter-spacing:5px;}
	.pro_Nav_bg .T2 {font-size: 1.6rem;}
	.pro_list_L { display:none;}
	.pro_list_R { width:100%; float:none;}
	.pro_list_R span{width:100%; text-align:center; display:block;}
	.device-list_n .item  {width: 96%;margin-right:0; padding:0px; margin:2%; padding-bottom:10px;}
	.device-list_n {padding:0; padding-bottom:4rem;}
	.search-box {width: 92%;}
	.pro_list {padding-top: 7px;}
	.pro_list_R .ny_n_tit_m{ padding-left:0px; margin:10px 0;}
	.pro_so .qb { width:100%;padding: 0 0; text-align:center; font-size:2rem; height:7rem; line-height:7rem;}
	.device-list_n .item {    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);}
		
	.News_box{ height:auto; padding-bottom:20px;}
	.News_left{ width:100%;}
	.News_left .News_tu{ width:100%;}
	.News_right { width:100%; height:auto;}
	.News_left .News_tu { height:auto;}
	.News_right ul li{ width:88%;padding: 4% 6%; float:none;}
	
	.sub_nr{ padding:0 15px;}
	
  
    .sub-title {line-height: 1.5; }
	
    .friend-link {
        text-align: center;line-height: 2;
        padding: 10px 0;
    }
	
	.gywm-swiper .Case_L{ width:100%; height:auto;}
	.gywm-swiper .Case_R{ width:100%;height:auto;padding: 5rem 0rem;}
	.gywm-swiper .tit{padding: 0 2rem; text-align:center;}
	.gywm-swiper .txt{text-align:center;padding-left: 0; padding:0 20px;}
	.gywm-swiper .swiper-button-prev{ display:none;}
	.gywm-swiper .swiper-button-next{display:none;}
	
    .friend-link .label{display: block;}
    .friend-link a, .footer-nav .item {position: relative;margin: 0 5px;white-space: nowrap;}
    .footer-nav .item:after {
        content: '|';
        position: absolute;
        right:-10px;
    }
    .footer-nav .item:last-child:after {display: none;}
    .footer-nav{line-height: 1.8;padding: 10px 0;}
    .footer-nav .item {margin: 0 9px;font-size: 1.4rem;}
    .footer .logo-link {width: 80vw;display: block;margin: 15px auto 10px;}
    .footer .qr-box {width: 100%;font-size: 1.2rem;margin-top: 5px;}
    .footer .qr-box img {width: 30%;margin-right: 10px;}
    .footer .qr-box span {padding-top: 3px;}
    .input-wrap .hot-line {display: block;width: auto;float: none;line-height: 50px;text-align: center;}
    .input-wrap {height: 50px; background:none;}
    .copyright {line-height: 1.8;}
    .footer {padding-bottom: 46px;}
    .reason-item__header img {
        height: 35%;
        margin-bottom: 5px;
        margin-top: 25px;
    }
    .reson-item__info {
        padding: 30px 10px;
        margin: 0;
        line-height: 2.6;
        height: 230px;
        overflow: hidden;
    }
    .reason-item.active .reason-item__link, .reason-item.swiper-slide-active .reason-item__link {
        color: #ff0000;
    }
    .swiper-container.reason-swiper {
        padding: 0;
        width: 100vw;
        margin-left: -3vw;
        margin-top: 10px;
    }
    .reason-item__header {height: 110px;padding: 0;font-size: 1.8rem;}
    .follow-qr {margin-top: 10px;}
    .law-news-siwper .swiper-slide {margin-top: 30px;}
    .reason-item:nth-child(2), .reason-item:nth-child(1), .reason-item:nth-child(3) {
        left: 0;
    }
	.input-wrap .hot-line .tel{ width:34px}
	
	.header-drop-box {position: fixed;width: 100%;top: 50px;z-index: 5;    }
    .header-drop-box.open-search .nav_search-box{display: block;}
    .header-drop-box.open-nav .top-nav{display: block;}
    .nav_search-box {
        position: relative;
        z-index: 5;
        width: 100%;
        top:0;left:0;
        border: none;
        overflow: hidden;
        display: none;
        background-color: #111111;
        text-align: center;
    }
	.mfixedSubso{ background-color:rgba(17,17,17,0.65);}
    .nav_search-box input {
	width: calc(100% - 85px);
	height: 45px;
	border: none;
	border-radius: 0;
	margin: 20px 10px;
	padding: 0 16px;
	font-size: 1.4rem;
    }
    .nav_search-box .btn-search {
        position: absolute;
        right:20px;
        top:13px;
        width: 20px;height: 20px;
        background: #fff url(../img/icon-zoom-2.png) no-repeat center;
        background-size: 15px;
        border: none;
        opacity: .5;
    }
	
	.footer_first, .footer_second, .footer_third, .footer_fourth{ width:100%; margin-right: 0;margin-left: 0; text-align:center;}
	.footerall .footer_second ul li a{ text-align:center;}
}

@media (max-width: 560px) {
.reson-item__info {
        line-height: 1.6;
    }


}
