@import url("../css/bootstrap.min.css");
@import url("../fonts/webexflaticon/flaticon.css");
@import url("../fonts/fontawesome/css/all.css");
@import url("../fonts/webexicon/style.css");
@import url("../fonts/fonts/iconfont.css");
@import url("../css/owl.carousel.min.css");
@import url("../css/magnific-popup.css");
@import url("../css/animate.css");
@import url("../css/custom-animation.css");
@import url("../css/meanmenu.min.css");
@import url("../css/zxf_page.css");
@import url("../fonts/icon/iconfont.css");
@import url("../jeDate/skin/jedate.css");
@import url("../css/modal.css");

/*========================================*/


/*------------ [_Reset_Styles] -----------*/


/*========================================*/

html,
body {
    font-size : 100%;
    margin    : 0px;
    padding   : 0px;
    box-sizing: border-box;
    font-style: normal;
}

* {
    margin : 0px;
    padding: 0px;
    border : none;
    outline: none !important;
}

::-moz-selection {
    background : #0c59db;
    color      : #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    background-color: #f1f1f1;
    width           : 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

::selection {
    background : #0c59db;
    color      : #fff;
    text-shadow: none;
}

ul li {
    display: inline;
}

.img-full {
    width: 100%;
}

.container,
.auto-warp {
    width : 1200px;
    margin: 0 auto;
}

.warp {
    width : 1000px;
    margin: 0 auto;
}

@media (max-width: 1200px) {

    .container,
    .auto-warp,
    .warp {
        width  : 1100px;
        margin : 0 auto;
        padding: 0 3%;
    }

}

@media (max-width:1100px) {

    .container,
    .auto-warp,
    .warp {
        width  : 100%;
        margin : 0 auto;
        padding: 0 3%;
    }

}

/*========================================*/


/*-------------- [_Utility] -----===------*/


/*========================================*/

body {
    color                  : #3e3e3e;
    font-family            : "Poppins", sans-serif;
    font-weight            : 400;
    font-size              : 16px;
    line-height            : 26px;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin     : 0 0 20px;
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color      : #151a33;
    margin     : 0;
    font-family: "Poppins", sans-serif;
}

h1,
h2 {
    font-weight: 800;
}

h3,
h4 {
    font-weight: 700;
}

h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size  : 48px;
    line-height: 56px;
}

h2 {
    font-size  : 42px;
    line-height: 48px;
}

h3 {
    font-size     : 28px;
    line-height   : 1.25;
    letter-spacing: -.02em;
}

h4 {
    font-size  : 22px;
    line-height: 32px;
}

h5 {
    font-size  : 18px;
    line-height: 24px;
}

