@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: 1200px;margin: 0 auto;}

.header {
    position: fixed; 
    z-index: 50;
    top:0;
    left:0;
    width: 100%;
    height: 65px;
    background-color: #fff;-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 .link-log {
    margin: 8px 0 0 10px;
}
.header .toolbar {
    margin-left: 50px;
}
.header .toolbar li {margin: 22px 22px;display: inline-block;font-size: 16px;}
.header .toolbar a {color: #333; font-weight:bold;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}
.header .toolbar a:hover {color:#275dd8;}
.header .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;
}
.header .search-box input, .header .search-box button {font-size: 12px;border: none;background: transparent;}
.header .search-box button {
    position: absolute;
    top:0;right:0;
    width: 35px;height: 35px;float: right;
    background: url(../img/icon-search.png) no-repeat center;
}
.header .search-box.on {
    width: 250px; background-color:#FFF;
    border: 1px solid #ff0000;
}
.header .search-box.on button{
    background-image: url(../img/icon-search-red.png);
}
.fixedSubNav{ height:65px; padding-top:0px;}

#banner {
    height: 800px;
    width: 100%;
}
 
.main {position: relative;margin-top: 65px;}
#banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#banner .swiper-pagination-bullet {
    border-radius: 0;
    width: 26px;height: 4px;
}
#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: 20px;background: url(../img/arrow-down.png) no-repeat center top;-webkit-animation: arrowDown 1s infinite linear;cursor: pointer;}

.pub-1201 {
    width:92%;
    margin:0 auto;
    margin-top:2%;
}
.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: 19%;
    margin-right:1%;
    font-family: "微软雅黑";
    overflow:hidden;
    height: 380px; margin-bottom:20px;
    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.3);
    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: 300px;
    padding: 120px 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:180px 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(11, 93, 217, 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_4.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;}
.part-title { background:url(../img/icon_md.png) no-repeat center;
    text-align: center;
    font-size: 32px; letter-spacing:4px; font-weight:bold;
    line-height: 3;
}
.sub-title {
    text-align: center;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    line-height:1.5;letter-spacing:1px; margin-bottom:20px;
}
.part:nth-child(even) {
    background-color: #f6f6f6;
}


@-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);}
}

