/* CSS Document */
/*nav*/
.nav {
    margin-bottom: 20px;
}

    .nav a {
        display: inline-block;
        margin: 0 2px 2px 0;
        background: #f5f5f5;
        width: 31.5%;
        line-height: 40px;
        height: 40px;
        text-align: center;
        color: #313131;
        font-size: 14px;
    }

        .nav a.on {
            background: #007ac6;
            color: #fff;
        }

.pic {
    margin: 0 0 20px 0;
}

    .pic li {
        width: 32%;
        float: left;
        margin-right: 2px;
        height: 72px;
        overflow: hidden;
    }

        .pic li img {
            width: 100%;
            height: 72px;
            overflow: hidden;
        }

.pic1 {
    display: block;
    margin: 0 10px 0 0;
    float: left;
}

.pic3 {
    padding: 20px 12px;
    display: block;
    margin: 0px auto;
}

.pic4 {
    width: 35%;
    float: left;
}

.pic5 img {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
}

    .pic5 img:nth-child(2n) {
        margin-right: 0;
    }

.newbox {
    border-bottom: dashed 1px #d4d4d4;
    padding: 20px 0;
    display: block;
    float: left;
    font-size: 15px; width:100%;
}

.pc {
    width: 30%;
}

    .pc img {
        padding: 3px;
        border: solid 1px #ccc;
    }

.newbox:last-child {
    border: none;
}

.tx {
    width: 100%;
    text-align: center;
    color: #007ac6;
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: bold;
}

.research-h1 {
    color: #007ac6;
    line-height: 26px;
    font-size: 16px;
}

.solution-h1 {
    color: #000000;
    line-height: 26px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    float: left;
}

.solution-h2 {
    color: #007ac6;
    font-size: 17px;
    width: 100%;
    text-align: center;
    float: left;
    padding: 5px 0;
}

.neb {
    width: 34%;
    float: left;
}

    .neb img {
        margin-top: 4px;
    }

.ceb {
    width: 62%;
    float: right;
}

.peb {
    width: 26%;
    float: left;
}

.le {
    margin: 0 0 4px -5px;
}
/*ceo-list*/
.ceo-list {
    display: inline-block;
}

    .ceo-list h1 {
        color: #007ac6;
        line-height: 24px;
        font-size: 14px;
    }

        .ceo-list h1 i {
            font-size: 16px;
            padding-right: 5px;
        }

    .ceo-list li {
        background: url(../images/icon/icon-5.png) left 7px no-repeat;
        padding-left: 10px;
        font-size: 14px;
        line-height: 22px;
    }

.develop {
    display: block;
    line-height: 16px;
    color: #4c4c4c;
    width: 70%;
    float: right;
}

