@charset "utf-8";
/* CSS Document */

/*base begin*/
*{margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{font-family:"Lantinghei SC","Open Sans","Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,Arial,sans-serif; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-tap-highlight-color:rgba(0,0,0,0)}
body{font-family:"Lantinghei SC","Open Sans","Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,Arial,sans-serif; font-size:14px; line-height:1.42857143em; color:#040404; width:100%;background: #f4f4f4;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
input,button,select,textarea{font-family:inherit; font-size:inherit; line-height:inherit; outline:none;}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cit,code,del,dfn,em,ins,q,samp,small,sub,sup,i,hr,dl,dt,dd,ol,ul,li,fieldset,legend,label{border:0; font-size:100%; vertical-align:baseline; font-weight:normal;}
dl,dt,dd,ol,ul,li{list-style:none;}
a{color:#3d3d3d; text-decoration:none; cursor:pointer;}
a:hover,a:focus{text-decoration:none; color: #000;outline:0; -moz-outline:0;}
img{border:0}
h3{font-weight: bold;}
table{border-collapse:collapse;}
*:focus{outline:none;}
.hide{display:none;}
.clear{clear:both;}
.clearfloat:before,.clearfloat:after{content:" "; display:table; clear:both; font-size:0px;}
.cleardisi-b{font-size:0px;}
.transparent{-moz-opacity:0; opacity:0; filter:alpha(opacity=0);}
button{text-align:center; white-space:nowrap; -ms-touch-action:manipulation; touch-action:manipulation; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; border:1px solid transparent; border-radius:4px}
.btn-success{color:#fff; background-color:#5cb85c; border-color:#4cae4c}
input[type="button"],input[type="submit"],input[type="reset"]{-ms-touch-action:manipulation; touch-action:manipulation; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; border:none; -webkit-appearance:none;}
input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px white inset;}
.clr:after{clear: both;content:'\0020';display: block;visibility:hidden;height:0;}
.clr{zoom:1;}
.fleft{
    float: left;
}
/*首页banner*/
.Banner001500{ position:relative;}
.Banner001500 .bx-pager{ position:absolute; width:100%; left:0; bottom:1em; text-align:center;}
.Banner001500 .bx-pager div{ display:inline-block; margin:0 6px;}
.Banner001500 .bx-pager div a{ width:10px; height:10px; border-radius: 50%;background:#cccdce; display:block; overflow:hidden; line-height:1000px;-webkit-transition:all ease 0.5s;transition:all ease 0.5s; }
.Banner001500 .bx-pager div a.active{ background:#000;}
.Banner001500 li img{ width:100%; display:block;}
.Banner001500 a {
    color: #fff;
    text-align: center;
}
.Banner001500 a p {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 40px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.3);
}

/*首页banner*/
.header {
    width: 100%;
    margin: 10px auto 0;
    max-width: 1190px;
    height: 71px;
}
.logo {
    width: 100px;
    float: left;
}
.nav {
    float: right;
}
.nav ul li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 30px;
    height: 53px;
    line-height: 53px;
}
.nav a {
    font-size: 16px;
}
.blank {
    width: 100%;
    height: 20px;
    background: #fff;
}

.news-top {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1190px;
}
.news-top .recommend {
    padding-left: 10px;
    width: 100%;
    height: 34px;
    line-height: 28px;
    border-bottom: 1px solid #2b185c;
    font-size: 24px;
    color: #2b185c;
    overflow: hidden;
}
.news-body .new {
    text-align: center;
}
.news-body .new span {
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 24px;
    color: #2b185c;
    padding: 0 5px;
    background: url(../images/bg-title.png) no-repeat center bottom;
    background-size: 100%;
}
.news-list {
    width: 100%;
    margin: 36px 0;
}
.news-info a {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}
.news-right h3 {
    display: block;
    margin-bottom: 20px;
}
.news-row {
    width: 380px;
    height: 228px;
    float: left;
    position: relative;
}
.news-row img {
    width: 100%;
	height:100%;
}
.news-row:nth-child(2) {
    margin: 0 2%;
}
.news-info {
    display: none;
    padding: 20% 30px 0;
    top:0;
    position: absolute;
    background-color: rgba(61,61,61,0.6);
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    height: 100%;
    width: 100%;
}
.news-row:hover .news-info {
    display: block;
}
.news-body {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
}
.news-body h3 a {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 19px;
}
.news-body h3 label {
    color: #fff;
    background: #2b185c;
    padding: 0 10px;
    font-size: 18px;
    margin-right: 10px;
}
.news-left {
    float: left;
    width: 257px;
    height: 172px;
    margin-right: 33px;
}
.news-left img {
    width: 100%;
}
.news-right {
    max-width: 900px;
    float: left;
    padding: 0 10px;
}
.news-right p {
    font-size: 16px;
    line-height: 32px;
}
.more-btn {
    color: #fff;
    background: #2b185c;
    border-radius: 5px;
    margin: 20px auto;
    font-size: 20px;
    display: block;
    width: 157px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
}
.more-btn:hover{
    color: #fff;
}
.main-exam {
    padding: 40px 0;
    min-height: 500px;
    margin: 0 auto;
    width: 100%;
    background: url(../images/bg-exam.jpg) no-repeat center;
    background-size: 100%;
}
.main-exam h3 {
    text-align: center;
}
.main-exam h3 span {
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding: 0 5px;
    background: url(../images/bg-title-3.png) no-repeat center bottom;
    background-size: 100%;
}

.exam-1 {
    margin: 50px auto;
    text-align: center;
}
.exam-1-title {
    height: 60px;
    line-height: 60px;
    padding-bottom: 10px;
    font-size: 32px;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(228, 211, 36, 1)), to(rgba(207,69,50, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.exam-1-sub {
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 17px;
    text-align: center;
}
.exam-process {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1075px;
    background: url(../images/bg-exam-process.png) no-repeat center;
    background-size: 100%;
    height: 200px;
}
.exam-process-bottom {
    width: 215px;
    text-align: center;
    position: absolute;
}
.exam-process-bottom span {
    color: #edd600;
    font-size: 22px;
    display: block;
    height: 35px;
    line-height: 35px;
}
.exam-process-bottom label {
    color: #fff;
    font-size: 16px;
    display: block;
    height: 35px;
    line-height: 35px;
}

.exam-process-1 {
    position: absolute;
    left: 22%;
}

.exam-process-2 {
    position: absolute;
    left: 46%;
}

.exam-process-3 {
    position: absolute;
    left: 70%;
}
.exam-process-4 {
    bottom: 0%;
    left: 6%;
}
.exam-process-5 {
    bottom: 0%;
    left: 31%;
}
.exam-process-6 {
    bottom: 0%;
    left: 55%;
}
.exam-process-7 {
    bottom: 0%;
    left: 80%;
}
.exam-detail {
    width: 100%;
    max-width: 1075px;
    margin: 30px auto 0;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    padding:0 3%;
}
.exam-detail a {
    color: #fff;
}

.business {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1190px;
}
.business h3 {
    text-align: center;
}
.business h3 span {
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 24px;
    color: #2b185c;
    padding: 0 5px;
    background: url(../images/bg-title-2.png) no-repeat center bottom;
    background-size: 100%;
}
.icon-business {
    position: absolute;
}
.icon-business-1 {
    top: -100px;
    right: -220px;
}

.icon-business-2 {
    bottom: -95px;
    right: -255px;
}

.icon-business-3 {
    bottom: -40px;
    left: -220px;
}

.icon-business-4 {
    top: -80px;
    right: -220px;
}
.icon-business-5 {
    bottom: -40px;
    right: -220px;
}
.icon-business-6 {
    top: -70px;
    left: -220px;
}
.business-block {
    margin-top: 40px;
    position: relative;
    border: 2px solid #2b185c;
    border-radius: 5px;
    width: 100%;
    padding: 40px;
}
.business-block a{
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	transition:all ease-in-out 0.3s;
}
.business-block a:hover{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	transform:scale(1.05);
	z-index: 2;
}
.icon-elec-1 {
    width: 315px;
    height: 178px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-1.png) no-repeat 0 0;
}
.icon-elec-2 {
    width: 100px;
    height: 178px;
    margin-left: 135px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-1.png) no-repeat -450px 0;
}
.icon-elec-3 {
    width: 100px;
    height: 178px;
    margin-left: 80px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-1.png) no-repeat -635px 0;
}
.icon-elec-4 {
    width: 100px;
    height: 178px;
    margin-left: 80px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-1.png) no-repeat -808px 0;
}
.icon-bigdata-1 {
    width: 315px;
    height: 178px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-2.png) no-repeat 0 0;
}
.icon-bigdata-2 {
    width: 100px;
    height: 178px;
    margin-left: 80px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-2.png) no-repeat -415px 0;
}
.icon-bigdata-3 {
    width: 100px;
    height: 178px;
    margin-left: 80px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-2.png) no-repeat -550px 0;
}
.icon-bigdata-4 {
    width: 100px;
    height: 178px;
    margin-left: 80px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-2.png) no-repeat -685px 0;
}
.icon-bigdata-5 {
    width: 100px;
    height: 178px;
    margin-left: 80px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-2.png) no-repeat -810px 0;
}
.icon-intel-1 {
    width: 315px;
    height: 178px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-3.png) no-repeat 0 0;
}
.icon-intel-2 {
    width: 135px;
    height: 178px;
    margin-left: 90px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-3.png) no-repeat -414px 0;
}
.icon-intel-3 {
    width: 165px;
    height: 178px;
    margin-left: 60px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-3.png) no-repeat -600px 0;
}
.icon-intel-4 {
    width: 130px;
    height: 178px;
    margin-left: 60px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/business-3.png) no-repeat -795px 0;
}
.business-title {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 20px;
    display: inline-block;
    background: #f4f4f4;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.business-block .business-info {
    font-size: 14px;
    margin-bottom: 30px;
}
.main-about {
    background: #fff;
}
.about {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1190px;
}
.about h3 {
    text-align: center;
}
.about h3 span {
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 24px;
    color: #2b185c;
    padding: 0 5px;
    background: url(../images/bg-title-2.png) no-repeat center bottom;
    background-size: 100%;
}
.about-body {
    margin-top: 39px;
    width: 100%;
    max-width: 1190px;
}
.about-left {
    float: left;
    margin-right: 16px;
}
.about-right {
    float: left;
    width: 100%;
    max-width: 770px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
}
.footer {
    padding: 30px 0;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background: url(../images/bg-foot.jpg) no-repeat center;
    background-color: #030812;
    color: #fff;
}
.foot {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
}
.contact {
    float: left;
    width: 50%;
    margin: 0 auto;
    text-align: left;
    padding-left: 25%;
}
.contact p {
    line-height: 25px;
}
.contact .company {
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
}
.foot .weixin {
    width: 50%;
    float: left;
}
.exam-m {
    display: none;
}
.gotop {
    position: fixed;
    bottom: 50px;
    right: 50px;
}
.mobile_block,.ul-m, .m-recommend{
    display: none;
}
.nav_m{width:50px; height:30px; position:absolute; z-index:1; top:23px; right:3%; text-align:right; font-size:22px; color:#2b185c;}
.screen_grey{position:fixed; left:0; top:0; width:100%; height:100%; display:none; background:#000; -moz-opacity:0.7; opacity:0.7; filter:alpha(opacity=70); z-index:1000;}
.menu_pop{position:fixed; right:-30%; top:0; width:30%; height:100%; background:#fff; z-index:1001; display:none; padding-top:50px;}
.menu_pop_close{position:absolute; top:15px; right:15px; width:24px; height:24px; z-index:1; font-size:24px; color:#bbb;}
.menu_pop .t1{width:100%; overflow:hidden;}
.menu_pop .t1 a{width:100%; display:block; border-bottom:1px solid #eee; line-height:50px; font-size:16px; color:#222F52; overflow:hidden; padding-left:20px;}
@media(max-width:768px){
.Banner001500 .bx-pager div{ margin:0 2px;}
.Banner001500 .bx-pager div a{ width:8px; height:2px; }
}
@media (max-width:992px) {
    .exam-pc, .gotop, .nav, .ul, .Banner001500 a p,.icon-business{
        display: none;
    }
    .mobile_block,.ul-m, .m-recommend {
        display: block;
    }
    .exam-process-m {
        height: 28px;
        line-height: 28px;
    }
    .exam-m {
        display: block;
        padding: 0 10%;
        font-size: 14px;
    }
    .exam-m span {
        color: #edd600;
    }
    .exam-m label {
        color: #fff;
    }
    .news-top .news-list {
        display: none;
    }
    .business-block {
        padding: 40px 10px;
    }
    .news-body h3 a {
        font-size: 16px;
    }
    .news-top h3 span,.business h3 span,.about h3 span{
        font-size: 20px;
        height: 35px;
        line-height: 35px;
    }
    .header {
        height: 55px;
    }
    .more-btn {
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        width: 100px;
        margin: 10px auto;
    }
    .blank {
        width: 100%;
        height: 5px;
        background: #fff;
    }
    .logo {
        width: 80px;
    }
    .logo img{
        width: 80px;
    }
    .nav ul li {
        list-style: none;
        display: block;
        float: left;
        margin: 0 3px;
        height: 71px;
        line-height: 71px;
    }
    .business-img img {
        width: 100%;
    }
    .news-list {
        margin: 10px auto;
        padding: 15px 0;
        border-bottom: 1px solid #e6dff7;
    }
    .news-body {
        width: 100%;
        max-width: 1190px;
        margin: 0 auto;
    }
    .news-body h3 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .news-body h3 label {
        display: none;
    }
    .news-top{
        padding: 5px 0;
    }
    .news-left {
        padding: 0 2%;
        float: right;
        width: 35%;
        height: auto;
        margin: 0;
    }
    .news-right {
        width: 65%;
    }
    .news-right p {
        display: none;
    }

    .about-body {
        margin-top: 10px;
        width: 100%;
    }
    .about-left {
        float: none;
        margin: 0;
    }
    .about-left img {
        width: 100%;
    }
    .footer {
        padding: 30px 0;
        width: 100%;
        height: 500px;
        margin: 0 auto;
        background: rgba(3,7,14);
        background-image: none;
        color: #fff;
    }
    .foot {
        width: 100%;
        max-width: 1190px;
        margin: 0 auto;
    }
    .contact {
        float: none;
        margin: 0 auto;
        text-align: left;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .contact p {
        line-height: 25px;
    }
    .contact .company {
        display: inline-block;
        border-bottom: 1px solid #fff;
        margin-bottom: 5px;
    }
    .foot .weixin {
        float: none;
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .m-icon {
        text-align: center;
    }
    .icon-elec-2,.icon-elec-3,.icon-elec-4,.icon-bigdata-5, .icon-intel-2,.icon-intel-3,.icon-intel-4{
        margin-left: 10px;
    }
    .icon-bigdata-2,.icon-bigdata-3,.icon-bigdata-4{
        margin-left: 20px;
    }
    .main-exam {
        background-image: none;
        background-color: #32145e;
    }
    .exam-1 {
        margin: 20px auto;
    }
    .exam-1-title {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }
    .exam-1-sub {
        letter-spacing: 5px;
        font-size: 15px;
    }
    .exam-process {
        height: 95px;
    }
    .business {
        width: 98%;
        margin: 0 1%;
    }
    .exam-process-bottom{width: 70px;}
    .main-exam img {
        width: 56px;
    }
    .exam-process-bottom span {
        color: #edd600;
        font-size: 16px;
        display: block;
        height: 20px;
        line-height: 20px;
    }
    .exam-process-bottom label {
        color: #fff;
        font-size: 12px;
        display: block;
        height: 20px;
        line-height: 20px;
    }
    .exam-detail{
        font-size: 14px;
    }
    .m-recommend {
        padding: 20px 0;
    }
    .m-recommend h3 {
        font-weight: normal;
    }
    .m-recommend .news-left {
        float: left;
    }
    .m-recommend label {
        display: none;
    }
}
