@charset "utf-8";
body {
    font-family: "微软雅黑"!important;
    font: 14px Microsoft YaHei!important;
    line-height: 24px;
}

body,
div,
p,
span,
ul,
li,
dl,
dd,
h1,
h2,
h3,
a,
input,
img {
    margin: 0;
    padding: 0;
}

li,
ol {
    list-style: none;
}

a,
input,
img,
textarea {
    border: none;
    outline: none;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #000;
}

a:focus {
    text-decoration: none;
}

a:focus,
a:hover {
    outline: none;
    outline-offset: 0;
}

label {
    font-weight: normal;
    width: 100%;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.transition {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slick-slide {
    outline: none!important;
    height: auto;
}

#wrap_index {
    overflow: hidden;
    position: relative;
}

div:after,
ul:after,
li:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

@media (min-width: 1420px) {
    .container {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
    }
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

div:after,
ul:after,
li:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*header*/

#header {
    position: relative;
    z-index: 90;
}

.logo {
    width: 30%;
    height: 100px;
}

.logo a {
    display: table-cell;
    width: 100%;
    height: 100px;
    vertical-align: middle;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

#header .pc_Menu {
    width: 70%;
}

.pc_Menu .menul {
    width: 100%;
    height: 100px;
}

.pc_Menu .menul .firstli {
    position: relative;
    width: 14.2857%;
    float: left;
    text-align: center;
    transition: 300ms;
}

.pc_Menu .menul .firstli a {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    line-height: 100px;
    padding: 0 6px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.pc_Menu .menul .firstli.cur>a,
.pc_Menu .menul .firstli:hover>a {
    color: #A41409;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.pc_Menu .secdulBox {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
}

.pc_Menu .secdulBox .secdli a {
    font-size: 14px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    color: #696969;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: relative;
    padding-left: 35px;
    text-align: left;
}

.pc_Menu .secdulBox .secdli a::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pc_Menu .menul .firstli:after {
    opacity: 0;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 8px;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pc_Menu .menul .firstli.cur:after,
.pc_Menu .menul .firstli:hover:after {
    bottom: 11px;
    opacity: 1;
}


/*手机头部*/

.model-header {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    z-index: 30;
}

.model-header .model-header-logo {
    width: 40%;
    float: left;
    height: 60px;
}

.model-header .model-header-logo a {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    height: 60px;
}

.model-header .model-header-logo a img {
    max-width: 100%;
    max-height: 100%;
}

.model-header .model-navbtn {
    width: 32px;
    height: 60px;
    line-height: 26px;
    float: right;
    padding: 16px 0;
}

.model-header .model-navbtn img {
    max-width: 100%;
}


/*main*/

@media (max-width:991px) {
    .logo,
    .logo a {
        height: 60px;
    }
    .pc_Menu .menul {
        height: 60px;
    }
    .pc_Menu .menul .firstli:after {
        width: 20px;
        height: 6px;
    }
    .pc_Menu .menul .firstli.cur:after,
    .pc_Menu .menul .firstli:hover:after {
        bottom: 8px;
    }
    .pc_Menu .menul .firstli>a {
        font-size: 14px;
        height: 60px;
        line-height: 60px;
        padding: 0 3px;
    }
    .pc_Menu .secdulBox {
        top: 60px;
        border-radius: 5px;
    }
    .pc_Menu .secdulBox .secdli a {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }
	/*404页面重写*/
	.moder_main .link404 ul li {
    float: left;
    width: 50%;
    padding: 5px 15px;
	overflow: hidden;
	background: url(../images/news_ico3.gif) no-repeat left 10px;
    }
}


/*颜色重写*/


/*banner*/

#model_banner .banner_img img {
    position: relative;
}

#model_banner .banner_img a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.slick .slick-prev:before,
.slick .slick-next:before {
    content: "";
}

#model_banner .slick-prev,
#model_banner .slick-next {
    width: 46px;
    height: 84px;
}

#model_banner .slick-prev {
    opacity: .2;
    left: 60px;
    z-index: 9;
    background: url("../images/arw.png") no-repeat center;
    transform: translateY(-50%) rotate(180deg);
}