h6 {
    font-size  : 16px;
    line-height: 26px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

b,
strong {
    color: #151a33;
}

iframe {
    border: none;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-              : none;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow     : none !important;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
}

a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

a,
button {
    outline: medium none;
}

ul,
ol {
    list-style: outside none none;
    margin    : 0;
    padding   : 0;
}

img {
    border   : none;
    max-width: 100%;
}

.clear-both:before,
.clear-both:after {
    display: table;
    content: "";
    clear  : both;
}

.block-quote {
    padding      : 30px;
    background   : #F4F5F8;
    border-left  : 5px solid #0c59db;
    position     : relative;
    overflow     : hidden;
    margin-bottom: 20px;
}

.block-quote:after {
    position   : absolute;
    content    : "\ea70";
    font-family: 'webexicon' !important;
    font-size  : 17rem;
    top        : 50px;
    right      : -15px;
    opacity    : 0.08;
}

.block-quote p {
    font-size: 20px;
    color    : #555362;
}


/*========================================*/


/*--------------- [_Header] --------------*/


/*========================================*/


/*Header Style One*/

.header-style-one .header-wrapper .header-navigation-area {
    background: #fff;
    transition: all 0.4s ease-out 0s;
    height    : 80px;
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li {
    display     : inline-block;
    margin-right: 45px;
    position    : relative;
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li:last-child {
    margin-right: 0;
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li a {
    padding    : 36px 0;
    display    : block;
    color      : #2f2b2b;
    font-weight: 600;
}

.header-one {
    padding: 10px 0;

}

.logo {
    width  : 320px;
    padding: 2px 0;
}

@media (max-width: 1100px) {
    .logo {
 
        padding: 0 0;
    }

    .header-style-one .header-wrapper .header-navigation-area .main-menu ul li.has-sub>a {
        font-size: 14px;
    }
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li.has-sub.right-view ul {
    right: -20px;
    left : auto;
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li.has-sub>a::before {
    content          : "\f067";
    position         : absolute;
    right            : -16px;
    top              : 50%;
    -moz-transform   : translate(0, -13px);
    -o-transform     : translate(0, -13px);
    -ms-transform    : translate(0, -13px);
    -webkit-transform: translate(0, -13px);
    transform        : translate(0, -13px);
    font-family      : "Font Awesome 5 Free";
    font-size        : 16px;
}

.header-style-one .header-wrapper .header-navigation-area .main-menu ul li:hover>a {
    color: #0c59db;
}

.header-style-one .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
    padding: 35px 0;
}

.header-style-one .header-wrapper .header-navigation-area.transparent-header {
    background: transparent;
    position  : fixed;
    z-index   : 9999;
    width     : 100%;
    padding   : 20px 0;
    top       : 0;
}

.header-style-one .header-wrapper .header-navigation-area.transparent-header.fixed {
    background        : #fff;
    position          : fixed;
    top               : 0;
    width             : 100%;
    z-index           : 9999;
    padding           : 10px 0;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow : 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow   : 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow    : 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow     : 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow        : 0 10px 33px rgba(0, 0, 0, 0.1);
}

.header-style-one .header-wrapper .header-navigation-area.fixed {
    position          : fixed;
    top               : 0;
    width             : 100%;
    z-index           : 9999;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow : 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow   : 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow    : 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow     : 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow        : 0 5px 10px rgba(0, 0, 0, 0.1);
}


/*Header Style Two*/

.header-style-two .header-wrapper .header-middle {
    padding : 30px 0;
    margin  : 0 auto;
    position: static;
}

.header-style-two .header-wrapper .header-middle .topbar-info-area i {
    margin-right  : 15px;
    color         : #0c59db;
    vertical-align: middle;
    height        : 48px;
    width         : 48px;
    line-height   : 48px;
    text-align    : center;
    background    : #ECF1F8;
    border        : 1px solid #eee;
}

.header-style-two .header-wrapper .header-middle .topbar-info-area i:before {
    font-size: 26px;
}

.header-style-two .header-wrapper .header-middle .topbar-info-area a {
    font-size: 15px;
}

.header-style-two .header-wrapper .header-navigation-area {
    background: #fff;
}

.mobile-menu-right li {
    width: 10%;
}

.mobile-menu-right li a {
    width: 100%;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul {
    display       : flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    position: relative;
    /*padding-right:6%;*/
    padding-right: 0;
    display: inline-block;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:last-child {
    padding-right: 0;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {

    padding    : 10px 0;
    display    : block;
    color      : #000;
    font-weight: 500;
    position   : relative;

}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li>a {
    position: relative;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li>a::before,
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.acitve>a::before {
    position          : absolute;
    content           : '';
    left              : 50%;
    bottom            : 0px;
    height            : 2px;
    width             : 0px;
    background-color  : #ffb118;
    -webkit-transition: all 300ms ease;
    -moz-transition   : all 300ms ease;
    -ms-transition    : all 300ms ease;
    -o-transition     : all 300ms ease;
    transition        : all 300ms ease;
    transform: translateX(-50%);
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover>a::before,
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.acitve>a::before {
    width: 100%;
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover>a,
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.acitve>a {
    color           : #ffb118;
    /* border-bottom: 3px solid #fd1a16; */
}

.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover ul.sub-menu {
    opacity   : 1;
    visibility: visible;
    top       : 100%;
}
@media (max-width: 1200px){
    
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    
    padding-right:4.5%;
}

}
@media (max-width: 1024px){
    
    .header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
        padding-right:3%;
    }
    
    }
    @media (max-width: 991px){
    
    .header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
        padding-right:41px;
    }
    
    }
        @media (max-width: 981px){
    
    .header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
        padding-right:40px;
    }
    
    }
.header-style-two .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
    padding: 35px 0;
}

.header-style-two .header-wrapper .header-navigation-area.transparent-header {
    background: transparent;
    position  : fixed;
    z-index   : 9999;
    width     : 100%;
    padding   : 20px 0;
    top       : 0;
}

.header-style-two .header-wrapper .header-navigation-area.transparent-header.fixed {
    background        : #fff;
    position          : fixed;
    top               : 0;
    width             : 100%;
    z-index           : 9999;
    padding           : 10px 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow : 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow   : 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow    : 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow     : 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow        : 0 5px 10px rgba(0, 0, 0, 0.1);
}

.header-style-two .header-wrapper .header-navigation-area.fixed {
    position          : fixed;
    top               : 0;
    width             : 100%;
    z-index           : 9999;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow : 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow   : 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow    : 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow     : 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow        : 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-transform    : translateY(-5px);
    -o-transform      : translateY(-5px);
    -ms-transform     : translateY(-5px);
    -webkit-transform : translateY(-5px);
    transform         : translateY(-5px);
}

.input-box input[type="text"] {
    border      : 1px solid #ddd6d9;
    padding-left: 10px;
    width       : 160px;
    font-size   : 12px;
    color       : #888;
    height      : 30px;
}

.input-box button {
    width      : 30px;
    font-size  : 12px;
    cursor     : pointer;
    background : #bfbfbf;
    margin-left: -5px;
    height     : 30px;
}

.input-box button i {
    font-size: 14px;
    color    : #fff;
}

.input-box button:hover {
    background: #3d83d2;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}


/*Header-top-area*/

.header-top-area {
    font-size  : 14px;
    color      : #000;
    height     : 32px;
    line-height: 32px;
    background : #eee;
}

.header-top-area a {
    color      : #000;
    font-size  : 14px;
    display    : block;
    font-weight: 400;
}

.header-top-area i {
    margin     : 0px;
    font-size  : 14px;
    font-weight: 400;
}

.header-top-left-part {
    float: left;
}

.header-top-right-part {
    float  : right;
    padding: 26.5px 0;
}

.header-top-area .header-top-left-part .time {
    padding-right: 20px;
    position     : relative;
}

.header-top-right-part a {
    font-size     : 14px;
    color         : #000;
    vertical-align: middle;
    padding       : 0 5px;
    opacity: 0.65;
}

.header-top-right-part .iconfont {
    margin-right  : 1px;
    vertical-align: middle;
    font-size     : 18px;
    color         : #666;
}

.header-top-area .header-top-left-part i:before {
    font-size: 16px;
}

.header-top-area .header-top-right-part .right-links {
    position: relative;
    display : inline-block;
}

.header-top-area .header-top-right-part .right-links li {
    display     : inline-block;
    margin-right: 15px;
    position    : relative;
}

.header-top-area .header-top-right-part .right-links li a {
    color             : #000;
    -webkit-transition: .3s;
    transition        : .3s;
}

.header-top-area .header-top-right-part .right-links li a:hover,
.header-top-right-part a:hover,
.header-top-right-part a:hover .iconfont {
    color: #fd1a16;
      opacity: 1;
}

.header-top-area .header-top-right-part .right-links li:last-child {
    margin-right: 0;
}

.header-top-area .header-top-right-part .right-links li.login::before {
    content   : "";
    position  : absolute;
    width     : 1px;
    height    : 60%;
    background: #000;
    top       : 5px;
    right     : -12px;
}


/* extra info */

.close-icon {
    text-align: right;
}

.close-icon>button {
    cursor       : pointer;
    background   : #0c59db;
    border-radius: 50%;
    height       : 42px;
    width        : 42px;
}

.close-icon>button i {
    line-height: 20px;
    color      : #fff;
}

.close-icon>button i:before {
    font-size: 14px;
}

.extra-info>p {
    color      : #ddd;
    font-size  : 15px;
    line-height: 28px;
}

.extra-info.extra-info-left.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform    : translateX(0);
    transform        : translateX(0);
}

.side-panel {
    width      : 36px;
    float      : right;
    padding-top: 38px;
    cursor     : pointer;
    margin-left: 10px;
}

.side-panel span {
    margin    : 3px 0;
    transition: .3s;
    float     : right;
}

.side-panel:hover span {
    width: 100%;
}

.bar1 {
    width     : 55%;
    background: #0c59db;
    height    : 2px;
}

.bar2 {
    width     : 75%;
    background: #0c59db;
    height    : 2px;
}

.bar3 {
    width     : 65%;
    background: #0c59db;
    height    : 2px;
}


/*========================================*/


/*-------------- [_Footer] ---------------*/


/*========================================*/

.footer {

    background: #f1f1f1;
}

.footer-main-area {
    padding: 42px 0 30px;
    height : 280px;
}


.footer-main-area .footer-inner-box .foot-title ul {
    display       : flex;
    flex-direction: column;
    margin-left   : 5px
}

.footer-main-area .footer-inner-box .f-center ul li,
.footer-main-area .footer-inner-box .f-center ul li a {
    font-size  : 14px;
    color      : #000;
    line-height: 24px;
}

.foot-title {
    margin-top: 20px;
}

.footer-main-area .logo-right {
    width     : 135px;
    margin-top: 70px;
}

.footer-main-area .f-right p {
    font-size : 14px;
    color     : #000;
    margin-top: 5px;
}

.footer-bottom {
    border-top: 1px solid #ccc;
    padding   : 15px 0;
    font-size : 12px;
    color     : #bfbfbf;
    text-align: center;
}

.footer-bottom a {
    color: #b6b5b5;
}

.footer-bottom a:hover {
    color: #000
}

/*========================================*/


/*------------- [_Home_Slider] -----------*/


/*========================================*/

.banner-section {
    width : 100%;
    height: 540px;
}

.home-carousel .slide-item {
    width              : 100%;
    position           : relative;
    background-repeat  : no-repeat;
    background-position: center;
    background-size    : cover;
    height             : 540px;
}

.home-carousel .owl-nav {
    display: none;
}

.home-carousel .owl-dots {
    position  : absolute;
    bottom    : 5%;
    left      : 46%;
    text-align: center;
}

.home-carousel .owl-dots .owl-dot {
    position          : relative;
    width             : 30px;
    height            : 3px;
    margin            : 0px 5px;
    border-radius     : 50px;
    display           : inline-block;
    background-color  : #eee;
    transition        : all 300ms ease;
    -moz-transition   : all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition    : all 300ms ease;
    -o-transition     : all 300ms ease;
}

.home-carousel .owl-dots .owl-dot.active,
.home-carousel .owl-dots .owl-dot:hover {
    background-color: #fd1a16;
}


/* 造价要闻 */

.feature-section {
    padding-top: 42px;
}

.news-content-box {
    padding: 42px 0 0;
}

.inner-images {
    width   : 100%;
    overflow: hidden;
}

.inner-images img {
    width: 100%;
    height: 200px !important;
}

.news-inner-box .inner-title {
    padding   : 22px 40px;
    box-shadow: 0 0 10px rgba(211, 209, 209, 0.5);
}

.news-inner-box .inner-title .headline,
.news-inner-bottom .headline a {
    font-size         : 18px;
    color             : #000;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-inner-box .inner-title .time {
    font-size: 14px;
    color    : #666;
}

.news-inner-box:hover .inner-title .headline,
.news-inner-bottom .headline a:hover {
    color: #3d83d2;
}

.news-inner-bottom {
    padding-top: 30px;
}

.news-inner-bottom .bottom-inner {
    margin-bottom: 18px;
    padding-right: 10px;
}

.headline a {
    margin-bottom: 2px;
    font-weight  : 500;
}

.news-inner-bottom .bottom-inner p {
    font-size         : 14px;
    color             : #666;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height       : 24px;
    padding           : 0;
    margin            : 0;
    height            : 50px;
}

.fs {
    margin-bottom: 8px
}


/* 信息价 */

.Table-section,
.Table-section .auto-warp {
    position: relative;
}

.Table-section .Table-inner {
    box-shadow: 0 0 10px rgba(211, 209, 209, 0.5);
    padding   : 32px 22px 0;
}

.Table-section .Table-inner .title {
    font-size     : 20px;
    color         : #000;
    height        : 48px;
    vertical-align: middle;
}

.Table-section .Table-inner .title .f-left h2 {
    font-size  : 20px;
    color      : #000;
    font-weight: 500;
}

.Table-section .Table-inner .title .f-right {
    margin-top: 10px;
}

.Table-section .Table-inner .title .f-right .more a {
    font-size: 16px;
    color    : #666;
}

.Table-section .Table-inner .title .f-right .more a:hover {
    color: #3d83d2;
}

.table-top-title .time {
    font-size : 14px;
    color     : #000;
    margin-top: 12px;
}

.top-inner-box .popup-youtube {
    position: initial !important;
}

.table-top-title {
    padding: 22px 0;
    width  : 100%;
    display: inline-block;
}

.table-top-title button {
    padding   : 8px 22px;
    border    : 1px solid #3d83d2;
    background: none;
    font-size : 14px;
    color     : #3d83d2;
}

.table-top-title button:hover {
    background: #3d83d2;
    color     : #fff;
}

.TableSelect {
    width     : 100%;
    height    : 66px;
    display   : inline-block;
    padding   : 17px 0;
    background: #e2eff8;
    margin    : 32px 0 12px;
}

.TableSelect select {
    width    : 300px;
    padding  : 5px 20px;
    font-size: 13px;
    color    : #666;
}

.seach-wrap {
    display: table;
    margin : 0 auto;
}

.seach-wrap .item {
    float : left;
    margin: 0 15px;
}

.seach-wrap input {
    width: 320px;
}

.seach-wrap button {
    width     : 220px;
    background: #3d83d2;
    padding   : 3px 20px;
    font-size : 14px;
    color     : #fff;
    cursor    : pointer;
}

#btnReset {
    background: #faf7f7;
    color     : #000;
    border    : 1px solid #dedede;
}

#btnReset:hover {
    background: #3d83d2;
    color     : #fff;
    border    : none;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 0;
}

.table td,
.table th {
    padding: 5px 0;
}

.table-top-title .page-nav {
    display: inline-block;
    margin : 0;
}

.table-wrap {
    width: 100%;
}

.table-wrap .popup-video {
    position: initial !important;
}


/* 信息价详情 */
.details a {
    font-size: 16px;
    color    : #3d83d2;
}

.details1 {
    padding: 42px 0 0 !important;
}

.details .download {
    display: inline-block;
    padding: 100px 0 0;
}

.details .download a:hover {
    color: #1a63b6;
}

/* message */

.message-study-section {
    padding: 42px 0 0;
}

.section-top-part {
    display       : flex;
    flex-direction: row;
    align-items   : center;
}

.section-top-part h3 {
    font-size   : 20px;
    color       : #000;
    font-weight : 500;
    margin-right: 64px;
}

.section-top-part .more a {
    font-size: 16px;
    color    : #666;
}

.section-top-part .more a:hover {
    color: #3d83d2;
}

.stp .inner-content {
    height: 374px;
}
.sib .inner-content{
   margin    : 42px 0 0 !important; 
}
.section-inner-box .inner-content {
    margin    : 42px 0 42px;
    box-shadow: 0 0 10px rgba(211, 209, 209, 0.5);
    padding   : 32px 22px 22px;
}

.section-inner-box.sib .inner-content {
    height: 493px;
}

.section-inner-box .inner-content .title {
    margin-bottom: 10px;
}

.section-inner-box .inner-content .title .headline a {
    font-size         : 16px;
    color             : #000;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.section-inner-box .inner-content .title .time {
    font-size: 14px;
    color    : #666;
}

.section-inner-box .inner-content .title .headline a:hover,
.scrollbox .headline a:hover,
#scrollDiv .headline a:hover {
    color: #3d83d2;
}


/* 会员 */

#scrollDiv {
    width         : 100%;
    height        : 320px;
    overflow      : hidden;
    padding-bottom: 3px;
}

#scrollDiv .headline {
    margin-bottom: 6px;
}

#scrollDiv .headline a {
    font-size: 16px;
    color    : #000;
}


