/* 
 * chongqing global css
 * version: 0.1.x
 * date: 2015-11-4
 * author: 
 */
/*
    勿轻易改动
*/
/*  css reset__  */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: normal;
}
html{
    overflow: auto;
    width: 100%;
}
body{
    overflow: hidden;
    width: 100%;
    margin: auto;
    height: auto;
    background-color: #efefef;
}
/*html,
body{
    height: auto;
    width: 100%;
    /*overflow: hidden;
}
*/
img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 0;
    vertical-align: top;
}
body,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "\5fae\8f6f\96c5\9ed1", "Hiragino Sans GB", "arial", sans-serif;
    font-size: 13px;
}
address,
cite,
dfn,
em,
var,
strong {
    font-style: normal;
}
a,
a:link,
a:visited,
a:hover,
a:active{
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
ul,
ol,
li {
    list-style-type: none;
}
/*  fix ie9-  */
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/*  __css reset  */
/*  global style__  */
.public-main {
    width: inherit;
    height: inherit;
    max-width: 1920px;
    min-width: 1170px;
    margin: auto;
    clear: both;
}
/*.container {
    padding-right: 0;
    padding-left: 0;
}*/
.imageBg{
    position: relative;
}
.imageBg>*{
    position: relative;
    z-index: 7;
}
.imageBg>img.bg{
    position: absolute;
    z-index: 0;
}
.uifont{
    font-family: "BebasNeue";
}
@font-face{
    font-family: "BebasNeue";
    src: url(../source/aebasneue.woff) format('woff');
}


/*  common-style__  */
.bottom-shadow{
    position: relative;
    padding-bottom: 20px;
}
.bottom-shadow:after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/shadow.png) no-repeat center;
    background-size: 100% 100%;
}
#side-bar{
    position: fixed;
    opacity: 0.3;
    z-index: 999;
    top: 50%;
    right: 20px;
    margin-top: -250px;
    width: 80px;
    text-align: center;
    /*box-shadow: 1px 1px 5px #666;*/
    background-color: #fff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#side-bar>a.index{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    letter-spacing: 0.2em;
    color: #fff;
    background-color: #c59650;
}
#side-bar .wrap>*{
    display: block;
    border-top: 1px solid #d6d6d5;
    height: 80px;
}
#side-bar .wrap>a img{
    display: block;
    margin: 5px auto 0;
    height: 50px;
}
#side-bar .wrap>a span{
    display: block;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}
#side-bar .tel{
    padding-top: 40px;
    height: 105px;
    color: #fff;
    background: #cda870 url(../images/icon-sidebar-tel.png) center 10px no-repeat;
}
.side-bar-totop {
    background: url(../images/totop.png) #000 no-repeat center center;
    width: 100%;
    height: 40px;
    cursor: pointer;
}
.side-bar-totop img {
    width: 100%;
    height: inherit;
    opacity: 0;
    filter:alpha(opacity=0);
}
#side-bar .tel>*{
    display: block;
    line-height: 20px;
}
#side-bar .tel em,
#side-bar .tel strong{
    font-size: 15px;
}
#side-bar .tel strong{
    font-weight: bold;
}

#mask{
    display: none;
    /*opacity: 0;*/
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.7);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#46000000,endColorStr=#46000000)
    -ms-filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#46000000,endColorStr=#46000000)
}
#mask:before{
    /*content: ".";*/
    visibility: hidden;
    height: 50%;
    display: block;
    width: 100%;
}
#mask>*{
    position: relative;
    margin: auto;
    top: 50%;
}

#swt-popup .btn-close{
    position: absolute;
    top: 3px;
    right: 3px;
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
    /*background-color: #000;*/
    background: url(../images/btn-mask-close.jpg) #000 no-repeat center;
    cursor: pointer;
}
#swt-popup{
    margin-top: -225px;
    width: 700px;
    height: 450px;
    border-radius: 5px;
    background-color: #aaa;
}
#swt-popup>a,
#swt-popup>a img{
    display: block;
    height: 100%;
    width: 100%;
}

/*  __common-style  */




