/*global*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    /*position: relative;*/
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color:#555;
    outline: none;
}

a:hover {
    color: #29e;
}

.wrapper {
    width:1190px;
    margin:0 auto;
}

.highlight {
    color:#ee772f;
}

.clear {
    clear: both;
    font-size:0;
    height:0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/**/
.wrapper {
    width: 1190px;
    margin: 0 auto;
}
.wrapper:after {
    width: 100%;
    content: '';
    display: block;
    clear: both; }
.wrapper .left-page {
    width: 190px;
    float: left; }
.wrapper .left-page .cl-top {
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding: 10px;
    height: 124px;
    margin-bottom: 10px; }
.wrapper .left-page .cl-top h3 {
    width: 100%;
    font-size: 18px;
    height: 40px;
    font-weight: 500;
    line-height: 40px;}
.wrapper .left-page .cl-top h3 a{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
    display: inline-block;
    white-space: nowrap;}
.wrapper .left-page .cl-top p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #5e5e5e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.wrapper .left-page .cl-sidebar {
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px; }
.wrapper .left-page .cl-sidebar h2 {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    height: 30px; }
.wrapper .left-page .cl-sidebar .cl-list {
    width: 100%; }
.wrapper .left-page .cl-sidebar .cl-list p a{
    display: inline-block;
    width:153px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.wrapper .left-page .cl-sidebar .cl-list p {
    width: 100%;
    height:30px;
    padding-left: 15px;
    cursor:pointer;
    box-sizing: border-box;
    background: url("../images/cl-jia.jpg") no-repeat 0 center;
    line-height: 30px;
    }
.wrapper .left-page .cl-sidebar .cl-list p.active {
    background: url("../images/cl-jian.jpg") no-repeat 0 center; }
.wrapper .left-page .cl-sidebar .cl-list p.active + .cl-item {
    display: block; }
.wrapper .left-page .cl-sidebar .cl-list .cl-item {
    width: 100%;
    padding: 0 40px 0 15px;
    box-sizing: border-box;
    display: none; }
.wrapper .left-page .cl-sidebar .cl-list .cl-item li {
    width: 100%;
    line-height: 20px;
    height: 20px; }
.wrapper .left-page .cl-sidebar .cl-list .cl-item li a{
    width: 100%;
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    color:#888;
}
.wrapper .left-page .cl-sidebar .cl-list .cl-item li a:hover {
    color: #ee772f;
    text-decoration: underline; }
.wrapper .right-page {
    float: right;
    width: 966px;
    border: 1px solid #E8E8E8;
    padding: 10px 0 0 16px;
    box-sizing: border-box;}

/*header*/
.topbar {
    width: 100%;
    min-width: 1190px;
    height: 30px;
    background: #eeecec;
}

.topbar .header-container {
    width: 1190px;
    height: 30px;
    margin: 0 auto;
    color: #9f9f9f;
    position: relative;
}

.topbar .header-container a {
    color: #6a6969;
}

.topbar .header-container a:hover {
    color: #ee772f;
}

.topbar .header-container .header-left {
    width: auto;
    height: 30px;
    float: left;
}

.topbar .header-container .header-left li {
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #6a6969;
}
.header-container .header-left li a {
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 12px;
    margin: 6px 0;
}
.right_line {
    border-right: 1px solid #dfdfdf;
}
.right_line_fff {
    border-right: 1px solid #f8f8f8;
}
.topbar .header-container .header-left li#username a{
    display: inline-block;
    color: #ee772f;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.topbar .header-container .header-right {
    width: auto;
    height: 30px;
    float: right;
}

