body{
    color: #333;
    font-family: "lucida Grande",Verdana,"Microsoft YaHei";
    background-color: #f7f9ff;
}
.container{
    max-width: 1160px;
}
/* ==================================================
	Top
==================================================== */
.navbar{
    margin-bottom: 0px;
    border: none;
    min-height: 69px;
}
.navbar-brand{
    padding-top: 8px;
}
.navbar-right{
    padding-top: 10px;
}
.nav>li>a{
    color: #333;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    height: 60px;
    font-size: 18px;
}
.nav>li>a:hover{
    background: none;
    border-bottom: 3px solid #3963ea;
}
.navbar-toggle {
    background-color: #3963ea;
    margin-top: 17px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}




/* ==================================================
	banner
==================================================== */
.banner {
    bottom: 136px;
}
.carousel-inner .item div{
    height: 543px;
    width: 100%;
}
.banner-content-1{
    background: url('/img/banner/b1.jpg') center no-repeat;
}
.banner-content-2{
    background: url('/img/banner/b2.jpg') center no-repeat;
}
.banner-content-3{
    background: url('/img/banner/b3.jpg') center no-repeat;
}
.banner li, .banner .active {
    width: 34px;
    height: 7px;
    margin: 1px;
}

@media (max-width: 768px) {
    .banner-content-1{
        background: url('/img/banner/b1.jpg') -430px 0 no-repeat;
    }
    .banner-content-2{
        background: url('/img/banner/b2.jpg') -430px 0 no-repeat;
    }
    .banner-content-3{
        background: url('/img/banner/b3.jpg') -430px 0 no-repeat;
    }
}


/* ==================================================
	product
==================================================== */
.product{
    width: 1160px;
    height: 300px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .product{
        width: 100vw;
        height: 600px;
    }
}
@media (min-width: 768px) {
    .product{
        width: 750px;
        height: 600px;
    }
}
@media (min-width: 992px) {
    .product{
        width: 970px;
        height: 300px;
    }
}
@media (min-width: 1200px) {
    .product{
        width: 1160px;
        height: 300px;
    }
}