/*  common-nav-1__  */
.common-nav-1{
    overflow: visible;
    width: 1170px;
    margin: auto;
    border-bottom: 1px solid #d6d6d6;
    height: 50px;
    line-height: 50px;
}
.common-nav-1>a,
.common-nav-1>li{
    box-sizing: content-box;
    float: left;
    position: relative;
    height: 100%;
    line-height: inherit;
    text-align: center;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
.common-nav-1>li.active,
.common-nav-1>a.active{
    border-bottom: 1px solid;
}
.common-nav-1>li:nth-of-type(n+2):after,
.common-nav-1>a:nth-of-type(n+2):after{
    content: "";
    position: absolute;
    display: block;
    top: 20%;
    left: 0;
    height: 60%;
    width: 1px;
    background-color: #d6d6d6;
}
/*  __common-nav-1  */
/*  信息暂时区块 列表__  */
.common-info-section{
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-width: 0 1px 1px 0;
}
.common-info-section>*{
    float: left;
    box-sizing: border-box;
    /*margin: -1px 0px 0px -1px;*/
    border: 1px solid #d6d6d6;
    border-width: 1px 0px 0px 1px;
    padding: 20px 0 0 20px;
    width: 25%;
    height: 285px;
}
.common-info-section h1{
    margin-bottom: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    color: #c59650;
    overflow: hidden;
}
.infos-list{
    /*padding: 20px 0 0 20px;*/
}
.infos-list ul li {
    width: 91%;
    height: 37px;
    border-bottom: 1px solid #d6d6d6;
    line-height: 37px;
}
.infos-list .link-more {
    line-height: 25px;
}
/*  __咨询&&问答 列表  */
/*自定义按钮*/
.public-button {
    display: block;
    border: 1px solid #444;
    width: 95px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #444;
}
/*自定义字体颜色*/
.font-color-yellow {
    color: #c59650;
}
.font-color-black {
    color: #1f1f1f;
}
.font-color-grey {
    color: #666;
}
.font-color-white {
    color: #fff;
}
.header,
.header-area,
.header-title,
.header ul,
.footer {
    display: table;
}
.header ul,
.header li,
.header-area span,
.header-title .logo,
.footer li {
    float: left;
}
.header,
.footer,
.notice {
    width: 100%;
}
.header,
.footer {
    padding: 15px 25px;
}
/*.header-left,*/
.notice p {
    width: 995px;
}
.header-right {
    width: 235px;
}
.header-area em,
.footer em {
    padding-right: 10px;
    padding-left: 10px;
}
.header,
.notice p,
.footer {
    overflow: hidden;
}
.header-area li:last-child em,
.footer li:last-child em {
    display: none;
}
/*header*/
/*  __header  */
.global-header .side-list-label{
    float: left;
    color: #a2a2a2;
    line-height: 15px;
}
.global-header nav.side-list{
    overflow: hidden;
    color: #a2a2a2;
    line-height: 15px;
    text-align: center;
}
.global-header nav.side-list>a{
    margin-left: -1px;
    border-left: 1px solid;
    float: left;
    height: 15px;
    width: 70px;
    color: inherit;
}
/*  header__  */
.header {
    /*height: 95px;*/
    height: auto;
    background: black;
}
.header-area span,
.header-area a,
.header-area em {
    color: #aaa;
}
.header-area ul {
    padding-left: 5px;
}
.header-title {
    margin-top: 20px;
}
.header-title ul {
    position: relative;
    margin-left: 30px;
    margin-top: -3px;
    color: #fff;
}
.header-title li {
    margin-left: 20px;
    font-size: 18px;
    border-bottom: 2px solid #000000;
}
.header-title li a{
    color: inherit;
    font-size: inherit;
}

.header-title li.active,.header-title li:hover {
    border-color: #bb9c63;
}
.header-title li:hover a{
    color: #bb9c63;
}
.header-title li.active a {
    color: #bb9c63;
}
.header-title li:first-child {
    margin-left: 0;
}
.header-title span {
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 72px;
    height: 2px;
    background: #bb9c63;
}
.number p{
    font-size: 18px;
}
/*notice*/
.notice {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    background: red;
}
.notice>.section-wrapper{
    margin: auto;
    position: relative;
    height: 100%;
}
.notice ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    overflow: hidden;
}
.notice ul>li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}
.notice .public-button{
    float: right;
    margin-top: 9px;
    background: #1f1f1f;
    border: none;
    color: white;
}
/*footer*/
.footer {
    height: 75px;
    padding: 45px 25px;
    background-color: white;
}
.footer ul {
    margin-top: 5px;
}
.footer ul,
.footer p {
    font-size: 12px;
}
/*.footer p:last-child {
    margin-top: 10px;
}*/
.section-wrapper {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: auto;
    width: 1170px;
}
/*  common-tab-banner_  */
.common-tab-banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.common-tab-banner.lt1460 {
    height: 450px;
}
.common-tab-banner .ctn-box {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
}
.common-tab-banner .ctn-box>ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.common-tab-banner .ctn-box>ul>li {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.common-tab-banner .ctn-box li a {
    display: block;
    width: 5000px;
    /*text-align: center;*/
    position: absolute;
    margin-left: -2500px;
    left: 50%;
    height: 100%;
}

.common-tab-banner .ctn-box img.banner {
    display: block;
    margin: auto;
    /*height: 600px;*/
    height: 100%;
}
.common-tab-banner .ctn-box .word {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 15px 20px;
    width: 280px;
    overflow: hidden;
    color: #fff;
}
.common-tab-banner .ctn-box .word p {
    font-size: 40px;
    margin-bottom: 10px;
}
.common-tab-banner .btn-box {
    position: absolute;
    z-index: 9;
    right: 40px;
    top: 30px;
    width: 167px;
    overflow: hidden;
}
.common-tab-banner .btn-scrolldown {
    height: 30px;
    width: 100%;
    background-color: red;
}
.common-tab-banner .btn-scrolldown.disable {
    visibility: hidden;
}
.common-tab-banner .btn-box .btn-wrap {
    height: 397px;
    overflow: hidden;
}
.common-tab-banner .btn-box nav {
    display: block;
    margin-top: -5px;
    overflow: hidden;
    width: 100%;
}
.common-tab-banner .btn-box nav>a {
    box-sizing: content-box;
    display: block;
    margin-top: 5px;
    border: solid 1px #c59650;
    padding: 10px;
    width: 145px;
    height: 40px;
    line-height: 20px;
    color: #FFF;
    background-color: #000;
}
.common-tab-banner .btn-box nav>a.active {
    color: #000;
    background-color: #c59650;
}
/*  __common-tab-banner  */
/*  common-tab-contrast__  */
.common-tab-contrast{
    /*background-image: ;*/
    width: 100%;
    height: 500px;
    background-image: url(../images/c2fa31d1abfe4dc793ae1d9edd4f0534.gif);
/*    background-image: -o-linear-gradient(top, #b8b8b8, #e8e8e8, #dcdcdc);
    background-image: -moz-linear-gradient(top, #b8b8b8, #e8e8e8, #dcdcdc);
    background-image: -webkit-linear-gradient(top, #b8b8b8, #e8e8e8, #dcdcdc);*/
}
.common-tab-contrast>.section-wrapper{
    height: 100%;
    margin: auto;
}
.common-tab-contrast .common-tab-ctnbox,
.common-tab-contrast .common-tab-ctnbox>li{
    height: 100%;
    width: 100%;
}
.common-tab-contrast .common-tab-ctnbox>li{
    position: absolute;
    left: 0;
    top: 0;
}
.common-tab-contrast .after{
    float: left;
    height: 100%;
    width: 500px;
}
.common-tab-contrast .content{
    position: relative;
    padding: 100px 0 0 10px;
    z-index: 2;
    float: right;
    width: 670px;
    height: 500px;
}
.common-tab-contrast h1{
    position: absolute;
    left: 500px;
    top: 0;
    padding-left: 10px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
}
.common-tab-contrast h2{
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.common-tab-contrast ul{
    overflow: hidden;
    height: 60px;
}
.common-tab-contrast ul>li{
    float: left;
    width: 25%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.common-tab-contrast a.public-button{
    box-sizing: content-box;
    margin: 15px 10px;
    overflow: hidden;
}
.common-tab-contrast .common-tab-btnbox{
    position: absolute;
    z-index: 7;
    bottom: 60px;
    right: 0;
    height: 171px;
    width: 664px;
}
.common-tab-contrast .common-tab-btnbox img{
    float: left;
    margin-right: 10px;
    border: 3px solid #fff;
    width: 150px;
    height: 165px;
    box-shadow: 2px 2px 10px 0px #666;
}
.common-tab-contrast .common-tab-btnbox img.active{
    border-color: #c59650;
}
/*
.common-tab-contrast .wrap{
    position: relative;
    left: -50px;
    margin: auto;
    width: 100%;
    max-width: 1170px;
    height: 100%;
}
.common-tab-contrast .before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 500px;
    float: left;
}
.common-tab-contrast .before>img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.common-tab-contrast .right-wrap{
    position: relative;
    z-index: 2;
    float: right;
    width: 670px;
    height: 500px;
}
.common-tab-contrast h1{
    margin: 35px 10px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}
.common-tab-contrast h2{
    margin-left: 10px;
    height: 30px;
    font-size: 20px;
}
.common-tab-contrast .projects{
    margin-left: 10px;
    overflow: hidden;
    width: 100%;
}
.common-tab-contrast .projects>li{
    float: left;
    width: 25%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.common-tab-contrast a.more{
    display: block;
    margin: 15px 10px;
    border: 1px solid;
    width: 95px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #444444;
    font-size: 16px;
}
.common-tab-contrast .after{
    float: right;
    height: 171px;
    width: 664px;
}
.common-tab-contrast .after img{
    float: left;
    margin-right: 10px;
    border: 3px solid #fff;
    width: 150px;
    height: 165px;
    box-shadow: 2px 2px 10px 0px #666;
}
.common-tab-contrast .after img.active{
    border-color: #c59650;
}
*/
/*  __common-tab-contrast  */
/*  common-tab-lightbox__  */
.common-tab-lightbox{
    position: relative;
    padding: 0;
    height: 285px;
}
.common-tab-lightbox[size='1']{
    width: 25%;
}
.common-tab-lightbox .common-tab-ctnbox{
    position: relative;
    height: 100%;
    width: 100%;
}
.common-tab-lightbox .common-tab-ctnbox>li{
    position: absolute;
    left: 0;
    top: 0;
    /*padding: 10px;*/
    height: 100%;
    width: 100%;
}
.common-tab-lightbox .common-tab-ctnbox>li>*{
    position: relative;
    z-index: 2;
}
.common-tab-lightbox .common-tab-ctnbox>li>a>img{
    /*position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 200px;*/
    height: 100%;
    width: 100%;
}
.common-tab-lightbox h1{
    height: 50px;
    line-height: 50px;
    font-size: 34px;
    color: #c59650;
}
.common-tab-lightbox h2{
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}
.common-tab-lightbox[size='1'] h2{
    color: #000;
}
.common-tab-lightbox .content{
    overflow: hidden;
    width: 180px;
    font-size: 14px;
    line-height: 22px;
    height: 90px;
}
.common-tab-lightbox[size='1'] .content{
    color: #666666;
}
.common-tab-lightbox[size='2'] .content{
    height: 66px;
    color: #fff;
}
.common-tab-lightbox .num{
    display: block;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
    font-weight: normal;
    color: #c59650;
}
.common-tab-lightbox .buttons a{
    float: left;
    text-align: center;
}
.common-tab-lightbox[size='1'] .buttons a{
    border: 1px solid;
    width: 95px;
    height: 30px;
    line-height: 30px;
    color: #444444;
}
.common-tab-lightbox .btn-wrap{
    position: absolute;
    z-index: 9;
    top: 20px;
    right: 20px;
    height: 20px;
    width: 285px;
}
.common-tab-lightbox .common-tab-btnbox{
    /*width: 110px;*/
    height: 20px;
    overflow: hidden;
    float: right;
}
.common-tab-lightbox .common-tab-btnbox>li{
    float: left;
    margin-left: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #bb9c63;
    cursor: pointer;
}
.common-tab-lightbox .common-tab-btnbox>li.active{
    background-color: #333;
}
/*  __common-tab-lightbox  */
.common-sell-1{
    padding: 0;
    position: relative;
    height: 285px;
    background-image: url(../images/sell-bg_1.png);
}
.common-sell-1 a {
    display: block;
    width: 100%;
    height: 100%;
}
.common-sell-1 a>img{
    width: 100%;
    height: 100%;
}
/*
.common-sell-1 img.icon{
    position: absolute;
    top: 70px;
    right: 10px;
    height: 70px;
    width: 70px;
}
.common-sell-1 h1{
    margin-bottom: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    color: #c59650;
}
.common-sell-1 h2{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.common-sell-1 .num{
    line-height: 60px;
    font-size: 60px;
    color: #c59650;
}
.common-sell-1 .content{
    margin-bottom: 15px;
    width: 160px;
    overflow: hidden;
    height: 60px;
    line-height: 20px;
    color: #fff;
}
.common-sell-1 .public-button{
    color: #fff;
    box-sizing: content-box;
    background: none;
}
*/
.common-promotion{
    /*padding: 20px 0 0 20px;*/
    background: url(../images/bg-promotion.png) right bottom no-repeat;
}
.common-promotion h1{
    font-size: 34px;
    color: #c59650;
}
/*
.common-promotion .bg{
    width: 180px;
    height: 200px;
    bottom: 0;
    right: 0;
}
*/
.common-promotion .code{
    display: block;
    margin: 10px;
    height: 120px;
    width: 120px;
}
.common-promotion p{
    overflow: hidden;
    width: 130px;
    height: 40px;
    line-height: 20px;
    font-size: 13px;
}
/*  module: export__  */
.common-expert{
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.common-expert h1 span{
    float: left;
    width: 4em;
    height: 100%;
}
.common-expert h1 strong{
    margin-left: 10px;
    font-size: 0.7em;
}
.common-expert:nth-of-type(n+2){
    border-left: 1px solid #d6d6d6;
}
.common-expert>.bg img{
    display: block;
    height: 100%;
    width: 100%;
}
.common-expert>.bg{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 411px;
    height: 470px;
    overflow: hidden;
}
.common-expert[size='1'] .content{
    width: 240px;
}
.common-expert[size='2'] .content{
    width: 530px;
}
.common-expert .content{
    margin: 35px 0 0 40px;
}
.common-expert h1{
    margin-bottom: 5px;
    font-size: 40px;
    color: #000;
    line-height: 50px;
}
.common-expert strong{
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
}
.common-expert .info{
    margin-bottom: 0.5em;
}
.common-expert .forte-title{
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: inherit;
}
.common-expert .forte-list{
    overflow: hidden;
}
.common-expert .forte-list>li{
    float: left;
    width: 50%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.common-expert .public-button{
    color: #010002;
    position: absolute;
    bottom: 20px;
    left: 50px;
    bottom: 60px;
}
/*  __module: export  */
/*  module: article-item__  */
.common-article-item{
    padding: 20px 15px;
    height: 300px;
    /*width: 280px;*/
}
.common-article-item a.article-title{
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    height: 26px;
    overflow: hidden;
    display: block;
}
.common-article-item p.description{
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    color: #444;
}
.common-article-item img{
    margin: 20px auto 0;
    display: block;
    max-width: 100%;
    height: 115px;
}
/*  __module: article-item  */
/*  module*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aligncenter p.wp-caption-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/*底部公共*/
#subfoot-wrap {
    position: relative;
    /*margin-top: 40px;*/
    font-size: 13px;
}
#subfoot-totop {
    position: absolute;
    top: -19px;
    left: 50%;
    z-index: 11;
    margin-left: -62px;
    line-height: 100%;
    cursor: pointer;
}
#subfoot-totop img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
#subfoot-content {
    display: table;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 35px;
    background: #1a1a1a;
    color: #9c9c9c;
}
.sufoot-nav,.sufoot-project,.sufoot-project-list,.sufoot-question,.sufoot-contact, .sufoot-contact-wechat-left, .sufoot-contact-wechat-right {
    float: left;
}
.sufoot-project-list ul li a,.sufoot-project-list ul li,.sufoot-nav ul li a, .sufoot-question input:focus,.sufoot-question textarea:focus {
    transition: all 0.2s ease-in;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.sufoot-nav ul li a, .sufoot-project-list ul li, .sufoot-project-list ul li:hover, .sufoot-contact-address, .sufoot-contact-phone p:first-child, .sufoot-contact-wechat .sufoot-contact-wechat-title, .sufoot-contact-wechat .sufoot-contact-wechat-left p:first-child  {
    background: url("../images/sufoot-icon.png") no-repeat;
}
.sufoot-nav {
    width: 170px;
    margin-right: 40px;
}
.sufoot-nav-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 20px;
}
.sufoot-nav-title h4 {
    font-size: 16px;
    text-align: center;
    color: #ccc;
}
.sufoot-nav-title span {
    position: relative;
    left: 0;
    bottom: -11px;
    z-index: 11;
    display: block;
    height: 1px;
    width: 40px;
    background: #c59650;
}
.sufoot-nav ul {
    width: inherit;
    height: auto;
}
.sufoot-nav ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #343434;
}
.sufoot-nav ul li:last-child {
    border-bottom: none;
}
.sufoot-nav ul li a {
    display: block;
    width: inherit;
    height: 25px;
    padding-right: 35px;
    margin: 10px 0;
    color: inherit;
    line-height: 25px;
    cursor: pointer;
    text-align: right;

}
.sufoot-nav ul li:hover a,.sufoot-project-list ul li:hover a {
    color: #705835;
}
.sufoot-nav ul li:nth-child(1) a {
    background-position: 35px 5px;
}
.sufoot-nav ul li:nth-child(1):hover a {
    background-position: 35px -26px;
}
.sufoot-nav ul li:nth-child(2) a {
    background-position: 35px -58px;
}
.sufoot-nav ul li:nth-child(2):hover a {
    background-position: 35px -92px;
}
.sufoot-nav ul li:nth-child(3) a {
    background-position: 35px -125px;
}
.sufoot-nav ul li:nth-child(3):hover a {
    background-position: 35px -157px;
}
.sufoot-nav ul li:nth-child(4) a {
    background-position: 35px -191px;
}
.sufoot-nav ul li:nth-child(4):hover a {
    background-position: 35px -226px;
}
.sufoot-nav ul li:nth-child(5) a {
    background-position: 35px -260px;
}
.sufoot-nav ul li:nth-child(5):hover a {
    background-position: 35px -290px;
}
.sufoot-nav ul li:nth-child(6) a {
    background-position: 35px -319px;
}
.sufoot-nav ul li:nth-child(6):hover a {
    background-position: 35px -349px;
}
.sufoot-project {
    margin-right: 40px;
}
.sufoot-project-list-icon {
    width: 78px;
    height: 84px;
    margin-left: 6px;
    background: url(../images/public_icon.png) -5px -48px no-repeat;
    overflow: hidden;
}
.sufoot-project-list ul {
    margin: 20px 10px;
}
.sufoot-project-list ul li {
    padding-left: 18px;
    margin-bottom: 7px;
    background-position: 0 -380px;
    line-height: 18px;
}
.sufoot-project-list ul li:hover {
    background-position: 0 -404px;
}
.sufoot-project-list:nth-child(2) .sufoot-project-list-icon {
    width: 92px;
    margin-left: 0;
    background-position: -90px -48px;
}
.sufoot-project-list:nth-child(3) .sufoot-project-list-icon {
    width: 77px;
    margin-left: 5px;
    background-position: -195px -48px;
}
.sufoot-question {
    width: 250px;
}
.sufoot-question .wpcf7-form {
    height: 245px;
}
.sufoot-question div.wpcf7-response-output {
    position: relative;
    top: -72px;
    left: 95px;
    z-index: 100;
    width: 145px;
    padding: .3em .6em;
}
.sufoot-question input,.sufoot-question textarea {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 16px;
    color: #999;
    background: #222;
    border: 1px solid #393939;
    border-radius: 4px;
}
.sufoot-question input:focus,.sufoot-question textarea:focus {
    background-color: #1a1a1a;
    color: #ccc;
}
.sufoot-question .sufoot-question-button {
    width: 90px;
    height: 30px;
    color: white;
    background: #705835;
    border: none;
    cursor: pointer;
}
.sufoot-contact {
    width: 250px;
    margin-left: 40px;
}
.sufoot-contact p {
    margin-bottom: 10px;
}
.sufoot-contact-address {
    background-position: 2px -252px;
    padding-left: 40px;
    margin-bottom: 10px;
    line-height: 20px;
}
.sufoot-contact-phone p {
    padding-left: 40px;
    font-size: 23px;
    font-style: italic;
    letter-spacing: 1px;
}
.sufoot-contact-phone p:first-child{
    background-position: 2px -430px;
    font-size: 13px;
    font-style: normal;
    letter-spacing: 0px;
}
.sufoot-contact-wechat {
    display: table;
}
.sufoot-contact-wechat .sufoot-contact-wechat-title {
    background-position: 2px -458px;
    padding-left: 40px;
}
.sufoot-contact-wechat-left {
    width: 100px;
    margin-left: 33px;
    margin-right: 10px;
}
.sufoot-contact-wechat .sufoot-contact-wechat-left p {
    font-size: 12px;
    line-height: 24px;
}
.sufoot-contact-wechat .sufoot-contact-wechat-left p:first-child {
    height: 24px;
    background-position: 2px -488px;
    padding-left: 25px;
}
.sufoot-contact-wechat-right,.sufoot-contact-wechat-right img {
    width: 90px;
    height: 90px;
}
/*footer*/
.footer {
    height: 90px;
    padding: 0;
    background: #363028;
}
.footer .container {padding: 0 !important;}
.footer-logo {
    width: 269px;
    height: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer-logo img{
    -webkit-filter: grayscale(100%);
}
.footer-right {
    margin-top: 25px;
    color: #888;
}
.container {
    width: 1170px;
    margin: 0 auto;
}


/*专题底部公共板块样式-2016-01-04*/
.public_advantage {
    display: table;
    width: 100%;
    height: 350px;
}
.public_moudel-title {
    padding: 30px 0;
    text-align: center;
}
.public_moudel-title h2 {
    width: 740px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 38px;
    font-weight: bolder;
    border-bottom: 1px solid #929292;
    font-family: "微软雅黑";
}
.public_moudel-title span {
    display: block;
    width: 165px;
    height: 1px;
    margin: -1px auto 0;
    background: black;
}
.public_advantage .container,.public_honor .container, .public_case .container {
    padding: 0;
    height: auto;
    overflow: hidden;
}
.public_advantage li {
    width: 70px;
    height: 350px;
    overflow: hidden;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition: all .3s ease-in;
}
.public_advantage-content {
    width: 1000px;
    height: inherit;
}
.public_advantage li.active {
    width: 960px;
}
.public_advantage-content-title,.public_advantage-content-text,.public_advantage li {
    float: left;
}
.public_advantage-content-title {
    width: 70px;
    height: inherit;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    border-right: 2px solid #fff;
    background: black;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition: all .3s ease-in;
}
.public_advantage li.active .public_advantage-content-title {
    border-right-color: black;
}
.public_advantage-content-title h4 {
    width: 24px;
    margin: 25px auto;
    padding-top: 30px;
    background: url("../images/advantage-icon.png") no-repeat center top;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    /**writing-mode: tb-lr;!* IE 写法 *!*/
    unicode-bidi : bidi-override;
    cursor: pointer;
}
.public_advantage-content-text {
    position: relative;
    width: 890px;
    height: inherit;
}
.public_advantage-content-text a {
    display: block;
    width: inherit;
    height: inherit;
}
.public_advantage-content-text-mess {
    position: absolute;
    top: 40%;
    z-index: 11;
    color: #fff;
    opacity: 0;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition: all .5s ease-in;
}
.public_advantage-content-text-messleft {
    left: 50%;
}
.public_advantage-content-text-messright {
    right: 50%;
}
.public_advantage-content-text-mess h4, .public_advantage-content-text-mess p {
    width: 340px;
    background: rgba(0,0,0,.6);
}
.public_advantage-content-text-mess h4 {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
}
.public_advantage-content-text-mess p {
    padding: 20px;
    font-size: 14px;
}
.public_advantage li.active .public_advantage-content-text-messleft, .public_advantage li.active .public_advantage-content-text-messright {
    top: 20% ;
    opacity: 1;
}
/*1000万爱美人士的选择*/
.public_honor-content {
    display: table;
    width: inherit;
    height: inherit;
}
.public_honor-content-btn {
    display: table;
    width: 100%;
    height: 23px;
    margin-top: -20px;
    margin-bottom: 10px;
}
.public_honor-content-btn span {
    float: right;
    width: 20px;
    height: 23px;
    background: url("../images/public_honor-btn.png") no-repeat -20px 0;
    margin-right: 10px;
}
.public_honor-content-btn span:last-child {
    background-position: 0 0;
    margin-right: 40px;
}
.public_honor-content-main {
    position: relative;
    display: table;
    width: 1000%;
    height: inherit;
}

.public_honor-content-main-list {
    display: table;
    float: left;
    width: 585px;
    margin-right: 10px;
    overflow: hidden;
}
.public_honor-content-main-list h4 {
    font-size: 24px;
    color: black;
    text-align: center;
}
.public_honor-content-main-list-cont {
    position: relative;
    float: left;
    width: 286px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.public_honor-content-main-list-cont:nth-of-type(2n+0),.public_honor-content-main-list-cont.margin-zero {
    margin-right: 0;
}
.public_honor-content-main-list-cont p {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    width: inherit;
    height: 76px;
    margin-bottom: 0;
    padding-top: 50px;
    color: white;
    font-size: 14px;
    text-align: center;
    background: url("../images/public_honor-mask.png") repeat-x left top;
}
/*塑美案例*/
.public_case{
    margin-bottom: 60px;
}
.public_case-content {
    position: relative;
    display: table;
    width: 1000%;
    height: auto;
}
.public_case-content-list {
    position: relative;
    float: left;
    width: 396px;
    height: auto;
    padding-right: 10px;
}
.public_case-content-list p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    color: white;
    font-size: 16px;
    text-align: center;
}
.public_case-content-list a {
    display: block;
    width: inherit;
    height: inherit;
    padding-top: 35px;
    text-decoration: none;
}
.public_case-content-list-round {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 47px;
    z-index: 11;
    width: 118px;
    height: 118px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,.7);
    opacity: 0;
    -webkit-transition:all .8s ease-in-out;
    -moz-transition:all .8s ease-in-out;
    -ms-transition:all .8s ease-in-out;
    -o-transition:all .8s ease-in-out;
    transition:all .8s ease-in-out;
}
.public_case-content-list-round span, .public_case-content-list-round em {
    display: inline-block;
}
.public_case-content-list-round span {
    width: 40px;
    height: 48px;
    line-height: 24px;
}
.public_case-content-list-round em {
    position: relative;
    top: -14px;
    right: 0px;
    width: 24px;
    height: auto;
}
.public_case-content-list:hover .public_case-content-list-round {
    opacity: 1;
}
.public_case-content-list:hover em {
    animation: rightmove 1.5s .1s infinite;
    -webkit-animation: rightmove 1.5s .1s infinite;
    -moz-animation: rightmove 1.5s .1s infinite;
    -ms-animation: rightmove 1.5s .1s infinite;
    -o-animation: rightmove 1.5s .1s infinite;
    animation-timing-function:ease-in-out;
    animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    -o-animation-animation-direction:normal;
}
@keyframes rightmove
{
    from { right: 0; opacity: 1; }
    to { right: -10px; opacity: 0; }
}
@-webkit-keyframes rightmove
{
    from { right: 0; opacity: 1; }
    to { right: -10px; opacity: 0; }
}
@-moz-keyframes rightmove
{
    from { right: 0; opacity: 1; }
    to { right: -10px; opacity: 0; }
}
@-o-keyframes rightmove
{
    from { right: 0; opacity: 1; }
    to { right: -10px; opacity: 0; }
}

/*专题专家公共板块*/
.public_expert,.public_expert_1{
    margin-top: 30px;
}
.public_expert_content{
    position: relative;
}
.public_expert_content a{
    position: absolute;
    width: 226px;
    height: 45px;
    display: block;
    left: 50%;
    bottom: 20px;
    margin-left: -108px;
    background-color: #fdd033;
    border-radius: 5px;
    line-height: 45px;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.public_expert_content a:active, .public_expert_content a:focus,.public_expert_content a:hover{
    color: #000;
}
.public_expert_content h2{
    position: absolute;
    left: 50%;
    margin-left: -258px;
    top:32px;
    font-size: 38px;
}
@media screen and (max-width: 1024px){
    .public_advantage, .public_advantage li {
        height: 271px;
    }
    .public_advantage li.active, .public_advantage-content {
        width: 760px;
    }
    .public_advantage-content-title h4 {
        margin: 10px auto;
    }
    .public_advantage-content-text, .public_advantage-content-text img {
        width: 690px;
    }
    /*1000万爱美人士的选择*/
    .public_honor-content-main-list {
        width: 475px;
    }
    .public_honor-content-main-list-cont,.public_honor-content-main-list-cont img {
        width: 230px;
    }
    .public_honor-content-main-list-cont p {
        font-size: 12px;
        line-height: 24px;
    }
    /*案例*/
    .public_case-content-list {
        width: 324px;
    }
    .public_case-content-list img {
        width: 314px;
    }
}