.i_case{width:100%; margin:0 auto; margin-top:4%;}
.i_case_title{width:100%; text-align:center; margin:0 auto;}
.i_case_title h1{width:100%; text-align:center; font-family:"微软雅黑"; color:#e60000; font-size:30px; padding-bottom:14px; font-weight:lighter; text-align:center; margin:0 auto;}
.i_case_title h1 em{padding-top:8px; width:100%; text-align:center; float:left; font-family:"微软雅黑"; color:#b2b2b3; font-style:normal; text-align:center; font-size:12px;}
.i_case_n{width:93%; margin:0 auto; margin-top:2%; }
.DtiasNv {max-width: 1200px; margin: 0px auto; margin-bottom: 20px;}
.DtiasNv{position:relative;}
.DtiasNv{ clear:both; line-height:32px; font-size:16px; text-align:center;}
.DtiasNv a{display:inline-block; color:#be0e29; font-family:"微软雅黑"; font-size:16px; margin:0px 25px;}
.DtiasNv a span{font-size:12px; display:inline-block; height:16px; line-height:16px; color:#fff; padding:0px 10px; border-radius:16px; background:#d2d1d1; position:relative; top:-2px; margin-left:5px;}
.DtiasNv a.curscs span{background:#ff0000;}
.DtiasNv a{color:#333;}
.DtiasNv a:hover{color:#ff0000;}
.DtiasNv a.curensQhs{color:#ff0000;}
.DtiasNv a.curensQhs span{background:#ff8e95;}
.DtiasNvDUN a{margin:0px 5px;}

.m2{width:100%; margin:0 auto; overflow:hidden; background:#ce0000;}

.isotope{padding-bottom:45px;}
.isotope ul {position: relative;}
.isotope .item {position: absolute;left:0;top:0;width: 23%; margin: 10px 1%; background-color:#fefefe;}
.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;}
.isotope .item img:hover {display: block; width: 100%; height: auto;  margin: 0;}
.isotope .item .title {display: block; background: url(../img/ico-2.png) 95% center no-repeat #fff; margin: 0;  padding: 0px 45px 15px 20px; font-size: 12px;  color: #999;}
.isotope .item .title-en {padding: 15px 0 0px 0; text-transform: uppercase; color: #333; font-size: 18px;}
.isotope .item h5 { font-weight: normal; font-family:"微软雅黑"; overflow: hidden; line-height: 25px; width: 100%; display: inline-block;}
.isotope .item:hover .title-en{color:#ff0000; font-weight:bold;}
.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%;}
.icon-box{position:absolute; top:0; left:0; background:none; width:100%; height:100%;}
.isotope .item:hover .icon-box{background:url(../img/j_img.png) no-repeat center center #000;  transition: background-color 0.4s;  background-color:rgba(0,0,0,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 {padding: 1rem;text-align: center}
.reason-item {width: 16%;height:271px; margin:0.3%;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);}
.sortable__nav li {display: inline-block;}

/*.reason-item:nth-child(1) {left:2%;}
.reason-item:nth-child(2) {left:33.33%;}
.reason-item:nth-child(3) {right:2%;}*/
.reason-item__header {width: 100%;height:220px;position: relative;overflow: hidden;}
.reason-item__header img { width:100%;position: absolute;top: 0px;left: 0px; z-index:10;}
.reason-item__header p{position: absolute;top: 145px;left: 0px;line-height:30px; font-size: 1.6rem; font-weight:bold; z-index:100; padding:10px;;background: rgba(255, 255, 255, 0.7); width:100%;}
.reason-item__header p span{ font-size:1.2rem; font-weight:normal;}
.reson-item__info {font-size: 1.4rem;color:#666;line-height: 2.2;margin:0 10px;color: #777777;display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp:1;    overflow: hidden;}
.reason-item__link {font-size: 1.2rem;margin-top: 10px;display: inline-block;}
.reason-item.active, .reason-item.swiper-slide-active {
    z-index: 2;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.reason-item_ws {width: 24%; margin:0.5%;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);}
.reason-item_ws.active, .reason-item_ws.swiper-slide-active {
    z-index: 2;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.reason_itemws_header{width: 100%;overflow: hidden; background: #296ac3; border-radius: 10px;}
.reason_itemws_header p{line-height:80px; text-align:center; font-size: 2.6rem; color:#FFF; font-weight:bold; z-index:100; margin:10px;width:100%;display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp:1;    overflow: hidden;}
.reason_itemws_header p span{ font-size:1.2rem; font-weight:normal;}
.reason_itemws_header_infor {font-size: 1.4rem; background:#f3f3f3;line-height: 2.2; padding:0 10px;color: #777777;display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp:3;    overflow: hidden;}
.reason_itemws.active, .reason_itemws.swiper-slide-active {
    z-index: 2;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pc{display: block; }
.mobile{display: none;}

#blog_sel{ margin: 20px 0;height:40px; line-height:40px; padding-bottom:28px; text-align:center;}
.blog_sel a{ color:#0b5dd9; font-size:18px; font-family:"微软雅黑"; font-weight:bold; width:auto; padding:0 5px 5px;margin: 0 20px;}
.blog_sel a.blog_on{ color:#ff0000; border-bottom: 2px solid #ff0000;}
#blog_sel {text-align: center;}

.law-news .news-list {
    overflow: hidden;
    line-height: 1.8;
}
.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:#666;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.6rem; padding-left:10px;}
.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;
}
.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;
}
 .link-formore:hover {
    background-color: #ff0000;border: 1px solid #ff0000;
    color:#fff;
}

.i_case_n .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;
}
.i_case_n .link-formore:hover {
    background-color: #ff0000;border: 1px solid #ff0000;
    color:#fff;
}
.law-contact {
    /*background: url(../img/11.jpg) no-repeat bottom;*/
background: url('../img/11.jpg') no-repeat;
        background-size: auto 100% ;
    height: 455px;
}
.follow-qr {
    font-size: 1.8rem; color:#000;
    margin-top: 30px;
}


.Anli_1201 {
    width:92%;
    margin:0 auto;
    margin-top:2%;
    padding-bottom:50px;
}
.part-lm {overflow: hidden;}
.part-lm .item .new-list {font-size:1.6rem;line-height: 2.25;padding: .7em 0;}
.part-lm .item .new-list .text:hover{ text-decoration:underline;}
.part-lm .item .new-list span{ font-size:14px; color:#c0c0c0;}
.part-lm .new-list li {overflow: hidden;padding: 0 .5em;}

.part-lm .item-s {width:32.333%;float: left; margin-right: 1%}
.part-lm .item-s .item-title { background:#073763;color:#fff;font-size:1.8rem; font-weight:bold; text-align:center; height:85px; line-height:85px;border-radius: 10px;}
.part-lm .item-s .item-title a{color:#fff; display:block;}
.part-lm .item-s .item-title a:hover{ text-decoration:underline;}
.part-lm .item-s:nth-child(2n) .item-title{ background:#296aa1;}
.part-lm .item-s:nth-child(3n) .item-title{ background:#7fc4ee;}
.part-lm .item-s li p.text{overflow: hidden;float: left;width: 90%;text-overflow: ellipsis;white-space: nowrap;}

.footer {
    width: 100%;
    background-color: #395cad;
    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{font-weight:bold;}
.footer a:hover {color:#ff0000}
.friend-link {
    border-bottom: 1px solid #6b80b0;
    line-height: 33px;
}
.friend-link a {margin-left: 10px; font-weight:normal;}
.footer-nav {border-bottom: 1px solid #6b80b0;line-height: 45px;text-align: center;}
.footer-nav .item {margin: 0 35px;font-size: 1.6rem;}
.footer .company-info {
    height: 150px;
}
.footer .logo-link {margin-top: 45px;display: inline-block}
.footer .qr-box {margin-top: 45px;width: 465px;}
.footer .qr-box>.fl {
    width: 50%;
    line-height: 2;
}
.footer .qr-box img {margin-right: 18px;}
.footer .qr-box span {padding-top: 10px;float: left}
.copyright {
    text-align: center;
   
    line-height: 50px;
}
.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: #ff0000;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: #ff0000;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 { font-size:1.6rem; font-weight:bold;
    max-width: 440px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
/*.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: #fff;height: 50px;padding-top:0px; border-bottom:none;}
	.mfixedSubNav{background-color:rgba(0,112,204,0.65);}
    .header .logo-link{height: 60%;margin-top: 11px;margin: 10px 0 0 10px;}
	.arrowDown{bottom:10px;}
    .icon-zoom {
        position: absolute;
        top: 12px;right: 45px;
        width: 30px;height: 30px;
        background: url(../img/icon-zoom-2.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: #0b5dd9;
        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(0,112,204,0.95);
        border: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        right: 0;
        z-index: 20;
        width: 35%;
    }
    .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: #fff;
        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: #fff;
        padding: 0 30px;
        color: #fff;
        font-size: 15px;
        line-height: 3.5;
        position: relative;
        z-index: 2;
        text-align:center;
    }
    .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:#414141;}
    #banner {height: 66vw;}
    #banner .swiper-pagination {bottom: 50px;}
    .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 {
        font-size: 2.8rem; line-height:3;
    }
    .part {padding: 10px 0;}
    .sub-title {line-height: 1.5; }
	.mbott40 { margin-bottom:40px}
    .pub-1201 ul li {
        width: 49%;
        height: 200px;
        margin-bottom: 0.6%;
    }
    .pub-1201 ul li .box-5 div {
        padding-top: 55px;
        height: 65px;
    }
    .pub-1201 ul li .box-5 h2 {
        font-size: 18px;
    }
    .pub-1201 ul li .box-5 div img {
        width: 55px;
        height: 55px;
    }
	.reason_itemws_header p{font-size: 2.0rem;margin:0;}
    .isotope .item {width: 100%;}
    .isotope .item .cont {border: none;margin-bottom: 10px;}
    .reason-con {height: 500px;}
    .reason-item {height: 252px !important;width:49%;}
    .blog_sel a{ margin:0 4px;}
	#blog_sel{ padding-bottom:0px;}
    .law-news .news-list .item {width: auto;margin-right: 10px;margin-bottom: 0;float: none;}
    .law-news .swiper-container-horizontal {padding-bottom: 40px;}
    .law-news .news-list .txt {flex: 1;max-width: none;}
    .law-news .news-list .news-title {display: flex;}
    .law-news .news-list .time {width: 100px;vertical-align: bottom;}
    .law-news .news-list .news-summary {margin-right: 10px;}
    .law-news .swiper-pagination-bullet-active {background-color: #e6444d;}
    .law-news .link-formore {border: none;width: 10em;line-height: 40px;height: 40px;margin-top: 10px;background-color: #0b5dd9;color:#fff;font-size: 1.6rem;}
    .law-contact {height: 40.5rem;padding: 0 0 40px 0;background-size:auto 100% ;}
    .friend-link {
        text-align: center;line-height: 2;
        padding: 10px 0;
    }
    .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;
    }
	.part-lm .item-s {width:100%;float:none; margin-right:0;}
    .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: 85px;}
	.reason-item_ws{ width:47%;margin: 1.5%;}
    .reason-item__header img {
       
    }
    .reson-item__info {
        padding: 10px 10px;
        margin: 0;
        line-height: 2.6;

        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: 185px;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: #ff0000;
        text-align: center;
    }
	.mfixedSubso{ background-color:rgba(0,112,204,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;
    }
}

@media (max-width: 560px) {
.reson-item__info {
        line-height: 1.6;
    }


}