/* 合作伙伴 */

.clients-section {
    padding: 42px 0 42px;
}

.clients-section .client-item {
    width : 100%;
    border: 1px solid #eee;
}
.clients-section .client-item a,.clients-section .client-item a img{
     width : 100%;
}

/*========================================*/


/*----------- [_Section_Title] -----------*/


/*========================================*/

.section-title {
    margin-bottom: 60px;
}

.section-title .sub-title {
    margin-bottom: 5px;
    font-size    : 16px;
}

.section-title-left-part {
    position    : relative;
    padding-left: 30px;
}

.section-title-left-part:before {
    content   : "";
    position  : absolute;
    background: #0c59db;
    height    : 100%;
    width     : 8px;
    top       : 0;
    left      : 0;
}

.section-title-left-part:after {
    content    : "\f180";
    font-family: Flaticon;
    position   : absolute;
    top        : 17px;
    left       : 45px;
    font-size  : 7rem;
    color      : #1677bf;
    opacity    : 0.1;
    animation  : heartbeat 1s infinite alternate;
}

.title-box-center {
    position: relative;
}

.shadow-text {
    position   : relative;
    font-size  : 152px;
    opacity    : 0.05;
    left       : 0;
    right      : 0;
    top        : 15px;
    color      : #3751ca;
    font-weight: 800;
    animation  : heartbeat 1s infinite alternate;
}


/*========================================*/


/*------------- [_Title_Lines] -----------*/


/*========================================*/

.title-under-line {
    position: relative;
}

.title-under-line:after {
    background: #ffffff;
    position  : absolute;
    content   : "";
    height    : 2px;
    width     : 30px;
    bottom    : -31px;
    left      : 0px;
}

.line-both-side {
    position: relative;
    display : inline-block;
}

.line-both-side:before {
    content   : "";
    position  : absolute;
    height    : 2px;
    width     : 45px;
    top       : 12px;
    right     : -55px;
    background: #fff;
}

.line-both-side:after {
    position  : absolute;
    background: #fff;
    height    : 2px;
    width     : 45px;
    content   : "";
    left      : -55px;
    top       : 12px;
}

.line-both-side.gradient-color:before {
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}

.line-both-side.gradient-color:after {
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}

.sub-title-side-line {
    position    : relative;
    padding-left: 60px;
    display     : inline-block;
}

.sub-title-side-line:before {
    position  : absolute;
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
    height    : 2px;
    width     : 50px;
    content   : "";
    top       : 15px;
    left      : 0;
}

.line-top-center {
    position: relative;
}

.line-top-center:before {
    content   : "";
    position  : absolute;
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
    height    : 3px;
    width     : 36px;
    left      : 0;
    right     : 0;
    margin    : 0 auto;
    bottom    : -15px;
}

.side-line {
    position: relative;
}

.side-line:before {
    position          : absolute;
    content           : "";
    background        : linear-gradient(45deg, #0E90D5, #3032A2) !important;
    height            : 3px;
    width             : 40px;
    top               : 12px;
    left              : -15px;
    z-index           : -1;
    -moz-transition   : all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition    : all 500ms ease-out 0s;
    -o-transition     : all 500ms ease-out 0s;
    transition        : all 500ms ease-out 0s;
}

.case-study-item:hover .side-line:before {
    width: 65px;
    left : -30px;
}


/* 向上 */

.back-to-top {
    position          : fixed;
    right             : 36px;
    bottom            : 42px;
    width             : 42px;
    height            : 42px;
    color             : #fff;
    text-align        : center;
    line-height       : 40px;
    border-radius     : 50%;
    z-index           : 99;
    font-size         : 22px;
    cursor            : pointer;
    background-color  : linear-gradient(45deg, #0E90D5, #3032A2) !important;
    -webkit-animation : white-shadow .8s infinite, red-shadow .8s infinite;
    animation         : white-shadow .8s infinite, red-shadow .8s infinite;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow : 0 10px 33px rgba(0, 0, 0, 0.1);
    -moz-box-shadow   : 0 10px 33px rgba(0, 0, 0, 0.1);
    -ms-box-shadow    : 0 10px 33px rgba(0, 0, 0, 0.1);
    -o-box-shadow     : 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow        : 0 10px 33px rgba(0, 0, 0, 0.1);
    display           : none;
}

@keyframes white-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        box-shadow        : 0 0 0 0 rgba(255, 255, 255, 0.5);
        -webkit-transition: box-shadow .3s ease-in-out;
        -webkit-transition: -webkit-box-shadow .3s ease-in-out;
        -o-transition     : box-shadow .3s ease-in-out;
        transition        : box-shadow .3s ease-in-out;
        transition        : box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    }

    100% {
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow        : 0 0 0 30px transparent;
        -webkit-transform : translate3d(0, 0, 0);
        -ms-transform     : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
        -webkit-transition: box-shadow .4s ease-in-out;
        -webkit-transition: -webkit-box-shadow .4s ease-in-out;
        -o-transition     : box-shadow .4s ease-in-out;
        transition        : box-shadow .4s ease-in-out;
        transition        : box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
    }
}

@-webkit-keyframes red-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
        box-shadow        : 0 0 0 0 rgba(31, 100, 188, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow        : 0 0 0 30px transparent;
    }
}

@keyframes red-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
        box-shadow        : 0 0 0 0 rgba(31, 100, 188, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow        : 0 0 0 30px transparent;
    }
}


/*========================================*/


/*-------------- [_Page_Title]内页banner -----------*/


/*========================================*/

.page-title-section {
    background-color : #f8f8f8;
    background-repeat: no-repeat;
    background-size  : cover;
    /* height        : 250px;*/
    padding          : 125px 0
}


/* 内页二级导航 */

