html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font: 14px/25px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #0e1011;
}

ul, li, p, img, b, ol, em, a, 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;
    color: #0e1011;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.container {
    width: 1100px;
    margin: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.title h2, .article li a, .page_ul li a, .page_xw .xw2:before, .product_cp li p, .page_xw_text a, .page_xw .xw1 span, .page_xw .xw1 p,
.product_fr p, .main_next span a, .article li p, .pading a, .article li span, .Article_content .info, .page_cp li a, .page_xw .xw2 a, .info a {
    color: #0e1011;
}

.page_left .page_a, .page_cp li b, .pading .current, .nav a, .one li .fl, .two_l h2, .two_l li:after, .two_gd li h3, .three ol li:before, .three ol h3, .five_r .more ,.num-item,.item-box p{
    color: #fff;
}


.title {
    position: relative;
    width: 700px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

    .title:after {
        position: absolute;
        width: 100px;
        height: 1px;
        content: '';
        display: block;
        background: #ccc;
        bottom: 19px;
        left: 75px;
    }

    .title:before {
        position: absolute;
        width: 100px;
        height: 1px;
        content: '';
        display: block;
        background: #ccc;
        bottom: 19px;
        right: 75px;
    }

    .title h2 {
        font-size: 30px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }

  .title span {
    height: 40px;
    line-height: 40px;
    width: 350px;
    position: relative;
    font-size: 18px;
    color: #666;
    margin: auto;
    display: block;
}

        .title span:after {
            position: absolute;
            width: 20px;
            height: 2px;
            content: '';
            display: block;
            background: #0051a3;
            bottom: 18px;
            left: 0px;
            z-index: 2;
        }

        .title span:before {
            position: absolute;
            width: 20px;
            height: 2px;
            content: '';
            display: block;
            background: #0051a3;
            bottom: 18px;
            right: 0px;
            z-index: 2;
        }


/**/
#slides {
    position: relative;
    width: 100%;
}


    #slides img {
        width: 100%;
        display: block;
    }


    #slides .hd {
        left: 50%;
        padding: 4px;
        position: absolute;
        border-radius: 24px;
        bottom: 30px;
        z-index: 10;
    }


        #slides .hd li {
            margin: 0px 5px;
            line-height: 10px;
            width: 10px;
            height: 10px;
            background: #fff;
            float: left;
            cursor: pointer;
            text-align: center;
            color: transparent;
            border-radius: 50%;
        }


          #slides .hd li.on {
    background: #46af33;
}

/*header*/

.header {
    width: 100%;
}
/*logo*/
.logo_img img {
    max-height: 100%;
    display: block;
}

.logo_img {
    height: 120px;
}
/**/

/*导航*/

.navbox {
    height: 50px;
    width: 100%;
    background: #323a3d;
}

ul.nav {
    width: 840px;
}

.nav li {
    position: relative;
    float: left;
    width: 120px;
}



.nav a.cur:before, .nav a:hover:before {
    border-top: 30px solid #46af33;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 0px solid transparent;
    content: '';
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 1;
}

.nav a {
    display: block;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 15px;
    position: relative;
}

.nav_ul {
    position: absolute;
    top: 50px;
    z-index: 11;
    display: none;
    width: 100%;
    box-sizing: border-box;
    background: #323a3d;
}


    .nav_ul li {
        float: none;
        background: none;
    }

        .nav_ul li a {
            line-height: 30px;
            font-size: 12px;
        }

.nav li:hover .nav_ul {
    display: block;
    z-index: 2;
}

.nav a:hover, .nav a.cur {
    background: #46af33;
}

.nav_ul a.cur:before, .nav_ul a:hover:before {
    display: none;
}


/**/
.input {
    margin-top: 12px;
}

input {
    width: 180px;
    line-height: 26px;
    border: none;
    float: left;
    text-indent: 1em;
}

a.searchBtn {
    width: 50px;
    height: 28px;
    float: left;
    background: #46af33 url("../images/ss.png") no-repeat;
    display: block;
}
/*one*/
.one {
    width: 100%;
    background: url(../images/one.jpg) repeat;
    padding: 50px 0 50px;
    overflow: hidden;
    border-top: 10px solid #f2f2f2;
}

    .one .container {
        position: relative;
    }

