@charset "utf-8";
html{overflow-x:hidden;}
p,span{ margin: 0px; padding: 0px;}
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, blockquote 
{ font-size:14px;_background-image:url(about:blank);_background-attachment:fixed;font-family:'微软雅黑';margin:0px; padding:0px;}
/*页头*/
.wrap_195 {
    display: block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.wrap_195_head {
    display: block;
    width: 100%;
    height: 72px;
    z-index: 2;
   
    left: 0;
    top: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.head_con_195 {
    display: block;
    width: 1200px;
    height: 72px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.head_con_195 .logo_195 {
    display: block;
    height: 58px;
    width: 220px;
    position: absolute;
    left: 0px;
    top: -5px;
}

.head_con_195 .logo_195 h1 {
    display: block;
    height: 58px;
    width: 220px;
    background: url(../image/logo.jpg) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
    background-size: 100% 100%;
}


/*菜单*/
.menu_list_195 {
    display: block;
    height: 72px;
    position: absolute;
    right: 120px;
    top: 0px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s linear;
    transform: translate(0px, 0);
}

.menu_list_195 .menu_item_195 {
    display: inline-block;
    height: 62px;
    float: left;
    margin-left: 56px;
    position: relative;
}

.menu_list_195 .menu_item_195 .txt {
    display: block;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    color: #1d1d1d;
    font-weight: bold;
    opacity: 0.95;
    -webkit-transition: color 0.3s linear;
    position: relative;
    z-index: 2;
    text-decoration:none
}
.menu_list_195 .menu_item_195 .on:after {
    transform: scale(1, 1) !important;
    opacity: 1 !important;
}
.menu_list_195 .menu_item_195 .txt:hover {
    opacity: 1;
}

.menu_list_195 .menu_item_195 .txt:after {
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 19px;
    left: 0px;
    background:#e30313;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
}

.menu_list_195 .menu_item_195 .txt:before {
    display: none;
    content: "";
    height: 400px;
    width: 100%;
    position: absolute;
    top: 19px;
    left: -10px;
    background: #194ac3;
    opacity: 1;
}

.menu_list_195 .menu_item_195:hover .txt:after {
    transform: scale(1, 1);
    opacity: 1;
}

.menu_list_195 .menu_item_195.menu_item_195_lan {
    display: none;
}

.menu_list_195 .menu_item_195 .menu_hook_195 {
    display: none;
    width: 100%;
    height: 445px;
    position: absolute;
    left: -36px;
    top: 0px;
    z-index: 1;
}

.sub_list {
    display: none;
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    text-align: center;
    z-index: 2;
}

.sub_list li a {
    display: block;
    font-size: 16px;
    color: #2b2e2e;
    opacity: 0.7;
    padding: 13px 0;
}

.sub_list li a:hover {
    opacity: 1;
}


/*登陆框*/
.helper_195 {
    display: block;
    position: absolute;
    right: 0px;
    top: 25px;
}

.helper_195 a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-family: "PingFangSC-Regular";
    opacity: 0.7;
    cursor: pointer;
}

.helper_195 a:hover {
    opacity: 0.95;
}

.helper_195 a.current {
    opacity: 1;
}

.helper_195 .s_line_195 {
    display: inline-block;
    font-size: 12px;
    margin: 0px 3px;
    position: relative;
    top: -2px;
    opacity: 0.7;
}

.head_white {
    background: #fff;
}

/* .head_white.fixed{
  position: fixed;
  top: -72px;
} */
.submenu_show .logo_195 h1,
.head_white .logo_195 h1 {
    background-image: url(../images/logo.jpg);
    background-size: 100% 100%;
}

.submenu_show .menu_list_195 .menu_item_195 .txt,
.head_white .menu_list_195 .menu_item_195 .txt {
    color: #2b2e2e;
}


.submenu_show .helper_195 a,
.head_white .helper_195 a {
    color: #2b2e2e;
}

.submenu_show .helper_195 .s_line_195,
.head_white .helper_195 .s_line_195 {
    color: #2b2e2e;
}

.submenu_show .bg_hover_195 {
    display: block !important;
    width: 100%;
    height: 445px;
    background: rgba(255, 255, 255, 1);
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-animation: a_bg_hover_show 0.2s ease-out both;
    -webkit-transform-origin: 50% 0%;
}

.submenu_show .menu_list_195 .menu_item_195.sublist_show .sub_list,
.head_white .menu_list_195 .menu_item_195.sublist_show .sub_list {
    -webkit-animation: a_menu_item_195_show 0.2s ease-out both;
}

.submenu_show .menu_list_195 .menu_item_195.sublist_hide .sub_list,
.head_white .menu_list_195 .menu_item_195.sublist_hide .sub_list {
    -webkit-animation: a_menu_item_195_hide 0.15s ease-out both;
}

.submenu_show .menu_list_195 .menu_item_195 .menu_hook_195 {
    display: block;
}

.submenu_hide,
.sublist_hide {
    pointer-events: none;
}

/*避免鼠标快速移动触发鼠标对菜单收回动画延迟 一进多出显示bug*/
.submenu_hide .bg_hover_195 {
    -webkit-animation: a_bg_hover_hide 0.15s ease-out both;
    -webkit-transform-origin: 50% 0%;
}

@keyframes a_menu_item_195_show {
    0% {
        -webkit-transform: translate(0px, -30px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }
}

@keyframes a_menu_item_195_hide {
    0% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0px, -30px);
        opacity: 0;
    }
}


@keyframes a_bg_hover_show {
    0% {
        -webkit-transform: scale(1, 0.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}


@keyframes a_bg_hover_hide {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 0.5);
        opacity: 0;
    }
}



/*banner*/

.banner_area_195 {
    display: block;
    height: 780px;
    width: 100%;
    position: relative;
    margin-top: 72px;
    overflow: hidden;
}

.banner_bg_195 {
    display: block;
    height: 780px;
    width: 100%;
    background: #000 url(../image/banner_bg.jpg) no-repeat center top;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
}

@media screen and (max-width: 1250px) {
    .head_con_195 {
        width: 96%;
    }

    /* 响应式 */

    /*移动端响应式兼容*/

    @media screen and (min-width: 1921px) {

        .banner_area_195 {
            height: 1040px;
        }

        .banner_bg_195 {
            height: 1040px;
        }
    }

    @media screen and (max-width: 1250px) {
        .head_con_195 {
            width: 96%;
        }

        .mod-con {
            width: 96%;
        }

    }

    @media screen and (max-width: 1120px) {
        .menu_list_195 .menu_item_195 {
            margin-left: 45px;
        }
    }

    @media screen and (max-width: 1050px) {
        .menu_list_195 .menu_item_195 {
            margin-left: 40px;
        }

        .ser-box {
            width: 920px;
            box-sizing: border-box;
        }
    }

    @media screen and (max-width: 960px) {
        .menu_list_195 .menu_item_195 {
            margin-left: 35px;
        }

        .ser-box {
            width: 100%;
        }

        .menu_list_195 {
            right: 150px;
        }

    }

    @media screen and (max-width: 820px) {
        .menu_list_195 .menu_item_195 {
            margin-left: 25px;
        }

        .submenu_show.search_area_show .search_area,
        .head_white.search_area_show .search_area {
            width: 50%;
        }
    }

    @media screen and (max-width: 768px) {

        /*页头*/
        .wrap_195 {
            overflow: hidden;
        }

        .head_con_195 {
            width: 100%;
            height: 56px;
            z-index: 99;
        }

        .wrap_195_head {
            height: 56px;
        }

        .header-seat {
            padding-bottom: 56px;
        }

        .head_con_195 .logo_195 {
            display: block;
            height: 18px;
            width: 137px;
            position: absolute;
            left: 50%;
            top: 19px;
            margin-left: -68px;
        }

        .head_con_195 .logo_195 h1 {
            display: block;
            height: 18px;
            width: 137px;
            background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/menu_logo_195.png) no-repeat 0 0;
            background-size: contain;
        }

        .head_white .logo_195 h1 {
            background-image: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/menu_logo_hover_195.png);
        }

        .icon_menu_195 {
            display: block;
            height: 20px;
            width: 20px;
            position: absolute;
            left: 21px;
            top: 18px;
            z-index: 99;
        }

        .icon_menu_195 .i_menu_195 {
            display: block;
            height: 14px;
            width: 15px;
            background: url(../images/icon_menu_195.png) no-repeat 0 0;
            background-size: contain;
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 2;
        }

        .icon_menu_195 .i_menu_195 {
            margin-top: 4px;
        }

        .head_white .icon_menu_195 .i_menu_195 {
            background: url(../images/icon_menu_hover_195.png) no-repeat center;
            background-size: 100% 100%;
            width: 20px;
            height: 20px;
            margin-top: 0;
        }

        .icon_menu_195 .i_close_195 {
            display: none;
            height: 14px;
            width: 15px;
            background: url(../images/icon_menu_close_195.png) no-repeat 0 0;
            background-size: contain;
            position: fixed;
            left: 21px;
            top: 21px;
            z-index: 4;
        }

        .menu_list_195 {
            display: block;
            position: fixed;
            background: #fff;
            width: 260px;
            height: 100%;
            right: 0px;
            left: 0px;
            padding-top: 90px;
            z-index: 3;
            transform: translate(-260px, 0);
            opacity: 0.8;
            transition: transform 0.25s ease-out, opacity 0.25s ease-out;
        }

        .menu_list_195 .menu_item_195 {
            display: block;
            float: none;
            height: 63px;
            margin-left: 58px;
        }

        .menu_list_195 li {
            margin: 0;
        }
        

        .menu_list_195 .menu_item_195 .txt {
            color: #2a2e2e;
            font-weight: normal;
        }

        .menu_list_195 .menu_item_195 .txt:hover:after {
            display: none;
        }
        .menu_list_195 .menu_item_195 .txt:after {
            width: 30%;
            bottom: 8px;
        }
        .helper_195 {
            display: none;
        }

        .menu_list_195 .menu_item_195.menu_item_195_lan {
            display: block;
            position: absolute;
            bottom: 87px;
            line-height: 63px;
        }

        .menu_list_195 .menu_item_195.menu_item_195_lan a {
            color: #2a2e2e;
            font-size: 16px;
        }

        .menu_list_195 .menu_item_195.menu_item_195_lan .s_line_195 {
            color: #878a8a;
            font-size: 16px;
            margin: 0px 8px;
            font-style: normal;
        }

        .bg_hover_195 {
            display: none;
            height: 100%;
            width: 100%;
            position: fixed;
            left: 0px;
            top: 0px;
            background: rgba(0, 0, 0, 0.2);
            z-index: 98;
        }

        .banner_area_195 {
            height: 640px;
        }

        .banner_bg_195 {
            height: 100%;
            background: #000 url(../images/banner_bg_195.jpg) no-repeat center top;
            background-size: cover;
            position: absolute;
            left: 0px;
            top: 0px;
        }
    }

    @media all and (max-width:320px) {

        /*页头*/
        .menu_list_195 {
            height: 478px;
        }

        .menu_list_195 .menu_item_195 {
            height: 50px;
            line-height: 50px;
        }

        .menu_list_195 .menu_item_195 .txt {
            height: 50px;
            line-height: 50px;
        }

        .menu_list_195 .menu_item_195.menu_item_195_lan {
            bottom: 20px;
        }
    }
    
  }