.twonav {
    width        : 100%;
    height       : 62px;
    position     : relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.twonav-content {
    float     : left;
    background: none;
}

.twonav-content li,
.twonav-right li {
    float       : left;
    height      : 62px;
    line-height : 62px;
    margin-right: 25px;
    font-size   : 14px;
    color       : #666666;
}

.twonav-content li.list {
    position: relative;
}

.twonav-content li.list::before {
    content : ">";
    position: absolute;
    top     : 0;
    right   : -18px;
}

.twonav-content li a {
    font-size: 14px;
    color    : #666666;
}

.twonav-content li a:hover,
.twonav-right li.active a,
.twonav-right li a:hover {
    color: #fd1a16;
}

.twonav-right {
    float: right;
}

.twonav-right li a,
.twonav-right li {
    font-size: 18px;
    color    : #000;
}


/* 造价要闻 */

.news-content {
    display   : inline-block;
    padding   : 12px 0 22px;
    height    : auto;
    max-height: 800px;
}

.text img {
    display: table;
    margin : 0 auto;
}

.fh .f-left ul {
    display       : flex;
    flex-direction: column;
}

.fh .f-left ul li {
    font-size: 14px;
    color    : #000;
}

.fh .f-left ul li a {
    font-size: 14px;
    color    : #000;
}

.fh .f-left ul li a:hover {
    color: #3d83d2;
}


/* 政策文件 */

.details .text p {
    font-size: 14px;
    color    : #666;
}

.details .text p.center {
    text-align: center;
}

.details .text .f-right {
    width     : 220px;
    text-align: center;
    height    : 56px;
}


/* 信息价 */

.tab-header {
    display       : flex;
    flex-direction: row;
    align-items   : center;
}

.tab-header .text {
    margin-left: 20px;
    font-size  : 14px;
    color      : #fd1a16;
}

.Tab-box .tab-header select {
    width    : 260px;
    padding  : 10px 10px;
    border   : 1px solid #3d83d2;
    font-size: 16px;
    color    : #000;
}

.Tab-box .list-content {
    padding: 52px 0;
}

.Tab-box .list-content .popup-video {
    position: initial;
}

.Tab-box .list-content .top {
    display       : flex;
    flex-direction: row;
    align-items   : center;
}

.Tab-box .list-content .top h1 {
    font-size: 30px;
    color    : #3d83d2;
    float    : left;
}

.Tab-box .list-content .top .ico {
    float       : right;
    padding-left: 10px;
}

.Tab-box .list-content .top .ico i {
    font-size: 48px;
    color    : #000;
}

.Tab-box .list-content a .top-images {
    margin-top: 15px;
    width     : 100%;
    max-width : 233px;
    max-height: 313px;
    border    : 1px solid #eee;
}

.Tab-box .list-content a .top-images img {
    width: 100%;
}

.Tab-box .list-content .list {
    display: none;
}

.Tab-box .list-content .list:first-child {
    display: block;
}

.Tab-box .list-content .list p {
    font-size: 14px;
    color    : #666;
}

.Tab-box .list-content .list h6 {
    font-size: 16px;
    color    : #000;
}


/* 综合答疑 */

.wrap {
    width : 1000px;
    margin: 0 auto;
}

.faqs-content {
    padding: 12px 0 22px;
}

.inner-box {
    display      : inline-block;
    width        : 100%;
    border-bottom: 1px solid #eee;
    padding      : 0 0 42px;
}

.inner-box .headline {
    font-size         : 16px;
    color             : #000;
    width             : 620px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.inner-box .date {
    font-size: 14px;
    color    : #666;
}

.inner-box .headline:hover,
.inner-box .headline:hover .stick {
    color: #3d83d2;
}

.inner-box .title-content {
    margin-bottom: 16px;
}

.inner-box .stick {
    font-size: 16px;
}

.page-nav {
    width : 100%;
    height: 68px;
    margin: 0 0 42px;
}

.page-nav .f-left {
    display       : flex;
    flex-direction: row;
    align-items   : center;
}

.page-nav .f-left p {
    font-size    : 16px;
    color        : #000;
    padding-right: 0px;
    padding-top  : 20px;
}

.page-nav .f-left select {
    border        : 1px solid #ccc;
    padding       : 5px 5px;
    vertical-align: middle;
    margin-right  : 10px;
}

.page-nav .f-right {
    display       : flex;
    flex-direction: row;
    height        : 45px;
}

.page-nav .f-right li {
    font-size: 14px;
    float    : left;
    margin   : 21px 5px;
}

.page-nav .f-right li a {
    padding  : 5px 10px;
    font-size: 14px;
    color    : #000;
    border   : 1px solid #eee;
}

.page-nav .f-right li a:hover,
.page-nav .f-right li.active a {
    background: #3d83d2;
    border    : 1px solid #3d83d2;
    color     : #fff;
}

.page-nav .f-right .page-list {
    font-size: 14px;
    color    : #000;
    margin   : 21px 10px;
}

.page-input button {
    padding    : 3px 10px;
    cursor     : pointer;
    font-size  : 14px;
    color      : #000;
    background : #eee;
    border     : none;
    margin-left: 5px;
}

.page-input {
    margin-top: 18px;
}

.page-input button:hover {
    background: #3d83d2;
    color     : #fff;
}

.page-nav .f-right input {
    width  : 50px;
    border : 1px solid #eee;
    padding: 0 10px;
}

input:focus {
    background-color: #fff;
}

input:-internal-autofill-selected {
    appearance      : menulist-button;
    background-color: #fff !important;
    background-image: none !important;
    color           : -internal-light-dark(black, white) !important;
}

.sec-title h6 {
    font-size    : 22px;
    color        : #000;
    text-align   : center;
    font-weight  : 500;
    margin-bottom: 10px;
}

.sec-title2 {
    height        : 130px;
    display       : flex;
    flex-direction: row;
}

.sec-title p {
    font-size : 14px;
    color     : #666;
    text-align: center;
    padding   : 0;
    margin    : 0;
}

.sec-title .left {
    float: left;
    width: 85%;
}

.sec-title .right {
    width: 15%;
}

.sec-title .right a {
    display      : inline-block;
    padding      : 12px 60px;
    background   : #eee;
    color        : #666;
    border-radius: 7px;
}

.sec-title .right a:hover {
    background: #3d83d2;
    color     : #fff;
}

/* video */

.video-popup {
    position: relative;
}

.popup-youtube {
    position  : absolute;
    left      : 0;
    right     : 0;
    top       : 50%;
    text-align: center;
    transform : translateY(-50%);
    color     : #fff;
}

.popup-youtube:hover {
    color: #fff;
}

.video-popup a i::before {
    font-size    : 90px;
    background   : #0c59db;
    border-radius: 50%;
    line-height  : 100px;
}

.video-popup-left a {
    height            : 95px;
    width             : 95px;
    text-align        : center;
    line-height       : 95px;
    background        : #fff;
    font-size         : 24px;
    color             : #19203f;
    position          : relative;
    z-index           : 10;
    display           : inline-block;
    border-radius     : 95px;
    -moz-transition   : all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition    : all 0.4s ease-in-out;
    -o-transition     : all 0.4s ease-in-out;
    transition        : all 0.4s ease-in-out;
}

.video-popup-left a::before {
    position         : absolute;
    content          : '';
    left             : 0;
    top              : 0;
    height           : 100%;
    width            : 100%;
    border           : 1px solid #fff;
    z-index          : -1;
    opacity          : 0;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation   : pulse-border-2 1.5s linear infinite;
    -o-animation     : pulse-border-2 1.5s linear infinite;
    animation        : pulse-border-2 1.5s linear infinite;
    border-radius    : 95px;
}

.video-popup-left a::after {
    position         : absolute;
    content          : '';
    left             : 0;
    top              : 0;
    height           : 100%;
    width            : 100%;
    border           : 1px solid #fff;
    z-index          : -1;
    opacity          : 0;
    -webkit-animation: pulse-border 1s linear infinite;
    -moz-animation   : pulse-border 1s linear infinite;
    -o-animation     : pulse-border 1s linear infinite;
    animation        : pulse-border 1s linear infinite;
    border-radius    : 95px;
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity  : 1;
    }

    100% {
        transform: scale(1.3);
        opacity  : 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        transform: scale(1);
        opacity  : 1;
    }

    100% {
        transform: scale(1.5);
        opacity  : 0;
    }
}

.pulse-animation,
.pulse-animation:before,
.pulse-animation:after {
    position             : absolute;
    top                  : 50%;
    left                 : 50%;
    height               : 90px;
    width                : 90px;
    -moz-transform       : translate(-50%, -50%);
    -o-transform         : translate(-50%, -50%);
    -ms-transform        : translate(-50%, -50%);
    -webkit-transform    : translate(-50%, -50%);
    transform            : translate(-50%, -50%);
    -moz-border-radius   : 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius    : 50%;
    -o-border-radius     : 50%;
    border-radius        : 50%;
    -webkit-box-shadow   : 0 0 0 0 rgba(12, 89, 219, 0.6);
    -khtml-box-shadow    : 0 0 0 0 rgba(12, 89, 219, 0.6);
    -moz-box-shadow      : 0 0 0 0 rgba(12, 89, 219, 0.6);
    -ms-box-shadow       : 0 0 0 0 rgba(12, 89, 219, 0.6);
    -o-box-shadow        : 0 0 0 0 rgba(12, 89, 219, 0.6);
    box-shadow           : 0 0 0 0 rgba(12, 89, 219, 0.6);
    -webkit-animation    : pulse-animation 3s infinite;
    -khtml-animation     : pulse-animation 3s infinite;
    -moz-animation       : pulse-animation 3s infinite;
    -ms-animation        : pulse-animation 3s infinite;
    -o-animation         : pulse-animation 3s infinite;
    animation            : pulse-animation 3s infinite;
}

.pulse-animation:before {
    -webkit-animation-delay: 0.9s;
    -khtml-animation-delay : 0.9s;
    -moz-animation-delay   : 0.9s;
    -ms-animation-delay    : 0.9s;
    -o-animation-delay     : 0.9s;
    animation-delay        : 0.9s;
    content                : "";
    position               : absolute;
}

.pulse-animation:after {
    -webkit-animation-delay: 0.6s;
    -khtml-animation-delay : 0.6s;
    -moz-animation-delay   : 0.6s;
    -ms-animation-delay    : 0.6s;
    -o-animation-delay     : 0.6s;
    animation-delay        : 0.6s;
    content                : "";
    position               : absolute;
}

@-webkit-keyframes pulse-animation {
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -khtml-box-shadow : 0 0 0 60px rgba(255, 255, 255, 0);
        -moz-box-shadow   : 0 0 0 60px rgba(255, 255, 255, 0);
        -ms-box-shadow    : 0 0 0 60px rgba(255, 255, 255, 0);
        -o-box-shadow     : 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow        : 0 0 0 60px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -khtml-box-shadow : 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow   : 0 0 0 0 rgba(255, 255, 255, 0);
        -ms-box-shadow    : 0 0 0 0 rgba(255, 255, 255, 0);
        -o-box-shadow     : 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow        : 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse-animation {
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        -khtml-box-shadow : 0 0 0 60px rgba(255, 255, 255, 0);
        -moz-box-shadow   : 0 0 0 60px rgba(255, 255, 255, 0);
        -ms-box-shadow    : 0 0 0 60px rgba(255, 255, 255, 0);
        -o-box-shadow     : 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow        : 0 0 0 60px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -khtml-box-shadow : 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow   : 0 0 0 0 rgba(255, 255, 255, 0);
        -ms-box-shadow    : 0 0 0 0 rgba(255, 255, 255, 0);
        -o-box-shadow     : 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow        : 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/* download */

.download a {
    width          : 100%;
    position       : relative;
    margin         : 10px 0;
    display        : -webkit-flex;
    display        : -moz-flex;
    display        : -ms-flex;
    display        : -o-flex;
    display        : flex;
    flex-direction : row;
    -ms-align-items: center;
    align-items    : center;
}

.download .py {
    width     : 100%;
    padding   : 10px 60px;
    box-shadow: 0 0 10px rgba(211, 209, 209, 0.5);
}

.download .py .download-box {
    font-size  : 16px;
    color      : #3d83d2;
    text-align : left;
    line-height: 30px;
    float      : left;
    width      : 90%;
}

.download .py .ico {
    float: right;
}

.download .py .ico i {
    font-size: 24px;
    color    : #3d83d2;
}

.newrap {
    height: auto;
}

.ncwrap {
    /*    height: 30 !important;*/
}


/* 详情 */

.faqs-details-section,
.details-section {
    position: relative;
    padding : 0 0 60px;
}

.faqs-details-section .sec-title,
.details-section .sec-title {
    padding: 42px 0 22px;
}

.details {
    padding: 42px 0;
}

.fh {
    margin-top: 42px;
    width     : 100%;
    padding   : 42px 0 0;
    height    : 130px;
    border-top: 1px solid #eee;
}

.get-back {
    float     : right;
    margin-top: 12px;
}

.get-back a {
    padding      : 12px 60px;
    background   : #eee;
    color        : #666;
    border-radius: 7px;
}

.get-back a:hover {
    background: #3d83d2;
    color     : #fff;
}

.news-title-type input[type="text"] {
    width: 260px;
}


/* 联系我们 */

.details-section .sec-title {
    border-bottom: 3px solid #3d83d2;
}

.news-title-type {
    border-bottom : 3px solid #3d83d2;
    width         : 100%;
    margin        : 30px 0 0;
    display       : inline-block;
    padding-bottom: 30px;
}

.news-title-type .sec-title {
    float: left;
}

.news-title-type .input-box {
    float     : right;
    margin-top: 10px;
}

.sec-title h1 {
    font-size  : 36px;
    color      : #000;
    font-weight: 500;
    padding    : 0;
    line-height: initial;
    margin     : 0;
}

.contact-content {
    padding: 42px 0;
}

.contact-block {
    padding: 42px 60px;
    border : 1px solid #eee;
}

.contact-icon {
    display        : flex;
    flex-direction : row;
    align-items    : center;
    justify-content: center;
    vertical-align : middle;
}

.contact-icon .iconfont {
    font-size     : 36px;
    color         : #000;
    vertical-align: middle;
    padding-right : 20px;
    line-height   : 30px;
}

.contact-icon p {
    font-size  : 14px;
    line-height: 30px;
    color      : #000;
    padding    : 14px 0 0 !important
}

.ico-email,
.ico-qq {
    font-size: 30px !important;
}

.contact-details {
    display       : flex;
    flex-direction: row;
    align-items   : center;
}


/* 地图 */

.contact-map-section {
    padding: 0 0 42px;
}

.contact-map-section .map {
    width     : 100%;
    height    : 500px;
    background: #000;
}


/* 404 */

.error-area {
    background-size    : cover;
    background-position: center center;
}

.error-area::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    width     : 100%;
    height    : 100%;
    background: rgb(235, 233, 233, 0.8);
}

.error-inner .error-title {
    font-size  : 190px;
    line-height: 240px;
}

.error-inner .error-text {
    font-size: 40px;
}

.error-inner p {
    max-width: 545px;
    margin   : 20px auto 30px;
}

.pintarest-list {
    display  : flex;
    flex-wrap: wrap;
}

.vh {
    height: 100vh;
}

.d-flex {
    align-items: center;
    display    : flex;
}

.cs-btn-one {
    position        : relative;
    display         : inline-block;
    text-transform  : uppercase;
    background-color: #3d83d2;
    font-size       : 14px;
    line-height     : 26px;
    color           : #ffffff;
    padding         : 14px 42px;
    font-weight     : 500;
    overflow        : hidden;
    border-radius   : 5px;
    cursor          : pointer;
}

.cs-btn-one:hover {
    background        : #3d83d2;
    color             : #ffffff;
    -moz-transition   : all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition    : all 300ms ease;
    -o-transition     : all 300ms ease;
    transition        : all 300ms ease;
}


/* 登录 */

.login-box {
    width     : 100%;
    border-top: 1px solid #eee;
}

.loging-inner-box {
    display       : flex;
    flex-direction: row;
    align-items   : center;
    position      : relative;
}

.loging-inner-box .login-img {
    width     : 65%;
    max-width : 1500px;
    background: url(../images/bg/login.png) no-repeat;
    height    : 100vh;
    position  : relative;
}

.loging-inner-box .login-img .title,
.login-inner-box .lib {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
}

.loging-inner-box .login-img h3 {
    font-size    : 48px;
    color        : #000;
    position     : relative;
    margin-bottom: 42px;
}

.loging-inner-box .login-img h3::before {
    content   : "";
    width     : 180px;
    height    : 3px;
    background: #eee;
    position  : absolute;
    top       : 80px;
    left      : 0;
}

.loging-inner-box .login-img p {
    font-size  : 30px;
    color      : #000;
    font-weight: 300;
}

.loging-inner-box .login-img img {
    width: 100%;
}

.login-inner-box {
    width   : 35%;
    padding : 0 2%;
    position: relative;
}

.login-title {
    margin-bottom: 10px;
}

.login-title h1 {
    font-size  : 24px;
    color      : #000;
    font-weight: 500;
    text-align : left;
    position   : relative;
    margin     : 0 auto;
}

.login-inner-box .leble {
    display       : flex;
    flex-direction: row;
    align-items   : center;
    background    : #fff;
    border        : 1px solid #eee;
}

.login-inner-box .ico {
    width      : 50px;
    height     : 33px;
    line-height: 33px;
    background : rgb(240, 247, 252);
    text-align : center;
}

.login-inner-box .ico i {
    font-size : 22px;
    color     : #000;
    text-align: center;
}

.login-inner-box .leble {
    /* border-bottom: 1px solid rgb(248, 247, 247, 0.6);*/
    margin-bottom: 20px;
}

.login-inner-box .leble input {
    background  : #fff !important;
    border      : 1px solid #dedede;
    border      : none;
    font-size   : 16px;
    color       : #666;
    margin-left : 15px;
    padding-left: 5px
}

input[readonly] {
    background-color: #ffffff
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #e7effc inset !important;
}

input:focus,
input {
    outline                  : none;
    background               : none !important;
    animation-timing-function: none
}

.but-leble {
    margin: 32px 0 22px;
}

.but-leble button {
    width     : 100%;
    background: #3d83d2;
    padding   : 5px 0;
    font-size : 18px;
    color     : #fff;
    cursor    : pointer;
}

.leble-bottom {
    width : 100%;
    height: 21px;
}

.leble-bottom a {
    font-size: 16px;
    color    : #000;
}

.leble-bottom a:hover {
    color: #327ccd;
}

.signin-inner-box {
    width  : 35%;
    padding: 0 3%;
}


.signin-inner-box .login-title {
    margin-bottom: 10px;
}

.signin-inner-box span {
    width     : 25%;
    font-size : 16px;
    color     : #000;
    width     : 100px;
    text-align: right;
}

.signin-inner-box .leble {
    width         : 100%;
    display       : flex;
    flex-direction: row;
    align-items   : center;
    padding       : 5px 0;
}

.signin-inner-box .leble input {
    width        : 75%;
    background   : #fff !important;
    border       : 1px solid #dedede;
    padding      : 5px 20px;
    font-size    : 16px;
    color        : #666;
    margin-left  : 5px;
    border-radius: initial;
}

.signin-inner-box span b {
    color: #fd1a16;
}

.signin-inner-box .but-leble {
    margin: 22px 0 10px;
}

.iw_poi_content {
    font-size: 14px;
}


/* 弹窗 */

.login-popup {
    position          : absolute;
    top               : -100%;
    width             : 100%;
    height            : 100%;
    visibility        : hidden;
    opacity           : 0;
    overflow          : auto;
    background        : rgba(0, 0, 0, 0.80);
    /*    transition  : all 700ms ease;
    -moz-transition   : all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition    : all 700ms ease;
    -o-transition     : all 700ms ease;*/
}

.login-popup .overlay-layer {
    position: absolute;
    top     : 0px;
    bottom  : 0px;
    display : block;
}

.login-popup.popup-visible {
    top       : 0;
    visibility: visible;
    opacity   : 1;
}

.login-popup .close-login {
    position : absolute;
    right    : 125px;
    top      : 125px;
    font-size: 22px;
    color    : #ffffff;
    cursor   : pointer;
    z-index  : 5
}

.login-popup .close-login:hover {
    opacity: 0.70;
}

.login-popup .login-form {
    position : relative;
    padding  : 30px 15px;
    max-width: 100%;
    margin   : 25% auto;
}

.login-popup .login-form .text {
    font-size    : 20px;
    color        : #fff;
    text-align   : center;
    margin-bottom: 20px;
}

.login-popup .login-form .login a {
    padding   : 10px 120px;
    background: #3d83d2;
    display   : table;
    margin    : 0 auto;
    font-size : 18px;
    color     : #fff;
}


/* 价格趋势 */

.price-box-btn {
    cursor: pointer;
}

.price-analysis {
    position          : fixed;
    left              : 0px;
    top               : -100%;
    width             : 100%;
    height            : 100%;
    z-index           : 9999;
    visibility        : hidden;
    opacity           : 0;
    overflow          : auto;
    background        : rgba(0, 0, 0, 0.50);
    /*    transition  : all 700ms ease;
    -moz-transition   : all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition    : all 700ms ease;
    -o-transition     : all 700ms ease;*/
}

.price-analysis .overlay-layer {
    position: absolute;
    left    : 0px;
    top     : 0px;
    right   : 0px;
    bottom  : 0px;
    display : block;
}

.price-analysis.popup-visible {
    top       : 0;
    visibility: visible;
    opacity   : 1;
}

.price-analysis .close-price {
    position : absolute;
    right    : 18%;
    top      : 9.5%;
    font-size: 32px;
    color    : #000;
    cursor   : pointer;
    z-index  : 5;
}

.price-analysis .close-price .iconfont {
    font-size: 22px
}

.price-analysis .close-price .iconfont:hover {
    color: #3d83d2
}

.price-analysis .close-price:hover {
    opacity: 0.70;
}

.price-analysis .price-form {
    position  : relative;
    padding   : 0px 15px 0px;
    max-width : 1200px;
    margin    : 0 auto;
    margin-top: 100px;
}

.price-analysis .price-form .text {
    font-size    : 20px;
    color        : #fff;
    text-align   : center;
    margin-bottom: 20px;
}

.price-top {
    height     : 32px;
    line-height: 32px;
    width      : 100%;
    background : #eee;
    text-align : center;
}

.price-inner-content {
    background: #fff;
    padding   : 42px 0;
}

.price-inner-content .headline {
    font-size : 30px;
    text-align: center;
}

.price-inner-content .parameter {
    display   : table;
    margin    : 22px auto;
    text-align: center;
}

.price-inner-content .parameter span {
    font-size : 14px;
    color     : #000;
    padding   : 0 20px;
    text-align: center;
}

.price-inner-content .parameter span i {
    font-style: normal !important;
}

.timeDate {
    display: table;
    margin : 0 auto;
    z-index: 999999999999999999999999999999;
}

.timeDate input {
    width     : 220px;
    background: none;
    border    : 1px solid #eee;
    padding   : 5px 10px;
    cursor    : pointer;
}

.timeDate label {
    position: relative;
    margin  : 0 10px;
}

.timeDate .iconfont {
    font-size: 22px;
    color    : #666;
    position : absolute;
    top      : 6px;
    right    : 18px;
    cursor   : pointer;
}

.timeDate label button {
    width     : 220px;
    padding   : 5px 10px;
    font-size : 16px;
    background: #3d83d2;
    color     : #fff;
    cursor    : pointer;
}

#startTime,
#endTime {
    z-index: 99999999999999999999999;
}

#analysis-chart {
    width : 100%;
    margin: 42px 0;
}


