﻿html, body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
}

body {
    overflow-x: hidden;
}

ul, li, p, img, b, ol, em, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: 100;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.index_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0px;
}

.index_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.container {
    width: 1200px;
    margin: auto;
}

.fl {
    float: left
}

.fr {
    float: right;
}

.clear {
    position: relative;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
}

.index_background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 940px;
}

.index_background img {
    width: 100%;
    display: block;
    height: 100%;
}

.title {
    color: #888;
    font-size: 16px;
}

.title h2 {
    font-size: 35px;
    line-height: 60px;
    color: #333
}

.more {
    font-size: 20px;
    display: block;
    position: relative;
    margin-top: 30px;
    color: #00ddee !important;
}

.more:after {
    content: '';
    position: absolute;
    left: 120px;
    width: 50px;
    height: 2px;
    top: 15px;
}

.more:before {
    content: '';
    position: absolute;
    border-left: 10px solid #00ddee;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 11px;
    left: 170px;
}

.nav a, .one_fl li:hover, .four_nav .on a, .four_ul li:before, a.five_dh:hover, .footer, .six_nav .on a, .headers .nav a, .page_nav a:hover, .page_nav li:hover:after, .page_nav .cur, .page_navs .cur, .page_navs a:hover {
    color: #fff
}

.title b, ul.nav .cur, ul.nav li a:hover, .two_ul li:hover h3, .three_text h3 b, .five_r b, .footer_top li:hover {
    color: #00ddee;
}

.more:after, .one_fl li:hover, .three_hd .on, .four_nav .on, a.five_dh:hover, .six_nav .on, .footer_top li:first-child:after {
    background: #00ddee;
}

.headers, .headers .nav_ul, .page_nav h2, .page_nav a:hover, .page_ul a:hover, .page_nav .cur, .page_navs .cur, .page_navs a:hover, .pading span.current, a.news_page_a:hover, .tjxw h2, .tjcp h2, div#slides .hd .on {
    background: #2e4675;
}

.page_product li:hover h3, .tjcp li:hover h3, .tjxw li a:hover {
    color: #2e4675;
}

/**/

.header {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%
}

/**/

#slides {
    position: relative;
    width: 100%;
}

#slides img {
    width: 100%;
    display: block;
}

#slides .hd {
    left: 48%;
    padding: 4px;
    position: absolute;
    border-radius: 24px;
    bottom: 30px;
    z-index: 2;
}

#slides .hd li {
    margin: 0px 5px;
    line-height: 5px;
    width: 50px;
    height: 2px;
    background: #fff;
    float: left;
    cursor: pointer;
    text-align: center;
    color: transparent;
}

/*header*/

.logo {
    width: 300px;
    height: 100px;
}

.logo img {
    max-width: 100%;
    max-height: 100px;
    display: block;
}

/**/

/*导航*/

.nav {
    width: 850px;
}

.nav li {
    position: relative;
    float: left;
}

.nav a {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 100px;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0px 30px;
    color: #000
}

