@font-face{
    font-family: 'HelveticaNeueLTPro-BdCn';
    src : url('fonts/font.eot');
    src : url('fonts/font.eot?#iefix') format('embedded-opentype'),
    url('fonts/font.woff2') format('woff2'),
    url('fonts/font.woff') format('woff'),
    url('fonts/font.ttf') format('truetype'),
    url('fonts/font.svg') format('svg');
}
.special_font {
    font-family: 'HelveticaNeueLTPro-BdCn';
}
.aside-left {
    width: 935px;
}
.crumbs_box {
    padding: 25px 0;
}
h1.special_font {
    font-size: 30px;
    color: #D51A1C;
}
.dl_box {
    border: 1px solid #d6d6d6;
    padding: 30px 20px;
    display: flex;
    margin-top: 20px;
}
.dl_box dt {
    width: 190px;
    height: 190px;
    border: 1px solid #d6d6d6;
    padding: 4px;
}
.dl_box dt img {
    width: 180px;
    height: 180px;
}
.dl_box dd {
    flex: 1;
    padding-left: 35px;
}
.dl_box dd ul li {
    display: flex;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 15px;
}
.dl_box dd ul li span {
    color: #777777;
    width: 92px;
}
.dl_box dd ul li p {
    flex: 1;
    color: #333333;
    width: calc(100% - 92px);
    word-break: break-word;
}
.dl_box dd ul li p a {
    color: #333333;
}
.dl_box dd .inquiry_btn {
    width: 200px;
    height: 45px;
    border: 1px solid #5d77a8;
    color: #5d77a8;
    line-height: 43px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    margin-top: 30px;
}
.dl_box dd .inquiry_btn:hover {
    background: #5d77a8;
    color: #ffffff;
}
.common_div {
    padding: 45px 0;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}
.common_div:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.common_div>a {
    top: -500px;
    position: absolute;
}
.common_div .common_title {
    font-size: 25px;
    color: #D51A1C;
}
.common_div .pf_content {
    margin-top: 25px;
    font-size: 15px;
    line-height: 23px;
    color: #333333;
}
.pf_content .text_item {
    display: flex;
    line-height: 30px;
    font-size: 15px;
}

