@font-face
{
    font-family: HanyiLingxinSimplifiedBod;
    src: url(../fonts/HanyiLingxinSimplifiedBod.ttf);
}
@font-face
{
    font-family: BambooBodyofWending;
    src: url(../fonts/BambooBodyofWending.ttf);
}
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

input, textarea {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    padding-top: 40px;
    overflow-x: hidden;
}
.w1200{
    width: 1300px;
    margin:0 auto;
}
.w600{
    width: 600px;
}
.header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header .top{
    height: 40px;
    background: #525252;
}
.header .top .top-left{
    float: left;
    color: #fff;
    line-height: 40px;
}
.header .top .search{
    float: right;
    width: 200px;
    height: 26px;
    margin-top: 7px;
    background: #6a6a6a;
    border-radius: 13px;
}
.header .top .search input{
    width: 136px;
    height: 26px;
    line-height: 26px;
    border: none;
    padding: 0 12px;
    background: none;
    color: #fff;
}
.header .top .search button{
    width: 40px;
    height: 26px;
    float: right;
    background: url("../images/search.png") no-repeat center;
    border: none;
    cursor: pointer;
    outline: none;
}
.header .nav-bar{
    height: 60px;
    background: rgba(0,0,0,0.8);
}
.header .nav-bar .logo{
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
}
.header .nav-bar .logo img{
    max-width: 160px;
    vertical-align: middle;
}
.header .nav-bar .nav{
    float: right;
}
.header .nav-bar .nav ul li{
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    margin-left:65px;
}
.header .nav-bar .nav ul li a{
    color: #fff;
}
.header .nav-bar .nav ul li.active,.header .nav-bar .nav ul li:hover{
    border-bottom: 2px solid #07e9dc;
}
.header .nav-bar .nav ul li.active a,.header .nav-bar .nav ul li:hover a{
    color: #07e9dc;
}