.nav_ul {
    position: absolute;
    top: 100px;
    z-index: 11;
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.nav_ul li {
    float: none;
    border-left: none;
}

.nav_ul li a {
    padding: 0px;
    font-size: 14px;
    margin: 0px;
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav li:hover .nav_ul {
    display: block;
}

/**/

.one {
    margin-top: 80px;
}

.one_fr {
    width: 550px;
}

.one_fr .title {
    text-align: right;
    margin-bottom: 30px;
}

.one_fr {
    width: 550px;
    margin-top: 80px;
    font-size: 16px;
    color: #888;
    line-height: 30px;
}

.one_fl {
    width: 550px;
}

.one_fl ul {
    float: left;
    width: 270px;
    margin-top: 100px;
}

.one_fl ol {
    float: right;
    width: 260px;
}

.one_fl li {
    width: 260px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    box-shadow: 1px 1px 16px 0 rgba(180, 180, 180, 0.35);
    border-radius: 15px;
    margin-bottom: 30px;
}

.one_fl li img {
    height: 110px;
    display: block;
    margin: 0 auto 20px;
}

.one_fl li .one_imgs, .one_fl li:hover .one_img {
    display: none;
}

.one_fl li:hover .one_imgs {
    display: block;
}

/**/

.two {
    margin-top: 50px;
}

.two .title {
    text-align: center;
}

.two_ul {
    margin-top: 50px;
}

.two_ul li img {
    width: 600px;
    height: 385px;
    display: block;
}

.two_text {
    width: 550px;
}

.two_text h3 {
    line-height: 70px;
    height: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 24px;
    margin-top: 40px;
}

.two_text p {
    line-height: 40px;
    font-size: 16px;
    height: 160px;
    overflow: hidden;
}

/**/

.three {
    position: relative;
    margin-top: 80px;
}

.three .title {
    text-align: center;
}

.three_ul {
    margin-top: 50px;
}

.three_ul li {
    overflow: hidden;
    line-height: 28px;
    color: #666;
    font-size: 16px;
}

.three_text {
    float: left;
    width: 550px;
}

.three_imgs {
    float: right;
    width: 550px;
    background: url(../images/dn.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 300px;
}

.three_imgs img {
    position: absolute;
    width: 425px;
    height: 263px;
    top: 13px;
    left: 64px;
}

.three_text h3 {
    position: relative;
    line-height: 50px;
    font-size: 24px;
    color: #333;
    padding-left: 30px;
    margin-top: 20px;
}

.three_text h3:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #00ddee;
    position: absolute;
    left: 0px;
    top: 15px;
    border-radius: 50%;
}

.three_hd {
    margin-top: 50px;
    text-align: center;
}

.three_hd li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 8px;
    background: #cecece;
    margin: 0 5px;
    cursor: pointer;
    color: transparent
}

/**/

.four {
    margin-top: 80px;
}

.four .title {
    float: right;
    width: 500px;
    text-align: right;
}

.four_nav {
    float: left;
    width: 700px;
    margin-top: 24px;
}

.four_nav li {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 140px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.four_nav li a {
    display: block;
    font-size: 18px;
    color: #333
}

/**/

.four_ul {
    margin-top: 50px;
}

.four_ul ul {
    overflow: hidden;
}

.four_ul li {
    margin: 0px 10px 20px;
    width: 380px;
    float: left;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}

.four_ul li:hover:after {
    content: '';
    width: 380px;
    height: 220px;
    background: rgba(46, 70, 117, 0.5);
    position: absolute;
    top: 0px;
    left: 0px
}

.four_ul li:before {
    content: '+';
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    position: absolute;
    top: 95px;
    left: 50%;
    border-radius: 50%;
    margin-left: -16px;
    z-index: 2;
    line-height: 28px;
    font-size: 22px;
    display: none;
}

.four_ul li:hover:before {
    display: block;
}

.four_ul li img {
    width: 100%;
    height: 220px;
    display: block;
}

.four_ul li h3 {
    line-height: 50px;
    white-space: nowrap;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1f1f1f;
    font-size: 20px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.four_ul li p {
    color: #888;
    white-space: nowrap;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
    box-sizing: border-box;
}

.four_ul li:hover {
    box-shadow: 1px 1px 16px 0 rgba(180, 180, 180, 0.35);
}

.four .more, .six .more {
    margin: 30px auto 0;
    width: 185px;
}

/**/

.five {
    position: relative;
    margin-top: 80px;
    padding: 80px 0;
}

.five_l {
    width: 550px;
    float: left;
    background: url(../images/dn.png) no-repeat;
    background-size: 100% 100%;
    height: 300px;
    position: relative;
}

.five_l img {
    position: absolute;
    width: 425px;
    height: 263px;
    top: 13px;
    left: 64px;
}

.five_r {
    float: right;
    width: 550px;
    line-height: 30px;
}

.five_r .title {
    text-align: right;
    margin-bottom: 30px;
}

a.five_dh {
    display: block;
    margin: 30px auto 0;
    border: 1px solid #00ddee;
    border-radius: 30px;
    line-height: 40px;
    width: 300px;
    text-align: center;
    font-size: 18px;
}

/**/

.six .title {
    float: left;
    width: 500px;
}

.six_nav {
    float: right;
    width: 700px;
    margin-top: 24px;
}

.six_nav li {
    float: right;
    line-height: 40px;
    text-align: center;
    width: 140px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.six_nav li a {
    display: block;
    font-size: 18px;
    color: #333
}

.six_ul ul {
    margin-top: 50px;
}

.six_ul li {
    width: 570px;
    float: left;
    margin: 0px 15px 15px;
    padding: 20px;
    box-sizing: border-box;
}

.six_time {
    width: 76px;
    float: left;
    border-right: 1px solid #dadada;
    float: left;
}

.six_time span {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 12px;
    display: block;
}

.six_time b {
    font-size: 16px;
    color: #666;
}

.six_text {
    float: right;
    width: 437px;
}

.six_text h3 {
    font-size: 16px;
    line-height: 40px;
    color: #333;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.six_text p {
    overflow: hidden;
    height: 48px;
    color: #888;
}

.six_ul li:hover {
    box-shadow: 1px 1px 16px 0 rgba(180, 180, 180, 0.35);
    border-radius: 30px;
}

/**/

.footer {
    background: url(../images/footerbg.png) no-repeat top center;
    background-color: #364c85;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.footer_top {
    overflow: hidden;
    padding: 80px 0 0;
}

.footer_top .fl {
    width: 300px;
}

.footer_top .fl img {
    display: block;
    margin-bottom: 10px;
}

.footer_top ul {
    float: left;
    width: 185px;
    margin: 0px 20px;
}

.footer_top li {
    line-height: 40px;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}

.footer_top li:before {
    content: '>';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 12px;
    line-height: 15px;
    text-align: center;
    font-size: 13px;
}

.footer_top li:first-child {
    font-size: 18px;
    line-height: 50px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    padding-left: 0;
}

.footer_top li:first-child:before {
    display: none;
}

.footer_top li:first-child:after {
    content: '';
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
    border-radius: 10px;
}

.footer_bottom {
    padding: 30px 0;
}

/*内页*/

.page_banner img {
    width: 100%;
    display: block;
}

.page_img img {
    width: 100%;
    display: block;
}

.page_container {
    margin: 0px auto 30px;
    width: 1200px;
    overflow: hidden;
}

.main_top {
    border-bottom: 1px dashed #dcdcdc;
    line-height: 47px;
    color: #666;
    margin-bottom: 20px;
}

.main_top b {
    border-left: 10px solid #666;
    padding-left: 8px;
}

/*product*/

/*标题*/

/*导航*/

.page_nav {
    width: 240px;
    padding: 0;
    margin-bottom: 20px;
}

.page_nav h2 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.page_nav li {
    position: relative;
}

.page_nav li:after {
    content: '+';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #fff
}

.page_nav a {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    display: block;
    background: #666;
    color: #fff
}

.page_ul a {
    background: #ececec;
}

ul.page_ul li a {
    color: #000;
}

.page_ul li:after {
    content: '>';
    color: #999;
}

.page_nav>ul>li:hover:after {
    content: '-';
}

.page_lx {
    position: relative;
    width: 240px;
    font-size: 12px;
    text-align: center;
}

.page_lx_img {
    position: absolute;
    z-index: -1;
}

.page_lx_title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    padding-left: 60px;
}

.page_lxm {
    position: absolute;
    z-index: 2;
}

.page_lx_img {
    position: absolute;
    z-index: 1;
}

.page_lx_title h2 {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    background: url(../images/lxwm.png) no-repeat 0px 28px;
    padding-left: 30px;
    text-align: left;
    padding-top: 20px;
}

/**/

.page_r {
    width: 930px;
}

.page_product li {
    width: 300px;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 12px;
}

.page_product li:nth-child(3n) {
    margin-right: 0;
}

.page_product li img {
    width: 300px;
    height: 225px;
    display: block;
}

.page_product li div {
    padding: 25px;
    box-sizing: border-box;
}

.page_product li h3 {
    height: 45px;
    font-size: 18px;
    color: #4b4b4b;
    line-height: 45px;
    overflow: hidden;
}

.page_product li p {
    height: 40px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
}

/**/

/*product_content*/

.product_item {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.page_qh {
    padding: 12px 18px 16px 20px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #eee;
}

.product_banner {
    width: 350px;
}

.product_fl {
    position: relative;
    overflow: hidden;
}

.bigImg {
    width: 350px;
    margin: auto;
    height: 262px;
    overflow: hidden;
}

.bigImg li, .bigImg li img {
    width: 350px;
    height: 262px;
    display: block;
}

.product_qh {
    width: 500px;
    margin: 20px auto 0;
    overflow: hidden;
    display: none;
}

.product_qh li {
    float: left;
    margin: 0px 10px;
    border: solid #ccc 1px;
    padding: 2px;
    width: 80px;
    height: 60px;
    box-sizing: border-box;
}

.product_qh li img {
    width: 100%;
    height: 100%;
    display: block;
}

.product_qh .on {
    border: solid #fdb819 1px;
}

.product_fl .sPrev, .product_fl .sNext {
    position: absolute;
    background: url(../images/controls.png) no-repeat 0 -32px;
    width: 32px;
    height: 32px;
    top: 40%;
}

.product_fl .sNext {
    right: 0px;
    background-position: -43px 0;
}

/**/

.product_fr {
    overflow: hidden;
    width: 411px;
}

.product_fr span {
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #454545;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.product_fr p {
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}

.product_fr i {
    color: #57595b;
    font-size: 16px;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    font-style: normal;
}

.product_fr a {
    display: inline-block;
    margin-left: 10px;
}

/**/

.product_content {
    padding: 20px 0;
    overflow: hidden;
}

.product_content img {
    height: auto;
}

/**/

/*article*/

.article li {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px;
    background: #fff;
    display: inline-block;
    width: 856px;
}

.article li img {
    height: 190px;
    display: block;
    width: 323px;
}

.arright.fl {
    width: 511px;
    margin-left: 22px;
}

.arright h3 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.arright p {
    max-height: 72px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.arright b {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.article li:hover {
    border-color: #2e4675;
}

/*article_content*/

.Article_content {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.Article_text {
    height: 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    color: #4b4a4a;
    text-align: center;
}

.Article_content .info {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #aaa;
    margin-bottom: 20px;
}

.Article_content .detail {
    padding: 10px 10px;
}

.Article_content .detail img {
    height: auto;
}

.news_page_a {
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    padding: 6px;
    background: #666;
    float: right;
}

/*上下键*/

.pading {
    clear: both;
    text-align: center;
}

.pading a, .pading span {
    border: 1px solid #e5e5e5;
    color: #3f3f3e;
    text-decoration: none;
    overflow: hidden;
    padding: 0px 8px;
    display: inline-block;
    margin: 0 5px;
}

.pading .next, .pading .prev {
    border: 1px solid #2e4675;
    overflow: hidden;
    margin: 0 10px;
    display: inline-block;
}

.pading span.current {
    border: #2e4675 1px solid;
    color: #fff;
}

/*上下键*/

.main_next {
    overflow: hidden;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}

.main_next .prevrecord, .main_next .nextrecord {
    margin: 5px 0px;
    display: block;
    font-size: 16px;
    color: #000;
}

.main_next .prevrecord a, .main_next .nextrecord a {
    color: #666;
}

.main_next b {
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 5px;
}

/*page*/

.page_navs li {
    position: relative;
    float: left;
}

.page_navs a {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    border-right: 1px solid #eee;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #666;
    color: #fff;
    display: block;
    padding: 0px 25px;
}

.page_uls {
    position: absolute;
    top: 55px;
    width: 100%;
    display: none;
    z-index: 45;
}

.page_uls li {
    float: left;
    width: 100%;
}

.page_uls a {
    padding: 0;
    border-right: none;
}

.page_navs li:hover .page_uls {
    display: block;
}

.page_navs li a:hover:before, .page_navs li .cur:before {
    position: absolute;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    bottom: 0px;
    left: 50%;
    margin-left: -4px;
    content: '';
}

.page_m {
    clear: both;
    padding-top: 30px
}

/**/

/*相关产品相关文章开始*/

.xgwz, .xgcp {
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.relevant {
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.relevant .rel_title {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #1D1C1C;
    text-indent: 10px;
    color: #fff !important;
}

.relevant .rel_content {
    padding: 10px;
    overflow: hidden;
}

/*相关产品*/

.relevant_product .rel_item {
    width: 122px;
    float: left;
    margin: 0 5px 10px 5px;
}

.relevant_product .rel_item .rel_item_img {
    width: 100%;
    height: 90px;
}

.relevant_product .rel_item .rel_item_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    color: #fff !important;
}

/*相关文章*/

.relevant_article .rel_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #59504D;
    overflow: hidden;
}

.relevant_article .rel_item .rel_item_time {
    float: right;
    color: #999;
}

/**/

h4.related {
    border-bottom: 1px dashed #ccc;
    height: 55px;
    font-size: 28px;
    line-height: 55px;
    color: #4b4a4a;
}

h4.related span {
    display: inline-block;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    height: 46px;
    line-height: 46px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    color: inherit;
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tjxw, .tjcp {
    width: 240px;
    margin-bottom: 20px;
}

.tjxw h2, .tjcp h2 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.tjxw li {
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    height: 40px;
    overflow: hidden;
}

.tjcp li {
    margin: 10px 0;
    text-align: center;
}

.tjcp img {
    width: 100%;
    display: block;
}

.tjcp li h3 {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

/**/

.interlink {
	padding:10px 0;
	background:#364c85;
}
.interlink__inner {
	width:1200px;
	margin:auto;
	color:#fff;
	overflow:hidden;
}
.interlink__title {
	width:100px;
	font-size:16px;
	background:url(http://img01.fuhai360.com/--47/47432/202106/202106021654093565.png) no-repeat right;
	float:left
}
.interlink__list {
	width:1090px;
	float:right;
}
a.interlink__item {
	color:#fff;
	margin:0px 10px;
	font-size:15px;
}
a.interlink__item:hover {
	color:#00ddee
}