.topbar .header-container .header-right li {
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
}
.header-container .header-right .top_bar_li:hover {
    background-color: #fff;
}
/*.header-container .header-right li:nth-child(1):hover,
.header-container .header-right li:nth-child(2):hover,
.header-container .header-right li:nth-child(3):hover,
.header-container .header-right li:nth-child(4):hover{
    background-color: #fff;
}*/
.header-container .header-right li>a {
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin: 6px 0;
    position: relative;
}
.header-container .header-right .top_bar_li>a {
    padding-right: 34px;
    cursor: text;
}
/*.header-container .header-right li:nth-child(1)>a,
.header-container .header-right li:nth-child(2)>a,
.header-container .header-right li:nth-child(3)>a,
.header-container .header-right li:nth-child(4)>a {
    padding-right: 34px;
    cursor: text;
}*/
/*.header-container .header-right li:last-child>a {
    padding-right: 24px;
    cursor: text;
}*/
/*.header-container .header-right li:last-child>a span {
    right: 0px;
}*/
.topbar .header-container .header-right li:hover .nav-content {
    display: block;
}
.pop_arrpw {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 14px;
    height: 7px;
    background: url(../images/popdown_arrow.png) no-repeat;
}
.topbar .header-container .header-right li .nav-content {
    display: none;
    width: 165px;
    line-height: 24px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 333;
    padding: 10px;
    box-shadow: 1px 1px 1px #ececec,-1px 1px 1px #ececec;
    background: #fff;
}
.topbar .header-container .header-right li:nth-child(3) .nav-content,
.topbar .header-container .header-right li:nth-child(5) .nav-content {
    text-align: left;
}
.header-container .header-right li .nav-content a {
    display: block;

}
.topbar .header-container .header-right li .nav-content.last {
    position: absolute;
    top: 30px;
    right: 0;
    left:auto;
}

.topbar .header-container .header-right li .nav-content.nc-3 {
    width: 120px;
    height: 120px;
    border: 2px solid #ee772f;
}

.topbar .header-container .header-right li .nav-content.nc-3 img {
    width: 100%;
    height: 100%;
}

.topbar .header-container .header-right li .nav-content th {
    width: 80px;
    color: #262626;
    line-height: 20px;
    font-weight: 500;
    height: 20px;
    text-align: left;
}

.topbar .header-container .header-right li .nav-content td {
    width: 50%;
    line-height: 20px;
    height: 20px;
}

/*search header*/
.search_header {
    width:1190px;
    height:140px;
    margin:0 auto;
    padding:0;
}

.search_header:after {
    display: block;
    clear: both;
    content: '';
    height: 0;
}

.search_header .left{
    float:left;
    width: 180px;
    height: 125px;
}
.search_header .left a {
    width: 180px;
    height: 47px;
    display: block;
    margin-top: 45px;
    background: url(../images/htyw_logo.png) no-repeat;
    text-indent: -99999px;
}
.search_header .right{
    width:694px;
    float:left;
    font-size: 14px;
}

.header_right_box {
   padding-left: 35px;
}