/* 个人中心 */

.personal-center {
    background: #f8f8fa;
    padding   : 62px 0;
    height    : 1000px;
}

.personal-inner-box {
    padding-right: 120px;
}

.personal-inner-box ul {
    display       : flex;
    flex-direction: column;
}

.personal-inner-box ul li a {
    display   : inline-block;
    width     : 280px;
    padding   : 15px 10px;
    border    : 1px solid #ccc;
    text-align: center;
}

.personal-inner-box ul li.active a,
.personal-inner-box ul .list.active a,
.personal-inner-box ul li:hover {
    color     : #fff;
    background: #3d83d2;
    border    : none;
}

.personal-inner-box ul li a {
    font-size : 18px;
    text-align: center;
    color     : #000;
}

.personal-inner-box ul li.list a {
    font-size: 16px;
    color    : #000;
}

.pright-inner-box {
    display   : inline-block;
    width     : 800px;
    box-shadow: 0 0 10px rgba(211, 209, 209, 0.5);
    padding   : 42px 42px;
}

.pright-inner-box .top {
    width        : 100%;
    height       : 200px;
    margin-bottom: 32px;
}

.pright-inner-box .top .f-left {
    font-size   : 18px;
    color       : #000;
    margin-right: 60px;
}

.from-box .leble {
    display       : flex;
    flex-direction: row;
    margin-bottom : 20px;
}