.wrap_xuan {width: 50%;text-align:left;margin: 0 auto;}
.wrap_xuan_p1{color:#fbc500;font-size:2.6rem;font-weight:600;padding-bottom: 30px;padding-top: 60px;}
.wrap_xuan_p2{color:#3d3d3d;font-size:18px; line-height:45px;}


.wrap_jianjie{text-align: center;margin: 0 auto;}

.wrap_linian{text-align: center;margin: 0 auto;}


.about312 .w312 {
    width: 1220px;
    margin: 0 auto;
}
.about312 .ico {
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/ico312.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.about312 {
    padding: 60px 0 30px;
    background: #ffffff;

    height: 350;
}
.about312 .img {
    width: 510px;
    height: 350px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 5px;
}
.about312 .img img {
    width: 100%;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.about312 .img:hover img {
    transform: scale(1.03);
}
.about312 .txtcon {
    width: 690px;
    float: right;
}
.about312 .txtcon .title h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 22px;
}
.about312 .txtcon .title .line {
    width: 46px;
    height: 2px;
    display: block;
    background: #666666;
}
.about312 .txtcon .txt {
    margin: 30px 0 30px;
    line-height: 35px;
    height: 236px;
    overflow: hidden;
    color: #666666;
    font-size: 16px;
    text-indent: 2em;
}
.about312 .txtcon .btn {
    width: 130px;
    line-height: 36px;
    height: 36px;
    padding-top: 12px;
    display: block;
    text-align: center;
    background: #67b306;
}
.about312 .txtcon .btn s {
    width: 25px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    background-position: -113px -36px;
}
.about312 .txtcon .btn:hover {
    width: 140px;
}



/* 颜色 */
.cp176 .gd176 li {
    float: left;
    width: 280px;
    overflow: hidden;
    text-align: center;
    margin-right: 26px;
    background: #f5f5f5;
    transition: all .5s;
}
.cp176 .gd176 li a p {
    color: #6d6d6d;
    font-size:16px

}
.cp176 .gd176 li:hover {
    background: #fbc501;
}
.cp176 .gd176 li:hover a p {
    color: #fff;
}
/* 颜色 end*/
.cp176 .w176 {
    width: 1200px;
    margin: 0 auto;
}
.cp176 {
    width: 100%;
    margin-bottom: 40px;
}
.cp176 .gd176 {
    position: relative;
    margin-top: 30px;
}
.cp176 .gd176 .prev, .cp176 .gd176 .next {
    display: block;
    position: absolute;
    top: 65%;
    margin-top: -38px;
    width: 32px;
    height: 76px;
    cursor: pointer;
    z-index: 1;
}
.cp176 .gd176 .prev {
    background: url(../image/l176.png) no-repeat 0 0;
    left: -40px;
}
.cp176 .gd176 .next {
    background: url(../image/r176.png) no-repeat 0 0;
    right: -40px;
}
.cp176 .gd176 .bd176 {
    width: 1200px;
    overflow: hidden;
}
.cp176 .gd176 li .img176 {
    margin: 4px;
    overflow: hidden;
}
.cp176 .gd176 li .img176 img {
    width: 100%;
}
.cp176 .gd176 li p {
    width: 100%;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s;
}



.index-case_301 {
    width: 100%;
    min-width: 1200px;
    padding-bottom: 50px;
    background: #efefef;
}
.index-case_301 .box {
    width: 1200px;
    margin: auto;
    position: relative;
}
.index-case_301 .box .title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: table;
    margin: auto;
    text-align: center;
    line-height: 28px;
    padding: 50px 0 30px;
}
.index-case_301 .box .title span {
    display: block;
    color: #999;
    font-size: 16px;
    margin-top: 5px;
}
.index-case_301 .box .title:before {
    width: 60px;
    height: 1px;
    background: #dedede;
    position: absolute;
    content: '';
    top: 63px;
    left: -80px;
}
.index-case_301 .box .title:after {
    width: 60px;
    height: 1px;
    background: #dedede;
    position: absolute;
    content: '';
    top: 63px;
    right: -80px;
}
.index-case_301 .box .list {
    width: 100%;
    display: table;
}

.index-case_301 .box .list li {
    width: 275px;

    background: #fff;
    float: left;
    margin: 0 33px 29px 0;
    list-style: none;
}
.index-case_301 .box .list li:nth-child(4n) {
    margin: 0 0 29px 0;
}
.index-case_301 .box .list li .img {
    width: 100%;
}
.index-case_301 .box .list li .tbox {
    width: 100%;
    height: 93px;
    box-sizing: border-box;
    padding: 0 20px;
    transition: all ease .3s;
}
.index-case_301 .box .list li:hover .tbox {
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.07);
}
.index-case_301 .box .list li .tbox .t1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
    padding: 20px 0 14px;
    transition: all ease .3s;
}
.index-case_301 .box .list li:hover .tbox .t1 {
    color: #397bcb;
}
.index-case_301 .box .list li .tbox .t2 {
    font-size: 14px;
    line-height: 14px;
    color: #666;
}
.index-case_301 .box .more {
    width: 180px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #397bcb;
    border-radius: 25px;
    display: block;
    text-align: center;
    line-height: 46px;
    color: #397bcb;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px auto 0;
}
.faqs-container {
	margin: 0 auto;
	max-width:1200px;
}