.search_header .right .search_tab {
    margin-top: 15px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.search_header .right .search_tab:after {
    display: block;
    clear: both;
    content: '';
    height: 0;
}
.search_header .right .search_tab span {
    border-right:1px solid #ccc;
}

.search_header .right input {
    width: 524px;
    font-size: 14px;
    padding:6px 10px;
    border:1px solid #ccc;
    border-right: none;
    outline: none;
    height:26px;
    line-height: 26px;
}

.search_header .right .search_tab a {
    font-size: 14px;
    padding:0 14px;
    line-height: 2em;
}
.search_header .right .search_tab a:nth-child(1) {
    padding-left: 0;
}
.search_header .right .search_tab a:hover {
    color: #ee772f;
}

.search_header .right .search_tab a.focus {
    color:#ee772f;
}

.search_header .search_btn {
    display: block;
    float:right;
    width: 114px;
    height:40px;
    line-height:40px;
    background:#ee772f;
    border:0;
    font-size:16px;
    color:#fff;
    text-align: center;
    vertical-align: middle;
}
.search_header .search_btn:hover {
    color:#eee;
}

.search_header .hotwords {
    line-height: 3em;
    width: 659px;
    height: 36px;
    overflow: hidden;
    display: none;
}
.search_header .hotwords a{
    font-size: 12px;
    margin-right: 1em;
}
.search_header .hotwords a:hover {
    color:#ee772f;
}
/*company ewm*/
.header_right_ewm {
    width: 316px;
    height: 125px;
    float: right;
}
.right_ewm_show {
    margin-top: 30px;
    position: relative;
}
/*.right_ewm_show>div:nth-child(1),
.right_ewm_show>div:nth-child(2) {
    width: 69px;
    height: 69px;
    float: right;
}
.right_ewm_show>div:nth-child(1) img,
.right_ewm_show>div:nth-child(2) img {
    width: 69px;
    height: 69px;
    cursor: default;
}*/
.right_ewm_show>div:first-child,
.right_ewm_show>div + div {
    width: 69px;
    height: 69px;
    float: right;
}
.right_ewm_show>div:first-child img,
.right_ewm_show>div + div img {
    width: 69px;
    height: 69px;
    cursor: default;
}
.right_ewm_show_left {
    margin-right: 54px;
}
/*.right_ewm_show>div:nth-child(3),
.right_ewm_show>div:nth-child(4) {
    position: absolute;
    top: 0;
    width: 168px;
    height: 168px;
    padding: 20px;
    text-align: center;
    z-index: 2;
    background-color: #fff;
    display: none;
    border: 1px solid #B9BBC5;
}*/
.right_ewm_show>div + div + div,
.right_ewm_show>div + div + div + div {
    position: absolute;
    top: 0;
    width: 168px;
    height: 168px;
    padding: 20px;
    text-align: center;
    z-index: 2;
    background-color: #fff;
    display: none;
    border: 1px solid #B9BBC5;
}
.right_ewm_show_htyw {
    left: -86px;
}
.right_ewm_show_app {
    left: 37px;
}
.right_ewm_show .right_ewm_show_common {
    width: 138px;
    height: 138px;
    margin: 10px auto 0;
}
.right_ewm_show .right_ewm_show_common img {
    width: 138px;
    height: 138px;
    cursor: default;
}
.right_ewm_show_htyw>div:first-child,
.right_ewm_show_app>div:first-child {
    font-size: 14px;
    color: #333333;
}
/*company search*/
.company_search {
    width:1190px;
    height:80px;
    margin:0 auto;
    padding-top:2px;
}

.company_search:after {
    display: block;
    clear: both;
    content: '';
    height: 0;
}

.company_search .left{
    float:left;
    width:180px;
}

.company_search .left .logoimg_s {
    width:180px;
}

.company_search .right{
    width:950px;
    float:left;
    margin:1.5em 0 0 20px;
}

.company_search .right>div {
    width: 100%;
}

.company_search .search_btn {
    display: block;
    float:left;
    width: 116px;
    height:38px;
    line-height:38px;
    background:#ee772f;
    border:0;
    font-size:16px;
    color:#fff;
    text-align: center;
    border:1px solid #ee772f;
    margin-right: 20px;
}
.company_search .search_btn:hover{
    background:#ff4e02;
}
.company_search .search_btn.revert {
    background:#fdf1ea;
    border: 1px solid #ee772f;
    color:#ee772f;
}
.company_search .search_btn.revert:hover{
    background: #fad6c0;
}
.company_search .search_btn.revert:hover{

}
.company_search input {
    width:600px;
    line-height:40px;
    height:40px;
    font-size:14px;
    display: block;
    float:left;
    border:1px solid #ccc;
    border-right:0;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
    outline: none;
}

/**/
.logo {
    width: 100%;
    height: 80px;
}

.logo .logo-box {
    width: 1190px;
    height: 70px;
    margin:0 auto;
}

.logo-container .logo-img {
    width: 350px;
    bottom: 0;
    margin: auto;
    float:left;
}

.logo .logo-box .logo-wrap img {
    width: 100%;
    height: 100%;
}

.logo-container .logo-img a img {
    width: 350px;
}

.logo-container .search {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.logo .logo-box .search-wrap input {
    float: left;
    outline: none;
    width: 346px;
    height: 32px;
    border: 2px solid #dddddd;
    padding-left: 10px;
}

.logo .logo-box .search-wrap button {
    width: 75px;
    height: 36px;
    float: left;
    font-size: 16px;
    cursor: pointer;
}

.logo .logo-box .search-wrap button.search-1 {
    margin-right: 10px;
    border: 0;
    background: #ee772f;
    color: #fff;
    font-weight: bold;
}
.logo .logo-box .search-wrap button.search-2 {
    border: 1px solid #008ee9;
    box-sizing: border-box;
    color: #008ee9;
    font-weight: bold;
    background: transparent;
}

/*companyheader*/
.company-header {
    width: 100%;
}
.company-header .main-nav {
    background: #666;
    text-align: center;
}

.company-header .main-nav-box {
    margin:0 auto;
    width: 1190px;
    height: 3em;
}

.company-header .main-nav-box li {
    float: left;
}

.company-header .main-nav-box li a {
    font-size:16px;
    line-height:2em;
    display: block;
    margin: 0 2em;
    color: #fff;
}

.main-nav {
    width: 100%;
    min-width: 1190px;
    height: 40px;
    box-sizing: border-box;
    background: #ee772f;
}

.main-nav-container {
    width: 1190px;
    height: 40px;
    margin: 0 auto;
}

.main-nav-container ul {
    height: 40px;
}

.main-nav-container ul li {
    float: left;
    margin-right: 40px;
}

.main-nav-container ul li:hover{
    background: #ff4e02;
}

.main-nav-container ul li.active{
    background: #ff4e02;
}

.main-nav-container ul li a {
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

/*company short intro*/
.company_intro {
    width: 190px;
    border: 1px solid #E8E8E8;
}

.company_intro p {
    line-height: 30px;
    color: #9f9f9f;
    padding:0 10px;
}

.company_intro p:nth-child(1){
    font-size: 16px;
    color: #333;
    background: #f5f5f5;
    height: 74px;
    line-height: 74px;
}

.company_intro p:nth-child(1) span{
    line-height: 74px;
    display: inline-block;
    height: 74px;
    font-size: 16px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/**/
.company_cats {
    width: 190px;
    border: 1px solid #9f9f9f;
    margin-top: 20px;
    box-sizing: border-box;
}

.company_cats p {
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 48px;
    padding-left: 20px;
}

.company_cats div {
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
    line-height: 40px;
}

.company_cats div span {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 1px #262626;
    cursor: pointer;
    margin-right: 20px;
}

.company_cats div span.active + ul {
    display: block;
}

.company_cats div ul {
    display: none;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 12px;
}

.company_cats div ul li:hover {
    color: #ee772f;
    text-decoration: underline;
    cursor: pointer;
}

/*footer*/

.footer {
    width: 100%;
    min-width: 1190px;
    /*height: 410px;*/
    background: #303030;
    margin-top: 20px;
}
.footer-container {
    width: 1190px;
    height: 390px;
    margin: 0 auto;
    padding-top: 27px;
    box-sizing: border-box;
    color: #777777;
}
.footer_container_box dl {
    float: left;
    width: 122px;
    text-align: center;
    margin-right: 87px;
    height: 185px;
}
.footer_container_box dl.footer_dl4{
    width: 145px;
}
.footer_container_box dl.footer_dl4 dd + dd + dd + dd{
    height: 32px;
}
/*.footer_container_box dl:last-child {
    margin-right: 0;
}*/
.footer_container_box .last_dl {
    margin-right: 0;
}
.footer_container_box dl dt {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #474747;
    color: #919191;
    font-size: 14px;
}
.footer_container_box dl dd {
    margin-top: 14px;
    height: 17px;
}
.footer_container_box dl.footer_dl3 dd {
    margin-top: 8px;
}
.footer_container_box dl:first-child dd {
    margin-top: 8px;
}
.footer_container_box dl dd.dd_mt6 {
    margin-top: 5px;
}
.footer_container_box dl dd a {
    font-size: 13px;
    color: #777777;
}
.footer_container_box dl dd a img {
    width: 96px;
    height: 96px;
    vertical-align: middle;
    cursor: default;
}
.footer_container_box dl dd a:hover {
    color: #ee772f;
}
.htyw_address {
    width: 109px;
    text-align: left;
}
.footer-container .line {
    width: 100%;
    height: 1px;
    background: #474747;
    margin-top: 20px;
}

.footer-container .media {
    width: 100%;
    margin-top: 15px;
    line-height: 30px;
}

.footer-container .media:after {
    display: block;
    clear: both;
    height: 0;
    width: 100%;
    content: '';
}

.footer-container .media .media-header {
    float: left;
    font-size: 14px;
    width: 80px;
    height: 30px;
    color: #737373;
}

.footer-container .media ul {
    width: 930px;
    float: left;
    line-height: 30px;
}

.footer-container .media ul:after {
    display: block;
    clear: both;
    height: 0;
    width: 100%;
}

.footer-container .media ul span {
    float: left;
    line-height: 30px;
    color: #737373;
}

.footer-container .media ul li {
    float: left;
    padding-left: 18px;
    padding-right: 18px;
    height: 30px;
}

.footer-container .media ul li a {
    color: #737373;
}

.footer-container .media ul li a:hover {
    color: #ee772f;
}

.footer-container .friend-link {
    line-height: 30px;
    margin: 10px auto 0;
    width: 1042px;
}

.footer-container .friend-link:after {
    display: block;
    clear: both;
    height: 0;
    width: 100%;
    content: '';
}

.footer-container .friend-link .link-header {
    float: left;
    font-size: 14px;
    width: 80px;
    height: 30px;
    color: #737373;
}

.footer-container .friend-link ul {
    width: 962px;
    float: left;
    line-height: 30px;
}

.footer-container .friend-link ul:after {
    display: block;
    clear: both;
    height: 0;
    width: 100%;
}

.footer-container .friend-link ul span {
    float: left;
    line-height: 30px;
    color: #737373;
}

.footer-container .friend-link ul li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    width: 97px;
    text-align: center;
}

.footer-container .friend-link ul li a {
    color: #737373;
}

.footer-container .friend-link ul li a:hover {
    color: #ee772f;
}
.copyright {
    text-align: center;
    color: #999;
    font-size: 13px;
    margin-top: 0px;
}
.search_footer{
    width:1190px;
    margin:0 auto;
    margin-top:200px;
}
.search_footer .media{
    width:100%;
    padding:5px 10px;
    line-height: 24px;
}

.search_footer .media:after{
    display: block;
    content:'';
    width:100%;
    height:0;
    clear:both;
}

.search_footer .media .media-header{
    float:left;
    font-size: 16px;
    padding-right: 10px;
    color:#C5C4C2;
}
.search_footer .media  ul{
    float:left;
}
.search_footer .media  ul li{
    float:left;
}
.search_footer .media  ul li a{
    font-size: 12px;
    color:#787878;
}

.search_footer .media  ul li a:hover{
    font-size: 12px;
    color:#ee772f;
}

.search_footer .media  ul span{
    float:left;
    padding:0 6px;
    color:#787878;
}
.search_footer .friend-link{
    width:100%;
    padding:5px 10px;
    line-height: 24px;
}

.search_footer .friend-link:after{
    display: block;
    content:'';
    width:100%;
    height:0;
    clear:both;
}

.search_footer .friend-link .link-header{
    float:left;
    font-size: 16px;
    padding-right: 10px;
    color:#C5C4C2;
}
.search_footer .friend-link  ul{
    float:left;
}
.search_footer .friend-link  ul li{
    float:left;
}
.search_footer .friend-link  ul li a{
    font-size: 12px;
    color:#787878;
}

.search_footer .friend-link  ul li a:hover{
    font-size: 12px;
    color:#ee772f;
}

.search_footer .friend-link  ul span{
    float:left;
    padding:0 6px;
    color:#787878;
}

/*分页*/
.page {
    clear: both;
    margin:2em 0;
    text-align: center;
}

.page span {
    margin-right:10px;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 5px 12px;
    border-radius: 4px;
}

.page .num,.page .current{
    display: inline-block;
    width:30px;
    height:30px;
    padding:0;
    text-align: center;
    line-height: 30px;
}

.page .current a,.page .num a{
    display: inline-block;
    width:100%;
    height:100%;
    line-height: 30px;
    text-align: center;
}

.page span.page_jump{
    border:0;
    margin-right: 0;
    color:gray;
}

.page #pageInput{
    width:30px;
    height:28px;
    border:1px solid #ccc;
    outline:none;
    border-radius: 4px;
    text-align: center;
}

.page #pageInput.active{
    border:1px solid #ee772f;
}

.page a {
    font-size:14px;
}

.page #pagebtn{
    width:60px;
    height:30px;
    background: #ee772f;
    border:0;
    border-radius: 4px;
    color:#fff;
    font-size: 14px;
    cursor:pointer;
}

