﻿/*------------------------底部---------------*/


/*link*/

.link {
    padding-bottom: 15px;
    margin: 8px auto 0 auto;
    width: 960px;
}

.linktitle {
    line-height: 35px;
    width: 1200px;
    margin: 0 auto;
    display: none;
}

.linkspan a {
    color: #2076bd;
    font-weight: 500;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.linkspan a:hover {
    text-decoration: none;
    color: #198366
}

.swiper-container-link {
    /* height: 50px; */
    width: 930px;
    padding: 20px 0px;
    margin: 0 auto;
}

.linkul {
    overflow: hidden;
    margin: 0px auto;
}

.noFind {
    padding: 20px;
}

.linkli {
    float: left;
    padding: 0 15px;
    line-height: 24px;
    box-sizing: border-box;
}

.link_con .slick-initialized .slick-slide a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 65px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}

.link_con .slick-initialized .slick-slide a img {
    width: 150px;
}

.linkul li.last {
    background: none
}

.linkli a {
    color: #555
}

.linkli a:hover {
    color: #1793c7;
    text-decoration: none
}

.linkli img {
    width: 180px !important;
    height: 50px !important;
}

.link_con button.slick-prev {
    left: -50px;
}

.link_con button.slick-next {
    right: -50px;
}


/*foot*/
.footer_In {
    padding: 30px 0;
    color: #fff;
    background: #19a1db;
    box-sizing: border-box;
}

.btn_line {
    background: url(/Content/Areas/Common/images/footer_bottomline.png) no-repeat center bottom;
    margin: 10px 0;
    height: 4px;
}

.footer p {
    text-align: center;
    line-height: 35px;
}

.footer p a {
    color: #fff;
}

.FriendLink {
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: 30px 15px;
    box-sizing: border-box;
    margin-bottom: 75px;
    position: relative;
    width: 1100px;
    margin: 75px auto 40px;
}

.title_main {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    position: absolute;
    top: -31px;
    padding: 12px 20px 20px;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.title_main::after {
    position: absolute;
    content: '';
    display: block;
    width: 130px;
    height: 33px;
    border: 2px solid #fff;
    left: -1px;
    z-index: 999;
    top: 30px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    border-top: none;
}

.title_main a {
    color: #19a1db;
}

@media only screen and (max-width: 1366px) {
    .footer {
        height: 160px;
    }
}

@media only screen and (max-width: 1024px) {
    /* .FriendLink, */
    .footer,
    .footer_In {
        width: 1200px;
    }
}

@media only screen and (max-width: 768px) {
    .footer,
    .footer_In {
        width: 100%;
    }
    .footerNav {
        display: none;
    }
    .btn_line {
        display: none;
    }
    .footer p.add {
        display: none
		}
		
		.title_main{
			position: static;
			transform: translateX(0);
			border: none;
			margin-bottom: 10px;
			padding: 10px 0;
		}
		.title_main::after{display: none;}
		.FriendLink{width: 100%;margin: 20px 0;padding: 0 15px 20px;}
		.FriendLink .slick-slider{width: 100%;padding: 0;}
		.slick-prev, .slick-next{display: none !important;}
}