.wrapper{width: 80%;margin: 0 auto;}
.wrappers{width: 1230px;margin: 0 auto;}

.hx{height: 12px;background: #a5a5a5;min-width: 1230px;}
.nav{height: 92px;width: 1200px;margin: 0 auto;}
.nav .logo{float: left;}
.nav .logo img{height: 92px;}
.nav .menu{float: right;margin-top: 20px;}
.menu li {min-width: 100px;}
.submenu li{background: rgba(239,239,239,0.7);}
.menu > li {display: block;float: right;position: relative;}
.menu a {border-left: 3px solid rgba(0, 0, 0, 0);color: #626262;display: block;font-size: 16px;line-height: 50px;padding: 0 25px;margin-top: 1px;}
.submenu li:hover {background: rgba(239,239,239,0.8);;}
.menu li:hover > a {border-radius: 5px 0 0 0;border-left: 3px solid #c2a365;color: #c2a365;}
.submenu {left: 0;max-height: 0;position: absolute;top: 100%;z-index: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.menu .submenu li:hover a {border-left: 3px solid #2a4254;border-radius: 0;color: #2a4254;}
.menu > li:hover .submenu, .menu > li:focus .submenu {max-height: 2000px;z-index: 10;}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/* banner */
.index_banner{position:relative;height:506px;min-width: 1230px;}
.index_banner li{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:506px;}
.index_banner li.yi{background:url(../img/11.jpg) center top no-repeat;}
.index_banner li.er{background:url(../img/22.jpg) center top no-repeat;}
.index_banner li.san{background:url(../img/33.jpg) center top no-repeat;}
.index_banner li a{display:block;margin:0 auto;width:1000px;height:350px;}
.index_banner cite{position:absolute;bottom:15px;left:52%;z-index:999;display:block;margin-left:-100px;width:200px;height:15px;_display:none;}
.index_banner cite span{float:left;display:block;margin:0 4px;width:40px;height:8px;background-color:#e5e5e5;text-indent:-999em;opacity:.8;cursor:pointer;}
.index_banner cite span:hover{background-color:#f5f5f5;}
.index_banner cite span.cur{background-color:#1d8bd8;cursor:default;}

.dt{width: 100%;min-width: 1230px;display: block;}

.fwxm{background: url(../img/bj.jpg) top center no-repeat;width: 100%;height: 806px;overflow: hidden;min-width: 1230px;}
.fwxm .wrapper{background: #fff;margin-top: 300px;overflow: hidden;}
.fwxm .wrapper .box{width: 20%;float: left;text-align: center;}
.fwxm .wrapper .box h6{font-size: 20px;font-weight: bold;width: 80%;height: 35px;line-height: 35px;background: #efefef;border-radius: 10px;margin: 35px auto 30px;transition:1s ease;}
.fwxm .wrapper .box:hover h6{background: #2a4254;color: #fff;}
.fwxm .wrapper .box p{font-size: 14px;color: #555;margin-bottom: 10px;}
.fwxm .wrapper .box a{width: 56px;height: 20px;border:1px solid #c0c0c0;border-radius: 10px;color: #656565;font-size: 12px;text-align: center;line-height: 20px;display: block;margin: 50px auto 65px;}
.fwxm .wrapper .box:hover a{background: #2a4254;color: #fff;}
.fwxm .wrapper .ls{height: 80px;background: #2a4254;clear: both;}
.fwxm .wrapper .hs{height: 10px;background: #9c6e40;}

.sj{min-width: 1230px;}
.sj .bt{font-size: 22px;margin: 60px 0 50px 0;text-align: center;}
.sj .sj_box{width: 33.3%;float: left;text-align: center;margin-bottom: 30px;}
.sj .sj_box h6{font-size: 14px;color: #7f8182;width: 60%;border:1px solid #968b8d;height: 30px;border-radius: 5px;line-height: 30px;margin: 0 auto;}
.sj .sj_box span{font-size: 80px;color: #7f8182;}
.sj .ljzx{font-size: 30px;color: #fff;background: #9c6e40;width: 215px;height: 45px;text-align: center;line-height: 45px;margin: 70px auto 60px;display: block;clear: both;border-radius: 10px;}

.zz{overflow: hidden;min-width: 1230px;}
.zz img{display: block;}
.zz .left{width: 50%;float: left;}
.zz .left .s{position: relative;}
.zz .left .s .dw{position: absolute;top: 45px;right: 80px;width: 60%;}
.zz .left .s .dw img{margin-top: 20px;}
.zz .right{width: 50%;float: left;}
.zz .right .x div{width: 50%;float: left;}

.fwal{min-width: 1230px;}
.fwal .btt{display: block;margin: 70px auto 50px;}
.fwal .btn{overflow: hidden;width: 1130px;margin: 0 auto 45px;}
.fwal .btn a{width: 210px;height: 45px;background: #b1b1b1;color:#fff;font-size: 24px;text-align: center;line-height: 45px;display: block;float: left;margin-right: 20px;border-radius: 10px;}
.fwal .btn a:last-child{margin-right: 0;}
.fwal .btn a.on{background: #9c6e40;}

.jzal {position: relative;height: 544px;width: 100%;overflow: hidden;}
.jzal .jzal_con {width: 942px;margin: 0 auto;height: 544px;position: relative;}
.jzal .jzal_con ul {position: absolute;top: 0;left: 0; overflow:  visible;margin-left: -790px;}
.jzal .jzal_con ul li {position: relative;float: left;width: 804px;height: 544px;margin: 0 10px;}
.jzal .jzal_con ul li img{width: 100%;}
.jzal .jzal_leftbtn {position: absolute;left: -80px;top: 246.5px;width: 51px;height: 51px;z-index: 30;}
.jzal .jzal_leftbtn span {display: block;width: 51px;height: 51px;background: url(../img/z.png) no-repeat center;cursor: pointer;}
.jzal .jzal_rightbtn {position: absolute;right: -30px;top: 246.5px;width: 51px;height: 51px;z-index: 30;}
.jzal .jzal_rightbtn span {display: block;width: 51px;height: 51px;background: url(../img/y.png) no-repeat center;cursor: pointer;}

.zmvlbg{width:804px;height:544px;background:rgba(0,0,0,0.65);position:absolute;left:868px;z-index:20;}
.zmvrbg{width:804px;height:544px;background:rgba(0,0,0,0.65);position:absolute;right:918px;z-index:20;}

.xwzx{overflow: hidden;margin-bottom: 100px;}
.xwzx .btt{display: block;margin: 80px auto 60px;}
.xwzx .xw_box{width: 30%;float: left;margin-right: 5%;border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding: 40px 0 80px 0;}
.xwzx .xw_box:last-child{margin-right: 0;}
.xwzx .xw_box h6{font-size: 16px;margin-bottom: 25px;}
.xwzx .xw_box p{font-size: 14px;color: #999;line-height: 25px;margin-bottom: 40px;}
.xwzx .xw_box a{float: left;font-size: 14px;color: #999;}

.xwzx .xw_box div{float: right;color: #999;}
.xwzx .xw_box div b{font-size: 18px;display: block;float: left;margin-top: -8px;}

.footer{overflow: hidden;clear: both;min-width: 1230px;}
.footer .bounceInRight{float: right;}
.footer .left{width: 55%;float: left;background: #eee;padding: 45px 0;}
.footer .left .kk{width: 450px;float: right;margin-right: 100px;}
.footer .left h6{font-size: 16px;margin-bottom: 20px;}
.footer .left p{color: #838383;font-size: 14px;line-height: 25px;}
.footer .left h5{font-size: 16px;font-weight: bold;margin: 20px 0 15px 0;}
.footer .left a{margin-top: 60px;display: block;}

.footer .right{width: 45%;float: left;padding: 45px 0;}
.footer .right .kk{width: 460px;float: left;margin-left: 40px;}

.footer .right .tsy{color: #838383;font-size: 14px;}
.footer .right .item{height: 40px;background: #eaeaea;display: flex;overflow: hidden;line-height: 40px;margin-top: 9px;}
.footer .right .item p{width: 65px;margin: 0 5px 0 15px;font-size: 14px;color:#ababab;}
.footer .right .item input{flex:1;background: none;outline: none;border: none;}
.footer .right textarea{width: 93%;padding: 13px 15px;height: 80px;background: #eaeaea;margin-top: 9px;border: none;outline: none;resize:none;}
.footer .right ::-webkit-input-placeholder { /* WebKit browsers */
color:#ababab;font-size:14px;
}
.footer .right :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#ababab;font-size:14px;
}
.footer .right ::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#ababab;font-size:14px;
}
.footer .right :-ms-input-placeholder { /* Internet Explorer 10+ */
color:#ababab;font-size:14px;
}
.footer .right .zs{color: #838383;font-size: 14px;margin-top: 20px;}
.footer .right #j_btn{width: 180px;height: 42px;background: #2f4654;color: #fff;font-size: 18px;outline: none;border: none;border-radius: 5px;margin-top: 40px;float: right;}
.db{background: #2a4254;min-width: 1230px;color: #fff;}
.db h6{font-size: 16px;line-height: 122px;text-align: center;}
.db ul{overflow: hidden;width: 820px;margin: 0 auto 20px;}
.db ul a{padding: 0 20px;color: #fff;font-size: 16px;}
.db p{height: 56px;line-height: 56px;border-bottom: 1px solid #596b76;text-align: center;font-size: 12px;border-top: 1px solid #596b76;}
.db h5{line-height: 56px;text-align: center;}


/*app开发*/
.jjfa .bt{text-align: center;}
.jjfa h5{font-size: 19px;color: #7f8182;}
.jjfa h6{font-size: 37px;}
.jjfa a{width: 395px;height: 45px;background: #2a4254;color: #fff;font-size: 27px;display: block;line-height: 45px;margin: 18px auto 38px;}
.jjfa .bz{background: #f2f2f2;padding: 25px 0 48px 0;}
.jjfa .bz .wk{width: 930px;margin: 0 auto;overflow: hidden;}
.jjfa .bz .wk .bz_box{width: 150px;margin: 0 18px;float: left;text-align: center;}
.jjfa .bz .wk .bz_box img{margin-bottom: 17px;margin-top: 10px;}
.jjfa .bz .wk .bz_box:hover img{animation: myfirst 1s;transform-origin:bottom center;}
@keyframes myfirst
{
    0%   {transform: rotate(7deg);}
    25%  {transform: rotate(-7deg);}
    50%  {transform: rotate(7deg);}
    100% {transform: rotate(0deg);}
}
.jjfa .bz .wk .bz_box span{border: 1px solid #959595;height: 74px;display: flex;flex-direction: row;justify-content: center;align-items: center;font-size: 18px;color: #7f8182;}
.jjfa .ys{width: 985px;margin: 40px auto 70px;overflow: hidden;}
.jjfa .ys p{float: left;font-size: 18px;margin-right: 50px;line-height: 45px;}
.jjfa .ys p span{width: 77px;height: 45px;color: #fff;line-height: 45px;text-align: center;margin-right: 20px;background: #9c6e40;display: inline-block;}
.jjfa .ys p:last-child{margin-right: 0;}

.sbfz{background: #2a4254;overflow: hidden;min-width: 1230px;}
.sbfz .left{width: 290px;float: left;margin: 55px 0 52px 0;}
.sbfz .left .zc{width: 60px;height: 345px;float: left;display: block;background: #9c6e40;border-radius: 5px;font-size: 27px;color: #fff;text-align: center;}
.sbfz .left .zc p:first-child{margin: 130px 0 10px 0;}
.sbfz .left .yc{float: right;}
.sbfz .left .yc div{width: 215px;height: 169px;background: #fff;border-radius: 5px;display: table;position:relative;}
.sbfz .left .yc div:nth-child(2){margin-top: 7px;}
.sbfz .left .yc div span{display: table-cell; vertical-align:middle; *position:absolute; *top:50%; *left:50%; width:100%; text-align:center;}
.sbfz .left .yc div h6{font-size: 19px;color: #9c6e40;margin-bottom: 8px;font-weight: bold;}
.sbfz .left .yc div p{font-size: 14px;color: #7f8182;position:relative; *top:-50%; *left:-50%;margin-bottom: 3px;}
.sbfz .center{width: 600px;margin: 55px 25px 52px 25px;float: left;}
.sbfz .center .zc{width: 60px;height: 345px;float: left;display: block;background: #9c6e40;border-radius: 5px;font-size: 27px;color: #fff;text-align: center;margin-right: 14px;}
.sbfz .center .zc p:first-child{margin: 130px 0 10px 0;}
.sbfz .center .yc div{width: 172px;height: 169px;background: #fff;border-radius: 5px;display: table;position:relative;margin-right: 5px;float: left;}
.sbfz .center .yc div:nth-child(4){margin-top: 7px;}
.sbfz .center .yc div:nth-child(5){margin-top: 7px;}
.sbfz .center .yc div:nth-child(6){margin-top: 7px;}
.sbfz .center .yc div:nth-child(3n){margin-right: 0;}
.sbfz .center .yc div span{display: table-cell; vertical-align:middle; *position:absolute; *top:50%; *left:50%; width:100%; text-align:center;}
.sbfz .center .yc div h6{font-size: 19px;color: #9c6e40;margin-bottom: 8px;font-weight: bold;}
.sbfz .center .yc div p{font-size: 14px;color: #7f8182;position:relative; *top:-50%; *left:-50%;margin-bottom: 3px;}


.bj{background: #9c6e40;height: 370px;min-width: 1230px;}
.zy{margin-top: -370px;}
.zy .btt{display: block;margin: 0 auto;}
.zy .zyzs{width: 1318px;margin: 0 auto;background: #fff;margin-top: 35px;padding-top: 28px;overflow: hidden;padding-bottom: 75px;}
.zy .zyzs .zs_box{width: 291px;height: 188px;float: left;margin-right: 21px;margin-top: 28px;position: relative;}
.zy .zyzs .zs_box:nth-child(4n){margin-right: 0;}
.zy .zyzs .zs_box img{display: block;}
.zy .zyzs .zs_box span{border: 1px solid #cbb29a;font-size: 19px;color: #7f8182;font-weight: bold;display: block;line-height: 84px;text-align: center;border-top: none;border-radius: 0 0 6px 6px;}
.zy .zyzs .zs_box div{position: absolute;bottom: 0;left: 0;width: 100%;height: 188px;background: rgba(1,1,1,0.2);border-radius: 6px;opacity: 0;transition:1s ease;}
.zy .zyzs .zs_box:hover div{opacity: 1;}

.dzlc{overflow: hidden;}
.dzlc .btt{display: block;margin: 0 auto 50px;}
.dzlc .lc_box{width: 157px;height: 157px;background: #e5e5e5;border-radius: 50%;float: left;text-align: center;}
.dzlc .lc_box h6{width: 27px;height: 27px;border-radius: 50%;border:3px solid #9c6e40;color: #9c6e40;font-size: 24px;text-align: center;line-height: 27px;margin: 24px auto 15px;}
.dzlc .lc_box h5{font-size: 16px;color: #7f8182;font-weight: bold;}
.dzlc .lc_box p{font-size: 16px;color:#7f8182;}
.dzlc .xjt{float: left;margin: 74px 7px 0 5px;}
.dzlc .lc_box:hover h6{border:3px dashed #9c6e40;}

.ly{background: #f7f7f7;padding-bottom: 65px;min-width: 1230px;}
.ly h6{font-size: 37px;padding: 90px 0 60px 0;text-align: center;}
.ly .lyk{width: 394px;height: 45px;background: #efefef;display: flex;float: left;font-size: 14px;line-height: 45px;}
.ly .lyk p{width: 70px;margin:0 5px 0 15px;}
.ly .lyk input{flex:1;border:none;background: none;outline: none;}
.ly textarea{width: 1200px;padding: 15px;height: 70px;background: #efefef;resize:none;margin: 35px 0;border:none;outline: none;}
.ly ::-webkit-input-placeholder { /* WebKit browsers */
color:#000;font-size:14px;
}
.ly :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#000;font-size:14px;
}
.ly ::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#000;font-size:14px;
}
.ly :-ms-input-placeholder { /* Internet Explorer 10+ */
color:#000;font-size:14px;
}
.ly #j_btn1{width: 390px;height: 45px;background: #2a4254;color: #fff;font-size: 30px;outline: none;border:none;margin: 0 auto;display: block;line-height: 45px;}

/*品牌建设*/
.hlxm h6{font-size: 37px;text-align: center;margin: 20px 0 50px 0;}
.hlxm .hl_box{width: 233px;height: 228px;background: #efefef;float: left;margin-right: 15px;border-radius: 5px;text-align: center;}
.hlxm .hl_box:nth-child(7){margin-right: 0;}
.hlxm .hl_box h6{font-size: 16px;width: 166px;height: 29px;background: #9c6e40;border-radius: 10px;color: #fff;font-weight: bold;margin: 23px auto 17px;line-height: 29px;}
.hlxm .hl_box p{font-size: 14px;color: #636363;line-height: 25px;}
.hlxm .sj{padding-top: 70px;overflow: hidden;}

.yszs{padding-top: 102px;}
.yszs .ys_box{width: 130px;height: 240px;border:2px solid #9c6e40;border-radius: 5px;position: relative;float: left;margin-right: 22px;transition:1s ease;margin-bottom: 75px;}
.yszs .ys_box:last-child{margin-right: 0;}
.yszs .ys_box h6{width: 108px;height: 78px;background: #9c6e40;border-radius: 50%;position: absolute;top: -60px;left: 13px;font-size: 19px;color: #fff;text-align: center;padding-top: 30px;}
.yszs .ys_box p{width: 84px;margin: 80px auto 0;font-size: 14px;color: #fff;line-height: 25px;}
.yszs .ys_box:hover{-webkit-transform: translateY(-10px);
   -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
     -o-transform: translateY(-10px);
        transform: translateY(-10px);box-shadow: 10px 10px 20px rgba(32,52,67,0.5);}


.fwfw{background: url(../img/js_11.jpg) top center no-repeat;width: 100%;height: 700px;overflow: hidden;min-width: 1230px;}
.fwfw h6{font-size: 37px;color: #fff;text-align: center;margin: 90px 0 50px 0;}
.fwfw .kk{overflow: hidden;margin-bottom: 70px;}
.fwfw .kk div{width: 147px;height: 137px;overflow: hidden;float: left;margin-right: 7px;}
.fwfw .kk div img{transition:1s ease;}
.fwfw .kk div:last-child{margin-right: 0;}
.fwfw .kk div:hover img{-webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
        transform: scale(1.2);}
.fwfw p{font-size: 25px;line-height: 40px;text-align: center;color: #fff;}
.fwfw a{width: 390px;height: 45px;line-height: 45px;font-size: 30px;color: #fff;background: #9c6e40;display: block;margin: 30px auto 0;text-align: center;}

/*小程序*/
.xcx{text-align: center;}
.xcx h6{font-size: 37px;}
.xcx h5{font-size: 32px;}
.xcx h5 span{color: #9c6e40;}
.xcx p{color: #7d7d7d;font-size: 31px;margin: 10px 0 55px 0;}
.ys{padding-top: 50px;}
.ys .zs_box{width: 196px;height: 258px;float: left;margin-right: 10px;border-radius: 5px;background: #efefef;margin-bottom: 75px;transition:1s ease;}
.ys .zs_box:last-child{margin-right: 0;}
.ys .zs_box h6{height: 77px;border-radius: 5px;background: #9c6e40;font-size: 20px;color: #fff;line-height: 77px;text-align: center;font-weight: bold;}
.ys .zs_box p{font-size: 16px;color: #7d7d7d;width: 82%;margin: 25px auto 0;line-height: 25px;}
.ys .zs_box:hover{-webkit-transform: translateY(-10px);
   -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
     -o-transform: translateY(-10px);
        transform: translateY(-10px);box-shadow: 10px 10px 20px rgba(32,52,67,0.7);}

.alzs{background: #f8f8f8;overflow: hidden;min-width: 1230px;}
.alzs p{font-size: 21px;text-align: center;color: #9c6e40;margin: 40px 0 10px 0;font-weight: bold;}
.alzs h6{font-size: 34px;text-align: center;font-weight: bold;}
.alzs h6 span{color: #9c6e40;}

.jz h6{font-size: 24px;margin: 60px 0;text-align: center;}

/*平面设计*/
.pmsj{text-align: center;}
.pmsj h6{font-size: 29px;}
.pmsj h5{font-size: 32px;margin-top: 5px;}
.pmsj h5 span{color: #9c6e40;}
.sjfw{background: #9c6e40;min-width: 1230px;margin-top: 35px;}
.sjzs h6{font-size: 32px;font-weight: bold;text-align: center;margin: 45px 0 55px 0;}
.sjzs h6 span{font-weight: normal;}
.hzsj{background: url(../img/pm_04.jpg) top center no-repeat;width: 100%;height: 744px;overflow: hidden;margin-top: 80px;min-width: 1230px;}
.hzsj h6{font-size: 29px;float: right;margin: 68px 0 45px 0;color: #fff;}
.hzsj h6 span{color: #9c6e40;font-weight: bold;}

.wmnz{text-align: center;}
.wmnz h6{font-size: 37px;}
.wmnz p{font-size: 16px;color: #636363;}
.wmnz span{font-size: 18px;width: 725px;height: 36px;background: #9c6e40;border-radius: 5px;text-align: center;line-height: 36px;margin: 0 auto;display: block;color: #fff;margin-top: 10px;}
.nzxm{margin-top: 45px;overflow: hidden;margin-bottom: 65px;min-width: 1230px;}
.nzxm .xm_box{width: 134px;height: 275px;margin-right: 85px;float: left;background: #333435;color: #fff;}
.nzxm .xm_box:last-child{margin-right: 0;}
.nzxm .xm_box .s{height: 138px;overflow: hidden;padding: 0 13px;}
.nzxm .xm_box .x{height: 137px;padding: 0 13px;overflow: hidden;}
.nzxm .xm_box img{margin: 44px auto 0;display: block;}
.nzxm .xm_box .xx{border-bottom: 1px dashed #a0a0a0;height: 36px;}
.nzxm .xm_box h6{font-size: 18px;text-align: center;margin-top: 18px;}
.nzxm .xm_box p{font-size: 12px;text-align: center;margin-top: 5px}
.nzxm .xm_box span{text-align: center;display: block;}
.nzxm .xm_box:first-child span{margin-top: 22px;}
.nzxm .xm_box:hover .s{background: #1f2020;}
.nzxm .xm_box:hover .x{background: #2a4254;}

.tgly{overflow: hidden;}
.tgly h5{margin-top: 60px;font-size: 18px;text-align: center;color: #636363;}
.tgly h6{padding-top: 0;}

.hxys{background: url(../img/tg_08.jpg) top left no-repeat;width: 100%;height: 1090px;min-width: 1230px;overflow: hidden;margin-bottom: 40px;}
.hxys h5{margin: 120px 0 0 760px;font-size: 43px;}
.hxys .ysx{margin: 90px 0 0 710px;color: #fff;}
.hxys .ysx h6{margin: 40px 0 10px 0;font-size: 36px;}
.hxys .ysx p{font-size: 18px;margin-left: 35px;}
.cgal{min-width: 1230px;}
.cgal h5{font-size: 22px;text-align: center;}
.cgal h6{font-size: 43px;text-align: center;font-weight: bold;margin-bottom: 50px;}
.cgal h6 span{font-weight: normal;}
.alfx{background: #f2f2f2;overflow: hidden;padding: 50px 0 110px 0;min-width: 1230px;}
.alfx .al_box{background: url(../img/tg_09.png) top center no-repeat;width: 596px;height:363px;float: left;}
.alfx .al_box:nth-child(2n){float: right;}
.alfx .al_box:nth-child(3){margin-top: 70px;}
.alfx .al_box:nth-child(4){margin-top: 70px;}
.alfx .al_box .bk{width: 464px;height: 289px;margin-top: 23px;margin-left: 74px;overflow: hidden;}
.alfx .al_box .bk img{transition:1s ease;}
.alfx .al_box .bk:hover img{-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
        transform: scale(1.1);}

/*新闻中心*/
.xwlb{width: 1160px;margin: 60px auto 0;}
.lb_box{display: block;padding: 45px 0;border-top: 1px solid #f0f0f0;overflow: hidden;}
.lb_box .time{width: 125px;float: left;display: block;margin-top: 15px;}
.lb_box .time h6{font-size: 24px;color: #bfbfbf;float: left;}
.lb_box .time p{width: 35px;height: 1px;background: #bfbfbf;float: right;margin-top: 15px;}
.lb_box .time img{float: left;margin-top: 30px;clear: both;}
.lb_box .xw{width: 600px;float: left;margin-left: 30px;display: block;color: #717171;}
.lb_box .xw h6{font-size: 18px;margin: 20px 0 30px 0;}
.lb_box .xw p{font-size: 14px;line-height: 25px;}
.lb_box .tp{width: 219px;overflow: hidden;float: right;display: block;}
.lb_box .tp img{width: 100%;}

.xwlb .nr{font-size: 14px;line-height: 30px;color: #717171;margin-bottom: 80px;}

.xwlb .fy{padding: 50px 0 40px 0;text-align: center;display: block;clear: both;}
.xwlb .fy a:first-child {display: none;}
.xwlb .fy a{padding: 3px 15px;border: 1px solid #cccccc;box-sizing: border-box;font-size: 14px;color: #333;}
.xwlb .fy b{background: #2a4254;color: #fff;padding: 3px 15px;font-size: 14px;border: 1px solid #2a4254;}
.xwlb .sx{padding: 40px 0;color: #717171;}
.xwlb .sx a{color: #717171;}

.jj_zt{width: 332px;float: left;margin-right: 60px;}
.jj_yz{width: 710px;float: left;}
.jj_yz h6{font-size: 37px;margin-bottom: 20px;}
.jj_yz p{text-indent: 28px;font-size: 15px;color: #6e6e6e;line-height: 25px;}
.jj_yz p span{color: #c8b597;}