.one_img {
    width: 420px;
    margin: 50px auto 0;
    height: 400px;
}

.one li {
    position: absolute;
    width: 245px;
    height: 55px;
    border: 1px solid transparent;
    background: #eaeaea;
    color: #a6a4a4;
    font-size: 12px;
}

    .one li .fl {
        width: 60px;
        line-height: 55px;
        background: #0051a3;
        font-size: 24px;
        text-align: center;
        margin-right: 12px;
       
    }

       

    .one li h3 {
        font-size: 16px;
        margin-top: 7px;
    }

    .one li:nth-child(1), .one li:nth-child(2) {
        top: 0px;
    }

    .one li:nth-child(3), .one li:nth-child(4) {
        top: 152px;
    }

    .one li:nth-child(5), .one li:nth-child(6) {
        top: 304px;
    }

    .one li:nth-child(2), .one li:nth-child(4), .one li:nth-child(6) {
        right: 0px;
    }

    .one li:hover {
        border-color: #46af33;
    }

        .one li:hover .fl {
            background: #46af33;
        }
/**/
.two {
    margin: 50px auto 0;
    overflow: hidden;
}

.two_l {
    width: 260px;
    margin-top: 50px;
}

    .two_l h2 {
        line-height: 92px;
        background: url(../images/case_ltbg.gif) no-repeat;
        text-align: center;
    }

    .two_l li {
        position: relative;
    }

        .two_l li:after {
            content: '>';
            position: absolute;
            top: 20px;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            border-radius: 50%;
            background: #333;
            left: 30px;
        }


    .two_l a {
        line-height: 60px;
        border: 1px solid #6d6d6d;
        display: block;
        text-align: center;
        font-size: 16px;
        margin-top: 10px;
    }

.two_nav {
    width: 100%;
    display: none;
}

    .two_nav a {
        font-size: 14px;
        border: 1px solid #ccc;
    }

    .two_nav li:after {
        background: #ccc;
    }

.two_l a:hover {
    border-color: #46af33;
}

.two_l li:hover:after {
    background: #46af33;
}

.two_l a:hover {
    color: #46af33;
}

.two_l li:hover .two_nav {
    display: block;
}
/**/
.two_r {
    width: 800px;
    margin-top: 50px;
}

.two_gd {
    position: relative;
    height: 450px;
    width: 100%;
}

    .two_gd li {
        height: 450px;
        width: 100%;
        position: relative;
    }

    .two_gd img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .two_gd li h3 {
        line-height: 35px;
        width: 100%;
        background: rgba(0,0,0,0.5);
        text-align: center;
        position: absolute;
        bottom: 0px;
    }

.two_cp {
    margin-top: 10px;
}

    .two_cp li {
        float: left;
        width: 260px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 10px 10px 2px 10px;
        box-sizing: border-box;
        border: 1px solid #d2d2d2;
        position: relative;
    }

        .two_cp li:nth-child(3n) {
            margin-right: 0px;
        }

        .two_cp li img {
            width: 100%;
            display: block;
            height: 153px;
        }

  .two_cp li h3 {
    line-height: 40px;
    height: 40px;
    width: 210px;
    overflow: hidden;
}

        .two_cp li:before {
            content: '>';
            width: 17px;
            height: 17px;
            line-height: 15px;
            text-align: center;
            border: 1px solid #0e1011;
            border-radius: 50%;
            position: absolute;
            right: 15px;
            bottom: 11px;
        }

        .two_cp li:hover, .two_cp li:hover:before {
            border-color: #46af33;
        }

            .two_cp li:hover h3, .two_cp li:hover:before {
                color: #46af33;
            }
.two_gd .prev,.two_gd .next {
	width:35px;
	height:100px;
	background:rgba(0,0,0,0.5);
	display:block;
	color:#fff;
	line-height:100px;
	text-align:center;
	font-size:35px;
	position:absolute;
	top:50%;
	margin-top:-50px;
	z-index:2;
}
.two_gd .next {
	right:0;
}
.two_gd .prev:hover,.two_gd .next:hover {
	background:rgba(0,81,163,1)
}

