/*CSS公用样式*/
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    text-transform: none;
    font-size: 12px;
    color: #787878;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*cassie add height:290px*/
img {
    border: 0;
    height: 290px;
}

li {
    list-style: none;
}


sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*带清除高度的10PX高的空DIV*/
.blank {
    clear: both;
    height: 10px;
    overflow: hidden;
    font-size: 0px;
}

.blank1 {
    clear: both;
    height: 20px;
    overflow: hidden;
    font-size: 0px;
}

/*单行隐藏*/
.str {
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行隐藏*/
.strmore {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*带清除高度的0PX高的空DIV*/
.cls {
    clear: both;
    height: 0px;
    overflow: hidden;
    background: #FFF;
}

/*IE去除虚线框*/
a:focus {
    outline: none;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w100 {
    width: 100%;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/**header**/
#header {
    height: 90px;
    background-color: #ffd016;
}

#header #nav {
    height: 87px;
    text-align: center;
    vertical-align: middle;
}

#header .centerDiv {
    width: 1200px;
    display: inline-block;
}

#header #nav .centerDiv .logoImg {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 287px;
    height: 53px;
    background: url(../image/logo1.png) no-repeat;
    float: left;
    margin-top: 19px;
}

#header #nav .centerDiv .navBar {
    height: 87px;
    list-style: none;
    display: block;
    float: right;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

#header #nav .centerDiv .navBarItem {
    float: left;
    font-size: 18px;
    height: 87px;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    position: relative;
    line-height: 88px;
    padding: 0 10px;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#header #nav .centerDiv .navBarItem .list {
    position: absolute;
    display: none;
    list-style: none;
    text-align: left;
    padding: 0 15px 10px 15px;
    margin: 0;
    border: 1px solid #ddd;
    border-top: none;
    margin-top: -4px;
    z-index: 10;
    -webkit-box-shadow: 0 2px 10px #8f8f8f;
    background-color: rgba(255, 255, 255, 0.9);
    left: -32px;
    line-height: 32px;
    font-size: 13pt;
}

#header #nav .centerDiv .navBarItem .navlink_list {
    left: 0;
}

#header #nav .centerDiv .navBarItem .navlink_list>.underline {
    width: calc(100% + 60px);
    margin-left: -29px;
}

#header #nav .centerDiv .navBarItem .list .listItemLink {
    color: black;
    display: inline-block;
    line-height: 30px;
    font-weight: 300;
    white-space: nowrap;
    text-decoration: none;
}

#header #nav .centerDiv .navBarItem .list .listItemLink:hover {
    color: red;
    text-decoration: underline;
}

#header #nav .centerDiv .navBarItem .list .underline {
    height: 3px;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 10px;
    background-color: #383732;
}

#header #nav .centerDiv .navBarItemSearch {
    float: left;
    height: 30px;
    border-bottom: 3px solid white;
    position: relative;
    margin: 0 30px;
    margin-top: 29px;
}

#header #nav .centerDiv .navBarItemSearch .searchBar {
    display: none;
    position: absolute;
    right: 0;
    overflow: hidden;
    top: 0;
    width: 400px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

#header #nav .centerDiv .navBarItemSearch .searchInput {
    height: 30px;
    float: left;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 320px;
}

#header #nav .centerDiv .navBarItemSearch .searchBtn {
    display: block;
    background-color: red;
    float: right;
    width: 80px;
    height: 32px;
    line-height: 32px;
    color: white;
    text-decoration: none;
}

#header #nav .centerDiv .navBarItem.currentPage {
    border-bottom: 3px solid ##383732;
}

#header #nav .centerDiv .navBarItem:hover {
    border-bottom: 3px solid ##383732;
}

#header #nav .centerDiv .dropdown:hover {
    border-bottom: 3px solid white;
}

#header #nav .centerDiv .dropdown:hover .list {
    display: block;
}

#header #nav .centerDiv .dropdown .dropdownTip {
    display: block;
    position: absolute;
    width: 14px;
    height: 8px;
    background: url(../images/dropdown.png);
    top: 40px;
    right: -7px;
}

