@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;}
.pc {display: block;}
.mobile {display: none;}
.page-width {width: 1200px;margin: 0 auto;}
.header {
    position: fixed;
    z-index: 50;
    top:0;
    left:0;background:rgba(255, 255, 255, 0.8);
    width:90%; padding:0 5%; padding-top:25px;
    height:80px;
   
    -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 .toolbar li {margin: 22px 22px;display: inline-block;font-size: 18px;}
.header .toolbar a {color: #333333;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}
.header .toolbar a:hover {color: #ff0000; }
.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 red;
}
.header .search-box.on button{
    background-image: url(../img/icon-search-red.png);
}
.fixedSubNav{ height:76px; background:rgba(255, 255, 255, 0.8);padding-top: 5px;}

#banner {
    height: 650px;
    width: 100%;
}
.main {position: relative;}
#banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.float-telphone {
    position: absolute;top:0;right: 0;z-index: 40;
    background-color: #ff0000;
    color:#fff;
    font-size: 21px;text-align: center;
    line-height: 40px;
}
.float-telphone .icon-telphone {
    background: #c3181a url("../img/icon-telphone.png") no-repeat center;
    width: 40px;height: 40px;
    float: left;
}
.float-telphone .text {padding: 0 20px;}
#banner .swiper-pagination-bullet {
    border-radius: 0; background:#c93036;
    width:16px;height: 16px;border-radius: 10px;
}