#model_banner .slick-next {
    opacity: .2;
    right: 60px;
    background: url("../images/arw.png") no-repeat center;
}

#model_banner .slick-dots li {
    margin: 0 10px;
}

#model_banner .slick-dots li button {
    background: #fff;
    opacity: .6;
}

#model_banner .slick-dots li.slick-active button {
    background: #fff;
    opacity: .6;
}

#model_banner .slick-dots li.slick-active button:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border: 1px solid #cfc7c0;
    border-radius: 50%;
}

#model_banner .slick-dots {
    bottom: 10px;
}

.updown_fenlei .cont_nav .one .one_a i {
    background: url(../images/icon4.png) center no-repeat;
}

.model-classify-nav .one .o_li .one_a i {
    background: url(../images/icon6.png) center no-repeat
}

.model-dectil-img .slick-dots li button {
    border: 1px solid #A41409;
}

.model-dectil-img .slick-dots li.slick-active button {
    background: #A41409;
}

.model_seach .model-seachdiv form .seabtn,
.model-textlist-three ul li a:before {
    background: #A41409;
}

.model-textlist-three ul li a:hover,
.model-textlist-three ul li a:hover dt {
    color: #A41409;
}

.model_page a.on,
.model_page a:hover,
.model_page a.on,
.model_page a.current {
    color: #A41409;
    border-bottom: 1px solid #A41409;
}

.model-textlist-four ul li a:hover {
    background: #A41409;
}

.model-textlist-two ul li a:hover .textlist-l dt,
.model-textlist-two ul li a:hover .textlist-l p {
    color: #A41409;
}

.model-textlist-two ul li a:hover .newtime {
    background: #A41409;
}

.model-imgtextlist-two ul li a:hover .imgtextlist-r dt,
.model-imgtextlist-one ul li a:hover .imgtextlist-l dt,
.model-imgtextlist-three ul li a:hover .imgtextlist-r dt,
.model-imgtextlist-three ul li .imgtextlist-r .time p {
    color: #A41409;
}

.model-imgtextlist-four ul li a:hover .imgtextlist-text,
.model-imglist-two ul li a:hover p {
    background: #A41409;
}

.model-imglist-two ul li .pimg em span {
    background: #A41409 url(../images/icon7.png) center no-repeat
}

.model-imglist-three ul li a:hover {
    border: 2px solid #A41409;
}

.model-imglist-three ul li a:hover p {
    color: #A41409;
    background: url(../images/icon6.png) right center no-repeat;
}

.model_leftright_l .cont_nav .one .o_li .one_a i {
    background: url(../images/icon6.png) center no-repeat;
}


/*手机端*/

.model-classify .model-classify-posnav {
    background: #A41409;
}


/*底部导航*/

.model-fixed {
    background: #A41409!important;
}

.model-classify-nav .one .o_li a.ez,
.model-classify-nav .second a.sen_x {
    color: #A41409;
}

.model-classify-nav .second a.sen_x:before {
    background: #A41409;
}

.model-phone-page span i {
    color: #A41409;
}

.model-leftnav-top {
    background: #A41409;
}

.model-fixed .fnavbox li a,
.fnavbox li dd {
    color: #fff!important;
}


/*左右布局*/

.model_leftright_l .l_posnav {
    background: #A41409;
}

.model_leftright_l .cont_nav .one .o_li a.one_a:hover,
.model_leftright_l .cont_nav .one .o_li a.ez {
    color: #A41409;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
    color: #A41409;
}

.model_leftright_l .cont_nav .second .e_li a:hover:before,
.model_leftright_l .cont_nav .second .e_li a.sen_x:before {
    background: #A41409;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
    color: #A41409;
}

.moder_leftright_r .r_posnav p {
    border-bottom: 4px solid #A41409;
}

.moder_leftright_r .r_posnav span a:hover {
    color: #A41409;
}


/*内页产品详情箭头*/

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before {
    border-bottom: 12px solid #A41409;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before {
    border-top: 12px solid #A41409;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
    border-bottom: 1px solid #A41409;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover {
    border-top: 1px solid #A41409;
}

