@charset "UTF-8";


@font-face {
    font-family: 'Philosopher';
    src: url('fonts/Philosopher-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



a:hover {
    text-decoration: none;
}

body,
button,
input,
select,
textarea {
    position: relative;
    font: 300 1em/1.8 'Philosopher', Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif,  sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
    line-height: 1.35;
}

h1 {
    font-size: 1.0em;
}

h2 {
    font-size: 0.7em;
}

h3 {
    font-size: 0.6em;
}

h4 {
    font-size: 0.5em;
}

h5,
h6 {
    font-size: 0.5em;
}

.topMenu {
    background-color: transparent;
    padding-left: 0 !important;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 2rem;
}

#section0 {
    background: url(img/s1.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#section1 {
    background: url(img/s1.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#section2 {
    background: url(img/s1.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#section3 {
    background: url(img/s1.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#section4 {
    background: url(img/s1.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cloudBg{
    background: url(img/s1.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #a7b8d9;
    background-repeat: no-repeat;
}


.content-box {
    max-width: 1140px;

}


.content-box p {
    font-size: 0.8em;
    color: #224998;
    text-align: left;
    padding-bottom: 5%;
    font-weight: 700
}


.intro {
    margin: 0 auto;
    width: 968px;
    height: 369px;
    background: url(img/intro.png) no-repeat;

}

.world_map {
    background: url(img/map.png) no-repeat;
    background-size: 100% auto;
    height: 400px;
}

.contact_area {
    width: 40%;
    float: right;
}

.contact_h2 {
    font-size: 0.8em;
    font-weight: 600;
    color: #224998;
    text-align: left;
    padding-left: 35px;
    padding-bottom: 20px;
}

.contact_p {
    font-size: 0.6em;
    font-weight: 600;
    color: #224998;
    text-align: left;
}

.contact_ul {
    padding-left: 0;
}

.contact_ul li {
    list-style: none;
    font-size: 0.6em;
    color: #224998;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding-left: 35px;
}

.contact_tell {
    background: url(img/tell.png) no-repeat;
    background-size: 19px auto;
    background-repeat: no-repeat;
    /* 不重复背景图片 */
    background-position: left center;
    /* 图标位置 */
}

.contact_fax {
    background: url(img/fax.png) no-repeat;
    background-size: 19px auto;
    background-repeat: no-repeat;
    /* 不重复背景图片 */
    background-position: left center;
    /* 图标位置 */
}

.contact_cell {
    background: url(img/cell2.png) no-repeat;
    background-size: 19px auto;
    background-repeat: no-repeat;
    /* 不重复背景图片 */
    background-position: left center;
    /* 图标位置 */
}

.contact_email {
    background: url(img/email.png) no-repeat;
    background-size: 19px auto;
    background-repeat: no-repeat;
    /* 不重复背景图片 */
    background-position: left center;
    /* 图标位置 */
}

.contact_map {
    background: url(img/add.png) no-repeat;
    background-size: 19px auto;
    background-repeat: no-repeat;
    /* 不重复背景图片 */
    background-position: left top;
    /* 图标位置 */
}





.contact_tell_b {
    background: url(img/tellb.png) no-repeat;
    background-size: 19px auto;
    background-repeat: no-repeat;
    /* 不重复背景图片 */
    background-position: left center;
    /* 图标位置 */
}

.contact_fax_b {
    background: url(img/faxb.png) no-repeat;
    background-size: 19px auto;
    background-repeat: no-repeat;
    /* 不重复背景图片 */
    background-position: left center;
    /* 图标位置 */
}

.contact_cell_b {
    background: url(img/cell2b.png) no-repeat;
    background-size: 19px auto;
    background-repeat: no-repeat;
    /* 不重复背景图片 */
    background-position: left center;
    /* 图标位置 */
}

.contact_email_b {
    background: url(img/emailb.png) no-repeat;
    background-size: 19px auto;
    background-repeat: no-repeat;
    /* 不重复背景图片 */
    background-position: left center;
    /* 图标位置 */
}

.contact_map_b {
    background: url(img/addb.png) no-repeat;
    background-size: 19px auto;
    background-repeat: no-repeat;
    /* 不重复背景图片 */
    background-position: left top;
    /* 图标位置 */
}




.product-scroll-container {
    width: 1140px;
    overflow: hidden;
    height: 90%;
    /* 控制高度，留出边距 */

}


.list-scroll-container {
    width: 1140px;
    overflow: hidden;
    height: 90%;
    /* 控制高度，留出边距 */
}



/* 更具体的隐藏 */
.fp-watermark {
    display: none !important;
}

.top_bar {
    background-color: transparent;
    padding-left: 0 !important;
}

.top_bar_ul li {
    list-style: none;
    float: left;
}

.top_bar_ul li a {
    line-height: 50px;
    margin-right: 18px;
    color: #004ba4;
    font-weight: 600;
}

.top_bar_ul li a:hover {
    color: #004ba4;
    font-weight: 600;
}

.top_cate {
    height: 50px;
    border-radius: 12px;
    background-color: #00a0e9;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.top_cate li {
    list-style: none;
    float: left;
    line-height: 45px;
}

.top_cate li a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    margin-right: 15px;
}

.top_cate li:after {
    content: '/';
    color: white;
}

.top_cate li:last-child:after {
    content: '';
}

.current-cat a {
    font-weight: 700 !important;
    border-bottom: 2px solid #fff;
    color: #007bff !important;
}

.dropdown-menu li {
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-menu li a {
    font-size: 16px;
    line-height: 29px;
    color: #212529;
    width: 100%;
}

.dropdown-menu li a:hover {
    background-color: #e3e5e7
}

.logo_link {
    display: block;


    display: inline-block;
    margin-top: 40px
}

.logo {
    height: auto;
    width: 300px;
}

.web_nav {
    background-color: #f2f2f2;
    border-bottom: 1px solid #d8d8d8;
    height: 94px;
    -webkit-font-smoothing: antialiased
}

.web_nav_bottom {
    background-color: #f2f2f2;
    border-bottom: 1px solid #d8d8d8;
    -webkit-font-smoothing: antialiased
}

.search_title {
    font-size: 16px;
    color: #333333;
}

.search_notice {
    font-size: 18px;
    color: #555;
}

.triangle {
    position: absolute;
    right: 35px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 8px 0px 8px;
    border-color: #4b9efc transparent transparent transparent;

}

.on {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 16px 8px !important;
    border-color: transparent transparent #4b9efc transparent !important;

}

.news_title{
     text-align: left;
     padding-top:20px;
}

.news_title a {
	
    color: #004ba4;
    font-weight: 600;

    
}

.news_title a:hover {
    color: #46aad5;
}

.page_title {
    font-size: 0.8em;
}


.date {
    font-size: 0.5em;
    color: #000;
}

.excerpt {
    font-size:0.5em;
    color: #000;
    padding-right: 10px;
    text-align: left;
}

#top_s {
    width: 270px;
    float: left;
    margin-top: 10px;
    margin-right: 8px;
    height: 30px;
    padding-left: 8px;
    border-radius: 0.2rem
}


#s {

    display:none;
    width: 270px;
    float: left;
    margin-top: 3px;
    margin-right: 1px;
    padding-left: 18px;
    border-radius: 1.8rem
}


#s1 {
    width: 470px;
    float: left;

    border-radius: 1.8rem
}


#s_btn {
    position: absolute;
    right: 18px;
    top: 27px;
}

#top_s_btn {
    position: absolute;
    right: 12px;
    top: 8px;
}



#s_btn_search {
    position: absolute;
    right: 8px;
    top: 3px;
}

.top_nav_ul {
    padding-left: 0px;
    float: right;
    position: relative;
}

.top_nav_ul li {
    float: left;
    list-style: none;
}

.top_nav_ul li a {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.32px;
    line-height: 58px;
    padding-right: 3px;
    padding-left: 8px;
    color: #222;
}

.top_nav_ul li a:hover {
    color: #05366d;
}

.top_nav_ul li:after {
    content: '/';
    color: gray;
}

.top_nav_ul li:last-child:after {
    content: '';
}

.top_nav_ul>li:hover ul {
    display: block;
}

.category-item {
    position: relative;
}

.children {
    display: none;
}

.home_link {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjg5IDMuMzEybDMuNSAyLjI0NkEzLjUgMy41IDAgMDExNyA4LjUwNFYxNGEzLjUgMy41IDAgMDEtMy41IDMuNWgtN0EzLjUgMy41IDAgMDEzIDE0VjguNTA0YTMuNSAzLjUgMCAwMTEuNjEtMi45NDZsMy41LTIuMjQ2YTMuNSAzLjUgMCAwMTMuNzggMHpNOS4wNjQgNC40OTFsLS4xNDQuMDg0LTMuNSAyLjI0NmEyIDIgMCAwMC0uOTEzIDEuNTE0bC0uMDA3LjE2OVYxNGEyIDIgMCAwMDEuODUgMS45OTVMNi41IDE2aDdhMiAyIDAgMDAxLjk5NS0xLjg1TDE1LjUgMTRWOC41MDRhMiAyIDAgMDAtLjc4MS0xLjU4NmwtLjEzOS0uMDk3LTMuNS0yLjI0NmEyIDIgMCAwMC0yLjAxNi0uMDg0ek0xMCA5Ljc1YS43NS43NSAwIDAxLjc1Ljc1VjEzYS43NS43NSAwIDExLTEuNSAwdi0yLjVhLjc1Ljc1IDAgMDEuNzUtLjc1eiIgZmlsbD0iIzIyMiIvPjwvc3ZnPg==) no-repeat;
    background-position: 0px 17px;
}



.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .7
}

