﻿@charset "utf-8";
/* CSS Document */


   blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
        margin: 0;
        padding: 0;
    }

    body, button, input, select, textarea {
        font: 12px/1.5 tahoma, arial, 'Microsoft YaHei', 'FontAwesome', 'Glyphicons Halflings', sans-serif;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 100%;
    }

    address, cite, dfn, em, var {
        font-style: normal;
    }

    code, kbd, pre, samp {
        font-family: courier new, courier, monospace;
    }

    small {
        font-size: 12px;
    }

    ol, ul {
        list-style: none;
    }

    a {
        text-decoration: none;
        color: #09F;
    }

        a:hover {
            /*	text-decoration: underline;*/
            color: #3CF;
        }

    sup {
        vertical-align: text-top;
    }

    sub {
        vertical-align: text-bottom;
    }

    legend {
        color: #000;
    }

    fieldset, img {
        border: 0;
    }

    button, input, select, textarea {
        font-size: 100%;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .clear {
        clear: both;
    }

    input[type="text"], input[type="password"], textarea {
        padding: 0 10px;
        border: 1px solid #eee;
        vertical-align: middle;
        height: 30px;
        line-height: 30px;
    }

    input[type="radio"], input[type="checkbox"] {
        vertical-align: middle;
    }

    *, *:after, *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

    .slide {
        background: url(/Content/Images/head_bg3.jpg) no-repeat top;
        height: 400px;
    }

    .login-header {
        height: 80px;
        background-color: #FFF;
        position: relative;
    }

        .login-header .nav {
            position: absolute;
            right: 0;
            top: 30px;
        }

    .header {
        height: 161px;
        width: 100%;
        color: #FFF;
        background-color: #FFF;
    }

    .header-p-info {
        height: 80px;
        width: 100%;
        color: #FFF;
    }

    .header-logo {
        width: 40%;
        float: left;
    }

        .header-logo a {
            width: 430px;
            height: 60px;
            background: url(/Content/Images/ganjiwan-logo.jpg) no-repeat;
            display: inline-block;
            margin-top: 10px;
        }

    .navbar-nav li {
        display: inline-block;
    }

    .navbar-nav .active a {
        border-bottom: 3px solid #62C3D0;
        color: #62C3D0;
    }

    .navbar-nav li a:hover {
        border-bottom: 3px solid #62C3D0;
    }

    .navbar-nav li a {
        font-family: "Microsoft Yahei";
        font-size: 14px;
        color: #777;
        display: block;
        padding: 13px 15px;
    }

    .login-box {
        position: absolute;
        right: 50px;
        height: 400px;
        width: 330px;
        padding: 10px 30px;
        color: #fff;
        background-color: rgba(98,195,208,.7);
        background-image: url(about:blank); /* FIX IE7/8半透明穿透 */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
    }

    .login-option li {
        margin: 10px 0;
    }

        .login-option li p {
            font-size: 18px;
        }

        .login-option li input[type="text"], .login-input li input[type="password"] {
            height: 40px;
            line-height: 40px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            padding: 0 0 0 20px;
        }

    .login-option a {
        color: #0CF;
    }

    .register {
        position: absolute;
        bottom: 5px;
    }

        .register a {
            color: #FFF;
        }

    .reg-btn {
        display: inline-block;
        border-radius: 5px;
        /* background-color: #33A3EB; */
        text-align: center;
        border: none;
        font-size: 16px;
        /* padding: 0px 15px;*/
        color: #FFF;
        /* box-shadow: 1px 2px 5px #154B87;  */
        line-height: 40px;
    }

        .reg-btn:hover {
            filter: alpha(opacity:70);
            opacity: 0.7;
        }

        .reg-btn img {
            vertical-align: middle;
        }

    .service-promise {
        font-size: 0px;
    }

        .service-promise li {
            display: inline-block;
            width: 25%;
            margin: 0;
            padding: 0;
            text-align: center;
        }

        .service-promise li span {
            width: 100px;
            height: 100px;
            display: inline-block;
            background: url(/Content/Images/promise-ico_1.jpg) no-repeat ;
            background-size: 100% 100%;
        }

        .service-promise li span.two {
            width: 100px;
            height: 100px;
            display: inline-block;
            background: url(/Content/Images/promise-ico_2.jpg) no-repeat ;
            background-size: 100% 100%;
        }

        .service-promise li span.three {
            width: 100px;
            height: 100px;
            display: inline-block;
            background: url(/Content/Images/promise-ico_3.jpg) no-repeat ;
            background-size: 100% 100%;
        }

                .service-promise li span.four {
            width: 100px;
            height: 100px;
            display: inline-block;
            background: url(/Content/Images/promise-ico_4.jpg) no-repeat ;
            background-size: 100% 100%;
                }

            .service-promise li dt span.last {
                border-left: none;
            }

            .service-promise li h2 {
                color: #666;
                font-size: 28px;
                display: block;
                font-weight: normal;
            }

            .service-promise li p {
                font-size: 14px;
                display: block;
                padding-top: 10px;
                color: #ccc;
                line-height:25px;
            }

    .login-btn {
        width: 100%;
        border-radius: 30px;
        background-color: #FF9326;
        text-align: center;
        border: none;
        font-size: 20px;
        padding: 5px 0;
        color: #FFF;
        cursor: pointer;
        box-shadow: 1px 1px 2px #154B87;
    }

        .login-btn:hover {
            background-color: #1D97E9;
            box-shadow: none;
        }

    .dynamic-btn {
        height: 40px;
        width: 110px;
        float: right;
        margin-left: 20px;
        border-radius: 5px;
        background-color: #6C9;
        text-align: center;
        border: none;
        font-size: 14px;
        padding: 5px 0;
        color: #FFF;
        cursor: pointer;
    }

        .dynamic-btn:hover {
            background-color: #4DC488;
            box-shadow: none;
        }

    .title {
        height: 40px;
        border-bottom: 3px solid #e7e7e7;
        padding-bottom: 10px;
    }

    .title-list {
        position: relative;
    }

        .title-list li {
            width: 50%;
            line-height: 40px;
            text-align: center;
            float: left;
            display: inline;
            font-size: 16px;
            cursor: pointer;
        }

            .title-list li.on {
                color: #ff9900;
                font-weight: bold;
            }

        .title-list p {
            position: absolute;
            top: 37px;
            left: 0px;
            width: 50%;
            height: 10px;
            border-top: 3px solid #ff9900;
            overflow: hidden;
            text-align: center;
        }

        .title-list b {
            display: inline-block;
            width: 0;
            height: 0;
            margin-top: -3px;
            border-style: solid dashed dashed dashed;
            border-width: 9px;
            border-color: #ff9900 #1C5B99 #1C5B99 #1C5B99;
            overflow: hidden;
            zoom: 1;
            font-size: 0;
        }

    .warning-tip {
        height: 18px;
        margin-bottom: 10px;
    }

        .warning-tip p {
            padding: 0px 5px;
            border: 1px solid #FAE7DE;
            background-color: #ffffeb;
            border-radius: 2px;
        }

    .footer {
        /*background-color: #e6e6e6;*/
        background-color:#f5f5f5;
        color: #999;
        width: 100%;
    }

        .footer .partner {
            background-color: #469BE1;
            line-height: 30px;
            display: none;
        }

        .footer .copyright {
            text-align: center;
            padding: 0;
            position: relative;
        }

        .footer .link {
            height: 180px;
            background-color: #f5f5f5;
            color: #666;
            padding-top: 30px;
            border-bottom: 1px solid #ddd;
        }

    .link-list {
        text-align: left;
        float: left;
        width: 15%;
    }

        .link-list dt {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .link-list dd {
            font-size: 14px;
        }

            .link-list dd a {
                display: block;
                color: #666;
                margin: 5px 0;
            }

                .link-list dd a:hover {
                    color: #187FDE;
                }

    .link-last {
        width: 25%;
        float: right;
        font-size: 16px;
    }

        .link-last h1 {
            font-size: 36px;
        }

    .footer a {
        color: #999;
    }
    #menu{
	width:320px;
	height:350px;
	overflow:hidden;
	margin-top:20px;
	background:#fff;
	position:absolute;
	/*top:-450px;*/
	right:10%;
	z-index:9998;
	border-radius:6px;
	opacity:0.85;
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
}
#menu #nav {
	display:block;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
#menu #nav li {
	padding:15px 20px 10px;
}
#menu #nav .jiu{
	display:block;
	font-size:14px;
	padding-top:18px;
	line-height:20px;
	color:#0093dd;
	/*color:#5CB85C;*/
}
#menu_con{
	/*width:260px;*/
	padding:0px 30px;
	overflow:hidden;
	border-top:none;
}
    .tag{
	overflow:hidden;
}

