@charset "utf-8";
/*!
 * @名称：public.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    background:#fff;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
    font-family: '微软雅黑';
}
body{overflow-x: hidden;}
input,select,textarea {
    font-size:100%;
    background: #fff;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
ul,li{
    list-style: none;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:none;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}

ins,a:hover {
    text-decoration:none;
    /*color: #00b9e4;*/
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
.clearf:after{
    height:0;
    content:'';
    display:block;
    clear:both;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}/*公共样式*/
/*header*/
.w1200{width: 1200px;margin:0 auto;}
.header{position: relative;width: 100%;}
.header .top{z-index: 2;background: #fff;position: fixed;top: 0;left: 0;width: 100%;height: 53px;border-bottom: 1px solid #e5e5e5;}
.header .top .top-ls{position: relative;float: right;}
.header .top .top-login{margin-right: 27px;margin-top:8px;width: 112px;position: relative;float: left;height: 32px;background: #fff;border:1px solid #d6d3d3;}
.header .top .top-registered{margin-top:8px;width: 112px;position: relative;float: left;height: 32px;border:1px solid #d6d3d3;}
.header .top .top-login a{font-size: 16px; color: #666666;line-height: 32px;text-align: center;width: 100%;float: left;}
.header .top .top-registered a{font-size: 16px;color: #666666;line-height: 32px;text-align: center;width: 100%;float: left;}
.header .top .top-login:hover,.header .top .top-registered:hover{background: #ccb184;}
.header .top .top-login:hover a,.header .top .top-registered:hover a{color: #fff;}
.header .top-nav{margin-top: 53px;height:90px;}
.header .top-nav .head{padding: 15px 0;position: relative;float: left;width: 100%;hei9ght:90px;} 
.header .top-nav .head .logo{float: left;margin-top:17px;}
.header .top-nav .head .header-nav{float: right;z-index: 1;margin-top:15px;}
.header .top-nav .head .header-nav ul{margin-top: 20px;}
.header .top-nav .head .header-nav ul .nLi{float: left;position: relative;height: 40px;}
.header .top-nav .head .header-nav ul .nLi a{font-size: 18px;padding:0 30px;text-align: center;color: #666666;}
.header .top-nav .head .header-nav ul .nLi a:hover{color: #ccb184;}
.header .top-nav .head .header-nav ul .nLi .sub{display:none;position: absolute;width: auto;z-index:5;margin-top: 17px;width:100%;}
.header .top-nav .head .header-nav ul .nLi .sub li a{padding:10px 6px 5px;line-height: 40px;text-align: center;color: #545456;font-size: 16px;display: block;white-space: nowrap;}
.header .top-nav .head .header-nav ul .nLi .sub li{zoom:1;width: auto;background-color: #fff;}
.header .top-nav .head .header-nav ul .nLi .sub li a:hover{color: #ccb184;}
.header .top-nav .head .header-nav ul .nLi .sub li em{height: 1px;width: 70%;background: #e5e5e5;display: inherit;margin:0 auto;}
/*footer*/
.footer{width: 100%;position: relative;background: #4b4b4b;border-top: 3px solid #ccb184;}
.footer .foot{margin-top: 30px;}
.footer .ls{border-bottom: 1px solid #ccc;padding-bottom: 15px;}
.footer .foot .footleft .footlogo{margin-bottom: 10px;}
.footer .foot .footleft p{font-size: 16px;color: #fff;line-height: 1.8rem;}
.footer .foot .footleft p em{padding-right: 15px;}
.footer .footewm p{line-height: 2rem;color: #fff;font-size: 16px;text-align: center;}
.footer .Copyright p{width: 100%;color: #fff;font-size: 14px;text-align: center;}
.footer .Copyright p a{width: 100%;color: #fff;font-size: 14px;text-align: center;}
.footer .Copyright{background: #4b4b4b;float: left;position: relative;width: 100%;padding: 15px 0;}

/*=================弹出框=====================*/
#logins{
    position: fixed;
    display: none;
    top: 32%;
    left: 0;
    width: 315px;
    height: 460px;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    z-index: 12;
	right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding:0 50px;
}
#login{
    position: fixed;
    display: none;
    top: 32%;
    left: 0;
    width: 315px;
    height: 375px;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    z-index: 12;
	right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding:0 50px;
}
#registered {
    position: fixed;
    display: none;
    top: 32%;
    left: 0;
    width: 654px;
    height: 419px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 12;
	right: 0;
    bottom: 0;
    padding:0 50px;
	margin-left: auto;
    margin-right: auto;
}
#from{
    position: fixed;
    display: none;
    top: 20%;
    left: 0;
	right: 0;
    bottom: 0;
    width:713px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 12;
    padding:35px 50px;
	margin-left: auto;
    margin-right: auto;
}
#panel,#pane2,#pane3{
    background-color: #FFF;
    position: relative;
}
#forbid{visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color:#000;
	opacity:0.7;
	filter:Alpha(opacity=70);
    z-index: 11;}
#logins  b{margin-top: 58px;display: block;font-weight: normal;}
#login #panel .in,#logins #panel .in{position: relative;}
#registered #pane2 ul{position: relative;margin-bottom: 35px;}
#registered #pane2 li:nth-child(2n+0){margin-right: 0;}

#registered #pane2 li{position: relative;float: left;width: 47%;margin-right: 6%;}
#login h2{color: #ccb184;font-size: 18px;font-weight: bold;text-align: center;padding:40px 0 20px 0;}
#logins h2{color: #ccb184;font-size: 18px;font-weight: bold;text-align: center;padding:25px 0 20px 0;}
#registered h2{color: #ccb184;font-size: 18px;font-weight: bold;text-align: left;padding:40px 0 20px 0;}
#login p,#logins p,#registered p{height: 1px;background:#ccb184;margin-bottom: 27px;}
#login #panel input,#logins #panel input{width: 94%;padding-left: 17px;height: 38px;border:1px solid #d6d3d3;margin-bottom: 17px;line-height:38px;}
#panel span{color: #fc0101;font-size:20px;position: absolute;top: 0;right: -16px;}
#login button{line-height: 50px;font-size:16px;margin-top: 23px;border:none;color: #fff;width: 100%;height: 50px;background:#ccb184; }
#logins #but_sub{line-height: 50px;font-size:16px;margin-top: 23px;border:none;color: #fff;width: 100%;height: 50px;background:#ccb184; }
#logins #but_regret{line-height: 50px;font-size:16px;margin-top: 15px;border:none;color: #fff;width: 100%;height: 50px;background:#ccc;}
#login a,#logins a,#registered a,#from .a{width: 22px;height: 22px;background: url(../images/icon/close.png) center  no-repeat;position: absolute;right: 24px;top: 20px;}
#registered #pane2 input{width:94%;padding-left: 17px;height: 38px;border:1px solid #d6d3d3;margin-bottom: 17px;line-height:38px;}
#registered #pane2 span{color: #fc0101;font-size:20px;position: absolute;top: 0;right: -14px;}
#registered button{line-height: 50px;font-size:16px;border:none;color: #fff;width:286px;margin:0 auto;height: 50px;background:#ccb184; }
#from h2{color: #666666;font-size: 32px;text-align: center;}
#from h3{color: #666666;font-size: 16px;text-align: center;padding: 10px 0;}
#from p{width: 42px;height: 4px;background: #ccb184;margin:0 auto;text-align: center;}
#from #pane3{margin-top: 40px;position: relative;}
#from #pane3 ul li{float: left;width: 48%;margin-right: 3%;margin-bottom: 20px;position: relative;}
#from #pane3 ul li:nth-child(2n+0){margin-right: 0;}
#from #pane3 ul li .b{border:none;width:85%;}
#from #pane3 ul li input{padding-left: 15px;border:1px solid #d6d3d3;height: 53px;width:95%;float: left;color: #444444;font-size:16px;line-height:53px;}
#from #pane3 ul li span{position: absolute;line-height: 53px;color: #444;left: 0;}
#from #pane3 ul li span i{color: #fc0101;margin:0 5px 0 10px;}
#from #pane3 ul li:last-child span{position: relative;line-height: 53px;color: #444;float: left;}
#from #pane3 ul li:last-child span:hover{color:#ccb184; }
#from #pane3 ul li .last{position: relative;line-height: 53px;color: #444;float: left;}
#from #pane3 ul li .last:hover{color:#ccb184; }
#from #pane3 ul li:last-child a{float: left;}
#from #pane3 ul li:nth-child(4) .select{padding-left: 65px;width: 80.7%;}
#from #pane3 ul li:nth-child(6) .select{padding-left: 93px;width: 72.5%;}
#from #pane3 ul li:nth-child(7) .select{padding-left: 93px;width: 72.5%;}

#from #pane3 ul li .select1{padding-left: 65px;width: 80.7%;}
#from #pane3 ul li .select2{padding-left: 93px;width: 72.5%;}
#from #pane3 ul li .select3{padding-left: 93px;width: 72.5%;}


#from #pane3 ul li:last-child{width: 48%;}
#from #pane3 ul li .select{position: relative;border:1px solid #d6d3d3;height: 53px;float: left;color: #444444;font-size:16px;}
#from #pane3 ul li .select .triangle{background: url(../images/page/no.png) center no-repeat;position: absolute;right: 7px;top: 18px;width: 15px;height: 20px;}
#from #pane3 ul li .xia b{float: left;font-weight: normal;line-height: 52px;font-size: 16px;color: #444;}
#from #pane3 ul li .xia{width: 100%;position: relative;float: left;}
#from #pane3 ul li .xia ul{border:1px solid #d6d3d3;border-top: none;display: none;position: absolute;top: 100%;width: 99.7%;background: #fff;z-index: 2}
#from #pane3 ul li .xia ul li{width: 100%;line-height:45px;margin:0;color: #444;font-size: 20px;text-align: center;}
#from #pane3 ul li .xia ul li:hover{background: #ccb184;color: #fff;}

#from #pane3 ul .yzm input{width: 28%;}
#from #pane3 ul .yzm em{float: left;line-height: 53px;color: #444;}
#from #pane3 ul .yzm img{margin-top: 11px;margin-left: 10px;float: left;}
#from #pane3 .button{margin:0 auto;width: 337px;margin-top:50px;margin-bottom: 50px;} 
#from #pane3 .button button{width: 337px;height: 50px;line-height: 50px;text-align: center;color: #fff;font-size:20px;border: none;background: #ccb184;}
._citys { background: #fff;display: inline-block; border: 2px solid #eee; padding: 5px; position: relative; }
._citys span { color: #ccb184; height: 15px; width: 15px; line-height: 15px; text-align: center; border-radius: 3px; position: absolute; right: 10px; top: 10px; border: 1px solid #ccb184; cursor: pointer; }
._citys0 { width: 95%; height: 34px; line-height: 34px; display: inline-block; border-bottom: 2px solid #ccb184; padding: 0px 5px; font-size:14px; font-weight:bold; margin-left:6px; }
._citys0 li { display: inline-block; line-height: 34px; font-size: 15px; color: #888; width: 80px; text-align: center; cursor: pointer; }
._citys1 { width: 100%; display: inline-block; padding: 10px 0; }
._citys1 a { width: 83px; height: 35px; display: inline-block; background-color: #f5f5f5; color: #666; margin-left: 6px; margin-top: 3px; line-height: 35px; text-align: center; cursor: pointer; font-size: 12px; border-radius: 5px; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: #ccb184; }
.AreaS { background-color: #ccb184 !important; color: #fff !important; }
#from #pane3 ul .input{float: left;width: 48%;margin-right: 3%;margin-bottom: 20px;position: relative;}
#from #pane3 ul .input input{padding-left: 100px;border:1px solid #d6d3d3;height: 53px;width: 70.25%;float: left;color: #444444;font-size:16px;}
#from #pane3  s{position:absolute;top:25px;right:-2px;width:32px;height:32px;background:url(..//images/page/no.png) no-repeat;}


/*=================wrap=====================*/
.suspension{position: fixed;top: 58%;right: 30px;z-index:10;width:65px;}
.suspension .sus{width: 65px;height: 65px;position: relative;cursor: pointer;transition-duration: .5s;}
.suspension .sus p{width: 65px;height:65px;}
.suspension .sus1{background:#ccb184;}
.suspension .sus2{background:#313131;background: url(../images/icon/19.png) center  no-repeat;}
.suspension .sus1 p{background: url(../images/icon/16.png) center no-repeat;}
.suspension .sus2 p{color: #fff;font-size:15px;line-height: 95px;text-align: center;}
.suspension .sus .app{width: 151px;height: 55px;padding-left: 26px;padding-top: 10px; position: absolute;top: 50%;right: 100%;transform: translateY(-50%); background: url(../images/ico25.png) center no-repeat;display: none;transition-duration: .5s;}
.suspension .sus .app b{line-height: 24px; font-size: 14px;color: #2284db;display: block;} 
.suspension .sus .app span{font-size: 14px;color: #333333;display: block;}
.suspension .sus1 .Wechat{background: none;width: 142px;height: 130px;}
.suspension .sus:hover>.app{display: block;}
.suspension .susqq{background:#ccb184  url(../images/icon/qq.png) center  no-repeat;background-size: 36px auto;border-bottom: 1px solid #fff;}
.suspension .susqq a{float: left;width: 100%;height: 100%;}
/*=================wrap=====================*/

.banner,.Training_direction,.Training_dynamics,.hetit,
.ind03,.szll_jian,.szll,.ind04,.picMarquee-left,.ys1,.ys2,.ys3,.ys4,.ind05,.ind06,.ind07,.ind08{visibility: hidden;}
.banner.active{visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;}

.slideBox.active,.hetit.active,.ind03.active,.Profile_deta.active,.Profile_img.active,
.szll_jian.active,.szll.active,.ind04.active,.picMarquee-left.active,.ys1.active,
.ys2.active,.ys3.active,.ys4.active{
    animation-delay: 0.2s;
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.Training_direction.active,.ind05.active,.ind07.active{visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;}
.Training_dynamics.active,.ind06.active,.ind08.active{visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;}




.hotkc ul li em img,.he ul li em img,.kec .kechengxz .kechengtb .kechengtb_li li em,.recruitment ul li em,.hezuo li em{    -webkit-transition:.5s ease-in;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in;transition:.5s ease-in; }
.hotkc ul li em:hover img,.he ul li em:hover img,.kec .kechengxz .kechengtb .kechengtb_li li em:hover,.recruitment ul li em:hover,.hezuo li em:hover{-webkit-transform:rotateY(180deg);-moz-transform: rotateY(180deg);-ms-transform: rotateY(180deg);-o-transform: rotateY(180deg);transform: rotateY(180deg);z-index:1;}

/*由下方滑动上来 伴随着渐显*/
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

/*从左滑动出来 伴随着渐显*/
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}


/*从右滑动出来 伴随着渐显*/
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes myfirst
    {
    from {border:0 solid #E4684D; left:1px;top: 1px;}
    to {border:12px solid #E4684D; left:-11px;top: -11px;}
    }
 
    @-moz-keyframes myfirst 
    {
    from {border:0 solid #E4684D; left:1px;top: 1px;}
    to {border:12px solid #E4684D; left:-11px;top: -11px;}
    }
 
    @-webkit-keyframes myfirst 
    {
    from {border:0 solid #E4684D; left:1px;top: 1px;}
    to {border:12px solid #E4684D; left:-11px;top: -11px;opacity: 0;}
    }
 
    @-o-keyframes myfirst 
    {
    from {border:0 solid #E4684D; left:1px;top: 1px;}
    to {border:12px solid #E4684D; left:-11px;top: -11px;}
    }


@keyframes kenburns {
  0% {-webkit-transform: scale(1.08);
            transform: scale(1.08);}
  100% {-webkit-transform: scale(1);
            transform: scale(1);}
}
@-webkit-keyframes kenburns {
  0% {-webkit-transform: scale(1.08);
            transform: scale(1.08);}
  100% {-webkit-transform: scale(1);
            transform: scale(1);}
}
@-moz-keyframes kenburns {
  0% {-webkit-transform: scale(1.08);
            transform: scale(1.08);}
  100% {-webkit-transform: scale(1);
            transform: scale(1);}
}
@-ms-keyframes kenburns {
  0% {-webkit-transform: scale(1.08);
            transform: scale(1.08);}
  100% {-webkit-transform: scale(1);
            transform: scale(1);}
}




/*分页*/
.fy .asp {width: 100%;}
.fy .asp .pager {color: #5d5d5d;clear: both;width: 100%;margin: 20px auto 0;height: 30px;line-height: 30px;text-align: center;font-size: 14px;}
.fy .asp .pager .cpb,.fy .asp .pager a:hover {color: #FFF;font-weight: 100;background: #679df9;}
.fy .asp .pager span,.fy .asp .pager .nolink,.fy .asp .pager a {display: inline-block;border: solid 1px #eaeaea;color: #5d5d5d;line-height: 30px;margin: 0 3px;padding: 0px 11px;background: #eaeaea;font-weight: 100;}
.fy .asp .pager span.inp input {width: 51px;padding: 5px 0 5px 10px;height: 18px;font-size: 16px;color: #555;}
.fy .asp .pager span.inp {margin: 1px auto 0;padding: 0px;width: 61px;height: 30px;background: #fff;border: solid 1px #eaeaea;border-right: none;}
.fy .asp .pager span.no {margin: 0px;padding: 0px;width: 31px;font-size: 14px;background-color: #c6c6c6;margin-left: -5px;}
.fy .asp .pager span.no:hover {background: #0f5bbd;background-size: contain;color: #FFF;cursor: pointer;border: solid 1px transparent;}
.fy .asp .pager .cpb,.fy .asp .pager a:hover {color: #FFF;font-weight: 100;background: #0f5bbd;background-size: contain;border: solid 1px #679df9;}
.fy .asp .pager .pageinfo{background:none;border: 0;}


.footer .top dl{height: 230px; border-left: #6f6f6f 1px solid;}
.footer .top dt{padding: 39px 0 26px; font-size: 16px;color: #bd9b60;}
.footer .top dd a{display: block;float: left; margin-right: 44px;line-height: 30px; font-size: 14px;color: #fff;}
.footer .top dd p{float: left; font-size: 14px;color: #fff;line-height: 26px;}
.footer .top dd p.icon{padding-left: 40px;width: 43px;}
.footer .top dd .weixin{margin:0 auto;padding-top: 32px; width: 135px;}
.footer .top dd .weixin img{width: 135px;}
.footer .top dd .weixin i{display: block;font-style: normal;line-height: 38px; text-align: center;font-size: 16px;color: #fff;}
.footer .top .l1{width: 214px; border-left: #6f6f6f 0px solid;}
.footer .top .l2{padding-left: 50px;width: 366px;}
.footer .top .l3{padding: 0 53px 0 50px;}
.footer .top .l4{padding-left: 49px;}
.footer .Copyright{border-top: #6f6f6f 1px solid;}

.iconPopup{position: fixed;left: 50%;top: 50%;z-index: 1999;margin:-140px 0 0 -208px; width: 416px;height: 280px; background: #fff;}
.iconPopup i{margin:20px 20px 0 0; width: 26px;height: 26px;background: url(../images/icon/z_5.png) right top no-repeat;cursor: pointer;}
.iconPopup b{text-align: center; font-size: 18px;color: #ccb184;font-weight: bold;}
.iconPopup img{margin:26px auto 0;}
.iconPopup_bac{position: fixed;left: 0;top: 0;z-index: 999; width: 100%;height: 100%;background: url(../images/icon/z_6.png) repeat;}


.header .top-nav .head .header-nav ul .nLi a{padding: 0 12px;font-size: 15px;}
.search_zj {transition: all 0.5s;position: absolute;right: 0px;top: 44px;z-index: 3;width: 0px;height: 200px;overflow-x: hidden;}
.search_zj .bor{float: left; width:660px;height: 40px;border: #ccb184 1px solid;border-radius: 40px;}
.search_zj .but{display: block;float: left;width: 53px;height: 40px;border-radius: 0 40px 40px 0; background: url(../images/icon/z_7s.png) center no-repeat;border:0px;cursor: pointer;}
.search_zj input{display: block;float: left;margin:0 10px 0 20px; width: 480px;height:39px;line-height: 39px; font-size: 16px;color: #d0d0d0;border:0px;}
.search_zj .select_s{position: relative; float: left;border-right: #ccb184 1px solid;border-left: #ccb184 1px solid;}
.search_zj .select_s p{cursor: pointer; padding-left: 28px; width: 66px;height: 40px;line-height: 40px; font-size: 16px;color: #ccb184; background:url(../images/icon/z_8.png) 67px center no-repeat;}
.search_zj .select_s .pos{display: none; position: absolute;left:-1px;top: 40px;z-index: 99; width:96px;border-top: #ccb184 1px solid;background: #fff; }
.search_zj .select_s .pos a{display: block;padding-left: 28px; font-size: 16px;line-height: 40px; color: #ccb184;border: #ccb184 1px solid;border-top:0px; cursor: pointer;}

.search_zj .select_s .other{background: url(../images/icon/z_8s.png) 67px center no-repeat;}

.search_zj .delete{
    margin-left: 18px;
    width: 42px;
    height: 42px;
    background: url(../images/icon/z_9.png) center no-repeat;
    cursor: pointer;}


.search_zj.cur_s {transition: all 0.5s;width: 722px; }


.search_zjs{float: right;margin:26px 0 0 30px; width: 53px;height: 40px;border-radius: 0 40px 40px 0; background: url(../images/icon/z_7s.png) center no-repeat;border:0px;cursor: pointer;}