.banner{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.banner .swiper-pagination-bullet{
    width: 60px;
    height: 8px;
    background: #586658;
    border-radius: 0;
    margin:0 14px!important;
    opacity: 1;
}
.banner .swiper-pagination{
    bottom: 42px!important;
}
.banner .swiper-pagination-bullet-active{
    background: #07e9dc;
}
/*鍐呭*/
.public-title,.public-title2{
    width: 592px;
    margin:0 auto;
    text-align: center;
    color: #000;
    padding: 60px 0;
}
.public-title2{
    position: relative;
    width: 450px;
    color: #333;
}
.public-title .public-title-cn,.public-title2 .public-title-cn{
    font-size: 40px;
    margin-bottom: 20px;
}
.public-title .public-title-en,.public-title2 .public-title-en{
    font-size: 20px;
    letter-spacing: 4px;
    position: relative;
}
.public-title .public-title-en:before,.public-title .public-title-en:after,.public-title2:before,.public-title2:after{
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    width: 60px;
    height: 2px;
    background: #000;
}
.public-title2:before,.public-title2:after{
    background: #07e9dc;
}
.public-title .public-title-en:before,.public-title2:before{
    left: 0;
}
.public-title .public-title-en:after,.public-title2:after{
    right: 0;
}
.public-title .public-title-tip{
    font-size: 16px;
    letter-spacing: 6px;
    margin-top: 28px;
}
.index-advantage{
    overflow: hidden;
}
.index-advantage-conntent{
    padding-bottom: 56px;
    overflow: hidden;
}
.index-advantage .advantage-item,.contact-content .item{
    float: left;
    width: 250px;
    height: 242px;
    margin-left: 66px;
    text-align: center;
    color: #000;
}
.index-advantage .advantage-item:first-child,.contact-content .item:first-child{
    margin-left: 0;
}
.index-advantage .advantage-item .advantage-item-icon,.contact-content .item .img{
    height: 124px;
    border-bottom: 1px solid #000;
    position: relative;
}
.index-advantage .advantage-item .advantage-item-icon img,.contact-content .item .img img{
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
}
.index-advantage .advantage-item .advantage-item-icon img:first-child+img,.contact-content .item .img img+img{
    display: none;
}
.index-advantage .advantage-item .advantage-item-name,.contact-content .item .name{
    font-size: 24px;
    margin: 28px 0 26px 0;
}
.index-advantage .advantage-item .advantage-item-tip,.contact-content .item .info{
    font-size: 13px;
}
.index-advantage .advantage-item:hover,.contact-content .item:hover{
    color: #07e9dc;
}
.index-advantage .advantage-item:hover .advantage-item-icon,.contact-content .item:hover .img{
    border-bottom: 1px solid #07e9dc;
}
.index-advantage .advantage-item:hover .advantage-item-icon img:first-child,.contact-content .item:hover .img img:first-child{
    display: none;
}
.index-advantage .advantage-item:hover .advantage-item-icon img:first-child+img,.contact-content .item:hover .img img:first-child+img{
    display: block;
}
.index-product,.index-support{
    overflow: hidden;
    background: #f2f2f2;
}
.index-product .public-title,.index-support .public-title{
    width: 452px;
}
.index-product{
    margin-bottom: 15px;
    padding-bottom: 58px;
}
.index-product .index-product-list{
    overflow: hidden;
}
.index-product .index-product-list ul li{
    width: 350px;
    height: 350px;
    float: left;
    margin-left: 30px;
    border:1px solid #ccc;
    padding: 14px;
}
.index-product .index-product-list ul li:first-child{
    margin-left: 0;
}
.index-product .index-product-list ul li p.img{
    width: 350px;
    height: 200px;
    overflow: hidden;
}
.index-product .index-product-list ul li p.img img{
    width: 100%;
}
.index-product .index-product-list ul li p.tit{
    text-align: center;
    font-size: 24px;
    color: #333;
    width: 348px;
    height: 60px;
    border:1px solid #ccc;
    line-height: 60px;
}
.index-product .index-product-list ul li p.desc{
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
.index-about{
    overflow: hidden;
    height: 780px;
    background: url("../images/home_background.png") no-repeat center;
}
.index-about .public-title{
    color: #fff;
}
.index-about .public-title-en:before,.index-about .public-title-en:after{
    background: #fff;
}
.index-about .index-about-cont{
    font-size: 14px;
    color: #fff;
    text-indent: 2em;
    line-height: 20px;
}
.index-about .index-about-cont p{
    margin: 16px 0;
}
.index-about .index-about-cont img{
    float: left;
    margin-top: 8px;
}
.index-about .index-about-cont img{
    margin-left: 20px;
}
.index-about .index-about-cont img:first-child{
    margin-left: 0;
}
.index-support-list{
    overflow: hidden;
    padding-bottom: 60px;
}
.index-support-list ul li{
    width: 378px;
    height: 378px;
    margin-left: 30px;
    float: left;
    border: 1px solid #d3d3d3;
    position: relative;
    overflow: hidden;
}
.index-support-list ul li:first-child{
    margin-left: 0;
}
.index-support-list ul li .support-list-item1{
    text-align: center;
    margin: 14px;

}
.index-support-list ul li .support-list-item1 .img{
    height: 268px;
    line-height: 268px;
    border: 1px solid #d3d3d3;
}
.index-support-list ul li .support-list-item1 .img img{
    vertical-align: middle;
}
.index-support-list ul li .support-list-item1 .tit{
    width: 348px;
    height: 60px;
    border: 1px solid #d3d3d3;
    margin-top: 18px;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    line-height: 60px;
}
.index-support-list ul li .support-list-item2{
    position: absolute;
    top: 380px;
    transition: all .5s;
}
.index-support-list ul li .support-list-item2 .text{
    position: absolute;
    bottom: 0;
    width: 378px;
    height: 174px;
    background: rgba(7,233,220,0.6);
}
.index-support-list ul li .support-list-item2 .text p.tit{
    width: 348px;
    height: 60px;
    border: 1px solid #fff;
    margin: 8px auto 12px;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
.index-support-list ul li .support-list-item2 .text p.desc{
    color: #fff;
    margin: 0 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.index-support-list ul li .support-list-item2 .text p.more{
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    margin: 24px auto 0;
    border:1px solid #fff;
}
.index-support-list ul li:hover .support-list-item2{
    top: 0;
}
.index-support-list ul li:hover .support-list-item2 .img img{
    width:380px;
    height: 380px;
}
.index-news-cont{
    overflow: hidden;
    padding-bottom: 134px;
}
.index-news-cont .index-news-cont-left{
    float: left;
    width: 600px;
    height: 450px;
    position: relative;
}
.index-news-cont .index-news-cont-left img{
    width: 600px;
    height: 450px;
}
.index-news-cont .index-news-cont-left .text{
    position: absolute;
    bottom: 0;
    height: 50px;
    background: rgba(0,0,0,0.5);
    width: 600px;
}
.index-news-cont .index-news-cont-left .text h4{
    width: 425px;
    float: left;
    padding-left: 16px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news-cont .index-news-cont-left .text p.more{
    width: 118px;
    height: 28px;
    color: #fff;
    float: right;
    margin-right: 14px;
    border: 1px solid #fff;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}
.index-news-cont .index-about-cont-right{
    float: left;
    margin-left: 50px;
}
.index-news-cont .index-about-cont-right ul li{
    width: 499px;
    height: 120px;
    padding: 15px 0 15px 50px;
    border-left: 1px solid #d9d9d9;
    position: relative;
}
.index-news-cont .index-about-cont-right ul li:before,.news-lists ul li:before{
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: #d9d9d9;
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.index-news-cont .index-about-cont-right ul li .img{
    float: left;
    width: 157px;
    height: 120px;
}
.index-news-cont .index-about-cont-right ul li .img img{
    width: 157px;
    height: 120px;
}
.index-news-cont .index-about-cont-right ul li .text{
    float: left;
    margin-left: 18px;
    width: 278px;
}
.index-news-cont .index-about-cont-right ul li .text h4{
    font-size: 18px;
    color: #000;
    padding: 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news-cont .index-about-cont-right ul li .text p{
    color: #666;
}
.index-news-cont .index-about-cont-right ul li .text p span.date{
    float: left;
}
.index-news-cont .index-about-cont-right ul li .text p span.more{
    float: right;
    margin-right: 14px;
}
    /*搴曢儴*/
.footer{
    overflow: hidden;
}
.footer .footer-top{
    background: #525252;
    height: 180px;
    padding-top: 30px;
}
.footer .footer-top .footer-item{
    float: left;
    width: 300px;
}
.footer .footer-top .footer-item .footer-item-tit{
    font-size: 18px;
    color: #fff;
}
.footer .footer-top .footer-item .footer-item-list{
    margin-top: 36px;
}
.footer .footer-top .footer-item .footer-item-list a,.footer .footer-top .footer-item .footer-item-list p{
    color: #fff;
    margin-bottom: 18px;
}
.footer .footer-top .footer-item .footer-item-list a{
    display: block;
}
.footer .footer-top .footer-item:first-child .footer-item-list a{
    float: left;
    margin-right: 65px;
}
.footer .footer-top .footer-item .footer-item-list p{
    overflow: hidden;
}
.footer .footer-top .footer-item .footer-item-list p span{
    float: left;
}
.footer .footer-top .footer-item .footer-item-list p span:first-child{
    width: 36px;
}
.footer .footer-top .footer-item .footer-item-list p span:first-child+span{
    width: 204px;
}
.footer .footer-bot{
    height: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
#totop{
    width: 70px;
    height: 70px;
    font-size: 14px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    position: fixed;
    left: 50%;
    bottom: 200px;
    z-index: 9999;
    background: #000;
    margin-left: 630px;
    display: none;
    cursor: pointer;
}

/*濯掍綋涓績*/
.news-banner,.contact-banner{
    height: 910px;
    color: #fff;
}
.news-banner .img,.contact-banner img{
    position: absolute;
}
.news-banner .w1200,.contact-banner .w1200{
    position: relative;
    height: 910px;
    top: 0;
}
.news-banner h3,.contact-banner h3{
    font-size: 80px;
    position: absolute;
    top: 375px;
    left: 445px;
}
.news-banner p,.contact-banner p{
    font-size: 50px;
    position: absolute;
    top: 505px;
    left: 520px;
}
.news-banner h3,.news-banner p{
    font-family: "HanyiLingxinSimplifiedBod";
    font-weight: normal;
}
.news-container{
    background: #f2f2f2;
    padding-bottom: 60px;
}
.news-lists{
    overflow: hidden;
    background: #fff;
    padding: 45px 158px 60px 156px;
}
.news-lists ul li{
    padding:15px 0 15px 48px;
    border-left: 1px solid #d9d9d9;
    position: relative;
    float: left;
}
.news-lists ul li .img{
    float: left;
    width: 157px;
    height: 120px;
}
.news-lists ul li .img img{
    width: 157px;
    height: 120px;
}
.news-lists ul li .text{
    float: left;
    margin-left: 28px;
    width:652px;
}
.news-lists ul li .text h4{
    font-size: 24px;
    color: #000;
    padding: 6px 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.news-lists ul li .text p{
    color: #666;
    font-size: 16px;
}
.news-lists ul li .text p.desc{
    color: #000;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.news-lists ul li .text p span.date{
    float: left;
}
.news-lists ul li .text p span.more{
    float: right;
    margin-right: 14px;
}
.news-lists ul li a:hover span.more{
    color: #07e9dc;
}
.page{
    background: #fff;
    text-align: center;
    padding-bottom: 27px;
}
.page ul li{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin:0 15px;
}
.page ul li a,.page ul li span{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border:2px solid #999;
    border-radius: 50%;
    display: block;
    color: #999;
    font-size: 18px;
    box-sizing: border-box;
}
.page ul li a:hover,.page ul li.active span,.page ul li.active a{
    color: #07e9dc;
    border:2px solid #07e9dc;
}
.page ul li.prev a,.page ul li.next a{
    color: transparent;
}

.prev a{
    background: url("../images/news_button_left_normal.png") no-repeat center;
}
.next a{
    background: url("../images/news_button_right_normal.png") no-repeat center;
}
.prev a:hover{
    background: url("../images/news_button_left_selected.png") no-repeat center;
}
.next a:hover{
    background: url("../images/news_button_right_selected.png") no-repeat center;
}
.page ul li.no span{
    border: none;
}

.news-container .news-content{
    overflow: hidden;
    background: #fff;
    padding: 52px 150px 74px;
}
.news-container .news-content h3{
    font-size: 28px;
    color: #000;
    font-weight: normal;
    margin-bottom: 45px;
}
.menu a,.prev a,.next a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border:2px solid #999;
    border-radius: 50%;
    display: block;
}
.menu a:hover,.prev a:hover,.next a:hover{
    border:2px solid #07e9dc;
}
.menu a{
    background: url("../images/news_button_list_normal.png") no-repeat center;
}
.menu a:hover{
    background: url("../images/news_button_list_selected.png") no-repeat center;
}
.news-container .news-content .news-content-tip{
    overflow: hidden;
    height: 39px;
    line-height: 39px;
}
.news-container .news-content .news-content-tip .news-content-tip-left{
    color: #666;
    font-size: 16px;
    float: left;
}
.news-container .news-content .news-content-tip .news-content-tip-right{
    float: right;
}
.news-container .news-content .news-content-tip .news-content-tip-right .item{
    float: left;
    margin-left: 30px;
}
.news-container .news-content .content{
    font-size: 18px;
    color: #333;
    line-height: 32px;
    margin-top: 70px;
}
.news-container .news-content .content p,.news-container .news-content .content div{
    margin-bottom:28px;
}
.news-container .news-content .content img{
    max-width: 100%;
}
.contact-banner h3{
    color: #07e9dc;
}
.contact-banner p{
    font-size: 30px;
    top: 525px;
    left: 245px;
}
.contact-container{
    overflow: hidden;
    padding-bottom: 68px;
}
.contact-container .contact-bar{
    overflow: hidden;
    height: 273px;
}
.contact-container .map{
    margin-top: 45px;
    width: 1200px;
    height: 620px;
    background: #f1f1f1;
}

.about-banner .img1{
    position: absolute;
    top: 0;
    left: 650px;
}
.about-banner .img2{
    position: absolute;
    top: 0;
    left: 134px;
}
.about-banner .img3{
    position: absolute;
    top: 0;
    left: -10px;
}
.about-content{
    text-align: center;
}
.about-content .content{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding: 0 140px;
}
.about-content .content p,.about-content .content div{
    margin-bottom: 32px;
}
.about-history{
    overflow: hidden;
    height: 855px;
    background: url("../images/about_img_01.png") no-repeat center;
}
.about-history .public-title2{
    color: #fff;
    padding:56px 0 50px 0;
}
.about-history .public-title2:before,.about-history .public-title2:after,.about-culture .public-title2:before,.about-culture .public-title2:after{
    display: none;
}
.about-history-list{
    overflow: hidden;
    padding-left: 240px;
}
.about-history-list .history-item{
    height: 160px;
}
.about-history-list .history-item .history-item-left{
    float: left;
    width: 156px;
}
.about-history-list .history-item .history-item-left p.top{
    font-size: 32px;
    color: #07e9dc;
    height: 50px;
    border-right: 1px solid #07e9dc;
}
.about-history-list .history-item .history-item-left p.top span{
    width: 100px;
    height: 50px;
    display: block;
    border-bottom:1px solid #07e9dc;
    text-align: center;
}
.about-history-list .history-item .history-item-left p.bot{
    height: 100px;
    border-right: 1px solid #07e9dc;
    padding-top: 10px;
}
.about-history-list .history-item .history-item-left p.bot span{
    font-size: 24px;
    color: #fff;
    font-family: "BambooBodyofWending";
}
.about-history-list .history-item .history-item-left p.bot span+span{
    font-size: 16px;
    color: #c0c0c0;
}
.about-history-list .history-item:first-child .history-item-left p.top,.about-history-list .history-item:last-child .history-item-left p.bot{
    border-right: none;
}
.about-history-list .history-item .history-item-right{
    position: relative;
    width:750px;
    float: left;
    margin-top: 40px;
    padding-left: 26px;
}
.about-history-list .history-item .history-item-right:before{
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: #07e9dc;
    left: -8px;
    top:3px;
    border-radius: 50%;
}
.about-history-list .history-item .history-item-right p{
    color: #fff;
    font-size: 16px;

}
.about-culture-list{
    overflow: hidden;
    padding-bottom: 60px;
}
.about-culture-list ul li{
    position: relative;
    width: 270px;
    height: 270px;
    overflow: hidden;
    float: left;
    margin-left: 40px;
    cursor: pointer;
}
.about-culture-list ul li:first-child{
    margin-left: 0;
}
.about-culture-list ul li img{
    width: 270px;
    height: 270px;
}
.about-culture-list ul li .text{
    position: absolute;
    width: 270px;
    height: 270px;
    top: 176px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
    transition: all .5s;
}
.about-culture-list ul li .text p.cn{
    font-size: 26px;
    margin-top: 15px;
    transition: all .5s;
}
.about-culture-list ul li .text p.en{
    font-size: 16px;
    margin-top: 5px;
}
.about-culture-list ul li .text p.desc{
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
}
.about-culture-list ul li:hover .text{
    top: 0;
}
.about-culture-list ul li:hover p.cn{
    color: #07e9dc;
    margin-top: 60px;
}
.ai-content,special-content{
    overflow: hidden;
}
.ai-content .item,.special-content .item{
    position: relative;
    overflow: hidden;
}
.ai-content .item .w1200,.special-content .item .w1200{
    position: absolute;
    height: 600px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}
.ai-content .bg,.special-content .bg{
    position: absolute;
    width: 670px;
    height: 600px;
    top: 600px;
    right: 0;
    background: rgba(0,0,0,0.7);
    transition: all .5s;
}
.ai-content .text,.special-content .text{
    position: absolute;
    width: 610px;
    height: 580px;
    top: 0;
    right: -670px;
    padding-top: 20px;
    padding-left: 48px;
    padding-right: 12px;
    transition: all .5s;
}
.ai-content .text p.name,.special-content .text p.name{
    font-size: 40px;
    color: #07e9dc;
    border-bottom: 1px solid #07e9dc;
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 14px;
}
.ai-content .text p.ename,.special-content .text p.ename{
    color: #fff;
    font-size: 16px;
}
.ai-content .text p.desc,.special-content .text p.desc{
    margin-top: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
}
.ai-content .tit,.special-content .tit{
    position: absolute;
    width: 1200px;
    height: 88px;
    top: 256px;
    text-align: center;
    transition: all .5s;
}
.ai-content .item:hover .bg,.special-content .item:hover .bg{
    top: 0;
}
.ai-content .item:hover .text,.special-content .item:hover .text{
    right: 0;
}
.ai-content .item:hover .tit,.special-content .item:hover .tit{
    opacity: 0;
}
.ai-content-01,.special-content-01{
    margin: 80px auto;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.ai-content-01 .img{
    width: 1200px;
    height: 600px;
}

.ai-content-02,.special-content-02{
    position: relative;
    width: 1920px;
    height: 600px;
    left: 50%;
    margin-left: -960px;
}

.ai-content-03,.special-content-03{
    position: relative;
    height: 600px;
    margin:80px auto;
}

.special-content-02{
    position: relative;
}
.special-content-02 .w1200{
    position: absolute;
    height: 600px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.lab-content{
    overflow: hidden;
    background: url("../images/Laboratory_background.png") repeat center;
}
.lab-introduction .content{
    line-height: 36px;
    color: #fff;
    text-indent: 2em;
    font-size: 16px;
    background: #66cccc;
    padding: 30px 60px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 10px #d1d1d1,-5px 5px 10px #d1d1d1;
    -o-box-shadow: 5px 5px 10px #d1d1d1,-5px 5px 10px #d1d1d1;
    -webkit-box-shadow: 5px 10px 5px #d1d1d1,-5px 5px 10px #d1d1d1;
    box-shadow: 5px 5px 10px #d1d1d1,-5px 5px 10px #d1d1d1;
}
.lab-plastics .content,.lab-adhesive .content,.lab-electronics .content{
    text-align: center;
}
.lab-electronics{
    padding-bottom: 122px;
}
.data-content-01{
    overflow: hidden;
    background: #f2f2f2;
}
.data-content-01 .data-menu{
    overflow: hidden;
    padding-bottom: 32px;
}
.data-content-01 .data-menu .item{
    width: 340px;
    height: 377px;
    float: left;
    margin-left: 90px;
    text-align: center;
    color: #333;
    transition: all .3s;
    cursor: pointer;
}
.data-content-01 .data-menu .item:first-child{
    margin-left: 0;
}
.data-menu .item .img{
    height: 164px;
    position: relative;
}
.data-content-01 .data-menu .item .img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    transition: all .3s;
}
.data-content-01 .data-menu .item .img img:first-child+img{
    display: none;
}
.data-content-01 .data-menu .item .name{
    border-top: 1px solid #000;
    font-size: 24px;
    padding-top: 28px;
    padding-bottom: 15px;
    width: 250px;
    margin:0 auto;
}
.data-content-01 .data-menu .item .info{
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;
}
.data-content-01 .data-menu .item:hover,.data-content-01 .data-menu .item.active{
    background: #fff;
    color: #07e9dc;
    box-shadow: 5px 5px 10px #d1d1d1;
}
.data-content-01 .data-menu .item:hover .img img:first-child,.data-content-01 .data-menu .item.active .img img:first-child{
    display: none;
}
.data-content-01 .data-menu .item:hover .img img:first-child+img,.data-content-01 .data-menu .item.active .img img:first-child+img{
    display: block;
}
.data-content-01 .data-menu .item:hover .name,.data-content-01 .data-menu .item.active .name{
    border-top: 1px solid #fff;
}
.data-content-02,.data-content-03,.data-content-04{
    overflow: hidden;
    height: 620px;
}
.data-content-02 .left,.data-content-03 .left,.data-content-04 .left{
    float: left;
    height: 620px;
}
.data-content-02 .right,.data-content-03 .right,.data-content-04 .right{
    float: right;
    height: 620px;
}
.data-content-02{
    background: url("../images/data_background_right.png") no-repeat center;
}
.data-content-03,.data-content-04{
    background: #f2f2f2;
}
.data-content-02 .tit,.data-content-03 .tit,.data-content-04 .tit{
    font-size: 28px;
    color: #07e9dc;
    margin-top: 145px;
    margin-bottom: 40px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}
.data-content-02 .tit{
    border:1px solid #07e9dc;
    padding: 0 10px;
    border-radius: 30px;
}
.data-content-03 .tit,.data-content-04 .tit{
    border-bottom: 4px solid #ff9933;
    position: relative;
 }
.data-content-03 .tit:after,.data-content-04 .tit:after{
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: #999;
    border: 1px solid #ccc;
    bottom: -8px;
    left: 4px;
    box-sizing: border-box;
}
.data-content-02 .desc,.data-content-03 .desc,.data-content-04 .desc{
    font-size: 20px;
    color: #666;
    text-indent: 2em;
    padding-right:140px;
    text-align: justify;
    line-height: 40px;
}
.data-content-03 .right{
    width: 560px;
    padding-left: 40px;
}
.data-content-03 .right .desc{
    padding-right: 100px;
}
.data-tab-items{
    position: relative;
    height: 620px;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.data-tab-items .item{
    position: absolute;
    width: 1920px;
    top: 0;
    display: none;
    transition: all .5s;
}
.data-tab-items .item.active{
    display: block;
}
.search-container{
    padding: 150px 0 60px;
}
.search-container .search-bar{
    overflow: hidden;
}
.search-container .search-bar h3{
    color: #07e9dc;
    font-size: 40px;
    text-align: center;
}
.search-container .search-box{
    width: 500px;
    height: 50px;
    margin:0 auto;
    border: 1px solid #07e9dc;
    border-radius: 25px;
    overflow: hidden;
    line-height: 50px;
    margin-top: 20px;
}
.search-container p.search-box input{
    width: 400px;
    float: left;
    box-sizing: border-box;
    height: 50px;
    font-size: 16px;
    padding: 0 10px;
    border: none;
}
.search-container p.search-box button{
    box-sizing: border-box;
    width: 100px;
    border:none;
    background: #07e9dc;
    float: left;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.search-container p.tip{
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}
.search-container p.tip span{
    font-size: 20px;
    color: #07e9dc;
}
.search-container .search-list{
    overflow: hidden;
    margin-top: 50px;
    min-height: 500px;
}
.search-container .search-list ul li{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.search-container .search-list ul li span.name{
    margin-right: 50px;
    color: #333;
}
.search-container .search-list ul li span.url{
    color: #07e9dc;
}