.from-box .leble span {
    width: 172px;
}

.from-box .leble span b {
    color: #fd1a16;
}

.from-box .but-leble {
    width: 180px;
}


/* 头像上传 */

.con4 {
    width   : 130px;
    height  : auto;
    overflow: hidden;
    color   : #FFFFFF;
}

.con4 .btn {
    width        : 130px;
    height       : 40px;
    line-height  : 26px;
    text-align   : center;
    background   : #3d83d2;
    display      : block;
    font-size    : 16px;
    border-radius: 5px;
}

.upload {
    float   : left;
    position: relative;
}

.upload_pic {
    display      : block;
    width        : 100%;
    height       : 40px;
    position     : absolute;
    left         : 0;
    top          : 0;
    opacity      : 0;
    border-radius: 5px;
}

#cvs {
    width        : 130px;
    height       : 130px;
    border       : 3px solid #ccc;
    margin-bottom: 20px;
}


/* 会员单位 */

.member-unit-section {
    border-top: 1px solid rgb(39, 39, 39, 0.1);
}

.member-unit-section .inner-content {
    padding   : 10px 42px 42px;
    margin-top: 42px;
    background: #fff;
    box-shadow: 0 0 10px rgba(211, 209, 209, 0.5);
    height    : 100%;
}

.member-unit-section .inner-content .headline {
    color        : #000;
    font-size    : 16px;
    padding      : 10px 0 10px;
    border-bottom: 1px solid #eee;
}

.member-unit-section .inner-content ul li {
    padding-right: 60px;
}

.col-lg-4,
.col-xl-4 {
    -ms-flex : 0 0 33.333333% !important;
    flex     : 0 0 33.333333% !important;
    max-width: 33.333333% !important
}

.col-xl-8 {
    -ms-flex : 0 0 66.666667% !important;
    flex     : 0 0 66.666667% !important;
    max-width: 66.666667% !important
}

.col-xl-6 {
    -ms-flex : 0 0 50% !important;
    flex     : 0 0 50% !important;
    max-width: 50% !important
}


/* 建设快讯 */
.industry-box {
    margin-bottom: 32px;
}

.industry-box .headline a {
    font-size         : 18px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color             : #000 !important;
}

.industry-box .headline a:hover {
    color: #3d83d2 !important;
}