.faq {
	background-color: transparent;
	border: 1px solid #9FA4A8;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
	transition: 0.3s ease;
}

.faq:hover {
	background-color: #fcc900;
	color: #fff;
}

.faq.active {
	background-color: #red;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
}

.faq.active::after, .faq.active::before {
	color: #ff110033;
	content: '\f075';
	font-family: 'Font Awesome 5 Free';
	font-size: 7rem;
	position: absolute;
	opacity: 0.2;
	top: 20px;
	left: 20px;
	z-index: 0;
}

.faq.active::before {
	color: #ffffff;
	top: -10px;
	left: -30px;
	transform: rotateY(180deg);
}

.faq-title {
	margin: 0 35px 0 0;
	font-size: 18px;
}
.faq-title:hover {
	color: #fff;
}

.faq-text {
	display: none;
	margin: 30px 0 0;
}

.faq.active .faq-text {
	display: block;
}

.faq-toggle {
	background-color: transparent;
	border: none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	padding: 0;
	position: absolute;
	top: 30px;
	right: 30px;
	height: 30px;
	width: 30px;
}

.faq-toggle:focus {
	outline: none;
}

.faq.active .faq-toggle {
	background-color: #fcc900;
}

.faq-toggle .fa-times {
	display: none;
}

.faq.active .faq-toggle .fa-times {
	display: block;
}

.faq-toggle .fa-chevron-down {
	color: #83888E;
}

.faq.active .faq-toggle .fa-chevron-down {
	display: none;
}