@media (min-width:768px) {
    .model-textlist-four ul li .textlist-r dd {
        color: #fff;
    }
    .model-imgtextlist-four ul li a:hover .imgtextlist-text p,
    .model-imgtextlist-four ul li .imgtextlist-text dd {
        color: #fff;
    }
}

@media (max-width:640px) {
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after {
        border-left: 7px solid #A41409;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
        border-left: 1px solid #A41409;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after {
        border-right: 7px solid #A41409;
    }
	
	/*404页面重写*/
	.moder_main .link404 ul li {
    float: left;
    width: 100%;
    padding: 5px 15px;
	overflow: hidden;
	background: url(../images/news_ico3.gif) no-repeat left 10px;
    }
}


/*私下css*/

.content1 {
    padding: 30px 0;
    background-color: #F5F5F5;
}

.content1_list {
    margin: 0 -12px;
}

.content1_list li {
    padding: 0 12px;
}

.content1_list li a {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 28px 10% 20px;
}

.content1_list li a .p1 {
    line-height: 66px;
    /*! height: 66px; */
}

.content1_list li a .p1 .iconfont {
    font-size: 66px;
    color: #ACACAC;
}
.content1_list li a .p1 i{
   display: block;font-size: 22px;padding: 16px 0 15px 0;
}
.content1_list li a .p1 .iconfont-cp1 {
   background: url("../images/cp-1.png")  center no-repeat; height: auto;
}
.content1_list li a .p1 .iconfont-cp2 {
    background: url("../images/cp-2.png")  center no-repeat; height: auto;
}
.content1_list li a .p1 .iconfont-cp3 {
   background: url("../images/cp-3.png")  center no-repeat; height: auto;
}

