﻿body {
    font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
}

* {
    font-family: "Microsoft Yahei";
}

*{margin:0;padding:0;list-style-type:none;}

em, i {
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*input, button {
    padding: 0;
    outline: none;
    float: left;
    border: 0;
}*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.red {
    color: red;
}

.qrcode img {
    border:0;
    width:140px;
    height:140px;
}

.qrcode p {
    width:100%;
    text-align: center;
    background-color:#fff;
    font-size:11px;
    padding-bottom:5px;
    font-family: '微软雅黑';
}

/********************************      头部    ********************************/
.container {
    width: 1058px;
}

.myheader {
    height: 125px;
    /*background: url(/Content/Images/intel_head_bgl.png) center right no-repeat;*/
    background-size: 100% 100%;
}

    .myheader .huiyuan a:hover {
        color: #000000;
    }

    .myheader ul {
        font-size: 12px;
    }

        .myheader ul li {
            float: left;
            margin-left: 15px;
            font-size: 14px;
        }

            .myheader ul li a {
                color: #446789;
            }

.register {
    background-image:url(/Content/Images/one_head.png); 
    background-repeat:no-repeat;
    padding-left:18px; 
    background-position:left;
}

.login {
    background-image:url(/Content/Images/two_head.png); 
    background-repeat:no-repeat;
    padding-left:24px; 
    background-position:left;
}




ul.mypagination {
    display: inline-block;
    margin: 0 auto;
}

    ul.mypagination li {
        display: inline;
    }

        ul.mypagination li a {
            color: black;
            float: left;
            padding: 8px 8px;
            text-decoration: none;
        }

            ul.mypagination li a:visited {
                color: black;
            }

        ul.mypagination li.active a {
            color: #2050A9;
        }

/********************************      版权首页面    ********************************/
.section-entry {
    padding: 24px 0;
    width: 1100px;
    margin: 0 auto;
}

    .section-entry .item {
        background: #fff;
        padding: 20px;
        margin: 0;
        margin-right: 0px;
        float: left;
        width: 525px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .section-entry .item-body {
        cursor: pointer;
        display: block;
    }

    .section-entry .item-img {
        float: left;
        padding: 2px;
        border: 1px solid #ddd;
        margin-right: 20px;
        width: 115px;
        height: 88px;
    }

    .section-entry .item-info {
        overflow: hidden;
        color: #999;
    }

    .section-entry h2 {
        margin: 0px;
        color: #516C9E;
        font-size: 16px;
        padding-bottom: 5px;
        margin-bottom: 7px;
        border-bottom: 1px dashed #e7e7e7;
    }

    .section-entry .item-info p {
        margin-bottom: 30px;
        font-size: 12px;
    }

    .section-entry .item-links {
        text-align: right;
        margin-bottom: 15px;
    }

        .section-entry .item-links a {
            padding: 0 15px;
            font-weight: 700;
            color: #666;
        }

div.intell-title {
    margin-top: 5px;
    border-bottom: 1px solid #bababa;
    line-height: 36px;
}

    div.intell-title span {
        font-size: 18px;
        font-weight: 500;
        color: #1f51a5;
    }

    div.intell-title img {
        width: 40px;
    }

    div.intell-title span.descs {
        display: inline-block;
        margin-left: 15px;
        padding-top: 5px;
    }

    div.intell-title a {
        margin-top: 20px;
        color: #060001;
        font-size: 14px;
    }

ul.case-list {
    font-size: 14px;
}

    ul.case-list li {
        height: 54px;
        padding-top: 18px;
        border-bottom: 1px solid #bababa;
    }

        ul.case-list li:last-child {
            border-bottom: 0px;
        }

        ul.case-list li a {
            color: #000000;
        }

            ul.case-list li a:hover, .more:hover {
                color: #2051a8;
            }

/********************************      会员注册页面    ********************************/
.main-content {
    width: 100%;
    background-image: url(/Content/Images/page1_bg.png);
    background-size: 100% 100%;
    min-height: 455px;
    border-top: 8px solid #cfd5d8;
    border-bottom: 1px solid #b6b6b6;
}

.main-contaner {
    background: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
}

.register-div h1 {
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
    font-weight: 500;
}

.register-div {
    font-size: 14px;
    margin-bottom: 20px;
}

.form-div {
    width: 600px;
    margin: 0 auto;
    margin-top: 40px;
}

    .form-div tr {
        display: block;
        height: 50px;
    }

    .form-div .input-lable {
        width: 150px;
        text-align: right;
        padding-left: 10px;
        padding-right: 20px;
    }

    .form-div span.input-needed {
        color: #ac0018;
        margin-right: 10px;
    }

    .form-div .form-control {
        width: 320px;
    }

    .form-div .btn-register {
        width: 200px;
    }


input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a2bfd5;
    opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a2bfd5;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a2bfd5;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a2bfd5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #a2bfd5;
}


/********************************      案例展示页面    ********************************/
.case-show {
    padding: 40px;
}

    .case-show h1 {
        font-size: 24px;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    .case-show .source {
        text-align: center;
        text-indent: 0;
    }

    .case-show p {
        text-indent: 2em;
        line-height: 28px;
    }

/********************************      案例展示列表    ********************************/
.commonList_dot li {
    line-height: 36px;
    background: url(/Images/ico_dot.gif) left no-repeat;
    text-indent: 15px;
    padding: 0 1px;
}

    .commonList_dot li:hover {
        background: url(/Images/ico_dot_hover.gif) left no-repeat;
    }

    .commonList_dot li a {
        font-size: 15px;
        margin-right: 5px;
        color: #000;
    }

        .commonList_dot li a:hover {
            color: #3c7fef;
        }

    .commonList_dot li span {
        float: right;
    }


/********************************      个人中心    ********************************/

.navbar-side {
    width: 250px;
    height: 820px;
    float: left;
    background: #ffffff;
}

    .navbar-side i {
        margin-right: 10px;
    }

.nav > li > a {
    padding-top: 20px;
}

    .nav > li > a:hover, .nav > li > a:focus {
        background: #ffffff;
        color: #527190;
    }

.navbar-side ul.nav li {
    border-bottom: 1px solid #cccbcb;
    height: 60px;
}

    .navbar-side ul.nav li.active a {
        color: #527190;
    }

    .navbar-side ul.nav li:last-child {
        border-bottom: 0px solid #ccc;
    }

.navbar-side ul.nav-second-level {
    display: none;
    background: #ffffff;
}

    .navbar-side ul.nav-second-level li {
        border-bottom: 0px solid #ccc;
    }

        .navbar-side ul.nav-second-level li a {
            padding-left: 60px;
            color: #727171;
        }

.navbar-side a {
    color: #000000;
}

.main-contaner2 {
    background: transparent;
}

.right-content {
    float: left;
    margin-left: 10px;
    background: #ffffff;
    height: 820px;
    width: 793px;
    padding: 0px 30px 10px 30px;
}

.form-div2 {
    margin-top: 0px;
}





.main-wraper {
    width: 100%;
    background-color: #f5f5f5;
}

span.platform {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-top: 0px;
}

span.seper {
    font-weight: 300;
}

.myheader .btn-policy {
    border-radius: 0px;
    margin-top: 5px;
    background: #3f6487;
    -moz-box-shadow: inset 0 0 5px #dcdada;
    -webkit-box-shadow: inset 0 0 5px #dcdada;
    box-shadow: inset 0 0 5px #dcdada;
}

div.mycarousel {
    /*background: #3f6487;*/
}

    div.mycarousel .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    div.mycarousel img {
        width: 100%;
    }

    div.mycarousel .carousel {
    }

    div.mycarousel .carousel-indicators {
        bottom: 1px;
    }

        div.mycarousel .carousel-indicators li {
            width: 70px;
            height: 4px;
            border: 0px;
            background: #fff;
        }

        div.mycarousel .carousel-indicators .active {
            background: #3f6487;
            width: 70px;
            height: 4px;
            margin: 1px;
        }

/********************************      底部    ********************************/
.footer-wraper {
    width: 100%;
    max-width: none;
    padding: 10px 0px 10px 0px;
    background: #DEDCDC;
}

.footer-list {
    margin-left: -15px;
    width: 100%;
}

.footer-wraper .col {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-list-item {
    font-size: 12px;
    padding-top: 5px;
}

.footer-list .recommend {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}

    .footer-list .recommend a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size:15px;
    }

.f_contact_btn {
    background: url(/Content/Images/contact.png) left center no-repeat;
    padding-left: 26px;
    outline-style:none;
}

.f_mall_btn {
    background: url(/Content/Images/f_mall_btn.jpg) left center no-repeat;
    padding-left: 26px;
}

.f_weixin_btn {
    background: url(/Content/Images/f_weixin_btn.jpg) left center no-repeat;
    padding-left: 26px;
}

.f_engineer_btn {
    background: url(/Content/Images/f_engineer_btn.jpg) left center no-repeat;
    padding-left: 26px;
}