#banner .swiper-pagination-bullets {bottom:80px;}
#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;}
.yw_bg .link-formore {
    width: 220px;line-height: 45px;
    font-size: 1.8rem;
    text-align: center;
    background-color: #fff;
    display: block;
    margin:30px auto 80px;
    color:#de1f27;
    opacity: .85;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
.yw_bg .link-formore:hover {
    background-color: #fff;
    color:#de1f27; opacity: 1;
}
.pub-1201 {
    width:92%;
    margin:0 auto;
    margin-top:2%;
    padding-bottom:50px;
}
.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: 32.4%;
    margin-right:0.6%;
    font-family: "微软雅黑";
    overflow:hidden;
    height:260px;
    color: #fff;
}
.pub-1201 ul li:nth-child(3n) {margin-right: 0;}
.pub-1201 ul li a{ color:#FFF;}
.pub-1201 ul li .box-5 {
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.37);
    height: 260px;
}
.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: 76px;
    padding-top: 76px;
}
.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:130px 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: 260px;
    padding: 115px 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: 155px 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: 115px 5%;
    width:91%;
    text-align:center;
    height:100%;
    font-size: 14px;
    background: rgba(234, 19, 22, 0.9);
    line-height: 24px;
}
.pub-1201 ul li:hover .box-5 {
    background: none;
}
.pub-1201 ul li:hover .box-5 div {
    padding-top: 15%;
}
.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;}
.part-News_r{ width:920px; float:right; text-align:right; padding-top:40px;}
.part-News_r a{ padding-left:40px; font-size:14px;}
.part-News_r a:hover{ color:#e8432e; text-decoration:underline;}
.jqbj_line{ width:270px; float:left;}
.jqbj_line:before{content: '';position: relative;display: block;  width:28px;height: 1px;    background: #b8b8b8;}
.sub-title_R {font-size: 30px;color: #000000;text-transform: uppercase;line-height:30px;letter-spacing:1px; margin-top:20px; }
.part-title_R {font-size:20px;line-height:34px;color: #000000;}

.jqbj_line_bo{}
.jqbj_line_bo:before{content: '';position: relative;display: block;  width:28px;height: 1px;    background: #b8b8b8;}

.part-jcsp .part-content {position: relative}
.part-jcsp .swiper-button-next, .part-jcsp .swiper-button-prev {background-size: 15px;top:35%;}
#videoBanner {width: 1070px;height: 158px;margin-top: 27px;text-align: center;color:#666;}

.mt{ padding-top:50px; margin-top:20px;}
.part-title {text-align: center;font-size: 32px; color: #fff;line-height: 3; background:url(../img/business.png) no-repeat center; }
.sub-title { padding:20px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height:2;letter-spacing:1px; margin-bottom:20px;
}
.part:nth-child(even) {
    background-color: #f6f6f6;
}

.device-list {overflow: hidden;}
.device-list .item {float: left;width: 23.5%;margin-right: 1.8%;margin-bottom: 30px;}
.device-list .item:nth-child(4n) {margin-right: 0;}
.device-list .item .img-box {width: 100%;height: 200px;}
.device-list .item .img-box img{width: 100%;height: 100%;vertical-align: middle;}
.device-list .item .name{width: 100%;line-height: 2.6;background: #333333;color:#fff;text-align: center;font-size: 16px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.device-list .item:hover .name{background: #999999;}


.News_right{height:420px; margin-top:20px;}
.News_right img{ float:left; padding-right:10px; height:155px;}
.News_right ul li{ width:46%; margin:1% 1%; padding:1% 1%; float:left; background:#f4f4f4;display:block; }

.News_right ul li:hover{background:#e4202a;display:block;  color:#fff;opacity: .85;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    -ms-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;}
.News_right ul li a:hover{color:#fff;}
.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 li .tit:hover{ text-decoration:underline;  color:#fff;}
.News_right .time{font-size:1.2rem;line-height:2.6rem;}
.News_right .txt { font-size:1.4rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}


.yw_bg{background:url(../img/yw_bg.jpg) no-repeat ;}
.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:#ff0000;}
.DtiasNvDUN a{margin:0px 5px;}

.m2{width:100%; margin:0 auto; overflow:hidden; background:#ce0000;}

.law-news .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;
}
.footer {
    width: 100%;
    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 a:hover{ color:#de1f27;}
.friend-link {
    border-bottom: 1px solid #54595c;
    line-height: 75px;
}
.friend-link a {margin-left: 10px; font-weight:normal;}
.footer-nav {border-top: 1px solid #54595c;line-height: 45px;text-align: center;}
.footer-nav .item {margin: 0 35px;font-size: 1.6rem;}
.footer_first { margin-left:20px;
    line-height: 24px;
}

.footer_first, .footer_second, .footer_third, .footer_fourth {
    float: left; padding-top:30px;
    color: #8d8d8e;
    margin-right:20px; margin-bottom:20px;
    line-height: 24px;
}
.footer_second{ width: 400px;}
.footer_third,.footer_fourth {margin-right: 0px;width:140px;text-align:center; float:right;}
.footer_third .wx,.footer_fourth .wx{ text-align:center;}
.footer h1 {
    font-size: 16px;
    color: #cac9c9;
    line-height: 32px;
    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;font-size: 16px; } 
.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;}

.footer-nav {border-bottom: 1px solid #54595c;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-color: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: #e8432e;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 10px;}
.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: #e8432e;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;
}
/*.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: #ff0000;height: 50px;padding-top:0px;padding: 0 0; border-bottom:none;}
	.mfixedSubNav{background-color:rgba(204,37,37,0.65);}
    .header .logo-link{height: 60%;margin-top: 11px;margin: 10px 0 0 10px;}
	.arrowDown{bottom:10px;}

    .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(204,37,37,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:32.4%;
        height:90px;
        margin-bottom: 0.6%;
    }
	.pub-1201 ul li .box-5{ height:90px;}
    .pub-1201 ul li .box-5 div {
        padding-top:15px;
        height: 40px;
    }
    .pub-1201 ul li .box-5 h2 {
        font-size: 18px;
    }
    .pub-1201 ul li .box-5 div img {
        width: 40px;
        height: 40px;
    }
.jqbj_line_bo{ text-align:center;}
.jqbj_line_bo:before{    margin: 20px auto;}
#videoBanner{ width:100%;}
.part-News_r { float:none; width:100%; text-align:center;}
.part-News_r a { padding-left:0px; padding:0 10px;}
.News_right {float:none; height:auto; padding-bottom:20px;}
	.jqbj_line { float:none; text-align:center; width:100%;}
	.jqbj_line:before { margin:20px auto;}
	.device-list .item { width:49%;}
	.device-list .item:nth-child(2n) {margin-right: 0;}
    .isotope .item {width: 100%;}
    .isotope .item .cont {border: none;margin-bottom: 10px;}
    .reason-con {height: 500px;}
    .reason-item {height: 452px !important;}
    .blog_sel a{ margin:0 5px;}
	#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: #ff0000;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;
    }
	.footer_first, .footer_second, .footer_third, .footer_fourth{ float:none; text-align:center; display:block; margin-bottom:0px;}
	 .footer_third, .footer_fourth{ width:126px; margin:0 auto;}
    .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: 5px;}
    .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: #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;
    }


}