.content1_list li a .p2 {
    margin-top: 15px;
    line-height: 45px;
    border-bottom: 1px solid #EBEBEB;
    color: #333333;
    font-size: 18px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content1_list li a .p2:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #A41409;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -74px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}

.content1_list li a .p3 {
    color: #aaa;
    font-size: 14px;
    margin: 15px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content2 {
    padding: 70px 0 70px;
}

.content2_list li {
    padding: 0;
}

.content2_list li a {
    display: flex;
    flex-direction: column;
    position: relative;
}

.content2_list li:nth-child(2n+2) a {
    flex-direction: column-reverse;
}

.content2_list li a .text {
    text-align: center;
    height: 105px;
}

.content2_list li a .text .p1 {
    font-weight: bold;
    font-size: 22px;
    color: #cccccc;
    margin-top: 15px;
}

.content2_list li a .text .p2 {
    font-size: 12px;
    color: #aaaaaa;
    margin-bottom: 5px;
}

.content2_list li a .text .p3 {
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content2_list li a::before,
.content2_list li a:after {
    position: absolute;
    top: 3%;
    right: 6%;
    bottom: 3%;
    left: 6%;
    content: '';
    opacity: 0;
    transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
}

.content2_list li a::before {
    border-top: 1px solid #CDCFD0;
    border-bottom: 1px solid #CDCFD0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.content2_list li a:after {
    border-right: 1px solid #CDCFD0;
    border-left: 1px solid #CDCFD0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    height: 94%;
}

.content3 {
    padding: 50px 0 45px;
    background-color: #F5F5F5;
}

.index_title {
    float: left;
}

.index_title .p1 {
    font-size: 22px;
    color: #A41409;
    font-weight: bold;
    line-height: 42px;
    width: 200px;
    border-bottom: 1px solid #DADADA;
}

.index_title .p2 {
    color: #aaaaaa;
    font-size: 14px;
    margin-top: 8px;
    text-transform: uppercase;
}

.case_more {
    float: right;
    margin-top: 28px;
}

.case_type {
    float: right;
}

.case_type li {
    float: left;
}

.case_type li a {
    padding: 0 25px;
    color: #aaaaaa;
    line-height: 80px;
}

img {
    max-width: 100%;
}

.content3_list {
    margin: 0 2% 0;
}

.content3_list li {
    margin: 35px 0 30px;
}

.content3_list li .text {
    height: 40px;
    margin-top: 18px;
    overflow: hidden;
}

.content3_list a {
    display: block;
}

.content3_list a .image {
    position: relative;
    overflow: hidden;
}

.content3_list a .image .pop {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

.content3_list a .image .pop .box {
    text-align: center;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.content3_list a .image .pop .box p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.content3_list a .image .pop .box p.p1 {
    font-size: 18px;
    line-height: 36px;
}

.content3_list a .image .pop .box p.p2 {
    font-size: 12px;
}

.content3_list a .text {
    margin-top: 18px;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    text-align: center;
}

.content3_list a .text .p1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
    font-size: 18px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

.content3_list a .text .p2 {
    width: 50%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #C8C8C8;
    font-size: 50px;
    line-height: 32px;
    color: #939393;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

.content4 {
    padding: 60px 0 45px;
}

.content4 .index_title {
    margin-top: 35px;
    float: none;
}

.content4 .team {
    position: relative;
}

.content4 .team .team_l {
    float: left;
    width: 44%;
    padding-right: 10%;
}

.content4 .team .team_l .description {
    margin-top: 15px;
    color: #aaaaaa;
}

.content4 .team .team_r {
    float: left;
    width: 56%;
}

.content4 .slick-arrow {
    bottom: 25%;
    width: 8px;
    height: 12px;
    top: auto;
    margin-top: 0;
}

.content4 .slick-prev {
    left: -77%;
    background-image: url(../images/index_03.png);
}

.content4 .slick-prev:after {
    content: "";
    display: block;
    height: 23px;
    width: 1px;
    background-color: #E5E5E5;
    position: absolute;
    right: -18px;
    top: -6px;
}

.content4 .slick-next {
    left: -71%;
    background-image: url(../images/index_05.png);
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.content4 .team a {
    display: block;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
}

.content4 .team a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #A41409;
    padding: 22px 25px 25px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    width: 100%;
}

.content4 .team a .text .p1 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding-right: 40px;
    background: url(../images/icon19.png) no-repeat right center;
}

.content4 .team a .text .p2 {
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    height: 60px;
    overflow: hidden;
}

.content5 {
    padding: 55px 0 125px;
    background: url(../images/icon18.png) no-repeat center top;
}

.fu{ width:80px; height:74px; text-align:right; padding-right:10px; border-right:1px solid #eee;}

.fu01{ color:#666; font-size:22px; font-weight:bold; text-align:right;}	

.fu02{ color:#aaa; font-size:16px; text-align:right;}	

.index_title2 {
    text-align: center;
	padding-bottom: 20px;
}

.index_title2 .p1 {
    font-size: 22px;
    color: #A41409;
    font-weight: bold;
}

.index_title2 .p1:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #DADADA;
    margin: 10px auto;
}

.index_title2 .p2 {
    color: #aaa;
    text-transform: uppercase;
}

.content5 .responsive {
    margin-top: 45px;
}

.content5 .responsive a {
    display: block;
    margin: 0 17px;
    background-color: #fff;
    position: relative;
    padding: 45px 45px 20px 25px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
}

.content5 .responsive a .text .p1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content5 .responsive a .text .p2 {
    margin-top: 25px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #aaaaaa;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
}

.content5 .responsive a .text .p3 {
    height: 1px;
    background-color: #F0F0F0;
    margin-top: 55px;
}

.content5 .responsive a .text .p4 {
    margin-top: 17px;
    color: #999999;
    padding-left: 10px;
    line-height: 40px;
}

.content5 .responsive a .text .p4 b {
    float: right;
}

.content5 .responsive a .date {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: #4E4E4E;
    height: 116px;
    width: 120px;
    top: -40px;
    right: 35px;
    padding: 0 4px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
}

.content5 .slick-list {
    padding-top: 40px;
}

.content5 .responsive a .date .p1 {
    color: #ffffff;
    font-size: 40px;
}

.content5 .responsive a .date p {
    width: 100%;
}

.content5 .responsive a .date .p2 {
    color: #bdbdbd;
    text-align: right;
    font-size: 20px;
}

.content5 .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #DCDCDC;
    border-radius: 50%;
}

.content5 .slick-dots li.slick-active button {
    background-color: #A41409;
}

.content5 .slick-dots {
    bottom: -75px;
}

.friend {
   padding: 25px 0 20px;
}

.friend ul li {
    float: left;
    width: 16.6%;
    padding: 0 15px;
}

.friend ul li a {
    display: block;
    /*! border: 1px solid #DCDCDC; */
}

.footer_meassage {
    background-color: #262626;
}

.list_l {
    float: left;
    width: 76%;
}

.list_l li {
    padding: 45px 20px 15px;
    border-right: 1px solid #4D4D4D;
    min-height: 225px;
}

.list_l li a {
    display: block;
}

.list_l li a {
    font-size: 14px;
    color: #787878;
    line-height: 24px;
}

.list_l li a:first-child {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.list_r {
    float: left;
    width: 24%;
    padding: 45px 20px 15px;
}

.list_r li {
    margin-bottom: 10px;
    line-height: 20px;
    color: #787878;
}

.list_r li:first-child {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

#footer {
    text-align: center;
    background-color: #262626;
    border-top: 1px solid #4D4D4D;
    padding: 30px 0;
    color: #969696;
    line-height: 20px;
}

#footer a {
    color: #969696;
}

@media(min-width:992px) {
    .pc_Menu .secdulBox .secdli a:hover {
        color: #A41409;
        padding-left: 50px;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }
    .pc_Menu .secdulBox .secdli a:hover::before {
        width: 35px;
        background-color: #A41409;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }
    #model_banner .slick-prev:hover,
    #model_banner .slick-next:hover {
        opacity: 1;
    }
    .model-textlist-one ul li:hover {
        border-bottom: 1px solid #A41409;
    }
    .model-textlist-one ul li:hover dt {
        color: #A41409;
    }
    .model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover {
        border: 1px solid #A41409;
        background: #A41409 url(../images/icon10.png) 90% center no-repeat;
    }
    .updown_posnav .nav_item a:hover,
    .updown_posnav .nav_item a.on,
    #model_contant_main .model_dec_adress a:hover {
        color: #A41409;
    }
    .updown_fenlei .cont_nav .one .o_li:hover .one_a,
    .updown_fenlei .cont_nav .one .o_li a.ez {
        background-color: #A41409;
    }
    #model_contant_main .model_dec_adress a:hover,
    #model_contant_main .model_dec_adress a.cur {
        color: #A41409;
    }
    .model-dectil-bottom .model-dectil-chose a:hover {
        color: #A41409;
    }
    .content1_list li a:hover .p2 {
        color: #A41409;
    }
    .content1_list li a:hover .p2:after {
        width: 148px;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
    }
    .content2_list li a:hover::before,
    .content2_list li a:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: all 0.35s linear;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
    }
    .content2_list li a:hover .text .p1 {
        font-size: 55px;
        color: #A41409;
        margin-top: 20px;
        line-height: 55px;
    }
    .content2_list li a:hover .text .p2 {
        display: none;
    }
    .content2_list li:nth-child(2n+2) a:hover .text .p1 {
        margin-top: 0;
    }
    .content3_list a .image:hover .pop {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
    }
    .content3_list a:hover .text .p1,
    .content3_list a:hover .text .p2 {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
    }
    .content4 .team a:hover .text {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
    }
    .content5 .responsive a:hover {
        background-color: #4E4E4E;
        transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
    }
    .content5 .responsive a:hover .date {
        background-color: #A41409;
    }
    .content5 .responsive a:hover .text .p1 {
        color: #fff;
    }
    .content5 .responsive a:hover .date {
        height: 145px;
        transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
    }
    .content5 .responsive a:hover .text .p2 {
        transform: translateY(25px);
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
    }
}

@media(max-width:992px) {
    .case_type {
        display: none;
    }
    .footer_meassage {
        display: none;
    }
}

@media(max-width:767px) {
    .content1 {
        padding: 15px 0;
    }
    .content1_list {
        margin: 0 7.5px;
    }
    .content1_list li {
        padding: 0 7.5px;
    }
    .content1_list li a {
        padding: 15px 0 10px;
    }
    .content1_list li a .p1 {
        width: 33px;
        margin: 0 auto;
        line-height: 33px;
        height: 33px;
    }
    .content1_list li a .p1 .iconfont {
        font-size: 33px;
    }
    .content1_list li a .p2 {
        margin-top: 0;
        font-size: 14px;
        color: #A41409;
        line-height: 36px;
    }
    .content1_list li a .p2:after {
        width: 60%;
        margin-left: 0;
        left: 20%;
    }
    .content1_list li a .p3 {
        margin: 5px 5px 0;
        font-size: 12px;
    }
    .content2 {
        padding: 15px 7.5px 35px;
    }
    .content2_list li {
        padding: 0 7.5px;
        margin-top: 15px;
    }
    .content2_list li a {
        flex-direction: column-reverse;
        background-color: #F5F5F5;
    }
    .content2_list li a .text .p1 {
        font-size: 16px;
        margin-top: 5px;
    }
    .content2_list li a .text .p3 {
        font-size: 12px;
    }
    .content2_list li a .text {
        height: auto;
        padding: 0 10px 10px;
    }
    .index_title {
        margin-left: 15px;
    }
    .index_title .p1 {
        font-size: 16px;
        width: 110px;
        line-height: 36px;
    }
    .index_title .p2 {
        font-size: 12px;
        margin-top: 5px;
    }
    .case_more {
        margin-top: 24px;
        margin-right: 15px;
    }
    .content3_list {
        margin: 0 7.5px 0;
    }
    .content3_list li {
        margin: 15px 0 0;
        padding: 0 7.5px;
    }
    .content3_list a .text {
        margin-top: 5px;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        text-align: center;
    }
    .content3_list a .text .p1 {
        font-size: 14px;
    }
    .content3 {
        padding: 25px 0;
        background-color: #F5F5F5;
    }
    .content4 .team .team_l {
        float: none;
        width: 100%;
    }
    .content4 .team .team_l .description {
        display: none;
    }
    .content4 {
        padding: 25px 0 65px;
    }
    .content4 .index_title {
        margin-top: 0;
    }
    .content4 .team .team_r {
        margin-top: 20px;
        width: 100%;
        padding: 0 7.5px;
    }
    .content4 .team a {
        margin: 0 7.5px;
    }
    .content4 .slick-prev {
        left: 42%;
    }
    .content4 .slick-next {
        right: 42%;
        left: auto;
    }
    .content4 .slick-arrow {
        bottom: -18%;
        width: 8px;
        height: 12px;
        top: auto;
        margin-top: 0;
    }
    .content4 .slick-prev:after {
        content: "";
        display: block;
        height: 18px;
        width: 1px;
        background-color: #E5E5E5;
        position: absolute;
        right: -20px;
        top: -3px;
    }
    .content4 .team a .text {
        position: static;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
    }
    .content4 .team a .text .p2 {
        display: none;
    }
    .content4 .team a .text {
        padding: 0 10px;
    }
    .content4 .team a .text .p1 {
        font-size: 14px;
        line-height: 30px;
        background-image: none;
        text-align: center;
        padding: 0;
    }
    .content5 {
        padding: 25px 0 60px;
    }
    .content5 .responsive a {
        margin: 0 15px;
        padding: 15px;
    }
    .index_title2 .p1 {
        font-size: 16px;
    }
    .index_title2 .p1:after {
        width: 80px;
        height: 1px;
        margin: 6px auto;
    }
    .index_title2 .p2 {
        font-size: 12px;
    }
    .content5 .responsive a .text .p1 {
        font-size: 14px;
    }
    .content5 .responsive a .text .p2 {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
        margin-top: 20px;
    }
    .content5 .responsive a .date {
        width: 58px;
        height: 60px;
        right: 15px;
        top: -20px;
    }
    .content5 .slick-list {
        padding-top: 20px;
    }
    .content5 .responsive {
        margin-top: 25px;
    }
    .content5 .responsive a .date .p1 {
        color: #ffffff;
        font-size: 18px;
    }
    .content5 .responsive a .date .p2 {
        color: #bdbdbd;
        text-align: right;
        font-size: 14px;
    }
    .content5 .responsive a .text .p3 {
        margin-top: 10px;
    }
    .content5 .responsive a .text .p4 {
        margin-top: 12px;
        line-height: 20px;
        font-size: 12px;
    }
    .content5 .responsive a .text .p4 b {
        width: 20px;
    }
    .content5 .slick-dots {
        bottom: -35px;
    }
    .content5 .slick-dots li button {
        padding: 0;
    }
    .slick-dots li {
        width: 8px;
        height: 8px;
    }
    .friend {
        display: none;
    }
    #footer {
        padding: 15px 0;
        font-size: 12px;
    }
}
 #quickbar_form {
   background-color:red;
  }
  .fm{
   background-color:red;
  }
  .quickbar_nav_one li a{
   color:#ffffff;
  }

   .quickbar_nav_one ul li .icon:hover{
   background-color:#bbbbbb;
  }
  .model-leftnav-top{
  background:#aaaaaa;
  }

  .quickbar_nav_one ul li .icon{
  background-color:#aaaaaa;
  }

  .quickbar_nav_one ul li .li_hover{
   background-color:#aaaaaa;
  };
  };