.page .disable{
    background: #ededed;
}

.page span.total, .page span.dots {
    border:0;
}

.page span.disable, .page span.total {
    color:gray;
}

.page span.current {
    color:#fff;
    background: #ee772f;
    border:1px solid #ee772f;
}

/*newtopbar*/
.new_topbar {
    width: 100%;
    min-width: 1190px;
    height: 30px;
    background: #f8f8f8;
}

.new_topbar .header-container {
    width: 1190px;
    height: 30px;
    margin: 0 auto;
    color: #9f9f9f;
}

.new_topbar .header-container a {
    color: #a5a5a5;
}

.new_topbar .header-container a:hover {
    color: #ee772f;
}

.new_topbar .header-container .new_header_left {
    width: auto;
    height: 30px;
    float: left;
}

.new_topbar .header-container .new_header_left li {
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #6a6969;
}
.header-container .new_header_left li a {
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 12px;
    margin: 6px 0;
}
.right_line {
    border-right: 1px solid #dfdfdf;
}
.new_topbar .header-container .new_header_left li#username a{
    display: inline-block;
    color: #ee772f;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_topbar .header-container .new_header_right {
    width: auto;
    height: 30px;
    float: right;
}

.new_topbar .header-container .new_header_right li {
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
}
/*.header-container .new_header_right li:nth-child(1):hover,
.header-container .new_header_right li:nth-child(3):hover,
.header-container .new_header_right li:nth-child(4):hover,
.header-container .new_header_right li:nth-child(5):hover,
.header-container .new_header_right li:nth-child(6):hover,
.header-container .new_header_right li:nth-child(7):hover{
    background-color: #fff;
}*/
.header-container .new_header_right .top_bar_li:hover {
    background-color: #fff;
}
.header-container .new_header_right li>a {
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    margin: 6px 0;
    position: relative;
}
.header-container .new_header_right .top_bar_li>a {
    padding-right: 34px;
    cursor: text;
}
/*.header-container .new_header_right li:nth-child(1)>a,
.header-container .new_header_right li:nth-child(3)>a,
.header-container .new_header_right li:nth-child(4)>a,
.header-container .new_header_right li:nth-child(5)>a,
.header-container .new_header_right li:nth-child(6)>a,
.header-container .new_header_right li:nth-child(7)>a {
    padding-right: 34px;
    cursor: text;
}*/
/*.header-container .new_header_right li:first-child>a {
    padding-right: 34px;
    cursor: text;
}*/
/*.header-container .new_header_right li:last-child>a {
    padding-right: 24px;
    cursor: text;
}*/
/*.header-container .new_header_right li:last-child>a span {
    right: 0px;
}*/
/*.new_topbar .header-container .new_header_right li:last-child a {
    border-right: 1px solid #fff;
}*/
.language_pic>a {
     padding-left: 30px;
     position: relative;
 }