.tab{
	width:100%;
}
.tab td{
	padding:10px 0;
}
.tab td span{
	display:block;
	height:40px;
	border:1px #ccc solid;
}

.tab td input{
	height:40px;
	width:206px;
	line-height:40px;
	/*color:#aaa;*/
	font-size:16px;
	background:#fff;
	outline:none;
}
#codeImg{
    margin-top:1px; height:38px; width:95px; border-radius: 5px; float:right; cursor:pointer;
}


.tab td .yonghu,.mima,.yz{
	display:block;
	height:42px;
	border:1px #ccc solid;
	padding-left:50px;
}
.tab .yonghu{
	background:url(/Content/images/1.png) left center no-repeat;
	
}
.yonghu_1{
	background:url(/Content/images/1.png) left center no-repeat;
	
}
.yonghu:hover{
	background:url(/Content/images/1_1.png) left center no-repeat;
}
.mima{
	background:url(/Content/images/2.png) left center no-repeat;
}
.mima:hover{
	background:url(/Content/images/2_1.png) left center no-repeat;
}
.tab td .yz{
	/*width:100px;*/
	float:left;
	background:url(/Content/images/3.png) left center no-repeat;
}
.tab td .yzmm{
}
.tab td .yzm{
	width:100px;
	vertical-align:bottom;
	height:40px;
	background:#fff;
}
.tab td .yz:hover{
	background:url(/Content/images/3_1.png) left center no-repeat;
}
.denglu a{
	color:#222;
	line-height:40px;
	font-size:14px;
}
.denglu p{
	float:left;
	display:inline-block;
}
.wjmm{
	width:160px;
}
.mfzc{
	float:right;
	width:90px;
}
.denglu{
	padding-top:0px;
}
.denglu{
	width:252px;
	height:40px;
	background:#0093dd;
	border-radius:3px;
	font-size:18px;
	color:#fff;
    border:none;
    cursor:pointer;
}