.course {
    display: block;
    color: #4c4c4c;
    width: 64%;
    float: right;
    font-size: 14px;
}

    .course h1 {
        font-size: 14px;
        padding-bottom: 3px;
        width: 92%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.ct {
    height: 100px;
    overflow: hidden;
}

.teacher {
    display: block;
    color: #4c4c4c;
    width: 64%;
    float: right;
    font-size: 14px;
}

    .teacher h1 {
        font-size: 15px;
        font-weight: normal;
        line-height: 24px;
    }

.contact {
    width: 158px;
    height: 285px;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    bottom: 0;
    left: 10px;
    line-height: 18px;
    overflow: hidden;
}

    .contact h1 {
        font-size: 25px;
        color: #cccccc;
        font-weight: normal;
        padding: 5px 0;
    }

    .contact h2 {
        font-size: 12px;
        font-weight: normal;
        padding: 2px 0;
    }

        .contact h2 i {
            text-transform: uppercase;
            font-weight: bold;
        }

        .contact h2 b {
            font-size: 15px;
            background: url(../images/icon/icon-7.png) left center no-repeat;
            padding-left: 20px;
            background-size: 18px 20px;
        }

.contact-tab {
    line-height: 34px;
}

    .contact-tab input[type="text"] {
        width: 90%;
        height: 26px;
        line-height: 26px;
        padding: 0 2%;
        outline: none;
        border: solid 1px #dddddd;
        font-family: "\5FAE\8F6F\96C5\9ED1";
    }

    .contact-tab textarea {
        width: 90%;
        height: 124px;
        line-height: 20px;
        padding: 2%;
        float: left;
        outline: none;
        border: solid 1px #dddddd;
        margin-top: 5px;
        font-family: "\5FAE\8F6F\96C5\9ED1";
    }

    .contact-tab input[type="submit"] {
        width: 83px;
        height: 27px;
        margin: 10px 0 10px 30px;
        background: #196abf;
        color: #fff;
        text-align: center;
        line-height: 27px;
        font-size: 15px;
        outline: none;
        border-radius: 5px;
        font-family: "\5FAE\8F6F\96C5\9ED1";
    }

/*tabnav*/
.developtab {
    width: 100%;
    float: left;
    overflow: hidden;
}

.tabnav {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.slide-pic {
    float: left;
    width: 100%;
}

    .slide-pic A#prev, .slide-pic A#next {
        float: left;
        display: inline;
        width: 11px;
        height: 19px;
        background: url(../images/icon/icon-6.png) no-repeat;
        background-size: 22px 19px;
        border: none;
        cursor: pointer;
    }

    .slide-pic A#next {
        background-position: -11px 0;
    }

    .slide-pic .pic-container {
        float: left;
        background: url(../images/icon/icon-9.png) left bottom repeat-x;
        width: 88%;
        overflow: hidden;
        height: 40px;
        line-height: 20px;
        padding: 0 2%;
    }

    .slide-pic ul {
        float: left;
    }

        .slide-pic ul li {
            float: left;
            width: 51px;
            margin-right: 3px;
            background: url(../images/icon/icon-10.png) center bottom no-repeat;
            text-align: center;
            height: 40px;
            line-height: 20px;
            cursor: pointer;
        }

            .slide-pic ul li.hover {
                background: url(../images/icon/icon-11.png) center bottom no-repeat;
                color: #2c9f9b;
                line-height: 20px;
                height: 40px;
                display: block;
                font-weight: bold;
            }

                .slide-pic ul li a, .slide-pic ul li.hover a {
                    background: url(../images/icon/icon-8.png) no-repeat;
                    width: 51px;
                    height: 24px;
                    display: block;
                    text-align: center;
                    font-size: 14px;
                    background-size: 112px 26px;
                }

                .slide-pic ul li.hover a {
                    background-position: -56px 0;
                    color: #fff;
                    font-weight: bold;
                }

            .slide-pic ul li a {
                color: #211715;
            }