.product .container{
    position: absolute;
    margin-top: -111px;
    background-color: #fff;
    box-shadow: 0 0 15px #ccc;
    border-radius: 3px;
    padding: 40px;
}
.product{
    text-align: center;
}
.product .intro{
    line-height: 40px;
    margin-bottom: 40px;
}
.product .intro .title{
    color: #3688e8;
    font-size: 25px;
    font-weight: bold;
}
.product .intro .name{
    font-size: 22px;
    margin-top: -2px;
}
.product .intro .detail{
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}
.product .prod .product-icon{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.prod-1{
    background: url('/img/icons/index_product_1.png') center no-repeat;
}
.prod-2{
    background: url('/img/icons/index_product_2.png') center no-repeat;
}
.prod-3{
    background: url('/img/icons/index_product_3.png') center no-repeat;
}
.product .prod .name{
    font-size: 16px;
    color: #333;
    margin: 10px;
}
.product .prod .detail{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

/* ==================================================
	support
==================================================== */
.support{
    width: 1160px;
    height: 362px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 768px) {
    .support{
        width: 300px;
        height: 746px;
    }
    .support .list{
        border-right: none !important;
    }
}
@media (min-width: 768px) {
    .support{
        width: 750px;
        height: 746px;
    }
}
@media (min-width: 992px) {
    .support{
        width: 970px;
        height: 362px;
    }
}
@media (min-width: 1200px) {
    .support{
        width: 1160px;
        height: 362px;
    }
}
.support .container{
    padding: 20px;
}
.support .intro{
    margin-bottom: 40px;
}
.support .intro .detail{
    font-size: 16px;
    line-height: 26px;
    color: #333;
}
.support .list{
    border-right: 1px solid #e3e4e7;
}
.support .list:nth-child(4){
    border-right: none;
}
.support .list .support-icon{
    width: 63px;
    height: 63px;
    margin: 0 auto;
}
.list-1{
    background: url('/img/icons/index_support.png') 0 0 no-repeat;
}
.list-2{
    background: url('/img/icons/index_support.png') -207px 0 no-repeat;
}
.list-3{
    background: url('/img/icons/index_support.png') -414px 0 no-repeat;
}
.list-4{
    background: url('/img/icons/index_support.png') -621px 0 no-repeat;
}
.support .list .name{
    font-size: 16px;
    margin: 10px;
    margin-top: 30px;
    color: #3688e8;
}
.support .more button{
    margin: 35px;
    width: 166px;
    height: 44px;
    background-color: #3688e8;
    border-radius: 0px;
    border: none;
}
/* ==================================================
	paterner
==================================================== */
.paterner{
    height: 341px;
    background: url(/img/logo/paterner_bg.jpg) center no-repeat;
}
.paterner .intro{
    text-align: center;
    padding: 60px;
    line-height: 40px;
}
.paterner .intro .title{
    color: #3688e8;
    font-size: 25px;
    font-weight: bold;
}
.paterner .intro .name{
    font-size: 22px;
    margin-top: -2px;
}
.paterner .intro .detail{
    margin-top: 40px;
    font-size: 20px;
    color: #666;
}
/* ==================================================
	news
==================================================== */
.news{
    min-height: 413px;
    background: url(/img/index/news_bg.jpg) center no-repeat;
    text-align: center;
    padding: 20px;
}
.news .wrap{
    margin: 0 auto;
    margin-top: 72px;
    max-width: 1160px;
    min-height: 280px;
    background-color: #fff;
    box-shadow: 0 0 15px #ccc;
    border-radius: 3px;
}
.news .wrap .header{
    height: 140px;
    border-bottom: 1px solid #ddd;
    padding-top: 33px;
    line-height: 40px;
}
.news .wrap .header .title{
    color: #3688e8;
    font-size: 25px;
    font-weight: bold;
}
.news .wrap .header .name{
    font-size: 22px;
    margin-top: -2px;
}
.news .wrap .list{
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    border-bottom: 1px solid #ddd;
}
.news .wrap .list .line:nth-child(4){
    border-right: none;
}
.news .wrap .list .line{
    padding: 25px;
    text-align: left;
    border-right: 1px solid #ddd;
}
.news .wrap .list .line .title{
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.news .wrap .list .line .short{
    width: 40px;
    height: 1px;
    background-color: #ddd;
    margin: 10px 0;
}
.news .wrap .list .line .content{
    line-height: 25px;
    font-size: 12px;
    color: #828282;
    margin-bottom: 17px;
    max-height: 75px;
    overflow: hidden;
}
.news .wrap .list .line .goto button{
    float: left;
    width: 70px;
    height: 27px;
    color: #828282;
    line-height: 14px;
    font-size: 12px;
    border-radius: 3px;
}
.news .wrap .list .line .goto .date{
    float: right;
    line-height: 27px;
    color: #999;
    font-size: 12px;
}
/* hover */
.news .wrap .list .line:hover{
    background-color: #3688e8;
    color:#fff;
}
.news .wrap .list .line:hover .content{
    color:#fff;
}
.news .wrap .list .line:hover .date{
    color:#fff;
}
.news .wrap .list .line:hover .goto button{
    background-color: #3688e8;
    border: 1px solid #fff;
    color:#fff;
}
/* contact */
.news .wrap .contact-header{
    border-bottom: none;
}
.news .wrap .contact-list .way{
    height: 90px;
    text-align: left;
    padding-left: 40px;
    padding-right: 0px;
}
.news .wrap .contact-list .title{
    width: 110px;
    text-align: left;
    height: 40px;
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}
.news .wrap .contact-container{
    width: 95%;
    text-align: center;
    margin: 0 auto;
}
.news .wrap .contact-list .title .icon{
    float: left;
    margin-right: 13px;
    border-radius: 30px;
    border: 1px solid #ababab;
    width: 28px;
    height: 28px;
    color: #ababab;
}
.news .wrap .contact-list .way:nth-child(1) .title .icon{
    font-size: 16px;
    padding-left: 7px;
    padding-top: 2px;
}
.news .wrap .contact-list .way:nth-child(2) .title .icon{
    font-size: 16px;
    padding-left: 5px;
    padding-top: 1px;
}
.news .wrap .contact-list .way:nth-child(3) .title .icon{
    font-size: 20px;
    padding-left: 7px;
}
.news .wrap .contact-list .title .name{
    float: left;
    font-weight: bold;
}
.news .wrap .contact-list .info{
    color: #666;
    clear:both;
    font-size: 16px;
    border-bottom: 1px solid #aaa;
    display: inline;
    padding: 8px;
    margin-top: 20px;
}
.news .wrap .contact-list .info:hover{
    border-bottom: 1px solid #3688e8;
}
/* ==================================================
	footer
==================================================== */
.footer{
    background-color: #333;
    color: #ebebeb;
    min-height: 156px;
    width: auto;
    line-height: 24px;
    padding: 35px;
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.footer .col-md-4 .city{
    border-left: 4px solid #18d26e;
    font-size: 24px;
    padding-left: 20px;
    line-height: 33px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .footer .wechat{
        margin-left: -16px;
    }
}
.footer .icons{
    margin-top: 60px;
    float: right;
}
.footer .icons .icon{
    float: left;
    margin-right: 13px;
    border-radius: 30px;
    border: 1px solid #ababab;
    width: 28px;
    height: 28px;
    color: #ababab;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 2px;
    cursor: pointer;
}
.copyright{
    background-color: #000;
    color: #ebebeb;
    min-height: 56px;
    width: auto;
    line-height: 56px;
    text-align: center;
}
/* ==================================================
	scrollToTop
==================================================== */
/* line 2077, ../sass/style.scss */
.scrollToTop {
  width: 42px;
  height: 42px;
  padding: 8px 10px;
  text-align: center;
  font-weight: bold;
  color: #f1f1f1;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border-radius: 50px; }
  /* line 2099, ../sass/style.scss */
  .scrollToTop:hover, .scrollToTop:visited, .scrollToTop:focus {
    text-decoration: none;
    background-color: #000;
    color: #f1f1f1; }
  /* line 2104, ../sass/style.scss */
  .scrollToTop i {
    line-height: 24px; }






/* about page */
/* ==================================================
    title
==================================================== */
.about-title{
    height: 253px;
    background: url(/img/about/title_bg.jpg) center no-repeat;
}
@media (max-width: 768px) {
    .about-title{
        background: url(/img/about/title_bg.jpg) -340px 0 no-repeat;
    }
}
.about-company{
    min-height: 511px;
    background: #f7f9ff;
}
.about-company .wrap{
    margin: 0 auto;
    max-width: 1000px;
    margin-top: 97px;
    line-height: 40px;
}
.about-company .wrap .left{
    text-align: right;
    margin: 12px;
}
.about-company .wrap .left .title{
    color: #3688e8;
    font-size: 25px;
    font-weight: bold;
}
.about-company .wrap .left .name{
    font-size: 22px;
    margin-top: -2px;
    color: #333;
}
.about-company .wrap .left .introduce{
    color: #666;
    line-height: 25px;
    margin: 12px 0 18px 0;
}
.about-company .wrap .right .pic1{
    margin-top: 23px;
}
@media (max-width: 768px) {
    .about-company .wrap .right .pic1 img{
        width: 400px;
    }
}
.about-shareholders-1{
    min-height: 521px;
    background: #eff1f7;
}
.about-shareholders-1 .wrap{
    padding-top: 50px;
    margin: 0 auto;
    max-width: 1000px;
    line-height: 40px;
    text-align: center;
}
.about-shareholders-1 .wrap .title{
    color: #3688e8;
    font-size: 25px;
    font-weight: bold;
}
.about-shareholders-1 .wrap .name{
    font-size: 22px;
    margin-top: -2px;
    color: #333;
}
.about-shareholders-1 .wrap .left{
    text-align: right;
    margin-top: 40px;
    margin-right: 12px;
}
.about-shareholders-1 .wrap .right{
    margin-top: 35px;
    margin-left: 12px;
    text-align: left;
    line-height: 25px;
}
.about-shareholders-1 .wrap .right .pic-1{
    background: url(/img/about/share_icon_1.jpg) no-repeat;
    height: 55px;
    width: 55px;
}
.about-shareholders-1 .wrap .right .company-name{
    font-size: 16px;
    color: #333;
    margin-top: 41px;
}
.about-shareholders-1 .wrap .right .short{
    width: 40px;
    height: 1px;
    background-color: #ddd;
    margin: 10px 0;
}
.about-shareholders-1 .wrap .right .introduce{
    color: #666;
}
.about-shareholders-1 .wrap .left .pic1 img{
    width: 473px;
}
@media (max-width: 768px) {
    .about-shareholders-1 .wrap .left .pic1 img{
        width: 400px;
    }
}
.about-shareholders-2{
    min-height: 511px;
    background: #f7f9ff;
    margin: 0 auto;
}
.about-shareholders-2 .wrap{
    padding-top: 50px;
    margin: 0 auto;
    max-width: 1000px;
    line-height: 40px;
    text-align: center;
}
.about-shareholders-2 .wrap .pic-2{
    background: url(/img/about/share_icon_2.jpg) no-repeat;
    height: 55px;
    width: 55px;
    margin: 0 auto;
}
.about-shareholders-2 .wrap .company-name{
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
.about-shareholders-2 .wrap .short{
    width: 40px;
    height: 1px;
    background-color: #ddd;
    margin: 10px auto;
}
.about-shareholders-2 .wrap .introduce{
    color: #666;
}
.logos-indicators{
    bottom: -10px;
}
.logos-indicators .active{
    background-color: #3688e8;
}
.logos-indicators li{
    border: 1px solid #aaa;
}
@media (max-width: 768px) {
    .logos-indicators{
        bottom: -30px;
    }
}
.about-development{
    min-height: 521px;
    background: #eff1f7;
}
.about-development .wrap{
    padding-top: 50px;
    margin: 0 auto;
    max-width: 1000px;
    line-height: 40px;
    text-align: center;
}
.about-development .wrap .title{
    color: #3688e8;
    font-size: 25px;
    font-weight: bold;
}
.about-development .wrap .name{
    font-size: 22px;
    margin-top: -2px;
    color: #333;
}
.about-development .wrap .short{
    width: 40px;
    height: 1px;
    background-color: #ddd;
    margin: 10px auto;
}
.about-development .wrap .introduce{
    color: #666;
    line-height: 26px;
    margin: 30px 0 45px 0;
}
.about-development .wrap .pic .title{
    color: #666;
    margin: 0 auto;
    font-size: 14px;
}
.about-development .wrap .pic:hover .title{
    font-weight: bold;
    color: #000000;
}
.about-development .wrap .pic:hover img{
    width: 333px;
    margin: -9px 0 0 -9px;
    box-shadow: 0 0 15px #b3bdec;
}
/* service page */
/* ==================================================
    title
==================================================== */
.service-title{
    height: 253px;
    background: url(/img/culture/title_bg.jpg) center no-repeat;
}

@media (max-width: 768px) {
    .service-title{
        background: url(/img/culture/title_bg.jpg) -340px 0 no-repeat;
    }

}
.services{
    background: #f7f9ff;
    padding-top: 60px;
    text-align: center;
}

.services .pic1{
    margin-bottom: 43px;
}
.services .pic1 .title,
.services .pic4 .title
{
    font-size: 25px;
    color: #3688e8;
    margin-bottom:5px;
    font-weight: bold;
}
.services .pic1 .name,
.services .pic4 .name
{
    color: #333333;
    font-size: 22px;
    margin-bottom: 20px;
}
.services .pic1 .introduce,
.services .pic4 .introduce
{
    color: #333;
    font-size: 16px;
}


.services .pic2{
    margin-bottom: 110px;
}
.services .pic2 .row{
    max-width: 1080px;
    margin: 0 auto;
}
.services .pic2 .row .list{
    /* width: 358px; */
    height: 280px;
    border: solid 1px #eeeeee;
    background: #ffffff;
    margin: 0 auto 10px;
    padding-top: 16px;
}
.services .pic2 .row .list:hover{
    border: solid 1px #3688e8;
}
.services .pic2 .row .list img{
    margin-bottom: 15px;
}
.services .pic2 .row .list .title{
    color: #333;
    font-size: 16px;
}
.services .pic2 .row .list .content{
    color: #666;
    font-size: 14px;
}
@media (max-width: 990px) {
    .services .pic2 .row{
        max-width: 358px;
    }
    .services .pic2{
        margin-bottom: 0;
    }
}

.services .pic3{
    background: #edeff6;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}
.services .pic3 img{
    position: absolute;
    top: 0px;
    right: 60%;
    transform: translateX(75%);
}
.services .pic3 .content{
    height: 495px;
    max-width: 990px;
    margin: 0 auto;
    position: relative;
}
.services .pic3 .content .text{
    text-align: left;
    display: inline-block;
    position: absolute;
    bottom: 43px;
    left: 15px;
}
.services .pic3 .content .text .en{
    color: #999;
    font-size: 12px;
    line-height: 20px;
}
.services .pic3 .content .text .cn{
    color: #333;
    font-size: 20px;
    line-height: 35px;
}
.services .pic3 .content .text .parting{
    display: inline-block;
    width: 30px;
    height: 5px;
    border-top: 1px #ccc solid;
}
@media (max-width: 990px) {
    .services .pic3{
        margin-bottom: 15px;
    }
    .services .pic3 img{
        transform: none;
        width: 100%;
        position: relative;
        right:0;
    }
    .services .pic3 .content{
        height: auto;
        width: 100%
    }
    .services .pic3 .content .text{
        text-align: center;
        display: block;
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
    }
}


.services .pic4{
    margin-bottom: 80px;
}
@media (max-width: 990px) {
    .services .pic4{
        margin-bottom: 15px;
    }
}

.services .pic5{
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 67px;
}

.services .pic5 .list{
    margin-bottom: 70px;
}

.services .pic5 .list div{
    text-align: left;
    padding-top: 6px;
}
.services .pic5 .list div .title{
    color: #333;
    font-size: 16px;
    margin: 0;
}
.services .pic5 .list div .content{
    color: #666;
    font-size: 14px;
}

.services .pic5 .m-ico{
    width: 81px;
    height: 81px;
    float: left;
    margin-right: 20px;
}

.services .pic5 .list .m-ico-0{
    background: url('../img/services/ico_pic5_0_0.png');
}
.services .pic5 .list:hover .m-ico-0{
    background: url('../img/services/ico_pic5_0_1.png');
}

.services .pic5 .list .m-ico-1{
    background: url('../img/services/ico_pic5_1_0.png');
}
.services .pic5 .list:hover .m-ico-1{
    background: url('../img/services/ico_pic5_1_1.png');
}

.services .pic5 .list .m-ico-2{
    background: url('../img/services/ico_pic5_2_0.png');
}
.services .pic5 .list:hover .m-ico-2{
    background: url('../img/services/ico_pic5_2_1.png');
}

.services .pic5 .list .m-ico-3{
    background: url('../img/services/ico_pic5_3_0.png');
}
.services .pic5 .list:hover .m-ico-3{
    background: url('../img/services/ico_pic5_3_1.png');
}

@media (max-width: 990px) {
    .services .pic5 .row{
        margin: 0;
    }
}

/* news page */
/* ==================================================
    title
==================================================== */
.news-title{
    height: 253px;
    background: url(/img/news/title_bg.jpg) center no-repeat;
}
@media (max-width: 768px) {
    .news-title{
        background: url(/img/news/title_bg.jpg) -340px 0 no-repeat;
    }
}
@media (max-width: 768px) {
    .col-sm-6{
        width: 50%
    }
}
@media (min-width: 768px) {
    .col-sm-6{
        width: 50%
    }
}
@media (min-width: 992px) {
    .col-md-4{
        width: 33.33333333%
    }
}
@media (min-width: 1200px) {
    .col-lg-3{
        width: 25%
    }
}
.news-list{
    text-align: center;
    width: 100%;
    padding: 20px;
}
.news-list .wrap{
    margin: 0 auto;
    margin-top: 12px;
    max-width: 1160px;
    /* min-height: 680px; */
    /* background-color: #fff; */
    /* box-shadow: 0 0 15px #ccc; */
    /* border-radius: 3px; */
}
.news-list .wrap .header{
    line-height: 40px;
}
.news-list .wrap .header .title{
    color: #3688e8;
    font-size: 25px;
    font-weight: bold;
}
.news-list .wrap .header .name{
    font-size: 22px;
    margin-top: -2px;
}
.listcontent{
    color: #666;
    max-height: 160px;
}
.ellipsis2{overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.fontcolor{
    color: #666;
}
.newlistcontent{
    margin-top: 30px;
}
.newlistcontent .thumbnail .caption h5{
    line-height: 25px;
    text-align: left;
}
.listnewsimg{
    height: 190px;
    width: 100%;
}
.datefloatright{
    position: absolute;
    width: 100px;
    right: -180px;
    text-align: right;
}
.listimg{
    position: relative;
    height: 420px;
}
.listimg img{
    height: 190px !important;
}
.listimg .btndate{
    position: absolute;
    bottom: 10px;
}
.listimg  .caption .content{
    height: 100px;
}
.listimg:hover{
    box-shadow: 0 0 15px #ccc;
}
.listimg:hover .caption h5 {
    color: #3688e8;
}
.listimg .btn-default:hover{
    background-color: #3688e8;
    border-color: #fff;
    color: #fff;
}





/* news detail page */
/* ==================================================
    title
==================================================== */
#content-info{
    margin-top: 0 !important;
    line-height: 25px;
    margin-bottom: 50px;
}
#content-info h3{
    font-size: 14px;
    color:#999;
    font-weight: normal;
}
#content-info .wrap{
    width: 1060px;
    margin: 0 auto;
}
.section-heading {
    text-align: left;
    padding: 40px 0;
}
/* line 273, ../sass/style.scss */
.section-heading h2 {
    margin: 0;
    font-size: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
/* line 279, ../sass/style.scss */
.section-heading .separator {
    width: 100%;
    height: 1px;
    background: #ddd;
    text-align: center;
    display: inline-block;
}
@media (max-width: 768px) {
    #content-info .container img{
        width: 360px !important;
        height: auto !important;
    }
}


/* contact page */
/* ==================================================
    title
==================================================== */
.contact-title{
    height: 253px;
    background: url(/img/contact/title_bg.jpg) center no-repeat;
}
@media (max-width: 768px) {
    .contact-title{
        background: url(/img/contact/title_bg.jpg) -340px 0 no-repeat;
    }
}
.contact-book{
    min-height: 396px;
    text-align: center;
    padding: 20px;
}
.contact-book .wrap{
    margin: 0 auto;
    margin-top: 35px;
    max-width: 1160px;
    min-height: 280px;
    background-color: #fff;
    box-shadow: 0 0 15px #ccc;
    border-radius: 3px;
}
.contact-book .wrap .header{
    height: 140px;
    border-bottom: 1px solid #ddd;
    padding-top: 33px;
    line-height: 40px;
}
.contact-book .wrap .header .title{
    color: #3688e8;
    font-size: 25px;
    font-weight: bold;
}
.contact-book .wrap .header .name{
    font-size: 22px;
    margin-top: -2px;
}
/* contact */
.contact-book .wrap .contact-list .way{
    height: 90px;
    text-align: left;
    padding-left: 40px;
    padding-right: 0px;
}
.contact-book .wrap .contact-list .title{
    width: 110px;
    text-align: left;
    height: 40px;
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}
.contact-book .wrap .contact-header{
    border-bottom: none;
}
.contact-book .wrap .contact-container{
    width: 95%;
    text-align: center;
    margin: 0 auto;
}
.contact-book .wrap .contact-list .title .icon{
    float: left;
    margin-right: 13px;
    border-radius: 30px;
    border: 1px solid #ababab;
    width: 28px;
    height: 28px;
    color: #ababab;
}
.contact-book .wrap .contact-list .way:nth-child(1) .title .icon{
    font-size: 16px;
    padding-left: 7px;
    padding-top: 2px;
}
.contact-book .wrap .contact-list .way:nth-child(2) .title .icon{
    font-size: 16px;
    padding-left: 5px;
    padding-top: 1px;
}
.contact-book .wrap .contact-list .way:nth-child(3) .title .icon{
    font-size: 20px;
    padding-left: 7px;
}
.contact-book .wrap .contact-list .title .name{
    float: left;
    font-weight: bold;
}
.contact-book .wrap .contact-list .info{
    color: #666;
    clear:both;
    font-size: 16px;
    border-bottom: 1px solid #aaa;
    display: inline;
    padding: 8px;
    margin-top: 20px;
}
.contact-book .wrap .contact-list .info:hover{
    border-bottom: 1px solid #3688e8;
}