.industry-box p {
    font-size         : 14px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 供应商 */
.supplier {
    margin: 42px 0 0;
}

.supplier .supplier-inner-box {
    box-shadow : 0 0 10px rgb(211 209 209 / 50%);
    display    : flex;
    flex-wrap  : wrap;
    align-items: center;
}

.supplier .supplier-inner-box .left {
    display   : inline-block;
    width     : 20%;
    height    : 198px;
    background: #e9eaee;
    font-size : 20px;
    color     : #000;
    position  : relative;
}

.supplier .supplier-inner-box .left .content {
    display   : inline-block;
    position  : absolute;
    top       : 50%;
    left      : 50%;
    transform : translate(-50%, -50%);
    text-align: center;
    padding   : 20px 0;
}

.supplier .supplier-inner-box .left .content .title {
    font-size    : 20px;
    color        : #000;
    margin-bottom: 10px;
}

.supplier .supplier-inner-box .left .content .more a {
    font-size: 16px;
    color    : #666;
}

.supplier .supplier-inner-box .left .content .more a:hover {
    color: #3d83d2
}

.supplier .supplier-inner-box .right {
    width  : 80%;
    padding: 20px 20px 0;
}

.supplier .supplier-inner-box .right .ico {
    width   : 100%;
    border  : 1px solid #eee;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 20px;
}

.supplier .supplier-inner-box .right .ico img {
    text-align: center;
    margin: 0 auto;
    height: 60px;
    -webkit-transition: all 300ms ease;
    -moz-transition   : all 300ms ease;
    -ms-transition    : all 300ms ease;
    -o-transition     : all 300ms ease;
    transition        : all 300ms ease;
}

.supplier .supplier-inner-box .right .ico:hover img {
    transform: scale(1.05, 1.05);
}

.supplier .supplier-inner-box .right .col-lg-2 {
    -ms-flex : 0 0 20%;
    flex     : 0 0 20%;
    max-width: 20%
}

/* 供应商内页 */
.supplier-section {
    margin: 32px 0 42px;
}

.sup-list ul {
    box-sizing: border-box;
}

.sup-list ul .list_li {
    display       : flex;
    flex-direction: row;
    align-items   : center;
    padding       : 20px 0 20px;
    border-bottom : 1px solid #eee;
    position: relative;
}

.sup-list ul li .sup-img {
    width       : 180px;
    height      : 138px;
    line-height : 138px;
    border      : 1px solid #eee;
    margin-right: 30px;
}

.sup-list ul li .sup-img:hover {
    border: 1px solid #3d83d2;
}

.sup-list ul li .sup-img a {
    width    : 100%;
    max-width: 197px;
    overflow : hidden;
}

.sup-list ul li .sup-img a img {
    width: 100%;
}

.sup-txt {
    margin-right: 60px;
}

.sup-txt h3 a {
    font-size  : 18px;
    font-weight: 600;
    color      : #000;
}

.sup-txt h3 a:hover {
    color: #3d83d2;
}

.sup-txt p {
    font-size: 14px;
    color    : #000;
    margin   : 0;
    padding  : 0;
}

.pro-imgbaguetteBoxOne ul {
    width         : 100%;
    display       : flex;
    flex-direction: row;
}

.pro-imgbaguetteBoxOne ul li {
    display     : inline-block;
    margin-right: 8px;

}

.pro-imgbaguetteBoxOne ul li img {
    width : 100%;
    border: 1px solid #eee;
}

.sup-btn {
    margin-left: 30px;
    position: absolute;
    right: 0;
    top: 45px;
}

.sup-btn a {
    padding   : 15px 26px;
    background: #dddddd;
    font-size : 16px;
    color     : #000;
}

.sup-btn a:hover {
    background: #3d83d2;
    color     : #fff;
}

.sup-list .page-nav {
    margin-top: 32px;
}

/* 供应商-产品 */
.supplier-product {
    margin: 42px 0;
}

.product-content-box {
    background    : #eee;
    padding       : 30px;
    display       : flex;
    flex-direction: row;
    align-items   : center;
}

.product-content-box .icon {
    margin-right: 30px;
}

.product-content-box h3 {
    font-size: 18px;
    color    : #000;
}

.product-content-box p {
    font-size: 14px;
    color    : #000;
}

.supplier-product-twonav ul {
    display: table;
    margin : 0 auto 42px;
}

.supplier-product-twonav ul li {
    margin: 0 10px;
}

.supplier-product-twonav ul li a {
    padding   : 20px 60px;
    background: #eee;
    font-size : 16px;
    color     : #000;
}

.supplier-product-twonav ul li a:hover,
.supplier-product-twonav ul li.active a {
    background: #3d83d2;
    color     : #fff;
}

.supplier-product-twonav .search-input-box {
    width         : 500px;
    display       : flex;
    flex-direction: row;
    align-items   : center;
}

.supplier-product-twonav .search-input-box input {
    width  : 90%;
    padding: 8px 20px;
    border : 1px solid #eee;
}

.supplier-product-twonav .search-input-box button {
    width  : 10%;
    padding: 8px 0;
    cursor : pointer;
}

.supplier-product-twonav .search-input-box button:hover {
    background: #3d83d2;
    color     : #fff;
}

.products-type-box {
    margin: 42px 0;
}

.products-type-box a .img {
    width   : 100%;
    overflow: hidden;
}

.products-type-box .pt-inner-box {
    margin: 0 0 30px;
}

.products-type-box .pt-inner-box a .img img {
    width             : 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition   : all 300ms ease;
    -ms-transition    : all 300ms ease;
    -o-transition     : all 300ms ease;
    transition        : all 300ms ease;
}

.products-type-box .pt-inner-box a .img:hover img {
    transform: scale(1.05, 1.05);
}

.products-type-box .pt-inner-box .title {
    padding: 10px 10px 0;
}

.products-type-box .pt-inner-box h3 {
    margin-bottom: 5px;
}

.products-type-box .pt-inner-box h3 a {
    font-size: 16px;
    color    : #000;

}

.products-type-box .pt-inner-box h3 a:hover {
    color: #3d83d2;
}

.products-type-box .pt-inner-box p {
    margin   : 0;
    padding  : 0;
    font-size: 14px;
    color    : #666;
}

.products-type-box .pt-inner-box .pt-bth {
    display   : inline-block;
    padding   : 5px 40px;
    border    : 1px solid #eee;
    margin    : 20px 0 0;
    font-size : 14px;
    color     : #000;
    background: none;
}

.products-type-box .pt-inner-box .pt-bth:hover {
    background: #3d83d2;
    color     : #fff;
}

/* 供应商介绍 */
.global-box {
    margin : 42px 0;
    padding: 30px;
    border : 1px solid #eee;
}

.global-title {
    height      : 24px;
    line-height : 24px;
    border-left : 4px solid #5599ee;
    padding-left: 12px;
    margin      : 20px 0 0 0;
}

.global-title h3 {
    float      : left;
    color      : #333;
    font-size  : 16px;
    font-weight: bold;
}

.about-info dl {
    margin        : 30px 0;
    display       : flex;
    flex-direction: row;
}

.about-info dd {
    width       : 250px;
    height      : 125px;
    border      : 1px solid #e8e8e8;
    overflow    : hidden;
    float       : left;
    margin-right: 40px;
    position    : relative;
}

.about-info dd div {
    width         : 250px;
    height        : 125px;
    text-align    : center;
    overflow      : hidden;
    display       : table-cell;
    vertical-align: middle;
}

.about-info dt p {
    font-size: 14px;
    margin   : 0px 0 15px 0;
}

.about-info dt p a {
    color: #3d83d2;
}

.about-info dt p a:hover {
    color: #215ea3;
}

.name-icon,
.tel-icon,
.phone-icon,
.add-icon {
    width       : 20px;
    height      : 20px;
    display     : inline-block;
    background  : url(../images/ico/cointact.png) no-repeat;
    float       : left;
    margin-right: 10px;
}

.tel-icon {
    background-position: 0 -32px;
}

.name-icon {
    background-position: 0 0;
}

.phone-icon {
    background-position: 0 -65px;
}

.add-icon {
    background-position: 0 -103px;
}

table {
    font-size: inherit;
}

.about-table table {
    border-collapse: collapse;
    border-spacing : 0;
    border         : 1px solid #e8e8e8;
}

.about-table th {
    border     : 1px solid #e8e8e8;
    padding    : 10px;
    text-align : center;
    background : #f8f8f8;
    font-weight: normal;
    color      : #333;
}

.about-table td {
    border    : 1px solid #e8e8e8;
    padding   : 20px 10px;
    word-break: break-all;
    word-wrap : break-word;
}

.about-brief {
    overflow-wrap: break-word;
    line-height  : 30px;
    font-size    : 14px;
    text-indent  : 2em;
    margin-top   : 10px;
}

/* 搜索 */
.news-search {
    padding: 42px 0;
}

.news-search .sec-title h1 {
    text-align: center;
}

.news-search .search-input-box {
    width         : 50%;
    margin        : 22px auto 0;
    display       : flex;
    flex-direction: row;
}

.news-search .search-input-box input {
    width  : 90%;
    border : 1px solid #eee;
    padding: 10px 10px;
}

.news-search .search-input-box button {
    width     : 10%;
    background: #bfbfbf;
    cursor    : pointer;
    padding   : 8px 10px;
}

.news-search .search-input-box button:hover {
    background: #3d83d2;
    color     : #fff;
}

/* 综合价 */
.ration-date-box {
    width  : 100%;
    display: inline-block;
    margin : 42px 0 22px;
    padding: 0 22px;
}

.ration-date-box table {
    width          : 100%;
    border-collapse: collapse;
    border         : 1px solid #ddd;
    border-top     : none;
    background     : #fff;
    text-align     : center;
    font-size      : 14px !important;
}

.ration-date-box table tr th {
    border          : 1px solid rgba(238, 238, 238, 1);
    color           : #AAA;
    font-size       : 14px;
    line-height     : 40px;
    font-weight     : bold;
    height          : 40px;
    background-color: #F9F9F9;
    text-align      : center;
}

.ration-date-box table tr td {
    border     : 1px solid rgba(238, 238, 238, 1);
    padding    : 5px 3px 5px 3px;
    white-space: normal;
}

.ration-date-box table tr td a {
    color: #000;
}

.ration-date-box table tr td a:hover {
    color: #3d83d2;
}

.ration-date-box table tr td.txt-c a {
    color: #3d83d2;
}

a.link-c6-gray,
a:visited.link-c6-gray {
    color          : #333;
    text-decoration: none;
}

a:link,
a:visited,
a:hover {
    text-decoration: none;
}

.ration-date-box table tr {
    border: 1px solid #ddd;
}

.icon-charts {
    width     : 20px;
    height    : 20px;
    display   : inline-block;
    background: url(../images/ico/icon-quot.png) no-repeat;
}

a:hover.font-bule-1-u,
a:link.font-bule-1-u,
a:visited.font-bule-1-u {
    color          : #3d83d2;
    text-decoration: none;
}

.icon-charts:hover {
    border: 1px solid #3d83d2 !important;
}

.td-link-title {
    width        : 167px !important;
    padding-left : 20px;
    overflow     : hidden;
    text-overflow: ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    word-break   : keep-all;
    white-space  : nowrap;
    text-overflow: ellipsis;
}

.MHover {
    width        : 153px;
    display      : inline-block;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
}

.MALL {
    width        : 500px;
    border       : 1px solid #ddd;
    background   : #f3f3f3;
    font-size    : 14px;
    color        : #000;
    padding      : 2px 10px;
    word-wrap    : break-word;
    word-break   : normal;
    text-align   : left;
    border-radius: 3px;
    z-index      : 33333333333333333333333333333;
}

.ration-date-box table tr td.txt-c button {
    cursor    : pointer;
    background: none;
    color     : #3d83d2;
}

.ration-date-box table tr td.txt-c button:hover {
    cursor    : pointer;
    background: none;
    color     : #2164b1;
}

.ration-date-box table tr td.txt-c button:hover img {
    border: 1px solid #2164b1;
}

.top-search {
    height       : 60px;
    line-height  : 60px;
    background   : #e2eff8;
    padding      : 0 20px;
    margin-bottom: 20px;
}

.top-search form {
    display: table;
    margin : 0 auto;

}

.top-search form .item {
    float       : left;
    margin-right: 30px;

}

.top-search form .item:last-child {
    margin-right: 0;
}

.top-search form .item span {
    font-size: 14px;
    color    : #000;
}

.top-search form .item select,
.top-search form .item input {
    width           : 150px;
    height          : 33px;
    padding         : 5px 10px;
    background-color: #fff !important;
}

.jedate {
    top: 58.5%;
}

.top-search form .item button {
    width      : 150px;
    height     : 33px;
    line-height: 33px;
    font-size  : 14px;
}

.top-search form .item #btnSearch {
    background: #3d83d2;
    color     : #fff;
}