/**/
.three {
    margin: 40px auto 0;
    overflow: hidden;
}

.three_ul {
    margin-top: 50px;
    width: 275px;
    padding: 0px 30px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    text-align: center;
}

    .three_ul:nth-child(2) {
        border-left: 1px solid #eee;
    }

    .three_ul h2 {
        font-size: 18px;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        color: #0051a3;
    }

    .three_ul ul li {
        line-height: 30px;
    }

    .three_ul:nth-child(2) h2 {
        background: url(../images/aa1_09.jpg) no-repeat;
        background-position-y: 17px;
    }

    .three_ul:nth-child(3) h2 {
        background: url(../images/aa1_11.jpg) no-repeat;
        background-position-y: 15px;
    }

    .three_ul:nth-child(4) h2 {
        background: url(../images/aa1_13.jpg) no-repeat;
        background-position-y: 15px;
    }

    .three_ul:nth-child(5) h2 {
        background: url(../images/aa1_15.jpg) no-repeat;
        background-position-y: 14px;
    }

.three ol {
    margin-top: 50px;
}

  .three ol li {
    float: left;
    width: 273px;
    margin: 0px 1px;
    height: 185px;
    position: relative;
    overflow: hidden;
    border: #eee 1px solid;
    box-shadow: 0 3px 10px 3px #eaeaea;
    box-sizing: border-box;
}

  .three ol img {
    display: block;
    width: 100%;
    height: 100%;
}

    .three ol h3 {
        width: 100%;
       height: 185px;
        text-align: center;
        background: rgba(0,81,163,0.5);
        top: 0px;
        font-size: 16px;
        line-height: 220px;
        display: none;
        position: absolute;
    }


    .three ol li:before {
        width: 20px;
        border: 2px solid #fff;
        height: 20px;
        position: absolute;
        content: "+";
        display: block;
        top: 60px;
        left: 45%;
        text-align: center;
        line-height: 20px;
        font-size: 18px;
        z-index: 2;
        display: none;
    }


    .three ol li:hover:before, .three ol li:hover h3 {
        display: block;
    }
/**/
.fore {
    margin: 50px auto 0;
    overflow: hidden;
    position: relative;
    padding: 30px 0px;
}