.language_pic>a>span{
    width: 22px;
    height: 14px;
    position: absolute;
    top: 5px;
    left:0px;
    background:url(../images/htyw_home_sprite.png) -213px -207px no-repeat;
}
/*.language_pic>a:nth-child(2)>span{
    background-position-y: -231px;
}
.language_pic>a:nth-child(3)>span{
    background-position-y: -255px;
}
.language_pic>a:nth-child(4)>span{
    background-position-y: -279px;
}*/
.language_pic>a.language_pic2>span{
    background-position-y: -231px;
}
.language_pic>a.language_pic3>span{
    background-position-y: -255px;
}
.language_pic>a.language_pic4>span{
    background-position-y: -279px;
}
.new_topbar .header-container .new_header_right li:hover .nav-content {
    display: block;
}
.pop_arrpw {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 14px;
    height: 7px;
    background: url(../images/popdown_arrow.png) no-repeat;
}
.top_bar_li:hover .pop_arrpw {
    background: url(../images/popup_arrow.png) no-repeat;
}
.new_topbar .header-container .new_header_right li .nav-content {
    display: none;
    width: 165px;
    line-height: 24px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 333;
    padding: 10px;
    box-shadow: 1px 1px 1px #ececec,-1px 1px 1px #ececec;
    background: #fff;
}
.new_topbar .header-container .new_header_right li:nth-child(3) .nav-content,
.new_topbar .header-container .new_header_right li:nth-child(5) .nav-content {
    text-align: left;
}
.header-container .new_header_right li .nav-content a {
    display: block;

}
.new_topbar .header-container .new_header_right li .nav-content.last {
    position: absolute;
    top: 30px;
    right: 0;
    left:auto;
}