.top-search form .item #btnSearch:hover {
    background: #2262ac;
}

/* 材料指数-价格指数 */
.tab-box {
    width  : 100%;
    display: table;
    margin : 40px auto 0;
}

.tab-box .tab {
    display: table;
    width  : 300px;
    margin : 0 auto;
}

.tab-box .tab ul li {
    width      : 40%;
    float      : left;
    height     : 40px;
    line-height: 40px;
    background : #eeeeee;
    text-align : center;
    margin     : 0 10px;
}

.tab-box .tab ul li.action {
    background: #3d83d2;
    color     : #fff;
}

.tab-box .box {
    width: 100%;
}

.tab-box .box .item {
    display: none;
}

.tab-box .box .item:first-child {
    display: block;
}

/* 价格指数 */
.tab-box .price-inner-content {
    width: 100%;
}

.price-information {
    width         : 100%;
    display       : flex;
    flex-direction: row;
    align-items   : center;
    margin-bottom : 42px;
}


.blueA {
    background: #3787D0;
    color     : #fff !important;
}

#dateDivMap {
    height      : 30px;
    margin      : 10px;
    margin-right: 15px;
    float       : right;
    position    : relative;
    margin-top  : -562px;
}

#provinceMap {
    position: relative;
    padding : 10px;
}

.mapMsg {
    width       : 48px;
    height      : 70px;
    position    : relative;
    float       : right;
    margin-top  : -210px;
    margin-right: -100px;
    font-size   : 12px;
    color       : #333;
}

.mapMsg p {
    line-height: 22px;
    padding    : 0;
    margin     : 0;
}

.mapMsg>p:nth-child(1) {
    font-weight  : 600;
    margin-bottom: 4px
}

.mapMsg .rise img,
.mapMsg .drop img {
    display     : inline-block;
    margin-right: 8px;
    padding-top : 7px;
    float       : left;
}

.chart-title {
    height     : 90px;
    margin     : 0;
    text-align : center;
    font-weight: 400;
    color      : #333;
}

.chart-title h3 {
    font-size  : 18px;
    height     : 52px;
    line-height: 66px;
}

.Comprehensive-price .inner-box {
    box-shadow: 0 0 10px rgb(211 209 209 / 50%);
    padding   : 32px 22px 0;
    margin-top: 42px;
    position  : relative;
}

.Comprehensive-price .page-nav {
    margin: 0;
}

.Comprehensive-price .ration-date-box {
    padding: 0;
}

.Comprehensive-price .title h2 {
    font-size  : 20px;
    color      : #000;
    font-weight: 500;
}

.Comprehensive-price .title .more a {
    font-size: 16px;
    color    : #666;
}

.Comprehensive-price .title .more a:hover {
    color: #3d83d2;
}

/* 最新指数 */
.lineChartMsg {
    margin        : 42px 0;
    display       : flex;
    flex-direction: row;
    padding       : 20px 30px;
    width         : 100%;
    background    : #f1f1f1;
    border        : 1px solid #ddd;
    border-radius : 8px;
}

.lineChartMsg .chart-title {

    height     : 90px;
    margin     : 0;
    text-align : center;
    font-weight: 400;
    color      : #333;
}

.lineChartMsg .chart-title h3 {
    font-size: 22px;
    color    : #000;
}

.lineChartMsg .chart-title p {
    font-size: 14px;
    color    : #666;
}

.lineChartMsg span {
    display       : inline-block;
    width         : 400px;
    line-height   : 90px;
    margin        : 0 auto;
    vertical-align: middle;
    text-align    : center;
}

.lineChartMsg .bt {
    display    : inline-block;
    line-height: 90px;

}

.lineChartMsg .bt li {
    font-size   : 16px;
    color       : #000;
    margin-right: 40px;
}

.lineChartMsg span img {
    margin-top    : -20px;
    margin-left   : 20px;
    vertical-align: middle;
}

#latestPrice {
    font-size  : 48px;
    font-weight: 600;
    color      : green;
}

/* 综合价详情 */
.bottom-table {
    width  : 100%;
    display: inline-block;
    margin : 22px 0 42px;
}

.bottom-table table {
    width          : 100%;
    border-collapse: collapse;
    table-layout   : fixed;
    text-align     : center;
    font-size      : 14px;
    border         : 1px solid #e0e0e0;
}

.bottom-table table tr th {
    height          : 38px;
    line-height     : 38px;
    background-color: #e2eff8;
    color           : #000;
    padding-left    : 10px;
}

.bottom-table table tr td {
    padding       : 12px 0 12px 10px;
    line-height   : 18px;
    color         : #666;
    vertical-align: top;
    word-break    : break-all;
    word-wrap     : break-word;
}

.bottom-table table tr td button {
    background: none;
    border    : none;
    color     : #666;
}

.bottom-table table tr td button:hover,
.bottom-table table tr td a:hover {
    color: #3d83d2;
}

.bottom-table table tr td button:hover img {
    border: 1px solid #3d83d2;
}

.show-bnt {
    background   : #f4f4f4;
    color        : #666;
    height       : 40px;
    line-height  : 40px;
    text-align   : center;
    width        : 100%;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
}

.show-bnt .bnt-sy {
    color         : #999;
    background    : url(../images/ico/jt-11.png) no-repeat;
    border        : none;
    width         : 49px;
    height        : 23px;
    cursor        : pointer;
    vertical-align: middle;
}

.tableList tr:nth-child(odd) {
    background-color: #e8f5fe;
}

.tableList tr:nth-child(even) {
    background-color: #fafcfd;
}

.tableList tr:hover:nth-child(odd) {
    background-color: #cfecfd;
}

.tableList tr:hover:nth-child(even) {
    background-color: #d7f1fd;
}

.pf .timeDate {
    margin: 0 0;
}

.pf .headline {
    border-bottom: 1px solid #eee;
    padding      : 0 0 20px;
}

.pf .jedate {
    top: 71% !important;
}

.get-right {
    display: table;
    margin : 0 auto 42px;
}

.get-right a {
    padding      : 12px 60px;
    background   : #eee;
    color        : #666;
    border-radius: 7px;
}