.his_tabcon {
    margin-top: -15px;
    float: left;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

/*newstitle*/
.newstitle h1 {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
}

.newstitle h2 {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

    .newstitle h2 span {
        padding-left: 5px;
    }

.newstitle a {
    display: inline-block;
    height: 20px;
}

.newstitle i {
    width: 15px;
    height: 15px;
    margin: 5px 5px 0 0;
    overflow: hidden;
    display: block;
    background: url(../images/icon/icon-12.png) no-repeat;
    background-size: 67px 31px;
}

.newstitle a:nth-child(1) i {
    background-position: 0 0;
}

.newstitle a:nth-child(2) i {
    background-position: -17px 0;
}

.newstitle a:nth-child(3) i {
    background-position: -35px 0;
}

.newstitle a:nth-child(4) i {
    background-position: -52px 0;
}

.newstitle a:hover:nth-child(1) i {
    background-position: 0 -16px;
}

.newstitle a:hover:nth-child(2) i {
    background-position: -17px -16px;
}

.newstitle a:hover:nth-child(3) i {
    background-position: -35px -16px;
}

.newstitle a:hover:nth-child(4) i {
    background-position: -52px -16px;
}

/*application*/
.application {
    margin: 10px 0 20px 0;
    float: left;
}

    .application li {
        width: 100%;
        height: 105px;
        overflow: hidden;
        background: #f7f7f7;
        margin: 15px 0 0 0;
    }

        .application li .text {
            width: 61%;
            float: left;
            padding: 7px 2%;
            text-align: justify;
            font-size: 14px;
            line-height: 18px;
        }

            .application li .text h1 {
                font-size: 16px;
                line-height: 24px;
            }

/*industry-list*/
.industry-list {
    width: 100%;
    float: left;
}

    .industry-list li {
        width: 32%;
        margin-right: 1%;
        min-height: 104px;
    }

    .industry-list li, .product-list li {
        font-size: 14px;
        float: left;
        border: solid 1px #e6e6e6;
        box-shadow: 2px 3px 4px #aeaeae;
        -webkit-box-shadow: 2px 3px 4px #aeaeae;
        margin-bottom: 18px;
    }

        .industry-list li.spa, .product-list li.spa {
            margin-right: 0;
        }

        .industry-list li img {
            height: 98px;
            overflow: hidden;
        }

        .industry-list li .text, .product-list li .text {
            font-size: 11px;
            width: 100%;
            height: 24px;
            line-height: 24px;
            background: #e6e6e6;
            text-align: center;
        }

/*product-list*/
.product-list li {
    width: 48%;
    margin-right: 2%;
}

    .product-list li img {
        height: 150px;
        overflow: hidden;
    }

.link {
    background: url(../images/icon/icon-5.png) 15px 10px no-repeat;
    padding: 0 25px;
    font-size: 14px;
    color: #221815;
    line-height: 26px;
}

    .link h1 {
        font-size: 16px;
        line-height: 30px;
    }

/*search*/
.search {
    width: 100%;
    height: 22px;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

    .search h1 {
        position: absolute;
        left: 0;
        top: 0;
        border: solid 1px #dcdcdc;
    }

    .search h2 {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 15px;
        font-weight: normal;
        padding-right: 15px;
    }

    .search input[type="text"] {
        width: 130px;
        height: 22px;
        border: none;
        outline: none;
        padding-left: 5px;
    }

    .search input[type="button"] {
        width: 36px;
        height: 22px;
        border: none;
        outline: none;
        background: url(../images/icon/icon-14.jpg) right top no-repeat;
    }

    .search .hide {
        display: none;
        background: #f5f5f5;
        width: 100%;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 9;
        color: #4c4c4c;
    }

        .search .hide li {
            border-bottom: dashed 1px #dcdcdc;
            padding: 5px 0;
        }

        .search .hide a {
            padding-right: 10px;
        }

        .search .hide .sure {
            width: 60px;
            height: 20px;
            display: table;
            font-family: "\5FAE\8F6F\96C5\9ED1";
            margin: 20px auto;
            color: #fff;
            outline: none;
            background: #007ac6;
            line-height: 20px;
            font-size: 14px;
            text-align: center;
            ;
        }

.de-title {
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 18px;
    padding: 0 5px;
}

    .de-title i {
        padding-left: 5px;
        border-left: solid 1px #dcdcdc;
        width: 10%;
        float: right;
        font-size: 14px;
    }

.detail {
    font-size: 14px;
    color: #333333;
    padding: 10px 10px 30px 10px;
}

/*want*/
.want {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

    .want a {
        width: 33.33%;
        background: #e5e5e5;
        color: #313131;
        display: block;
        float: left;
        text-align: center;
        line-height: 40px;
        font-size: 15px;
    }

        .want a.on {
            background: #007ac6;
            color: #fff;
        }

/*产品详情页的弹出框*/
.body {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.comment-body, .subscibe-body, .enquiry-body {
    display: none;
    background: #fff;
    width: 80%;
    display: table;
    position: relative;
}

.comment-body {
    margin: 60px auto;
    height: 320px;
    padding: 30px 20px;
}

    .comment-body b, .subscibe-body b {
        line-height: 30px;
        font-size: 15px;
        font-weight: normal;
    }

    .comment-body a {
        display: block;
        float: left;
    }

    .comment-body i {
        padding: 0 0 0 10px;
        line-height: 100px;
    }

    .comment-body textarea {
        width: 95%;
        height: 100px;
        border: solid 1px #999999;
        color: #999999;
        font-family: "\5FAE\8F6F\96C5\9ED1";
        line-height: 20px;
        padding: 5px;
        margin: 0 0 20px 0;
    }

.conment-close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../images/icon/icon-17.png) no-repeat;
    background-size: 15px 15px;
}

.subscibe-body {
    margin: 100px auto;
    height: 120px;
    padding: 30px 20px;
}

    .subscibe-body input[type="text"] {
        width: 95%;
        padding: 0 5px;
        height: 22px;
        line-height: 22px;
        border: solid 1px #dcdcdc;
    }

.button {
    display: table;
    margin: 15px auto;
}

.pro_file {
    text-indent: 9999px;
    width: 54px;
    height: 54px;
    border: 1px solid #e6e6e6;
    background: url(/images/file.jpg) center no-repeat;
    cursor: pointer;
}

.enquiry-body {
    width: 90%;
    margin: 56px auto;
    height: 320px;
    padding: 0px 10px;
}

.enquiry-table {
    line-height: 32px;
    font-size: 12px;
}

    .enquiry-table select {
        width: 70px;
        line-height: 20px;
        color: #999999;
        font-size: 12px;
        background: url(../images/icon/icon-18.png) right top no-repeat;
        background-size: 22px 22px;
        border: solid 1px #dcdcdc;
    }

    .enquiry-table .text1 {
        width: 70px;
        line-height: 20px;
        padding-left: 2px;
        border: solid 1px #dcdcdc;
    }

    .enquiry-table .text2 {
        width: 140px;
        line-height: 20px;
        padding-left: 2px;
        border: solid 1px #dcdcdc;
        margin-left: 4px;
    }

    .enquiry-table i {
        margin-right: 20px;
    }

    .enquiry-table .pay_list_c1 {
        width: 15px;
        height: 15px;
        border: none;
        margin-right: 4px;
        padding-top: 3px;
        cursor: pointer;
        background: url(../images/icon/icon-19.png);
        background-repeat: no-repeat;
        background-size: 30px 15px;
        background-position: 0 0;
    }

    .enquiry-table .on {
        background-position: -15px 0;
    }

    .enquiry-table textarea {
        width: 93%;
        height: 60px;
        border: solid 1px #dcdcdc;
        color: #999999;
        font-family: "\5FAE\8F6F\96C5\9ED1";
        line-height: 20px;
        padding: 0 5px;
        margin-top: 8px;
    }
	
	.newtext{ text-align:center; line-height:26px; width:100%; float:left; font-size:13px; padding:10px 0;}
	.newtext h1,.newbox h1{ text-align:center; font-size:15px; word-wrap:break-word;width:137px;color:#007bc7; line-height:34px; font-weight:normal;}
	.newtext p,.kefu li p{ text-align:center;}
	.insurance{ margin-top:10px;}
	.insurance li{ width:25%; float:left; text-align:center; line-height:26px; font-size:12px; padding:5px 0;}
	.insurance li i{ display:table; margin:0 auto; width:55px; height:55px; border-radius:50%; border:solid 1px #007ac6; text-align:center}
	.insurance li i img{ width:30px; height:30px; vertical-align:middle; padding-top:12px;}
	.insurance li p{ text-align:center;}
	.img{ margin:20px 0 0 0 ;}
	.img .s1,.img .s2,.img .s3{ margin-bottom:10px; margin-right:10px;}
	.img .s1{ float:left; width:45%; overflow:hidden;} 
	.img .s2,.img .s3{ float:left; width:47%;}
	.img .s1 img{ height:270px;}
	.img .s2 img,.img .s3 img{ height:130px;}
	.img .s4{ width:42%; float:left; margin-right:10px;}
	.img .s5{ width:50%; float:left;}
	.img .s4 img,.img .s5 img{ height:130px;}	
	.join li{ width:100%; float:left; border-bottom:dashed 1px #cccccc; line-height:36px; cursor:pointer;}
	.join li span{ display:inline-block; width:30%; text-align:left; font-size:13px;}
	.join li span.name{ font-size:16px; color:#4c4c4c; width:40%; font-size:14px; font-weight:bold;}
	.join li .jo2{ display:none; font-size:12px; line-height:24px; padding:10px 0;}
	.serchbtn{border:solid 1px #dcdcdc; font-size:12px; color:#b2b2b2; margin:10px 0; background:#fff url(../images/icon/ser1.png) right center no-repeat; background-size:30px 24px; line-height:26px; height:26px; overflow:hidden; width:140px;}
	.serlist{ margin-top:5px; margin-bottom:30px; width:100%; float:left;}
	.serlist li{ width:100%; float:left; border-bottom:dashed 1px #cccccc; line-height:20px; font-size:12px; padding:10px 0;}
	.serlist li .left{ width:30%; border:solid 1px #cccccc; overflow:hidden; float:left; margin-right:10px;}
	.kefu{ width:100%; float:left; margin:20px 0 0 0;}
	.kefu li{ color:#4c4c4c; width:25%; float:left; line-height:30px;}
	.kefu li i{ width:50px; height:50px; display:table; margin:0 auto; border:solid 1px #cccccc; border-radius:5px; background:url(../images/icon/ser3.png) center center no-repeat; background-size:30px 30px; }
	.kefu li:link i,.kefu li:visited i,.kefu li:hover i,.kefu li:active i{ background:url(../images/icon/ser4.png) center center no-repeat; background-size:30px 30px; }
	.question{ float:left; width:100%; overflow:hidden; margin:10px 0 0 0;}
.question li{ float:left; width:100%; border-bottom:dashed 1px #d3d3d3; font-size:14px; line-height:36px; position:relative; padding:3px 0;}
.question li a{ display:block; height:36px;}
.question li .ask{ background:url(../images/icon/ask.png) no-repeat; width:22px; height:21px; position:absolute; top:10px; left:0;}
.question li .que{ background:url(../images/icon/question.png) no-repeat; width:22px; height:21px; position:absolute; top:10px; left:0;}
.question li b{ padding-left:30px; display:inline-block; width:270px; overflow:hidden;white-space: nowrap;text-overflow: ellipsis; font-size:16px; line-height:36px; font-weight:normal;}
.question span.te{ width:80%; overflow:hidden; line-height:36px; color:#4c4c4c; font-size:15px;}
.question a.icon{ cursor:pointer; width:15px; height:15px; background:url(../images/icon/download2.png) no-repeat; float:right; background-size:15px 15px; display:block; margin-top:10px;}
.question a:link.icon,.question a:visited.icon,.question a:active.icon{ background:url(../images/icon/download.png) no-repeat; background-size:15px 15px; }
.contact-tab span.sing{ padding:0 0 0 2px; color:#007bc7; display:inline-block;}
.contact-tab input[type="reset"]{width: 83px;
        height: 27px;
        margin: 10px 0 10px 0;
        background: #999999;
        color: #fff;
        text-align: center;
        line-height: 27px;
        font-size: 15px;
        outline: none;
        border-radius: 5px; float:left; display:inline-block;
        font-family: "\5FAE\8F6F\96C5\9ED1";}
.contact-tab .lasttr input[type="reset"],.contact-tab .lasttr input[type="submit"]{ margin-top:30px; height:36px; line-height:36px; box-shadow:0 2px 2px #333;}	
.contact-tab .lasttr input[type="submit"]{ margin-left:10px;}
.question li h1{ line-height:36px; height:36px;}
.question li h2{ display:none; padding:5px 0 10px 0; font-size:13px; line-height:20px; font-weight:normal;}
.clear { clear:both;}
.course_Info { padding-top:10px;}
.course_Info p { padding-bottom:5px; }