/*底部导航条*/
.model-leftnav-top{
background:#aaaaaa !important;
}
.model-fixed {
  width: 100%;
  padding: 2px 15px;
  height: 56px;
 background:#aaaaaa !important;
  position: fixed;
  left: 0;
  bottom: 0px;
  z-index: 22;
}
.model-fixed .fnavbox {
  width: 100%;
  height: auto;
}
.model-fixed .fnavbox li {
  text-align: center;  
  float: left;
}
.model-fixed .fnavbox li i{
	display: block;
	font-size: 22px;
	padding: 14px 0;
}
.model-fixed .fnavbox li a,
.fnavbox li dd {
   color: #ffffff !important;
  display: block;
}
.model-fixed .fnavbox li .fix_icon {
  width: 100%;
  height: 26px;
  overflow: hidden;
}
.model-fixed .fnavbox li .title {
  overflow: hidden;
  height: 20px;
  line-height: 22px;
  font-size: 14px;
}
.model-fixed .model-ewmimg {
  display: none;
  width: 40%;
  position: fixed;
  top: 50%;
  left: 30%;
  z-index: 23;
  text-align: center;
  font-size: 0.58rem;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.model-fixed .model-ewmimg img {
  width: 100%;
}
.model-fixed .share_box {
   background: #fff;
   padding-top:10px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -120px;
    left: 0;
	z-index: 2;
}
.model-fixed .share_box .stop{
    width: 100%;height:80px;
}
.model-fixed .share_box .quxiao{
   width: 100%;height:30px;line-height: 30px;background: #f3f3f3;color: #666;
}
.model-fixed .share-icon{
    position: relative;z-index: 3;
}

.iconfont-index {
	background: url("../images/icon-index.png")  center no-repeat; height: auto;
}

.iconfont-more {
	background: url("../images/icon-more.png")  center no-repeat; height: auto;
}

.iconfont-tel {
	background: url("../images/icon-tel.png")  center no-repeat; height: auto;
}

.iconfont-qq {
	background: url("../images/icon-qq.png")  center no-repeat; height: auto;
}

.iconfont-top {
	background: url("../images/icon-top.png")  center no-repeat; height: auto;
}

.iconfont-search {
	background: url("../images/icon-search.png")  center no-repeat; height: auto;
}

.iconfont-address {
	background: url("../images/icon-address.png")  center no-repeat; height: auto;
}

form#quickbar_form {
   
    width:100%;
    height: 30px;
    line-height: 30px;
    background: #aaaaaa !important;
    position: absolute;
    bottom: 176px;
    left: 0;
	padding:0 3%;
}
span.s_ipt_w {
    width:85%;
    display: block;
    float: left;color: #fff;
}
input#quickbar_kw {
    width:100%;
    height: 30px;
    background: none;
    color: #000000;
}
span.s_btn_wr {
    width: 15%;
    float: right;color: #fff;
}
input#quickbar_submit {
    width: 100%;
	background:none;
	color: #000;
}
.copyM{background:#bbbbbb;}
.quickbar_yc{display:none;}