.scroll-down svg {
    transition-timing-function: ease;
    transition-delay: .5s
}


.feedback-form {
    width: 1140px;
    padding: 30px;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feedback-form h2 {
    font-size: 0.8em;
    font-weight: 600;
    color: #004ba4;
    margin-bottom: 30px;
}


.form-group label {
    font-weight: 500;
}

.rating-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
}

.rating-btn {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.btn-submit {
    width: 100%;
    padding: 12px;
    font-size: 1.2rem;
}




.company_number {
    background-color: #434a56;
    background: radial-gradient(circle, #929393, transparent);
}

.secNavUl {
    position: absolute;
    top: 53px;
    left: 0px;
    display: none;
    background-color: #023f82;
    padding-left: 0px;
    padding-bottom: 9px;
    border-radius: 0px 0px 10px 10px;
    z-index: 999999;

}

.secNavUl li {
    padding-right: 10px;
    padding-left: 2px;
}


.secNavUl li a {
    line-height: 45px;
    text-decoration: none;
    color: #fff !important;
}

.secNavUl li a:hover {
    color: #003067 !important;
    font-weight: 550;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.top_nuv_ul>ul li a {
    color: #fff !important;
}


#myCarousel {
    overflow: hidden;
    position: relative;
}

.carousel,
.carousel-inner>.item {
    display: run-in;
    width: 100%;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    line-height: 1;
}

.carousel-container {
    margin-left: 0;
}

.carousel-item img {
    width: 100%;
}

.carousel-caption h1 {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.carousel-caption h2 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.slide_bottom {
    background-color: #f2f2f2;
    padding-top: 25px;
    padding-bottom: 25px;
}

.slide_btn_r {
    float: left;
}

.slide_btn_l {
    float: left;
}

.slide_btn_r h3 {
    letter-spacing: 0.32px;
    line-height: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #222;
    font-family: Philosopher, Arial, Helvetica, sans-serif
}

.slide_btn_r h4 {
    letter-spacing: 0.32px;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    font-family: Philosopher, Arial, Helvetica, sans-serif
}


.thumbnailImg {
    width: 365px;
    height: 260px;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

.feature_title {
    padding-top: 35px;
    font-weight: 400;
    font-size: 33px;
    color: #222;
    font-family: Philosopher, Arial, Helvetica, sans-serif
}

.current-cat a {
    font-weight: 700;
}



.product_list {

    overflow: hidden;
    margin-bottom: 15px;
}

.product_list:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.productsTitle {
    min-height: 95px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 15px;
    overflow: hidden;
    background-color: #4b9efc;

}

.productsTitle h2 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: Philosopher, Arial, Helvetica, sans-serif;
    line-height: 24px;
}

.thumbnail:hover img {
    transition: 1s;
    transform: scale(1.1);
}

.leff_bg {
    background: url(img/graphic-illustrator.png) no-repeat;
    background-position: left bottom;


}

.page_content_area {
    padding-bottom: 60px;
    padding-top: 15px;
}

.page_content_area p {
    font-size: 1.2rem;
}

#productsList {
    border: 1px dashed #ccc;
    overflow: hidden;
}

.product_page_th_img img {
    width: 100%;
    height: auto;
}

.new_title {
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 30px;
    color: #333333;
    line-height: normal;
    font-weight: 650
}

.new_sub_title {
    font-size: 30px;
    display: block;
    color: #555656;
    margin-bottom: 35px;
}

.news_area {
    display: block;
    border-top: 1px solid #eeeeee;
    padding: 30px 10px 40px 10px;
    margin-bottom: 25px;
    text-decoration: none;
}

.news_area time {
    color: #595656;
    font-size: 16px;
    line-height: 24px;
}

.dot {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 30px;
}

.news_area_content {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-bottom: 20px;
}

.more {
    color: #555;
    font-size: 16px;
    line-height: 24px;
}

.more::after {
    content: '+';
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 13px;
    vertical-align: middle;
    margin-left: 8px;
    text-align: center;
    margin-top: -4px;
}

.news_area:hover {
    text-decoration: none;
    border: 1px solid #004ba4;
}

.news_area:hover span:after {
    background: #004ba4;
    color: #fff;
}

.full_more {
    display: block;
    margin-top: 10px;
    margin-bottom: 65px;
    text-decoration: none;
    font-size: 16px;
    color: #595656;
}

.full_more::after {
    content: '+';
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    vertical-align: middle;
    background: #004ba4;
    margin-left: 8px;
    color: #fff;
}

.full_more_list {
    display: block;
    margin-top: 67px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #595656;
}

.full_more_list::after {
    content: '+';
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    vertical-align: middle;
    background: #46aad5;
    margin-left: 8px;
    color: #fff;
}

.full_more_list_btn {
    background: #eee;
    padding-left: 0;
    padding-right: 0;
    width: 190px;
    height: 181px;
}

.page_bread {
    text-align: center;
    width: 100%;
}

.breadcrumbs {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #4c4c4d;
    font-size: 14px;
    display: inline-block;
}

.breadcrumbs li {
    float: left;
    list-style: none;
    display: inline-block;
}

.breadcrumbs li a {
    color: #4c4c4c;
}

.catePro {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding-top: 16px;
    padding-left: 15px;
    padding-right: 16px;
    margin-bottom: 60px;
}

.item_area {
    overflow: hidden;
    float: left;
}

.item_area img:hover {
    transform: scale(1.2);
}

.cateLi {
    padding-left: 0;
}

.cateLi li {
    list-style: none;
}

.cateLi li a {
    color: #222
}

.cateLi li a:hover {
    color: #4b9efc
}

.back_link a:hover {
    color: #46aad5;
}






.productDesc {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.75em;
    padding: 16px;
    background: #f2f2f2;
    border-radius: .8rem;
}

#advWrap {
    width: 33.3333%;
    float: left;
}

.adv {
    background-color: #f5f5f5;
    border-radius: .8rem;
    margin: 9px;
    text-align: center;
    min-height: 450px;
}

.adv h3 {
    line-height: 30px;
    padding-bottom: 30px;
    font-family: Philosopher, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.adv img {
    padding-top: 30px;
}

.disclaimer {
    border: 1px solid #d8d8d8;
    border-radius: .4rem;
    padding: 16px;
}

.pagination {
    margin-left: 5px;
}

.pagination li {
    border: 1px solid #09629e;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 5px 5px;
    overflow: hidden;
}

.pagination li a {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.page-numbers {
    padding: 8px 12px 8px 12px;
}

.current {
    background-color: #4c4c4d;
    color: #fff;
}

.location a {
    color: #da251c;
}

footer {
    padding-top: 40px;
    padding-bottom: 50px;

    overflow: hidden;
    background: radial-gradient(circle, #6e737c, transparent);
    background-color: #3b424e;
}

.copyright {
    margin-bottom: 26px;
    margin-top: 20px;
    color: #fff !important;
    font-size: 0.5em !important;
    display: block;
    text-align: center !important;
}

.footer_bottom {
    margin-bottom: 26px;
    float: right;
    margin-top: 20px;
}

.footer_bottom_area {
    background-color: #2d2d2d;
}

.footer_bottom a {
    color: #fff;
    font-size: 15px;
}

.footer_bottom a:hover {
    color: #da251c;
}

.footer_line {
    border-top: 1px solid #fff;
}

.footer_bottom a::after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 1px;
    height: 10px;
    background: #bbbbbc;
    margin: -1px 10px 0 15px;
}

#last_bottom_link::after {
    display: none;
}

.foot_nav_top_menu {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.wx_text {
    color: #fff;
}

.footer_nav_top_menu_area {
    padding-bottom: 10px;
    position: relative;
}



.footer_nav_top_menu_area_1 {

    padding-bottom: 20px;
    position: relative;
}



.foot_nav_top_menu:hover {
    font-size: 18px;
    color: #fff;
}

#footer_nav ul {
    margin-top: 20px;
    padding-left: 0;
}

#footer_nav ul li {
    list-style-type: none;
    line-height: 30px;
}

#footer_nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

#footer_nav ul li a:hover {
    color: #0046a4;
    font-weight: 600;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;

}