.new_topbar .header-container .new_header_right li .nav-content.nc-3 {
    width: 120px;
    height: 120px;
    border: 2px solid #ee772f;
}

.new_topbar .header-container .new_header_right li .nav-content.nc-3 img {
    width: 100%;
    height: 100%;
}

.new_topbar .header-container .new_header_right li .nav-content th {
    width: 80px;
    color: #262626;
    line-height: 20px;
    font-weight: 500;
    height: 20px;
    text-align: left;
}

.new_topbar .header-container .new_header_right li .nav-content td {
    width: 50%;
    line-height: 20px;
    height: 20px;
}
.new_topbar_ewm_left,
.new_topbar_ewm_right {
    position: relative;
    z-index: 2;
    display: none;
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 1px #ececec,-1px 1px 1px #ececec;
}
.new_topbar_ewm_left a,
.new_topbar_ewm_right a{
    display: block;
}
.new_topbar_ewm_left a img,
.new_topbar_ewm_right a img{
   vertical-align: middle;
}
/*征信信息logo*/
.com_icon {
    margin: 5px 0 10px 10px;
    padding-left: 26px;
    font-size: 12px;
    color: #999999;
    position: relative;
    width: 100px;
}
.com_icon a {
    color: #999999;
}
.com_icon a:hover span {
    color: #ee772f;
}
.com_icon i {
    width: 26px;
    height: 16px;
    position: absolute;
    top: 0;
    left: -26px;
    background:url(../images/htyw_home_sprite.png) -173px -192px no-repeat;
}
body {
    font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","sans-serif";
    -webkit-font-smoothing: antialiased;
}
/*footer*/
.footer {
    padding-bottom: 40px;
    background-color: #303030;
}
.footer div {
    font-size: 12px;
    color: #999;
}
.footer .container {
    width: 1190px;
    margin: 0 auto;
}
.footer [class*=col-],
.footer .row {
    padding: 0;
    margin: 0;
}
.footer [class*=col-] {
    float: left;
}
ul.az-inline-block-list > li {
    display: inline-block;
}
.az-input-group > *, .az-horizontal-group > * {
    display: table-cell;
    vertical-align: middle;
}
.az-input-group .az-input-group-label, .az-horizontal-group > .mini {
    white-space: nowrap;
    width: 1%;
}
.az-input-group .az-form-control, .az-horizontal-group > .plus {
    width: 100%;
}
.footer ul.az-inline-block-list > li {
    display: inline-block;
}
.footer_content_right>.row>.col-md-2 {
    width: 131px;
}
.footer .footer_content_right {
    padding-left: 60px;
}