#header #nav .centerDiv .navBarItemSearch .searchIcon {
    display: block;
    width: 30px;
    cursor: pointer;
    height: 30px;
    background: url(/public/images/icon.png);
    background-position: -139px -338px;
}

#header #nav .centerDiv .navBarItemSearch:hover .searchBar {
    display: block;
}

#header #nav .centerDiv .navBarItem .navlink {
    text-decoration: none;
    display: block;
    color: #333333;
}

/*头部搜索*/
.search-wrapper {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.search-wrapper.active {
    left: -210px;
}

.search-wrapper .input-holder {
    overflow: hidden;
    height: 44px;
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
    border-radius: 50px;
    width: 400px;
    height: 44px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 36px;
    padding: 0 70px 0 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 22px;
    line-height: 36px;
    color: #333;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
    height: 44px;
    line-height: 44px;
    margin-top: -10px;
}

.search-wrapper .input-holder .search-icon {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 6px;
    background: #ffd016;
    padding: 0;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 5px;
}

.search-wrapper.active .input-holder .search-icon {
    width: 36px;
    height: 36px;
    margin: 4px;
    border-radius: 30px;
}

.search-wrapper .input-holder .search-icon span {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}

.search-wrapper.active .input-holder .search-icon span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content: '';
}

.search-wrapper .input-holder .search-icon span::before {
    width: 1px;
    height: 10px;
    left: 10px;
    top: 18px;
    border-radius: 1px;
    background: #333333;
}

.search-wrapper .input-holder .search-icon span::after {
    width: 16px;
    height: 16px;
    left: 2px;
    top: 0;
    border-radius: 16px;
    border: 1px solid #333333;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.search-wrapper.active .close {
    right: -30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #333333;
}

.search-wrapper .close::before {
    width: 1px;
    height: 25px;
    left: 11px;
    top: 0;
}

.search-wrapper .close::after {
    width: 25px;
    height: 1px;
    left: 0;
    top: 12px;
}

.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    text-align: center;
    font-size: 14px;
    display: none;
    color: #B7B7B7;
}

/**footer**/
#footer {
    background-color: #282828;
    padding-top: 36px;
}

.footer-panel ul {
    float: left;
    width: 25%;
}

.footer-panel ul li {
    text-align: left;
    margin-bottom: 14px;
    width: 100%;
    font-size: 16px;
    color: #a6a6a6;
}

.footer-panel ul li a {
    font-size: 16px;
    color: #a6a6a6;
}

.footer-panel ul li a:hover {
    border-bottom: 1px solid #a6a6a6;
}

.footer-panel ul li:first-child {
    color: #fff;
    font-size: 18px;
}

.footer-btn {
    height: 40px;
    line-height: 40px;
}

.footer-ipt,
.footer-send {
    display: inline-block;
    float: left;
}

.footer-ipt {
    width: 219px;
    height: 40px;
    background-color: #fff;
    font-size: 14px;
    text-indent: 10px;
    border: 0;
    outline: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.footer-send {
    width: 68px;
    height: 40px;
    text-align: center;
    background-color: #ffd016;
    font-size: 14px;
    color: #333;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
}

.footer-info {
    margin-top: 35px;
}

.footer-info ul:first-child {
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 15px;
}

.footer-info ul:first-child li {
    font-size: 14px;
}

.footer-info ul:last-child li {
    font-size: 12px;
}

.footer-info li {
    color: #a0a0a0;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

.footer-info .icon {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
}

.footer-info .icon-address {
    width: 20px;
    height: 18px;
    background-image: url("../images/icon-address.png");
}

.footer-info .icon-phone {
    width: 18px;
    height: 18px;
    background-image: url("../images/icon-phone.png");
}

.footer-info .icon-email {
    width: 20px;
    height: 15px;
    background-image: url("../images/icon-email.png");
}

.footer-info li span:first-child {
    margin-right: 30px;
}