.pf_content .text_item label {
    width: 150px;
    color: #777777;
}
.pf_content .richText_item {
    font-size: 15px;
    line-height: 23px;
    color: #333333;
    margin-top: 20px;
}
.pf_content .richText_item b {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.pf_content .text_item div {
    flex: 1;
}
.pf_content .text_item p {
    color: #333333;
}
.common_div .pf_content.flex {
    display: flex;
    flex-wrap: wrap;
}
.common_div .pf_content.flex .items {
    width: 50%;
    padding-right: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
}
.common_div .pf_content.flex .items a:hover {
    color: #1470cc;
}
.common_div .add_text {
    color: #777777;
    font-size: 13px;
    margin-top: 20px;
    padding-bottom: 5px;
}
.route_item {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    position: relative;
}
.route_item:last-child {
    margin-bottom: 0;
}
.route_item span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #333333;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 45px;
}
.route_item .items {
    width: 120px;
    text-align: center;
    margin-bottom: 30px;
}
.route_item .symbol {
    line-height: 120px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 15px;
}
.route_item .img_box {
    width: 120px;
    height: 120px;
    position: relative;
    border: 1px solid #D6D6D6;
}
.route_item .img_box img {
    position: absolute;
    max-width: 110px;
    max-height: 110px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.route_item p {
    margin: 5px 0 10px;
}
.route_item p a {
    font-size: 15px;
    color: #1470cc;
}
.route_item .supplier_btn {
    width: 120px;
    height: 35px;
    border: 1px solid #D51a1c;
    color: #D51a1c;
    line-height: 33px;
    font-size: 14px;
}
.route_item .supplier_btn:hover {
    background: #D51a1c;
    color: #ffffff;
}
.methods_table {
    display: block;
    border-spacing: 0;
}
.methods_table th {
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    border-left: 1px solid #ffffff;
}
.methods_table td {
    padding: 10px;
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px solid #D6D6D6;
}
.methods_table tr:nth-child(even) td{
    background: #F8F9FC;
}
.spectrum_item {
    padding: 20px 0;
    border-bottom: 1px dashed #D6D6D6;
    position: relative;
    display: flex;
}
.spectrum_item:first-child {
    padding-top: 0;
}
.spectrum_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.spectrum_item p {
    width: 130px;
    font-size: 15px;
    color: #777777;
}
.spectrum_item .small_img {
    width: 240px;
    height: 160px;
    border: 1px solid #D6D6D6;
    margin-left: 20px;
    position: relative;
}
.spectrum_item .small_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 150px;
    max-width: 230px;
}
.spectrum_item .small_img:hover .large_img {
    display: block;
}
.spectrum_item .large_img {
    width: 540px;
    height: 360px;
    border: 1px solid #D6D6D6;
    position: absolute;
    left: 245px;
    top: 0;
    background: #ffffff;
    display: none;
    z-index: 9;
}
.spectrum_item .large_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 340px;
    max-width: 520px;
}
.echarts_box {
    padding: 0 35px;
    margin-top: 10px;
}
.echarts_box .echart {
    padding-bottom: 20px;
    /*border-bottom: 1px dashed #d7e4f1;*/
}
.echarts_box .echart_title {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
.echarts_box .echart_div {
    width: 650px;
    height: 390px;
    margin: 40px auto 0;
}
.echarts_box .echart_analysis {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
    color: #000000;
}
.echarts_box .table_box {
    margin-top: 30px;
}
.echarts_box .table_box .table_title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.echarts_box .table_box .table_div {
    margin-top: 37px;
    display: none;
}
.echarts_box .table_box .table_div table th {
    background: #d7e4f1;
    border-top-right-radius: 20px;
    border-right: 1px solid #ffffff;
    height: 40px;
    padding-left: 10px;
    text-align: left;
}
.echarts_box .table_box .table_div table td {
    height: 40px;
    border-right: 1px solid #ffffff;
}
.echarts_box .table_box .table_div table tbody tr:nth-child(2n) td{
    background: #f3f7fb;
}
.echarts_box .table_box .table_div table td p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 20px 0 10px;
    width: 190px;
}
.echarts_box .table_box .table_div table td p.country {
    width: 290px;
}
.arrow_box {
    text-align: center;
    margin-top: 30px;
}
.arrow_box div {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.arrow_box div i {
    font-size: 20px;
    color: #1470cc;
    position: absolute;
    left: 7px;
}
.arrow_box div i.arrow1 {
    top: 4px;
}
.arrow_box div i.arrow2 {
    top: 11px;
}
.anslysis_ul {
    margin-top: 20px;
}
.anslysis_ul li {
    display: flex;
    font-size: 15px;
    line-height: 35px;
}
.anslysis_ul li span {
    width: 135px;
    color: #999999;
}
.anslysis_ul li p {
    width: calc(100% - 135px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.common_div .btn_box {
    text-align: center;
    margin-top: 30px;
}
.common_div .btn_box .common_btn {
    display: inline-block;
    height: 45px;
    border: 1px solid #5d77a8;
    line-height: 43px;
    padding: 0 30px;
    color: #5d77a8;
    font-size: 15px;
}
.common_div .btn_box .common_btn:hover {
    background: #5d77a8;
    color: #ffffff;
}
.suppliers_ul li {
    font-size: 15px;
    margin-top: 20px;
}
.suppliers_ul li>div {
    display: flex;
    align-items: center;
}
.suppliers_ul li span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333333;
    margin-right: 5px;
}
.suppliers_ul li>div.flex {
    padding-left: 10px;
    margin-top: 5px;
}
.suppliers_ul li b {
    color: #333333;
}
.suppliers_ul li p {
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 840px;
}
.suppliers_ul li .flex>a {
    color: #1470cc;
}
.suppliers_ul li .flex a:hover {
    text-decoration: underline;
}
.suppliers_ul li .line {
    width: 1px;
    height: 17px;
    background: #999999;
    margin: 0 10px;
}
.news_ul li {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.news_ul li span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333333;
    margin-right: 5px;
}
.news_ul li a {
    font-size: 15px;
    color: #333333;
}
.news_ul li a:hover {
    color: #1470cc;
}
.interested_ul li {
    width: 300px;
    height: 65px;
    background: #F8F9FC;
    padding: 7.5px 10px;
    float: left;
    margin-top: 25px;
    margin-right: 17px;
}
.interested_ul li:hover {
    border: 1px solid #1470cc;
}
.interested_ul li:nth-child(3n) {
    margin-right: 0;
}
.interested_ul li a {
    color: #1470cc;
}
.interested_ul li p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    color: #1470cc;
}


.aside-right-box {
    width: 280px;
}
.aside-right-box.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: 350px;
}
.marks_box {
    background: #F8F9FC;
    padding: 10px 0;
}
.marks_box .special_font {
    font-size: 22px;
    padding: 10px 20px;
}
.marks_box ul li.active {
    background: #E6E7ED;
    font-weight: bold;
}
.marks_box ul li p {
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
}
.aside-right-box .sds_btn {
    height: 45px;
    border: 1px solid #5D77A8;
    color: #5D77A8;
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
    margin-top: 20px;
    background: #ffffff;
}
.aside-right-box .sds_btn p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.aside-right-box .sds_btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.aside-right-box .sds_btn:hover {
    background: #5D77A8;
    color: #ffffff;
}

.detail_share {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail_share span {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.detail_share ul li {
    float: left;
    margin-left: 20px;
}
.detail_share ul li i{
    width: 30px;
    height: 30px;
    display: block;
    color: #333333;
    background-size: cover;
}
.hot_search{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.hot_search dt{
    margin-top: 10px;
    margin-right: 30px;
    font-weight: bold;
    color: #A4A4A4;
    line-height: 1;
}
.hot_search dd a{
    display: block;
    margin-top: 10px;
    margin-right: 30px;
    color: #999999;
    line-height: 1;
}
.hot_search dd a:hover{
    color: #333333;
}

.detail_share ul li.linin i{
    background-image: url("../images/common/LinkedIn_v4fd04d.svg");
}
.detail_share ul li.facebook i{
    background-image: url("../images/common/facebook_v786c80.svg");
}
.detail_share ul li.twitter i{
    background-image: url("../images/common/twitter_va13991.svg");
}
.detail_share ul li.wechat i{
    background-image: url("../images/common/weixin_v48d5c1.svg");
}