#footer_nav1 ul {
    margin-top: 20px;
    padding-left: 0;
    min-height: 300px;
}

#footer_nav1 ul li {
    list-style-type: none;
    line-height: 30px;
}

#footer_nav1 ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

#footer_nav1 ul li a:hover {
    color: #da251c;
}




.wx_text {
    padding-top: 8px;
}

#right_side_btn_group {
    position: fixed;
    bottom: 120px;
    right: 4px;
    width: 70px;
    overflow: hidden;
    z-index: 99999;
}

#right_side_btn_group a {
    padding-top: 6px;
    background-color: rgb(143, 143, 143, 0.6);
    height: 70px;
    width: 70px;
    color: #fff;
    display: block;
    margin-bottom: 4px;
    text-decoration: none;
    border-radius: 3px;
}

#right_side_btn_group img {
    display: block;
    text-align: center;
    height: 32px;
    width: 32px;
    margin: 0 auto;
}

#right_side_btn_group span {
    display: block;
    text-align: center;
    margin-top: 4px;
    font-size: 0.8rem;
}

#right_side_btn_group a:hover {
    background: #222;
}

#product_link a {
    line-height: 2rem;
    float: left;
    margin-right: 0.5rem;
    color: rgba(255, 255, 255, 0.53) !important;
}

#product_link a:hover {
    text-decoration: none;
    color: #fff !important;

}

.heading {
    color: #fff;
}

#content_info {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

#content_info p {
    width: 90%;
    float: right;
    color: #fff !important;
    overflow: hidden;
    padding-left: 30px;

}

.fp1 {
    background: url(img/phone-vibrate.svg) no-repeat;
    background-position-y: 5px;
    background-size: 20px;
}

.fp2 {
    background: url(img/geo-alt.svg) no-repeat;
    background-position-y: 5px;
    background-size: 20px;
}

.fp3 {
    background: url(img/people.svg) no-repeat;
    background-position-y: 5px;
    background-size: 20px;
}

#content_info img {
    width: 10%;
    float: left;
}



@keyframes breath {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
  }
  #an_down {
    /* 2秒完成一个呼吸周期，无限循环 */
    animation: breath 2s infinite ease-in-out;
  }
  