.fore_img {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;height:100%
}

    .fore_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .item-box {
	position:relative;
	float:left;
	width:33.333%;
	text-align:center;
	font-size:16px;
	border-right:1px solid rgba(0,0,0,0.5);
	box-sizing:border-box;
}
.num-item {
	display:inline-block;
	width:50px;
	height:86px;
	margin:0 2px;

	font-size:86px;
	overflow:hidden;
	line-height:86px;
	position:relative;
}
.num {
	position:relative;
	margin-bottom:20px;
	-webkit-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
	top:200px;
	opacity:0;
}
.num-item:after {
    content: "";
    height: 5px;
    background: #000;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}
.show .num {
	top:0;
	opacity:1;
}


/**/
.five {
    margin: 50px auto 0;
    overflow: hidden;
}

.five_img {
    width: 530px;
}

    .five_img img {
        width: 100%;
        display: block;
    }

.five_r {
    width: 530px;
    line-height: 25px;
}

.five_text {
    font-size: 50px;
    color: #024190;
    height: 100px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    line-height: initial;
}

    .five_text h2 {
        font-size: 18px;
    }

.five_r .more {
    width: 130px;
    line-height: 35px;
    display: inline-block;
    background: #024190;
    text-align: center;
    border-radius: 50px;
    margin: 10px 10px 0px 0px;
}

/**/
.six {
    margin: 50px auto 0;
    overflow: hidden;
}

    .six li {
        width: 255px;
        float: left;
        margin: 0px 10px;
    }

    .six img {
        padding: 10px;
        border: 1px solid #ccc;
        width: 100%;
        height: 184px;
        display: block;
        box-sizing: border-box;
    }

    .six li h3 {
        line-height: 40px;
        text-align: center;
        height: 40px;
        overflow: hidden;
    }
/**/
.sever {
    margin: 50px auto 0;
    overflow: hidden;
}

.sever_l {
    margin: 50px 0 0;
    width: 570px;
}

.sever_nav {
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

    .sever_nav ul {
        float: left;
    }

    .sever_nav li {
        display: inline-block;
        margin: 0px 10px;
    }

        .sever_nav li a {
            font-size: 18px;
            font-weight: bold;
        }

    .sever_nav .more {
        float: right;
        color: #ccc;
    }

.sever_m li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

    .sever_m li:last-child {
        border-bottom: none;
    }

.sever_m h3 {
    line-height: 30px;
    float: left;
    font-size: 16px;
}

.sever_m span {
    line-height: 30px;
    float: right;
    display: block;
    font-size: 16px;
}

.sever_m li p {
    clear: both;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
}

.sever li.now a,.sever_r .sever_nav li a  {
    color: #0051a3;
}

.sever_r {
    width: 480px;
    margin-top: 50px;
}


    .sever_r ol {
        margin-top: 10px;
        font-size: 0;
    }

        .sever_r ol li {
            margin-bottom: 10px;
            overflow: hidden;
        }

 .sever_r .first img {
    width: 100%;
    height: 190px;
    display: block;
    margin-bottom: 5px;
}

.sever_r  span.red {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ccc;
    display: block;
    text-align: center;
    font-size: 16px;
    float: left;
}

.sever_r ol h3 {
    display: block;
    border-bottom: 1px solid #ccc;
    line-height: 29px;
    font-size: 14px;
    padding-left: 10px;
    width: 440px;
    float: left;
}
/*内页*/
.page_container {
    margin: 0px auto 30px;
    width: 1100px;
}
/**/

/**/

.page_left {
    width: 218px;
    margin-top: -42px;
    position: relative;
    z-index: 5;
}

.page_right {
    width: 850px;
    margin-top: 20px;
}

/*路径*/

.page_title {
    line-height: 50px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
}


    .page_title a {
        font-size: 14px;
        color: #000;
    }



/*左侧导航*/



.page_left .page_a {
    width: 100%;
    font-size: 20px;
    line-height: 84px;
    text-align: center;
    background: #1559a2;
    background-size: 100% 100%;
    display: block;
}

.page_nav {
    padding: 0;
    text-align: left;
}

.page_ul li {
    position: relative;
    margin-bottom: 3px;
}



    .page_ul li a {
        overflow: hidden;
        box-sizing: border-box;
        font-size: 14px;
        text-align: center;
        display: block;
        background: #f5f5f5;
        line-height: 50px;
    }



.page_li {
    display: none;
}

    .page_li li {
        border-bottom: 1px dashed #ccc;
    }

        .page_li li a {
            box-sizing: border-box;
            font-weight: normal;
            font-size: 12px;
            background: none;
        }



.page_ul li:hover .page_li {
    display: block;
}


.page_ul li a:hover {
    background: #46af33;
}
/**/
.page_xw {
    margin-top: 20px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
}

.page_xw_text {
    line-height: 52px;
    border-bottom: 1px solid #eaeaea;
    border-top: 3px solid #164aa0;
    padding: 0px 20px 0px;
}

    .page_xw_text a {
        font-size: 16px;
        display: inline-block;
        font-weight: bold;
    }

    .page_xw_text span {
        font-size: 14px;
        color: #999;
        font-family: "Arial";
        display: inline-block;
    }

.page_xw ul {
    padding: 20px;
}

.page_xw .xw1 img {
    width: 305px;
    height: 160px;
    float: left;
}

.page_xw .xw1 div {
    float: right;
    width: 480px;
}

.page_xw .xw1 span {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.page_xw .xw1 p {
    line-height: 22px;
    height: 130px;
    overflow: hidden;
    font-size: 14px;
}

.page_xw .xw1 {
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}

.page_xw .xw2 {
    overflow: hidden;
    height: 35px;
    width: 375px;
    float: left;
    padding-left: 15px;
    line-height: 28px;
    position: relative;
    margin-right: 14px;
}



    .page_xw .xw2:before {
        content: "+";
        width: 7px;
        height: 7px;
        line-height: 7px;
        text-align: center;
        position: absolute;
        top: 10px;
        left: 0px;
    }


/**/
.page_cp {
    margin-top: 10px;
    overflow: hidden;
}


.page_cp li {
    width: 185px;
    padding-top: 17px;
    background: #fff;
    margin: 15px auto;
    height: 169px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}


        .page_cp li:hover {
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        }

     .page_cp li img {
    width: 150px;
    height: 110px;
    display: block;
    margin: auto;
}



        .page_cp li b {
            background: #1559a2;
            display: block;
            line-height: 40px;
            width: 150px;
            overflow: hidden;
            margin: auto;
            text-align: center;
            border-radius: 3px;
            margin-bottom: 35px;
        }

        .page_cp li div {
            background: rgba(255,255,255,0.8);
            height: 40px;
            position: absolute;
            bottom: 0;
            overflow: hidden;
            left: 0;
            width: 100%;
            transition: all 0.2s linear 0s;
        }

        .page_cp li:hover div {
            height: 80px;
        }




/*product*/
.product_cp {
    margin-top: 10px;
    overflow: hidden;
}

.product_cp li {
    width: 270px;
    float: left;
    margin-right: 20px;
    margin-bottom: 16px;
    position: relative;
}

        .product_cp li:nth-child(3n) {
            margin-right: 0px;
        }

    .product_cp li img {
    width: 294px;
    height: 190px;
    display: block;
}

        .product_cp li p {
            line-height: 20px;
            overflow: hidden;
            height: 20px;
            font-size: 14px;
            text-align: center;
        }


/*product_content*/


/**/
.product_fr {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

    .product_fr span {
        line-height: 1.5;
        display: block;
        font-size: 22px;
        color: #000;
        font-family: 'Microsoft YaHei';
        text-align: center;
    }

    .product_fr b, .Article_content .info b {
        padding: 5px;
        line-height: 1.7em;
        color: #868686;
        background-color: #F5F5F5;
        border: #E5E5E5 1px solid;
        display: block;
        margin-top: 10px;
    }

/**/
.product_content {
    margin-top: 20px;
}


    .product_content img {
        height: auto;
    }

/**/

/*article*/

.article {
    padding: 20px 0 20px 0px;
}


    .article li {
        line-height: 45px;
        border-bottom: 1px solid #e2e2e2;
        font-size: 14px;
        background: url("../images/17.png") no-repeat left center;
        padding-left: 20px;
        box-sizing: border-box;
    }

        .article li span {
            float: right;
            font-family: Microsoft YaHei;
            font-size: 12px;
            color: #929292;
        }



/**/


/*上下键*/
.main_next {
    overflow: hidden;
}

    .main_next .prevrecord, .main_next .nextrecord {
        margin: 5px 0px;
        display: block;
        font-size: 14px;
    }


/*article_content*/

.info {
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
}

    .info a {
        margin-right: 10px;
    }

.Article_text {
    font: 16px "Microsoft Yahei";
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}

.Article_content .info {
    font: 12px "Microsoft Yahei";
    text-align: center;
    color: #5A5A5A;
}

.Article_content .detail {
    padding: 10px 10px;
}

    .Article_content .detail img {
        height: auto;
    }

/*上下键*/
.pading {
    margin-bottom: 8px;
    text-align: center;
}

    .pading span {
        padding: 0px 6px;
        border: 1px solid #ccc;
        display: inline-block;
        margin: 0px 2px;
    }

    .pading a {
        padding: 0px 6px;
        border: 1px solid #8e8e8e80;
        display: inline-block;
        margin: 0px 1px;
    }

    .pading .current {
        border: none;
        padding: 0px 6px;
        border: 1px solid #000;
        background: #000;
    }

/*page*/


/**/

/*footer*/
.footer {
    padding: 15px 0 15px;
    background: #323a3d;margin-top:40px;
}



/*相关产品相关文章开始*/
.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 solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

    h4.related span {
        display: inline-block;
        border-bottom: 2px solid #666;
    }

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

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;
        height: 143px;
    }

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}.interlink {
    width: 1200px;
    padding: 30px 0;
    margin: 40px auto;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 12px;
    position: relative;
}

.interlink__title {
    width: 100px;
    text-align: center;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -20px;
    font-size: 20px;
    font-weight: bold;
}

.interlink__list {
    text-align: center;
}

.interlink__list a {
    display: inline-block;
    margin: 0 15px;
}