.footer .footer_content_right>div>div {
    min-height: 180px;
    margin-bottom: 20px;
}
.footer .footer_content_right .footer-title{
    font-weight:700;
}
.footer div {
    font-size: 12px;
    color: #999;
}
.footer_contact {
    padding-left: 50px;
    position: relative;
    margin-top: 10px;
}
.footer_contact>i {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
.market_phone {
    background-image: url('../images/market_phone_img.png');
}
.service_phone {
    background-image: url('../images/service_phone_img.png');
}
.footer_contact>div:nth-child(1) {
    font-size: 14px;
    color: #999;
}
.footer_contact>div:nth-child(2) {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.footer_contact_address {
    width: 70%;
}

.footer_contact_line {
    position: absolute;
    width: 1px;
    height: 120px;
    top: 10px;
    right: 0;
    background-color: #474747;
}

.footer .footer-content {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #474747;
}

.footer-title span {
    color: #ccc;
}
.footer-content .footer-contact-list > li,
.footer-content .footer-link-list > li {
    margin-top: 10px;
}
.footer-contact-list > li >a,
.footer-link-list > li > a {
    color: #999;
}
.footer-item.about-us .footer-link-list > li,
.footer-item.service .footer-link-list > li {
    /*margin-bottom: 8px;*/
}

.footer-item.quick-link .footer-link-list > li {
    /*margin-bottom: 18px;*/
}

.footer-item .footer-contact-list>li {
    /*margin-bottom: 4px;*/
}

.footer-item .footer-contact-list>li:first-child {
    color: #777777;
}

.footer-item  a:hover,
.footer-links a:hover {
    color: #FFF;
}

.footer-item .az-horizontal-group .mini,
.footer-links .az-horizontal-group .mini {
    vertical-align: top;
    width: 8%;
}
.footer-item .az-horizontal-group .mini>span,
.footer-links .az-horizontal-group .mini>span {
    color: #ccc;
    font-weight: 500;
}

.footer-item .footer-qrcode {
    padding-top: 10px;
}

.footer-links {
    padding-top: 40px;
    margin-bottom: 0px;
    text-align: left;
}

.footer-links .footer-link-list > li {
    padding-right:20px;;
    margin-bottom: 10px;
}

.footer-copyright {
    color: #555555;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.footer-copyright span {
    color: #999;
}
.show_footer_iphone {
    display: none;
    padding: 0 20px;
}
.footer .show_footer_iphone>div {
    margin-bottom: 20px;
}
.footer .show_footer_iphone>div>div {
    padding-left: 20px;
}
.show_footer_iphone>div>div>i{
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
}
.show_footer_iphone .market_phone {
    background-image: url('../images/market_phone_img.png');
    background-size: 100%;
}
.show_footer_iphone .service_phone {
    background-image: url('../images/service_phone_img.png');
    background-size: 100%;
}
.footer .footer_iphone_title {
    font-size: 14px;
    color: #ccc;
    text-align: center;
}
.footer .iphone5_block {
    color: #fff;
}