@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; font-size:1.4rem;
}

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%;
    -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-color: #222222; color:#fff; font-size:14px;}
.header .top_hy .top_R{ padding:0 15px; color:#c5c5c5; margin-left:20px;}
.header .top_icon{ background: url(../img/icon_xia.png) no-repeat right;}
.header .link-log {margin: 24px 0 0 0px;}

.header .top_dh{background-color: rgba(255, 255, 255, 0.6);}
.top-bar__drop a{ color:#c5c5c5;}

.header .zt_tel a{margin: 27px 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:70px; padding-top:0px;}
.fixedSubNav .top_hy{ display:none;}
.fixedSubNav .top_nav{height:70px;    }
.fixedSubNav .link-log, .fixedSubNav .nav-list_item{margin: 14px 0 0 0px;line-height:43px; height:43px;  }
.nav_tj{position:absolute;}
.fixedSubNav .nav-list_item.has-subNav>a:before{margin-top: 18px;}

.fixedSubNav .zt_tel a{margin: 17px 0 0 0px;}
.fixedSubNav .subNav-drop{ margin-top:0;background-color: rgba(255, 255, 255,1);}

.fixedSubNav .top_dh {background-color: rgba(206, 206, 206,1);}
.header_nav-list { padding-right:15px;}
.nav-list_item {
    float: left;
    line-height: 90px;
    font-size: 1.6rem;
    text-align: center;
}

.nav-list_item i {
    top: 30px;
    right: 2px;
    width: 6px;
    height: 6px;
    background: #fc5531;
    border-radius: 8px;
    color: #fff;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.fixedSubNav .nav-list_item i {top: 8px;}
.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: 0 0.8rem;position: relative;}
.nav-list_item>a:hover {color:#0073b9;}
.nav-list_item.has-subNav>a:before {
    content: '';
    position: absolute;
    width: 11px;height: 7px;
    margin-top: 42px;
    margin-right: 0px;
    right:0;
    background: url(../img/icon-arrow-down.png) no-repeat center;
}
.subNav-drop {
    position: absolute;background-color: rgba(255, 255, 255,0.6);
    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: 25px;
    padding-bottom: 25px;
    padding-right: 30px;
    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 #222222;}
.subNav_left H3{background: url(../img/icon_nav_0.png) no-repeat 430px;  border-bottom:1px solid #222222;-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.6rem; 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:#696969; 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:#999999;text-indent: 0; font-size:1.6rem;-webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;}
.subNav_left a:hover{color:#cb333b;}


.subNav_left2{width:400px;color:#848484; font-size:1.6rem;text-align: left;line-height: 2.6rem;float: left; margin-left:50px;}
.subNav_left2 H3{color:#999999; font-size:1.6rem; font-weight:bold;margin-bottom:10px;}
.subNav_left2 .jshao{ font-size:1.4rem;}
.subNav_left2 a{color:#fff;text-indent: 0; font-size:1.6rem;-webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;}
.subNav_left2 a:hover{color:#cb333b;}

.subNav_left3{width:224px;text-align: left;line-height: 3rem;float:right; }
.subNav_left3 H3{color:#999999; font-size:1.6rem; 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: 600px;
    width: 100%;
}
.main {position: relative; margin-top:37px;}
#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: 25px;}
#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:#1c7dd8;
}
.hot-recommend a {color:#fff;margin: 0 10px; font-size:14px;}
.hot-recommend a:hover { text-decoration:underline;}
.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}

.part {padding: 40px 0;}
.About_L{ float:left; width:560px;}

.part-title { color:#afafaf;text-transform:uppercase; font-size:18px;line-height: 2。2; letter-spacing:2px; }

.sub_title_s{ font-size:24px; line-height:30px; color:#000; }
.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_nr{ font-size:1.6rem; color:#333;line-height:26px; padding:35px 0;}
.sub_tu{ text-align:center; margin:35px 0;}
.pro_box{ padding:35px 0;}
.About_L .more a{ color:#de5621; font-size:14px; text-decoration:underline;}
.About_L .more a:hover{color:#1c7dd8;}
.pro_title .tit_L{ font-size:24px; line-height:30px; color:#000; float:left; }
.pro_title .tit_L m{font-size:1.6rem;color: #999999; text-transform: uppercase; padding:0 10px;}
.pro_title .tit_L:after{content: '';position: relative;display: block;margin:10px 0;width: 30px;height: 4px;background: #01458e;}
.pro_title .tit_R{ float:right;}
.pro_title .tit_R a{ font-size:1.4rem; padding:0 20px;}
.pro_title .tit_R a:hover{ color:#034790; text-decoration:underline;}
.pro_title .tit_R .more{ color:#e07e15; border:1px solid #f9c791; padding:5px 10px; font-weight:bold;}
.pro_title .tit_R .more:hover{border:1px solid #afd8ff; text-decoration:none;}

.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_box{ background:#f3f3f3;}




.isotope{padding-bottom:45px;}
.isotope .item {width: 23%; float:left; margin: 10px 1%; background-color:#fefefe; padding-bottom:20px;}
.isotope  .tj{width: 14.6%;}
.isotope .item .cont {display: block;  overflow: hidden; }
.trans {-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease;}
.isotope .item .cont > div {overflow: hidden; position:relative;}
.isotope .item img {display: block; /*width: 100%; height: auto; margin:0 20px;*/  }
.isotope .item img:hover {display: block; width: 100%; height: auto;  margin:0 20px;}

.isotope .item .title-en { color: #333; font-size: 1.6rem;line-height: 2.4rem;}
.isotope .item .name{text-transform: uppercase; padding-left:15px;color:#de5621; font-weight:bold; font-size:1.6rem;}
.isotope .item h5 { padding-left:15px;line-height:2.4rem; margin-bottom:7px;font-weight:bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.isotope .item:hover .title-en{color:#000000; padding-left:15px;}
.isotope .item .f_name{ font-size:1.4rem; color:#727272;padding-left:15px;}
.isotope .item:hover img {-webkit-transform-origin: center center;  -webkit-transform: scale(1.05, 1.05); -moz-transform-origin: center center; -moz-transform: scale(1.05, 1.05);}
.isotope .item:hover .title {background-color: transparent; background:url(../img/ico-2.png) 95% center no-repeat #ffffff; color: #666666;}
.img-box{position:relative; width:100%; height:100%; text-align:center;}
.icon-box{position:absolute; top:0; left:0; background:none; width:100%; height:100%; text-align:center;}
.isotope .item:hover .icon-box{background:url(../img/j_img.png) no-repeat center center #000;  transition: background-color 0.4s;  background-color:rgba(28,125,216,0.65); -webkit-tap-highlight-color: rgba(0,0,0,0); border: 1px solid rgba(255,255,255,0.3); cursor:pointer; width:100%; height:100%; }
.reason-con {overflow: hidden;height: 600px;position: relative;padding: 1rem;text-align: center}
.reason-item {
    position: absolute;
    top:1rem;
    z-index: 1;
    width: 33.33%;height: 570px;
    float: left;
    background-color: #fff;
    -webkit-transition: transform .35s;
    -moz-transition: transform .35s;
    -ms-transition: transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
}


/*.part:nth-child(even) {
    background-color: #f6f6f6;
}
*/



.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%; background-color: #1c7dd8;color:#fff;font-size: 1.4rem;}
.footer a {
    color:#fff; 
    -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:#fff; text-decoration:underline;}
.friend-link { background:#fff; color:#333;line-height: 75px;}
.friend-link a {margin-left: 10px; color:#333;font-weight:normal;}
.friend-link a:hover{ color:#1c7dd8;}
.footer-nav {border-top: 1px solid #fff;line-height: 45px;text-align: center;}
.footer-nav .item {margin: 0 10px;font-size: 1.4rem;}

.footer_first{float: left;width: 33%;line-height: 24px; margin:20px 0;}
.footer_first .tit_ico1{ background:url(../img/tel.png) left no-repeat; padding-left:20px;}
.footer_first .tit_ico2{ background:url(../img/wz.png) left no-repeat; padding-left:20px;}

.footer h1 {font-size: 16px;color: #fff;line-height: 32px;}




.footerall .a_first {font-size: 16px; font-weight:bold;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; }



.copyright {text-align: center;border-top: 1px solid #54595c;line-height:23px; padding:20px 0; background:#333333;}
.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;}
.law-news .news-list {
    overflow: hidden;
    line-height: 1.8;
}
.law-news .news-list{ margin:20px 0;}
.law-news .news-list .item {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
}
.law-news .news-list .item:nth-child(even) {
    margin-right: 0;
}
.law-news .news-list .news-title {
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.law-news .news-list .dot {
    width: 4px;
    height:4px;
    background-color:#a5a5a5;
    vertical-align: sub;
    margin: 12px 10px;
}
.law-news .news-list .news-summary {
    color:#777;margin-left: 20px;font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-left: 5px;
}
.law-news .news-list .time {color:#666;font-size: 1.4rem;}
.law-news .news-list a:hover {color:#ff0000}
.law-news .news-list .item {height: 108px;overflow: hidden; margin-bottom:20px;}
.law-news .link-formore {
    width: 220px;line-height: 45px;
    font-size: 1.8rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #c3181a;
    display: block;
    margin: 60px auto 20px;
    color:#ff0000;
    opacity: .85;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
.law-news .link-formore:hover {
    background-color: #ff0000;
    color:#fff;
}
.law-news .link-formore {
    width: 220px;line-height: 45px;
    font-size: 1.8rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #666;
    display: block;
    margin: 60px auto 20px;
    color:#666;
    opacity: .85;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
.law-news .link-formore:hover {
    background-color: #ff0000;border: 1px solid #ff0000;
    color:#fff;
}



/*.width-1700 {width: 1700px;}*/
@media (max-width: 1400px) {
	.pub-1201{ padding-bottom:50px;}
	.pub-1201 ul li{ height:370px;}
}
@media (max-width: 1030px) {
	#xskt-banner {width: 100%;}
    .pc {display: none;}
    .mobile {display: block;}
    body {min-width: 0;}
    .page-width {width:96vw; padding-bottom:0px;}
    .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;}
#banner {height: 18rem;}
.isotope .item {width: 99%; float:none;}
.sub_tu{ margin-bottom:0px;}
#banner .swiper-pagination-bullets {bottom: 10px;}
#xskt-banner_mobile .swiper-pagination-bullet {width: 26px;height: 4px;background-color: #fff;opacity: .58;border-radius: 0;margin: 0 3px; margin-bottom:20px;}
#xskt-banner_mobile, .banner-box-card {width: 96vw;background-size: 100%;}
#xskt-banner_mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #e70c17;}
#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: 22px;}
    .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;}

	
	.About_L { width:100%; float:none; text-align:center;}	
	.sub_nr {font-size: 1.3rem;line-height: 25px;padding: 13px 0}

    .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_first .tit_ico1{background: url(../img/tel.png) center top no-repeat;    padding-left: 0; padding-top:20px;}
	.footer_first .tit_ico2{background: url(../img/wz.png) center top no-repeat;    padding-left: 0; padding-top:20px;}
    .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;}
    .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;
    }


}
